@charset "utf-8";
/*
Theme Name: 福岡水道設計のオリジナルテーマ
Description: 
Author: I/O
Version: 1.0
----------------------------------------------- */
.default-color {
  color: #333 !important
}

.white-color {
  color: #fff !important
}

.black-color {
  color: #000 !important
}

.gray-color {
  color: #8d8d8d !important
}

.thin-gray-color {
  color: #f0f0f0 !important
}

.light-gray-color {
  color: #efefef !important
}

.dark-gray-color {
  color: #686868 !important
}

.blue-color {
  color: #004b9f !important
}

.light-blue-color {
  color: #289dcc !important
}

.dark-blue-color {
  color: #003979 !important
}

.yellow-color {
  color: #ffc83d !important
}

.red-color {
  color: #e31c1c !important
}

.pink-color {
  color: #e93598 !important
}

.color-pk {
  color: #e93598
}

.default-bg {
  background-color: #333 !important
}

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

.black-bg {
  background-color: #000 !important
}

.gray-bg {
  background-color: #8d8d8d !important
}

.thin-gray-bg {
  background-color: #f0f0f0 !important
}

.light-gray-bg {
  background-color: #efefef !important
}

.dark-gray-bg {
  background-color: #686868 !important
}

.blue-bg {
  background-color: #004b9f !important
}

.light-blue-bg {
  background-color: #289dcc !important
}

.dark-blue-bg {
  background-color: #003979 !important
}

.yellow-bg {
  background-color: #ffc83d !important
}

.red-bg {
  background-color: #e31c1c !important
}

.pink-bg {
  background-color: #e93598 !important
}

.btn {
  overflow: hidden;
  position: relative;
  height: 60px;
  width: 270px
}

.btn a {
  display: inline-block;
  font-size: 16px;
  line-height: 60px;
  text-align: center;
  width: 100%
}

.btn i {
  font-size: 25px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0%, -50%)
}

.btn.white-btn {
  border: 1px solid #fff
}

.btn.white-btn a {
  color: #fff
}

.btn.blue-btn i::before {
  color: #003a70
}

.btn.blue-btn a {
  color: #003a70
}

.btn.blue-btn a:hover {
  color: #fff;
  transition: all .8s
}

.btn.blue-btn a:hover i::before {
  color: #fff;
  transition: all .8s
}

.btn a {
  box-sizing: border-box;
  transition: all .6s;
  outline: none
}

.btn a::before, .btn a::after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  transition: all .6s;
  z-index: -1
}

.gradation__slide-in a {
  position: relative;
  overflow: hidden;
  z-index: 2;
}

.gradation__slide-in a::after {
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%
}

.gradation__slide-in a:hover::after {
  left: 0;
  background: linear-gradient(-65deg, #003a70, #00aabb)
}

@media screen and (max-width: 767px) {
  .btn {
    height: auto
  }
  .btn a {
    font-size: 3.8vw;
    padding: 3vw 4vw
  }
  .btn.white-btn a {
    font-size: 3.8vw
  }
}

@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 300
}

@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: 500
}

@font-face {
  font-family: "Custom Yu Gothic";
  src: local("Yu Gothic");
  font-weight: bold
}

.font-small {
  font-size: .875em !important
}

.font-medium {
  font-size: 1rem !important
}

.font-large {
  font-size: 1.1428em !important
}

.font-larger {
  font-size: 1.2857em !important
}

.font-x-large {
  font-size: 1.7142em !important
}

.light {
  font-weight: 400
}

.bold {
  font-weight: 700
}

.ming-font {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif
}

p, li {
  line-height: 1.7
}

.main-title {
  font-weight: 700
}

@media screen and (max-width: 767px) {
  .main-title {
    font-size: 1.285em
  }
}

@media screen and (min-width: 768px) {
  .main-title {
    font-size: 1.7142em
  }
}

.main-title.catch-md {
  font-size: 1.2857em;
  padding: .7em 0 .6em 0;
  letter-spacing: .1em
}

.main-title.catch-lg {
  letter-spacing: .08em;
  line-height: 1.57
}

@media screen and (min-width: 768px) {
  .main-title.catch-lg {
    font-size: 2em !important
  }
}

@media screen and (max-width: 767px) {
  .sub-title {
    font-size: 1.5em
  }
}

@media screen and (min-width: 768px) {
  .sub-title {
    font-size: 1.5em
  }
}

h1.contents-header, .h1.contents-header, h2.contents-header, .h2.contents-header, h3.contents-header, .h3.contents-header, .main-title.contents-header {
  margin-top: 0
}

@media screen and (max-width: 767px) {
  body {
    font-size: 5vw
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0
  }
}

@keyframes fade-in {
  0% {
    display: none;
    opacity: 0
  }
  1% {
    display: block;
    opacity: 0
  }
  100% {
    display: block;
    opacity: 1
  }
}

@keyframes fade-in75 {
  0% {
    display: none;
    opacity: 0
  }
  1% {
    display: block;
    opacity: 0
  }
  100% {
    display: block;
    opacity: .75
  }
}

@keyframes opacity0 {
  0% {
    opacity: 1
  }
  100% {
    opacity: 0
  }
}

@keyframes opacity1 {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}

@keyframes primary {
  100% {
    opacity: 1;
    transform: none
  }
}

@keyframes secondary {
  100% {
    opacity: .1;
    transform: none
  }
}

@keyframes test {
  100% {
    opacity: 1;
    transform: none
  }
}

.top__right-in-animation {
  /* width: 110%;
  margin-left: -5% */
}

.sa {
  opacity: 0;
  transition: all .8s ease
}

.sa.show {
  opacity: 1;
  transform: none
}

.sa--rl {
  transform: translate(2000px, 0)
}

.sa--lr {
  transform: translate(-2000px, 0)
}

.sa--up {
  transform: translate(0, 100px)
}

.sa-hedding {
  opacity: 0;
  transform: translate(0, 100px)
}

.sa--aboutus-content {
  opacity: 0;
  transition: all .8s ease;
  transform: translate(0, 100px)
}

.sa--aboutus-content.show {
  animation: test .5s ease .1s 1 forwards
}

.gradation__bg {
  background: linear-gradient(-65deg, #003a70, #00aabb);
  display: block;
  position: absolute;
  width: 80%;
  height: 100%
}

.gradation__bg.left-in {
  left: 0
}

.gradation__bg.right-in {
  right: 0
}

.gradation__bg.left-in__top, .gradation__bg.left-in__bottom {
  left: 0
}

.gradation__bg.right-in__top, .gradation__bg.right-in__bottom {
  right: 0
}

.gradation__bg.gradation__bg__service.left-in {
  top: 140px;
  width: 25%;
  height: 1050px
}

.gradation__bg.gradation__bg__service.right-in {
  bottom: 120px;
  width: 40%;
  height: 600px
}

.gradation__bg.gradation__bg__company.right-in {
  top: 895px;
  height: 660px;
  right: 10%;
  width: 21%
}

@media only screen and (min-width: 1202px)and (max-width: 1391px) {
  .gradation__bg.gradation__bg__company.right-in {
    top: 105vh;
    height: 74vh
  }
}

@media only screen and (min-width: 1024px)and (max-width: 1201px) {
  .gradation__bg.gradation__bg__company.right-in {
    top: 112vh
  }
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .gradation__bg.gradation__bg__company.right-in {
    top: 105vh;
    right: 2%
  }
}

.gradation__bg.gradation__bg__company.left-in {
  bottom: 0;
  width: 57%;
  height: 600px
}

@media screen and (max-width: 767px) {
  .gradation__bg.gradation__bg__company.left-in {
    height: 600px
  }
}

.gradation__bg.gradation__bg__supportsystem.right-in {
  top: 0;
  right: 90px;
  width: 25%;
  height: 650px
}

.gradation__bg.gradation__bg__supportsystem.left-in {
  bottom: 0;
  width: 45%;
  height: 1360px
}

.gradation__bg.gradation__bg__buildingmaintenance.right-in__top {
  top: 0px;
  width: 24.5%;
  height: 700px
}

@media screen and (max-width: 414px) {
  .gradation__bg.gradation__bg__buildingmaintenance.right-in__top {
    height: 405px
  }
}

@media screen and (max-width: 320px) {
  .gradation__bg.gradation__bg__buildingmaintenance.right-in__top {
    height: 350px
  }
}

.gradation__bg.gradation__bg__buildingmaintenance.left-in__center {
  top: 760px;
  left: 0;
  width: 45%;
  height: 614px
}

@media screen and (max-width: 414px) {
  .gradation__bg.gradation__bg__buildingmaintenance.left-in__center {
    top: 260vw
  }
}

@media screen and (max-width: 320px) {
  .gradation__bg.gradation__bg__buildingmaintenance.left-in__center {
    top: 264vw
  }
}

@media screen and (max-width: 414px) {
  .gradation__bg.gradation__bg__buildingmaintenance.left-in__center {
    height: 283px
  }
}

@media screen and (max-width: 320px) {
  .gradation__bg.gradation__bg__buildingmaintenance.left-in__center {
    height: 245px
  }
}

.gradation__bg.gradation__bg__buildingmaintenance.right-in__bottom {
  bottom: 0;
  right: 0;
  width: 35%;
  height: 980px
}

.gradation__bg.gradation__bg__maintenance.left-in__top {
  top: 860px;
  width: 40%;
  height: 570px
}

.gradation__bg.gradation__bg__maintenance.left-in__bottom {
  left: 110px;
  bottom: 0;
  width: 32%;
  height: 350px
}

.gradation__bg.gradation__bg__maintenance.right-in__top {
  top: 0;
  right: 60px;
  width: 25%;
  height: 800px
}

.gradation__bg.gradation__bg__maintenance.right-in__bottom {
  bottom: 710px;
  width: 32%;
  height: 1050px
}

@media screen and (max-width: 767px) {
  .gradation__bg.gradation__bg__service.left-in {
    top: 0;
    height: 165vw;
    width: 40%
  }
  .gradation__bg.gradation__bg__service.right-in {
    bottom: 175vw;
    height: 86vw;
    width: 47%
  }
  .gradation__bg.gradation__bg__company.right-in {
    top: 260vw;
    right: 0;
    width: 32%;
    height: 115vw
  }
  .gradation__bg.gradation__bg__company.left-in {
    width: 50%;
    height: 78vw
  }
  .gradation__bg.gradation__bg__supportsystem.right-in {
    right: 0;
    height: 110vw;
    width: 31%
  }
  .gradation__bg.gradation__bg__supportsystem.left-in {
    height: 94vw;
    width: 50%
  }
  .gradation__bg.gradation__bg__buildingmaintenance.right-in__top {
    width: 31%
  }
  .gradation__bg.gradation__bg__buildingmaintenance.left-in__center {
    width: 50%
  }
  .gradation__bg.gradation__bg__buildingmaintenance.right-in__bottom {
    display: none
  }
  .gradation__bg.gradation__bg__maintenance {
    display: none
  }
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-feature-settings: "palt" 1
}

html, body, div, article, section, aside, header, footer, hgroup, nav, h1, h2, h3, ul, li, a, p, small, img {
  border: none;
  display: block
}

html {
  width: 100%;
  font-size: 12px
}

@media screen and (min-width: 768px) {
  html {
    font-size: 14px;
    min-width: 100%
  }
}

html {
  overflow: auto;
  -webkit-text-size-adjust: 100%
}

@media screen and (min-width: 1025px) {
  html {
    font-size: 14px;
    min-width: 1024px
  }
}

@media only screen and (min-width: 768px)and (max-width: 1024px) {
  html {
    min-width: 1024px
  }
}

@media screen and (max-width: 321px) {
  html {
    font-size: 10px
  }
}

body {
  line-height: 1;
  letter-spacing: .1em;
  position: relative;
  color: #333;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-weight: 500;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  min-width: 900px;
}

body.home {
  background: #fff
}

@media screen and (max-width: 767px) {
  body {
    min-width: 100%
  }
}

a {
  zoom: 1;
  color: #289dcc;
  text-decoration: none
}

a:active, a:hover, a:focus {
  color: inherit;
  outline: 0
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
}

ul, li {
  list-style: none;
  list-style-image: none
}

dl, ol, ul {
  margin-bottom: 0
}

label {
  display: inline-block;
  vertical-align: middle
}

ul, li, a, small {
  display: block
}

iframe {
  border: 0
}

@media screen and (min-width: 768px) {
  .container {
    min-width: 100%
  }
}

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

textarea {
  resize: none
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  text-indent: .01px;
  text-overflow: "";
  background: none rgba(0, 0, 0, 0);
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  padding: 10px;
  width: 100%
}

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

.wp-pagenavi {
  text-align: center;
  background-color: #e7eef1;
  padding: 60px 0
}

.wp-pagenavi a, .wp-pagenavi span.current {
  border: 2px solid #003a70;
  background-color: #fff;
  color: #003a70;
  font-size: 25px;
  font-weight: 300;
  display: inline-block;
  padding: 8px 12.5px;
  margin-right: 20px;
  transition: all .3s
}

.wp-pagenavi a:hover, .wp-pagenavi span.current:hover {
  color: #fff;
  background-color: #003a70
}

.wp-pagenavi span.current {
  color: #fff;
  background-color: #003a70
}

.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
  border: none;
  background-color: rgba(0, 0, 0, 0);
  color: #e7eef1;
  width: 22px;
  height: 35px;
  line-height: 35px;
  position: relative;
  padding: 0;
  margin: 0
}

.wp-pagenavi .previouspostslink:hover, .wp-pagenavi .nextpostslink:hover {
  background-color: rgba(0, 0, 0, 0);
  color: #e7eef1;
  opacity: .6;
  transition: all .3s
}

.wp-pagenavi .previouspostslink::before, .wp-pagenavi .nextpostslink::before {
  content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
  font-size: 35px;
  width: 22px;
  height: 35px;
  display: inline-block;
  color: #003a70;
  position: absolute;
  top: 0;
  left: 0
}

.wp-pagenavi .previouspostslink {
  margin-right: 50px
}

.wp-pagenavi .previouspostslink::before {
  transform: rotateZ(180deg)
}

.wp-pagenavi .nextpostslink {
  margin-left: 30px
}

.wp-pagenavi span.extend {
  vertical-align: super;
  display: inline-block;
  padding-right: 17px
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span.current {
    font-size: 1.5rem
  }
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink {
    font-size: 1rem
  }
  .wp-pagenavi .previouspostslink {
    margin-right: 15px
  }
  .wp-pagenavi .nextpostslink {
    margin-left: 15px
  }
}

@media screen and (max-width: 767px) {
  .wp-pagenavi a, .wp-pagenavi span.current {
    font-size: 3.2vw;
    padding: 9px 11.1px
  }
  .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    display: block;
    width: 80%;
    margin: 0 auto;
    background-color: #eee;
    color: #8f8f8f;
    font-size: 5vw;
    padding: 8px
  }
  .wp-pagenavi .nextpostslink {
    margin-top: 20px
  }
  .wp-pagenavi .previouspostslink {
    margin-bottom: 20px
  }
}

.md-hide {
  display: none !important
}

.xs-hide {
  display: block !important
}

@media screen and (max-width: 767px) {
  .md-hide {
    display: block !important
  }
  .xs-hide {
    display: none !important
  }
}

.row {
  display: flex
}

.row__col-4 {
  width: calc(33.3333333333% - 1vw)
}

.row__col-6 {
  width: 49.8%
}

.boder-gradation {
  border-left: solid 2px #00aabb;
  border-right: solid 2px #003a70;
  position: relative;
  height: 100%
}

.boder-gradation::before, .boder-gradation::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #00aabb, #003a70)
}

.boder-gradation::before {
  position: absolute;
  top: 0
}

.boder-gradation::after {
  position: absolute;
  bottom: 0
}

.panel--home-main {
  width: 88%;
  margin-right: auto
}

.panel--home-main .panel__body {
  text-align: right;
  position: absolute;
  right: 0;
  top: 120px;
  color: #fff;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.panel--home-main .panel__body .heading {
  font-weight: 500;
  letter-spacing: .15em;
}

.panel--home-main .panel__body .heading .primary {
  font-size: 34px;
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: 17px
}

.panel--home-main .panel__body .heading .secondary {
  font-size: 14px;
  font-weight: 300
}

.panel--home-main .panel__body .catch {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 52px;
  font-weight: 500;
  letter-spacing: .2em;
  line-height: 1.3;
  margin: 40px 0 10px;
  margin-right: -35px
}

.panel--home-main .panel__body .text {
  font-size: 14px;
  line-height: 2;
  letter-spacing: .1em;
  font-weight: 300
}

.panel--home-main .panel__body .btn {
  margin: 50px 0 0 auto
}

.panel {
  display: flex;
  position: relative
}

@media screen and (min-width: 1180px) {
  .panel--home-main {
    max-width: 1180px;
    margin: 0 auto
  }
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .panel--home-main .panel__body {
    top: 10%
  }
}

@media screen and (max-width: 767px) {
  .panel--home-main {
    width: 100%
  }
  .panel--home-main .panel__image {
    width: 94%;
    height: 62.5vw;
    margin-right: auto
  }
  .panel--home-main .panel__image .top__right-in-animation {
    height: 62.5vw
  }
  .panel--home-main .panel__body {
    padding: 10vw 0 0;
    position: static
  }
  .panel--home-main .panel__body .heading {
    padding-right: 8vw;
    letter-spacing: .05em
  }
  .panel--home-main .panel__body .heading .primary {
    font-size: 8vw;
    margin-bottom: 2.5vw;
    letter-spacing: .05em
  }
  .panel--home-main .panel__body .heading .secondary {
    font-size: 3.8vw
  }
  .panel--home-main .panel__body .catch {
    font-size: 8vw;
    margin-right: 0
  }
  .panel--home-main .panel__body .text {
    width: 90%;
    margin: 4vw auto 0;
    font-size: 3.8vw;
    text-align: left;
  }
  .panel--home-main .panel__body .btn {
    margin: 10vw auto 0;
    width: 54.7%;
    height: auto
  }
  .panel--home-main .panel__body .btn a {
    font-size: 3.8vw;
    line-height: 1em;
    padding: 4vw 0
  }
  .panel--home-main .panel__body .btn a i {
    font-size: 6vw
  }
  .panel {
    display: block
  }
}

.template__table {
  width: 1000px;
  margin: 0 auto 60px
}

.template__table table {
  border: 3px solid #015e8e;
  border-left: none;
  border-spacing: 0px;
  width: 100%
}

.template__table table tr:first-child th, .template__table table tr:first-child td {
  padding-top: 30px;
  padding-bottom: 20px
}

.template__table table tr:last-child th, .template__table table tr:last-child td {
  padding-bottom: 60px
}

.template__table table tr:last-child th::after, .template__table table tr:last-child td::after {
  display: none
}

.template__table table th {
  width: 19.5%
}

.template__table table td {
  width: 80.5%
}

.template__table table th, .template__table table td {
  font-weight: 300;
  padding: 15px 30px;
  position: relative
}

.template__table table th::after, .template__table table td::after {
  content: "";
  background-color: #0288cd;
  width: 98%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0)
}

.template__table table th::after {
  width: 95%
}

.template__table table th {
  color: #fff;
  font-size: 22px;
  background-color: #015e8e;
  letter-spacing: .1em;
  line-height: 1.3;
  vertical-align: top;
  -moz-text-align-last: justify;
  text-align-last: justify
}

