@charset "utf-8";

@import url(https://fonts.googleapis.com/earlyaccess/sawarabimincho.css);
@import url(https://fonts.googleapis.com/css?family=Lora);

@import url(https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy);

@import url(https://fonts.googleapis.com/css?family=Pathway+Gothic+One);

@import url(https://fonts.googleapis.com/css?family=Open+Sans);

@font-face {
  font-family: YuGothicM;
  src: local("Yu Gothic Medium");
}
/*----------------------------------------------------------------------------
01：base
----------------------------------------------------------------------------*/

html,
body {
font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  line-height: 1.3;
}

/* link */

a {
  transition: all .3s ease;
  text-decoration: none;
  color: #212121;
  outline: none;
}

a:hover {
  text-decoration: none;
  opacity: .6;

}

a:hover img {

}

*:focus {
  -moz-outline-style: none;
}

sup {
  font-size: smaller;
  line-height: none;
  vertical-align: super;
}

sub {
  font-size: smaller;
  line-height: none;
  vertical-align: sub;
}

/* img */

img {
  line-height: 1;
  vertical-align: middle;
}

input {
  font-family: Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.jf {
  font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Quicksand, 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

.cnf {
  font-family: 'Hiragino Sans','ヒラギノ角ゴシック';
  font-weight: 600;
}

/*----------------------------------------------------------------------------
01：html bofy
----------------------------------------------------------------------------*/

html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.6rem;
  position: relative;
  visibility: hidden;
  overflow-x: hidden;
 background: #131010;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}

@font-face {
  font-family: 'NotoSans';
	src: url(NotoSansCJKsc-Light.otf);
}

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

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

.svg-filters {
  position: absolute;
  visibility: hidden;
  width: 1px;
  height: 1px;
}

* {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
}

#header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.logo {
  position: relative;
  z-index: 10000;

  display: table;
  width: 100%;
  height: 100%;
}

.logo .logo-in {
  position: absolute;

  top: -25%;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  height: 100px;
  margin: auto;
  text-align: center;
  vertical-align: middle;
}

.logo .ttl {
  width: 400px;
  margin: 0 auto;
}



.logo h1 {
 font-family: 'Lora', serif;
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 10px;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}



.logo h1::-moz-selection {
  background: #ffae10;
}

.logo h1::selection {
  background: #ffae10;
}

.logo h1::-moz-selection {
  background: #ffae10;
}

.logo p {
  font-size: 14px;
  padding: 185px 0 0 6px;
  letter-spacing: 1px;
}

 @media screen and (max-width:480px) {
	 .logo .logo-in {
  top:-10%;

}

.logo .ttl {
  width: 65%;
  margin: 0 auto;
}

.logo h1 {
	 font-size: 30px;
}

.logo p {
	font-size: 13px;
	 padding: 115px 0 0 6px;
}
}

.logo p::-moz-selection {
  background: #ffae10;
}

.logo p::selection {
  background: #ffae10;
}

.logo p::-moz-selection {
  background: #ffae10;
}

.logo .exp {
  font-family: 'Pathway Gothic One';
  font-size: 1.2rem;
  width: 100px;
  margin: 30px auto 0;
  padding: 13px 25px;
  cursor: pointer;
  transition: all .3s ease;
  opacity: 0;

}

.logo .exp:hover {
  background: rgba(0, 0, 0, .6);
}

.logo .me {
  position: absolute;
  right: 0;
  bottom: -5px;
  left: 0;
  margin: auto;
  text-align: center;
  color: #fff;
 display: block;
}

 @media screen and (max-width:980px) {
.logo .me {
	display:none;
}
}

.logo .me p {
 font-family: 'Lato', sans-serif;
  font-size: 1.2rem;
  font-weight: 100;
  margin: 0 0 15px -4px;
  letter-spacing: -.1px;
}

.logo .me p a {
  color: #fff;
    border: 1px solid #fff;
	 padding:13px;
	
}

.slide {
  visibility: hidden;
}

.slideshow li {
  z-index: 0;
  visibility: hidden;
}

.slideshow li .bg {
  position: absolute;
  z-index: 50;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.slideshow li .bg img {
  display: none;
}

.slideshow .is--animated .bg {
  -webkit-animation: zoomIn 10s linear;
  animation: zoomIn 10s linear;
}

.slideshow .is--animated2 .bg {
  -webkit-animation: zoomOut 10s linear;
  animation: zoomOut 10s linear;
}

.slideshow .disabled {
  visibility: hidden;
}

.slideshow .enabled {
  visibility: visible;
}

.pagenav {
  overflow: hidden;
  padding: 15px 0 0 5px;
  text-align: center;
  opacity: 0;
}

.pagenav li {
  font-family: 'Pathway Gothic One';
  font-size: 1.3rem;
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 5px 0;
  cursor: pointer;
  letter-spacing: 1px;
}

.pagenav li:first-child {
  margin: 0;
  border-bottom: 1px solid;
}

.pagenav li::-moz-selection {
  background: #ffae10;
}

.pagenav li::selection {
  background: #ffae10;
}

.pagenav li::-moz-selection {
  background: #ffae10;
}

.themes {
  position: relative;
}

.themesnav {
  position: absolute;
  z-index: 1000;
  top: 15px;
  right: 0;
  left: 0;
  margin: auto;
  opacity: 0;
}

.themesnav .next {
  position: absolute;
  top: -8px;
  right: 9px;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

.themesnav .prev {
  position: absolute;
  top: -8px;
  left: 4px;
  cursor: pointer;
  opacity: .5;
  filter: alpha(opacity=50);
}

.themesnav div:hover {
  opacity: 1;
}

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

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

.first {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #fff;
}

main {
  display: block;
  background: #fff;
}

.main {
  position: relative;
  display: block;
  background: #131010;
}

.top .main {
  display: none;
}

.top .l-footer {
  display: none;
}

.nav ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height:45px;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color:#fff;
  margin:0;
}

.nav ul li {
  margin: 0 0 0 54px;
}

.nav ul li:first-child {
  margin: 0;
}

.main > nav {
  background: #131010;
}

.main .nav ul li span {
  cursor: pointer;
}

.main .nav ul li a,
.main .nav ul li span {
  position: relative;
  padding: 0 0 25px;
 color:#FFF;
}

.main .nav ul li span:hover,
.main .nav ul li a:hover {
  opacity: 1;
}

.main .fixed {
 position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
}

.main .fixed ul {
  height: 45px;
}





.l-footer {
  position: relative;
  height: 275px;
  background: #131010;
}

.l-footer .nav ul {
  border: none;
}

.l-footer .nav ul li {
  position: relative;
  margin: 0 0 0 75px;
}

.l-footer .nav ul li span {
  cursor: pointer;
}

.l-footer .nav ul li a,
.l-footer .nav ul li span {
  color: #fff;
}

.l-footer small {
  position: absolute;
  right: 100px;
  bottom: 30px;
  color: #fff;
}

.l-footer .pagetop {
  position: absolute;
  right: 20px;
  bottom: 23px;
}

.l-footer .pagetop a {
  color: #fff;
}


/*----------------------------------------------------------------------------
MODULE
----------------------------------------------------------------------------*/


.m-f-logo02 {
  font-family: 'Open Sans',sans-serif;
  font-size: 2rem;
  font-weight: bold;
  letter-spacing: 6px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m-f-nav {
 font-family: 'Open Sans', sans-serif;

  font-size: 1.4rem;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m-f-nav-footer {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  letter-spacing: 2px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m-f-copyright {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.m-nav-anim:before {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  content: '';
  transition: -webkit-transform .1s ease 0s;
  transition: transform .1s ease 0s;
  transition: transform .1s ease 0s, -webkit-transform .1s ease 0s;
  -webkit-transform: scale3d(0, 1, 1);
  transform: scale3d(0, 1, 1);
  background: #fff none repeat scroll 0 0;
}

.m-nav-anim:hover:before {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: .3s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.m-nav-anim:active {
  width: 100%;
  background: none;
}





/*lower PAGE*/

.header {
  position: relative;
  z-index: 200;
}

.header nav {
  position: fixed;
  width: 100%;
  height: 60px;
  background: #fff;
}

.header ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60px;
  padding: 0 40px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header ul li {
  position: relative;
  margin: 0 0 0 4.8%;
}

.header ul li span {
  cursor: pointer;
}

.header ul li a,
.header ul li span {
  position: relative;
  padding: 0 0 21px;
}

.header ul li span:hover,
.header ul li a:hover {
  opacity: 1;
}

.header ul li > ul {
  position: absolute;
  top: 40px;
  left: 0;
  display: none;
  width: 198px;
  height: auto;
  padding: 0 20px;
  background: #d4d6d7;
  mix-blend-mode: normal;
  -webkit-align-items: '';
  -ms-flex-align: '';
  -ms-grid-row-align: '';
  align-items: '';
}

.header ul li > ul li {
  margin: 0 0 10px;
}

.header ul li > ul li a {
  color: #000;
}

.header ul li > ul li:first-child {
  margin: 20px 0 10px;
}

.header ul li > ul li:last-child {
  margin: 0 0 20px;
}

.header ul li:first-child {
  margin: 0 auto 0 0;
}

.header ul li:first-child h1 a:hover {
  opacity: .6;
}


.subnav {
  position: fixed;
  z-index: 100;
  top: 30px;
  left: 0;
  display: none;
  width: 130px;
  height: auto;
  padding: 0 15px;
  background: #131010;
}

.subnav li {
  margin: 0 0 10px;
}

.subnav li a {
  color: #fff;
}

.subnav li a:link {
  color: #fff;
}

.subnav li:first-child {
  margin: 20px 0 10px;
}

.subnav li:last-child {
  margin: 0 0 20px;
}

.subnav01 {
  top: 40px;
}

.subnav02 {
 position: absolute;
  z-index: 1000;
}

.sp-menu {
  position: absolute;
  z-index: 10;
  display: none;
  width: 100%;
  height: 50px;
}

.sp-menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
}

.menu-trigger-wrapper {
  padding: 17px 0 10px;
  text-align: center;
}

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  transition: all .4s;
}

.menu-trigger {
  position: relative;
  width: 30px;
  height: 18px;
}

.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #111;
 background-color: #FFF;
}

.menu-trigger span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2) {
  top: 8px;
}

.menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(8px) rotate(-45deg);
  -ms-transform: translateY(8px) rotate(-45deg);
  transform: translateY(8px) rotate(-45deg);
}

.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-8px) rotate(45deg);
  -ms-transform: translateY(-8px) rotate(45deg);
  transform: translateY(-8px) rotate(45deg);
}

.remodal-wrapper {
  padding: 0;
}

.remodal {
  margin: 0;
  padding: 20px 0;
  color: #fff;
  background: #111;
}

.remodal .ttl {
  margin: 20px 0 30px;
}

.remodal a {
  color: #fff;
}

.remodal .menu-trigger span {
  background: #d2d1ca;
}

.remodal div > ul > li {
  font-size: 1.6rem;
  margin: 0 0 30px;
}

.remodal div > ul > li span {
  opacity: .7;
}

.remodal div > ul > li ul {
  margin: 30px 0 0;
  padding:0;
}

.remodal div > ul > li ul li {
  margin: 0 0 30px;
}



@media screen and (-webkit-min-device-pixel-ratio: 0) {

  .themesnav .next {
    right: 16px;
  }

  .main .nav ul li a {
    padding: 0 0 24px;
  }
}

@media all and (-ms-high-contrast: none) {

  *::-ms-backdrop,
.main .nav ul li a {
    color: #000;
  }

  *::-ms-backdrop,
.m-nav-anim:before {
    background: #000;
  }

  *::-ms-backdrop,
.projects-top .m-ptoplist li .m-listttl {
    color: #000;
  }

  *::-ms-backdrop,
.header ul li a {
    color: #000 !important;
  }

  *::-ms-backdrop,
.header-list ul li a {
    color: #fff !important;
  }

  *::-ms-backdrop,
.menu-trigger span {
    background-color: #000;
  }
}

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

  .nav ul li {
    margin: 0 0 0 40px;
  }

  .nav ul li:first-child {
    margin: 0;
  }

  .l-footer {
    height: 160px;
    padding: 0 0 1px;
  }

  .l-footer .nav {
    display: none;
  }

  .l-footer small {
    right: 0;
    bottom: 40px;
    left: 0;
    margin: auto;
    text-align: center;
  }

  .l-footer .pagetop {
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header ul {
    padding: 20px;
  }

  .header ul li {
    margin: 0 0 0 20px;
  }

  .header ul li:first-child a {
    letter-spacing: 6px;
  }

  .header ul li:nth-child(2) {
    display: none;
  }

}

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

  .main > .nav {
    display: none;
  }

  .l-parallaximg .m-ttl-projects .nf {
    width: 100%;
  }

  .l-headerimg {
    padding: 0;
  }

  .header nav {
    position: static;
    padding: 50px 0;
  }

  .header ul {
    padding: 0 0 20px;
  }

  .header ul li:first-child {
    margin: 0 auto;
  }

  .header ul li:nth-child(n+2) {
    display: none;
  }

  .sp-menu {
    display: block;
    background: #131010;
	color:#fff;
  }
  
  .sp-menu a:link{
	  color:#fff;
  }

}

@-webkit-keyframes blurIn {

  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@keyframes blurIn {

  0% {
    -webkit-filter: blur(10px);
    filter: blur(10px);
  }

  100% {
    -webkit-filter: blur(0);
    filter: blur(0);
  }
}

@-webkit-keyframes zoomIn {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2) rotate(.02deg);
  }
}

@keyframes zoomIn {

  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2) rotate(.02deg);
  }
}

