@charset "UTF-8";
/* =================================================================
 License : e-TRUST Inc.
 File name : common.css
 Style : common
================================================================= */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:400,700,900i&display=swap");
.imgL {
  float: none !important;
  margin-right: 0 !important;
}

header, footer {
  min-width: auto !important;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  font-size: 14px !important;
  line-height: 1.3em;
  overflow: visible !important;
}

body {
  font-weight: 400;
  letter-spacing: 0.6;
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  word-wrap: break-word;
  background-position: left center;
  overflow-x: hidden;
  background: #fff;
}

a {
  color: #1111cc !important;
  text-decoration: none;
}

.inner {
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 834px) {
  .inner {
    width: 100%;
    margin: 0 auto;
  }
}

#main, #main #col_main {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
}

#contents_wrap {
  position: relative;
  z-index: 1;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  min-width: auto !important;
}
@media screen and (max-width: 834px) {
  #contents_wrap {
    width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 960px) {
  #contents_wrap {
    width: 100% !important;
    min-width: 100%;
  }
}

#contents {
  padding: 0;
  background: none !important;
  width: 100%;
}

@media screen and (max-width: 100%) {
  #main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #main #col_main {
    width: 100%;
  }
}

@media screen and (max-width: 100%) {
  #side {
    width: 18.75000%;
  }
}

@media screen and (max-width: 100%) {
  #side aside {
    width: 100% !important;
  }
}

aside div#form_calendar {
  min-width: auto !important;
}

.blog #contents article .detail {
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .blog #contents {
    padding: 0;
  }

  .blog #contents article {
    padding: 30px 10px 10px;
  }
  .blog #contents article .detail {
    margin-top: 20px;
  }
}
.map {
  margin: 56px auto 120px;
  padding: 60px 0;
}
@media screen and (max-width: 834px) {
  .map {
    width: 90%;
  }
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .map li {
    text-align: center;
  }
}
.map li:last-child {
  display: none;
}

.map li a {
  color: #333 !important;
}

.policy h2 {
  border-bottom: 1px solid #BBBBBB;
  font-size: 18px;
  font-weight: bold;
  padding: 0 0 5px;
}

.policy p {
  margin: 0 0 50px;
}

table {
  table-layout: fixed;
}

table td {
  margin-bottom: -1px !important;
  padding: 20px !important;
}

.tlauto table {
  table-layout: auto;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b, strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

@media screen and (max-width: 834px) {
  .youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
  }

  .youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
u {
  text-decoration: underline;
}

.borB {
  border-bottom: 1px dashed #333;
}

.b {
  font-weight: bold;
}

b {
  font-weight: bold;
}

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px;
}

a:hover {
  opacity: 0.6;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}

.tacenter {
  text-align: center !important;
}

.ColLeft {
  float: left;
}

.ColRight {
  float: right;
}

.flexleft {
  display: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  overflow: hidden;
}

.flexcenter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.br {
  display: block;
}

.br_pc {
  display: block;
}
@media screen and (max-width: 640px) {
  .br_pc {
    display: inline;
  }
}

.br_sp {
  display: inline;
}
@media screen and (max-width: 640px) {
  .br_sp {
    display: block;
  }
}

.br_tab {
  display: inline;
}
@media screen and (max-width: 834px) {
  .br_tab {
    display: block;
  }
}

/*********PANKUZU *********/
/* table td padding */
.tdpd0 td {
  padding: 0 !important;
}

.tdpd05 td {
  padding: 5px !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.tdpd15 td {
  padding: 15px !important;
}

.tdpd20 td {
  padding: 20px !important;
}

.tdpd25 td {
  padding: 25px !important;
}

.tdpd30 td {
  padding: 30px !important;
}

.tdpd35 td {
  padding: 35px !important;
}

.tdpd40 td {
  padding: 40px !important;
}

.tdpd45 td {
  padding: 45px !important;
}

.tdpd50 td {
  padding: 50px !important;
}

td.pdT10 {
  padding-top: 10px !important;
}

/* padding */
.pd0 {
  padding: 0px !important;
}

.pd10 {
  padding: 10px !important;
}

/********* Google Map &youtube *********/
/* small.css */
/* googlemap for single.php */
iframe[src^="https://www.google.com/maps/"] {
  width: 100%;
  height: 100%;
}

.ggmap {
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .ggmap {
    padding-bottom: 55%;
  }
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 834px) {
  .youtube iframe {
    width: 100%;
  }
}

.googlemap iframe {
  vertical-align: bottom;
}

#builingual {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 6999999;
  padding: 5px 20px !important;
}
@media screen and (max-width: 640px) {
  #builingual {
    width: 100%;
  }
}

