

body {
	font-family:'Noto Sans JP', sans-serif, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  font: 500 14px/1.8;
  color: rgb(19, 19, 19);
  -webkit-font-smoothing: antialiased;
  background: rgb(255, 255, 255);
}

a:link {
  color: #344668;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
}

a:focus, a:hover {
  color: #888;
  -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      opacity: 0.5;
}

a:visited{
  color: #344668;
}
a:focus {
  outline: none;
}

p {
  font-size: 13px;
  color: #7a7a7a;
  line-height: 24px;
}
.btn {
  background-color:  #dc1d80;
  color:#fff;
  font-weight: bold;
}
a.btn {
  display: inline-block;
  color:#fff;
  width: 300px;
  padding:20px 0;
}
.buttonArea{
  margin:auto;
  padding:30px 0;
  text-align: center;
}
@media (max-width: 767px) {
  a.btn {
    margin: 0;
    width: 96%;
  }
}
.content-section {
  padding-top: 50px;
  position: relative;
  width: 100%;
  display: inline-block;
  height: auto;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#cont .content-section,#policy .content-section,#company .content-section {
  padding-top: 120px;
}
.contentHeader {
  text-align: left;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .content-section {
    padding-top: 30px;
  }
  #cont .content-section,#policy .content-section,#company .content-section {
    padding-top: 90px;
  }
}

#underlayer .contentHeader  {
  padding-top: 30px;
}
.contentHeader h2 {
  margin: 0 0 14px;
  font-size: 38px;
  color: #232323;
  display: inline-block;
	font-family: 'Alegreya Sans SC', sans-serif;
  padding:0;
}
.contentHeader p {
  color: #232323;
  padding:0 0 0 23px;
  position: relative;
  font-size:14px;
}
.contentHeader p:before {
  content: '';
  height:  1px;
  background-color:  #344668;
  position:  absolute;
  left:  0px;
  top: 12px;
  margin:  auto;
  z-index: -1;
  width: 15px;
}

@media (max-width: 768px) {
  .contentHeader h2 {
    margin: 0 0 12px;
    font-size: 30px;
  }
}
.white-button a {
  font-size: 13px;
  font-weight: 600;
  color: #45489a;
  text-transform: capitalize;
  background-color: #fff;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.white-button a:hover {
  background-color: #45489a;
  color: #fff;
}

.accent-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-transform: capitalize;
  background-color: #45489a;
  display: inline-block;
  height: 44px;
  line-height: 44px;
  padding: 0px 25px;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.3s;
}

.accent-button a:hover {
  background-color: #fff;
  color: #45489a;
}

header {
    position: fixed;
    top: 0;
    transition: top 0.3s ease-in-out;
    width: 100%;
}

.nav-up {
    top: -75px;
}

/* Responsive Navigation */

.responsive-nav {
  position: fixed;
  z-index: 10;
  width: 100%;
  height: 70px;
  background-color: rgba(250,250,250,.95);
  box-shadow: 0px 3px 5px rgba(0,0,0,0.1);
}
.responsive-nav .logo{
  position: relative;
}
.responsive-nav .logo img{
  position: absolute;
  width: 160px;
  top: 15px;
  left: 5px;
}

.navbar-toggle {
  position: absolute;
  top: 40%;
  right: 0;
  display: inline-block;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}

.navbar-nav {
  margin: 0;
  padding:0;
  border: none;
}

#main-nav ul {
  text-align: center;
  background:rgba(52,70,104,.9);
  margin-top: 59px;
  width: 100%;
}
#main-nav ul li {
  margin:0px;
  padding: 0;
  border-top: rgba(116,116,133) solid 1px;
}
#main-nav ul li:hover {
  background-color: transparent;
}
#main-nav ul li a {
  font-size: 15px;
  padding:20px 0;
  text-transform: capitalize;
  color: #fff;
  box-shadow: none;
  border: none;
}

#main-nav ul li a:hover {
  opacity: 0.5;
  background-color: transparent;
}

.navbar-toggle span {
  background-color: #232323;
}


/* navigation Style */


.navigation {
  width: 100%;
  float: left;
  height: 70px;
	font-family: 'Alegreya Sans SC', sans-serif;
  position: fixed;
   background-color: rgba(255,255,255,0.85);

  z-index: 99999999999;
}

.navigation .logo {
  position: absolute;
  top:8px;
  left:15px;
}
.navigation .logo h1{
  color:#ddd;
  font-size: 0.8em;
  margin:0;
  padding:0 0 1px;
}
.navigation .logo a{
  position: relative;
}
.navigation .logo img{
  width:280px;
}
.navigation nav {
  position: relative;
  top: 60%;
  left: 60%;
  -webkit-transform: translateX(-60%) translateY(-60%);
  -moz-transform: translateX(-60%) translateY(-60%);
  -ms-transform: translateX(-60%) translateY(-60%);
  -o-transform: translateX(-60%) translateY(-60%);
  transform: translateX(-60%) translateY(-60%);
}

