*, ::after, ::before {
  box-sizing: border-box
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent
}
article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block
}
html {
  font-size: 62.5%
}
body {
  margin: 0;
  font: 1.6rem/1.6 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: .5rem
}
p {
  margin-top: 0;
  margin-bottom: 1rem
}
abbr[data-original-title], abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none
}
dl, ol, ul {
  margin: 0;
  padding: 0;
  list-style: none
}
ol ol, ol ul, ul ol, ul ul {
  margin-bottom: 0
}
.list-disc {
  margin-left: 1.8rem;
  list-style: disc
}
dd {
  margin-bottom: .5rem;
  margin-left: 0
}
blockquote {
  margin: 0 0 1rem
}
b, strong {
  font-weight: bolder
}
small {
  font-size: 80%
}
a {
  color: #212529;
  text-decoration: underline;
  transition: .2s;
}
a:hover {
	color: #FBE556;
	text-decoration: none
}
a:not([href]) {
  color: inherit;
  text-decoration: none
}
a:not([href]):hover {
  color: inherit;
  text-decoration: none
}
figure {
  margin: 0 0 1rem
}
img {
  vertical-align: middle;
  border-style: none
}
svg {
  overflow: hidden;
  vertical-align: middle
}
label {
  display: inline-block;
  margin-bottom: .5rem
}
button {
  border-radius: 0
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color
}
button, input, optgroup, select, textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}
button, input {
  overflow: visible
}
button, select {
  text-transform: none
}
select {
  word-wrap: normal
}
[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: button
}
[type=button]:not(:disabled), [type=reset]:not(:disabled), [type=submit]:not(:disabled), button:not(:disabled) {
  cursor: pointer
}
[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  padding: 0;
  border-style: none
}
input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0
}
input[type=date], input[type=datetime-local], input[type=month], input[type=time] {
  -webkit-appearance: listbox
}
textarea {
  overflow: auto;
  resize: vertical
}
[hidden] {
  display: none !important
}
h1, h2, h3, h4, h5 {
  margin-bottom: .5rem;
  font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif;
  line-height: 1.3
}
h1 {
  font-size: 9vw
}
h2 {
  margin-bottom: 2rem;
  padding: 1.5rem;
	display: inline-block;
  font-size: 2.6rem
}
.w-30 h2, .w-40 h2 {
  white-space: nowrap
}
h2 span {
  margin: .5rem auto 0;
  padding: 0 5rem;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
}
h2 span::before, h2 span::after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 20px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #333;
  vertical-align: middle;
}
h2 span::after {
  background: #333
}
.inner-cover h2 span::before, .inner-cover h2 span::after {
  background: #fff
}
h2 span i {
  font-size: 1.8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 1rem;
  font-style: normal;
}
.yellow h2 {
  margin: 0
}
h3 {
  font-size: 2.3rem;
  margin-bottom: 2rem;
}
h4 {
  font-size: 2rem;
  margin-bottom: 2rem;
}
.text-big  {
	font-size: 2rem;
	font-weight: 700
}
@media (min-width:576px) {}
.lead {
  font-size: 1.25rem;
  font-weight: 300
}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, .1)
}
.small, small {
  font-size: 80%;
  font-weight: 400
}
.img-fluid {
  max-width: 100%;
  height: auto
}
main {
  padding-bottom: 6rem;
}
section {
  position: relative
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2
}
@media (min-width:768px) {
  .container {
    padding-right: 80px;
    padding-left: 80px
  }
}
@media (min-width:1500px) {
  .container {
    max-width: 1440px
  }
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px
}
.row2 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
@media (min-width:768px) {
  .row {
    margin-right: -30px;
    margin-left: -30px
  }
}
.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px
}
.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%
}
.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%
}
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%
}
.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%
}
.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}
.col-md-4 {
  margin-bottom: 3rem
}
.col-md-6b {
  position: relative;
  width: 100%;
  z-index: 2;
}
@media (min-width:768px) {
  .col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-right: 30px;
    padding-left: 30px
  }
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: 100%
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%
  }
  .col-md-6, .col-md-6b {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
  }
}
.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important
}
.text-center {
  text-align: center !important
}
@media (min-width:768px) {
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important
  }
}
/* Button */
.btn {
  position: relative;
  display: inline-block;
  padding: 1.5rem 4rem;
  border: 1px solid #333;
  color: #333;
  text-align: center;
  text-decoration: none;
  transition: .6s;
  z-index: 1;
	line-height: 1;
}
.btn:hover {
  color: #fff;
}
input.btn:hover {
  background-color: #333;
  color: #fff;
}
.btn::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background-color: #333;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .6s;
}
.btn:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
.btn span {
	display: flex;
	align-items: center
}
.btn svg {
	fill: #333;
	margin: 0 .5rem;
	width: 20px;
	height:20px
}
.btn:hover svg {
	fill: #fff
}
.yellow {
  background-color: #FBE556
}
/* Hero */
.hero {
  width: 100%;
  height: calc(100vh + 3rem);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
}
.hero h1 {
  width: 100%
}
.hero h1 img {
  width: 100%;
  vertical-align: middle;
  max-width: 500px;
  margin-bottom: 2rem
}
.hero-center {
  padding: 2rem;
  max-width: 40rem;
  width: 85%;
	background-size: calc(2 * 1.5px) calc(2 * 1.5px)
}
.hero-text {
  font-size: 1.8rem;
  font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif
}
.inner-content {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .3), rgba(0, 0, 0, .0));
  width: 100%;
  height: 100%;
  display: flex;
	text-align: center;
  flex-direction: column;
	align-items: center;
  justify-content: center
}
.scroll-downs {
  position: absolute;
  right: 0;
  bottom: 120px;
  left: 0;
  margin: auto;
  width :30px;
  height: 50px;
}
.mousey {
    padding: 3px 12px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 25px;
}
.scroller {
  width: 2px;
  height: 15px;
  border-radius: 25%;
  background-color: #fff;
  animation-name: scroll;
  animation-duration: 2.2s;
  animation-timing-function: cubic-bezier(.15,.41,.69,.94);
  animation-iteration-count: infinite;
}
@keyframes scroll {
  0% { opacity: 0; }
  10% { transform: translateY(0); opacity: 1; }
  100% { transform: translateY(15px); opacity: 0;}
}
@media (min-width:768px) {
  .hero-center {
    width: 40rem
  }
  .hero-text {
    font-size: 2.4rem
  }
}
/* Zoom */
.zs-enabled {
  position: relative
}
.zs-enabled .zs-slideshow, .zs-enabled .zs-slides, .zs-enabled .zs-slide {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide {
  background: transparent none no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2)
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
  visibility: visible;
  opacity: 1
}
.zs-enabled .zs-slideshow:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: transparent none repeat 0 0
}
.zs-enabled.overlay-plain .zs-slideshow:after {
  background-image: url(plain.png)
}
.zs-enabled.overlay-dots .zs-slideshow:after {
  background-image: url(dots.png)
}
.zs-enabled {
  position: relative
}
.zs-enabled .zs-slideshow, .zs-enabled .zs-slides, .zs-enabled .zs-slide {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide {
  background: transparent none no-repeat 50% 50%;
  background-size: cover;
  position: absolute;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2)
}
.zs-enabled .zs-slideshow .zs-slides .zs-slide.active {
  visibility: visible;
  opacity: 1
}
.zs-enabled .zs-slideshow:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: transparent none repeat 0 0
}
.zs-enabled.overlay-plain .zs-slideshow:after {
  background-image: url(plain.png)
}
.zs-enabled.overlay-dots .zs-slideshow:after {
  background-image: url(dots.png)
}
.cover {
  height: 400px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff
}
.inner-cover {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .3), rgba(0, 0, 0, .3), rgba(0, 0, 0, .0));
}
.cover h2 {
  text-shadow: 0px 0px 3px rgba(0, 0, 0, .3);
  font-size: 4rem;
  font-weight: 200;
  text-align: center;
  letter-spacing: .05rem;
}
@media (min-width:768px) {
  .cover h2 {
    font-size: 6rem
  }
}
/*  */
iframe {
  width: 100%;
  height: 400px;
  border: none;
  vertical-align: middle;
}
.wrap-yellow01 {
  margin-top: -30px;
  position: relative;
  z-index: 99;
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
}
.wrap-yellow02 {}
.wrap-yellow03 {
  height: 30%;
  width: 30%;
  position: absolute;
  bottom: 20px;
  z-index: 1;
}
.wrap-yellow04 {
  height: 50%;
  width: 40%;
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 1;
}
.wrap-yellow05 {
  height: 30%;
  width: 100%;
  position: absolute;
  right: 0;
  bottom: 50px;
  z-index: 1;
}
.col-border {
  padding: 2rem;
  border: 2px solid #C8C8C8;
  text-align: center
}
.w-auto {
  width: auto !important
}
.mw-10 {
  max-width: 8px;
}
.w-30 {
  width: 30%;
  text-align: right;
}
.w-40 {
  width: 40%;
  text-align: right;
}
.w-70 {
  width: 70%
}
.w-100 {
  width: 100%
}
.mw-500 {
  margin: auto;
  max-width: 500px;
  width: 100%
}
.mw-800 {
  margin: auto;
  max-width: 800px;
  width: 100%
}
.mw-1100 {
  margin: auto;
  max-width: 1100px;
  width: 100%
}
.mt-2 {
  margin-top: 2rem !important
}
.mt-6 {
  margin-top: 6rem !important
}
.mb-2 {
  margin-bottom: 2rem !important
}
.mb-4 {
  margin-bottom: 4rem !important
}
.p-3 {
  padding-top: 3rem;
  padding-bottom: 3rem
}
.p-6 {
  padding-top: 6rem;
  padding-bottom: 6rem
}
.pr-4 {
  padding-right: 4rem !important
}
.border {
  padding: 2rem;
  border: 2px solid #C8C8C8;
  border-top: none
}
.border p {
  margin-bottom: 0
}
@media (min-width:768px) {
  .border {
    padding: 4rem;
    border-top: 2px solid #C8C8C8
  }
  .pl-4 {
    padding-left: 6rem !important
  }
}
.card {
  text-align: left;
  font-size: 1.4rem
}
.card img {
  margin-bottom: 1.5rem
}
.card-category {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between
}
.card h4 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.card a {
	text-decoration: none
}
.card a:hover {
  color: #666;
  opacity: .8
}
.date {
  color: #888
}
.news-category {
  padding: .1rem .5rem;
  border: 1px solid #333;
  font-size: 1.2rem
}
p.category {
	margin: 0
}
.col-news .card-category {
  margin-bottom: 2rem
}
@media (min-width:768px) {
  .sec-2 {
    margin-left: -2rem;
    margin-bottom: -3rem;
  }
  .sec-3 {
    margin-left: -2rem;
    margin-bottom: -3rem;
  }
  .col-news h4 {
    font-size: 3rem
  }
}
/* Map */
.col-map {
  width: 100%
}
.col-map2 {
  padding: 0 2rem;
  background-color: #FBE556;
  width: 100%
}
.col-map2 img {
  width: 70px
}
.map2-inner {
	margin: auto;
  padding: 2rem 0;
  font-size: 1.4rem;
  line-height: 1.3;
  display: flex;
	flex-direction: column;
  align-items: center;
  justify-content: center;
}
.map-inner {
	display: flex;
    align-items: center;
    justify-content: center;
}
.phone {
  font-size: 2rem;
  font-weight: 700;
  font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif;
}
@media (min-width:768px) {
  .col-map {
    flex: 1
  }
  .col-map2 {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
  }
}
/* Navi */
#nav-toggle {
  padding: 15px 20px;
  background-color: #fff;
  position: fixed;
  top: 0;
	right: 0;
	font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif;
	font-size: 1.4rem;
    font-style: italic;
  cursor: pointer;
  z-index: 9999;
  -webkit-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 9px 1px rgba(0, 0, 0, 0.2);
}
@media (min-width:768px) {
#nav-toggle {
  top: 50%;
	right: inherit;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
}
#nav-toggle > div {
  position: relative;
  width: 36px;
}
#nav-toggle span {
  width: 100%;
  height: 1px;
  left: 0;
  display: block;
  background: #333;
  position: absolute;
  -webkit-transition: top .3s ease, -webkit-transform .4s ease-in-out;
  transition: top .3s ease, -webkit-transform .4s ease-in-out;
  transition: transform .4s ease-in-out, top .4s ease;
  transition: transform .4s ease-in-out, top .4s ease, -webkit-transform .4s ease-in-out;
}
#nav-toggle span:nth-child(1) {
  top: 5px;
}
#nav-toggle span:nth-child(2) {
  top: 15px;
}
#nav-toggle span:nth-child(3) {
  top: 25px;
}
#nav-toggle:hover span:nth-child(1) {
  top: 9px;
}
#nav-toggle:hover span:nth-child(3) {
  top: 21px;
}
.open #nav-toggle span:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.open #nav-toggle span:nth-child(2) {
  top: 15px;
  width: 0;
  left: 50%;
}
.open #nav-toggle span:nth-child(3) {
  top: 15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