.switch {
  float: right;
  padding-top: 3px !important;
  position: relative;
}
.switch:after {
  content: "OFF";
  position: absolute;
  right: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}
.switch:before {
  content: "ON";
  position: absolute;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 8px;
  z-index: 1;
}

.cmn-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}

.cmn-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

input.cmn-toggle-round + label {
  padding: 2px;
  width: 60px;
  height: 30px;
  background-color: #dddddd;
  border-radius: 60px;
}

input.cmn-toggle-round + label:before,
input.cmn-toggle-round + label:after {
  display: block;
  position: absolute;
  top: 1px;
  left: 1px;
  bottom: 1px;
  content: "";
}

input.cmn-toggle-round + label:before {
  right: 1px;
  background-color: #f1f1f1;
  border-radius: 60px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

input.cmn-toggle-round + label:after {
  width: 28px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  -webkit-transition: 0.4s;
  transition: 0.4s;
  z-index: 2;
}

input.cmn-toggle-round:checked + label:before {
  background-color: #8ce196;
}

input.cmn-toggle-round:checked + label:after {
  margin-left: 28px;
}

@media only screen and (max-width: 768px) {
  .switch {
    float: right;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding-top: 0px !important;
  }

  #builingual {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
/********* Other *********/
.bc_br {
  display: block;
}
@media screen and (max-width: 640px) {
  .bc_br {
    display: none;
  }
}

#header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 67px;
}
@media screen and (max-width: 834px) {
  #header {
    display: block !important;
    padding-top: 46px;
    height: auto;
  }
}
#header img {
  vertical-align: middle !important;
}

.header_logo {
  width: 25%;
  text-align: left;
}
@media screen and (max-width: 834px) {
  .header_logo {
    margin: 0 auto;
    width: auto;
  }
}
.header_logo a {
  display: block;
  line-height: 67px;
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  .header_logo a {
    padding: 5px 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 80% !important;
    margin: 0 auto;
  }
}
@media screen and (max-width: 834px) {
  .header_logo a img {
    max-width: 80%;
  }
}

.nav_flex {
  width: 75%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
@media screen and (max-width: 834px) {
  .nav_flex {
    display: block !important;
  }
}

nav {
  width: 80%;
}
@media screen and (max-width: 834px) {
  nav {
    width: 100%;
  }
}
nav .navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important;
}
@media screen and (max-width: 834px) {
  nav .navi {
    display: block;
  }
}
nav .navi li {
  width: 100%;
}
nav .navi li:last-child {
  background-color: #175a82;
  height: 67px;
}
@media screen and (max-width: 834px) {
  nav .navi li:last-child {
    height: auto;
  }
}
nav .navi li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 67px;
  color: #000 !important;
}
@media screen and (max-width: 834px) {
  nav .navi li a {
    line-height: 30px;
    color: #fff !important;
    text-align: center;
  }
}

.mean-bar {
  background-color: #175a82 !important;
  position: fixed !important;
  padding: 1px 0 !important;
}

.mean-container a {
  color: #fff !important;
  background: none !important;
}

