@charset "utf-8";

/*基本設定
-------------------------------------------------------------- */

a img {border: 0;}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

.clearfix {
    zoom: 1; /* for IE7- */
}
.clearfix:after {
    content: '';
    display: block;
    clear: both;
}
strong {
	font-weight:bold;
}
img {vertical-align: bottom;}

/* 装飾
------------------------------------------------------------*/

.op:hover {
opacity: 0.7;
transition: 0.3s;
}
.cl {
	clear:both;
}
.ct {
text-align: center;
}
.yu {
font-family:"游明朝","YuMincho";
font-weight: bold;
}
.yu2 {
font-family:"游明朝","YuMincho";
font-weight: normal;
}
.red {
color:#fd0000;
}
.bk {
color: #000;
}
.white {
color:#fff;
}
.up20 {
	margin-top:2rem;
}
.up30 {
	margin-top:3rem;
}
.up40 {
	margin-top:4rem;
}
.up50 {
	margin-top:5rem;
}
.up60 {
	margin-top:6rem;
}
.d20 {
	margin-bottom:2rem;
}
.d30 {
	margin-bottom:3rem;
}
.d40 {
	margin-bottom:4rem;
}
.d50 {
	margin-bottom:5rem;
}
.ud20 {
	margin:2rem 0;
}
.ud30 {
	margin:3rem 0;
}
.ud40 {
	margin:4rem 0;
}
.ud50 {
	margin:5rem 0;
}


/* リンク設定
------------------------------------------------------------*/
a:link {
	color:#50deae;
	text-decoration:none;
}
a:visited {
	color:#50deae;
	text-decoration:none;
}
a:hover {
	color:#71eec3;
	text-decoration:underline;
}
a:active {
	color:#50deae;
	text-decoration:none;
}

a.hdr_link:link {
	color:#000;
	text-decoration:none;
}
a.hdr_link:visited {
	color:#000;
	text-decoration:none;
}
a.hdr_link:hover {
	color: #00843d;
	text-decoration:none;
}
a.hdr_link:active {
	color:#000;
	text-decoration:none;
}


/* アニメーション
------------------------------------------------------------*/
.fade-in {
transition: opacity 0.4s;
-moz-transition: opacity 0.4s;
-webkit-transition: opacity 0.4s;
-o-transition: opacity 0.4s;
}
.fade-up, .fade-left, .fade-right {
transition: opacity 0.7s;
-moz-transition: opacity 0.7s;
-webkit-transition: opacity 0.7s;
-o-transition: opacity 0.7s;
transition: transform 0.7s;
-moz-transition: transform 0.7s;
-webkit-transition: transform 0.7s;
-o-transition: transform 0.7s;
}



/* 共通
------------------------------------------------------------*/

html {
font-size: 62.5%;
background: url("../img/bg.png");
}
body {
font-family:"游ゴシック","YuGothic","メイリオ","Meiryo",arial,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
color:#fff;
-webkit-text-size-adjust: none;
font-weight: 500;
background: url("../img/bg_top.png") no-repeat center top;
background-size: 100%;
}


/* PC用
------------------------------------------------------------*/
@media only screen and (min-width: 1000px) {

.spbr {
display: none !important;
}
#menu {
display: none;
}
body{
font-size: 1.4rem;
line-height:2rem;
}
#mobile {
display: none;
}

/* トップ */
#top {
position: relative;
width: 100%;
height: 100vh;
z-index: 1;
}
#logo {
position: absolute;
top: 16vh;
right: 10vw;
width: 29.2rem;
}
#logo h1 {
font-size: 1.6rem;
margin-bottom: 0.4rem;
letter-spacing: 0.1rem;
}
#space {
position: absolute;
top: 12vh;
left: 20vh;
z-index: -1;
animation: 3.5s Roll ease-in-out infinite;
}
#space span{
display:block;
animation: FloatHorizontal 14.0s ease-in-out infinite alternate;
}
@keyframes Roll {
	0% { transform: rotateZ(1deg); }
	50% { transform: rotateZ(-1deg); }
	100% { transform: rotateZ(1deg); }
}

@keyframes FloatHorizontal {
	0% { transform:translate3d(5vw,0,0); }
	50% { transform:translate3d(-5vw,0,0); }
	100% { transform:translate3d(5vw,0,0); }
}

