@charset "UTF-8";
/* 共通 */
.sp-pc {
  display: none;
}
@media screen and (max-width: 1080px) {
  .sp-pc {
    display: block;
  }
}

.back_White {
  background-color: #fff;
  position: relative;
  z-index: 0;
}

.pc {
  display: block;
}
@media screen and (max-width: 1080px) {
  .pc {
    display: none;
  }
}

.sp-tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-tab {
    display: block;
  }
}

.tab {
  display: block;
}
@media screen and (max-width: 768px) {
  .tab {
    display: none;
  }
}

.kage {
  filter: drop-shadow(5px 5px 5px rgba(0, 0, 0, 0.3));
}

.Ban img {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-touch-callout: none;
  -moz-user-select: none;
  user-select: none;
}

.sp_u {
  display: inline-block;
}

/* パディング */
.p_t_10 {
  padding-top: 10px;
}
@media screen and (max-width: 768px) {
  .p_t_10 {
    padding-top: 1vw;
  }
}

.p_t_15 {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .p_t_15 {
    padding-top: 2vw;
  }
}

.p_t_20 {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p_t_20 {
    padding-top: 4.5vw;
  }
}

.p_t_30 {
  padding-top: 30px;
}
@media screen and (max-width: 768px) {
  .p_t_30 {
    padding-top: 6vw;
  }
}

.p_t_50 {
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p_t_50 {
    padding-top: 11vw;
  }
}

.p_t_100 {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .p_t_100 {
    padding-top: 25vw;
  }
}

.p_t_150 {
  padding-top: 150px;
}
@media screen and (max-width: 768px) {
  .p_t_150 {
    padding-top: 20vw;
  }
}

.p_b_20 {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p_b_20 {
    padding-bottom: 4.5vw;
  }
}

.p_b_30 {
  padding-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p_b_30 {
    padding-bottom: 5.5vw;
  }
}

.p_b_50 {
  padding-bottom: 50px;
}

.p_b_100 {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p_b_100 {
    padding-bottom: 15vw;
  }
}

.m_b_20 {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .m_b_20 {
    margin-bottom: 3vw;
  }
}

.m_b_30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .m_b_30 {
    margin-bottom: 5.5vw;
  }
}

.m_b_100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .m_b_100 {
    margin-bottom: 50px;
  }
}

.m_b_100 {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .m_b_100 {
    margin-bottom: 50px;
  }
}

.m_b_50 {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .m_b_50 {
    margin-bottom: 30px;
  }
}

.m_b_150 {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .m_b_150 {
    margin-bottom: 70px;
  }
}

.m_t_100 {
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .m_t_100 {
    margin-top: 50px;
  }
}

/* 文字間 */
.l_s_1 {
  letter-spacing: 2px;
}

/* 行間 */
.l_h_16 {
  line-height: 1.6em;
}

.l_h_20 {
  line-height: 2rem;
}

.l_h_30 {
  line-height: 3rem;
}

/* フォントサイズ */
.f_s_10 {
  font-size: 1rem;
  line-height: 2rem;
}

.f_s_12 {
  font-size: 2.3rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 768px) {
  .f_s_12 {
    font-size: 3vw;
    line-height: 5vw;
  }
}

.f_s_14 {
  font-size: 2.5rem;
  line-height: 3.5rem;
}
@media screen and (max-width: 768px) {
  .f_s_14 {
    font-size: 3.3vw;
    line-height: 5vw;
  }
}

.f_s_16 {
  font-size: 3rem;
  line-height: 4rem;
}
@media screen and (max-width: 768px) {
  .f_s_16 {
    font-size: 4vw;
    line-height: 6vw;
  }
}

.f_s_18 {
  font-size: 3.4rem;
  line-height: 4rem;
}
@media screen and (max-width: 768px) {
  .f_s_18 {
    font-size: 4.5vw;
    line-height: 6vw;
  }
}

.f_s_20 {
  font-size: 2rem;
}
@media screen and (max-width: 768px) {
  .f_s_20 {
    font-size: 1.8rem;
  }
}

.f_s_25 {
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .f_s_25 {
    font-size: 2rem;
  }
}

.sp_u {
  display: inline-block;
}

img {
  width: 100%;
}