.template__table table th.skill {
  -moz-text-align-last: initial;
  text-align-last: initial
}

.template__table table th.skill span {
  display: block;
  letter-spacing: .02em
}

.template__table table td {
  background-color: #fff;
  font-size: 16px;
  line-height: 1.8
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .template__table {
    width: 90%
  }
}

@media screen and (max-width: 767px) {
  .template__table {
    width: 90%;
    margin: 0 auto
  }
  .template__table table {
    border-left: 3px solid #015e8e
  }
  .template__table table tr:first-child th, .template__table table tr:first-child td, .template__table table tr:last-child th, .template__table table tr:last-child td {
    padding: 3vw 6vw
  }
  .template__table table th, .template__table table td {
    display: block;
    padding: 3vw 6vw;
    width: 100%
  }
  .template__table table th {
    font-size: 4.5vw;
    -moz-text-align-last: start;
    text-align-last: start;
    letter-spacing: .1em
  }
  .template__table table th.skill {
    text-align: left
  }
  .template__table table th.skill span {
    display: inline
  }
  .template__table table td {
    font-size: 3.5vw;
    letter-spacing: .05em
  }
  .template__table table td ul li {
    margin-bottom: 1.5vw
  }
  .template__table table td .kyonin .box {
    clear: both;
    display: block
  }
  .template__table table td .kyonin .box .left {
    display: inline;
    float: left
  }
}

.center--border__title {
  font-size: 27px;
  color: #015e8e;
  overflow: hidden;
  text-align: center
}

.center--border__title span {
  font-size: 24px;
  position: relative;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  text-align: left
}

.center--border__title span::before, .center--border__title span::after {
  position: absolute;
  top: 50%;
  content: "";
  width: 400%;
  height: 2px;
  background-color: #015e8e
}

.center--border__title span::before {
  right: 100%
}

.center--border__title span::after {
  left: 100%
}

@media screen and (max-width: 767px) {
  .center--border__title {
    font-size: 4.7vw
  }
}

.service__panel {
  max-width: 900px;
  width: 90%;
  margin: 0 auto 80px;
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
  padding: 80px 0 85px
}

.service__panel:last-child {
  margin-bottom: 0
}

.service__panel__heading {
  color: #015e8e;
  font-weight: 600;
  margin-bottom: 50px;
  text-align: center
}

.service__panel__heading .primary {
  font-size: 35px;
  letter-spacing: .15em
}

.service__panel__heading .secondary {
  font-size: 30px;
  letter-spacing: .05em;
  margin-top: -10px;
  opacity: .1
}

.service__panel__intro {
  color: #015e8e;
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  text-align: center;
  width: 71.5%;
  margin: 0 auto 55px
}

.service__panel__body {
  display: flex;
  align-items: center;
  margin-bottom: 35px
}

.service__panel__body:last-child {
  margin-bottom: 0
}

.service__panel__body.reverse {
  flex-flow: row-reverse
}

.service__panel__body .body__content {
  font-weight: 300;
  line-height: 2;
  letter-spacing: .1em;
  width: 56%;
  padding: 0 6%
}

.service__panel__body .body__img {
  width: 44%;
  overflow: hidden
}

.supportsystem__panel__body {
  width: 71.5%;
  margin: 60px auto 0
}

.supportsystem__panel__body .content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 92%;
  margin: 0 auto
}

.supportsystem__panel__body .content .box {
  background-color: #015e8e;
  color: #fff;
  font-size: 20px;
  letter-spacing: .07em;
  width: 47.5%;
  text-align: center;
  padding: 30px 0;
  margin-top: 30px
}

.service__panel {
  position: relative
}

.service__panel::after {
  content: "";
  width: 90px;
  height: 165px;
  background-image: url(assets/img/auxiliary-exclamation_md.png);
  background-repeat: no-repeat;
  position: absolute
}

.service__panel:nth-child(odd)::after {
  top: 40px;
  left: 13vw;
  transform: scale(-1, 1)
}

.service__panel:nth-child(even)::after {
  top: 40px;
  right: 13vw
}

@media screen and (max-width: 767px) {
  .service__panel {
    padding: 11vw 0 12vw;
    margin-bottom: 12.5vw;
    width: 84.5%
  }
  .service__panel:after {
    width: 15vw;
    background-size: 100% auto
  }
  .service__panel:nth-child(odd):after {
    top: 4.5vw;
    left: 9.5vw
  }
  .service__panel__heading {
    margin-bottom: 3vw
  }
  .service__panel__heading .primary {
    font-size: 17px
  }
  .service__panel__heading .secondary {
    font-size: 16px
  }
  .service__panel__intro {
    font-size: 3.8vw;
    width: 85%;
    line-height: 1.8;
    letter-spacing: .1em;
    margin: 0 auto 12vw;
    text-align: left
  }
  .service__panel__body {
    display: block;
    width: 74%;
    margin: 0 auto 15.5vw
  }
  .service__panel__body .body__img, .service__panel__body .body__content {
    width: 100%
  }
  .service__panel__body .body__content {
    font-size: 3.5vw;
    line-height: 1.5;
    padding: 0;
    margin-top: 3vw
  }
  .supportsystem__panel__body {
    margin: 14vw auto 0;
    width: 80%
  }
  .supportsystem__panel__body .title {
    padding-bottom: 3vw
  }
  .supportsystem__panel__body .content {
    display: block;
    width: 100%
  }
  .supportsystem__panel__body .content .box {
    width: 100%;
    font-size: 3.8vw;
    padding: 3.5vw 0;
    margin-top: 3vw
  }
  .supportsystem__panel__body .supportsystem__table {
    margin-top: 3vw
  }
}

.hero {
  height: 32.5vw;
  width: 100%;
  z-index: 1;
  overflow: hidden;
  position: relative;
  letter-spacing: .01em;
  background-position: center 0;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 10vh
}
.sp--only{
  display: none;
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .hero {
    margin-top: 14vw
  }
  .hero--home {
    height: 64vw;
    padding-top: 0
  }
  .hero--home .slick-slide, .hero--home .slick-slide img {
    height: 100%;
    max-width: none
  }
}

@media screen and (max-width: 767px) {
  .hero {
    height: 50vw;
    margin-top: 66px;
  }
  .sp--only{
    display: block;
  }
}

.hero--home {
  height: 57vw;
  background-size: cover
}
.hero--catch{
  position: absolute;
  top: 24vh;
  left: 5%;
  z-index: 1;
  color: #FFF;
  font-size: 3rem;
  line-height: 1.3;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
.hero--catch span{
  display: block;
  font-size: 6rem;
}

@media screen and (min-width: 1660px) {
  .hero--home .slick-slide {
    position: relative
  }
  .hero--home .slick-slide img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
}

.hero--home .slick-slide {
  position: relative;
  height: 57.1428571429vw;
  overflow: hidden
}

.hero--home .slick-slide img {
  max-width: 100%;
  width: 100%;
  height: 57.1428571429vw
}

.hero--home .slick-dotted.slick-slider {
  margin-bottom: 0
}

.hero--home .slick-dots {
  bottom: 40px
}

.hero--home .slick-dots li button:before {
  font-size: 15px
}

.hero--home .slick-dots li.slick-active button:before {
  color: #003a70;
  opacity: 1
}

@media screen and (max-width: 767px) {
  .hero--home {
    position: relative
  }
  .hero--home::after {
    content: "";
    background-image: url(assets/img/home--hero-scroll__xs.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 48px;
    height: 22px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0)
  }
  .hero--home .slick-slide {
    height: 100%
  }
  .hero--home .slick-dots li button::before {
    font-size: 4vw;
    color: #fff;
    opacity: 1;
    line-height: 8px
  }
  .hero--home .slick-dots li button:before, .hero--home .slick-dots li button, .hero--home .slick-dots li {
    width: 8px;
    height: 8px
  }
  .hero--catch{
    top: 14vh;
    font-size: 2rem;
  }
  .hero--catch span{
  }
}

.hero__catch {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.hero__page-name {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero__page-name .primary {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: .2em;
  margin-bottom: 10px
}

.hero__page-name .secondary {
  font-size: 18px;
  font-weight: 400;
  letter-spacing: .15em
}

.hero--service {
  background-image: url(./assets/img/service_img_main.jpg)
}

.hero--news {
  background-image: url(./assets/img/news_img_main.jpg)
}

.hero--works {
  background-image: url(./assets/img/works_img_main.jpg)
}

.hero--parts {
  background-image: url(https://placehold.jp/1400x460.png)
}

.hero--recruit {
  background-image: url(./assets/img/recruit_img_main.jpg)
}

.hero--company {
  background-image: url(./assets/img/company_img_main.jpg)
}

.hero--aboutus {
  background-image: url(https://placehold.jp/1400x460.png)
}

.hero--contact {
  background-image: url(./assets/img/contact_img_main.jpg)
}

.hero--thanks {
  background-color: #aaa
}

@media screen and (max-width: 767px) {
  .hero--home {
    height: 150vw;
    padding-top: 0;
    margin-top: 66px
  }
  .hero--home .slick-dotted.slick-slider, .hero--home .slick-list, .hero--home .slick-track {
    height: 100%
  }
  .hero--home .slick-slide img {
    height: 100%;
    max-width: auto;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
  }
  .hero--home__slide {
    height: 156.3vw
  }
  .hero__page-name {
    text-shadow: 0px 0px 2px #000
  }
  .hero__page-name .primary {
    font-size: 8vw
  }
  .hero__page-name .secondary {
    font-size: 5vw
  }
  .hero--company .hero__page-name .primary {
    font-size: 6vw
  }
  .hero--service {
    background-size: cover
  }
  .hero--contact .hero__page-name {
    text-shadow: none
  }
}

header {
  background-color: #fff;
  color: #015e8e;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100px;
  z-index: 99999
}

.header-inner {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2);
  justify-content: space-between;
  align-items: center;
  position: relative
}

.header-logo {
  flex: 1;
  margin-left: 2rem;
}

.header-logo .logo {
  display: block;
  width: 300px;
  height: auto;
}

.header-logo .logo a {
  height: 100%
}

.global-nav__contact {
  background-color: #003a70;
  cursor: pointer;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: .08em;
  text-align: center;
  padding: 2em 1.5em 1em;
  height: 100px
}

.global-nav__contact:hover {
  background-color: #00aabb;
  transition: all .3s
}

.global-nav__contact a, .global-nav__contact a:hover {
  color: #fff
}

.global-nav__contact i {
  font-size: 31px;
  display: block;
  margin-bottom: 10px
}

.gnav-list__mega:after {
  content: "▲";
  font-family: "icf";
  font-size: 10px;
  position: relative;
  bottom: 3px;
  display: block;
  transform: rotate(180deg) scale(0.7)
}

.gnav-list {
  font-weight: 700
}

.gnav-list a {
  color: #003a70
}
.gnav-list a:hover{
  color: #00aabb;
}
.gnav-item__second-level {
  display: none;
  z-index: 1
}

.gnav-list>li:hover .gnav-item__second-level {
  display: block
}

.gnav-item {
  letter-spacing: .08em;
  padding: 2em 1.5em 1em;
  text-align: center
}

.gnav-item:hover {
  cursor: pointer
}

.gnav-item .primary {
  font-size: 14px
}

.gnav-item .secondary {
  font-size: 10px
}

#header-global-nav>ul>li {
  display: table-cell
}

#header-global-nav>ul>li:hover .menu {
  transition: max-height 3s ease-in;
  max-height: 9999px
}

#header-global-nav>ul>li>a {
  display: block;
  transition: all .2s ease-in
}

#header-global-nav>ul .menu {
  transition: max-height .5s ease-out;
  max-height: 0;
  overflow: hidden;
  width: 100%;
  top: 100px;
  left: 0;
  text-align: center;
  position: absolute;
  background-color: rgba(1, 94, 142, .8)
}

#header-global-nav>ul .menu .menu_inner {
  padding: 2.5em 0 2em
}

#header-global-nav>ul .menu .menu_inner li {
  display: inline-block;
  margin: 0 .5em
}

#header-global-nav>ul .menu .menu_inner a {
  background-color: #fff;
  color: #003a70;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0;
  padding: .8vw 1vw .7vw;
  text-align: center;
  width: 100%
}

#header-global-nav>ul .menu .menu_inner a:before {
  content: "î¤";
  font-family: "icf";
  font-size: 13px;
  vertical-align: middle;
  padding-right: 5px
}

#header-global-nav>ul .menu .menu_inner a {
  position: relative;
  overflow: hidden;
  z-index: 2;
  box-sizing: border-box;
  transition: all .3s;
  outline: none
}

#header-global-nav>ul .menu .menu_inner a i {
  display: inline-block;
  margin-right: 7px
}

#header-global-nav>ul .menu .menu_inner a i::before {
  color: #003a70
}

#header-global-nav>ul .menu .menu_inner a::before, #header-global-nav>ul .menu .menu_inner a::after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  transition: all .3s;
  z-index: -1
}

#header-global-nav>ul .menu .menu_inner a::after {
  top: 0;
  left: -100%;
  width: 101%;
  height: 100%
}

#header-global-nav>ul .menu .menu_inner a:hover::after {
  left: 0;
  background: linear-gradient(-65deg, #003a70, #00aabb)
}

#header-global-nav>ul .menu .menu_inner a:hover {
  color: #fff
}

#header-global-nav>ul .menu .menu_inner a:hover i::before {
  color: #fff
}

#menu {
  right: -100%
}

#menu.open {
  right: 0
}

.header--xs {
  background-color: #fff;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  height: 66px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header--xs .logo-box {
}

.header--xs .logo-box .logo {
  display: block;
  width: 250px;
  height: auto;
}

.header--xs .logo-box .logo a {
  height: 100%
}

.header--xs__wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 90%;
}
.header--md {
  display: block
}

.header--xs {
  display: none
}

@media screen and (max-width: 1024px) {
  .header--md {
    display: none
  }
  .header--xs {
    display: flex
  }
}
#menu {
  background-color: #015e8e;
  margin-top: 66px;
  position: fixed;
  top: 0;
  overflow: hidden;
  transition: left .5s, right .5s;
  height: 100%;
  width: 100%;
  z-index: 1
}

#menu a, #menu .init-bottom {
  color: #fff;
  width: 100%
}

#menu a {
  padding: 5.5vw 7.5vw
}

#menu .init-bottom {
  padding: 5.5vw 7.5vw 3vw;
  position: relative
}

#menu .init-bottom::after {
  content: "î¤";
  font-family: "icf";
  width: 4vw;
  height: 5.5vw;
  display: inline-block;
  font-size: 5.5vw;
  margin-right: 10px;
  vertical-align: middle;
  position: absolute;
  right: 5vw;
  top: 50%;
  transform: translate(0, -50%);
  transition: all .3s ease-in-out
}

#menu nav {
  overflow: scroll;
  padding-bottom: 15vw;
  height: 100%;
  margin: 0
}

#menu .gnav-list {
  display: block
}

#menu .gnav-item {
  border-bottom: 1px solid #ccc;
  display: block;
  line-height: 1;
  padding: 0;
  text-align: left;
  width: 100%
}

#menu .gnav-item:last-child {
  border-bottom: none
}

#menu .gnav-item .primary {
  font-size: 4.5vw;
  font-weight: 500;
  margin-bottom: 3vw
}

#menu .gnav-item .secondary {
  font-size: 3vw;
  font-weight: 300
}

#menu .gnav-item .gnav-item__second-level {
  display: none;
  position: static;
  width: 100%;
  text-align: left;
  padding-bottom: 7vw
}

#menu .gnav-item .gnav-item__second-level li a {
  font-size: 3.8vw;
  padding: 4vw 12vw 0 !important;
  font-weight: 300
}

#menu .gnav-item .gnav-item__second-level li:first-child a {
  padding-top: 4vw
}

#menu .gnav-item.open .init-bottom:after {
  transform: translate(0, -50%) rotate(90deg)
}

#menu .gnav-item.open .gnav-item__second-level {
  display: block
}

#nav_toggle {
  position: relative;
  height: 30px;
  width: 30px;
  z-index: 1
}

#nav_toggle .position {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 20px;
  width: 23px
}

#nav_toggle .catch {
  position: relative;
  height: 100%;
  width: 100%;
  margin: 0 auto
}

#nav_toggle span {
  background: #015e8e;
  display: block;
  position: absolute;
  left: 0;
  transition: .5s ease-in-out;
  height: 2px;
  width: 100%
}

#nav_toggle span:nth-child(1) {
  top: 0px
}

#nav_toggle span:nth-child(2) {
  top: 8px
}

#nav_toggle span:nth-child(3) {
  top: 16px
}

#nav_toggle.open .position {
  height: 27px;
  transition: .5s ease-in-out
}

#nav_toggle.open span:nth-child(1) {
  top: 12px;
  transform: rotate(135deg)
}

#nav_toggle.open span:nth-child(2) {
  left: 50%;
  width: 0
}

#nav_toggle.open span:nth-child(3) {
  top: 12px;
  transform: rotate(-135deg)
}

.section--hero {
  color: #015e8e;
  font-size: 25px;
  line-height: 2em;
  letter-spacing: .2em;
  text-align: center;
  padding: 85px 0
}

.section--hero .txt + .txt {
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width: 767px) {
  .section--hero {
    width: 90%;
    margin: 0 auto;
    padding: 4rem 0
  }
  .section--hero .txt {
    font-size: 4.8vw;
    line-height: 1.8;
    letter-spacing: .2em;
  }
  .section--hero .txt + .txt {
    font-size: 3.5vw;
    line-height: 1.8;
    letter-spacing: .07em;
  }
  
}

.footer-contact {
  display: flex;
  text-align: center
}

.contact__item {
  width: 50%;
  color: #003a70;
  letter-spacing: .2em;
  height: auto
}

.contact__item .title {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: .2em;
}

.contact__item a {
  color: #003a70;
  font-weight: 700;
  line-height: 1em;
  padding: 0;
  height: 100%
}

.contact__item .boder-gradation {
  padding: 30px 0 40px
}

.contact__item i {
  display: inline-block;
  margin-right: 20px;
  position: static;
  transform: none
}

.contact__item a:hover {
  color: #fff;
  transition: all .8s
}

a.contact__tel {
  font-size: 38px;
  pointer-events: none; /* マウスイベントを無効化 */
  cursor: default; /* カーソルをデフォルトに設定 */
}

a.contact__tel i {
  font-size: 35px;
  line-height: 35px;
}

a.contact__other {
  font-size: 40px
}

a.contact__other i {
  font-size: 34px;
  line-height: 35px
}

@media screen and (max-width: 767px) {
  .footer-contact {
    display: block
  }
  .contact__item {
    width: 100%;
    height: 100%
  }
  .contact__item .title {
    font-size: 4vw;
    margin-bottom: 0
  }
  .contact__item .boder-gradation {
    padding: 11vw 0 10vw;
    height: auto
  }
  .contact__item a {
    padding: 0
  }
  a.contact__tel i {
    font-size: 7vw;
    margin-right: 3vw;
  }
  a.contact__other i {
    font-size: 6vw
  }
  a.contact__tel, a.contact__other {
    font-size: 7vw;
    overflow: unset;
    pointer-events: all;
  }
  a.contact__tel i, a.contact__other i {
    margin-right: 3vw
  }
  a.contact__tel .boder-gradation::after {
    display: none
  }
}

footer {
  color: #000;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif
}

footer a {
  color: #FFF
}
footer a:hover{
  color: #FFF;
  opacity: .7;
}


