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

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/ }

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

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

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

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

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

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

dd {
  margin-left: 0; }

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

address {
  font-style: inherit; }

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom; }

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

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

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

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

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

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

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

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

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

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

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

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

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

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

caption {
  text-align: left; }

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

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

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

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

body {
  color: #000;
  font-family: "source-han-sans-japanese", sans-serif; }

.only-pc-lg {
  display: block; }
  @media (max-width: 767px) {
    .only-pc-lg {
      display: none; } }

.only-pc {
  display: none; }
  @media (max-width: 1024px) {
    .only-pc {
      display: block; } }

.only-tab {
  display: none; }
  @media (max-width: 767px) {
    .only-tab {
      display: block; } }

.only-sp {
  display: none; }
  @media (max-width: 425px) {
    .only-sp {
      display: block; } }

.page_common .kv {
  width: 100%;
  height: 330px;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center; }
  @media (max-width: 767px) {
    .page_common .kv {
      height: 250px; } }
  @media (max-width: 425px) {
    .page_common .kv {
      height: 180px; } }
  .page_common .kv > .title {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto; }
    .page_common .kv > .title > img {
      width: 198px;
      height: 55px;
      margin-bottom: 14px; }
    .page_common .kv > .title > p {
      font-weight: bold;
      font-size: 50px;
      letter-spacing: 0.1em;
      line-height: 1.2;
      color: #fff;
      text-shadow: 0 4px 4px #000; }
      @media (max-width: 425px) {
        .page_common .kv > .title > p {
          font-size: 30px; } }

.page_common .item {
  position: relative;
  padding-top: 97px; }
  @media (max-width: 767px) {
    .page_common .item {
      padding-right: 25px;
      padding-left: 25px;
      padding-top: 50px; } }
  @media (max-width: 425px) {
    .page_common .item {
      padding-right: 15px;
      padding-left: 15px;
      padding-top: 30px; } }
  .page_common .item .bg_dots {
    width: 100%;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: -1; }
  .page_common .item > .inner {
    background-color: #fff;
    -webkit-box-shadow: 0px 6px 11px #c2c2c2;
    box-shadow: 0px 6px 11px #c2c2c2; }

.loopSlider {
  height: 127px;
  overflow: hidden;
  position: relative; }
  .loopSlider .loopslider_wrap {
    height: 127px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0; }
    .loopSlider .loopslider_wrap > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .loopSlider .loopslider_wrap > ul > li {
        margin: 0 25px; }

.btn-round,
.btn-square,
.btn-submit {
  text-align: center; }
  .btn-round > a,
  .btn-square > a,
  .btn-submit > a {
    color: #fff;
    padding: 14px 25px 14px 30px;
    border-radius: 24px;
    line-height: initial;
    position: relative;
    z-index: 2;
    text-decoration: none;
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: hidden;
    font-weight: bold; }
    .btn-round > a:before,
    .btn-square > a:before,
    .btn-submit > a:before {
      position: absolute;
      content: "";
      top: 0%;
      left: -100%;
      width: 100%;
      height: 100%;
      -webkit-transition: all 0.3s ease-in-out;
      -o-transition: all 0.3s ease-in-out;
      transition: all 0.3s ease-in-out;
      z-index: -1; }
    .btn-round > a:after,
    .btn-square > a:after,
    .btn-submit > a:after {
      content: "▶︎";
      position: absolute;
      right: 20px; }
    .btn-round > a:hover:before,
    .btn-square > a:hover:before,
    .btn-submit > a:hover:before {
      left: 0; }

.btn-round-blk > a,
.btn-square-blk > a {
  background-color: #272727;
  -webkit-box-shadow: 0px 4px #5c5c5c;
  box-shadow: 0px 4px #5c5c5c; }
  .btn-round-blk > a:before,
  .btn-square-blk > a:before {
    background-color: #7d7d7d; }

.btn-square-line {
  margin-top: 25px; }
  .btn-square-line > a {
    background-color: #00c300;
    -webkit-box-shadow: 0px 4px #007300;
    box-shadow: 0px 4px #007300; }
    .btn-square-line > a:before {
      background-color: #5bd65d; }

.btn-round-grn > a {
  background-color: #07dda3;
  -webkit-box-shadow: 0px 4px #00885e;
  box-shadow: 0px 4px #00885e; }
  .btn-round-grn > a:before {
    background-color: #78ebc8; }

.btn-square > a {
  width: 400px;
  padding: 10px 30px 14px; }
  @media (max-width: 767px) {
    .btn-square > a {
      width: 100%;
      padding: 10px 15px 14px; } }

.btn-square-grn {
  margin-bottom: 25px; }
  .btn-square-grn > a {
    background-color: #07dda3;
    -webkit-box-shadow: 0px 4px #00885e;
    box-shadow: 0px 4px #00885e; }
    .btn-square-grn > a:before {
      background-color: #78ebc8; }
    .btn-square-grn > a:after {
      content: none; }
    .btn-square-grn > a > .tel {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      @media (max-width: 767px) {
        .btn-square-grn > a > .tel > img {
          width: 50px; } }
      @media (max-width: 425px) {
        .btn-square-grn > a > .tel > img {
          width: 45px; } }
      .btn-square-grn > a > .tel > p {
        font-family: "lato", sans-serif;
        font-size: 40px;
        font-weight: bold;
        line-height: 1.6;
        letter-spacing: 0.02em;
        display: inline-block; }
        @media (max-width: 767px) {
          .btn-square-grn > a > .tel > p {
            font-size: 30px; } }
        @media (max-width: 425px) {
          .btn-square-grn > a > .tel > p {
            font-size: 27px; } }
    .btn-square-grn > a > .hours {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
      @media (max-width: 767px) {
        .btn-square-grn > a > .hours {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
      @media (max-width: 425px) {
        .btn-square-grn > a > .hours {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .btn-square-grn > a > .hours .item {
        padding: 0; }
        @media (max-width: 767px) {
          .btn-square-grn > a > .hours .item {
            margin-bottom: 10px;
            margin-right: 10px; }
            .btn-square-grn > a > .hours .item:last-of-type {
              margin-bottom: 0;
              margin-right: 0; } }
        .btn-square-grn > a > .hours .item p {
          font-size: 12px;
          line-height: 1.7;
          letter-spacing: 0.016em;
          color: #07dda3;
          background-color: #fff;
          padding: 3px 10px 4px;
          display: inline;
          margin-right: 5px; }
        .btn-square-grn > a > .hours .item span {
          font-family: "source-han-sans-japanese", sans-serif;
          font-size: 14px;
          line-height: 1.5; }

.btn-square-blk > a,
.btn-square-line > a {
  font-family: "lato", sans-serif;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 0.02em;
  padding-top: 0;
  padding-bottom: 0;
  height: 80px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (max-width: 767px) {
    .btn-square-blk > a,
    .btn-square-line > a {
      font-size: 16px; } }
  @media (max-width: 425px) {
    .btn-square-blk > a,
    .btn-square-line > a {
      font-size: 11px;
      height: 60px; } }

@media (max-width: 425px) {
  .btn-square-line > a {
    font-size: 12px; } }

.btn-square-line > a > img {
  margin-right: 10px; }
  @media (max-width: 425px) {
    .btn-square-line > a > img {
      width: 20px;
      margin-right: 5px; } }

.info {
  width: 100%; }
  .info > tbody > tr {
    padding: 20px 0 20px 30px;
    border-bottom: 1px dotted #bababa;
    display: block; }
    @media (max-width: 767px) {
      .info > tbody > tr {
        padding: 20px 0; } }
    .info > tbody > tr > th {
      width: 175px;
      font-size: 16px; }
      @media (max-width: 767px) {
        .info > tbody > tr > th {
          width: 100px; } }
      @media (max-width: 425px) {
        .info > tbody > tr > th {
          display: block;
          margin-bottom: 10px; } }
    .info > tbody > tr > td {
      font-size: 14px;
      vertical-align: inherit; }
      @media (max-width: 425px) {
        .info > tbody > tr > td {
          display: block; } }
    @media (max-width: 1024px) {
      .info > tbody > tr .table-sm {
        display: block;
        margin-top: 20px; } }
    .info > tbody > tr .table-sm table {
      margin-bottom: 10px; }
      .info > tbody > tr .table-sm table tr td {
        margin-left: 10px; }
      @media (max-width: 425px) {
        .info > tbody > tr .table-sm table .mb-10 {
          display: block;
          margin-bottom: 10px; } }
      .info > tbody > tr .table-sm table th {
        font-weight: normal;
        width: 93px; }
      @media (max-width: 425px) {
        .info > tbody > tr .table-sm table th,
        .info > tbody > tr .table-sm table td {
          display: block; } }
    .info > tbody > tr .table-sm iframe {
      margin-bottom: 40px;
      height: 151px; }
      .info > tbody > tr .table-sm iframe:last-of-type {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .info > tbody > tr .table-sm iframe {
          width: 100%; } }

.item-form {
  background: url(../img/recruit/bg_dots-02.png) no-repeat;
  background-size: cover;
  padding-top: 142px !important;
  padding-bottom: 60px !important; }
  @media (max-width: 767px) {
    .item-form {
      padding-top: 60px !important; } }
  .item-form > .inner {
    padding: 98px 35px 60px;
    position: relative; }
    @media (max-width: 767px) {
      .item-form > .inner {
        padding-top: 70px; } }
    @media (max-width: 425px) {
      .item-form > .inner {
        padding: 70px 15px 30px; } }
    .item-form > .inner > h4 {
      position: absolute;
      top: -45px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      margin: auto; }
      @media (max-width: 767px) {
        .item-form > .inner > h4 {
          top: -35px; } }
      @media (max-width: 425px) {
        .item-form > .inner > h4 {
          top: -25px; } }
      @media (max-width: 767px) {
        .item-form > .inner > h4 > img {
          width: 400px; } }
      @media (max-width: 425px) {
        .item-form > .inner > h4 > img {
          width: 300px; } }
    .item-form > .inner .info-top {
      font-size: 14px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      line-height: 1.8; }
      @media (max-width: 425px) {
        .item-form > .inner .info-top {
          font-size: 12px; } }
    .item-form > .inner .wpcf7-form {
      padding-top: 70px; }
    .item-form > .inner .form__wrap {
      max-width: 910px;
      width: 100%;
      margin: auto; }
      .item-form > .inner .form__wrap .form__row {
        border-bottom: 1px dotted #bababa;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline; }
        @media (max-width: 767px) {
          .item-form > .inner .form__wrap .form__row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            margin-bottom: 20px; } }
        .item-form > .inner .form__wrap .form__row .form__label label {
          font-size: 16px;
          font-weight: bold;
          width: 240px;
          padding-left: 30px; }
          @media (max-width: 767px) {
            .item-form > .inner .form__wrap .form__row .form__label label {
              width: 100%;
              padding-left: 0;
              margin-bottom: 0; } }
        .item-form > .inner .form__wrap .form__row .is-required label:after {
          content: "必須";
          background-color: #d90000;
          color: #fff;
          font-size: 10px;
          font-weight: bold;
          padding: 0 10px 2px;
          margin-left: 10px;
          position: relative;
          bottom: 2px; }
        @media (max-width: 767px) {
          .item-form > .inner .form__wrap .form__row .form__body {
            width: 100%; } }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input:-webkit-autofill {
          -webkit-box-shadow: 0 0 0px 999px #fff inset;
          box-shadow: 0 0 0px 999px #fff inset; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap .wpcf7c-conf {
          background-color: #fff; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea {
          border: 1px solid #707070;
          padding: 9px 15px 12px;
          width: 530px;
          margin: 20px 0;
          font-size: 14px; }
          @media (max-width: 1024px) {
            .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input,
            .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea {
              width: 350px; } }
          @media (max-width: 767px) {
            .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input,
            .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea {
              width: 100%; } }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input::-webkit-input-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input::-moz-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea::-moz-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input:-ms-input-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input::-ms-input-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input::-webkit-input-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input::-moz-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea::-moz-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input:-ms-input-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input::-ms-input-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input::-webkit-input-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input::-moz-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea::-moz-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input:-ms-input-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input::-ms-input-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input::-webkit-input-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input::-moz-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea::-moz-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input:-ms-input-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input::-ms-input-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input::-webkit-input-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea::-webkit-input-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input::-moz-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea::-moz-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input:-ms-input-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea:-ms-input-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input::-ms-input-placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea::-ms-input-placeholder {
          font-size: 14px;
          color: #dddddd; }
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap input::placeholder,
        .item-form > .inner .form__wrap .form__row .form__body .wpcf7-form-control-wrap textarea::placeholder {
          font-size: 14px;
          color: #dddddd; }
      .item-form > .inner .form__wrap .form__last {
        border-bottom: none;
        margin-bottom: 40px; }
    .item-form > .inner .wpcf7-response-output {
      text-align: center; }
    .item-form > .inner .wpcf7-not-valid-tip {
      margin-bottom: 20px; }
    .item-form > .inner .info-bottom {
      font-family: "noto-sans-cjk-jp", sans-serif;
      font-size: 13px;
      line-height: 1.6;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 40px;
      text-align: center; }
      @media (max-width: 425px) {
        .item-form > .inner .info-bottom {
          font-size: 12px; } }
    .item-form > .inner .row-privacy {
      margin-bottom: 38px;
      text-align: center; }
      .item-form > .inner .row-privacy label {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .item-form > .inner .row-privacy label > input {
          width: 25px;
          height: 25px;
          margin-right: 10px; }
        .item-form > .inner .row-privacy label .wpcf7-list-item-label {
          font-family: "noto-sans-cjk-jp", sans-serif;
          font-size: 14px;
          font-weight: normal;
          border: none;
          padding: 0;
          width: initial;
          margin: 0;
          text-align: left; }
    .item-form > .inner .row-submit {
      text-align: center; }
      .item-form > .inner .row-submit > input {
        color: #fff;
        border-radius: 24px;
        position: relative;
        z-index: 2;
        text-decoration: none;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        overflow: hidden;
        font-weight: bold;
        background-color: #272727;
        -webkit-box-shadow: 0px 4px #5c5c5c;
        box-shadow: 0px 4px #5c5c5c;
        width: 400px;
        font-family: "lato", sans-serif;
        font-size: 17px;
        line-height: 1.8;
        letter-spacing: 0.02em;
        padding: 33px 30px 28px; }
        @media (max-width: 767px) {
          .item-form > .inner .row-submit > input {
            width: 100%;
            font-size: 16px;
            padding: 33px 15px 28px; } }
        .item-form > .inner .row-submit > input:disabled {
          cursor: not-allowed; }
          .item-form > .inner .row-submit > input:disabled:hover {
            opacity: unset; }
        .item-form > .inner .row-submit > input:hover {
          opacity: 0.7; }
          .item-form > .inner .row-submit > input:hover:before {
            left: 0; }
      .item-form > .inner .row-submit .wpcf7-back,
      .item-form > .inner .row-submit .wpcf7-submit {
        width: 250px;
        margin-right: 10px;
        margin-left: 10px; }
        @media (max-width: 767px) {
          .item-form > .inner .row-submit .wpcf7-back,
          .item-form > .inner .row-submit .wpcf7-submit {
            width: 100%;
            margin-right: 0;
            margin-left: 0; } }
      @media (max-width: 767px) {
        .item-form > .inner .row-submit .wpcf7-back {
          margin-bottom: 20px; } }
      .item-form > .inner .row-submit .wpcf7-submit {
        background-color: #07dda3;
        -webkit-box-shadow: 0px 4px #00885e;
        box-shadow: 0px 4px #00885e; }

.header {
  width: 100%;
  -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 5000;
  background-color: #ffffff; }
  @media (max-width: 767px) {
    .header {
      padding-top: 5px;
      padding-bottom: 5px; } }
  .header .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative; }
    @media (max-width: 767px) {
      .header .row .logo img {
        width: 80px; } }
  @media (max-width: 767px) {
    .header .header-nav {
      display: none; } }
  .header .header-nav .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header .header-nav .menu > li > a {
      color: #272727;
      font-weight: bold;
      font-size: 14px;
      line-height: 4;
      padding: 12px;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      display: block; }
      @media (max-width: 1024px) {
        .header .header-nav .menu > li > a {
          font-size: 10px; } }
    .header .header-nav .menu .menu-item-28 > a,
    .header .header-nav .menu .menu-item-29 > a,
    .header .header-nav .menu .menu-item-30 > a,
    .header .header-nav .menu .menu-item-31 > a {
      height: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .header .header-nav .menu .menu-item-28 > a:hover,
      .header .header-nav .menu .menu-item-29 > a:hover,
      .header .header-nav .menu .menu-item-30 > a:hover,
      .header .header-nav .menu .menu-item-31 > a:hover {
        background-color: #f6f6f6; }
    .header .header-nav .menu .menu-item-27 > a,
    .header .header-nav .menu .menu-item-26 > a {
      color: #fff;
      padding: 14px 25px 14px 30px;
      border-radius: 24px;
      line-height: initial;
      position: relative;
      z-index: 2;
      text-decoration: none;
      display: inline-block;
      -webkit-transition: all 0.3s ease;
      -o-transition: all 0.3s ease;
      transition: all 0.3s ease;
      overflow: hidden; }
      @media (max-width: 1024px) {
        .header .header-nav .menu .menu-item-27 > a,
        .header .header-nav .menu .menu-item-26 > a {
          padding: 14px 16px 14px 20px; } }
      .header .header-nav .menu .menu-item-27 > a:before,
      .header .header-nav .menu .menu-item-26 > a:before {
        position: absolute;
        content: "";
        top: 0%;
        left: -100%;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: -1; }
      .header .header-nav .menu .menu-item-27 > a:after,
      .header .header-nav .menu .menu-item-26 > a:after {
        content: "▶︎";
        position: relative;
        left: 8px; }
      .header .header-nav .menu .menu-item-27 > a:hover:before,
      .header .header-nav .menu .menu-item-26 > a:hover:before {
        left: 0; }
    .header .header-nav .menu .menu-item-27 {
      margin: 0 15px; }
      .header .header-nav .menu .menu-item-27 > a {
        background-color: #272727;
        -webkit-box-shadow: 0px 4px #5c5c5c;
        box-shadow: 0px 4px #5c5c5c; }
        .header .header-nav .menu .menu-item-27 > a:before {
          background-color: #7d7d7d; }
    .header .header-nav .menu .menu-item-26 > a {
      background-color: #07dda3;
      -webkit-box-shadow: 0px 4px #00885e;
      box-shadow: 0px 4px #00885e; }
      .header .header-nav .menu .menu-item-26 > a:before {
        background-color: #78ebc8; }
  .header .drawer {
    display: none;
    z-index: 100; }
    @media (max-width: 767px) {
      .header .drawer {
        display: block; } }
    .header .drawer .drawer-icon {
      cursor: pointer;
      font-size: 20px;
      z-index: 100;
      text-align: right; }
      .header .drawer .drawer-icon .drawer-open {
        display: block;
        color: #104185; }
      .header .drawer .drawer-icon .drawer-close {
        display: none;
        color: #fff; }
    .header .drawer .drawer-content {
      background: #104185;
      height: 100%;
      left: 0;
      opacity: 0;
      overflow: auto;
      padding: 60px 16px 16px;
      position: fixed;
      text-align: left;
      top: 0;
      -webkit-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
      visibility: hidden;
      width: 100%;
      z-index: -1; }
      .header .drawer .drawer-content .drawer-nav > .menu > li > a {
        border-bottom: 1px solid #fff;
        color: #fff;
        display: block;
        font-size: 20px;
        font-weight: bold;
        letter-spacing: 1.6px;
        padding: 18px;
        text-decoration: none;
        text-align: center; }
      .header .drawer .drawer-content .drawer-nav > .menu > .menu-item-42 > a {
        border-bottom: none; }
  .header .m_checked .drawer-icon .drawer-open {
    display: none; }
  .header .m_checked .drawer-icon .drawer-close {
    display: block; }
  .header .m_checked .drawer-content {
    opacity: 1;
    visibility: visible; }

.page_top .kv {
  width: 100%;
  height: 70vh;
  background-image: url(../img/top/kv.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .page_top .kv {
      height: 50vh; } }
  @media (max-width: 425px) {
    .page_top .kv {
      background-image: url(../img/top/kv-sp.png); } }
  .page_top .kv > h2 {
    font-size: 28px;
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: 0.1em;
    color: #fff;
    position: relative;
    top: 60%;
    text-shadow: 0 2px 3px #000; }
    @media (max-width: 767px) {
      .page_top .kv > h2 {
        font-size: 20px; } }
    @media (max-width: 425px) {
      .page_top .kv > h2 {
        font-size: 15px; } }

.page_top .btn-round {
  width: 300px;
  margin: auto; }
  .page_top .btn-round > a {
    width: 100%;
    padding: 28px 0;
    border-radius: 40px; }

.page_top .loopSlider {
  margin: 20px 0 75px; }

@media (max-width: 767px) {
  .page_top > .item > .inner > .row > .text {
    margin-bottom: 20px; } }

.page_top > .item > .inner > .row > .text > img {
  margin-bottom: 30px; }

.page_top > .item > .inner > .row > .text > h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 20px;
  display: table; }
  @media (max-width: 767px) {
    .page_top > .item > .inner > .row > .text > h3 {
      font-size: 23px; } }

.page_top > .item > .inner > .row > .text > p {
  font-size: 16px;
  line-height: 1.9; }
  @media (max-width: 425px) {
    .page_top > .item > .inner > .row > .text > p {
      font-size: 14px; } }

.page_top > .item-01 {
  position: relative;
  margin-bottom: 100px;
  background-image: url(../img/top/bg_concept.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  @media (max-width: 1024px) {
    .page_top > .item-01 {
      background-size: contain; } }
  @media (max-width: 767px) {
    .page_top > .item-01 {
      background-position: center 530px; } }
  @media (max-width: 425px) {
    .page_top > .item-01 {
      background-position: center 500px; } }
  .page_top > .item-01 > .inner > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .page_top > .item-01 > .inner > .row h3 {
      color: #07dda3;
      border-bottom: 1px solid #07dda3; }
    .page_top > .item-01 > .inner > .row .image {
      text-align: center; }
      .page_top > .item-01 > .inner > .row .image > img {
        width: 100%; }
        @media (max-width: 767px) {
          .page_top > .item-01 > .inner > .row .image > img {
            width: 300px; } }
        @media (max-width: 425px) {
          .page_top > .item-01 > .inner > .row .image > img {
            width: 200px; } }

.page_top > .kv-middle {
  margin-bottom: 100px; }
  .page_top > .kv-middle > img {
    width: 100%; }

.page_top > .item-02 {
  margin-bottom: 85px; }
  .page_top > .item-02 h3 {
    color: #35aefa;
    border-bottom: 1px solid #35aefa; }
  .page_top > .item-02 ul {
    margin: 0 0 35px; }
    .page_top > .item-02 ul li > img {
      width: 100%; }
    .page_top > .item-02 ul li .text {
      padding: 0 40px 0 20px; }
      @media (max-width: 1024px) {
        .page_top > .item-02 ul li .text {
          padding: 0; } }
      @media (max-width: 425px) {
        .page_top > .item-02 ul li .text {
          padding: 0 15px; } }
      .page_top > .item-02 ul li .text h4 {
        font-size: 13px;
        border-bottom: 2px solid #000;
        padding-bottom: 10px;
        margin-bottom: 13px; }
      .page_top > .item-02 ul li .text p {
        font-size: 12px;
        line-height: 1.4; }
    @media (max-width: 1024px) {
      .page_top > .item-02 ul .img-01,
      .page_top > .item-02 ul .img-02,
      .page_top > .item-02 ul .img-03 {
        margin-top: 30px !important; } }
    @media (max-width: 425px) {
      .page_top > .item-02 ul .img-01,
      .page_top > .item-02 ul .img-02,
      .page_top > .item-02 ul .img-03 {
        padding: 0 5px; } }
    .page_top > .item-02 ul .img-01 > .image,
    .page_top > .item-02 ul .img-02 > .image,
    .page_top > .item-02 ul .img-03 > .image {
      position: relative;
      margin-bottom: 35px; }
      .page_top > .item-02 ul .img-01 > .image:before, .page_top > .item-02 ul .img-01 > .image:after,
      .page_top > .item-02 ul .img-02 > .image:before,
      .page_top > .item-02 ul .img-02 > .image:after,
      .page_top > .item-02 ul .img-03 > .image:before,
      .page_top > .item-02 ul .img-03 > .image:after {
        position: absolute; }
      .page_top > .item-02 ul .img-01 > .image:before,
      .page_top > .item-02 ul .img-02 > .image:before,
      .page_top > .item-02 ul .img-03 > .image:before {
        top: -45px;
        right: 15px; }
      .page_top > .item-02 ul .img-01 > .image:after,
      .page_top > .item-02 ul .img-02 > .image:after,
      .page_top > .item-02 ul .img-03 > .image:after {
        bottom: -45px;
        left: -15px; }
      .page_top > .item-02 ul .img-01 > .image > img,
      .page_top > .item-02 ul .img-02 > .image > img,
      .page_top > .item-02 ul .img-03 > .image > img {
        width: 100%; }
    @media (max-width: 1024px) {
      .page_top > .item-02 ul .img-01 > .image,
      .page_top > .item-02 ul .img-01 > .text,
      .page_top > .item-02 ul .img-02 > .image,
      .page_top > .item-02 ul .img-02 > .text,
      .page_top > .item-02 ul .img-03 > .image,
      .page_top > .item-02 ul .img-03 > .text {
        width: 300px;
        margin: 30px auto 0; } }
    @media (max-width: 425px) {
      .page_top > .item-02 ul .img-01 > .image,
      .page_top > .item-02 ul .img-01 > .text,
      .page_top > .item-02 ul .img-02 > .image,
      .page_top > .item-02 ul .img-02 > .text,
      .page_top > .item-02 ul .img-03 > .image,
      .page_top > .item-02 ul .img-03 > .text {
        width: 280px; } }
    .page_top > .item-02 ul .img-01 {
      margin-top: 90px; }
      .page_top > .item-02 ul .img-01 > .image:before {
        content: url(../img/top/01.svg); }
      .page_top > .item-02 ul .img-01 > .image:after {
        content: url(../img/top/ttl-service-01.svg); }
    .page_top > .item-02 ul .img-02 {
      margin-top: 53px; }
      .page_top > .item-02 ul .img-02 > .image:before {
        content: url(../img/top/02.svg); }
      .page_top > .item-02 ul .img-02 > .image:after {
        content: url(../img/top/ttl-service-02.svg); }
    .page_top > .item-02 ul .img-03 {
      margin-top: 13px; }
      .page_top > .item-02 ul .img-03 > .image:before {
        content: url(../img/top/03.svg); }
      .page_top > .item-02 ul .img-03 > .image:after {
        content: url(../img/top/ttl-service-03.svg); }

.page_top > .bnr-contact {
  text-align: center;
  margin-bottom: 100px;
  max-width: 900px;
  width: 100%; }
  @media (max-width: 1024px) {
    .page_top > .bnr-contact {
      width: 720px; } }
  @media (max-width: 767px) {
    .page_top > .bnr-contact {
      width: 400px; } }
  @media (max-width: 425px) {
    .page_top > .bnr-contact {
      width: 300px; } }
  .page_top > .bnr-contact > .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .page_top > .bnr-contact > .row h3 {
      background-color: #35aefa;
      color: #fff;
      font-size: 20px;
      font-weight: bold;
      padding: 15px 0;
      letter-spacing: 0.03em;
      width: 100%; }
      @media (max-width: 1024px) {
        .page_top > .bnr-contact > .row h3 {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .page_top > .bnr-contact > .row h3 {
          padding: 10px 5px; } }
      @media (max-width: 425px) {
        .page_top > .bnr-contact > .row h3 {
          margin-bottom: 10px; } }
      .page_top > .bnr-contact > .row h3 span {
        background-color: #fff;
        color: #35aefa;
        padding: 3px 10px;
        margin: 0 15px;
        width: 100%; }
        .page_top > .bnr-contact > .row h3 span:first-of-type {
          margin-left: 0; }
        @media (max-width: 767px) {
          .page_top > .bnr-contact > .row h3 span {
            margin: 0 5px;
            line-height: 2; } }
    .page_top > .bnr-contact > .row .text .tel {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 2px solid #000;
      margin-bottom: 20px; }
      .page_top > .bnr-contact > .row .text .tel > img {
        position: relative;
        top: 7px; }
        @media (max-width: 1024px) {
          .page_top > .bnr-contact > .row .text .tel > img {
            width: 40px;
            top: 3px; } }
        @media (max-width: 425px) {
          .page_top > .bnr-contact > .row .text .tel > img {
            width: 30px;
            top: 0; } }
      .page_top > .bnr-contact > .row .text .tel > p {
        font-family: "lato", sans-serif;
        font-size: 75px;
        line-height: 1.2;
        color: #f7931e;
        font-weight: bold;
        margin-left: 10px; }
        @media (max-width: 1024px) {
          .page_top > .bnr-contact > .row .text .tel > p {
            font-size: 55px; } }
        @media (max-width: 767px) {
          .page_top > .bnr-contact > .row .text .tel > p {
            font-size: 48px; } }
        @media (max-width: 425px) {
          .page_top > .bnr-contact > .row .text .tel > p {
            font-size: 33px;
            margin-bottom: 5px; } }
    .page_top > .bnr-contact > .row .text .hours {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 10px; }
      @media (max-width: 425px) {
        .page_top > .bnr-contact > .row .text .hours {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .page_top > .bnr-contact > .row .text .hours .time {
        font-size: 20px; }
        @media (max-width: 1024px) {
          .page_top > .bnr-contact > .row .text .hours .time {
            font-size: 16px; } }
        @media (max-width: 767px) {
          .page_top > .bnr-contact > .row .text .hours .time {
            font-size: 14px; } }
        @media (max-width: 425px) {
          .page_top > .bnr-contact > .row .text .hours .time {
            margin-bottom: 5px; } }
        .page_top > .bnr-contact > .row .text .hours .time > p {
          background-color: #35aefa;
          color: #fff;
          font-weight: bold;
          padding: 3px 5px;
          display: inline-block;
          margin-right: 5px; }
        @media (max-width: 425px) {
          .page_top > .bnr-contact > .row .text .hours .time .slash {
            display: none; } }
    .page_top > .bnr-contact > .row .icon {
      padding: 5px 0; }
      @media (max-width: 767px) {
        .page_top > .bnr-contact > .row .icon {
          padding-top: 0;
          padding-bottom: 10px; } }
      .page_top > .bnr-contact > .row .icon > a:hover {
        opacity: 0.7; }
      .page_top > .bnr-contact > .row .icon > a img {
        width: 145px; }
        @media (max-width: 1024px) {
          .page_top > .bnr-contact > .row .icon > a img {
            width: 115px; } }
    .page_top > .bnr-contact > .row .bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .page_top > .bnr-contact > .row .bottom {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .page_top > .bnr-contact > .row .bottom .btm-left {
        background-color: #f7931e;
        padding: 0 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .page_top > .bnr-contact > .row .bottom .btm-left span {
          background-color: #fff;
          color: #f7931e;
          font-size: 50px;
          font-weight: bold;
          padding: 0 10px;
          margin: 5px; }
          @media (max-width: 1024px) {
            .page_top > .bnr-contact > .row .bottom .btm-left span {
              font-size: 30px; } }
          @media (max-width: 767px) {
            .page_top > .bnr-contact > .row .bottom .btm-left span {
              font-size: 48px; } }
          @media (max-width: 425px) {
            .page_top > .bnr-contact > .row .bottom .btm-left span {
              font-size: 28px; } }
      .page_top > .bnr-contact > .row .bottom .btm-right {
        border-top: 2px solid #f7931e;
        border-bottom: 2px solid #f7931e;
        padding: 0 20px; }
        @media (max-width: 1024px) {
          .page_top > .bnr-contact > .row .bottom .btm-right {
            padding: 0 10px; } }
        @media (max-width: 425px) {
          .page_top > .bnr-contact > .row .bottom .btm-right {
            padding-top: 10px; } }
        .page_top > .bnr-contact > .row .bottom .btm-right p {
          font-size: 22px;
          font-weight: bold; }
          @media (max-width: 1024px) {
            .page_top > .bnr-contact > .row .bottom .btm-right p {
              font-size: 17px; } }
          @media (max-width: 425px) {
            .page_top > .bnr-contact > .row .bottom .btm-right p {
              line-height: 1;
              margin-bottom: 10px; } }
          .page_top > .bnr-contact > .row .bottom .btm-right p:last-of-type {
            font-size: 16px;
            margin-bottom: 10px; }
            @media (max-width: 1024px) {
              .page_top > .bnr-contact > .row .bottom .btm-right p:last-of-type {
                font-size: 13px; } }
            @media (max-width: 425px) {
              .page_top > .bnr-contact > .row .bottom .btm-right p:last-of-type {
                line-height: 1.3; } }
          .page_top > .bnr-contact > .row .bottom .btm-right p span {
            color: #f7931e;
            font-size: 18px; }
          .page_top > .bnr-contact > .row .bottom .btm-right p .italic {
            font-style: italic;
            font-size: 30px;
            margin-right: 5px; }
            @media (max-width: 425px) {
              .page_top > .bnr-contact > .row .bottom .btm-right p .italic {
                position: relative;
                top: 3px; } }

.page_top .loopSlider-image {
  bottom: 0;
  margin-bottom: 100px; }
  .page_top .loopSlider-image > .loopslider_wrap ul li {
    margin: 0 8px; }

.page_top > .banner {
  margin-bottom: 100px;
  text-align: center; }
  .page_top > .banner > img {
    width: 100%; }

.page_top > .item-03 {
  position: relative; }
  .page_top > .item-03 > .inner > .row {
    position: relative;
    -webkit-box-align: top;
    -ms-flex-align: top;
    align-items: top; }
    .page_top > .item-03 > .inner > .row > .text h3 {
      color: #3ecde6;
      border-bottom: 1px solid #3ecde6; }
    .page_top > .item-03 > .inner > .row > .image {
      margin-bottom: 30px; }
      @media (max-width: 425px) {
        .page_top > .item-03 > .inner > .row > .image {
          margin-bottom: 0; } }
      .page_top > .item-03 > .inner > .row > .image > img {
        width: 100%; }
  .page_top > .item-03 > .new-posts {
    background-image: url(../img/top/bg_blog.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    padding: 60px 15px 50px; }
    .page_top > .item-03 > .new-posts > .container {
      background-color: #fff;
      padding: 42px;
      margin-bottom: 50px; }
      .page_top > .item-03 > .new-posts > .container .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 40px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 767px) {
          .page_top > .item-03 > .new-posts > .container .list {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .page_top > .item-03 > .new-posts > .container .list:last-of-type {
          margin-bottom: 0; }
        .page_top > .item-03 > .new-posts > .container .list .image {
          margin-right: 30px;
          width: 40%; }
          @media (max-width: 767px) {
            .page_top > .item-03 > .new-posts > .container .list .image {
              margin-bottom: 10px;
              margin-right: 0;
              width: 100%; } }
          .page_top > .item-03 > .new-posts > .container .list .image > img {
            width: 100%;
            height: auto; }
        .page_top > .item-03 > .new-posts > .container .list .text {
          width: 60%; }
          @media (max-width: 767px) {
            .page_top > .item-03 > .new-posts > .container .list .text {
              width: 100%; } }
          .page_top > .item-03 > .new-posts > .container .list .text .title {
            font-size: 17px; }
          .page_top > .item-03 > .new-posts > .container .list .text span {
            margin-bottom: 15px;
            font-size: 14px;
            display: block; }
          .page_top > .item-03 > .new-posts > .container .list .text p {
            font-size: 14px; }
        .page_top > .item-03 > .new-posts > .container .list:hover {
          opacity: 0.7; }
      .page_top > .item-03 > .new-posts > .container .no-post {
        text-align: center; }

.page_top > .item-04 {
  padding: 100px 0 125px; }
  @media (max-width: 425px) {
    .page_top > .item-04 {
      padding: 50px 0; } }
  .page_top > .item-04 > .inner > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .page_top > .item-04 > .inner > .row .text h3 {
      color: #19d500;
      border-bottom: 1px solid #19d500; }
    .page_top > .item-04 > .inner > .row .text p {
      margin-bottom: 40px; }
      @media (max-width: 1024px) {
        .page_top > .item-04 > .inner > .row .text p {
          margin-bottom: 0; } }
    @media (max-width: 1024px) {
      .page_top > .item-04 > .inner > .row .image {
        margin-bottom: 30px; } }
    .page_top > .item-04 > .inner > .row .image > img {
      width: 100%; }
  .page_top > .item-04 > .inner .btn-round {
    margin-left: 0; }
    @media (max-width: 1024px) {
      .page_top > .item-04 > .inner .btn-round {
        margin-left: auto; } }

.page_strengths .kv {
  background-image: url(../img/strengths/kv.png); }

.page_strengths .item {
  padding-top: 0 !important;
  padding-right: 0 !important;
  padding-left: 0 !important;
  margin-bottom: 60px; }
  .page_strengths .item > .title {
    background: center/cover no-repeat;
    width: 100%;
    height: 250px;
    position: relative;
    text-align: center;
    margin-bottom: 40px; }
    .page_strengths .item > .title > h3 {
      width: 100%;
      position: absolute;
      top: 38px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      margin: auto; }
      .page_strengths .item > .title > h3 > span {
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 80px;
        height: 80px;
        background-color: #fff;
        border-radius: 50%;
        font-family: "bebas-neue", sans-serif;
        font-size: 60px;
        line-height: 1.8; }
        @media (max-width: 767px) {
          .page_strengths .item > .title > h3 > span {
            margin-bottom: 10px; } }
        @media (max-width: 425px) {
          .page_strengths .item > .title > h3 > span {
            width: 60px;
            height: 60px;
            font-size: 40px; } }
      .page_strengths .item > .title > h3 > p {
        color: #fff;
        text-shadow: 0 4px 4px #000;
        line-height: 2;
        font-weight: bold;
        font-size: 30px; }
        @media (max-width: 767px) {
          .page_strengths .item > .title > h3 > p {
            font-size: 25px;
            line-height: 1.5; } }
  .page_strengths .item > .inner {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
    .page_strengths .item > .inner .text {
      font-size: 18px;
      line-height: 1.6;
      letter-spacing: 0.04em;
      margin-bottom: 20px; }
      @media (max-width: 425px) {
        .page_strengths .item > .inner .text {
          font-size: 15px; } }
    .page_strengths .item > .inner .image {
      position: relative;
      bottom: 80px;
      text-align: center; }
      @media (max-width: 767px) {
        .page_strengths .item > .inner .image {
          bottom: 0;
          margin-bottom: 40px; } }
      .page_strengths .item > .inner .image > img {
        max-width: 400px;
        width: 100%; }

.page_strengths .item-01 > .title {
  background-image: url(../img/strengths/bg_dots-01.png); }
  .page_strengths .item-01 > .title > h3 > span {
    color: #35aefa; }

.page_strengths .item-02 > .title {
  background-image: url(../img/strengths/bg_dots-02.png); }
  .page_strengths .item-02 > .title > h3 > span {
    color: #3ecde6; }

.page_strengths .item-03 > .title {
  background-image: url(../img/strengths/bg_dots-03.png); }
  .page_strengths .item-03 > .title > h3 > span {
    color: #07dda3; }

.page_company .kv {
  background-image: url(../img/company/kv.png); }

.page_company > .item > .inner {
  padding: 50px 60px 80px;
  margin-bottom: 150px; }
  @media (max-width: 767px) {
    .page_company > .item > .inner {
      margin-bottom: 50px;
      padding: 50px 30px 80px; } }
  @media (max-width: 425px) {
    .page_company > .item > .inner {
      padding: 25px 15px 40px; } }
  .page_company > .item > .inner > h3 {
    font-size: 35px;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 50px;
    color: #35aefa; }
    @media (max-width: 767px) {
      .page_company > .item > .inner > h3 {
        margin-bottom: 30px; } }
    @media (max-width: 425px) {
      .page_company > .item > .inner > h3 {
        font-size: 30px;
        margin-bottom: 15px; } }
  .page_company > .item > .inner > .row {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 60px; }
    @media (max-width: 767px) {
      .page_company > .item > .inner > .row {
        margin-bottom: 30px; } }
    .page_company > .item > .inner > .row > .text {
      font-size: 16px;
      line-height: 1.9; }
      @media (max-width: 767px) {
        .page_company > .item > .inner > .row > .text {
          margin-bottom: 30px; } }
      @media (max-width: 425px) {
        .page_company > .item > .inner > .row > .text {
          font-size: 14px; } }
    .page_company > .item > .inner > .row > .image > img {
      width: 100%; }

.page_service .kv {
  background-image: url(../img/service/kv.png); }

.page_service .item > .inner {
  padding: 120px 70px 20px; }
  @media (max-width: 1024px) {
    .page_service .item > .inner {
      padding-top: 60px; } }
  @media (max-width: 767px) {
    .page_service .item > .inner {
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 425px) {
    .page_service .item > .inner {
      padding-left: 10px;
      padding-right: 10px; } }
  .page_service .item > .inner > .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 767px) {
      .page_service .item > .inner > .flex {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    @media (max-width: 767px) {
      .page_service .item > .inner > .flex > .text {
        margin: 0 auto 30px;
        width: 280px; } }
    @media (max-width: 425px) {
      .page_service .item > .inner > .flex > .text {
        width: 100%; } }
    .page_service .item > .inner > .flex > .text h3 {
      font-size: 30px;
      font-weight: bold;
      line-height: 2;
      margin-bottom: 30px; }
      @media (max-width: 1200px) {
        .page_service .item > .inner > .flex > .text h3 {
          font-size: 25px; } }
      @media (max-width: 1024px) {
        .page_service .item > .inner > .flex > .text h3 {
          line-height: 1.5; } }
      @media (max-width: 767px) {
        .page_service .item > .inner > .flex > .text h3 {
          font-size: 20px; } }
    .page_service .item > .inner > .flex > .text p {
      border-radius: 5px;
      color: #fff;
      font-size: 18px;
      font-weight: bold;
      line-height: 1.7;
      padding: 5px 83px 8px;
      display: block;
      margin: 0 auto 35px;
      text-align: center;
      width: 274px; }
      @media (max-width: 1024px) {
        .page_service .item > .inner > .flex > .text p {
          margin-left: 0; } }
      @media (max-width: 767px) {
        .page_service .item > .inner > .flex > .text p {
          margin-left: 0;
          width: 100%;
          padding-left: 0;
          padding-right: 0; } }
    .page_service .item > .inner > .flex > .text ul {
      font-size: 19px;
      line-height: 1.6; }
      @media (max-width: 1024px) {
        .page_service .item > .inner > .flex > .text ul {
          font-size: 16px; } }
      @media (max-width: 767px) {
        .page_service .item > .inner > .flex > .text ul {
          font-size: 13px; } }
    .page_service .item > .inner > .flex > .image {
      position: relative;
      top: -97px; }
      @media (max-width: 1024px) {
        .page_service .item > .inner > .flex > .image {
          top: -45px;
          margin-bottom: 60px; } }
      @media (max-width: 767px) {
        .page_service .item > .inner > .flex > .image {
          margin: 0 auto 60px; } }
      .page_service .item > .inner > .flex > .image:before {
        position: absolute;
        z-index: 10;
        content: "";
        display: inline-block;
        background-size: contain;
        vertical-align: middle;
        background-repeat: no-repeat;
        width: 150px;
        height: 150px; }
        @media (max-width: 1024px) {
          .page_service .item > .inner > .flex > .image:before {
            width: 130px;
            height: 130px; } }
        @media (max-width: 767px) {
          .page_service .item > .inner > .flex > .image:before {
            top: 40px; } }
        @media (max-width: 425px) {
          .page_service .item > .inner > .flex > .image:before {
            width: 100px;
            height: 100px; } }
      .page_service .item > .inner > .flex > .image > img {
        width: 350px;
        position: relative;
        top: 70px; }
        @media (max-width: 1024px) {
          .page_service .item > .inner > .flex > .image > img {
            width: 250px; } }
        @media (max-width: 425px) {
          .page_service .item > .inner > .flex > .image > img {
            width: 200px; } }
  .page_service .item > .inner > .works {
    text-align: center; }
    @media (max-width: 767px) {
      .page_service .item > .inner > .works {
        width: 280px;
        margin: auto; } }
    @media (max-width: 425px) {
      .page_service .item > .inner > .works {
        width: 250px; } }
    .page_service .item > .inner > .works > h4 {
      font-size: 22px;
      font-weight: bold;
      line-height: 1.5;
      border-radius: 10px;
      padding: 9px 113px 13px;
      color: #fff;
      display: inline-block;
      margin-bottom: 60px; }
      @media (max-width: 1024px) {
        .page_service .item > .inner > .works > h4 {
          margin-bottom: 40px; } }
      @media (max-width: 767px) {
        .page_service .item > .inner > .works > h4 {
          padding-right: 0;
          padding-left: 0;
          width: 100%; } }
    .page_service .item > .inner > .works > ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 1024px) {
        .page_service .item > .inner > .works > ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          width: 300px;
          margin: auto; } }
      @media (max-width: 767px) {
        .page_service .item > .inner > .works > ul {
          width: 100%; } }
      .page_service .item > .inner > .works > ul > li {
        padding: 27px 20px 42px;
        -webkit-box-shadow: 0px 6px 11px #c2c2c2;
        box-shadow: 0px 6px 11px #c2c2c2;
        margin-bottom: 40px; }
        @media (max-width: 1200px) {
          .page_service .item > .inner > .works > ul > li {
            padding: 27px 15px 42px; } }
        @media (max-width: 1024px) {
          .page_service .item > .inner > .works > ul > li {
            padding: 27px 20px 42px; }
            .page_service .item > .inner > .works > ul > li:last-of-type {
              margin-bottom: 20px; } }
        @media (max-width: 425px) {
          .page_service .item > .inner > .works > ul > li {
            padding: 27px 10px 42px; } }
        .page_service .item > .inner > .works > ul > li img {
          margin-bottom: 20px; }
        .page_service .item > .inner > .works > ul > li span {
          display: block;
          text-align: left;
          margin-bottom: 8px;
          font-size: 16px;
          line-height: 2.1; }
        .page_service .item > .inner > .works > ul > li p {
          text-align: left;
          font-size: 14px;
          line-height: 2; }

.page_service .item-01 {
  padding-bottom: 65px;
  background-color: #e8fcff;
  z-index: -2; }
  .page_service .item-01 > .inner > .flex > .text h3 {
    color: #35aefa; }
  .page_service .item-01 > .inner > .flex > .text p {
    background-color: #35aefa; }
  .page_service .item-01 > .inner > .flex > .image {
    margin-left: auto;
    right: -24px; }
    @media (max-width: 767px) {
      .page_service .item-01 > .inner > .flex > .image {
        right: 0; } }
    .page_service .item-01 > .inner > .flex > .image:before {
      background-image: url(../img/service/con-01/ttl-circle.svg);
      right: 0; }
      @media (max-width: 1024px) {
        .page_service .item-01 > .inner > .flex > .image:before {
          right: -30px; } }
  .page_service .item-01 > .inner > .works > h4 {
    background-color: #35aefa; }
  .page_service .item-01 > .inner > .works > ul > li span {
    color: #35aefa; }

.page_service .item-02 {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #e5ffe0; }
  .page_service .item-02 > .inner > .flex > .image {
    margin-right: auto;
    left: -24px; }
    @media (max-width: 767px) {
      .page_service .item-02 > .inner > .flex > .image {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        left: 0; } }
    .page_service .item-02 > .inner > .flex > .image:before {
      background-image: url(../img/service/con-02/ttl-circle.svg); }
      @media (max-width: 1024px) {
        .page_service .item-02 > .inner > .flex > .image:before {
          left: -30px; } }
  .page_service .item-02 > .inner > .flex > .text {
    margin-left: auto; }
    @media (max-width: 767px) {
      .page_service .item-02 > .inner > .flex > .text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
    .page_service .item-02 > .inner > .flex > .text h3 {
      color: #19d500; }
    .page_service .item-02 > .inner > .flex > .text p {
      background-color: #19d500; }
  .page_service .item-02 > .inner > .works > h4 {
    background-color: #19d500; }
  .page_service .item-02 > .inner > .works > ul > li span {
    color: #19d500; }

.page_service .banner {
  padding-top: 85px;
  padding-bottom: 116px; }
  .page_service .banner > img {
    width: 100%;
    display: block; }

.page_recruit .kv {
  background-image: url(../img/recruit/kv.png);
  position: relative; }
  .page_recruit .kv > img {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 500px; }
    @media (max-width: 767px) {
      .page_recruit .kv > img {
        width: 300px;
        bottom: -30px; } }
    @media (max-width: 425px) {
      .page_recruit .kv > img {
        width: 200px;
        bottom: -20px; } }

.page_recruit > .item {
  padding: 540px 60px 100px !important; }
  @media (max-width: 1200px) {
    .page_recruit > .item {
      padding-top: 440px !important; } }
  @media (max-width: 1024px) {
    .page_recruit > .item {
      padding-top: 380px !important; } }
  @media (max-width: 767px) {
    .page_recruit > .item {
      padding: 230px 20px 50px !important; } }
  @media (max-width: 425px) {
    .page_recruit > .item {
      padding: 180px 15px 50px !important; } }

.page_recruit > .item-01 {
  background: url(../img/recruit/img.png) no-repeat;
  background-position-x: center;
  background-position-y: 80px;
  background-size: 95vw; }
  @media (max-width: 767px) {
    .page_recruit > .item-01 {
      background-size: contain;
      background-position-y: 50px; } }
  @media (max-width: 425px) {
    .page_recruit > .item-01 {
      padding: 180px 15px 50px !important; } }
  .page_recruit > .item-01 > .inner {
    padding: 60px 84px 67px; }
    @media (max-width: 1024px) {
      .page_recruit > .item-01 > .inner {
        padding-right: 40px;
        padding-left: 40px; } }
    @media (max-width: 425px) {
      .page_recruit > .item-01 > .inner {
        padding: 30px 20px 35px; } }
    .page_recruit > .item-01 > .inner h3 {
      font-size: 35px;
      line-height: 1.5;
      font-weight: bold;
      color: #69d13e;
      border-bottom: 2px solid #69d13e;
      padding-bottom: 30px;
      margin-bottom: 20px; }
      @media (max-width: 1024px) {
        .page_recruit > .item-01 > .inner h3 {
          font-size: 28px; } }
      @media (max-width: 767px) {
        .page_recruit > .item-01 > .inner h3 {
          font-size: 25px;
          padding-bottom: 15px; } }
      @media (max-width: 425px) {
        .page_recruit > .item-01 > .inner h3 {
          font-size: 22px; } }
    .page_recruit > .item-01 > .inner p {
      font-size: 16px;
      line-height: 1.8; }
      @media (max-width: 425px) {
        .page_recruit > .item-01 > .inner p {
          font-size: 14px; } }

.page_recruit > .item-02 {
  padding-top: 60px !important; }
  @media (max-width: 767px) {
    .page_recruit > .item-02 {
      padding-top: 50px !important; } }
  @media (max-width: 425px) {
    .page_recruit > .item-02 {
      padding-top: 30px !important; } }
  .page_recruit > .item-02 > .inner {
    padding: 50px 35px 70px;
    text-align: center; }
    @media (max-width: 767px) {
      .page_recruit > .item-02 > .inner {
        padding: 50px 20px 70px; } }
    @media (max-width: 425px) {
      .page_recruit > .item-02 > .inner {
        padding: 25px 15px 35px; } }
    .page_recruit > .item-02 > .inner > h4 {
      font-size: 30px;
      font-weight: bold;
      line-height: 2;
      color: #19d500;
      border-bottom: 2px solid #19d500;
      display: inline-block;
      padding: 0 30px;
      margin-bottom: 55px; }
      .page_recruit > .item-02 > .inner > h4:last-of-type {
        margin-bottom: 35px; }
      @media (max-width: 767px) {
        .page_recruit > .item-02 > .inner > h4 {
          font-size: 23px;
          padding: 0 15px;
          margin-bottom: 20px; } }
    .page_recruit > .item-02 > .inner table {
      text-align: left;
      margin-bottom: 60px; }
      @media (max-width: 767px) {
        .page_recruit > .item-02 > .inner table th {
          width: 145px; } }
      @media (max-width: 425px) {
        .page_recruit > .item-02 > .inner table th {
          display: block;
          margin-bottom: 10px;
          width: 100%; } }
      @media (max-width: 425px) {
        .page_recruit > .item-02 > .inner table td {
          display: block; } }
    .page_recruit > .item-02 > .inner > .btn-square-grn {
      margin-bottom: 0; }
      .page_recruit > .item-02 > .inner > .btn-square-grn > a {
        background-color: #19d500; }
        .page_recruit > .item-02 > .inner > .btn-square-grn > a:before {
          background-color: #65e25f; }

.page_recruit > .item-form {
  padding-top: 142px !important;
  padding-bottom: 60px !important; }
  @media (max-width: 767px) {
    .page_recruit > .item-form {
      padding-top: 100px !important; } }

.page_contact .kv {
  background-image: url(../img/contact/kv.png); }

.page_contact .form__radio .form__body {
  padding: 20px 0; }

.page_contact input[type="radio"] {
  width: initial !important;
  margin: 0 !important;
  margin-right: 3px !important; }

.page_contact .wpcf7-radio {
  font-size: 14px; }
  @media (max-width: 425px) {
    .page_contact .wpcf7-radio {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .page_contact .wpcf7-radio > .wpcf7-list-item {
    margin: 0 30px 0 0; }
    @media (max-width: 767px) {
      .page_contact .wpcf7-radio > .wpcf7-list-item {
        margin: 0 15px 0 0; } }
    .page_contact .wpcf7-radio > .wpcf7-list-item label {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }

.thanks {
  height: 70vh;
  position: relative; }
  .thanks > .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    margin: auto;
    width: 100%;
    text-align: center; }
    .thanks > .inner > p {
      margin-bottom: 20px;
      font-size: 18px; }
      @media (max-width: 425px) {
        .thanks > .inner > p {
          font-size: 15px; } }
    .thanks > .inner > .btn-round {
      margin-top: 30px; }
      .thanks > .inner > .btn-round a {
        padding-right: 35px; }
        .thanks > .inner > .btn-round a:after {
          right: 8px; }

.page_blog .kv {
  background-image: url(../img/blog/kv.png);
  background-position: center top !important; }

.page_blog > .item {
  padding-bottom: 150px; }
  @media (max-width: 767px) {
    .page_blog > .item {
      padding-bottom: 80px; } }
  .page_blog > .item > .inner {
    padding: 60px 50px; }
    @media (max-width: 767px) {
      .page_blog > .item > .inner {
        padding: 30px 15px; } }
    .page_blog > .item > .inner > h3 {
      margin-bottom: 30px; }
      @media (max-width: 767px) {
        .page_blog > .item > .inner > h3 {
          margin-bottom: 10px; } }
      .page_blog > .item > .inner > h3 > span {
        color: #07dda3; }
    .page_blog > .item > .inner > .blog-wrap {
      border-bottom: 1px dotted #bababa; }
      .page_blog > .item > .inner > .blog-wrap .entry-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-top: 1px dotted #bababa;
        padding: 30px 15px;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        @media (max-width: 767px) {
          .page_blog > .item > .inner > .blog-wrap .entry-item {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column; } }
        .page_blog > .item > .inner > .blog-wrap .entry-item:hover {
          -webkit-box-shadow: 0 0 9px 0 #c2c2c2;
          box-shadow: 0 0 9px 0 #c2c2c2; }
      .page_blog > .item > .inner > .blog-wrap .entry-img {
        width: 40%;
        margin-right: 30px; }
        @media (max-width: 767px) {
          .page_blog > .item > .inner > .blog-wrap .entry-img {
            width: 100%;
            margin-bottom: 10px;
            margin-right: 0; } }
        .page_blog > .item > .inner > .blog-wrap .entry-img > img {
          width: 100%;
          height: auto; }
      .page_blog > .item > .inner > .blog-wrap .entry-body {
        width: 60%; }
        @media (max-width: 767px) {
          .page_blog > .item > .inner > .blog-wrap .entry-body {
            width: 100%; } }
      .page_blog > .item > .inner > .blog-wrap .entry-meta {
        margin-bottom: 17px;
        color: #07dda3; }
      .page_blog > .item > .inner > .blog-wrap .entry-title {
        font-size: 26px;
        font-weight: bold;
        line-height: 1.6; }
        @media (max-width: 425px) {
          .page_blog > .item > .inner > .blog-wrap .entry-title {
            font-size: 20px;
            line-height: 1.4; } }
      .page_blog > .item > .inner > .blog-wrap .entry-published {
        font-size: 14px; }
      .page_blog > .item > .inner > .blog-wrap .entry-excerpt {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 25px; }
        @media (max-width: 425px) {
          .page_blog > .item > .inner > .blog-wrap .entry-excerpt {
            font-size: 15px; } }
      .page_blog > .item > .inner > .blog-wrap .hashtag {
        font-size: 12px;
        margin-right: 5px;
        display: inline-block; }
      .page_blog > .item > .inner > .blog-wrap .no-post {
        text-align: center;
        margin-bottom: 20px;
        line-height: 8; }

.paginate-wrap {
  width: 100%;
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px; }

.pagination {
  list-style-type: none;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .pagination li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .pagination a {
    font-weight: 300;
    padding-top: 1px;
    text-decoration: none;
    border: 1px solid #ddd;
    border-left-width: 0;
    min-width: 36px;
    min-height: 36px;
    color: #272727; }
  .pagination .current {
    color: #272727;
    font-weight: bold; }
  .pagination li:not([class*="current"]) a:hover {
    background-color: #eee; }
  .pagination li:first-of-type a {
    border-left-width: 1px; }
  .pagination li.first span,
  .pagination li.last span,
  .pagination li.previous span,
  .pagination li.next span {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .pagination li.first a::before,
  .pagination li.last a::after,
  .pagination li.previous a::before,
  .pagination li.next a::after {
    display: inline-block;
    font-family: Fontawesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0); }
  .pagination li.first a::before {
    content: "\f100"; }
  .pagination li.last a::after {
    content: "\f101"; }
  .pagination li.previous a::before {
    content: "\f104"; }
  .pagination li.next a::after {
    content: "\f105"; }
  .pagination li.current a {
    background-color: #ddd;
    cursor: default;
    pointer-events: none; }
  .pagination > li:first-child > a {
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px; }
  .pagination > li:last-child > a {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px; }

@media only screen and (max-width: 680px) {
  .pagination li.first, .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .pagination li.previous a {
    border-left-width: 1px; } }

@media only screen and (max-width: 500px) {
  .pagination li {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }
    .pagination li.current, .pagination li.first, .pagination li.last, .pagination li.previous, .pagination li.next {
      position: initial;
      top: initial;
      left: initial; }
    .pagination li.previous a {
      border-left-width: 0; } }

@media only screen and (max-width: 400px) {
  .pagination li.first, .pagination li.last {
    /* screen readers only */
    position: absolute;
    top: -9999px;
    left: -9999px; }
  .pagination li.previous a {
    border-left-width: 1px; } }

@media only screen and (max-width: 240px) {
  .pagination li {
    width: 50%; }
    .pagination li.current {
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2;
      width: 100%;
      border-left-width: 1px; } }

.tag-title {
  font-size: 20px;
  margin-bottom: 15px;
  text-align: center; }
  .tag-title > p {
    display: inline-block;
    border-bottom: 1px solid #000; }

.tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .tag-list > li {
    margin: 0 5px;
    color: #07dda3; }
    .tag-list > li:hover {
      border-bottom: 1px solid #07dda3; }

.page_single > .item > .inner > .blog-wrap {
  border-bottom: 1px dotted #bababa;
  padding-top: 45px;
  padding-bottom: 55px;
  margin-bottom: 50px; }
  @media (max-width: 767px) {
    .page_single > .item > .inner > .blog-wrap {
      padding-bottom: 25px; } }
  @media (max-width: 425px) {
    .page_single > .item > .inner > .blog-wrap {
      padding: 25px 15px;
      margin-bottom: 25px; } }
  .page_single > .item > .inner > .blog-wrap .entry-meta {
    margin-bottom: 60px;
    font-size: 14px; }
    @media (max-width: 767px) {
      .page_single > .item > .inner > .blog-wrap .entry-meta {
        margin-bottom: 30px; } }
  .page_single > .item > .inner > .blog-wrap .entry-title {
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .page_single > .item > .inner > .blog-wrap .entry-title {
        font-size: 23px; } }
  .page_single > .item > .inner > .blog-wrap .entry-img {
    margin-bottom: 50px;
    width: initial;
    margin-right: 0; }
    @media (max-width: 425px) {
      .page_single > .item > .inner > .blog-wrap .entry-img {
        margin-bottom: 30px; } }
  .page_single > .item > .inner > .blog-wrap .entry-body {
    margin-bottom: 80px;
    width: 100%; }
    @media (max-width: 425px) {
      .page_single > .item > .inner > .blog-wrap .entry-body {
        margin-bottom: 40px; } }
    .page_single > .item > .inner > .blog-wrap .entry-body > p {
      font-size: 16px;
      color: #272727;
      line-height: 2.5;
      margin-bottom: 60px; }
      .page_single > .item > .inner > .blog-wrap .entry-body > p:last-of-type {
        margin-bottom: 0; }
      @media (max-width: 767px) {
        .page_single > .item > .inner > .blog-wrap .entry-body > p {
          margin-bottom: 30px;
          line-height: 2; } }
      .page_single > .item > .inner > .blog-wrap .entry-body > p > img {
        margin-bottom: 5px;
        max-width: 100%;
        height: auto; }

.page_single > .item > .inner .wrap-hash {
  margin-bottom: 40px; }
  .page_single > .item > .inner .wrap-hash .hashtag {
    color: #07dda3;
    font-size: 12px;
    line-height: 1.2; }

.page_single > .item > .inner .btn-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 767px) {
    .page_single > .item > .inner .btn-sns {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .page_single > .item > .inner .btn-sns > a {
    display: inline-block;
    margin-right: 15px; }
    @media (max-width: 767px) {
      .page_single > .item > .inner .btn-sns > a {
        margin-bottom: 10px; } }

.page_single > .item > .inner .blog-paginates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  color: #07dda3; }
  .page_single > .item > .inner .blog-paginates #next {
    text-align: right; }

.photocata {
  font-family: "source-han-sans-japanese", sans-serif; }
  .photocata .header {
    width: 100%;
    height: 80px;
    -webkit-box-shadow: 0px 7px 15px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.3);
    position: fixed;
    z-index: 5000;
    background-color: #ffffff;
    padding: 5px 0; }
    @media (max-width: 767px) {
      .photocata .header {
        padding-bottom: 0;
        height: 126px; } }
    .photocata .header .row {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  @media (max-width: 767px) {
    .photocata .header-nav {
      display: none; } }
  .photocata .header-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .photocata .header-nav ul li {
      font-size: 14px;
      color: #0a4080;
      border-left: 1px solid #0a4080;
      padding: 0 30px;
      font-weight: bold; }
      @media (max-width: 1024px) {
        .photocata .header-nav ul li {
          padding: 0 15px; } }
      .photocata .header-nav ul li:hover {
        cursor: pointer;
        opacity: 0.7; }
  @media (max-width: 767px) {
    .photocata .logo-sp {
      margin: 0 15px 10px; } }
  .photocata .side-nav-sp {
    display: none; }
    @media (max-width: 767px) {
      .photocata .side-nav-sp {
        display: block;
        width: 100%;
        overflow: hidden;
        background-color: #fff;
        color: #aaa;
        font-size: 15px; }
        .photocata .side-nav-sp .side-nav-mask {
          width: 100%;
          overflow-x: auto;
          overflow-y: hidden; }
          .photocata .side-nav-sp .side-nav-mask::-webkit-scrollbar {
            height: 6.5px; }
          .photocata .side-nav-sp .side-nav-mask::-webkit-scrollbar-track {
            margin: 0 2px;
            background: #ccc;
            border-radius: 65px; }
          .photocata .side-nav-sp .side-nav-mask::-webkit-scrollbar-thumb {
            background: #35aefa;
            border-radius: 65px; }
          .photocata .side-nav-sp .side-nav-mask .side-list {
            display: block;
            white-space: nowrap;
            text-align: center;
            padding: 0 5px; }
            .photocata .side-nav-sp .side-nav-mask .side-list .side-item {
              display: inline-block;
              font-size: 14px;
              color: #0a4080;
              padding: 10px 15px; } }

.page_pcl .kv {
  width: 100%;
  position: relative;
  margin-bottom: 120px; }
  @media (max-width: 767px) {
    .page_pcl .kv {
      margin-bottom: 30px; } }
  .page_pcl .kv > img {
    width: 100%; }
    @media (max-width: 767px) {
      .page_pcl .kv > img {
        margin-bottom: 30px; } }
  .page_pcl .kv .bnr {
    position: absolute;
    bottom: -60px;
    left: 50%;
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: auto; }
    @media (max-width: 767px) {
      .page_pcl .kv .bnr {
        bottom: 0;
        left: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        text-align: center;
        position: relative; } }
    .page_pcl .kv .bnr img {
      width: 100%; }
    .page_pcl .kv .bnr .ico {
      width: 282px;
      position: absolute;
      right: 35px;
      bottom: -30px; }
      @media (max-width: 1200px) {
        .page_pcl .kv .bnr .ico {
          width: 230px; } }
      @media (max-width: 1024px) {
        .page_pcl .kv .bnr .ico {
          width: 170px;
          bottom: -20px; } }
      @media (max-width: 767px) {
        .page_pcl .kv .bnr .ico {
          position: relative;
          right: 0; } }
      @media (max-width: 425px) {
        .page_pcl .kv .bnr .ico {
          width: 130px; } }

.page_pcl .wrap .main .covid {
  font-weight: bold;
  padding: 25px 45px;
  border: 2px solid #0a4080;
  margin-bottom: 60px; }
  @media (max-width: 767px) {
    .page_pcl .wrap .main .covid {
      padding: 25px 15px; } }
  .page_pcl .wrap .main .covid h2 {
    font-size: 20px;
    border-bottom: 2px solid #0a4080;
    color: #0a4080;
    padding-bottom: 10px;
    text-align: center;
    margin-bottom: 25px; }
    @media (max-width: 425px) {
      .page_pcl .wrap .main .covid h2 {
        font-size: 17px; } }
  .page_pcl .wrap .main .covid p {
    font-size: 14px;
    line-height: 1.7; }

@media (max-width: 767px) {
  .page_pcl .wrap .main .titan {
    padding-top: 15px; } }

.page_pcl .wrap .main .titan .ttl-titan {
  text-align: center;
  margin-bottom: 35px; }
  @media (max-width: 767px) {
    .page_pcl .wrap .main .titan .ttl-titan {
      margin-bottom: 20px; } }
  @media (max-width: 1024px) {
    .page_pcl .wrap .main .titan .ttl-titan img {
      width: 100%; } }

.page_pcl .wrap .main .titan .ico-titan {
  margin-bottom: 70px; }
  @media (max-width: 767px) {
    .page_pcl .wrap .main .titan .ico-titan {
      margin-bottom: 35px; } }
  @media (max-width: 425px) {
    .page_pcl .wrap .main .titan .ico-titan li {
      padding-right: 5px;
      padding-left: 5px; } }
  .page_pcl .wrap .main .titan .ico-titan li img {
    width: 100%; }

.page_pcl .wrap .main .titan .info {
  font-weight: bold;
  margin-bottom: 115px;
  padding: 0 55px; }
  @media (max-width: 1024px) {
    .page_pcl .wrap .main .titan .info {
      margin-bottom: 80px; } }
  @media (max-width: 767px) {
    .page_pcl .wrap .main .titan .info {
      padding: 0 15px; } }
  .page_pcl .wrap .main .titan .info .title {
    text-align: center;
    margin-bottom: 40px; }
    @media (max-width: 767px) {
      .page_pcl .wrap .main .titan .info .title {
        margin-bottom: 20px; } }
    .page_pcl .wrap .main .titan .info .title h3 {
      font-size: 26px;
      margin-bottom: 13px; }
      @media (max-width: 1024px) {
        .page_pcl .wrap .main .titan .info .title h3 {
          font-size: 20px; } }
    .page_pcl .wrap .main .titan .info .title .line-grn {
      display: block;
      width: 214px;
      height: 5px;
      background-color: #25d8ab;
      margin: auto; }
  .page_pcl .wrap .main .titan .info p {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .page_pcl .wrap .main .titan .info p {
        font-size: 16px; } }
  .page_pcl .wrap .main .titan .info .line-ylw {
    border-bottom: 5px solid #ffef29; }
  .page_pcl .wrap .main .titan .info .fsz-sm {
    font-size: 16px; }
    @media (max-width: 1024px) {
      .page_pcl .wrap .main .titan .info .fsz-sm {
        font-size: 14px; } }

.page_pcl .wrap .main .bnr-contact {
  text-align: center;
  margin-bottom: 150px;
  max-width: 900px;
  width: 100%; }
  @media (max-width: 1200px) {
    .page_pcl .wrap .main .bnr-contact {
      margin-bottom: 130px; } }
  @media (max-width: 1024px) {
    .page_pcl .wrap .main .bnr-contact {
      width: 400px;
      margin-bottom: 100px; } }
  @media (max-width: 767px) {
    .page_pcl .wrap .main .bnr-contact {
      margin-bottom: 80px; } }
  @media (max-width: 425px) {
    .page_pcl .wrap .main .bnr-contact {
      width: 290px; } }
  .page_pcl .wrap .main .bnr-contact > .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .page_pcl .wrap .main .bnr-contact > .row h3 {
      background-color: #35aefa;
      color: #fff;
      font-size: 22px;
      font-weight: bold;
      padding: 15px 0;
      letter-spacing: 0.03em;
      width: 100%;
      margin: 0 69px; }
      @media (max-width: 1200px) {
        .page_pcl .wrap .main .bnr-contact > .row h3 {
          margin: 0; } }
      @media (max-width: 1024px) {
        .page_pcl .wrap .main .bnr-contact > .row h3 {
          padding: 10px 5px;
          margin-bottom: 10px;
          font-size: 20px; } }
      @media (max-width: 425px) {
        .page_pcl .wrap .main .bnr-contact > .row h3 {
          margin-bottom: 10px;
          font-size: 15px; } }
      .page_pcl .wrap .main .bnr-contact > .row h3 span {
        background-color: #fff;
        color: #35aefa;
        padding: 3px 10px;
        margin: 0 15px;
        width: 100%; }
        .page_pcl .wrap .main .bnr-contact > .row h3 span:first-of-type {
          margin-left: 0; }
        @media (max-width: 1024px) {
          .page_pcl .wrap .main .bnr-contact > .row h3 span {
            margin: 0 5px;
            line-height: 2; } }
    .page_pcl .wrap .main .bnr-contact > .row .text .tel {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 2px solid #000;
      margin-bottom: 20px; }
      .page_pcl .wrap .main .bnr-contact > .row .text .tel > img {
        position: relative;
        width: 40px;
        top: 3px; }
        @media (max-width: 1024px) {
          .page_pcl .wrap .main .bnr-contact > .row .text .tel > img {
            width: 28px;
            top: 2px; } }
        @media (max-width: 767px) {
          .page_pcl .wrap .main .bnr-contact > .row .text .tel > img {
            width: 40px;
            top: 3px; } }
        @media (max-width: 425px) {
          .page_pcl .wrap .main .bnr-contact > .row .text .tel > img {
            width: 30px;
            top: 0; } }
      .page_pcl .wrap .main .bnr-contact > .row .text .tel > p {
        font-family: "lato", sans-serif;
        font-size: 55px;
        line-height: 1.2;
        color: #f7931e;
        font-weight: bold;
        margin-left: 10px; }
        @media (max-width: 1024px) {
          .page_pcl .wrap .main .bnr-contact > .row .text .tel > p {
            font-size: 30px; } }
        @media (max-width: 767px) {
          .page_pcl .wrap .main .bnr-contact > .row .text .tel > p {
            font-size: 48px; } }
        @media (max-width: 425px) {
          .page_pcl .wrap .main .bnr-contact > .row .text .tel > p {
            font-size: 33px;
            margin-bottom: 5px; } }
    .page_pcl .wrap .main .bnr-contact > .row .text .hours {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 10px; }
      @media (max-width: 1024px) {
        .page_pcl .wrap .main .bnr-contact > .row .text .hours {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      @media (max-width: 425px) {
        .page_pcl .wrap .main .bnr-contact > .row .text .hours {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .page_pcl .wrap .main .bnr-contact > .row .text .hours .time {
        font-size: 14px; }
        @media (max-width: 1024px) {
          .page_pcl .wrap .main .bnr-contact > .row .text .hours .time {
            font-size: 14px; } }
        @media (max-width: 425px) {
          .page_pcl .wrap .main .bnr-contact > .row .text .hours .time {
            margin-bottom: 5px; } }
        .page_pcl .wrap .main .bnr-contact > .row .text .hours .time > p {
          background-color: #35aefa;
          color: #fff;
          font-weight: bold;
          padding: 3px 5px;
          display: inline-block;
          margin-right: 5px; }
        @media (max-width: 1024px) {
          .page_pcl .wrap .main .bnr-contact > .row .text .hours .time .slash {
            display: none; } }
      @media (max-width: 1024px) {
        .page_pcl .wrap .main .bnr-contact > .row .text .hours .time-fst {
          margin-bottom: 5px; } }
    .page_pcl .wrap .main .bnr-contact > .row .icon {
      padding: 5px 0; }
      @media (max-width: 1024px) {
        .page_pcl .wrap .main .bnr-contact > .row .icon {
          padding-top: 0;
          padding-bottom: 10px; } }
      .page_pcl .wrap .main .bnr-contact > .row .icon > a:hover {
        opacity: 0.7; }
      .page_pcl .wrap .main .bnr-contact > .row .icon > a img {
        width: 115px;
        position: relative;
        right: 60px; }
        @media (max-width: 1200px) {
          .page_pcl .wrap .main .bnr-contact > .row .icon > a img {
            right: 10px; } }
        @media (max-width: 767px) {
          .page_pcl .wrap .main .bnr-contact > .row .icon > a img {
            right: 0; } }
    .page_pcl .wrap .main .bnr-contact > .row .bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1024px) {
        .page_pcl .wrap .main .bnr-contact > .row .bottom {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .page_pcl .wrap .main .bnr-contact > .row .bottom .btm-left {
        background-color: #f7931e;
        padding: 0 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .page_pcl .wrap .main .bnr-contact > .row .bottom .btm-left span {
          background-color: #fff;
          color: #f7931e;
          font-size: 30px;
          font-weight: bold;
          padding: 0 10px;
          margin: 5px; }
          @media (max-width: 1024px) {
            .page_pcl .wrap .main .bnr-contact > .row .bottom .btm-left span {
              font-size: 48px; } }
          @media (max-width: 425px) {
            .page_pcl .wrap .main .bnr-contact > .row .bottom .btm-left span {
              font-size: 28px; } }
      .page_pcl .wrap .main .bnr-contact > .row .bottom .btm-right {
        border-top: 2px solid #f7931e;
        border-bottom: 2px solid #f7931e;
        padding: 0 10px; }
        @media (max-width: 425px) {
          .page_pcl .wrap .main .bnr-contact > .row .bottom .btm-right {
            padding-top: 10px; } }
        .page_pcl .wrap .main .bnr-contact > .row .bottom .btm-right p {
          font-size: 15px;
          font-weight: bold; }
          @media (max-width: 425px) {
            .page_pcl .wrap .main .bnr-contact > .row .bottom .btm-right p {
              line-height: 1;
              margin-bottom: 10px; } }
          .page_pcl .wrap .main .bnr-contact > .row .bottom .btm-right p:last-of-type {
            font-size: 12px;
            margin-bottom: 10px; }
            @media (max-width: 425px) {
              .page_pcl .wrap .main .bnr-contact > .row .bottom .btm-right p:last-of-type {
                line-height: 1.3; } }
          .page_pcl .wrap .main .bnr-contact > .row .bottom .btm-right p span {
            color: #f7931e;
            font-size: 18px; }
          .page_pcl .wrap .main .bnr-contact > .row .bottom .btm-right p .italic {
            font-style: italic;
            font-size: 30px;
            margin-right: 5px; }
            @media (max-width: 425px) {
              .page_pcl .wrap .main .bnr-contact > .row .bottom .btm-right p .italic {
                position: relative;
                top: 3px; } }

.page_pcl .wrap .main .worries {
  background-image: url(../img/pcl/bg-worries.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 50px 165px;
  margin-bottom: 30px; }
  @media (max-width: 1024px) {
    .page_pcl .wrap .main .worries {
      background-size: cover;
      padding-bottom: 210px; } }
  @media (max-width: 767px) {
    .page_pcl .wrap .main .worries {
      padding: 0 30px 205px; } }
  @media (max-width: 425px) {
    .page_pcl .wrap .main .worries {
      padding: 0 15px 230px; } }
  .page_pcl .wrap .main .worries .title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (max-width: 1024px) {
      .page_pcl .wrap .main .worries .title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .page_pcl .wrap .main .worries .title .image {
      width: 300px; }
      @media (max-width: 1200px) {
        .page_pcl .wrap .main .worries .title .image {
          width: 200px; } }
      @media (max-width: 1024px) {
        .page_pcl .wrap .main .worries .title .image {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2;
          margin: auto; } }
    .page_pcl .wrap .main .worries .title .text {
      width: 400px; }
      @media (max-width: 1200px) {
        .page_pcl .wrap .main .worries .title .text {
          width: 300px; } }
      @media (max-width: 1024px) {
        .page_pcl .wrap .main .worries .title .text {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1;
          margin: 0 auto 10px; } }
      @media (max-width: 425px) {
        .page_pcl .wrap .main .worries .title .text {
          width: 250px; } }
  .page_pcl .wrap .main .worries .box {
    padding: 50px 40px 0;
    background-color: #fff; }
    @media (max-width: 425px) {
      .page_pcl .wrap .main .worries .box {
        padding: 50px 20px 0; } }
    .page_pcl .wrap .main .worries .box .row {
      text-align: center; }
      .page_pcl .wrap .main .worries .box .row li {
        margin-bottom: 40px; }
        .page_pcl .wrap .main .worries .box .row li img {
          width: 300px; }
          @media (max-width: 1200px) {
            .page_pcl .wrap .main .worries .box .row li img {
              width: 250px; } }
          @media (max-width: 425px) {
            .page_pcl .wrap .main .worries .box .row li img {
              width: 100%; } }
  .page_pcl .wrap .main .worries .title,
  .page_pcl .wrap .main .worries .box {
    position: relative;
    bottom: 50px; }
    @media (max-width: 1200px) {
      .page_pcl .wrap .main .worries .title,
      .page_pcl .wrap .main .worries .box {
        bottom: 30px; } }
    @media (max-width: 1024px) {
      .page_pcl .wrap .main .worries .title,
      .page_pcl .wrap .main .worries .box {
        bottom: -30px; } }

.page_pcl .wrap .main .features {
  margin-bottom: 80px;
  padding-top: 15px; }
  @media (max-width: 767px) {
    .page_pcl .wrap .main .features {
      margin-bottom: 40px; } }
  .page_pcl .wrap .main .features .title {
    width: 100%;
    height: 100px;
    text-align: center;
    background-color: #ff8000;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc;
    position: relative; }
    @media (max-width: 1024px) {
      .page_pcl .wrap .main .features .title {
        height: 65px; } }
    .page_pcl .wrap .main .features .title img {
      position: absolute;
      bottom: 10px;
      left: 50%;
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      -webkit-transform: translateX(-50%);
      margin: auto; }
      @media (max-width: 1024px) {
        .page_pcl .wrap .main .features .title img {
          width: 400px; } }
      @media (max-width: 767px) {
        .page_pcl .wrap .main .features .title img {
          width: 380px; } }
      @media (max-width: 425px) {
        .page_pcl .wrap .main .features .title img {
          width: 280px; } }
  .page_pcl .wrap .main .features .inner {
    background-color: #fdf8e2;
    padding: 50px 20px;
    -webkit-box-shadow: 0 3px 6px #ccc;
    box-shadow: 0 3px 6px #ccc; }
    .page_pcl .wrap .main .features .inner .box {
      padding: 60px 40px 30px;
      position: relative;
      background-color: #fff;
      margin-bottom: 30px; }
      @media (max-width: 425px) {
        .page_pcl .wrap .main .features .inner .box {
          padding: 60px 15px 30px; } }
      .page_pcl .wrap .main .features .inner .box h3 {
        position: absolute;
        top: -7px;
        left: 34px; }
        @media (max-width: 1200px) {
          .page_pcl .wrap .main .features .inner .box h3 {
            top: 0; } }
        @media (max-width: 1024px) {
          .page_pcl .wrap .main .features .inner .box h3 {
            left: 50px;
            top: -8px; } }
        @media (max-width: 767px) {
          .page_pcl .wrap .main .features .inner .box h3 {
            left: 50%;
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-transform: translateX(-50%);
            margin: auto; } }
        .page_pcl .wrap .main .features .inner .box h3 img {
          width: 90%; }
          @media (max-width: 767px) {
            .page_pcl .wrap .main .features .inner .box h3 img {
              width: 280px; } }
      .page_pcl .wrap .main .features .inner .box > img {
        width: 100%;
        margin-bottom: 15px; }
      .page_pcl .wrap .main .features .inner .box p {
        font-size: 12px;
        line-height: 1.6;
        font-weight: bold; }

.page_pcl .wrap .main .reasons {
  padding: 30px 30px 55px;
  border: 6px solid #35aefa;
  border-radius: 10px;
  margin-bottom: 80px; }
  @media (max-width: 767px) {
    .page_pcl .wrap .main .reasons {
      margin-bottom: 40px; } }
  @media (max-width: 425px) {
    .page_pcl .wrap .main .reasons {
      padding: 30px 15px 55px; } }
  .page_pcl .wrap .main .reasons .title {
    margin-bottom: 40px;
    text-align: center; }
    .page_pcl .wrap .main .reasons .title img {
      width: 600px; }
      @media (max-width: 1024px) {
        .page_pcl .wrap .main .reasons .title img {
          width: 100%; } }
  .page_pcl .wrap .main .reasons .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 20px 20px 10px;
    border: 2px solid #000;
    margin-bottom: 20px; }
    @media (max-width: 1024px) {
      .page_pcl .wrap .main .reasons .box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
    .page_pcl .wrap .main .reasons .box:last-of-type {
      margin-bottom: 0; }
    .page_pcl .wrap .main .reasons .box img {
      margin-right: 15px;
      width: 15%; }
      @media (max-width: 1024px) {
        .page_pcl .wrap .main .reasons .box img {
          margin-right: 0;
          margin-bottom: 10px;
          width: 100px; } }
    .page_pcl .wrap .main .reasons .box .text {
      width: 85%; }
      @media (max-width: 1024px) {
        .page_pcl .wrap .main .reasons .box .text {
          width: 100%; } }
      .page_pcl .wrap .main .reasons .box .text h3 {
        font-weight: bold;
        font-size: 33px;
        border-bottom: 2px solid #35aefa;
        margin-bottom: 13px; }
        @media (max-width: 1200px) {
          .page_pcl .wrap .main .reasons .box .text h3 {
            font-size: 30px; } }
        @media (max-width: 1024px) {
          .page_pcl .wrap .main .reasons .box .text h3 {
            font-size: 22px;
            text-align: center; } }
        @media (max-width: 425px) {
          .page_pcl .wrap .main .reasons .box .text h3 {
            font-size: 20px; } }
        .page_pcl .wrap .main .reasons .box .text h3 span {
          font-size: 40px;
          color: #35aefa;
          margin: 0 5px; }
          @media (max-width: 1200px) {
            .page_pcl .wrap .main .reasons .box .text h3 span {
              font-size: 37px; } }
          @media (max-width: 1024px) {
            .page_pcl .wrap .main .reasons .box .text h3 span {
              font-size: 27px; } }
          @media (max-width: 767px) {
            .page_pcl .wrap .main .reasons .box .text h3 span {
              display: block; } }
          @media (max-width: 425px) {
            .page_pcl .wrap .main .reasons .box .text h3 span {
              font-size: 25px; } }
      .page_pcl .wrap .main .reasons .box .text p {
        font-size: 12px;
        line-height: 1.4; }

.page_pcl .wrap .main .bnr-price {
  text-align: center;
  margin-bottom: 80px;
  background-color: #0a4080;
  border-radius: 16px; }
  @media (max-width: 767px) {
    .page_pcl .wrap .main .bnr-price {
      margin-bottom: 60px; } }
  .page_pcl .wrap .main .bnr-price img {
    width: 70%; }
    @media (max-width: 425px) {
      .page_pcl .wrap .main .bnr-price img {
        width: 100%; } }

.page_pcl .wrap .side {
  text-align: center; }
  @media (max-width: 767px) {
    .page_pcl .wrap .side .inner {
      width: 100%;
      margin: auto; } }
  .page_pcl .wrap .side .bnr-mail {
    margin-bottom: 60px;
    display: block; }
    .page_pcl .wrap .side .bnr-mail:hover {
      opacity: 0.7; }
    @media (max-width: 1200px) {
      .page_pcl .wrap .side .bnr-mail img {
        width: 100%; } }
    @media (max-width: 767px) {
      .page_pcl .wrap .side .bnr-mail img {
        width: 250px; } }
  .page_pcl .wrap .side .flow {
    font-weight: bold;
    background-color: #35aefa;
    padding: 25px 15px 0;
    border-radius: 11px; }
    @media (max-width: 767px) {
      .page_pcl .wrap .side .flow {
        padding: 25px 20px 0;
        margin-bottom: 100px; } }
    .page_pcl .wrap .side .flow h2 {
      font-size: 23px;
      background-color: #fff;
      padding: 7px 18px;
      border-radius: 11px;
      -webkit-box-shadow: 0px 4px #000;
      box-shadow: 0px 4px #000;
      margin-bottom: 28px; }
      @media (max-width: 1200px) {
        .page_pcl .wrap .side .flow h2 {
          padding: 7px 9px; } }
      .page_pcl .wrap .side .flow h2 span {
        font-size: 20px;
        border-bottom: 3px solid #35aefa;
        padding-bottom: 5px;
        margin-bottom: 5px;
        display: block; }
    .page_pcl .wrap .side .flow .box {
      background-color: #fff;
      margin-bottom: 25px;
      border: 2px solid #000; }
      @media (max-width: 767px) {
        .page_pcl .wrap .side .flow .box {
          width: 216px;
          margin: 0 auto 25px; } }
      .page_pcl .wrap .side .flow .box img {
        width: 100%; }
      .page_pcl .wrap .side .flow .box .text {
        padding: 14px 17px 17px; }
        @media (max-width: 1200px) {
          .page_pcl .wrap .side .flow .box .text {
            padding: 14px 5px 17px; } }
        .page_pcl .wrap .side .flow .box .text span {
          display: block;
          font-size: 12px; }
          @media (max-width: 1200px) {
            .page_pcl .wrap .side .flow .box .text span {
              font-size: 11px; } }
          @media (max-width: 767px) {
            .page_pcl .wrap .side .flow .box .text span {
              font-size: 12px; } }
        .page_pcl .wrap .side .flow .box .text h3 {
          font-size: 16px; }

.page_pcl .wrap .bnr-contact-btm {
  text-align: center;
  max-width: 900px;
  width: 100%;
  margin: 0 auto 100px; }
  @media (max-width: 1024px) {
    .page_pcl .wrap .bnr-contact-btm {
      width: 720px; } }
  @media (max-width: 767px) {
    .page_pcl .wrap .bnr-contact-btm {
      width: 400px; } }
  @media (max-width: 425px) {
    .page_pcl .wrap .bnr-contact-btm {
      width: 300px; } }
  .page_pcl .wrap .bnr-contact-btm > .row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .page_pcl .wrap .bnr-contact-btm > .row h3 {
      background-color: #35aefa;
      color: #fff;
      font-size: 28px;
      font-weight: bold;
      padding: 15px 0;
      letter-spacing: 0.03em;
      width: 100%; }
      @media (max-width: 1024px) {
        .page_pcl .wrap .bnr-contact-btm > .row h3 {
          font-size: 23px; } }
      @media (max-width: 767px) {
        .page_pcl .wrap .bnr-contact-btm > .row h3 {
          padding: 10px 5px;
          font-size: 20px; } }
      @media (max-width: 425px) {
        .page_pcl .wrap .bnr-contact-btm > .row h3 {
          margin-bottom: 10px;
          font-size: 18px; } }
      .page_pcl .wrap .bnr-contact-btm > .row h3 span {
        background-color: #fff;
        color: #35aefa;
        padding: 3px 10px;
        margin: 0 15px;
        width: 100%; }
        .page_pcl .wrap .bnr-contact-btm > .row h3 span:first-of-type {
          margin-left: 0; }
        @media (max-width: 767px) {
          .page_pcl .wrap .bnr-contact-btm > .row h3 span {
            margin: 0 5px;
            line-height: 2; } }
    .page_pcl .wrap .bnr-contact-btm > .row .text .tel {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: 2px solid #000;
      margin-bottom: 20px; }
      .page_pcl .wrap .bnr-contact-btm > .row .text .tel > img {
        position: relative;
        top: 7px; }
        @media (max-width: 1024px) {
          .page_pcl .wrap .bnr-contact-btm > .row .text .tel > img {
            width: 40px;
            top: 3px; } }
        @media (max-width: 425px) {
          .page_pcl .wrap .bnr-contact-btm > .row .text .tel > img {
            width: 30px;
            top: 0; } }
      .page_pcl .wrap .bnr-contact-btm > .row .text .tel > p {
        font-family: "lato", sans-serif;
        font-size: 75px;
        line-height: 1.2;
        color: #f7931e;
        font-weight: bold;
        margin-left: 10px; }
        @media (max-width: 1024px) {
          .page_pcl .wrap .bnr-contact-btm > .row .text .tel > p {
            font-size: 55px; } }
        @media (max-width: 767px) {
          .page_pcl .wrap .bnr-contact-btm > .row .text .tel > p {
            font-size: 48px; } }
        @media (max-width: 425px) {
          .page_pcl .wrap .bnr-contact-btm > .row .text .tel > p {
            font-size: 33px;
            margin-bottom: 5px; } }
    .page_pcl .wrap .bnr-contact-btm > .row .text .hours {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 10px; }
      @media (max-width: 425px) {
        .page_pcl .wrap .bnr-contact-btm > .row .text .hours {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .page_pcl .wrap .bnr-contact-btm > .row .text .hours .time {
        font-size: 20px; }
        @media (max-width: 1024px) {
          .page_pcl .wrap .bnr-contact-btm > .row .text .hours .time {
            font-size: 14px; } }
        @media (max-width: 767px) {
          .page_pcl .wrap .bnr-contact-btm > .row .text .hours .time {
            font-size: 12px; } }
        @media (max-width: 425px) {
          .page_pcl .wrap .bnr-contact-btm > .row .text .hours .time {
            margin-bottom: 5px; } }
        .page_pcl .wrap .bnr-contact-btm > .row .text .hours .time > p {
          background-color: #35aefa;
          color: #fff;
          font-weight: bold;
          padding: 3px 5px;
          display: inline-block;
          margin-right: 5px; }
        @media (max-width: 425px) {
          .page_pcl .wrap .bnr-contact-btm > .row .text .hours .time .slash {
            display: none; } }
    .page_pcl .wrap .bnr-contact-btm > .row .icon {
      padding: 5px 0; }
      @media (max-width: 767px) {
        .page_pcl .wrap .bnr-contact-btm > .row .icon {
          padding-top: 0;
          padding-bottom: 10px; } }
      .page_pcl .wrap .bnr-contact-btm > .row .icon > a:hover {
        opacity: 0.7; }
      .page_pcl .wrap .bnr-contact-btm > .row .icon > a img {
        width: 145px; }
        @media (max-width: 1024px) {
          .page_pcl .wrap .bnr-contact-btm > .row .icon > a img {
            width: 115px; } }
    .page_pcl .wrap .bnr-contact-btm > .row .bottom {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 767px) {
        .page_pcl .wrap .bnr-contact-btm > .row .bottom {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-left {
        background-color: #f7931e;
        padding: 0 5px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-left span {
          background-color: #fff;
          color: #f7931e;
          font-size: 50px;
          font-weight: bold;
          padding: 0 10px;
          margin: 5px; }
          @media (max-width: 1024px) {
            .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-left span {
              font-size: 30px; } }
          @media (max-width: 767px) {
            .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-left span {
              font-size: 48px; } }
          @media (max-width: 425px) {
            .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-left span {
              font-size: 28px; } }
      .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-right {
        border-top: 2px solid #f7931e;
        border-bottom: 2px solid #f7931e;
        padding: 0 20px; }
        @media (max-width: 1024px) {
          .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-right {
            padding: 0 10px; } }
        @media (max-width: 425px) {
          .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-right {
            padding-top: 10px; } }
        .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-right p {
          font-size: 21px;
          font-weight: bold; }
          @media (max-width: 1024px) {
            .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-right p {
              font-size: 16px; } }
          @media (max-width: 425px) {
            .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-right p {
              line-height: 1;
              margin-bottom: 10px; } }
          .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-right p:last-of-type {
            font-size: 16px;
            margin-bottom: 10px; }
            @media (max-width: 1024px) {
              .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-right p:last-of-type {
                font-size: 13px; } }
            @media (max-width: 425px) {
              .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-right p:last-of-type {
                line-height: 1.3; } }
          .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-right p span {
            color: #f7931e;
            font-size: 18px; }
          .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-right p .italic {
            font-style: italic;
            font-size: 30px;
            margin-right: 5px; }
            @media (max-width: 425px) {
              .page_pcl .wrap .bnr-contact-btm > .row .bottom .btm-right p .italic {
                position: relative;
                top: 3px; } }

.contact_foot {
  background: #fff center/cover no-repeat url(../img/footer/bg-contact.png);
  padding: 35px 0; }
  @media (max-width: 767px) {
    .contact_foot {
      padding: 35px 15px; } }
  .contact_foot .container {
    background-color: #fff;
    padding: 60px; }
    @media (max-width: 767px) {
      .contact_foot .container {
        padding: 20px 25px; } }
    @media (max-width: 425px) {
      .contact_foot .container {
        padding: 30px 15px; } }
    @media (max-width: 1024px) {
      .contact_foot .container .text {
        margin-bottom: 30px; } }
    .contact_foot .container .text > img {
      margin-bottom: 20px; }
    .contact_foot .container .text > p {
      font-size: 34px;
      font-weight: bold;
      line-height: 1.1;
      color: #07dda3;
      border-bottom: 2px solid #07dda3;
      margin-bottom: 20px;
      display: table;
      padding-bottom: 5px; }
      @media (max-width: 425px) {
        .contact_foot .container .text > p {
          font-size: 30px; } }
    .contact_foot .container .text > span {
      display: block;
      font-size: 18px;
      line-height: 1.4; }
      @media (max-width: 425px) {
        .contact_foot .container .text > span {
          font-size: 15px; } }

.footer {
  padding-top: 34px; }
  @media (max-width: 767px) {
    .footer .row {
      margin: auto; } }
  @media (max-width: 767px) {
    .footer .left {
      margin-bottom: 40px; } }
  .footer .left .logo {
    margin-bottom: 25px; }
  .footer .left .address tr {
    margin-bottom: 20px;
    display: block; }
    .footer .left .address tr th {
      font-size: 14px;
      display: block; }
    .footer .left .address tr td {
      font-size: 12px;
      display: block; }
  .footer .left .address tr:last-of-type {
    margin-bottom: 0; }
  .footer .right {
    text-align: right; }
    .footer .right .footer-nav {
      margin-bottom: 20px; }
      .footer .right .footer-nav > ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end; }
        @media (max-width: 425px) {
          .footer .right .footer-nav > ul {
            -ms-flex-pack: distribute;
            justify-content: space-around; } }
        .footer .right .footer-nav > ul > li {
          font-size: 14px;
          font-weight: bold;
          margin-right: 30px; }
          @media (max-width: 1024px) {
            .footer .right .footer-nav > ul > li {
              font-size: 12px;
              margin-right: 25px; } }
          @media (max-width: 425px) {
            .footer .right .footer-nav > ul > li {
              margin-right: 0;
              font-size: 11px; } }
          .footer .right .footer-nav > ul > li a:hover {
            text-decoration: underline; }
        .footer .right .footer-nav > ul > .menu-item-33 {
          margin-right: 0; }
    .footer .right .btn-round {
      margin-bottom: 20px;
      text-align: right; }
      .footer .right .btn-round > a {
        padding: 11px 36px 11px 42px;
        font-size: 14px; }
        .footer .right .btn-round > a:after {
          position: relative;
          left: 20px; }
    .footer .right .btn-social {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .footer .right .btn-social > li {
        margin-right: 10px;
        -webkit-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease; }
        .footer .right .btn-social > li:last-of-type {
          margin-right: 0; }
        .footer .right .btn-social > li:hover {
          opacity: 0.7;
          -webkit-transition: all 0.3s ease;
          -o-transition: all 0.3s ease;
          transition: all 0.3s ease; }
  .footer .copyright {
    text-align: center;
    font-size: 10px;
    line-height: 1.8;
    margin: 25px 0; }
