@charset "UTF-8";

* {
-webkit-box-sizing: border-box;
box-sizing: border-box;
margin: 0;
padding: 0;
outline: 0;
text-decoration: none;
font-weight: normal;
}
body {
font-family: 'Noto Sans JP', sans-serif;
overflow-x: hidden;
font-feature-settings: "palt";
-webkit-font-feature-settings: "palt";
position: relative;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
direction: ltr;
}

::selection {
background: #000;
color: #fff;
}

::-moz-selection {
background: #000;
color: #fff;
}
br.pc {
display: none;
}
br.sp {
display: inline-block;
}

/* header */
.main-vs {
width: 100%;
height: 100vh;
display: flex;
justify-content: flex-start;
align-items: center;
position: relative;
/*background-image: url(../img/top01.jpg);
background-position: center;*/
}
header.main-header {
width: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
right: 0;
background-color: rgba(255,255,255,.1);
border-bottom: 1px solid #fff;
-webkit-backdrop-filter: saturate(120%) blur(2px);
backdrop-filter: saturate(120%) blur(2px);
z-index: 1;
}
.head-inner {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
position: relative;
padding: 0px 4%;
}
h1.logo {
width: 240px;
display: block;
z-index: 10000;
position: relative;
}

/* nav */
nav.nav {
display: block;
}
nav.nav ul {
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
position: relative;
}
nav.nav ul li {
border-right: 1px solid #fff;
}
nav.nav ul li:first-child {
margin: 0;
border-left: 1px solid #fff;
}

nav.nav ul li a {
font-size: .96rem;
line-height: 1;
font-weight: 600;
transition: all .3s ease;
color: #fff;
padding: 24px 20px;
display: block;
}
nav.nav ul li a:hover {
background-color: rgba(0,0,0,.2);
}
.menu {
height: 20px;
position: relative;
right: 0;
top: 0;
width: 30px;
z-index: 9999;
cursor: pointer;
display: none;
}
.menu__line{
background: #fff;
display: block;
height: 2px;
position: absolute;
transition:transform .3s;
width: 100%;
}
.menu__line--center{
top: 9px;
}
.menu__line--bottom{
bottom: 0;
}
.menu__line--top.active{
top: 8px;
transform: rotate(45deg);
}
.menu__line--center.active{
transform:scaleX(0);
}
.menu__line--bottom.active{
bottom: 10px;
transform: rotate(135deg);
}

