@-webkit-keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

@keyframes topanimation {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }

  10% {
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1) !important;
    transform: scale(1) !important;
  }
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  letter-spacing: 0.04em;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

html {
  box-sizing: border-box;
}

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

body {
  background: #fff;
}

blockquote,
q {
  quotes: "" "";
}

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

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

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

figure {
  margin: 0;
}

a {
  color: #333;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

a:hover,
a:focus,
a:active {
  color: #333;
}

a:focus {
  outline: none;
}

a:hover,
a:active {
  outline: 0;
}

a:hover {
  opacity: 0.8;
}

ul {
  list-style: none;
  padding-left: 0px;
}

input[type=text] {
  border-radius: 0;
  -webkit-appearance: none;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #000;
  color: #fff;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
  border-color: #aaa #bbb #bbb;
  outline: none;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: none;
  padding: 15px 5px;
  border: 1px solid #ccc;
  width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

input:-internal-autofill-selected {
  background-color: #fff;
}

body,
button,
input,
select,
textarea {
  color: #333;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
}

p {
  margin: 0;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #000;
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0,0,0,0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

.mfp-fade.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-bg.mfp-ready {
  opacity: 0.8;
}

.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1;
}

.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0;
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat;
}

@font-face {
  font-family: "slick";
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"),url("./fonts/slick.woff") format("woff"),url("./fonts/slick.ttf") format("truetype"),url("./fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.c-accordion__open {
  cursor: pointer;
}

.c-accordion__body {
  display: none;
}

.c-box:not(:first-child) {
  margin-top: 30px;
}

.c-box__flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-box__col--reverse {
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.c-box__col--align-left {
  padding-left: 0px;
}

.c-box__col--align-right {
  padding-right: 0px;
}

.c-box__col--center {
  -webkit-justify-content: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.c-box__2-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-box__2-col .c-box__col {
  width: 48%;
}

.c-box__3-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-box__3-col .c-box__col {
  width: 31%;
}

.c-box__4-col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-box__4-col .c-box__col {
  width: 23%;
}

.c-box__concept {
  position: relative;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-box__concept:before {
  content: "";
  background-position: center;
  background-repeat: repeat;
  background-image: url("../images/common/wave_bg.png");
  display: block;
  position: absolute;
  width: 100vw;
  height: 393px;
  left: 112px;
  top: 32px;
}

.c-box__concept--img {
  position: relative;
  z-index: 10;
  width: 42%;
}

.c-box__concept--txt {
  margin-top: 30px;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 1px;
}

.c-box__concept--txt-box {
  position: relative;
  z-index: 10;
  width: 58%;
}

.c-breadcrumb {
  margin-top: 16px;
}

.c-breadcrumb .breadcrumbs {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 13px;
  letter-spacing: 0px;
  white-space: normal;
  overflow: visible;
}

.c-breadcrumb .breadcrumbs a {
  text-decoration: none;
  color: #14b144;
}

.c-breadcrumb .breadcrumbs .breadcrumbs_lists,
.c-breadcrumb .breadcrumbs .home {
  position: relative;
}

.c-breadcrumb .breadcrumbs .breadcrumbs_lists:after,
.c-breadcrumb .breadcrumbs .home:after {
  font-family: 'Material Icons';
  content: "\e409";
  display: inline-block;
  font-size: 17px;
  position: relative;
  line-height: 10px;
  top: 4px;
}

.c-breadcrumb .breadcrumbs .breadcrumbs_lists:last-child:after,
.c-breadcrumb .breadcrumbs .home:last-child:after {
  display: none;
}

.c-btn {
  background-color: #014eb4;
  font-weight: bold;
  text-decoration: none;
  padding: 24px 100px 24px 100px;
  color: #fff;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.c-btn__arrow__inner {
  position: relative;
  display: inline-block;
}

.c-btn__arrow--r {
  position: relative;
  padding-right: 50px !important;
}

.c-btn__arrow--r .c-btn__arrow__inner:after {
  font-family: "Material Icons";
  content: "\e409";
  font-size: 23px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -23px;
  line-height: 23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}

.c-btn__arrow--l {
  position: relative;
  padding-left: 50px !important;
}

.c-btn__arrow--l .c-btn__arrow__inner:after {
  font-family: "Material Icons";
  content: "\e5cb";
  font-size: 23px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: -23px;
  line-height: 23px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #fff;
}

.c-btn--rounded {
  border-radius: 100px;
}

.c-btn--another-color {
  background: #fff;
}

.c-btn--border {
  border: 1px solid #14b144;
}

.c-btn--small {
  padding: 16px 32px 16px 40px;
}

.c-btn__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.375;
}

.c-btn__text--another-color {
  color: #505050;
}

.c-btn__img-wrap {
  margin-left: 24px;
  line-height: 1;
}

.c-card {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-card__item {
  width: 100%;
  margin-bottom: 40px;
}

.c-card__figure {
  overflow: hidden;
}

.c-card__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-card__link {
  text-decoration: none;
  display: block;
}

.c-card__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -4px -4px;
  margin-top: 15px;
}

.c-card__tags {
  margin-left: 8px;
}

.c-card__body {
  margin-top: 15px;
}

.c-card__data {
  font-size: 15px;
  color: #f4f7f7;
  font-weight: bold;
}

.c-card__title {
  font-size: 16px;
  font-weight: bold;
  color: #505050;
}

.c-carousel {
  position: relative;
  padding-left: 0px;
}

.c-carousel__box {
  position: relative;
}

.c-carousel__item {
  padding: 0px 20px;
}

.c-carousel__image-box {
  width: 100%;
  height: 16vw;
  max-height: 250px;
}

.c-carousel__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-carousel__header {
  margin-top: 20px;
}

.c-carousel__footer {
  margin-top: 20px;
}

.c-carousel__body {
  margin-top: 20px;
}

.c-carousel__title {
  font-size: 30px;
}

.c-carousel__txt {
  margin-top: 15px;
  font-size: 15px;
  line-height: 26px;
}

.c-carousel__card--style01 .c-carousel__inner {
  padding: 5px 15px;
  background-color: #fff;
  position: relative;
  top: -50px;
  right: -30px;
  width: calc(100% - 30px);
}

.c-carousel__child-1 .slick-track {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.c-carousel__child-1 .slick-dots {
  display: none;
}

.c-circle {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  background-color: #14b144;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-circle__inner {
  color: #fff;
  display: inline-block;
}

.c-company-summary {
  list-style: none;
  padding-left: 0;
}

.c-company-summary__item {
  font-size: 13px;
  font-weight: bold;
}

.c-company-summary__item:not(:first-child) {
  margin-top: 5px;
  font-weight: normal;
}

.c-cv-area {
  position: relative;
}

.c-cv-area--style-01 {
  background-image: url("../../images/cv_area/bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 70px 20px;
  position: relative;
  overflow: hidden;
}

.c-cv-area--style-01:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #14b144;
  opacity: 0.2;
  display: block;
}

.c-cv-area--style-02 {
  padding: 70px 20px;
}

.c-cv-area--style-02--image {
  width: calc(100% - 695px);
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
}

.c-cv-area--style-02--image-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-cv-area--style-02 .c-cv-area__inner {
  width: 95%;
  max-width: 690px;
  margin: auto;
  text-align: left;
}

.c-cv-area__inner {
  background-color: #fff;
  border-radius: 20px;
  padding: 35px;
  position: relative;
  z-index: 10;
}

.c-cv-area__header--title {
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 30px;
  position: relative;
}

.c-cv-area__header--title:after {
  content: "";
  width: 30px;
  height: 3px;
  background-color: #14b144;
  border-radius: 10px;
  position: absolute;
  bottom: -5px;
  left: 50%;
  margin-left: -15px;
  display: block;
}

.c-cv-area__header--sub-title {
  font-size: 14px;
  font-weight: bold;
  margin-top: 25px;
}

.c-cv-area__body {
  margin-top: 30px;
  border-top: solid 1px #f4f7f7;
  padding-top: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-cv-area__col {
  width: 350%;
  position: relative;
  padding: 0px 20px;
}

.c-cv-area__col--title {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #14b144;
}

.c-cv-area__col:first-child {
  margin-bottom: 20px;
  border-bottom: solid 1px #f4f7f7;
  padding-bottom: 30px;
}

.c-cv-area__tel--number {
  font-size: 35px;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-weight: bold;
  text-decoration: none;
  position: relative;
}

.c-cv-area__tel--number:before {
  content: "\e0cd";
  font-family: "Material Icons";
  display: inline-block;
  color: #14b144;
  font-size: 28px;
}

.c-cv-area__tel--txt {
  font-size: 12px;
}

.c-fv {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.c-fv__body {
  position: relative;
  height: 100vh;
}

.c-fv__contents {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  z-index: 5;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
}

.c-fv__contents--black-cover {
  background-color: rgba(0,0,0,0.5);
}

.c-fv__contents--slanting {
  background-color: rgba(255,255,255,0.9);
  -webkit-clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 70% 100%, 0% 100%);
  height: 100vh;
  top: 0;
  bottom: auto;
}

.c-fv__contents-box {
  background-color: rgba(255,255,255,0.9);
  height: auto;
  padding: 70px 30px;
  width: 50%;
  max-width: 575px;
}

.c-fv__contents-box__body {
  margin-top: 30px;
}

.c-fv__contents-box__footer {
  margin-top: 20px;
}

.c-fv__contents-box--rounded {
  border-radius: 20px;
}

.c-fv__contents-box--no-bg {
  background: unset;
}

.c-fv__contents__bottom--box-rounded {
  border-radius: 0px 30px 0px 0px;
}

.c-fv__scroll {
  text-align: center;
  display: block;
  text-decoration: none;
  color: #14b144 !important;
}

.c-fv__scroll--txt {
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 12px;
  position: relative;
}

.c-fv__scroll--txt:before {
  content: "";
  width: 20px;
  height: 20px;
  border: 0;
  border-bottom: solid 2px #14b144;
  border-right: solid 2px #14b144;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transition: 0.5s;
}

.c-fv__scroll:hover {
  color: #14b144 !important;
}

.c-fv__scroll:hover .c-fv__scroll--txt:before {
  margin-top: 10px;
}

.c-fv__title {
  font-size: 50px;
  letter-spacing: auto;
}

.c-fv__title--sub {
  font-size: 27px;
  color: #14b144;
}

.c-fv__txt {
  margin-top: 20px;
  font-size: 15px;
  line-height: 27px;
}

.c-fv__slide {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0px;
  left: 0px;
  padding: 0px;
  margin: 0px;
}

.c-fv__slide__items {
  position: relative;
  list-style: none;
  width: 100%;
  height: 100vh;
}

.c-fv__slide__items--img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.c-fv__slide__carousel .c-fv__slide__items {
  overflow: hidden;
  border-radius: 50px;
  margin: 0px 50px;
}

.c-fv__slide__carousel .c-fv__slide__items--img {
  position: relative;
  z-index: 1;
}

.c-flow__item {
  width: 60px;
  height: 60px;
  background-color: #14b144;
  border-radius: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  position: relative;
  z-index: 5;
}

.c-flow__item--box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-bottom: 50px;
}

.c-flow__item--box:after {
  content: "";
  width: 1px;
  height: calc(100% - 60px);
  border-left: dashed 2px #14b144;
  display: block;
  position: absolute;
  top: 60px;
  left: 30px;
}

.c-flow__item--box:last-child:after {
  display: none;
}

.c-flow__item--box:nth-of-type(odd) .c-flow__item {
  background-color: #fff;
  color: #14b144;
  border: solid 1px #14b144;
}

.c-flow__item--contents {
  padding-left: 30px;
  width: calc(100% - 100px);
  padding-top: 25px;
}

.c-form__box:not(:last-child) {
  border-bottom: solid 1px #e2e2e2;
}

.c-form__dt {
  margin-bottom: 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #fff;
  padding: 20px 20px 0px 20px;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-form__dt--text {
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  margin-right: 55px;
}

.c-form__dd {
  margin-left: 0px;
  padding: 20px 0px;
}

.c-form__dd--input-2col {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.c-form__dd--input-2col .c-form__input:first-child {
  margin-right: 10px;
}

.c-form__input {
  border: none !important;
  padding: 25px 15px !important;
  border-radius: 6px;
  background-color: #f4f7f7;
  font-size: 14px;
}

.c-form__input--textarea {
  min-height: 300px;
  background-color: #f4f7f7;
}

.c-form__input--radio {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.c-form__input--radio--label {
  margin-bottom: 0px;
  display: inline-block;
}

.c-form__input--radio--label:not(:last-child) {
  margin-right: 70px;
}

.c-form__input--radio--label span {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
}

.c-form__input--radio--label span:before {
  content: "";
  position: absolute;
  left: 0px;
  display: block;
  border-radius: 50%;
  border: 2px solid #14b144;
  width: 16px;
  height: 16px;
}

.c-form__input--radio:checked+span:after {
  content: "";
  position: absolute;
  left: 4px;
  display: block;
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #14b144;
}

.c-form__input--checkbox {
  -webkit-appearance: none;
  appearance: none;
  position: absolute;
}

.c-form__input--checkbox--label {
  margin-bottom: 0px;
  display: block;
}

.c-form__input--checkbox--label span {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
}

.c-form__input--checkbox--label span:before {
  position: absolute;
  left: 0;
  display: block;
  border: 2px solid #14b144;
  content: "";
  width: 16px;
  height: 16px;
}

.c-form__input--checkbox:checked+span:after {
  position: absolute;
  top: 5px;
  left: 6px;
  display: block;
  border-right: 2px solid #14b144;
  border-bottom: 2px solid #14b144;
  content: "";
  width: 5px;
  height: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-form__input--select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  color: #333;
  font-size: 14px;
  width: 100%;
  height: 100%;
  padding: 22px;
  position: relative;
}

.c-form__input--select-box {
  background-color: #f4f7f7;
  height: 65px;
  width: 300px;
  border-radius: 5px;
  position: relative;
  z-index: 1;
}

.c-form__input--select-box::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #14b144;
  border-right: 2px solid #14b144;
  z-index: -1;
}

.c-form__agreement {
  text-align: center;
  margin-top: 60px;
}

.c-form__agreement .c-form__input--checkbox--label {
  display: inline-block;
}

.c-form__submit-box {
  text-align: center;
  margin-top: 40px;
}

.c-form__submit--btn {
  background: none !important;
  width: 100%;
  padding: 15px 40px;
}

.c-form__submit--btn--outer {
  width: 100%;
  height: 56px;
  padding: 0px !important;
  overflow: hidden;
  display: block;
}

.c-form__submit--btn--outer--back {
  background-color: #fff;
  border: solid 1px #d9d9d9;
}

.c-form__submit--btn--outer--back .c-form__submit--btn {
  color: #333;
}

.c-form__required {
  font-size: 13px;
  background-color: #c1272d;
  font-display: 12px;
  padding: 5px 20px;
  color: #fff;
}

.formTable {
  margin: auto;
  margin-top: 70px;
  width: 100%;
  max-width: 760px;
}

.formTable th,
.formTable td {
  border: none;
  line-height: 28px;
  padding: 30px 20px;
}

.formTable tr {
  border-bottom: solid 1px #d9d9d9;
}

.formTable td {
  border-bottom: solid 1px #d9d9d9;
  text-align: left;
  width: calc(100% - 180px);
}

.formTable th {
  background-color: #f4f7f7;
  border-bottom: solid 1px #d9d9d9;
}

.c-icon__arrow--right:after {
  font-family: 'Material Icons';
  content: '\e5e1';
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 24px;
  color: #14b144;
  position: absolute;
  top: 50%;
  right: 20px;
  font-weight: 100;
}

.c-layout__item:not(:first-child) {
  margin-top: 40px;
}

.c-layout__item--col-1 {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-layout__img {
  width: 100%;
  max-width: none;
}

.c-layout__img--cover {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-layout__body {
  margin-top: 48px;
}

.c-layout__title {
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
}

.c-layout__text {
  margin-top: 30px;
  font-size: 13px;
  letter-spacing: -0.035em;
  line-height: 2.07692;
}

.c-link {
  color: #14b144;
}

.c-link--icon {
  position: relative;
}

.c-link--icon:after {
  content: "";
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.c-link--icon__download:after {
  background-image: url(../images/common/ico_download.svg);
  width: 17px;
  height: 14px;
  display: inline-block;
  margin-left: 11px;
  position: relative;
  top: 1px;
}

.c-list {
  margin-left: 0px;
  padding-left: 0px;
  width: 100%;
}

.c-list__item {
  margin: 0;
  position: relative;
  border-bottom: 1px solid #e8e8e8;
  list-style: none;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.c-list__item__inner {
  position: relative;
  width: 100%;
  padding: 20px 40px 20px 16px;
}

.c-list__head {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  width: 100%;
}

.c-list__title {
  color: #505050;
  min-width: 5.5em;
}

.c-list__tags {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  margin: 0 -4px -4px;
  list-style-type: none;
  padding-left: 0;
}

.c-list__tag {
  color: #14b144;
  border: 1px solid #14b144;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1;
  padding: 4px 18px;
  margin: 0 4px 4px;
}

.c-list__tag--radius {
  border-radius: 24px;
}

.c-list__body {
  margin-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}

.c-list__text {
  color: #1c1c1c;
  font-weight: bold;
  letter-spacing: -0.05em;
  line-height: 1.64286;
}

.c-list__card .c-list__item {
  border: 1px solid #e8e8e8;
  border-radius: 20px;
}

.c-list__card .c-list__item:not(:first-child) {
  margin-top: 16px;
}

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

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

.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100000;
}

.c-modal__bg {
  background-color: rgba(0,0,0,0.5);
  height: 100vh;
  position: absolute;
  width: 100%;
}

.c-modal__content {
  position: relative;
  max-height: 90vh;
  overflow: scroll;
  background-color: #fff;
  padding: 20px;
}

.c-modal__content__wrap {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 90%;
  max-height: 90vh;
}

.c-modal__close {
  height: 40px;
  width: 40px;
  position: absolute;
  right: 0px;
  top: -40px;
}

.c-modal__close span {
  width: 40px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
  border-radius: 20px;
  position: absolute;
  top: 30px;
  left: 10px;
}

.c-modal__close span:first-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-modal__close span:last-child {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-modal--full .c-modal__content {
  padding: 0px;
}

.c-modal--full .c-modal__close {
  z-index: 5;
}

.js-modal-open {
  cursor: pointer;
}

.c-page-header {
  width: 100%;
  height: 255px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url(../images/bg.png);
  background-size: cover;
  position: relative;
}

.c-page-header__inner {
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
  position: absolute;
  top: 0px;
  left: 0px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.c-page-header__title {
  color: #fff;
  font-family: "HelveticaNeue","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 40px;
  text-align: center;
}

.c-page-header__title--sub {
  display: block;
  font-size: 15px;
}

.c-page-header__l {
  border-radius: 15px;
}

.c-pagenation {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
}

.c-pagenation a,
.c-pagenation span {
  text-decoration: none;
  position: relative;
}

.c-pagenation a:not(:last-child):after,
.c-pagenation span:not(:last-child):after {
  content: "/";
  display: inline-block;
  padding-left: 5px;
}

.c-pagenation .current {
  color: #14b144;
}

.c-side-cv__btn {
  position: fixed;
  bottom: 20px;
  right: 0px;
  z-index: 13;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  color: #fff !important;
  background-color: #14b144;
  text-decoration: none;
  padding: 45px 25px 20px 25px;
  border-radius: 15px 0px 0px 15px;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 2px;
}

.c-side-cv__btn:before {
  content: "";
  width: 25px;
  height: 18px;
  background-image: url(../images/common/ico_mail.svg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  top: 19px;
  left: 28px;
}

.c-side__page-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap-reverse;
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.c-side__menu {
  width: 300px;
  margin-top: 0px;
}

.c-side__menu a {
  text-decoration: none;
}

.c-single__header__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.c-single__header__tags {
  margin-right: 18px;
}

.c-single__header__data {
  color: #14b144;
  font-size: 16px;
}

.c-single__header__title {
  margin-top: 20px;
  font-size: 23px;
  padding-bottom: 20px;
  color: #333;
}

.c-single__thumb {
  margin-top: 30px;
}

.c-single__thumb--figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-single__thumb--img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.c-single__contents {
  margin-top: 35px;
}

.c-single__contents p {
  font-size: 15px;
  line-height: 26px;
  font-weight: 500;
  margin-bottom: 30px;
}

.c-single__contents figure {
  margin: 20px 0px;
}

.c-single__contents figure img {
  display: block;
  margin: auto;
}

.c-single__contents h3 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #14b144;
  margin-bottom: 30px;
}

.c-single__contents h4 {
  font-size: 20px;
  font-weight: 500;
  color: #14b144;
  margin-bottom: 30px;
}

.c-single__contents h5 {
  font-size: 17px;
  font-weight: 500;
  color: #14b144;
  margin-bottom: 30px;
}

.c-single__contents a {
  text-decoration: underline !important;
  color: #14b144 !important;
  position: relative;
}

.c-single__contents a:after {
  font-family: "Material Icons";
  content: "\e89e";
  display: inline-block;
  margin-left: 4px;
  position: relative;
  top: 1px;
}

.c-single__contents a[href$=".pdf"]:after {
  font-family: "Material Icons";
  content: "\e873";
  display: inline-block;
  margin-left: 6px;
  position: relative;
  top: 1px;
}

.c-single__contents ul li {
  position: relative;
  padding-left: 15px;
  font-size: 15px;
  margin-bottom: 15px;
}

.c-single__contents ul li:before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background-color: #14b144;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.c-single__contents iframe[src$=".pdf"] {
  width: 100%;
  height: 80vh;
  margin-top: 30px;
}

.c-single__footer {
  margin-top: 60px;
}

.c-single__footer__link {
  text-align: center;
}

.c-slide--dots {
  width: 100%;
}

.c-slide--dots .slick-dots {
  text-align: center;
  padding: 0px 30px;
  margin: 35px 0px 0px 0px;
}

.c-slide--dots .slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 0px 5px;
}

.c-slide--dots .slick-dots li button {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 12px;
  height: 12px;
  border-radius: 100px;
  background-color: #14b144;
  color: #14b144;
  opacity: 0.7;
}

.c-slide--dots .slick-active button {
  opacity: 1 !important;
}

.c-slide--dots-bar li {
  margin: 0px 3px !important;
}

.c-slide--dots-bar li button {
  width: 20px !important;
  height: 3px !important;
}

.c-slide--dots-r .slick-dots {
  text-align: right;
}

.c-slide--dots-l .slick-dots {
  text-align: left;
}

.c-slide--dots-inner {
  position: absolute;
  z-index: 10;
  bottom: 0px;
}

.c-slide--arrows {
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.c-slide--arrows .slick-arrow {
  position: absolute;
  width: 55px;
  height: 55px;
  border-radius: 100px;
  text-indent: -300%;
  white-space: nowrap;
  overflow: hidden;
  background-color: #14b144;
  color: #fff;
}

.c-slide--arrows .slick-arrow:before {
  text-indent: initial;
  position: absolute;
  display: inline-block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.c-slide--arrows .slick-prev {
  left: 10px;
}

.c-slide--arrows .slick-prev:before {
  content: "←";
}

.c-slide--arrows .slick-next {
  right: 10px;
}

.c-slide--arrows .slick-next:before {
  content: "→";
}

.c-tab__menu {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1200px;
  padding-left: 0px;
  margin: 0px;
  height: auto;
}

.c-tab__menu--box {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.c-tab__menu--items {
  height: 60px;
  border-bottom: none !important;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  cursor: pointer;
  font-weight: 500;
  margin-right: 5px;
  padding: 0px 20px;
  text-align: center;
  background-color: #f4f7f7;
  position: relative;
}

.c-tab__menu--items--active {
  background-color: #14b144;
  color: #fff;
}

.c-tab__menu--items--active:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -7px;
  border: 7px solid transparent;
  border-top: 7px solid #14b144;
}

.c-tab__contents {
  border: solid 1px #d9d9d9;
}

.c-tab__contents--items {
  display: none;
  padding: 40px 20px;
}

.c-tab__contents--items--active {
  display: block;
}

.c-table {
  width: 100%;
  text-align: center;
}

.c-table__box--scroll-sp {
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
}

.c-table__box--scroll-sp .c-table {
  min-width: 400px;
}

.c-table .c-table__th,
.c-table .c-table__td {
  font-size: 16px;
  border: solid 1px #333;
  padding: 23px 10px;
  min-height: 70px;
  height: 100% !important;
  width: auto !important;
  margin-top: 0px;
}

.c-table .c-table__th {
  font-weight: 500;
  background-color: #f2f2f2;
  height: auto !important;
}

.c-table .c-table__td {
  background-color: #fff;
}

.c-table--horizontal {
  border: solid 1px #333;
}

.c-table--horizontal th {
  border-top: none !important;
}

.c-table--horizontal th:first-child {
  border-left: none !important;
}

.c-table--horizontal th:last-child {
  border-right: none !important;
}

.c-table--horizontal td {
  border-bottom: none !important;
}

.c-table--horizontal td:first-child {
  border-left: none !important;
}

.c-table--horizontal td:last-child {
  border-right: none !important;
}

.c-table--style-01 .c-table__th,
.c-table--style-01 .c-table__td {
  border: none;
  line-height: 28px;
  padding: 40px 50px;
}

.c-table--style-01 .c-table__tr {
  border-bottom: solid 1px #d9d9d9;
}

.c-table--style-01 .c-table__td {
  background-color: #f4f7f7;
  border-bottom: solid 1px #d9d9d9;
  text-align: left;
  width: calc(100% - 200px);
}

.c-table--style-01 .c-table__th {
  background-color: #14b144;
  color: #fff;
  font-weight: bold;
  border-bottom: solid 1px #d9d9d9;
  border-right: solid 1px #d9d9d9;
}

.c-table__dl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-weight: 500;
}

.c-table__dl__wrap {
  display: block;
}

.c-table__dl__wrap .c-table__dt {
  padding-bottom: 0px !important;
  width: 100% !important;
}

.c-table__dl__wrap .c-table__dd {
  width: 100% !important;
}

.c-table--d--style-01 .c-table__dl {
  position: relative;
  margin: 0px;
}

.c-table--d--style-01 .c-table__dt {
  width: 150px;
  padding: 5px 20px;
  font-weight: bold;
  color: #014eb4;
}

.c-table--d--style-01 .c-table__dd {
  margin-left: 0px;
  width: calc(100% - 150px);
  padding: 5px 20px;
}

.c-tag {
  background-color: #14b144;
  font-size: 12px;
  line-height: 12px;
  color: #fff;
  font-weight: bold;
  padding: 7px 20px;
  display: inline-block;
  margin: 0 4px 4px;
  text-decoration: none;
}

.c-tag--rounded {
  border-radius: 20px;
}

.c-tag--border {
  color: #14b144;
  border: 1px solid #14b144;
  background-color: unset !important;
  padding: 7px 20px;
}

.c-tag:hover {
  color: #fff !important;
}

.c-tel-link__no {
  text-decoration: none;
  font-weight: bold;
  line-height: 1;
  font-size: 28px;
}

.c-tel-link__no::before {
  font-family: "Material Icons";
  content: "\e9cd";
  color: #14b144;
  display: inline-block;
  font-size: 24px;
  margin-right: 10px;
}

.c-tel-link__info {
  display: block;
  font-size: 10px;
  text-align: center;
}

.c-title {
  font-family: "Montserrat",sans-serif;
  color: #014eb4;
  font-size: 44px;
  text-align: center;
}

.c-title--sub {
  display: block;
  font-family: "Noto Sans JP",sans-serif;
  font-size: 34px;
}

.c-title--s {
  font-size: 28px;
}

.c-title--s .c-title--sub {
  font-size: 20px;
}

.c-toggle--items {
  border: solid 2px #14b144;
  border-radius: 15px 15px 15px 15px;
  overflow: hidden;
}

.c-toggle--title {
  position: relative;
  height: 100px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 22px;
  cursor: pointer;
  font-weight: 500;
  padding: 0px 15px;
  text-align: center;
  cursor: pointer;
}

.c-toggle--title:before,
.c-toggle--title:after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  content: "";
  display: block;
}

.c-toggle--title:before {
  right: 29px;
  width: 43px;
  height: 2px;
  background-color: #14b144;
  border-radius: 100px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: all 0.3s ease-in-out;
}

.c-toggle--title:after {
  width: 43px;
  height: 2px;
  right: 29px;
  background-color: #14b144;
  border-radius: 100px;
  opacity: 1;
  transition: all 0.2s ease-in-out;
}

.c-toggle--title--close {
  border-radius: 15px 15px 0px 0px !important;
}

.c-toggle--title--close:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.c-toggle--title--close:after {
  opacity: 0;
}

.c-toggle--contents {
  border-top: solid 2px #14b144;
  padding: 20px;
  display: none;
}

.c-video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.c-video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.l-footer01 {
  text-align: center;
  background-color: #014eb4;
  padding: 5px 0px;
}

.l-footer01__copy {
  font-size: 13px;
  color: #fff;
}

.g-nav {
  background-color: #fff;
  transition: all 0.2s;
  width: 100%;
  top: 60px;
  left: 0;
  position: static;
  z-index: 0;
  opacity: 1;
  padding: 0;
  height: auto;
  pointer-events: auto;
}

.g-nav.is-menu {
  background-color: #fafafa;
  opacity: 1;
  z-index: 999;
  overflow-y: auto;
  overflow-x: hidden;
  pointer-events: auto;
}

.g-nav__icons {
  list-style: none;
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  border-bottom: 1px solid #f2f0f0;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-right: 27px;
}

.g-nav__icon:not(:last-child) {
  margin-right: 46px;
}

.g-nav__tel {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fafafa;
  width: 272px;
  margin-top: 0;
}

.g-nav__btn {
  color: #fff !important;
  max-width: 100%;
  width: 221px;
  min-height: 44px;
  padding: 0;
  font-size: 16px;
  margin: 0;
}

.g-nav__btn::before {
  font-family: "Material Icons";
  content: "\e0e1";
  color: #fff;
  display: inline-block;
  font-size: 16px;
  margin-right: 10px;
}

.g-nav__menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
  position: relative;
}

.g-nav__item {
  font-size: 16px;
  padding: 30px 30px 30px 0;
  font-weight: bold;
}

.g-nav__item:not(:last-child) {
  margin-right: 66px;
  margin-bottom: 0;
}

.g-nav__link {
  text-decoration: none;
  position: relative;
  transition: all 0.3s;
}

.g-nav__link--dot.is-current {
  padding-left: 0;
}

.g-nav__link--dot.is-current::after {
  position: absolute;
  content: "";
  background-color: #14b144;
  width: 8px;
  height: 8px;
  bottom: -15px;
  left: 50%;
  top: initial;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-radius: 50%;
}

.g-nav__link--border::after {
  position: absolute;
  content: "";
  background-color: #14b144;
  width: 120%;
  max-width: 74px;
  height: 5px;
  bottom: -20px;
  border-radius: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}

.g-nav__link--border.is-current::after {
  position: absolute;
  content: "";
  background-color: #14b144;
  width: 120%;
  max-width: 74px;
  height: 5px;
  bottom: -15px;
  border-radius: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 1;
  visibility: visible;
}

.g-nav__link--color.is-current {
  color: #14b144;
}

.g-nav__link--color:hover {
  color: #14b144;
}

.g-nav__megamenu__item {
  position: relative;
}

.g-nav__megamenu__contents {
  display: none;
  width: calc(100% + 60px);
  position: absolute;
  top: calc(100% + 30px);
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  margin-top: 0px;
}

.g-nav__megamenu__contents__items {
  list-style: none;
  padding-left: 0px;
}

.g-nav__megamenu__contents--01 {
  background-color: #fff;
  width: 315px;
}

.g-nav__megamenu__contents--01__item {
  padding: 20px;
}

.g-nav__megamenu__contents--01__item:not(:last-child) {
  border-bottom: solid 1px #d9d9d9;
}

.g-nav02 {
  background-color: #fff;
  transition: all 0.2s;
  width: 100%;
  top: 60px;
  left: 0;
  position: static;
  z-index: 0;
  opacity: 1;
  padding: 0;
  height: auto;
  pointer-events: auto;
}

.g-nav02.is-menu {
  position: fixed;
  opacity: 1;
  z-index: 999;
  overflow-y: auto;
  pointer-events: auto;
}

.g-nav02__menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.g-nav02__item {
  font-weight: bold;
  font-size: 16px;
}

.g-nav02__item:not(:last-child) {
  margin-right: 26px;
  margin-bottom: 0;
}

.g-nav03 {
  background-color: #fff;
  transition: all 0.2s;
  width: 100%;
  height: auto;
  top: 60px;
  left: 0;
  position: static;
  z-index: 0;
  opacity: 1;
  padding: 0;
  pointer-events: auto;
}

.g-nav03.is-menu {
  opacity: 1;
  z-index: 999;
  overflow-y: auto;
  pointer-events: auto;
}

.g-nav03__menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.g-nav03__item {
  font-weight: bold;
  font-size: 16px;
}

.g-nav03__item:not(:last-child) {
  margin-right: 35px;
  margin-bottom: 0;
}

.g-nav03__icons {
  list-style: none;
  padding-left: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 26px;
  margin-top: 0;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.g-nav03__icon:not(:last-child) {
  margin-right: 16px;
}

.g-nav04 {
  background-color: #fff;
  transition: all 0.2s;
  width: 100%;
  height: auto;
  top: 60px;
  left: 0;
  position: static;
  z-index: 0;
  opacity: 1;
  padding: 0;
  pointer-events: auto;
}

.g-nav04.is-menu {
  opacity: 1;
  z-index: 999;
  overflow-y: auto;
  pointer-events: auto;
}

.g-nav04__menu {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.g-nav04__item {
  font-weight: bold;
  font-size: 22px;
}

.g-nav04__item:not(:last-child) {
  margin-right: 40px;
  margin-bottom: 0;
}

.g-nav04__sub {
  font-weight: normal;
  font-size: 13px;
  padding-left: 0;
  display: block;
}

.l-header03 {
  height: auto;
  width: 100%;
  padding: 10px 0px;
}

.l-header03__inner {
  padding: 0 20px;
}

.l-header03__logo {
  width: 100px;
  display: block;
  line-height: 60px;
}

.l-wrapper {
  margin: 0 auto;
}

.l-container {
  padding: 0 20px;
  width: 1000px;
  margin: auto;
}

.l-container:after {
  content: "";
  clear: both;
  display: block;
}

.l-container__item {
  margin-top: 64px;
}

.sec-contents {
  padding: 100px 0px;
}

.nav-btn {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  cursor: pointer;
  width: 62px;
  height: 60px;
  background-color: #14b144;
  display: none;
}

.nav-btn__line {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 22px;
  height: 2px;
  background-color: #fff;
  transition: all 0.3s;
}

.nav-btn__line:nth-of-type(1) {
  top: 20px;
}

.nav-btn__line:nth-of-type(2) {
  top: 27px;
}

.nav-btn__line:nth-of-type(3) {
  top: 34px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(45deg);
  transform: translateX(-50%) rotate(45deg);
  top: 30px;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(2) {
  width: 0;
}

.nav-btn.is-close .nav-btn__line:nth-of-type(3) {
  -webkit-transform: translateX(-50%) rotate(-45deg);
  transform: translateX(-50%) rotate(-45deg);
  top: 30px;
}

.tel-btn {
  position: fixed;
  z-index: 999;
  top: 0;
  right: 62px;
  cursor: pointer;
  width: 62px;
  height: 60px;
  background-color: #fafafa;
  display: none;
}

.tel-btn__link {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  text-decoration: none;
  color: #14b144;
  font-size: 24px;
}

.tel-btn__link:hover,
.tel-btn__link:active {
  color: #14b144;
}

.home-sec-fv img {
  width: 100%;
}

.home-sec-news {
  background-color: #f4f7f7;
  padding: 60px 0px;
}

.home-sec-news__container {
  background-color: #fff;
  border: solid 1px #014eb4;
  border-radius: 10px;
  margin-top: 40px;
}

.home-sec-news__item {
  padding: 20px 20px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.home-sec-news__item:not(:last-child) {
  border-bottom: solid 1px #014eb4;
}

.home-sec-news__date {
  font-family: "Montserrat",sans-serif;
  font-weight: bold;
  color: #014eb4;
  margin-right: 20px;
}

.home-sec-news__title {
  font-weight: normal;
}

.home-sec-about__contents {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 110% 110%;
  background-image: url("../images/index/about_bg.png");
  text-align: center;
  padding: 60px 0px;
  color: #fff;
  margin: 40px 0px 0px 0px;
}

.home-sec-about__title {
  text-align: center;
  font-size: 30px;
}

.home-sec-about__fig {
  margin: 30px 0px;
}

.home-sec-about__water {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/index/about_bg_water.png");
  padding: 40px 0px;
}

.home-sec-about__water__container {
  background-color: #f4f7f7;
  border-radius: 15px;
  padding: 50px;
}

.home-sec-about__water__title {
  text-align: center;
  font-size: 30px;
  color: #014eb4;
}

.home-sec-about__water__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 50px;
}

.home-sec-about__water__box__detail {
  background-color: #fff;
  border-radius: 15px;
  padding: 20px;
  width: 48%;
}

.home-sec-about__water__box__detail__title {
  font-size: 25px;
  color: #014eb4;
  text-align: center;
  margin-bottom: 30px;
}

.home-sec-about__water__box__detail__fig {
  display: block;
  margin: auto;
}

.home-sec-about__water__box__detail__txt {
  margin-top: 20px;
  font-size: 15px;
}

.home-sec-about__water__box__detail__lists {
  display: none;
  background-color: #edf5ff;
  border-radius: 10px;
  padding: 15px;
  margin-top: 30px;
}

.home-sec-about__water__box__detail__lists--title {
  text-align: center;
  color: #0491d0;
  font-size: 20px;
}

.home-sec-about__water__box__detail__list li {
  position: relative;
  margin: 3px 0px;
  padding-left: 20px;
}

.home-sec-about__water__box__detail__list li:before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  background-color: #014eb4;
  border-radius: 100px;
  position: absolute;
  top: 10px;
  left: 0px;
}

.home-sec-about__point {
  padding-top: 60px;
}

.home-sec-about__point__first,
.home-sec-about__point__end {
  margin-top: 40px;
  line-height: 30px;
  font-size: 18px;
}

.home-sec-about__point__contents {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/index/gradient_bg.png");
  margin-top: 50px;
  padding: 60px 0px;
}

.home-sec-about__point__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-sec-about__point__box {
  width: 31%;
  background-color: #fff;
  border-radius: 15px;
  padding: 30px 20px;
  margin-bottom: 30px;
}

.home-sec-about__point__box img {
  display: block;
  margin: auto;
}

.home-sec-about__point__title {
  text-align: center;
  color: #014eb4;
  font-size: 24px;
  margin: 20px 0px;
}

.home-sec-about__spec {
  background-color: #f4f7f7;
  padding: 60px 0px;
}

.home-sec-about__spec__container {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}

.home-sec-about__spec__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.home-sec-about__spec__img {
  width: 40%;
  -webkit-align-self: baseline;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.home-sec-about__spec__table {
  width: 60%;
  padding-left: 40px;
}

.home-sec-about__spec__table ul {
  list-style-type: disc;
}

.home-sec-merit {
  padding-top: 0px;
}

.home-sec-merit__point {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/index/water_blue_bg.png");
  margin-top: 200px;
  padding-bottom: 50px;
}

.home-sec-merit__point__title {
  text-align: center;
  position: relative;
  top: -100px;
}

.home-sec-merit_items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: -50px;
}

.home-sec-merit__box {
  width: 31%;
  margin: 1%;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  margin-bottom: 20px;
}

.home-sec-merit__box--title {
  margin: 20px 0px;
}

.home-sec-merit__box--txt {
  margin: 40px 0px;
  font-size: 24px;
  letter-spacing: 3px;
  font-weight: bold;
  color: #014eb4;
  line-height: 40px;
}

.home-sec-cost {
  padding-top: 0px;
}

.home-sec-cost__container {
  background-color: #f4f7f7;
  padding: 60px 0px;
  margin-top: 60px;
}

.home-sec-feature {
  padding-top: 0px;
}

.home-sec-feature__container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/index/feature_bg.png");
  padding: 50px 0px;
  margin-top: 50px;
}

.home-sec-feature__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.home-sec-feature__box {
  width: 48%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/index/feature_box_bg.png");
  border-radius: 20px;
  padding: 50px 30px;
  margin-bottom: 30px;
  text-align: center;
}

.home-sec-feature__box--title {
  font-size: 28px;
  color: #014eb4;
  margin: 20px 0px;
}

.home-sec-voice {
  padding-top: 0px;
  padding-bottom: 0px;
}

.home-sec-voice__container {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url("../images/index/gradient_bg.png");
  margin-top: 60px;
  padding: 60px 0px;
}

.home-sec-voice__items {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.home-sec-voice__box {
  width: 48%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 30px;
  margin-bottom: 30px;
  border: solid 2px #0491d0;
}

.home-sec-voice__title {
  display: block;
  margin: auto;
}

.home-sec-voice__fig {
  margin: 30px 0px;
}

.home-sec-company {
  background-color: #f4f7f7;
}

.home-sec-company__container {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}

.home-sec-company__table {
  max-width: 700px;
  margin: auto;
  margin-top: 30px;
}

.home-sec-contact__form {
  margin-top: 50px;
}

.home-sec-privacy {
  padding-top: 0px;
}

.home-sec-privacy__container {
  height: 500px;
  overflow-x: scroll;
  border: solid 1px #d9d9d9;
  border-radius: 10px;
  margin-top: 50px;
}

.home-sec-privacy__container__inner {
  padding: 30px;
}

.home-sec-privacy__container__inner p {
  margin-bottom: 30px;
}

body {
  font-family: "Noto Sans JP",sans-serif;
}

p {
  line-height: 28px;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-j {
  text-align: justify !important;
  -ms-text-justify: inter-ideograph !important;
  text-justify: inter-ideograph !important;
}

.u-bg-main {
  background-color: #14b144 !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray {
  background-color: #505050 !important;
}

.u-bdr-t {
  border-top: 1px solid !important;
}

.u-bdr-b {
  border-bottom: 1px solid !important;
}

.u-bdr-l {
  border-left: 1px solid !important;
}

.u-bdr-r {
  border-right: 1px solid !important;
}

.u-bdr-n {
  border: none !important;
}

.u-c-black {
  color: #000 !important;
}

.u-c-white {
  color: white !important;
}

.u-c-red {
  color: #c1272d !important;
}

.u-c-blue {
  color: #014eb4 !important;
}

.u-cs-a {
  cursor: auto;
}

.u-cs-p {
  cursor: pointer;
}

.u-sp-hide {
  display: none !important;
}

.u-d-i {
  display: inline !important;
}

.u-d-ib {
  display: inline-block !important;
}

.u-d-b {
  display: block !important;
}

.u-flex__center__center {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.u-ab-center {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.u-ab-center--v {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.u-ab-center--h {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

.u-fs-8 {
  font-size: 8px !important;
}

.u-fs-9 {
  font-size: 9px !important;
}

.u-fs-10 {
  font-size: 10px !important;
}

.u-fs-11 {
  font-size: 11px !important;
}

.u-fs-12 {
  font-size: 12px !important;
}

.u-fs-13 {
  font-size: 13px !important;
}

.u-fs-14 {
  font-size: 14px !important;
}

.u-fs-15 {
  font-size: 15px !important;
}

.u-fs-16 {
  font-size: 16px !important;
}

.u-fs-17 {
  font-size: 17px !important;
}

.u-fs-18 {
  font-size: 18px !important;
}

.u-fs-19 {
  font-size: 19px !important;
}

.u-fs-20 {
  font-size: 20px !important;
}

.u-fs-21 {
  font-size: 21px !important;
}

.u-fs-22 {
  font-size: 22px !important;
}

.u-fs-23 {
  font-size: 23px !important;
}

.u-fs-24 {
  font-size: 24px !important;
}

.u-fs-25 {
  font-size: 25px !important;
}

.u-fs-26 {
  font-size: 26px !important;
}

.u-fs-27 {
  font-size: 27px !important;
}

.u-fs-28 {
  font-size: 28px !important;
}

.u-fs-29 {
  font-size: 29px !important;
}

.u-fs-30 {
  font-size: 30px !important;
}

.u-fs-31 {
  font-size: 31px !important;
}

.u-fs-32 {
  font-size: 32px !important;
}

.u-fs-33 {
  font-size: 33px !important;
}

.u-fs-34 {
  font-size: 34px !important;
}

.u-fs-35 {
  font-size: 35px !important;
}

.u-fs-36 {
  font-size: 36px !important;
}

.u-fs-37 {
  font-size: 37px !important;
}

.u-fs-38 {
  font-size: 38px !important;
}

.u-fs-39 {
  font-size: 39px !important;
}

.u-fs-40 {
  font-size: 40px !important;
}

.u-mt-0 {
  margin-top: 0px !important;
}

.u-mt-5 {
  margin-top: 5px !important;
}

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

.u-mt-15 {
  margin-top: 15px !important;
}

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

.u-mt-25 {
  margin-top: 25px !important;
}

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

.u-mt-35 {
  margin-top: 35px !important;
}

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

.u-mt-45 {
  margin-top: 45px !important;
}

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

.u-mt-55 {
  margin-top: 55px !important;
}

.u-mt-60 {
  margin-top: 60px !important;
}

.u-mt-65 {
  margin-top: 65px !important;
}

.u-mt-70 {
  margin-top: 70px !important;
}

.u-mt-75 {
  margin-top: 75px !important;
}

.u-mt-80 {
  margin-top: 80px !important;
}

.u-mt-85 {
  margin-top: 85px !important;
}

.u-mt-90 {
  margin-top: 90px !important;
}

.u-mt-95 {
  margin-top: 95px !important;
}

.u-mt-100 {
  margin-top: 100px !important;
}

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

.u-mb-5 {
  margin-bottom: 5px !important;
}

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

.u-mb-15 {
  margin-bottom: 15px !important;
}

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

.u-mb-25 {
  margin-bottom: 25px !important;
}

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

.u-mb-35 {
  margin-bottom: 35px !important;
}

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

.u-mb-45 {
  margin-bottom: 45px !important;
}

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

.u-mb-55 {
  margin-bottom: 55px !important;
}

.u-mb-60 {
  margin-bottom: 60px !important;
}

.u-mb-65 {
  margin-bottom: 65px !important;
}

.u-mb-70 {
  margin-bottom: 70px !important;
}

.u-mb-75 {
  margin-bottom: 75px !important;
}

.u-mb-80 {
  margin-bottom: 80px !important;
}

.u-mb-85 {
  margin-bottom: 85px !important;
}

.u-mb-90 {
  margin-bottom: 90px !important;
}

.u-mb-95 {
  margin-bottom: 95px !important;
}

.u-mb-100 {
  margin-bottom: 100px !important;
}

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

.u-pt-5 {
  padding-top: 5px !important;
}

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

.u-pt-15 {
  padding-top: 15px !important;
}

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

.u-pt-25 {
  padding-top: 25px !important;
}

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

.u-pt-35 {
  padding-top: 35px !important;
}

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

.u-pt-45 {
  padding-top: 45px !important;
}

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

.u-pt-55 {
  padding-top: 55px !important;
}

.u-pt-60 {
  padding-top: 60px !important;
}

.u-pt-65 {
  padding-top: 65px !important;
}

.u-pt-70 {
  padding-top: 70px !important;
}

.u-pt-75 {
  padding-top: 75px !important;
}

.u-pt-80 {
  padding-top: 80px !important;
}

.u-pt-85 {
  padding-top: 85px !important;
}

.u-pt-90 {
  padding-top: 90px !important;
}

.u-pt-95 {
  padding-top: 95px !important;
}

.u-pt-100 {
  padding-top: 100px !important;
}

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

.u-pb-5 {
  padding-bottom: 5px !important;
}

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

.u-pb-15 {
  padding-bottom: 15px !important;
}

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

.u-pb-25 {
  padding-bottom: 25px !important;
}

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

.u-pb-35 {
  padding-bottom: 35px !important;
}

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

.u-pb-45 {
  padding-bottom: 45px !important;
}

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

.u-pb-55 {
  padding-bottom: 55px !important;
}

.u-pb-60 {
  padding-bottom: 60px !important;
}

.u-pb-65 {
  padding-bottom: 65px !important;
}

.u-pb-70 {
  padding-bottom: 70px !important;
}

.u-pb-75 {
  padding-bottom: 75px !important;
}

.u-pb-80 {
  padding-bottom: 80px !important;
}

.u-pb-85 {
  padding-bottom: 85px !important;
}

.u-pb-90 {
  padding-bottom: 90px !important;
}

.u-pb-95 {
  padding-bottom: 95px !important;
}

.u-pb-100 {
  padding-bottom: 100px !important;
}

.u-fs-o {
  font-style: oblique !important;
}

.u-td-u {
  text-decoration: underline !important;
}

.u-fw-n {
  font-weight: normal !important;
}

.u-fw-b {
  font-weight: bold !important;
}

@media screen and (min-width: 768px) {
  img {
    width: auto;
  }

  .u-pc-hide {
    display: none !important;
  }

  .u-sp-hide {
    display: inline !important;
  }
}

@media screen and (min-width: 1000px) {
  .c-box__2-col--justify .c-box__col {
    width: 50% !important;
  }

  .c-box__3-col--justify .c-box__col {
    width: 33% !important;
  }

  .c-box__concept--reverse:before {
    right: 112px;
    top: 62px;
    left: auto;
  }

  .c-card--col-2 .c-card__item {
    width: 47%;
  }

  .c-card--col-2:after {
    content: "";
    display: block;
    width: 47%;
    height: 0px;
  }

  .c-card--col-3 .c-card__item {
    width: 30%;
  }

  .c-card--col-3:after {
    content: "";
    display: block;
    width: 30%;
    height: 0px;
  }

  .c-cv-area--style-01 {
    height: 415px;
    width: 100%;
  }

  .c-cv-area--style-02 {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0px;
    height: 300px;
  }

  .c-cv-area__col:first-child {
    border-right: solid 1px #f4f7f7;
    margin-bottom: 0px;
    border-bottom: none;
    padding-bottom: 0px;
  }

  .c-fv__contents__bottom {
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    padding-left: 0px;
  }

  .c-flow--h {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .c-flow--h .c-flow__item--box:after {
    width: 100%;
    height: 1px;
    top: 30px;
    left: 50%;
    border-left: none;
    border-bottom: dashed 2px #14b144;
  }

  .c-flow--h .c-flow__item--box .c-flow__item {
    margin: auto;
  }

  .c-flow--h .c-flow__item--box .c-flow__item--contents {
    margin-top: 30px;
    padding: 20px;
    width: 100%;
  }

  .c-flow--h--4col .c-flow__item--box {
    width: 25%;
    display: block;
  }

  .c-form__dl {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 0px;
    margin-top: 0px;
  }

  .c-form__dl--align-start {
    -webkit-align-items: start;
    -ms-flex-align: start;
    align-items: start;
  }

  .c-form__dt {
    width: 300px;
    margin-bottom: 0px;
    padding: 30px 20px;
    background-color: #f4f7f7;
  }

  .c-form__dd {
    width: calc(100% - 300px);
    padding: 30px 0px;
    padding-left: 32px;
  }

  .c-form__input--checkbox--label:not(:last-child) {
    margin-right: 70px;
  }

  .c-form__submit--btn--outer {
    margin: 0px 10px;
    display: inline-block;
    width: 310px;
  }

  .formTable th {
    width: 180px !important;
  }

  .c-layout__item {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }

  .c-layout__item--reverse {
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-left: 0;
  }

  .c-layout__item--reverse .c-layout__body {
    padding: 0 5% 0 0;
  }

  .c-layout__item--col-1 .c-layout__img-wrap {
    width: 100%;
  }

  .c-layout__item--col-1 .c-layout__body {
    width: 100%;
    padding-left: 0px;
    margin-top: 50px;
  }

  .c-layout__item--col-3 .c-layout__img-wrap {
    width: 30%;
  }

  .c-layout__item--col-3 .c-layout__body {
    width: 70%;
  }

  .c-layout__item--col-4 .c-layout__img-wrap {
    width: 25%;
  }

  .c-layout__item--col-4 .c-layout__body {
    width: 75%;
  }

  .c-layout__img-wrap {
    margin: 0;
    width: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .c-layout__img-wrap--m {
    height: 300px;
    overflow: hidden;
  }

  .c-layout__body {
    width: 50%;
    margin-top: 0;
    padding-left: 40px;
  }

  .c-layout__title {
    font-size: 25px;
    letter-spacing: 1.36;
  }

  .c-layout__text {
    font-size: 15px;
  }

  .c-list__item__inner {
    padding: 20px 32px;
  }

  .c-list__title {
    font-size: 17px;
  }

  .c-list__text {
    letter-spacing: 0;
    color: #505050;
    line-height: 1.35294;
  }

  .c-modal__close {
    height: 60px;
    width: 60px;
    top: -65px;
    right: -10px;
  }

  .c-page-header__l {
    height: 600px;
    border-radius: 30px;
  }

  .c-side__page-wrapper {
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .c-side__main-contents {
    width: calc(100% - 300px);
    padding-left: 40px;
  }

  .c-single__header__title {
    margin-top: 42px;
    font-size: 26px;
    font-weight: 500;
    line-height: 38px;
    letter-spacing: 0.05em;
    text-align: left;
  }

  .c-single__thumb--figure {
    height: 300px;
    overflow: hidden;
  }

  .c-single__contents p {
    font-size: 16px;
    font-weight: 400;
    line-height: 32px;
    letter-spacing: 0em;
  }

  .c-single__contents h3 {
    font-size: 30px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: 0.05em;
  }

  .c-single__contents h4 {
    font-size: 21px;
    letter-spacing: 1px;
  }

  .c-single__contents h5 {
    font-size: 18px;
    line-height: 27px;
    letter-spacing: 0.05em;
  }

  .c-single__contents a[href$=".pdf"]:after {
    width: 19px;
    height: 19px;
  }

  .c-single__contents ul li {
    font-size: 16px;
  }

  .c-single__contents iframe[src$=".pdf"] {
    width: 475px;
    height: 720px;
    margin: auto;
    display: block;
  }

  .c-single__footer {
    margin-top: 100px;
  }

  .c-tab__menu--box {
    overflow: visible;
  }

  .c-table--style-01 .c-table__th {
    width: 200px !important;
  }

  .c-toggle--sp .c-toggle--title {
    pointer-events: none;
    cursor: auto;
  }

  .g-nav__btn--min {
    width: 170px;
  }

  .g-nav__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .g-nav__link--dot:hover::after {
    position: absolute;
    content: "";
    background-color: #14b144;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    bottom: -15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .g-nav__link--border:hover::after {
    opacity: 1;
    visibility: visible;
    bottom: -15px;
  }

  .g-nav02__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 25px 15px 25px 0;
  }

  .g-nav03__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 25px 30px 25px 0;
  }

  .g-nav04__menu {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 25px 25px 25px 0;
  }

  .l-header03 {
    background-color: #fff;
    position: static;
  }

  .l-header03__inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 30px;
  }

  .l-header03__nav {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .l-header03__nav-inner {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .l-header03__logo-area {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .l-header03__logo {
    width: 125px;
    line-height: initial;
  }

  .l-header03__cv {
    text-align: left;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .home-sec-merit__box--txt--mt {
    margin-top: 80px;
  }
}

@media screen and (min-width: 1000px) and (min-width: 1000px) {
  .c-toggle--sp .c-toggle--title:before,
  .c-toggle--sp .c-toggle--title:after {
    display: none;
  }
}

@media screen and (max-width: 1000px) {
  .c-box__flex {
    display: block;
  }

  .c-box__flex .c-box__col {
    width: 100%;
  }

  .c-box__col--align-left {
    padding-left: 50px;
  }

  .c-box__col--align-right {
    padding-right: 50px;
  }

  .c-box__2-col {
    display: block;
  }

  .c-box__2-col .c-box__col {
    width: 100%;
  }

  .c-box__3-col {
    display: block;
  }

  .c-box__3-col .c-box__col {
    width: 100%;
  }

  .c-box__4-col {
    display: block;
  }

  .c-box__4-col .c-box__col {
    width: 100%;
  }

  .c-box__concept:before {
    width: 100vw;
    height: 98%;
    left: -20px;
    top: 82px;
  }

  .c-box__concept--img {
    width: 100%;
  }

  .c-box__concept--txt-box {
    width: 100%;
  }

  .c-breadcrumb .breadcrumbs {
    overflow: hidden;
    white-space: nowrap;
  }

  .c-btn {
    padding: 15px 40px;
  }

  .c-btn__text {
    font-size: 14px;
    line-height: 1.57143;
  }

  .c-card__item {
    margin-bottom: 20px;
  }

  .c-card__header {
    margin-top: 10px;
  }

  .c-card__body {
    margin-top: 10px;
  }

  .c-card__data {
    font-size: 13px;
  }

  .c-card__title {
    font-size: 14px;
  }

  .c-carousel__item {
    padding: 0px 10px;
  }

  .c-carousel__image-box {
    height: 45vw;
  }

  .c-carousel__header {
    margin-top: 15px;
  }

  .c-carousel__footer {
    margin-top: 15px;
  }

  .c-carousel__body {
    margin-top: 15px;
  }

  .c-carousel__title {
    font-size: 22px;
  }

  .c-carousel__txt {
    font-size: 13px;
    line-height: 25px;
  }

  .c-cv-area--style-02--image {
    width: 100%;
    height: 330px;
    position: absolute;
  }

  .c-cv-area--style-02 .c-cv-area__inner {
    max-width: 450px;
    text-align: center;
    margin: auto;
  }

  .c-cv-area__body {
    padding-top: 30px;
    display: block;
    border-top: none;
  }

  .c-cv-area__col {
    width: 100%;
    padding: 0px;
  }

  .c-fv__contents {
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end;
    padding-left: 0px;
  }

  .c-fv__contents--slanting {
    width: 400px;
    top: auto;
    bottom: 0px;
    height: 750px;
    -webkit-clip-path: polygon(0 21%, 100% 43%, 100% 100%, 0% 100%);
    clip-path: polygon(0 21%, 100% 43%, 100% 100%, 0% 100%);
  }

  .c-fv__contents-box {
    width: calc(100% - 30px);
    min-width: 600px;
    padding: 30px;
  }

  .c-fv__contents-box__body {
    margin-top: 20px;
  }

  .c-fv__contents-box__footer {
    margin-top: 15px;
  }

  .c-fv__title {
    font-size: 28px;
    letter-spacing: 0px;
  }

  .c-fv__title--sub {
    font-size: 15px;
  }

  .c-fv__txt {
    font-size: 12px;
    line-height: 20px;
    margin-top: 11px;
  }

  .c-form__label {
    display: block;
  }

  .c-form__input--radio--label {
    margin-bottom: 15px;
    display: block;
  }

  .c-form__input--radio--label:not(:last-child) {
    margin-right: 20px;
  }

  .c-form__input--checkbox--label {
    margin-bottom: 15px;
  }

  .c-form__submit--btn--outer:not(:first-child) {
    margin-top: 20px;
  }

  .formTable th,
  .formTable td {
    padding: auto;
    line-height: 24px;
  }

  .formTable td {
    width: auto;
  }

  .c-modal__close span {
    width: 20px;
    height: 1px;
    top: 20px;
    left: 10px;
  }

  .c-page-header {
    height: 200px;
  }

  .c-page-header__title {
    font-size: 30px;
  }

  .c-side-cv__btn {
    display: none;
  }

  .c-side__menu {
    width: 100%;
    margin-top: 40px;
  }

  .c-tab__menu {
    height: 67px;
  }

  .c-table .c-table__th,
  .c-table .c-table__td {
    font-size: 13px;
    min-height: 50px;
    padding: 15px 0px;
    margin-top: -1px;
  }

  .c-table .c-table__th {
    display: block;
    border-bottom: none;
  }

  .c-table .c-table__td {
    display: block;
  }

  .c-table--horizontal th {
    display: table-cell !important;
  }

  .c-table--horizontal td {
    display: table-cell !important;
  }

  .c-table--style-01 .c-table__th,
  .c-table--style-01 .c-table__td {
    padding: auto;
    line-height: 24px;
  }

  .c-table--style-01 .c-table__td {
    width: auto;
  }

  .c-table__dl {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .c-table__dl__wrap .c-table__dd {
    padding-top: 19px !important;
  }

  .c-table--d--style-01 {
    margin-bottom: 20px;
  }

  .c-table--d--style-01 .c-table__dl {
    -webkit-flex-wrap: wrap !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .c-table--d--style-01 .c-table__dt {
    width: 100%;
    padding: 0px 20px;
  }

  .c-table--d--style-01 .c-table__dd {
    width: 100%;
    padding: 10px 20px;
  }

  .c-tel-link__no {
    font-size: 32px;
  }

  .c-tel-link__no::before {
    font-size: 26px;
    margin-right: 13px;
  }

  .c-tel-link__info {
    font-size: 11px;
  }

  .c-title {
    font-size: 35px;
  }

  .c-title--sub {
    font-size: 23px;
  }

  .c-toggle--title {
    font-size: 16px;
    height: 65px;
    margin: 0px 20px;
  }

  .c-toggle--title:before {
    right: 22px;
  }

  .c-toggle--title:after {
    right: 22px;
  }

  .g-nav {
    position: fixed;
    z-index: -1;
    opacity: 0;
    padding: 70px 20px 200px;
    height: 100vh;
    pointer-events: none;
  }

  .g-nav__icons {
    margin: 30px 0 0;
    border-bottom: none;
    -webkit-justify-content: inherit;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    padding-right: auto;
  }

  .g-nav__icon:not(:last-child) {
    margin-right: 18px;
  }

  .g-nav__tel {
    background-color: transparent;
    width: auto;
    margin-top: 78px;
  }

  .g-nav__btn {
    width: 257px;
    min-height: 65px;
    font-size: 18px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 20px;
  }

  .g-nav__btn::before {
    margin-right: 13px;
    font-size: 18px;
  }

  .g-nav__item {
    font-weight: normal;
    font-size: 18px;
    padding: 0px;
  }

  .g-nav__item:not(:last-child) {
    margin-bottom: 30px;
    margin-right: auto;
  }

  .g-nav__link--dot.is-current {
    padding-left: 15px;
  }

  .g-nav__link--dot.is-current::after {
    width: 6px;
    height: 6px;
    bottom: auto;
    left: 0;
    top: 50%;
    -webkit-transform: none;
    transform: none;
  }

  .g-nav__link--border.is-current::after {
    bottom: -10px;
  }

  .g-nav__megamenu__contents {
    position: relative;
    top: auto;
    left: -20px;
    -webkit-transform: none;
    transform: none;
    margin-top: 20px;
  }

  .g-nav__megamenu__contents--01 {
    width: auto;
  }

  .g-nav02 {
    position: fixed;
    z-index: -1;
    opacity: 0;
    padding: 70px 20px 200px;
    height: 100vh;
    pointer-events: none;
  }

  .g-nav02__item {
    font-size: 18px;
  }

  .g-nav02__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .g-nav03 {
    position: fixed;
    z-index: -1;
    opacity: 0;
    height: 100vh;
    padding: 70px 20px 200px;
    pointer-events: none;
  }

  .g-nav03__item {
    font-size: 18px;
  }

  .g-nav03__item:not(:last-child) {
    margin-bottom: 30px;
  }

  .g-nav03__icons {
    margin: 30px 0 0;
    -webkit-align-items: unset;
    -ms-flex-align: unset;
    align-items: unset;
    -webkit-justify-content: unset;
    -ms-flex-pack: unset;
    justify-content: unset;
  }

  .g-nav04 {
    position: fixed;
    z-index: -1;
    opacity: 0;
    padding: 70px 20px 200px;
    height: 100vh;
    pointer-events: none;
  }

  .g-nav04__item {
    font-size: 29px;
  }

  .g-nav04__item:not(:last-child) {
    margin-bottom: 42px;
    margin-right: auto;
  }

  .g-nav04__sub {
    padding-left: 10px;
    display: none;
  }

  .l-container {
    margin: 0 auto;
    width: 100%;
    padding: 0 20px;
  }

  .sec-contents {
    padding: 60px 0px;
  }

  .nav-btn {
    display: block;
  }

  .tel-btn {
    display: block;
  }

  .home-sec-news__item {
    display: block;
  }

  .home-sec-about__contents {
    background-image: url("../images/index/about_bg_s.png");
    padding: 40px;
  }

  .home-sec-about__water__container {
    padding: 30px;
  }

  .home-sec-about__water__title {
    font-size: 28px;
  }

  .home-sec-about__water__box {
    margin-top: 30px;
    display: block;
  }

  .home-sec-about__water__box__detail {
    width: 100%;
  }

  .home-sec-about__water__box__detail:first-child {
    margin-bottom: 30px;
  }

  .home-sec-about__water__box__detail__fig {
    width: 90%;
  }

  .home-sec-about__point__first,
  .home-sec-about__point__end {
    padding: 0px 30px;
  }

  .home-sec-about__point__box {
    width: 100%;
  }

  .home-sec-about__point__box img {
    width: auto;
  }

  .home-sec-about__spec__inner {
    display: block;
  }

  .home-sec-about__spec__img {
    width: 100%;
  }

  .home-sec-about__spec__table {
    width: 100%;
    padding-left: 0px;
    margin-top: 20px;
  }

  .home-sec-merit {
    padding-top: 0px;
  }

  .home-sec-merit__point {
    margin-top: 150px;
  }

  .home-sec-merit__point__title {
    max-width: 300px;
    margin: auto;
    top: -80px;
  }

  .home-sec-merit__box {
    width: 100%;
  }

  .home-sec-merit__box--title img {
    width: auto;
  }

  .home-sec-cost {
    padding-top: 0px;
  }

  .home-sec-feature {
    padding-top: 0px;
  }

  .home-sec-feature__box {
    width: 100%;
  }

  .home-sec-feature__point {
    width: auto;
  }

  .home-sec-voice {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .home-sec-voice__items {
    display: block;
  }

  .home-sec-voice__box {
    width: 100%;
  }

  .home-sec-voice__title {
    width: auto;
  }

  .home-sec-privacy {
    padding-top: 0px;
  }

  p {
    font-size: 16px;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0,0,0,0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0,0,0,0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  body,
  button,
  input,
  select,
  textarea {
    font-size: 14px;
  }
}