@charset "UTF-8";
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  font-family: "Noto Sans Japanese", sans-serif, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo;
  font-size: 17px;
  letter-spacing: 0.05em;
  scroll-behavior: smooth;
  line-height: 1.6;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

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

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 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 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

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

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

/**
 * 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 */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

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

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

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

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

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 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 {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

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

/**
 * 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 outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[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 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

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

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

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

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

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

body {
  position: relative;
}

.page {
  display: block;
  position: relative;
  visibility: visible;
}

.screen {
  min-width: 1120px;
  overflow: hidden;
  visibility: visible;
}

@media (max-width: 480px) {
  .screen {
    min-width: 100vw;
  }
}

.screen.is-hidden {
  visibility: hidden;
}

.l-section {
  padding: 96px 0;
  position: relative;
}

@media (max-width: 480px) {
  .l-section {
    padding: 64px 0;
  }
}

.l-inner {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 24px;
  position: relative;
  width: 100%;
}

@media (max-width: 480px) {
  .l-inner {
    width: 100%;
    padding: 0 20px;
  }
}

.l-inner_full {
  padding: 0;
  position: relative;
  width: 100%;
}

@media (max-width: 480px) {
  .l-inner_full {
    width: 100vw;
    min-width: 100%;
    padding: 0px;
  }
}

.l-inner_narrow {
  margin: 0 auto;
  position: relative;
  width: 960px;
}

@media (max-width: 480px) {
  .l-inner_narrow {
    width: 100%;
    padding: 0px 16px;
  }
}

.l-grid_1,
.l-grid_2,
.l-grid_3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.l-grid_1 .col_10 {
  width: calc((100% - 40px) * 0.83);
}

@media (max-width: 480px) {
  .l-grid_1 .col_s8 {
    width: calc((100% - 16px) * 0.66);
  }
  .l-grid_1 .col_s10 {
    width: calc((100% - 16px) * 0.83);
  }
  .l-grid_1 .col_s11 {
    width: calc((100% - 16px) * 0.916);
  }
  .l-grid_1 .col_s12 {
    width: 100%;
  }
}

.l-grid_2 .col_4 {
  width: calc((100% - 40px) * 0.33);
}

.l-grid_2 .col_5 {
  width: calc((100% - 40px) * 0.41);
}

.l-grid_2 .col_10 {
  width: calc((100% - 40px) * 0.83);
}

@media (max-width: 480px) {
  .l-grid_2 .col_s8 {
    width: calc((100% - 16px) * 0.66);
  }
  .l-grid_2 .col_s10 {
    width: calc((100% - 16px) * 0.83);
  }
  .l-grid_2 .col_s12 {
    width: 100%;
  }
}

.l-grid_3 .col_4 {
  width: calc((100% - 48px) * 0.33);
}

@media (max-width: 480px) {
  .l-grid_3 .col_4 {
    width: calc((100% - 16px) * 0.33);
  }
  .l-grid_3 .col_s12 {
    width: 100%;
  }
}

.l-grid_1 .offset_l1,
.l-grid_2 .offset_l1 {
  margin-left: 8.3%;
}

.l-grid_1 .offset_l2,
.l-grid_2 .offset_l2 {
  margin-left: 16.6%;
}

.l-grid_1 .offset_r1,
.l-grid_2 .offset_r1 {
  margin-right: 8.3%;
}

.l-grid_1 .offset_r2,
.l-grid_2 .offset_r2 {
  margin-right: 16.6%;
}

@media (max-width: 480px) {
  .l-grid_1 .offset_sL0,
  .l-grid_2 .offset_sL0 {
    margin-left: 0%;
  }
  .l-grid_1 .offset_sR0,
  .l-grid_2 .offset_sR0 {
    margin-right: 0%;
  }
}

.l-col2 {
  width: calc(50% - 64px);
}

.l-col3 {
  width: calc(33% - 24px);
}

@media (max-width: 480px) {
  .l-col3 {
    margin-bottom: 24px;
    width: 100%;
  }
}

.l-col3:last-child {
  margin-bottom: 0;
}

.l-col4 {
  width: calc(33% - 16px);
}

@media (max-width: 480px) {
  .l-col4 {
    margin-bottom: 24px;
    width: 100%;
  }
}

.l-col4:last-child {
  margin-bottom: 0;
}

.is-open .l-main,
.is-open .l-footer {
  -webkit-filter: blur(2px);
          filter: blur(2px);
  opacity: 0.8;
}

.l-pageTtl {
  background-position: center;
  background-size: cover;
  padding: 108px 0 48px;
  position: relative;
}

@media (max-width: 480px) {
  .l-pageTtl {
    padding: 96px 16px 32px;
  }
}

.l-pageTtl::after {
  background-color: rgba(0, 0, 0, 0.8);
  bottom: 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 100%;
}

.l-pageTtl-txtBox {
  color: #fff;
  margin: 0 auto;
  position: relative;
  text-align: center;
  z-index: 1000;
}

@media (max-width: 480px) {
  .l-pageTtl-txtBox {
    font-size: 0.85rem;
  }
}

.pageTtl-body {
  font-size: 2.2rem;
  font-weight: 600;
  line-height: 1em;
  margin-bottom: 0.3em;
}

.l-section_cta {
  background-image: url(https://picsum.photos/seed/picsum/1000/1000);
  background-position: center;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.l-section_cta::after {
  background-color: rgba(17, 17, 17, 0.8);
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 100;
}

.l-cta-textBlock {
  position: relative;
  z-index: 200;
}

.cta-linkBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  width: 40%;
}

@media (max-width: 480px) {
  .cta-linkBox {
    width: 100%;
  }
}

.cta-linkBox .c-link_cta {
  background-color: #222;
  border: solid 2px #fff;
  color: #fff;
  margin-bottom: 8px;
  padding: 16px;
  width: 100%;
}

.cta-linkBox .c-link_cta .icon {
  display: inline-block;
  height: 20px;
  margin-right: 4px;
  width: 20px;
}

.cta-linkBox .c-link_cta .icon-img {
  width: 100%;
}

.cta-linkBox .c-link {
  text-align: center;
  width: 40%;
}

.header {
  height: 96px;
  position: relative;
  width: 100%;
  z-index: 2000;
}

@media (max-width: 480px) {
  .header {
    height: 64px;
  }
}

.header-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 48px;
}

@media (max-width: 480px) {
  .header-inner {
    padding: 0 12px;
  }
}

.header-logoBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
  margin: 0 auto 0 0;
}

.logoLink {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 100%;
}

.logo {
  height: 40px;
}

@media (max-width: 480px) {
  .logo {
    height: 26px;
  }
}

.header-navBox {
  height: 100%;
  margin-left: auto;
}

@media (max-width: 480px) {
  .header-navBox {
    display: none;
  }
}

.header-navBox .c-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

.header-navBox .c-nav .nav-item {
  display: inline;
  margin-right: 8px;
}

.header-navBox .c-nav .nav-item:last-child {
  margin-right: 0;
}

.header-navBox .c-nav .nav-link {
  font-size: 0.85rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.header-navBox .c-nav .nav-link:hover {
  color: #008000;
}

.c-hMenu {
  display: none;
  height: 100%;
}

@media (max-width: 480px) {
  .c-hMenu {
    border-radius: 0 0 0 8px;
    background-color: #009900;
    display: block;
    height: 56px;
    position: fixed;
    right: 0;
    top: 0px;
    z-index: 9999;
    padding: 0 16px;
    width: 64px;
  }
}

.hMenu-line,
.hMenu-line::before,
.hMenu-line::after {
  background-color: #fff;
  display: inline-block;
  height: 2px;
  position: absolute;
  width: calc(100% - 32px);
}

.hMenu-line {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.hMenu-line:nth-child(1) {
  top: calc(36% - 8px);
}

.hMenu-line:nth-child(2) {
  top: 36%;
}

.hMenu-line:nth-child(3) {
  top: calc(36% + 8px);
}

.hMenu-text {
  color: #fff;
  font-size: 11px;
  left: 50%;
  position: absolute;
  top: calc(36% + 14px);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.is-open .hMenu-line:nth-child(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
  top: 36%;
}

.is-open .hMenu-line:nth-child(2) {
  opacity: 0;
}

.is-open .hMenu-line:nth-child(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
  top: 36%;
}

.c-slideMenu {
  height: 100vh;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transform: translateY(2%);
          transform: translateY(2%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100vw;
  z-index: 3000;
}

.slideMenu-inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3fcf6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  z-index: 1000;
}

.slideMenu-inner .c-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
}

.slideMenu-inner .nav-item {
  height: auto;
  margin-bottom: 24px;
  text-align: left;
}

.slideMenu-inner .nav-link {
  color: #008000;
  font-size: 1.1rem;
  font-weight: 700;
  padding: 10px;
}

.slideMenu-inner .telLink {
  color: #fff;
  font-size: 1.1rem;
  font-weight: 700;
}

.is-open .c-slideMenu {
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  pointer-events: all;
}

.is-open .slideMenu-inner {
  opacity: 1;
}

.c-pageCover {
  overflow: hidden;
  padding: 340px 0 64px;
  position: relative;
}

@media (max-width: 480px) {
  .c-pageCover {
    padding: 240px 0 40px;
  }
}

.c-pageCover::after {
  background-color: #f3fcf6;
  top: 200px;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  width: 80%;
  z-index: -1;
}

@media (max-width: 480px) {
  .c-pageCover::after {
    top: 140px;
    width: 90%;
  }
}

.cover-textBlock {
  left: 10%;
  position: relative;
  z-index: 200;
}

@media (max-width: 480px) {
  .cover-textBlock {
    left: 16px;
    width: calc(100% - 32px);
  }
}

.cover-textBlock .hline {
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.2;
  -webkit-transform: translateX(-2px);
          transform: translateX(-2px);
}

@media (max-width: 480px) {
  .cover-textBlock .hline {
    font-size: 1.7rem;
    line-height: 1.2;
  }
}

.cover-textBlock .hline:before {
  content: attr(data-eng);
  color: #009900;
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

@media (max-width: 480px) {
  .cover-textBlock .hline:before {
    font-size: 1.1rem;
  }
}

.cover-textBlock .desc {
  margin-top: 1rem;
  max-width: 540px;
}

@media (max-width: 480px) {
  .cover-textBlock .desc {
    font-size: 0.85rem;
    margin-top: 0.6rem;
    max-width: 100%;
  }
}

.cover-textBlock .desc span {
  display: block;
}

.cover-visualBlock {
  background-image: url(../images/hero.jpg);
  background-position: center;
  background-size: cover;
  border-radius: 16px 0 0 16px;
  height: 360px;
  overflow: hidden;
  position: absolute;
  right: 0;
  top: 0;
  width: 72%;
  z-index: 100;
}

@media (max-width: 480px) {
  .cover-visualBlock {
    height: 220px;
    width: 92%;
  }
}

.c-hline {
  margin: 0 0 40px;
  position: relative;
}

@media (max-width: 480px) {
  .c-hline {
    margin: 0 0 24px;
  }
}

.c-hline .hline-body {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4em;
  margin-bottom: 0;
  position: relative;
  z-index: 100;
}

@media (max-width: 480px) {
  .c-hline .hline-body {
    font-size: 1.7rem;
  }
}

.c-hline .hline-body::before {
  content: attr(data-eng);
  display: block;
  font-family: "Poppins", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
  margin-bottom: 8px;
  padding-left: 2px;
  width: 100%;
}

.c-hline .hline-body::after {
  background-color: #222;
  content: "";
  display: block;
  font-weight: 700;
  height: 1px;
  left: 0;
  line-height: 1em;
  margin: 24px 0 0;
  position: relative;
  width: 48px;
}

@media (max-width: 480px) {
  .c-hline .hline-body::after {
    font-size: 1rem;
    font-weight: 400;
    margin: 16px 0;
  }
}

.c-hline .hline-lead {
  margin-top: 24px;
}

.c-link_btn {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #009900;
  border-radius: 100px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 1rem;
  padding: 0.4em 1.6em;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.c-link_btn .arrow {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  height: 0.6em;
  position: absolute;
  right: 24px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: right;
  transition-property: right;
  width: 0.6em;
}

.c-link_btn:hover {
  background-color: #008000;
}

.c-link_btn:hover .arrow {
  right: 18px;
}

.c-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.c-nav .nav-item {
  display: inline;
  margin-right: 16px;
}

.c-nav .nav-item:last-child {
  margin-right: 0;
}

.c-nav .nav-link {
  display: inline;
  font-weight: 700;
  height: 100%;
  padding: 0 8px;
  position: relative;
}

.c-nav .nav-link::after {
  background-color: #009900;
  border-radius: 20px;
  bottom: -12px;
  content: "";
  height: 4px;
  left: 8px;
  position: absolute;
  -webkit-transform: translateX(0%) scaleX(0);
          transform: translateX(0%) scaleX(0);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  width: 60%;
}

.c-nav .nav-link:hover::after {
  -webkit-transform: translateX(0%) scaleX(1);
          transform: translateX(0%) scaleX(1);
}

.c-cta {
  background-image: url(../images/cta.jpg);
  background-position: center;
  background-size: cover;
  margin: 0 auto;
  width: 100%;
}

.c-cta .link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px 0;
  position: relative;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  width: 100%;
  z-index: 100;
}

@media (max-width: 480px) {
  .c-cta .link {
    padding: 40px 0;
  }
}

.c-cta .link:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

@media (max-width: 480px) {
  .c-cta .lead {
    font-size: 0.85rem;
  }
}

.c-cta .number {
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 480px) {
  .c-cta .number {
    font-size: 1.7rem;
  }
}

.c-cta_flow {
  background-image: url(../images/cta.jpg);
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  padding: 40px 16px;
  width: 100%;
}

@media (max-width: 480px) {
  .c-cta_flow {
    padding: 24px 0;
  }
}

.c-cta_flow .link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0;
  position: relative;
  width: 50%;
  z-index: 100;
}

@media (max-width: 480px) {
  .c-cta_flow .link {
    padding: 8px 0;
    width: 100%;
  }
}

.c-cta_flow .link:last-child {
  border-left: solid 1px #fff;
}

@media (max-width: 480px) {
  .c-cta_flow .link:last-child {
    border: none;
  }
}

.c-cta_flow .lead {
  font-size: 1.1rem;
  font-weight: 700;
}

@media (max-width: 480px) {
  .c-cta_flow .lead {
    font-size: 0.85rem;
  }
}

.c-cta_flow .number {
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 480px) {
  .c-cta_flow .number {
    font-size: 2.2rem;
  }
}

.footer {
  background-color: #003300;
  color: #fff;
  padding: 64px;
}

@media (max-width: 480px) {
  .footer {
    padding: 16px;
  }
}

.footer-inner {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 480px) {
  .footer-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 480px) {
  .footer-companyBlock {
    width: 100%;
  }
}

.footer-companyBlock .name {
  font-size: 1.7rem;
  font-weight: 700;
}

.footer-companyBlock .address {
  margin-top: 1rem;
}

.footer-companyBlock .markBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.footer-companyBlock .markBox figure {
  height: 48px;
  margin-right: 8px;
}

.footer-companyBlock .markBox img {
  height: 100%;
}

.footer-linkBlock {
  text-align: right;
  width: 50%;
}

@media (max-width: 480px) {
  .footer-linkBlock {
    margin-top: 24px;
    text-align: left;
    width: 100%;
  }
}

.footer-linkBlock .c-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media (max-width: 480px) {
  .footer-linkBlock .c-nav {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

.footer-linkBlock .c-nav .nav-item {
  display: inline;
  line-height: 2em;
  margin-right: 16px;
}

@media (max-width: 480px) {
  .footer-linkBlock .c-nav .nav-item {
    margin-right: 16px;
  }
}

.footer-linkBlock .nav-link {
  display: inline;
  font-size: 0.85rem;
  font-weight: 700;
  height: 100%;
  padding: 0 8px;
  position: relative;
}

.footer-linkBlock .nav-link::after {
  display: none;
}

.copyright {
  font-size: 0.85rem;
  margin: 2rem 24px 0 0;
}

@media (max-width: 480px) {
  .copyright {
    margin: 1rem 0 0;
  }
}

.loading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f3fcf6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  width: 100%;
  z-index: 9999;
}

.loading.is-visible {
  opacity: 1;
}

.loading-inner {
  width: 180px;
}

.loader {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

.u-cover_blc,
.u-cover_wht,
.u-cover_prmry {
  position: relative;
}

.u-cover_blc:after,
.u-cover_wht:after,
.u-cover_prmry:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.u-cover_blc div,
.u-cover_wht div,
.u-cover_prmry div {
  position: relative;
  z-index: 100;
}

.u-cover_blc::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.2));
}

.u-cover_wht::after {
  background-color: rgba(255, 255, 255, 0.5);
}

.u-cover_prmry::after {
  background-color: rgba(0, 153, 0, 0.5);
}

.u-icon {
  height: 1.2em;
  margin-right: 0.2em;
  vertical-align: middle;
  -webkit-transform: translateY(-0.1em);
          transform: translateY(-0.1em);
}

.u-shadow {
  -webkit-box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.03);
          box-shadow: 0 13px 27px -5px rgba(50, 50, 93, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.3), 0 -6px 16px -6px rgba(0, 0, 0, 0.03);
}

.u-txt_s {
  font-size: 0.85rem;
}

.u-txt_xs {
  font-size: 11px;
}

.u-txt_center {
  text-align: center;
}

.page {
  background-color: #fbfbfb;
}

.hero {
  position: relative;
}

.hero::after {
  background-color: #f3fcf6;
  content: "";
  height: 88%;
  left: 0;
  position: absolute;
  top: -96px;
  width: 100%;
}

.hero-inner {
  position: relative;
  z-index: 1000;
}

@media (max-width: 480px) {
  .hero-inner {
    padding-top: 30%;
  }
}

.hero-textBlock {
  left: 10%;
  position: absolute;
  top: 28%;
  z-index: 1000;
}

@media (max-width: 480px) {
  .hero-textBlock {
    left: 16px;
    top: 10%;
  }
}

.hero-textBlock .lead {
  color: #009900;
  font-size: 3rem;
  font-weight: 700;
}

@media (max-width: 480px) {
  .hero-textBlock .lead {
    font-size: 2.2rem;
    line-height: 1.1;
  }
}

.hero-textBlock .lead span {
  display: inline-block;
}

.hero-textBlock .lead .small {
  font-size: 2.2rem;
}

@media (max-width: 480px) {
  .hero-textBlock .lead .small {
    font-size: 1.7rem;
  }
}

.hero-textBlock .desc {
  margin-top: 0.8rem;
  font-weight: 700;
}

@media (max-width: 480px) {
  .hero-textBlock .desc {
    font-size: 0.85rem;
    margin-top: 1rem;
    padding: 0 64px 0 2px;
  }
}

.hero-textBlock .desc span {
  display: inline-block;
  width: 100%;
}

@media (max-width: 480px) {
  .hero-textBlock .desc span {
    display: inline;
  }
}

.hero-visualBlock {
  border-radius: 16px 0 0 16px;
  height: 70vh;
  margin-left: auto;
  max-height: 680px;
  overflow: hidden;
  width: 68%;
}

@media (max-width: 480px) {
  .hero-visualBlock {
    height: 50vh;
    width: 90%;
  }
}

.hero-visualBlock .content {
  background-image: url(../images/hero.jpg);
  background-position: center;
  background-size: cover;
  height: 100%;
  position: relative;
  width: 100%;
}

@media (max-width: 480px) {
  .hero-visualBlock .content {
    background-image: url(../images/heroSp.jpg);
  }
}

@media (max-width: 480px) {
  .hero-visualBlock .content:after {
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(rgba(240, 250, 255, 0.5)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(240, 250, 255, 0.5));
    content: "";
    height: 40%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
  }
}

.hero-scroll {
  bottom: 18%;
  color: #009900;
  left: 27%;
  position: absolute;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

@media (max-width: 480px) {
  .hero-scroll {
    bottom: 12%;
    font-size: 11px;
    left: 0;
  }
}

.hero-scroll:after {
  -webkit-animation: scrollLine 1.8s infinite ease-in-out;
          animation: scrollLine 1.8s infinite ease-in-out;
  background-color: #009900;
  content: "";
  display: inline-block;
  height: 1px;
  position: absolute;
  right: -132px;
  top: 50%;
  width: 116px;
}

@media (max-width: 480px) {
  .hero-scroll:after {
    right: -80px;
    width: 64px;
  }
}

@-webkit-keyframes scrollLine {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  49% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  99% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

@keyframes scrollLine {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  49% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  50% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  99% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: right;
            transform-origin: right;
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
}

.message-content {
  padding-top: 40%;
}

@media (max-width: 480px) {
  .message-content {
    margin-left: 0%;
    padding-top: 146%;
    width: 100%;
  }
}

.message-content .textBlock {
  margin-left: 44%;
  width: 560px;
}

@media (max-width: 480px) {
  .message-content .textBlock {
    margin-left: 0%;
    width: 100%;
  }
}

.message-content .textBlock .hline {
  font-weight: 700;
}

.message-content .textBlock .hline::before {
  color: #009900;
  content: attr(data-eng);
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  width: 100%;
}

.message-content .textBlock .body {
  margin-top: 2rem;
}

.message-content .textBlock .lead {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  width: 100%;
}

@media (max-width: 480px) {
  .message-content .textBlock .lead {
    font-size: 1rem;
  }
}

.message-content .textBlock .desc {
  margin-top: 1rem;
}

.message-content .visualBlock_1 {
  left: -1%;
  position: absolute;
  top: 14%;
  width: 36%;
}

@media (max-width: 480px) {
  .message-content .visualBlock_1 {
    left: 0;
    top: 14%;
    width: 62%;
    z-index: 100;
  }
}

.message-content .visualBlock_1 .content {
  background-image: url(../images/top-msg01.jpg);
  background-size: cover;
  padding-top: 133%;
}

.message-content .visualBlock_2 {
  right: -1%;
  position: absolute;
  top: 2%;
  width: 40%;
}

@media (max-width: 480px) {
  .message-content .visualBlock_2 {
    right: 0;
    width: 80%;
  }
}

.message-content .visualBlock_2 .content {
  background-image: url(../images/top-msg02.jpg);
  background-size: cover;
  padding-top: 66%;
}

.sec_service:after {
  background-color: rgba(0, 153, 0, 0.1);
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 0;
}

@media (max-width: 480px) {
  .sec_service:after {
    height: 44%;
  }
}

.sec_service .l-inner {
  z-index: 1000;
}

.service-hline {
  font-weight: 700;
  text-align: center;
}

.service-hline .hline-body {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0;
  position: relative;
  z-index: 100;
}

.service-hline .hline-body::before {
  color: #009900;
  content: attr(data-eng);
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  width: 100%;
}

.service-sightseeing,
.service-welfare,
.service-trip {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 64px;
}

@media (max-width: 480px) {
  .service-sightseeing,
  .service-welfare,
  .service-trip {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.service-sightseeing .textBlock,
.service-welfare .textBlock,
.service-trip .textBlock {
  padding: 0 0 0 40px;
  width: calc((100% - 40px) * 0.3);
}

@media (max-width: 480px) {
  .service-sightseeing .textBlock,
  .service-welfare .textBlock,
  .service-trip .textBlock {
    margin-top: 24px;
    padding: 0;
    width: 100%;
  }
}

.service-sightseeing .textBlock .hline,
.service-welfare .textBlock .hline,
.service-trip .textBlock .hline {
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

@media (max-width: 480px) {
  .service-sightseeing .textBlock .hline,
  .service-welfare .textBlock .hline,
  .service-trip .textBlock .hline {
    font-size: 1.1rem;
  }
}

.service-sightseeing .textBlock .hline::before,
.service-welfare .textBlock .hline::before,
.service-trip .textBlock .hline::before {
  content: attr(data-eng);
  color: #009900;
  font-family: "Poppins", sans-serif;
  font-size: 3rem;
  left: -0.2em;
  opacity: 0.1;
  position: absolute;
  top: -0.8em;
}

@media (max-width: 480px) {
  .service-sightseeing .textBlock .hline::before,
  .service-welfare .textBlock .hline::before,
  .service-trip .textBlock .hline::before {
    font-size: 2.2rem;
  }
}

.service-sightseeing .textBlock .hline::after,
.service-welfare .textBlock .hline::after,
.service-trip .textBlock .hline::after {
  background-color: #009900;
  content: "";
  display: block;
  font-weight: 700;
  height: 2px;
  left: 0;
  line-height: 1em;
  margin: 1rem 0 0;
  position: relative;
  width: 64px;
}

@media (max-width: 480px) {
  .service-sightseeing .textBlock .hline::after,
  .service-welfare .textBlock .hline::after,
  .service-trip .textBlock .hline::after {
    font-size: 1rem;
    font-weight: 400;
    margin: 16px 0;
  }
}

.service-sightseeing .textBlock .body,
.service-welfare .textBlock .body,
.service-trip .textBlock .body {
  margin-top: 1rem;
}

.service-sightseeing .textBlock .c-link_btn,
.service-welfare .textBlock .c-link_btn,
.service-trip .textBlock .c-link_btn {
  width: 75%;
}

.service-sightseeing .visualBlock,
.service-welfare .visualBlock,
.service-trip .visualBlock {
  border-radius: 16px;
  overflow: hidden;
  width: calc((100% - 40px) * 0.66);
}

@media (max-width: 480px) {
  .service-sightseeing .visualBlock,
  .service-welfare .visualBlock,
  .service-trip .visualBlock {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 100%;
  }
}

.service-sightseeing .visualBlock .content,
.service-welfare .visualBlock .content,
.service-trip .visualBlock .content {
  background-position: center;
  background-size: cover;
  display: block;
  padding-top: 42%;
  width: 100%;
}

.service-sightseeing .visualBlock .content {
  background-image: url(../images/top-serivce01.jpg);
}

.service-welfare .textBlock {
  padding: 0 40px 0 0;
  width: calc((100% - 40px) * 0.3);
}

@media (max-width: 480px) {
  .service-welfare .textBlock {
    margin-top: 24px;
    padding: 0;
    width: 100%;
  }
}

.service-welfare .visualBlock .content {
  background-image: url(../images/top-service02.jpg);
}

.service-trip .visualBlock .content {
  background-image: url(../images/top-service03.jpg);
}

.service-welfare {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (max-width: 480px) {
  .service-welfare {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.service-flowLink {
  margin: 64px auto 0;
  width: 40%;
}

@media (max-width: 480px) {
  .service-flowLink {
    margin: 40px auto 0;
    width: 100%;
  }
}

.service-flowLink .link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: linear-gradient(15deg, #fa9700 60%, #ffcc66);
  border-radius: 100px;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 1.1rem;
  font-weight: 700;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
  padding: 0.8em 1.6em;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.service-flowLink .link .arrow {
  border-bottom: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  height: 0.6em;
  position: absolute;
  right: 32px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-property: right;
  transition-property: right;
  width: 0.6em;
}

.service-flowLink .link:hover {
  background: linear-gradient(15deg, #fa6700 60%, #ff9933);
}

.service-flowLink .link:hover .arrow {
  right: 24px;
}

.sec_contents {
  padding-top: 24px;
}

@media (max-width: 480px) {
  .sec_contents {
    padding-top: 0;
  }
}

.contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contents-list .item {
  background-position: center;
  background-size: cover;
  border-radius: 16px;
  margin-top: 40px;
  overflow: hidden;
  width: calc((100% - 40px) * 0.5);
}

@media (max-width: 480px) {
  .contents-list .item {
    margin-top: 24px;
    width: 100%;
  }
}

.contents-list .link {
  display: inline-block;
  padding: 64px 0;
  position: relative;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-property: all;
  transition-property: all;
  width: 100%;
}

@media (max-width: 480px) {
  .contents-list .link {
    padding: 32px 0;
  }
}

.contents-list .link:hover {
  -webkit-transform: scale(1.02);
          transform: scale(1.02);
}

.contents-list .link:hover::after {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), to(rgba(0, 0, 0, 0.2)));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2));
}

.contents-list .txt {
  color: #fff;
  display: inline-block;
  font-size: 1.7rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
  text-align: center;
  width: 100%;
  z-index: 100;
}

@media (max-width: 480px) {
  .contents-list .txt {
    font-size: 1.1rem;
  }
}

.contents-list .txt:before {
  content: attr(data-eng);
  display: inline-block;
  font-size: 1rem;
  width: 100%;
}

.contents-list .item_management {
  background-image: url(../images/top-info01.jpg);
}

.contents-list .item_enviroment {
  background-image: url(../images/top-info02.jpg);
}

.contents-list .item_company {
  background-image: url(../images/top-info03.jpg);
}

.contents-list .item_recruit {
  background-image: url(../images/top-info04.jpg);
}

.sec_news {
  background-color: #f3f3f3;
}

.news-cotent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
  width: 960px;
}

@media (max-width: 480px) {
  .news-cotent {
    width: 100%;
  }
}

.news-cotent .hline {
  width: 26%;
}

@media (max-width: 480px) {
  .news-cotent .hline {
    width: 100%;
  }
}

.news-cotent .hline-body {
  font-weight: 700;
}

.news-cotent .hline-body::before {
  color: #009900;
  content: attr(data-eng);
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 2.2rem;
  line-height: 1;
  width: 100%;
}

.news-cotent .body {
  background-color: #fff;
  border: solid 1px #f3f3f3;
  border-radius: 8px;
  max-height: 400px;
  overflow-y: scroll;
  padding: 40px 64px;
  width: 72%;
}

@media (max-width: 480px) {
  .news-cotent .body {
    margin-top: 24px;
    padding: 24px 16px;
    width: 100%;
  }
}

.news-cotent .item {
  padding: 0 0 40px;
}

.news-cotent .item:not(:first-child) {
  border-top: solid 1px #f3f3f3;
  padding: 40px 0;
}

.news-cotent .item .titleBox {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.news-cotent .item .title {
  font-size: 1.1rem;
  font-weight: 700;
}

@media (max-width: 480px) {
  .news-cotent .item .title {
    font-size: 1rem;
    width: 100%;
  }
}

.news-cotent .item .data {
  font-size: 0.85rem;
}

@media (max-width: 480px) {
  .news-cotent .item .data {
    width: 100%;
  }
}

.news-cotent .item .contentBox {
  font-size: 0.85rem;
  margin-top: 1rem;
}

.news-cotent .figBox_1col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
}

.news-cotent .figBox_1col figure {
  width: 100%;
}

.news-cotent .figBox_1col figure img {
  width: 100%;
}

.news-cotent .figBox_2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px;
}

.news-cotent .figBox_2col figure {
  width: 48%;
}

.news-cotent .figBox_2col figure img {
  width: 100%;
}
/*# sourceMappingURL=top.css.map */