@keyframes FloatVertical {
	0% { transform:translate3d(0,8vw,0); }
	50% { transform:translate3d(0,-8vw,0); }
	100% { transform:translate3d(0,8vw,0); }
}
#top article {
position: absolute;
bottom: 18vh;
right: 0;
width: 60rem;
}
#top article dl {
border-bottom: 0.2rem solid rgba(110,208,0,0.6);
margin-bottom: 5rem;
}
#top article dl span {
color: rgba(110,208,0,1);
}
#top article dt, #top article dd {
display: inline-block;
}
#top article dt {
font-size: 4rem;
font-weight: normal;
text-align: left;
width: 20rem;
}
#top article dd {
font-size: 1.6rem;
width: 20rem;
}
nav {
position: absolute;
bottom: 3rem;
width: 100%;
text-align: center;
font-size: 0;
z-index: 10;
}
nav li {
font-size: 2rem;
display: inline;
font-weight: normal;
}
#top nav li a {
color: #fff;
display: inline-block;
background-image: url("../img/line_menu.png");
background-position: left center;
background-repeat: no-repeat;
padding: 0 4rem;
transition: 0.3s;
}
#top nav li a:hover {
color: rgba(110,208,0,1);
text-decoration: none;
transition: 0.3s;
}
#top nav li a span {
font-size: 1.2rem;
}
#top nav li a.selected {
color: rgba(110,208,0,1);
}
#grad {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 20.6rem;
background: url("../img/bg_topic.png") repeat-x;
z-index: 1;
}
#logo_scroll {
display: none;
}
#logo_scroll a {
color: #fff;
}
#logo_scroll a:hover {
color: #fff;
text-decoration: none;
}
#logo_scroll a:visited {
color: #fff;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 14rem;
  background: rgba(0,0,0,0.9);
  padding-top: 3rem;
  transition: 0.3s;
}
.is-fixed #logo_scroll {
display: block;
text-align: center;
font-size: 2rem;
letter-spacing: 0.4rem;
font-weight: bold;
margin-bottom: 3rem;
}
#scroll {
position: absolute;
bottom: 14rem;
left: 0;
right: 0;
width: 4.6rem;
height: 4.6rem;
margin: auto;
transition: 0.3s;
}
#scroll:hover {
opacity: 0.5;
}
#scroll span {
position: absolute;
  top: 0;
  left: 50%;
  width: 4.6rem;
  height: 4.6rem;
  margin-left: -23px;
  border: 0.1rem solid rgba(110,208,0,1);
  border-radius: 100%;
  box-sizing: border-box;
}
#scroll span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 0.1rem solid rgba(110,208,0,1);
  border-bottom: 0.1rem solid rgba(110,208,0,1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}

.title {
background: url("../img/read.png") no-repeat;
padding-left: 3.2rem;
min-height: 2.8rem;
margin: 0 auto 6rem auto;
font-size: 3rem;
width: 100rem;
color: #6fd000;
}
.title span {
font-size: 1.1rem;
margin-left: 1rem;
}

/* 新着情報 */
#topics {
position: relative;
padding: 0 0 10rem 0;
z-index: 0;
margin-top: 16rem;
min-height: 100vh;
}
.read {
font-size: 2.6rem;
width: 100rem;
margin: 5rem auto 0.2rem auto;
}
.line {
position: relative;
border-bottom: 0.1rem solid rgba(110,208,0,0.6);
margin-bottom: 5rem;
width: 50%;
}
.line_sub {
position: relative;
border-bottom: 0.1rem solid rgba(110,208,0,0.6);
margin-bottom: 5rem;
width: 50%;
}
.line_toi {
position: relative;
border-bottom: 0.1rem solid rgba(110,208,0,0.6);
margin-bottom: 5rem;
width: 50%;
}
.cnt {
width: 100rem;
margin: 0 auto;
overflow: hidden;
}
#pdf {
width: 45rem;
height: 60rem;
background: #aaa;
}
#fb {
width: 45rem;
height: 60rem;
margin: 0 auto;
}
.fb-container {
width: 100%;
max-width: 45rem;
}
#info {
width: 100rem;
margin: 0 auto;
}

/* 業務内容 */
#service {
margin-top: 16rem;
min-height: 100vh;
}
#service article {
display: flex;
width: 100rem;
margin: 0 auto 5rem auto;
}
#service article div {
text-align: center;
width: 21.5rem;
margin-right: 4.6rem;
}
#service article div:nth-child(4n) {
margin-right: 0;
}
#service article div h3 {
margin-top: 1rem;
}
#service article p {
margin-top: 3rem;
}

/* ご挨拶 */
#message {
margin-top: 16rem;
min-height: 100vh;
padding-top: calc(50vh - 30.5rem);
}
#message section {
width: 100rem;
margin: 0rem auto;
padding-left: 5rem;
border-left: 0.2rem solid rgba(110,208,0,0.6);
display: flex;
justify-content: space-between;
}
#message section p {
width: 54rem;
line-height: 3.4rem;
padding-top: 4rem;
}
#message section article div {
width: 31.6rem;
}
#sig {
text-align: right;
}
#sig em {
font-size: 2.2rem;
margin-left: 1rem;
font-weight: bold;
}

/* 会社概要 */
#company {
margin-top: 16rem;
min-height: 100vh;
padding-top: calc(50vh - 30.5rem);
}
#company section {
width: 100rem;
margin: 0 auto;
padding-left: 5rem;
border-left: 0.2rem solid rgba(110,208,0,0.6);
display: flex;
justify-content: space-between;
}
#company table {
width: 40rem;
margin-top: 2rem;
}
#company table th {
text-align: left;
padding: 0.8rem 0;
width: 30%;
}
#company table td {
padding: 0.8rem 0;
}
#company div {
width: 50rem;
}

