@charset "UTF-8";
/*! sanitize.css v6.0.0 | CC0 License | github.com/csstools/sanitize.css */
/* Document
 * ========================================================================== */
/**
 * 1. Remove repeating backgrounds in all browsers (opinionated).
 * 2. Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  background-repeat: no-repeat;
  /* 1 */
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 2 */ }

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit;
  /* 1 */
  vertical-align: inherit;
  /* 2 */ }

/**
 * 1. Correct the line height in all browsers.
 * 2. Add the default cursor in all browsers (opinionated).
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 4. Breaks words to prevent prevent overflow in all browsers (opinionated).
 */
html {
  line-height: 1.15;
  /* 1 */
  cursor: default;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  word-break: break-word;
  /* 4 */ }

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

/**
 * 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
 * ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * Add the correct display in IE.
 */
main {
  display: block; }

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none; }

/**
 * 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
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Add the correct text decoration in Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

/**
 * 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 size in all browsers.
 */
small {
  font-size: 80%; }

/*
 * Remove the text shadow on text selections in Firefox 61- (opinionated).
 * 1. Restore the coloring undone by defining the text shadow
 *    in all browsers (opinionated).
 */
::-moz-selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

::selection {
  background-color: #b3d4fc;
  /* 1 */
  color: #000;
  /* 1 */
  text-shadow: none; }

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle; }

/**
 * 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; }

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg {
  fill: currentColor; }

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

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse; }

/* Forms
 * ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Inherit styling in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

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

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

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

/**
 * Show the overflow in Edge and IE.
 */
input {
  overflow: visible; }

/**
 * 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 {
  -webkit-box-sizing: border-box;
  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 Edge and IE.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none; }

/**
 * 1. Remove the default vertical scrollbar in IE.
 * 2. Change the resize direction on textareas in all browsers (opinionated).
 */
textarea {
  overflow: auto;
  /* 1 */
  resize: vertical;
  /* 2 */ }

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
::-webkit-inner-spin-button,
::-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 in Chrome and Safari on macOS.
 */
::-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 Edge and IE.
 */
details {
  display: block; }

/*
 * Add the correct styles in Edge, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content; }

dialog:not([open]) {
  display: none; }

/*
 * 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; }

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay on clickable elements in all browsers (opinionated).
 * 2. Remove the tapping delay in IE 10.
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  /* 1 */
  touch-action: manipulation;
  /* 2 */ }

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

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy="true"] {
  cursor: progress; }

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer; }

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled],
[disabled] {
  cursor: disabled; }

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden="false"][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute; }

body {
  margin: 0;
  padding: 0;
  background-color: #CDDBD5;
  color: #727171; }

ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, img {
  list-style: none;
  margin: 0;
  padding: 0; }

a {
  padding: 0;
  margin: 0;
  font-family: "Midashi Min MA31";
  cursor: pointer;
  text-decoration: none;
  color: #727171;
  display: block;
  -webkit-transition: all 0.3s 0s  ease;
  -o-transition: all 0.3s 0s  ease;
  transition: all 0.3s 0s  ease; }
  a:hover {
    opacity: 0.5; }
  a img {
    margin-bottom: 4px; }

.title {
  margin: 24px 0 36px; }
  .title p:first-child, .title p:last-child {
    font-family: "Midashi Min MA31";
    margin: 0;
    padding: 0; }
  .title p:first-child {
    font-size: 16px; }
  .title p:last-child {
    font-size: 28px; }

#white-bg {
  background-color: #fff;
  max-width: 1330px;
  -webkit-box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.5);
  position: relative;
  top: 24px;
  margin: 0 auto;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; }
  #white-bg.is-close {
    top: -74px; }

.container {
  margin: 0 auto;
  padding: 0 30px; }

/* モーダル */
#mask {
  background: rgba(255, 255, 255, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 10; }

