@charset "UTF-8";
/*--------------------------------------------------------------
CONTACT CONTENTS:
----------------------------------------------------------------
# Foundation
# Layout
# Component
# Project
# Utility
--------------------------------------------------------------*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in
*    IE on Windows Phone and in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
========================================================================== */
/**
* Remove the margin in all browsers (opinionated).
*/
body {
  margin: 0;
}

/**
* Add the correct display in IE 9-.
*/
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */
/**
* Add the correct display in IE 9-.
* 1. Add the correct display in IE.
*/
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
* Add the correct margin in IE 8.
*/
figure {
  margin: 1em 40px;
}

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */
/**
* 1. Remove the gray background on active links in IE 10.
* 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
*/
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
* 1. Remove the bottom border in Chrome 57- and Firefox 39-.
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Prevent the duplicate application of `bolder` by the next rule in Safari 6.
*/
b,
strong {
  font-weight: inherit;
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/
b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font style in Android 4.3-.
*/
dfn {
  font-style: italic;
}

/**
* Add the correct background and color in IE 9-.
*/
mark {
  background-color: #ff0;
  color: #000;
}

/**
* Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
audio,
video {
  display: inline-block;
}

/**
* Add the correct display in iOS 4-7.
*/
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
* Remove the border on images inside links in IE 10-.
*/
img {
  border-style: none;
}

/**
* Hide the overflow in IE.
*/
svg:not(:root) {
  overflow: hidden;
}

/* Forms
========================================================================== */
/**
* 1. Change the font styles in all browsers (opinionated).
* 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/
button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/
button,
select {
  /* 1 */
  text-transform: none;
}

/**
* 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
*    controls in Android 4.
* 2. Correct the inability to style clickable types in iOS and Safari.
*/
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
* Remove the inner border and padding in Firefox.
*/
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* 1. Add the correct display in IE 9-.
* 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
* Remove the default vertical scrollbar in IE.
*/
textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10-.
* 2. Remove the padding in IE 10-.
*/
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
*/
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */
/*
* Add the correct display in IE 9-.
* 1. Add the correct display in Edge, IE, and Firefox.
*/
details,
menu {
  display: block;
}

/*
* Add the correct display in all browsers.
*/
summary {
  display: list-item;
}

/* Scripting
========================================================================== */
/**
* Add the correct display in IE 9-.
*/
canvas {
  display: inline-block;
}

/**
* Add the correct display in IE.
*/
template {
  display: none;
}

/* Hidden
========================================================================== */
/**
* Add the correct display in IE 10-.
*/
[hidden] {
  display: none;
}

:root {
  font-size: 16px;
}

html, body {
  height: 100%;
  background: #edefe6;
}

html {
  font-size: 62.5%;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

body {
  overflow-y: auto;
  overflow-x: hidden;
  font-size: 16px;
  font-size: 1rem;
  line-height: 160%;
  color: #222222;
  -webkit-text-size-adjust: none;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

p, ul, ol, dl, dt, dd, figcaption {
  margin: 0;
  padding: 0;
  word-break: break-all;
}

ul {
  list-style: none;
}

i {
  font-style: normal;
}

.scroll {
  overflow-y: scroll;
}

.scroll::-webkit-scrollbar {
  height: 5px;
}

.scroll::-webkit-scrollbar-track {
  background: #818181;
}

.scroll::-webkit-scrollbar-thumb {
  background: #d3d3d3;
}

/*--------------------------------------------------------------
Layout | Main
--------------------------------------------------------------*/
.main {
  width: 100%;
}

.l_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

@media (max-width: 1024px) {
  .main {
    margin-top: -50px;
  }
}

@media (max-width: 599px) {
  .main {
    margin-top: -30px;
  }
}

.l_inner {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1024px;
}

.l_inner:after, .l_inner:before {
  display: table;
  content: " ";
}

.l_inner:after {
  clear: both;
}

/*--------------------------------------------------------------
Layout | Global Navigation [header]
--------------------------------------------------------------*/
.inner {
  margin: 0 auto;
  width: 90%;
  max-width: 1024px;
}

.inner:after {
  content: "";
  clear: both;
  display: block;
}

#top-head {
  font-size: 14px;
  font-size: 0.875rem;
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  padding: 30px 0 20px;
  line-height: 1;
  z-index: 999;
  background: #edefe6;
}

#top-head a {
  color: #222222;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5;
  transition: all 0.5s;
}

