#wpadminbar {
  display: none !important;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
}

main {
  opacity: 0;
  transition: 0.5s ease all;
}

main.active {
  opacity: 1;
  transition: 0.5s ease all;
}

.ttl-eng {
  font-family: "Jost", sans-serif;
  text-transform: capitalize;
}

.ttl-eng.uppercase {
  text-transform: uppercase;
}

.ttl-eng.capitalize {
  text-transform: capitalize;
}

::selection {
  color: #fff;
  background-color: #007e62;
}

::-moz-selection {
  color: #fff;
  background: #007e62;
}

/* common */
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.img-fluid.full {
  width: 100%;
  max-width: inherit;
}

a {
  color: #565656;
  transition: 0.5s ease all;
}

a:hover {
  color: #007e62;
  text-decoration: none;
}

a svg {
  transition: 0.5s ease all;
}

.invert a {
  color: #fff;
}

.invert a:hover {
  color: #fff;
}

svg {
  display: block;
}

.table {
  background-color: #fff;
}

.table thead th {
  background: #dfd9cc;
  border-bottom: 1px solid #fff;
}

.table tbody th {
  background: #efece6;
}

.table th {
  color: #007e62;
  font-weight: 700;
  border-color: #fff;
}

.table tbody tr:last-child th {
  border-bottom: 1px solid #fff;
}

.table tbody tr:last-child td {
  border-bottom: 1px solid #e6e6e6;
}

.table th {
  border: 1px solid #fff;
}

.table td {
  border: 1px solid #e6e6e6;
}

.table td,
.table th {
  line-height: 2;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .table td,
  .table th {
    font-size: 14px;
    display: table-cell;
    padding: 8px;
  }

  .table-block thead,
  .table-block tbody {
    display: table;
    width: 100%;
  }

  .table-block thead th,
  .table-block thead td,
  .table-block tbody th,
  .table-block tbody td {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .table td,
  .table th {
    padding: 16px;
  }
}

.table td a:last-child {
  margin-bottom: 0;
}

.table.table-center td,
.table.table-center th {
  text-align: center;
}

.table-base dl dd {
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  border-bottom: 1px solid #e6f2f0;
}

.table-base dl dt {
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  border-bottom: 1px solid #fff;
}

.table-base dl dt {
  color: #000;
  background-color: #e6f2f0;
  width: 100%;
}

.table-base dl dd {
  color: #565656;
  border-left: 1px solid #e6f2f0;
}

.table-mini dl dt,
.table-mini dl dd {
  padding: 10px;
}

@media screen and (max-width: 575px) {
  .table-base dl:first-child dt {
    border-top: 1px solid #e6f2f0;
  }

  .table-base dl dd {
    border-left: none;
  }
}

@media screen and (min-width: 576px) {
  .table-base dl:first-child dt,
  .table-base dl:first-child dd {
    border-top: 1px solid #e6f2f0;
  }

  .table-base dl dt {
    width: 210px;
    border-right: none;
  }

  .table-base dl dd {
  }
}

@media screen and (min-width: 768px) {
  .table-base dl dt,
  .table-base dl dd {
    font-size: 1rem;
  }
}

.table-block dl dt,
.table-block dl dd {
  display: block;
  width: 100%;
  padding: 1rem;
  border: none;
}

.table-block dl dt {
  border: 1px solid #b8d2e3;
  border-bottom: none;
}

.table-block dl dd {
  border: 1px solid #b8d2e3;
}

.table-block dl dd:before {
  display: none;
}

@media screen and (min-width: 576px) {
  .table-block dl:last-child dt {
    border-bottom: none;
  }
}

.table-news dl {
  display: block;
  border-top: 1px solid #d6d6d6;
}

.table-news dl:first-child {
  border-top: none;
}

.table-news dl dt,
.table-news dl dd {
  line-height: 1;
  display: block;
  border: none;
}

.table-news dl dt {
  color: #000;
  background: #fff;
  width: inherit;
  padding: 0;
  padding-top: 0.5em;
}

.table-news dl dd {
  padding: 0.5em 0;
}

.table-news dl:first-child dt,
.table-news dl:first-child dd {
  border-top: none;
}

.table-news dl:last-child dt,
.table-news dl:last-child dd {
  border-bottom: none;
}

.table-news dl dt .date {
  font-size: 0.8em;
  line-height: 1;
  display: inline-block;
  background: #007e62;
  padding: 5px;
}

.table-news dl dd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.table-news dl dd a {
  width: 100%;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
  position: relative;
  padding: 0;
}

@media screen and (min-width: 768px) {
  .table-news dl dt {
    width: 120px;
    min-width: inherit;
    padding: 1rem;
  }

  .table-news dl dt,
  .table-news dl dd {
    display: table-cell;
    vertical-align: middle;
  }
}

.table-news .category-name {
  font-size: 12px;
  color: #fff;
  background: #787878;
  padding: 5px 15px;
  display: inline-block;
  border-radius: 3px;
  margin-right: 15px;
  min-width: 90px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .table-news .category-name {
    font-size: 1rem;
    min-width: 120px;
  }
}

.list-area {
  background: #f9f9f9;
  padding: 15px;
}

.list-area ul {
  padding-left: 0;
  margin-bottom: 0;
}

.list-area.big li {
  font-size: 1.25em;
  line-height: 1.25em;
  padding: 10px;
  padding-left: 1.25em;
}

.list-area li {
  line-height: 1.25em;
  display: block;
  padding: 3px;
  padding-left: 12px;
  position: relative;
}

.list-area.main li {
  font-size: 1.1em;
  line-height: 2;
}

/* .list-area ul li::before {
  font-family: ionicons;
  content: '\f3d3';
  position: absolute;
  left: 0;
} */

.list-area ol {
  counter-reset: number;
  list-style: none;
  margin: 0;
  padding: 0;
}

.list-area ol li {
  text-indent: 0;
  padding-left: inherit;
}

.list-area ol li:before {
  counter-increment: number;
  content: counter(number);
  font-size: 2em;
  color: #fff;
  font-weight: bold;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #007e62;
  width: 60px;
  height: 60px;
  padding: 5px;
  position: absolute;
  top: 5px;
  left: 0;
}

button:focus {
  outline: none;
}

.btn {
  font-size: 14px;
  line-height: 18px;
  min-width: 232px;
  padding: 16px;
  line-height: 1;
  text-align: center;
  transition: 0.5s ease all;
  border-radius: 2px;
  position: relative;
  border-radius: 70px;
  padding: 24px 16px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .btn {
    padding: 24px 32px;
  }
}

.btn .ttl-eng {
  letter-spacing: 2px;
}

.btn .icon {
  position: absolute;
  top: 50%;
  right: 24px;
  transform: translateY(-50%);
}

.btn svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.btn.mini {
  text-align: left;
  min-width: inherit;
  padding: 0.5rem 2rem 0.5rem 1rem;
  border-radius: 30px;
}

.btn.mini .hydrated {
  right: 0.5rem;
}

.btn.focus,
.btn:focus {
  box-shadow: none;
}

.btn:hover,
.btn:active,
.btn:focus {
}

.btn::before,
.btn::after {
  content: "";
  transition: 0.5s ease all;
}

.btn::before {
}

.btn::after {
}

.invert .btn::after {
}

.btn:hover::before,
.btn:hover::after,
.btn:active::before,
.btn:hover::after,
.btn:focus::before,
.btn:active::after {
  transition: 0.5s ease all;
}

.btn:hover::after,
.btn:focus::before,
.btn:active::after {
}

.btn-success {
  color: #fff;
  background-color: #007e62;
  border-color: #007e62;
}

.btn-success:hover,
.btn-success:active,
.btn-success:focus {
  color: #007e62;
  background-color: #fff;
  border-color: #007e62;
  outline: none;
}

.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #007e62;
  background-color: #fff;
  border-color: #007e62;
}

.btn-success svg {
  fill: #fff;
}

.btn-success:hover svg {
  fill: #007e62;
}

/* 复制 */
.btn-outline-success {
  color: #007e62;
  background-color: #fff;
  border-color: #007e62;
}

.btn-outline-success:hover,
.btn-outline-success:active,
.btn-outline-success:focus {
  color: #fff;
  background-color: #007e62;
  border-color: #007e62;
  outline: none;
}

