@charset "UTF-8";
/* Line Height ----- */
.lh-15 {
  line-height: 1.5;
}

.lh-17 {
  line-height: 1.7;
}

.lh-20 {
  line-height: 2;
}

/* Flex Box ----- */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .flex.sp-br {
    display: block;
  }
}

/* Padding ----- */
.pt-0 {
  padding-top: 0px;
}
.pt-5 {
  padding-top: 3px;
}
.pt-10 {
  padding-top: 6px;
}
.pt-15 {
  padding-top: 9px;
}
.pt-20 {
  padding-top: 12px;
}
.pt-25 {
  padding-top: 15px;
}
.pt-30 {
  padding-top: 18px;
}
.pt-35 {
  padding-top: 21px;
}
.pt-40 {
  padding-top: 24px;
}

@media screen and (min-width: 576px) {
  .pt-0 {
    padding-top: 0px;
  }
  .pt-5 {
    padding-top: 5px;
  }
  .pt-10 {
    padding-top: 10px;
  }
  .pt-15 {
    padding-top: 15px;
  }
  .pt-20 {
    padding-top: 20px;
  }
  .pt-25 {
    padding-top: 25px;
  }
  .pt-30 {
    padding-top: 30px;
  }
  .pt-35 {
    padding-top: 35px;
  }
  .pt-40 {
    padding-top: 40px;
  }
}
.pr-0 {
  padding-right: 0px;
}
.pr-5 {
  padding-right: 3px;
}
.pr-10 {
  padding-right: 6px;
}
.pr-15 {
  padding-right: 9px;
}
.pr-20 {
  padding-right: 12px;
}
.pr-25 {
  padding-right: 15px;
}
.pr-30 {
  padding-right: 18px;
}
.pr-35 {
  padding-right: 21px;
}
.pr-40 {
  padding-right: 24px;
}