.footer__nav {
  background-color: #005577
}

.footer__nav-inner {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  padding: 40px 0 70px
}

@media screen and (max-width: 767px) {
  .footer__nav-inner {
    width: auto
  }
}

.footer__connect {
  background-color: #126d9c;
  padding: 30px 0
}

.footer__connect a {
  background-color: #000;
  display: inline-block;
  width: calc(25% - 30px)
}

.footer__connect a:hover img {
  opacity: .8;
  transition: all .3s ease
}

.footer__connect-inner {
  max-width: 990px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}

@media screen and (max-width: 767px) {
  .footer__connect-inner {
    width: auto
  }
}

.footer__copyright {
  background-color: #091e4e;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: .1em
}

.footer-company {
  width: 42%;
  letter-spacing: .1em
}

.footer-company .footer-company__item {
  font-size: 11px;
  line-height: 2;
  display: flex;
  margin-top: 25px
}

.footer-company .footer-company__item img {
  width: 84px;
  height: 79px;
  margin-right: 20px
}

.footer-company .footer-company__copy {
  font-size: 10px;
  margin-top: 35px
}

.footer__nav-company {
  width: 20%;
  margin: 0 auto
}

.footer__nav-group {
  display: flex;
  width: 63%
}

.footer-navgroup__item {
  margin-right: 1.5vw;
  max-width: 240px;
  width: 33.3333333333%
}

.footer-navgroup__item:last-child {
  margin-right: 0
}

.footer-navgroup__item .nav__title {
  font-size: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 35px
}

.footer-navgroup__item .nav__title.parent {
  margin-bottom: 0
}
.footer-navgroup__item .nav__list {
  margin: 15px 0 40px 20px
}

.footer-navgroup__item .nav__list a {
  font-size: 14px;
  font-weight: 500;
  padding-bottom: 3px
}

.footer-navgroup__item .nav__list:last-child {
  margin-bottom: 0
}

@media screen and (max-width: 767px) {
  .footer__nav-inner {
    display: block;
    max-width: 100%;
    padding: 7.5vw 0
  }
  .footer__nav-company {
    width: 50%;
    margin: 0 auto
  }
  .footer__nav-group {
    display: none
  }
  .footer__connect {
    padding: 5vw 0 2vw
  }
  .footer__connect-inner {
    width: 80%;
    flex-wrap: wrap;
    max-width: 100%
  }
  .footer__connect-inner a {
    width: 48%;
    margin-bottom: 3vw
  }
  .footer__copyright {
    font-size: 10px;
    letter-spacing: 0em;
    line-height: 1.5em;
    padding: 4vw 10vw;
    text-align: center
  }
}

.list-style-disc>.item {
  padding-left: 22px;
  margin-bottom: 20px
}

.list-style-disc>.item::before {
  content: "ãƒ»";
  position: absolute;
  top: .1em;
  left: 0
}

.list-style-decimal {
  counter-reset: number
}

.list-style-decimal>.item {
  padding-left: 1.6em;
  position: relative
}

.list-style-decimal>.item::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: .1em;
  left: 0;
  font-weight: 700;
  color: #004b9f
}

.list-style-decimal>.item::after {
  content: ".";
  position: absolute;
  top: .1em;
  left: .7em;
  font-weight: 700;
  color: #004b9f
}

.plan-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start
}

.plan-list .item {
  position: relative;
  width: 90vw;
  margin: 35px auto 0
}

@media screen and (min-width: 768px) {
  .plan-list .item {
    width: 310px;
    margin-right: 35px;
    margin-left: 0;
    background-color: #efefef
  }
  .plan-list .item:nth-child(3n) {
    margin-right: 0
  }
}

.plan-list .item a::before, .plan-list .item a::after {
  content: "";
  width: 210px;
  height: 334px;
  position: absolute;
  z-index: 1;
  background-size: 100%;
  background-repeat: no-repeat;
  z-index: 20
}

.plan-list .item a::before {
  top: -18px;
  left: -13px;
  background-image: url("assets/img/plan-list-border-topleft_1x.png");
  background-position: top left
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .plan-list .item a::before {
    background-image: url("assets/img/plan-list-border-topleft_2x.png")
  }
}

.plan-list .item a::after {
  bottom: -29px;
  right: -13px;
  background-image: url("assets/img/plan-list-border-bottomright_1x.png");
  background-position: top left
}

@media screen and (-webkit-min-device-pixel-ratio: 2) {
  .plan-list .item a::after {
    background-image: url("assets/img/plan-list-border-bottomright_2x.png")
  }
}

.plan-list .item a {
  color: #333
}

.plan-list .item .body {
  position: relative;
  padding: .5em 1.5em 1em;
  background-color: #efefef
}

.plan-list .item .title {
  font-size: 24px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #e93598;
  font-weight: 700;
  margin: 10px 0 1.1em;
  letter-spacing: -0.06em;
  line-height: 1.2em
}

@media screen and (max-width: 767px) {
  .plan-list .item .title {
    font-size: 22px;
    margin-bottom: 15px
  }
}

.plan-list .item.joshikai .title {
  letter-spacing: -0.06em
}

.plan-list .item.birthday .title {
  letter-spacing: -0.14em
}

.plan-list .item .price {
  font-size: 30px;
  color: #e93598;
  font-weight: 700;
  margin-top: -0.15em;
  padding: 15px 0 10px
}

.plan-list .item .price span {
  font-size: .8em
}

@media screen and (max-width: 767px) {
  .plan-list .item .price {
    font-size: 26px;
    letter-spacing: .05em
  }
}

.plan-list .item .sum {
  text-align: right;
  margin-bottom: .5em
}

.plan-list .item .detail {
  font-size: 1.1428em;
  line-height: 1.5
}

.plan-list .item .option {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-family: "GenEiLateMin";
  line-height: 1.4;
  width: 140px;
  height: 140px;
  position: absolute;
  top: -93px;
  right: -7px;
  z-index: 21;
  border-radius: 50%;
  background-color: #ffc83d
}

@media screen and (min-width: 768px) {
  .plan-list .item .option {
    font-size: .875em;
    z-index: 21
  }
}

@media screen and (max-width: 767px) {
  .plan-list .item .option {
    font-size: 10px;
    width: 120px;
    height: 120px;
    top: -70px
  }
}

input, textarea, select {
  border: 1px solid #cfcfcf;
  -webkit-appearance: none;
  font-family: noto,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif
}

input[type=radio] {
  -webkit-appearance: radio
}

input[type=checkbox] {
  -webkit-appearance: checkbox
}

input, textarea {
  outline: none;
  border-radius: 0;
  font-size: 1em;
  line-height: 1;
  letter-spacing: .04em;
  padding: 0 15px;
  width: 100%
}

input {
  height: 30px
}

textarea {
  height: 200px;
  padding: 10px 15px;
  line-height: 1.8
}

#mw_wp_form_mw-wp-form-94 {
  background-color: #fff;
  padding-bottom: 90px;
  margin: 0 auto;
  width: 1000px
}

.tab_area-label {
  background: #fff;
  width: 100%;
  margin: 0 auto 56px
}

.tab_area-label span {
  height: 100%;
  width: 100%;
  padding: 0 !important;
  margin: 0 !important
}

.tab_area-label span.mwform-radio-field {
  width: 50%;
  margin: 0 !important;
  border-left: solid 2px #00aabb;
  border-right: solid 2px #003a70;
  position: relative;
  height: 100%
}

.tab_area-label span.mwform-radio-field::before, .tab_area-label span.mwform-radio-field::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #00aabb, #003a70)
}

.tab_area-label span.mwform-radio-field::before {
  position: absolute;
  top: 0
}

.tab_area-label span.mwform-radio-field::after {
  position: absolute;
  bottom: 0
}

.tab_area-label label {
  width: 100%
}

.tab_area-label label.active {
  color: #fff
}

.tab_area-label label.active::after {
  left: 0;
  background: linear-gradient(-65deg, #003a70, #00aabb)
}

.submit-wrapper {
  margin: 70px auto 0;
  width: 400px
}

.submit-btn {
  position: relative
}

.submit-btn::after {
  content: '\f0da';
	font-family: "Font Awesome 6 Free";
	font-weight: 900;
  color: #fff;
  font-size: 25px;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0, -50%)
}

.submit-btn:hover::after {
  color: #015e8e
}

.submit-btn input[type=submit] {
  cursor: pointer;
  background-color: #015e8e;
  color: #fff;
  font-size: 18px;
  letter-spacing: .1em;
  height: 80px;
  width: 100%;
  transition: all .3s
}

.submit-btn input[type=submit]:hover {
  background-color: #fff;
  color: #015e8e;
  border: 1px solid #015e8e
}

span.mwform-radio-field-text {
  display: block;
  padding: 30px 0 !important
}

.entry-form tr.sex_box td input, .entry-form tr.sex_box td span {
  display: inline
}

.policy__check {
  text-align: center
}

.policy__check label {
  display: flex;
  justify-content: center
}

.policy__check input[type=checkbox] {
  width: 20px;
  height: 20px
}

@media screen and (max-width: 767px) {
  .policy__check {
    width: 82%;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.5
  }
  .policy__check input[type=checkbox] {
    width: auto;
    height: 16px
  }
}

img {
  pointer-events: none
}

.section--notfound {
  background-color: #f4f7f7;
  text-align: center;
  padding: 200px 0
}

.section--notfound .hedding {
  font-size: 30px;
  color: #003a70;
  letter-spacing: .15em;
  text-align: center;
  margin-bottom: 40px
}

.section--notfound .hedding .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600
}

.section--notfound .hedding .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.section--notfound .hedding .secondary {
  font-size: 30px;
  letter-spacing: .15em;
  position: relative;
  top: -20px
}

.section--notfound .hedding .secondary.hedding-show {
  animation: primary .5s ease .5s 1 forwards
}

.section--notfound .body {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 3em;
  letter-spacing: .18em;
  margin-bottom: 60px
}

.section--notfound .btn {
  margin: 0 auto
}

@media screen and (max-width: 767px) {
  .section--notfound {
    margin: 0 auto;
    padding: 40vw 0 25vw
  }
  .section--notfound .body {
    font-size: 4.5vw;
    line-height: 1.8em;
    letter-spacing: 0;
    text-align: left;
    width: 90%;
    margin: 0 auto
  }
}

.section--aboutus--home {
  padding: 100px 0;
  position: relative
}

.aboutus--home__bg {
  background: linear-gradient(-65deg, #003a70, #00aabb);
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  max-width: 1400px;
  height: 100%;
  z-index: -1
}

.panel--aboutus__image-wrapper img{
  width: 70vw;
  max-width: 1000px;
}
@media screen and (max-width: 767px) {
  .panel--aboutus__image-wrapper img{
    width: auto;
    max-width: 100%;
  }
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .section--aboutus--home {
    padding: 10vw 0 26vw
  }
}

@media screen and (max-width: 767px) {
  .section--aboutus--home {
    padding: 0;
    margin: 15vw 0;
    height: calc(100% - 15vw)
  }
  .section--aboutus--home .panel__body .heading {
    margin-right: 2.5vw
  }
  .section--aboutus--home .panel__body .heading:after {
    width: 18px
  }
  .section--aboutus--home .panel__body .catch {
    margin: 7.5vw 0 5.7vw;
    padding-right: 6vw
  }
  .aboutus--home__bg {
    top: 15vw;
    width: 100%
  }
}

.section--service {
  margin-top: 100px
}

.section--service .intro {
  color: #003a70;
  display: flex;
  width: 1000px;
  margin: 0 auto 40px
}

.section--service .intro .hedding {
  letter-spacing: .5em;
  margin-right: 2.5vw;
  padding-left: 50px;
  position: relative
}

.section--service .intro .hedding .primary {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px
}

.section--service .intro .hedding .secondary {
  font-size: 18px;
  font-weight: 500
}

.section--service .intro .desc {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  line-height: 1.8em;
  letter-spacing: .07em
}

.section--service .btn--list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  letter-spacing: .15em;
  overflow-y: hidden;
  position: relative;
  text-align: center
}

.section--service .btn--list a {
  color: #fff
}

.section--service .btn--list .title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px
}

.section--service .btn--list .desc {
  font-size: 20px;
  font-weight: 300
}

.section--service .btn--list .desc span {
  background-color: #00aabb;
  font-weight: 500;
  padding: 5px 10px;
  display: inline-block;
  margin-left: 10px
}

.section--service .btn--list .box-btn {
  flex: 1;
  border-right: 1px solid #fff;
  box-sizing: border-box
}

