@charset "UTF-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, caption, cite, code, dfn, em, strong, th, var, optgroup {
  font-style: inherit;
  font-weight: inherit;
}

del, ins {
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: 700;
}

q:before, q:after {
  content: "";
}

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: baseline;
}

a:focus {
  outline: none;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  vertical-align: middle;
  outline: 0;
}

input, button, textarea, select {
  *font-size: 100%;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  border: 0;
}

/* Common
   ========================================================================== */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* wrap, block */
html {
  font-size: 62.5%; /* 10px / 16px */
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
}

body {
  min-width: 1200px;
  font-size: 1.6em;
  line-height: 1.25;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif, "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background: #fff;
  color: #123323;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /*	font-feature-settings: "palt" 1;*/
  opacity: 0;
}
body.show {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  body {
    word-wrap: break-word;
    font-size: 3.7333333333vw;
    min-width: 320px;
    font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", meiryo, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  }
}

strong, .bold {
  font-weight: 600;
}

.light {
  font-weight: 300;
}

.gradation {
  background: -webkit-gradient(linear, right top, left top, from(#316C4E), to(#44BA7D));
  background: linear-gradient(270deg, #316C4E, #44BA7D);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

img[src$=".svg"] {
  width: 100%;
}

.font-min {
  font-family: "Noto Serif JP", serif, "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HGS明朝E", serif;
}

.font-en {
  font-family: "Josefin Sans", sans-serif, "Open Sans", arial, sans-serif;
}

.active-pc {
  display: initial;
}
@media screen and (max-width: 767px) {
  .active-pc {
    display: none;
  }
}

.active-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .active-sp {
    display: inline;
  }
}

.active-sp-block {
  display: none;
}
@media screen and (max-width: 767px) {
  .active-sp-block {
    display: block;
  }
}

/*----------------------------------------------------
 link
--------------------------------------------------- */
a {
  color: #316C4E;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  a:hover {
    color: #54AA7E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
a.arrow {
  position: relative;
  padding-left: 0.9rem;
}
a.arrow::before {
  position: absolute;
  content: "\f0da";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 1.5rem;
  line-height: 1;
  color: #316C4E;
  left: 0;
  top: 50%;
  margin-top: -0.75rem;
}
@media screen and (min-width: 768px) {
  a.arrow:hover {
    color: #54AA7E;
  }
}
a.r-arrow {
  position: relative;
}
a.r-arrow::after {
  -webkit-transition: right 0.3s;
  transition: right 0.3s;
  position: absolute;
  content: "\f105";
  font-family: FontAwesome;
  font-weight: normal;
  font-size: 1em;
  line-height: 1;
  right: -1.1em;
  top: 50%;
  margin-top: -0.6em;
}
@media screen and (min-width: 768px) {
  a.r-arrow:hover {
    color: #54AA7E;
  }
  a.r-arrow:hover::after {
    right: -1em;
    color: #316C4E;
  }
}
a.color-link {
  color: #316C4E;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a.color-link:hover {
    opacity: 0.75;
  }
}
a.fade {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 768px) {
  a.fade:hover {
    opacity: 0.5;
  }
}

.window {
  display: inline-block;
  color: #316C4E;
  position: relative;
  padding-right: 1.3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.window::before {
  position: absolute;
  content: "\f08e";
  font-family: FontAwesome;
  font-weight: normal;
  line-height: 1;
  color: #316C4E;
  right: 0;
  bottom: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .window:hover {
    color: #54AA7E;
  }
  .window:hover::before {
    opacity: 0.5;
  }
}

/*----------------------------------------------------
 btn
--------------------------------------------------- */
.btn {
  display: block;
  border: 0;
  position: relative;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*----------------------------------------------------
 header
--------------------------------------------------- */
header {
  width: 100%;
  background-color: #fff;
  position: fixed;
  top: 0;
  z-index: 1000;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
header #header-wrap {
  max-width: 1400px;
  min-width: 1200px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  margin: auto;
  min-height: 100px;
}
header #header-wrap .site-title {
  margin-left: 40px;
}
header #header-wrap .site-title img {
  width: 248px;
}
header .nav-wrap .global-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
header .nav-wrap .global-navi .main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 26px;
  padding-bottom: 26px;
}
header .nav-wrap .global-navi .main-menu > li {
  margin-right: 40px;
  padding: 0;
  position: relative;
}
header .nav-wrap .global-navi .main-menu > li.btn-wrap {
  padding-top: 0;
}
header .nav-wrap .global-navi .main-menu > li.btn-wrap .btn {
  background: -webkit-gradient(linear, right top, left top, from(#316C4E), to(#44BA7D));
  background: linear-gradient(270deg, #316C4E, #44BA7D);
  color: #fff;
  line-height: 1.25;
  font-size: 1.6rem;
  padding: 13px 32px 15px 64px;
  border-radius: 32px;
}
header .nav-wrap .global-navi .main-menu > li.btn-wrap .btn::after {
  position: absolute;
  content: "";
  line-height: 1;
  left: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 18px;
  height: 13px;
  background: url(../images/common/icon_mail.png) no-repeat center center;
  background-size: 18px 13px;
}
header .nav-wrap .global-navi .main-menu > li a.nav {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header .nav-wrap .global-navi .main-menu > li a.nav::after {
  position: absolute;
  bottom: -9px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, right top, left top, from(#316C4E), to(#44BA7D));
  background: linear-gradient(270deg, #316C4E, #44BA7D);
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
header .nav-wrap .global-navi .main-menu > li a.nav:hover::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}
header .nav-wrap .global-navi .main-menu > li a.nav.cr {
  color: #54AA7E;
}
header .nav-wrap .global-navi .main-menu > li a.nav.cr::after {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

/*----------------------------------------------------
 footer
--------------------------------------------------- */
footer {
  background-color: #fff;
  margin: 160px 0 40px;
}
footer .footer-inner {
  margin: auto;
}
footer .footer-inner .contact {
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 1px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 3px), -webkit-gradient(linear, right top, left top, from(#316C4E), to(#44BA7D));
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1) 1px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 3px), linear-gradient(270deg, #316C4E, #44BA7D);
}
footer .footer-inner .contact .inner {
  width: 1000px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 69px 0 64px;
}
footer .footer-inner .contact .inner h2 {
  font-family: "Josefin Sans", sans-serif, "Open Sans", arial, sans-serif;
  font-size: 4rem;
  font-weight: 200;
  line-height: 1.3;
  color: #fff;
  border-left: 4px solid #fff;
  padding-left: 32px;
}
footer .footer-inner .contact .inner h2 span {
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif, "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4285714286;
  margin-top: 10px;
}
footer .footer-inner .contact .inner .btn-wrap {
  padding-top: 0;
}
footer .footer-inner .contact .inner .btn-wrap .btn {
  background: #fff;
  color: #316C4E;
  line-height: 1.45;
  font-size: 2rem;
  padding: 22px 42px 21px 89px;
  border-radius: 36px;
}
footer .footer-inner .contact .inner .btn-wrap .btn:hover {
  background: #ECF6F1;
}
footer .footer-inner .contact .inner .btn-wrap .btn::after {
  position: absolute;
  content: "";
  line-height: 1;
  left: 42px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 27px;
  height: 19px;
  background: url(../images/common/icon_mail_green.png) no-repeat center center;
  background-size: 27px 19px;
}
footer .footer-inner .relation-box {
  margin: 50px 0 64px;
}
footer .footer-inner .relation-box .inner {
  width: 1000px;
  margin: auto;
}
footer .footer-inner .relation-box .inner ul {
  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;
}
footer .footer-inner .relation-box .inner ul li {
  width: 480px;
  margin-right: 40px;
}
footer .footer-inner .relation-box .inner ul li:nth-child(2n) {
  margin-right: 0;
}
footer .footer-inner .relation-box .inner ul li:nth-child(n+3) {
  margin-top: 48px;
}
footer .footer-inner .relation-box .inner ul li a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #316C4E;
}
footer .footer-inner .relation-box .inner ul li a .outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0px 6px rgba(0, 0, 0, 0.16);
  border-radius: 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  overflow: hidden;
}
footer .footer-inner .relation-box .inner ul li a .outer > figure {
  width: 134px;
  height: 96px;
  overflow: hidden;
  margin-right: 24px;
}
footer .footer-inner .relation-box .inner ul li a .outer > figure img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .footer-inner .relation-box .inner ul li a .outer h3 {
  padding: 30px 0 22px;
  font-family: "Josefin Sans", sans-serif, "Open Sans", arial, sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
}
footer .footer-inner .relation-box .inner ul li a .outer h3 span {
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif, "メイリオ", meiryo, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  font-size: 1.8rem;
}
footer .footer-inner .relation-box .inner ul li a .outer.logo h3 {
  padding: 16px 0 10px;
}
footer .footer-inner .relation-box .inner ul li a .outer.logo h3 span figure {
  width: 159px;
  height: 51px;
  overflow: hidden;
  margin-right: 0;
}
footer .footer-inner .relation-box .inner ul li a .outer.logo h3 span figure img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .footer-inner .relation-box .inner ul li a .txt {
  padding-top: 12px;
  font-size: 1.4rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .footer-inner .relation-box .inner ul li a .txt::before {
  bottom: 0;
}
@media screen and (min-width: 768px) {
  footer .footer-inner .relation-box .inner ul li a:hover {
    opacity: 1;
    color: #316C4E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .footer-inner .relation-box .inner ul li a:hover .outer {
    background: #ECF6F1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .footer-inner .relation-box .inner ul li a:hover .outer > figure img {
    -webkit-transform: scale(1.23);
            transform: scale(1.23);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .footer-inner .relation-box .inner ul li a:hover .txt {
    color: #54AA7E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  footer .footer-inner .relation-box .inner ul li a:hover .txt::before {
    opacity: 0.5;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
}
footer .privacy {
  text-align: center;
  font-size: 1.2rem;
}
footer .copyright {
  margin-top: 24px;
  color: #123323;
  text-align: center;
  font-size: 1.2rem;
  font-family: "Josefin Sans", sans-serif, "Open Sans", arial, sans-serif;
}

/*----------------------------------------------------
 page-top
--------------------------------------------------- */
#page-top {
  display: none;
  position: fixed;
  z-index: 10;
  right: 40px;
  bottom: 40px;
  width: 56px;
  height: 56px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page-top a {
  background: url(../images/common/arrow_pagetop.png) no-repeat top 13px center #316C4E;
  background-size: 9px 13px;
  display: block;
  border-radius: 50%;
  overflow: hidden;
  height: 56px;
  color: #fff;
  font-family: "Josefin Sans", sans-serif, "Open Sans", arial, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page-top a span {
  position: absolute;
  top: 29px;
  left: 17px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page-top:hover {
  right: 28px;
  bottom: 28px;
  width: 80px;
  height: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page-top:hover a {
  background: url(../images/common/arrow_pagetop.png) no-repeat top 25px center #54AA7E;
  background-size: 9px 13px;
  height: 80px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#page-top:hover a span {
  top: 41px;
  left: 29px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*----------------------------------------------------
 hero
--------------------------------------------------- */
.hero {
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 4px), -webkit-gradient(linear, right top, left top, from(#316C4E), to(#44BA7D));
  background: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0.15) 1px, rgba(255, 255, 255, 0) 1px, rgba(255, 255, 255, 0) 4px), linear-gradient(270deg, #316C4E, #44BA7D);
  height: 320px;
  position: relative;
}
.hero .title-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 550px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}
.hero .title-wrap h1 {
  font-size: 4rem;
  font-weight: 500;
}
.hero .title-wrap .subtitle {
  font-family: "Josefin Sans", sans-serif, "Open Sans", arial, sans-serif;
  font-size: 1.6rem;
  font-weight: 300;
  margin-bottom: 8px;
}

/*----------------------------------------------------
 breadcrumb
--------------------------------------------------- */
.breadcrumb {
  /*position: absolute;
  top: 16px;
  left: calc(100 / 1400 * 100%);*/
  max-width: 1280px;
  width: 100%;
  padding: 16px 40px 0;
  margin: auto;
  color: #fff;
}
.breadcrumb .breadcrumb-list {
  margin: auto;
  font-size: 1.4rem;
  padding: 1em 0 2em;
}
.breadcrumb .breadcrumb-list li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.breadcrumb .breadcrumb-list li::before {
  content: ">";
  margin-right: 0.5em;
  margin-left: 0.25em;
}
.breadcrumb .breadcrumb-list li:first-child::before {
  content: none;
}
.breadcrumb a {
  color: #fff;
  text-decoration: underline;
}
.breadcrumb a:hover {
  text-decoration: none;
}

/*----------------------------------------------------
 local-nav
--------------------------------------------------- */
.local-nav-wrap {
  width: 1000px;
  margin: -24px auto 0;
  padding: 14px 34px;
  -webkit-box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0px 8px rgba(0, 0, 0, 0.2);
  border-radius: 16px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.local-nav-wrap .local-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.local-nav-wrap .local-nav li {
  margin-right: 32px;
}
.local-nav-wrap .local-nav li:last-child {
  margin-right: 0;
}
.local-nav-wrap .local-nav li a {
  color: #316C4E;
  display: block;
  position: relative;
  font-size: 1.4rem;
  line-height: 1.5714285714;
  padding-right: 26px;
  position: relative;
}
.local-nav-wrap .local-nav li a::after {
  position: absolute;
  content: "";
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 18px;
  width: 18px;
  background: url(../images/common/icon_arrow_b.png) #316C4E no-repeat center center;
  background-size: 5px 8px;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .local-nav-wrap .local-nav li a:hover {
    opacity: 1;
    color: #54AA7E;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .local-nav-wrap .local-nav li a:hover::after {
    background: url(../images/common/icon_arrow_b.png) #54AA7E no-repeat center center;
    background-size: 5px 8px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    height: 24px;
    width: 24px;
    right: -4px;
  }
}

.company .local-nav-wrap {
  width: 600px;
}
.company .local-nav-wrap .local-nav li a::after {
  background: url(../images/common/icon_arrow_r.png) #316C4E no-repeat center center;
  background-size: 8px 5px;
}
@media screen and (min-width: 768px) {
  .company .local-nav-wrap .local-nav li a:hover::after {
    background: url(../images/common/icon_arrow_r.png) #54AA7E no-repeat center center;
    background-size: 8px 5px;
  }
}
.company .local-nav-wrap .local-nav li a.cr {
  color: #54AA7E;
  pointer-events: none;
}
.company .local-nav-wrap .local-nav li a.cr::after {
  background: url(../images/common/icon_arrow_r.png) #54AA7E no-repeat center center;
  background-size: 8px 5px;
}

/*----------------------------------------------------
 contents base
--------------------------------------------------- */
.contents {
  background: -webkit-gradient(linear, left top, left bottom, from(#ECF6F1), to(#FFF));
  background: linear-gradient(180deg, #ECF6F1, #FFF);
  margin-top: -25px;
  padding-top: 25px;
}
.contents section {
  margin-top: 160px;
}
.contents section .inner {
  width: 1000px;
  margin: auto;
}
.contents section h2 {
  font-size: 3.2rem;
  border-left: 4px solid;
  border-image-source: linear-gradient(180deg, #316C4E, #44BA7D);
  border-image-slice: 1;
  padding-left: 32px;
  font-weight: 400;
}
.contents section .txt {
  margin-top: 64px;
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 2;
}