.navigation ul {
  text-align: right;
  list-style: none;
  padding: 0 150px 0 0;
}
.navigation li{
  padding: 10px 13px;
  list-style-type: none;
  display:inline-block;
}
li.on{
  opacity: 0.5;
}
@media (max-width: 1080px) {
  .navigation li{
    padding: 10px 8px;
  }
}
.navigation li.partition{
  border-left:1px solid #777;
}
.navigation span{
  display: inline-block;
  position:relative;
}
.navigation nav a{
  display: inline-block;
  color: #fff;
  margin-top: 5px;
  text-decoration: none!important;
  font-size: 1.1em;
  letter-spacing: 0.5px;
  text-transform: capitalize;
}
.navigation nav a.jp{
  font-size: 0.9em;
}
.gNav{
  margin: 0;
  padding: 0;
}
.gNav li{
  position: relative;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.gNav li a{
  display: block;
  font-size: 15px;
  padding:20px 0;
  color: #fff;
}
.navigation nav a:focus {
  color: #ddd;
}
.navigation nav a:hover, nav .active-section {
  color: #ddd;
}
.navigation nav a:hover span, nav .active-section span{
  background-color: #ddd;
}
.navigation nav .active-section .rect{
  width: 30px;
}
.navigation nav .active-section .circle{
  background-color: #fff;
}
.headerButton{
  position: absolute;
  right:0;
  top:0;
  height:70px;
  text-align: center;
  line-height: 75px;
  width:140px;
  font-size: 18px;
  background: rgba(67,121,137,0.9);
  color: #fff;
}
a.headerButton{
  color: #fff;
}
.ico_mail{
  width:18px;
  margin: -2px 5px 0 0;
  fill: #42AFE3;
}


/* Slider Style */
.Modern-Slider{
  padding:0;
  padding-bottom:0;
  margin:0;
}
.slider .content-section {
  padding-top: 0px;
  padding-bottom:0;
  margin:0;
  min-width: 100%;
  min-height: 100vh;
  width: 100%;
  height: 100vh;
  text-align: center;
}

.slider p a {
	color: #FFF;
}
.slider p a:hover {
	color: #FF0;
	text-decoration: none;
}

.Modern-Slider .info {
  text-align: right;
  position: absolute;
  z-index: 10;
  top: 50%;
  right: 60px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
}

.Modern-Slider .info h2 {
  margin-top: 0px;
  margin-bottom: 15px;
	font-family: 'Alegreya Sans SC', sans-serif;
  font-size: 48px;
  color: #fff;
  font-weight: 700;
	text-shadow: rgba(0,0,0,0.7) 1px 1px 0;
}

.Modern-Slider .info p {
  font-size: 15px;
  margin:0 0 0 50px;
  color: #fff;
	text-shadow: rgba(0,0,0,0.8) 1px 1px 0;
}

@media (max-width: 767px) {
  .Modern-Slider .info {
    top: 50%;
  }
  .Modern-Slider .info h2 {
    font-size: 36px;
  }
  .Modern-Slider .info p {
    font-size: 13px;
    margin:0 0 0;
  }
}
.Modern-Slider .info .white-button {
  margin-top: 30px;
}

.Modern-Slider .info .white-button a:focus {
  outline: none;
}

.Modern-Slider .slick-dots {
  opacity: 0;
}

.Modern-Slider .NextArrow{
  outline: none;
  display: none;
  position:absolute;
  bottom:60px;
  right:60px;
  width:50px;
  height:50px;
  background:rgba(62,87,113,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .NextArrow:before{content:'\f105';}

.Modern-Slider .PrevArrow{
  outline: none;
  position:absolute;
  bottom:60px;
  right: 120px;
  width:50px;
  height:50px;
  background:rgba(62,87,113,.50);
  border:0 none;
  margin-top:-22.5px;
  text-align:center;
  font:32px/50px FontAwesome;
  color:#FFF;
  z-index:5;
}

.Modern-Slider .item .image {
  width: 100%;
  height: 100vh;
  background-position: center center;
  background-size: cover;
  display: block;
}

.Modern-Slider .item-1 .image {
  background-image: url(../img/visual1.jpg);
}

.Modern-Slider .item-2 .image {
  background-image: url(../img/visual6.jpg);
}

.Modern-Slider .item-3 .image {
  background-image: url(../img/visual6.png);
}
.Modern-Slider .item-4 .image {
  background-image: url(../img/visual4.jpg);
}
.Modern-Slider .item-5 .image {
  background-image: url(../img/visual5.jpg);
}
.Modern-Slider .item-7 .image {
  background-image: url(../img/visual7.png);
}


.Modern-Slider .PrevArrow:before{content:'\f104';}

.Modern-Slider .item .image {
  animation: zoomin 12s ease-in-out infinite alternate;
  -webkit-animation: zoomin 12s ease-in-out infinite alternate;
}

@keyframes zoomin {
    0% {-webkit-transform: scale(1);}
    100% {-webkit-transform: scale(1.2);}
}

.Modern-Slider {background:transparent;}

/* ==== Slick Slider Css Ruls === */
.slick-slider{position:relative;display:block;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}
.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}
.slick-list:focus{outline:none}.slick-list.dragging{cursor:hand}
.slick-slider .slick-track,.slick-slider .slick-list{-webkit-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}
.slick-track{position:relative;top:0;left:0;display:block}
.slick-track:before,.slick-track:after{display:table;content:''}.slick-track:after{clear:both}
.slick-loading .slick-track{visibility:hidden}
.slick-slide{display:none;float:left /* If RTL Make This Right */ ;height:100%;min-height:1px}
.slick-slide.dragging img{pointer-events:none}
.slick-initialized .slick-slide{display:block}
.slick-loading .slick-slide{visibility:hidden}
.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}


/* service Style */

#service,#yt,#table,#form {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 40px;
}

#layer #table {
  border-bottom: 0;
}
#second,#info{
  background: #eeece6;
}
.section-heading {
  margin-right: 20%;
}