/* お問合せ */
#contact {
min-height: 100vh;
}
#contact table {
width: 60rem;
margin: 0 auto;
}
#contact th, #contact td {
padding: 0.6rem 0;
}
#contact th {
text-align: right;
font-weight: normal;
padding-right: 2rem;
width: 24%;
}
#contact td {
color: #000;
}
#contact input {
background: #ccc;
border: 0.1rem solid #aaa;
font-size: 2rem;
width:80%;
}
#contact textarea {
background: #ccc;
border: 0.1rem solid #aaa;
width:100%;
}
#contact .submit {
color: #6fd000;
background: #1c1c1c;
font-size: 1.6rem;
border: 0.1rem solid #6fd000;
border-radius: 0.2rem;
padding: 0.6rem 6rem;
cursor: pointer;
transition: 0.3s;
}
#top_sub {
position: relative;
}
#logo_sub {
text-align: center;
font-size: 2rem;
letter-spacing: 0.4rem;
font-weight: bold;
padding-top: 3rem;
}
#subpage {
margin-top: 3rem;
text-align: center;
font-size: 0;
}
#subpage li {
font-size: 2rem;
display: inline;
font-weight: normal;
}
#subpage li a {
color: #fff;
display: inline-block;
background-image: url("../img/line_menu.png");
background-position: left center;
background-repeat: no-repeat;
padding: 0 4rem;
transition: 0.3s;
}
#subpage li a:hover {
text-decoration: none;
opacity: 0.7;
transition: 0.3s;
}
#subpage li a span {
font-size: 1.2rem;
}
#top_sub article {
width: 80rem;
margin: 0 auto 8rem auto;
min-height: 50rem;
}
#top_sub article table {
width: 100%;
}
#top_sub article th, #top_sub article td {
padding: 1.2rem 0;
font-size: 1.6rem;
}
#top_sub article th {
text-align: right;
font-weight: normal;
padding-right: 2rem;
width: 30%;
}
.toi_p {
font-size: 1.6rem;
line-height: 2.8rem;
margin-bottom: 3rem;
}
#top_sub article .confirm {
text-align: center;
border-top: 0.1rem solid rgba(255,255,255,0.6);
padding-top: 4rem;
}
.confirm input {
margin-top: 2rem;
color: #6fd000;
background: #1c1c1c;
font-size: 1.6rem;
border: 0.1rem solid #6fd000;
border-radius: 0.2rem;
padding: 0.6rem 6rem;
cursor: pointer;
transition: 0.3s;
}
.ERR {
color: #ff0000;
}
#policy {
margin-bottom: 5rem;
text-align: center;
}

/* フッタ */
footer {
text-align: center;
margin-top: 20rem;
padding-bottom: 2rem;
}

}

/* タブレット用　横向き
------------------------------------------------------------*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation:landscape) {

.spbr {
display: none !important;
}
.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.pdd_sp {
padding: 0 2rem;
}
.sp100 {
width:100%;
height:auto;
}
body{
font-size: 1.4rem;
line-height:2.6rem;
padding-top: 6rem;
}
#mobile {
padding: 1rem 1rem 0.6rem 1rem;
display: flex;
justify-content: space-between;
border-bottom: 0.1rem solid #282828;
position: fixed;
top: 0;
width: 100%;
z-index: 100;
height: 6rem;
background: rgba(0,0,0,0.9)
}
#logo_sp {
width: 16rem;
margin: 0.4rem 0 0 1rem;
}
#logo_sp img {
width: 100%;
height: auto;
}
#btn_sp {
text-align: center;
border: 0.1rem solid #333;
}
#btn_sp a {
width: 4rem;
height: 4rem;
font-size: 1.1rem;
padding-top: 1rem;
display: block;
}
#btn_sp a:link {
color:#7c7c7c;
}
#btn_sp a:visited {
color:#7c7c7c;
}
#btn_sp a:hover {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp a:focus {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp a:active {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp button {
border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  background: #000;
  color: #ababab;
  width: 4rem;
height: 4rem;
font-size: 1.1rem;
display: block;
}
.close img {
width: 14%;
height: auto;
}

/* トップ */
#top {
position: relative;
width: 100%;
height: 100vh;
z-index: 1;
}
#logo {
position: absolute;
top: 30vh;
right: 10vw;
width: 29.2rem;
}
#logo h1 {
font-size: 1.6rem;
margin-bottom: 0.4rem;
letter-spacing: 0.1rem;
}
#space {
position: absolute;
top: 16vh;
left: 16vh;
z-index: 10;
width: 26rem;
animation: 3.5s Roll ease-in-out infinite;
}
#space span{
display:block;
animation: FloatHorizontal 14.0s ease-in-out infinite alternate;
}
@keyframes Roll {
	0% { transform: rotateZ(1deg); }
	50% { transform: rotateZ(-1deg); }
	100% { transform: rotateZ(1deg); }
}

@keyframes FloatHorizontal {
	0% { transform:translate3d(5vw,0,0); }
	50% { transform:translate3d(-5vw,0,0); }
	100% { transform:translate3d(5vw,0,0); }
}

