<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Lato|Montserrat:400,700|Noto+Sans+JP:300,400,700&amp;display=swap");
/* =============================================================================
    #Foundation
   ========================================================================== */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/* #Base
   -------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 16px;
    line-height: 1.5;
  }
}

body {
  background-color: #fff;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  /* アンチエイリアスを指定する */
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  /* メトリクスカーニングを指定する */
  font-kerning: normal;
  font-size: 16px;
  line-height: 1.875;
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    line-height: 1.5;
  }
}

body.is-fixed {
  position: fixed;
  width: 100%;
}

main {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  line-height: 1;
  color: inherit;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
}

h1 {
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.38;
  color: #096638;
}

@media screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
    line-height: 1.3;
  }
}

h2 {
  font-size: 24px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.5;
  color: #096638;
}

@media screen and (min-width: 768px) {
  h2 {
    font-size: 32px;
    line-height: 1.38;
  }
}

h3 {
  font-size: 20px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  h3 {
    line-height: 1.5;
    font-size: 24px;
  }
}

h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.75;
}

p {
  line-height: 1.75;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

a {
  text-decoration: none;
  color: #00a150;
  font-weight: normal;
  cursor: pointer;
  transition: 0.2s;
}

a:hover {
  opacity: 0.6;
}

ul, ol {
  list-style-type: none;
}

ul &gt; li, ol &gt; li {
  line-height: 1.75;
}

/**
   * フルードイメージにします。
   */
img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

/**
   * IEでSVGがフルードイメージにならない不具合があります。
   * 属性値が`.svg`で終わる要素に適応します。
   */
[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

select {
  font-size: 16px;
  transform: scale(calc(14 / 16));
}

select::-ms-expand {
  display: none;
}

/* =============================================================================
    #Layout
   ========================================================================== */
.l-footer {
  width: 100%;
}

.l-header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.l-header-header {
  width: 100%;
}

.l-main {
  margin-top: 60px;
}

@media screen and (min-width: 929px) {
  .l-main {
    margin-top: 120px;
  }
}

@media screen and (min-width: 929px) {
  .l-main {
    margin-top: 120px;
  }
}

@media screen and (min-width: 929px) {
  .l-main--minkan {
    padding-top: 90px;
  }
}

/* =============================================================================
    #Object
   ========================================================================== */
/**

/* -----------------------------------------------------------------------------
    #Component
   -------------------------------------------------------------------------- */
.c-accordionWrapper {
  margin: 0 -16px;
}

@media screen and (min-width: 768px) {
  .c-accordionWrapper {
    margin: 0;
  }
}

.c-accordion li:first-of-type .c-accordion-label {
  border-top: 1px solid #c0c4ce;
}

.c-accordion-label {
  color: #00a150;
  display: block;
  padding: 16px 32px 16px 16px;
  position: relative;
  border-bottom: 1px solid #c0c4ce;
  line-height: 1.75;
  cursor: pointer;
}

.c-accordion-label.as_footer {
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

.c-accordion-label.as_footer:after {
  background-image: url("/assets/img/common/ico_plus-wh.svg");
}

.c-accordion-label:after {
  content: '';
  background-image: url("/assets/img/common/ico_plus.svg");
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  height: 20px;
  width: 20px;
  position: absolute;
  right: 12px;
  top: calc( 50% - 10px);
}

.c-accordion-label.is-open {
  background-color: #f7f8fa;
}

.c-accordion-label.is-open.as_header {
  background-color: #fff;
}

.c-accordion-label.is-open:after {
  background-image: url("/assets/img/common/ico_minus-gr.svg");
}

.c-accordion-label.is-open.as_footer:after {
  background-image: url("/assets/img/common/ico_minus.svg");
}

.c-accordion-label.as_footer {
  background-color: transparent;
}

.c-accordion-content {
  display: none;
  border-bottom: 1px solid #c0c4ce;
  height: auto;
  padding: 12px 16px;
}

@media screen and (min-width: 768px) {
  .c-accordion-content {
    padding: 23px 16px;
  }
}

.c-accordion-content.as_header {
  padding: 0;
}

.c-accordion-txt {
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .c-accordion-txt {
    padding: 0;
  }
}

.c-boxA {
  padding: 24px;
  border: 1px solid #c0c4ce;
}

@media screen and (min-width: 768px) {
  .c-boxA {
    padding: 32px;
  }
}

.c-boxA &gt; h3 {
  margin-bottom: 16px;
}

.c-boxA &gt; p + p {
  margin-top: 8px;
}

.c-boxA + .c-boxA {
  margin-top: 32px;
}

@media screen and (min-width: 768px) {
  .c-boxesB {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -32px;
  }
}

.c-boxB {
  text-align: center;
  padding: 32px;
  border: 1px solid #c0c4ce;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .c-boxB {
    width: calc( ( 100% - 32px ) / 2);
  }
}

.c-boxB &gt; h3 {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .c-boxB &gt; h3 {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .c-boxB &gt; p {
    text-align: center;
  }
}

.c-boxB &gt; a {
  margin-top: 16px;
  display: block;
}

.c-btn {
  display: inline-block;
  width: 100%;
  line-height: 48px;
  text-align: center;
  background: #00a150;
  cursor: pointer;
  color: #fff;
  border: none;
  transition: 0.2s;
}

@media screen and (min-width: 415px) {
  .c-btn {
    width: 352px;
  }
}

.c-btn:hover {
  opacity: 0.6;
}

.c-headerA {
  width: 100%;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-headerA {
    height: 270px;
    padding-left: 17.8%;
  }
}

.c-headerA-inner {
  display: flex;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .c-headerA-image {
    display: none;
  }
}

.c-headerA-titleWrapper {
  padding-right: 32px;
  width: 100%;
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .c-headerA-titleWrapper {
    padding-right: 0;
    position: absolute;
    left: -97px;
    width: auto;
    margin-top: 0;
  }
}

.c-headerA-title {
  display: block;
  position: relative;
  text-align: right;
  border-bottom: 1px solid;
  padding-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .c-headerA-title {
    border: none;
  }
}

@media screen and (min-width: 768px) {
  .c-headerA-title::after {
    content: '';
    display: inline-block;
    width: 100vw;
    border-bottom: 1px solid;
    position: absolute;
    right: 0;
    bottom: 0;
  }
}

.c-headerA-subtitle {
  display: block;
  text-align: right;
  font-size: 16px;
  margin-top: 8px;
  color: #096638;
}

@media screen and (min-width: 768px) {
  .c-headerA__bg {
    height: 270px;
    width: 100%;
    background-size: cover;
    background-position: center;
    z-index: -1;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-headerA__bg.as_about {
    background-image: url("/assets/img/heading/img_about@1x.jpg");
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c-headerA__bg.as_about {
    background-image: url("/assets/img/heading/img_about@2x.jpg");
  }
}

@media screen and (min-width: 768px) {
  .c-headerA__bg.as_jidoukan {
    background-image: url("/assets/img/heading/img_jidoukan@1x.jpg");
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c-headerA__bg.as_jidoukan {
    background-image: url("/assets/img/heading/img_jidoukan@2x.jpg");
  }
}

@media screen and (min-width: 768px) {
  .c-headerA__bg.as_project {
    background-image: url("/assets/img/heading/img_project@1x.jpg");
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c-headerA__bg.as_project {
    background-image: url("/assets/img/heading/img_project@2x.jpg");
  }
}

@media screen and (min-width: 768px) {
  .c-headerA__bg.as_seminar {
    background-image: url("/assets/img/heading/img_seminar@1x.jpg");
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c-headerA__bg.as_seminar {
    background-image: url("/assets/img/heading/img_seminar@2x.jpg");
  }
}

@media screen and (min-width: 768px) {
  .c-headerA__bg.as_recruit {
    background-image: url("/assets/img/heading/img_recruit@1x.jpg");
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c-headerA__bg.as_recruit {
    background-image: url("/assets/img/heading/img_recruit@2x.jpg");
  }
}

@media screen and (min-width: 768px) {
  .c-headerA__bg.as_qualification {
    background-image: url("/assets/img/heading/img_qualification@1x.jpg");
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c-headerA__bg.as_qualification {
    background-image: url("/assets/img/heading/img_qualification@2x.jpg");
  }
}

@media screen and (min-width: 768px) {
  .c-headerA__bg.as_support {
    background-image: url("/assets/img/heading/img_support@1x.jpg");
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c-headerA__bg.as_support {
    background-image: url("/assets/img/heading/img_support@2x.jpg");
  }
}

.c-headerB {
  width: 100%;
  background-color: #f7f8fa;
  padding: 48px 16px;
}

@media screen and (min-width: 768px) {
  .c-headerB {
    height: 172px;
    padding: 64px 16px;
  }
}

.c-headerB-inner {
  display: block;
}

@media screen and (min-width: 768px) {
  .c-headerB-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
  }
}

.c-headerB-formInner {
  width: 100%;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .c-headerB-formInner {
    width: auto;
    margin-bottom: 0;
    margin-right: 16px;
  }
}

.c-headerB-form {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.c-headerB-form__label {
  display: inline-block;
  width: 60px;
  font-size: 12px;
  color: #777777;
  margin-right: 16px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .c-headerB-form__label {
    width: auto;
    margin-right: 0;
  }
}

.c-headerB-form__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  width: 261px;
  height: 41px;
  color: #a6aab6;
  border: 1px solid #c0c4ce;
  background-color: #fff;
  border-radius: 0;
  padding: 8px 16px;
  background-image: url("/assets/img/common/ico_arrow-small-gl.svg");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: right 16px center;
}

.c-headerB h2 {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .c-headerB h2 {
    margin-bottom: 0;
  }
}

.c-headerC {
  height: 152px;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .c-headerC {
    height: 329px;
  }
}

.c-headerC.as_about {
  background-image: url("/assets/img/heading/img_about@1x.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c-headerC.as_about {
    background-image: url("/assets/img/heading/img_about@2x.jpg");
  }
}

.c-headerC.as_kenzenikusei {
  background-image: url("/assets/img/heading/img_jidoukan@1x.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c-headerC.as_kenzenikusei {
    background-image: url("/assets/img/heading/img_jidoukan@2x.jpg");
  }
}

.c-headerC.as_project {
  background-image: url("/assets/img/heading/img_project@1x.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c-headerC.as_project {
    background-image: url("/assets/img/heading/img_project@2x.jpg");
  }
}

.c-headerC.as_seminar {
  background-image: url("/assets/img/heading/img_seminar@1x.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c-headerC.as_seminar {
    background-image: url("/assets/img/heading/img_seminar@2x.jpg");
  }
}

.c-headerC.as_qualification {
  background-image: url("/assets/img/heading/img_qualification@1x.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .c-headerC.as_qualification {
    background-image: url("/assets/img/heading/img_qualification@2x.jpg");
  }
}

.c-headerC-titleWrapper {
  text-align: center;
}

.c-headerC-title {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .c-headerC-title {
    margin-bottom: 24px;
  }
}

.c-headerC-subtitle {
  color: #096638;
  font-style: italic;
}

.c-icon {
  vertical-align: -8px;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.c-icon img {
  vertical-align: 6px;
}

.c-icon i {
  vertical-align: 6px;
  font-size: 20px;
  color: #00a150;
}

@media screen and (min-width: 768px) {
  .c-imageA {
    display: flex;
    justify-content: space-between;
  }
}

.c-imageA-txtWrapper {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .c-imageA-txtWrapper {
    flex: 1;
    margin-right: 64px;
    margin-bottom: 0;
  }
}

.c-imageA-txtWrapper &gt; h3 {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .c-imageA &gt; figure {
    flex-basis: 288px;
  }
}

.c-imageB-txtWrapper {
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .c-imageB-txtWrapper {
    margin-bottom: 32px;
  }
}

.c-imageB-txtWrapper &gt; h3 {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .c-imageB-imageWrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -40px;
  }
}

@media screen and (min-width: 768px) {
  .c-imageB-imageWrapper &gt; figure {
    width: calc( ( 100% - 32px ) / 2);
    margin-bottom: 40px;
  }
}

.c-imageB-imageWrapper &gt; figure + figure {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .c-imageB-imageWrapper &gt; figure + figure {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) {
  .c-imageC {
    display: flex;
  }
}

.c-imageC &gt; figure {
  margin-bottom: 16px;
  text-align: center;
  padding: 4em;
}

@media screen and (min-width: 768px) {
  .c-imageC &gt; figure {
    margin-right: 32px;
    margin-bottom: 0;
    width: 40%;
    padding: 0;
  }
}

.c-imageC-txtWrapper {
  flex: 1;
}

.c-label {
  display: inline-block;
  text-align: center;
  min-width: 80px;
  padding: 0 16px;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  color: #fff;
}

.c-label.as_primary {
  background-color: #cf6027;
}

.c-label.as_secondary {
  background-color: #cfa627;
}

.c-label.as_tertiary {
  background-color: #a6aab6;
}

.c-label.as_seminar {
  vertical-align: 4px;
  margin-right: 16px;
}

.c-link-wrapper--recruite {
  text-align: right;
  margin-top: 25px;
}

.c-link::after {
  content: '';
  display: inline-block;
  width: 21px;
  height: 10px;
  background-image: url("/assets/img/common/ico_arrow-gr.svg");
  vertical-align: 1px;
}

.c-link a {
  padding-right: 8px;
}

.c-link-widnow::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background: url("/assets/img/common/ico_window@1x.png") no-repeat;
  background-position: center center;
  vertical-align: -2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .c-link-widnow::after {
    background: url("/assets/img/common/ico_window@2x.png") no-repeat;
  }
}

.c-link-pdf::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  width: 16px;
  height: 16px;
  background: url("/assets/img/common/ico_pdf@1x.png") no-repeat;
  background-position: center center;
  vertical-align: -2px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  .c-link-pdf::after {
    background: url("/assets/img/common/ico_pdf@2x.png") no-repeat;
  }
}

.c-listA {
  counter-reset: number;
}

.c-listA &gt; li {
  display: flex;
}

.c-listA &gt; li::before {
  counter-increment: number;
  content: counter(number) "・ ";
  width: 1rem;
}

.c-listA &gt; li &gt; ul &gt; li {
  display: flex;
}

.c-listA &gt; li &gt; ul &gt; li:before {
  content: '・ ';
}

.c-listA &gt; li &gt; p {
  flex-basis: calc(100% - 16px);
}

.c-listA.as_wrap &gt; li {
  flex-wrap: wrap;
}

.c-listA-info {
  padding: 16px;
  background-color: #f7f8fa;
  margin: 12px 0 12px 13.34px;
  font-size: 14px;
  line-height: 1.71;
  display: block;
}

.c-listA-info-txt {
  margin-bottom: 0 !important;
}

.c-listA &gt; li {
  display: flex;
}

.c-listA &gt; li:before {
  counter-increment: number;
  content: counter(number) ". ";
}

.c-listB li {
  display: flex;
}

.c-listB li:before {
  content: '・ ';
  width: 1rem;
}

.c-note {
  padding: 16px;
  background-color: #f7f8fa;
}

.c-note.as_list {
  margin: 12px 0 12px 13.34px;
}

.c-note &gt; p {
  line-height: 1.71;
  font-size: 14px;
  margin-bottom: 0 !important;
}

.c-section-titleWrapper {
  margin-bottom: 32px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.c-section-title {
  display: inline-block;
  margin-right: 40px;
}

.c-section-titleline {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-section-titleline {
    display: block;
    height: 1px;
    border: solid 1px rgba(9, 102, 56, 0.5);
    flex: 1;
  }
}

.c-section-titleline.as_dash {
  min-width: 120px;
}

.c-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -32px -16px 0;
}

@media screen and (min-width: 768px) {
  .c-tabs {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
}

.c-tab {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  border-bottom: 1px solid #a6aab6;
  cursor: pointer;
  transition: 0.2s;
}

@media screen and (min-width: 768px) {
  .c-tab {
    width: 25%;
  }
}

.c-tab:hover {
  border-color: #00a150;
}

.c-tab:hover &gt; span {
  color: #00a150;
  opacity: 1;
  font-weight: normal;
}

.c-tab &gt; span {
  color: #a6aab6;
  display: block;
  text-align: center;
}

.c-tab.is-active {
  border-color: #00a150;
}

.c-tab.is-active span {
  color: #00a150;
  font-weight: normal;
}

.c-tab-panel {
  display: none;
}

.c-tab-panel.is-active {
  display: block;
}

.c-tableA {
  table-layout: fixed;
}

.c-tableA tr:nth-of-type(even) {
  background-color: #f7f8fa;
}

@media screen and (min-width: 768px) {
  .c-tableA tr:nth-of-type(even) {
    background-color: #fff;
  }
}

.c-tableA tr &gt; th {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
  padding: 12px 16px;
  display: block;
  width: 100%;
  background-color: #f0f8f4;
  border: 1px solid #c0c4ce;
  border-bottom: none;
}

.c-tableA tr &gt; th:first-child {
  padding-top: 12px;
}

@media screen and (min-width: 768px) {
  .c-tableA tr &gt; th {
    width: 192px;
    display: table-cell;
    border-bottom: 1px solid #c0c4ce;
  }
}

.c-tableA tr &gt; td {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 12px 16px;
  line-height: 1.71;
  font-weight: 300;
  border: 1px solid #c0c4ce;
  border-bottom: none;
  background-color: #fff;
}

.c-tableA tr &gt; td:last-child {
  padding-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .c-tableA tr &gt; td {
    width: auto;
    display: table-cell;
    border-bottom: 1px solid #c0c4ce;
  }
}

.c-tableA tr:last-child &gt; td:last-child {
  border-bottom: 1px solid #c0c4ce;
}

.c-tableB tr {
  border: 1px solid #c0c4ce;
}

@media screen and (min-width: 768px) {
  .c-tableB tr {
    border: none;
  }
}

.c-tableB tr:first-child {
  display: none;
}

@media screen and (min-width: 768px) {
  .c-tableB tr:first-child {
    display: table-row;
  }
}

.c-tableB tr:nth-of-type(odd) {
  background-color: #f7f8fa;
}

@media screen and (min-width: 768px) {
  .c-tableB tr:nth-of-type(odd) {
    background-color: #fff;
  }
}

.c-tableB tr &gt; th {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 400;
  padding: 0 16px 4px;
  min-width: 65px;
}

.c-tableB tr &gt; th:first-child {
  padding-top: 12px;
}

@media screen and (min-width: 768px) {
  .c-tableB tr &gt; th {
    background-color: #f0f8f4;
    border: 1px solid #c0c4ce;
    padding: 12px 16px;
  }
}

.c-tableB tr &gt; td {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 0 16px 8px;
  line-height: 1.71;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  .c-tableB tr &gt; td {
    display: table-cell;
    padding: 12px 16px;
  }
}

.c-tableB tr &gt; td:first-of-type {
  padding: 12px 16px 8px;
}

@media screen and (min-width: 768px) {
  .c-tableB tr &gt; td:first-of-type {
    padding: 12px 16px;
  }
}

.c-tableB tr &gt; td:last-child {
  padding-bottom: 12px;
}

@media screen and (min-width: 768px) {
  .c-tableB tr &gt; td:last-child {
    padding: 12px 16px;
  }
}

@media screen and (min-width: 768px) {
  .c-tableB tr &gt; td {
    padding: 12px 16px;
    width: auto;
    border: 1px solid #c0c4ce;
  }
}

.c-tableB tr &gt; td &gt; .as_display-sp {
  display: block;
  padding-bottom: 4px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  .c-tableB tr &gt; td &gt; .as_display-sp {
    display: none;
    padding: 0;
  }
}

.c-title__maintitle {
  display: inline-block;
  font-size: 32px;
  font-weight: 300;
  font-style: normal;
  line-height: 1.38;
  color: #096638;
}

@media screen and (min-width: 768px) {
  .c-title__maintitle {
    font-size: 40px;
    line-height: 1.3;
  }
}

.c-title__subtitle {
  font-size: 16px;
  font-family: "Lato", sans-serif;
  color: #096638;
  font-weight: normal;
}

.c-title--smallWrapper {
  display: flex;
  align-items: center;
}

.c-title--small {
  display: inline-block;
  margin-right: 40px;
}

.c-title--small__line {
  content: '';
  flex: 1;
  height: 1px;
  background-color: #096638;
  display: inline-block;
}

/* -----------------------------------------------------------------------------
    #Project
   -------------------------------------------------------------------------- */
.p-404 {
  border: 1px solid #c0c4ce;
  padding: 32px;
}

.p-404__title {
  margin-bottom: 8px;
}

.p-404__txt {
  margin-bottom: 8px;
}

.p-blogsWrapper {
  margin-bottom: 80px;
  padding: 0 16px;
}

.p-blogs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -32px;
}

.p-blog {
  width: 100%;
  display: flex;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .p-blog {
    width: calc( ( 100% - 32px ) / 2);
  }
}

.p-blog__image {
  width: calc(( 100% - 16px ) / 2);
  margin-right: 16px;
  max-width: 192px;
}

@media screen and (min-width: 768px) {
  .p-blog__image {
    margin-right: 32px;
    width: 193px;
    height: 131px;
  }
}

.p-blog-txtWrapper {
  width: calc(( 100% - 16px ) / 2);
}

@media screen and (min-width: 415px) {
  .p-blog-txtWrapper {
    flex: 1;
  }
}

@media screen and (min-width: 768px) {
  .p-blog-txtWrapper {
    height: auto;
  }
}

.p-blog__title {
  font-weight: normal;
  font-size: 16px;
}

.p-blog__txt {
  margin-bottom: 8px;
  line-height: 1.71;
  font-size: 14px;
  height: 69px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .p-blog__txt {
    height: 46px;
  }
}

.p-blog__link {
  display: none;
}

@media screen and (min-width: 415px) {
  .p-blog__link {
    display: block;
  }
}

.p-bottomMenu {
  position: relative;
  border-bottom: 1px solid #c0c4ce;
  padding-bottom: 32px;
}

@media screen and (min-width: 929px) {
  .p-bottomMenu {
    height: 260px;
  }
}

.p-bottomMenu-inner {
  max-width: 928px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 929px) {
  .p-bottomMenu-inner {
    padding: 0;
  }
}

.p-bottomMenu__bg {
  background-color: #f7f8fa;
  width: 100%;
  height: 100%;
  z-index: -1;
  top: 20px;
  position: absolute;
}

@media screen and (min-width: 929px) {
  .p-bottomMenu__bg {
    height: 240px;
  }
}

.p-bottomMenu-titleWrapper {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 929px) {
  .p-bottomMenu-titleWrapper {
    margin-bottom: 40px;
  }
}

.p-bottomMenu__title {
  margin-right: 32px;
}

.p-bottomMenu__subtitle {
  font-family: Lato;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: italic;
  line-height: 1.75;
  letter-spacing: 0.8px;
  color: #096638;
}

.p-bottomMenu-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: -16px;
}

.p-bottomMenu-links::after {
  content: "";
  display: block;
  width: calc((100% - 32px) / 3);
}

.p-bottomMenu-links.as_twice .p-bottomMenu__link {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-bottomMenu-links.as_twice .p-bottomMenu__link {
    width: calc((100% - 16px) / 2);
    margin-bottom: 16px;
  }
}

.p-bottomMenu__link {
  width: 100%;
  border: 1px solid #c0c4ce;
  background-color: #fff;
}

@media screen and (min-width: 929px) {
  .p-bottomMenu__link {
    width: calc((100% - 32px) / 3);
    margin-bottom: 16px;
  }
}

.p-bottomMenu__link:hover {
  opacity: 0.5;
}

.p-bottomMenu__link a {
  color: #096638;
  line-height: 1.71;
  display: flex;
  justify-content: space-between;
  padding: 12px 16px;
}

.p-bottomMenu__link + .p-bottomMenu__link {
  border-top: none;
}

@media screen and (min-width: 768px) {
  .p-bottomMenu__link + .p-bottomMenu__link {
    border-top: 1px solid #c0c4ce;
  }
}

.p-bottomMenu__link.is-active {
  background-color: #d5ede1;
  border: none;
}

.p-bottomMenu__link-img {
  width: 20px;
  height: 10px;
}

.p-breadcrumb {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-breadcrumb {
    display: block;
    width: 100%;
    padding: 0 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.p-breadcrumb.as_bottom {
  display: block;
  background-color: #f7f8fa;
  padding: 0 16px 6px;
}

@media screen and (min-width: 768px) {
  .p-breadcrumb.as_bottom {
    padding: 0 16px;
  }
}

.p-breadcrumb-list {
  display: inline;
}

@media screen and (min-width: 768px) {
  .p-breadcrumb-list {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    height: 50px;
  }
}

.p-breadcrumb-list &gt; li {
  font-size: 12px;
  color: #777777;
  display: inline;
}

.p-breadcrumb-list &gt; li a {
  color: #777777;
}

.p-breadcrumb-list &gt; li a:hover {
  color: #00a150;
}

.p-breadcrumb-list &gt; li:not(:last-child) {
  margin-right: 12px;
}

.p-breadcrumb-list &gt; li:not(:last-child) a {
  margin-right: 12px;
}

.p-breadcrumb-list &gt; li:not(:last-child)::after {
  content: '';
  display: inline-block;
  background: url("/assets/img/common/ico_arrow-small-gl.svg");
  width: 8px;
  height: 8px;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-90deg);
}

.p-category {
  border: 1px solid #c0c4ce;
}

.p-category &gt; a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 16px;
}

.p-category-title {
  font-size: 14px;
  line-height: 1.71;
}

.p-category-othertitleWrapper {
  display: block;
  font-weight: normal;
  border-bottom: 1px solid #c0c4ce;
  padding-bottom: 16px;
}

.p-category-othertitle {
  font-size: 14px;
  line-height: 1.71;
  color: #00a150;
}

.p-category-img {
  display: inline-block;
  width: 20px;
  height: 10px;
}

.p-category-img img {
  vertical-align: top;
}

.p-category.as_large {
  border: 1px solid #c0c4ce;
}

.p-category + .p-category {
  margin-top: 16px;
}

.p-category-mainlink {
  padding: 16px 16px 0;
}

.p-category-mainlink a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #c0c4ce;
  padding-bottom: 16px;
}

.p-category-sublinksWrapper {
  padding: 24px 32px;
}

@media screen and (min-width: 768px) {
  .p-category-sublinks {
    display: flex;
    flex-wrap: wrap;
    margin-right: -32px;
    margin-bottom: -12px;
  }
}

@media screen and (min-width: 768px) {
  .p-category-sublink {
    flex-basis: calc( ( 100% - 96px ) / 3);
    margin-right: 32px;
    margin-bottom: 12px;
  }
}

@media screen and (min-width: 768px) {
  .p-category-sublink.as_info {
    flex-basis: 20%;
    margin-right: 0;
  }
}

.p-category-sublink a {
  color: #c0c4ce;
  font-size: 14px;
}

.p-category-sublink a:hover {
  opacity: 1;
  color: #00a150;
}

.p-category-copy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.p-category-copy__txt {
  line-height: 2;
}

.p-category-smalllinks {
  margin-left: 16px;
}

.p-container {
  max-width: 928px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

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

.p-container--l {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  padding: 0 16px;
}

@media screen and (min-width: 1200px) {
  .p-container--l {
    padding: 0;
  }
}

.p-footer-menu {
  padding: 16px 16px 32px;
}

.p-footer-menu-wrapper {
  background-color: #096638;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .p-footer-menu-wrapper {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1200px) {
  .p-footer-menu-wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-menu {
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: -32px;
    padding: 48px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.p-footer-menu::before {
  content: "";
  display: block;
  width: 23%;
  order: 1;
}

.p-footer-menu::after {
  content: "";
  display: block;
  width: 23%;
}

.p-footer-menu-list-wrapper {
  width: calc(( 100% - 96px ) / 4);
  margin-bottom: 32px;
}

.p-footer-menu-list__title {
  margin-bottom: 12px;
}

.p-footer-menu-list__title a {
  font-size: 16px;
  line-height: 1.75;
  color: #fff;
}

.p-footer-menu-list &gt; li a {
  position: relative;
  line-height: 2.57;
  font-size: 14px;
  color: #fff;
  display: flex;
  padding-left: 16px;
}

@media screen and (min-width: 768px) {
  .p-footer-menu-list &gt; li a {
    line-height: 2;
  }
}

.p-footer-menu-list &gt; li a::before {
  content: '';
  display: block;
  background-image: url("/assets/img/common/ico_arrow-small-wh.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 11px;
  width: 8px;
  height: 8px;
  transform: rotate(-90deg);
}

.p-footer-middle {
  padding: 32px 16px 24px;
  height: auto;
}

.p-footer-middle-wrapper {
  background-color: #024f29;
}

@media screen and (min-width: 768px) {
  .p-footer-middle {
    height: 92px;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1200px) {
  .p-footer-middle {
    padding: 0;
    max-width: 1120px;
    width: 100%;
    margin: 0 auto;
  }
}

.p-footer-middle-links {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}

@media screen and (min-width: 768px) {
  .p-footer-middle-links {
    height: 92px;
    padding: 0;
    border-bottom: none;
    margin-bottom: 0;
    flex: 1;
  }
}

@media screen and (min-width: 929px) {
  .p-footer-middle-links {
    justify-content: flex-start;
  }
}

.p-footer-middle-links &gt; li {
  flex-basis: 50%;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .p-footer-middle-links &gt; li {
    margin-bottom: 0;
    flex-basis: auto;
  }
}

.p-footer-middle-links &gt; li a {
  color: #fff;
  padding-left: 16px;
  font-size: 14px;
  position: relative;
  line-height: 2;
}

.p-footer-middle-links &gt; li a::before {
  content: '';
  display: block;
  background-image: url("/assets/img/common/ico_arrow-small-wh.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
  width: 8px;
  height: 8px;
  transform: rotate(-90deg);
}

@media screen and (min-width: 929px) {
  .p-footer-middle-links &gt; li + li {
    margin-left: 32px;
  }
}

.p-footer-middle-arrow {
  display: block;
  text-align: center;
}

@media screen and (min-width: 929px) {
  .p-footer-middle-arrow {
    display: flex;
    align-items: center;
    display: inline-block;
    cursor: pointer;
  }
}

.p-footer-middle-arrow__icon {
  width: 20px;
  height: 10px;
  transform: rotate(-90deg);
  display: inline-block;
  position: relative;
}

@media screen and (min-width: 929px) {
  .p-footer-middle-arrow__icon {
    margin-right: 10px;
    margin-top: 20px;
  }
}

.p-footer-middle-arrow__icon img {
  position: absolute;
  top: 0;
  left: 0;
}

.p-footer-bottom {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.p-footer-bottom-wrapper {
  background-color: #f7f8fa;
}

@media screen and (min-width: 768px) {
  .p-footer-bottom-wrapper {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1200px) {
  .p-footer-bottom-wrapper {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .p-footer-bottom {
    height: 112px;
    flex-wrap: nowrap;
  }
}

.p-footer-bottom-logo {
  width: 100%;
  text-align: center;
  order: 1;
  padding: 23px 38px;
}

@media screen and (min-width: 768px) {
  .p-footer-bottom-logo {
    order: 0;
    padding: 0;
    text-align: left;
  }
}

.p-footer-bottom-logo__image {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .p-footer-bottom-logo__image {
    margin-bottom: 0;
  }
}

.p-footer-bottom-logo__image img {
  max-width: 300px;
}

.p-footer-bottom-logo__copy {
  font-size: 12px;
  font-family: "Noto Sans JP", sans-serif;
  color: #777777;
}

@media screen and (min-width: 768px) {
  .p-footer-bottom-logo__copy {
    display: none;
  }
}

.p-footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 32px 16px;
  border-bottom: 1px solid #c0c4ce;
}

@media screen and (min-width: 768px) {
  .p-footer-bottom-content {
    padding: 0;
    height: 112px;
    margin-bottom: 0;
    border: none;
    justify-content: flex-end;
  }
}

.p-footer-bottom-content-inner {
  margin-right: 32px;
}

@media screen and (min-width: 768px) {
  .p-footer-bottom-content-links {
    display: flex;
    justify-content: space-between;
    margin-bottom: 12px;
  }
}

.p-footer-bottom-content-links &gt; li {
  font-size: 14px;
}

@media screen and (min-width: 768px) {
  .p-footer-bottom-content-links &gt; li {
    font-size: 12px;
  }
}

.p-footer-bottom-content-links &gt; li a {
  color: #222222;
}

.p-footer-bottom-content-links &gt; li + li {
  margin-top: 16px;
}

@media screen and (min-width: 768px) {
  .p-footer-bottom-content-links &gt; li + li {
    margin-top: 0;
  }
}

.p-footer-bottom-content__copyright {
  font-size: 12px;
  color: #777777;
}

.p-footer-bottom-content-sns {
  display: flex;
}

.p-footer-bottom-content-sns &gt; li a img {
  width: 32px;
  height: 32px;
}

.p-footer-bottom-content-sns &gt; li + li {
  margin-left: 32px;
}

.p-form-inner {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .p-form-inner {
    margin-bottom: 48px;
  }
}

.p-form__txt {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p-form__txt {
    margin-bottom: 48px;
  }
}

.p-form-item {
  display: block;
}

@media screen and (min-width: 768px) {
  .p-form-item {
    display: flex;
  }
}

.p-form-item.as_confirm {
  border-bottom: 1px solid #c0c4ce;
  padding: 15px 0;
}

.p-form-item &gt; dt {
  width: 192px;
}

.p-form-item &gt; dd {
  flex: 1;
}

.p-form-item__input {
  border-radius: 0;
  -webkit-appearance: none;
  padding: 12px 16px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 4px;
  outline: none;
  color: #222222;
  border: 1px solid #c0c4ce;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.75;
  font-weight: 300;
}

.p-form-item__input::placeholder {
  color: #a6aab6;
  font-weight: normal;
}

.p-form-item__input:focus {
  border-color: #00a150;
}

.p-form-item__input.is-error {
  border: 1px solid #f15252;
  background-color: #ffeded;
}

.p-form-item__input.as_content {
  height: 280px;
}

.p-form-item__required {
  margin-left: 8px;
  font-size: 12px;
  line-height: 1.5;
  color: #f15252;
}

.p-form-item__note {
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: #f15252;
  visibility: hidden;
}

.p-form-item__note.is-error {
  visibility: visible;
}

.p-form__attention {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .p-form__attention {
    margin-bottom: 48px;
  }
}

.p-form__submit {
  font-size: 16px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.p-form__submitWrapper {
  text-align: center;
}

.p-form-errMsg {
  color: #f15252;
}

.p-header {
  background-color: #fff;
}

.p-header-subContent {
  display: none;
}

@media screen and (min-width: 929px) {
  .p-header-subContent {
    height: 40px;
    border-bottom: 1px solid rgba(192, 196, 206, 0.4);
    padding: 0 16px;
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
    transition: 0.5s;
  }
}

@media screen and (min-width: 1200px) {
  .p-header-subContent {
    padding: 0 48px;
  }
}

.p-header-subContent.is-scrolled {
  height: 0;
}

.p-header-subContent-inner {
  display: flex;
  align-items: center;
}

.p-header-subContent-list {
  display: flex;
}

.p-header-subContent-list &gt; li {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 500;
  margin-right: 32px;
}

.p-header-subContent-list.is-active {
  display: none;
}

.p-header-subContent-langs {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.p-header-subContent-langs.is-active {
  display: none;
}

.p-header-subContent__lang {
  width: 36px;
  height: 20px;
  border: 1px solid #096638;
}

.p-header-subContent__lang a {
  line-height: 19px;
  font-size: 12px;
  text-align: center;
  display: block;
}

.p-header-subContent__lang.as_jp {
  background-color: #096638;
}

.p-header-subContent__lang.as_jp a {
  color: #fff;
}

.p-header-subContent__lang.as_en a {
  color: #096638;
}

.p-header-subContent-search {
  display: flex;
  align-items: center;
}

.p-header-subContent-search__input {
  display: none;
  padding: 0 0 6px 0;
  font-size: 14px;
  border: none;
  border-bottom: 1px solid #c0c4ce;
  border-radius: 0;
  outline: none;
  background: none;
  width: 320px;
  margin-right: 8px;
  color: #222222;
}

.p-header-subContent-search__input.is-active {
  display: block;
}

.p-header-subContent-search__input::placeholder {
  color: #c0c4ce;
}

.p-header-subContent-search__icon {
  width: 21px;
  height: 21px;
}

.p-header-subContent-search__icon img {
  vertical-align: baseline;
  transition: 0.2s;
  cursor: pointer;
}

.p-header-subContent-search__icon img:hover {
  opacity: 0.6;
}

.p-header-mainContent {
  height: 60px;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #c0c4ce;
  padding: 0 0 0 16px;
  align-items: center;
}

@media screen and (min-width: 929px) {
  .p-header-mainContent {
    position: relative;
    padding: 0 16px;
    height: 80px;
  }
}

@media screen and (min-width: 1200px) {
  .p-header-mainContent {
    padding: 0 48px;
  }
}

@media screen and (min-width: 929px) {
  .p-header-mainContent__logo-wrapper {
    padding: 13px 0 16px;
  }
}

.p-header-mainContent__logo {
  width: 195px;
  height: 28px;
  line-height: 28px;
}

@media screen and (min-width: 929px) {
  .p-header-mainContent__logo {
    width: 240px;
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1200px) {
  .p-header-mainContent__logo {
    width: 340px;
  }
}

.p-header-mainContent__logo img {
  vertical-align: baseline;
}

.p-header-mainContent-pcNav {
  display: none;
}

@media screen and (min-width: 929px) {
  .p-header-mainContent-pcNav {
    display: block;
    padding: 33px 0 22px;
    width: 100%;
    margin-left: 70px;
  }
}

@media screen and (min-width: 1200px) {
  .p-header-mainContent-pcNav {
    width: auto;
    margin-left: 0;
  }
}

.p-header-mainContent-pcNav-list {
  display: flex;
  justify-content: space-between;
}

.p-header-mainContent-pcNav-list &gt; li &gt; a {
  color: #222222;
  padding-bottom: 21px;
}

.p-header-mainContent-pcNav-list &gt; li &gt; a.is-active {
  color: #00a150;
  border-bottom: 1px solid #00a150;
}

@media screen and (min-width: 1200px) {
  .p-header-mainContent-pcNav-list &gt; li + li {
    margin-left: 48px;
  }
}

.p-header-mainContent-pcNav-list &gt; li:hover a {
  color: #00a150;
}

.p-header-mainContent-pcNav-list &gt; li:hover &gt; a {
  opacity: 1;
  border-bottom: 1px solid #00a150;
}

.p-header-mainContent-pcNav-list &gt; li:hover .p-header-megaMenu-wrapper {
  height: 250px;
  padding: 64px 0;
  max-height: 999px;
}

.p-header-mainContent-pcNav-bg {
  opacity: 0;
  position: absolute;
  top: 80px;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.4);
  transition: 0.2s opacity;
  visibility: hidden;
}

.p-header-mainContent-pcNav-bg.is-open {
  opacity: 1;
  visibility: visible;
}

.p-header-megaMenu-wrapper {
  background-color: #f7f8fa;
}

@media screen and (min-width: 929px) {
  .p-header-megaMenu-wrapper {
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    transition: all .2s ease-in;
    z-index: 999;
  }
}

.p-header-megaMenu {
  display: flex;
  max-width: 928px;
  width: 100%;
  margin: 0 auto;
}

.p-header-megaMenu__titleWrapper {
  padding-right: 64px;
  border-right: 1px solid #dbdee8;
}

.p-header-megaMenu__title {
  margin-bottom: 16px;
}

.p-header-megaMenu__subtitle {
  font-family: "Lato", sans-serif;
  font-style: italic;
  font-size: 16px;
  color: #096638;
  text-align: right;
}

.p-header-megaMenu-list {
  flex: 1;
  padding-left: 31px;
  border-right: 1px solid #dbdee8;
}

.p-header-megaMenu-list &gt; li a {
  line-height: 2;
}

.p-header-megaMenu__item a {
  padding-right: 24px;
}

.p-header-spNav-wrapper {
  display: block;
}

@media screen and (min-width: 929px) {
  .p-header-spNav-wrapper {
    display: none;
  }
}

.p-header-spNav {
  z-index: 1;
  position: fixed;
  overflow: auto;
  top: 0;
  right: 0;
  width: 315px;
  height: 100%;
  margin: 0;
  box-sizing: border-box;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-header-spNav__btn {
  display: none;
}

.p-header-spNav__btn-open {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  width: 60px;
  height: 59px;
  background: #fff;
  border-left: 1px solid #c0c4ce;
  transition: background 0.6s, transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 22px;
}

@media screen and (min-width: 929px) {
  .p-header-spNav__btn-open {
    display: none;
  }
}

.p-header-spNav__btn-open::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid #096638;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(-8px);
}

.p-header-spNav__btn-open span {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  left: 30%;
  width: 40%;
  border-bottom: 2px solid #096638;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.p-header-spNav__btn-open::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: 30%;
  width: 40%;
  border-bottom: 2px solid #096638;
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: translateY(8px);
}

.p-header-spNav__btn-close {
  cursor: pointer;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  transition: background .6s;
}

.p-header-spNav__btn:checked + .p-header-spNav__btn-open {
  transform: translateX(-315px);
  background: #096638;
}

.p-header-spNav__btn:checked + .p-header-spNav__btn-open::before {
  transform: rotate(45deg);
  border-color: #fff;
}

.p-header-spNav__btn:checked + .p-header-spNav__btn-open span {
  transform: scaleX(0);
}

.p-header-spNav__btn:checked + .p-header-spNav__btn-open::after {
  transform: rotate(-45deg);
  border-color: #fff;
}

.p-header-spNav__btn:checked ~ .p-header-spNav__btn-close {
  pointer-events: auto;
  background: rgba(0, 0, 0, 0.5);
}

.p-header-spNav__btn:checked ~ .p-header-spNav {
  transform: none;
}

.p-header-spNav-search {
  padding: 12px 16px 12px 0;
  border-bottom: 1px solid #c0c4ce;
  display: flex;
  align-items: center;
  height: 60px;
}

.p-header-spNav-search input[type="text"] {
  font-size: 16px;
  transform: scale(calc(14 / 16));
  padding: 6px 0;
  color: #222222;
  border: none;
  border-bottom: 1px solid #c0c4ce;
  border-radius: 0;
  outline: none;
  background: none;
  flex: 1;
  margin-right: 16px;
}

.p-header-spNav-search input[type="text"]::placeholder {
  color: #c0c4ce;
}

.p-header-spNav-search__icon {
  width: 22px;
  height: 22px;
  display: inline-block;
}

.p-header-spNav-search__icon img {
  vertical-align: baseline;
}

.p-header-spNav-menu {
  margin-bottom: 24px;
}

.p-header-spNav-menu-list &gt; li {
  border-bottom: solid 1px rgba(192, 196, 206, 0.4);
  background-color: #f7f8fa;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 9px 16px;
}

.p-header-spNav-menu-list &gt; li a {
  font-size: 14px;
  display: block;
  width: 100%;
  line-height: 1.5;
}

.p-header-spNav-submenu {
  padding: 0 16px 64px;
}

.p-header-spNav-submenu-links {
  display: flex;
  margin-bottom: 16px;
}

.p-header-spNav-submenu-links &gt; li {
  font-size: 14px;
  line-height: 1.71;
  font-weight: 500;
  margin-right: 32px;
}

.p-header-spNav-submenu-langs {
  display: flex;
  align-items: center;
  margin-right: 24px;
}

.p-header-spNav-submenu__lang {
  width: 36px;
  height: 20px;
  border: 1px solid #096638;
}

.p-header-spNav-submenu__lang.as_jp {
  background-color: #096638;
}

.p-header-spNav-submenu__lang.as_jp a {
  color: #fff;
}

.p-header-spNav-submenu__lang a {
  line-height: 19px;
  font-size: 12px;
  text-align: center;
  display: block;
}

.p-header-minkan {
  width: 100%;
  padding: 18px 16px;
  background-color: #fff;
  height: 60px;
}

@media screen and (min-width: 768px) {
  .p-header-minkan {
    height: 90px;
    padding: 0 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}

.p-header-minkan-logoWrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media screen and (min-width: 415px) {
  .p-header-minkan-logoWrapper {
    justify-content: flex-start;
  }
}

.p-header-minkan-logo__title {
  font-size: 14px;
  line-height: 1.71;
  color: #096638;
  font-weight: normal;
}

@media screen and (min-width: 415px) {
  .p-header-minkan-logo__title {
    margin-right: 8px;
  }
}

@media screen and (min-width: 768px) {
  .p-header-minkan-logo__title {
    font-size: 16px;
    line-height: 1.33;
    margin-right: 10px;
  }
}

@media screen and (min-width: 1200px) {
  .p-header-minkan-logo__title {
    font-size: 24px;
    margin-right: 24px;
  }
}

.p-header-minkan-logo__subtitle {
  font-family: "Lato", sans-serif;
  font-size: 12px;
  line-height: 1.5;
  margin-top: 7px;
  color: #777777;
}

@media screen and (min-width: 415px) {
  .p-header-minkan-logo__subtitle {
    margin-right: 4px;
  }
}

.p-header-minkan-logo__image {
  width: 112px;
  height: 20px;
}

@media screen and (min-width: 768px) {
  .p-header-minkan-logo__image {
    width: 160px;
    height: 23px;
  }
}

@media screen and (min-width: 1200px) {
  .p-header-minkan-logo__image {
    width: 200px;
    height: 36px;
  }
}

.p-header-minkan-logo__image img {
  vertical-align: 2px;
}

.p-header-minkan-nav.as_displayPc {
  display: none;
}

@media screen and (min-width: 929px) {
  .p-header-minkan-nav.as_displayPc {
    display: block;
  }
}

.p-header-minkan-nav-wrapper {
  padding: 24px 35px;
  border-bottom: 1px solid #c0c4ce;
}

@media screen and (min-width: 929px) {
  .p-header-minkan-nav-wrapper.as_displaySp {
    display: none;
  }
}

.p-header-minkan-nav-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media screen and (min-width: 768px) {
  .p-header-minkan-nav-list.as_displayPc {
    flex-wrap: nowrap;
  }
}

.p-header-minkan-nav__item {
  margin-right: 16px;
}

.p-header-minkan-nav__item a {
  color: #222222;
  padding-right: 16px;
}

.p-header-minkan-nav__item::after {
  color: #c0c4ce;
  content: '/';
}

.p-header-minkan-nav__item:last-child {
  margin-right: 0;
}

.p-header-minkan-nav__item:last-child::after {
  display: none;
}

.p-header-minkan-spNav-wrapper {
  padding: 24px;
}

.p-header-minkan-spNav-list {
  display: flex;
}

.p-header-minkan-kv {
  background-image: url("/assets/img/minkan/img01@1x.jpg");
  height: 152px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
  background-position: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .p-header-minkan-kv {
    background-image: url("/assets/img/minkan/img01@2x.jpg");
  }
}

@media screen and (min-width: 768px) {
  .p-header-minkan-kv {
    height: 320px;
  }
}

.p-header-minkan-kv__title {
  color: #fff;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .p-header-minkan-kv__title {
    text-align: left;
  }
}

.p-info-history {
  padding: 0 16px;
}

.p-info-history-list {
  padding-left: 12px;
  position: relative;
}

.p-info-history-list::before {
  content: '';
  display: inline-block;
  border-left: 1px solid #c0c4ce;
  height: 100%;
  width: 1px;
  position: absolute;
  top: 12px;
  left: 17px;
  z-index: -1;
}

.p-info-history-item {
  margin-bottom: 32px;
  display: flex;
  align-items: baseline;
}

.p-info-history-item__circle {
  display: inline-block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #096638;
  margin-right: 24px;
}

.p-info-history-item__age {
  width: 66px;
  margin-right: 24px;
}

@media screen and (min-width: 768px) {
  .p-info-history-item__age {
    margin-right: 42px;
  }
}

.p-info-history-item__txt {
  display: inline-block;
  flex: 1;
}

.p-info-history-item:last-child {
  position: relative;
}

.p-info-history-item:last-child::after {
  content: '';
  position: absolute;
  display: block;
  background-color: #fff;
  width: 10px;
  height: 120%;
  top: 10px;
  bottom: 0;
  left: 1px;
  z-index: -1;
}

.p-magazines {
  display: block;
}

@media screen and (min-width: 415px) {
  .p-magazines {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 80px;
  }
}

.p-magazine {
  display: flex;
  width: 100%;
  margin-bottom: 32px;
}

@media screen and (min-width: 415px) {
  .p-magazine {
    width: calc( ( 100% - 16px ) / 2);
  }
}

@media screen and (min-width: 768px) {
  .p-magazine {
    width: calc( ( 100% - 32px ) / 2);
  }
}

.p-magazine-intro {
  margin-bottom: 69px;
}

.p-magazine-intro__txt {
  margin-bottom: 16px;
}

.p-magazine-intro__link {
  margin-bottom: 40px;
  display: block;
}

.p-magazine__image {
  width: calc( ( 100% - 16px ) / 2);
  margin-right: 16px;
}

@media screen and (min-width: 768px) {
  .p-magazine__image {
    margin-right: 32px;
    max-width: 162px;
  }
}

.p-magazine__image img {
  border: 1px solid #ddd;
}

.p-magazine-txtWrapper {
  width: calc( ( 100% - 16px ) / 2);
}

@media screen and (min-width: 768px) {
  .p-magazine-txtWrapper {
    flex: 1;
  }
}

.p-magazine__txt {
  margin-bottom: 8px;
}

.p-magazine__label {
  margin-right: 20px;
}

.p-map {
  position: relative;
  padding-bottom: 54.1531823%;
  height: 0;
  overflow: hidden;
}

.p-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.p-news {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

.p-news-item {
  border-bottom: 1px solid #c0c4ce;
}

.p-news-item:first-child {
  border-top: 1px solid #c0c4ce;
}

.p-news-item a {
  display: block;
  color: #222222;
  padding: 12px 0;
}

@media screen and (min-width: 768px) {
  .p-news-item a {
    display: flex;
    align-items: center;
    padding: 0;
  }
}

.p-news-item__label {
  display: inline-block;
  width: 80px;
  height: 24px;
  line-height: 24px;
  background-color: #096638;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-right: 40px;
  font-weight: normal;
  margin-bottom: 8px;
}

@media screen and (min-width: 768px) {
  .p-news-item__label {
    margin-bottom: 0;
  }
}

.p-news-item__date {
  margin-right: 40px;
  font-size: 14px;
  width: 71px;
  line-height: 1.5;
  color: #a6aab6;
  font-family: "Lato", sans-serif;
}

@media screen and (min-width: 768px) {
  .p-news-item__date {
    line-height: 3.36;
  }
}

.p-news-item__title {
  flex: 1;
  line-height: 1.5;
  font-size: 16px;
}

@media screen and (min-width: 768px) {
  .p-news-item__title {
    padding: 1.15em 0;
  }
}

.p-news-item__title::before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-right: 8px;
  transform: rotate(-90deg);
  background: url(/assets/img/common/ico_arrow-small-gr.svg) no-repeat;
  background-size: contain;
}

.p-news-info {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .p-news-info {
    margin-bottom: 64px;
  }
}

.p-news-info__label {
  margin-left: 32px;
  background-color: #096638;
}

.p-pagination.as_displayPc {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-pagination.as_displayPc {
    display: flex;
    justify-content: center;
  }
  .p-pagination.as_displayPc &gt; li:first-child a img {
    transform: rotate(-180deg);
  }
  .p-pagination.as_displayPc &gt; li a {
    color: #a6aab6;
    line-height: 1.4;
    font-family: "Lato", sans-serif;
    display: inline-block;
    width: 15px;
    text-align: center;
  }
  .p-pagination.as_displayPc &gt; li a:hover {
    color: #00a150;
  }
  .p-pagination.as_displayPc &gt; li.is-active {
    padding-bottom: 11px;
    border-bottom: 1px solid #00a150;
  }
  .p-pagination.as_displayPc &gt; li.is-active a {
    color: #00a150;
  }
  .p-pagination.as_displayPc &gt; li + li {
    margin-left: 32px;
  }
}

.p-pagination.as_displaySp {
  display: flex;
  justify-content: space-between;
  padding: 0 8px;
}

.p-pagination.as_displaySp &gt; li {
  font-size: 20px;
  line-height: 1.4;
  font-weight: normal;
  letter-spacing: normal;
  font-family: "Lato", sans-serif;
}

.p-pagination.as_displaySp &gt; li:first-child a img {
  transform: rotate(-180deg);
}

@media screen and (min-width: 768px) {
  .p-pagination.as_displaySp {
    display: none;
  }
}

.p-pagination-current {
  color: #00a150;
}

.p-pagination-current span {
  color: #a6aab6;
}

svg {
  fill: currentColor;
}

.search {
  max-width: 1120px;
  margin: 0 auto;
  padding: 16px;
}

.search-nohit {
  margin-top: 1em;
  text-align: center;
}

.search-result {
  display: flex;
  flex-direction: column;
  padding: .8em 0;
  border-bottom: 1px solid #ccc;
}

@media screen and (min-width: 768px) {
  .search-result {
    flex-direction: row;
  }
}

.search-result:first-child {
  border-top: 1px solid #ccc;
}

.search-result-page {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .search-result-page {
    width: 80%;
  }
}

.search-result-page a {
  color: #222222;
}

.search-result-page-title {
  display: flex;
  align-items: flex-start;
  margin-bottom: .5em;
}

@media screen and (min-width: 768px) {
  .search-result-page-title {
    font-size: 1.2em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

.search-result-page-title i {
  color: #00a150;
  margin-right: .4em;
  margin-top: .4em;
}

@media screen and (min-width: 768px) {
  .search-result-page-title i {
    margin-top: .3em;
  }
}

.search-result-page-outline {
  font-size: .8em;
  margin-left: 1.5em;
}

.search-result-rank {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 100%;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .search-result-rank {
    width: 20%;
    flex-direction: column;
    justify-content: flex-start;
  }
}

.search-result-rank-star img {
  width: 20px;
  margin: .2em;
}

.search-result-rank-text {
  margin-top: .5em;
  font-size: .8em;
}

@media screen and (min-width: 768px) {
  .p-staffs {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: -48px;
  }
}

.p-staff {
  display: flex;
  width: 100%;
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .p-staff {
    width: calc( ( 100% - 32px ) / 2);
    margin-bottom: 48px;
  }
}

.p-staff__image {
  margin-right: 32px;
  width: 120px;
  height: 120px;
}

.p-staff__position {
  margin-bottom: 8px;
}

.p-staff__name span {
  font-size: 16px;
  line-height: 2.25;
}

.p-staff-txtWrapper {
  flex: 1;
}

.p-staff__txt {
  font-size: 14px;
  line-height: 1.71;
  margin-top: 40px;
}

.p-staff-topWrapper {
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .p-staff-topWrapper {
    display: flex;
  }
}

.p-staff-topInner {
  margin-bottom: 16px;
  display: flex;
  width: 100%;
}

.p-staff-top {
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .p-staff-top {
    width: 100%;
    margin-bottom: 64px;
  }
}

.p-staff-top__image {
  margin-right: 32px;
  width: 120px;
  height: 120px;
}

@media screen and (min-width: 768px) {
  .p-staff-top__image {
    width: 160px;
    height: 160px;
  }
}

@media screen and (min-width: 768px) {
  .p-staff-top__name {
    margin-bottom: 24px;
  }
}

.p-staff-top-txtWrapper {
  flex: 1;
}

.p-staff-top-txtWrapper.as_displaySp {
  display: block;
  margin: 0 -15px;
}

@media screen and (min-width: 768px) {
  .p-staff-top-txtWrapper.as_displaySp {
    display: none;
  }
}

.p-staff-top-accordion.as_displayPc {
  display: none;
}

@media screen and (min-width: 768px) {
  .p-staff-top-accordion.as_displayPc {
    display: block;
  }
}

.swiper-pagination {
  margin-bottom: 18px;
}

@media screen and (min-width: 768px) {
  .swiper-pagination {
    margin-bottom: 35px;
  }
}

.swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #fff;
  opacity: 0.8;
}

.swiper-pagination-bullet-active {
  background: #096638;
}

.swiper-container-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 8px;
}

.p-wrapper {
  margin: 64px 0 80px;
}

@media screen and (min-width: 768px) {
  .p-wrapper {
    margin: 80px 0 112px;
  }
}

.p-wrapper-b {
  margin: 40px 0 80px;
}

@media screen and (min-width: 768px) {
  .p-wrapper-b {
    margin: 80px 0 112px;
  }
}

.p-wrapper--news {
  margin: 24px 0 80px;
}

@media screen and (min-width: 768px) {
  .p-wrapper--news {
    margin: 24px 0 112px;
  }
}

/* -----------------------------------------------------------------------------
    #Scope
   -------------------------------------------------------------------------- */
.s-index-title {
  padding-right: 32px;
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .s-index-title {
    margin-bottom: 64px;
    padding: 0;
  }
}

.s-index-title__maintitle {
  display: block;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .s-index-title__maintitle {
    text-align: left;
    display: inline-block;
  }
}

.s-index-title__maintitle::after {
  content: '';
  display: block;
  border-bottom: 1px solid;
  margin: 16px 0 0 -50vw;
}

.s-index-title__subtitle {
  display: block;
  text-align: right;
  margin-top: 16px;
  width: 100%;
  line-height: normal;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .s-index-title__subtitle.as_program {
    width: 160px;
  }
}

@media screen and (min-width: 768px) {
  .s-index-title__subtitle.as_kenzen {
    width: 240px;
  }
}

@media screen and (min-width: 768px) {
  .s-index-title__subtitle.as_worker {
    width: 560px;
  }
}

.s-index-section {
  position: relative;
}

.s-index-section__bgWrapper {
  position: absolute;
  height: 470px;
  width: 100%;
  display: flex;
  justify-content: flex-end;
  z-index: -1;
  top: 45px;
}

.s-index-section__bgWrapper.as_kenzen {
  height: 585px;
}

.s-index-section__bg {
  max-width: 1216px;
  width: 100%;
  background-color: #f7f8fa;
  margin-left: 224px;
}

.s-index-section-inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .s-index-section-inner {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1200px) {
  .s-index-section-inner {
    padding: 0;
  }
}

.s-index__num {
  display: inline-block;
  font-family: "Lato", sans-serif;
  text-shadow: 2px 2px 4px rgba(34, 34, 34, 0.6);
  font-size: 12px;
  color: #fff;
  padding-bottom: 4px;
  position: relative;
  font-style: italic;
}

@media screen and (min-width: 768px) {
  .s-index__num {
    font-size: 14px;
    padding-bottom: 8px;
  }
}

.s-index__num::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.s-index-kv {
  margin-bottom: 48px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .s-index-kv {
    margin-bottom: 64px;
  }
}

.s-index-kv-slider &gt; li img {
  width: 100%;
}

.s-index-kv-copy-sp {
  position: absolute;
  z-index: 1;
  width: 37.33%;
  top: 9%;
  left: 6.4%;
}

.s-index-kv-copy-pc {
  position: absolute;
  z-index: 1;
  width: 251px;
  top: 29%;
  right: 12.5%;
}

.s-index-news {
  max-width: 928px;
  margin-bottom: 78px;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .s-index-news {
    margin-bottom: 128px;
    padding: 16px;
  }
}

.s-index-news-item__label {
  margin-right: 32px;
}

.s-index-news-item__title::before {
  display: none;
}

.s-index-news-links {
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .s-index-news-links {
    justify-content: space-between;
    padding-top: 23px;
    flex-wrap: nowrap;
  }
}

.s-index-news-link-leftWrapper {
  order: 1;
  flex-basis: 100%;
  padding-top: 14px;
}

@media screen and (min-width: 768px) {
  .s-index-news-link-leftWrapper {
    order: 0;
    padding-top: 0;
  }
}

.s-index-news-link-rightWrapper {
  order: 0;
  flex-basis: 100%;
  text-align: right;
  padding: 14px 0;
  border-bottom: 1px solid rgba(192, 196, 206, 0.4);
}

@media screen and (min-width: 768px) {
  .s-index-news-link-rightWrapper {
    order: 1;
    padding: 0;
    border-bottom: none;
  }
}

.s-index-news-link + .s-index-news-link {
  margin-left: 36px;
}

.s-index-program {
  margin-bottom: 66px;
}

@media screen and (min-width: 768px) {
  .s-index-program {
    margin-bottom: 128px;
  }
}

.s-index-program-content {
  display: block;
  margin-bottom: 48px;
}

@media screen and (min-width: 768px) {
  .s-index-program-content {
    display: flex;
    margin-bottom: 80.5px;
  }
}

.s-index-program-content__txt {
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .s-index-program-content__txt {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .s-index-program-content__txt-wrapper {
    max-width: 480px;
    margin-right: 80px;
  }
}

.s-index-program-content__movieWrapper {
  padding: 0 16px;
  max-width: 560px;
  width: 100%;
  margin: 118px auto 0;
}

@media screen and (min-width: 768px) {
  .s-index-program-content__movieWrapper {
    padding: 0;
  }
}

.s-index-program-content__movieOuter {
  position: relative;
  width: 100%;
}

.s-index-program-content__movieOuter:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.s-index-program-content__movie {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 415px) {
  .s-index-program-cards {
    display: flex;
    flex-wrap: wrap;
  }
}

.s-index-program-card {
  width: 100%;
}

@media screen and (min-width: 415px) {
  .s-index-program-card {
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .s-index-program-card {
    width: 25%;
  }
}

.s-index-program-card a {
  display: block;
  position: relative;
}

.s-index-program-card-image &gt; img {
  width: 100%;
}

@media screen and (min-width: 415px) {
  .s-index-program-card-image &gt; img.as_displaySp {
    display: none;
  }
}

.s-index-program-card-image &gt; img.as_displayPc {
  display: none;
}

@media screen and (min-width: 415px) {
  .s-index-program-card-image &gt; img.as_displayPc {
    display: block;
  }
}

.s-index-program-card-txt {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px;
}

.s-index-program-card-txtInner {
  text-align: center;
  display: flex;
  align-items: center;
  width: 100%;
}

@media screen and (min-width: 415px) {
  .s-index-program-card-txtInner {
    display: block;
  }
}

.s-index-program-card-txt__num {
  margin: 0 40px 0 0;
  width: 85px;
}

@media screen and (min-width: 415px) {
  .s-index-program-card-txt__num {
    margin: 0 0 20px 0;
    width: auto;
  }
}

@media screen and (min-width: 929px) {
  .s-index-program-card-txt__num {
    margin: 0 0 30px 0;
  }
}

.s-index-program-card-txt__title {
  flex: 1;
  font-size: 16px;
  text-shadow: 2px 2px 4px rgba(34, 34, 34, 0.6);
  line-height: 1.75;
  color: #fff;
  text-align: left;
}

@media screen and (min-width: 1200px) {
  .s-index-program-card-txt__title {
    flex: none;
    font-size: 20px;
    line-height: 1.6;
    text-align: center;
  }
}

.s-index-kenzen {
  padding-bottom: 338px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .s-index-kenzen {
    padding: 0;
    margin-bottom: 171px;
  }
}

@media screen and (min-width: 768px) {
  .s-index-kenzen-picsWrapper {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 768px) {
  .s-index-kenzen-picsOuter {
    margin: 0 auto;
    width: 1440px;
    height: 100%;
    display: flex;
    justify-content: flex-end;
  }
}

.s-index-kenzen-pics {
  position: relative;
}

@media screen and (min-width: 768px) {
  .s-index-kenzen-pics {
    flex: 1;
    margin-left: 800px;
  }
}

.s-index-kenzen-pic__image01 {
  position: absolute;
  top: 0;
  right: 46px;
  width: 101px;
}

@media screen and (min-width: 768px) {
  .s-index-kenzen-pic__image01 {
    width: 200px;
    top: 0;
    right: 187px;
  }
}

.s-index-kenzen-pic__image02 {
  position: absolute;
  width: 122px;
  right: 207px;
  top: 60px;
}

@media screen and (min-width: 768px) {
  .s-index-kenzen-pic__image02 {
    width: 240px;
    right: 401px;
    top: 193px;
  }
}

.s-index-kenzen-pic__image03 {
  position: absolute;
  width: 101px;
  right: 50px;
  top: 160px;
}

@media screen and (min-width: 768px) {
  .s-index-kenzen-pic__image03 {
    width: 200px;
    right: 160px;
    top: 357px;
  }
}

.s-index-kenzen-contentWrapper {
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 768px) {
  .s-index-kenzen-content {
    display: flex;
  }
}

.s-index-kenzen-content__txtWrapper {
  margin-right: 0;
}

@media screen and (min-width: 768px) {
  .s-index-kenzen-content__txtWrapper {
    max-width: 576px;
    margin-right: 63px;
  }
}

.s-index-kenzen-content__txt {
  padding: 0 16px;
  margin-bottom: 24px;
}

@media screen and (min-width: 768px) {
  .s-index-kenzen-content__txt {
    padding: 0;
    margin-bottom: 40px;
  }
}

.s-index-kenzen-content__links {
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .s-index-kenzen-content__links {
    padding: 0;
  }
}

.s-index-kenzen-content__link {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .s-index-kenzen-content__link {
    margin-bottom: 23px;
  }
}

.s-index-worker {
  margin-bottom: 97px;
}

@media screen and (min-width: 768px) {
  .s-index-worker {
    margin-bottom: 128px;
    position: relative;
  }
}

.s-index-worker-inner {
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .s-index-worker-content {
    display: flex;
  }
}

.s-index-worker-content-inner {
  padding: 0 16px;
  margin: 0 auto;
}

@media screen and (min-width: 1200px) {
  .s-index-worker-content-inner {
    max-width: 640px;
    margin: 0 96px 0 0;
  }
}

.s-index-worker-content__txt {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .s-index-worker-content__txt {
    max-width: 576px;
    margin-bottom: 40px;
  }
}

.s-index-worker-content-linksWrapper {
  display: flex;
  margin-bottom: 32px;
}

.s-index-worker-content-links {
  padding: 24px 0;
  flex-basis: 50%;
}

@media screen and (min-width: 929px) {
  .s-index-worker-content-links {
    display: flex;
    margin-bottom: 87px;
    padding: 0;
    flex-basis: 100%;
  }
}

.s-index-worker-content-links__image {
  display: block;
  flex-basis: 50%;
}

@media screen and (min-width: 929px) {
  .s-index-worker-content-links__image {
    display: none;
  }
}

.s-index-worker-content__link + .s-index-worker-content__link {
  margin: 16px 0 0 0;
}

@media screen and (min-width: 929px) {
  .s-index-worker-content__link + .s-index-worker-content__link {
    margin: 0 0 0 48px;
  }
}

.s-index-worker-content__image {
  display: none;
}

@media screen and (min-width: 929px) {
  .s-index-worker-content__image {
    display: flex;
    align-items: flex-end;
    flex: 1;
    margin-top: 65px;
  }
}

@media screen and (min-width: 1200px) {
  .s-index-worker-content__image {
    display: none;
  }
}

.s-index-worker-news {
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .s-index-worker-news {
    padding: 0;
    max-width: 640px;
    margin: 0 auto;
  }
}

.s-index-worker-news__title {
  margin-bottom: 15px;
}

.s-index-worker-news-list {
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .s-index-worker-news-list {
    margin-bottom: 32px;
  }
}

.s-index-worker-news-list li {
  border-bottom: 1px solid #c0c4ce;
}

.s-index-worker-news-list li:first-child {
  border-top: 1px solid #c0c4ce;
}

.s-index-worker-news-list__link {
  text-align: right;
}

.s-index-worker-news__item {
  padding: 19px 0;
}

.s-index-worker-news__item a {
  color: #222222;
  font-size: 14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .s-index-worker-news__item a {
    flex-wrap: nowrap;
  }
}

.s-index-worker-news__item-label {
  margin-bottom: 8px;
  margin-right: 32px;
}

@media screen and (min-width: 768px) {
  .s-index-worker-news__item-label {
    margin-bottom: 0;
  }
}

.s-index-worker-news__item-title {
  display: inline-block;
  font-weight: 300;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 8px;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .s-index-worker-news__item-title {
    margin-bottom: 0;
    margin-right: 32px;
    flex-basis: 176px;
  }
}

.s-index-worker-news__item-inner {
  display: flex;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .s-index-worker-news__item-inner {
    width: auto;
    line-height: 1;
  }
}

.s-index-worker-news__item-date {
  display: block;
  margin-right: 32px;
  font-weight: 300;
  width: 182px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .s-index-worker-news__item-date {
    display: inline-block;
  }
}

.s-index-worker-news__item-place {
  display: block;
  font-weight: 300;
  flex: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .s-index-worker-news__item-place {
    display: inline-block;
    width: 96px;
  }
}

@media screen and (min-width: 1200px) {
  .s-index-worker-news__imageWrapper {
    display: none;
  }
}

.s-index-worker-imageWrapper {
  display: none;
}

@media screen and (min-width: 1200px) {
  .s-index-worker-imageWrapper {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
}

.s-index-worker-imageInner {
  max-width: 1440px;
  width: 100%;
  margin: 0 auto;
}

.s-index-worker-image {
  display: none;
}

@media screen and (min-width: 1200px) {
  .s-index-worker-image {
    display: flex;
    justify-content: flex-end;
  }
}

.s-index-blogs {
  max-width: 577px;
  margin: 48px auto 0;
  padding: 0 16px;
}

@media screen and (min-width: 768px) {
  .s-index-blogs {
    width: 100%;
    margin-top: 52px;
    margin-bottom: -32px;
    padding: 0;
  }
}

.s-index-blogs__link {
  padding: 0 16px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .s-index-blogs__link {
    display: none;
  }
}

.s-index-blog {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .s-index-blog-content {
    display: flex;
    justify-content: space-between;
  }
}

.s-index-blog-content__txtWrapper {
  padding-right: 0;
}

@media screen and (min-width: 768px) {
  .s-index-blog-content__txtWrapper {
    padding-right: 20px;
  }
}

.s-index-blog-content-wrapper {
  margin-bottom: 70px;
}

@media screen and (min-width: 768px) {
  .s-index-blog-content-wrapper {
    margin-bottom: 112px;
  }
}

.s-index-blog-content__link {
  text-align: right;
  margin-top: -24px;
}

.s-index-support {
  background-image: url("./../img/index/img_support-sp@1x.jpg");
  width: 100%;
  height: 485px;
  background-size: cover;
  background-position: center;
  padding: 32px 16px;
}

@media screen and (min-width: 768px) {
  .s-index-support {
    padding-top: 60px;
    margin-bottom: 48px;
    background-image: url("./../img/index/img_support@1x.jpg");
  }
}

.s-index-support-inner {
  text-align: center;
}

.s-index-support__num {
  margin-bottom: 40px;
}

.s-index-support__title {
  color: #fff;
  margin-bottom: 32px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.8);
}

.s-index-support__txt {
  font-weight: normal;
  color: #fff;
  margin-bottom: 32px;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.s-index-support__btn {
  position: relative;
  width: 100%;
  height: 48px;
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  line-height: 48px;
  max-width: 352px;
}

.s-index-support__btn a {
  display: inline-block;
  width: 100%;
  color: #fff;
}

.s-index-support__btn-icon {
  position: absolute;
  width: 20px;
  height: 10px;
  right: 16px;
  top: 20px;
}

.s-index-bannersWrapper {
  margin: 40px 0;
}

@media screen and (min-width: 768px) {
  .s-index-bannersWrapper {
    padding: 0 16px;
  }
}

@media screen and (min-width: 1200px) {
  .s-index-bannersWrapper {
    padding: 0;
  }
}

.s-index-banners {
  display: flex;
  justify-content: space-between;
  max-width: 1120px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
  padding: 0 16px;
  margin-bottom: -16px;
}

@media screen and (min-width: 768px) {
  .s-index-banners {
    margin-bottom: 48px;
    flex-wrap: nowrap;
    padding: 0;
  }
  .s-index-banners:not(:first-child) {
    margin-top: -24px;
  }
}

.s-index-banner {
  flex-basis: calc( ( 100% - 16px ) / 2);
  margin-bottom: 16px;
}

@media screen and (min-width: 768px) {
  .s-index-banner {
    margin-bottom: 0;
    flex-basis: calc( ( 100% - 96px ) / 4);
  }
}

.s-index-banner a {
  display: block;
}

.s-index-banner a img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .s-index-banner a img {
    max-width: 100%;
  }
}

.s-seminar-h4-wrapper {
  display: block;
}

@media screen and (min-width: 768px) {
  .s-seminar-h4-wrapper {
    display: flex;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .s-seminar-h4-wrapper &gt; h4 {
    margin-right: 38px;
  }
}

.s-seminar__list {
  font-size: 14px;
  line-height: 1.71;
}

/* Survey */
.u-template.survey {
  @media screen and (min-width: 768px) {
    margin: 0 200px 100px 100px;
  }
  margin: 0 10px 100px 10px;
}
.p-form-item &gt; dt.survey-login {
  width: 220px;
}



/* -----------------------------------------------------------------------------
    #Utility
   -------------------------------------------------------------------------- */
.is_invisible {
  display: none;
}

.u-display-pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .u-display-pc {
    display: block;
  }
}

.u-display-sp {
  display: block;
}

@media screen and (min-width: 768px) {
  .u-display-sp {
    display: none;
  }
}

.u-display-lg {
  display: none;
}

@media screen and (min-width: 929px) {
  .u-display-lg {
    display: block;
  }
}

.u-flex {
  display: flex;
}

.u-flex-center {
  display: flex;
  justify-content: center;
  align-items: center;
}

.u-mb112 {
  margin-bottom: 74px !important;
}

@media screen and (min-width: 768px) {
  .u-mb112 {
    margin-bottom: 112px !important;
  }
}

.u-mb80 {
  margin-bottom: 64px !important;
}

@media screen and (min-width: 768px) {
  .u-mb80 {
    margin-bottom: 80px !important;
  }
}

.u-mb64 {
  margin-bottom: 64px !important;
}

.u-mb48 {
  margin-bottom: 48px !important;
}

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

.u-mb32 {
  margin-bottom: 24px !important;
}

@media screen and (min-width: 768px) {
  .u-mb32 {
    margin-bottom: 32px !important;
  }
}

.u-mb28 {
  margin-bottom: 28px !important;
}

.u-mb24 {
  margin-bottom: 24px !important;
}

.u-mb16 {
  margin-bottom: 16px !important;
}

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

.u-ml16 {
  margin-left: 16px !important;
}

.u-template h3 {
  margin-bottom: 16px;
}

.u-template h4 {
  margin-bottom: 16px;
}

.u-template figure figcaption {
  font-size: 12px;
  line-height: 1.5;
  color: #777777;
  margin-top: 8px;
}

@media screen and (min-width: 768px) {
  .u-template figure figcaption {
    margin-top: 16px;
  }
}

.u-text-align-right {
  text-align: right;
}

.u-text-align-left {
  text-align: left;
}

.u-text-align-center {
  text-align: center;
}
</pre></body></html>