#service .content-section,#yt .content-section,#table .content-section{
  display: inline-block;
  position: relative;
}

.owl-dots {
  margin-top: 20px;
}

.owl-dots .owl-dot span  {
  width: 12px;
  height: 12px;
  background-color: #cdcdcd!important;
  display: inline-block;
  border-radius: 50%;
  margin: 0 3px;
}

.owl-dots .active span {
  background-color: #344668!important;
}

.owl-dots button {
  outline: none;
}

.owl-nav {
  position: absolute;
  display: inline-block;
  top: -110px;
  right: 0;
}

.owl-nav button:focus {
  outline: none;
}

.owl-nav .owl-prev span {
  margin-right: 10px;
}

.owl-nav .owl-next span, .owl-nav .owl-prev span {
  outline: none;
  width: 50px;
  height: 50px;
  display: inline-block;
  text-align: center;
  line-height: 42px;
  background-color: #eee;
  color: #232323;
  font-size: 42px;
  transition: all 0.5s;
}

.owl-nav span:hover {
  background-color: #344668;
  color: #fff;
}

.item {
  text-align: left;
  position: relative;
  z-index: 10;
}

.item .image {
  position: relative;
}

.item .image img {
  width: 100%;
  overflow: hidden;
}

.item .image .service-button a {
  font-size: 13px;
  font-weight: 600;
  color: #fff;
  text-align: center;
  background-color: rgba(34,46,68,0.9);
  display: inline-block;
  height: 44px;
  line-height: 44px;
  width: 100%;
  letter-spacing: 0.25px;
  text-decoration: none;
  transition: all 0.5s;
  position: absolute;
  z-index: 9;
  bottom: -44px;
  opacity: 0;
}

.item:hover .service-button a {
  bottom: 0;
  opacity: 1;
}

.item .text-content {
  padding-top: 20px;
  position: relative;
  z-index: 10;
}

.item .text-content h4 {
  font-family: 'Lato', sans-serif;
  margin-top: 0px;
  margin-bottom: 8px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

.item .text-content span {
  position: relative;
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  color: #fff;
  letter-spacing: 0.5px;
  margin:0 10px 12.5px 0;
  padding:2px 6px 3px;
}
.item .text-content span.ico_elysium {
  background: #e54b64;
}
.item .text-content span.ico_act {
  background: #706a55;
}
.item .text-content span.ico_takion {
  background: #1f4351;
}
/* #service .item .text-content span:before, #service .item .text-content span:after { 
  position: absolute;
  top: 0;
  content:'';
  width: 5px;
  height: 100%;
  display: inline-block;
}
#service .item .text-content span:before {
  border-left: solid 1px #7a7a7a;
  border-top: solid 1px #7a7a7a;
  border-bottom: solid 1px #7a7a7a;
  left: 0;
}
#service .item .text-content span:after {
  content: '';
  border-top: solid 1px #7a7a7a;
  border-right: solid 1px #7a7a7a;
  border-bottom: solid 1px #7a7a7a;
  right: 0;
} */
.item .text-content p {
  color: #555;
}
.item .text-content a {
  font-size: 13px;
  font-weight: 600;
}


/* Projects Style */

#projects {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 50px;
}

#projects .masonry {
  position: relative;
  width: 100%;
}

#projects .masonry .item img {
  transition: all 1s;
  width: 100%;
  overflow: hidden;
  margin-bottom: 30px;
}

#projects .masonry .item img:hover {
  opacity: 0.5;
}



/* Video Presentation Style */

#video {
  text-align: center;
  background-color: #f4f4f4;
  padding: 100px 60px;
}

#video .section-heading {
  margin-bottom: 30px;
  text-align: center;
}

#video .section-heading h1 {
  display: block;
  margin: 0px;
}

#video .section-heading p {
  position: relative;
  margin: 0px;
}

#video .accent-button {
  margin-top: 30px;
}

.box-video{
  width: 100%;
  position: relative;
  margin-top: 30px;
  cursor: pointer;
  overflow: hidden;
}

.box-video .bg-video{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  z-index: 2;
}

.box-video .video-container{
  position: relative;
  margin: 0;
  z-index: 1;
}

.box-video .bt-play {
  position: absolute;
  top:50%;
  left:50%;
  margin:-30px 0 0 -30px;
  display: inline-block;
  width: 60px;
  height: 60px;
  background:#fff;
  border-radius: 50%;
  text-indent: -999em;
  cursor: pointer;
  z-index:2;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video .bt-play:after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  height: 0;
  width: 0;
  margin: -12px 0 0 -6px;
  border: solid transparent;
  border-left-color: #000;
  border-width: 12px 20px;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
}
.box-video:hover .bt-play {
  transform: scale(1.1);
}

.box-video.open .bg-video{
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;  
}
.box-video.open .video-container{
  opacity: 1;
  -webkit-transition: all .6s .8s;
  transition: all .6s .8s;
}




/* Blog Style */

#blog {
  padding-left: 60px;
  padding-right: 60px;
  padding-bottom: 80px;
}

#blog .tabs {
  list-style: none;
  margin: 0px;
  padding: 0px;
  height: 90px;
  width: 100%;
  background-color: #eee;
  border-bottom: 10px solid #45489a;
}

#blog .tabs li {
  display: inline-block;
  text-align: center;
  width: 25%;
  float: left;
  margin: 0;
  padding: 0;
}