@media screen and (min-width: 576px) {
  .pr-0 {
    padding-right: 0px;
  }
  .pr-5 {
    padding-right: 5px;
  }
  .pr-10 {
    padding-right: 10px;
  }
  .pr-15 {
    padding-right: 15px;
  }
  .pr-20 {
    padding-right: 20px;
  }
  .pr-25 {
    padding-right: 25px;
  }
  .pr-30 {
    padding-right: 30px;
  }
  .pr-35 {
    padding-right: 35px;
  }
  .pr-40 {
    padding-right: 40px;
  }
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-5 {
  padding-bottom: 3px;
}
.pb-10 {
  padding-bottom: 6px;
}
.pb-15 {
  padding-bottom: 9px;
}
.pb-20 {
  padding-bottom: 12px;
}
.pb-25 {
  padding-bottom: 15px;
}
.pb-30 {
  padding-bottom: 18px;
}
.pb-35 {
  padding-bottom: 21px;
}
.pb-40 {
  padding-bottom: 24px;
}

@media screen and (min-width: 576px) {
  .pb-0 {
    padding-bottom: 0px;
  }
  .pb-5 {
    padding-bottom: 5px;
  }
  .pb-10 {
    padding-bottom: 10px;
  }
  .pb-15 {
    padding-bottom: 15px;
  }
  .pb-20 {
    padding-bottom: 20px;
  }
  .pb-25 {
    padding-bottom: 25px;
  }
  .pb-30 {
    padding-bottom: 30px;
  }
  .pb-35 {
    padding-bottom: 35px;
  }
  .pb-40 {
    padding-bottom: 40px;
  }
}
.pl-0 {
  padding-left: 0px;
}
.pl-5 {
  padding-left: 3px;
}
.pl-10 {
  padding-left: 6px;
}
.pl-15 {
  padding-left: 9px;
}
.pl-20 {
  padding-left: 12px;
}
.pl-25 {
  padding-left: 15px;
}
.pl-30 {
  padding-left: 18px;
}
.pl-35 {
  padding-left: 21px;
}
.pl-40 {
  padding-left: 24px;
}

@media screen and (min-width: 576px) {
  .pl-0 {
    padding-left: 0px;
  }
  .pl-5 {
    padding-left: 5px;
  }
  .pl-10 {
    padding-left: 10px;
  }
  .pl-15 {
    padding-left: 15px;
  }
  .pl-20 {
    padding-left: 20px;
  }
  .pl-25 {
    padding-left: 25px;
  }
  .pl-30 {
    padding-left: 30px;
  }
  .pl-35 {
    padding-left: 35px;
  }
  .pl-40 {
    padding-left: 40px;
  }
}
/* Font Size ----- */
/* 10px */
[class*=font--3] {
  font-size: 0.625em;
}

/* 12px */
[class*=font--2] {
  font-size: 0.75em;
}

/* 14px */
[class*=font--1] {
  font-size: 0.875em;
}

/* 16px */
[class*=font-0] {
  font-size: 1em;
}

/* 18px */
[class*=font-1] {
  font-size: 1.125em;
}

/* 21px */
[class*=font-2] {
  font-size: 1.3125em;
}

/* 24px */
[class*=font-3] {
  font-size: 1.5em;
}

/* 30px */
[class*=font-4] {
  font-size: 1.875em;
}

/* 36px */
[class*=font-5] {
  font-size: 2.25em;
}

/* 48px */
[class*=font-6] {
  font-size: 3em;
}

@media screen and (min-width: 576px) {
  /* 10px */
  [class*=font--3] {
    font-size: 0.625em;
  }
  /* 12px */
  [class*=font--2] {
    font-size: 0.75em;
  }
  /* 14px */
  [class*=font--1] {
    font-size: 0.875em;
  }
  /* 16px */
  [class*=font-0] {
    font-size: 1em;
  }
  /* 18px */
  [class*=font-1] {
    font-size: 1.125em;
  }
  /* 21px */
  [class*=font-2] {
    font-size: 1.3125em;
  }
  /* 24px */
  [class*=font-3] {
    font-size: 1.5em;
  }
  /* 30px */
  [class*=font-4] {
    font-size: 1.875em;
  }
  /* 36px */
  [class*=font-5] {
    font-size: 2.25em;
  }
  /* 48px */
  [class*=font-6] {
    font-size: 3em;
  }
  /* 10px */
  [class*=font-][class*=-mid--3] {
    font-size: 0.625em !important;
  }
  /* 12px */
  [class*=font-][class*=-mid--2] {
    font-size: 0.75em !important;
  }
  /* 14px */
  [class*=font-][class*=-mid--1] {
    font-size: 0.875em !important;
  }
  /* 16px */
  [class*=font-][class*=-mid-0] {
    font-size: 1em !important;
  }
  /* 18px */
  [class*=font-][class*=-mid-1] {
    font-size: 1.125em !important;
  }
  /* 21px */
  [class*=font-][class*=-mid-2] {
    font-size: 1.3125em !important;
  }
  /* 24px */
  [class*=font-][class*=-mid-3] {
    font-size: 1.5em !important;
  }
  /* 30px */
  [class*=font-][class*=-mid-4] {
    font-size: 1.875em !important;
  }
  /* 36px */
  [class*=font-][class*=-mid-5] {
    font-size: 2.25em !important;
  }
  /* 48px */
  [class*=font-][class*=-mid-6] {
    font-size: 3em !important;
  }
}
@media screen and (min-width: 768px) {
  /* 10px */
  [class*=font-][class*=-xmd--3] {
    font-size: 0.625em !important;
  }
  /* 12px */
  [class*=font-][class*=-xmd--2] {
    font-size: 0.75em !important;
  }
  /* 14px */
  [class*=font-][class*=-xmd--1] {
    font-size: 0.875em !important;
  }
  /* 16px */
  [class*=font-][class*=-xmd-0] {
    font-size: 1em !important;
  }
  /* 18px */
  [class*=font-][class*=-xmd-1] {
    font-size: 1.125em !important;
  }
  /* 21px */
  [class*=font-][class*=-xmd-2] {
    font-size: 1.3125em !important;
  }
  /* 24px */
  [class*=font-][class*=-xmd-3] {
    font-size: 1.5em !important;
  }
  /* 30px */
  [class*=font-][class*=-xmd-4] {
    font-size: 1.875em !important;
  }
  /* 36px */
  [class*=font-][class*=-xmd-5] {
    font-size: 2.25em !important;
  }
  /* 48px */
  [class*=font-][class*=-xmd-6] {
    font-size: 3em !important;
  }
}
@media screen and (max-width: 767px) {
  /* 12px */
  .font--3 {
    font-size: 0.75em;
  }
  /* 13px */
  .font--2 {
    font-size: 0.815em;
  }
  /* 16px */
  .font-1 {
    font-size: 1em;
  }
  /* 18px */
  .font-2 {
    font-size: 1.125em;
  }
  /* 20px */
  .font-3 {
    font-size: 1.25em;
  }
  /* 22px */
  .font-4 {
    font-size: 1.375em;
  }
  /* 24px */
  .font-5 {
    font-size: 1.5em;
  }
  /* 36px */
  .font-6 {
    font-size: 1.875em;
  }
  /* 10px */
  [class*=font-][class*=-min--3] {
    font-size: 0.625em !important;
  }
  /* 12px */
  [class*=font-][class*=-min--2] {
    font-size: 0.75em !important;
  }
  /* 14px */
  [class*=font-][class*=-min--1] {
    font-size: 0.875em !important;
  }
  /* 16px */
  [class*=font-][class*=-min-0] {
    font-size: 1em !important;
  }
  /* 18px */
  [class*=font-][class*=-min-1] {
    font-size: 1.125em !important;
  }
  /* 21px */
  [class*=font-][class*=-min-2] {
    font-size: 1.3125em !important;
  }
  /* 24px */
  [class*=font-][class*=-min-3] {
    font-size: 1.5em !important;
  }
  /* 30px */
  [class*=font-][class*=-min-4] {
    font-size: 1.875em !important;
  }
  /* 36px */
  [class*=font-][class*=-min-5] {
    font-size: 2.25em !important;
  }
  /* 48px */
  [class*=font-][class*=-min-6] {
    font-size: 3em !important;
  }
}
/* Text Align ----- */
.tAc {
  text-align: left !important;
}

.tAl {
  text-align: left !important;
}

.tAr {
  text-align: left !important;
}

@media screen and (min-width: 576px) {
  .tAc, .xtAc {
    text-align: center !important;
  }
  .tAl, .xtAl {
    text-align: left !important;
  }
  .tAr, .xtAr {
    text-align: right !important;
  }
}
/* Font Weight ----- */
.bold {
  font-weight: bold;
}

.bold-off {
  font-weight: normal;
}

/* Space ----- */
.space {
  padding-top: 30px;
}

.space-half {
  padding-top: 15px;
}

.space-ptit {
  padding-top: 7px;
}

@media screen and (min-width: 576px) {
  .space {
    padding-top: 45px;
  }
  .space-half {
    padding-top: 20px;
  }
  .space-ptit {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .space {
    padding-top: 60px;
  }
  .space-half {
    padding-top: 30px;
  }
  .space-ptit {
    padding-top: 15px;
  }
}
html {
  width: 100%;
  height: 100%;
  font-size: 100%;
}

body {
  position: relative;
  width: 100%;
  height: 100%;
  font-size: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  line-height: 1.8em;
  margin: 0;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 0.875em;
  }
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* スマホのハイライトデザインを無効にする */
}
a:focus {
  outline: none;
}

.remove {
  position: relative;
  overflow: hidden;
  display: block;
  width: 100%;
  height: 0;
  font-size: 0.5em;
  text-align: left;
  text-indent: -9999px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/******************************************************************************************************
 * common
 *****************************************************************************************************/
.bar {
  font-family: "Barlow", sans-serif;
}

h2 .ja {
  padding-left: 15px;
}
h2 .ja.pl-0 {
  padding-left: 0;
}
h2 .color {
  color: #37B8BF;
}
h2 .color02 {
  color: #00B2DA;
}
h2 .color03 {
  color: #0080B7;
}

h2,
h3 {
  line-height: 1.7;
}

p {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .xs-center {
    text-align: center;
  }
}

a.more {
  position: relative;
  padding-right: 30px;
}
a.more:after {
  content: "";
  width: 6px;
  height: 8px;
  background-image: url(../img/btn-arw-w.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.btn-wrap {
  display: inline-block;
  max-width: 320px;
  width: 100%;
  margin: 0 auto;
  border: solid 1px #009CCD;
}
.btn-wrap a {
  background-color: #fff;
  width: 100%;
  padding: 15px;
  display: block;
  position: relative;
}
.btn-wrap a:after {
  content: "";
  width: 4px;
  height: 7px;
  background-image: url(../img/btn-arw.png);
  background-size: contain;
  background-position: center;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn-wrap a:hover:after {
  -webkit-transform: translate(6px, -50%);
          transform: translate(6px, -50%);
}

header {
  padding-left: 15px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 99;
}
header .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
header .inner .bars {
  display: none;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
}
@media screen and (max-width: 767px) {
  header .inner .bars {
    width: 34px;
  }
}
header .inner .bars .bars-inner {
  position: relative;
  height: 28px;
}
@media screen and (max-width: 767px) {
  header .inner .bars .bars-inner {
    height: 20px;
  }
}
header .inner .bars span {
  width: 100%;
  height: 1px;
  background-color: #009CCD;
  display: block;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  left: 0;
}
header .inner .bars span:first-of-type {
  top: 0;
}
header .inner .bars span:nth-of-type(2) {
  top: 50%;
}
header .inner .bars span:last-of-type {
  bottom: 0;
}
@media screen and (max-width: 1199px) {
  header .inner .bars {
    display: block;
  }
}
header .inner .bars.open span:first-of-type {
  top: 15%;
  -webkit-transform: rotate(45deg) translateX(20%);
          transform: rotate(45deg) translateX(20%);
  left: -10%;
}
header .inner .bars.open span:nth-of-type(2) {
  -webkit-transform: translateX(15px);
          transform: translateX(15px);
  opacity: 0;
}
header .inner .bars.open span:last-of-type {
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  left: 4%;
}
header a.head-logo {
  width: 200px;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media screen and (max-width: 1199px) {
  header a.head-logo {
    margin-top: 8px;
    margin-bottom: 8px;
  }
}
@media screen and (max-width: 991px) {
  header a.head-logo {
    width: 160px;
  }
}
@media screen and (max-width: 767px) {
  header a.head-logo {
    width: 120px;
  }
}
header a.head-logo .remove {
  background-image: url(../img/logo.png);
  padding-top: 30.8406296784%;
}
header nav {
  height: 100%;
}
header nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  margin-bottom: 0;
  height: 100%;
}
header nav ul li.sns a {
  width: 36px;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 6px;
}
header nav ul li.sns a:after {
  content: none;
}
header nav ul li.sns a:hover {
  opacity: 0.7;
}
header nav ul li.li-tel a {
  width: 200px;
}
header nav ul li.li-tel a:after {
  content: none;
}
header nav ul li.li-tel a:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1399px) {
  header nav ul li.li-tel a {
    width: 170px;
  }
}
header nav ul li.li-contact {
  height: 100%;
  margin-left: 15px;
}
@media screen and (max-width: 1199px) {
  header nav ul li.li-contact {
    height: auto;
    margin-top: 10px;
  }
}
header nav ul li.li-contact a {
  background: -webkit-gradient(linear, left bottom, right top, from(#00B1DE), to(#0080B7));
  background: linear-gradient(to top right, #00B1DE, #0080B7);
  color: #fff;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 200px;
}
header nav ul li.li-contact a:after {
  content: none;
}
header nav ul li.li-contact a:hover {
  color: #fff;
  opacity: 0.7;
}
@media screen and (max-width: 1399px) {
  header nav ul li.li-contact a {
    width: 170px;
  }
}
header nav ul li.li-contact a span {
  position: relative;
  padding-left: 25px;
}
header nav ul li.li-contact a span:before {
  content: "";
  width: 20px;
  height: 15px;
  background-image: url(../img/head-mail.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
header nav ul li a {
  padding: 0 15px;
  display: block;
  font-weight: bold;
  position: relative;
}
header nav ul li a:after {
  content: "";
  height: 1px;
  background-color: #333;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 1199px) {
  header nav ul li a:after {
    bottom: 8px;
  }
}
header nav ul li a:hover {
  text-decoration: none;
  color: inherit;
}
header nav ul li a:hover:after {
  width: calc(100% - 20px);
}
@media screen and (max-width: 1399px) {
  header nav ul li a {
    font-size: 0.9em;
    padding: 0 10px;
  }
}
@media screen and (max-width: 1199px) {
  header nav ul li a {
    padding: 8px 15px;
  }
}
@media screen and (max-width: 1199px) {
  header nav {
    position: fixed;
    left: 0;
    top: 78px;
    background-color: rgba(255, 255, 255, 0.95);
    padding-left: 15px;
    padding-right: 15px;
    z-index: 99;
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header nav ul {
    display: block;
  }
  header nav.open {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@media screen and (max-width: 991px) {
  header nav {
    top: 65px;
  }
}
@media screen and (max-width: 767px) {
  header nav {
    top: 53px;
  }
}

.clear-area {
  width: 0;
  height: 0;
  position: fixed;
  z-index: 98;
}
.clear-area.open {
  width: 100%;
  height: 100%;
}

/******************************************************************************************************
 * TOP
 *****************************************************************************************************/
#fv {
  padding-top: 51.3020833333%;
  background-image: url(../img/fv.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  #fv {
    padding-top: 120%;
    background-image: url(../img/fv-sp.jpg);
  }
}
#fv .text {
  position: absolute;
  left: 12.5%;
  top: 18.7817258883%;
  width: 39.84375%;
}
@media screen and (max-width: 767px) {
  #fv .text {
    width: 80.8%;
    left: 50%;
    top: 13.6%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#fv .text .remove {
  padding-top: 24.9673202614%;
  background-image: url(../img/fv-text.png);
}
@-webkit-keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  49% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@keyframes animate-panel {
  0% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
  49% {
    -webkit-transform-origin: left top;
            transform-origin: left top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  50% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
  }
  100% {
    -webkit-transform-origin: right top;
            transform-origin: right top;
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
@-webkit-keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  100% {
    visibility: visible;
  }
}
#fv .text {
  display: inline-block;
}
#fv .text .text-cover {
  position: relative;
  visibility: hidden;
}
#fv .text .text-cover::after {
  content: "";
  background: #00a0d1;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  visibility: visible;
}
#fv .fv-logo {
  position: absolute;
  right: 13.5416666667%;
  top: 18.6802030457%;
  width: 29.9479166667%;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
  -webkit-filter: grayscale(1) blur(10px);
          filter: grayscale(1) blur(10px);
  opacity: 0;
}
@media screen and (max-width: 767px) {
  #fv .fv-logo {
    width: 80.8%;
    right: auto;
    left: 50%;
    top: 35.5%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#fv .fv-logo .remove {
  background-image: url(../img/logo.png);
  padding-top: 30.8406296784%;
}
#fv .fv-circle {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 65.833333%;
  -webkit-transform: translate(50%, 50%);
          transform: translate(50%, 50%);
}
@media screen and (max-width: 767px) {
  #fv .fv-circle {
    width: 100%;
  }
}
#fv .fv-circle .remove {
  background-image: url(../img/fv-circle.png);
  padding-top: 95.8923616846%;
}
#fv.action .text-cover {
  -webkit-animation-name: animate-content;
          animation-name: animate-content;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#fv.action .text-cover::after {
  -webkit-animation-name: animate-panel;
          animation-name: animate-panel;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-play-state: running;
          animation-play-state: running;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
#fv.action .fv-logo {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
  opacity: 1;
}
#fv.action .fv-circle {
  -webkit-animation: kaiten 40s infinite linear;
          animation: kaiten 40s infinite linear;
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes kaiten {
  0% {
    -webkit-transform: translate(50%, 50%) rotate(0);
            transform: translate(50%, 50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(50%, 50%) rotate(360deg);
            transform: translate(50%, 50%) rotate(360deg);
  }
}

@keyframes kaiten {
  0% {
    -webkit-transform: translate(50%, 50%) rotate(0);
            transform: translate(50%, 50%) rotate(0);
  }
  100% {
    -webkit-transform: translate(50%, 50%) rotate(360deg);
            transform: translate(50%, 50%) rotate(360deg);
  }
}
#information {
  background-image: url(../img/information-bg.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
}
@media screen and (max-width: 767px) {
  #information {
    background-image: url(../img/information-bg-sp.jpg);
    background-size: auto 90%;
    background-position: left bottom;
  }
}
@media screen and (max-width: 767px) {
  #information h2.fff {
    color: #333 !important;
  }
}
#information .news {
  background-color: #fff;
  border: solid 1px #009CCD;
}
#information .news .inner {
  padding: 15px 30px;
  height: 250px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  #information .news .inner {
    padding: 15px;
    height: 150px;
  }
}
#information .news .inner ul {
  margin-bottom: 0;
  list-style: none;
}
#information .news .inner ul li {
  padding: 25px 0;
}
@media screen and (max-width: 767px) {
  #information .news .inner ul li {
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  #information .news .inner ul li:first-of-type {
    padding-top: 0;
  }
}
#information .news .inner ul li .date {
  width: 80px;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  #information .news .inner ul li .date {
    width: 70px;
  }
}
@media screen and (max-width: 767px) {
  #information .news .inner ul li .date {
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  #information .news .inner ul li span {
    font-size: 0.9em;
  }
}
#information .news .inner ul li span:nth-of-type(2) {
  border-right: solid 1px #B3B4B4;
  border-left: solid 1px #B3B4B4;
  padding: 0 15px;
  margin: 0 15px;
}
@media screen and (max-width: 767px) {
  #information .news .inner ul li span:last-of-type {
    display: block;
  }
}
#information .news .inner ul li + li {
  border-top: dashed 1px #B3B4B4;
}