@keyframes FloatVertical {
	0% { transform:translate3d(0,8vw,0); }
	50% { transform:translate3d(0,-8vw,0); }
	100% { transform:translate3d(0,8vw,0); }
}
#space img {
width: 100%;
height: auto;
}
#top article {
position: absolute;
bottom: 20vh;
width: 80%;
}
#top article dl {
border-bottom: 0.2rem solid rgba(110,208,0,0.6);
text-align: right;
margin-bottom: 3rem;
}
#top article dl span {
color: rgba(110,208,0,1);
}
#top article dt, #top article dd {
display: inline-block;
}
#top article dt {
font-size: 3.4rem;
font-weight: normal;
text-align: left;
width: 20rem;
}
#top article dd {
font-size: 1.6rem;
width: 20rem;
}
nav {
display: none;
}
#logo_scroll {
display: none;
}
#scroll {
position: absolute;
bottom: 12rem;
left: 0;
right: 0;
width: 4.6rem;
height: 4.6rem;
margin: auto;
transition: 0.3s;
}
#scroll:hover {
opacity: 0.5;
}
#scroll span {
position: absolute;
  top: 0;
  left: 50%;
  width: 4.6rem;
  height: 4.6rem;
  margin-left: -23px;
  border: 0.1rem solid rgba(110,208,0,1);
  border-radius: 100%;
  box-sizing: border-box;
}
#scroll span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 0.1rem solid rgba(110,208,0,1);
  border-bottom: 0.1rem solid rgba(110,208,0,1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.title {
background: url("../img/read.png") no-repeat;
padding-left: 3.2rem;
min-height: 2.8rem;
margin: 0 0 6rem 1rem;
font-size: 3rem;
color: #6fd000;
}
.title span {
font-size: 1.1rem;
margin-left: 1rem;
}

/* 新着情報 */
#topics {
position: relative;
z-index: 0;
margin-top: 10rem;
min-height: 100vh;
}
.read {
font-size: 2.6rem;
margin: 5rem 0 0.2rem 2rem;
}
.line {
position: relative;
border-bottom: 0.1rem solid rgba(110,208,0,0.6);
margin-bottom: 5rem;
width: 50%;
}
.line_sub {
position: relative;
border-bottom: 0.1rem solid rgba(110,208,0,0.6);
margin-bottom: 3rem;
width: 50%;
}
.line_toi {
position: relative;
border-bottom: 0.1rem solid rgba(110,208,0,0.6);
margin-bottom: 5rem;
width: 50%;
}
.cnt {
width: 100rem;
margin: 0 auto;
overflow: hidden;
}
#pdf {
width: 48%;
height: 50rem;
background: #aaa;
}
#fb {
width: 48%;
height: 50rem;
}
#info {
width: 100%;
padding: 0 2rem;
display: flex;
justify-content: space-between;
}

/* 業務内容 */
#service {
margin-top: 10rem;
min-height: 100vh;
}
#service article {
display: flex;
margin-bottom: 3rem;
padding: 0 2rem;
}
#service article div {
text-align: center;
width: 24%;
margin-right: 1%;
}
#service article div img {
width: 100%;
height: auto;
}
#service article div:nth-child(4n) {
margin-right: 0;
}
#service article div h3 {
margin-top: 1rem;
}
#service article p {
margin: 3rem 0 0 2rem;
}

/* ご挨拶 */
#message {
margin-top: 10rem;
min-height: 100vh;
padding: 2rem 0 0 0;
}
#message section {
width: calc(100% - 4rem);
margin: 6rem auto;
padding-left: 3rem;
border-left: 0.2rem solid rgba(110,208,0,0.6);
display: flex;
justify-content: space-between;
}
#message section p {
width: Calc(100% - 3rem);
line-height: 3.4rem;
}
#message section article div {
width: 31.6rem;
}
#sig {
text-align: right;
}
#sig em {
font-size: 2.2rem;
margin-left: 1rem;
font-weight: bold;
}

/* 会社概要 */
#company {
margin-top: 10rem;
min-height: 100vh;
padding: 2rem 0 0 0;
}
#company section {
width: calc(100% - 4rem);
margin: 6rem auto;
padding-left: 3rem;
border-left: 0.2rem solid rgba(110,208,0,0.6);
display: flex;
justify-content: space-between;
}
#company table {
width: 50%;
}
#company table th {
text-align: left;
padding: 0.8rem 0;
width: 30%;
}
#company table td {
padding: 0.8rem 0;
}
#company div {
width: 50%;
margin-top: 3rem;
}
#company div img {
width: 100%;
height: auto;
}