#modal {
  background-color: rgba(205, 219, 213, 0.9);
  max-width: 560px;
  -webkit-box-shadow: 0 5px 10px #727171;
  box-shadow: 0 5px 10px #727171;
  padding: 24px 16px 56px;
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  -webkit-transition: 0.5s ease 0s;
  -o-transition: 0.5s ease 0s;
  transition: 0.5s ease 0s;
  z-index: 11;
  text-align: center; }
  #modal p {
    text-align: center;
    font-family: "Midashi Min MA31";
    font-size: 18px; }
  #modal.hidden {
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(-400px);
    -ms-transform: translateY(-400px);
    transform: translateY(-400px); }
  #modal ul {
    text-align: center; }
    #modal ul li {
      font-family: "Ryumin Medium KL";
      font-size: 13px;
      color: #727171;
      height: 50px;
      line-height: 50px;
      width: 144px;
      text-align: center;
      border-left: none;
      border-right: none;
      border-top: 1px #727171 solid;
      border-bottom: 1px #727171 solid;
      background-color: #fff;
      width: 100%;
      height: 64px;
      margin: 40px 0 0;
      position: relative; }
      #modal ul li img {
        margin-bottom: 4px; }
      #modal ul li a {
        line-height: 64px;
        font-family: "Ryumin Medium KL";
        color: #006D41;
        font-size: 14px; }
      #modal ul li p {
        font-family: "UD Shin Go Regular";
        font-size: 9px;
        margin-top: 8px;
        line-height: 0; }

#mask.hidden {
  display: none; }

#close {
  position: absolute;
  top: 24px;
  right: 30px; }

/* スクロール時表示 */
.header-b {
  position: absolute;
  bottom: 0; }
  .header-b ul li {
    text-align: center;
    position: fixed;
    z-index: 6;
    width: 100px;
    border-bottom: 4px #006D41 double;
    background-color: rgba(255, 255, 255, 0.7);
    top: -100px;
    -webkit-transition: all .5s ease 0s;
    -o-transition: all .5s ease 0s;
    transition: all .5s ease 0s; }
    .header-b ul li a {
      line-height: 48px; }
    .header-b ul li:first-child {
      left: 0; }
    .header-b ul li:nth-child(2) {
      right: 0; }
      .header-b ul li:nth-child(2) a {
        color: #006D41; }

.header-b.delighter.started ul li {
  top: 0;
  -webkit-transition: all 1s ease-out 0s;
  -o-transition: all  1s ease-out 0s;
  -o-transition: all 1s ease-out 0s;
  transition: all 1s ease-out 0s; }
  .header-b.delighter.started ul li:hover {
    opacity: .5; }

#page-top {
  position: absolute;
  bottom: 0px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all  0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease; }
  #page-top a {
    position: fixed;
    opacity: 0;
    right: 10px;
    bottom: -100px;
    z-index: 10; }

#page-top.delighter.started a {
  opacity: 1;
  bottom: 8px;
  -webkit-transition: all 1s ease;
  -o-transition: all  1s ease;
  -webkit-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out; }

/* サイドメニュー */
#site-nav-b {
  width: 128px;
  height: 280px;
  background-color: rgba(160, 160, 160, 0.8);
  position: fixed;
  left: -130px;
  top: 0;
  z-index: 7;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

#close-btn-b {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 15px; }

#site-nav-b ul {
  float: right;
  margin: 80px 16px 0 0;
  text-align: right; }

#site-nav-b li {
  margin-bottom: 30px;
  display: inline-block; }

#site-nav-b a {
  color: #fff;
  border-bottom: 1px #fff dotted; }

#site-nav-b.mv-right {
  left: 0; }

/* ナビメニュー */
.site-nav ul {
  width: 320px;
  margin: auto;
  text-align: center; }
  .site-nav ul li {
    display: inline-block;
    width: 20%;
    margin: 16px 4px 8px; }
    .site-nav ul li a {
      font-size: 11px;
      padding: 16px 8px;
      background-color: rgba(255, 255, 255, 0.3);
      border-top: 1px #006D41 solid;
      border-bottom: 1px #006D41 solid; }

/* 480px〜〜 Smartphone longer */
@media screen and (min-width: 480px) {
  #white-bg.is-open {
    top: 100px; }
  /* モーダル */
  #modal {
    background-color: #CDDBD5; }
    #modal ul li {
      margin-top: 20px; }
  /* ナビメニュー */
  .site-nav ul {
    width: 480px; }
  /* サイドメニュー */
  #site-nav-b {
    height: 100%; } }