.section--service .btn--list .box-btn a {
  padding: 9vw 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--service .btn--list .box-btn a > i{
  font-size: 1.8rem;
  margin-left: 1.8rem;
}

.section--service .btn--list .box-btn:last-child{
  border-right: none
}

.section--service .btn--list a:hover .desc span {
  background-color: #fff;
  color: #003a70;
  transition: all .8s ease
}

.home-service__btn a {
  box-sizing: border-box;
  transition: all .6s;
  outline: none
}

.home-service__btn a::before, .home-service__btn a::after {
  content: "";
  box-sizing: border-box;
  display: block;
  position: absolute;
  transition: all .6s;
  z-index: -1
}

.home-service__btn.gradation__slide-in a:hover:after {
  background-image: linear-gradient(-65deg, rgba(0, 58, 112, 0.7) 10%, rgba(0, 170, 187, 0.7) 80%)
}

.home-service__bg {
  background-image: url(./assets/img/top-service__btn01.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover, 0 0, 0 0, 0 0;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.home-service__btn.no2:hover~.home-service__btn.home-service__bg {
  background-image: url(./assets/img/top-service__btn02.jpg);
  background-size: cover
}

.home-service__btn.no3:hover~.home-service__btn.home-service__bg {
  background-image: url(./assets/img/top-service__btn03.jpg);
  background-size: cover
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .home-service__bg {
    height: 100%
  }
  .section--service .intro {
    width: 90%
  }
  .section--service .btn--list .title {
    font-size: 2.3vw
  }
  .section--service .btn--list .desc {
    font-size: 2vw
  }
}

@media screen and (max-width: 767px) {
  .section--service .intro {
    width: 100%;
    display: block
  }
  .section--service .intro .hedding {
    letter-spacing: .15em;
    text-align: center;
    padding: 0;
    margin: 0
  }
  .section--service .intro .hedding .primary {
    font-size: 8vw;
    margin-bottom: 3vw
  }
  .section--service .intro .hedding .secondary {
    font-size: 3.8vw
  }
  .section--service .intro .hedding:before {
    width: 5.6vw;
    height: 14vw;
    left: 23vw
  }
  .section--service .intro .desc {
    width: 90%;
    margin: 4vw auto 0;
    font-size: 3.8vw
  }
  .section--service .btn--list{
    flex-direction: column;
  }
  .section--service .btn--list .title {
    font-size: 4.5vw;
    margin-bottom: 4vw
  }
  .section--service .btn--list .desc {
    font-size: 3.5vw
  }
  .section--service .btn--list .desc span {
    margin-left: 1vw
  }
  .section--service .btn--list .box-btn {
    width: 100%
  }
  .section--service .btn--list .box-btn a {
    padding: 13vw 0
  }
  .section--service .btn--list .box-btn {
    background-size: cover;
    border-bottom: 1px solid #fff;
    position: relative
  }
  .section--service .btn--list .box-btn.no1 {
    background-image: url(./assets/img/top-service__btn01_sp.jpg);
    border-right: none
  }
  .section--service .btn--list .box-btn.no2 {
    background-image: url(./assets/img/top-service__btn02_sp.jpg)
  }
  .section--service .btn--list .box-btn.no3 {
    background-image: url(./assets/img/top-service__btn03_sp.jpg)
  }
  .home-service__bg {
    display: none
  }
}

.section--parts--home {
  width: 1000px;
  margin: 120px auto
}

.section--parts--home .btn {
  width: 100%;
  height: auto
}

.section--parts--home .panel {
  flex-wrap: wrap;
  height: 320px
}

.section--parts--home .panel__image, .section--parts--home .panel__body {
  width: 50%;
  height: 100%
}

.section--parts--home .panel__image {
  overflow: hidden;
  background-color: #000
}

.section--parts--home .panel__body {
  text-align: center;
  position: relative
}

.section--parts--home .panel__body .body__inner {
  height: 100%
}

.section--parts--home .panel__body .hedding {
  color: #003a70;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.section--parts--home .panel__body .hedding i{
  position: initial;
  margin-left: 1.8rem;
  transform: none;
}

.section--parts--home .panel__body .primary {
  font-size: 40px;
  font-weight: 700;
  letter-spacing: .15em;
  margin-bottom: 15px
}

.section--parts--home .panel__body .secondary {
  font-size: 18px;
  font-weight: 300;
  letter-spacing: .15em
}

.section--parts--home a:hover .panel__body:after, .section--parts--home a:hover .panel__body .hedding {
  color: #fff;
  transition: all .8s
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .section--parts--home {
    width: 90%;
    margin: 120px auto
  }
}

@media screen and (max-width: 767px) {
  .section--parts--home {
    width: 85%;
    margin: 14vw auto 16vw
  }
  .section--parts--home .panel {
    display: block;
    height: auto
  }
  .section--parts--home .panel__image, .section--parts--home .panel__body {
    width: 100%
  }
  .section--parts--home .panel__image {
    height: 41vw
  }
  .section--parts--home .top__right-in-animation {
    margin-left: 0
  }
  .section--parts--home .panel__body {
    height: 33vw
  }
  .section--parts--home .panel__body .primary {
    font-size: 8vw;
    margin-bottom: 2.5vw
  }
  .section--parts--home .panel__body .secondary {
    font-size: 3.8vw
  }
  .section--parts--home .panel__body::after {
    font-size: 6vw
  }
  .section--parts--home .btn {
    width: 100%
  }
  .section--parts--home .btn a {
    padding: 0;
    line-height: 1
  }
  .section--parts--home .panel__body .hedding{
    width: 100%;
  }
}

.section--recruit--home {
  position: relative
}

.section--recruit--home .recruit--home__bg {
  background: linear-gradient(-65deg, #003a70, #00aabb);
  z-index: -1;
  width: 80%;
  max-width: 1400px;
  height: 70%;
  display: block;
  position: absolute;
  right: 0;
  top: 90px
}

.section--recruit--home .other__list-img {
  background-color: #000;
  height: auto;
  overflow: hidden
}

.section--recruit--home .other__list-img .top__right-in-animation {
  height: 100%
}

.section--recruit--home .other__list-img .top__right-in-animation img {
  height: auto;
  width: 100%
}

.section--recruit--home .other__list-img:hover img {
  opacity: .8;
  transition: all .5s ease
}

.section--recruit--home .other__list {
  width: 1240px;
  margin: 95px auto 0;
  display: flex;
  justify-content: space-between
}

.section--recruit--home .other__list a {
  width: 30%
}

.section--recruit--home .link-name {
  color: #003a70;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: .15em;
  margin-top: 20px
}

.section--recruit--home .link-name::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 2px;
  background-color: #003a70;
  vertical-align: super;
  margin-right: 10px
}

.section--recruit--home .panel__body {
  top: 175px
}

.section--recruit--home .panel__body .heading {
  margin-bottom: 30px
}

.section--recruit--home .panel__body .heading .primary {
  font-size: 40px
}

.section--recruit--home .panel__body .heading .secondary {
  font-size: 18px
}

.section--recruit--home .panel--recruit-wrapper {
  width: 72.9vw;
  height: 47.2vw;
  overflow: hidden;
  max-width: 820px;
  max-height: 487px
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .section--recruit--home .panel__body {
    top: 20%
  }
  .section--recruit--home .recruit--home__bg {
    top: 5%
  }
  .section--recruit--home .other__list {
    width: 100%;
    margin: 13vw 0 0;
    padding-left: 13vw;
    overflow-x: scroll
  }
  .section--recruit--home .other__list a {
    flex: 0 0 44%;
    margin-right: 7vw;
    padding-bottom: 30px
  }
}

@media screen and (max-width: 767px) {
  .section--recruit--home {
    overflow: hidden;
    width: 100%
  }
  .section--recruit--home .recruit--home__bg {
    width: 100%;
    height: 100%;
    top: 16vw
  }
  .section--recruit--home .other__list {
    width: 100%;
    margin: 14.5vw 0 13vw;
    padding-left: 13vw;
    overflow-x: scroll
  }
  .section--recruit--home .other__list a {
    flex: 0 0 70%;
    margin-right: 5vw
  }
  .section--recruit--home .link-name {
    font-size: 3.8vw;
    color: #fff;
    margin-top: 4vw
  }
  .section--recruit--home .link-name:before {
    background-color: #fff;
    width: 5.5vw;
    height: 1.5px;
    vertical-align: middle
  }
  .section--recruit--home .panel__body {
    padding: 8vw 0 0
  }
  .section--recruit--home .panel__body .heading {
    margin-right: 2.5vw;
    margin-bottom: 3vw
  }
  .section--recruit--home .panel__body .heading:after {
    width: 18px;
    height: 44px
  }
  .section--recruit--home .panel__body .heading .primary {
    font-size: 8vw
  }
  .section--recruit--home .other__list-img {
    height: auto
  }
}

.section--news--home {
  margin: 60px auto 40px;
  padding: 60px 0 40px;
  width: 90%;
  max-width: 900px
}

.section--news--home .news__list {
  text-align: center;
  margin-bottom: 40px
}

.section--news--home .news__list__item a {
  border-bottom: 1px solid #bfbfbf;
  color: #333;
  letter-spacing: .07em;
  padding: 2rem;
  display: flex;
  align-items: center;
}

.section--news--home .news__list__item a .detail {
  margin-left:1.8rem;
  white-space: nowrap; /* テキストを折り返し禁止に設定 */
  overflow: hidden; /* テキストが要素からはみ出た場合に隠す */
  text-overflow: ellipsis;
}

.section--news--home .news__list__item a:hover {
  background-color: rgba(239, 239, 239, .5)
}

.section--news--home .btn {
  width: 270px;
  margin: 0 auto
}

.section--news--home .btn a {
  padding: 20px 20px 20px 40px;
  display: flex;
  justify-content: space-between;
  align-content: center;
  line-height: 25px
}

.section--news--home .btn a i {
  font-size: 25px
}

.news__title {
  letter-spacing: .15em;
  margin-bottom: 40px;
  text-align: center
}

.news__title .primary {
  color: #015e8e;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px
}

.news__title .secondary {
  color: #015e8e;
  font-size: 18px;
  font-weight: 500
}

@media screen and (max-width: 767px) {
  .section--news--home {
    background-size: auto 70%;
    background-position: -8vw 65px;
    margin: 13vw 0;
    padding: 0;
    width: 100%;
    max-width: 100%
  }
  .section--news--home .news__list {
    text-align: center;
    margin-bottom: 40px;
    width: 90%;
    margin: 0 auto 30px
  }
  .section--news--home .news__list__item a {
    font-size: 3.8vw;
    padding: 4.5vw 2vw
  }
  .section--news--home .news__list__item a .detail {
    text-align: left;
    line-height: 1.5;
    margin-top: 2vw
  }
  .section--news--home .btn {
    width: 55%;
    height: auto
  }
  .section--news--home .btn a {
    font-size: 3.8vw;
    padding: 3vw 4vw
  }
  .section--news--home .btn a i {
    font-size: 5.8vw;
    right: 2vw
  }
  .news__title {
    margin-bottom: 30px
  }
  .news__title .primary {
    font-size: 25px
  }
  .news__title .secondary {
    font-size: 12px
  }
}

.section--company--home {
  padding: 107px 0 100px;
  margin-bottom: 150px;
  text-align: center;
  position: relative;
  overflow: hidden
}

.section--company--home .company--home-bg {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%
}

.section--company--home .company--home-bg img {
  width: 100%
}

.section--company--home:after {
  content: "";
  background: no-repeat url(assets/img/top_company-bikkuri_1x.png) center/100% auto;
  position: absolute;
  width: 150px;
  height: 353px;
  display: inline-block;
  bottom: 0;
  right: 20%
}

@media screen and (min-width: 1400px) {
  .section--company--home {
    background-size: cover
  }
}

.section--company--home .btn {
  margin: 0 auto
}

.company__title {
  color: #fff;
  letter-spacing: .15em;
  margin-bottom: 50px
}

.company__title .primary {
  font-weight: 700;
  font-size: 40px;
  margin-bottom: 10px
}

.company__title .secondary {
  font-weight: 300;
  font-size: 18px
}

@media screen and (max-width: 767px) {
  .section--company--home {
    padding: 14vw 0;
    margin: 15vw 0 31vw
  }
  .section--company--home:after {
    display: none
  }
  .section--company--home .btn.white-btn a {
    font-size: 3.8vw
  }
  .section--company--home .btn.white-btn i {
    font-size: 5.8vw
  }
  .section--company--home .btn {
    width: 53%;
    height: auto
  }
  .section--company--home .btn a {
    font-size: 12px;
    line-height: 1em;
    padding: 4vw 0
  }
  .company__title {
    margin-bottom: 6vw
  }
  .company__title .primary {
    font-size: 25px
  }
  .company__title .secondary {
    font-size: 12px
  }
}

.section--aboutus__list {
  background-color: #f4f7f7;
  padding-bottom: 150px
}

.section--aboutus__list .inner {
  max-width: 1400px;
  margin: 0 auto
}

.aboutus__point {
  position: relative;
  display: flex
}

.aboutus__point__heading {
  background: linear-gradient(-85deg, #003a70, #00aabb);
  z-index: 0
}

.aboutus__point__heading .heading {
  color: #fff;
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600;
  opacity: .3
}

.aboutus__point__body {
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
  color: #015e8e;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 22px;
  letter-spacing: .1em;
  line-height: 1.9;
  position: absolute;
  padding: 60px 40px 50px 40px;
  width: 600px;
  z-index: 20
}

.aboutus__point__body .content {
  letter-spacing: .1em;
  font-feature-settings: normal
}

.aboutus__point__img {
  z-index: 10
}

.in-animation__wrapper {
  overflow: hidden
}

.aboutus__point01 {
  margin-left: auto;
  max-width: 1300px;
  min-width: 1000px
}

.point01__heading {
  width: 450px;
  height: 450px;
  margin-right: -50px
}

.point01__heading .heading {
  text-align: center;
  margin-top: 30px
}

.point01__body {
  top: 200px;
  left: 100px
}

.point01__img {
  width: 900px;
  margin-top: 120px
}

.aboutus__point02 {
  align-items: center
}

.point02__heading {
  height: 810px;
  min-width: 550px;
  margin-left: -50px;
  position: relative
}

.point02__heading .heading {
  position: absolute;
  bottom: 150px;
  left: 70px
}

.point02__body {
  top: 340px;
  right: 200px;
  text-align: right
}

.point02__img {
  height: 550px
}

.aboutus__point03 {
  align-items: flex-end
}

.point03__heading {
  width: 600px;
  height: 380px;
  margin-right: -100px;
  position: relative
}

.point03__heading .heading {
  position: absolute;
  top: 130px;
  right: 140px
}

.point03__img {
  height: 550px;
  width: 900px;
  margin-bottom: 160px
}

.point03__body {
  top: 200px;
  left: 200px
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .aboutus__point__heading {
    z-index: auto
  }
  .aboutus__point__heading .heading {
    font-size: 5vw;
    z-index: auto
  }
  .aboutus__point__body {
    font-size: 2.3vw;
    padding: 4vw 3vw;
    width: 45vh;
    z-index: 10
  }
  .aboutus__point__img {
    z-index: 5
  }
  .point01__heading {
    width: 34.5%
  }
  .point01__img {
    width: 69.3%
  }
  .point02__heading {
    height: 52vh
  }
  .point02__body {
    top: 40%
  }
  .point03__heading {
    height: 20vh
  }
  .point03__heading .heading {
    top: 50%;
    transform: translate(0, -50%)
  }
  .point03__body {
    top: 30%;
    left: 10%
  }
  .point03__img {
    margin-bottom: 10vw
  }
}

@media screen and (max-width: 767px) {
  .section--aboutus__list {
    padding-bottom: 31vw
  }
  .container--aboutus .section--hero {
    font-size: 3.8vw;
    width: 80%;
    margin: 0 auto;
    line-height: 1.8;
    padding: 12vw 0
  }
  .aboutus__point {
    display: block;
    max-width: 500px;
    min-width: 100%;
    height: 106vw;
    margin-bottom: 8vw
  }
  .aboutus__point__heading .heading {
    font-size: 8.5vw;
    text-align: left;
    margin-top: 0
  }
  .aboutus__point__body {
    width: 100%;
    font-size: 3.8vw;
    padding: 6.5vw;
    left: 0;
    top: 61vw;
    padding-top: 22vw
  }
  .aboutus__point__img {
    position: absolute;
    top: 15vw;
    width: 94%;
    z-index: 2
  }
  .point01__heading {
    width: 78%;
    height: 70vw
  }
  .point01__heading .heading {
    padding: 5vw 0 0 6.5vw
  }
  .point01__img {
    top: 20vw;
    right: 0;
    margin-top: 0;
    height: 58vw
  }
  .point01__body {
    top: 63vw;
    padding-top: 17vw
  }
  .point02__heading {
    width: 70%;
    min-width: auto;
    height: 94vw;
    right: 0;
    margin: 0 0 0 auto
  }
  .point02__heading .heading {
    top: 5%;
    bottom: auto;
    left: 10%
  }
  .aboutus__point__img {
    height: 58vw;
    top: 18vw
  }
  .point02__body {
    padding-top: 20vw
  }
  .point03__heading {
    width: 85%;
    height: 270px
  }
  .point03__heading .heading {
    font-size: 11vw;
    top: 5%;
    left: 10%;
    bottom: auto;
    right: auto
  }
  .point03__img {
    margin-bottom: 0;
    top: 21vw;
    right: 0;
    height: 58vw
  }
}

.container--service .section--hero {
  text-align: center;
  letter-spacing: .15em;
  padding: 100px 0;
  position: relative
}

.container--service .section--hero .hedding {
  color: #003a70;
  font-size: 30px;
  text-align: center;
  margin-bottom: 30px
}

.container--service .section--hero .hedding .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600;
  line-height: 1.2;
}

.container--service .section--hero .hedding .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.container--service .section--hero .hedding .secondary {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .15em;
  margin-top: -120px
}

.container--service .section--hero .hedding .secondary.hedding-show {
  animation: primary .5s ease .1s 1 forwards
}

.container--service .section--hero .txt {
  color: #015e8e;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 25px;
  line-height: 2em
}

.container--service .section--service-list {
  background-color: #f4f7f7;
  padding: 80px 0 120px
}

.container--service .section--service-list .inner {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto
}

.section--service-list {
  position: relative
}

.section--service-list .inner {
  position: relative;
  z-index: 1
}

.panel--service-list {
  margin-bottom: 80px
}

.panel--service-list .panel__img, .panel--service-list .panel__body {
  width: 50%
}

.panel--service-list .panel__img {
  box-shadow: 0px 0px 10px 1px rgba(0, 0, 0, .2)
}

.panel--service-list .panel__body {
  background-color: #fff;
  padding: 45px 70px 50px 40px;
  position: relative
}

.panel--service-list .hedding {
  margin-bottom: 25px
}

.panel--service-list .hedding .primary {
  font-size: 20px;
  margin-bottom: 25px
}

.panel--service-list .hedding .primary span {
  background-color: #003a70;
  color: #fff;
  font-weight: 500;
  padding: 3px 8px;
  line-height: 1em;
  margin-left: 6px
}

.panel--service-list .hedding .secondary {
  font-size: 30px;
  font-weight: 600
}

.panel--service-list .txt {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: .1em;
  line-height: 2
}

.panel--service-list .btn {
  position: absolute;
  bottom: 50px;
  right: 25px;
  height: auto
}

.panel--service-list.panel-reverse {
  flex-flow: row-reverse
}

.panel--service-list.panel-reverse .btn {
  right: 50px
}

.panel--service-list.panel-reverse .panel__body {
  padding: 47px 40px 50px
}

.card--service {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  color: #fff;
  text-align: center
}

.card--service .btn {
  margin: 0 auto
}

.card--service .hedding .primary {
  font-size: 20px;
  margin-bottom: 25px
}

.card--service .hedding .primary span {
  background-color: #003a70;
  color: #fff;
  font-weight: 500;
  padding: 3px 8px;
  line-height: 1em;
  margin-left: 6px
}

.card--service .hedding .secondary {
  font-size: 35px;
  font-weight: 500;
  margin-bottom: 20px
}

.card--service .txt {
  line-height: 2;
  letter-spacing: .07em;
  margin-bottom: 20px
}

.card--service__item {
  background-size: 100%;
  margin-bottom: 30px;
  position: relative;
  padding: 45px 0 40px;
  width: 47%
}

.card--service__item:nth-child(1) {
  background-image: url(assets/img/card--service__item-bg01_1x.jpg)
}

.card--service__item:nth-child(2) {
  background-image: url(assets/img/card--service__item-bg02_1x.jpg)
}

.card--service__item:nth-child(3) {
  background-image: url(assets/img/card--service__item-bg03_1x.jpg)
}

.card--service__item:nth-child(4) {
  background-image: url(assets/img/card--service__item-bg04_1x.jpg)
}

.card--service__item .item__link {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .panel--service-list .txt {
    font-size: 1.4vw
  }
  .panel--service-list .btn {
    bottom: 2vw;
    right: 2vw;
    width: 23vw
  }
  .panel--service-list .btn a {
    font-size: 1.8vw;
    line-height: 6vw
  }
  .panel--service-list .hedding .primary {
    font-size: 2vw
  }
  .panel--service-list .hedding .secondary {
    font-size: 2.6vw
  }
  .card--service__item {
    width: 48%
  }
  .card--service .hedding .primary {
    font-size: 2.3vw
  }
  .card--service .hedding .secondary {
    font-size: 3vw
  }
}

@media screen and (max-width: 767px) {
  .container--service .section--hero {
    padding: 7.2vw 0 9.2vw
  }
  .container--service .section--hero .hedding {
    margin-bottom: 4vw
  }
  .container--service .section--hero .hedding .primary {
    font-size: 7.5vw;
    line-height: .9
  }
  .container--service .section--hero .hedding .secondary {
    font-size: 5vw;
    line-height: 1.3;
    margin-top: -9vw
  }
  .container--service .section--hero .txt {
    font-size: 3.8vw;
    line-height: 1.8;
    margin: 0 auto;
    width: 88%
  }
  .container--service .section--service-list {
    padding: 10vw 0 31vw
  }
  .container--service .section--service-list .inner {
    width: 84%
  }
  .container--service .section--service-list .panel__img, .container--service .section--service-list .panel__body {
    width: 100%
  }
  .container--service .section--service-list .panel__img {
    height: 56vw
  }
  .container--service .section--service-list .panel__body {
    padding: 6vw
  }
  .panel--service-list {
    margin-bottom: 10vw
  }
  .panel--service-list .hedding {
    margin-bottom: 3.5vw
  }
  .panel--service-list .hedding .primary {
    font-size: 4vw;
    margin-bottom: 4.5vw
  }
  .panel--service-list .hedding .secondary {
    font-size: 5.5vw
  }
  .panel--service-list .txt {
    font-size: 3.5vw
  }
  .panel--service-list .btn {
    position: relative;
    bottom: 0;
    right: auto;
    width: 100%;
    height: auto;
    margin: 6vw auto 0
  }
  .panel--service-list .btn a {
    line-height: 2em;
    font-size: 3.8vw;
    padding: 3vw 4vw
  }
  .panel--service-list .btn i {
    font-size: 14px;
    right: 2vw
  }
  .panel--service-list.panel-reverse .btn {
    right: auto
  }
  .card--service {
    display: block;
    text-align: left
  }
  .card--service .btn {
    display: none
  }
  .card--service__item {
    background-size: cover;
    margin-bottom: 1vw;
    padding: 9vw 11vw 5vw 7vw;
    position: relative;
    width: 100%
  }
  .card--service__item .hedding .primary {
    font-size: 4vw;
    margin-bottom: 4vw
  }
  .card--service__item .hedding .primary span {
    padding: .8vw 1.5vw;
    margin-left: 5px
  }
  .card--service__item .hedding .secondary {
    font-size: 6.5vw;
    letter-spacing: .1em;
    margin-bottom: 4vw
  }
  .card--service__item .txt {
    font-size: 3.5vw;
    line-height: 1.8;
    margin-bottom: 4vw
  }
  .card--service__item::before {
    content: "î¤";
    font-family: "icf";
    font-size: 22px;
    display: inline-block;
    margin-right: 10px;
    vertical-align: middle;
    position: absolute;
    top: 45%;
    right: 0;
    transform: translate(-50%, 0)
  }
}

.container--news {
  margin-bottom: 150px
}

.container--news .section--intro {
  color: #015e8e;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 25px;
  line-height: 2;
  letter-spacing: .12em;
  text-align: center;
  padding: 80px 0 90px
}

.container--news .news--wrapper {
  background-color: #f2f7f7;
  padding: 80px 0 120px
}

.container--news .news__list__item {
  margin-top: -200px;
  padding-top: 200px
}

.container--news .news__list {
  width: 80%;
  margin: 0 auto;
  max-width: 1400px
}

.container--news .news__list .news-img img {
  margin: 60px auto 50px;
  max-width: 100%
}

.container--news .news__list .news-detail {
  width: 80%;
  max-width: 820px;
  margin: 0 auto;
  padding-bottom: 70px
}

.container--news .news__list .news-data {
  display: flex;
  align-items: flex-end;
  letter-spacing: .1em
}

.container--news .news__list .news-data .time {
  font-size: 20px
}

.container--news .news__list .title {
  color: #003a70;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75em;
  letter-spacing: .1em;
  padding: 30px 0 20px
}

.container--news .news__list .content {
  font-size: 13px;
  letter-spacing: .1em;
  line-height: 2
}

.border-harf {
  position: relative
}

.border-harf::before {
  border-bottom: solid 2px #00aabb;
  width: 50%;
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  content: ""
}

.border-harf::after {
  border-bottom: solid 2px #003a70;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  content: ""
}

@media screen and (max-width: 767px) {
  .container--news {
    margin-bottom: 31vw
  }
  .container--news .news--wrapper {
    padding: 8vw 0 15vw
  }
  .container--news .news__list__item {
    margin-top: -50px;
    padding-top: 50px
  }
  .container--news .news__list__item:last-child.border-harf:before, .container--news .news__list__item:last-child.border-harf:after {
    display: none
  }
  .container--news .news__list__item:last-child .news-detail {
    padding-bottom: 0
  }
  .container--news .section--intro {
    font-size: 3.8vw;
    padding: 12vw 0
  }
  .container--news .news__list .title {
    font-size: 3.8vw;
    padding: 5vw 0
  }
  .container--news .news__list .content {
    font-size: 3.5vw;
    font-weight: 300;
    line-height: 1.8
  }
  .container--news .news__list .news-data .time {
    font-size: 3.5vw
  }
  .container--news .news__list .news-detail {
    padding-bottom: 11.5vw;
    width: 100%
  }
  .container--news .news__list .news-img img {
    height: auto;
    margin: 8vw auto
  }
}

.container--parts .section--parts-list {
  background-color: #f4f7f7
}

.container--parts .section--parts-list .inner {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 70px 0;
}

.container--parts .section--parts-list .intro {
  color: #015e8e;
  font-size: 18px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  letter-spacing: .2em;
  line-height: 2;
  margin-bottom: 50px;
  text-align: center
}

.container--parts .section--parts-list .parts-list__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.container--parts .section--parts-list .parts-list__item {
  width: 45%;
  margin-bottom: 80px
}

.container--parts .section--parts-list .parts-body {
  margin: 30px 0 25px
}
.container--parts .section--parts-list .parts-img img{
	height: 280px;
    object-fit: cover;
	width: 100%;
  }
  
.container--parts .section--parts-list .parts-body .num, .container--parts .section--parts-list .parts-body .name {
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.container--parts .section--parts-list .parts-body .name {
  margin: 10px 0 20px
}

.container--parts .section--parts-list .parts-body .detail {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5
}

.container--parts .section--parts-list .parts-kokei p {
  font-size: 18px;
  margin-bottom: 10px
}

.container--parts .section--parts-list .parts-kokei-detail {
  border: 1px solid #333;
  background-color: #fff;
  line-height: 1.8;
  padding: 20px
}

@media screen and (max-width: 767px) {
  .container--parts .section--hero {
    padding: 13vw 0 12vw;
    font-size: 4.2vw;
    line-height: 1.8;
    margin: 0 auto;
    width: 88%
  }
  .container--parts .section--parts-list .inner {
    padding: 10vw 0 31vw;
    width: 85%;
    background-size: 20%;
    background-position: top 1% left -3px
  }
  .container--parts .section--parts-list .intro {
    font-size: 3.4vw;
    letter-spacing: .08em;
    text-align: left
  }
  .container--parts .section--parts-list .parts-list__wrapper {
    display: block
  }
  .container--parts .section--parts-list .parts-list__item {
    margin-bottom: 15vw;
    width: 100%
  }
  .container--parts .section--parts-list .parts-list__item:last-child {
    margin-bottom: 0
  }
  .container--parts .section--parts-list .parts-body {
    margin: 4.5vw 0 0
  }
  .container--parts .section--parts-list .parts-body .num, .container--parts .section--parts-list .parts-body .name {
    font-size: 4vw;
    letter-spacing: 0
  }
  .container--parts .section--parts-list .parts-body .name {
    margin: 3vw 0 4vw
  }
  .container--parts .section--parts-list .parts-body .detail {
    font-size: 3.5vw
  }
  .container--parts .section--parts-list .parts-kokei {
    margin-top: 5vw
  }
  .container--parts .section--parts-list .parts-kokei p {
    font-size: 4vw;
    margin-bottom: 3vw
  }
  .container--parts .section--parts-list .parts-kokei-detail {
    font-size: 3.8vw;
    line-height: 1.6;
    padding: 3vw 6vw
  }
}

.section--form {
  background-color: #f4f7f7;
  padding: 80px 0 150px
}

.section--form__inner {
  background-color: #fff;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 80px
}

@media screen and (max-width: 767px) {
  .section--form__inner {
    padding-bottom: 13vw;
    width: 88%
  }
}

.section--form__content {
  padding-top: 55px
}
.section--form__comp{
	padding: 0 55px;
    font-size: 16px;
}
.section--form__comp p+p{
	margin-top: 1em;
}

@media screen and (max-width: 767px) {
  .section--form__content {
    padding-bottom: 8vw
  }
  .section--form__comp{
    font-size: 3.8vw;
	}

}

.entry-form {
  width: 860px;
  margin: 0 auto
}

.entry-form tbody {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 860px
}

.entry-form tr {
  width: 100%;
  display: block;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 25px
}

.entry-form tr:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0
}

.entry-form tr.title-long th span.title {
  width: 220px
}

.entry-form tr.half {
  width: 50%;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 20px
}

.entry-form tr.half th, .entry-form tr.half td {
  width: 380px
}

.entry-form tr.half.left th, .entry-form tr.half.left td {
  margin-left: auto;
  margin-right: 0
}

.entry-form tr.long input {
  width: 100%
}

.entry-form th, .entry-form td {
  display: block
}

.entry-form th {
  color: #015e8e;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 15px;
  text-align: left
}

.entry-form th span.must {
  font-size: 12px;
  font-weight: 300;
  background-color: #015e8e;
  padding: 2px 4px;
  color: #fff;
  vertical-align: middle;
  margin-left: 15px
}

.entry-form td input, .entry-form td textarea, .entry-form td select {
  box-shadow: 0px 0px 5px -2px #999 inset
}

.entry-form td input {
  height: 40px;
  width: 380px
}

.entry-form td :-moz-placeholder-shown {
  color: #ccc;
  font-size: 16px;
  letter-spacing: .18em
}

.entry-form td :placeholder-shown {
  color: #ccc;
  font-size: 16px;
  letter-spacing: .18em
}

.entry-form td ::-webkit-input-placeholder {
  color: #ccc;
  font-size: 16px;
  letter-spacing: .18em;
  padding-top: 5px;
  font-family: noto,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif
}

.entry-form td :-moz-placeholder {
  color: #ccc;
  font-size: 16px;
  letter-spacing: .18em;
  opacity: 1
}

.entry-form td ::-moz-placeholder {
  color: #ccc;
  font-size: 16px;
  letter-spacing: .18em;
  opacity: 1
}

.entry-form td :-ms-input-placeholder {
  color: #ccc;
  font-size: 16px;
  letter-spacing: .18em
}

.entry-form .caution {
  margin-top: 12px
}

.entry-form tr.sex_box td {
  padding: 10px 0
}

.entry-form tr.sex_box td span {
  font-size: 16px;
  margin-right: 15px
}

.entry-form tr.sex_box input {
  box-shadow: none;
  width: auto;
  height: auto
}

.entry-form tr.birsday_box td {
  font-size: 16px
}

.entry-form tr.birsday_box td input {
  width: 200px;
  margin-right: 10px
}

.entry-form tr.birsday_box td select {
  background-color: #fff;
  border-radius: 0;
  height: 100%
}

.entry-form tr.birsday_box span.select__birth, .entry-form tr.birsday_box span.select__birth-day {
  position: relative;
  margin: 0 10px 0 30px;
  width: 70px;
  height: 50px;
  display: inline-block;
  text-align: right
}

.entry-form tr.birsday_box span.select__birth::after, .entry-form tr.birsday_box span.select__birth-day::after {
  content: "î¤";
  font-family: "icf";
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 13%;
  display: block;
  transform: rotate(90deg) translate(-50%, 0%)
}

.entry-form tr.addr_box .postcode {
  margin-bottom: 15px;
  font-size: 18px
}

.entry-form tr.addr_box .postcode input {
  width: 240px;
  margin-left: 10px;
  font-size: 14px
}

.entry-form tr.addr_box .localaddre input {
  width: 100%
}

.entry-form tr.area_box td {
  font-size: 16px
}

.entry-form tr.area_box td input {
  width: 200px;
  margin-right: 10px
}

.entry-form tr.area_box td select {
  background-color: #fff;
  border-radius: 0;
  padding: 15px 0 15px 16px;
  height: 100%
}

.entry-form tr.area_box span.select__area {
  position: relative;
  display: inline-block;
  width: 300px
}

.entry-form tr.area_box span.select__area::after {
  content: "î¤";
  font-family: "icf";
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 6%;
  display: block;
  transform: rotate(90deg) translate(-50%, 0%);
  pointer-events: none
}

.mw_wp_form .error {
  margin-top: 10px
}

@media screen and (max-width: 767px) {
  .mw_wp_form .error {
    font-size: 3vw !important
  }
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .section--form__inner {
    width: 90%
  }
  .entry-form {
    width: 95%
  }
  .entry-form td input {
    width: 100%
  }
}

.mw_wp_form_preview .submit-btn.submit-entry::after {
  display: none
}

.mw_wp_form_preview .submit-btn.submit-back {
  margin-bottom: 30px
}

.mw_wp_form_preview .submit-btn.submit-back:hover::after {
  color: #999
}

.mw_wp_form_preview .submit-btn.submit-back input {
  background-color: #999
}

.mw_wp_form_preview .submit-btn.submit-back input:hover {
  background-color: #fff;
  border: 1px solid #999;
  color: #999
}

.mw_wp_form_preview .submit-btn.submit-back::after {
  top: 35%;
  right: auto;
  left: 20px;
  transform: scale(-1, -1)
}

.mw_wp_form_preview .entry-form tr .birsday_box span.select__birth:after, .mw_wp_form_preview .entry-form tr .birsday_box span.select__birth-day:after {
  display: none
}

.mw_wp_form_preview .entry-form tr .addr_box .postcode {
  margin-bottom: 5px;
  font-size: 1rem
}

.mw_wp_form_preview .entry-form tr.area_box span.select__area:after {
  display: none
}

.mw_wp_form_preview .entry-form .caution {
  display: none
}

.mw_wp_form_preview .entry-form th, .mw_wp_form_preview .entry-form td {
  line-height: 1.5
}

@media screen and (max-width: 767px) {
  .mw_wp_form_preview .entry-form tr {
    margin-bottom: 5vw
  }
  .mw_wp_form_preview .entry-form tr.addr_box .postcode {
    margin-bottom: 0;
    font-size: 3.8vw
  }
  .mw_wp_form_preview .entry-form tr.birsday_box span.select__birth-day, .mw_wp_form_preview .entry-form tr.birsday_box span.select__birth {
    height: auto;
    width: auto
  }
  .mw_wp_form_preview .entry-form th {
    line-height: 1em;
    margin-bottom: 2.5vw
  }
  .mw_wp_form_preview .entry-form th span.must {
    display: none
  }
  .mw_wp_form_preview .entry-form td {
    font-size: 3.8vw
  }
  .mw_wp_form_preview .entry-form td input {
    width: 100%
  }
}

.container--contact-thanks section {
  letter-spacing: .1em;
  text-align: center;
  width: 80%;
  margin: 0 auto;
  padding: 150px 0;
  font-weight: 300
}

.container--contact-thanks .title {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 36px;
  margin-bottom: 40px;
  color: #015e8e
}

.container--contact-thanks .detail {
  line-height: 2;
  font-size: 16px
}

.container--contact-thanks .toplink {
  margin: 50px auto 0
}

@media screen and (max-width: 767px) {
  .container--contact-thanks section {
    padding: 12vw 0 31vw
  }
  .container--contact-thanks .title {
    font-size: 5.2vw;
    margin-bottom: 5vw
  }
  .container--contact-thanks .detail {
    font-size: 3.4vw;
    text-align: left
  }
  .container--contact-thanks .toplink {
    margin: 8vw auto 0
  }
  .container--contact-thanks .toplink a {
    line-height: 2em
  }
}

@media screen and (max-width: 767px) {
  .container--contact .section--hero {
    padding: 11vw 0
  }
  .container--contact .contact__other {
    width: 88%;
    margin: 0 auto
  }
  .entry-form {
    width: 100%
  }
  .entry-form input, .entry-form textarea {
    font-size: 3.8vw
  }
  .entry-form tbody {
    display: block
  }
  .entry-form tr, .entry-form tr.half {
    border: none;
    padding-bottom: 0;
    margin-bottom: 8.5vw;
    padding: 5px;
  }
  .entry-form tr.title-long th span.title {
    width: 38vw
  }
  .entry-form th {
    font-size: 4vw;
    margin-bottom: 3.5vw
  }
  .entry-form th span.must {
    font-size: 3vw
  }
  .entry-form th span.title {
    width: 20vw
  }
  .entry-form td input {
    height: 10.5vw
  }
  .entry-form td :-moz-placeholder-shown {
    color: #ccc;
    font-size: 3.8vw;
    letter-spacing: .1em
  }
  .entry-form td :placeholder-shown {
    color: #ccc;
    font-size: 3.8vw;
    letter-spacing: .1em
  }
  .entry-form td ::-webkit-input-placeholder {
    color: #ccc;
    font-size: 3.8vw;
    letter-spacing: .1em
  }
  .entry-form td :-moz-placeholder {
    color: #ccc;
    font-size: 3.8vw;
    letter-spacing: .1em;
    opacity: 1
  }
  .entry-form td ::-moz-placeholder {
    color: #ccc;
    font-size: 3.8vw;
    letter-spacing: .1em;
    opacity: 1
  }
  .entry-form td :-ms-input-placeholder {
    color: #ccc;
    font-size: 3.8vw;
    letter-spacing: .1em
  }
  .entry-form .caution {
    font-size: 3vw
  }
  .entry-form tr.half, .entry-form tr.half th, .entry-form tr.half td, textarea, .entry-form tr.addr_box .postcode input, .entry-form tr.birsday_box td input, .entry-form td input {
    width: 100%;
  }
  .section--form {
    padding: 8.5vw 0 31vw
  }
  .submit-wrapper {
    width: 100%;
    margin-top: 9vw
  }
  .submit-btn {
    width: 82%;
    margin: 0 auto
  }
  .submit-btn input[type=submit] {
    font-size: 3.8vw;
    height: 13vw
  }
  .submit-btn:after {
    font-size: 5vw
  }
  .entry-form tr.sex_box td {
    padding: 0
  }
  .entry-form tr.sex_box td span {
    font-size: 3.8vw;
    margin-right: 2vw
  }
  .entry-form tr.sex_box td input {
    vertical-align: bottom
  }
  .entry-form tr.birsday_box td {
    font-size: 3.8vw
  }
  .entry-form tr.birsday_box td input {
    width: 60%
  }
  .entry-form tr.birsday_box span.select__birth-day, .entry-form tr.birsday_box span.select__birth {
    width: 60%;
    margin: 2vw 15px 2vw 0;
    height: 11vw;
    border-radius: 0
  }
  .entry-form tr.addr_box .postcode {
    margin-bottom: 3vw;
    font-size: 5vw
  }
  .entry-form tr.addr_box .postcode input {
    margin: 0 0 0 4%;
    width: 80%
  }
}

.privacy_policy {
  margin: 80px 0 30px
}

.privacy_policy__heading {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
  margin-bottom: 25px
}

.privacy_policy__wrapper {
  overflow-y: scroll;
  width: 860px;
  line-height: 1.8;
  margin: 0 auto;
  height: 250px;
  border: 1px solid #ccc;
  padding: 30px 50px
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .privacy_policy__wrapper {
    width: 95%
  }
}

@media screen and (max-width: 767px) {
  .privacy_policy__wrapper {
    width: 82%
  }
}

.privacy_policy__wrapper .box {
  margin-top: 30px
}

.privacy_policy__wrapper .box:first-child {
  margin-top: 0
}

.privacy_policy__wrapper .title {
  font-weight: 600;
  margin-bottom: 5px
}

.privacy_policy__wrapper p {
  font-size: 13px;
  font-weight: 300
}

.privacy_policy__wrapper ol {
  padding-left: 20px
}

.privacy_policy__wrapper ol li {
  display: list-item;
  list-style: decimal;
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 300
}

.privacy_policy__copy {
  font-size: 13px;
  font-weight: 300;
  margin-top: 30px;
  text-align: right
}

@media screen and (max-width: 767px) {
  .privacy_policy__heading {
    font-size: 4vw
  }
  .privacy_policy__wrapper {
    font-size: 1rem;
    padding: 1rem 1.5rem
  }
  .privacy_policy__wrapper p, .privacy_policy__wrapper ol li {
    font-size: 1rem
  }
  .privacy_policy__wrapper .privacy_policy__copy {
    font-size: .8rem;
    letter-spacing: 0
  }
}

.container--company .section--company {
  background-color: #f4f7f7;
  padding: 80px 0 120px;
  position: relative
}

.service-bace__inner {
}

.company__table table tr.syozaichi th, .company__table table tr.syozaichi td {
  padding-bottom: 5px
}

.company__table table tr.syozaichi th:after, .company__table table tr.syozaichi td:after {
  display: none
}

.company__table table th {
  vertical-align: middle;
  padding: 20px 4%;
  font-size: 20px
}

.company__table table td ul li {
  padding-left: 23px;
  text-indent: -23px;
  margin-bottom: 15px
}

.company__table table td .kyonin .box {
  display: flex
}

.company__table table td .kyonin .box .left {
  margin-right: 10px
}

.service-bace__map-intro {
  position: relative
}

.service-bace__map-intro .map-img {
  width: 100%;
  margin: 0 auto
}

.service-bace__map-intro .map-content {
  position: absolute;
  top: 55px;
  left: 50px;
  width: 450px;
  letter-spacing: .1em;
  line-height: 2;
  background: #FFF;
  padding: 2rem;
}

.section--company__message, .section--company__info {
  z-index: 1
}

.section--company__message {
  padding: 80px 0 0;
  position: relative;
  z-index: 1
}

.section--company__message .body__inner {
  transform: translate(0, 100px);
  opacity: 0
}

.section--company__message .body__inner.show {
  animation: opacity1 1s ease .5s 1 forwards;
  transform: none
}

.section--company__message .back-white {
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 4px 40px 3px rgba(0, 0, 0, .2);
  width: 80%;
  height: 95%;
  position: absolute;
  right: 0;
  top: 7vw;
  z-index: -1
}

@media screen and (min-width: 1391px) {
  .section--company__message .back-white {
    top: 90px;
    height: calc(100% - 90px)
  }
}

.section--company__message .panel {
  margin-left: auto;
  width: 93%;
  max-width: 1300px;
  position: relative
}

@media screen and (min-width: 1600px) {
  .section--company__message .panel {
    margin: 0 auto
  }
}

.section--company__message .panel__image {
  overflow: hidden;
  width: 50%;
  max-width: 550px;
  z-index: 2
}

.section--company__message .panel__body {
  max-width: 480px;
  margin: 8vw 0 0 4vw;
  position: relative;
  width: 36.9%;
  z-index: 1
}

@media screen and (min-width: 1391px) {
  .section--company__message .panel__body {
    margin-top: 100px;
    padding-bottom: 58px
  }
}

.section--company__message .panel__body .heading {
  font-size: 25px;
  color: #003a70;
  letter-spacing: .15em;
  margin-bottom: 30px
}

.section--company__message .panel__body .heading .primary {
  font-size: 4.8vw;
  letter-spacing: .07em;
  font-weight: 600;
  margin-left: -4.6vw;
  opacity: .1
}

.section--company__message .panel__body .heading .secondary {
  font-size: 25px;
  font-weight: 600;
  letter-spacing: .15em;
  margin-top: -25px
}

.section--company__message .panel__body .copy, .section--company__message .panel__body .txt {
  font-family: "Sawarabi Mincho";
  letter-spacing: .1em
}

.section--company__message .panel__body .copy {
  font-size: 25px;
  line-height: 1.8;
  margin-bottom: 20px
}

.section--company__message .panel__body .txt {
  line-height: 2em;
  margin-bottom: 35px
}
.section--company__message .panel__body .txt p{
  margin-bottom: 1em;
}

.section--company__message .panel__body .name {
  font-size: 20px;
  letter-spacing: .15em;
  text-align: right
}

.section--company__message .panel__body .name span {
  display: block;
  font-size: 14px;
  margin-bottom: 15px
}

.section--company__info {
  position: relative;
  padding-top: 100px
}

.section--company__info .hedding {
  font-size: 30px;
  color: #003a70;
  letter-spacing: .15em;
  text-align: center;
  margin-bottom: 40px
}

.section--company__info .hedding .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600
}

.section--company__info .hedding .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.section--company__info .hedding .secondary {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .15em;
  margin-top: -20px
}

.section--company__info .hedding .secondary.hedding-show {
  animation: primary .5s ease .1s 1 forwards
}

.company__pdf-btn .btn {
  background-color: #015e8e;
  border: 1px solid #015e8e;
  cursor: pointer;
  margin: 0 auto;
  height: auto;
  width: 430px
}

.company__pdf-btn .btn a {
  color: #fff;
  line-height: 1;
  padding: 30px 0
}

@media screen and (max-width: 767px) {
  .company__pdf-btn .btn {
    margin-top: 8vw;
    width: 72%
  }
  .company__pdf-btn .btn a {
    padding: 4.7vw 4vw 4.4vw
  }
  .company__pdf-btn .btn a i {
    font-size: 5vw;
    right: 2vw
  }
  .company__pdf-btn .btn:active {
    background-color: #fff
  }
  .company__pdf-btn .btn:active a, .company__pdf-btn .btn:active i:before {
    color: #015e8e
  }
}

@media screen and (max-width: 768px) {
  .company__pdf-btn .btn:hover {
    background-color: #fff
  }
  .company__pdf-btn .btn:hover a, .company__pdf-btn .btn:hover i:before {
    color: #015e8e
  }
}

.section--service-bace {
  background-color: #e7eef1;
  padding: 80px 0 100px
}

.section--service-bace .hedding {
  color: #015e8e;
  text-align: center;
  margin-bottom: 40px
}

.section--service-bace .hedding .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600
}

.section--service-bace .hedding .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.section--service-bace .hedding .secondary {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .15em;
  margin-top: -20px
}

.section--service-bace .hedding .secondary.hedding-show {
  animation: primary .5s ease .1s 1 forwards
}

.service-bace__map-list {
  margin-top: 30px
}

.service-bace__map-list .title {
  color: #003a70;
  font-size: 28px;
  letter-spacing: .1em;
  text-align: center;
  margin-bottom: 30px
}

.service-bace__map-list .title i.icf-map-icon {
  font-size: 47px;
  margin-right: 10px;
  vertical-align: sub
}

.service-bace__map-list .secondary {
  margin-top: 80px
}

.service-bace__map-list .map-list {
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, .2);
  width: 800px;
  margin: 0 auto
}