#shisaku {
  overflow: hidden;
}
#shisaku .left,
#shisaku .right {
  background-size: cover;
  background-position: center;
}
#shisaku .left .inner,
#shisaku .right .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
@media screen and (max-width: 767px) {
  #shisaku .left .inner,
  #shisaku .right .inner {
    display: block;
  }
}
#shisaku .left .inner .image,
#shisaku .right .inner .image {
  width: 300px;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  #shisaku .left .inner .image,
  #shisaku .right .inner .image {
    margin-right: 30px;
    margin: 0 auto;
    width: 100px;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #shisaku .left .inner h3,
  #shisaku .right .inner h3 {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 10px;
  }
}
#shisaku .left {
  background-image: url(../img/shisaku-ph01-bg.jpg);
}
#shisaku .right {
  background-image: url(../img/shisaku-ph02-bg.jpg);
}

.bg-earth {
  background-image: url(../img/bg-earth.jpg);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top 8vw;
}
.bg-earth #service .circle {
  margin-top: 30px;
}
.bg-earth #service .btns a {
  display: block;
  border: solid 1px #9F9FA0;
  padding: 15px;
  margin-top: 30px;
}
.bg-earth #service .jigyo h3 {
  position: relative;
  padding-bottom: 10px;
}
.bg-earth #service .jigyo h3:after {
  content: "";
  width: 62px;
  height: 1px;
  background-color: #00b2da;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bg-earth #service .jigyo dl dt {
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 15px 10px;
  position: relative;
}
.bg-earth #service .jigyo dl dt:hover {
  cursor: pointer;
}
.bg-earth #service .jigyo dl dt:after {
  content: "";
  width: 10px;
  height: 6px;
  display: block;
  background-image: url(../img/service-arw.png);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bg-earth #service .jigyo dl dt.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.bg-earth #service .jigyo dl dd {
  text-align: center;
  display: none;
}
.bg-earth #service .jigyo dl dd ul {
  list-style: none;
  padding: 10px;
}
.bg-earth #service .jigyo dl dd ul li {
  padding: 10px;
}
.bg-earth #service .jigyo dl dd ul li + li {
  border-top: dotted 1px #808080;
}
.bg-earth #service .jigyo .box01 dt {
  background-color: #58B985;
}
.bg-earth #service .jigyo .box01 dd {
  border: solid 1px #58B985;
}
.bg-earth #service .jigyo .box02 dt {
  background-color: #3db9bb;
}
.bg-earth #service .jigyo .box02 dd {
  border: solid 1px #3db9bb;
}
.bg-earth #service .jigyo .box03 dt {
  background-color: #19b4d0;
}
.bg-earth #service .jigyo .box03 dd {
  border: solid 1px #19b4d0;
}
.bg-earth #service .jigyo .box04 dt {
  background-color: #0094c7;
}
.bg-earth #service .jigyo .box04 dd {
  border: solid 1px #0094c7;
}
.bg-earth #service .jigyo .box05 dt {
  background-color: #0080b7;
}
.bg-earth #service .jigyo .box05 dd {
  border: solid 1px #0080b7;
}
.bg-earth #service .kyoka h3 {
  position: relative;
  padding-bottom: 10px;
}
.bg-earth #service .kyoka h3:after {
  content: "";
  width: 62px;
  height: 1px;
  background-color: #00b2da;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.bg-earth #service .kyoka .btns a {
  text-align: center;
  padding: 25px 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bg-earth #service .kyoka .btns a {
    margin-top: 15px;
    padding: 15px;
  }
}
.bg-earth #service .kyoka .btns a:hover {
  text-decoration: none;
  border: solid 1px #00b2da;
  color: #333;
}
.bg-earth #service .kyoka .btns-wrap dl dt {
  padding: 30px 40px;
  border: solid 1px #c6c7c7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bg-earth #service .kyoka .btns-wrap dl dt {
    padding: 15px 20px;
  }
}
.bg-earth #service .kyoka .btns-wrap dl dt:hover {
  cursor: pointer;
}
.bg-earth #service .kyoka .btns-wrap dl dt:before {
  content: "";
  width: 10px;
  height: 7px;
  background-image: url(../img/btns-arw.png);
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bg-earth #service .kyoka .btns-wrap dl dt:hover {
  cursor: pointer;
}
.bg-earth #service .kyoka .btns-wrap dl dt.open:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.bg-earth #service .kyoka .btns-wrap dl dd {
  background-color: #f6f6f6;
  padding: 20px 30px;
  border: solid 1px #c6c7c7;
  border-top: none;
  display: none;
}
@media screen and (max-width: 767px) {
  .bg-earth #service .kyoka .btns-wrap dl dd {
    padding: 15px;
  }
}
.bg-earth #service .kyoka .btns-wrap dl dd .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.bg-earth #service .kyoka .btns-wrap dl dd .inner a {
  display: block;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .bg-earth #service .kyoka .btns-wrap dl dd .inner a {
    width: 50%;
  }
}

#boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 991px) {
  #boxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
#boxes > * {
  display: block;
  width: 33.3333333333%;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  #boxes > * {
    width: 100%;
  }
}
#boxes > * .remove {
  padding-top: 62.5%;
}
#boxes > * .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 1.2em;
  width: 100%;
}
#boxes > * .txt a {
  display: block;
}
#boxes div:last-of-type .remove {
  background-image: url(../img/boxes-ph04.jpg);
}
#boxes div:first-of-type .remove {
  background-image: url(../img/boxes-ph02.jpg);
}
#boxes > a:hover {
  opacity: 0.6;
}
#boxes > a:first-of-type .remove {
  background-image: url(../img/boxes-ph01.jpg);
}
#boxes > a:last-of-type .remove {
  background-image: url(../img/boxes-ph03.jpg);
}

#company {
  background-color: #F3F6F6;
}
#company table {
  width: 100%;
}
#company table tr th,
#company table tr td {
  border-top: solid 1px #B3B4B4;
  padding: 15px 30px;
  vertical-align: top;
}
#company table tr th {
  background-color: #fff;
  width: 150px;
  text-align: center;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 991px) {
  #company table tr th {
    width: 120px;
  }
}
#company table tr td .first-td {
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  #company table tr td .first-td {
    padding-left: 0;
  }
}
#company table tr td table th,
#company table tr td table td {
  background-color: transparent;
  border: none !important;
  padding: 0 !important;
  -moz-text-align-last: left;
       text-align-last: left;
}
#company table tr td table th {
  width: 100px;
}
#company table tr td .address-wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  #company table tr td .address-wrap .box {
    display: block;
  }
}
#company table tr td .address-wrap .box .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  #company table tr td .address-wrap .box .in {
    display: block;
  }
}
#company table tr td .address-wrap .box .title {
  padding-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