/* 600px〜〜  tablet */
@media screen and (min-width: 600px) {
  /* モーダル */
  #mask {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 10; }
  #modal {
    padding: 64px 64px 96px;
    width: 560px; }
    #modal ul li:nth-child(1n+2) {
      margin-top: 72px; }
    #modal ul li p {
      font-size: 12px; }
  /* サイドメニュー */
  #site-nav-b {
    height: 100%; }
  /* ナビメニュー */
  .site-nav ul {
    width: 600px; }
    .site-nav ul li a {
      font-size: 16px;
      border: 0;
      background: transparent; } }

/* 960px〜〜 PC */
@media screen and (min-width: 960px) {
  a:hover {
    color: #006D41; }
  #white-bg.is-open {
    top: 120px; }
  .container {
    padding: 0 82px; }
  .right {
    float: right;
    width: 50%; }
  .left {
    float: left;
    width: 50%; }
  /* モーダル */
  #close:hover {
    opacity: 0.5; }
  #modal {
    top: 96px; }
    #modal a {
      font-size: 16px; }
      #modal a:hover {
        color: #fff;
        background-color: #006d41;
        -webkit-transition: all .4s .1s  ease;
        -o-transition: all .4s .1s  ease;
        transition: all .4s .1s  ease; }
  /* スクロール時表示 */
  .header-b.delighter ul li:first-child, .header-b.delighter ul li:nth-child(2) {
    width: 100px;
    height: 40px; }
    .header-b.delighter ul li:first-child a, .header-b.delighter ul li:nth-child(2) a {
      line-height: 40px; }
      .header-b.delighter ul li:first-child a:hover, .header-b.delighter ul li:nth-child(2) a:hover {
        background-color: rgba(0, 111, 52, 0.5);
        color: #fff;
        -webkit-transition: .4s ease .1s;
        -o-transition: .4s ease .1s;
        transition: .4s ease .1s;
        -webkit-transition: all .4s .1s  ease;
        -o-transition: all .4s .1s  ease;
        transition: all .4s .1s  ease; }
  .header-b.delighter ul li:first-child {
    left: 25px; }
  .header-b.delighter ul li:nth-child(2) {
    right: 25px; }
  .header-b.delighter.started ul li {
    top: 20px; }
  /* サイドメニュー */
  #site-nav-b a:hover {
    color: #006F34;
    -webkit-transition: all .4s .1s  ease;
    -o-transition: all .4s .1s  ease;
    transition: all .4s .1s  ease; }
  /* ナビメニュー */
  .site-nav ul {
    width: 900px; } }

@media screen and (min-width: 1280px) {
  .container {
    padding: 0 82px; } }

/* トップイメージアニメーション */
@-webkit-keyframes loop {
  0% {
    position: absolute;
    left: 0; }
  100% {
    position: absolute;
    left: -960px; } }

@keyframes loop {
  0% {
    position: absolute;
    left: 0; }
  100% {
    position: absolute;
    left: -960px; } }

/* キャッチーコピーアニメーション */
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@media screen and (min-width: 1px) {
  /* トップイメージアニメーション */
  @-webkit-keyframes loop {
    0% {
      position: absolute;
      left: 0; }
    100% {
      position: absolute;
      left: -1624px; } }
  @keyframes loop {
    0% {
      position: absolute;
      left: 0; }
    100% {
      position: absolute;
      left: -1624px; } }
  /* プラスボタンアニメーション */
  .plus {
    margin: 16px 0 4px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all  0.5s ease-out 0s;
    -o-transition: all  0.5s ease-out 0s;
    transition: all  0.5s ease-out 0s;
    cursor: pointer; }
  .plus.delighter.started {
    margin-left: 30px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg); }
  .delighter.plus.rotate {
    margin-left: 230px;
    -webkit-transform: rotate(765deg);
    -ms-transform: rotate(765deg);
    transform: rotate(765deg);
    -webkit-transition: all  0.5s ease-out 0s;
    -o-transition: all  0.5s ease-out 0s;
    transition: all  0.5s ease-out 0s; }
  .plus-boader {
    height: 1px;
    background-color: #006D41;
    width: 16px;
    margin-bottom: 8px;
    -webkit-transition: all  0.5s ease-out 0s;
    -o-transition: all  0.5s ease-out 0s;
    transition: all  0.5s ease-out 0s; }
  .plus-boader.delighter.started {
    width: 50px; }
  .delighter.plus-boader.show {
    width: 260px;
    -webkit-transition: all  0.5s ease-out 0s;
    -o-transition: all  0.5s ease-out 0s;
    transition: all  0.5s ease-out 0s; }
  /* テキストアニメーション */
  .text {
    font-family: "UD Shin Go Regular";
    font-size: 14px;
    color: #727171;
    height: 1px;
    line-height: 0em;
    opacity: 0;
    -webkit-transition: all  0.5s ease-out 0s;
    -o-transition: all  0.5s ease-out 0s;
    transition: all  0.5s ease-out 0s; }
  .text.box {
    line-height: 2em;
    height: 616px;
    opacity: 1;
    margin: 0;
    -webkit-transition: all  0.5s ease-out 0s;
    -o-transition: all  0.5s ease-out 0s;
    transition: all  0.5s ease-out 0s; }
  .main-hello .text.box {
    height: 535px; }
  .main-manalgo .text.box {
    height: 560px; } }