#blog .tabs a {
  display: block;
  text-align: center;
  text-decoration: none;
  text-transform: capitalize;
  letter-spacing: 0.5px;
  color: #232323;
  font-size: 19px;
  line-height: 80px;
  font-weight: 600;
  transition: 0.5s;
}

#blog .tabs a:hover {
  color: #45489a;
}


#blog .tabs .active:hover {
  color: #fff;
}

#blog .tabs .active {
  background-color: #45489a;
  color: #fff;
}

.tabgroup {
  background-color: #f4f4f4;
  padding: 20px 30px;
}

.clearfix:after {
  content:"";
  display:table;
  clear:both;
}

#blog .tabgroup ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#blog .tabgroup ul li {
  display: inline-block;
  text-align: left;
  margin-bottom: 10px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

#blog .tabgroup ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 10px;
}

#blog .tabgroup ul li img {
  float: left;
  margin-right: 30px;
  max-width: 100%;
  overflow: hidden;
}
#blog .tabgroup ul li .text-content {
  display: inline;
}

#blog .item .text-content h4 {
  padding-top: 7.5px;
  margin-top: 0px;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 600;
  color: #232323;
  letter-spacing: 0.5px;
}

#blog .item .text-content span {
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  color: #7a7a7a;
  letter-spacing: 0.5px;
  margin-bottom: 15px;
}

#blog .item .text-content .accent-button {
  margin-top: 25px;
}


#entry #table{
  padding-top: 100px;
}
#entry #table {
  padding-top: 100px;
}
  @media (max-width: 768px) {
	#entry #table{
  padding-top: 75px;
	}
  .lineLeft{
    text-align: left;
	}
  }
  .
/* Contact Style */

#contact {
  padding-top: 0px;
}

#contact-content {
  padding: 80px 60px;
}

.boxSubmit{
	padding:20px 0 0;
	margin: 0 20%;
  }
  @media (max-width: 768px) {
	.boxSubmit{
	  padding:20px 0 0;
	  margin: 0;
	}
  }
  .boxSubmit .btnSubmit{
	float: right;
	width:68%;
  }
  .boxSubmit .btnSubmit{
	float: right;
	width:68%;
  }
  .btnDeny{
	float: left;
	width:30%;
	background: #ccc;
	border: 0;
	height:60px;
  }
  
  .btnDeny2{
	margin:0 25%;
	width:50%;
	background: #ccc;
	border: 0;
  }
  .btnDeny:hover ,.btnDeny2:hover {
	background: #999;
  }
  #contact_conf .btnDeny{
	height: 60px;
  }
  @media (max-width: 768px) {
	#contact_conf .btnSubmit{
	  margin:0 0 10px;
	  width:100%;
	}
	#contact_conf .btnDeny{
	  margin:0;
	  width:100%;
	}
	.btnDeny2{
	  margin:0;
	  width:100%;
	}
  }
input, textarea {
	padding: 10px 14px;
	border-radius: 0;
	box-shadow: none;
	font-size: 15px;
  }
  
  input[type="submit"] {
    background: #dc1d80;;
	border: 0;
	padding: 10px 30px;
	color: #fff;
	transition: 0.4s;
	cursor: pointer;
	border-radius: 5px;
  }
  
  input[type="submit"]:hover {
	background: #333;
  }
  .btn a,.btn_plain a {
	font-size: 1em;
	letter-spacing: 1px;
	padding: 1.2em 32px;
	border-radius: 10px;
	transition: 0.5s;
	margin: 1em 25%;
	width:50%;
	text-align: center;
  }
input[type=reset]{
	font-family: 'Noto Serif JP', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	transition: background-color 1s;
	border: solid 1px #ccc;
	border-radius: 5px;
  }
input[type=submit],input[type=reset]{
	transition: background-color 1s;
	height:60px;
  }
input[type=submit]:hover {
	border: 0;
	background: #111;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.s;
	-ms-transition: all 0.s;
	-o-transition: all 0.s;
	transition: all 0.s;
  }
input[type=reset]:hover {
	opacity: 0.6;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.s;
	-ms-transition: all 0.s;
	-o-transition: all 0.s;
	transition: all 0.s;
  }
/*Checkboxes styles*/
input[type="checkbox"] { display: none; }

input[type="checkbox"] + label {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 20px;
  font-weight: 500;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

input[type="checkbox"] + label:last-child { margin-bottom: 0; }

input[type="checkbox"] + label:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .6;
  -webkit-transition: all .12s, border-color .08s;
  transition: all .12s, border-color .08s;
}

input[type="checkbox"]:checked + label:before {
  width: 10px;
  top: -5px;
  left: 5px;
  border-radius: 0;
  opacity: 1;
  border-top-color: transparent;
  border-left-color: transparent;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}


/* Footer Style */

.footer {
  position: relative;
  padding:0;
  margin:0;
  text-align: center;
}
.footer .section-content{
  position: relative;
  margin: 0 auto;
  padding:0;
}
.footer .section-content img{
  width:280px;
}
.footer .section-content-inner{
  padding:80px 0 20px;
}
.footer .ft_nav{
  padding: 20px 0 40px;
}
.footer .ft_nav a{
}

.footer p {
  margin-bottom: 0px;
  margin-left:60px;
  margin-right:60px;
  padding:10px 0 10px;
  font-size: 11px;
  letter-spacing: 0.5px;
  font-weight: 300;
  color:#2d415c;
  border-top:#d7d7d7 solid 1px;
}
@media (max-width: 992px) {
  .footer p {
    margin-left:0;
    margin-right:0
  }
}