.mean-nav {
  background: none !important;
}
.mean-nav li a {
  text-align: center !important;
  width: 100%;
  padding: 0 !important;
  width: 100% !important;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.top_tell img {
  height: 67px !important;
}
@media screen and (max-width: 834px) {
  .top_tell img {
    display: none;
  }
}

.inner {
  width: 960px;
  margin: 0 auto;
}

.topanime {
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9000;
  border: none !important;
}

.topanime p {
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: none;
  z-index: 9999;
}

footer {
  background-color: #1d71a3;
  padding-top: 150px;
}
@media screen and (max-width: 834px) {
  footer {
    padding-top: 30px;
  }
}
footer p {
  text-align: center;
  color: #fff;
}
footer p a {
  color: #fff !important;
}
footer p span {
  font-weight: bold;
}
footer .copy {
  margin-top: 70px;
  background-color: #063867;
  color: #fff;
  line-height: 30px;
}
@media screen and (max-width: 834px) {
  footer .copy {
    margin-top: 30px;
  }
}

/*-----------------------------------------------------------------------------------------*/
.top_pic img {
  max-width: 100%;
  width: 100% !important;
}

.home_01warp {
  position: relative;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}

.home_01 {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 300px;
  padding-left: 110px;
}
@media screen and (max-width: 834px) {
  .home_01 {
    height: 90px;
    width: 80%;
    padding-left: 0px !important;
    left: 0;
    right: 0;
  }
}
.home_01 h1 {
  font-family: "Impact", "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 6rem;
  line-height: 1;
  text-shadow: 8px 8px 7px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 1200px) {
  .home_01 h1 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 834px) {
  .home_01 h1 {
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 834px) {
  .title_logo {
    width: 40%;
  }
}
@media screen and (max-width: 640px) {
  .title_logo {
    width: 100% !important;
  }
}

.titile_text > div {
  font-size: 4rem;
  font-weight: bold;
  text-shadow: 8px 8px 7px rgba(0, 0, 0, 0.9);
}
@media screen and (max-width: 1200px) {
  .titile_text > div {
    font-size: 3rem;
  }
}
@media screen and (max-width: 834px) {
  .titile_text > div {
    font-size: 1rem;
  }
}

.news_warp {
  position: relative;
}
@media screen and (max-width: 834px) {
  .news_warp {
    width: 90%;
    margin: 20px auto;
    border: solid 1px #000;
  }
}

.news {
  width: 80%;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  bottom: -90px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: 3;
}
@media screen and (max-width: 834px) {
  .news {
    position: static;
    width: 100% !important;
    bottom: 0;
    left: 0;
    -webkit-transform: none;
            transform: none;
    display: block !important;
  }
}
.news dl {
  display: block !important;
  padding: 10px;
  background-color: #fff;
  border-bottom: 1px dashed #000;
}
.news dl dt, .news dl dd {
  border: none !important;
  padding: 0 !important;
  font-weight: bold;
}

.news_01 {
  width: 30%;
  background-color: #333;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .news_01 {
    width: 100%;
    line-height: 50px;
  }
}
.news_01 h2 {
  font-weight: bold;
}

.news_02 {
  padding: 20px;
  background-color: #fff;
  width: 70%;
  overflow-y: scroll;
  height: 180px;
}
@media screen and (max-width: 834px) {
  .news_02 {
    width: 100%;
    height: 100px;
  }
}

.home_02 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-size: cover;
  background-repeat: no-repeat;
  height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 834px) {
  .home_02 {
    height: auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
}

.home_02inner {
  width: 60%;
}
@media screen and (max-width: 834px) {
  .home_02inner {
    width: 90%;
    padding: 0 !important;
  }
}

@media screen and (max-width: 834px) {
  .home_02head {
    margin-bottom: 20px !important;
  }
}
.home_02head h2 {
  font-family: "Impact", "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 5rem;
  text-align: center !important;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .home_02head h2 {
    font-size: 3rem;
  }
}
.home_02head h2 span {
  font-size: 1.14286rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  font-weight: bold;
}

.home_02text {
  color: #fff;
}

.home_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
@media screen and (max-width: 834px) {
  .home_03 {
    margin: 50px 0 !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 834px) {
  .reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important;
  }
}

.home_03pic {
  width: 50%;
  background: -webkit-gradient(linear, right top, left top, from(#fff), color-stop(25%, #fff), color-stop(25%, #8ea1b1), to(#8ea1b1));
  background: linear-gradient(270deg, #fff 0%, #fff 25%, #8ea1b1 25%, #8ea1b1 100%);
}
@media screen and (max-width: 834px) {
  .home_03pic {
    width: 90%;
    background: none !important;
    padding: 0 !important;
    margin: 0 auto;
  }
}
.home_03pic img {
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .home_03pic img {
    max-width: 100%;
  }
}

.home_03right {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 834px) {
  .home_03right {
    width: 100%;
  }
}
.home_03right h2 {
  font-family: "Impact", "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 5rem;
  text-align: center !important;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .home_03right h2 {
    font-size: 3rem;
    margin-top: 20px;
  }
}
.home_03right h2 span {
  font-size: 1.14286rem;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  display: block;
  font-weight: bold;
}

.home_03wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.home_04pic {
  width: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#fff), color-stop(25%, #fff), color-stop(25%, #8ea1b1), to(#8ea1b1));
  background: linear-gradient(90deg, #fff 0%, #fff 25%, #8ea1b1 25%, #8ea1b1 100%);
}
@media screen and (max-width: 834px) {
  .home_04pic {
    width: 90%;
    background: none;
    padding: 0 !important;
    margin: 0 auto;
  }
}
.home_04pic img {
  width: 100% !important;
}
@media screen and (max-width: 834px) {
  .home_04pic img {
    max-width: 100%;
  }
}

.home_06 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
@media screen and (max-width: 834px) {
  .home_06 {
    display: block;
  }
}
.home_06 .homelist {
  width: 33.3%;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 834px) {
  .home_06 .homelist {
    width: 100%;
  }
}
.home_06 .homelist a {
  display: block;
}
.home_06 .homelist a:hover {
  opacity: 1 !important;
}
.home_06 .homelist a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
  opacity: 1 !important;
}
.home_06 .homelist > div {
  position: absolute;
  bottom: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.home_06 .homelist > div h3 {
  font-family: "Impact", "Roboto", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 3rem;
  text-align: center !important;
  color: #fff;
  line-height: 1.2;
}
.home_06 .homelist > div h3 span {
  font-size: 1.28571rem;
  display: block;
}

.home_06 img {
  width: 100% !important;
  height: 500px !important;
}
@media screen and (max-width: 834px) {
  .home_06 img {
    height: auto !important;
    max-width: 100% !important;
  }
}

.accessmap {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
}
.accessmap iframe {
  height: 450px;
  vertical-align: bottom;
}
@media screen and (max-width: 834px) {
  .accessmap iframe {
    height: 200px;
    margin-top: 20px;
  }
}

.home_07_pt {
  position: relative;
}

.home_07 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 820px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid #ccc 1px;
  padding: 30px 0;
  position: absolute;
  background-color: #fff;
  right: 0;
  left: 0;
  bottom: -67px;
}
@media screen and (max-width: 834px) {
  .home_07 {
    display: block;
    width: 100%;
    position: static;
    border: none !important;
  }
}
@media screen and (max-width: 834px) {
  .home_07 img {
    max-width: 100%;
  }
}

.home_07mail {
  border-right: solid 1px #ccc;
}
@media screen and (max-width: 834px) {
  .home_07mail {
    padding: 0 !important;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 834px) {
  .home_07tell {
    padding: 0 !important;
    text-align: center;
  }
}

.home_07pic {
  position: absolute;
  bottom: 0px;
  right: 30px;
}
@media screen and (max-width: 834px) {
  .home_07pic {
    display: none;
  }
}

.copy {
  font-size: 16px;
  line-height: 40px;
}

.h1_txt01 {
  margin: 0;
  padding: 0;
  margin-left: calc(((100vw - 100%) / 2) * -1) !important;
  margin-right: calc(((100vw - 100%) / 2) * -1) !important;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  height: 250px;
}
@media screen and (max-width: 834px) {
  .h1_txt01 {
    height: 120px;
  }
}
.h1_txt01 h1 {
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  font-size: 5rem;
  color: #fff;
  line-height: 1.2;
}
@media screen and (max-width: 834px) {
  .h1_txt01 h1 {
    font-size: 3rem;
  }
}
.h1_txt01 h1 span {
  font-size: 2rem;
  display: block;
}

.pankuzu {
  margin-top: 20px;
}
@media screen and (max-width: 834px) {
  .pankuzu {
    margin-right: 10px;
  }
}
.pankuzu > div {
  text-align-last: right !important;
}
.pankuzu a {
  color: #000 !important;
}

@media screen and (max-width: 834px) {
  .service_01 {
    margin: 20px auto !important;
    width: 90%;
  }
}
.service_01 h2 {
  font-size: 30px;
  padding-left: 30px;
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 2px solid #1d71a3;
}
@media screen and (max-width: 834px) {
  .service_01 h2 {
    font-size: 2rem;
    text-align: center !important;
    padding-left: 0 !important;
  }
}

.service_02 {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 2;
}
@media screen and (max-width: 834px) {
  .service_02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    width: 80%;
    margin: 20px auto !important;
  }
}

.service_03 {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .service_03 {
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
}
.service_03 img {
  height: 224px !important;
  width: auto !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .service_03 img {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
  }
}

.service_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .service_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    margin-bottom: 40px !important;
  }
}

.strong_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 834px) {
  .strong_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 20px !important;
    margin-top: 20px !important;
  }
}

.strong_01 {
  width: 60%;
  padding-top: 20px;
}
@media screen and (max-width: 834px) {
  .strong_01 {
    width: 90%;
    margin: 0 auto;
  }
}
.strong_01 h2 {
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
  line-height: 55px;
}
.strong_01 h2:after {
  content: "";
  display: block;
  height: 4px;
  padding-left: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#1d73a5), to(transparent));
  background: linear-gradient(to right, #1d73a5, transparent);
}
@media screen and (max-width: 834px) {
  .strong_01 h2 {
    font-size: 1.8rem;
    text-align: center !important;
    margin-bottom: 20px;
  }
}

.strong_02 {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .strong_02 {
    width: 90%;
    margin: 20px auto 40px auto;
    text-align: center !important;
  }
  .strong_02 img {
    max-width: 100%;
  }
}
.strong_02 img {
  width: auto !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
}
@media screen and (max-width: 834px) {
  .strong_02 img {
    max-width: 100% !important;
    height: auto !important;
    width: 100% !important;
  }
}

.case_flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.case_flex::after {
  content: "";
  display: block;
  width: 30%;
  height: 0;
}
@media screen and (max-width: 900px) {
  .case_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    padding: 20px 0 !important;
  }
}

@media screen and (max-width: 900px) {
  .case_01 {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 40px !important;
  }
}
.case_01 h2 {
  font-size: 30px;
  text-align: center !important;
  color: #1d71a3;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.case_01 h2:before, .case_01 h2:after {
  border-top: 1px solid;
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.case_01 h2:before {
  margin-right: 1rem;
}
.case_01 h2:after {
  margin-left: 1rem;
}
@media screen and (max-width: 900px) {
  .case_01 h2 {
    font-size: 1.8rem;
    text-align: center !important;
  }
}

.case_02 {
  width: 30%;
  margin-bottom: 25px;
}
@media screen and (max-width: 900px) {
  .case_02 {
    width: 90%;
    text-align: center;
    margin: 15px auto;
  }
}
.case_02 img {
  height: 216px !important;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: 'object-fit: cover;';
}
@media screen and (max-width: 900px) {
  .case_02 img {
    max-width: 100%;
    width: 100% !important;
    height: auto !important;
  }
}

.recruit_01 {
  font-size: 1.28571rem;
}
@media screen and (max-width: 834px) {
  .recruit_01 {
    margin: 30px auto !important;
    width: 90%;
  }
}

@media screen and (max-width: 834px) {
  .recruit_02 {
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.recruit_02 dl {
  line-height: 60px;
}
@media screen and (max-width: 834px) {
  .recruit_02 dl {
    display: block !important;
    line-height: 40px;
  }
}
.recruit_02 dt {
  -webkit-box-align: center !important;
      -ms-flex-align: center !important;
          align-items: center !important;
  font-size: 1.28571rem;
  font-weight: bold;
  background-color: #1d71a3 !important;
  color: #fff;
}
@media screen and (max-width: 834px) {
  .recruit_02 dt {
    width: 100% !important;
    border: none !important;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(50%, #78ceff), to(#78ceff)) !important;
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #78ceff 50%, #78ceff 100%) !important;
    line-height: 30px;
    font-weight: bold;
    color: #000 !important;
  }
}
.recruit_02 dd {
  padding-left: 30px !important;
  font-size: 1.28571rem;
}
@media screen and (max-width: 834px) {
  .recruit_02 dd {
    width: 100% !important;
    border: none !important;
    padding-left: 8px !important;
  }
}

.recruit_04 > div {
  font-size: 2.428571428rem;
  font-weight: bold;
}
.recruit_04 > div a {
  color: #000 !important;
  font-weight: bold;
}
.recruit_04 > div span {
  font-size: 1.71429rem;
}

@media screen and (max-width: 834px) {
  .company_01 {
    margin: 30px 0 !important;
    border: solid 1px #bbb;
    width: 90%;
    margin-left: auto !important;
    margin-right: auto !important;
  }
}
.company_01 dl {
  line-height: 60px;
  border-top: 1px solid #bbb;
  font-size: 1.28571rem;
  padding-left: 20px;
}
@media screen and (max-width: 834px) {
  .company_01 dl {
    display: block !important;
    padding-left: 0 !important;
    border-top: none !important;
  }
}
.company_01 dl dt {
  border: none !important;
}
@media screen and (max-width: 834px) {
  .company_01 dl dt {
    background-color: #ddd !important;
    width: 100% !important;
  }
}
.company_01 dl dd {
  border: none !important;
  width: 100% !important;
}
.company_01 dl dd a {
  color: #000 !important;
}
.company_01 dl:last-child {
  border-bottom: 1px solid #bbb;
}

@media screen and (max-width: 834px) {
  .company_02 {
    margin-bottom: 50px !important;
  }
}
.company_02 iframe {
  height: 500px;
}
@media screen and (max-width: 834px) {
  .company_02 iframe {
    height: 300px;
  }
}

.contact_00 h2 {
  border-bottom: 1px solid #1d71a3;
  font-size: 1.71429rem;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

@media screen and (max-width: 834px) {
  .contact_01 {
    width: 90%;
    margin: 20px auto !important;
  }
}

@media screen and (max-width: 834px) {
  .contact_02 a {
    color: #000 !important;
  }
}

@media screen and (max-width: 834px) {
  .privacy_01 {
    margin-bottom: 30px !important;
    margin-top: 30px !important;
  }
}
.privacy_01 h1 {
  border-bottom: 1px solid #000;
  display: table;
  margin-left: auto;
  margin-right: auto;
  font-size: 2rem;
  padding: 0 20px;
}

@media screen and (max-width: 834px) {
  .privacy_02 {
    width: 90%;
    margin: 50px auto !important;
  }
}

@media screen and (max-width: 834px) {
  .text_404 {
    width: 90%;
    margin: 0 auto;
  }
}
.text_404 h2 {
  margin: 30px auto;
  display: table;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  font-size: 1.71429rem;
}

.bt_404 a {
  display: block;
  width: 200px;
  line-height: 50px;
  border: solid 1px #000;
  border-radius: 40px;
  color: #000 !important;
  margin: 30px auto;
}

.slide-bottom {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.slide-bottom.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-top {
  opacity: 0;
  -webkit-transform: translate(0, -50px);
          transform: translate(0, -50px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.slide-top.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-right {
  opacity: 0;
  -webkit-transform: translate(50px, 0px);
          transform: translate(50px, 0px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.slide-right.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slide-left {
  opacity: 0;
  -webkit-transform: translate(-50px, 0px);
          transform: translate(-50px, 0px);
  -webkit-transition: all 1500ms;
  transition: all 1500ms;
}

.slide-left.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

@-webkit-keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn_left {
  0% {
    opacity: 0;
    -webkit-transform: translate(50px, 0);
            transform: translate(50px, 0);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn_bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn_bottom {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn_right {
  0% {
    opacity: 0;
    -webkit-transform: translate(-50px, 0);
            transform: translate(-50px, 0);
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
            transform: translate(0, 50px);
  }
  100% {
    opacity: 1;
  }
}
.slide_left02 {
  -webkit-animation: fadeIn_left 2s;
          animation: fadeIn_left 2s;
}

.slide_bottom02 {
  -webkit-animation: fadeIn_bottom 2s;
          animation: fadeIn_bottom 2s;
}

.slide_right02 {
  -webkit-animation: fadeIn_right 2s;
          animation: fadeIn_right 2s;
}

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