/* お問合せ */
#contact {
min-height: 100vh;
}
#contact table {
width: 60rem;
margin: 0 auto;
}
#contact th, #contact td {
padding: 0.6rem 0;
}
#contact th {
text-align: right;
font-weight: normal;
padding-right: 2rem;
}
#contact td {
color: #000;
}
#contact input {
background: #ccc;
border: 0.1rem solid #aaa;
font-size: 2rem;
width:80%;
}
#contact textarea {
background: #ccc;
border: 0.1rem solid #aaa;
}
#contact .submit {
color: #6fd000;
background: #1c1c1c;
font-size: 1.6rem;
border: 0.1rem solid #6fd000;
border-radius: 0.2rem;
padding: 0.6rem 6rem;
cursor: pointer;
transition: 0.3s;
}
#top_sub {
position: relative;
}
#logo_sub {
display: none;
}
#subpage {
display: none;
}
#top_sub article {
padding: 0 2rem;
min-height: 50rem;
}
#top_sub article table {
width: 100%;
}
#top_sub article th, #top_sub article td {
padding: 1.2rem 0;
font-size: 1.4rem;
}
#top_sub article th {
text-align: right;
font-weight: normal;
padding-right: 2rem;
width: 30%;
}
.toi_p {
font-size: 1.6rem;
line-height: 2.8rem;
margin-bottom: 3rem;
}
#top_sub article .confirm {
text-align: center;
border-top: 0.1rem solid rgba(255,255,255,0.6);
padding-top: 4rem;
}
.confirm input {
margin-top: 2rem;
color: #6fd000;
background: #1c1c1c;
font-size: 1.6rem;
border: 0.1rem solid #6fd000;
border-radius: 0.2rem;
padding: 0.6rem 6rem;
cursor: pointer;
transition: 0.3s;
}
.ERR {
color: #ff0000;
}
#policy {
margin-bottom: 5rem;
text-align: center;
}

/* フッタ */
footer {
text-align: center;
margin-top: 20rem;
padding-bottom: 2rem;
}

}

/* タブレット用　縦向き
------------------------------------------------------------*/
@media only screen and (min-width: 641px) and (max-width: 999px) {

.spbr {
display: none !important;
}
.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.pdd_sp {
padding: 0 2rem;
}
.sp100 {
width:100%;
height:auto;
}
body{
font-size: 1.4rem;
line-height:2.6rem;
padding-top: 6rem;
}
#mobile {
padding: 1rem 1rem 0.6rem 1rem;
display: flex;
justify-content: space-between;
border-bottom: 0.1rem solid #282828;
position: fixed;
top: 0;
width: 100%;
z-index: 100;
height: 6rem;
background: rgba(0,0,0,0.9)
}
#logo_sp {
width: 16rem;
margin: 0.4rem 0 0 1rem;
}
#logo_sp img {
width: 100%;
height: auto;
}
#btn_sp {
text-align: center;
border: 0.1rem solid #333;
}
#btn_sp a {
width: 4rem;
height: 4rem;
font-size: 1.1rem;
padding-top: 1rem;
display: block;
}
#btn_sp a:link {
color:#7c7c7c;
}
#btn_sp a:visited {
color:#7c7c7c;
}
#btn_sp a:hover {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp a:focus {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp a:active {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp button {
border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  background: #000;
  color: #ababab;
  width: 4rem;
height: 4rem;
font-size: 1.1rem;
display: block;
}
.close img {
width: 14%;
height: auto;
}

/* トップ */
#top {
position: relative;
width: 100%;
height: 100vh;
z-index: 1;
}
#logo {
position: absolute;
top: 30vh;
right: 10vw;
width: 29.2rem;
}
#logo h1 {
font-size: 1.6rem;
margin-bottom: 0.4rem;
letter-spacing: 0.1rem;
}
#space {
position: absolute;
top: 16vh;
left: 10vh;
z-index: 10;
width: 26rem;
animation: 3.5s Roll ease-in-out infinite;
}
#space span{
display:block;
animation: FloatHorizontal 14.0s ease-in-out infinite alternate;
}
@keyframes Roll {
	0% { transform: rotateZ(1deg); }
	50% { transform: rotateZ(-1deg); }
	100% { transform: rotateZ(1deg); }
}

@keyframes FloatHorizontal {
	0% { transform:translate3d(5vw,0,0); }
	50% { transform:translate3d(-5vw,0,0); }
	100% { transform:translate3d(5vw,0,0); }
}