/* z-index */
#container {
  z-index: 900;
}
#gloval-nav {
  background: #000;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 990;
  text-align: center;
  display: -webkit-box;
  display: flex;
  visibility: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  font-size: 2.4rem;
  font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif;
  opacity: 0;
  -webkit-transition: opacity .6s ease, visibility .6s ease;
  transition: opacity .6s ease, visibility .6s ease;
}
#gloval-nav a {
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 1rem 0;
  -webkit-transition: color .6s ease;
  transition: color .6s ease;
}
#gloval-nav a:hover {
  color: #FBE556
}
#gloval-nav ul {
  list-style: none;
}
#gloval-nav ul li {
  opacity: 0;
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
  -webkit-transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: opacity .2s ease, -webkit-transform .6s ease;
  transition: transform .6s ease, opacity .2s ease;
  transition: transform .6s ease, opacity .2s ease, -webkit-transform .6s ease;
}
#gloval-nav ul li:nth-child(2) {
  -webkit-transition-delay: .15s;
  transition-delay: .15s;
}
#gloval-nav ul li:nth-child(3) {
  -webkit-transition-delay: .3s;
  transition-delay: .3s;
}
#gloval-nav ul li:nth-child(4) {
  -webkit-transition-delay: .45s;
  transition-delay: .45s;
}
#gloval-nav ul li:nth-child(5) {
  -webkit-transition-delay: .6s;
  transition-delay: .6s;
}
#gloval-nav ul li:nth-child(6) {
  -webkit-transition-delay: .75s;
  transition-delay: .75s;
}
#gloval-nav ul li:nth-child(7) {
  -webkit-transition-delay: .9s;
  transition-delay: .9s;
}
/* open */
.open {
  overflow: hidden;
}
.open #gloval-nav {
  visibility: visible;
  opacity: 1;
}
.open #gloval-nav li {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: opacity .9s ease, -webkit-transform 1s ease;
  transition: transform 1s ease, opacity .9s ease;
  transition: transform 1s ease, opacity .9s ease, -webkit-transform 1s ease;
}
footer {
  padding: 4rem 15px 2rem;
  background-color: #000;
  font-size: 1.4rem;
  color: #888;
	display: flex;
	justify-content: space-between;
}
footer ul {
  margin-bottom: 4rem
}
footer li {
  padding: .5rem 0
}
footer a {
  color: #fff;
	text-decoration: none
}
.pagetop a {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #fff;
    -webkit-transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    transition: 0.4s cubic-bezier(0.65, 0.05, 0.36, 1);
    display: flex;
    align-items: center;
    justify-content: center;
}
.pagetop svg {
    width: 20px;
    height: 20px;
}
@media (min-width:576px) {
  footer ul {
    display: flex;
    align-items: center;
  }
  footer li {
    margin: 0 2rem 0 0;
    padding: 0
  }
}
@media (min-width:768px) {
  footer {
    padding: 4rem 30px 2rem
  }
}
.contact-box {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index:999;
	background-color: #fff;
	display: flex;
	font-family: "Yu Mincho", YuMincho, 游明朝体, meiryo, serif;
}
.contact-box-tel {
	padding: 1rem;
	font-size: 1.8rem;
	font-weight: 700;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.contact-box-tel small {
	font-size: 1.3rem;
	margin-bottom: .5rem;
	display: block
}
.tel-last {
	display: flex;
	align-items: center
}
.contact-box-link {
	padding: 1rem;
	background-color: #333;
	color: #fff
}
.contact-box-tel svg {
	fill: #333
}
.contact-box-link svg {
	fill: #fff
}
.contact-box-link a {
	color:#fff;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none;
}
/* Tabs */
ul.tabs {
  margin: 3rem -5px;
  padding: 0;
  display: flex;
  list-style: none;
}
ul.tabs li {
  margin: 0 5px;
  cursor: pointer;
  padding: 1rem .5rem;
  border: 1px solid #333;
  position: relative;
  width: 33.33333%;
  text-align: center;
  transition: .3s;
}
ul.tabs :hover {
  color: #fff;
}
ul.tabs ::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: '';
  background-color: #333;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .6s;
}
ul.tabs .active span::before {
  background-color: transparent
}
ul.tabs :hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}
ul.tabs li.active {
  border: 1px solid #FBE556;
  background-color: #FBE556;
  display: block;
  position: relative;
}
ul.tabs li.active::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: '';
  background-color: #fff;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .6s;
}
ul.tabs li.active span {
  position: relative;
  z-index: 1;
  color: #333
}
ul.tabs li.active:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  *border-color: rgba(0, 0, 0, 1);
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #FBE556;
  border-width: 14px;
  margin-left: -14px;
}
.tab_container {
  width: 100%;
  overflow: auto;
}
.tab_content {
  display: none;
}
@media (min-width:768px) {
  ul.tabs {
    margin: 3rem -15px
  }
  ul.tabs li {
    margin: 0 15px;
    padding: 1rem 2rem
  }
}
/* Form */
.form__area .form_input {
  border: 0;
  background-color: #f0f0f0;
  padding: 1rem 1.5rem;
  width: 100%;
}
.form__area dl {
  margin: 0;
  border-top: 1px solid #333;
}
.form__area dt {
  padding: 2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.form__area dd {
  margin: 0;
  padding: 2rem 0;
  width: 100%;
}
.form__area.col-about dd {
  padding: 1rem 0 2rem
}
.formarea-inner {
  display: inline-block;
  width: 100%;
}
.wpcf7-list-item {
  padding-left: .5rem;
  display: block
}
.col-about {}
.about-hello {
  margin-top: 2rem
}
span.wpcf7-not-valid-tip {
	margin-top: .3rem;
	font-size: 1.4rem;
	font-family: 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif
}
span.wpcf7-list-item {
	margin: 0
}
.wpcf7-back {
	border: none!important
}
.wpcf7-back:hover {
	background-color: transparent!important;
	color: #212529!important;
	border: 1px solid #212529!important;
}
@media (min-width:768px) {
  .form__area dl {
    margin: 0;
    border-top: 1px solid #333;
    display: flex;
    align-items: center;
  }
  .form__area dt {
    padding: 2rem 0;
    display: flex;
    align-items: center;
    width: 28rem;
    justify-content: space-between;
  }
  .col-about dt {
    width: 10rem !important
  }
  .form__area dd {
    padding: 2rem 2rem 2rem 1rem;
    width: calc(100% - 28rem)
  }
  .form__area.col-about dd {
    padding: 2rem 0;
    width: auto
  }
  .formarea-inner {
    border-left: 1px solid #333;
    padding-left: 3rem
  }
  .about-hello {
    margin-top: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end
  }
}
.h-img {
  margin-bottom: 3rem;
  border: 1px solid #888;
  color: #888;
  display: inline-block;
  padding: .2rem .6rem;
  font-size: 1.4rem;
  border-radius: .6rem
}
.col-philodophy {
  text-align: center
}
.col-philodophy h2 {
  display: inline-block;
  font-size: 4rem;
  font-weight: 200
}
.col-philodophy h2 span {
  margin: 1rem auto 0;
  padding: 0 5rem;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-align: center;
  align-items: center
}
.col-philodophy h2 span::before, .col-philodophy h2 span::after {
  content: '';
  display: inline-block;
  height: 1px;
  width: 20px;
  -ms-flex-positive: 1;
  flex-grow: 1;
  background: #333;
  vertical-align: middle
}
.col-philodophy h2 span i {
  font-size: 1.8rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 0 1rem;
  font-style: normal
}
.col-philodophy p {
  font-size: 2rem;
  font-weight: 700
}
.bg-gray {
  background-color: #f2f2f2
}
.work-h3 {
  margin-bottom: 6rem;
  font-size: 2.4rem;
  position: relative;
  text-align: center
}
.work-h3::before {
  content: '';
  position: absolute;
  bottom: -1.5rem;
  display: inline-block;
  width: 6rem;
  height: 1px;
  left: 50%;
  background-color: #333;
  margin-left: -3rem
}
@media (min-width:768px) {
  .work-h3 {
    font-size: 3rem
  }
}
.text-right {
	text-align: right!important
}
.text-left {
	text-align: left!important
}
.frame-youtube {
     position: relative;
     padding-bottom: 56.25%;
     height: 0;
     overflow: hidden
}

.frame-youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%
}
.mashsb-container  {
	margin-top: 2rem
}