#company table tr td .address-wrap .box.jigyo {
  padding-top: 30px;
}
#company table tr td .address-wrap .box .map a {
  width: 200px;
  display: block;
}
@media screen and (max-width: 991px) {
  #company table tr td .address-wrap .box .map a {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  #company table tr td .address-wrap .box .map a {
    margin-top: 10px;
    width: 200px;
  }
}
#company table tr:last-of-type th,
#company table tr:last-of-type td {
  border-bottom: solid 1px #B3B4B4;
}
@media screen and (max-width: 767px) {
  #company table tr:last-of-type th {
    border-bottom: none;
  }
}
@media screen and (max-width: 767px) {
  #company table tr th,
  #company table tr td {
    display: block;
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  #company table tr th {
    -moz-text-align-last: left;
         text-align-last: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#group {
  background-image: url(../img/bg-group.jpg);
  background-size: cover;
  background-position: center bottom;
}
#group area:focus {
  outline: none;
  border: none;
  opacity: 0.6;
}
#group .circles img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
#group .circles .pc {
  display: block;
}
@media screen and (max-width: 767px) {
  #group .circles .pc {
    display: none;
  }
}
#group .circles .sp {
  display: none;
}
@media screen and (max-width: 767px) {
  #group .circles .sp {
    display: block;
  }
}
#group .circles .sp .logo-wrap {
  width: 250px;
  margin: 0 auto;
  margin-bottom: 15px;
}
#group .circles .sp h3 {
  position: relative;
  padding: 0 60px;
}
#group .circles .sp h3:before, #group .circles .sp h3:after {
  content: "";
  width: 60px;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#group .circles .sp h3:before {
  left: 0;
}
#group .circles .sp h3:after {
  right: 0;
}
#group .circles .sp .group-sdgs {
  padding-left: 15px;
  padding-right: 15px;
}
#group .circles .sp .group-sdgs .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#group .circles .sp .group-sdgs .flex .left {
  width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 10px;
}
#group .circles .sp .group-sdgs .box {
  font-weight: bold;
  padding: 15px 25px;
  display: block;
  background-color: #fff;
  margin-top: 15px;
  position: relative;
}
#group .circles .sp .group-sdgs .box:not(.-no-link):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5.5px 0 5.5px 8px;
  border-color: transparent transparent transparent #00b2da;
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#group .circles .sp .group-sdgs .box.-no-link {
  text-decoration: none;
  color: #333;
}

