@charset "UTF-8";
/**scss共通***/
img {
  width: 100%;
}

.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  font-family: 'Noto Sans JP';
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

header {
  width: 100%;
  background-color: #fff;
  height: 100px;
  position: fixed;
  z-index: 99999;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  header {
    height: 60px;
  }
}
header .header__in {
  width: 94%;
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .header__in {
    width: 100%;
  }
}
header .header__in h1 {
  width: 23.2%;
  max-width: 232px;
}
@media screen and (max-width: 767px) {
  header .header__in h1 {
    margin-left: 5%;
    width: 156px;
  }
}
header .header__in .navigations {
  width: 71.5%;
  max-width: 715px;
  height: 100px;
  transition: all .4s ease-out;
  /*******ナビゲーション*事業所向けサービス反転処理************/
  	/*
  	.navs_business_bt{
  	pointer-events: none;
  	span{
  	opacity: 0.2;
  }
  	&::before{
  	opacity: 0.2;
  }
  }
  	*/
  			/*******フッターの反転処理（980行目あたりに記載）
  
  			/*******ナビゲーション*事業所向けサービス反転処理を解除する場合はここまでコメントアウトする************/
  /*******/
  /*******/
  /*******/
  /*******/
}
@media screen and (max-width: 767px) {
  header .header__in .navigations {
    height: 0vh;
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    max-width: 900px;
    background-color: #fff;
    overflow-y: scroll;
    height: 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  }
  header .header__in .navigations.active {
    height: 100vh;
    padding-bottom: 150px;
  }
}
header .header__in .navigations nav {
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  header .header__in .navigations nav {
    font-size: 1.2vw;
  }
}
@media screen and (max-width: 767px) {
  header .header__in .navigations nav {
    font-size: 3.8vw;
    padding-top: 20px;
  }
}
header .header__in .navigations nav ul.dir01 {
  width: 100%;
  display: flex;
  justify-content: flex-end;
  height: 100px;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations nav ul.dir01 {
    height: auto;
    display: block;
  }
}
header .header__in .navigations nav ul.dir01 a:hover {
  cursor: pointer;
}
header .header__in .navigations nav ul.dir01 li.d1 {
  height: 100px;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations nav ul.dir01 li.d1 {
    height: auto;
    width: 90%;
    margin: 0 auto 0 5%;
  }
}
header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a) {
  display: flex;
  height: 100px;
  align-items: center;
  padding: 0em 1.4em;
  color: #001B78;
  font-weight: 700;
  position: relative;
  text-align: center;
  line-height: 140%;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a) {
    height: auto;
    padding: 23px 0 23px 0.75em;
    color: #001B78;
  }
}
@media screen and (max-width: 767px) {
  header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).spicons::before {
    content: "\f107";
    font-family: FontAwesome;
    position: absolute;
    topt: 50%;
    right: 0.5em;
    font-size: 140%;
  }
}
header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).active {
  background-color: #E6EAF2;
}
header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).active {
  width: calc(100% + 2px);
  margin-left: -1px;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).active {
    width: 100%;
    margin-left: 0px;
  }
}
header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).active::after {
  width: 0;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).active::after {
    width: 100%;
  }
}
header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).active:hover {
  background-color: #E6EAF2;
  color: #fff;
  background: linear-gradient(#1d91d1 0%, #1b2389 100%);
}
@media screen and (max-width: 767px) {
  header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).active:hover {
    background: linear-gradient(transparent 0%, transparent 100%);
    color: #001B78;
    background-color: #E6EAF2;
  }
}
header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).open {
  background-color: #E6EAF2;
  color: #fff;
  background: linear-gradient(#1d91d1 0%, #1b2389 100%);
}
@media screen and (max-width: 767px) {
  header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).open {
    background: linear-gradient(transparent 0%, transparent 100%);
    color: #001B78;
  }
}
@media screen and (max-width: 767px) {
  header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).open.active {
    background-color: #E6EAF2;
  }
}
header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).open::after {
  width: 0px;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).open::after {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).open.spicons::before {
    content: "\f106";
  }
}
header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a):hover {
  /*background-color: #E6EAF2;*/
  color: #fff;
  background: linear-gradient(#1d91d1 0%, #1b2389 100%);
}
@media screen and (max-width: 767px) {
  header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a):hover {
    background: linear-gradient(transparent 0%, transparent 100%);
    color: #001B78;
  }
}
header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a):hover::after {
  width: 0px;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a):hover::after {
    width: 100%;
  }
}
header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).first::before {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #ddd;
  position: absolute;
  left: 0px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).first::before {
    content: none;
  }
}
header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a).first:hover::before {
  width: 0px;
}
header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a)::after {
  content: "";
  width: 1px;
  height: 60px;
  background-color: #ddd;
  position: absolute;
  right: 0px;
  top: 20px;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations nav ul.dir01 li.d1 a:not(.d2a)::after {
    width: 100%;
    height: 1px;
    right: 0px;
    top: auto;
    bottom: 0;
  }
}
header .header__in .navigations .navs_jigyou {
  position: fixed;
  width: 100%;
  /*border-top: 1px solid #ddd;*/
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.16);
  top: 100px;
  left: 0;
  z-index: 9998;
  background-color: #fff;
  padding: 40px 15px;
  display: none;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_jigyou {
    position: relative;
    top: auto;
    left: 0;
    padding: 15px 15px 25px 0.75em;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16);
    border-bottom: 1px solid #ddd;
    margin-top: -2px;
  }
}
header .header__in .navigations .navs_jigyou .dir02_01 li:nth-child(1) {
  width: 18em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_jigyou .dir02_01 li:nth-child(1) {
    width: 100%;
  }
}
header .header__in .navigations .navs_jigyou .dir02_01 li:nth-child(2) {
  width: 11em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_jigyou .dir02_01 li:nth-child(2) {
    width: 100%;
  }
}
header .header__in .navigations .navs_jigyou .dir02_01 li:nth-child(3) {
  width: 20em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_jigyou .dir02_01 li:nth-child(3) {
    width: 100%;
  }
}
header .header__in .navigations .navs_jigyou .dir02_01 li:nth-child(4) {
  width: 18em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_jigyou .dir02_01 li:nth-child(4) {
    width: 100%;
  }
}
header .header__in .navigations .navs_jigyou .dir02_01 li:nth-child(5) {
  width: 11em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_jigyou .dir02_01 li:nth-child(5) {
    width: 100%;
  }
}
header .header__in .navigations .navs_jigyou .dir02_01 li:nth-child(6) {
  width: 13em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_jigyou .dir02_01 li:nth-child(6) {
    width: 100%;
  }
}
header .header__in .navigations .navs_jigyou .dir02_01 li:nth-child(7) {
  width: 10em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_jigyou .dir02_01 li:nth-child(7) {
    width: 100%;
  }
}
header .header__in .navigations .navs_jigyou .dir02_01 li:nth-child(8) {
  width: 18em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_jigyou .dir02_01 li:nth-child(8) {
    width: 100%;
  }
}
header .header__in .navigations .navs_jigyou .dir02_02 li:nth-child(1) {
  width: 21em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_jigyou .dir02_02 li:nth-child(1) {
    width: 100%;
  }
}
header .header__in .navigations .navs_jigyou .dir02_02 li:nth-child(2) {
  width: 14em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_jigyou .dir02_02 li:nth-child(2) {
    width: 100%;
  }
}
header .header__in .navigations .navs_jigyou .dir02_02 li:nth-child(3) {
  width: 17em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_jigyou .dir02_02 li:nth-child(3) {
    width: 100%;
  }
}
header .header__in .navigations .navs_jigyou .dir02_02 li:nth-child(4) {
  width: 21em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_jigyou .dir02_02 li:nth-child(4) {
    width: 100%;
  }
}
header .header__in .navigations .navs_jigyou .dir02_02 li:nth-child(5) {
  width: 14em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_jigyou .dir02_02 li:nth-child(5) {
    width: 100%;
  }
}
header .header__in .navigations .navs_jigyou .dir02_02 li:nth-child(6) {
  width: 14em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_jigyou .dir02_02 li:nth-child(6) {
    width: 100%;
  }
}
header .header__in .navigations .navs_jigyou .dir02_02 li:nth-child(7) {
  width: 6em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_jigyou .dir02_02 li:nth-child(7) {
    width: 100%;
  }
}
header .header__in .navigations .navs_om {
  position: fixed;
  width: 100%;
  /*border-top: 1px solid #ddd;*/
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.16);
  top: 100px;
  left: 0;
  z-index: 9998;
  background-color: #fff;
  padding: 40px 15px;
  display: none;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_om {
    position: relative;
    top: auto;
    left: 0;
    padding: 15px 15px 25px 0.75em;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16);
    border-bottom: 1px solid #ddd;
    margin-top: -2px;
  }
}
header .header__in .navigations .navs_om .dir02 li:nth-child(1) {
  width: 30em;
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_om .dir02 li:nth-child(1) {
    width: 100%;
  }
}
header .header__in .navigations .navs_om .dir02 li:nth-child(2) {
  width: 30em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_om .dir02 li:nth-child(2) {
    width: 100%;
  }
}
header .header__in .navigations .navs_om .dir02 li:nth-child(3) {
  width: 13em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_om .dir02 li:nth-child(3) {
    width: 100%;
  }
}
header .header__in .navigations .navs_company {
  position: fixed;
  width: 100%;
  /*border-top: 1px solid #ddd;*/
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.16);
  top: 100px;
  left: 0;
  z-index: 9998;
  background-color: #fff;
  padding: 40px 15px;
  display: none;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_company {
    position: relative;
    top: auto;
    left: 0;
    padding: 15px 15px 25px 0.75em;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16);
    border-bottom: 1px solid #ddd;
    margin-top: -2px;
  }
}
header .header__in .navigations .navs_company .dir02 li:nth-child(1) {
  width: 15em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_company .dir02 li:nth-child(1) {
    width: 100%;
  }
}
header .header__in .navigations .navs_company .dir02 li:nth-child(2) {
  width: 25em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_company .dir02 li:nth-child(2) {
    width: 100%;
  }
}
header .header__in .navigations .navs_company .dir02 li:nth-child(3) {
  width: 10em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_company .dir02 li:nth-child(3) {
    width: 100%;
  }
}
header .header__in .navigations .navs_company .dir02 li:nth-child(4) {
  width: 15em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_company .dir02 li:nth-child(4) {
    width: 100%;
  }
}
header .header__in .navigations .navs_company .dir02 li:nth-child(5) {
  width: 25em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_company .dir02 li:nth-child(5) {
    width: 100%;
  }
}
header .header__in .navigations .navs_company .dir02 li:nth-child(6) {
  width: 10em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_company .dir02 li:nth-child(6) {
    width: 100%;
  }
}
header .header__in .navigations .navs_company .dir02 li:nth-child(7) {
  width: 15em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_company .dir02 li:nth-child(7) {
    width: 100%;
  }
}
header .header__in .navigations .navs_business {
  position: fixed;
  width: 100%;
  /*border-top: 1px solid #ddd;*/
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.16);
  top: 100px;
  left: 0;
  z-index: 9998;
  background-color: #fff;
  padding: 40px 15px;
  display: none;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_business {
    position: relative;
    top: auto;
    left: 0;
    padding: 15px 15px 25px 0.75em;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16);
    border-bottom: 1px solid #ddd;
    margin-top: -2px;
  }
}
header .header__in .navigations .navs_business .dir02 li:nth-child(1) {
  width: 14em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_business .dir02 li:nth-child(1) {
    width: 100%;
  }
}
header .header__in .navigations .navs_business .dir02 li:nth-child(2) {
  width: 13em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_business .dir02 li:nth-child(2) {
    width: 100%;
  }
}
header .header__in .navigations .navs_business .dir02 li:nth-child(3) {
  width: 13em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_business .dir02 li:nth-child(3) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir {
  position: fixed;
  width: 100%;
  /*border-top: 1px solid #ddd;*/
  box-shadow: 0 0px 12px rgba(0, 0, 0, 0.16);
  top: 100px;
  left: 0;
  z-index: 9998;
  background-color: #fff;
  padding: 40px 15px;
  display: none;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir {
    position: relative;
    top: auto;
    left: 0;
    padding: 15px 15px 25px 0.75em;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0.16);
    border-bottom: 1px solid #ddd;
    margin-top: -2px;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(1) {
  width: 52em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(1) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(2) {
  width: 16em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(2) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(3) {
  width: 17em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(3) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(4) {
  width: 10em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(4) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(5) {
  width: 7em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(5) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(6) {
  width: 16em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(6) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(7) {
  width: 17em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(7) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(8) {
  width: 10em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(8) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(9) {
  width: 7em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(9) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(10) {
  width: 16em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(10) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(11) {
  width: 17em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(11) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(12) {
  width: 10em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(12) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(13) {
  width: 7em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(13) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(14) {
  width: 16em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(14) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(15) {
  width: 17em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(15) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(16) {
  width: 10em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(16) {
    width: 100%;
  }
}
header .header__in .navigations .navs_ir .dir02 li:nth-child(17) {
  width: 7em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .navs_ir .dir02 li:nth-child(17) {
    width: 100%;
  }
}
header .header__in .navigations ul.dir02 {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
header .header__in .navigations ul.dir02 li {
  line-height: 180%;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations ul.dir02 li {
    width: 100%;
  }
}
header .header__in .navigations ul.dir02 li a {
  padding: 3px 0;
  display: inline-block;
  color: #001B78;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations ul.dir02 li a {
    padding: 8px 0;
    line-height: 140%;
  }
}
header .header__in .navigations ul.dir02_01 {
  padding-bottom: 22px;
  border-bottom: 1px solid #B1B1B1;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations ul.dir02_01 {
    padding-bottom: 25px;
    border-bottom: 1px solid #B1B1B1;
    margin-bottom: 25px;
  }
}
header .header__in .navigations .sub_nav_box {
  width: 100%;
  max-width: 1150px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .sub_nav_box {
    flex-wrap: wrap;
  }
}
header .header__in .navigations .sub_nav_box figure {
  width: 28.3%;
  max-width: 325px;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .sub_nav_box figure {
    width: 100%;
    max-width: 800px;
    margin-bottom: 15px;
  }
}
header .header__in .navigations .sub_nav_box figure .base_on {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all .4s ease-out;
}
header .header__in .navigations .sub_nav_box figure .base_on.active {
  opacity: 1;
}
header .header__in .navigations .sub_nav_box .textlinks {
  width: 67.82%;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .sub_nav_box .textlinks {
    width: 100%;
  }
}
header .header__in .navigations .sub_nav_box .textlinks .titles {
  font-size: 18px;
  padding: 0em;
  font-weight: 700;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .sub_nav_box .textlinks .titles {
    font-size: 4.6vw;
  }
}
header .header__in .navigations .sub_nav_box .textlinks .titles.om_text {
  margin-top: 1.25em;
  margin-bottom: 1em;
}
@media screen and (max-width: 767px) {
  header .header__in .navigations .sub_nav_box .textlinks .titles.om_text {
    margin-top: 0em;
    margin-bottom: 0.5em;
  }
}
header .header__in .navigations .sub_nav_box .textlinks .titles a {
  color: #001B78;
  display: inline-block;
  line-height: 180%;
}
header .header__in .navigations a span.n-linksbt::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 1em;
  width: 0%;
  height: 1px;
  background-color: #001B78;
  transition: all .4s ease-out;
}
header .header__in .navigations a span.n-linksbt:hover::after {
  width: calc(100% - 1em);
}
@media screen and (max-width: 767px) {
  header .header__in .navigations a span.n-linksbt:hover::after {
    width: 0;
  }
}
header .header__in .navigations span.n-linksbt {
  display: inline-block;
  padding-left: 1em;
  position: relative;
}
header .header__in .navigations span.n-linksbt::before {
  content: "\f105";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 125%;
}
header .header__in .navigations .navs_home_bt {
  transition: all .4s ease-out;
}
header .header__in .navigations .omni_ocean_club {
  transition: all .4s ease-out;
}
header .header__in .navigations .navs_jigyou_bt {
  transition: all .4s ease-out;
}
header .header__in .navigations .navs_company_bt {
  transition: all .4s ease-out;
}
header .header__in .navigations .navs_business_bt {
  transition: all .4s ease-out;
}
header .header__in .navigations .navs_ir_bt {
  transition: all .4s ease-out;
}
header .header__in .navigations .navs_recruit_bt {
  transition: all .4s ease-out;
}
header .header__in .sp_botan {
  width: 60px;
  height: 60px;
  background: linear-gradient(#1d91d1 0%, #1b2389 100%);
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  header .header__in .sp_botan {
    display: block;
  }
}
header .header__in .sp_botan.active .line01 {
  opacity: 0;
}
header .header__in .sp_botan.active .line02 {
  transform: rotate(-45deg);
}
header .header__in .sp_botan.active .line02b {
  transform: rotate(45deg);
}
header .header__in .sp_botan.active .line03 {
  opacity: 0;
}
header .header__in .sp_botan .line01 {
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 20px;
  top: 20px;
  transition: all .4s ease-out;
}
header .header__in .sp_botan .line02 {
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 20px;
  top: 29px;
  transition: all .4s ease-out;
}
header .header__in .sp_botan .line02b {
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 20px;
  top: 29px;
  transition: all .4s ease-out;
}
header .header__in .sp_botan .line03 {
  width: 20px;
  height: 2px;
  background-color: #fff;
  position: absolute;
  left: 20px;
  top: 39px;
  transition: all .4s ease-out;
}
header .sub_sp_menu {
  width: 90%;
  margin: 5vw auto 8vw auto;
}
header .sub_sp_menu ul {
  width: 100%;
  display: flex;
  justify-content: center;
}
header .sub_sp_menu ul li {
  border-right: 1px solid #707070;
  line-height: 120%;
}
header .sub_sp_menu ul li a {
  font-size: 3vw;
  display: inline-block;
  padding: 0 1em 2px 1em;
  color: #001B78;
  line-height: 120%;
  letter-spacing: 0.05em;
}
header .closemenu_sp {
  text-align: center;
  width: 100%;
}
header .closemenu_sp .close_closebt {
  width: 150px;
  margin: 0 auto;
  text-align: center;
  padding: 0.8em 0 0.8em 0;
  font-size: 14px;
  background: linear-gradient(#1d91d1 0%, #1b2389 100%);
  border-radius: 10px;
  color: #fff;
  font-weight: 700;
  position: relative;
}
header .closemenu_sp .close_closebt:hover {
  cursor: pointer;
}
header .closemenu_sp .close_closebt span {
  display: inline-block;
  position: relative;
  padding-right: 1.5em;
}
header .closemenu_sp .close_closebt span::after {
  content: "";
  width: 1.0em;
  height: 1.0em;
  background-image: url(../media/images/common/menu_close_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0%, -50%);
}

/**********************/
footer {
  /*******ナビゲーション*事業所向けサービス反転処理************/
  	/*
  	.link_css_off{
  	pointer-events: none;
  	opacity: 0.2;
  }
  	*/
  	/*******ヘッダーの反転処理（228行目あたりに記載）
  
  	/*******ナビゲーション*事業所向けサービス反転処理を解除する場合はここまでコメントアウトする************/
}
footer .section__in {
  width: 100%;
  background-color: #585B67;
  padding: 65px 0;
  color: #fff;
}
footer .section__in .listbox {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
footer .section__in .listbox .list01 {
  width: 22.7%;
  border-right: 1px solid #fff;
}
footer .section__in .listbox .list02 {
  width: 31.1%;
  border-right: 1px solid #fff;
  margin-left: 45px;
}
footer .section__in .listbox .list03 {
  width: 24.2%;
  border-right: 1px solid #fff;
  margin-left: 45px;
}
footer .section__in .listbox .list04 {
  width: 22%;
  margin-left: 45px;
}
footer .section__in .listbox h3.marg {
  margin-top: 48px;
}
footer .section__in .listbox h3 a {
  color: #ACC0EB;
  font-weight: 800;
  text-decoration: underline;
  padding: 5px 0px 8px 0;
  display: inline-block;
  font-size: 16px;
}
footer .section__in .listbox a {
  color: #fff;
  font-weight: 500;
  display: inline-block;
  padding: 5px 0;
  font-size: 12px;
}
@media screen and (max-width: 800px) {
  footer .section__in {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  footer .footer {
    border-top: 1px solid #dfdfdf;
  }
}
footer .footer > .inner {
  box-sizing: border-box;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  position: relative;
  max-width: 1000px;
  box-sizing: border-box;
  padding-top: 20px;
  position: relative;
}
footer .footer > .inner::after {
  content: "";
  display: block;
  clear: both;
}
@media screen and (max-width: 979px) {
  footer .footer > .inner {
    padding-right: 10px;
    padding-left: 10px;
  }
}
@media screen and (max-width: 979px) {
  footer .footer > .inner {
    padding-top: 10px;
  }
}
@media screen and (max-width: 800px) {
  footer .footer > .inner {
    padding: 50px 20px 10px;
  }
}
footer .footer_logo {
  float: left;
  width: 308px;
}
@media screen and (max-width: 979px) {
  footer .footer_logo {
    max-width: 308px;
  }
}
@media screen and (max-width: 800px) {
  footer .footer_logo {
    max-width: 800px;
    float: none;
    width: 90%;
    margin: 0 auto;
  }
}
footer .footer_logo img {
  max-width: 100%;
  vertical-align: bottom;
}
footer .footer .pagetop {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 20px;
}
@media screen and (max-width: 979px) {
  footer .footer .pagetop {
    top: 0;
    right: 10px;
  }
}
@media screen and (max-width: 800px) {
  footer .footer .pagetop {
    top: 0px;
    right: 30px;
  }
}
footer .footer .pagetop a {
  background-color: #535353;
  box-sizing: border-box;
  color: #fff;
  display: block;
  font-size: 12px;
  padding: 10px 20px;
  line-height: 1;
  text-decoration: none;
}
@media screen and (max-width: 800px) {
  footer .footer .pagetop a {
    height: 40px;
    line-height: 1.1;
    padding: 0 10px;
    text-align: center;
  }
}
@media screen and (max-width: 800px) {
  footer .footer .pagetop a::before {
    font-family: FontAwesome;
    content: "";
    padding-left: 0;
    padding-right: 0;
    display: block;
    font-size: 20px;
  }
}
footer .footer .pagetop a::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 5px;
  padding-right: 0;
  font-size: 20px;
}
@media screen and (max-width: 800px) {
  footer .footer .pagetop a::after {
    display: none;
  }
}
footer .footer nav {
  float: right;
  margin-top: 35px;
}
@media screen and (max-width: 800px) {
  footer .footer nav {
    display: none;
  }
}
footer .footer nav ul {
  list-style: none;
  margin: auto;
  padding: 0;
}
footer .footer nav ul::after {
  content: "";
  display: block;
  clear: both;
}
footer .footer nav li {
  border-right: 1px solid #001B78;
  float: left;
  font-size: 12px;
}
footer .footer nav li:first-child {
  border-left: 1px solid #001B78;
}
footer .footer nav li a {
  box-sizing: border-box;
  color: #001B78;
  padding: 0 15px;
  text-decoration: none;
}
footer .footer nav li a:hover {
  text-decoration: underline;
}
footer .copyright {
  background-color: #313131;
  box-sizing: border-box;
  clear: both;
  color: #fff;
  display: block;
  margin-top: 25px;
  padding: 10px 0;
  text-align: center;
}
footer .copyright small {
  font-size: 11px;
  letter-spacing: 1px;
}
@media screen and (max-width: 800px) {
  footer .copyright small {
    font-size: 9px;
  }
}
footer .copyright span::after {
  font-family: FontAwesome;
  content: "";
  padding-left: 0;
  padding-right: 0;
}

/*# sourceMappingURL=navs.css.map */
