@charset 'UTF-8';

/*
GENERAL STYLING
================================================ */
html {
    font-size: 100%;
}
body {
	color: #fff;
	font-family: 'Shippori Mincho B1', sans-serif;
        background: #000;
}

/*
COMMON
================================================ */
p,
td {
    line-height: 1.7;
}

/* Layout */
.wrapper {
    width: 100%;
    margin: 0 auto;
    padding: 0 1rem;
}
main {
    max-width: 900px;
    width: 94%;
    margin: 6.25rem auto;
    padding: 3rem 2rem;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
}
article {
    max-width: 900px;
    width: 94%;
    margin: 10rem auto;
    padding: 3rem 2rem;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.ndpr {
    max-width: 900px;
    width: 94%;
    margin: 1rem auto;
    padding: 3rem 2rem;
    background: #fff;
    box-shadow: 0 0 6px rgba(0,0,0,.2);
}
.text-center {
    text-align: center;
}

/* Button */
.btn {
    display: inline-block;
    padding: 1.25rem 0.2rem;
    font-size: 0.9rem;
    font-weight: 400;
    text-align: center;
    width: 60%;
}
.btn-primary {
    color: #fff;
    background: #05d127;
}
.btn-primary:hover {
    background: #58cd6c;
}
.btn-secondary {
    color: #fff;
    background: #05d127;
}
.btn-secondary:hover {
    background: #58cd6c;
}
.btn-secondary::before {
    display: block;
    margin-bottom: .5rem;
/* Font Awesome */
    font-family: 'Font Awesome 5 Free';
    font-weight: 700;
    color: #fff;
    font-size: 1.5rem;
    content: '\f658';
}

/* Heading */
.title {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
}

.title_stop {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
}
.title_stop::after {
    content: '';
    display: block;
    height: 3rem;
    width: .2rem;
    background: #05d127;
    margin: 2rem 0 2.5rem;
}
.title-center {
    font-size: 1.3rem;
    text-align: center;
}
.title-center::after {
    margin: 2.5rem auto;
}

.title-center_top {
    font-size: 1.3rem;
    text-align: center;
}
.title-center_top::after {
    margin: 2.5rem auto;
}

/* Table */
table {
    margin: 3.5rem 0;
    width: 100%;
}
th,
td {
    display: block;
}
th {
    font-weight: normal;
    background: #f8f6f2;
    vertical-align: middle;
    padding: 1rem;
}
td {
    padding: .75rem 1rem 1.75rem;
}

/*
HEADER
================================================ */
header .wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 70px;
    padding: 0.5rem;
    background-color: rgba(0, 0, 0, 0.5);
    position:absolute;
}

@media (min-width: 600px) {
	header .wrapper {
		height: 100px;
	}
}
.adress {
    font-size: .75rem;
	color: #fff;
}
.main-nav {
    display: flex;
}
.main-nav li {
    text-align: center;
    font-size: .75rem;
}
.logo {
    max-width: 100%;
}
.logo a img {
    max-width: 40%;
}
.main-nav a {
    display: block;
    padding: .2rem;
    width: 3rem;
}

.main-nav a img {
    width: 90%;
    padding: 5px;
}

/*
HOME
================================================ */
.home-hero {
    width: 100%;
    height: 100vh;
    background: url('../images/interior01.jpg') no-repeat bottom / 100vw auto;
background-size: cover;
    margin-bottom: 0.5rem;
}
.home-hero h1 {
    font-family: 'Alex Brush', sans-serif;
    font-size: 2rem;
    font-weight: 400;
    margin: 8vw 0 12vw;
    padding: 1rem;
    display: inline-block;
    text-align: center;
    opacity: 0;
}