.service-bace__map-list .map-list__item {
  display: flex;
  justify-content: space-between;
  padding: 30px
}

.service-bace__map-list .map-list__item:nth-child(odd) {
  background-color: #fff
}

.service-bace__map-list .map-list__item:nth-child(even) {
  background-color: #f2f8ff
}

.service-bace__map-list .map-list__itme-body, .service-bace__map-list .map-list__itme-map {
  width: 50%
}

.service-bace__map-list .map-list__itme-body {
  padding-left: 20px
}

.service-bace__map-list .map-list__itme-body .name {
  color: #015e8e;
  font-size: 18px;
  font-weight: 600;
  padding-top: 10px;
  padding-bottom: 15px;
  letter-spacing: .1em
}

.service-bace__map-list .map-list__itme-body .addr, .service-bace__map-list .map-list__itme-body .connection {
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: .1em
}

.service-bace__map-list .map-list__itme-body .addr span {
  font-size: 16px;
  font-weight: 600
}

.service-bace__map-list .map-list__itme-body .gaikan-img {
  margin-top: 20px
}

.service-bace__map-list .map-list__itme-map iframe {
  width: 350px;
  height: 280px;
  margin: 0 auto;
  display: block;
  border: 1px solid #ddd !important
}

.section--company__history {
  padding: 80px 0 120px
}