@-webkit-keyframes zoomOut {

  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1) rotate(.02deg);
  }
}

@keyframes zoomOut {

  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1) rotate(.02deg);
  }
}

@-webkit-keyframes slide {

  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -1505px 0;
  }
}

@keyframes slide {

  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -1505px 0;
  }
}

@-webkit-keyframes slide-tab {

  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -1161px 0;
  }
}

@keyframes slide-tab {

  0% {
    background-position: 0 0;
  }

  100% {
    background-position: -1161px 0;
  }
}

@-webkit-keyframes cb-scroller-mouse-circle {

  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }

  40% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
  }
}

@keyframes cb-scroller-mouse-circle {

  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }

  40% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
  }
}

@keyframes cb-scroller-mouse-circle {

  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 0;
  }

  40% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
  }

  70% {
    opacity: 1;
  }

  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 0;
  }
}

/*ここから新規*/
.nav {
	display: inline;
}

ul {
		padding:0;
	margin:0;
}
li {
	list-style:none;
}
.small, .sub_title, .sub_title2 {
	display:block;
	text-align:center;
	background:linear-gradient(top, #e1b858 0%, #b08829 100%);
	background: -webkit-linear-gradient(top, #e1b858 0%, #b08829 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;/*-webkit-text-stroke: 0.5px #312000;*/
}
.title_a {
	margin-bottom:40px;
}
.small {
	display:block;
	font-weight:600;
	font-size:13px;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.sub_title {
	display:block;
	font-size:42px;
	letter-spacing:0.1em;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	margin-bottom:5px;
}
 @media screen and (max-width:480px) {
 .title_a {
 margin-bottom:20px;
}
 .sub_title {
font-size:30px;
}
.small {
font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
}

}
.sub_title2 {
	display:block;
	font-size:18px;
	margin-bottom:0px;
}
.read1 {
	font-size:14px;
	line-height:1.5;
	margin:0 0 15px 0;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}
.access_box_in {
	margin-bottom:60px;
}
.access_box {
	margin-top:-15px;
	padding:50px 0 0;
	background:url(../img/access_bg.jpg);
	width:100%;

}


 @media screen and (max-width:480px) {
 .access_box_in {
 margin-bottom:45px;
}
 .access_box {
padding:50px 0 0;
}
}
.access_box .read1 {
	display:block;
	text-align:center;
}
.read2 {
	display:block;
	text-align:center;
	color:#fff;
}
.recruit_box {
	background:url(../img/recruit_bg.jpg);
	width:100%;
	padding:60px 0;
}

.recruit_box a:hover {
	opacity:1.0;
}

/*お問い合わせ*/
.contact_box {
	padding:60px 0;
	font-family:-apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	background-color:#fff;
}
.contact_box_in {
	width:90%;
	margin:0 auto;
}
 @media screen and (min-width:960px) {
.contact_box_in {
width:700px;
margin:0 auto;
}
}
.contact_box_in form {
	font-size:13px;
	
}
form .form-control {
	padding:15px;
}
form .form_item {
	font-size:13px;
	padding:15px;
}
form .form_content {
	padding: 3px;
}


form .form_content input.input-sm {
	width:100%;
}
.required {
	display:inline-block;
	background:#bc170f;
	border-radius:3px;
	padding:2px 4px 1px;
	color:#fff;
	margin:0 0 0 5px;
	font-size:10px;
}
.option {
	padding:2px 4px 1px;
	margin:0 0 0 5px;
	font-size:10px;
}
.btn-success {
	background-color: #9f791e;
	border-color: #9f791e;
	color: #fff;
}
.btn-success:hover {
	background-color: #c6a045;
	border-color: #c6a045;
	color: #fff;
}
.form-control {
	font-size:16px;
}
 @media screen and (min-width:960px) {
.form-control {
font-size:13px;
}
}
.form-control:focus {
	background-color: #fff;
	border-color: #CDA445;
	color: #464a4c;
	outline: 0 none;
}
.btn {
	font-size:13px;
}

.mainvisual {
	z-index:1;
}

/*animate*/
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

.animated.flipOutX,
.animated.flipOutY,
.animated.bounceIn,
.animated.bounceOut {
  animation-duration: .75s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}


@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}


@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}


/*20180124修正
@media (min-width: 576px) {
  .container {
    width:100%;
    max-width: 100%;
  }
}*/

@media (max-width: 768px) {
  .container {
    width: 100%;
    max-width:100%;
  }
}


/*0309*/

		.logo h1 {
			display:block;
			position:relative;
			
		}
		
			.logo h1 img{
				display:block;
				position:absolute;
				top:0;
				left:0;
				width:100%;
				
			}
			
.system_box {
	background:url(../img/system_bg.png);
	padding:30px 0 50px;
}


.system_fl {
	position:relative;
	/*background: url(../img/system_fl.png) 0 0;*/
	width:400px;
	height:589px;
	margin:0 auto;
}

.system_fl .sub_title3 {
	    position: absolute;
    top: 110px;
    left: 138px;
    font-size: 28px;
	
		display:block;
	text-align:center;
	background:linear-gradient(top, #e9e28c 0%, #988931 100%);
	background: -webkit-linear-gradient(top, #e9e28c 0%, #988931 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	letter-spacing:0.1em;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	margin-bottom:5px;

}

.system_fl .sub_title3_sp{
	display:block;
	position: absolute;
    top: 150px;
    left: 161px;
	
		
	text-align:center;
	background:linear-gradient(top, #e9e28c 0%, #988931 100%);
	background: -webkit-linear-gradient(top, #e9e28c 0%, #988931 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	font-weight: 600;
font-size: 13px;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.system_fl_st {
	position: absolute;
    top: 180px;
    left: 68px;
	color:#fff;
	font-size:14px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	    text-shadow: 1px 1px 2px #460303; 
}

.system_fl_st dl {
	display:block;
	background-color:#CF3;
}

.system_fl_st dt {
  float:left;
  clear:left;
  width:160px;
  font-weight:normal;
  margin-bottom:10px;
}
.system_fl_st dd {
  float:left;
  width:140px;
   margin-bottom:15px;
}

.gallery_box {
    background: url(../img/system_bg.png);
    padding: 60px 0 50px;
}

.pc_br {
	display:block;
}

.txt_lf {
	text-align:center;
}



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

.txt_lf {
	text-align:left !important;
}

	 .system_box {
	background:url(../img/system_bg.png);
	padding:80px 0 50px;
}
/*
	 .system_fl::after {
    content: "";
    display: block;
    padding-top: 140%;
}
*/
.system_fl {
	position: relative;
    width: 90%;
    /*background: rgba(0, 0, 0, 0) url("../img/system_fl.png") no-repeat scroll 0 0 / 100% auto;*/
    margin:0 auto;
    
}

.system_fl .sub_title3 {
	display:block;
	position: absolute;
    top: 16%;
    left:31%;
    font-size: 28px;
	text-align:center;
	background:linear-gradient(top, #e9e28c 0%, #988931 100%);
	background: -webkit-linear-gradient(top, #e9e28c 0%, #988931 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	letter-spacing:0.1em;
	font-family: Georgia, 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;
	margin-bottom:5px;

}


.system_fl .sub_title3_sp{
	display:block;
	position: absolute;
      top: 22%;
    left:38%;
	display:block;
	text-align:center;
	background:linear-gradient(top, #e9e28c 0%, #988931 100%);
	background: -webkit-linear-gradient(top, #e9e28c 0%, #988931 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;/*-webkit-text-stroke: 0.5px #312000;*/
	font-weight: 600;
font-size: 13px;
font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
}

.system_fl_st {
	position: absolute;
    top: 28%;
    left: 14%;
	color:#fff;
	font-size:14px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
	    text-shadow: 1px 1px 2px #460303;
		width:90%;

}

.system_fl_st dl {
	display:block;
	background-color:#CF3;
}

.system_fl_st dt {
  float:left;
  clear:left;
  width:48%;
  font-weight:normal;
  margin-bottom:3%;
}
.system_fl_st dd {
  float:left;
  width:50%;
   margin-bottom:3%;
}

.gallery_box {
    background: url(../img/system_bg.png);
    padding: 50px 0 50px;
}
 }

#system {padding-top: 80px;}
#system .system_fl {
	border-image: url('../img/frame180.png') round;
	border-image-slice: 60 fill;
	border-image-width: 60px;
	border-style: solid;
	height: auto;
	width: 100%;
	max-width: 430px;
	box-sizing: border-box;
}
#system .system_fl_st, #system .sub_title3, #system .system_fl .sub_title3_sp {
	position: relative;
	top: 0;
	left: 0;
	opacity: 1;
}

#system .system_fl .sub_title3 {
	margin-top: 10px;
}

#system .system_fl .sub_title3_sp {
	font-size: 14px;
}

#system .system_fl_st {
	margin-left: 20px;
	margin-bottom: 30px;
	max-width: 350px;
	width: 100%;
	line-height: 1.5;
}
#system .system_fl_st dt, #system .system_fl_st dd {float: none;}
#system .system_fl_st dt {
	margin-top: 45px;
	font-size: 15px;
	width: 100%;
}
#system .system_fl_st dd {
	width: auto;
	margin-left: 30px;
}

#system li {list-style: disc;}

.center {text-align: center;}
.system_icon {display: block;}
#system_icon_top {padding-top: 50px;}
#system_icon_bottom {padding-bottom: 40px;}


#contact h3 span {font-size: 30px;}
#contact .center {
	margin-top: -30px;
	margin-bottom: 40px;
}
#contact .center img {max-width: 200px;}

@media screen and (max-width:480px) {
	#system .system_fl {width: 95%;}
	#system .system_fl_st {
		margin-left: 10px;
		width: calc(95% - 10px);
	}
	#system .system_fl_st dt {width: 100%;}
	#contact h3 {margin-bottom: 40px;}
	#contact h3 span {font-size: 25px;}
}

.line_title {margin-bottom: 20px;}

#line {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8dd563), to(#5fad31));
    border: 1px solid #5fad31;
	margin-bottom: 60px;
}

#line div {
	display: flex;
	justify-content: center;
	align-items: center;
}

#line svg {
	margin-right: 1rem;
}

#line span {
	font-size: 1.7rem;
	font-weight: bold;
	color: #fff;
	letter-spacing: .2rem;
	padding: 1.5rem 0;
}

#access .sub_title2 {
	font-weight: bold;
	/*font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", HGS明朝E, メイリオ, Meiryo, serif;*/
	background: -webkit-linear-gradient(top, #b08829 0%, #816115 100%);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
	padding-bottom: 1rem;
}

#access p {
	color: #000;
	font-family: -apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}