.width1200, .width1080, .width768, .width768_100 {
  margin-left: auto;
  margin-right: auto;
}

.width1200 {
  width: 1200px;
}
@media screen and (max-width: 1230px) {
  .width1200 {
    width: 92%;
  }
}

.width1080 {
  width: 1080px;
}
@media screen and (max-width: 1080px) {
  .width1080 {
    width: 92%;
  }
}

.width768 {
  width: 768px;
}
@media screen and (max-width: 790px) {
  .width768 {
    width: 92%;
  }
}

.width768_100 {
  width: 768px;
}
@media screen and (max-width: 790px) {
  .width768_100 {
    width: 100%;
  }
}

.pos_r {
  position: relative;
}

.fwb {
  font-weight: 800;
}

.center {
  text-align: center;
}

.center_m {
  margin-left: auto;
  margin-right: auto;
}

.right {
  text-align: right;
}

.color01 {
  color: #fff;
}

.color02 {
  color: #0078c8;
}

/* フローティング */
#floating {
  position: fixed;
  bottom: 10px;
  right: 10px;
  width: 450px;
  z-index: 99;
  display: none;
}
@media screen and (max-width: 768px) {
  #floating {
    width: 100%;
    bottom: 0px;
    right: 0px;
    padding: 0;
  }
}
#floating .cv_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#floating .cv_area .tel {
  width: 60%;
  position: relative;
  bottom: -3px;
}
#floating .cv_area .two_ad {
  width: 40%;
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-end;
}
#floating .cv_area .taisyo {
  position: absolute;
  top: -56px;
  width: 100%;
  background-color: #0078c8;
}
@media screen and (max-width: 768px) {
  #floating .cv_area .taisyo {
    top: -12.4vw;
  }
}
#floating .cv_area .line, #floating .cv_area .yoyaku {
  width: 50%;
  text-align: center;
}
#floating .cv_area .line img, #floating .cv_area .yoyaku img {
  margin-top: 10px;
  padding: 10px;
  height: 82px;
  width: auto;
}
@media screen and (max-width: 768px) {
  #floating .cv_area .line img, #floating .cv_area .yoyaku img {
    height: 17vw;
  }
}
#floating .cv_area .line {
  background-color: #00b400;
}
#floating .cv_area .yoyaku {
  background-color: #f00078;
}
#floating.LeftMove {
  display: block;
}
#floating.RightMove {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp_m_b_30 {
    margin-bottom: 30px;
    display: block;
  }
}

.flex03_area_02 .list li {
  margin-bottom: 10px;
}

.flex03_area_02 ul.list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex03_area_02 ul.list li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .flex03_area_02 ul.list li {
    width: 100%;
  }
}

.flex_01, .flex_02 {
  display: flex;
  flex-wrap: wrap;
}

.flex_01 {
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .flex_01 {
    justify-content: center;
  }
}

.flex_02 {
  justify-content: center;
}

.flex03_area_04 ul.list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex03_area_04 ul.list li {
  width: 48%;
}
@media screen and (max-width: 480px) {
  .flex03_area_04 ul.list li {
    width: 100%;
  }
}

.flex03_area_04_2 ul.list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex03_area_04_2 ul.list li {
  width: 23%;
}
@media screen and (max-width: 768px) {
  .flex03_area_04_2 ul.list li {
    width: 100%;
  }
}

footer {
  color: #000;
}
footer a {
  color: #000;
}
footer #footer_block {
  background: linear-gradient(180deg, #0078c8 0%, #0078c8 20%, #00c8ff 100%);
}
footer #footer_block .logo img {
  width: 400px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  footer #footer_block .logo img {
    width: 52vw;
  }
}
footer #footer_block .tel {
  width: 614px;
}
@media screen and (max-width: 768px) {
  footer #footer_block .tel {
    width: 80vw;
  }
}
footer .footer_menu ul {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
}
footer .footer_menu ul li {
  font-size: 1.4rem;
  padding: 5px 20px;
}
@media screen and (max-width: 768px) {
  footer .footer_menu ul li {
    padding: 1vw 2vw;
  }
}
footer .copyrights {
  font-family: "Oswald", sans-serif;
  font-size: 1.2rem;
  margin-bottom: 30px;
}