/* Contents */
.brown-bg {
    background: #f1f1f1;
}
.content {
    padding: 2rem 0;
}
.home-text {
    margin-bottom: 3rem;
}
.home-text h2 {
    margin-left: 2rem;
    margin-bottom: 2rem;
    padding: 1rem 1.5rem;
    border-left: 1px solid;
    border-image: linear-gradient(to top, #B67B03, #FEE9A0)1;
}
.home-text p {
    margin-top: 1rem;
    padding: 0 2rem;
    font-size: 0.8rem;
}
.home-chart {
    margin-left: 0;
}
.flex-reverse .home-chart {
    margin: 0 0 0 0;
}
.home-chart img {
  margin:0 auto;
  display:block;
    width: 100%;
}
.home-chart iframe {
  margin:0 auto;
  display:block;
    width: 100%;
}

.enent-chart {
    margin-bottom: 30px;
}
.flex-reverse .enent-chart {
    margin: 20px 0 0 0;
}
.enent-chart img {
  margin:0 auto;
  display:block;
    width: 90%;
}

#point {
    max-width: 100%;
    margin: 5rem auto;
}

#point h2 {
    font-family: 'Alex Brush', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 20%, #FEE9A0 45%, #DAAF08 70%, #B67B03 90% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#point p {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 2rem;
}

#point p span {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

#cast {
    max-width: 100%;
    margin: 5rem auto;
}

#cast h2 {
    font-family: 'Alex Brush', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 20%, #FEE9A0 45%, #DAAF08 70%, #B67B03 90% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#cast p {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 2rem;
}

#cast p span {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.cast-chart iframe {
  margin:0 auto;
  display:block;
    width: 100%;
}

.cast-chart img {
  margin:0 auto;
  display:block;
    width: 100%;
}

#fravor {
    max-width: 90%;
    margin: 5rem auto;
}

#fravor h2 {
    font-family: 'Alex Brush', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 20%, #FEE9A0 45%, #DAAF08 70%, #B67B03 90% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#fravor p {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 2rem;
}

#fravor p span {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

#sys_top {
    max-width: 90%;
    margin: 5rem auto;
}

#sys_top h2 {
    font-family: 'Alex Brush', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 20%, #FEE9A0 45%, #DAAF08 70%, #B67B03 90% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#sys_top p {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 2rem;
}

#sys_top p span {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

#menu_top {
    max-width: 90%;
    margin: 5rem auto;
}

#menu_top h2 {
    font-family: 'Alex Brush', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 20%, #FEE9A0 45%, #DAAF08 70%, #B67B03 90% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#menu_top p {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 2rem;
}

#menu_top p span {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

#system {
	width: 100%;
	display: block;
      margin: 0 auto;
      margin-bottom: 1rem;
	flex-wrap: wrap;
	padding: 2rem;
        background: #eceddd;
}

#shishamenu {
	width: 100%;
	display: block;
      margin: 0 auto;
      margin-bottom: 1rem;
	flex-wrap: wrap;
	padding: 2rem;
        background: #eceddd;
}

#access {
    max-width: 100%;
    margin: 5rem auto;
}

#access h2 {
    font-family: 'Alex Brush', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    font-size: 2.5rem;
    text-align: center;
    margin-bottom: 1rem;
    background: linear-gradient(45deg, #B67B03 0%, #DAAF08 20%, #FEE9A0 45%, #DAAF08 70%, #B67B03 90% 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#access p {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 2rem;
}

#access p span {
    font-size: 0.8rem;
    text-align: center;
    margin-bottom: 1.5rem;
}

.accessmap-text {
    margin-bottom: 3rem;
    flex: 1;
}
.accessmap-text h2 {
    margin-left: 2rem;
    margin-bottom: 2rem;
    padding: 1rem 1.5rem;
    border-left: 6px solid #43c606;
}
.accessmap-text p {
    margin-top: 1rem;
    padding: 0 2rem;
    font-size: 0.8rem;
}
.accessmap-chart {
    margin-left: 0;
    width: 100%;
}
.flex-reverse .home-chart {
    margin: 0 0 0 0;
}
.accessmap-chart img {
  margin:0 auto;
  display:block;
    width: 100%;
}
.accessmap-chart iframe {
  margin:0 auto;
  display:block;
    width: 100%;
}