@keyframes FloatVertical {
	0% { transform:translate3d(0,8vw,0); }
	50% { transform:translate3d(0,-8vw,0); }
	100% { transform:translate3d(0,8vw,0); }
}
#space img {
width: 100%;
height: auto;
}
#top article {
position: absolute;
bottom: 20vh;
width: 80%;
}
#top article dl {
border-bottom: 0.2rem solid rgba(110,208,0,0.6);
text-align: right;
margin-bottom: 3rem;
}
#top article dl span {
color: rgba(110,208,0,1);
}
#top article dt, #top article dd {
display: inline-block;
}
#top article dt {
font-size: 3.4rem;
font-weight: normal;
text-align: left;
width: 20rem;
}
#top article dd {
font-size: 1.6rem;
width: 20rem;
}
nav {
display: none;
}
#logo_scroll {
display: none;
}
#scroll {
position: absolute;
bottom: 14rem;
left: 0;
right: 0;
width: 4.6rem;
height: 4.6rem;
margin: auto;
transition: 0.3s;
}
#scroll:hover {
opacity: 0.5;
}
#scroll span {
position: absolute;
  top: 0;
  left: 50%;
  width: 4.6rem;
  height: 4.6rem;
  margin-left: -23px;
  border: 0.1rem solid rgba(110,208,0,1);
  border-radius: 100%;
  box-sizing: border-box;
}
#scroll span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 0.1rem solid rgba(110,208,0,1);
  border-bottom: 0.1rem solid rgba(110,208,0,1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.title {
background: url("../img/read.png") no-repeat;
padding-left: 3.2rem;
min-height: 2.8rem;
margin: 0 0 6rem 1rem;
font-size: 3rem;
color: #6fd000;
}
.title span {
font-size: 1.1rem;
margin-left: 1rem;
}

/* 新着情報 */
#topics {
position: relative;
z-index: 0;
margin-top: 10rem;
min-height: 100vh;
}
.read {
font-size: 2.6rem;
margin: 5rem 0 0.2rem 2rem;
}
.line {
position: relative;
border-bottom: 0.1rem solid rgba(110,208,0,0.6);
margin-bottom: 5rem;
width: 50%;
}
.line_sub {
position: relative;
border-bottom: 0.1rem solid rgba(110,208,0,0.6);
margin-bottom: 3rem;
width: 50%;
}
.line_toi {
position: relative;
border-bottom: 0.1rem solid rgba(110,208,0,0.6);
margin-bottom: 5rem;
width: 50%;
}
.cnt {
width: 100rem;
margin: 0 auto;
overflow: hidden;
}
#pdf {
width: 48%;
height: 50rem;
background: #aaa;
}
#fb {
width: 50%;
height: 50rem;
margin: 0 auto;
}
#info {
width: 100%;
padding: 0 2rem;
}

/* 業務内容 */
#service {
margin-top: 10rem;
min-height: 100vh;
}
#service article {
display: flex;
margin-bottom: 3rem;
padding: 0 2rem;
}
#service article div {
text-align: center;
width: 24%;
margin-right: 1%;
}
#service article div img {
width: 100%;
height: auto;
}
#service article div:nth-child(4n) {
margin-right: 0;
}
#service article div h3 {
margin-top: 1rem;
}
#service article p {
margin: 3rem 0 0 2rem;
}

/* ご挨拶 */
#message {
margin-top: 10rem;
min-height: 100vh;
padding: 2rem 0 0 0;
}
#message section {
width: calc(100% - 4rem);
margin: 6rem auto;
padding-left: 3rem;
border-left: 0.2rem solid rgba(110,208,0,0.6);
display: flex;
justify-content: space-between;
}
#message section p {
width: Calc(100% - 3rem);
line-height: 3.4rem;
}
#message section article div {
width: 31.6rem;
}
#sig {
text-align: right;
}
#sig em {
font-size: 2.2rem;
margin-left: 1rem;
font-weight: bold;
}

/* 会社概要 */
#company {
margin-top: 10rem;
min-height: 100vh;
padding: 2rem 0 0 0;
}
#company section {
width: calc(100% - 4rem);
margin: 6rem auto;
padding-left: 3rem;
border-left: 0.2rem solid rgba(110,208,0,0.6);
display: flex;
justify-content: space-between;
}
#company table {
width: 50%;
}
#company table th {
text-align: left;
padding: 0.8rem 0;
width: 30%;
}
#company table td {
padding: 0.8rem 0;
}
#company div {
width: 50%;
margin-top: 3rem;
}
#company div img {
width: 100%;
height: auto;
}

/* お問合せ */
#contact {
min-height: 100vh;
}
#contact table {
width: 60rem;
margin: 0 auto;
}
#contact th, #contact td {
padding: 0.6rem 0;
}
#contact th {
text-align: right;
font-weight: normal;
padding-right: 2rem;
}
#contact td {
color: #000;
}
#contact input {
background: #ccc;
border: 0.1rem solid #aaa;
font-size: 2rem;
width:80%;
}
#contact textarea {
background: #ccc;
border: 0.1rem solid #aaa;
}
#contact .submit {
color: #6fd000;
background: #1c1c1c;
font-size: 1.6rem;
border: 0.1rem solid #6fd000;
border-radius: 0.2rem;
padding: 0.6rem 6rem;
cursor: pointer;
transition: 0.3s;
}
#top_sub {
position: relative;
}
#logo_sub {
display: none;
}
#subpage {
display: none;
}
#top_sub article {
padding: 0 2rem;
min-height: 50rem;
}
#top_sub article table {
width: 100%;
}
#top_sub article th, #top_sub article td {
padding: 1.2rem 0;
font-size: 1.4rem;
}
#top_sub article th {
text-align: right;
font-weight: normal;
padding-right: 2rem;
width: 30%;
}
.toi_p {
font-size: 1.6rem;
line-height: 2.8rem;
margin-bottom: 3rem;
}
#top_sub article .confirm {
text-align: center;
border-top: 0.1rem solid rgba(255,255,255,0.6);
padding-top: 4rem;
}
.confirm input {
margin-top: 2rem;
color: #6fd000;
background: #1c1c1c;
font-size: 1.6rem;
border: 0.1rem solid #6fd000;
border-radius: 0.2rem;
padding: 0.6rem 6rem;
cursor: pointer;
transition: 0.3s;
}
.ERR {
color: #ff0000;
}
#policy {
margin-bottom: 5rem;
text-align: center;
}