#top-head .active {
  color: #2bb736 !important;
  border-bottom: 3px solid #2bb736 !important;
}

#top-head .inner {
  position: relative;
}

#top-head .logo {
  float: left;
}

#global-nav ul {
  font-size: 14px;
  font-size: 0.875rem;
  list-style: none;
  position: absolute;
  right: 0;
  bottom: 4px;
}

#global-nav ul li {
  float: left;
  position: relative;
  padding-bottom: 4px;
  margin-right: 20px;
}

#global-nav ul li a {
  border-bottom: 3px solid rgba(43, 183, 55, 0.4);
  padding-bottom: 4px;
}

#global-nav ul li a:hover {
  color: #2bb736;
  border-bottom: 3px solid #2bb736;
}

#global-nav ul li:last-child {
  margin-right: 0;
}

#global-nav ul li a:last-child {
  padding-right: 0;
}

#top-head.fixed {
  margin-top: 0;
  top: 0;
  position: fixed;
  padding-top: 10px;
  height: 55px;
  background: #fff;
  background: rgba(255, 255, 255, 0.9);
  transition: top 0.65s ease-in;
  -webkit-transition: top 0.65s ease-in;
  -moz-transition: top 0.65s ease-in;
}

#nav-toggle {
  display: none;
  position: absolute;
  right: 12px;
  top: 14px;
  width: 34px;
  height: 36px;
  cursor: pointer;
  z-index: 101;
}

#nav-toggle div {
  position: relative;
}

#nav-toggle span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #666;
  left: 0;
  -webkit-transition: .35s ease-in-out;
  -moz-transition: .35s ease-in-out;
  transition: .35s ease-in-out;
}

#nav-toggle span:nth-child(1) {
  top: 0;
}

#nav-toggle span:nth-child(2) {
  top: 11px;
}

#nav-toggle span:nth-child(3) {
  top: 22px;
}

@media (max-width: 1024px) {
  #top-head,
  .inner {
    width: 100%;
    padding: 0;
  }
  #top-head {
    top: 0;
    position: fixed;
    margin-top: 0;
  }
  #top-head .active {
    border-bottom: none !important;
  }
  #top-head.fixed {
    padding-top: 0;
    background: transparent;
  }
  #mobile-head {
    background: #fff;
    width: 100%;
    height: 56px;
    z-index: 999;
    position: relative;
  }
  #top-head.fixed .logo,
  #top-head .logo {
    position: absolute;
    left: 13px;
    top: 13px;
  }
  #global-nav {
    position: absolute;
    top: -500px;
    background: #333;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
  }
  #global-nav ul {
    list-style: none;
    position: static;
    right: 0;
    bottom: 0;
  }
  #global-nav ul li {
    float: none;
    position: static;
    margin-right: 0;
    border: none;
  }
  #global-nav ul li:after {
    display: none;
  }
  #top-head #global-nav ul li a,
  #top-head.fixed #global-nav ul li a {
    width: 100%;
    display: block;
    color: #fff;
    padding: 18px 0;
    border: none;
  }
  #top-head #global-nav ul li a:hover,
  #top-head.fixed #global-nav ul li :hover {
    color: #2bb736;
  }
  #nav-toggle {
    display: block;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .open #nav-toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 11px;
    -webkit-transform: rotate(-315deg);
    -moz-transform: rotate(-315deg);
    transform: rotate(-315deg);
  }
  .open #global-nav {
    -moz-transform: translateY(556px);
    -webkit-transform: translateY(556px);
    transform: translateY(556px);
  }
}

/*--------------------------------------------------------------
Layout | Footer
--------------------------------------------------------------*/
.l_footer {
  text-align: center;
  background: #333e4d;
  color: #b1b9c3;
  padding-top: 20px;
  padding-bottom: 20px;
}

.l_footer_copyright {
  font-size: 12px;
  font-size: 0.75rem;
  margin-top: 10px;
  text-align: center;
  clear: both;
}

