@charset "UTF-8";


h1, h2, h3, h4, h5, h6, h7, {
    font-family:"游ゴシック", YuGothic,  'Lato', 'Noto Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.heading {
	border-left: 6px solid #aaa;
	padding: 0 0 0 10px;
  color: steelblue;
}
/*
.btn {
  font-size: 0.999rem;
  margin-bottom: 0.625rem;
  font-family: inherit;
  line-height: 1.2;
}
 */


/* MOUSE Lock */

:hover {
  font-weight:bold;
  color: steelblue;
}

.lock {
  pointer-events: none;
}

/*  */

#loading {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  background-color: #177ee6;
  transition: all 8s;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.loader003 {
  font-size: 10px;
  margin: 50px auto;
  text-indent: -9999em;
  width: 11em;
  height: 11em;
  border-radius: 50%;
  background: #ffffff;
  background: -moz-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 80%);
  background: -webkit-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 80%);
  background: -o-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 80%);
  background: -ms-linear-gradient(left, #ffffff 10%, rgba(255, 255, 255, 0) 80%);
  background: linear-gradient(to right, #ffffff 10%, rgba(255, 255, 255, 0) 80%);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loader003:before {
  width: 50%;
  height: 50%;
  background: #ffffff;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
}
.loader003:after {
  background: #6bb6ff;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.loader007,
.loader007:before,
.loader007:after {
  border-radius: 50%;
  width: 2.5em;
  height: 2.5em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.loader007 {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader007:before,
.loader007:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader007:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader007:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}

.map iframe {
	width: 100%;
	height: 450px;
}


/**/
============================================== */
.animation {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}

/**/

.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* PAGE TOP
============================================== */

#page_top {
	width: 60px;
	height: 60px;
	position: fixed;
	right: 0;
	bottom: 0;
	opacity: 0.6;
}

#page_top a {
	position: relative;
	display: block;
	width: 90px;
	height: 90px;
	text-decoration: none;
}

#page_top a::before {
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f102';
	font-size: 35px;
	color: #ef4565;
	position: absolute;
	width: 25px;
	height: 25px;
	top: -40px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}

#page_top a::after {
	position: absolute;
	top: 45px;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
	color: #ff701e;

}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Youtube */

#yt-wrap {
  max-width: 2000px;
}

#yt-block {
  margin: 0rem 0rem;
  position: relative;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
}

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

.videoWrapper::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/.png");
  background-size: cover;
}

.videoWrapper.pv::after {
  display: none;
}

.videoWrapper_1 {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 0px;
  height: 0;
}

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

.videoWrapper_1::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: url("../img/.png");
  background-size: cover;
}

.videoWrapper_1.pv::after {
  display: none;
}

.youtube {
	width: 100%;
	padding: 0;
	box-sizing: border-box;
}

.youtube .inner {
	padding-top: 56.25%;
	position: relative;
	height: 0;
	overflow: hidden;
}

.youtube .inner iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#play {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: 4rem;
  height: 4rem;
  background-color: #e2770b;
  border-radius: 50%;
  cursor: pointer;
  opacity: .95;
}

#play:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 34%;
  transform: translateY(-50%);
  width: 0px;
  height: 0px;
  border: 1rem solid transparent;
  border-left: 1.8rem solid #fff;
  box-sizing: border-box;
}