.footer p a {
  text-decoration: none;
  color: #fff;
  font-weight: 600;
}



/* Responsive Style */

@media (max-width: 992px) {

  .responsive-nav {
    display: none;
  }

  .navigation .logo a {
    font-size: 18px;
  }

  .navigation nav a {
  }

  .navigation nav ul {
    margin-left: 30px;
  }

  .navigation .social-icons li a {
    font-size: 15px;
  }
  .navigation nav ul li.topic {
    display: none;
  }

}


@media (max-width: 767px) {

  .responsive-nav {
    display: block;
    height: 60px;
  }
  .Modern-Slider .info {
    text-align: center;
    right: 0px;
    padding: 0px 30px;
  }

  .Modern-Slider .NextArrow{
    outline: none;
    display: none;
    position:absolute;
    bottom:20px;
    right: 50%;
    transform: translateX(50%);
    margin-right: -30px;
    width:50px;
    height:50px;
    background:rgba(52,70,104,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }

  .Modern-Slider .NextArrow:before{content:'\f105';}

  .Modern-Slider .PrevArrow{
    outline: none;
    position:absolute;
    bottom:20px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: -30px;
    width:50px;
    height:50px;
    background:rgba(52,70,104,.50);
    border:0 none;
    text-align:center;
    font:32px/50px FontAwesome;
    color:#FFF;
    z-index:5;
  }
}
@media (max-width: 992px) {
  #service,#yt,#table {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 30px;
  }
  #index #table {
    padding-bottom: 60px;
  }
}
@media (max-width: 768px) {
  #index #table {
    padding-bottom: 30px;
  }
  #table {
    padding-bottom: 0px;
  }
 #yt {
  display: ;
  }
}
@media (max-width: 700px) {
  #index #table {
    width: 98%;
    margin: 0;

  }
}
@media (max-width: 690px) {

  .section-heading p {
    position: relative;
  }

  #service,#yt,#table {
    padding-left: 5px;
    padding-right: 5px;
  }

  #service .owl-nav {
    position: absolute;
    display: inline-block;
    top: -220px;
    right: 0;
  }

  #projects {
    padding-left: 15px;
    padding-right: 15px;
  }

  #video {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog {
    padding-left: 15px;
    padding-right: 15px;
  }

  #blog .tabs a {
    font-size: 13px;
  }

  #blog .tabgroup ul li img {
    float: none;
    width: 100%;
    margin-bottom: 15px;
  }
  #blog .tabgroup ul li .text-content {
    display: block;
  }

  #contact-content {
    padding-left: 15px;
    padding-right: 15px;
  }

}
.brandheader {
  background: #e7e7e7;
  text-align: center;
}
#brand {
  margin-top:-120px;
  top:0;
  text-align: center;
  padding: 0 0;
}
#brand li,#ftBrand li{
  z-index: 10;
  padding: 0 15px 25px;
  display: inline-block;
}
#brand li a,#ftBrand li a{
  padding: 0 5px;
  display: block;
  position: relative;
}
.logo_elysium {
  margin:25px 0 0;
}
.logo_webstudio {
}
.logo_vc {
  width:200px;
}
.logo_takion {
  width:170px;
}
.logo_pose {
  width:90px;
}
#ftBrand .logo_elysium {
  margin:25px 0 0;
  width:230px;
}
#ftBrand .logo_webstudio {
}
#ftBrand .logo_takion {
  width:170px;
}
#ftBrand .logo_pose {
  margin:20px 0 0;
  width:70px;
}
@media (max-width: 992px) {

  #brand li,#ftBrand li{
    padding: 15px 0px;
  }
  .logo_elysium {
    margin:20px 0 0;
    width: 90%;
  }
  .logo_webstudio {
    width: 90%;
  }
  .logo_takion {
    width:160px;
  }
  .logo_pose {
    width:70px;
  }
  #ftBrand .logo_elysium {
    margin:20px 0 0;
  }
  #ftBrand .logo_webstudio {
  }
  #ftBrand .logo_takion {
  }
}
@media (max-width: 768px) {

  #brand li{
    padding: 0px 0px;
  }
  #brand li a{
    padding: 15px 0;
  }
  .logo_elysium {
    margin:16px 0 0;
    width: 90%;
  }
  .logo_webstudio {
    width: 90%;
  }
  .logo_takion {
    width:140px;
    margin: 0 15px 0 0;
  }
  .logo_pose {
    width:50px;
  }
  #ftBrand li a{
    padding:0 15px;
  }
  #ftBrand .logo_elysium {
    width: 200px;
    margin:20px 0 0;
  }
  #ftBrand .logo_webstudio {
    width: 180px;
  }
  #ftBrand .logo_takion {
    width:140px;
  }
  #ftBrand .logo_pose {
    width: 50px;
    margin:10px 0 10px;
  }
}
@media (max-width: 680px) {
  #brand li a{
    padding:10px 15px;
  }
  .logo_elysium {
    width: 180px;
  }
  .logo_webstudio {
    width: 140px;
  }
  .logo_takion {
    width:120px;
    margin:0;
  }
  #ftBrand{
    padding:15px 0;
  }
  #ftBrand li a{
    padding:0 15px;
  }
  #ftBrand .logo_elysium {
    width: 160px;
    margin:20px 0 0;
  }
  #ftBrand .logo_webstudio {
    width: 140px;
  }
  #ftBrand .logo_takion {
    width:100px;
  }
}
@media (max-width: 550px) {
  #brand li a{
    padding:10px 10px;
  }
  #ftBrand li a{
    padding:10px 5px;
  }
  .logo_elysium {
    margin:13px 0 0;
    width: 150px;
  }
  .logo_webstudio {
    width: 110px;
  }
  .logo_takion {
    width:90px;
    margin:0;
  }
  #ftBrand .logo_elysium {
    width: 130px;
    margin:14px 0 0;
  }
  #ftBrand .logo_webstudio {
    width: 120px;
  }
  #ftBrand .logo_takion {
    width:90px;
  }
}