.system {
	width: 100%;
	display: block;
  position: relative;
      margin: 0 auto;
      margin-bottom: 1rem;
	flex-wrap: wrap;
	padding: 2rem;
        background: #000;
       border: 3px solid #fff;
    border-image: linear-gradient(to top, #B67B03, #FEE9A0)1;
}

/* menu design */
dl.menu{
  width:100%;
  font-size: 1rem;
  color: #fff;
  }
dl.menu div{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  padding: 5px 5px;
  }
dl.menu dt{
  margin:0;
  padding: 0 5px 0 0;
  z-index: 2;
  text-align: left;
  }
dl.menu dt span{
  font-size: 0.8rem;
  font-weight: 400;
  }
dl.menu dd{
  margin:0;
  padding: 0 0 0 5px;
  z-index: 2;
  text-align: right;
  }

/* set design */
dl.set{
  width:100%;
  font-size: 1rem;
  color: #fff;
  }
dl.set div{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  padding: 5px 5px;
  }
dl.set dt{
  margin:0 auto;
  padding: 0 5px 0 0;
  z-index: 2;
  font-size: 1.8rem;
  text-align: center;
  }
dl.set dt span{
  font-size: 0.8rem;
  font-weight: 400;
  }

dl.option{
  width:100%;
  font-size: 1rem;
  color: #fff;
  }
dl.option div{
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 5px 0;
  padding: 5px 5px;
  }
dl.option dt{
  margin:0;
  padding: 0 5px 0 0;
  z-index: 2;
  text-align: left;
  }
dl.option .mtittle{
  margin: 0 auto;
  text-align: center;
  font-size: 1rem;
  font-weight: 700;
  }
dl.option dt span{
  font-size: 0.8rem;
  font-weight: 400;
  }
dl.option dd{
  margin:0;
  padding: 0 0 0 5px;
  z-index: 2;
  text-align: right;
  }

@media (max-width: 600px) {
	#system {
		width: 100%;
		display: flex;
	}
}