/*追加CSS*/

 .parent {
        display: flex;
	 margin-bottom:50px;
      }

 .child img{
       width:100%;
      }

@media screen and (min-width:300px){
	        .parent {
          display: block;
        }
}


@media screen and (min-width: 1000px) {
        .parent {
          display:flex ;
        }
      }


 @media screen and (min-width: 300px) {
        .logo-img img{
			width:50%;
        }
      }

 @media screen and (min-width: 1000px) {
        .logo-img img{
			width:30%;
        }
      }

.equipment-table table{
  border-collapse: collapse;
  width:100%;
}

.equipment-bg1{
	background-color:#fcc919;
}

.equipment-bg2{
	background-color:#b9c0c0;
}

.equipment-bg3{
	background-color:#dde1e1;
}

.equipment-bg4{
	background-color:#006e2d;	
}

.equipment-bg5{
	background-color:#DDDDDD;	
}

.text-white{
	color:#FFF;
}

.center{
	text-align:center;
}

.text-l{
	text-align:left;
}

.b{
	font-weight:bold;
}

.table-scroll{
  overflow: auto; /*スクロールさせる*/
  white-space: nowrap; /*文字の折り返しを禁止*/
}

/* 以下、スクロールバーを追加 */
.table-scroll::-webkit-scrollbar{　　
 height: 5px;
}
.table-scroll::-webkit-scrollbar-track{
 background: #333;
}
.table-scroll::-webkit-scrollbar-thumb {
 background: #999;
}

