@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500&display=swap");
@import url(reset.css);
@import url(reset.css);
.fixed_header_box {
  position: relative; }

.fixed_header {
  display: none;
  /*初期状態：非表示にする*/
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999; }

.top-header {
  /* --height: calc(100vh - 15px);---- */
  /* --overflow: hidden;---- */
  -webkit-transition: height 0.7s;
  -moz-transition: height 0.7s;
  transition: height 0.7s;
  width: 100%;
  margin: 0 auto;
  background-image: url(../img_slid/slide1.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right bottom;
  box-sizing: border-box; }
  @media screen and (max-width: 769px) {
    .top-header {
      position: static;
      padding-top: 0px; } }
  @media screen and (max-width: 480px) {
    .top-header {
      background-image: url(../img_slid/slide1_sp.jpg);
      background-position: right bottom; } }

.top-header02 {
  width: 100%;
  height: auto;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999; }

.top-header-cover {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10;
  margin: auto; }
  @media screen and (max-width: 769px) {
    .top-header-cover {
      position: static; } }

.top-inner {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.top-header-title {
  margin: auto;
  padding-left: 50px;
  padding-top: 8px;
  font-size: 19px;
  letter-spacing: 5px;
  color: #333333; }
  @media screen and (max-width: 769px) {
    .top-header-title {
      position: static; } }
  @media screen and (max-width: 667px) {
    .top-header-title {
      padding-left: 15px;
      font-size: 12px;
      letter-spacing: 1px;
      box-sizing: border-box; } }
  @media screen and (max-width: 480px) {
    .top-header-title {
      text-align: center; } }

.top-header-title_fix {
  font-size: 14px;
  letter-spacing: 5px;
  margin: auto;
  padding-top: 8px;
  padding-left: 50px;
  color: #333333; }
  @media screen and (max-width: 769px) {
    .top-header-title_fix {
      position: static; } }
  @media screen and (max-width: 667px) {
    .top-header-title_fix {
      padding-left: 15px;
      font-size: 12px;
      letter-spacing: 1px;
      box-sizing: border-box;
      text-align: center; } }

.top-header-title-black {
  padding-left: 50px;
  padding-top: 15px;
  padding-bottom: 10px;
  font-size: 15px;
  background-color: #ffffff;
  color: #333333; }
  @media screen and (max-width: 667px) {
    .top-header-title-black {
      font-size: 12px;
      text-align: left; } }
  @media screen and (max-width: 480px) {
    .top-header-title-black {
      padding-left: 0px;
      padding-top: 5px;
      padding-bottom: 8px;
      text-align: center; } }

/* -------------------
 
---------------------- */
.mainVisual {
  background: url("../img_slid/slide1.jpg") no-repeat center center;
  background-size: cover; }

.photoBox {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: auto;
  z-index: 2; }
  @media screen and (max-width: 769px) {
    .photoBox {
      display: none; } }

.photo02 {
  width: 100%;
  height: 100vh;
  background: url("../img_slid/photo01.png") no-repeat bottom center;
  background-size: cover; }

.photo03 {
  background-image: url("../img_slid/photo02.png"); }

/* -------------------
 
---------------------- */
.top-header-list01 {
  width: 100%;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  position: absolute;
  top: 30px;
  right: 0;
  left: 0;
  margin: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 769px) {
    .top-header-list01 {
      position: static;
      flex-direction: column;
      margin-bottom: 25px; } }
  @media screen and (max-width: 667px) {
    .top-header-list01 {
      flex-direction: row;
      padding-left: 30px;
      padding-right: 30px; } }
  @media screen and (max-width: 480px) {
    .top-header-list01 {
      flex-direction: column;
      padding-left: 10px;
      padding-right: 10px;
      padding-top: 30px; } }

.top-header-item01 {
  padding-top: 10px; }
  .top-header-item01:nth-of-type(2) {
    padding-top: 40px; }
  @media screen and (max-width: 769px) {
    .top-header-item01 {
      margin-top: 25px;
      margin-bottom: 25px;
      text-align: center; }
      .top-header-item01:nth-of-type(2) {
        margin-top: 15px; } }
  @media screen and (max-width: 667px) {
    .top-header-item01 {
      text-align: left; }
      .top-header-item01:nth-of-type(2) img {
        width: 160px; } }
  @media screen and (max-width: 480px) {
    .top-header-item01 {
      margin: 0 auto;
      margin-bottom: 25px;
      padding: 0px;
      text-align: center; }
      .top-header-item01:nth-of-type(2) {
        padding: 0px;
        margin: 0 auto; } }

.top-header-logo {
  padding-left: 50px;
  padding-top: 10px; }
  @media screen and (max-width: 667px) {
    .top-header-logo {
      max-width: 250px;
      padding: 0px;
      margin: 0 auto;
      margin-top: 5px; } }
  @media screen and (max-width: 480px) {
    .top-header-logo {
      margin: 0 auto;
      margin-top: 10px; } }

.top-header-logo_fix {
  padding-left: 48px;
  padding-top: 5px;
  max-width: 290px; }
  @media screen and (max-width: 667px) {
    .top-header-logo_fix {
      max-width: 250px;
      padding: 0px;
      margin: 0 auto;
      margin-top: 5px; } }
  @media screen and (max-width: 480px) {
    .top-header-logo_fix {
      margin: 0 auto;
      margin-top: 10px; } }

.tel-text {
  display: block;
  margin-bottom: 10px;
  padding-left: 38px;
  box-sizing: border-box; }

.tel-no {
  font-family: 'Zen Kaku Gothic New', sans-serif;
  font-weight: 500;
  display: block;
  padding-left: 40px;
  font-size: 40px;
  line-height: 100%; }

.top-header-list02 {
  width: 100%;
  box-sizing: border-box;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0px;
  padding-bottom: 20px;
  background-color: #ffffff;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 667px) {
    .top-header-list02 {
      flex-direction: column;
      padding: 0px;
      padding-bottom: 25px; } }
  @media screen and (max-width: 480px) {
    .top-header-list02 {
      padding-bottom: 15px; } }

@media screen and (max-width: 667px) {
  .top-header-item02 {
    padding-left: 25px; } }
@media screen and (max-width: 480px) {
  .top-header-item02 {
    padding: 0px;
    text-align: center; } }

.top-header-item03 {
  padding-top: 5px; }
  @media screen and (max-width: 667px) {
    .top-header-item03 {
      text-align: center;
      margin-top: 0px; } }
  @media screen and (max-width: 480px) {
    .top-header-item03 {
      text-align: right;
      padding-right: 10px; }
      .top-header-item03 img {
        width: 160px; } }

.header-item-text {
  color: #00204A;
  font-size: 15px;
  padding-top: 10px; }

.header-item-text-black {
  color: #333333;
  font-size: 15px;
  padding-top: 10px; }
  @media screen and (max-width: 667px) {
    .header-item-text-black {
      font-size: 11px; } }

.top-header-text-box {
  width: 90%;
  margin: auto;
  position: absolute;
  top: 180px;
  left: 100px; }
  @media screen and (max-width: 1025px) {
    .top-header-text-box {
      position: absolute;
      right: 0;
      left: 0;
      margin: auto; } }
  @media screen and (max-width: 769px) {
    .top-header-text-box {
      position: static;
      width: 95%;
      margin-top: 30px;
      z-index: 100; } }
  @media screen and (max-width: 480px) {
    .top-header-text-box {
      margin-top: 50px; } }

.top-header-title02 {
  font-size: 32px;
  line-height: 160%;
  letter-spacing: 2px;
  margin: 0 auto;
  margin-bottom: 25px;
  height: auto;
  color: #f2FEFF; }
  @media screen and (max-width: 667px) {
    .top-header-title02 {
      font-size: 19px;
      letter-spacing: 0px;
      line-height: 150%;
      margin-bottom: 15px; } }
  @media screen and (max-width: 480px) {
    .top-header-title02 {
      line-height: 150%;
      text-align: center; } }

.top-header-sub-text {
  font-size: 18px;
  color: #333333; }
  @media screen and (max-width: 667px) {
    .top-header-sub-text {
      font-size: 12px;
      margin-top: 25px;
      line-height: 180%; } }
  @media screen and (max-width: 480px) {
    .top-header-sub-text {
      text-align: center; } }

#front-menu {
  width: 100%;
  background-image: url(../img/menu.jpg);
  margin-bottom: 30px; }
  @media screen and (max-width: 480px) {
    #front-menu {
      margin-bottom: 20px; } }

.fixed {
  position: fixed;
  z-index: 10000;
  top: 0;
  width: 100%; }

.nav-list {
  margin: 0 auto;
  width: auto;
  border-top: 1px dotted #A6A6A6;
  background-color: #E9E9E9; }
  @media screen and (max-width: 1025px) {
    .nav-list {
      width: 100%; } }
  .nav-list:after {
    display: block;
    content: '';
    clear: both; }
  .nav-list a {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #333; }
    .nav-list a:before {
      position: absolute;
      bottom: 2px;
      left: 0;
      width: 0;
      height: 3px;
      content: '';
      background-color: #AEB3C5; }
    .nav-list a:hover:before {
      -webkit-animation: navlist .5s both;
      animation: navlist .5s both; }
    .nav-list a span {
      display: block;
      width: 100%;
      font-size: 15px;
      line-height: 100%; }
      @media screen and (max-width: 480px) {
        .nav-list a span {
          font-size: 12px; } }
      .nav-list a span q {
        display: block;
        padding: 0px;
        margin-top: 5px;
        line-height: 100%;
        font-size: 12px;
        color: #333; }
        @media screen and (max-width: 480px) {
          .nav-list a span q {
            font-size: 10px; } }

.nav-item {
  float: left;
  height: 50px;
  width: 25%;
  font-size: 18px;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px dotted #333;
  border-bottom: 1px dotted #333; }
  .nav-item:first-of-type {
    border-left: 1px dotted #333; }
  @media screen and (max-width: 667px) {
    .nav-item {
      height: 40px;
      font-size: 11px; } }

@keyframes navlist {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-ms-keyframes navlist {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes navlist {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-moz-keyframes navlist {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
/* -------------------
 
---------------------- */
/* -------------------
 
---------------------- */
.cir-list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 25px;
  margin-bottom: 25px; }
  @media screen and (max-width: 480px) {
    .cir-list {
      width: auto;
      margin: 0 auto;
      flex-direction: column;
      justify-content: center;
      align-items: center; } }

.cir-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 300px;
  width: 300px;
  margin-bottom: 25px;
  font-size: 30px;
  line-height: 150%;
  text-align: center;
  background-repeat: no-repeat; }
  @media screen and (max-width: 667px) {
    .cir-item {
      font-size: 18px;
      width: 190px;
      height: 190px; } }
  .cir-item:nth-of-type(1) {
    background-image: url(../img/top/cir3.png);
    background-size: contain; }
  .cir-item:nth-of-type(2) {
    background-image: url(../img/top/cir3-2.png);
    background-size: contain;
    background-position: center;
    text-shadow: 0 2px 0 #ffffff, 2px 0 0 #ffffff, 0 -2px 0 #ffffff, -2px 0 0 #ffffff, -2px -2px 0 #ffffff, 2px -2px 0 #ffffff, -2px 2px 0 #ffffff, 2px 2px 0 #ffffff; }
  .cir-item:nth-of-type(3) {
    background-image: url(../img/top/cir3.png);
    background-size: contain; }

.cir-text {
  width: 95%;
  line-height: 200%;
  font-size: 15px;
  padding: 25px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #124015;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: #ffffff 2px 0px,  #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px , #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px,  #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px,  #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px; }

.cir-text02 {
  width: 98%;
  line-height: 200%;
  font-size: 15px;
  padding: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
  color: #124015;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-shadow: #ffffff 2px 0px,  #ffffff -2px 0px, #ffffff 0px -2px, #ffffff 0px 2px, #ffffff 2px 2px , #ffffff -2px 2px, #ffffff 2px -2px, #ffffff -2px -2px, #ffffff 1px 2px,  #ffffff -1px 2px, #ffffff 1px -2px, #ffffff -1px -2px, #ffffff 2px 1px,  #ffffff -2px 1px, #ffffff 2px -1px, #ffffff -2px -1px; }
  @media screen and (max-width: 480px) {
    .cir-text02 {
      padding: 0px;
      line-height: 180%; } }

/* -------------------
 
---------------------- */
.bus-sign-box {
  padding-top: 100px;
  background-color: #EFF3F7;
  padding-bottom: 50px; }
  @media screen and (max-width: 667px) {
    .bus-sign-box {
      padding-top: 30px; } }

.lower-page-title-box {
  height: 170px;
  margin-top: 140px;
  background-color: #EFF3F7;
  background-size: cover;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media screen and (max-width: 667px) {
    .lower-page-title-box {
      height: 90px;
      margin-top: 125px; } }

.jimusho {
  background-image: url(../img/page/01.jpg); }

.service {
  background-image: url(../img/page/02.jpg); }

.contact {
  background-image: url(../img/page/03.jpg); }

.privacypolicy {
  background-image: url(../img/page/04.jpg); }

.lower-page-title {
  font-size: 30px;
  letter-spacing: 2px;
  text-align: center; }
  @media screen and (max-width: 667px) {
    .lower-page-title {
      font-size: 18px; } }

.lower-page-title-small {
  font-size: 18px;
  text-align: center; }
  @media screen and (max-width: 667px) {
    .lower-page-title-small {
      font-size: 14px; } }

.bus-sign-title {
  font-size: 30px;
  font-weight: bold;
  color: #111111;
  line-height: 190%;
  letter-spacing: 2px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
  @media screen and (max-width: 667px) {
    .bus-sign-title {
      font-size: 17px;
      line-height: 140%;
      font-weight: normal; } }

.bus-sign-title-small {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 50px;
  text-align: center;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif; }
  @media screen and (max-width: 667px) {
    .bus-sign-title-small {
      font-size: 12px;
      font-weight: normal;
      margin-bottom: 20px; } }

.bus-sign-text {
  width: 95%;
  　box-sizing: border-box;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 75px;
  text-align: center;
  background-color: #ffffff;
  border: 1px dotted #D9D9D9; }
  @media screen and (max-width: 667px) {
    .bus-sign-text {
      padding-top: 25px;
      padding-bottom: 0px;
      margin-bottom: 30px;
      font-size: 15px;
      line-height: 200%;
      text-align: left; } }

/* -------------------
 
---------------------- */
.strong-point-box {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 70px; }
  @media screen and (max-width: 769px) {
    .strong-point-box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }

.strong-list {
  width: 100%; }

.strong-list-link {
  width: 23%;
  height: auto;
  background-color: #ffffff;
  padding-bottom: 40px;
  position: relative;
  background: #fff;
  border: 0 solid #fff;
  box-sizing: border-box; }
  .strong-list-link::before, .strong-list-link::after,
  .strong-list-link span::before,
  .strong-list-link span::after {
    content: '';
    display: block;
    position: absolute;
    background-color: #D1E836; }
  .strong-list-link::before {
    right: 0;
    top: 0;
    height: 5px;
    width: 0%;
    transition: width 300ms; }
  .strong-list-link::after {
    right: 0;
    top: 0;
    height: 0%;
    width: 5px;
    transition: height 300ms; }
  .strong-list-link span::before {
    left: 0;
    bottom: 0;
    height: 5px;
    width: 0%;
    transition: width 300ms; }
  .strong-list-link span::after {
    left: 0;
    bottom: 0;
    height: 0%;
    width: 5px;
    transition: height 300ms; }
  .strong-list-link:hover::before {
    width: 100%; }
  .strong-list-link:hover::after {
    height: 100%; }
  .strong-list-link:hover span::before {
    width: 100%; }
  .strong-list-link:hover span::after {
    height: 100%; }
  .strong-list-link:link {
    color: #333; }
  .strong-list-link:active {
    color: #333; }
  .strong-list-link:visited {
    color: #333; }
  @media screen and (max-width: 769px) {
    .strong-list-link {
      width: 45%; } }
  @media screen and (max-width: 480px) {
    .strong-list-link {
      width: auto;
      margin-bottom: 25px; } }

.strong-item01 {
  margin-top: 15px;
  margin-bottom: 25px;
  text-align: center;
  font-size: 27px;
  color: #003070;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  line-height: 150%;
  font-weight: bold; }
  @media screen and (max-width: 667px) {
    .strong-item01 {
      font-size: 17px;
      font-weight: normal;
      margin-top: 15px;
      margin-bottom: 15px; } }

.strong-item02 {
  text-align: center; }

.strong-item03 {
  border-bottom: 1px dotted #333;
  margin-top: 10px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 5px;
  padding-bottom: 10px;
  position: relative;
  padding-left: 15px; }
  .strong-item03:before {
    display: block;
    content: '';
    width: 3px;
    height: 3px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #333;
    position: absolute;
    top: 15px;
    left: 8px;
    margin: auto; }

/* -------------------
 
---------------------- */
.shien-sign-box {
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #ffffff; }
  @media screen and (max-width: 667px) {
    .shien-sign-box {
      padding-top: 30px; } }

.shien-box {
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around; }
  @media screen and (max-width: 769px) {
    .shien-box {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }

.banner-souzoku {
  display: block; }

/* -------------------
 
---------------------- */
.lower-page-article02 {
  background-color: #ffffff; }

.lower-page-section {
  max-width: 960px;
  margin: 0 auto;
  padding-top: 50px;
  padding-bottom: 50px; }
  @media screen and (max-width: 667px) {
    .lower-page-section {
      width: 95%;
      margin: 0 auto;
      padding-top: 25px;
      padding-bottom: 25px;
      margin-bottom: 20px; } }

.lower-page-section_news-box {
  max-width: 960px;
  margin: 0 auto;
  margin-top: 50px;
  padding: 50px;
  padding-bottom: 80px;
  border: 1px solid #A6A6A6;
  margin-bottom: 120px; }
  @media screen and (max-width: 667px) {
    .lower-page-section_news-box {
      width: 95%;
      margin: 0 auto;
      padding-top: 25px;
      padding-bottom: 25px;
      margin-bottom: 20px; } }

.lower-page-section_test {
  width: 1000px;
  margin: 0 auto; }

.section-title {
  font-size: 30px;
  letter-spacing: 0.15em;
  margin-bottom: 15px;
  margin-top: 15px;
  text-align: center;
  color: #315984; }
  @media screen and (max-width: 667px) {
    .section-title {
      margin-top: 8px;
      margin-bottom: 8px;
      font-size: 18px; } }

.section-title_news {
  font-size: 30px;
  position: relative;
  padding-left: 45px;
  line-height: 38px; }
  .section-title_news:before {
    display: block;
    content: '';
    width: 33px;
    height: 33px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #4F82BD;
    position: absolute;
    top: 0;
    left: 0px;
    margin: auto; }
  .section-title_news:after {
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ffffff;
    position: absolute;
    top: 4px;
    left: 4px;
    margin: auto; }
  @media screen and (max-width: 480px) {
    .section-title_news {
      font-size: 25px;
      line-height: 33px;
      width: auto;
      margin-bottom: 10px; }
      .section-title_news:before {
        display: block;
        content: '';
        width: 28px;
        height: 28px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #4F82BD;
        position: absolute;
        top: 0;
        left: 0px;
        margin: auto; }
      .section-title_news:after {
        display: block;
        content: '';
        width: 20px;
        height: 20px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        background-color: #ffffff;
        position: absolute;
        top: 4px;
        left: 4px;
        margin: auto; } }

/* ------ */
.news-section-title {
  width: 100%;
  font-size: 22px;
  padding: 15px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: flex-end;
  border-bottom: 1px solid #E6E6E6; }
  @media screen and (max-width: 667px) {
    .news-section-title {
      font-size: 20px; } }
  @media screen and (max-width: 480px) {
    .news-section-title {
      font-size: 18px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.news-date-text {
  font-size: 16px;
  text-align: right; }

.section-news-text {
  line-height: 230%;
  letter-spacing: 1px;
  font-size: 16px;
  text-indent: 18px; }

/* ------ */
.section-title04 {
  font-size: 16px;
  margin-bottom: 40px;
  text-align: center;
  color: #315984; }
  @media screen and (max-width: 667px) {
    .section-title04 {
      font-size: 12px;
      margin-bottom: 25px; } }

.item-title {
  font-size: 20px;
  margin-bottom: 15px;
  padding-bottom: 10px;
  padding-left: 15px;
  padding-top: 10px;
  line-height: 100%;
  color: #315984;
  border-bottom: 1px dotted #878787;
  position: relative;
  padding-left: 25px; }
  .item-title:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #4F82BD;
    position: absolute;
    top: 14px;
    left: 8px;
    margin: auto; }
  @media screen and (max-width: 667px) {
    .item-title {
      font-size: 15px; } }

.item-text {
  padding-left: 25px;
  padding-bottom: 15px; }

.section-text-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.section-text {
  line-height: 180%;
  margin-bottom: 25px; }
  @media screen and (max-width: 667px) {
    .section-text {
      line-height: 220%; } }

.error-box {
  text-align: center;
  font-size: 17px;
  line-height: 180%;
  margin: 0 auto; }

.ceo-img {
  margin-left: 85px;
  margin-right: 25px; }
  @media screen and (max-width: 667px) {
    .ceo-img {
      margin: 0 auto; } }

.ceo-name {
  font-size: 16px;
  line-height: 180%;
  margin-top: 10px;
  display: block;
  text-align: right; }
  @media screen and (max-width: 667px) {
    .ceo-name {
      font-size: 13px; } }

.section-text02 {
  width: 64%;
  line-height: 300%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 667px) {
    .section-text02 {
      width: 66%;
      margin-left: 0px;
      margin-right: 0px; } }
  @media screen and (max-width: 480px) {
    .section-text02 {
      width: auto; } }

.section-text03 {
  line-height: 180%;
  margin-bottom: 20px; }

.section-img {
  width: 28%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .section-img {
      margin-bottom: 25px;
      width: auto;
      text-align: center; } }

.lower-item {
  padding-bottom: 25px;
  line-height: 180%; }

.lower-page-list02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 15px; }

.lower-term {
  width: 40%;
  padding: 10px;
  padding-left: 25px;
  box-sizing: border-box;
  background-color: #E6E6E6;
  border-bottom: 1px dotted #333333;
  position: relative; }
  .lower-term:first-of-type {
    border-top: 1px dotted #333333; }
  .lower-term:before {
    display: block;
    content: '';
    width: 8px;
    height: 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #4F82BD;
    position: absolute;
    top: 28px;
    left: 3px;
    margin: auto; }

.lower-description {
  width: 60%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 20px;
  line-height: 180%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dotted #333333; }
  .lower-description:first-of-type {
    border-top: 1px dotted #333333; }

.map {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }

.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  border: none; }

/* -------------------
 
---------------------- */
.office-list {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px dotted #4D4D4D; }
  @media screen and (max-width: 667px) {
    .office-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.office-term {
  width: 20%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px dotted #4D4D4D;
  background-color: #E6E6E6; }
  @media screen and (max-width: 480px) {
    .office-term {
      width: auto;
      padding: 10px; } }

.office-description {
  width: 80%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px;
  border-bottom: 1px dotted #4D4D4D; }
  @media screen and (max-width: 480px) {
    .office-description {
      width: auto;
      padding: 10px;
      padding-top: 15px;
      padding-bottom: 15px; } }

/* -------------------
 
---------------------- */
.bus-sign {
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around; }
  @media screen and (max-width: 769px) {
    .bus-sign {
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  @media screen and (max-width: 480px) {
    .bus-sign {
      margin-bottom: 25px; } }
  .bus-sign .bus-sign-item {
    width: 45%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #ffffff;
    margin-bottom: 50px; }
    @media screen and (max-width: 769px) {
      .bus-sign .bus-sign-item {
        padding: 20px;
        padding-bottom: 30px; } }
    @media screen and (max-width: 480px) {
      .bus-sign .bus-sign-item {
        width: auto;
        margin-bottom: 25px; } }
  .bus-sign a.thumnail {
    display: block;
    overflow: hidden;
    width: 100%; }
  .bus-sign img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
  .bus-sign figure {
    position: relative;
    overflow: hidden;
    margin: 0; }
  .bus-sign figcaption {
    position: absolute;
    top: 65%;
    right: 5%;
    bottom: 3%;
    left: 5%;
    margin: auto;
    padding-top: 15px;
    font-size: 16px;
    line-height: 200%;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-align: center;
    opacity: 1;
    color: #333;
    background-color: rgba(250, 250, 250, 0.9); }
  .bus-sign a:hover > figure img {
    -webkit-transform: scale(1.15, 1.15);
    -moz-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15); }
  .bus-sign a:hover > figure figcaption {
    opacity: 1; }

.bus-sign-item-title {
  font-size: 22px;
  line-height: 190%;
  text-align: center;
  margin-bottom: 10px; }

.bizup-sign {
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/top/07.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  /* ------ */ }
  .bizup-sign:after {
    display: block;
    content: '';
    clear: both; }

.bizup-sign-text {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px; }

.bizup-sign-frame {
  width: 95%;
  padding: 30px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .bizup-sign-frame {
      padding: 10px; } }

.bizup-sign-title {
  font-size: 25px;
  text-align: center;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px; }

.bizup-sign-list {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px; }
  .bizup-sign-list:after {
    display: block;
    content: '';
    clear: both; }

.bizup-sign-item {
  float: left;
  width: 228px;
  margin: 0 0 0 15px;
  background-color: rgba(255, 255, 255, 0.9);
  background-color: #ffffff;
  background-size: 33%;
  background-repeat: no-repeat;
  background-position: 50% 80%;
  -webkit-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 2px 2px 1px rgba(0, 0, 0, 0.1);
  text-align: center; }
  .bizup-sign-item:nth-of-type(1) {
    margin-left: 0px;
    background-image: url(../img/bizup/01.png); }
  .bizup-sign-item:nth-of-type(2) {
    background-image: url(../img/bizup/02.png); }
  .bizup-sign-item:nth-of-type(3) {
    background-image: url(../img/bizup/03.png); }
  .bizup-sign-item:nth-of-type(4) {
    background-image: url(../img/bizup/04.png); }
  .bizup-sign-item:nth-of-type(5) {
    background-image: url(../img/bizup/05.png); }

/* ------ */
.top-info-box {
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/top/07.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px;
  /* ------ */ }
  .top-info-box:after {
    display: block;
    content: '';
    clear: both; }

.top-info-text {
  width: 70%;
  margin: 0 auto;
  margin-bottom: 20px; }

.top-info-frame {
  width: 95%;
  padding: 30px;
  margin: 0 auto;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media screen and (max-width: 480px) {
    .top-info-frame {
      padding: 10px; } }

.top-info-title {
  font-size: 25px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
  text-align: center; }
  @media screen and (max-width: 667px) {
    .top-info-title {
      font-size: 14px; } }

.top-info-title-sub {
  padding-left: 80px;
  padding-right: 80px;
  background-image: url(../img/top/title_left.png), url(../img/top/title_right.png);
  background-repeat: no-repeat;
  background-position: left , right; }
  @media screen and (max-width: 667px) {
    .top-info-title-sub {
      display: inline-block;
      padding-left: 50px;
      padding-right: 50px;
      background-size: 40px 22px; } }

.top-info-contents {
  margin: 0 auto;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  @media screen and (max-width: 667px) {
    .top-info-contents {
      flex-direction: column;
      justify-content: center;
      align-items: center; } }

.top-info-item01 {
  width: 48%;
  padding: 25px;
  padding-left: 15px;
  margin-bottom: 25px;
  box-sizing: border-box;
  border: 5px solid #A9A9A9; }
  @media screen and (max-width: 667px) {
    .top-info-item01 {
      width: 100%; } }

.top-info-item02 {
  width: 48%;
  padding: 25px;
  padding-left: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #A9A9A9;
  border: 5px solid #AED600;
  margin-bottom: 25px; }
  @media screen and (max-width: 667px) {
    .top-info-item02 {
      width: 100%; } }

.news-list-box {
  height: 292px;
  background-color: #ffffff;
  overflow-y: scroll;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch; }

.news-list {
  padding: 15px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.news-date {
  width: 23%;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #D9D9D9; }

.news-category {
  width: 27%;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #D9D9D9; }

.news-title {
  width: 50%;
  padding-top: 15px;
  padding-bottom: 15px;
  box-sizing: border-box;
  border-bottom: 1px solid #D9D9D9; }

.img-around-text {
  float: right;
  margin-top: 25px;
  margin-left: 25px; }
  @media screen and (max-width: 667px) {
    .img-around-text {
      float: none;
      margin-bottom: 25px;
      text-align: center; } }

.top-souzoku-title {
  font-size: 24px;
  margin-bottom: 15px;
  color: #5B3408;
  text-align: center; }

.top-souzoku-text01 {
  font-size: 18px;
  margin-bottom: 15px; }

.top-souzoku-text02 {
  margin-bottom: 15px; }

.top-souzoku-text03 {
  margin-bottom: 15px; }

.top-souzoku-date-text {
  font-size: 18px; }

/* ------ */
.biz-keiei-box {
  width: 100%;
  margin: 0 auto;
  background-image: url(../img/top/08.jpg);
  background-size: cover;
  background-attachment: fixed;
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 50px; }

.biz-text {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 40px; }

.biz-keiei-contents {
  width: 1120px;
  box-sizing: border-box;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ffffff; }
  @media screen and (max-width: 667px) {
    .biz-keiei-contents {
      width: auto;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.biz-keiei-item01 {
  width: 48%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F2F2F2; }
  @media screen and (max-width: 667px) {
    .biz-keiei-item01 {
      width: 95%; } }

.biz-keiei-item02 {
  width: 48%;
  padding: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F2F2F2; }
  @media screen and (max-width: 667px) {
    .biz-keiei-item02 {
      width: 95%; } }

.biz-keiei-title {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-image: url(../img/biz/11.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: contain; }
  @media screen and (max-width: 667px) {
    .biz-keiei-title {
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 10px; } }

.biz-keiei-title02 {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  background-image: url(../img/biz/12.png);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: contain; }
  @media screen and (max-width: 667px) {
    .biz-keiei-title02 {
      padding-top: 10px;
      padding-bottom: 10px;
      margin-bottom: 10px; } }

.biz-keiei-title-span {
  display: block;
  font-size: 20px;
  margin: 0 auto;
  margin-left: 5px;
  line-height: 40px;
  padding-left: 15px;
  border-left: 3px solid #023595; }
  @media screen and (max-width: 667px) {
    .biz-keiei-title-span {
      font-size: 15px; } }

.biz-list {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .biz-list {
      flex-direction: column;
      align-items: center; } }

.biz-list02 {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.biz-item {
  width: 47%;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  background-color: #ffffff; }
  @media screen and (max-width: 480px) {
    .biz-item {
      width: 95%; } }

.biz-item-link {
  width: 230px;
  height: 55px;
  font-size: 15px;
  letter-spacing: 1px;
  padding-left: 5px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #033695;
  border: 1px solid #ffffff; }

.biz_icon-01 {
  padding-left: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  background-image: url(../img/biz/icon_biz01.png);
  background-repeat: no-repeat;
  background-size: contain; }
  .biz_icon-01:hover {
    background-image: url(../img/biz_ho/icon_biz01.png);
    color: #578F30; }

.biz_icon-02 {
  padding-left: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  background-image: url(../img/biz/icon_biz02.png);
  background-repeat: no-repeat;
  background-size: contain; }
  .biz_icon-02:hover {
    background-image: url(../img/biz_ho/icon_biz02.png);
    color: #578F30; }

.biz_icon-03 {
  padding-left: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  background-image: url(../img/biz/icon_biz03.png);
  background-repeat: no-repeat;
  background-size: contain; }
  .biz_icon-03:hover {
    background-image: url(../img/biz_ho/icon_biz03.png);
    color: #578F30; }

.biz_icon-04 {
  padding-left: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  background-image: url(../img/biz/icon_biz04.png);
  background-repeat: no-repeat;
  background-size: contain; }
  .biz_icon-04:hover {
    background-image: url(../img/biz_ho/icon_biz04.png);
    color: #578F30; }

.biz_icon-05 {
  padding-left: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  background-image: url(../img/biz/icon_biz05.png);
  background-repeat: no-repeat;
  background-size: contain; }
  .biz_icon-05:hover {
    background-image: url(../img/biz_ho/icon_biz05.png);
    color: #578F30; }

.biz_icon-06 {
  padding-left: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  background-image: url(../img/biz/icon_biz06.png);
  background-repeat: no-repeat;
  background-size: contain; }
  .biz_icon-06:hover {
    background-image: url(../img/biz_ho/icon_biz06.png);
    color: #578F30; }

.biz_icon-07 {
  padding-left: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  background-image: url(../img/biz/icon_biz07.png);
  background-repeat: no-repeat;
  background-size: contain; }
  .biz_icon-07:hover {
    background-image: url(../img/biz_ho/icon_biz07.png);
    color: #578F30; }

.biz_icon-08 {
  padding-left: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  background-image: url(../img/biz/icon_biz08.png);
  background-repeat: no-repeat;
  background-size: contain; }
  .biz_icon-08:hover {
    background-image: url(../img/biz_ho/icon_biz08.png);
    color: #578F30; }

.biz_icon-09 {
  padding-left: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  background-image: url(../img/biz/icon_biz09.png);
  background-repeat: no-repeat;
  background-size: contain; }
  .biz_icon-09:hover {
    background-image: url(../img/biz_ho/icon_biz09.png);
    color: #578F30; }

.biz_icon-10 {
  padding-left: 70px;
  height: 40px;
  display: flex;
  align-items: center;
  background-image: url(../img/biz/icon_biz10.png);
  background-repeat: no-repeat;
  background-size: contain; }
  .biz_icon-10:hover {
    background-image: url(../img/biz_ho/icon_biz10.png);
    color: #578F30; }

.biz_icon img {
  max-width: 100%;
  height: auto; }

/* ------ */
.top-contact-box {
  background-color: #E6E6E6;
  padding-bottom: 40px;
  padding-top: 40px;
  background-image: url(../img/footer_bg.jpg); }

.top-contact {
  max-width: 1180px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 480px) {
    .top-contact {
      flex-direction: column;
      align-items: center; } }

.top-contact-tel {
  width: 320px;
  width: 28%; }
  @media screen and (max-width: 480px) {
    .top-contact-tel {
      width: 80%;
      margin-bottom: 25px; } }

.top-contact-logo {
  margin-bottom: 20px;
  margin-top: 10px; }

@media screen and (max-width: 480px) {
  .top-contact-logo-img {
    width: 200px; } }

.top-contact-img {
  width: 320px;
  width: 28%;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .top-contact-img {
      width: 80%; } }

.top-contact-text {
  width: 420px;
  width: 36%; }
  @media screen and (max-width: 667px) {
    .top-contact-text {
      width: 37%; } }
  @media screen and (max-width: 480px) {
    .top-contact-text {
      width: 80%; } }

.top-contact-title {
  display: flex;
  font-size: 22px;
  padding-top: 1px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  margin-top: 8px; }
  @media screen and (max-width: 667px) {
    .top-contact-title {
      font-size: 18px;
      letter-spacing: 0px;
      align-items: center;
      justify-content: center; } }

.top-contact-mail {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 480px;
  box-sizing: border-box;
  height: 85px;
  line-height: 100%;
  margin: 0 auto;
  margin-bottom: 25px;
  padding-right: 35px;
  font-size: 25px;
  letter-spacing: 1px;
  box-sizing: border-box;
  color: #ffffff;
  text-align: center;
  background-color: #F6985F;
  border-radius: 5px;
  position: relative; }
  @media screen and (max-width: 667px) {
    .top-contact-mail {
      width: 100%;
      font-size: 15px;
      margin-bottom: 40px;
      height: 50px; } }
  .top-contact-mail:before {
    display: block;
    content: '';
    width: 40px;
    height: 40px;
    transform: rotate(-45deg);
    border-right: 1px solid #ffffff;
    border-bottom: 1px solid #ffffff;
    position: absolute;
    top: 0;
    right: 40px;
    bottom: 0;
    margin: auto; }
    @media screen and (max-width: 667px) {
      .top-contact-mail:before {
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        margin: auto;
        width: 25px;
        height: 25px; } }

/* ------ */
@keyframes shiny {
  0% {
    transform: scale(0) rotate(25deg);
    opacity: 0; }
  50% {
    transform: scale(1) rotate(25deg);
    opacity: 1; }
  100% {
    transform: scale(50) rotate(25deg);
    opacity: 0; } }
.bizup-sign-item-btn {
  position: relative;
  display: block;
  padding-top: 25px;
  padding-bottom: 25px;
  width: 100%;
  height: 120px;
  border: 1px solid #fcfcfc;
  line-height: 110%;
  color: #385B80;
  font-size: 18px;
  border: 1px solid #F2F2F2;
  text-align: center;
  text-decoration: none;
  overflow: hidden; }

.bizup-sign-item-btn::after {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 50px;
  height: 50px;
  background-image: linear-gradient(100deg, rgba(255, 255, 255, 0) 10%, white 100%, rgba(255, 255, 255, 0) 0%);
  animation-name: shiny;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite; }

/* ------ */
.bizup-news-list {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 20px;
  /* ------ */
  /* ------ */ }
  .bizup-news-list:after {
    display: block;
    content: '';
    clear: both; }
  .bizup-news-list .bizup-new-title {
    font-size: 16px;
    padding-left: 25px; }
  .bizup-news-list .bizup-news-item {
    float: left;
    width: 592.5px; }
    .bizup-news-list .bizup-news-item:nth-of-type(2) {
      float: right;
      text-align: center;
      padding-top: 50px; }
  .bizup-news-list .new-btn {
    display: block;
    width: 350px;
    height: 80px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 40px;
    border: 1px solid #d9d9d9;
    line-height: 80px;
    color: #ffffff;
    font-size: 20px;
    background-color: #1AA0C6;
    margin: 0 auto; }
  .bizup-news-list .biz-btn {
    display: block;
    width: 350px;
    height: 70px;
    margin: 0 auto; }
    .bizup-news-list .biz-btn a {
      font-size: 20px;
      line-height: 70px;
      position: relative;
      z-index: 2;
      display: block;
      width: 100%;
      border: 2px solid #1AA0C6;
      border-radius: 40px;
      background-color: #1AA0C6;
      color: #ffffff;
      text-align: center;
      text-decoration: none;
      transition: .25s linear;
      -webkit-transition: .25s linear;
      -moz-transition: .25s linear;
      -o-transition: .25s linear;
      -ms-transition: .25s linear; }
    @media screen and (max-width: 480px) {
      .bizup-news-list .biz-btn {
        width: 80%; } }
  .bizup-news-list .biz-btn a:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0;
    height: 100%;
    margin: 0 auto;
    background-color: #1AA0C6;
    border-radius: 40px;
    transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -ms-transition: .25s ease-in-out; }
  .bizup-news-list .biz-btn a:hover {
    color: #1AA0C6; }
  .bizup-news-list .biz-btn a:hover:before {
    width: 100%;
    background-color: #ffffff; }

.bizup-news {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 25%;
  width: 100%;
  display: inline-block;
  -webkit-overflow-scrolling: touch; }
  .bizup-news iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll; }

.bizup-news02 {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 55%;
  width: 100%;
  display: inline-block;
  -webkit-overflow-scrolling: touch; }
  .bizup-news02 iframe {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 0px; }

@media screen and (max-width: 480px) {
  .bizup-sign {
    padding-top: 25px;
    margin-bottom: 10px; } }
@media screen and (max-width: 480px) {
  .bizup-sign .bizup-sign-title {
    margin-bottom: 10px; } }
@media screen and (max-width: 480px) {
  .bizup-sign p {
    width: 90%; } }
@media screen and (max-width: 1025px) {
  .bizup-sign .bizup-sign-list {
    width: 98%;
    margin: 0 auto; } }
@media screen and (max-width: 480px) {
  .bizup-sign .bizup-sign-list {
    width: 235px; } }
@media screen and (max-width: 1025px) {
  .bizup-sign .bizup-sign-list li {
    margin-bottom: 25px; } }
@media screen and (max-width: 480px) {
  .bizup-sign .bizup-sign-list li {
    float: none;
    margin-left: 0px;
    margin-bottom: 15px; } }
@media screen and (max-width: 1025px) {
  .bizup-sign .bizup-sign-list li:nth-of-type(1) {
    margin: 0 0 0 15px; } }
@media screen and (max-width: 480px) {
  .bizup-sign .bizup-sign-list li:nth-of-type(1) {
    margin-left: 0px;
    margin-bottom: 15px; } }
@media screen and (max-width: 1025px) {
  .bizup-sign .bizup-news-list {
    width: 90%; } }
@media screen and (max-width: 480px) {
  .bizup-sign .bizup-news-list {
    width: 100%; } }
@media screen and (max-width: 1025px) {
  .bizup-sign .bizup-news-list li {
    float: none;
    width: 100%; } }
@media screen and (max-width: 480px) {
  .bizup-sign .bizup-news-list li {
    float: none;
    width: 100%; } }
@media screen and (max-width: 480px) {
  .bizup-sign .bizup-news-list li:nth-of-type(2) {
    float: none;
    padding-top: 20px; } }
@media screen and (max-width: 480px) {
  .bizup-sign .bizup-news-list li:nth-of-type(2) a {
    width: 90%;
    height: 80px;
    line-height: 80px; } }
@media screen and (max-width: 480px) {
  .bizup-sign .bizup-news {
    padding-top: 45%; } }
/* -------------------
 privacypolicy
---------------------- */
.privacy-text {
  line-height: 150%;
  margin-bottom: 40px;
  padding: 15px; }

.privacy-text02 {
  line-height: 150%;
  margin-bottom: 5px;
  padding: 15px; }

.privacy-text03 {
  padding: 25px;
  width: 300px;
  margin-left: 25px;
  line-height: 150%;
  border: 2px dotted #000000; }

.privacy-text04 {
  background-color: #E3E3E3;
  padding-right: 50px;
  text-align: right; }
  @media screen and (max-width: 480px) {
    .privacy-text04 {
      padding-right: 10px; } }

.privacy-text05 {
  text-align: right;
  position: relative;
  padding-left: 30px; }
  .privacy-text05:hover {
    color: #DB0000; }
  .privacy-text05:before {
    display: block;
    content: '';
    width: 14px;
    height: 14px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #5CA405;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 10px;
    margin: auto; }
  .privacy-text05:after {
    display: block;
    content: '';
    width: 0;
    height: 0;
    border-bottom: 8px solid #ffffff;
    border-left: 8px solid transparent;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    left: 11px;
    bottom: 0;
    margin: auto; }

.privacy-title {
  font-size: 18px;
  margin-bottom: 25px;
  padding: 10px;
  padding-left: 25px;
  letter-spacing: 2px;
  background-color: #9E9E9E;
  color: #ffffff; }

.privacy-list {
  margin-left: 25px;
  margin-bottom: 50px; }

.privacy-item {
  border-bottom: 1px dotted #E6E6E6;
  margin-bottom: 15px;
  padding: 0px;
  line-height: 100%;
  padding-left: 25px;
  position: relative; }
  .privacy-item:before {
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #4F82BD;
    position: absolute;
    top: 5px;
    left: 8px;
    margin: auto; }

/* -------------------
 
---------------------- */
.link-sign {
  width: 100%; }

.link-title {
  display: none; }

.link-list {
  width: 90%;
  margin: 0 auto;
  -js-display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin-bottom: 50px; }
  .link-list li {
    width: 40%;
    text-align: center;
    font-size: 23px; }
    .link-list li.link-item01 {
      background-color: #67C9A0; }
    .link-list li.link-item02 {
      background-color: #BA394D; }
    .link-list li.link-item03 {
      background-color: #1AA0C6; }
    .link-list li a {
      display: block;
      padding: 15px; }
      .link-list li a:link, .link-list li a:active, .link-list li a:visited {
        color: #ffffff; }

@media screen and (max-width: 667px) {
  .link-list li {
    margin-bottom: 20px;
    width: 100%; } }
.contact-us {
  margin: 0 auto;
  padding-bottom: 50px;
  padding-top: 30px;
  overflow: hidden;
  background-color: #E3E3E3;
  /* ------ */ }
  @media screen and (max-width: 667px) {
    .contact-us {
      background-size: 200px; } }
  @media screen and (max-width: 480px) {
    .contact-us {
      background-size: 50%;
      background-position: top left; } }
  .contact-us .contact-us-title {
    font-size: 25px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center; }
    @media screen and (max-width: 480px) {
      .contact-us .contact-us-title {
        text-align: center; } }
  .contact-us .mail {
    padding-left: 30px;
    margin-left: 80px;
    background-image: url(../img/mail.jpg);
    background-repeat: no-repeat;
    font-size: 25px;
    background-size: 25px;
    background-position: 0px 5px;
    color: #333333; }
    @media screen and (max-width: 480px) {
      .contact-us .mail {
        margin-left: 0px; } }
  .contact-us .tel {
    padding-left: 30px;
    background-image: url(../img/tel.png);
    background-repeat: no-repeat;
    font-size: 38px;
    background-size: 23px;
    margin-left: 40px;
    background-position: 0px 2px;
    color: #F37B1D;
    font-weight: bold; }
    @media screen and (max-width: 480px) {
      .contact-us .tel {
        text-align: left;
        font-size: 25px;
        line-height: 200%;
        background-size: 17px;
        padding-left: 20px;
        margin-left: 0px; } }
  .contact-us p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 20px; }

.contact-us-list-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  @media screen and (max-width: 480px) {
    .contact-us-list-box {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; } }

.contact-us-list {
  width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (max-width: 480px) {
    .contact-us-list {
      margin-right: 0%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      font-size: 15px; } }

.contact-us-item {
  width: 28%;
  margin-left: 15px;
  background-color: #ffffff;
  background-size: 13%;
  background-repeat: no-repeat;
  background-position: 50% 80%;
  text-align: center; }
  @media screen and (max-width: 480px) {
    .contact-us-item {
      width: auto;
      margin-bottom: 25px;
      margin-left: 0px; } }

.contact-us-link {
  display: block;
  padding: 20px;
  height: 130px;
  font-size: 13px;
  color: #333333;
  line-height: 180%; }
  @media screen and (max-width: 667px) {
    .contact-us-link {
      height: auto; } }

.contact-us-link02 {
  display: block;
  padding: 20px;
  font-size: 13px;
  color: #333333;
  line-height: 180%; }
  @media screen and (max-width: 667px) {
    .contact-us-link02 {
      height: auto; } }

.contact-us-item-title {
  font-size: 20px;
  line-height: 35px; }
  @media screen and (max-width: 1025px) {
    .contact-us-item-title {
      font-size: 17px; } }

.contact-us-sub {
  display: block;
  text-align: left; }

.map-title {
  display: block;
  padding-top: 20px;
  font-size: 20px;
  line-height: 35px;
  line-height: 180%; }

/* ------ */
.top-iframe-wrapper {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-top: 50%; }
  .top-iframe-wrapper iframe {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    display: block;
    width: 90%;
    height: 90%;
    border: none; }

@media screen and (max-width: 1025px) {
  .top-iframe-wrapper {
    padding-top: 66%; } }
@media screen and (max-width: 769px) {
  .top-iframe-wrapper {
    padding-top: 97%; } }
@media screen and (max-width: 667px) {
  .top-iframe-wrapper {
    padding-top: 60%; } }
/* -------------------
 
---------------------- */
.form-info {
  width: 90%;
  margin: 0 auto; }
  @media screen and (max-width: 480px) {
    .form-info {
      width: 100%; } }

.form-table {
  width: 960px;
  background-color: #ffffff; }
  @media screen and (max-width: 667px) {
    .form-table {
      width: 100%;
      table-layout: fixed; } }
  .form-table th {
    width: 200px;
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    color: #fff;
    background-color: #878787; }
    @media screen and (max-width: 667px) {
      .form-table th {
        display: block;
        width: 100%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        padding: 5px;
        padding-left: 15px;
        background-color: #878787; } }
  .form-table td {
    padding: 15px;
    text-align: left;
    vertical-align: middle;
    background-color: #ffffff; }
    @media screen and (max-width: 667px) {
      .form-table td {
        display: block;
        margin-bottom: 5px; } }

.funda-span {
  display: inline-block;
  padding: 15px;
  font-size: 12px; }

/* ------ */
input.reigai {
  display: block;
  width: 100px;
  margin-left: 20px;
  vertical-align: middle; }
  input.reigai:hover {
    background-color: #009794;
    color: #ffffff; }

input.reigai02 {
  display: block;
  width: 120px;
  margin-left: 20px;
  vertical-align: middle; }
  input.reigai02:hover {
    background-color: #009794;
    color: #ffffff; }

.submit-box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
  margin-bottom: 25px;
  text-align: center; }

@media screen and (max-width: 667px) {
  input, TEXTAREA {
    width: 100%; } }
/* ------ */
input {
  padding: 1em;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 98%;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fcfcfc; }
  input:placeholder {
    color: #aaa; }
  input:not(:first-of-type) {
    margin-top: 1em; }

input[type='text']:focus {
  border: 1px solid #009794;
  background-color: #fcfcfc; }

/* ------ */
.checkbox-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4px;
  padding-left: 10px;
  align-items: center; }

.input-span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px; }

.checkbox-span {
  display: inline-block;
  width: 160px;
  vertical-align: text-top; }

/* ------ */
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 2px;
  background-color: white;
  cursor: pointer;
  position: relative;
  font-size: 0; }

input[type="checkbox"]:checked {
  background-color: #009794; }

input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 3px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg); }

/* ------ */
input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 14px;
  height: 14px;
  box-sizing: border-box;
  border: 1px solid #ddd;
  border-radius: 50%;
  background-color: white;
  cursor: pointer;
  position: relative;
  font-size: 0; }

input[type="radio"]:checked {
  background-color: #009794; }

/* ------ */
textarea {
  padding: 1em;
  border-radius: 5px;
  border: 1px solid #ddd;
  width: 98%;
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  textarea:focus {
    border: 1px solid #009794; }

label {
  display: inline-block;
  cursor: pointer; }
  label:not(:last-of-type) {
    margin-right: 2em; }

/* -------------------
 
---------------------- */
footer {
  background-image: url(../img/footer_bg02.jpg); }

@media screen and (max-width: 480px) {
  .footer-menu {
    display: none; } }

.footer-text {
  text-align: center;
  padding: 15px; }

/* -------------------
 
---------------------- */
/* -------------------
 
---------------------- */
.mt5 {
  margin-top: 5px; }

.mt8 {
  margin-top: 8px; }

.mt10 {
  margin-top: 10px; }

.mt15 {
  margin-top: 15px; }

.mt25 {
  margin-top: 25px; }

.mt30 {
  margin-top: 30px; }

.mt40 {
  margin-top: 40px; }

.mt50 {
  margin-top: 50px; }

.mt60 {
  margin-top: 60px; }

.mt70 {
  margin-top: 70px; }

.mt80 {
  margin-top: 80px; }

/* -------------------
 
---------------------- */
.mb10 {
  margin-bottom: 10px; }

.mb15 {
  margin-bottom: 15px; }

.mb20 {
  margin-bottom: 20px; }

.mb25 {
  margin-bottom: 25px; }

.mb30 {
  margin-bottom: 30px; }

.mb40 {
  margin-bottom: 40px; }

.mb50 {
  margin-bottom: 50px; }

.mb60 {
  margin-bottom: 60px; }

.mb70 {
  margin-bottom: 70px; }

.mb80 {
  margin-bottom: 80px; }

/* -------------------
 
---------------------- */
.f90 {
  font-size: 90%; }

.f85 {
  font-size: 85%; }

.f80 {
  font-size: 80%; }

.f70 {
  font-size: 70%; }

.f60 {
  font-size: 60%; }

.f120 {
  font-size: 120%; }

.f130 {
  font-size: 130%; }

.f140 {
  font-size: 140%; }

.f150 {
  font-size: 150%; }

.co1 {
  color: #C82937;
  font-weight: bold; }

.co2 {
  color: #333333; }

.co3 {
  color: #009DE5;
  font-weight: bold; }

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