.youtube{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.layoutTable{
  margin: 0 auto;
  padding: 0 0 30px;
  width: 900px;
  border-bottom: 1px solid #e7e7e7;
}
.layoutTable dl {
  border-top: 1px solid #e7e7e7;
  padding: 10px 0;
  position:relative;
}
.layoutTable dt {
  position: absolute;
  top:30px;
  left:20px;
  width:220px;
  text-align: right;
  font-weight: 500;
  margin: 0;
}
.layoutTable dd {
  text-align: left;
  padding: 20px 0 2px;
  margin:0 0 0 300px;
  font-size: 1em;
}

.layoutTable dd span{
  text-align: left;
  display:inline-block;
  line-height: 1.7;
}
.layoutTable dl.layoutTableTxt dt {
  padding: 25px 0 10px 20px;
}
.layoutTable dl.layoutTableTxt dd {
  padding: 25px 0 10px;
  font-size: 1.12em;
}
.layoutTableRight {
  margin: 0 auto;
  padding: 0;
  padding:10px 0 0 0;
  width: 900px;
  text-align: right;
}
#policy .layoutTable dt {
  position: static;
  width: 100%;
  margin: 10px 0 0 10px;
  text-align: left;
  font-weight: bold;
}
#policy .layoutTable dd {
  text-align: left;
  padding: 20px 0 0;
  margin: 0 10px;
}
@media only screen and (max-width: 990px) {
  .layoutTable{
    width: 100%;
  }
  #policy .layoutTable dd {
    text-align: left;
    padding: 15px 0 10px;
    margin: 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .layoutTable {
    padding: 0 0 10px;
    margin: 0;
    width: 100%;
  }
  .layoutTable dl {
    padding: 5px 0;
    margin: 0;
  }
  .layoutTable dt {
    position: static;
    width: 100%;
    margin: 10px 0 0 10px;
    text-align: left;
    font-weight: bold;
    float: none;
  }
  .layoutTable dd {
    padding: 10px 0 10px;
    margin: 0 10px;
    font-size: 1em;
    float: none;
    width: auto;
  }
  .layoutTable dl.layoutTableTxt dt {
    padding: 15px 0 10px 5px;
  }
  .layoutTable dl.layoutTableTxt dd {
    padding: 0 0 5px;
  }
  .tab-content .layoutTable dt {
    padding: 5px 0 0 8px;
  }
  #policy .layoutTable dt {
    margin: 10px 0 0;
    font-size: 1em;
  }
  #policy .layoutTable dd {
    text-align: left;
    padding: 10px 0;
    margin: 0 10px;
    font-size: 0.95em;
  }
}
.gmap {
  position: relative;
  height: 460px;
  padding: 0px;
  margin: 0 0 0;
  overflow: hidden;
}
.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 768px) {
  .gmap {
    height: 260px;
  }
}

/* contact
---------------------------------*/
.layoutTable dl {
	margin:8px 0 0 0;
}
.layoutTable dl:after,.tableForm dl:after,.btnSelectArea:after,.tw:after,.auditionArea iframe:after,.boxSubmit::after,.auditionArea::after,#audition::after{ /* clearfix */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.layoutTable dl dt.formS,.tableForm dl dt.formS {
	width: 30%;
	height:60px;
	line-height:38px;
	float:left;
	padding:8px 0 0;
	text-align:right;
}
.layoutTable dl dd.formS,.tableForm dl dd.formS {
	width: 65%;
	height:60px;
	line-height:36px;
	padding:8px 0 0;
	float:right;
}