.section--company__history .hedding {
  color: #003a70;
  text-align: center;
  margin-bottom: 50px
}

.section--company__history .hedding .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600
}

.section--company__history .hedding .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.section--company__history .hedding .secondary {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .15em;
  margin-top: -20px
}

.section--company__history .hedding .secondary.hedding-show {
  animation: primary .5s ease .1s 1 forwards
}

.history-wrapper {
  position: relative;
  width: 800px;
  margin: 0 auto;
  padding-bottom: 40px
}

.history-list {
  font-size: 18px;
  font-weight: 300;
}

.history-list dl {
  display: flex;
  margin-bottom: 15px;
  line-height: 1.8
}

.history-list dl dt {
  text-align: right;
  flex: 1;
}

.history-list dl dd {
  margin-left: 5%;
  flex: 2;
}

.history-list::-webkit-scrollbar {
  width: 5px
}

.history-list::-webkit-scrollbar-track {
  background: #dcdcdc
}

.history-list::-webkit-scrollbar-thumb {
  background: #015e8e
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .section--company__message .panel {
    width: 98%
  }
  .section--company__message .back-white {
    height: 100%
  }
}

@media screen and (max-width: 767px) {
  .container--company .section--company {
    padding-top: 0;
    padding-bottom: 15vw
  }
  .section--company__message {
    padding: 10vw 0 0
  }
  .section--company__message .top__right-in-animation {
    width: 100%;
    margin: 0;
  }
  .section--company__message .panel {
    width: 100%
  }
  .section--company__message .back-white {
    z-index: -1;
    width: 100%;
    height: calc(100% - 16vw);
    top: 16vw
  }
  .section--company__message .panel__image {
    overflow: hidden;
    margin: 0 auto;
    width: 94%
  }
  .section--company__message .panel__body {
    width: 100%;
    margin: 0;
    padding-bottom: 9vw
  }
  .section--company__message .panel__body .body__inner {
    width: 84.5%;
    margin: 0 auto
  }
  .section--company__message .panel__body .heading {
    margin: 10vw 0 8vw;
    text-align: center
  }
  .section--company__message .panel__body .heading .primary {
    font-size: 10vw
  }
  .section--company__message .panel__body .heading .secondary {
    font-size: 6.2vw;
    letter-spacing: .1em;
    margin-top: -4vw
  }
  .section--company__message .panel__body .copy {
    font-size: 4.8vw;
    margin: 0 0 8vw
  }
  .section--company__message .panel__body .txt {
    font-size: 3.5vw;
    line-height: 1.8;
    letter-spacing: .07em;
    margin-bottom: 9vw;
    width: 100%
  }
  .section--company__message .panel__body .name {
    font-size: 4vw
  }
  .section--company__message .panel__body .name span {
    font-size: 3vw;
    margin-bottom: 3vw
  }
  .section--company__info {
    padding-top: 15vw
  }
  .section--company__info .hedding {
    margin-bottom: 6vw
  }
  .section--company__info .hedding .primary {
    font-size: 8vw
  }
  .section--company__info .hedding .secondary {
    font-size: 6.2vw;
    letter-spacing: .1em;
    margin-top: -4vw
  }
  .section--service-bace {
    padding: 12vw 0 15vw
  }
  .section--service-bace .hedding {
    margin-bottom: 6vw
  }
  .section--service-bace .hedding .primary {
    font-size: 10vw
  }
  .section--service-bace .hedding .secondary {
    font-size: 6.2vw;
    letter-spacing: .1em;
    margin-top: -3vw
  }
  .service-bace__inner {
  }
  .service-bace__map-intro .map-content {
    font-size: 3.8vw;
    line-height: 1.8;
    margin: 0 auto;
    position: static;
    width: 80%
  }
  .service-bace__map-list {
    margin-top: 13vw
  }
  .service-bace__map-list .secondary {
    margin-top: 13vw
  }
  .service-bace__map-list .title {
    font-size: 5.5vw;
    margin-bottom: 5vw
  }
  .service-bace__map-list .title i.icf-map-icon {
    font-size: 8.5vw
  }
  .service-bace__map-list .map-list {
    width: 88%
  }
  .service-bace__map-list .map-list__itme-body, .service-bace__map-list .map-list__itme-map {
    width: 100%;
    padding: 0
  }
  .service-bace__map-list .map-list__item {
    display: block;
    padding: 8vw
  }
  .service-bace__map-list .map-list__item iframe {
    height: 44vw;
    width: 100%
  }
  .service-bace__map-list .map-list__itme-body .name {
    font-size: 4.8vw;
    padding: 0;
    margin-bottom: 2.5vw
  }
  .service-bace__map-list .map-list__itme-body .connection {
    line-height: 1.5
  }
  .service-bace__map-list .map-list__itme-body .addr, .service-bace__map-list .map-list__itme-body .connection {
    font-size: 3.8vw
  }
  .service-bace__map-list .map-list__itme-body .addr span, .service-bace__map-list .map-list__itme-body .connection span {
    font-size: 4vw
  }
  .service-bace__map-list .map-list__itme-body .responsible {
    font-size: 4vw;
    margin: 1vw 0
  }
  .service-bace__map-list .map-list__itme-body .gaikan-img {
    margin: 7vw 0 0
  }
  .service-bace__map-list .map-list__itme-body .gaikan-img img {
    width: 100%
  }
  .service-bace__map-list .map-list__itme-map {
    margin-top: 5vw
  }
  .section--company__history {
    padding: 15vw 0 0
  }
  .section--company__history .hedding {
    margin-bottom: 6vw
  }
  .section--company__history .hedding .primary {
    font-size: 10vw
  }
  .section--company__history .hedding .secondary {
    font-size: 6.2vw;
    letter-spacing: .1em;
    margin-top: -3vw
  }
  .history-wrapper {
    width: 88%;
    padding-bottom: 15vw
  }
  .history-list {
    font-size: 3.5vw;
    letter-spacing: .07em
  }
  .history-list dl dt {
    text-wrap: nowrap;
    text-align: left
  }
}

.container--recruit .panel--recruit {
  align-items: center
}

.container--recruit .panel--recruit.panel__reverse {
  flex-flow: row-reverse
}

.container--recruit .panel--recruit.panel__reverse .panel__body {
  left: 14vw;
  right: auto
}

.container--recruit .panel--recruit .panel__body {
  background-color: #fff;
  box-shadow: 0 0 40px 0px rgba(0, 0, 0, .2);
  position: absolute;
  top: 50%;
  right: 14vw;
  transform: translate(0, -50%);
  left: auto;
  width: 600px
}

.container--recruit .panel--recruit .panel__body .heading {
  color: #003a70;
  margin-bottom: 20px
}

.container--recruit .panel--recruit .panel__body .heading .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600;
  margin-left: -50px
}

.container--recruit .panel--recruit .panel__body .heading .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.container--recruit .panel--recruit .panel__body .heading .secondary {
  font-size: 30px;
  letter-spacing: .15em;
  margin-top: -20px
}

.container--recruit .panel--recruit .panel__body .heading .secondary.hedding-show {
  animation: primary .5s ease .1s 1 forwards
}

.container--recruit .panel--recruit .panel__body .copy {
  font-size: 22px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  line-height: 2;
  letter-spacing: .1em;
  margin-bottom: 35px;
  padding-right: 30px
}

.container--recruit .panel--recruit .panel__body .txt {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: .1em;
  margin-bottom: 40px
}

.container--recruit .panel--recruit .panel__body .blue-btn {
  border: 1px solid #003a70;
  margin-right: 0;
  margin-left: auto
}

.container--recruit .panel--recruit .panel__body .blue-btn a {
  font-size: 16px
}

.container--recruit .panel--recruit .panel__body .body__inner {
  position: relative;
  overflow: hidden;
  padding: 40px
}

.section--conducting__license, .section--conducting__message {
  background-color: #f4f7f7;
  padding: 85px 0 100px
}

.section--conducting__message .panel__image {
  overflow: hidden;
  width: 68%
}

.container--recruit .section--conducting__message .panel--recruit .panel__body .heading .primary {
  font-size: 55px;
  margin-left: 0px
}

.section--conducting__interview .intro {
  color: #fff;
  position: relative;
  padding: 20px 0 30px;
  background: linear-gradient(-65deg, #003a70, #00aabb);
  text-align: center
}

.section--conducting__interview .intro .heading {
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: .15em;
  margin-bottom: 30px
}

.section--conducting__interview .intro .heading .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600
}

.section--conducting__interview .intro .heading .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.section--conducting__interview .intro .heading .secondary {
  font-size: 30px;
  letter-spacing: .15em;
  margin-top: -20px
}

.section--conducting__interview .intro .heading .secondary.hedding-show {
  animation: primary .5s ease .1s 1 forwards
}

.section--conducting__interview .intro .content {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  font-size: 18px;
  line-height: 2;
  letter-spacing: .2em
}

.section--conducting__interview .staff__list {
  position: relative;
  top: -115px;
  display: flex;
  justify-content: space-between;
  width: 80%;
  max-width: 1000px;
  margin: 0 auto
}

.section--conducting__interview .staff__list a {
  color: #333
}

.section--conducting__interview .staff__list--item {
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
  box-sizing: border-box;
  width: calc(33.3333333333% - 33px)
}

.section--conducting__interview .staff__list-img {
  overflow: hidden;
  height: 300px
}

.section--conducting__interview .staff__list-img .top__right-in-animation {
  width: auto;
  height: 100%;
  margin-right: 0
}

.section--conducting__interview .staff__list-img .top__right-in-animation img {
  max-width: none;
  height: 100%
}

.section--conducting__interview .staff__list-body {
  background-color: #fff;
  padding: 30px 0 30px 30px;
  font-size: 13px;
  letter-spacing: .2em;
  line-height: 1.5;
  position: relative
}

.section--conducting__interview .staff__list-body .position {
  font-weight: 300;
  margin-bottom: 10px
}

.section--conducting__interview .staff__list-body .name {
  position: relative;
  bottom: 0
}

.section--conducting__interview .staff__list-body .name span {
  font-size: 18px;
  padding-left: 10px;
  display: inline-block;
  vertical-align: text-bottom
}

.section--conducting__interview .staff__list-body::after {
  content: "î¤";
  color: #003a70;
  font-family: "icf";
  font-size: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%)
}

.section--conducting__license .panel__image {
  overflow: hidden
}

.container--recruit .section--conducting__license .panel--recruit .panel__body .heading .primary {
  font-size: 45px;
  margin-left: 0
}

.section--guideline-top {
  margin-top: -180px;
  padding-top: 180px
}

.section--guideline {
  background-color: #d7e3e7;
  padding: 80px 0 120px;
  position: relative
}

.section--guideline .heading {
  color: #015e8e;
  margin-bottom: 30px;
  font-weight: 600;
  letter-spacing: .15em;
  margin-bottom: 30px;
  text-align: center
}

.section--guideline .heading .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600
}

.section--guideline .heading .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.section--guideline .heading .secondary {
  font-size: 30px;
  letter-spacing: .15em;
  margin-top: -20px
}

.section--guideline .heading .secondary.hedding-show {
  animation: primary .5s ease .1s 1 forwards
}

.section--guideline .btn {
  background-color: #015e8e;
  border: 1px solid #015e8e;
  cursor: pointer;
  margin: 0 auto;
  height: auto;
  width: 430px
}

.section--guideline .btn a {
  color: #fff;
  line-height: 1;
  padding: 30px 0
}

@media screen and (min-width: 768px) {
  .section--guideline .btn:hover,
    .section--products .btn:hover {
      background-color: #fff
  }
  .section--guideline .btn:hover i::before, .section--guideline .btn:hover a,
    .section--products .btn:hover i::before, .section--products .btn:hover a {
      color: #015e8e
  }
}

.section--guideline .guideline__mailing-hope {
  background-color: #fff;
  width: 900px;
  letter-spacing: .1em;
  margin: 80px auto 0;
  padding: 40px;
  text-align: center
}

.section--guideline .guideline__mailing-hope .title {
  font-size: 20px
}

.section--guideline .guideline__mailing-hope .txt {
  font-size: 14px;
  font-weight: 300;
  padding: 17px 0 20px;
  letter-spacing: .05em
}

.section--guideline .guideline__mailing-hope .addr {
  font-size: 20px;
  line-height: 2
}

.guideline__table table th {
  font-size: 20px
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .container--recruit .panel--recruit.panel__reverse .panel__body {
    left: 7vw
  }
  .container--recruit .panel--recruit .panel__body {
    width: 50%;
    right: 6vw
  }
  .container--recruit .panel--recruit .panel__body .copy {
    font-size: 1.8vw
  }
  .section--conducting__interview .staff__list--item {
    width: 31.8333333333%
  }
  .section--conducting__interview .staff__list-img {
    height: 26vw
  }
  .section--conducting__license .panel__image {
    width: 80%
  }
  .section--guideline .guideline__mailing-hope {
    width: 90%
  }
  .section--guideline .guideline__mailing-hope {
    padding: 40px 1vw
  }
}