/* 350px〜〜 Smartphone */
@media screen and (min-width: 350px) {
  .text.box {
    height: 536px; }
  .main-hello .text.box {
    height: 480px; }
  .main-manalgo .text.box {
    height: 450px; } }

/* 400px〜〜 IPHONE PLUS */
@media screen and (min-width: 400px) {
  .text.box {
    height: 480px; }
  .main-hello .text.box {
    height: 370px; }
  .main-manalgo .text.box {
    height: 392px; } }

/* 480px〜〜 Smartphone longer */
@media screen and (min-width: 480px) {
  /* トップイメージアニメーション */
  @-webkit-keyframes loop {
    0% {
      position: absolute;
      left: 0; }
    100% {
      position: absolute;
      left: -1450px; } }
  @keyframes loop {
    0% {
      position: absolute;
      left: 0; }
    100% {
      position: absolute;
      left: -1450px; } }
  .text.box {
    height: 340px; }
  .main-hello .text.box {
    height: 310px; }
  .main-manalgo .text.box {
    height: 340px; } }

/* 600px〜〜  tablet */
@media screen and (min-width: 600px) {
  /* トップイメージアニメーション */
  @-webkit-keyframes loop {
    0% {
      position: absolute;
      left: 0; }
    100% {
      position: absolute;
      left: -1200px; } }
  @keyframes loop {
    0% {
      position: absolute;
      left: 0; }
    100% {
      position: absolute;
      left: -1200px; } }
  .plus, .plus-boader {
    display: none; }
  .text {
    height: 100%;
    margin-top: 24px;
    line-height: 2em;
    opacity: 1; }
    .text .box {
      display: none; } }

/* 960px〜〜 PC */
@media screen and (min-width: 960px) {
  /* トップイメージアニメーション */
  @-webkit-keyframes loop {
    0% {
      position: absolute;
      left: 0; }
    100% {
      position: absolute;
      left: -960px; } }
  @keyframes loop {
    0% {
      position: absolute;
      left: 0; }
    100% {
      position: absolute;
      left: -960px; } } }

@media screen and (min-width: 1280px) {
  /* トップイメージアニメーション */
  @-webkit-keyframes loop {
    0% {
      position: absolute;
      left: 0; }
    100% {
      position: absolute;
      left: -684px; } }
  @keyframes loop {
    0% {
      position: absolute;
      left: 0; }
    100% {
      position: absolute;
      left: -684px; } } }

.e-logo {
  width: 80px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  position: absolute;
  top: -24px; }
  .e-logo a img {
    top: -24px;
    width: 80px; }