/*
JOB.html
================================================ */
.page-job {
    background-image: url('../images/work.jpg'), linear-gradient(180deg, transparent 0%,transparent 50%, #fff 50%, #fff 100%);
    background-position: left 150px, 0 0;
    background-size: 70vw auto, contain;
    background-repeat: no-repeat;
}
.page-job .btn {
    margin-bottom: 4rem;
}

/* Timeline */
.timeline {
    list-style: none;
    font-family: 'BIZ UDGothic', sans-serif;
    font-weight: 700;
}
.timeline-item {
    margin-bottom: 2rem;
}
.timeline-title {
    font-size: 1.1rem;
    display: inline-block;
    margin-bottom: 1rem;
}
    .timeline-content {
        border-left: 0px solid #0c8821;
        width: 90%;
        padding: 1.5rem 0 1.5rem 4.5rem;
        position: relative;
        font-size: 0.9rem;
    }
    .timeline-content::before {
        display: block;
        width: 2.25rem;
        height: 2.25rem;
        background: #0c8821;
        text-align: center;
        padding: .1rem;
        position: absolute;
        top: 1.5rem;
        left: 0.5rem;
    /* Font Awesome */
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #fff;
        font-size: 1.25rem;
    }
    .icon-a::before{
        content: '\f879';
    }
    .icon-b::before{
        content: '\f007';
    }
    .icon-c::before{
        content: '\f554';
    }
    .icon-d::before{
        content: '\f075';
    }
    .icon-e::before{
        content: '\f1ec';
    }
    .icon-f::before{
        content: '\f7d9';
    }
    .icon-g::before{
        content: '\f70e';
    }
    .icon-h::before{
        content: '\f328';
    }
    .icon-i::before{
        content: '\f5ae';
    }
    .icon-j::before{
        content: '\f11e';
    }
    .icon-k::before{
        content: '\f0ad';
    }

/*
FORM.html
================================================ */
.page-form {
    background-image: url('../images/company.jpg'), linear-gradient(180deg, transparent 0%,transparent 50%, #F8F6F2 50%, #F8F6F2 100%);
    background-position: right 150px, 0 0;
    background-size: 70vw auto, contain;
    background-repeat: no-repeat;
}
.text-small {
    font-size: .875rem;
}

/* Form */
input[type='text'],
input[type='email'],
input[type='url'],
select,
textarea {
    border: 1px solid #bbb;
    background: #fff;
    padding: .5rem;
    width: 100%;
}
input[type='text']::placeholder,
input[type='email']::placeholder,
input[type='url']::placeholder,
textarea::placeholder {
    color: #bbb;
}
textarea {
    height: 10rem;
}

label {
    display: block;
    margin-bottom: 1rem;
}

.select-box {
    position: relative;
}
.select-box::after {
    display: inline-block;
    position: absolute;
    top: .625rem;
    right: 1rem;
/* Font Awesome */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: '\f078';
    color: #bbb;
}

/* デフォルトのチェックボックスを非表示 */
input[type='checkbox'] {
    opacity:0;
    -webkit-appearance: none;
    appearance: none;
    position: absolute;
}
/* チェックボックス用の四角形を作る */
input[type='checkbox'] + span::before {
    display: inline-block;
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #bbb;
    background: #fff;
    margin: -.125rem .5rem 0 0;
    vertical-align: middle;

/* Font Awesome */
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    padding: 0 2px;
    line-height: 1.5;
}
/* チェックが入るとチェックアイコンを表示 */
input[type='checkbox']:checked + span::before {
    content: '\f00c';
}

/*
プラポ特商法.html
================================================ */
.page-pr {
    background-position: right 30px, 0 0;
    background-size: 10vw auto, contain;
    background-repeat: no-repeat;
}
.text-small {
    font-size: .875rem;
}

.sns-nav {
    display: flex;
    justify-content: center;
    margin-top: 10rem;
    margin-bottom: 10rem;
}
.sns-nav li {
    padding: 1rem;
    text-align: center;
    font-size: .75rem;
}
.logo {
    width: 70%;
}
.sns-nav a {
    display: block;
    padding: .2rem;
    width: 4rem;
}

.sns-nav a img {
    width: 100%;
    padding: 10px;
}

/*
FOOTER
================================================ */
footer {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: rgba(255,255,255,.8);
    padding: 3.5rem 1rem;
    text-align: center;
}
footer .btn {
    margin-bottom: 3.5rem;
}
.footer-nav li {
    margin: 1rem 0;
    font-size: 0.9rem;
}
.footer-nav a {
    color: #000;
}
footer img {
    margin: 20px;
}
footer p {
    margin: 20px;
    font-size: 0.8rem;
    color: #000;
}



/*
DESKTOP SIZE
================================================ */
@media (min-width: 600px) {
/* Common */
    main {
        padding: 5rem;
    }
    .btn {
        font-size: 1.0rem;
        padding: 1.3rem 5rem;
        width: auto;
    }
    .title {
        font-size: 1.5rem;
    }
    .title-center_top {
        margin-top: 7rem;
    }

/* Table */
    tr:nth-child(odd) {
        background: #f8f6f2;
    }
    tr:nth-child(even) th {
        background: #fff;
    }

    th,
    td {
        padding: 1.25rem;
        display: table-cell;
    }
    th {
        width: 24%;
        vertical-align: middle;
    }
    td {
        width: 76%;
    }

/* Header */
    header .wrapper {
        padding: 2rem 2rem;
    }
    .logo {
        max-width: 100%;
    }
    .logo a img {
        max-width: 20%;
    }
    .main-nav a {
        margin: 0 0.1rem;
        width: 4rem;
    }
    .main-nav a:hover {
     	opacity:0.5;
	transition:0.3s;
    }

    .main-nav a img {
        width: 70%;
        padding: 2px;
}

/* Home */
    .home-hero {
        padding: 16vw 1rem;
        margin-bottom: 3.5rem;
    }
    .home-hero h1 {
        font-size: 3rem;
        margin: 0 auto;
        background: none;
        display: block;
        padding: 0;
        color: #fff;
    }

    /* Contents */
    .content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 4rem 0;
    }
    .flex-reverse {
        flex-direction: row-reverse;
    margin: 0 0 0 0;
    }
    .flex-nomal {
        flex-direction: row;
    margin: 0 0 0 0;
    }
    .home-text {
        width: 50vw;
        margin: 0 0 0 2rem;
    }
    .home-chart {
        width: 50vw;
    margin-left: 0;
    }
.home-chart img {
    width: 100%;
}
.home-chart iframe {
    width: 100%;
}

#point {
    margin-top: 10rem;
}

#point h2 {
    font-size: 3.5rem;
}