/* フッタ */
footer {
text-align: center;
margin-top: 20rem;
padding-bottom: 2rem;
}


}


/* スマートフォン用
------------------------------------------------------------*/
@media only screen and (max-width: 640px) {

.pcbr {
display: none !important;
}
.ctcnt {
width:100%;
margin: 0 auto;
padding: 0 1rem;
}
.sp100 {
width:100%;
height:auto;
}
.flex-direction-nav {
display: none !important;
}
body{
	font-size: 1.4rem;
	line-height:2.0rem;
	overflow-y: scroll;
overflow-x: hidden;
padding-top: 6rem;
}
#mobile {
padding: 1rem 1rem 0.6rem 1rem;
display: flex;
justify-content: space-between;
border-bottom: 0.1rem solid #282828;
position: fixed;
top: 0;
width: 100%;
z-index: 100;
height: 6rem;
background: rgba(0,0,0,0.9)
}
#logo_sp {
width: 46%;
margin: 1rem 0 0 1rem;
}
#logo_sp img {
width: 100%;
height: auto;
}
#btn_sp {
text-align: center;
border: 0.1rem solid #333;
}
#btn_sp a {
width: 4rem;
height: 4rem;
font-size: 1.1rem;
padding-top: 1rem;
display: block;
}
#btn_sp a:link {
color:#7c7c7c;
}
#btn_sp a:visited {
color:#7c7c7c;
}
#btn_sp a:hover {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp a:focus {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp a:active {
color:#7c7c7c;
text-decoration: none;
}
#btn_sp button {
border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  padding: 0;
  background: #000;
  color: #ababab;
  width: 4rem;
height: 4rem;
font-size: 1.1rem;
display: block;
}
.close img {
width: 14%;
height: auto;
}
header {
display: none;
}

/* トップ */
#top {
position: relative;
width: 100%;
height: 100vh;
z-index: 1;
}
#logo {
text-align: center;
padding-top: 8rem;
}
#logo h1 {
font-size: 1.2rem;
margin-bottom: 0.4rem;
letter-spacing: 0.1rem;
}
#logo img {
width: 22rem;
height: auto;
}
#space {
position: absolute;
top: 25vh;
left: 15vh;
z-index: 10;
width: 40%;
animation: 3.5s Roll ease-in-out infinite;
}
#space span{
display:block;
animation: FloatHorizontal 14.0s ease-in-out infinite alternate;
}
@keyframes Roll {
	0% { transform: rotateZ(1deg); }
	50% { transform: rotateZ(-1deg); }
	100% { transform: rotateZ(1deg); }
}

@keyframes FloatHorizontal {
	0% { transform:translate3d(5vw,0,0); }
	50% { transform:translate3d(-5vw,0,0); }
	100% { transform:translate3d(5vw,0,0); }
}

@keyframes FloatVertical {
	0% { transform:translate3d(0,8vw,0); }
	50% { transform:translate3d(0,-8vw,0); }
	100% { transform:translate3d(0,8vw,0); }
}
#space img {
width: 100%;
height: auto;
}
#top article {
position: absolute;
bottom: 21vh;
width: 90%;
}
#top article dl {
border-bottom: 0.2rem solid rgba(110,208,0,0.6);
text-align: right;
margin-bottom: 2rem;
}
#top article dl span {
color: rgba(110,208,0,1);
}
#top article dt, #top article dd {
display: inline-block;
}
#top article dt {
font-size: 2rem;
font-weight: normal;
text-align: left;
width: 30%;
}
#top article dd {
font-size: 1.4rem;
width: 60%;
}
nav {
display: none;
}
#logo_scroll {
display: none;
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 14rem;
  background: rgba(0,0,0,0.9);
  padding-top: 3rem;
  transition: 0.3s;
}
.is-fixed #logo_scroll {
display: block;
text-align: center;
font-size: 2rem;
letter-spacing: 0.4rem;
font-weight: bold;
margin-bottom: 3rem;
}
#scroll {
position: absolute;
bottom: 14rem;
left: 0;
right: 0;
width: 4.6rem;
height: 4.6rem;
margin: auto;
transition: 0.3s;
}
#scroll:hover {
opacity: 0.5;
}
#scroll span {
display: none;
}
#scroll span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  content: '';
  width: 16px;
  height: 16px;
  margin: -12px 0 0 -8px;
  border-left: 0.1rem solid rgba(110,208,0,1);
  border-bottom: 0.1rem solid rgba(110,208,0,1);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  box-sizing: border-box;
}
.title {
background: url("../img/read.png") no-repeat;
padding-left: 3.2rem;
min-height: 2.8rem;
margin: 0 0 6rem 0;
font-size: 3rem;
color: #6fd000;
}
.title span {
font-size: 1.1rem;
margin-left: 1rem;
}