/* 以下、tableの指定 */
.table-scroll table{
  border-collapse:collapse;
  border-spacing:0;
  border-top:#ccc solid 1px;
  border-left:#ccc solid 1px;
}
.table-scroll table th,
.table-scroll table td{
  padding:10px 10px;
  border-right:#ccc solid 1px;
  border-bottom:#ccc solid 1px;
 font-size:14px;
}
.table-scroll table th{
  background:#eee;
  width:80px;
}

.taidan-table td{
	padding:3px;
}

@media screen and (min-width:300px){
	        .pigi-top-h3 {
          	position: absolute;
			top:0.5%;
			left:26%;
			font-size:0.5em;
        }
}

@media screen and (min-width:1000px){
	        .pigi-top-h3 h3 {
			font-size:2em;
				font-family:游ゴシック;
        }
}

@media screen and (min-width:300px){
	        .pigi-top-h3 h3 {
			font-size:0.9em;
				font-family:游ゴシック;
        }
}

@media screen and (min-width:1000px){
	        .pigi-top-h3 {
          	position: absolute;
			top:0.5%;
			left:25%;
			font-size:1em;
        }
}


@media screen and (min-width: 300px) {
        .pigi-lp-h4 {
	position: absolute;
    top: 2%;
    left: 9%;
    font-size: 1.7em;
    text-align: left;
    line-height: 140%;
        }
      }

