@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Asap+Condensed:400,500,700,900%7CNoto+Sans+JP:300,400,500,700,900");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,500,700,900");
/* ============================================================================
  pager
============================================================================ */
.pager-list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center; }
  .pager-list li .page-number {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    text-align: center;
    display: block;
    width: 28px;
    height: 40px;
    line-height: 40px;
    margin: 0 10px; }
    .pager-list li .page-number.current {
      color: #28A32C;
      border-bottom: 2px solid #28A32C; }
    .pager-list li .page-number.prev {
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-right: 7px solid #000;
      border-bottom: 6px solid transparent; }
    .pager-list li .page-number.next {
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-left: 7px solid #000;
      border-bottom: 6px solid transparent; }

@media screen and (max-width: 768px) {
  .pager-list {
    margin-bottom: 0; }
    .pager-list li .page-number {
      font-size: 15px;
      font-size: 1.5rem;
      width: 24px;
      height: 30px;
      line-height: 30px;
      margin: 0 8px; }
      .pager-list li .page-number.prev {
        border-top: 4px solid transparent;
        border-right: 5px solid #000;
        border-bottom: 4px solid transparent; }
      .pager-list li .page-number.next {
        border-top: 4px solid transparent;
        border-left: 5px solid #000;
        border-bottom: 4px solid transparent; } }
/* ============================================================================
  pc/sp 表示非表示
============================================================================ */
.pc-item {
  display: block; }

.sp-item {
  display: none; }

@media screen and (max-width: 1024px) {
  .pc-item {
    display: none; }

  .sp-item {
    display: block; } }
/* ============================================================================
  下層MV
============================================================================ */
.mv-section {
  width: 90vw;
  margin: 0 auto;
  position: relative; }
  .mv-section .mv-content {
    position: relative;
    padding: 200px 0 100px 5vw;
    margin-bottom: 60px;
    height: 420px; }
    .mv-section .mv-content .mv-vis {
      position: absolute;
      top: 0;
      right: -5vw;
      width: 70%;
      height: 100%;
      transform: skewX(-20deg);
      transform-origin: 100% 100%;
      z-index: 1;
      overflow: hidden; }
      .mv-section .mv-content .mv-vis .mvvis-inner {
        width: 100%;
        height: 100%;
        background: url("../img/home/messagevis.png") no-repeat 50% 50%/cover;
        transform: skewX(20deg);
        transform-origin: 100% 100%; }
    .mv-section .mv-content h3 {
      font-size: 35px;
      font-size: 3.5rem;
      font-weight: bold;
      letter-spacing: 0.4em;
      display: block;
      line-height: 1;
      padding-bottom: 20px;
      position: relative;
      margin-bottom: 10px;
      z-index: 5; }
      .mv-section .mv-content h3 span {
        color: #28A32C;
        display: block;
        font-family: 'Roboto', sans-serif;
        font-weight: 800;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: 0.4em;
        line-height: 1;
        margin-bottom: 14px; }
    .mv-section .mv-content .sub {
      font-size: 25px;
      font-size: 2.5rem;
      color: #28A32C;
      font-weight: bold;
      letter-spacing: 0.2em;
      line-height: 1em;
      padding-top: 25px;
      position: relative;
      z-index: 5; }
      .mv-section .mv-content .sub:before {
        content: '';
        width: 44px;
        height: 1px;
        background-color: #28A32C;
        position: absolute;
        top: 0;
        left: 0; }

@media screen and (max-width: 768px) {
  .mv-section {
    padding: 40px 0 40px 0; }
    .mv-section .mv-content {
      position: static;
      padding: 0;
      margin-bottom: 60px;
      height: auto; }
      .mv-section .mv-content::before {
        content: '';
        width: 100vw;
        height: 200px;
        background-color: #F7F7F7;
        position: absolute;
        top: 340px;
        left: -5vw;
        z-index: 2;
        transform: skewY(12.5deg);
        transform-origin: 100% 100%; }
      .mv-section .mv-content .mv-vis {
        position: absolute;
        top: 0;
        right: -5vw;
        width: 100vw;
        height: 340px;
        transform: skewY(0);
        transform-origin: 100% 0;
        z-index: 1; }
        .mv-section .mv-content .mv-vis .mvvis-inner {
          transform: skewY(0);
          transform-origin: 100% 0; }
      .mv-section .mv-content h3 {
        font-size: 25px;
        font-size: 2.5rem;
        padding-bottom: 20px;
        text-align: center;
        margin-top: 310px; }
      .mv-section .mv-content .sub {
        font-size: 20px;
        font-size: 2rem;
        text-align: center;
        padding-top: 25px; }
        .mv-section .mv-content .sub:before {
          width: 40px;
          left: 50%;
          -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%); } }