#sdgs dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sdgs dl {
    display: block;
    margin-bottom: 30px;
  }
}
#sdgs dl dt {
  width: 190px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  #sdgs dl dt {
    width: 110px;
    margin: 0 auto;
    margin-bottom: 15px;
  }
}
#sdgs dl dd {
  padding-left: 30px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #sdgs dl dd {
    padding-left: 0;
  }
  #sdgs dl dd h3 {
    text-align: center;
  }
}
#sdgs dl dd h3 {
  color: #F6AD00;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #sdgs dl dd h3 {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
#sdgs dl dd h3:before, #sdgs dl dd h3:after {
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#sdgs dl dd h3:before {
  background-color: #E4E4E4;
  width: 100%;
}
#sdgs dl dd h3:after {
  background-color: #FABD00;
  width: 25%;
}
#sdgs dl.sdgs02 h3 {
  color: #D39200;
}
#sdgs dl.sdgs02 h3:after {
  background-color: #D39200;
}
#sdgs dl.sdgs03 h3 {
  color: #427935;
}
#sdgs dl.sdgs03 h3:after {
  background-color: #427935;
}

#contact .contact-wrap {
  border-top: solid 10px #0080B7;
  background-color: #F3F6F6;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 767px) {
  #contact .contact-wrap {
    border-top: solid 6px #0080B7;
  }
}
#contact .contact-wrap table {
  width: 100%;
  border-collapse: collapse;
}
#contact .contact-wrap table tr th {
  width: 210px;
}
#contact .contact-wrap table tr td {
  width: calc(100% - 210px);
}
#contact .contact-wrap table tr td input,
#contact .contact-wrap table tr td textarea {
  width: 100%;
  border: none;
  padding: 4px 10px;
}
#contact .contact-wrap table tr td input[type=radio] {
  width: auto;
}
#contact .contact-wrap table tr th,
#contact .contact-wrap table tr td {
  padding-top: 30px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  #contact .contact-wrap table tr th,
  #contact .contact-wrap table tr td {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrap table tr th {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  #contact .contact-wrap table tr td {
    padding-top: 6px;
  }
}
#contact .contact-wrap .chec-btn-wrap {
  text-align: right;
  padding-right: 15px;
}
#contact .contact-wrap .chec-btn-wrap input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  border: solid 4px #333;
  width: 16px;
  height: 16px;
  line-height: 1;
  margin-top: 5px;
}
#contact .contact-wrap .submit-btn input {
  background-color: #3C4348;
  color: #fff;
  border: none;
  padding: 10px;
  width: 220px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#contact .contact-wrap .submit-btn input:hover {
  opacity: 0.6;
  cursor: pointer;
}
#contact #form-submit {
  background-color: #3C4348;
  max-width: 320px;
  width: 100%;
  padding: 15px;
  border: none;
  color: #fff;
}
#contact #form-submit:hover {
  cursor: pointer;
}
#contact .change-box {
  margin-top: 6px;
}
#contact .radi input {
  margin-right: 5px;
  margin-left: 15px;
}
#contact .radi input:first-of-type {
  margin-left: 0;
}