@media screen and (min-width: 1000px) {
        .pigi-lp-h4 {
	position: absolute;
    top: 3%;
    left: 9%;
    font-size: 3.7em;
    text-align: left;
    line-height: 140%;
        }
      }

.pigi-lp-top2{
    width: 100%;
    height: 0;
 
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 60%; 
    background: url(http://corntec.jp/wp-content/themes/corntec/img/pigi-lp02.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.taidan-logo td{
	padding:5px;
}

.taidan-logo{
	
	margin-bottom:30px;
}

.taidan-logo img{
	width:60%;
}

.taidan-logo td{
	text-align:center; 
	vertical-align:middle; 
	padding:15px;
}

.taidan-info {
    border: 1px solid #333;
    padding: 20px;
    margin-bottom: 30px;
		width: 60%;
    margin: auto;
}

.taidan-list{
	text-align:center;
	line-height:250%;
	margin-top:20px;
	margin-bottom:120px;
	padding-bottom:100px;
	font-size:2rem;
	border-bottom:1px solid #ccc;
}

.taidan-text{
	font-size:2rem;
}

.big-h3{
	font-size: 4rem;
}


.taidan-list a {
	  color: #212529;
	font-weight:bold;
text-decoration: none;
  transition: .2s;
}
.taidan-list a:hover {
	color: #FBE556;
  text-decoration: underline;
}
.taidan-list a:not([href]) {
  color: inherit;
  text-decoration: none
}
.taidan-list a:not([href]):hover {
  color: inherit;
  text-decoration: none
}

.pigi-demerit{
	background-color:#eeebed;
}

.pigi-demerit-1{
	 display: inline-block;
　　　　　　vertical-align: middle;
}

.pigi-demerit-2{
		 display: inline-block;
　　　　　　vertical-align: middle;
	    font-size: 90%;
    margin: 10px;
}




@media screen and (max-width: 576px) {
.pigi-demerit-box{
	display: block;
}
      }

@media screen and (min-width:768px) {
.pigi-demerit-box{
	display: flex;
}
      }

.pigi-lp-merit{
    width: 100%;
    height: 0;
 
    /* (画像の高さ / 画像の横幅) × 100 */
    padding-top: 60%; 
    background: url(http://corntec.jp/wp-content/themes/corntec/img/pigi-lp07.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}


@media screen and (min-width:300px){
	        .pigi-merit-h3 {
          	position: absolute;
			top:2.4%;
			left:26%;
			font-size:0.7em;
        }
}

@media screen and (min-width:1000px){
	        .pigi-merit-h3 {
          	position: absolute;
			top:4%;
			left:25%;
			font-size:1em;
        }
}


@media screen and (min-width: 300px) {
        .pigi-merit-h4 {
	position: absolute;
    top: 10%;
    left: 9%;
    font-size: 1.7em;
    text-align: left;
    line-height: 140%;
        }
      }

@media screen and (min-width: 1000px) {
        .pigi-merit-h4 {
	position: absolute;
    top: 10%;
    left: 9%;
    font-size: 3.7em;
    text-align: left;
    line-height: 140%;
        }
      }

.mw-lp {
  margin: auto;
  width: 100%
}


.cover2 {
  height: 757px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  color: #fff
}
.inner-cover2 {
width: 90%;
    height: 100%;
    display: flex;
    position: relative;
	top:25%;
	left:10%;
}

.inner-cover2  p{
	color: #333;
    font-size: 3em;
    text-align: left;
}

.pigi-lp-footer{
background: linear-gradient( rgba(208,27,124,1) 0%, rgba(214,80,55,1) 100%);
padding:0 50px 20px;
}

.pigi-lp-footer p{
	color:#FFF;
	margin-bottom:0;
}

.pigi-lp-contact{
	  width: 90%;
  background-color: #FFF;
  border-radius: 10px 0 10px 10px;
	text-align:center;
	margin: 20px auto;
	padding:10px;
}

.footer-info{
	padding:30px 10px;
	border-top:1px solid #333;
}


@media screen and (max-width: 576px) {
        .cover2 {
height:400px;
        }
      }

@media screen and (max-width: 576px) {
        .inner-cover2 p {
color: #333;
    font-size: 1.7em;
    text-align: left;
        }
      }


@media screen and (max-width: 576px) {
        .pigi-main-text {
margin-top: 50px;
    margin-bottom: 70px;
        }
      }

@media screen and (min-width:768px) {
        .pigi-main-text {
margin-top: 50px;
    font-size: 1.5em;
    margin-bottom: 70px;
        }
      }

@media screen and (max-width: 576px) {
        .pigi-footer-text1 {
			font-size:1.2em;
        }
      }

@media screen and (min-width:768px) {
        .pigi-footer-text1 {
			font-size:2em;
        }
      }


@media screen and (max-width: 576px) {
        .pigi-footer-text2 {
			font-size:1.3em;
			font-weight:bold;
        }
      }

@media screen and (min-width:768px) {
        .pigi-footer-text2 {
			font-size:2.4em;
			font-weight:bold;
        }
      }


@media screen and (max-width: 576px) {
.pigi-lp-contact a {
    text-decoration: none;
    color: #da3e41;
    display: block;
}
      }

@media screen and (min-width:768px) {
.pigi-lp-contact a {
    text-decoration: none;
    color: #da3e41;
    font-size: 200%;
    display: block;
}
      }

@media screen and (max-width: 576px) {
.pigi-lp-main-img {
 width:100%;
		margin:20px auto;
}
      }

@media screen and (min-width:768px) {
.pigi-lp-main-img {
 width:80%;
	margin:20px auto;
}
      }

@media screen and (min-width: 768px) {
        .pigi-function-main {
display: flex;
			margin-top:30px;
        }
      }

@media screen and (max-width: 576px) {
        .pigi-function-main {
display: block;
					margin-top:30px;
        }
      }

@media screen and (min-width: 768px) {
        .pigi-function-main2 {
margin-top: 30px;
        }
      }

@media screen and (max-width: 576px) {
        .pigi-function-main2 {
margin-top: 30px;
        }
      }

@media screen and (min-width: 768px) {
        .pigi-function2 {
	margin-top:30px;
        }
      }

@media screen and (max-width: 576px) {
        .pigi-function2 {
margin-top:30px;
        }
      }


@media screen and (min-width: 768px) {
        .pigi-function3 {
float: right;
			width:50%;
        }
      }

@media screen and (max-width: 576px) {
        .pigi-function3 {
display: block;
        }
      }

@media screen and (min-width: 768px) {
        .pigi-function4 {
float: right;
			width:50%;
        }
      }

@media screen and (max-width: 576px) {
        .pigi-function4 {
display: block;
			margin-top:30px;
        }
      }


@media screen and (min-width: 768px) {
        .pigi-lp-icon {
	display:flex;
        }
      }

@media screen and (max-width: 576px) {
        .pigi-lp-icon {
display: block;
        }
      }

@media screen and (min-width: 768px) {
        .pigi-lp-icon1 {
	width:15%;
        }
      }

@media screen and (min-width: 768px) {
        .pigi-lp-icon-download {
        }
      }

@media screen and (max-width: 576px) {
        .pigi-lp-icon1 {
width: 40%;
    margin: 20px auto;
        }
      }

@media screen and (max-width: 576px) {
        .pigi-lp-icon-download {
width: 40%;
    margin: 20px auto;
        }
      }

@media screen and (min-width: 768px) {
.triangle {
  width: 0;
  height: 0;
border-top: 30px solid #FFF;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
	margin:auto;
}
      }

@media screen and (max-width: 576px) {
 .triangle {
  width: 0;
  height: 0;
border-top: 20px solid #FFF;
  border-right: 20px solid transparent;
  border-left: 20px solid transparent;
	margin:auto;
}
      }

@media screen and (min-width: 768px) {
.pigi-lp-icon2{
	margin-left:20px;
}
      }

@media screen and (max-width: 576px) {
.pigi-lp-icon2 {
	margin-left:0px;
}
      }




.lp-h3{
	font-family:游ゴシック
}

.pigi-lp-top{
	display:flex;
	width:100%;
	margin:auto;
	background-color:#eda99f;
}

@media screen and (min-width: 768px) {
.pigi-lp-logo {
margin-top: 20px;
    margin-left: 50px;
    width: 15%;
}
      }

@media screen and (max-width: 576px) {
.pigi-lp-logo {
margin-top: 20px;
    margin-left: 25px;
    width: 15%;
}
      }


/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pigi-lp-pc { display: block !important; }
.pigi-lp-sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
    .pigi-lp-pc { display: none !important; }
    .pigi-lp-sp { display: block !important; }
	
video {
  width: 100%;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width:767px) {
	.introduction-link {
		text-align: center;
	}
}