.layoutTable dl dt.formM,.tableForm dl dt.formM {
	width: 30%;
	height:80px;
	line-height:38px;
	float:left;
	padding:8px 0 0;
	text-align:right;
}
.layoutTable dl dd.formM,.tableForm dl dd.formM {
	width: 65%;
	height:80px;
	line-height:36px;
	padding:8px 0 0;
	float:right;
}
.layoutTable dl dt.formL,.tableForm dl dt.formL {
	width: 30%;
	line-height:38px;
	float:left;
	padding:8px 0 0;
	text-align:right;
}
.layoutTable dl dd.formL,.tableForm dl dd.formL {
	width: 65%;
	line-height:38px;
	padding:8px 0 16px;
	min-height:30px;
	float:right;
}
@media (max-width: 768px) {
  .layoutTable dl{
	padding:0 0.5em;
}
.layoutTable dl dt.formS,.tableForm dl dt.formS {
	width: 100%;
	height:auto;
	line-height:1.6;
	float:none;
	padding: 0;
	text-align:left;
	font-size:0.85em;
}
.layoutTable dl dd.formS,.tableForm dl dd.formS {
	width: 100%;
	height:auto;
	line-height:1.6;
	padding: 0;
	float:none;
}

.layoutTable dl dt.formM,.tableForm dl dt.formM {
	width: 100%;
	height:auto;
	line-height:1.6;
	float:none;
	padding: 0;
	text-align:left;
}
.layoutTable dl dd.formM,.tableForm dl dd.formM {
	width: 100%;
	height:auto;
	line-height:1.6;
	padding: 0;
	float:none;
}
.layoutTable dl dt.formL,.tableForm dl dt.formL {
	width: 100%;
	line-height:1.6;
	float:left;
	padding:0;
	text-align:left;
	font-size:0.85em;
}
.layoutTable dl dd.formL,.tableForm dl dd.formL {
	width: 100%;
	line-height:1.6;
	padding:0 0 10px;
	min-height:30px;
	float:none;
}
}
.formS span{
	padding:0 10px 0 30px;
}
.btnSelectArea{
	margin:0 20%;
}
.btnSelectArea:after { /* clearfix */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.btnSelectArea .del{
	float:left;
	width:25%;
	height:50px;
}
.btnSelectArea .input-btn{
	float:right;
	width:74%;
}

.btnSelectArea .back{
	text-align:center;
	float:left;
	width:25%;
	background:#666;
}
.btnSelectArea .next{
	text-align:center;
	float:right;
	width:74%;
	background:#005C6F;
	color:#fff;
}
.btnSelectArea .next .input-btn{
	width:100%;
}
.btnSelectArea .next a,.btnSelectArea .back a{
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
	height:50px;
	line-height:50px;
	color:#fff;
	display:block;
	text-decoration:none;
}
.btnSelectArea .next a:hover{
	background:#888;
}
.btnSelectArea .back a:hover{
	background:#444;
}

.input-text{
	padding:12px 16px;
	border:1px solid #ccc;
	width:100%;
	height:46px;
	display:block;
	border-radius:4px;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 15px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text:focus {
	border: 1px solid rgba(6, 7, 35, 1);
	outline:0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);	
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(124, 197, 118, 0.3);
}

.input-num{
	padding:2px;
	text-align:center;
	border:1px solid #ccc;
	width:50px;
	height:36px;
	display:block;
	border-radius:4px;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 6px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-select{
	padding:2px;
	border:1px solid #ccc;
	width:50px;
	height:36px;
	display:block;
	border-radius:4px;
}
.input-selectL{
	padding:2px;
	border:1px solid #ccc;
	width:200px;
	height:40px;
	display:block;
	border-radius:4px;
}
.input-tel{
	padding:10px 10px;
	border:1px solid #ccc;
	width:70px;
	height:46px;
	border-radius:4px;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 6px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-mid{
	padding:10px 10px;
	border:1px solid #ccc;
	width:30%;
	height:46px;
	border-radius:4px;
	font-size:15px;
	font-family: 'Open Sans', sans-serif;
	margin:0 0 6px 0;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-text.text-area{
	height:240px;
	resize:none;
	overflow:auto;
}
.input-btn{
	width:280px;
	height:50px;
  background: rgba(6, 7, 35, 1);
	color:#ffffff;
	font-size:14px;
  padding: 1rem 1.5625rem 1rem;
  border-radius: 3.125rem !important;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}
.input-btn:hover{
	background: #666;
	color: #fff;
}
input.input-radio{
	margin:0 10px 0 15px;
}
.del{
	height:46px;
	background:#666;
	color:#ffffff;
	font-size:14px;
	text-transform:uppercase;
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	border:0px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.del:hover{
	background: #333;
	color: #fff;
}
.txtNeed {
  color: #f30;
  padding:0 0 0 10px;
}
.layoutTable .aste {
  padding: 0 0 0 5px;
  font-size: 0.9em;
}
.caution {
  padding: 0 0 0 5px;
  color: #f30;
  font-weight: bold;
}
/* clearfix
--------------------------------*/
.brandheader::after,.brand::after,.column::after,.section-content::after,.section-content-area::after,.section-contentArea::after,.section-content::after,.contentsArea::after{ /* clearfix */
	clear: both;
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	visibility: hidden;
}
.right{
  text-align: right;
}

.lazyload{
  opacity: 0;
  -webkit-transition: opacity 3s;
  transition: opacity 3s;
 }
 .lazyloaded{
   opacity: 1;
   transition: all 0.5s;
 }
.loader-wrap {
	position: fixed;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #fff;
}
.loader {
  color: #344668;
  font-size: 90px;
  text-indent: -9999em;
  overflow: hidden;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  margin: 72px auto;
  position: relative;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load6 1.7s infinite ease, round 1.7s infinite ease;
  animation: load6 1.7s infinite ease, round 1.7s infinite ease;
}
@-webkit-keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@keyframes load6 {
  0% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  5%,
  95% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
  10%,
  59% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.087em -0.825em 0 -0.42em, -0.173em -0.812em 0 -0.44em, -0.256em -0.789em 0 -0.46em, -0.297em -0.775em 0 -0.477em;
  }
  20% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.338em -0.758em 0 -0.42em, -0.555em -0.617em 0 -0.44em, -0.671em -0.488em 0 -0.46em, -0.749em -0.34em 0 -0.477em;
  }
  38% {
    box-shadow: 0 -0.83em 0 -0.4em, -0.377em -0.74em 0 -0.42em, -0.645em -0.522em 0 -0.44em, -0.775em -0.297em 0 -0.46em, -0.82em -0.09em 0 -0.477em;
  }
  100% {
    box-shadow: 0 -0.83em 0 -0.4em, 0 -0.83em 0 -0.42em, 0 -0.83em 0 -0.44em, 0 -0.83em 0 -0.46em, 0 -0.83em 0 -0.477em;
  }
}
@-webkit-keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes round {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

h1.h1{
  color:#1e405b;
  font-size: 3.8em;
  font-weight:bold;
  margin:0;
  padding:1.4em 0 0;
  text-align: center;
  
}
h1.h1 span{
  display: inline-block;
  font-size: 0.5em;
  width: 100%;
}
/* ベースのスタイル設定 */
.eyecatch-container {
position: relative;
  width: 100%;
  margin: 20px auto;
  
  /* 【変更点】高さを消して、アスペクト比を設定 */
  /* height: 450px; ←これは削除 */
  aspect-ratio: 16 / 5; /* 横16 : 縦6 の比率に固定（PCで約1200x450pxになります） */
  
  /* スマホ等でこれ以上小さくなってほしくない場合の最小の高さ */
  min-height: 120px; 
  
  /* 角丸やその他の設定はそのまま */
  border-radius: 20px;
  overflow: hidden;
  background-image: url('../img/eye_entry.jpg');
  background-size: cover;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

/* 文字を読みやすくするための黒い透過レイヤー */
.eyecatch-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.45); /* 0.45を大きくすると暗くなり、文字が見やすくなります */
  z-index: 1;
}

/* コンテンツ（文字やボタン）の配置 */
.eyecatch-content {
  position: relative;
  z-index: 2;
  color: #ffffff;
  text-align: center;
  padding: 0 20px;
}

/* カテゴリタグ */
.eyecatch-category {
  display: inline-block;
  background-color: #ff4757; /* アクセントカラー */
  color: #fff;
  font-size: 0.85rem;
  padding: 4px 12px;
  border-radius: 50px;
  margin-bottom: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
}

/* メインタイトル */
.eyecatch-title {
  font-size: 4.5rem; /* PCサイズ */
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 15px;
  padding: 0;
  text-shadow: 1px 0 5px rgba(247, 255, 211, 0.086);
  background: linear-gradient(to right, #ff0000, #ff7f00, #ffff00, #00ff00, #ffff00, #ff7f00, #ff0000);
  
  /* 背景を文字の形にくり抜く（Google Chrome, Safariなどの対策にベンダープレフィックスも併記） */
  -webkit-background-clip: text;
  background-clip: text;
  
  /* 文字自体の色を透明にして、後ろのグラデーションを透けさせる */
  -webkit-text-fill-color: transparent;
  color: transparent;

  display: inline-block; /* 効かない場合の保険 */
}
.eyecatch-title span.break{
  display: inline-block;
  margin-left:30px;
  height:10px;
}
.eyecatch-title span.breakline{
  position: relative;
  display: inline-block;
}
.eyecatch-title span.breakline::after{
  content: "";
  position: absolute;
  bottom: -3px; /* 線の位置（テキストからの距離） */
  left: 15px;
  width: 2px; /* 線の長さ */
  height:42px; /* 線の太さ */
  background-color: #deff45; /* 線の色 */
}


/* 説明文 */
.eyecatch-text {
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* ボタン */
.eyecatch-btn {
  display: inline-block;
  background-color: #ffffff;
  color: #333333;
  padding: 12px 35px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px; /* 丸みのあるボタン */
  transition: all 0.3s ease;
}

.eyecatch-btn:hover {
  background-color: #ff4757;
  color: #ffffff;
  transform: translateY(-2px); /* 浮き上がるアニメーション */
}

/* 📱 レスポンシブ対応（タブレット・スマホ向け設定） */
@media screen and (max-width: 1200px) {
h1.h1{
  font-size: 3em;
}
  .eyecatch-title {
  font-size: 3.8rem;
  }
.eyecatch-title span.breakline::after{
  height:35px; /* 線の太さ */
}
}
@media screen and (max-width: 920px) {
h1.h1{
  font-size: 2.7em;
}
  .eyecatch-title {
  font-size: 3.4rem;
  }
.eyecatch-title span.breakline::after{
  height:32px; /* 線の太さ */
}
}
@media screen and (max-width: 768px) {
  .eyecatch-container {
  margin: 8px auto;
  
}
h1.h1{
  font-size: 2em;
  text-align: left;
}
  .eyecatch-title {
    font-size: 2.5rem; 
  text-align: left;
  }
.eyecatch-title span.breakline::after{
  height: 25px; /* 線の太さ */
}
  .eyecatch-text {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
  
  .eyecatch-btn {
    padding: 10px 28px;
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 680px) {
h1.h1{
  font-size:1.6em;
  margin:30px 0 0;
}
  .eyecatch-title {
  font-size:2.8rem;
  }
.eyecatch-title span.break{
  display: inline-block;
  width: 100%;
  margin:0;
  height:0;
  padding:0;
}
.eyecatch-title span.breakline::after{
  content: "";
  position: absolute;
  bottom: -3px; /* 線の位置（テキストからの距離） */
  left: 15px;
  width: 2px; /* 線の長さ */
  height: 35px; /* 線の太さ */
  background-color: #deff45; /* 線の色 */
}

.eyecatch-title span.breakline::after{
  display: none;
}
  .eyecatch-text {
    font-size: 0.95rem;
    margin-bottom: 20px;
  }
  
  .eyecatch-btn {
    padding: 10px 28px;
    font-size: 0.95rem;
  }
}
@media screen and (max-width: 480px) {
h1.h1{
  font-size:100%;
  margin:30px 0 0;
}
  .eyecatch-title {
  font-size:100%;
  }
}