@media screen and (max-width: 767px) {
  .template__table table th:after, .template__table table td:after {
    display: none
  }
  .container--recruit .section--conducting__message .panel--recruit .panel__body .heading .primary {
    font-size: 10vw;
    margin-left: 0
  }
  .container--recruit .section--conducting__license .panel--recruit .panel__image {
    width: 100%;
    margin: 0 auto;
  }
  .container--recruit .section--conducting__license .panel--recruit .panel__body .heading .primary {
    font-size: 8vw;
    margin-left: 0
  }
  .section--conducting__license, .section--conducting__message {
    position: relative;
    padding: 0
  }
  .container--recruit .panel--recruit {
    padding: 3rem 0 3.5rem;
    position: static
  }
  .container--recruit .panel--recruit .panel__image {
    width: 95%;
    margin-right: auto;
    position: relative;
    z-index: 2
  }
  .container--recruit .panel--recruit.panel__reverse .panel__image {
    width: 100%;
    margin: 0 auto;
  }
  .container--recruit .panel--recruit .panel__body {
    margin-top: -14.9rem;
    position: static;
    transform: none;
    width: 100%
  }
  .container--recruit .panel--recruit .panel__body .body__inner {
    padding: 55vw 8vw 10vw
  }
  .container--recruit .panel--recruit .panel__body .heading {
    text-align: center;
    margin-bottom: 3vw
  }
  .container--recruit .panel--recruit .panel__body .heading .primary {
    font-size: 10vw;
    margin-left: 0
  }
  .container--recruit .panel--recruit .panel__body .heading .secondary {
    font-size: 6.5vw;
    margin-top: -3vw
  }
  .container--recruit .panel--recruit .panel__body .copy {
    font-size: 3.8vw;
    letter-spacing: .1em;
    padding: 0;
    margin: 0
  }
  .container--recruit .panel--recruit .panel__body .txt {
    margin-bottom: 3rem
  }
  .container--recruit .panel--recruit .panel__body .btn {
    width: 63%;
    margin: 7vw auto 0
  }
  .container--recruit .panel--recruit .panel__body .btn a {
    line-height: 1;
    font-size: 3.8vw;
    padding: 4vw 4vw 3vw
  }
  .container--recruit .panel--recruit .panel__body .btn i {
    font-size: 5vw;
    right: 3vw
  }
  .section--guideline {
    padding: 4.1rem 0 7.5rem
  }
  .section--guideline .heading .primary {
    font-size: 9.5vw
  }
  .section--guideline .heading .secondary {
    font-size: 6.5vw;
    margin-top: -3vw
  }
  .section--guideline .guideline__mailing-hope {
    margin: 10vw auto 0;
    padding: 8vw 5vw;
    width: 90%
  }
  .section--guideline .guideline__mailing-hope .title, .section--guideline .guideline__mailing-hope .addr {
    font-size: 3.8vw
  }
  .section--guideline .guideline__mailing-hope .addr {
    letter-spacing: .1em;
    line-height: 1.5;
    text-align: left
  }
  .section--guideline .guideline__mailing-hope .txt {
    font-size: 3.2vw;
    line-height: 1.7;
    letter-spacing: .05em;
    text-align: left;
    padding: 4vw 0 2vw
  }
  .section--guideline .btn {
      margin-top: 8vw;
    width: 71.875vw
  }
  .section--guideline .btn a {
      padding: 1.5rem 0
  }
  .section--guideline .btn i {
      font-size: 6vw;
    right: 3vw
  }
  .section--conducting__interview {
    position: relative;
  }
  .section--conducting__interview .intro {
    padding: 13vw 0
  }
  .section--conducting__interview .intro .content {
    font-size: 3.8vw;
    text-align: left;
    width: 90%;
    margin: 0 auto
  }
  .section--conducting__interview .intro .heading .primary {
    font-size: 9.5vw
  }
  .section--conducting__interview .intro .heading .secondary {
    font-size: 6.5vw;
    margin-top: -3vw
  }
  .section--conducting__interview .staff__list {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 5vw 8vw;
    padding-right: 0;
    width: 100%;
    position: absolute;
    bottom: 10vw;
    top: auto;
    left: 50%;
    transform: translate(-50%, 0)
  }
  .section--conducting__interview .staff__list--item {
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    flex: 0 0 50%;
    margin-right: 5vw;
    width: 65%
  }
  .section--conducting__interview .staff__list-img {
    height: 60vw
  }
  .section--conducting__interview .staff__list-img .top__right-in-animation {
    width: auto;
    height: 100%
  }
  .section--conducting__interview .staff__list-body {
    padding: 5vw
  }
  .section--conducting__interview .staff__list-body:after {
    font-size: 3.8vw
  }
  .section--conducting__interview .staff__list-body .position {
    font-size: 3vw;
    letter-spacing: 0;
    margin-bottom: 3vw
  }
  .section--conducting__interview .staff__list-body .name {
    font-size: 3vw;
    letter-spacing: 0
  }
  .section--conducting__interview .staff__list-body .name span {
    font-size: 3.8vw;
    letter-spacing: 0
  }
}

.section--interview .heading {
  color: #003a70;
  text-align: center;
  padding: 50px 0 75px
}

.section--interview .heading .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600
}

.section--interview .heading .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.section--interview .heading .secondary {
  font-size: 30px;
  letter-spacing: .15em;
  margin-top: -20px
}

.section--interview .heading .secondary.hedding-show {
  animation: primary .5s ease .5s 1 forwards
}

.section--interview .interview__body {
  background-color: #f4f7f7;
  padding: 80px 0 100px
}

.section--interview .interview__body .faq__item {
  margin-bottom: 70px;
  position: relative
}

.section--interview .interview__body .faq__item:last-child {
  margin-bottom: 0
}

.section--interview .interview__body .faq__item:nth-child(even) .interview__num {
  right: 45px;
  top: 45px;
}

.section--interview .interview__body .faq__item:nth-child(odd) .interview__num {
  left: 45px;
  top: 45px;
}

.section--interview .interview__body .faq__hedding {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  overflow: hidden
}

.section--interview .interview__body .faq__hedding .hedding__img {
  width: 100%;
  max-width: 1200px
}

.section--interview .interview__body .faq__hedding .hedding__txt {
  color: #fff;
  text-shadow: 0px 0px 3px #000;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  position: absolute;
  top: 50%;
  left: 130px;
  transform: translate(0, -50%)
}

.section--interview .interview__body .faq__hedding .hedding__txt.c-black {
  text-shadow: none;
  color: #000
}

.section--interview .interview__body .faq__hedding .hedding__txt .copy {
  font-size: 26px;
  line-height: 1.7;
  letter-spacing: .1em;
  margin-bottom: 30px
}

.section--interview .interview__body .faq__hedding .hedding__txt .name {
  font-size: 13px;
  letter-spacing: .15em
}

.section--interview .interview__body .faq__hedding .hedding__txt .name span {
  font-size: 22px;
  margin-left: 30px
}

.section--interview .interview__body .faq__list {
  position: relative;
  top: -30px;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  z-index: 2
}

.section--interview .interview__body .faq__title {
  font-size: 30px;
  color: #015e8e;
  text-align: center;
  padding: 60px 0;
  position: relative
}

.section--interview .interview__body .faq__item {
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
  height: 100%
}

.section--interview .interview__body .faq__body.panel {
  align-items: center;
  padding: 40px 0 80px
}

.section--interview .interview__body .faq__body.panel.reverse {
  flex-flow: row-reverse
}

.section--interview .interview__body .faq__body.panel .img {
  width: 46%;
  max-height: 320px;
  overflow: hidden
}

.section--interview .interview__body .faq__body.panel .top__right-in-animation {
  height: 320px;
  width: 100%;
  margin-left: -4%
}

.section--interview .interview__body .faq__body.panel .top__right-in-animation img {
  height: 100%;
  max-width: fit-content;
  object-fit: cover;
  object-position: center center;
}

.section--interview .interview__body .faq__body.panel .content {
  width: 54%
}

.section--interview .interview__body .faq__body.panel .box {
  width: 450px;
  margin: 45px auto
}

.section--interview .interview__body .faq__body.panel .box:last-child {
  margin-bottom: 0
}

.section--interview .interview__body .faq__body.panel .question {
  font-size: 18px;
  color: #015e8e;
  line-height: 1.5;
  margin-bottom: 15px
}

.section--interview .interview__body .faq__body.panel .answer {
  font-size: 14px;
  font-weight: 300;
  line-height: 2
}

.interview__num {
  background: linear-gradient(-65deg, #003a70, #00aabb);
  line-height: 140px;
  overflow: hidden;
  position: absolute;
  width: 150px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.interview__num span {
  color: #fff;
  font-size: 60px;
  font-family: "sans-serif";
  opacity: .7
}

.section--other-interview {
  background-color: #d7e3e7;
  padding: 80px 0 150px
}

.section--other-interview .heading {
  color: #015e8e;
  text-align: center;
  margin-bottom: 60px
}

.section--other-interview .heading .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600
}

.section--other-interview .heading .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.section--other-interview .heading .secondary {
  font-size: 30px;
  letter-spacing: .15em;
  margin-top: -20px
}

.section--other-interview .heading .secondary.hedding-show {
  animation: primary .5s ease .5s 1 forwards
}

.section--other-interview .staff__list {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}

.section--other-interview .staff__list--item {
  background-color: #fff;
  cursor: pointer;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
  width: 300px
}

.section--other-interview .staff__list--item a {
  color: #333
}

.section--other-interview .staff__list-img {
  overflow: hidden;
  height: 300px
}

.section--other-interview .staff__list-img .top__right-in-animation {
  width: auto;
  height: 100%
}

.section--other-interview .staff__list-img .top__right-in-animation img {
  width: auto;
  height: 100%;
  max-width: none
}

.section--other-interview .staff__list-body {
  letter-spacing: .12em;
  padding: 20px 0 30px 30px;
  position: relative;
  line-height: 1.5
}

.section--other-interview .staff__list-body .position {
  font-size: 13px
}

.section--other-interview .staff__list-body .name {
  margin-top: 15px
}

.section--other-interview .staff__list-body .name span {
  font-size: 18px;
  margin-left: 15px;
  vertical-align: seb
}

.section--other-interview .staff__list-body::after {
  content: "î¤";
  color: #003a70;
  font-family: "icf";
  font-size: 24px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(0, -50%)
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .section--interview .interview__body .faq__hedding {
    width: 90%
  }
  .section--interview .interview__body .faq__list {
    width: 80%
  }
  .section--interview .interview__body .faq__body.panel .box {
    width: 100%
  }
  .section--interview .interview__body .faq__body.panel .content {
    width: 50%;
    margin: 0 2%;
    margin-right: auto
  }
  .section--other-interview .staff__list {
    width: 90%
  }
  .section--other-interview .staff__list--item {
    width: calc(33.3333333333% - 20px)
  }
  .section--other-interview .staff__list-img {
    height: 32vw
  }
}

@media screen and (max-width: 767px) {
  .section--interview .heading {
    padding: 12.5vw 0
  }
  .section--interview .heading .primary {
    font-size: 9.5vw
  }
  .section--interview .heading .secondary {
    font-size: 6.5vw;
    margin-top: -3vw
  }
  .section--interview .interview__body {
    padding: 0 0 10vw
  }
  .section--interview .interview__body .faq__hedding {
    width: 100%
  }
  .section--interview .interview__body .faq__hedding .hedding__txt {
    left: 5%;
    width: 100%
  }
  .section--interview .interview__body .faq__hedding .hedding__txt .copy {
    font-size: 3.8vw;
    margin-bottom: 3vw;
  }
  .section--interview .interview__body .faq__hedding .hedding__txt .name {
    font-size: 3vw;
    line-height: 1.5
  }
  .section--interview .interview__body .faq__hedding .hedding__txt .name span {
    font-size: 3.8vw
  }
  .section--interview .interview__body .faq__list {
    top: -8vw;
    width: 90%
  }
  .section--interview .interview__body .faq__item {
    margin-bottom: 10vw
  }
  .section--interview .interview__body .faq__title {
    font-size: 5vw;
    padding: 8vw 0 6vw
  }
  .section--interview .interview__body .faq__body.panel {
    margin: 0;
    padding: 20px 0 30px;
  }
  .section--interview .interview__body .faq__body.panel .img {
    height: 47vw;
    overflow: hidden;
    width: 90%
  }
  .section--interview .interview__body .faq__body.panel.reverse .img {
    margin-left: auto
  }
  .section--interview .interview__body .faq__body.panel .top__right-in-animation {
    height: 47vw;
    margin-left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  .section--interview .interview__body .faq__body.panel .top__right-in-animation img {
    height: auto;
    max-width: 100%
  }
  .section--interview .interview__body .faq__body.panel .box {
    width: 100%;
    margin: 0 auto 20px
  }
  .section--interview .interview__body .faq__body.panel .question {
    font-size: 4.2vw;
    line-height: 1.5;
    margin-bottom: 10px
  }
  .section--interview .interview__body .faq__body.panel .answer {
    font-size: 3.8vw
  }
  .section--interview .interview__body .faq__body.panel .content {
    width: 80%;
    margin: 5vw auto 8vw
  }
  .section--interview .interview__num {
    position: static;
    text-align: center;
    margin: 0 auto;
    width: 22vw;
    height: 16vw;
    line-height: 16vw
  }
  .section--interview .interview__num span {
    font-size: 7vw;
  }
  .section--other-interview {
    padding: 14vw 0 31vw
  }
  .section--other-interview .heading {
    margin-bottom: 8vw
  }
  .section--other-interview .heading .primary {
    font-size: 6vw
  }
  .section--other-interview .heading .secondary {
    font-size: 6.5vw;
    margin-top: -3vw
  }
  .section--other-interview .staff__list {
    -webkit-overflow-scrolling: touch;
    overflow-x: scroll;
    padding: 3vw 20vw;
    padding-right: 0;
    width: 100%
  }
  .section--other-interview .staff__list .staff__list--item {
    box-shadow: 0 0 9px 0 rgba(0, 0, 0, .2);
    flex: 0 0 80%;
    margin-right: 5vw;
    width: 50%
  }
  .section--other-interview .staff__list-img {
    height: 60vw
  }
  .section--other-interview .staff__list-body {
    padding: 5vw 0 5vw 5vw
  }
  .section--other-interview .staff__list-body:after {
    font-size: 3.8vw
  }
  .section--other-interview .staff__list-body .position {
    font-size: 3vw;
    letter-spacing: 0;
    margin-bottom: 3vw
  }
  .section--other-interview .staff__list-body .name {
    font-size: 4.2vw;
    letter-spacing: 0;
    margin-top: 0
  }
  .section--other-interview .staff__list-body .name span {
    font-size: 3.8vw;
    letter-spacing: 0
  }
}

.container--message .section--hero {
  text-align: center;
  padding: 80px 0
}

.container--message .heading {
  color: #003a70;
  font-weight: 600;
  letter-spacing: .15em;
  margin-bottom: 30px
}

.container--message .heading .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600
}

.container--message .heading .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.container--message .heading .secondary {
  font-size: 30px;
  letter-spacing: .15em;
  margin-top: -20px
}

.container--message .heading .secondary.hedding-show {
  animation: primary .5s ease .1s 1 forwards
}

.container--message .section--message {
  background-color: #f4f7f7;
  padding: 80px 0 150px
}

.container--message .section--message .inner {
  width: 90%;
  margin: 0 auto
}

.container--message .section--message .message__image img {
  width: 100%
}

.container--message .section--message .message__body {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  max-width: 1000px;
  width: 80%;
  margin: -50px auto 0;
  position: relative;
  top: 0;
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .2);
  padding: 70px
}

.container--message .section--message .message__body .txt {
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1em;
  margin-bottom: 45px
}

.container--message .section--message .message__body .txt p {
  margin-bottom: 30px
}

.container--message .section--message .message__body .name {
  font-size: 20px;
  text-align: right;
  letter-spacing: .15em
}

.container--message .section--message .message__body .name span {
  display: block;
  font-size: 13px;
  margin-bottom: 10px
}

@media screen and (max-width: 767px) {
  .container--message .section--hero {
    padding: 15vw 0 13vw
  }
  .container--message .heading {
    line-height: 1;
    margin-bottom: 0
  }
  .container--message .heading .primary {
    font-size: 9.5vw
  }
  .container--message .heading .secondary {
    font-size: 6.5vw;
    margin-top: -3vw
  }
  .container--message .section--message {
    padding: 13vw 0 31vw
  }
  .container--message .section--message .inner {
    width: 100%
  }
  .container--message .section--message .message__body {
    padding: 6vw;
    margin-top: -8vw;
    width: 85%
  }
  .container--message .section--message .message__body .txt {
    font-size: 3.8vw
  }
  .container--message .section--message .message__body .txt p {
    margin-bottom: 4vw
  }
  .container--message .section--message .message__body .name {
    font-size: 4.8vw
  }
  .container--message .section--message .message__body .name span {
    font-size: 3.4vw;
    margin-bottom: 4vw
  }
}

.container--supportsystem .section--hero {
  padding: 50px 0 90px
}

.container--supportsystem .heading {
  color: #003a70;
  font-weight: 600;
  letter-spacing: .12em;
  margin-bottom: 30px
}

.container--supportsystem .heading .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600
}

.container--supportsystem .heading .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.container--supportsystem .heading .secondary {
  font-size: 30px;
  letter-spacing: .15em;
  margin-top: -20px
}

.container--supportsystem .heading .secondary.hedding-show {
  animation: primary .5s ease .1s 1 forwards
}

.supportsystem__panel__body .supportsystem__table {
  margin-top: 30px;
  width: 100%
}

.supportsystem__table table tr:last-child th, .supportsystem__table table tr:last-child td {
  padding-bottom: 30px
}

.supportsystem__table table tr:first-child th, .supportsystem__table table tr:first-child td {
  padding-top: 20px;
  padding-bottom: 30px
}

.supportsystem__table table th, .supportsystem__table table td {
  line-height: 1.8
}

.supportsystem__table table th {
  padding: 20px 45px 30px;
  width: 32%
}

.supportsystem__table table td {
  width: 68%;
  display: table-cell
}

.supportsystem__table table th.supportsystem__table__title span {
  -moz-text-align-last: center;
  text-align-last: center;
  display: block
}

@media screen and (max-width: 767px) {
  .container--supportsystem .section--hero {
    padding: 12vw 0 14vw
  }
  .container--supportsystem .heading {
    line-height: 1;
    margin-bottom: 6vw
  }
  .container--supportsystem .heading .primary {
    font-size: 9.5vw;
    letter-spacing: 0
  }
  .container--supportsystem .heading .secondary {
    font-size: 6.5vw;
    margin-top: -3vw
  }
  .supportsystem__table table th.supportsystem__table__title span {
    display: inline
  }
}

.container--maintenance .section--hero {
  padding: 50px 0 100px
}

.container--maintenance .section--hero .heading {
  color: #003a70;
  text-align: center;
  margin-bottom: 40px
}

.container--maintenance .section--hero .heading .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600
}

.container--maintenance .section--hero .heading .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.container--maintenance .section--hero .heading .secondary {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .15em;
  margin-top: -20px
}

.container--maintenance .section--hero .heading .secondary.hedding-show {
  animation: primary .5s ease .1s 1 forwards
}

.section--maintenance {
  background-color: #f4f7f7;
  padding: 80px 0 150px;
  position: relative
}

.section--maintenance .service__panel {
  z-index: 2
}

.section--maintenance__flow {
  background-color: #e7eef1;
  background-image: url(assets/img/maintenance__flow-bg.png);
  background-repeat: no-repeat;
  background-position: bottom 70px right 140px;
  padding: 85px 0 150px
}

.section--maintenance__flow .intro {
  margin-bottom: 55px
}

.section--maintenance__flow .heading {
  color: #015e8e;
  text-align: center;
  margin-bottom: 40px
}

.section--maintenance__flow .heading .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600
}

.section--maintenance__flow .heading .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.section--maintenance__flow .heading .secondary {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .15em;
  margin-top: -20px
}

.section--maintenance__flow .heading .secondary.hedding-show {
  animation: primary .5s ease .1s 1 forwards
}

.section--maintenance__flow .txt {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #015e8e;
  font-size: 18px;
  line-height: 2;
  text-align: center
}

.maintenance__flow__list .flow__list__wrapper::after {
  content: "";
  background-color: rgba(1, 94, 142, .3);
  height: 60px;
  width: 10px;
  display: block;
  margin: 0 auto
}

.maintenance__flow__list .flow__list__wrapper:last-child::after {
  display: none
}

.maintenance__flow__list .flow__list__inner {
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
  max-width: 900px;
  width: 90%;
  margin: 0 auto;
  display: flex
}

