#wpadminbar {
  display: none !important;
}

body {
  font-family: 'Kosugi', sans-serif;
  color: #32424f;
}

main {
  opacity: 0;
  transition: .5s ease all;
}

main.active {
  opacity: 1;
  transition: .5s ease all;
}

*::-ms-backdrop, main {
  opacity: 1;
}

.ttl-eng {
  font-family: 'Josefin Sans', sans-serif;
}

.ttl-eng.uppercase {
  text-transform: uppercase;
}

.ttl-eng.capitalize {
  text-transform: capitalize;
}

::selection {
  color: #fff;
  background-color: #22aee3;
}

::-moz-selection {
  color: #fff;
  background: #22aee3;
}

/* common */
@media (min-width: 992px) {
  header .container-fluid.parents {
    padding-right: 0;
  }
}

.bg-base {
  background-image: url(assets/img/common/bg-base.jpg);
  background-attachment: fixed;
}

_::-webkit-full-page-media, _:future, :root .bg-base {
  background-size: cover;
  background-position: center;
  background-attachment: inherit;
}

main article section.bg-common.bg-base-frame:nth-child(odd)::before, main article section.bg-common.bg-base-frame:nth-child(odd)::after {
  content: '';
  background-image: url(assets/img/common/bg-base-frame.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-size: 45%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

*::-ms-backdrop, .bg-base {
  background-repeat: repeat-y;
}

@media (max-width: 991px) {
  .bg-base.space {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

@media (min-width: 992px) {
  .bg-base.space {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

.bg-base::before, .bg-base::after {
  content: '';
  background-color: #fff;
  width: 60%;
  transform: skewX(-30deg);
  position: absolute;
  pointer-events: none;
  z-index: 1;
}

.bg-base::before {
  top: 0;
}

.bg-base::after {
  bottom: 0;
}

@media (max-width: 991px) {
  .bg-base::before, .bg-base::after {
    height: 30px;
  }

  .bg-base::before {
    left: 50%;
  }

  .bg-base::after {
    right: 50%;
  }
}

@media (min-width: 992px) {
  .bg-base::before, .bg-base::after {
    height: 60px;
  }

  .bg-base::before {
    left: 66%;
  }

  .bg-base::after {
    right: 66%;
  }
}

main article section.bg-common.bg-base-frame:nth-child(odd)::before {}

main article section.bg-common.bg-base-frame:nth-child(odd)::after {
  transform: rotate(180deg);
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #f6f6f6 !important;
}

.bg-white-transparent {
  background-color: rgba(255, 255, 255, .9) !important;
}

.bg-ci-light-color {
  background-color: #eef6f9 !important;
}

.bg-ci-color {
  background-color: #22aee3 !important;
}

.border-ci-color {
  border-color: #22aee3 !important;
}

.txt-red {
  color: #cc1414;
}

.txt-ci-color {
  color: #22aee3;
}

.underline {
  text-decoration: underline;
}

.no-bg {
  background: none !important;
}

.invert, .invert h1, .invert h2, .invert h3, .invert h4, .invert h5, .invert h6, .invert p {
  color: #fff;
}

a {
  color: #22aee3;
  transition: .5s ease all;
}

a:hover {
  color: #22aee3;
  text-decoration: underline;
  transition: .5s ease all;
}

a svg {
  transition: .5s ease all;
}

a:hover svg {
  transition: .5s ease all;
}

.invert a {
  color: #fff;
}

.invert a:hover {
  color: #fff;
}

.table {
  background-color: #fff;
}

.table thead th {
  vertical-align: middle;
}

.table th {
  color: #22aee3;
}

.table tbody tr:last-child th, .table tbody tr:last-child td {
  border-bottom: 1px solid #e6e6e6;
}

.table td, .table th {
  line-height: 1.5;
  vertical-align: middle;
  border: 1px solid #e6e6e6;
}

@media (max-width: 575px) {
  .table td, .table th {
    font-size: 11px;
    display: table-cell;
    padding: 3px;
  }

  .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 (min-width: 768px) {
  .table td, .table th {
    padding: 1.5rem;
  }
}

.table td a:last-child {
  margin-bottom: 0;
}

.table.table-center td, .table.table-center th {
  text-align: center;
}

.table-base dl dt, .table-base dl dd {
  font-size: 14px;
  line-height: 1.5;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
}

.table-base dl dt {
  color: #000;
  background-color: #f6f6f6;
  width: 100%;
}

.table-base dl dd {
  color: #565656;
  border-left: 1px solid #e6e6e6;
}

.table-mini dl dt, .table-mini dl dd {
  padding: 10px;
}

@media (max-width: 575px) {
  .table-base dl:first-child dt {
    border-top: 1px solid #e6e6e6;
  }

  .table-base dl dd {
    border-left: none;
  }
}

@media (min-width: 576px) {
  .table-base dl:first-child dt, .table-base dl:first-child dd {
    border-top: 1px solid #e6e6e6;
  }

  .table-base dl dt {
    width: 210px;
    border-right: none;
  }

  .table-base dl dd {}
}

@media (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 (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: .5em;
}

.table-news dl dd {
  padding: .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: .8em;
  line-height: 1;
  display: inline-block;
  background: #22aee3;
  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 (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 (min-width: 768px) {
  .table-news .category-name {
    font-size: 1rem;
    min-width: 120px;
  }
}

.list-area {
  background: #f9f9f9;
  padding: 15px;
}

.list-area.check {
  background: none;
  padding: 0;
}

.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.check {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}

.list-area.check ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding-left: 3px;
}

@media (max-width: 767px) {
  .list-area.check ul li {
    width: 320px;
  }
}

@media (min-width: 768px) {
  .list-area.check ul li {
    width: 540px;
  }
}

.list-area.check ul li::before {
  display: none;
}

.list-area.check ul li svg {
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  max-width: 32px;
  margin-right: 5px;
  fill: #ebd72b;
}

.list-area.check ul li svg+span {
  display: block;
  -ms-flex: 0 0 calc(100% - 32px);
  flex: 0 0 calc(100% - 32px);
  max-width: calc(100% - 32px);
}

.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: #22aee3;
  width: 60px;
  height: 60px;
  padding: 5px;
  position: absolute;
  top: 5px;
  left: 0;
}

button:focus {
  outline: none;
}

.btn {
  font-weight: 300;
  min-width: 210px;
  padding: 1rem;
  line-height: 1;
  text-align: left;
  transition: .5s ease all;
  border-radius: 3px;
  position: relative;
}

input.btn {
  text-align: center;
}

.btn.center {
  text-align: center;
}

.btn .hydrated {
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
}

.btn.big {
  font-size: 1.2em;
  padding: 24px;
}

.btn.mini {
  min-width: inherit;
  padding: .5rem 2rem .5rem 1rem;
}

.btn.mini .hydrated {
  right: .5rem;
}

.btn.focus, .btn:focus {
  box-shadow: none;
}

.btn:hover, .btn:active, .btn:focus {}

.btn::before, .btn::after {
  content: '';
  transition: .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: .5s ease all;
}

.btn:hover::after, .btn:focus::before, .btn:active::after {}

/* IE11だけに適用 */
@media all and (-ms-high-contrast:none) {
  .btn {
    padding-top: 1.5rem;
  }
}

.btn svg {
  width: 24px;
  height: 24px;
  fill: #fff;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  right: 15px;
  transition: .5s ease all;
}

.btn:hover svg {
  right: 8px;
  transition: .5s ease all;
}

.btn.big svg {
  width: 32px;
  height: 32px;
  margin-top: -16px;
}

.btn-primary {
  color: #fff;
  background: url(assets/img/common/bg-btn-primary.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: #22aee3;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
  color: #fff;
  background: url(assets/img/common/bg-btn-primary.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: #22aee3;
  outline: none;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show>.btn-primary.dropdown-toggle {
  color: #fff;
  background: url(assets/img/common/bg-btn-primary.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: #22aee3;
}

.btn-primary::before, .btn-primary::after {}

.btn-primary::before {}

.btn-primary::after {}

.btn-light {}

.btn-light:hover, .btn-light:active, .btn-light:focus {}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {}

.btn-light::before, .btn-light::after {}

.btn-light::before {}

.btn-light::after {}

.btn-warning {
  color: #32424f;
  background: url(assets/img/common/bg-btn-warning.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: #fbde22;
}

.btn-warning:hover, .btn-warning:active, .btn-warning:focus {
  color: #32424f;
  background: url(assets/img/common/bg-btn-warning.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: #fbde22;
}

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active, .show>.btn-warning.dropdown-toggle {
  color: #32424f;
  background: url(assets/img/common/bg-btn-warning.jpg);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-color: #fbde22;
}

.btn-warning svg {
  fill: #32424f;
}

.btn-lg {}

.btn-sm {}

.btn-link {
  color: #22aee3;
  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: #22aee3;
}

.btn-link:not(:disabled):not(.disabled).active, .btn-link:not(:disabled):not(.disabled):active, .show>.btn-link.dropdown-toggle {
  color: #22aee3;
}

.btn-more {
  color: #22aee3;
  text-decoration: none;
  min-width: inherit;
  padding: 0;
  position: relative;
}

.btn-more::after {
  content: '';
  background-color: #22aee3;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  margin-left: 10px;
}

.btn-more .ttl-eng {
  text-transform: uppercase;
}

@media (min-width: 768px) {
  .btn-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;
  }
}

.blank::after {
  font-family: ionicons;
  content: '\f3ef';
  margin-left: 5px;
}

.ttl {
  line-height: 1.25;
  font-weight: 500;
  display: block;
  margin-bottom: 1rem;
  position: relative;
}

@media (max-width: 767px) {
  .ttl.ttl-xs-mini {
    font-size: 1.1rem;
  }
}

.ttl a {
  color: #22aee3;
}

.invert .ttl, .invert .ttl a {
  color: #fff;
}

.ttl.center {
  text-align: center;
}

.ttl.b0 {
  padding-bottom: 0;
  margin-bottom: 0;
}

.ttl.bold {
  font-weight: bold;
}

.ttl.normal {
  font-weight: normal;
}

.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;
}

.ttl-01 {
  margin-bottom: 2.5em;
  position: relative;
}

.ttl-01 span {
  display: block;
}

.ttl-01 .ttl-eng {
  color: #eef6f9;
  text-transform: capitalize;
  margin-bottom: -30px;
  pointer-events: none;
}

.ttl-01 .ttl-jpn span {
  display: inline-block;
  padding: 0 30px;
  position: relative;
}

.ttl-01 .ttl-jpn span::before, .ttl-01 .ttl-jpn span::after {
  content: '';
  background-color: #22aee3;
  width: 4px;
  position: absolute;
  z-index: 0;
  pointer-events: none;
  transform: skewX(-30deg);
}

.ttl-01.yellow .ttl-eng {
  color: #ebea55;
}

.ttl-01.yellow .ttl-jpn span::before, .ttl-01.yellow .ttl-jpn span::after {
  background-color: #32424f;
}

.ttl-01 .ttl-jpn span::before {
  bottom: 50%;
  left: 0;
}

.ttl-01 .ttl-jpn span::after {
  top: 50%;
  right: 0;
}

.invert .ttl-01 .ttl-eng {
  opacity: .5;
}

.invert .ttl-01 .ttl-jpn span::before, .invert .ttl-01 .ttl-jpn span::after {
  background-color: #fff;
}

@media (max-width: 767px) {
  .ttl-01 .ttl-eng {
    font-size: 3em;
  }

  .ttl-01 .ttl-jpn span::before, .ttl-01 .ttl-jpn span::after {
    height: 40px;
  }
}

@media (min-width: 768px) {
  .ttl-01 .ttl-eng {
    font-size: 4em;
  }

  .ttl-01 .ttl-jpn span::before, .ttl-01 .ttl-jpn span::after {
    height: 80px;
  }
}

.ttl-02 {
  color: #22aee3;
  border-bottom: 2px solid #32424f;
}

@media (max-width: 767px) {
  .ttl-02 {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) {
  .ttl-02 {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}

.ttl-03 {
  padding-bottom: 1rem;
  margin-bottom: 20px;
  border-bottom: 2px solid #32424f;
}

.ttl-03 .ttl-type, .ttl-03 .ttl-name {
  display: block;
}

.ttl-03 .ttl-type {
  font-size: 1rem;
  margin-bottom: .5em;
}

.ttl-03 .ttl-name {
  color: #22aee3;
}

.ttl-03.svg {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.ttl-03.svg svg {
  display: block;
  -ms-flex: 0 0 32px;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  max-width: 32px;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .ttl-03 {
    margin-bottom: 15px;
  }
}

.ttl-04 {
  color: #22aee3;
  background: #eef6f9;
  padding: .8em;
  position: relative;
}

.ttl-04 .point {
  font-size: 3em;
  color: #eef6f9;
  line-height: 1;
  text-transform: capitalize;
  position: absolute;
  bottom: 100%;
  left: 0;
}

@media (max-width: 767px) {
  .ttl-04 {
    margin-top: 2em;
  }

  .ttl-04 .point {
    margin-bottom: -15px;
  }
}

@media (min-width: 768px) {
  .ttl-04 {
    margin-top: 2em;
  }

  .ttl-04 .point {
    margin-bottom: -21px;
  }
}

.ttl-05 {
  padding-left: 15px;
  border-left: 4px solid #22aee3;
}

.ttl-06 {
  color: #22aee3;
  padding-bottom: 10px;
  border-bottom: 1px solid #d6d6d6;
}

.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, .2);
}

.text-shadow {
  text-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

.cont .metabox {
  margin-bottom: 1rem;
}

.cont .metabox.main {
  margin-bottom: 2rem;
}

.cont .metabox p:last-child {
  margin-bottom: 0;
}

.cont .round {
  border-radius: 15px;
}

@media (min-width: 992px) {
  .cont .round {
    border-radius: 30px;
  }
}

@media (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 (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.perspective figure {
  -webkit-transform: perspective(0) rotateY(0deg);
  transform: perspective(0) rotateY(0deg);
  transition: .5s ease all;
  opacity: 1;
}

section.bg-common:nth-child(odd) a.block-area.perspective:hover figure, section.bg-common:nth-child(odd) a.block-area.perspective:focus figure, section.bg-common:nth-child(odd) a.block-area.perspective:active figure {
  -webkit-transform: perspective(1000px) rotateY(-5deg);
  transform: perspective(1000px) rotateY(-5deg);
  transition: .5s ease all;
  opacity: .5;
}

section.bg-common:nth-child(even) a.block-area.perspective:hover figure, section.bg-common:nth-child(even) a.block-area.perspective:focus figure, section.bg-common:nth-child(even) a.block-area.perspective:active figure {
  -webkit-transform: perspective(1000px) rotateY(5deg);
  transform: perspective(1000px) rotateY(5deg);
  transition: .5s ease all;
  opacity: .5;
}

.cont-main .cont-item a.block-area.perspective figure {
  -webkit-transform: perspective(0) rotateY(0deg);
  transform: perspective(0) rotateY(0deg);
  transition: .5s ease all;
  opacity: 1;
}

.cont-main .cont-item:nth-child(odd) a.block-area.perspective:hover figure, .cont-main .cont-item:nth-child(odd) a.block-area.perspective:focus figure, .cont-main .cont-item:nth-child(odd) a.block-area.perspective:active figure {
  -webkit-transform: perspective(1000px) rotateY(-5deg);
  transform: perspective(1000px) rotateY(-5deg);
  transition: .5s ease all;
  opacity: .5;
}

.cont-main .cont-item:nth-child(even) a.block-area.perspective:hover figure, .cont-main .cont-item:nth-child(even) a.block-area.perspective:focus figure, .cont-main .cont-item:nth-child(even) a.block-area.perspective:active figure {
  -webkit-transform: perspective(1000px) rotateY(5deg);
  transform: perspective(1000px) rotateY(5deg);
  transition: .5s ease all;
  opacity: .5;
}

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: .5s ease all;
}

a.block-area.translate:hover figure div img {
  transform: scale(1.1) translateX(10px);
  transition: .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);
}

a.block-area.base {
  border: 4px solid #22aee3;
}

a.block-area.base figure {
  position: relative;
}

a.block-area.base figure figcaption {
  font-size: 1.25em;
  color: #32424f;
  background-color: #ebd72b;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: .5s ease all;
  pointer-events: none;
}

a.block-area.base:hover figure figcaption {
  transition: .5s ease all;
  opacity: .8;
}

a.block-area.base figure figcaption .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

a.block-area.base figure figcaption .box svg {
  width: 24px;
  height: 24px;
  fill: #32424f;
}

.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;
}

.ttl-single {
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.ttl-single .bg-cont {
  border-bottom: 4px double #fff;
}

/* header */
header {
  position: relative;
}

header .container-fluid.inner {
  position: relative;
}

header .navbar-header {
  width: 100%;
}

@media (min-width: 992px) {
  header .navbar-header {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

.navbar {
  padding: 0;
  position: relative;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
}

@media (max-width: 991px) {
  header .navbar-collapse .header-menu {
    position: relative;
  }
}

@media (max-width: 767px) {
  header .navbar-collapse {}

  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;
  }
}

@media (max-width: 991px) {
  .navbar.base {
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 10;
  }

  .navbar.scroll {
    display: none;
  }
}

@media (min-width: 992px) {
  .navbar {
    display: block;
  }

  .navbar {
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: .5s ease all;
    box-shadow: inset 0 -5px #f2f2f2;
  }

  .navbar.active {
    opacity: 1;
    pointer-events: all;
    transition: .5s ease all;
  }

  .navbar.scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 100;
  }
}

.navbar.bg-light {
  background: #fff !important;
}

.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: 10px;
  margin-right: 10px;
  position: relative;
}

header .navbar-brand::before {}

@media (max-width: 991px) {
  .navbar-brand {
    display: inline-block;
    z-index: 1;
    padding: 5px;
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    padding: 0;
    z-index: 15;
  }

  header .navbar-brand {
    height: 90px;
    position: absolute;
    top: 0;
  }
}

.navbar-brand .logo-image {
  display: inline-block;
  position: relative;
}

@media (max-width: 991px) {
  .navbar-brand .logo-image img {
    width: auto;
    height: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-brand .logo-image {
    max-width: 210px;
  }
}

.navbar-brand .logo-image span {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  transition: .5s ease all;
}

.fixed-top .navbar-brand .logo-image span {
  display: inline-block;
  transition: .5s ease all;
}

.navbar h1 {
  font-size: 16px;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .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: #22aee3;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #22aee3;
}

@media (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: .75rem;
    left: 0;
  }
}

.navbar-nav .nav-link .link-menu {
  display: block;
  padding: 20px;
  position: relative;
}

@media (max-width: 991px) {}

.navbar-toggler {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 11;
  padding: 19px 15px;
  background-color: #fff;
  border-radius: 0;
}

.navbar-toggler .icon-bar {
  background-color: #22aee3;
}

.dropdown-toggle::after {
  font-family: ionicons;
  content: '\f3d0';
  color: #fff;
  font-size: 24px;
}

@media (min-width: 992px) {
  .dropdown-toggle::after {
    color: #22aee3;
    font-size: 16px;
  }
}

.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: #22aee3;
  font-weight: 500;
  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: .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;
}

.dropdown>.dropdown-menu .container-fluid.inner li.item {
  width: 50%;
  padding: 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;
}

.dropdown>.dropdown-menu li .nav-link .cont .link-menu .title {
  color: #22aee3;
}

.dropdown>.dropdown-menu li .nav-link .cont .link-menu p {
  font-size: 14px;
  color: #565656;
  line-height: 1.2;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 0;
}

.dropdown>.dropdown-menu .container-fluid.inner li.item, .dropdown>.dropdown-menu .container-fluid.inner li.item a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

@media (max-width: 767px) {
  .dropdown>.dropdown-menu li .nav-link .cont .link-menu p {
    display: none;
  }
}

@media (min-width: 768px) {
  .dropdown>.dropdown-menu .container-fluid.inner li.item {
    width: 50%;
  }
}

@media (max-width: 991px) {
  .dropdown>.dropdown-menu .container-fluid.inner .menu-row {
    margin: -7px 0;
  }

  .dropdown-toggle::before {
    background: #22aee3;
  }

  .dropdown-toggle:before, .dropdown-toggle:after {
    width: 56px;
  }
}

@media (min-width: 992px) {
  .dropdown>.dropdown-menu .container-fluid.inner li.item {
    width: 25%;
  }

  .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 {}

  .dropdown>.dropdown-menu li .nav-link .cont .link-menu {
    padding: 15px;
    position: absolute;
    bottom: 15px;
    z-index: 1;
    background: #eef6f9e6;
    right: 15px;
    left: 15px;
    text-align: center;
  }

  .dropdown>.dropdown-menu li .nav-link .cont figure {}

  .dropdown>.dropdown-menu li .nav-link .cont .link-menu {
    padding: 15px;
  }
}

@media (min-width: 1201px) {
  .dropdown>.dropdown-menu li .nav-link .cont figure {}

  .dropdown>.dropdown-menu li .nav-link .cont .link-menu {
    padding: 15px;
  }
}

header .navbar-nav .dropdown-menu .nav-link {
  color: #fff;
  text-align: left;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  transition: .5s ease all;
  border: 4px solid #22aee3;
}

@media (max-width: 991px) {
  header .navbar-nav .dropdown-menu .nav-link {
    border: none;
  }
}

header .navbar-nav .dropdown-menu .nav-link figure {
  position: relative;
}

header .navbar-nav .dropdown-menu .nav-link figure figcaption {
  color: #32424f;
  background-color: #ebd72b;
  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;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  transition: .5s ease all;
  pointer-events: none;
}

header .navbar-nav .dropdown-menu .nav-link:hover figure figcaption {
  transition: .5s ease all;
  opacity: .8;
}

header .navbar-nav .dropdown-menu .nav-link img {
  max-width: 100%;
  height: auto;
}

header .corporate-contact {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

header .corporate-contact .item a {
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

header .corporate-contact .item a svg {
  display: block;
  width: 48px;
  height: 48px;
  margin-right: auto;
  margin-bottom: 5px;
  margin-left: auto;
}

.contact-block.base .tel-box a svg {
  width: 28px;
  height: 28px;
  margin-top: -4px;
  margin-right: 2px;
  fill: #22aee3;
}

.contact-block.base .tel-box a {
  color: #22aee3;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

@media (max-width: 991px) {
  header .navbar-collapse {
    background-color: #fff;
    padding-bottom: 15px;
  }
}

@media (min-width: 992px) {
  .corporate header .navbar-collapse {}
}

.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 {
  height: 86px;
  padding: 10px 15px;
}

.contact-block.base ul .mail svg {
  fill: #fff;
}

.contact-block.base ul .mail .btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.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 {
  text-align: right;
  line-height: 1;
}

.contact-block ul .tel-box a {
  font-size: 32px;
  line-height: 1;
  display: block;
}

.contact-block ul .tel-box a:hover {
  text-decoration: none;
}

.contact-block.tel {
  position: absolute;
  top: 0;
  right: 60px;
  z-index: 11;
}

header .contact-block.tel ul .tel {
  margin: 0;
}

header .contact-block.tel ul .tel a {
  background-color: #22aee3;
  display: block;
  padding: 12px;
}

.contact-block.tel li {
  margin: 0;
}

.contact-block.tel svg {
  width: 36px;
  height: 36px;
  fill: #fff;
}

.navbar-nav>.nav-item>.nav-link .link-menu::before, .navbar-nav>.nav-item>.nav-link .link-menu::after {
  content: '';
  position: absolute;
  pointer-events: none;
}

.navbar-nav>.nav-item>.nav-link .link-menu::before {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #f2f2f2;
  transform: scale(1, 1);
  transform-origin: right top;
  transition: transform .5s;
  z-index: 0;
}

.navbar-nav>.nav-item>.nav-link .link-menu::after {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #22aee3;
  transform: scale(0, 1);
  transform-origin: right top;
  transition: transform .5s;
  z-index: 1;
}

.navbar-nav>.nav-item>.nav-link:hover .link-menu::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.navbar-nav>.nav-item.current-menu-item .nav-link .link-menu::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.navbar .navbar-nav .nav-link {
  color: #32424f;
}

@media (max-width: 991px) {
  .navbar-nav>.nav-item>.nav-link .link-menu::before, .navbar-nav>.nav-item>.nav-link .link-menu::after {
    height: 2px;
  }

  .contact-block.base ul .tel {
    text-align: center;
    justify-content: center;
  }

  .dropdown>.dropdown-menu .container-fluid.inner {
    padding-right: 0;
    padding-left: 0;
  }

  header .navbar-nav .dropdown-menu .nav-link .link-menu {
    padding: 3px 0;
  }

  .dropdown .dropdown-menu, .dropdown.show>.dropdown-menu {
    padding: 10px 5px;
  }

  header .navbar-nav .nav-link {
    color: #fff;
  }

  header .corporate-contact .item {
    width: 50%;
  }

  header .corporate-contact .item a {
    padding: 1rem;
  }
}

@media (min-width: 992px) {
  .contact-block.tel {
    display: none;
  }

  .corporate header .navbar-collapse {
    justify-content: center;
  }

  header .corporate-contact {
    position: absolute;
    top: 100px;
    right: 0;
    z-index: 11;
  }

  .navbar .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-nav .nav-link .link-menu {
    text-align: center;
  }

  .dropdown>.dropdown-menu, .dropdown>.dropdown-menu.show {
    background: none;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    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: 86px;
    opacity: 1;
  }

  .dropdown>.dropdown-menu .container-fluid.inner li {
    width: 25%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .dropdown>.dropdown-menu::before {}

  .dropdown>.dropdown-menu>li>.dropdown-menu::before {}

  header .navbar-nav .dropdown-menu>.nav-item:first-child {}

  .navbar-nav>li>.dropdown-menu>li:first-child, .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:first-child {}

  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: .5s ease all;
  }

  .dropdown>.dropdown-menu::before {}

  .dropdown>.dropdown-menu>li>.dropdown-menu::before {}

  header .navbar-nav .dropdown-menu>.nav-item:first-child {}

  .navbar-nav>li>.dropdown-menu>li:first-child, .navbar-nav>li>.dropdown-menu>li>.dropdown-menu>li:first-child {}

  header .navbar-nav .dropdown-menu li {
    position: static;
  }

  header .navbar-nav .dropdown-menu .nav-link {
    text-align: left;
    position: relative;
    transition: .5s ease all;
  }

  header .navbar-nav .dropdown-menu .nav-link:hover {
    transition: .5s ease all;
  }

  .corporate header {
    z-index: 100;
  }

  .dropdown .dropdown-menu li a {
    text-align: left;
  }

  .navbar-nav>li>.dropdown-menu>li>.dropdown-menu {}

  header .contact-block {
    position: absolute;
    top: 0;
    right: 0;
    transition: .5s ease all;
  }

  .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: .5s ease all;
  }

  header .contact-block.base {
    position: absolute;
  }

  header .contact-block.base .mail {
    display: none;
  }

  .navbar .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }

  .navbar-nav .nav-link .link-menu {
    font-size: 1rem;
    padding: 35px 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .navbar-nav .nav-link .link-menu {
    font-size: 14px;
    line-height: 16px;
    padding-right: 6px;
    padding-left: 6px;
  }
}

@media (min-width: 992px) and (max-width: 1400px) {
  .contact-block.base .icon-box svg {
    width: 36px;
    height: 36px;
  }

  header .contact-block.base {
    background: #fff;
    top: 86px;
  }

  .corporate header .navbar-collapse {
    justify-content: flex-end;
  }
}

@media (min-width: 1201px) {
  header .navbar-nav li:nth-last-child(2) .nav-link .link-menu {}

  header .corporate-contact .item a {
    width: 150px;
    height: 120px;
  }
}

@media (min-width: 992px) and (max-width: 1479px) {
  header .corporate-contact {
    display: block;
    transition: .5s ease all;
  }
}

@media (min-width: 1480px) {
  header .corporate-contact {
    top: 0;
    transition: .5s ease all;
  }

  header .contact-block.base {
    transition: .5s ease all;
  }
}

@media (max-width: 991px) {
  main {
    padding-top: 60px;
  }
}

main article {
  overflow: hidden;
}

main article section.bg-common:nth-child(odd) {}

main article section.bg-common:nth-child(even) {
  background-color: #eef6f9;
}

main article section.bg-common:nth-child(even)::before {
  content: '';
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}

main article section.bg-common.none:nth-child(even)::before {
  background: none;
}

@media (max-width: 767px) {
  main article section.bg-common:nth-child(even)::before {
    height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  main article section.bg-common:nth-child(even)::before {
    height: 110px;
  }
}

@media (min-width: 1201px) {
  main article section.bg-common:nth-child(even)::before {
    height: 120px;
  }
}

main article section.bg-common:nth-child(even) .block_1 {
  padding-top: 0;
}

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 (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 (min-width: 992px) {
  .breadcrumb {
    justify-content: flex-end;
  }
}

/* slider */
.slider-base {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider-base.slick-initialized {
  opacity: 1;
}

@media (max-width: 767px) {
  .slider-area .main-catch {
    position: relative;
  }
}

.slider-area .catch, .slider-area .subcatch {
  color: #fff;
}

.slider-area .catch {}

.slider-area .catch span {
  line-height: 1;
}

.slider-area .catch .bg-cont {
  display: block;
  margin: 5px 0;
}

.slider-area .catch .bg-cont .bg-white {
  padding: 5px;
}

.slider-area .catch .bg-cont span {
  display: inline-block;
}

.slider-area .catch .bg-cont .bg-white span {
  background: -webkit-linear-gradient(0deg, #22aee3, #15700f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.slider-area .catch {
  font-size: 1.5rem;
}

.slider-area .subcatch {
  font-size: 1rem;
  line-height: 1.5;
  color: #22aee3;
}

@media (min-width: 576px) {
  .slider-area .catch {
    font-size: 2rem;
  }

  .slider-area .subcatch {
    font-size: 1.25rem;
  }
}

@media (min-width: 768px) {
  .slider-area .catch {
    font-size: 2rem;
  }

  .slider-area .subcatch {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .slider-area .catch {
    font-size: 3rem;
  }

  .slider-area .subcatch {
    font-size: 2rem;
  }
}

@media (min-width: 1480px) {
  .slider-area .catch {
    font-size: 4rem;
  }
}

@media (max-width: 575px) {
  .slider-area .main-catch-area {
    height: 110px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .slider-area .main-catch-area {
    height: 135px;
  }
}

@media (max-width: 767px) {
  .slider-area .main-catch-area {
    position: absolute;
    top: inherit;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    background: rgb(34 174 227 / 50%);
    background: rgb(0 95 213 / 50%);
  }

  .slider-area .main-catch .title {
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 2px 2px #22aee3;
  }

  .slider-area .main-catch .catch {
    color: #fff;
    text-shadow: 2px 2px #22aee3;
  }
}

@media (min-width: 768px) {
  .slider-area .main-catch-area {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
  }

  .slider-area .main-catch .title {
    color: #fff;
    margin-bottom: 5px;
    text-shadow: 2px 2px #22aee3;
  }

  .slider-area .main-catch .catch {
    color: #fff;
    text-shadow: 2px 2px #22aee3;
  }
}

.slider-area .main-catch {
  position: absolute;
}

.slider-area .main-catch .catch .cont-text {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.slider-area .main-catch .subcatch {
  margin-bottom: 0;
}

.slider-area .main-catch .subcatch .text {
  display: block;
  margin-bottom: 5px;
}

.slider-area .main-catch .subcatch .text:last-child {
  margin-bottom: 0;
}

.slider-area .main-catch .subcatch .text .bg-cont {
  display: inline-block;
  background-color: #22aee3;
  padding: 2px 6px;
}

.slider-area .main-catch figure {
  margin-bottom: 2rem;
}

@media (max-width: 767px) {
  .slider-area .main-catch {
    position: absolute;
    bottom: 15px;
  }
}

@media (min-width: 768px) {
  .slider-area .main-catch {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%);
  }
}

/* carousel-area */
@media (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>.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;
  }
}

.corporate .section-ttl {
  font-size: 240px;
  font-weight: 700;
  position: absolute;
  bottom: 0;
  left: 15%;
  z-index: 0;
  pointer-events: none;
}

.corporate .section-ttl .ttl-eng {
  color: #fff;
  z-index: -1;
}

.jumbotron-common {
  background-color: #eef6f9;
  position: relative;
  background-size: cover;
}

.jumbotron-common::before {
  content: '';
  background-image: url(assets/img/common/bg-jumbotron-front.png);
  background-size: contain;
  background-position: center left;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  pointer-events: none;
}

.jumbotron-common .ttl-cont {
  justify-content: flex-start;
  position: relative;
  z-index: 1;
}

.corporate .jumbotron-common .ttl-cont {
  -ms-align-items: center;
  align-items: center;
}

.corporate .jumbotron-common .ttl-main .ttl {
  color: #22aee3;
  text-shadow: 3px 3px 0 #f2f2f2;
}

.corporate .jumbotron-common .ttl-main .ttl .ttl-eng {
  text-transform: capitalize;
}

@media (max-width: 767px) {
  .jumbotron-common {
    background-position: center;
  }

  .jumbotron-common .ttl-cont {
    height: 150px;
  }

  .corporate .jumbotron-common .ttl-main .ttl .ttl-eng {
    font-size: 2rem;
  }

  .corporate .jumbotron-common .ttl-main .ttl .ttl-jpn {
    font-size: 1rem;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .jumbotron-common .ttl-cont {
    background-position: 60px center;
  }

  .corporate .jumbotron-common .ttl-main .ttl .ttl-eng {
    font-size: 3rem;
  }

  .corporate .jumbotron-common .ttl-main .ttl .ttl-jpn {
    font-size: 1.5rem;
  }
}

@media (min-width: 992px) {
  .jumbotron-common .ttl-cont {
    background-position: 120px center;
  }

  .jumbotron-common .ttl-cont {
    height: 360px;
    margin-bottom: 0;
  }

  .corporate .jumbotron-common .ttl-main .ttl .ttl-eng {
    font-size: 4rem;
  }

  .corporate .jumbotron-common .ttl-main .ttl .ttl-jpn {
    font-size: 2rem;
  }
}

.jumbotron-common .ttl-cont .ttl-jpn {
  display: block;
}

/*最低限タブが機能するのに必要なスタイル*/
.tab_item, .tab_item-02 {}

.tab_item>.cont-main, .tab_item-02>.cont-main {
  opacity: 0;
  transition: .5s ease all;
  position: relative;
  top: 120px;
  height: 0;
}

.tab_item.is-active-item>.cont-main, .tab_item-02.is-active-item>.cont-main {
  opacity: 1;
  transition: .5s ease all;
  position: relative;
  top: 0;
  height: auto;
}

.tab-item-area, .tab-item-area-02 {
  position: relative;
}

.tab-menu .tab_btn, .tab-menu .tab_btn-02 {
  cursor: pointer;
}

/* home */
.page-home .jumbotron-common {
  margin-bottom: 0;
}

.page-home .main-slider .item {
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .page-home .main-slider .item {}
}

@media (min-width: 768px) and (max-width: 991px) {
  .page-home .main-slider .item {}
}

@media (min-width: 992px) {
  .page-home .main-slider .item {}
}

@media (min-width: 1201px) {
  .page-home .main-slider .item {}
}

.page-home .recommended-slider {}

@media (max-width: 767px) {}

@media (min-width: 768px) {
  .row-recommended>.item-image {
    margin-top: -60px;
    margin-bottom: -60px;
  }
}

.recommended-slider {
  padding: 0;
  margin: 0;
  list-style: none;
  counter-reset: number -1;
}

.recommended-slider .slick-list {
  overflow: visible;
}

@media (max-width: 767px) {
  .recommended-slider .slick-slide {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .recommended-slider .slick-slide {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .recommended-slider .slick-slide {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.recommended-slider .recommended-eng-area {
  color: #ebd72b;
  font-style: italic;
  position: absolute;
  z-index: 1;
  pointer-events: none;
  transform: rotate(-5deg);
  text-shadow: 3px 3px 0 #fbf7d5;
}

.recommended-slider .recommended-eng-area>.item .num:before {
  counter-increment: number;
  content: counter(number, decimal-leading-zero);
}

.recommended-slider .recommended-eng-area>.item .ttl-eng {
  display: block;
}

.recommended-slider .slick-prev, .recommended-slider .slick-next {
  color: #22aee3;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #22aee3;
}

@media (max-width: 767px) {
  .recommended-slider .recommended-eng-area {
    font-size: 1.5em;
    margin-left: -8px;
    top: -15px;
    text-shadow: 2px 2px 0 #fbf7d5;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .recommended-slider .recommended-eng-area {
    font-size: 2em;
    margin-left: -15px;
    top: -50px;
  }
}

@media (min-width: 992px) {
  .recommended-slider .recommended-eng-area {
    font-size: 3em;
    margin-left: -15px;
    top: -60px;
  }
}

@media (min-width: 992px) and (max-width: 1280px) {
  .recommended-slider .slick-prev {
    left: 0;
  }

  .recommended-slider .slick-next {
    right: 0;
  }
}

@media (min-width: 1280px) {
  .recommended-slider .slick-prev {
    left: -25px;
  }

  .recommended-slider .slick-next {
    right: -25px;
  }
}

.recommended-slider .slick-dots {
  margin-bottom: 0;
  bottom: -30px;
}

.recommended-slider .slick-dots li button {
  background: #c6c6c6;
  width: 8px;
  height: 8px;
  opacity: 1;
}

.recommended-slider .slick-dots li.slick-active button, .recommended-slider .slick-dots li button:hover, .recommended-slider .slick-dots li button:active, .recommended-slider .slick-dots li button:focus {
  background: #fff;
}

.row-recommended .item .btn {
  padding-right: 45px;
}

/* service film */
.row-service-products .title .ttl-02 {
  font-size: 1.4em;
}

.row-service-products .catch .ttl {
  font-size: 1.4em;
}

.row-service-products .use-list {
  background-color: #fff;
  padding: 10px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.row-service-products .use-list .item {
  padding: 15px;
}

.row-service-products .use-list .item.head {
  color: #22aee3;
}

.row-service-products .use-list .item.body {
  margin: -8px;
}

.row-service-products .use-list .item.body .body-item {
  padding: 8px;
}

@media (max-width: 767px) {
  .row-service-products .use-list {
    display: block;
  }

  .row-service-products .use-list .item.head {
    border-bottom: 2px solid #eef6f9;
  }

  .row-service-products .use-list .item.body {
    display: block;
  }
}

@media (min-width: 768px) {
  .row-service-products .use-list {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }

  .row-service-products .use-list .item.head {
    flex: 0 0 120px;
    max-width: 120px;
    text-align: center;
    border-right: 2px solid #eef6f9;
  }

  .row-service-products .use-list .item.body {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }
}

.row-detail-in .item-text .bg-cont {
  background-color: #f6f6f6;
}

.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: #22aee3;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 1;
  transition: .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: .5s ease all;
}

.row .item .block-area:hover .zoom svg {
  width: 36px;
  height: 36px;
  transition: .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 #22aee3 !important;
  border-left: 3px solid #22aee3 !important;
}

.tos-close span:after, .tos-next span {
  border-top: 3px solid #22aee3 !important;
  border-right: 3px solid #22aee3 !important;
}

@media (min-width: 992px) {
  .tos-caption {
    color: #000 !important;
    text-shadow: none !important;
  }
}

.row-flow .item .cont {
  width: 100%;
  position: relative;
}

.row-flow .item .cont .bg-cont {
  background-color: #eef6f9;
}

.row-flow .item-text .eng {
  font-size: 2em;
  color: #22aee3;
}

.row-flow .item-text .eng.invert {
  color: #fff;
}

@media (min-width: 768px) {
  .row-flow .item-text .eng {
    position: absolute;
    top: -36px;
    z-index: 1;
  }
}

.row-flow .item-text .ttl {
  color: #22aee3;
}

.cont-flow .cont-item {
  position: relative;
}

.cont-flow .cont-item::after {
  content: '';
  /*background-image: url(assets/img/common/bg-flow-connect.png);*/
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  width: 100px;
  height: 100px;
  margin: auto;
  position: absolute;
  bottom: -50px;
  right: 0;
  left: 0;
  z-index: -1;
  pointer-events: none;
}

.cont-flow .cont-item:nth-child(odd)::after {
  transform: rotateY(180deg);
}

.cont-flow .cont-item:last-child::after {
  display: none;
}

@media (max-width: 767px) {
  .row-flow .item .cont {
    display: block;
  }

  .row-flow .item-image {
    margin-bottom: 15px;
  }
}

.cont-flow .cont-item .row-flow .item-image .block-area.borders figure {
  border: 5px solid #22aee3;
  box-shadow: 0 0 10px #fff;
  overflow: visible;
  position: relative;
}

.cont-flow .cont-item .row-flow .item-image .block-area.borders figure figcaption {
  font-size: 1.25em;
  color: #32424f;
  background-color: #ebd72b;
  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;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  transition: .5s ease all;
}

.cont-flow .cont-item .row-flow .item-image .block-area.borders:hover figure figcaption {
  opacity: .8;
  transition: .5s ease all;
}

.cont-flow .cont-item .row-flow .item-image .block-area.borders figure figcaption .box {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.cont-flow .cont-item .row-flow .item-image .block-area.borders figure figcaption .box svg {
  width: 24px;
  height: 24px;
  fill: #32424f;
}

.cont-flow .cont-item .row-flow .item .btn span {
  position: relative;
  z-index: 1;
}

.cont-flow .cont-item .row-flow .item .btn svg {
  width: 18px;
  height: 18px;
  margin-top: -9px;
  fill: #32424f;
}

.cont-flow .cont-item .row-flow .item-text .cont svg {
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  fill: #22aee3;
}

.cont-flow .cont-item .row-flow.row-service .item-text .cont svg {
  display: block;
  margin: 0 auto;
  position: absolute;
  right: 0;
  left: 0;
  fill: #22aee3;
  right: 8px;
  left: inherit;
  bottom: inherit;
  margin-top: -8px;
  width: 16px;
  height: 16px;
}

@media (max-width: 767px) {
  .cont-flow .cont-item .row-flow .item .btn {
    display: block;
  }
}

@media (min-width: 768px) {
  .cont-flow .cont-item .row-flow .item .btn {
    background: none;
    min-width: 150px;
    padding: 10px 30px;
    border: none;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
  }

  .cont-flow .cont-item .row-flow .item .btn::before {
    content: '';
    background-color: #ebd72b;
    position: absolute;
    top: 0;
    right: -30px;
    bottom: 0;
    left: 12px;
    transform: skewX(-30deg);
  }

  .cont-flow .cont-item .row-flow.row-service .item .metabox {
    margin-bottom: 1.5rem;
  }
}

@media (max-width: 767px) {
  .cont-flow .cont-item .row-flow .item-text, .cont-flow .cont-item .row-flow .item-text .cont {
    position: static;
  }

  .cont-flow .cont-item .row-flow .item-text .cont svg {
    width: 48px;
    height: 48px;
    bottom: -15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cont-flow .cont-item .row-flow .item-text .cont svg {
    width: 32px;
    height: 32px;
    bottom: -36px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .cont-flow .cont-item .row-flow .item-text .cont svg {
    width: 48px;
    height: 48px;
    bottom: -54px;
  }
}

@media (min-width: 1201px) {
  .cont-flow .cont-item .row-flow .item-text .cont svg {
    width: 64px;
    height: 64px;
    bottom: -72px;
  }
}

/* products */
#bg-products {
  background-image: url(assets/img/products/bg-products.jpg);
}

#bg-frozen-food-pouch {
  background-image: url(assets/img/products/bg-frozen-food-pouch.jpg);
}

#bg-eco-item {
  background-image: url(assets/img/products/bg-eco-item.jpg);
}

#bg-range-bag {
  background-image: url(assets/img/products/bg-range-bag.jpg);
}

#bg-air-cushioning {
  background-image: url(assets/img/products/bg-air-cushioning.jpg);
}

#bg-label-and-seal {
  background-image: url(assets/img/products/bg-label-and-seal.jpg);
}

#bg-food-packaging-material {
  background-image: url(assets/img/products/bg-food-packaging-material.jpg);
}

#bg-shrink-wrapping {
  background-image: url(assets/img/products/bg-equipment.jpg);
}

#bg-chemical {
  background-image: url(assets/img/products/bg-chemical.jpg);
}

.row-products .item .block-area {
  border: 5px solid #22aee3;
  border-radius: 300px;
  overflow: hidden;
  margin-bottom: 15px;
  transform: scale(1);
  transition: .5s ease all;
}

.row-products.home .item .block-area {
  border: 5px solid #fff;
}

.row-products .item .block-area:hover {
  transform: scale(1.1);
  transition: .5s ease all;
}

.row-products .item .block-area.products figure {
  overflow: hidden;
  margin-bottom: 0;
}

.row-search-form #searchform {
  position: relative;
}

.row-search-form #searchform input {
  padding-right: 3.5rem;
}

.row-search-form #searchform button {
  padding: 14px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 0 .25rem .25rem 0;
}

.row-search-form #searchform button svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #fff;
  position: relative;
  top: inherit;
  margin: 0;
  right: inherit;
}

.row-products-category-child .item .bg-cont {
  background-color: #eef6f9;
}

.row-products-category-child .item:nth-child(even) .bg-cont {
  border-left: 1px solid #cce8f3;
}

.row-products-category-child .item .bg-cont a {
  display: block;
  text-align: center;
  padding: 5px;
}

.row-products-taxonomy .item .sub-title {
  font-size: 1.1rem;
  margin-bottom: 8px;
}

.row-products-taxonomy .item .title {
  margin-bottom: 8px;
}

.block-area .term-slug-cont {
  padding: 6px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.block-area .term-slug-cont .term-slug {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;
  margin-right: -3px;
  margin-left: -3px;
}

.block-area .term-slug-cont .term-slug .cont {
  width: auto;
  padding-right: 3px;
  padding-left: 3px;
}

.block-area .term-slug-cont .term-slug .cont span {
  font-size: 14px;
  color: #32424f;
  background-color: #ebd72b;
  display: block;
  padding: 5px;
}

.block-area .term-slug-cont .term-slug .parents {
  order: 1;
}

.block-area .term-slug-cont .term-slug .child {
  order: 2;
}

.row-products-detail .item {
  margin-bottom: 15px;
}

@media (min-width: 768px) {
  .row-products-detail .item .metabox.big p {
    font-size: 1.2em;
  }
}

.products-slider-area {
  margin-bottom: 45px;
}

.products-slider-area .slick-prev, .products-slider-area .slick-next {
  color: #32424f;
  background: none;
}

.products-slider-area .slick-dots {
  margin: 0;
  bottom: -16px;
}

.products-slider-area .slick-dots li button {
  width: 8px;
  height: 8px;
}

.products-slider-area .slick-dots li button {
  background: #32424f;
  opacity: 1;
}

.products-slider-area .slick-dots li.slick-active button, .products-slider-area .slick-dots li button:hover, .products-slider-area .slick-dots li button:active, .products-slider-area .slick-dots li button:focus {
  background: #22aee3;
}

.products-slider-area .slick-prev, .products-slider-area .slick-next {
  top: inherit;
  transform: none;
  bottom: -36px;
}

.products-slider-area .slick-prev {
  left: 0;
}

.products-slider-area .slick-next {
  right: 0;
}

.list-products-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  margin-bottom: 15px;
}

.list-products-area.center {
  justify-content: center;
}

.list-products-area ul {
  padding-left: 0;
  margin-top: -2px;
  margin-bottom: -2px;
}

.list-products-area ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  padding-top: 2px;
  padding-bottom: 2px;
}

.list-products-area ul li svg {
  margin-right: 5px;
  fill: #f6643b;
}

.list-products-area ul li span {
  color: #f6643b;
  display: block;
  margin-top: 3px;
}

@media (max-width: 767px) {
  .list-products-area ul li svg {
    -ms-flex: 0 0 24px;
    flex: 0 0 24px;
    max-width: 24px;
    width: 24px;
    height: 24px;
  }

  .list-products-area ul li span {
    font-size: 18px;
  }
}

@media (min-width: 768px) {
  .list-products-area ul li svg {
    -ms-flex: 0 0 32px;
    flex: 0 0 32px;
    max-width: 32px;
    width: 32px;
    height: 32px;
  }

  .list-products-area ul li span {
    font-size: 24px;
  }
}

.row-products-data .item .bg-cont {
  background-color: #f6f6f6;
}

.row-products-data .item svg {
  width: 64px;
  height: 64px;
  display: block;
  margin-right: auto;
  margin-bottom: 15px;
  margin-left: auto;
  fill: #22aee3;
}

.tablepress .order-num input {
  text-align: right;
  margin: auto;
}

.boxer-content {
  height: 100%;
}

#boxer-overlay {
  z-index: 1050;
}

#boxer {
  z-index: 1100;
}

/* food packeging material */
.row-foodpackaging-material .item .bg-cont {
  background-color: #fff;
}

.cross-section {
  width: 100%;
}

.cross-section .item {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  background-color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .cross-section .item {
    padding: 8px;
  }
}

@media (min-width: 768px) {
  .cross-section .item {
    padding: 15px;
  }
}

article section.bg-base-frame:nth-of-type(odd) .cross-section .item {
  background-color: #eef6f9;
}

article section.bg-base-frame:nth-of-type(even) .cross-section .item {
  background-color: #fff;
}

.cross-section .item:first-child {
  margin-top: 0;
}

.cross-section .item:last-child {
  margin-bottom: 0;
}

.cross-section .item span.name {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
  text-align: center;
  -ms-flex: 0 0 72px;
  flex: 0 0 72px;
  width: 72px;
  max-width: 72px;
  margin-right: 15px;
  margin-bottom: -5px;
}

@media (max-width: 767px) {
  .cross-section .item span.name {
    font-size: 1em;
  }

  .cross-section .item span.name.ttl-jpn {
    font-size: 1em;
  }

  .cross-section.long .item span.name {
    -ms-flex: 0 0 108px;
    flex: 0 0 108px;
    width: 108px;
    max-width: 108px;
  }

  .cross-section .item span.text {
    font-size: 14px;
  }
}

@media (min-width: 768px) {
  .cross-section .item span.name {
    font-size: 2em;
  }

  .cross-section .item span.name.ttl-jpn {
    font-size: 1.5em;
  }

  .cross-section.long .item span.name {
    -ms-flex: 0 0 144px;
    flex: 0 0 144px;
    width: 144px;
    max-width: 144px;
  }
}

.cross-section .item span.text {
  padding-left: 45px;
  position: relative;
}

.cross-section .item span.text::before {
  content: '';
  background-color: #22aee3;
  width: 30px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
}

.cont-main.use-list .cont-item .bg-cont {
  background-color: #fff;
}

.cont-main.use-list .cont-item .row-use-list .item-text {
  padding-top: 15px;
}

.cont-main.film-list .cont-item .outer {
  background-color: #eef6f9;
}

/* company */
.table-qualification tr td {
  text-align: right;
}

.page-philosophy .bg-common.detail {
  background-position: bottom center;
}

.president-area .position {
  display: block;
  margin-bottom: 5px;
}

@media (max-width: 575px) {
  .president-area .item-text .cont {
    text-align: center;
  }

  .president-area .cont {
    text-align: center;
  }
}

.row-greeting .item-text {
  margin-bottom: 15px;
}

.management-philosophy ol {
  padding: 0;
  margin: 0 -15px;
}

.management-philosophy ol .item {
  padding-right: 15px;
  padding-left: 15px;
}

.management-philosophy ol .item:first-child {}

.management-philosophy ol .item:last-child {}

.management-philosophy ol .item .head {
  text-align: center;
  background-color: #eef6f9;
  padding: 15px;
  border: 2px solid #eef6f9;
}

.management-philosophy ol .item .head span {
  display: block;
}

.management-philosophy ol .item .head .num {
  color: #22aee3;
}

.management-philosophy ol .item .head .title {
  color: #22aee3;
}

.management-philosophy ol .item .body {
  line-height: 1.5;
  display: block;
  padding: 15px;
  width: 100%;
  border: 2px solid #eef6f9;
}

@media (max-width: 767px) {
  .management-philosophy ol .item {
    display: block;
  }

  .management-philosophy ol .item .head .num {
    font-size: 1.5em;
  }

  .management-philosophy ol .item .head .title {
    font-size: 1.2em;
    padding-top: 3px;
  }

  .management-philosophy ol .item .body {
    display: block;
  }
}

@media (min-width: 768px) {
  .management-philosophy ol {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
  }

  .management-philosophy ol .item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.33333%;
  }

  .management-philosophy ol .item .head {}

  .management-philosophy ol .item .head .num {
    font-size: 2em;
  }

  .management-philosophy ol .item .head .title {
    font-size: 1.5em;
    padding-top: 12px;
  }

  .management-philosophy ol .item .body {
    font-size: 1.1em;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .corporate-philosophy .item {
    margin-bottom: 5px;
  }
}

.corporate-philosophy .item .cont {
  font-size: 1.2em;
  text-align: center;
  padding: 30px;
  border: 2px solid #eef6f9;
}

.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 #22aee3;
  transition: .5s ease all;
}

.nav-list li button.active {
  box-shadow: 3px 3px #e6e6e6;
  transition: .5s ease all;
}

@media (max-width: 767px) {
  .nav-list {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .nav-list {
    flex-wrap: wrap;
  }
}

.map iframe {
  width: 100%;
}

/* blog */
.row-blog-home .slick-prev, .row-blog-home .slick-next {
  color: #22aee3;
  background: #fff;
  border-radius: 50px;
  border: 1px solid #22aee3;
}

@media (min-width: 992px) and (max-width: 1280px) {
  .row-blog-home .slick-prev {
    left: 0;
  }

  .recommenrow-blog-home .slick-next {
    right: 0;
  }
}

@media (min-width: 1280px) {
  .row-blog-home .slick-prev {
    left: 15px;
  }

  .row-blog-home .slick-next {
    right: 15px;
  }
}

.row-blog-home .slick-dots {
  bottom: 0;
  position: relative;
  margin: 30px 0;
}

.row-blog-home .slick-dots li button {
  background: #c6c6c6;
  width: 8px;
  height: 8px;
  opacity: 1;
}

.row-blog-home .slick-dots li.slick-active button, .row-blog-home .slick-dots li button:hover, .row-blog-home .slick-dots li button:active, .row-blog-home .slick-dots li button:focus {
  background: #22aee3;
}

@media (max-width: 767px) {
  .row-blog-home {
    padding-right: 8px;
    padding-left: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .row-blog-home {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) {
  .row-blog-home {
    padding-right: 60px;
    padding-left: 60px;
  }
}

#bg-post {
  background-image: url(assets/img/blog/bg-blog.jpg);
}

.bg-common.blog.home {
  border-bottom: 1px solid #d6d6d6;
}

@media (min-width: 768px) and (max-width: 991px) {
  .row-post-cont-box {
    padding-right: 30px;
    padding-bottom: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .row-post-cont-box {
    padding-right: 45px;
    padding-bottom: 45px;
    padding-left: 45px;
  }
}

@media (min-width: 1201px) {
  .row-post-cont-box {
    padding-right: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  }
}

.row-blog .cont.post .metabox h1, .row-blog .cont.post .metabox h2, .row-blog .cont.post .metabox h3, .row-blog .cont.post .metabox h4, .row-blog .cont.post .metabox h5, .row-blog .cont.post .metabox h6 {
  color: #22aee3;
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid #d6d6d6;
}

.row-blog .cont.post .metabox p {
  margin-bottom: 1em;
}

.row-blog .cont.post .metabox a {
  text-decoration: underline;
}

.card-blog .item .bg-cont {
  background-color: #fff;
}

.card-blog .item .ttl {
  font-size: 1rem;
  margin-bottom: .5rem;
}

.card-blog .item .blog-info {
  font-size: 14px;
  margin-bottom: .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: .8rem;
}

@media (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-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: block;
  padding: 15px 0;
}

.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: .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 (max-width: 767px) {
  .nav-below span {
    font-size: .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;
}

/* faq */
.post-type-archive-faq .jumbotron-common .ttl-cont .ttl .ttl-eng {
  text-transform: uppercase;
}

#bg-faq {
  background-image: url(assets/img/faq/img-archive-faq.jpg);
}

@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:first-child .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: #22aee3;
}

.faq .accordion_one .accordion_header.open .head, .faq .accordion_one .accordion_header:hover .head {
  color: #fff;
  background-color: #22aee3;
}

.faq .accordion_one .accordion_inner .head {
  background-color: #ebd72b;
  color: #fff;
  opacity: 0;
  transition: .5s ease all;
}

.faq .accordion_one .accordion_header.open+.accordion_inner .head, .faq .accordion_one .accordion_header.stay+.accordion_inner .head {
  opacity: 1;
  transition: .5s ease all;
}

.faq .accordion_one .accordion_header.open, .faq .accordion_one .accordion_header.stay {
  color: #22aee3;
  background-color: #fff;
}

.faq .accordion_one .accordion_header:hover {
  color: #22aee3;
  background-color: #fff;
  opacity: .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: #22aee3;
  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: #22aee3;
}

.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;
}

/* client_voice */
#bg-client_voice {
  background-image: url(assets/img/client_voice/bg-client_voice.jpg);
}

.row-client_voice .item .ttl.company {
  margin-bottom: 5px;
}

/* 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: #22aee3;
  box-shadow: inset 1px 1px #22aee3, inset -1px -1px #22aee3;
}

.pagination .current {
  padding: 10px 15px 10px 15px;
  background: #22aee3;
  color: #fff;
  box-shadow: inset 1px 1px #22aee3, inset -1px -1px #22aee3;
}

@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;
  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 (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 */
.bg-common.bg-contact.closing {
  background-image: url(assets/img/common/bg-contact-area.jpg);
  min-height: 480px;
  display: flex;
  -ms-align-items: center;
  align-items: center;
}

.bg-common.bg-contact.closing::before {
  content: '';
  background-color: #fff;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}

@media (max-width: 767px) {
  .bg-common.bg-contact.closing::before {
    height: 50px;
  }
}

@media (min-width: 768px) and (max-width: 1200px) {
  .bg-common.bg-contact.closing::before {
    height: 110px;
  }
}

@media (min-width: 1201px) {
  .bg-common.bg-contact.closing::before {
    height: 120px;
  }
}

.bg-common.bg-contact.closing .block_1 {
  padding-top: 0;
}

.bg-common.bg-contact.closing .contact-area .tel {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}

@media (max-width: 767px) {
  .bg-common.bg-contact.closing {
    min-height: 360px;
  }

  .bg-common.bg-contact.closing .contact-area .tel {
    justify-content: center;
    margin-bottom: 1rem;
  }

  .bg-common.bg-contact.closing .contact-area .tel a {
    font-size: 28px;
  }
}

.bg-common.bg-contact.closing .contact-area .tel {
  margin-bottom: 15px;
}

.bg-common.bg-contact.closing .contact-area .tel .icon-box {
  margin-right: 10px;
}

.bg-common.bg-contact.closing .contact-area .tel .tel-box .title, .bg-common.bg-contact.closing .contact-area .tel .tel-box .business-hours {
  text-align: center;
  display: block;
}

.bg-common.bg-contact.closing .contact-area .tel .tel-box .title {
  margin-bottom: 5px;
}

.bg-common.bg-contact.closing .contact-area .mail .btn {
  color: #fff;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  padding: 24px;
}

.bg-common.bg-contact.closing .contact-area .mail svg {
  width: 36px;
  height: 36px;
  margin-top: -18px;
  margin-left: 10px;
  fill: #fff;
}

.contact-area ul {
  display: block;
  text-align: center;
  padding: 0;
  margin-right: -15px;
  margin-bottom: 0;
  margin-left: -15px;
}

@media (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;
}

@media (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 {
  padding: 1rem;
}

@media (min-width: 992px) {
  .row-contact-area .item-image {
    margin-top: -120px;
    margin-bottom: -120px;
  }

  .contact-area .mail a {
    min-width: 320px;
  }
}

@media (max-width: 991px) {
  .row-contact-area .item-text {
    margin-bottom: 15px;
  }
}

.row-contact-area .item-text .contact-area ul {
  display: block;
}

.row-contact-area .item-text .contact-area ul .tel a {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  font-size: 54px;
}

.row-contact-area .item-text .contact-area ul .tel-box a svg {
  width: 42px;
  height: 42px;
  margin-top: -4px;
  margin-right: 2px;
  fill: #22aee3;
}

.contact dl.req dt label::after {
  color: #fff;
  content: "必須";
  background: #22aee3;
}

.contact dl.any dt label::after {
  color: #22aee3;
  content: "任意";
  background: #dedede;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 1em 0 0 !important;
}

span.wpcf7-not-valid-tip {
  font-size: .8em !important;
  color: #fff !important;
  background: #22aee3;
  padding: .25em;
  border-radius: 2px;
  position: absolute;
  top: -29px;
  left: 0;
}

span.wpcf7-not-valid-tip br {
  display: none;
}

span.wpcf7-not-valid-tip:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 25%;
  margin-left: -5px;
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #22aee3 transparent transparent transparent;
}

div.wpcf7-validation-errors {
  color: #fff;
  text-align: center;
  background: #22aee3;
  padding: 15px;
  margin: 0 0 30px !important;
  border: 1px solid #22aee3;
}

div.wpcf7-mail-sent-ok {
  color: #fff;
  text-align: center;
  background: #22aee3;
  padding: 15px;
  margin-bottom: 30px;
  border: none;
}

div.wpcf7-response-output {
  padding: 15px !important;
  border: 2px solid #22aee3 !important;
}

dl dd label {
  cursor: pointer;
}

input[type=checkbox], input[type=radio] {
  vertical-align: middle;
  margin: -4px 0.2rem 0 1rem;
}

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: #22aee3;
  border-color: #003b70;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.3);
}

.form-control {}

.mwform-tel-field input {
  text-align: center;
}

@media (max-width: 767px) {
  .mwform-tel-field input {
    width: 30% !important;
  }
}

input::placeholder {
  color: #898989 !important;
}

.mw_wp_form dl dd select, .mw_wp_form dl dd input {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mw_wp_form dl dd select:first-child, .mw_wp_form dl dd input:first-child {
  margin-top: 0;
}

.mw_wp_form dl dd select:last-child, .mw_wp_form dl dd input:last-child {
  margin-bottom: 0;
}

/* page-top */
#page_top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 15px;
  bottom: 15px;
  background: #22aee3;
  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;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}

/* footer */
.corporate footer {
  background-color: #fff;
}

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 (max-width: 991px) {
  footer .navbar-nav .nav-link .link-menu {
    padding: 1rem;
  }

  footer .footer-top .company-info {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  footer .contact-block.base ul li.tel {
    margin-bottom: 15px;
  }

  .contact-block.base ul .mail .btn {
    max-width: 240px;
    margin: auto;
    justify-content: center;
  }
}

footer .navbar-nav .nav-link .link-menu .title {}

footer .company-data {
  padding-top: 10px;
}

footer .footer-bottom .footer-address {
  display: block;
}

@media (min-width: 992px) {
  footer .navbar-nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  footer .footer-top {
    display: block;
    margin-right: -15px;
    margin-left: -15px;
  }

  footer .footer-top>div {
    padding-right: 15px;
    padding-left: 15px;
  }

  footer .company-data {
    margin-right: 15px;
  }

  footer .footer-top .company-info {
    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: 30px;
    margin-bottom: 30px;
  }

  footer .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;
    margin: -15px;
  }

  footer .contact-block.base ul li {
    padding: 15px;
  }

  footer .footer-top #menu-footer.navbar-nav>li:last-child {
    border: none;
  }
}

.corporate footer .footer-bottom-area {
  background-color: #eef6f9;
}

.grecaptcha-badge {
  margin: 15px auto;
}

footer .footer-middle {
  justify-content: center;
}

footer .sns-area {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  margin-right: -5px;
  margin-left: -5px;
}

footer .sns-area .item {
  width: 74px;
  padding-right: 5px;
  padding-left: 5px;
}

footer .sns-area .item svg {
  display: block;
  width: 64px;
  height: 64px;
  fill: #000;
}