/* slick */
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -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: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.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;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.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;
}
.slick-arrow.slick-hidden {
    display: none;
}
ul.slide {
  width: 100%;
  height: 100vh;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
ul.slide li {
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
  background-size: cover;
  background-position: center;
}
ul.slide li.bg01 {
  background-image: url(../img/slide/slide01.jpg);
}
ul.slide li.bg02 {
  background-image: url(../img/slide/slide02.jpg);
}
ul.slide li.bg03 {
  background-image: url(../img/slide/slide03.jpg);
}
ul.slide li.bg04 {
  background-image: url(../img/slide/slide04.jpg);
}
/* scroll bar */
span.scroll {
  font-size: .7rem;
  letter-spacing: .2em;
  line-height: 1em;
  color: #fff;
  position: absolute;
  right: 0%;
  left: 0%;
  bottom: 0%;
  margin: auto;
  display: inline-block;
  overflow: hidden;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  z-index: 3;
  height: 80px;
  width: 1px;
  background-color: #fff;
  }
  span.scroll:after {
  content: "";
  position: absolute;
  left: -2%;
  bottom: 6%;
  width: 2px;
  height: 100%;
  display: inline-block;
  background-color: #c80e24;
  z-index: -1;
  animation: marquee 1.5s ease infinite;
  animation-delay: 0s;
  }
  
  @keyframes marquee {
  0% {
  transform: translate3d(0, -101%, 0);
  -webkit-transform: translate3d(0, -101%, 0);
  }
  100% {
  transform: translate3d(0, 103%, 0);
  -webkit-transform: translate3d(0, 103%, 0);
  }
  }
  
  @-webkit-keyframes marquee {
  0% {
  transform: translate3d(0, 103%, 0);
  -webkit-transform: translate3d(0, -101%, 0);
  }
  100% {
  transform: translate3d(0, 103%, 0);
  -webkit-transform: translate3d(0, 103%, 0);
  }
  }

.top-info {
width: 100%;
display: block;
position: relative;
padding: 0 4%;
z-index: 1;
}
.top-info h2 {
font-weight: 600;
font-size: 3rem;
display: inline-block;
line-height: 1.4em;
color: #fff;
text-shadow: 1px 1px 10px #333;
}
.top-info p {
font-weight: 600;
font-size: 1.6rem;
display: block;
padding: 20px 0 30px 0;
line-height: 1.4em;
color: #fff;
text-shadow: 1px 1px 10px #333;
}

/* contents */

section {
width: 100%;
display: block;
}
section .inner {
width: 100%;
max-width: 1280px;
padding: 0 4%;
margin: 0 auto;
}

/* agree */
.agree {
padding: 96px 0;
}
.agree h2 {
text-align: center;
display: block;
font-size: 2.8rem;
font-weight: 600;
}

/* plan */
.plan {
width: 100%;
display: flex;
justify-content: center;
align-items: center;
background-image: url(../img/plan_image.jpg);
background-position: center;
padding: 96px 4%;
}
.plan h2 {
padding: 20px 40px;
border: 4px solid #000;
font-size: 1.16rem;
font-weight: 600;
color: #000;
display: inline-block;
background-color: rgba(255,255,255,0.92);
}

/* service */
.service {
width: 100%;
padding: 96px 0 48px;
}
.service-flex {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
position: relative;
}
.service-bloc {
width: 48%;
display: block;
margin-bottom: 48px;
}
.service-bloc figure {
display: block;
margin-bottom: 24px;
}
.service-bloc h2 {
font-size: 1.36rem;
font-weight: 600;
display: block;
margin-bottom: 16px;
border-left: 4px solid #c80e24;
padding-left: 16px;
}
.service-bloc p {
line-height: 2em;
display: block;
margin-bottom: 16px;
}
.service-bloc a {
font-size: .96rem;
font-weight: 600;
display: inline-block;
color: #fff;
background-color: #c80e24;
border: 1px solid #c80e24;
padding: 8px 16px;
transition: all .3s ease;
}
.service-bloc a:hover {
color: #c80e24;
background-color: #fff;
}

/* footer */
footer.footer {
width: 100%;
display: block;
position: relative;
background-color: #f9f9f9;
}
.foot-inner {
max-width: 1280px;
width: 100%;
display: block;
padding: 96px 4%;
margin: 0 auto;
text-align: center;
}
.foot-inner h2 {
font-size: 1.36rem;
line-height: 2;
display: block;
margin-bottom: 32px;
}
.foot-inner a.ct-btn {
border: 2px solid #c80e24;
background-color: #c80e24;
color: #fff;
padding: 20px 30px;
text-align: center;
display: inline-block;
font-size: 1.16rem;
font-weight: 600;
margin-bottom: 32px;
transition: all .3s ease;
}
.foot-inner a.ct-btn:hover {
background-color: #fff;
color: #c80e24;
}
.foot-inner p.tel {
font-size: 1.36rem;
line-height: 1.4;
font-weight: 600;
display: block;
margin-bottom: 32px;
}
.foot-inner p.tel a {
font-size: 1.36rem;
line-height: 1.4;
font-weight: 600;
margin-bottom: 32px;
}
.foot-inner p.tel span.fa {
font-size: 1.6rem;
}
.foot-inner p.tel span.fs {
font-size: 1rem;
font-weight: 600;
}
.foot-inner a.maruai {
  font-size: 1.36rem;
  margin-bottom: 32px;
  display: inline-block;
  font-weight: 600;
  border: 2px solid #000;
  padding: 16px 16px;
}
.foot-inner a.maruai span {
color: #c80e24;
font-size: 1.36rem;
display: inline-block;
font-weight: 600;
}
.foot-inner p.company-info {
font-size: .86rem;
line-height: 1.6;
}

.copy-area {
width: 100%;
display: block;
text-align: center;
padding: 24px 4%;
background-color: #000;
}
.copy-area p.copy {
font-size: .86rem;
color: #fff;
text-align: center;
}

/* service */
.service-top01 {
width: 100%;
padding: 210px 4% 146px 4%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
background-image: url(../img/plan_image.jpg);
background-position: center;
background-size: cover;
}
.service-top02 {
width: 100%;
padding: 210px 4% 146px 4%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
background-image: url(../img/plan_image02.jpg);
background-position: center;
background-size: cover;
}
.service-top03 {
width: 100%;
padding: 210px 4% 146px 4%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
background-image: url(../img/plan_image03.jpg);
background-position: center;
background-size: cover;
}
.service-top04 {
width: 100%;
padding: 210px 4% 146px 4%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
background-image: url(../img/plan_image04.jpg);
background-position: center;
background-size: cover;
}
.service-top01 h2,
.service-top02 h2,
.service-top03 h2,
.service-top04 h2 {
font-size: 3rem;
font-weight: 600;
color: #fff;
text-shadow: 1px 1px 10px #333;
}

.service-wrap {
width: 100%;
display: block;
position: relative;
padding: 96px 0;
}

.service-wrap h3 {
font-size: 1.6rem;
display: block;
padding: 10px;
background-color: #c80e24;
color: #fff;
font-weight: 600;
}
.service-wrap h4 {
font-size: 1.36rem;
display: block;
padding: 10px;
border-left: 3px solid #c80e24;
color: #000;
font-weight: 600;
margin: 32px auto;
}
.service-wrap p {
font-size: 1rem;
font-weight: 400;
line-height: 1.8em;
}
.service-wrap ul.image {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
position: relative;
padding: 48px 0 24px;
}
.service-wrap ul.image li.w48 {
width: 48%;
}
.service-wrap ul.image li.w30 {
width: 30%;
}
.service-wrap ul.image li.w24 {
width: 24%;
}
span.empty32 {
width: 100%;
display: block;
height: 32px;
}
.service-wrap figure.zumen {
max-width: 768px;
width: 100%;
margin: 0 auto;
}

.size-table {
width: 100%;
max-width: 768px;
margin: 0 auto;
padding: 32px 0;
position: relative;
display: block;
}
.size-table table, td, th {
border: 1px solid #ccc;
border-collapse: collapse;
vertical-align: middle;
}
.size-table table thead th, .size-table table thead {
background-color: #ebe8e3;
font-weight: 500;
}
.size-table table tbody tr td.color {
background-color: #f9f9f9;
font-weight: 400;
}
.size-table table {
width: 100%;
text-align: center;
color: #454545;
font-size: .76rem;
font-weight: 400;
}
.size-table tbody th {
background: #f9f9f9;
}
.size-table td, .size-table th {
padding: 1%;
}

/* service - 02 */
.ttl-logo {
position: absolute;
bottom: 5px;
left: 5px;
z-index: 1;
max-width: 185px;
max-height: 186px;
}
.netis{
max-width: 600px;
margin: 32px auto;
}
.netis_text.bold {
font-weight: bold;
text-align: center;
}
.netis_btn {
display: block;
margin-bottom: 48px;
text-align: center;
}
.netis_btn a {
font-weight: 600;
color: #fff;
background-color: #c80e24;
border: 1px solid #c80e24;
padding: 8px 16px;
transition: all .3s ease;
}
.netis_btn a:hover {
color: #c80e24;
background-color: #fff;
}

/* about */
.about-top {
width: 100%;
padding: 210px 4% 146px 4%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
background-image: url(../img/about-top.jpg);
background-position: center;
background-size: cover;
}
.about-top h2 {
font-size: 3rem;
font-weight: 600;
color: #fff;
text-shadow: 1px 1px 10px #333;
}

.about-wrap {
width: 100%;
display: block;
position: relative;
padding: 96px 0;
}
.about-inner {
width: 100%;
max-width: 900px;
margin: 0 auto;
}
.about-inner dl {
width: 100%;
display: flex;
justify-content: flex-start;
align-items: stretch;
flex-wrap: wrap;
position: relative;
margin-bottom: 48px;
}
.about-inner dl dt {
width: 20%;
padding: 16px 24px;
line-height: 1.6;
margin-bottom: 16px;
border-bottom: 1px solid #f6f6f6;
background-color: #f6f6f6;
font-size: .9rem;
font-weight: 600;
}
.about-inner dl dd {
width: 80%;
padding: 16px 24px;
line-height: 1.6;
margin-bottom: 16px;
border-bottom: 1px solid #f6f6f6;
font-size: .9rem;
}
.about-inner h3 {
font-size: 1.6rem;
display: block;
padding: 10px;
background-color: #c80e24;
color: #fff;
font-weight: 600;
margin-bottom: 32px;
}
.about-inner ul.map {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
position: relative;
}
.about-inner ul.map li {
width: 46%;
display: block;
position: relative;
}
.about-inner ul.map li figure {
width: 100%;
display: block;
margin-bottom: 24px;
}
.about-inner ul.map li h4 {
font-size: .96rem;
font-weight: 600;
display: block;
margin-bottom: 16px;
}
.about-inner ul.map li p {
font-size: .9rem;
display: block;
margin-bottom: 16px;
}
.about-inner ul.map li a {
font-size: .9rem;
display: inline-block;
text-decoration: underline;
}

/* 404 */
.wrap-404 {
width: 100%;
display: block;
position: relative;
padding: 96px 0;
}
h3.notice {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  display: block;
  position: relative;
  margin-bottom: 48px;
}
p.notice {
  font-size: 1rem;
  line-height: 2.2;
  font-weight: 400;
  text-align: center;
  display: block;
  position: relative;
}

/* contact */
.contact-top {
width: 100%;
padding: 210px 4% 146px 4%;
display: flex;
justify-content: center;
align-items: center;
position: relative;
background-image: url(../img/contact-top.jpg);
background-position: center;
background-size: cover;
}
.contact-top h2 {
font-size: 3rem;
font-weight: 600;
color: #fff;
text-shadow: 1px 1px 10px #333;
}
.contact-wrap {
width: 100%;
display: block;
position: relative;
padding: 96px 0;
}
.contact-inner {
width: 100%;
max-width: 900px;
margin: 0 auto;
}
.contact-wrap dl {
width: 100%;
display: flex;
justify-content: space-between;
align-items: stretch;
flex-wrap: wrap;
padding: 0 0 0 0;
margin-bottom: 20px;
border-bottom: 1px solid #ddd;
}
.contact-wrap dt {
width: 25%;
display: flex;
justify-content: space-between;
align-items: center;
padding-bottom: 14px;
font-size: .9rem;
font-weight: bold;
line-height: 1.2;
}
.contact-wrap dt span.req {
padding: 3px 5px;
color: #fff;
font-weight: 700;
font-size: .8rem;
background-color: #c80e24;
line-height: 1.2;
}
.contact-wrap dd {
width: 70%;
display: block;
padding-bottom: 20px;
font-size: .9rem;
line-height: 1.2;
}
.contact-wrap dd input[type="text"], .contact-wrap dd select {
width: 100%;
font-family: inherit;
padding: 7px 2%;
font-size: .9rem;
background: #fff;
border: 1px solid #ddd;
color: #666!important;
box-sizing: border-box;
-webkit-box-sizing: border-box;
}
.contact-wrap dd textarea {
width: 100%;
height: 120px;
padding: 7px 12px;
box-sizing: border-box;
resize: vertical;
font-size: 14px;
background: #fff;
border: 1px solid #ddd;
color: #666!important;
}
.submit_area {
width: 100%;
display: flex;
justify-content: space-around;
align-items: center;
padding: 24px 0 0 0;
}
.confirmation_btn {
font-family: inherit;
width: 48%;
padding: 15px 10px;
font-size: 14px;
background: #c80e24;
color: #fff;
border: 2px solid #c80e24;
cursor: pointer;
font-weight: 500;
line-height: 1em;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
}
.contact-wrap p.confirmation {
font-size: 1rem;
line-height: 2em;
padding-bottom: 48px;
}
input[type="button"][value="戻る"] {
font-family: inherit;
padding: 10px 30px;
font-size: 16px;
background: none;
border: 2px solid #c80e24;
background: none;
color: #c80e24;
cursor: pointer;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
width: 48%;
line-height: 1em;
}
input[type="submit"][value="送信"] {
font-family: inherit;
padding: 10px 30px;
font-size: 16px;
border: 2px solid #c80e24;
background: #c80e24;
color: #fff;
cursor: pointer;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
width: 48%;
line-height: 1em;
}
input[type="button"][value="TOPページ"] {
font-family: inherit;
padding: 10px 30px;
font-size: 16px;
border: 2px solid #c80e24;
background: #c80e24;
color: #fff;
cursor: pointer;
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.5s ease;
-o-transition: all 0.5s ease;
transition: all 0.5s ease;
width: 48%;
line-height: 1em;
}


@media screen and (max-width:768px) {
br.pc {
display: inline-block;
}
br.sp {
display: none;
}

header.main-header {
border-bottom: none;
padding: 24px 0;
}

nav.nav {
display: none;
position: fixed;
width: 100%;
height: 100vh;
top: 0;
left: 0;
background-color: #c80e24;
z-index: 999;
}
.menu {
display: block;
}
nav.nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-flow: column;
  position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
nav.nav ul li:first-child {
  margin: 0;
  border-left: none;
}
nav.nav ul li {
  border-right: none;
}
nav.nav ul li a {
  font-size: 1.36rem;
}
.top-info h2 {
  font-size: 2.6rem;
}
.plan h2 {
  line-height: 1.6;
}
.ttl-logo {
  max-width: 122px;
}
}

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

  h1.logo {
    width: 160px;
  }
  .top-info h2 {
    font-size: 1.96rem;
}
.top-info p {
  font-size: 1.16rem;
}
.agree h2 {
  font-size: 2rem;
}
.service-bloc {
  width: 100%;
}
.foot-inner h2 {
  font-size: 1rem;
}
.foot-inner a.maruai {
  line-height: 1.6;
}
.foot-inner a.maruai span {
  line-height: 1.6;
}
.service-wrap h3 {
  font-size: 1.36rem;
}
.service-wrap h4 {
  font-size: 1.16rem;
  line-height: 1.6;
}
.service-top01,.service-top02,.service-top03,.service-top04 {
  padding: 160px 4% 96px 4%;
}
.service-top01 h2, .service-top02 h2, .service-top03 h2, .service-top04 h2 {
  font-size: 2rem;
}
.about-top {
  padding: 160px 4% 96px 4%;
}
.about-top h2 {
  font-size: 2rem;
}
.about-inner dl dt {
  width: 100%;
  margin-bottom: 0;
}
.about-inner dl dd {
  width: 100%;
  border-bottom: none;
}
.about-inner h3 {
  font-size: 1.36rem;
}
.about-inner ul.map li {
  width: 100%;
  margin-bottom: 48px;
}
.contact-top {
  width: 100%;
  padding: 160px 4% 96px 4%;
}
.contact-top h2 {
  font-size: 2rem;
}
.contact-wrap dt {
  width: 100%;
}
.contact-wrap dd {
  width: 100%;
}
.ttl-logo {
  max-width: 92px;
}
}