/* ハンバーガー */
.mainView {
  width: 100vw;
  height: 100vh;
  background-color: #003c8c;
}

/*ハンバーガーボタン*/
.el_humburger {
  position: fixed;
  top: 17px;
  right: 16px;
  width: 30px;
  height: 25px;
  padding-top: 1px;
  box-sizing: border-box;
  padding-top: 0px;
  z-index: 20;
  cursor: pointer;
  pointer-events: auto;
  color: #000;
  text-align: center;
}
.el_humburger .el_humburger_wrapper {
  width: 30px;
  display: inline-block;
}
.el_humburger span.el_humburger_bar {
  display: block;
  width: 100%;
  margin: 0 auto 8px;
  height: 2px;
  background: #231815;
  transition: all 0.2s ease-in-out;
}
.el_humburger.el_humburger_bar:last-child {
  margin-bottom: 0;
}

.js_humburgerOpen .el_humburger_text {
  font-size: 12px;
  letter-spacing: 0.1em;
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__menu {
  display: none;
}
.js_humburgerOpen .el_humburger_text.el_humburger_text__close {
  display: none;
  display: block;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.top {
  transform: translateY(9px) rotate(-45deg);
  background-color: #000;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.middle {
  opacity: 0;
}
.js_humburgerOpen .el_humburger span.el_humburger_bar.bottom {
  transform: translateY(-11px) rotate(45deg);
  background-color: #000;
}
.js_humburgerOpen .navi {
  transform: translateZ(0) translateX(0);
  width: 400px;
}
@media screen and (max-width: 768px) {
  .js_humburgerOpen .navi {
    width: 70%;
  }
}

.el_humburgerButton.el_humburgerButton__close {
  top: 2%;
  right: 2%;
}
.el_humburgerButton.el_humburgerButton__close span.el_humburger_bar {
  display: block;
  width: 35px;
  margin: 0 auto;
  height: 4px;
  background: #000;
}
.el_humburgerButton.el_humburgerButton__close span.el_humburger_bar.top {
  transform: translateY(5px) rotate(-45deg);
}
.el_humburgerButton.el_humburgerButton__close span.el_humburger_bar.bottom {
  transform: translateY(-6px) rotate(45deg);
}

.navi {
  position: fixed;
  right: 0;
  top: 0;
  height: 100%;
  background-color: #fff;
  width: 400px;
  z-index: 3;
  padding-top: 50px;
  box-sizing: border-box;
  transition: all 600ms ease-out;
  transform: translateZ(0) translateX(100%);
  overflow: auto;
}
@media screen and (max-width: 768px) {
  .navi {
    width: 70%;
  }
}
.navi .navi_inner {
  font-size: 1.6rem;
  margin-top: 50px;
  list-style: none;
  width: 90%;
  text-align: center;
}
@media screen and (max-width: 480px) {
  .navi .navi_inner {
    font-size: 1.4rem;
    width: 95%;
  }
}
.navi .navi_inner li {
  margin: 0px 0 20px 30px;
}
@media screen and (max-width: 480px) {
  .navi .navi_inner li {
    margin: 0px 0 20px 5%;
  }
}
.navi .navi_inner a {
  color: #000;
}

@media screen and (max-width: 768px) {
  .el_humburger_wrapper {
    width: 32px;
  }
}

#page_top {
  width: 58px;
  height: 58px;
  position: fixed;
  right: 30px;
  bottom: 30px;
  border: solid 1px #00adbf;
  opacity: 0.6;
  border-radius: 100px;
}
@media screen and (max-width: 480px) {
  #page_top {
    right: 10px;
    bottom: 10px;
  }
}
#page_top a {
  position: relative;
  display: block;
  width: 58px;
  height: 58px;
  text-decoration: none;
}
#page_top a::before {
  content: "";
  border-bottom: 1px solid #00adbf;
  border-right: 1px solid #00adbf;
  position: absolute;
  width: 8px;
  height: 8px;
  top: -25px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  transform: rotate(-135deg);
}
#page_top a span {
  position: absolute;
  width: 100%;
  height: 30px;
  color: #00adbf;
  font-size: 1.2rem;
  text-align: center;
  top: 23px;
  font-family: "Bebas Neue", cursive;
}/*# sourceMappingURL=style_2.css.map */