.jumbotron_1 {
	background-image: url('../img/agri_top.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	height: 500px;
}

.jumbotron_2 {
	background-image: url('../img/top_img_02.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	height: 350px;
}

.jumbotron_3 {
	background-image: url('../img/top_img_3.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	height: 350px;
}

.jumbotron_4 {
	background-image: url('../img/top_img_04.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	height: 350px;
}

.jumbotron_5 {
	background-image: url('../img/top_img_05.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	height: 350px;
}

.jumbotron_6 {
	background-image: url('../img/base_bule3.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.jumbotron_7 {
	background-image: url('../img/base-blue.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.jumbotron_8 {
	background-image: url('../img/top_img_08.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	height: 350px;
}


.jumbotron_9 {
	background-image: url('../img/base-blue_6.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 350px;
}

.jumbotron_10 {
	background-image: url('../img/base-blue_7.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 350px;
}

.jumbotron_11 {
	background-image: url('../img/base-blue_8.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.jumbotron_12 {
	background-image: url('../img/base-explosion.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.jumbotron_13 {
	background-image: url('../img/base-explosion2.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.jumbotron_14 {
	background-image: url('../img/base-blue_9.png');
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

figure.snip1 {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  width: 100%;
  background: #0a3b6b;
  color: #fff;
  text-align: center;
}
figure.snip1 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

figure.snip1 img {
  max-width: 100%;
  position: relative;
  opacity: 1;
}
figure.snip1 figcaption {
  position: absolute;
  top: 80%;
  left: 7%;
  right: 7%;
  bottom: 0%;
  border-width: 0 1px 1px;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

figure.snip1 .heading1 {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip1 h4 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  color: #fff;
  position: relative;
  text-align: center;
  background: rgba(10,59,107,0.8);

  width: auto;
  font-weight: 400;
}
figure.snip1 h4 span {
  font-weight: 800;
}
figure.snip1 h4:before,
figure.snip1 h4:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background:#fff;
  top: 50%;
}
figure.snip1 h4:before {
  left: -1000%;
}
figure.snip1 h4:after {
  right: -1000%;
}
figure.snip1 h5 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ff0000;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip1 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip1:hover img,
figure.snip1.hover img {
  opacity: 0.15;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip1:hover figcaption,
figure.snip1.hover figcaption {
  top: -30%;
  bottom: 9%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip1:hover h5,
figure.snip1.hover h5 {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}


figure.snip2 {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  color: #fff;
  text-align: left;
}
figure.snip2 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

figure.snip2 img {
  max-width: 100%;
  position: relative;
  opacity: 1;
}
figure.snip2 figcaption {
  position: absolute;
  top: 50%;
  left: 7%;
  right: 7%;
  bottom: 0%;
  border-width: 0 1px 1px;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

figure.snip2 .heading1 {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip2 h4 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  color: #fff;
  position: relative;
  text-align: center;
  background: rgba(10,59,107,0.8);

  width: auto;
  font-weight: 400;
}
figure.snip2 h4 span {
  font-weight: 800;
}
figure.snip2 h4:before,
figure.snip2 h4:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background:rgba(10,59,107,0.8);
  top: 50%;
}
figure.snip2 h4:before {
  left: -1000%;
}
figure.snip2 h4:after {
  right: -1000%;
}
figure.snip2 h5 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0a3b6b;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}


figure.snip2 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip2:hover img,
figure.snip2.hover img {
  opacity: 0.15;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip2:hover figcaption,
figure.snip2.hover figcaption {
  top: -30%;
  bottom: 9%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip2:hover h5,
figure.snip2.hover h5 {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}


figure.snip3 {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  color: #fff;
  text-align: left;
}
figure.snip3 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

figure.snip3 img {
  max-width: 100%;
  position: relative;
  opacity: 1;
}
figure.snip3 figcaption {
  position: absolute;
  top: 80%;
  left: 7%;
  right: 7%;
  bottom: 0%;
  border-width: 0 1px 1px;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

figure.snip3 .heading1 {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip3 h4 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  text-align: center;
  background: rgba(10,59,107,0.8);

  width: auto;
  font-weight: 400;
}
figure.snip3 h4 span {
  font-weight: 800;
}
figure.snip3 h4:before,
figure.snip3 h4:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: white;
  top: 50%;
}
figure.snip3 h4:before {
  left: -1000%;
}
figure.snip3 h4:after {
  right: -1000%;
}
figure.snip3 h5 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffff4d;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip3 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip3:hover img,
figure.snip3.hover img {
  opacity: 0.15;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip3:hover figcaption,
figure.snip3.hover figcaption {
  top: -30%;
  bottom: 9%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip3:hover h5,
figure.snip3.hover h5 {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}


figure.snip4 {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  background:rgba(255,255,255,0.0);
  color: #0a3b6b;
  text-align: left;
}
figure.snip4 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

figure.snip4 img {
  max-width: 100%;
  position: relative;
  opacity: 1;
}
figure.snip4 figcaption {
  position: absolute;
  top: 80%;
  left: 7%;
  right: 7%;
  bottom: 0%;
  border-width: 0 1px 1px;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

figure.snip4 .heading1 {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip4 h4 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  color: #fff;
  text-align: center;
  background: rgba(10,59,107,0.8);
  width: auto;
  font-weight: 400;
}
figure.snip4 h4 span {
  font-weight: 1000;
}
figure.snip4 h4:before,
figure.snip4 h4:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: rgba(10,59,107,0.8);

  top: 50%;
}
figure.snip4 h4:before {
  left: -1000%;
}
figure.snip4 h4:after {
  right: -1000%;
}

figure.snip4 h5 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #00cc33;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip4 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip4:hover img,
figure.snip4.hover img {
  opacity: 0.15;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip4:hover figcaption,
figure.snip4.hover figcaption {
  top: -30%;
  bottom: 9%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip4:hover h5,
figure.snip4.hover h5 {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

figure.snip5 {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  background:rgba(255,255,255,0.0);
  color: #0a3b6b;
  text-align: left;
}
figure.snip5 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

figure.snip5 img {
  max-width: 100%;
  position: relative;
  opacity: 1;
}
figure.snip5 figcaption {
  position: absolute;
  top: 85%;
  left: 7%;
  right: 7%;
  bottom: 0%;
  border-width: 0 1px 1px;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

figure.snip5 .heading1 {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip5 h5 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
  color: #fff;
  text-align: center;
  background: rgba(10,59,107,0.8);
  width: auto;
  font-weight: 400;
}
figure.snip5 h5 span {
  font-weight: 1000;
}
figure.snip5 h5:before,
figure.snip5 h5:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background: rgba(10,59,107,0.8);

  top: 50%;
}
figure.snip5 h5:before {
  left: -1000%;
}
figure.snip5 h5:after {
  right: -1000%;
}

figure.snip5 h6 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #0d6efd;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip5 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip5:hover img,
figure.snip5.hover img {
  opacity: 0.15;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip5:hover figcaption,
figure.snip5.hover figcaption {
  top: -30%;
  bottom: 9%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip5:hover h6,
figure.snip5.hover h6 {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

figure.snip6 {
  position: relative;
  overflow: hidden;
  margin-top: 20px;
  width: 100%;
  color: #fff;
  text-align: left;
}
figure.snip6 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

figure.snip6 img {
  max-width: 100%;
  position: relative;
  opacity: 1;
}
figure.snip6 figcaption {
  position: absolute;
  top: 50%;
  left: 5%;
  right: 5%;
  bottom: 0%;
  border-width: 0 1px 1px;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

figure.snip6 .heading1 {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip6 h5 {
  display: table;
  margin: 0 auto;
  padding: 0 20px;
  color: #fff;
  position: relative;
  text-align: center;
  background: rgba(10,59,107,0.8);

  width: auto;
  font-weight: 400;
}
figure.snip6 h5 span {
  font-weight: 800;
}
figure.snip6 h5:before,
figure.snip6 h5:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background:rgba(10,59,107,0.8);
  top: 50%;
}
figure.snip6 h5:before {
  left: -1000%;
}
figure.snip6 h5:after {
  right: -1000%;
}
figure.snip6 h6 {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  position: absolute;
  width: 100%;
  padding: 0 20px;
  margin: 0;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip6 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip6:hover img,
figure.snip6.hover img {
  opacity: 0.15;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
figure.snip6:hover figcaption,
figure.snip6.hover figcaption {
  top: -30%;
  bottom: 9%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip6:hover h6,
figure.snip6.hover h6 {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}


figure.snip7 {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  width: 100%;
  background: #0a3b6b;
  color: #fff;
  text-align: center;
}
figure.snip7 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.45s ease;
  transition: all 0.45s ease;
}

figure.snip7 img {
  max-width: 100%;
  position: relative;
  opacity: 1;
}
figure.snip7 figcaption {
  position: absolute;
  top: 95%;
  left: 7%;
  right: 7%;
  bottom: 0%;
  border-width: 0 1px 1px;
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

figure.snip7 .heading1 {
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
figure.snip7 h4 {
  display: table;
  margin: 0 auto;
  padding: 0 10px;
  color: #fff;
  position: relative;
  text-align: center;
  background: rgba(10,59,107,0.8);

  width: auto;
  font-weight: 400;
}
figure.snip7 h4 span {
  font-weight: 800;
}
figure.snip7 h4:before,
figure.snip7 h4:after {
  position: absolute;
  display: block;
  width: 1000%;
  height: 1px;
  content: '';
  background:#fff;
  top: 50%;
}
figure.snip7 h4:before {
  left: -1000%;
}
figure.snip7 h4:after {
  right: -1000%;
}
figure.snip7 h5 {
  top: 47%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #27cc7f;
  position: absolute;
  width: 100%;
  padding: 0 0px;
  margin: 0;
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

figure.snip7 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.snip7:hover img,
figure.snip7.hover img {
  opacity: 0.15;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
figure.snip7:hover figcaption,
figure.snip7.hover figcaption {
  top: -30%;
  bottom: 9%;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}
figure.snip7:hover h5,
figure.snip7.hover h5 {
  opacity: 1;
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}



/* triangle */


.triangle1 {
	margin:auto;
	width:0;
	height:0;
	border-top: 0vw solid transparent;
	border-right: 100vw solid #fff;
	border-bottom: 8vw solid transparent;
	background-color:#0a3b6b;
}


.triangle2 {
	margin:auto;
	width:0;
	height:0;
	border-top: 0vw solid transparent;
	border-right: 100vw solid #0a3b6b;
	border-bottom: 8vw solid transparent;
	background-color:#fff;
}

.triangle3 {
	margin:auto;
	width:0;
	height:0;
	border-top: 0vw solid transparent;
	border-right: 100vw solid #0a3b6b;
	border-bottom: 8vw solid transparent;
	background-color: rgba(33, 39, 98, 0);
}

.triangle4 {
	margin:auto;
	width:0;
	height:0;
	border-top: 0vw solid transparent;
	border-right: 100vw solid #fff;
	border-bottom: 8vw solid transparent;
	background-color: rgba(33, 39, 98, 0);
}

.Block1 {
  color: #0a3b6b;
}
p {
  width: 60%;
  margin: 0 auto;
  padding: 30px 0;
}

.Block2 {
  /*レイアウト用のCSS*/
  padding: 10px 0 40px 0;
  background-color: #191970;
  color: #ccc;
}
.Block1 {
  position: relative;
  padding: 20px 0 30px 0;
  
}
.Block1::before{
  content:"";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
 
  /*ここで三角形のサイズを決める。
  必ず幅100vwにして、ブラウザサイズいっぱいにしてください。*/
  border-width: 40px 0 0 100vw ;
 
  border-color: transparent  transparent  transparent #191970;
}

============================================== */
/* bg
============================================== */

.back_bule {
	width: 100%;
	height: 400px;
	background-image: url('../img/base_bule.png');
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
} 


============================================== */
/* nav-item
============================================== */

/* nav-itemの文字色 */
.navbar .navbar-nav .nav-link {
    color: rgba(255, 255, 255);
}
/* nav-item activeの文字色 */
.navbar .navbar-nav .active > .nav-link {
    color: rgba(70, 130, 180, 1);
}
/* nav-item:focus、nav-item:hoverの文字色 */
.navbar .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(70, 130, 180, 1);
}
/* ドロップダウンアイテムの文字色 */

.dropdown-item {
    color: rgba(255,0,0,1);
}



/*ハンバーガーメニュー*/
============================================== */
.navbar-toggler{
  border-color:#fff;
}

.navbar-toggler{
  background-color:#0068b7;
}

.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(229, 0, 79, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

/*画像アニメーションのスタイル*/
============================================== */
.animation {
	opacity: 0;
	visibility: hidden;
	transition: 1s;
	transform: translateY(30px);
}

/*アニメーション要素までスクロールした時のスタイル*/

.active {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* ボタン全体 */
.flowbtn6{
border-radius:8px;		
position:relative;
display:inline-block;
width:30px;
height:30px;
font-size:30px;
color:#fff!important;
transition:.5s;
text-decoration:none;
}	
/* アイコンをど真ん中に*/
.flowbtn6 i{
position:absolute;
top:50%;
left:50%;
-ms-transform:translate(-50%,-50%);
-webkit-transform:translate(-50%,-50%);
transform:translate(-50%,-50%);
}
/* ulタグの内側余白を０にする */
ul.snsbtniti{
padding:0!important;
}
/* アイコンボタン全体の位置 */
.snsbtniti{
display:flex;
flex-flow:row wrap;
justify-content:space-around;
}
/* アイコンボタン同士の余白 */
.snsbtniti li{
flex:0 0 33%;
text-align:center!important;
}
/* アイコンボタンにマウスを乗せた時 */
.flowbtn6:hover{
-webkit-transform:translateY(-5px);
-ms-transform:translateY(-5px);
transform:translateY(-5px);
}


/* news
============================================== */
.news {
  -webkit-overflow-scrolling: touch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  display: -webkit-box;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  max-width: 1500px;
  height: 150px;
  margin: 0 auto;
  overflow-y: scroll
}


@media (min-width:768px) {
  .news {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    flex-wrap: wrap
  }
}

.news dd,
.news dt {
  box-sizing: border-box;
  width: 100%;
  padding-bottom: .5em;
  padding-left: .5em
}

.news dt {
  font-style: normal;
  font-weight: initial
}

@media (min-width:768px) {
  .news dt {
    width: 12.5em;
    margin-bottom: .5em;
    border-bottom: 1px dotted #343a40
  }
}

.news dt:first-of-type {
  padding-top: .5em;
  border-top: 1px dotted #343a40
}

.news dt time {
  margin-right: .5em
}

.news dt span {
  box-sizing: border-box;
  display: inline-block;
  width: 7em;
  margin-right: .5em;
  padding: 0 .5em;
  background-color: #009688;
  color: #fff;
  font-size: .8em;
  line-height: 1.75;
  text-align: center
}

.news time {
  color: #adb5bd
}

.news dd {
  margin-left: 0;
  margin-bottom: .5em;
  border-bottom: 1px dotted #343a40
}

// アニメーション

.c-btn,
.c-bnr,
.c-txt {
  cursor: pointer;
  transition: .2s cubic-bezier(0.45, 0, 0.55, 1);
}
 
// ボタン基本コード
.c-btn {
  background: #ff701e;
  border: 2px solid #ff701e;
  border-radius: 60px;
  color: #fff;
  display: block;
  font-weight: bold;
  max-width: 300px;
  padding: 15px 40px;
  text-align: center;
}
 
// 画像バナー基本コード
.c-bnr {
  background: url(../img/btn-bnr.jpg)no-repeat center center / cover;
  display: inline-block;
  width: 240px;
  height: 240px;
}
 
// テキスト基本コード
.c-txt {
  color: #ff701e;
  display: inline-block;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.06em;
}

// 画像縮小バナー

.c-bnr.scale:hover {
  box-shadow: 0px 0px 15px 2px rgba(0, 0, 0, 0.2);
  transform: scale(0.9);
}

@media (min-width:768px) {
  .news dd {
    width: calc(100% - 12.5em)
  }
  .news dd:first-of-type {
    padding-top: .5em;
    border-top: 1px dotted #343a40
  }
}

.news dd:nth-of-type(-n+3) {
  position: relative
}


.devlabo_box{
	font-size:20px;
  color: #ffffff;
	background-color:#0f6099;
	text-align:center;
}

.devlabo_box p {
  margin: 0px; 
	padding:10px 5px 10px 5px;
}

.devlabo_box2{
	font-size:20px;
  color: #ffffff;
	background-color:#2F9F45;
	text-align:center;
}

.devlabo_box2 p {
  margin: 0px; 
	padding:10px 0px 10px 0px;
}

.dv_title_box{
	width:600px;
  color: #0068B6;
	text-align:center;
  border: solid 2px #0068B6;
  border-radius: 10px;/*角の丸み*/
}

.dv_title_box p {
	font-size:23px;
  font-weight: bold;
  margin: 0px; 
	padding:8px 2px 5px 2px;
}

.dv_box {
  margin: 20px 22px;
  background: #FFF;
  border: solid 1px #0068B6;/*線*/
  border-radius: 10px;/*角の丸み*/
}

.dv_menu_box{
	background-color:#5f9bbd;
	font-size:15px;
	width:300px;
  color: #ffffff;
	padding:20px 0px 3px 15px;
	text-align:left;
  font-weight: bold;
  border-radius: 10px;/*角の丸み*/
}

.dv_menu_box2{
	background-color:#008080;
	font-size:15px;
	width:300px;
  color: #ffffff;
	padding:20px 0px 3px 15px;
	text-align:left;
  font-weight: bold;
  border-radius: 10px;/*角の丸み*/
}


/* = 吹き出し ==========================================*/

.bubble01 {
    position: relative;
    display: inline-block;
    width: 620px; 
		height: 60px;
    line-height: 14px;
    font-size: 25px;
		letter-spacing:1px;
		color: #0e581a;
		font-weight:bold;
    text-align: center;
    padding: 22px 0px 0px 0px;
    background-color: #FFF;
    border: #0e581a solid 3px;
    box-sizing: border-box;
    border-radius: 30px;
}
.bubble01:before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #FFF transparent;
     border-width: 15px 15px 0 0;
     bottom: -10.5px;
     left: 50%;
     margin-left: -9px;
}
.bubble01:after {
     content: '';
     position: absolute;
     display: block;
     z-index: 0;
     border-style: solid;
     border-color: #0e581a transparent;
     border-width: 15px 15px 0 0;
     bottom: -16px;
     left: 50%;
     margin-left: -11px;
}

.bubble02 {
    position: relative;
    display: inline-block;
    width: 300px; 
		height: 55px;
    line-height: 14px;
    font-size: 25px;
		letter-spacing:1px;
		color: #0e581a;
		font-weight:bold;
    text-align: center;
    padding: 20px 0px 0px 0px;
    background-color: #FFF;
    border: #0e581a solid 3px;
    box-sizing: border-box;
    border-radius: 30px;
}
.bubble02:before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #FFF transparent;
     border-width: 15px 15px 0 0;
     bottom: -10.5px;
     left: 50%;
     margin-left: -9px;
}
.bubble02:after {
     content: '';
     position: absolute;
     display: block;
     z-index: 0;
     border-style: solid;
     border-color: #0e581a transparent;
     border-width: 15px 15px 0 0;
     bottom: -16px;
     left: 50%;
     margin-left: -11px;
}

.bubble03 {
    position: relative;
    display: inline-block;
    width: 150px; 
		height: 45px;
    line-height: 14px;
    font-size: 21px;
		letter-spacing:4px;
		color: #000;
		font-weight:bold;
    text-align: center;
    padding: 13px 0px 0px 0px;
    background-color: #FFF;
    border: #000 solid 3px;
    box-sizing: border-box;
    border-radius: 30px;
}
.bubble03:before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #FFF transparent;
     border-width: 15px 15px 0 0;
     bottom: -10.3px;
     left: 50%;
     margin-left: -10px;
}
.bubble03:after {
     content: '';
     position: absolute;
     display: block;
     z-index: 0;
     border-style: solid;
     border-color: #000 transparent;
     border-width: 15px 15px 0 0;
     bottom: -15px;
     left: 50%;
     margin-left: -12px;
}

.bubble04 {
    position: relative;
    display: inline-block;
    width: 200px; 
		height: 32px;
		color: #191970;
		font-weight:bold;
    text-align: center;
    padding: 0px 0px 0px 0px;
    background-color: #FFF;
    border: #191970 solid 3px;
    box-sizing: border-box;
    border-radius: 30px;
}
.bubble04:before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #FFF transparent;
     border-width: 15px 15px 0 0;
     bottom: -11px;
     left: 50%;
     margin-left: -9.5px;
}
.bubble04:after {
     content: '';
     position: absolute;
     display: block;
     z-index: 0;
     border-style: solid;
     border-color: #000 transparent;
     border-width: 15px 15px 0 0;
     bottom: -16px;
     left: 50%;
     margin-left: -12px;
}

.bubble05 {
    position: relative;
    display: inline-block;
    width: 250px; 
		height: 75px;
    line-height: 22px;
    font-size: 20px;
		letter-spacing:1px;
		color: #0e581a;
		font-weight:bold;
    text-align: center;
    padding: 13px 0px 0px 0px;
    background-color: #FFF;
    border: #0e581a solid 3px;
    box-sizing: border-box;
    border-radius: 30px;
}
.bubble05:before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #FFF transparent;
     border-width: 15px 15px 0 0;
     bottom: -11px;
     left: 50%;
     margin-left: -9.5px;
}
.bubble05:after {
     content: '';
     position: absolute;
     display: block;
     z-index: 0;
     border-style: solid;
     border-color: #000 transparent;
     border-width: 15px 15px 0 0;
     bottom: -16px;
     left: 50%;
     margin-left: -12px;
}

.bubble06 {
    position: relative;
    display: inline-block;
    width: 250px; 
		height: 210px;
    line-height: 25px;
    font-size: 16px;
		letter-spacing:1px;
		color: #0e581a;
		font-weight:bold;
    text-align: left;
    padding: 13px 10px 0px 10px;
    background-color: #FFF;
    border: #0e581a solid 3px;
    box-sizing: border-box;
    border-radius: 30px;
}
.bubble06:before {
     content: '';
     position: absolute;
     display: block;
     z-index: 1;
     border-style: solid;
     border-color: #FFF transparent;
     border-width: 15px 15px 0 0;
     bottom: -11px;
     left: 50%;
     margin-left: -9.5px;
}
.bubble06:after {
     content: '';
     position: absolute;
     display: block;
     z-index: 0;
     border-style: solid;
     border-color: #000 transparent;
     border-width: 15px 15px 0 0;
     bottom: -16px;
     left: 50%;
     margin-left: -12px;
}

/*以下、LINE①背景色など*/
.line-bc {
	padding:20px 0px 20px 0px;
  text-align: left;
  background: #7da4cd;
}

.line-bc2 {
	padding:20px 0px 20px 0px;
  text-align: left;
  background: #008080;
}


/*以下、②左側のコメント*/
.balloon6 {
  width: 100%;
  margin: 10px 10px;
  overflow: hidden;

}

.balloon6 .faceicon {
  float: left;
  margin-right: -50px;
  margin-top: 15px;
  width: 30px;
}

.balloon6 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.balloon6 .chatting {
  width: 100%;
  text-align: left;
}
.says {
  display: inline-block;
  position: relative; 
  margin: 15px 0px 20px 40px;
  padding: 10px;
  max-width: 200px;
  border-radius: 12px;
  background: #edf1ee;
  margin-bottom: 0.625rem;
  font-family: inherit;
  line-height: 1.4;
  font-size: 0.875rem;
}

.says:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 3px; 
  left: -19px;
  border: 8px solid transparent;
  border-right: 18px solid #edf1ee;
  -webkit-transform: rotate(35deg);
  transform: rotate(35deg);
}

/*以下、③右側の緑コメント*/

.balloon7 {
  float: right;
  width: 100%;
  margin: 10px 10px;
  overflow: hidden;
}

.balloon7 .faceicon {
  float: right;
  width: 40px;
}

.balloon7 .faceicon img{
  width: 100%;
  height: auto;
  border-radius: 50%;
}
.balloon7 .chatting {
  width:110%;
  text-align: left;
}

.says2 {
  float: right;
  margin-right: 0px;
  display: inline-block;
  position: relative; 
  margin: 0px 10px 0px 0px;
  padding: 10px;
  max-width: 180px;
  border-radius: 12px;
  background: #30e852;
}

.says2:after {
  content: "";
  position: absolute;
  top: 3px; 
  right: -19px;
  border: 8px solid transparent;
  border-left: 18px solid #30e852;
  -webkit-transform: rotate(-35deg);
  transform: rotate(-35deg);
}


/*logo_s
============================================== */
.logo_s { margin-left: 20px; }
.logo_s a { margin-left: 0px; color: #0068b7; border: 0; }
.logo_s a:hover, 
.logo_s a:focus { color: #0068b7; border: 0; }
.logo_s i { font-size: 30px; vertical-align: middle; }





/*画像M.Over ZOOM*/
	.image_mouseover_1 {
	overflow: hidden;
	width: 100%;
	height: 100%;
	background: #fff;
	}
	.image_mouseover_1 img {
	display: block;
	transition-duration: 0.5s;
	}
	.image_mouseover_1 img:hover {
	transform: scale(1.1);
	transition-duration: 0.5s;
	opacity: 0.6;
	}


/*M.Over Line*/
.c-txt.line {
  padding-bottom: 5px;
  position: relative;
}
.c-txt.line::before {
  background: #4169e1;
  content: '';
  width: 100%;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
  margin: auto;
  transform-origin: right top;
  transform: scale(0, 1);
  transition: transform .3s;
}
.c-txt.line:hover::before {
  transform-origin: left top;
  transform: scale(1, 1);
}


/*BG M.Over Change*/
.only-background {
	padding: 13px;
	transition: background 1s;
}

.only-background:hover {
	background: #4682b4;
}


/* BGスライド*/
	.card-box .card1 {
		background:linear-gradient(
		    to right,
		    #cce9ff,
		    #cce9ff 50%,
		    transparent 50%,
		    transparent) 100% 0 / 200% 100%;
		transition:background-position 0.3s;
	}

	.card-box .card1:hover {
		background-position:0 0;
	}



/* BGスライド フェード*/
.card-box .card3 {
    background:linear-gradient(
        to right,
        #cce9ff,
        #cce9ff 33%,
        transparent 66%,
        transparent) 100% 0 / 300% 100%;
    transition:background-position 0.3s;
}
 
.card-box .card3:hover {
    background-position:0 0;
}

/* 枠2点ワイプイン*/
	.card-box .card2 {
	    position:relative;
	}
 
    .card-box .card2::before,
    .card-box .card2::after {
        position:absolute;
        display:block;
        box-sizing:border-box;
        width:0;
        height:0;
        content:"";
        opacity:0;
        transition:width 0.3s, height 0.3s, opacity 0.3s;
    }
 
    .card-box .card2::before {
        top:0;
        left:0;
        border-top:5px solid #0091ff;
        border-left:5px solid #0091ff;
    }
 
    .card-box .card2::after {
        right:0;
        bottom:0;
        border-right:5px solid #0091ff;
        border-bottom:5px solid #0091ff;
    }
 
    .card-box .card2:hover::before,
    .card-box .card2:hover::after {
        width:100%;
        height:100%;
        opacity:1;
    }



/* 枠 光彩*/
.card-box .card4 {
    transition:box-shadow 0.3s;
}
 
.card-box .card4:hover {
    box-shadow:0 0 20px rgb(0, 110, 255, 0.5), 0 2px 5px rgba(0, 0, 0, 0.3);
}

/* 拡大+回転*/
.card-box .card5 p.image {
    overflow:hidden;
}

.card-box .card5 p.image img {
    transition:transform 0.3s;
    transform:scale(1.2);
}

.card-box .card5:hover p.image img {
    transform:scale(1.4) rotate(-15deg);
}

/* 採用部分　囲み*/
	.box0 {
	    padding: 0.1em 1em;
	    margin: 0.2em 0;
	    font-weight: bold;
	    color: #6091d3;/*文字色*/
	    background: #ffffff;
	    border: solid 3px #6091d3;/*線*/
	    border-radius: 10px;/*角の丸み*/
	}

	.box1 {
	    padding: 0.1em 0em;
	    margin: 1em 0;
	    background: #FFF;
	    border: solid 2px #6091d3;/*線*/
	    border-radius: 10px;/*角の丸み*/
	}

	.box2 {
	    padding: 0.1em 1em;
	    margin: 0.2em 0;
	    font-weight: bold;
	    color: #6091d3;/*文字色*/
	    background: #FFF;
	    border: solid 3px #6091d3;/*線*/
	    border-radius: 10px;/*角の丸み*/
	}
	.box3 {
	    padding: 0.1em 1em;
	    margin: 0.5em 0;
	    font-weight: bold;
	    color: #ffffff;/*文字色*/
	    background: #6091d3;
	    border: solid 3px #6091d3;/*線*/
	}

	.box4 {
	    padding: 0.1em 1em;
	    margin: 0.5em 0;
	    font-weight: bold;
	    color: #ffffff;/*文字色*/
	    background: #333333;
	}

	.box5 {
	    padding: 0.1em 1em;
	    margin: 0.5em 0;
	    font-weight: bold;
	    color: #333333;/*文字色*/
	    background: #fff;
	}


blockquote {
  font-size: 0.86em;
  line-height: 1.8em;
}

.tm-section-pad-top {
  padding-bottom: 40px;
}

.tm-content-box {
  padding-top: 20px;
  padding-bottom: 40px;
}

.tm-text-primary {
  color: #37A;
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
  color: white;
  background-color: #369;
  padding: 14px 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
  color: white;
  background-color: #38B;
}

/* Navbar */

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tm-navbar.scroll {
  background-color: white;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
  color: #38B;
}

.tm-navbar.scroll .navbar-brand {
  color: #369;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: white;
}

.tm-navbar.scroll .tm-nav-link {
  color: #369;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
  color: #FFF;
  background-color: #369;
}

.navbar-toggler {
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #707070;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #707070;
}

/* Hero */

#infinite {
	background-color: #222;
  background-image: url(../img/wave-5.webp);
  background-repeat: no-repeat;
  background-size: 100%;

  height: 100vh;
  min-height: 375px;
  position: relative;
}

}

@media (min-height: 600px) and (min-width: 1920px) {
  #infinite {
    background-size: cover;
  }
}

@media (min-height: 830px) {
  #infinite {
    background-position: center -210px;
  }
}

@media (min-height: 680px) and (max-height: 829px) {
  #infinite {
    background-position: center -300px;
  }
}

@media (min-height: 500px) and (max-height: 679px) {
  #infinite {
    background-position: center -400px;
  }
}

@media (max-height: 499px) {
  #infinite {
    background-position: center -450px;
  }
}

.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

.tm-hero-text-container-inner {
  margin-top: -90px;
}

.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 2px 2px 2px #333;
}

.tm-hero-subtitle {
  text-shadow: 2px 2px 2px #333;
}

.tm-intro-next {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}

@media (max-height: 480px) {
  .tm-hero-text-container-inner {
    margin-top: -40px;
  }

  .tm-intro-next {
    bottom: 20px;
  }
}

.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}

.tm-down-arrow {
  	color: #FFF;
    cursor: pointer;
    background: #357;
    padding: 15px 40px;
    transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: #FFF;
  background: #37A;
  padding: 20px 50px;
}

/* Introduction */

#introduction {
  padding-bottom: 100px;
}

.tm-section-title {
  font-size: 2.6rem;
  font-weight: normal;
}

.tm-intro-text {
  font-size: 1.2rem;
}

.tm-icon {
  display: block;
  color: #37A;
}

.tm-continue {
	padding: 20px 0 30px 0;
}

/* Testimonials */
#testimonials {
  color: white;
  background-image: url(../img/wave-1.webp);
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

@media (max-width: 991px) {
  #testimonials {
    background-image: url(../img/infinite-loop-02-mobile.jpg);
  }
}

.tm-testimonials-content {
  position: relative;
  z-index: 100;
}

.tm-bg-overlay {
  width: 100%;
  height: 100%;
  background: rgba(20, 70, 80, 0.2);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
}

.tm-testimonials-carousel {
  max-width: 1050px;
  margin: 0 auto;
}

.tm-testimonial-item {
  max-width: 290px;
  margin-right: 35px;
}

.tm-testimonial-item img {
  border-radius: 50%;
}

.tm-testimonial-item figcaption {
  text-align: right;
  font-style: italic;
  font-size: 1.1rem;
}

/* Work */

.tm-section-desc {
  max-width: 650px;
  width: 100%;
  font-size: 0.9rem;
}

.tm-gallery-container {
  padding-top: 70px;
  padding-bottom: 120px;
}

.tm-gallery-item {
  margin: 0 15px;
}

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #3ba0dd;
}

.tm-testimonials-carousel .slick-dots li button:before {
  color: white;
  opacity: 0.5;
}

.tm-testimonials-carousel .slick-dots li button:hover:before,
.tm-testimonials-carousel .slick-dots li button:focus:before,
.tm-testimonials-carousel .slick-dots li.slick-active button:before {
  color: white;
  opacity: 1;
}

.slick-dots li button:before {
  font-size: 18px;
}

/* Hover Effect */
/* Common style */
.grid figure {
  position: relative;
  float: left;
  overflow: hidden;
  background: #3085a3;
  text-align: center;
  cursor: pointer;
}

.grid figure img {
  position: relative;
  display: block;
  min-height: 100%;
  max-width: 100%;
  opacity: 0.8;
}

.grid figure figcaption {
  padding: 2em;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.25em;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
  pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}

.grid figure h2 {
  word-spacing: -0.15em;
  font-size: 0.9em;
  font-weight: 300;
}

.grid figure h2 span {
  font-weight: 600;
}

.grid figure h2,
.grid figure p {
  margin: 0;
}

.grid figure p {
  letter-spacing: 1px;
  font-size: 68.5%;
}

/*---------------*/
/***** Honey *****/
/*---------------*/

figure.effect-honey {
  background: #4a3753;
  max-width: 220px;
}

figure.effect-honey img {
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

figure.effect-honey:hover img {
  opacity: 0.4;
}

figure.effect-honey figcaption::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 10px;
  background: #38C;
  content: "";
  -webkit-transform: translate3d(0, 10px, 0);
  transform: translate3d(0, 10px, 0);
}

figure.effect-honey h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 1em 1.5em;
  width: 100%;
  text-align: left;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey h2 i {
  font-style: normal;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}

figure.effect-honey figcaption::before,
figure.effect-honey h2 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-honey:hover figcaption::before,
figure.effect-honey:hover h2,
figure.effect-honey:hover h2 i {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.tm-container-gallery {
	}


/* Contact */

#contact {
  color: white;
  background-color: #001828;
  background-image: url(../img/contact.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-size: 100%;
  position: relative;
}

.contact-item {
  margin-bottom: 50px;
}

.item-link {
  display: flex;
  align-items: center;
}

.item-link i,
.item-link span {
  color: white;
  transition: all 0.3s ease;
}

.item-link:hover i,
.item-link:hover span {
  color: #3496d8;
}

.tm-input {
	margin: 0 0 20px 0;
	width: 90%;
  padding: 8px 20px;
  border-radius: 6px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

.tm-btn-submit {
	font-size: 0.9em;
	color: #fff;
	background-color: #369;
	width: 50%;
	margin-bottom: 60px;
}

.tm-btn-submit:hover {
	color: #fff;
	background-color: #38B;
}

/*---------------*/
/***** table *****/
/*---------------*/

table.tbl{
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	border-collapse:collapse;
	border-spacing:0;
	background-color:#ffffff;
	empty-cells:show;
}
.tbl th{
  text-align: center;
	font-weight: normal;
	border-top:1px solid #cccccc;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	color:#330000;
	background-color:#f5f5f5;
	background-position:left top;
	padding:0.3em 0.3em;
}

.tbl td{
  text-align: center;
	border-right:1px dotted #cccccc;
	border-bottom:1px dotted #cccccc;
	padding:0.3em 0.3em;
}


::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.tm-footer a {
	color: #fff;
}

.tm-footer a:hover {
	color: #9CF;
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #38B;
  text-decoration: none;
}

p {
  line-height: 1.9;
}

@media (min-width: 768px) {
  .tm-intro-text-container {
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }

  .tm-container-gallery {
    max-width: 1290px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

.card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}

.card > hr {
  margin-right: 0;
  margin-left: 0;
}

.card > .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}

.card-title {
  margin-bottom: 0.75rem;
}

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link:hover {
  text-decoration: none;
}

.card-link + .card-link {
  margin-left: 1.25rem;
}

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}

.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem;
}

.card-img {
  width: 100%;
  border-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-deck {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-deck .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-deck {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .card-deck .card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 15px;
    margin-bottom: 0;
    margin-left: 15px;
  }
}

.card-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-group > .card {
  margin-bottom: 15px;
}

@media (min-width: 576px) {
  .card-group {
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .card-group > .card {
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:first-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-top,
  .card-group > .card:first-child .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:first-child .card-img-bottom,
  .card-group > .card:first-child .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:last-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-top,
  .card-group > .card:last-child .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:last-child .card-img-bottom,
  .card-group > .card:last-child .card-footer {
    border-bottom-left-radius: 0;
  }
  .card-group > .card:only-child {
    border-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-top,
  .card-group > .card:only-child .card-header {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
  }
  .card-group > .card:only-child .card-img-bottom,
  .card-group > .card:only-child .card-footer {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) {
    border-radius: 0;
  }
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
  .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer {
    border-radius: 0;
  }
}

.card-columns .card {
  margin-bottom: 0.75rem;
}

@media (min-width: 576px) {
  .card-columns {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.25rem;
    -moz-column-gap: 1.25rem;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1;
  }
  .card-columns .card {
    display: inline-block;
    width: 100%;
  }
}

.accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}

.accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}

.accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

/*social1 Twitter
============================================== */
.social_1 {float:left; padding-top: 5px; margin-left: 10px; }
.social_1 a { margin-left: 0px; color: #1DA1F2; border: 0; }
.social_1 a:hover, 
.social_1 a:focus { color: #696969; border: 0; }
.social_1 i { font-size: 20px; vertical-align: middle; }

/* Twitter */
.fl_tw1{
background:#55acee;
}


/*social_2 YouTube
============================================== */
.social_2 {float:left; padding-top: 5px; margin-left: 15px; }
.social_2 a { margin-left: 0px; color: #da1725; border: 0; }
.social_2 a:hover, 
.social_2 a:focus { color: #696969; border: 0; }
.social_2 i { font-size: 43px; vertical-align: middle; }

/* YouTube */
.fl_yu6 {
background:#fff;
color:#fc0d1c!important;
font-size: 10px;
vertical-align: middle;

}

/*social_3 Instagram
============================================== */
.social_3 {float:left; padding-top: 5px; margin-left: 15px; }
.social_3 a { margin-left: 0px; color: #f26939; border: 0; }
.social_3 a:hover, 
.social_3 a:focus { color: #696969; border: 0; }
.social_3 i { font-size: 25px; vertical-align: middle; }


/* Instagram紫グラデ背景 */
.insta_btn6 {
background:-webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
background:linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
overflow:hidden;	
}
/* Instagramオレンジグラデ背景 */
.insta_btn6:before{
content: '';
position: absolute;
top:27px;
left:-12px;
width:59px;
height:40px;
background:-webkit-radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
background:radial-gradient(#ffdb2c 7%, rgba(255, 105, 34, 0.3) 60%, rgba(255, 88, 96, 0) 70%);
}


/* = 三角 ==========================================*/

.sankaku{
 background-color: #63b9ff;
  width: 200px;
  height: 200px;
  clip-path:margin-box polygon(50% 0, 100% 50%, 0% 50%, 0 50%);
}

.sankaku1{
 background-color: #63b9ff;
  width: 200px;
  height: 200px;
  clip-path:margin-box polygon(50% 0, 100% 50%, 0% 50%, 0 50%);
}

.daikei1{
 background-color: #7fffd4;
  width: 500px;
  height: 300px;
  clip-path:margin-box polygon(50% 0, 100% 50%, 0% 50%, 0 50%);
}


.sankaku1-{
	padding:0px 0px 0px 0px;
	width:199px;
	border-bottom: 60px solid #63b9ff;
	border-left: 40px solid transparent;
	border-right: 40px solid transparent;
	height: 0;
	text-align: center;
	line-height: 0px;
}

.daikei1-{
	padding:3px 0px 0px 0px;
	width:320px;
	border-bottom: 100px solid #7fffd4;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	height: 0;
	text-align: center;
	line-height: 100px;
}

.daikei2{
	font-size:15px;
	padding:3px 0px 0px 0px;
	width:440px;
	border-bottom: 100px solid #4ccc45;
	border-left: 60px solid transparent;
	border-right: 60px solid transparent;
	height: 0;
	text-align: center;
	line-height: 50px;
}


