html{
	font-size: 18px;
	font-family: 'Source Sans Pro', sans-serif;
}
@media(max-width: 767px){
	html{
		font-size: 12px;
	}
}
html,body{
    width: 100%;
    -ms-overflow-x: hidden;
        overflow-x: hidden;
}

#main{
	background: #76DDE4;
	color: #fff;
}
#second_content_main {
	background-image: url('/assets/img/img01.jpg');
	color: #000;
}


.bg-section{
	position: absolute;
    left: 0;
    top: 0;
	width: 100%;
	height: 100vh;
    z-index: 1;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

#bg-section01{
    background-image: url('/assets/img/img01.jpg');
}
#bg-section02{
    background-image: url('/assets/img/img02.jpg');
}
#bg-section03{
    background-image: url('/assets/img/img03.jpg');
    top: 30vh;
}
#bg-section04{
    background-image: url('/assets/img/img04.jpg');
}
#bg-section05{
    background-image: url('/assets/img/img05.jpg');
}

@media only screen and (max-width:1024px){
	#bg-section01{
		background-position-x: left;
	}
	#bg-section04{
		background-position-x: right;
	}
	#bg-section05{
		background-position-x: left;
	}
}

.oleo{

    font-family: 'Oleo Script', curs;
}
.title{
    letter-spacing: 4px;
}
.z-depth-2{
    position: relative;
    z-index: 2;
}
.table{
    background-color: #FFF;
    color: #333;
}
.btn-ghost{
    border: 1px solid #fff;
    color: #FFF;
}
.btn-ghost:hover{
    text-decoration: none;
    background: #080126;
    border-color: #080126;
    color: #FFF;
}
.taC {
	text-align: center;
}
.mt30 {
	margin-top: 30px;
}
.white {
	color: #fff !important;
}

h1 {
	color: #006a6e !important;
	font-size: 8rem !important;
	letter-spacing: .6rem !important;
}
h2 {
	font-size: 6rem !important;
	margin-bottom: .5rem !important;
  font-family: inherit;
  font-weight: 500 !important;
  line-height: 1.2 !important;
}

.text-center p {
	color: #006a6e;
}

@media only screen and (max-width:480px){
	h1 {
		color: #006a6e !important;
		font-size: 5rem !important;
		letter-spacing: .6rem !important;
	}
	h2 {
		font-size: 4.5rem !important;
	}
	p {
		font-size: 1.5rem;
	}
}

/* テーブル */
table {
	width: 100%;
}
th, td {
	padding: 10px;
	border: 1px solid #fff;
	color: #000;
}
th {
	background: rgba(255, 255, 255, 0.75);
}
.demo01 th {
	width: 30%;
	text-align: center;
}
.demo01 td {
	padding-left: 40px;
}

@media only screen and (max-width:480px){
	table {
		margin-bottom: 50px;
	}
    .demo01 th,
    .demo01 td{
    width: 100%;
    display: block;
    border-top: none;
		font-size: 1.5rem;
    }
  .demo01 tr:first-child th { border-top: 1px solid #ddd; }
	.demo01 td {
		padding-left: 0;
		padding: 30px 10px;
		text-align: center;
	}
}

#section01{
    position: relative;
    z-index: 2;
    padding: 45vh 0;
}
#section01 .content-inner{
    max-width: 1000px;
    margin: 0 auto;
		margin-top: -80px;
    position: relative;
    z-index: 2;
}
#section01 .inner-el{
    font-size: 4rem;
    position: relative;
    text-align: center;
    padding: 0 10px;
    max-width:50px;
}
@media(max-width: 767px){
    #section01 .inner-el{
        padding: 0 10px;
        font-size: 3rem;
    }
}


#section02{
    /* background: #080126; */
    position: relative;
    z-index: 4;
    padding:16vh 0;
}
#fog01{
    position: absolute;
    bottom: -30vh;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