/* 新着情報 */
#topics {
position: relative;
padding: 0 0 10rem 0;
z-index: 0;
min-height: 100vh;
}
.read {
font-size: 2.2rem;
margin: 5rem 0 0.2rem 1rem;
}
.line {
position: relative;
border-bottom: 0.1rem solid rgba(110,208,0,0.6);
margin-bottom: 5rem;
width: 70%;
}
.line_sub {
position: relative;
border-bottom: 0.1rem solid rgba(110,208,0,0.6);
margin-bottom: 2rem;
width: 70%;
}
.line_toi {
position: relative;
border-bottom: 0.1rem solid rgba(110,208,0,0.6);
margin-bottom: 5rem;
width: 70%;
}
.cnt {
width: 100%;
padding: 0 1rem;
overflow: hidden;
}
#pdf {
height: 50rem;
background: #aaa;
margin-bottom: 2rem;
}
#fb {
height: 50rem;
}
.fb-container {
width: 100%;
max-width: 100%;
}
#info {
width: 100%;
padding: 0 3rem;
}

/* 業務内容 */
#service {
min-height: 100vh;
}
#service article {
display: flex;
flex-wrap: wrap;
margin-bottom: 5rem;
padding: 0 1rem;
}
#service article div {
text-align: center;
width: 48.5%;
margin: 0 3% 2rem 0;
}
#service article div img {
width: 100%;
height: auto;
}
#service article div:nth-child(2n) {
margin-right: 0;
}
#service article div h3 {
margin-top: 1rem;
font-size: 1.2rem;
}
#service article p {
padding: 0 1rem;
}

/* ご挨拶 */
#message {
min-height: 100vh;
padding-top: 3rem;
margin-top: 10rem;
}
#message section {
width: 100%;
padding: 0 2rem;
}
#message section p {
line-height: 2.4rem;
}
#message section div {
width: 60%;
margin: 0 auto;
}
#message section div img {
width: 100%;
height: auto;
}
#sig {
text-align: right;
margin: 2rem 0;
}
#sig em {
font-size: 1.8rem;
margin-left: 1rem;
padding-right: 1rem;
font-weight: bold;
}

/* 会社概要 */
#company {
margin-top: 10rem;
min-height: 100vh;
}
#company section {
width: 100%;
padding: 0 2rem;
}
#company table {
width: 100%;
margin-bottom: 2rem;
}
#company table th {
text-align: left;
padding: 0.8rem 0;
width: 30%;
}
#company table td {
padding: 0.8rem 0;
}
#company div {
width: 80%;
margin: 0 auto;
}
#company div img {
width: 100%;
height: auto;
}

/* お問合せ */
#contact {
margin-top: 10rem;
min-height: 100vh;
}
#sfm-form {
width: 100%;
}
#sfm-form table {
width: calc(100% - 2rem);
}
#contact th, #contact td {
padding: 0.6rem 0;
display: block;
}
#contact th {
text-align: left;
font-weight: normal;
padding-right: 2rem;
}
#contact td {
color: #000;
}
#contact input {
background: #ccc;
border: 0.1rem solid #aaa;
font-size: 2rem;
width: 100%;
}
#contact textarea {
background: #ccc;
border: 0.1rem solid #aaa;
}
#contact .submit {
color: #6fd000;
background: #1c1c1c;
font-size: 1.6rem;
border: 0.1rem solid #6fd000;
border-radius: 0.2rem;
padding: 1rem 0;
text-align: center;
cursor: pointer;
transition: 0.3s;
}
#top_sub {
position: relative;
}
#logo_sub {
display: none;
}
#subpage {
display: none;
}
#top_sub article {
padding: 0 2rem;
min-height: 100vh;
}
#top_sub article table {
width: 100%;
}
#top_sub article th, #top_sub article td {
padding: 1.2rem 0;
display: block;
}
#top_sub article th {
text-align: left;
font-weight: normal;
padding-right: 2rem;
}
#top_sub article td {
border-bottom: 0.1rem dotted #ccc;
padding-bottom: 1rem;
}
.toi_p {
font-size: 1.6rem;
line-height: 2.8rem;
margin-bottom: 3rem;
}
#top_sub article .confirm {
text-align: center;
border-bottom: none;
padding-top: 4rem;
}
.confirm input {
margin-top: 2rem;
color: #6fd000;
background: #1c1c1c;
font-size: 1.6rem;
border: 0.1rem solid #6fd000;
border-radius: 0.2rem;
padding: 0.6rem 6rem;
cursor: pointer;
transition: 0.3s;
}
.ERR {
color: #ff0000;
}
#policy {
margin-bottom: 5rem;
text-align: center;
}

/* フッタ */
footer {
text-align: center;
margin-top: 20rem;
padding-bottom: 2rem;
}


}