.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
  color: #fff;
  background-color: #007e62;
  border-color: #007e62;
}

.btn-outline-success svg {
  fill: #007e62;
}

.btn-outline-success:hover svg {
  fill: #fff;
}

/* 复制终了 */

.btn-light {
  color: #007e62;
  background-color: #deeeeb;
  border-color: #deeeeb;
}

.btn-light:hover,
.btn-light:active,
.btn-light:focus {
  color: #fff;
  background-color: #007e62;
  border-color: #007e62;
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
  color: #fff;
  background-color: #007e62;
  border-color: #007e62;
}

.btn-light svg {
  fill: #007e62;
}

.btn-light:hover svg {
  fill: #fff;
}

.btn-warning {
  color: #fff;
  background-color: #007e62;
  border-color: #007e62;
}

.btn-warning:hover,
.btn-warning:active,
.btn-warning:focus {
  color: #007e62;
  background-color: #fff;
  border-color: #007e62;
}

.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
  color: #fff;
  background-color: #007e62;
  border-color: #007e62;
}

.btn-lg {
}

.btn-sm {
}

.btn-link {
  color: #007e62;
  text-decoration: underline;
  min-width: inherit;
  padding: 0;
  position: relative;
}

.btn-link.nu {
  text-decoration: none;
}

.btn-link:hover,
.btn-link:active,
.btn-link:focus {
  color: #007e62;
}

.btn-link:not(:disabled):not(.disabled).active,
.btn-link:not(:disabled):not(.disabled):active,
.show > .btn-link.dropdown-toggle {
  color: #007e62;
}

.btn-more {
  color: #007e62;
  text-decoration: none;
  min-width: inherit;
  padding: 0;
  position: relative;
}

.btn-more::after {
  content: "";
  background-color: #007e62;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-left: 10px;
}

.btn-more .ttl-eng {
  text-transform: uppercase;
}

.blank::after {
  font-family: ionicons;
  content: "\f3ef";
  margin-left: 5px;
}

.ttl {
  line-height: 1.25;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .ttl.ttl-xs-mini {
    font-size: 1.1rem;
  }
}

.ttl a {
  color: #007e62;
}

.invert .ttl,
.invert .ttl a {
  color: #fff;
}

.ttl.center {
  text-align: center;
}

.ttl.b0 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.ttl.bold {
  font-weight: 700;
}

.ttl.normal {
  font-weight: 400;
}

.ttl.dark {
  color: #343434;
}

.invert .ttl.dark {
  color: #fff;
}

.ttl .ttl-eng {
  font-size: 1em;
  color: inherit;
  margin: 0;
}

.ttl::before,
.ttl::after {
  content: "";
  position: absolute;
}

.invert .ttl-01 .ttl-eng {
  color: #fff;
}

.invert .ttl-01 .ttl-jpn {
  color: #fff;
}

.bg-common {
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  position: relative;
  z-index: 0;
}

.bg-common.cover {
  background-size: cover;
}

.box-shadow {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

.cont .metabox {
  margin-bottom: 1rem;
}

.cont .metabox.main {
  margin-bottom: 2rem;
}

.cont .metabox:last-child,
.cont .metabox p:last-child {
  margin-bottom: 0;
}

.cont .metabox.invert p {
  color: #fff;
}

.cont .round {
  border-radius: 15px;
}

@media screen and (min-width: 992px) {
  .flex-all {
    position: absolute;
    right: 0;
    bottom: 0;
  }

  .cont .round {
    border-radius: 30px;
  }
}

@media screen and (min-width: 768px) {
  .cont-box-layar {
    margin-top: 180px;
  }

  section.bg-common:nth-child(odd) .cont-box-layar {
    margin-right: -280px;
  }

  section.bg-common:nth-child(even) .cont-box-layar {
    margin-left: -280px;
  }
}

@media screen and (min-width: 992px) {
  .cont-box-layar {
    margin-top: 180px;
  }

  section.bg-common:nth-child(odd) .cont-box-layar {
    margin-right: -240px;
  }

  section.bg-common:nth-child(even) .cont-box-layar {
    margin-left: -240px;
  }
}

a.block-area,
a.block-area:hover {
  text-decoration: none;
}

a.block-area.scale figure .image {
  overflow: hidden;
}

a.block-area.scale figure .image {
  transform: scale(1);
  transition: 0.5s ease all;
}

a.block-area.scale:hover figure .image {
  transform: scale(1.05);
}

a.block-area.translate:hover figure,
a.block-area.translate:focus figure,
a.block-area.translate:active figure {
  opacity: 1;
}

a.block-area.translate figure div {
  overflow: hidden;
}

a.block-area.translate figure div img {
  transform: scale(1.1) translateX(-10px);
  transition: 0.5s ease all;
}

a.block-area.translate:hover figure div img {
  transform: scale(1.1) translateX(10px);
  transition: 0.5s ease all;
}

.cont-main .cont-item:nth-child(odd) a.block-area.translate figure div img {
  transform: scale(1.1) translateX(-15px);
}

.cont-main
  .cont-item:nth-child(odd)
  a.block-area.translate:hover
  figure
  div
  img {
  transform: scale(1.1) translateX(15px);
}

.cont-main .cont-item:nth-child(even) a.block-area.translate figure div img {
  transform: scale(1.1) translateX(15px);
}

.cont-main
  .cont-item:nth-child(even)
  a.block-area.translate:hover
  figure
  div
  img {
  transform: scale(1.1) translateX(-15px);
}

.step-area {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: section;
}

.step-area .cont-num::before {
  counter-increment: section;
  content: counter(section, decimal-leading-zero);
}

figure.border {
  border: 5px solid #d6d6d6 !important;
}

.slick-prev,
.slick-next {
  background-color: #1a51a3;
}

/* header */
header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 10;
}

header .container-fluid.inner {
  position: relative;
}

header .navbar-header {
  width: 100%;
}

@media screen and (min-width: 992px) {
  header .container-fluid.parent {
    min-width: 1248px;
  }

  header .navbar-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    -ms-align-items: center;
    align-items: center;
    min-height: 112px;
  }
}