#fog01 img{
    width: 100%;
}
#section03{
    position: relative;
    z-index: 3;
    padding: 50vh 0 0;
    background: #080126;
    overflow: hidden;
}
#fog02{
    position: absolute;
    bottom: -50vh;
    left: 0;
    width: 100%;
    z-index: 1;
    pointer-events: none;
}
#fog02 img{
    width: 100%;
}
#section04{
    position: relative;
    background: #126486;
    z-index: 4;
    padding: 16vh 0;
}
#section05{
    position: relative;
    z-index: 3;
    padding: 50vh 0 0;
    background: #080126;
    overflow: hidden;
}
#section06{
    position: relative;
    background: #080126;
    z-index: 3;
    padding: 36vh 0;
		background-image: url('/assets/img/img03.jpg');
		background-size: cover;
}

#footer{
    color: #FFF;
    padding: 50px 20px;
    font-size: 12px;
    text-align: center;
    background: #000;
		position: relative;
		z-index: 10;
}

@media(max-width: 767px){

    #section02,#section04{
        padding: 40px 0;
    }
}
@media only screen and (max-width:480px){
	#section02{
	  padding: 0 10px;
	}
	#section04{
	    margin-top: 50px;
	}
	.company_fog01 {
	    bottom: -33vh !important;
	    width: 800% !important;
	}
}


.flexbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flexbox .imgbox {
	width: 100%;
	height: auto;
	max-width: 50%;
}
.flexbox .imgbox img {
	width: 100%;
	height: auto;
}
.flexbox .textbox {
	width: 100%;
	height: auto;
	max-width: 45%;
	position: relative;
}
.flexbox .textbox .h2box {
	position: absolute;
	top: -100px;
	left: -150px;
}
.flexbox .textbox h3 {
	margin-top: 50px;
}
.flexbox .pc_none {
	display: none;
}

@media only screen and (max-width:480px){
	.flexbox {
		flex-wrap: wrap;
		justify-content: center;
	}
	.flexbox .imgbox {
		max-width: 90%;
		height: auto;
	}
	.flexbox .textbox {
		max-width: 90%;
	}
	.flexbox .textbox .h2box {
		position: relative;
		top: 0;
		left: 0;
	}
	.flexbox .textbox h2 {
		text-align: center;
	}
	.flexbox .pc_none {
		display: flex;
	}
	.flexbox .sp_none {
		display: none;
	}
}


.hygienical_flexbox {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 50px;
}
.hygienical_flexbox .imgbox {
	width: 100%;
	height: auto;
	max-width: 48%;
	margin-bottom: 4%;
}
.hygienical_flexbox .imgbox img {
	width: 100%;
	height: auto;
}
@media only screen and ( max-width: 480px ) {
	.hygienical_flexbox .imgbox {
		max-width: 100%;
		margin-bottom: 5%;
	}
}


.btn_container {
	text-align: center;
	margin-top: 30px;
}
.btn-circle {
  display: inline-block;
  text-decoration: none;
  color: #FFF;
  font-weight: 700;
  background-color: #9f7f5e;
  letter-spacing: 1.5px;
  width: 250px;
  text-align: center;
  padding: 24px;
  position: relative;
  opacity: 1 !important;
  transition: all 0.4s;
  overflow: hidden;
  border: none;
}
.btn-circle:before {
  content: "";
  display: block;
  width: 220px;
  height: 220px;
  background-color: #FFF;
  border-radius: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translate(-100%, 100%);
  transition: all 0.4s;
  pointer-events: none;
}
.btn-circle:after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #FFF;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 18px;
  transition: all 0.4s;
}
.btn-circle:hover {
  color: #9f7f5e;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
.btn-circle:hover:after {
  width: 0;
  height: 0;
  border-radius: 0;
  background-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #FFF;
  right: 12px;
}
.btn-circle:hover:before {
  transform: translate(-12px, 60px);
}
.btn-circle span {
  position: relative;
  z-index: 99;
}

@media only screen and ( max-width: 480px ) {
	.btn-circle:after {
	  display: none;
	}
	.btn-circle span {
	  font-size: 1.5rem;
	}
}


.outline_table_box {
	margin-top: 100px;
	width: 100%;
}