/* ============================================================================
  下層文字のみ
============================================================================ */
.title-section {
  padding: 100px 0 80px;
  background:#f8f8f8; }
  .title-section h3 {
    text-align: center;
    font-size: 35px;
    font-size: 3.5rem;
    font-weight: bold;
    letter-spacing: 0.4em;
    display: block;
    line-height: 1;
    padding-bottom: 20px;
    position: relative;
    margin-bottom: 40px;
    z-index: 5; }
    .title-section h3 span {
      color: #28A32C;
      display: block;
      font-family: 'Roboto', sans-serif;
      font-weight: 800;
      font-size: 13px;
      font-size: 1.3rem;
      letter-spacing: 0.4em;
      line-height: 1;
      margin-bottom: 14px; }

@media screen and (max-width: 768px) {
  .title-section {
    padding: 120px 0 60px; }
    .title-section h3 {
      font-size: 25px;
      font-size: 2.5rem;
      padding: 0;
      margin: 0 auto; } }
/* ============================================================================
  list
============================================================================ */
.num-list li {
  padding-left: 1em;
  text-indent: -1em; }

.disc-list {
  list-style-type: none; }
  .disc-list li {
    padding-left: 1.2em;
    margin-bottom: 5px;
    position: relative; }
    .disc-list li:last-child {
      margin-bottom: 0; }
    .disc-list li:before {
      content: '';
      width: 8px;
      height: 8px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      background-color: #D4EDD4;
      position: absolute;
      left: 0;
      top: 9px; }

@media screen and (max-width: 1024px) {
  .disc-list li {
    padding-left: 1em; }
    .disc-list li:before {
      width: 6px;
      height: 6px;
      top: 10px; } }
.border-list {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  line-height: 1.6em;
  border-bottom: 1px solid #D2D2D2;
  position: relative; }
  .border-list:before {
    content: '';
    width: 22%;
    height: 1px;
    background-color: #28A32C;
    position: absolute;
    bottom: -1px;
    left: 0; }
  .border-list dt, .border-list dd {
    padding: 35px 20px 35px; }
  .border-list dt {
    width: 22%;
    font-weight: bold;
    color: #28A32C;
    border-top: 1px solid #28A32C; }
  .border-list dd {
    width: 78%;
    border-top: 1px solid #D2D2D2; }

@media screen and (max-width: 1024px) {
  .border-list {
    display: block; }
    .border-list dt, .border-list dd {
      width: 100%;
      font-size: 14px;
      font-size: 1.4rem; }
    .border-list dt {
      padding: 20px 0 14px; }
    .border-list dd {
      border-top: none;
      padding: 0 0 20px; } }
/* ============================================================================
  button
============================================================================ */
.btn {
  width: 340px;
  height: 60px;
  margin: 0 auto; }
  .btn a {
    display: block;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #28A32C; }
    .btn a p {
      color: white;
      line-height: 1;
      font-size: 15px;
      font-size: 1.5rem;
      font-weight: bold;
      letter-spacing: 0.15em;
      padding-right: 50px;
      position: relative; }
      .btn a p::before, .btn a p::after {
        content: '';
        height: 1px;
        background-color: white;
        position: absolute;
        right: 0;
        bottom: 0.25em;
        transform-origin: 100% 100%; }
      .btn a p::before {
        width: 7px;
        transform: rotate(45deg); }
      .btn a p::after {
        width: 40px; }

@media screen and (min-width: 1024px) {
  .btn a:hover {
    background-color: #259729;
    transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
    .btn a:hover p {
      padding-right: 70px;
      transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); }
      .btn a:hover p::after {
        width: 60px;
        transition: all 0.8s cubic-bezier(0.19, 1, 0.22, 1); } }
@media screen and (max-width: 1024px) {
  .btn {
    width: 100%;
    height: 60px;
    margin: 0 auto; }
    .btn a p {
      font-size: 13px;
      font-size: 1.3rem; } }
/* ============================================================================
  下層コンテンツ
============================================================================ */
.section-lower {
  padding-bottom: 120px;
  position: relative;
  background:#f8f8f8; }
  .section-lower .section-lower-inner {
    width: 90vw;
    margin: 0 auto;
    position: relative; 
   background:#ffffff;  }

@media screen and (max-width: 1024px) {
  .section-lower {
    padding-bottom: 60px;
    z-index: 2; }
    .section-lower:before {
      z-index: 2 !important; } }
/* ==========================================================================
   print.scss
   ========================================================================== */
@media print {
  * html body {
    zoom: 0.7; }

  body {
    background-color: #fff;
    font-size: 12px; } }
/* ==========================================================================
   reset.scss
   ========================================================================== */
html {
  overflow-y: scroll;
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

/* HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
dialog,
figure,
main,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

object,
embed {
  border: 0;
  vertical-align: bottom;
  outline: none; }

[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
a {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  outline: 0; }

a:active,
a:hover {
  outline: 0; }

a img {
  border: none;
  text-decoration: none;
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal; }

ul li {
  list-style: none; }

ul,
ol {
  list-style-position: inside; }

blockquote,
q {
  quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Tables
   ========================================================================== */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

caption,
th {
  text-align: left; }

/* Embedded content
   ========================================================================== */
img {
  border: none;
  vertical-align: bottom; }

svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

input,
select {
  vertical-align: middle; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

label {
  cursor: pointer; }

input {
  line-height: normal; }

input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  padding: 0; }

input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

input[type='search'] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  cursor: pointer;
  background: none; }

/* ============================================================================
   privacy_pc
============================================================================ */
.section-lower.privacy:before {
  content: '';
  width: 98vw;
  height: 360px;
  background-color: #28A32C;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; }
.section-lower.privacy .section-lower-inner {
  z-index: 2; background:#f8f8f8;}

.section-intro {
  width: 80vw;
  margin: 0 auto;
  padding: 65px 0 60px;
  color: #fff;
  position: relative;
  z-index: 2; }
  .section-intro .title-intro {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1em;
    letter-spacing: 0.4em;
    margin-bottom: 40px; }

.section-privacy {
  background-color: #fff;
  padding: 80px 15%; }
  .section-privacy .border-list {
    display: block;
    border: none; }
    .section-privacy .border-list:before {
      content: none; }
    .section-privacy .border-list dt, .section-privacy .border-list dd {
      width: 100%;
      padding: 35px 0; }
    .section-privacy .border-list dt {
      padding-bottom: 20px;
      border-top: none; }
    .section-privacy .border-list dd {
      border-top: none;
      border-bottom: 1px solid #D2D2D2;
      padding-top: 0; }
      .section-privacy .border-list dd:last-of-type {
        border-bottom: none; }
      .section-privacy .border-list dd > .disc-list {
        margin-top: 15px; }
  .section-privacy .info {
    font-size: 14px;
    font-size: 1.4rem;
    margin-top: 20px; }

/* ============================================================================
   privacy_tb
============================================================================ */
/* ============================================================================
   company_sp
============================================================================ */
@media screen and (max-width: 768px) {
  .section-lower.privacy {
    overflow: hidden; }
    .section-lower.privacy:before {
      width: 100vw;
      height: 55vh;
      transform: skewY(-12.5deg);
      transform-origin: 0 0; }

  .section-intro {
    padding: 40px 0;
    width: 90vw; }
    .section-intro .title-intro {
      font-size: 16px;
      font-size: 1.6rem;
      margin-bottom: 20px; }
    .section-intro p {
      font-size: 14px;
      font-size: 1.4rem; }

  .section-privacy {
    padding: 8%; }
    .section-privacy .border-list dt, .section-privacy .border-list dd {
      padding: 20px 0; }
    .section-privacy .border-list dt {
      padding-bottom: 14px; }
    .section-privacy .border-list dd {
      padding-top: 0; }
    .section-privacy .info {
      margin-top: 15px; } }
@media screen and (max-width: 320px) {
  .section-lower.privacy:before {
    height: 70vh; } }