.navbar {
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

@media screen and (max-width: 767px) {
  header .navbar-collapse .header-menu {
    position: relative;
  }
}

@media screen and (max-width: 767px) {
  header .contact-block ul {
    padding: 0;
    margin: 0;
  }

  header .contact-block ul li {
    text-align: center;
    display: block;
  }

  header .contact-block ul .tel {
    margin-bottom: 10px;
  }

  header .contact-block ul .tel-box .title,
  .contact-block ul .tel-box .business-hours {
    display: block;
  }

  header .contact-block ul .tel-box .title {
    padding-bottom: 5px;
  }

  header .contact-block ul .tel-box .business-hours {
    padding-top: 5px;
  }

  header .contact-block ul .tel-box a {
    font-size: 28px;
    display: block;
    position: relative;
    background: none;
  }

  header .contact-block ul .tel-box a:hover {
    text-decoration: none;
  }
}

.in-page-link {
  padding-top: 112px;
  margin-top: -112px;
}

@media screen and (max-width: 991px) {
  .navbar.base {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }

  .navbar.scroll {
    display: none;
  }
}

@media screen and (min-width: 992px) {
  .navbar {
    display: block;
  }

  .navbar {
    /* background: #fff; */
    background: rgba(255, 255, 255, 0.8);
  }

  .navbar.active {
  }
}

.navbar.bg-dark {
}

.navbar-brand {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 15px 10px;
  margin-right: 0;
  position: relative;
}

header .navbar-brand::before {
}

@media screen and (max-width: 991px) {
  .navbar-brand {
    display: inline-block;
    z-index: 1;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .navbar-brand .logo-image {
    font-size: 1px;
  }

  .navbar-brand .logo-image svg {
    width: auto;
    height: 20px;
  }
}

@media screen and (min-width: 992px) {
  .navbar-brand {
    padding: 0;
    z-index: 15;
  }

  header .navbar-brand {
    padding-left: 8px;
    flex: 0 0 232px;
    max-width: 232px;
  }
}

.navbar-brand .logo-image {
  display: inline-block;
  position: relative;
}

.navbar-brand .logo-image span {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  transition: 0.5s ease all;
}

.fixed-top .navbar-brand .logo-image span {
  display: inline-block;
  transition: 0.5s ease all;
}

.navbar h1 {
  font-size: 1px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .navbar h1 {
    font-size: 1.2rem;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  .navbar h1 .cn {
    margin-left: 10px;
  }
}

.navbar-nav .nav-link {
  text-align: left;
  padding: 0;
}

.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show > .nav-link {
  color: #11273e;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #11273e;
}

@media screen and (min-width: 992px) {
  header .navbar-nav {
  }

  header .navbar-nav .nav-link {
    text-align: center;
    position: relative;
    z-index: 1;
  }

  header .navbar-nav .nav-link::after {
    bottom: 0.75rem;
    left: 0;
  }
}

.navbar-nav .nav-link .link-menu {
  display: block;
  padding: 20px;
}

.navbar-toggler {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 11;
  padding: 17px 16px;
  background: #007e62;
  border-radius: 0;
}

.navbar-toggler .icon-bar {
  background-color: #fff;
}

.navbar-toggler .text {
  font-size: 10px;
  color: #fff;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 12px;
  transition: 0.5s ease all;
}

.navbar-toggler.collapsed .text {
  transition: 0.5s ease all;
}

.navbar-toggler .text .in-text:nth-of-type(1) {
  opacity: 0;
  position: absolute;
}

.navbar-toggler.collapsed .text .in-text:nth-of-type(1) {
  opacity: 1;
  position: relative;
}

.navbar-toggler .text .in-text:nth-of-type(2) {
  opacity: 1;
  position: relative;
}

.navbar-toggler.collapsed .text .in-text:nth-of-type(2) {
  opacity: 0;
  position: absolute;
}

.dropdown-toggle::after {
  font-family: ionicons;
  content: "\f3d0";
  color: #fff;
}

@media screen and (min-width: 768px) {
  .dropdown-toggle::after {
    color: #fff;
  }
}

.dropdown,
.dropleft,
.dropright,
.dropup {
  position: static;
}

.dropdown.show > .dropdown-menu {
  background: none;
}

.dropdown.show > .dropdown-menu li .nav-link,
.dropdown:hover > .dropdown-menu li .nav-link {
  color: #11273e;
  font-weight: 700;
  line-height: 1.5;
}

.dropdown > .dropdown-menu li .nav-link .link-menu,
.dropdown.show > .dropdown-menu li .nav-link .link-menu,
.dropdown:hover > .dropdown-menu li .nav-link .link-menu {
  display: block;
  padding: 0.5rem;
}

.navbar-nav > li > .dropdown-menu > li > .dropdown-menu {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  background: #223377;
}

.dropdown > .dropdown-menu .container-fluid.inner .menu-row {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.dropdown > .dropdown-menu .container-fluid.inner li.item {
  width: 50%;
  padding-right: 7px;
  padding-left: 7px;
}

.dropdown > .dropdown-menu li .nav-link .cont,
.dropdown.show > .dropdown-menu li .nav-link .cont,
.dropdown:hover > .dropdown-menu li .nav-link .cont {
  background-color: #fff;
  width: 100%;
}

.dropdown > .dropdown-menu li .nav-link .cont .link-menu .title {
  color: #11273e;
}

.dropdown > .dropdown-menu li .nav-link .cont .link-menu p {
  font-size: 14px;
  color: #565656;
  line-height: 1.2;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 0;
}

.dropdown > .dropdown-menu .container-fluid.inner li.item,
.dropdown > .dropdown-menu .container-fluid.inner li.item a {
  display: block;
}

@media screen and (max-width: 767px) {
  .dropdown > .dropdown-menu li .nav-link .cont .link-menu p {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .dropdown > .dropdown-menu .container-fluid.inner li.item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .dropdown-toggle::before {
    background: #11273e;
  }

  .dropdown-toggle:before,
  .dropdown-toggle:after {
    width: 56px;
  }
}

@media screen and (min-width: 768px) {
  .dropdown-toggle:before,
  .dropdown-toggle:after {
    width: auto;
    top: inherit;
  }

  .dropdown > .dropdown-menu li .nav-link .cont,
  .dropdown.show > .dropdown-menu li .nav-link .cont,
  .dropdown:hover > .dropdown-menu li .nav-link .cont {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }

  .dropdown > .dropdown-menu li .nav-link .cont .link-menu {
    text-align: left;
  }

  .dropdown > .dropdown-menu li .nav-link .cont figure {
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
  }

  .dropdown > .dropdown-menu li .nav-link .cont .link-menu {
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
    padding: 15px;
  }
}

@media screen and (min-width: 1201px) {
  .dropdown > .dropdown-menu li .nav-link .cont figure {
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
  }

  .dropdown > .dropdown-menu li .nav-link .cont .link-menu {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
    padding: 15px;
  }
}

header .navbar-nav .dropdown-menu .nav-link {
  color: #fff;
  text-align: left;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  transition: 0.5s ease all;
}

header .navbar-nav .dropdown-menu .nav-link img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 992px) {
  header .contact-block.base ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
}

header .contact-block.base ul li {
  display: block;
}

header .contact-block.base ul li .btn {
  font-size: 18px;
  line-height: 24px;
  display: block;
  padding: 16px;
  border-radius: 0;
  min-width: 184px;
}

header .contact-block.base ul li .btn span {
  display: block;
  text-align: center;
}

header .contact-block.base ul li .btn .icon {
  position: relative;
  top: inherit;
  right: inherit;
  transform: none;
  margin-bottom: 4px;
}

header .contact-block.base ul li .btn svg {
  position: relative;
  top: inherit;
  right: inherit;
  transform: none;
  margin-right: auto;
  margin-left: auto;
}

header .contact-block.base ul li .block-area .text {
  padding-top: 10px;
}

header .contact-block.base ul li.mail .block-area {
  background-color: #007e62;
}

header .contact-block.base ul li.mail .block-area:hover {
  color: #007e62;
  background-color: #f4f8fa;
}

header .contact-block.base ul li.reservation .block-area {
  background-color: #11273e;
}

header .contact-block.base ul li.reservation .block-area:hover {
  color: #007e62;
  background-color: #f4f8fa;
}

.contact-block ul {
  padding: 0;
  margin: 0;
}

.contact-block ul li {
  font-size: 14px;
  text-align: center;
  display: block;
}

.contact-block ul .tel {
  margin-bottom: 10px;
}

.contact-block.base ul .tel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  text-align: left;
  margin-bottom: 0;
}

header .contact-block.base ul .tel {
}

.contact-block ul .tel-box .title,
.contact-block ul .tel-box .business-hours {
  display: block;
}

.contact-block ul .tel-box .title {
  padding-bottom: 5px;
}

.contact-block ul .tel-box .business-hours {
  padding-top: 5px;
  line-height: 1;
}

.contact-block ul .tel-box a {
  font-size: 28px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.contact-block ul .tel-box a:hover {
  text-decoration: none;
}

header .contact-block.tel {
  position: absolute;
  top: 6px;
  right: 60px;
  z-index: 11;
}

header .contact-block.tel .text {
  display: none;
}

@media screen and (min-width: 991px) {
  header .contact-block.tel {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  header .contact-block.tel .block-area {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  header .contact-block.tel .text {
    display: block;
    padding-left: 4px;
  }
}

header .contact-block.tel ul .tel {
  margin: 0;
}

header .contact-block.tel ul .tel a {
  color: #007e62;
  background-color: #deeeeb;
  display: block;
  padding: 12px;
  display: flex;
  font-size: 16px;
  font-weight: 600;
}

header .contact-block.tel ul .tel a svg {
  fill: #007e62;
}

.contact-block.tel li {
  margin: 0;
}

.contact-block.tel svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

header .navbar .header-menu .navbar-nav .nav-item .nav-link {
  color: #000;
}

header .navbar .header-menu .navbar-nav .nav-item .nav-link:hover,
header .navbar .header-menu .navbar-nav .nav-item.current .nav-link {
  color: #007e62;
}

header .navbar .header-menu .navbar-nav .nav-link + .multi-collapse .nav-item {
  display: block;
}

header
  .navbar
  .header-menu
  .navbar-nav
  .nav-link
  + .multi-collapse
  .nav-item
  .nav-link {
  border-bottom: 1px solid #cdd9e2;
  text-align: left;
}

header .navbar-collapse .menu-area .header-submenu {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  header .contact-block.base ul li,
  header .contact-block.base ul li .block-area,
  header .contact-block.base ul li .block-area .box {
    width: 100%;
  }

  header .navbar-collapse {
    border-top: 1px solid #cdd9e2;
  }

  .contact-block.base ul .tel {
    display: block;
    text-align: center;
    justify-content: center;
  }

  .dropdown > .dropdown-menu .container-fluid.inner {
    padding-right: 0;
    padding-left: 0;
  }

  header .navbar .header-menu .navbar-nav .nav-link + .multi-collapse {
    padding-left: 0;
  }

  header .navbar-collapse .menu-area .header-submenu .nav-item {
    line-height: 1.5;
    margin-bottom: 16px;
  }

  header .navbar-collapse .menu-area .header-submenu .nav-item:last-child {
    margin-bottom: 0;
  }

  .dropdown .dropdown-menu,
  .dropdown.show > .dropdown-menu {
    padding: 10px 5px;
    border-top: 1px solid #11273e;
  }

  header .navbar .menu-area {
    padding: 16px 24px 24px;
  }

  header .navbar .header-menu .navbar-nav .nav-link {
    padding: 18px 0;
    padding-right: 15px;
    border-bottom: 1px solid #cdd9e2;
    position: relative;
  }

  header .navbar .header-menu .navbar-nav .nav-link:hover {
    color: #007e62;
  }

  header .navbar .header-menu .navbar-nav .nav-link::before {
    content: "";
    background: #007e62;
    width: 16px;
    height: 1px;
    position: absolute;
    bottom: -1px;
    left: 0;
    transition: 0.5s ease all;
  }

  header .navbar .header-menu .navbar-nav .nav-link:hover::before {
    width: 100%;
    transition: 0.5s ease all;
  }

  header .navbar-collapse.open {
    overflow-y: scroll;
    height: calc(100vh - 60px);
    height: calc(100lvh - 60px);
    -webkit-overflow-scrolling: touch;
  }

  header .navbar-collapse.open::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }

  header .navbar-collapse.open::-webkit-scrollbar-track {
  }

  header .navbar-collapse.open::-webkit-scrollbar-thumb {
    background: rgb(0 126 98 / 50%);
  }

  header .navbar-toggler.collapsed + .bg-menu {
    height: 0vh;
    transition: 0.5s ease all;
  }

  header .navbar-toggler + .bg-menu {
    background: #fff;
    height: 100vh;
    height: 100lvh;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    transition: 0.5s ease all;
  }

  _::-webkit-full-page-media,
  _:future,
  :root header .navbar-collapse {
    padding-bottom: 141px;
  }

  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item
    .multi-collapse
    .nav-item
    .nav-link {
    font-size: 14px;
    line-height: 20px;
  }

  header .navbar .header-menu .navbar-nav .nav-item.parent > .nav-link .i_box {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    right: 12px;
  }

  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    > .nav-link
    .i_box::before,
  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    > .nav-link
    .i_box::after {
    content: "";
    position: absolute;
    background: #007e62;
    transition: 0.5s ease all;
  }

  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    > .nav-link.collapsed
    .i_box::before,
  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-link.collapsed.parent
    > .nav-link
    .i_box::after {
    transition: 0.5s ease all;
  }

  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    > .nav-link.collapsed
    .i_box::before {
    width: 16px;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    transform: rotate(0deg);
  }

  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    > .nav-link.collapsed
    .i_box::after {
    width: 2px;
    height: 16px;
    margin-left: -1px;
    left: 50%;
    transform: rotate(0deg);
  }

  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    > .nav-link
    .i_box::before {
    width: 16px;
    height: 2px;
    margin-top: -1px;
    top: 50%;
    transform: rotate(360deg);
  }

  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    > .nav-link
    .i_box::after {
    width: 2px;
    height: 16px;
    margin-left: -1px;
    left: 50%;
    transform: rotate(450deg);
  }

  header .navbar .header-submenu {
    padding-top: 24px;
  }
}

@media screen and (min-width: 992px) {
  header .navbar .header-menu .navbar-nav .nav-link {
    padding: 16px;
  }

  header .navbar .header-menu .navbar-nav > .nav-item > .nav-link::after {
    content: "";
    background: #007e62;
    height: 1px;
    position: absolute;
    right: 100%;
    bottom: -7px;
    left: 16px;
    transition: 0.5s ease all;
  }

  header .navbar .header-menu .navbar-nav > .nav-item > .nav-link:hover::after,
  header
    .navbar
    .header-menu
    .navbar-nav
    > .nav-item.current
    > .nav-link::after {
    right: 16px;
    transition: 0.5s ease all;
  }

  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    .nav-link
    + .multi-collapse {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    pointer-events: none;
    max-width: 1290px;
    padding: 30px;
    padding-top: 50px;
    margin-right: auto;
    margin-left: auto;
    position: absolute;
    top: 82px;
    right: 0;
    left: 0;
    transition: 0.5s ease all;
  }

  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    .nav-link.active
    + .multi-collapse {
    opacity: 1;
    transition: 0.5s ease all;
  }

  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    .nav-link
    + .multi-collapse::before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    opacity: 0;
    transition: 0.5s ease all;
  }

  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    .nav-link.active
    + .multi-collapse::before,
  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    .nav-link
    + .multi-collapse:hover::before {
    opacity: 1;
    transition: 0.5s ease all;
  }

  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    .nav-link
    + .multi-collapse:hover,
  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    .nav-link:hover
    + .multi-collapse {
    pointer-events: all;
  }

  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    .nav-link
    + .multi-collapse:hover,
  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent:hover
    .nav-link
    + .multi-collapse
    .nav-item {
    opacity: 1;
    transition: 0.5s ease all;
  }

  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    .nav-link
    + .multi-collapse
    .nav-item {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    padding-right: 15px;
    padding-left: 15px;
    opacity: 0;
  }

  header
    .navbar
    .header-menu
    .navbar-nav
    .nav-item.parent
    .nav-link
    + .multi-collapse
    .nav-item
    .nav-link {
    padding-top: 19px;
    padding-bottom: 19px;
    padding-left: 0;
  }

  header .navbar-collapse {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-end;
  }

  header .navbar-collapse .menu-area {
    padding-right: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  header .navbar-collapse .menu-area .header-menu {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
  }

  header .navbar-collapse .menu-area .header-submenu {
    flex: 0 0 100%;
    max-width: 100%;
    order: 1;
    margin-bottom: 10px;
  }

  header .navbar-collapse .menu-area .header-submenu .nav-item .nav-link {
    padding-right: 12px;
    padding-left: 12px;
  }

  header .navbar-collapse .menu-area .header-submenu .nav-item .nav-link:hover {
    color: #007e62;
  }

  header .navbar-collapse .menu-area .navbar-nav {
    justify-content: flex-end;
  }

  header .corporate-contact {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 11;
  }

  .navbar .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  header .navbar-nav .nav-link .link-menu {
    text-align: center;
  }

  .dropdown > .dropdown-menu,
  .dropdown > .dropdown-menu.show {
    background: none;
    overflow: hidden;
    display: block;
    background-color: #f6f6f6;
    padding-top: 30px;
    padding-bottom: 30px;
    z-index: 12;
  }

  .dropdown > .dropdown-menu {
    top: 90px;
  }

  .dropdown > .dropdown-menu.show,
  .dropdown:hover > .dropdown-menu {
    padding-right: 0;
    padding-left: 0;
    top: 100px;
    opacity: 1;
  }

  .dropdown > .dropdown-menu .container-fluid.inner li {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }

  header .navbar-nav .dropdown-menu li {
    position: static;
  }

  header .navbar-nav .dropdown-menu .nav-link .link-menu {
    line-height: 1;
  }

  header .navbar-nav .dropdown-menu .nav-link:hover {
    transition: 0.5s ease all;
  }

  header .navbar-nav .dropdown-menu li {
    position: static;
  }

  header .navbar-nav .dropdown-menu .nav-link {
    text-align: left;
    position: relative;
    transition: 0.5s ease all;
  }

  header .navbar-nav .dropdown-menu .nav-link:hover {
    transition: 0.5s ease all;
  }

  header {
    z-index: 100;
  }

  .dropdown .dropdown-menu li a {
    text-align: left;
  }

  .contact-block.base {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    transition: 0.5s ease all;
  }

  header .contact-block.base {
    position: relative;
  }

  header .contact-block.base .tel .btn {
    font-size: 24px;
  }

  .navbar .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  header .navbar-nav .nav-link .link-menu {
    font-size: 1rem;
    padding: 42px 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  header .navbar-nav .nav-link .link-menu {
  }

  .contact-block.base .icon-box svg {
    width: 36px;
    height: 36px;
  }

  header .corporate-contact .item a {
    font-size: 12px;
    width: 90px;
    height: 90px;
  }

  .contact-block ul .tel-box a {
    font-size: 24px;
  }
}

@media screen and (min-width: 1201px) {
  header .corporate-contact .item a {
    width: 150px;
    height: 120px;
  }
}

@media screen and (max-width: 991px) {
  main {
    padding-top: 60px;
  }
}

@media screen and (min-width: 992px) {
  .other main {
    padding-top: 112px;
  }
}

main article {
  overflow: hidden;
}

main article section.bg-common:nth-child(odd) {
}

main article section.bg-common:nth-child(even) {
}

main article section.bg-common.bg-none:nth-child(odd),
main article section.bg-common.bg-none:nth-child(even) {
  background: none;
}

main article section.bg-common.bg-fix:nth-child(odd),
main article section.bg-common.bg-fix:nth-child(even) {
  background: none;
}

@media screen and (max-width: 767px) {
  .row-archive .item [class^="block_"] {
    padding-bottom: 30px !important;
  }
}

.bg-common.bg-fix::before,
.bg-common.bg-fix::after {
  position: fixed;
}

@media screen and (min-width: 992px) {
  .breadcrumb {
    justify-content: flex-end;
  }
}

/* carousel-area */
@media screen and (max-width: 767px) {
  .carousel-area {
    margin-right: -15px;
    margin-left: -15px;
    overflow: hidden;
  }

  .carousel-area .carousel-cont {
    padding-left: 8px;
    overflow-x: scroll;
    overflow-y: visible;
    -webkit-overflow-scrolling: touch;
  }

  .carousel-area .carousel-cont::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    border-radius: 2px;
  }

  .carousel-area .carousel-cont::-webkit-scrollbar-track {
  }

  .carousel-area .carousel-cont::-webkit-scrollbar-thumb {
    background: #d6d6d6;
  }

  .carousel-area .carousel-cont > .row,
  .carousel-area .carousel-cont > .menu-row {
    flex-wrap: nowrap;
    margin-right: 0;
    margin-left: 0;
  }

  .carousel-area .carousel-cont > .row.center {
    justify-content: flex-start;
  }

  .carousel-area .carousel-cont > .row > .item,
  .carousel-area .carousel-cont > .menu-row > .item {
    width: 260px;
    max-width: 260px;
    min-width: 260px;
    display: table-cell;
    padding-right: 8px;
    padding-left: 8px;
  }

  .carousel-area .carousel-cont .row .item-image,
  .carousel-area .carousel-cont .row .item-text,
  .carousel-area .carousel-cont .menu-row .item-image,
  .carousel-area .carousel-cont .menu-row .item-text {
    width: auto;
    display: block;
  }
}

.section-ttl {
  font-size: 240px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 15%;
  z-index: 0;
  pointer-events: none;
}

.section-ttl .ttl-eng {
  color: #fff;
  z-index: -1;
}

.jumbotron-common {
  background-color: #f2f5f7;
  position: relative;
}

.jumbotron-common .ttl-cont {
  justify-content: flex-start;
  height: auto;
  z-index: 1;
  top: 0;
}

.jumbotron-common .ttl-cont {
}

/* .jumbotron-common .ttl-main .ttl .ttl-eng {
  font-size: 1em;
} */

.jumbotron-common .ttl-main .ttl .ttl-eng .liner {
  top: 2px;
  left: 2px;
}

.jumbotron-common .ttl-main .ttl .ttl-jpn {
  color: #fff;
  font-weight: 700;
}

.jumbotron-common .ttl-main .ttl .ttl-jpn .bg-cont {
  display: inline-block;
  background-color: #007e62;
  padding: 8px;
}

@media screen and (min-width: 768px) {
  .jumbotron-common .ttl-main .ttl .ttl-jpn .bg-cont {
    padding: 15px;
  }

  .jumbotron-common .ttl-cont {
    /* height: 280px; */
  }
}

@media screen and (min-width: 992px) {
  .jumbotron-common .ttl-cont {
    /* height: 360px; */
    margin-bottom: 0;
  }

  .jumbotron-common .ttl-cont {
  }

  .jumbotron-common .ttl-main {
  }

  .jumbotron-common .bg-img {
  }
}

@media screen and (min-width: 1201px) {
  .jumbotron-common .bg-img {
  }
}

.jumbotron-common .ttl-cont .ttl-jpn {
  display: block;
}

/*最低限タブが機能するのに必要なスタイル*/
.tab_item {
}

.tab_item > .cont-main {
  opacity: 0;
  transition: 0.5s ease all;
  position: relative;
  top: 32px;
  height: 0;
  pointer-events: none;
}

.tab_item.is-active-item > .cont-main {
  opacity: 1;
  transition: 0.5s ease all;
  position: relative;
  top: 0;
  height: auto;
  pointer-events: all;
}

.tab-item-area {
  position: relative;
}

.tab-menu .tab_btn {
  cursor: pointer;
}

.row .item figure figcaption {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
}

.row .item .zoom {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  background-color: #007e62;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: 0.5s ease all;
}

.row .item .zoom svg {
  width: 32px;
  height: 32px;
  margin: auto;
  fill: #fff;
}

.row .item .block-area:hover .zoom {
  width: 60px;
  height: 60px;
  transition: 0.5s ease all;
}

.row .item .block-area:hover .zoom svg {
  width: 36px;
  height: 36px;
  transition: 0.5s ease all;
}

.tos-desktop .tos-wrapper.tos-fixed {
  background-color: rgba(255, 255, 255, 0.85) !important;
}

.tos-close,
.tos-next,
.tos-prev {
  background-color: #d6d6d6 !important;
}

.tos-close span:before,
.tos-prev span {
  border-bottom: 3px solid #007e62 !important;
  border-left: 3px solid #007e62 !important;
}

.tos-close span:after,
.tos-next span {
  border-top: 3px solid #007e62 !important;
  border-right: 3px solid #007e62 !important;
}

@media screen and (min-width: 992px) {
  .tos-caption {
    color: #000 !important;
    text-shadow: none !important;
  }
}

/* works */
/* company */

.president-area .position {
  display: block;
}

@media screen and (max-width: 575px) {
  .president-area .item-text .cont {
    text-align: center;
  }

  .president-area .cont {
    text-align: center;
  }
}

.nav-list {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin: -5px;
}

.nav-list li {
  display: block;
  padding: 5px;
}

.nav-list li button {
  box-shadow: 3px 3px #007e62;
  transition: 0.5s ease all;
}

.nav-list li button.active {
  box-shadow: 3px 3px #e6e6e6;
  transition: 0.5s ease all;
}

@media screen and (max-width: 767px) {
  .nav-list {
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .nav-list {
    flex-wrap: wrap;
  }
}

.map iframe {
  width: 100%;
}

/* blog */
.bg-common.blog.home {
  border-bottom: 1px solid #d6d6d6;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .row-post-cont-box {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .row-post-cont-box {
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
  }
}

@media screen and (min-width: 1201px) {
  .row-post-cont-box {
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  }
}

.card-blog .item .bg-cont {
  background-color: #fff;
}

.card-blog .item .ttl {
  font-size: 1rem;
  margin-bottom: 0.5rem;
}

.card-blog .item .blog-info {
  font-size: 14px;
  margin-bottom: 0.5rem;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -3px;
  margin-left: -3px;
}

.card-blog .item .blog-info div {
  padding-right: 3px;
  padding-left: 3px;
}

.card-blog .item .metabox {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.card-blog .item .metabox p {
  font-size: 0.8rem;
}

@media screen and (max-width: 767px) {
  .carousel-area .carousel-cont > .card-blog > .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-area img {
  max-width: 100%;
  height: auto;
}

.widget-post-archive .select-box {
  display: block;
}

.widget-post-topics .info-area .text {
  line-height: 1.5;
}

.widget-area > div {
  margin-bottom: 30px;
}

.widget ul {
  padding-left: 0;
  margin-bottom: 0;
}

.widget ul li {
  display: block;
}

.widget {
  padding: 0;
}

.widget > ul {
  margin: 0;
}

.widget > ul > li {
  padding: 0;
  border-top: 1px solid #d6d6d6;
}

.widget > ul > li:last-child {
  border-bottom: 1px solid #d6d6d6;
}

.widget > ul > li a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-wrap: flex;
  padding: 16px 0;
  position: relative;
}

.widget > ul > li a .icon {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
}

.widget > ul > li a .icon svg {
  width: 12px;
  height: 12px;
}

.widget > ul > li a:hover .icon svg {
  fill: #007e62;
}

.widget > ul > li .date {
  font-size: 14px;
  display: block;
  margin-bottom: 5px;
}

.widget > ul > li .metabox p {
  line-height: 1;
}

#searchform .btn {
  min-width: inherit;
}

.nav-below {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  margin: 0;
}

.nav-below .nav-next {
  float: left;
}

.nav-below .nav-previous {
  float: right;
}

.nav-below .nav-next a,
.nav-below .nav-previous a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inherit;
}

.nav-below a:hover,
.nav-below a:active,
.nav-below a:focus {
  opacity: 0.5;
}

.nav-below .nav-next a {
  text-align: left;
}

.nav-below .nav-previous a {
  text-align: right;
}

.nav-below .nav-next a:before,
.nav-below .nav-previous a:before {
  font-family: ionicons;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.nav-below .nav-next a:before {
  content: "\f3d2";
  left: 1em;
}

.nav-below .nav-previous a:before {
  content: "\f3d3";
  right: 1em;
}

.nav-below span {
  text-align: center;
  width: 33.333333%;
}

.nav-below .nav-next,
.nav-below .nav-previous {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nav-below .nav-next {
  text-align: left;
}

.nav-below .nav-previous {
  text-align: right;
}

.nav-below .nav-next a {
  padding: 1em 1em 1em 2em;
}

.nav-below .archive a {
  padding: 1em;
}

.nav-below .nav-previous a {
  padding: 1em 2em 1em 1em;
}

.nav-below span a {
  display: inline-block;
  border: none;
  background: none;
}

@media screen and (max-width: 767px) {
  .nav-below span {
    font-size: 0.8em;
  }
}

.bg-common.post.blog
  .row-blog
  .item-main.archive
  > .cont
  > .cont-main
  > [class^="block_"] {
  border-bottom: 1px solid #d6d6d6;
}

.bg-common.post.blog
  .row-blog
  .item-main.archive
  > .cont
  > .cont-main
  > [class^="block_"]:last-child {
  border-bottom: none;
}

/* pagination */
.pagination {
  clear: both;
  padding: 0;
  position: relative;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  text-align: center;
  justify-content: center;
  margin-bottom: 60px;
}

.pagination-box {
  display: inline-block;
}

.pagination span,
.pagination a {
  display: block;
  float: left;
  margin: 2px 2px 2px 0;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  width: auto;
  color: #777;
  background: #dedede;
  box-shadow: inset 1px 1px #dedede, inset -1px -1px #dedede;
}

.pagination a:hover,
.pagination a:active,
.pagination a:focus {
  color: #fff;
  background: #1a51a3;
  box-shadow: inset 1px 1px #007e62, inset -1px -1px #007e62;
}

.pagination .current {
  padding: 10px 15px 10px 15px;
  background: #007e62;
  color: #fff;
  box-shadow: inset 1px 1px #007e62, inset -1px -1px #007e62;
}

@media only screen and (max-width: 413px) {
  .pagination {
    font-size: 12px;
    line-height: 12px;
  }

  .pagination span,
  .pagination a {
    padding: 8px 10px 8px 10px;
  }

  .pagination .current {
    padding: 8px 10px 8px 10px;
  }
}

/* sitemap */
.sitemap-menu .dropdown-toggle::after {
  display: none;
}

.sitemap-menu .container-fluid.inner {
  max-width: inherit;
  padding: 0;
}

.sitemap-menu #menu-sitemap > li {
  display: block;
  text-align: left;
  width: 100%;
  padding: 0;
  float: left;
}

.sitemap-menu .dropdown > .dropdown-menu .container-fluid.inner li.item {
  background-color: #f6f6f6;
  width: auto;
  padding-right: 0;
  padding-left: 0;
}

.sitemap-menu #menu-sitemap > li > a {
  display: inline-block;
}

.sitemap-menu #menu-sitemap > li > a .link-menu {
  padding: 1rem;
}

.sitemap-menu .navbar-nav .nav-link .link-menu {
  padding: 1rem;
}

.sitemap-menu .navbar-nav li .dropdown-menu {
  padding: 0;
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: start;
  align-items: start;
  flex-wrap: wrap;
  opacity: 1;
  background: none;
  pointer-events: all;
}

.sitemap-menu .navbar-nav li .dropdown-menu > li {
  display: block;
}

.sitemap-menu .navbar-nav li .dropdown-menu > li > a {
  font-size: 16px;
  color: #000;
  font-weight: normal;
  padding: 1rem;
  border-left: 2px solid #dedede;
}

.sitemap-menu .navbar-nav li .dropdown-menu > li.dropdown > a {
  margin-bottom: 56px;
}

.sitemap-menu .navbar-nav li .dropdown-menu > li > .dropdown-menu {
  background: none;
  position: absolute;
  top: 56px;
  display: flex;
}

.sitemap-menu .navbar-nav li .dropdown-menu > li > .dropdown-menu > li > a {
  background: #f9f9f9;
}

@media screen and (max-width: 767px) {
  .sitemap-menu #menu-sitemap li a {
    font-size: 14px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .sitemap-menu .navbar-nav li .dropdown-menu > li.dropdown > a {
    margin-bottom: 40px;
  }

  .sitemap-menu .navbar-nav li .dropdown-menu > li > .dropdown-menu {
    top: 40px;
  }

  .sitemap-menu .navbar-nav li .dropdown-menu > li {
    display: block;
    width: 50%;
  }

  .sitemap-menu .navbar-nav li .dropdown-menu > li > .dropdown-menu > li {
    width: 33.333333%;
  }
}

/* contact */
.row-contents-bottom .item .block-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 320px;
}

.row-contents-bottom .item .block-area::before {
  content: "";
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.5;
  z-index: 0;
  transition: 0.5s ease all;
}

.row-contents-bottom .item .block-area:hover::before {
  background: #007e62;
  opacity: 0.8;
}

.row-contents-bottom .item .block-area .ttl-area .ttl .ttl-jpn {
  font-size: 24px;
  line-height: 40px;
}

.row-contents-bottom .item .block-area .ttl-area .ttl .icon {
  display: block;
}

.row-contents-bottom .item .block-area .ttl-area .ttl .icon svg {
  width: 64px;
  height: 64px;
  margin: auto;
  fill: #fff;
}

@media screen and (max-width: 767px) {
  .row-contents-bottom .item {
    margin-bottom: 48px;
  }

  .row-contents-bottom .item:last-child {
    margin-bottom: 0;
  }
}

.contact-area ul {
  display: block;
  text-align: center;
  padding: 0;
  margin-right: -15px;
  margin-bottom: 0;
  margin-left: -15px;
}

@media screen and (min-width: 768px) {
  .contact-area ul {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.contact-area ul li {
  padding-right: 15px;
  padding-left: 15px;
}

.contact-area .tel a,
.contact-area .mail a {
  margin: 0;
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  .contact-area .tel a,
  .contact-area .mail a {
    font-size: 1.1em;
  }
}

.contact-area .tel a {
  font-size: 2.5rem;
  font-weight: 400;
  text-decoration: none;
}

.contact-area .tel a:hover {
  text-decoration: none;
}

.contact-area .mail a {
  min-width: 320px;
  padding: 1rem;
}

dl dd label {
  cursor: pointer;
}

.table-contact dl dt label {
  padding-right: 45px;
  position: relative;
  cursor: auto;
}

.table-contact dl dt label span {
  font-size: 12px;
  font-weight: 700;
  line-height: 1em;
  width: 40px;
  height: 24px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 0;
  border-radius: 2px;
}

.table-contact dl.req dt label span {
  color: #f38707;
  border: 1px solid #f38707;
}

.table-contact dl.any dt label span {
  color: #8d9aa7;
  border: 1px solid #8d9aa7;
}

.page-confirm .table-contact dl.req dt label span {
  display: none;
}

.page-confirm .table-contact dl.any dt label span {
  display: none;
}

input[type="checkbox"],
input[type="radio"] {
  vertical-align: middle;
  margin: -4px 0.2rem 0 0.2rem;
}

input[type="radio"] {
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #e5e5e5;
  background: #f9f9f9;
  border-radius: 20px;
  cursor: pointer;
}

input[type="radio"]:checked {
  background: #007e62;
  border-color: #003b70;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.form-control {
  font-size: 16px;
  font-weight: 400;
  height: auto;
  padding: 10px 12px;
  background: #fff;
  border-radius: 2px;
  box-shadow: none;
  border: 2px solid #e6e6e6;
}

.mwform-tel-field input {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .mwform-tel-field input {
    width: 30% !important;
  }
}

.select-box {
  display: inline-block;
  position: relative;
}

@media screen and (max-width: 767px) {
  .select-box {
    width: 100%;
  }
}

.select-box svg {
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  top: 18px;
  right: 16px;
  z-index: 1;
  fill: #000;
  pointer-events: none;
}

.mw_wp_form_confirm .select-box svg {
  display: none;
}

.select-box select {
  -webkit-appearance: none;
  appearance: none;
  /* デフォルトの矢印を非表示 */
  padding-right: 40px;
}

.select-box select::-ms-expand {
  display: none;
  /* デフォルトの矢印を非表示(IE用) */
}

.search form {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}

.search form button {
  background: #007e62;
  border: none;
  padding: 12px;
  width: 48px;
  height: 48px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.search form button svg {
  width: 24px;
  height: 24px;
  display: block;
  fill: #fff;
}

.form-search {
  color: #92999b;
  font-weight: 400;
  height: 48px;
  padding-right: 56px;
}

.form-search::placeholder {
  color: #92999b;
  font-weight: 400;
}

input::placeholder {
  color: #898989 !important;
}

/* page-top */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 0;
  bottom: 0;
  background: #007e62;
  opacity: 1;
  z-index: 10;
}

#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}

#page_top a .hydrated {
  margin: auto;
  font-size: 16px;
  line-height: 1;
  color: #fff;
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

*::-ms-backdrop,
#page_top a::before {
  content: "›";
  font-size: 2em;
  color: #fff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  transform: rotate(-90deg);
  top: 0;
  right: 3px;
  bottom: 0;
  left: -3px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/* footer */
footer {
  background-color: #201f1f;
}

footer .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
}

footer .footer-top-area .footer-top h1 {
  margin-bottom: 0;
  font-size: 1.1rem;
}

footer .navbar-nav > li {
  border-bottom-color: #d6d6d6;
}

footer .navbar-nav > li:first-child {
  border-top-color: #d6d6d6;
}

@media screen and (max-width: 991px) {
  footer .navbar-nav .nav-link .link-menu {
    padding: 1rem;
  }
}

@media screen and (min-width: 992px) {
  footer .navbar-nav .nav-link .link-menu {
    padding: 5px 10px;
  }
}

footer .company-data {
  padding-top: 10px;
}

footer .navbar-nav .nav-item .nav-link {
  padding: 8px 4px;
}

@media screen and (max-width: 991px) {
  footer .navbar-nav {
    flex-direction: row;
    flex-wrap: wrap;
  }

  footer .navbar-nav .nav-item {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width: 992px) {
  footer .navbar-nav {
    text-align: right;
  }

  footer .footer-top {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    margin-right: -16px;
    margin-left: -16px;
  }

  footer .footer-top > div {
    padding-right: 16px;
    padding-left: 16px;
  }

  footer .footer-top .logo-area {
    flex: 0 0 320px;
    max-width: 320px;
  }

  footer .footer-top .footer-menu {
    flex: 0 0 calc(100% - 320px);
    max-width: calc(100% - 320px);
  }

  footer .navbar-nav .nav-item .nav-link {
    padding: 8px 16px;
  }
}

@media screen and (min-width: 992px) {
  footer .footer-top #menu-footer.navbar-nav > li:last-child {
    border: none;
  }
}

@media screen and (max-width: 991px) {
  footer .footer-top-area {
    padding: 32px 0 32px;
  }

  footer .footer-bottom-area {
    padding: 16px 0 32px;
  }
}

@media screen and (min-width: 992px) {
  footer .footer-top-area {
    padding: 64px 0 64px;
  }

  footer .footer-bottom-area {
    padding: 32px 0 64px;
  }
}

footer .footer-bottom-area {
}

/* recruit */
/* interview */
#tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 0;
}

#tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .name,
#tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .text {
  display: block;
}

@media screen and (max-width: 767px) {
  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box {
    text-align: center;
    padding: 5px;
  }

  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .image {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box {
    -ms-flex: 0 0 66.666666%;
    flex: 0 0 66.666666%;
    max-width: 66.666666%;
    padding: 10px;
  }

  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .image {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}

@media screen and (max-width: 767px) {
  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .name {
    font-size: 12px;
    margin-bottom: 3px;
  }

  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .text {
    font-size: 10px;
  }
}

@media screen and (min-width: 768px) {
  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .name {
    font-size: 18px;
    margin-bottom: 5px;
  }

  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box .text {
    font-size: 12px;
  }
}

@media screen and (min-width: 992px) {
  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .box {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
    padding: 15px;
  }

  #tab-recruit-interview.tab-recruit .tab-btn-area .tab_btn .image {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.bg-common.entry-area {
  background-image: url(img/recruit/common/bg-entry-area.jpg);
}

.page-recruit .recruit-main-top .ttl-area {
  text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}

.tab-recruit .tab-btn-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-bottom: 2rem;
}

.tab-recruit .tab-btn-area .tab_btn {
  font-size: 1rem;
  color: #007e62;
  display: inline-block;
  background-color: #fff;
  padding: 1rem 1.5rem;
  margin-right: 5px;
  margin-left: 5px;
  transition: 0.5s ease all;
}

@media screen and (max-width: 767px) {
  .tab-recruit .tab-btn-area .tab_btn {
    border: 2px solid #007e62;
  }
}

@media screen and (min-width: 768px) {
  .tab-recruit .tab-btn-area .tab_btn {
    border: 4px solid #007e62;
  }
}

@media screen and (max-width: 575px) {
  .tab-recruit .tab-btn-area {
    margin-bottom: 1rem;
  }

  .tab-recruit .tab-btn-area .tab_btn {
    font-size: 12px;
    line-height: 1.2;
    padding: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.tab-recruit .tab-btn-area .tab_btn.is-active-btn {
  color: #fff;
  background-color: #007e62;
  transition: 0.5s ease all;
}

#tab-recruit-interview .tab-item-area .tab_item figure {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  flex-direction: row;
  position: relative;
  overflow: visible;
}

#tab-recruit-interview .tab-item-area .tab_item figure::before {
  content: "";
  border: 4px solid #e6ecf3;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  z-index: 1;
  pointer-events: none;
}

#tab-recruit-interview .tab-item-area .tab_item figure .image {
  order: 2;
}

#tab-recruit-interview .tab-item-area .tab_item figure figcaption {
  order: 1;
}