footer {
  border-top: solid 1px #C6C7C7;
}
footer .footer-logo {
  width: 250px;
  display: block;
}
@media screen and (max-width: 767px) {
  footer .footer-logo {
    width: 200px;
    margin: 20px auto 10px;
  }
}
footer .footer-logo .remove {
  background-image: url(../img/logo.png);
  padding-top: 30.8406296784%;
}
@media screen and (max-width: 767px) {
  footer > .block-box {
    padding-top: 0;
  }
}
footer .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-flow: row-reverse;
          flex-flow: row-reverse;
}
@media screen and (max-width: 767px) {
  footer .flex {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  footer .flex .right {
    padding-left: 15px;
  }
}
@media screen and (min-width: 768px) {
  footer .flex .left {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  footer nav {
    margin-left: -15px;
    margin-right: -15px;
  }
}
footer nav ul {
  list-style: none;
}
@media screen and (max-width: 767px) {
  footer nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
footer nav ul li {
  display: inline-block;
}
@media screen and (max-width: 767px) {
  footer nav ul li {
    width: 50%;
    background-color: #0080B7;
  }
  footer nav ul li:nth-of-type(2n) a {
    border-left: solid 1px #fff;
  }
}
footer nav ul li a {
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  footer nav ul li a {
    padding: 0 5px;
    display: block;
    width: 100%;
    text-align: center;
    color: #fff;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
  }
}
footer .policy {
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  footer .policy {
    position: relative;
  }
}
footer .totop {
  width: 35px;
  height: 38px;
  display: block;
  position: fixed;
  right: 40px;
  bottom: 38px;
  background-image: url(../img/totop.png);
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  footer .totop {
    right: 15px;
    bottom: 20px;
  }
}

.copy {
  background: -webkit-gradient(linear, left top, right top, from(#59B982), color-stop(#3DB9BC), color-stop(#00B1DE), to(#0080B7));
  background: linear-gradient(to right, #59B982, #3DB9BC, #00B1DE, #0080B7);
  padding-top: 2px;
  padding-bottom: 2px;
  margin-bottom: 5px;
}

.kaso #firstview {
  background-image: url(../img/kaso-fv.jpg);
  background-size: cover;
  background-position: center;
}

/******************************************************************************************************
 * news-list
 *****************************************************************************************************/
#news-list #information {
  background-size: 50% auto;
}
#news-list #information .news .inner {
  height: auto;
  overflow-y: auto;
}
#news-list #information .news .inner ul li a {
  display: block;
}
#news-list.article #information {
  background-image: none;
}
#news-list.article #information .news.blog {
  border: none;
}
#news-list.article #information .news.blog h2 span {
  border-left: solid 4px #0080B7;
  padding-left: 10px;
}
#news-list.article #information .news.blog .cat-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 0.9em;
}
#news-list.article #information .news.blog .cat-date .cat {
  padding-right: 10px;
}
#news-list.article #information .news.blog .text p {
  text-align: justify;
}

#btns dl.left dt {
  border: solid 1px #56ba96;
}
#btns dl.left dd {
  border: solid 1px #56ba96;
}
#btns dl.right dt {
  border: solid 1px #f5a200;
}
#btns dl.right dd {
  border: solid 1px #f5a200;
}
#btns dl dt {
  padding: 20px 50px;
  position: relative;
}
@media screen and (max-width: 767px) {
  #btns dl dt {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
#btns dl dt > div {
  width: 80%;
}
#btns dl dt:before {
  content: "";
  width: 10px;
  height: 7px;
  background-image: url(../img/btns-arw.png);
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#btns dl dt:hover {
  cursor: pointer;
}
#btns dl dt.open:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
#btns dl dd {
  display: none;
  border-top: none !important;
  padding: 15px 30px;
}
@media screen and (max-width: 767px) {
  #btns dl dd {
    padding: 5px 10px;
  }
}
#btns dl dd > .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#btns dl dd a {
  display: block;
  width: 33.3333333333%;
}
@media screen and (max-width: 767px) {
  #btns a {
    padding: 10px 15px;
  }
}

#policy-block h3 {
  border-left: solid 5px #00b2da;
  border-bottom: solid 1px #00b2da;
  padding-left: 12px;
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 35px;
}
#policy-block ul {
  margin-left: 1em;
}

.change-box {
  display: none;
}

.attention {
  color: #d8002a;
  text-align: left;
  font-size: 16px;
  line-height: 1.4;
  font-weight: bold;
}

.floating-bnr {
  position: fixed;
  right: 30px;
  bottom: 90px;
  z-index: 99;
  height: 180px;
  width: 180px;
}
@media screen and (max-width: 767px) {
  .floating-bnr {
    right: 60px;
    bottom: 10px;
    height: 80px;
    width: 80px;
  }
}

.hidden-xs {
  display: block;
}
@media screen and (max-width: 767px) {
  .hidden-xs {
    display: none;
  }
}

.visible-xs {
  display: none;
}
@media screen and (max-width: 767px) {
  .visible-xs {
    display: block;
  }
}

.underline {
  text-decoration: underline;
}