.l_footer_address {
  font-size: 13px;
  font-size: 0.8125rem;
  margin: 10px 0 30px 0;
  line-height: 1.4;
}

.l_footer_company {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
}

.l_footer_company-logo img {
  margin-bottom: 2px;
}

.l_footer p {
  margin: 10px;
}

/*--------------------------------------------------------------
Layout | Flexbox
--------------------------------------------------------------*/
.l_flex_space-around {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
}

.l_flex_center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.l_flex_flex-end {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}

.l_flex_space-around_center {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.l_flex_space-around_center_reverse {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.l_flex_flex-start {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}

@media (max-width: 1024px) {
  .l_flex_space-around {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media (max-width: 599px) {
  .l_flex_space-around,
  .l_flex_center,
  .l_flex_flex-end,
  .l_flex_space-around_center,
  .l_flex_space-around_center_reverse {
    display: block;
  }
}

.item_4col {
  width: 22%;
}

.item_3col {
  width: 33%;
}

@media (max-width: 1024px) {
  .item_4col {
    width: 46% !important;
  }
}

@media (max-width: 599px) {
  .item_4col,
  .item_3col {
    width: 100% !important;
  }
}

/*--------------------------------------------------------------
component | title
--------------------------------------------------------------*/
/* --- Top page style --------------------------------------- */
.c_title_top_h1 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.1;
}

@media (max-width: 599px) {
  .c_title_top_h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.c_title_top_h2 {
  font-weight: 600;
  font-size: 20px;
  font-size: 1.25rem;
}

/* --- Functions page style ---------------------------------- */
.c_title_function_h1 {
  font-size: 60px;
  font-size: 3.75rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}

@media (max-width: 599px) {
  .c_title_function_h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.c_title_function_h2 {
  color: #505050;
  font-weight: 600;
  text-align: center;
  font-size: 26px;
  font-size: 1.625rem;
}

.c_title_function_h3 {
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  font-size: 1.5rem;
}

/* --- Contact form style ----------------------------------- */
.c_title_form_h1 {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 1.5;
  color: #FFFFFF;
  margin: 0 0 30px 0;
}

@media (max-width: 599px) {
  .c_title_form_h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.c_title_form_h2 {
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
}

/* --- Faq style -------------------------------------------- */
.c_title_faq_h1 {
  font-size: 50px;
  font-size: 3.125rem;
  color: #222222;
  font-weight: 500;
  letter-spacing: .1em;
  line-height: 2;
  margin: 0 0 30px 0;
  text-align: center;
}

@media (max-width: 599px) {
  .c_title_faq_h1 {
    font-size: 40px;
    font-size: 2.5rem;
  }
}

.c_title_faq_h2 {
  font-size: 26px;
  font-size: 1.625rem;
  color: #2bb736;
  font-weight: 600;
  border-bottom: 2px solid #2bb736;
  padding-bottom: 4px;
}

/*--------------------------------------------------------------
component | Button
--------------------------------------------------------------*/
/* --- Link Style --------------------------------------------*/
.btn01 a {
  background-color: #1eb858;
  border: 1px solid #1eb858;
  border-radius: 0;
  color: #FFFFFF;
  font-size: 13px;
  letter-spacing: 2px;
  line-height: 1;
  padding: 10px 21px;
  outline: none;
  margin-top: 1em;
  text-decoration: none;
  -webkit-transition: 200ms;
  -moz-transition: 200ms;
  -o-transition: 200ms;
  transition: 200ms;
}

.btn01 a:hover, .btn01 a:focus {
  background: transparent;
  outline: none;
  border-color: #1eb858;
}

/*--------------------------------------------------------------
component | scrollBox
--------------------------------------------------------------*/
.c_scrollBox {
  font-size: 13px;
  font-size: 0.8125rem;
  width: auto;
  height: 200px;
  overflow: auto;
  margin-bottom: 1em;
  padding: 1.5em;
  text-align: left;
  color: #ffffff;
  background: #50627B;
  line-height: 1.4;
}

.c_scrollBox dl {
  margin-top: 1em;
  padding: 0px;
  width: auto;
}

.c_scrollBox dt {
  border-bottom: 1px solid #ffffff;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  font-weight: normal;
}

.c_scrollBox dd {
  margin-bottom: 1em;
  margin-left: 1.5em;
  padding-top: 1em;
  padding-bottom: 1em;
}

/*--------------------------------------------------------------
component | input
--------------------------------------------------------------*/
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  width: 100%;
  margin: 0;
  padding: 10px 20px;
  vertical-align: middle;
  background: #dddddd;
  border: 2px solid #DDDDDD;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}

textarea {
  height: 5em;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
  outline: 0;
  background: #FFFFFF;
  border: 2px solid #2bb736;
}

::placeholder {
  color: #343458;
}

::-webkit-input-placeholder {
  color: #343458;
  opacity: 1;
}

:-moz-placeholder {
  color: #343458;
}

::-moz-placeholder {
  color: #343458;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #343458;
}

:placeholder-shown {
  color: #343458;
}

/* --- submit button Style -----------------------------------*/
input[type="submit"], input[type="button"] {
  text-align: center;
  font-size: 1.2em;
  border-radius: 5px;
  margin: 0 20px;
  padding: 10px 2em;
  color: #FFFFFF;
  font-weight: bold;
  -webkit-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
  -webkit-appearance: none;
}

input[type="submit"][disabled] {
  background-color: #ccc;
  border-color: #999;
  color: #333e4d;
  cursor: default;
}

@media (max-width: 599px) {
  input[type="submit"], input[type="button"] {
    margin: 0 !important;
    width: 100%;
  }
}

/*--------------------------------------------------------------
component | Agreement
--------------------------------------------------------------*/
/* --- agreement ---------------------------------------------*/
.c_agreement {
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  border: #ffffff solid 1px;
}

.c_agreement_btn-area {
  text-align: center;
}

/* --- checkbox ----------------------------------------------*/
.c_agreement [type="checkbox"]:not(:checked),
.c_agreement [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.c_agreement [type="checkbox"]:not(:checked) + label,
.c_agreement [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 2.3em;
  padding-top: 0;
  cursor: pointer;
}

.c_agreement [type="checkbox"]:not(:checked) + label:before,
.c_agreement [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 1.5em;
  height: 1.5em;
  border: 2px solid #ffffff;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
}

.c_agreement [type="checkbox"]:not(:checked) + label:after,
.c_agreement [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .1em;
  left: .1em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 0.7;
  color: #FF1519;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

.c_agreement [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0);
}

.c_agreement [type="checkbox"]:checked + label:after {
  opacity: 1;
  transform: scale(1);
}

.c_agreement label:hover:before {
  border: 2px solid #ccc !important;
}

/*--------------------------------------------------------------
component | Page Top Styling
--------------------------------------------------------------*/
#c_page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
}

#c_page-top a {
  text-decoration: none;
  text-align: center;
  display: block;
}

/*--------------------------------------------------------------
project | Top page
--------------------------------------------------------------*/
/* --- Main Image Block --------------------------------------*/
.p_main_block {
  padding: 100px 0 0 0 !important;
  text-align: center;
}

.p_main_block_inner {
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
}

.p_main_block_banner {
  position: relative;
}

.p_main_block_banner_items {
  position: absolute;
  top: 10px;
  width: 100%;
}

.p_main_block_banner_items p {
  width: 96%;
  margin: 0 auto 1em;
}

.p_main_block_banner_items img {
  border: 4px solid rgba(255, 255, 255, 0.6);
}

.p_main_block_banner_items a img {
  opacity: 1;
  transition: 0.3s;
}

.p_main_block_banner_items a:hover img {
  opacity: .8;
}

.p_main_block_banner img {
  margin: 0 auto;
  width: 100%;
  height: auto;
}

@media (max-width: 1024px) {
  .p_main_block {
    padding-top: 55px !important;
    margin-top: 50px;
  }
  .p_main_block_inner {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .p_main_block {
    margin-top: 30px;
  }
}

/* --- Product Block -----------------------------------------*/
.p_product_block {
  padding: 100px 0 100px 0;
  margin-top: -180px;
  z-index: 9;
}

.p_product_block p {
  text-align: center;
}

.p_product_block p img {
  margin-left: 30px;
}

.p_product_block_container {
  padding: 10px;
  border: #2bb736 solid 1px;
  width: 86%;
  max-width: 900px;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .p_product_block {
    margin-top: -120px;
    padding-bottom: 50px;
  }
  .p_product_block p img {
    margin-left: 0;
  }
}

/* --- Consultant Block --------------------------------------*/
.p_consultant_block {
  background: url(../img/image-bg.png) no-repeat center center;
  background-size: cover;
  padding: 150px 0 150px 0;
  color: #FFFFFF;
}

.p_consultant_block_inner {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 10% 0 10%;
  line-height: 1.6;
  text-align: right;
  float: right;
}

.p_consultant_block_inner h1 {
  margin: 0 0 30px 0;
}

.p_consultant_block_inner p {
  text-align: right;
}

.p_consultant_block .btn a:hover {
  color: #FFFFFF;
}

@media (max-width: 599px) {
  .p_consultant_block_inner h1 {
    text-align: center;
  }
}

/* --- Functions Block ---------------------------------------*/
.p_function_block {
  padding: 50px 0 50px 0;
  text-align: center;
}

.p_function_block_item {
  background: #ffffff;
  padding: 1.5em;
  margin-bottom: 2em;
}

.p_function_block_item_text {
  text-align: left;
}

.p_function_block h1 {
  color: #2bb736;
  margin-bottom: 1em;
}

.p_function_block h2 {
  margin-bottom: .5em;
  line-height: 1.4;
}

.p_function_block h2 span {
  font-size: 18px;
  font-size: 1.125rem;
  display: block;
}

.p_function_block .btn01 a:hover {
  color: #1eb858;
}

/* --- Help Block --------------------------------------------*/
.p_help_block {
  background: url(../img/help-bg.jpg) no-repeat center center;
  background-size: cover;
  padding: 150px 0 150px 0;
}

.p_help_block_inner {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 0 10% 0 10%;
  line-height: 1.6;
  float: left;
}

.p_help_block_inner h1 {
  color: #ffffff;
  margin: 0 0 30px 0;
  background: rgba(92, 92, 92, 0.5);
}

.p_help_block_inner h1 br {
  display: none;
}

.p_help_block_inner_text {
  color: #ffffff;
  background: rgba(92, 92, 92, 0.5);
  display: inline;
}

.p_help_block .btn01 a:hover {
  background: #ffffff;
  color: #2bb736;
}

@media (max-width: 599px) {
  .p_help_block_inner h1 {
    text-align: center;
    float: none;
  }
  .p_help_block_inner h1 br {
    display: block;
  }
  .p_help_block_inner_text {
    display: block;
  }
}

/* --- Contact Block -----------------------------------------*/
.p_contact_block {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #333e4d;
  text-align: center;
  color: #ffffff;
}

.p_contact_block_inner {
  text-align: center;
  border: #ffffff solid 1px;
  padding: 20px 0 30px;
  margin: 0 auto;
}

.p_contact_block_inner p {
  line-height: 1.6;
  margin: 40px 0;
}

.p_contact_block_inner_in {
  width: 70%;
  margin: 0 auto;
}

@media (max-width: 599px) {
  .p_contact_block_inner_in {
    width: 90%;
  }
}

/*--------------------------------------------------------------
project | Functions
--------------------------------------------------------------*/
/*--- Common Style -------------------------------------------*/
.p_functions_visual {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 150px 0 150px 0 !important;
  margin-top: 80px;
  color: #FFFFFF;
  line-height: 1.6;
  text-align: center;
  height: 560px;
}

.p_functions_block {
  font-size: 18px;
  font-size: 1.125rem;
  padding: 50px 0 50px 0 !important;
  border-bottom: 1px solid #444444;
  width: 100%;
}

.p_functions_block_inner {
  padding: 0;
  margin: 0 auto;
  max-width: 1024px;
  text-align: left;
}

.p_functions_block_inner:after, .p_functions_block_inner:before {
  display: table;
  content: " ";
}

.p_functions_block_inner:after {
  clear: both;
}

.p_functions_block_item {
  padding: 0 20px;
  margin: 0 !important;
  width: 50%;
}

@media (max-width: 599px) {
  .p_functions_block_item {
    padding-bottom: 20px;
    width: 100% !important;
  }
}

/*--- function01 Style ---------------------------------------*/
.p_function01_visual {
  background-image: url(../functions/img/function01_visual.jpg);
}

/*--- function02 Style ---------------------------------------*/
.p_function02_visual {
  background-image: url(../functions/img/function02_visual.jpg);
}

/*--- function03 Style ---------------------------------------*/
.p_function03_visual {
  background-image: url(../functions/img/function03_visual.jpg);
}

/*--- function04 Style ---------------------------------------*/
.p_function04_visual {
  background-image: url(../functions/img/function04_visual.jpg);
}

/*--------------------------------------------------------------
project | Contact
--------------------------------------------------------------*/
/* --- Contact Block -----------------------------------------*/
.p_form {
  padding: 50px 30px;
  background: #333e4d;
  text-align: center;
  color: #ffffff;
  margin-top: 80px;
  /* --- checkbox --- */
}

.p_form h2 {
  text-align: left;
  margin: 1em 0 .5em;
}

.p_form_inner {
  border: #ffffff solid 1px;
  padding: 30px 10px;
  margin: 0 auto;
  max-width: 1024px;
}

.p_form_inner:after, .p_form_inner:before {
  display: table;
  content: " ";
}

.p_form_inner:after {
  clear: both;
}

.p_form_inner p {
  line-height: 1.6;
  margin: 1em 0;
}

.p_form_inner p span {
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 600;
  text-decoration: none;
  color: #FFFFFF;
}

.p_form_inner_in {
  width: 70%;
  margin: 0 auto;
}

.p_form_inner_in dl {
  margin-top: 2em;
  text-align: left;
}

.p_form_inner_in dt {
  margin-bottom: 5px;
  border-bottom: 1px solid #8295b1;
}

.p_form_inner_in dt span {
  font-size: 13px;
  font-size: 0.8125rem;
  background: #2bb736;
  border-radius: 2px;
  color: #ffffff;
  padding: 2px 6px;
  margin-left: 8px;
}

.p_form_inner_in dd {
  margin-bottom: 1.5em;
}

.p_form_inner_in dd ul {
  margin-bottom: 1em;
}

.p_form_inner_in dd li {
  display: inline;
  margin-right: 2em;
}

.p_form_check [type="checkbox"]:not(:checked),
.p_form_check [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}

.p_form_check [type="checkbox"]:not(:checked) + label,
.p_form_check [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 1.7em;
  padding-top: 0;
  cursor: pointer;
}

.p_form_check [type="checkbox"]:not(:checked) + label:before,
.p_form_check [type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.2em;
  width: 1.2em;
  height: 1.2em;
  background: #dddddd;
  border-radius: 2px;
}

.p_form_check [type="checkbox"]:not(:checked) + label:after,
.p_form_check [type="checkbox"]:checked + label:after {
  content: '\2713\0020';
  position: absolute;
  top: .1em;
  left: .1em;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 0.7;
  color: #FF1519;
  transition: all .2s;
  font-family: 'Lucida Sans Unicode', 'Arial Unicode MS', Arial;
}

.p_form_check [type="checkbox"]:not(:checked) + label:after {
  transform: scale(0);
}

.p_form_check [type="checkbox"]:checked + label:after {
  transform: scale(1);
}

.p_form_error {
  border: 4px solid #FF1519;
  background: #fff9c2;
  color: #FF1519;
  font-weight: bold;
  padding: 0.6em 2em;
  text-align: left;
}

.p_form_error p {
  margin: 0;
}

.p_form_error ul {
  list-style-type: disc;
  margin-left: 1em;
}

.p_form table {
  margin: 20px auto;
  width: 80%;
  border-collapse: separate;
  border-spacing: 4px;
}

.p_form th {
  background: #50627B;
  color: #fff;
  padding: 10px;
  width: 30%;
  white-space: nowrap;
}

.p_form td {
  background: #dddddd;
  padding: 10px;
  width: 70%;
  text-align: left;
  color: #222222;
}

.p_form_btn-area {
  padding: 10px;
  margin: 0 auto;
  width: 100%;
  border: #ffffff solid 1px;
}

.p_form_bg {
  background: #333e4d;
}

@media (max-width: 1024px) {
  .p_form table {
    width: 100%;
  }
}

@media (max-width: 599px) {
  .p_form {
    padding: 30px 10px;
    margin-top: 70px;
  }
  .p_form_inner p {
    text-align: left;
  }
  .p_form_inner_in {
    width: 100%;
  }
  .p_form_error {
    padding: 0.6em;
  }
  .p_form table {
    border-spacing: 0 4px;
  }
  .p_form table th,
  .p_form table td {
    border-bottom: none;
    display: block;
    width: 100%;
  }
}

/*--------------------------------------------------------------
project | faq
--------------------------------------------------------------*/
/* --- Contact Block -----------------------------------------*/
.p_faq {
  padding: 0 30px;
  margin-top: 50px;
}

.p_faq_title {
  background: url(../faq/img/faq_title_bg.png) center center;
  background-repeat: repeat;
  text-align: center;
  padding: 50px 0 30px 0 !important;
  margin-top: 80px;
}

.p_faq_inner {
  padding: 0 10px;
  margin: 0 auto;
  max-width: 1024px;
}

.p_faq_inner:after, .p_faq_inner:before {
  display: table;
  content: " ";
}

.p_faq_inner:after {
  clear: both;
}

.p_faq_qa {
  width: 4em;
  position: relative;
}

.p_faq_qa span {
  display: inline-block;
  text-align: center;
  /*左右中央*/
  width: 2em;
  height: 2em;
  line-height: 2em;
  /*heightと同じ値に*/
  border-radius: 50%;
  /*角を丸く*/
  color: #FFF;
}

.p_faq_qa_q {
  background: #999999;
}

.p_faq_qa_a {
  background: #2bb736;
}

.p_faq_question {
  font-weight: bold;
}

.p_faq_question, .p_faq_answar {
  width: calc(100% - 4em);
}

.p_faq_line {
  border-bottom: 1px solid #cccccc;
  padding-bottom: 2em;
  margin-bottom: 1em;
}

.p_faq dl {
  margin-left: 1em;
}

.p_faq dd {
  margin-left: 1em;
}

.p_faq ul {
  list-style: disc;
  list-style-position: inside;
  margin-left: 1em;
}

@media (max-width: 1024px) {
  .p_faq {
    padding-left: 10px;
    padding-right: 10px;
  }
  .p_faq_title {
    padding: 50px 0 0 0 !important;
  }
}

@media (max-width: 599px) {
  .p_form {
    padding: 30px 10px;
    margin-top: 70px;
  }
  .p_form_inner p {
    text-align: left;
  }
  .p_form_inner_in {
    width: 100%;
  }
}

/*--------------------------------------------------------------
project | Button Style
--------------------------------------------------------------*/
.p_btn-cancel {
  background: #999999;
  border: 2px solid #999999;
}

.p_btn-cancel:hover {
  background: #ffffff;
  color: #999999;
}

.p_btn-submit {
  background: #2bb736;
  border: 2px solid #2bb736;
}

.p_btn-submit:hover {
  background: #ffffff;
  color: #2bb736;
}

/*--------------------------------------------------------------
Utility
--------------------------------------------------------------*/
.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/*--------------------------------------------------------------
# br
--------------------------------------------------------------*/
@media (max-width: 599px) {
  .u_nobr br {
    display: none;
  }
}

/*--------------------------------------------------------------
# align left--center / sp
--------------------------------------------------------------*/
@media (max-width: 599px) {
  .u_m-center {
    text-align: center !important;
  }
}

/*--------------------------------------------------------------
# align center--left / sp
--------------------------------------------------------------*/
@media (max-width: 599px) {
  .u_m-left {
    text-align: left !important;
  }
}

/*--------------------------------------------------------------
# align
--------------------------------------------------------------*/
.u_center {
  text-align: center !important;
}

/*--------------------------------------------------------------
# clearfix
--------------------------------------------------------------*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