#tab-recruit-interview .tab-item-area .tab_item .interview-intro figure .image {
  margin-left: auto;
}

#tab-recruit-interview .tab-item-area .tab_item .interview-end figure .image {
  margin-right: auto;
}

#tab-recruit-interview .tab-item-area .tab_item figure figcaption {
  position: absolute;
}

#tab-recruit-interview
  .tab-item-area
  .tab_item
  .interview-intro
  figure
  figcaption {
  width: 75%;
  left: 0;
}

#tab-recruit-interview
  .tab-item-area
  .tab_item
  .interview-end
  figure
  figcaption {
  width: 50%;
  right: 0;
}

@media screen and (max-width: 767px) {
  #tab-recruit-interview .tab-item-area .tab_item figure {
    display: block;
  }

  #tab-recruit-interview .tab-item-area .tab_item figure::before {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }

  #tab-recruit-interview .tab-item-area .tab_item figure figcaption {
    position: relative;
  }

  #tab-recruit-interview
    .tab-item-area
    .tab_item
    .interview-intro
    figure
    figcaption {
    width: 100%;
  }

  #tab-recruit-interview
    .tab-item-area
    .tab_item
    .interview-end
    figure
    figcaption {
    width: 100%;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  #tab-recruit-interview .tab-item-area .tab_item figure .image {
    width: 75%;
  }

  #tab-recruit-interview .tab-item-area .tab_item .interview-end figure {
    -ms-align-items: flex-end;
    align-items: flex-end;
  }

  #tab-recruit-interview
    .tab-item-area
    .tab_item
    .interview-end
    figure
    figcaption {
    width: 50%;
  }
}