.recruit-page #requirement {
  /* renew */
  /* 募集要項 */
}
.recruit-page #requirement.renew_recruit {
  /* 福利厚生 */
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement.renew_recruit .container {
    padding-right: 25px;
    padding-left: 25px;
  }
}
.recruit-page #requirement.renew_recruit .block02 {
  background-color: #F3F6F6;
}
.recruit-page #requirement.renew_recruit .block02 .contentBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px;
}
@media screen and (max-width: 1199px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox {
    margin: -20px;
  }
}
@media screen and (max-width: 991px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox {
    margin: -10px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox {
    margin: 0;
  }
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box {
  width: calc(100% - 60px);
  margin: 30px;
  border-radius: 15px;
  overflow: hidden;
  border: solid 1.5px #00B2DA;
  /* box-shadow: 0 5px 10px rgba(30, 30, 30, .2); */
}
@media screen and (max-width: 1199px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox .Box {
    margin: 20px;
    width: calc(100% - 40px);
  }
}
@media screen and (max-width: 991px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox .Box {
    margin: 10px;
    width: calc(100% - 20px);
  }
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox .Box {
    width: 100% !important;
    margin: 0;
  }
  .recruit-page #requirement.renew_recruit .block02 .contentBox .Box + .Box {
    margin-top: 15px;
  }
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box.half {
  width: calc(50% - 60px);
}
@media screen and (max-width: 1199px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox .Box.half {
    width: calc(50% - 40px);
  }
}
@media screen and (max-width: 991px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox .Box.half {
    width: calc(50% - 20px);
  }
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box .TBox {
  background-color: #00B2DA;
  color: #fff;
  padding: 13px;
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox .Box .TBox {
    padding: 8px;
    font-size: 20px;
  }
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox {
  background-color: #fff;
  padding: 30px 40px 40px;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox {
    padding: 25px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox {
    padding: 25px 15px;
  }
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox ul {
  margin-bottom: 0;
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox ul + ul {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox ul + ul {
    margin-top: 10px;
  }
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox ul h4 {
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox ul h4 {
    margin-bottom: 5px;
  }
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox ul li {
  padding-left: 1em;
  position: relative;
  list-style: none;
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox ul li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox .inner {
  padding: 20px;
  background-color: #F3F6F6;
  border-radius: 10px;
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox .inner_table {
  border-radius: 0 0 10px 10px;
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox .inner {
    padding: 0px;
    background-color: #fff;
    border-radius: 0;
  }
  .recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox .inner_table {
    width: 100%;
    overflow: scroll;
    padding: 20px;
    background-color: #F3F6F6;
    border-radius: 0 0 7px 7px;
  }
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox .labal {
  padding: 13px 0px;
  border-radius: 10px 10px 0 0;
  background-color: gray;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox .labal {
    border-radius: 7px 7px 0 0;
  }
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox .table {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox .table {
    width: 450px;
  }
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox .table_child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 5px;
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox .table_child:first-child {
  padding-bottom: 5px;
  margin-bottom: 8px;
  border-bottom: dotted 1px #212529;
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox .table_child:last-child {
  margin-top: 8px;
  padding-top: 5px;
  border-top: solid 1px #212529;
}
.recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox .table_child:last-child > * {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 991px) {
  .recruit-page #requirement.renew_recruit .block02 .contentBox .Box .BBox .table_child:last-child > * {
    font-size: 16px;
  }
}
.recruit-page #requirement .recruitmentBox + .recruitmentBox {
  margin-top: 60px;
}
@media screen and (max-width: 991px) {
  .recruit-page #requirement .recruitmentBox + .recruitmentBox {
    margin-top: 45px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement .recruitmentBox + .recruitmentBox {
    margin-top: 30px;
  }
}
.recruit-page #requirement .accordion h3 {
  position: relative;
  padding-bottom: 10px;
}
.recruit-page #requirement .accordion h3:after {
  content: "";
  width: 62px;
  height: 1px;
  background-color: #00b2da;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.recruit-page #requirement .accordion .btns a {
  text-align: center;
  padding: 25px 15px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement .accordion .btns a {
    margin-top: 15px;
    padding: 15px;
  }
}
.recruit-page #requirement .accordion .btns a:hover {
  text-decoration: none;
  border: solid 1px #00b2da;
  color: #333;
}
.recruit-page #requirement .accordion .btns-wrap dl dt {
  padding: 30px 40px;
  border: solid 1px #c6c7c7;
  position: relative;
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement .accordion .btns-wrap dl dt {
    padding: 15px 50px 15px 20px;
  }
}
.recruit-page #requirement .accordion .btns-wrap dl dt:hover {
  cursor: pointer;
}
.recruit-page #requirement .accordion .btns-wrap dl dt:before {
  content: "";
  width: 10px;
  height: 7px;
  background-image: url(../img/btns-arw.png);
  background-size: cover;
  background-position: center;
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.recruit-page #requirement .accordion .btns-wrap dl dt:hover {
  cursor: pointer;
}
.recruit-page #requirement .accordion .btns-wrap dl dt.open:before {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.recruit-page #requirement .accordion .btns-wrap dl dd {
  background-color: #f6f6f6;
  border: solid 1px #c6c7c7;
  border-top: none;
  display: none;
}
.recruit-page #requirement .accordion .btns-wrap dl dd .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.recruit-page #requirement .accordion .btns-wrap dl dd .inner a {
  display: block;
  width: 20%;
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement .accordion .btns-wrap dl dd .inner a {
    width: 50%;
  }
}
.recruit-page #requirement table {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement table tr:first-child td {
    border-top: solid 1px #B3B4B4;
  }
}
.recruit-page #requirement table tr + tr th,
.recruit-page #requirement table tr + tr td {
  border-top: solid 1px #B3B4B4;
}
.recruit-page #requirement table tr th,
.recruit-page #requirement table tr td {
  padding: 15px 25px;
  vertical-align: top;
}
@media screen and (max-width: 991px) {
  .recruit-page #requirement table tr th,
  .recruit-page #requirement table tr td {
    padding: 15px 18px;
  }
}
.recruit-page #requirement table tr th {
  background-color: #fff;
  width: 180px;
  text-align: center;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
@media screen and (max-width: 991px) {
  .recruit-page #requirement table tr th {
    width: 150px;
  }
}
.recruit-page #requirement table tr td .first-td {
  padding-left: 100px;
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement table tr td .first-td {
    padding-left: 0;
  }
}
.recruit-page #requirement table tr td table th,
.recruit-page #requirement table tr td table td {
  background-color: transparent;
  border: none !important;
  padding: 0 !important;
  -moz-text-align-last: left;
       text-align-last: left;
}
.recruit-page #requirement table tr td table th {
  width: 100px;
}
.recruit-page #requirement table tr td .address-wrap .box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement table tr td .address-wrap .box {
    display: block;
  }
}
.recruit-page #requirement table tr td .address-wrap .box .in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement table tr td .address-wrap .box .in {
    display: block;
  }
}
.recruit-page #requirement table tr td .address-wrap .box .title {
  padding-right: 15px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.recruit-page #requirement table tr td .address-wrap .box.jigyo {
  padding-top: 30px;
}
.recruit-page #requirement table tr td .address-wrap .box .map a {
  width: 200px;
  display: block;
}
@media screen and (max-width: 991px) {
  .recruit-page #requirement table tr td .address-wrap .box .map a {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement table tr td .address-wrap .box .map a {
    margin-top: 10px;
    width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement table tr th,
  .recruit-page #requirement table tr td {
    display: block;
    width: 100%;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  .recruit-page #requirement table tr th {
    -moz-text-align-last: left;
         text-align-last: left;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.checkbox-wrap input[type=checkbox] {
  width: auto !important;
}

.form-halfway input {
  background-color: #3C4348;
  color: #fff;
  border: none;
  padding: 10px;
  width: 220px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

select {
  padding: 6px;
}/*# sourceMappingURL=style.css.map */