.maintenance__flow__list .flow__list__num {
  background: linear-gradient(-65deg, #003a70, #00aabb);
  width: 16%;
  justify-content: center;
  display: flex;
  align-items: center
}

.maintenance__flow__list .flow__list__num span {
  font-family: "A1æ˜Žæœ", "A1 Mincho";
  font-size: 90px;
  color: #fff;
  opacity: .7
}

.maintenance__flow__list .flow__list__body {
  width: 84%;
  padding: 50px 0 60px
}

.maintenance__flow__list .flow__list__body .inner {
  width: 88%;
  margin: 0 auto
}

.maintenance__flow__list .flow__list__title {
  color: #015e8e;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 20px
}

.maintenance__flow__list .flow__list__title span.f-min {
  font-size: 22px;
  display: block;
  margin-top: 15px
}

.maintenance__flow__list .flow__list__content {
  font-weight: 300;
  line-height: 2;
  letter-spacing: .1em
}

.maintenance__flow__list .flow__list__content a {
  display: inline-block;
  color: #003a70;
  position: relative
}

.maintenance__flow__list .flow__list__content a:after {
  content: "";
  height: 1px;
  width: 100%;
  background-color: #003a70;
  position: absolute;
  bottom: 0;
  left: 0
}

.maintenance__flow__list .flow__list__content a:hover:after {
  display: none
}

.maintenance__panel:last-child .service__panel__intro {
  margin-bottom: 0
}

@media screen and (max-width: 767px) {
  .container--maintenance .section--hero {
    padding: 13vw 0 9vw
  }
  .container--maintenance .section--hero .heading {
    margin-bottom: 6.2vw
  }
  .container--maintenance .section--hero .heading .primary {
    font-size: 9.5vw;
    line-height: .8em
  }
  .container--maintenance .section--hero .heading .secondary {
    font-size: 6.3vw;
    margin-top: -15vw
  }
  .section--maintenance {
    padding: 10vw 0 31vw
  }
  .section--maintenance__flow {
    background-size: 30%;
    background-position: bottom 7vw right -6vw;
    padding: 9vw 0 31vw
  }
  .section--maintenance__flow .intro {
    margin-bottom: 9vw
  }
  .section--maintenance__flow .heading {
    margin-bottom: 6.2vw
  }
  .section--maintenance__flow .heading .primary {
    font-size: 9.5vw;
    line-height: .8em
  }
  .section--maintenance__flow .heading .secondary {
    font-size: 6.3vw;
    margin-top: -10vw
  }
  .section--maintenance__flow .txt {
    font-size: 3.8vw;
    line-height: 1.8
  }
  .maintenance__flow__list .flow__list__wrapper {
    margin-bottom: 10vw
  }
  .maintenance__flow__list .flow__list__wrapper:after {
    display: none
  }
  .maintenance__flow__list .flow__list__wrapper:last-child {
    margin-bottom: 0
  }
  .maintenance__flow__list .flow__list__inner {
    display: block
  }
  .maintenance__flow__list .flow__list__num {
    width: 100%;
    padding: 3vw 0
  }
  .maintenance__flow__list .flow__list__num span {
    font-size: 13vw
  }
  .maintenance__flow__list .flow__list__body {
    padding: 8vw 0;
    width: 100%
  }
  .maintenance__flow__list .flow__list__title {
    text-align: center;
    font-size: 5.5vw;
    line-height: 1.5
  }
  .maintenance__flow__list .flow__list__title span.f-min {
    font-size: 4vw;
    display: inline
  }
  .maintenance__flow__list .flow__list__content {
    font-size: 3.8vw
  }
}

.container--dispatch .section--hero .heading {
  color: #003a70;
  text-align: center;
  margin-bottom: 10px
}

.container--dispatch .section--hero .heading .primary {
  font-size: 70px;
  font-weight: 600;
  letter-spacing: .07em
}

.container--dispatch .section--hero .heading .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.container--dispatch .section--hero .heading .secondary {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .15em;
  margin-top: -20px
}

.container--dispatch .section--hero .heading .secondary.hedding-show {
  animation: primary .5s ease .1s 1 forwards
}

.section--dispatch {
  background-color: #f4f7f7;
  padding: 80px 0 150px
}

.section--dispatch .dispatch__img__wrapper {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  overflow: hidden
}

@media screen and (max-width: 767px) {
  .container--dispatch .section--hero {
    padding: 9vw 0
  }
  .container--dispatch .section--hero .heading {
    margin-bottom: 3vw
  }
  .container--dispatch .section--hero .heading .primary {
    font-size: 7vw;
    line-height: 1;
    margin-top: -2vw
  }
  .container--dispatch .section--hero .heading .secondary {
    font-size: 5vw;
    line-height: 1;
    margin-top: -2vw
  }
  .section--dispatch {
    padding: 10vw 0 31vw
  }
}

.container--products .section--hero .heading {
  color: #003a70;
  text-align: center;
  margin-bottom: 10px
}

.container--products .section--hero .heading .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600
}

.container--products .section--hero .heading .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.container--products .section--hero .heading .secondary {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .15em;
  margin-top: -20px
}

.container--products .section--hero .heading .secondary.hedding-show {
  animation: primary .5s ease .1s 1 forwards
}

.container--products .section--parts {
  background-color: #f4f7f7;
  padding-bottom: 150px;
  margin: 0;
  width: 100%
}

.container--products .section--parts .btn {
  width: 1000px;
  margin: 0 auto
}

.container--products .section--parts .gradation__slide-in a {
  background-color: #fff
}

.section--products {
  background-color: #f4f7f7;
  padding: 80px 0
}

.section--products__content {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative
}

.section--products__img {
  overflow: hidden;
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  z-index: 0
}
.hero--works .section--products__img img{
	width: 100%;
}

.section--products__body {
  background-color: rgba(255, 255, 255, .9);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2);
  padding: 50px 0;
  margin: 0px auto 50px;
  width: 70%;
  max-width: 700px;
}

.section--products__body p {
  font-weight: 300;
  line-height: 2;
  margin: 0 auto;
  width: 80%
}
.section--products__body p+p{
	margin-top: 1em;
}

.section--products .btn {
  background-color: #015e8e;
  border: 1px solid #015e8e;
  cursor: pointer;
  margin: 0 auto;
  height: auto;
  width: 430px;
}
.section--products .btn a {
  color: #fff;
  line-height: 1;
  padding: 30px 0;
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .container--products .section--parts .btn {
    width: 80%
  }
}

@media screen and (max-width: 767px) {
  .container--products .section--hero {
    padding: 9vw 0
  }
  .container--products .section--hero .heading {
    margin-bottom: 3vw
  }
  .container--products .section--hero .heading .primary {
    font-size: 7vw;
    line-height: 1;
    margin-top: -2vw
  }
  .container--products .section--hero .heading .secondary {
    font-size: 5vw;
    line-height: 1.4;
    margin-top: -2vw
  }
  .container--products .section--parts {
    padding-bottom: 31vw
  }
  .section--products {
    padding: 13vw 0
  }
  .section--products__content {
    width: 90%;
    margin: 0 auto
  }
  .section--products__body {
    position: static;
    transform: none;
    padding: 8vw 0;
    width: 100%
  }
  .section--products__body p {
    font-size: 3.8vw
  }
  .container--products .section--parts .btn {
    width: 85%
  }
  .section--products .btn {
    margin-top: 8vw;
  width: 71.875vw
  }
  .section--products .btn a {
      padding: 1.5rem 0
  }
  .section--products .btn i {
      font-size: 6vw;
    right: 3vw
  }

}

.container--auxiliary .section--hero {
  padding: 50px 0 100px
}

.container--auxiliary .section--hero .heading {
  color: #003a70;
  text-align: center;
  margin-bottom: 40px
}

.container--auxiliary .section--hero .heading .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600
}

.container--auxiliary .section--hero .heading .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.container--auxiliary .section--hero .heading .secondary {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .15em;
  margin-top: -20px
}

.container--auxiliary .section--hero .heading .secondary.hedding-show {
  animation: primary .5s ease .1s 1 forwards
}

.section--auxiliary {
  background-color: #f4f7f7
}

.section--auxiliary .inner {
  padding: 80px 0 150px
}

.auxiliary__panel:nth-child(2) .body__content {
  padding-right: 100px
}

.auxiliary__box__option {
  display: flex;
  justify-content: space-between;
  width: 95%;
  max-width: 800px;
  margin: 60px auto 0
}

.auxiliary__box__option .img-set {
  width: 30.8333333333%;
  overflow: hidden
}

.auxiliary__box__option p {
  font-size: 16px;
  margin-top: 15px
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .container--auxiliary .section--hero .heading .primary.hedding-show {
    font-size: 7vw
  }
}

@media screen and (max-width: 767px) {
  .container--auxiliary .section--hero {
    padding: 13vw 0 9vw
  }
  .container--auxiliary .section--hero .heading {
    margin-bottom: 6.2vw
  }
  .container--auxiliary .section--hero .heading .primary {
    font-size: 9.5vw;
    line-height: .8em
  }
  .container--auxiliary .section--hero .heading .secondary {
    font-size: 6.3vw;
    margin-top: -15vw
  }
  .section--auxiliary .inner {
    padding: 13vw 0 31vw
  }
  .section--auxiliary .service__panel__heading {
    margin-bottom: 5vw
  }
  .auxiliary__panel .point02__heading {
    margin-bottom: 4vw
  }
  .auxiliary__panel:nth-child(2) .body__content {
    padding-right: 0
  }
  .auxiliary__box__option {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    width: 88%
  }
  .auxiliary__box__option .img-set {
    flex: 0 0 70%;
    margin-right: 4%
  }
  .auxiliary__box__option p {
    font-size: 3.8vw;
    margin-top: 2vw
  }
}

.container--buildingmaintenance .section--buildingmaintenance {
  position: relative
}

.container--buildingmaintenance .section--buildingmaintenance .inner {
  z-index: 1;
  position: relative
}

.container--buildingmaintenance .section--hero .heading {
  color: #003a70;
  text-align: center;
  margin-bottom: 40px
}

.container--buildingmaintenance .section--hero .heading .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600
}

.container--buildingmaintenance .section--hero .heading .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.container--buildingmaintenance .section--hero .heading .secondary {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .15em;
  margin-top: -20px
}

.container--buildingmaintenance .section--hero .heading .secondary.hedding-show {
  animation: primary .5s ease .1s 1 forwards
}

.section--buildingmaintenance {
  background-color: #f4f7f7;
  padding: 80px 0 150px
}

.section--buildingmaintenance .service__panel__heading {
  margin-bottom: 15px
}

.buildingmaintenance__main-img {
  overflow: hidden;
  width: 80%;
  max-width: 640px;
  margin: 50px auto 0
}

.buildingmaintenance__bfaf {
  width: 80%;
  max-width: 780px;
  margin: 50px auto 0
}

.buildingmaintenance__panel__body {
  width: 80%;
  max-width: 640px;
  margin: 60px auto 0
}

.buildingmaintenance__panel__body .center--border__title {
  font-weight: 600
}

.buildingmaintenance__panel__body .content p {
  color: #015e8e;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: .15em;
  margin: 25px 0 30px;
  text-align: center
}

.buildingmaintenance__panel__body ul {
  width: 560px;
  max-width: 100%;
  margin: 0 auto
}

.buildingmaintenance__panel__body ul li:last-child {
  margin-bottom: 0
}

.buildingmaintenance__panel__body ul li:last-child::after {
  display: none
}

.buildingmaintenance__panel__body li {
  background-color: #015e8e;
  color: #fff;
  font-size: 20px;
  letter-spacing: .07em;
  line-height: 1;
  margin-bottom: 35px;
  padding: 15px 0;
  position: relative;
  text-align: center
}

.buildingmaintenance__panel__body li:nth-child(even) {
  background-color: #c1eaff;
  color: #015e8e
}

.buildingmaintenance__panel__body li:after {
  content: "";
  width: 5px;
  height: 35px;
  background-color: rgba(1, 94, 142, .3);
  display: block;
  position: absolute;
  left: 50%;
  bottom: -35px
}

@media only screen and (min-width: 680px)and (max-width: 1024px) {
  .container--buildingmaintenance .section--hero .heading .primary.hedding-show {
    font-size: 7vw
  }
  .container--buildingmaintenance .section--hero .txt {
    font-size: 2.8vw
  }
}

@media screen and (max-width: 767px) {
  .section--buildingmaintenance {
    padding: 10vw 0 31vw
  }
  .container--buildingmaintenance .section--hero {
    padding: 13vw 0 9vw
  }
  .container--buildingmaintenance .section--hero .txt {
    width: 92%;
    margin: 0 auto
  }
  .container--buildingmaintenance .section--hero .heading {
    margin-bottom: 6.2vw
  }
  .container--buildingmaintenance .section--hero .heading .primary {
    font-size: 9.5vw;
    line-height: .9em
  }
  .container--buildingmaintenance .section--hero .heading .secondary {
    font-size: 6.3vw;
    margin-top: -15vw
  }
  .container--buildingmaintenance .service__panel__intro {
    letter-spacing: .14em;
    margin: 0 auto 7.5vw;
    width: 88%
  }
  .center--border__title span {
    margin: 0 2em;
    font-size: 1em
  }
  .buildingmaintenance__bfaf, .buildingmaintenance__main-img {
    margin: 0 auto
  }
  .buildingmaintenance__panel__body {
    margin: 0 auto;
    width: 85%
  }
  .buildingmaintenance__panel__body .content p {
    font-size: 3.8vw;
    margin: 5vw 0 4vw;
    line-height: 1.8
  }
  .buildingmaintenance__panel__body li {
    padding: 3vw 0 4vw;
    font-size: 4.3vw;
    margin-bottom: 4vw;
    line-height: 1.5
  }
  .buildingmaintenance__panel__body li:after {
    width: 1vw
  }
}

.hide {
  display: none
}

.form__select-radio input[type=radio] {
  display: none
}

.mwform-radio-field-text::before, .mwform-radio-field-text::after {
  display: none !important
}

.larger.page:last-child+.extend, .previouspostslink+.extend {
  display: none !important
}

@media screen and (max-width: 767px) {
  .wp-pagenavi {
    padding: 8vw 0
  }
  .wp-pagenavi a, .wp-pagenavi span.current {
    margin-right: 3vw;
    padding: 2.5vw 2.4vw;
    border: 1px solid #003a70
  }
  .wp-pagenavi span.extend {
    padding-right: 4vw;
    vertical-align: middle;
    font-size: 3vw
  }
  .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
    background-color: rgba(0, 0, 0, 0);
    display: inline;
    font-size: 3vw;
    color: rgba(0, 0, 0, 0)
  }
  .wp-pagenavi .nextpostslink::before, .wp-pagenavi .previouspostslink::before {
    font-size: 3vw
  }
  .wp-pagenavi .nextpostslink {
    margin-left: 2vw
  }
  .wp-pagenavi .previouspostslink {
    margin-right: 5vw
  }
}

.container--engineering .section--hero .heading {
  color: #003a70;
  text-align: center;
  margin-bottom: 40px
}

.container--engineering .section--hero .heading .primary {
  font-size: 70px;
  letter-spacing: .07em;
  font-weight: 600
}

.container--engineering .section--hero .heading .primary.hedding-show {
  animation: secondary .5s ease 0s 1 forwards
}

.container--engineering .section--hero .heading .secondary {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .15em;
  margin-top: -20px
}

.container--engineering .section--hero .heading .secondary.hedding-show {
  animation: primary .5s ease .1s 1 forwards
}

.section--engineering {
  background-color: #f4f7f7;
  padding: 80px 0 150px
}

.section--engineering .inner {
  width: 900px;
  margin: 0 auto
}

.section--engineering .center--border__title {
  width: 640px;
  margin: 0 auto
}

.section--engineering .pattern {
  margin-top: 60px;
  padding-bottom: 60px;
  background-color: #fff;
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, .2)
}

.section--engineering .pattern .heading {
  background: linear-gradient(-65deg, #003a70, #00aabb);
  color: #fff;
  font-size: 22px;
  display: flex;
  align-items: center;
  padding: 25px 180px 20px 30px;
  letter-spacing: .04em
}

.section--engineering .pattern .heading .num {
  font-family: "A1æ˜Žæœ", "A1 Mincho";
  font-size: 85px;
  font-weight: 300;
  opacity: .7;
  margin-right: 30px;
  letter-spacing: .1em
}

.section--engineering .pattern .heading .detail {
  line-height: 1.8
}

.section--engineering .pattern .body {
  font-weight: 300;
  margin: 0 auto;
  padding: 40px 0 0;
  width: 780px
}

.section--engineering .pattern .body .title {
  color: #015e8e;
  font-size: 22px;
  line-height: 1.8;
  letter-spacing: .1em;
  margin-bottom: 20px
}

.section--engineering .pattern .body .content {
  line-height: 2;
  letter-spacing: .1em;
  margin-bottom: 20px
}

.section--engineering .pattern .ime-name {
  font-size: 12px;
  text-align: center
}

.section--engineering .pattern .img-set {
  padding: 20px 0
}

.section--engineering .pattern .img-set .img-box {
  margin: 0 auto;
  overflow: hidden
}

.section--engineering .pattern .img-set.one .img-box {
  width: 450px
}

.section--engineering .pattern .img-set.two {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 760px
}

.section--engineering .pattern .img-set.two .img-box {
  width: 48%;
  margin: 0%
}

.section--engineering .pattern .download-btn {
  margin: 30px auto 0;
  width: 360px
}

.section--engineering .pattern .download-btn i {
  font-size: 24px
}

.section--engineering .pattern .download-btn i:before {
  color: #0288cd
}

.section--engineering .pattern .download-btn.boder-gradation {
  border-left: solid 1px #00aabb;
  border-right: solid 1px #003a70;
  box-sizing: border-box;
  height: 60px
}

.section--engineering .pattern .download-btn.boder-gradation:before, .section--engineering .pattern .download-btn.boder-gradation:after {
  height: 1px
}

.section--engineering .pattern .download-btn a {
  font-size: 16px;
  letter-spacing: .1em;
  color: #0288cd
}

.section--engineering .pattern .download-btn a:hover {
  color: #fff
}

@media screen and (max-width: 767px) {
  .container--engineering .section--hero .heading {
    margin-bottom: 6.2vw
  }
  .container--engineering .section--hero .heading .primary {
    font-size: 9.5vw;
    line-height: .9em
  }
  .container--engineering .section--hero .heading .secondary {
    font-size: 6.3vw;
    margin-top: -15vw
  }
  .section--engineering {
    padding: 13vw 0 31vw
  }
  .section--engineering .inner {
    width: 88%
  }
  .section--engineering .center--border__title, .section--engineering .pattern {
    width: 100%
  }
  .section--engineering .pattern {
    margin-top: 8vw;
    padding-bottom: 12.5vw
  }
  .section--engineering .pattern .heading {
    font-size: 3.8vw;
    letter-spacing: .05em;
    padding: 5vw 3vw 5vw 5vw
  }
  .section--engineering .pattern .heading .num {
    font-size: 13.5vw;
    letter-spacing: .03em;
    margin-right: 3vw
  }
  .section--engineering .pattern .body {
    padding: 6vw 0 0;
    width: 82%
  }
  .section--engineering .pattern .body .title {
    font-size: 3.8vw;
    margin-bottom: 4vw
  }
  .section--engineering .pattern .body .content {
    font-size: 3.5vw;
    margin-bottom: 4vw
  }
  .section--engineering .pattern .img-set {
    padding: 4vw 0 6vw
  }
  .section--engineering .pattern .img-set .img-box {
    margin: 0 auto
  }
  .section--engineering .pattern .img-set.one .img-box, .section--engineering .pattern .img-set.two .img-box {
    width: 82%
  }
  .section--engineering .pattern .img-set.two {
    display: block;
    width: 100%
  }
  .section--engineering .pattern .img-set.two .img-box {
    margin: 0 auto 6vw
  }
  .section--engineering .pattern .img-set.two .img-box:last-child {
    margin-bottom: 0
  }
  .section--engineering .pattern .ime-name {
    font-size: 3.2vw
  }
  .section--engineering .pattern .download-btn.boder-gradation {
    margin-top: 6vw;
    width: 80%;
    height: 100%
  }
  .section--engineering .pattern .download-btn a {
    font-size: 3.2vw;
    line-height: 2;
    padding: 3vw 0
  }
  .section--engineering .pattern .download-btn i {
    font-size: 4vw;
    right: 4vw
  }
}
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

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

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