.interview-list {
  border: 4px solid #e6ecf3;
}

#tab-recruit-info .tab-item-area .cont-main {
  border: 4px solid #e6ecf3;
}

.bg-ci-color-gradient {
  background-image: linear-gradient(165deg, #f8fafb 25%, #eff4f7 25%);
}

.bg-ci-light-color {
  background-color: #e6ecf3;
}

.border-ci-light-color {
  border: 4px solid #e6ecf3;
}

.row-data .item .bg-cont {
  background-color: #fff;
}

.row-data .item svg {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.row-data .item .num-area {
  text-align: center;
  display: block;
}

.row-data .item .num-area .num {
  color: #ff9f00;
  font-weight: 400;
}

.row-data .item .num-area .text {
  font-weight: 700;
}

.row-data .item .metabox p {
  font-size: 12px;
}

@media screen and (max-width: 991px) {
  .row-data .item svg {
    width: 64px;
    height: 64px;
    margin-bottom: 0.5rem;
  }

  .row-data .item .num-area {
    margin-bottom: 0.5rem;
  }

  .row-data .item .num-area .num {
    font-size: 2em;
  }

  .row-data .item .num-area .text {
    font-size: 1em;
  }
}

@media screen and (min-width: 992px) {
  .row-data .item svg {
    width: 128px;
    height: 128px;
    margin-bottom: 1rem;
  }

  .row-data .item .num-area {
    margin-bottom: 1rem;
  }

  .row-data .item .num-area .num {
    font-size: 4em;
  }

  .row-data .item .num-area .text {
    font-size: 1.5em;
  }
}

.row-entry .item .btn {
  box-shadow: 0 0 5px #fff;
}

.grecaptcha-badge {
  margin: 15px auto;
}

/* faq的部分 */
@media (min-width: 768px) {
  .faq-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .faq-flex .item-text {
    padding-left: 15px;
  }

  .faq .accordion_one {
    margin: 0 auto;
  }
}

.faq .accordion_one {
  line-height: 1.5;
}

.faq .accordion_one .accordion_header {
  background-color: #f6f6f6;
  font-size: 26px;
  padding-left: 50px;
  text-align: center;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition-duration: 0.2s;
  border-bottom: 1px solid #e6e6e6;
}

.faq .accordion_one .accordion_header {
  border-top: 1px solid #e6e6e6;
}

.faq .accordion_one .head {
  font-size: 32px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  position: absolute;
  top: 0;
  left: 0;
}

.faq .accordion_one .accordion_header .head {
  color: #fff;
  background-color: #007e62;
}

.faq .accordion_one .accordion_header.open .head,
.faq .accordion_one .accordion_header:hover .head {
  color: #fff;
  background-color: #007e62;
}

.faq .accordion_one .accordion_inner .head {
  background-color: #ebd72b;
  color: #007e62;
  opacity: 0;
  transition: 0.5s ease all;
}

.faq .accordion_one .accordion_header.open + .accordion_inner .head,
.faq .accordion_one .accordion_header.stay + .accordion_inner .head {
  opacity: 1;
  transition: 0.5s ease all;
}

.faq .accordion_one .accordion_header.open,
.faq .accordion_one .accordion_header.stay {
  color: #007e62;
  background-color: #fff;
}

.faq .accordion_one .accordion_header:hover {
  color: #007e62;
  background-color: #fff;
  opacity: 0.8;
}

.faq .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}

.faq .accordion_one .accordion_header.stay .i_box {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}

.faq .accordion_one .accordion_header.stay .i_box .one_i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq .accordion_one .accordion_header.stay.open .i_box .one_i {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.faq .accordion_one .accordion_header.stay.open .i_box {
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.faq .accordion_one .accordion_header .i_box .one_i:before,
.faq .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #007e62;
  border-radius: 10px;
  width: 18px;
  height: 2px;
  position: absolute;
  top: 8px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}

.faq .accordion_one .accordion_header .i_box .one_i:before {
}

.faq .accordion_one .accordion_header .i_box .one_i:after {
}

.faq .accordion_one .accordion_header.open .i_box .one_i:before,
.faq .accordion_one .accordion_header.open .i_box .one_i:after,
.faq .accordion_one .accordion_header.stay .i_box .one_i:before,
.faq .accordion_one .accordion_header.stay .i_box .one_i:after,
.faq .accordion_one .accordion_header:hover .i_box .one_i:before,
.faq .accordion_one .accordion_header:hover .i_box .one_i:after {
  background-color: #007e62;
}

.faq .accordion_one .accordion_header .i_box .one_i:before {
  width: 2px;
  height: 18px;
  top: 0;
  left: 8px;
}

.faq .accordion_one .accordion_header.stay .i_box .one_i:before {
  content: none;
}

.faq .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}

.faq .accordion_one .accordion_header.stay.open .i_box .one_i:before {
  content: "";
}

.faq .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.faq .accordion_one .accordion_header.stay.open .i_box .one_i:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.faq .accordion_one .accordion_inner {
  display: none;
  box-sizing: border-box;
  padding: 20px 20px 20px 85px;
  background-color: #fff;
  box-shadow: inset 0 0 #e6e6e6, inset 0 -1px #e6e6e6;
  position: relative;
}

.faq .accordion_one .accordion_inner.block {
  display: block;
}

.faq .accordion_one .accordion_inner.stay {
  display: block;
}

.faq .accordion_one .accordion_inner p.txt_a_ac {
  padding: 0;
  margin: 0;
}

.faq .accordion_one .accordion_header {
  font-size: 16px;
  text-align: left;
  padding: 20px 60px 20px 85px;
  color: #007e62;
}

.accordion_header {
  font-weight: 500;
}

.page-about-us .bg-common .ttl-area {
  position: relative;
}

.page-about-us .bg-common .ttl-area::before {
  content: "";
  display: block;
}

/* 隠す部分 */
.contact-block.base .mail {
  display: none;
}

/* 
.row-contents-bottom .item.contact {
  display: none;
} */

.dn {
  display: none;
}

/* @media screen and (max-width: 767px) {
  .row-re {
    flex-direction: column-reverse;
  }
} */

.row.row-store .btn-success {
  padding: 15px;
  /* min-width: 165px; */
  min-width: 235px;
}

.row.row-store .button-center {
  text-align: right;
}

.fw-300 {
  font-weight: 300 !important;
}

.no-bg {
  background-color: transparent !important;
  border-left: none !important;
  border-bottom: none !important;
}

.red-text p {
  color: #f91f19 !important;
  font-size: 15px;
  font-weight: 400;
}

.flex-all {
  margin-top: 10px;
}

.row-store .icon-area {
  margin-top: 10px;
}

.single-icon img {
  height: 20px;
}

.pill img {
  height: 32px;
}
.map-icon img {
  height: 32px;
}

.single-icon {
  margin-right: 2px !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  margin-bottom: 7px;
}