header ul {
  height: 80px;
  margin: 0 16px;
  border-bottom: 4px #006D41 double; }
  header ul li {
    margin-top: 32px; }
    header ul li:first-child {
      float: left;
      margin-left: 24px;
      cursor: pointer; }
    header ul li:nth-child(2) {
      float: right;
      margin-right: 24px; }
      header ul li:nth-child(2) a {
        color: #006D41; }

/* 480px〜〜 Smartphone longer */
@media screen and (min-width: 480px) {
  .e-logo {
    top: -20px; }
    .e-logo a img {
      top: -20px; } }

/* 600px〜〜  tablet */
@media screen and (min-width: 600px) {
  .e-logo {
    width: 96px;
    top: -32px; }
    .e-logo a img {
      width: 96px;
      top: -32px; } }

/* 960px〜〜 PC */
@media screen and (min-width: 960px) {
  .e-logo {
    width: 120px;
    top: -36px; }
    .e-logo a img {
      width: 120px;
      top: -36px; }
  header ul {
    height: 114px;
    margin-bottom: 32px; }
    header ul li {
      margin-top: 48px; }
      header ul li:first-child {
        margin-left: 48px; }
      header ul li:nth-child(2) {
        margin-right: 48px; } }

footer {
  max-width: 1330px;
  background-color: #D8D8D8;
  margin: 30px 0 0;
  overflow: hidden; }
  footer ul {
    overflow: hidden;
    padding: 0;
    margin: 0;
    width: 100%; }
    footer ul .footer-btn {
      float: left;
      width: 50%; }
      footer ul .footer-btn a {
        line-height: 48px;
        border: #e9e7e7 1px solid;
        font-family: "UD Shin Go Regular";
        font-size: 12px;
        color: #727171;
        text-align: center; }
  footer .company-info {
    float: left;
    padding: 8px 16px;
    font-family: "UD Shin Go Regular";
    font-size: 11px;
    color: #727171;
    line-height: 1.5em;
    letter-spacing: .2em; }
    footer .company-info dt {
      margin-bottom: 4px; }
      footer .company-info dt:last-of-type {
        margin-top: 16px; }
  footer .copy-right {
    width: 150px;
    display: block;
    font-weight: bold;
    font-family: "UD Shin Go Medium";
    font-size: 12px;
    color: #006D41;
    margin: 0 auto 16px; }

/* 480px〜〜 Smartphone longer */
@media screen and (min-width: 480px) {
  footer .company-info dd br {
    display: none; } }

/* 600px〜〜  tablet */
/* 960px〜〜 PC */
@media screen and (min-width: 960px) {
  footer ul {
    width: 23%;
    float: left; }
    footer ul .footer-btn {
      width: 100%;
      float: none; }
      footer ul .footer-btn a {
        font-size: 14px;
        line-height: 92px; }
        footer ul .footer-btn a:hover {
          background: rgba(255, 255, 255, 0.5); }
  footer .company-info {
    width: 52%; }
    footer .company-info dd:last-of-type br {
      display: inline; }
  footer .copy-right {
    width: 16%;
    display: inline-block;
    float: right;
    margin: 152px 80px 0 0;
    text-align: right; } }

.container {
  overflow: hidden; }
  .container dt {
    border-bottom: 1px #006D41 solid;
    border-right: 1px #006D41 solid;
    display: inline-block;
    padding: 0 8px 8px 0;
    margin-bottom: 16px;
    font-size: 14px;
    font-family: "Midashi Min MA31"; }
  .container dd {
    margin-bottom: 56px;
    font-size: 16px;
    font-family: "UD Shin Go Regular";
    line-height: 1.5em;
    letter-spacing: .1em;
    border-bottom: 1px #006D41 solid;
    padding-bottom: 16px; }
  .container ul {
    margin-bottom: 16px; }

.button {
  font-family: "Ryumin Medium KL";
  font-size: 13px;
  color: #727171;
  height: 50px;
  line-height: 50px;
  width: 144px;
  text-align: center;
  border-left: none;
  border-right: none;
  border-top: 1px #727171 solid;
  border-bottom: 1px #727171 solid;
  background-color: #fff;
  float: right;
  margin: 32px 0; }
  .button img {
    margin-bottom: 4px; }
  .button a {
    line-height: 50px;
    color: #006D41; }
    .button a:hover {
      background-color: rgba(0, 111, 52, 0.5);
      color: #fff;
      -webkit-transition: .4s ease .1s;
      -o-transition: .4s ease .1s;
      transition: .4s ease .1s; }

/* 480px〜〜 Smartphone longer */
/* 600px〜〜  tablet */
@media screen and (min-width: 600px) {
  .container {
    max-width: 600px; }
    .container dd {
      border-bottom: 0;
      border-left: 1px #006D41 solid;
      padding-left: 16px; } }

/* 960px〜〜 PC */
@media screen and (min-width: 960px) {
  .container {
    max-width: 960px; }
    .container dd {
      border-bottom: 1px #006D41 solid; } }