#point p {
    font-size: 1rem;
    margin-bottom: 3rem;
}

#cast {
    max-width: 900px;
    margin-top: 10rem;
}

#cast h2 {
    font-size: 3.5rem;
}

#cast p {
    font-size: 1rem;
    margin-bottom: 3rem;
}

#fravor {
    max-width: 900px;
    margin-top: 10rem;
}

#fravor h2 {
    font-size: 3.5rem;
}

#fravor p {
    font-size: 1rem;
    margin-bottom: 3rem;
}

#sys_top {
    max-width: 900px;
    margin-top: 10rem;
}

#sys_top h2 {
    font-size: 3.5rem;
}

#sys_top p {
    font-size: 1rem;
    margin-bottom: 3rem;
}

#menu_top {
    max-width: 900px;
    margin-top: 10rem;
}

#menu_top h2 {
    font-size: 3.5rem;
}

#menu_top p {
    font-size: 1rem;
    margin-bottom: 3rem;
}

#mix_menu {
    display: flex;
    max-width: 900px;
    justify-content: space-between;
}

#shishamenu {
	width: 49%;
}

#access {
    max-width: 900px;
    margin-top: 10rem;
}

#access h2 {
    font-size: 3.5rem;
}

#access p {
    font-size: 1rem;
    margin-bottom: 3rem;
}

.accessmap-chart {
    margin-left: 0;
    width: 600px;
}

/* Timeline */
    .timeline-item {
        display: flex;
        margin-bottom: 0;
    }
    .timeline-title {
        width: 24%;
        padding: 2rem 2.5rem 2rem 0;
        text-align: right;
    }
    .timeline-content {
        border-left: 3px solid #d0d0d0;
        width: 76%;
        padding: 1.5rem 0 1.5rem 2.5rem;
        position: relative;
    }
    .timeline-content::before {
        display: block;
        width: 2.25rem;
        height: 2.25rem;
        background: #0c8821;
        text-align: center;
        padding: .1rem;
        position: absolute;
        top: 1.5rem;
        left: -1.5rem;
    /* Font Awesome */
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        color: #fff;
        font-size: 1.25rem;
    }
    .icon-a::before{
        content: '\f879';
    }
    .icon-b::before{
        content: '\f007';
    }
    .icon-c::before{
        content: '\f554';
    }
    .icon-d::before{
        content: '\f075';
    }
    .icon-e::before{
        content: '\f1ec';
    }
    .icon-f::before{
        content: '\f7d9';
    }
    .icon-g::before{
        content: '\f70e';
    }
    .icon-h::before{
        content: '\f328';
    }
    .icon-i::before{
        content: '\f5ae';
    }
    .icon-j::before{
        content: '\f11e';
    }
    .icon-k::before{
        content: '\f0ad';
    }

/* Form */
    label {
        display: inline-block;
        margin: 0 1.5rem 0 0;
    }
    .select-box {
        width: 40%;
    }

/* Footer */
    .footer-nav {
        display: flex;
        justify-content: center;
    }
    .footer-nav li {
        margin: 0 .75rem;
    }
    .footer-nav a:hover {
        color: #fff;
    }
}
