@charset "UTF-8";
html {
  scroll-behavior: smooth;
}
body, .wrapper, .page_main {
  font-size: 16px;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
    color: #444444;
}
body p {
  font-size: 16px;
}
@media all and (min-width: 480px) {
  body {
    font-size: 14px;
  }
}
a {
  color: #444444;
}
.clearfix::after {
  content: "";
    display: block;
    clear: both;
}
@media all and (min-width: 480px) {
  .hide-pc {
    display: none;
  }
}
@media all and (max-width: 479px) {
  .hide-sp {
    display: none;
  }
}
.center {
  text-align: center;
}
.inner {
  padding-left: 5%;
    padding-right: 5%;
    max-width: 1240px;
    margin: 0 auto;
}
.bold {
  font-weight: bold;
}
.flex {
  display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.mb-ss {
  margin-bottom: 20px;
}
.mb-s {
  margin-bottom: 30px;
}
.mb-m {
  margin-bottom: 40px;
}
.mb-l {
  margin-bottom: 80px;
}
.mb-ll {
  margin-bottom: 100px;
}
.wrapper {
  background: #F5FDFF;
    line-height: 1.6;
    letter-spacing: 1px;
    box-sizing: border-box;
}
.wrapper .btn {
  color: #007bc3;
    font-weight: 700;
    text-decoration: none;
    display: inline-block;
}
@media all and (min-width: 1024px) {
  .wrapper .btn {
    font-size: 20px;
  }
}
.wrapper .btn:hover {
  color: #333D47;
}
.wrapper .btn.arw {
  letter-spacing: 5px;
}
.wrapper .btn.arw img {
  width: 30px;
    height: auto;
    margin-right: 5px;
}
.wrapper .btn.arw::after {
  display: block;
    content: "";
    background: -moz-linear-gradient(left, #46C4DB, #127DC0);
    background: -webkit-gradient(linear, right top, left top, from(#127DC0), to(#46C4DB));
    height: 4px;
}
.wrapper .btn.arw:hover::after {
  background: #007bc3;
}
.wrapper .btn.round-yl {
  background: #DBDB46;
    padding: 25px 40px;
    font-size: 20px;
    color: #007bc3 !important;
    border-radius: 50px;
}
.wrapper .btn.round-yl img {
  width: auto;
    height: 23px;
}
.wrapper .btn.round-yl:hover {
  color: #fff !important;
    background: #007bc3;
}
.wrapper header#head-sp {
  position: fixed;
    width: 100%;
    height: 76px;
    background: #F5FDFF;
    z-index: 1000;
}
@media all and (min-width: 1611px) {
  .wrapper header#head-sp {
    display: none;
  }
}
.wrapper header#head-sp .logo img {
  width: 203px;
    height: auto;
    margin: 23px 20px;
}
.wrapper header#head-sp #hamburger {
  position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 0 0 auto;
    background: linear-gradient(45deg, #46C4DB, #127DC0);
}
.wrapper header#head-sp #hamburger span {
  position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 46%;
    margin-right: 27%;
    margin-left: 27%;
    height: 1px;
    background-color: #fff;
    transform: translateY(-50%);
}
.wrapper header#head-sp #hamburger::before {
  content: "";
    display: block;
    position: absolute;
    top: 30%;
    left: 0;
    width: 46%;
    margin-right: 27%;
    margin-left: 27%;
    height: 1px;
    background-color: #fff;
}
.wrapper header#head-sp #hamburger::after {
  content: "";
    display: block;
    position: absolute;
    bottom: 30%;
    left: 0;
    width: 46%;
    margin-right: 27%;
    margin-left: 27%;
    height: 1px;
    background-color: #fff;
}
.wrapper header#head-sp .sp-nav {
  z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    display: block;
    width: 100%;
    background: rgba(0, 123, 195, 0.95);
    transition: all 0.2s ease-in-out;
    opacity: 0;
    transform: translateY(-100%);
    letter-spacing: 1.6px;
    color: #fff;
}
.wrapper header#head-sp .sp-nav .box-nav {
  margin-top: 40px;
    font-size: 20px;
}
.wrapper header#head-sp .sp-nav .box-nav a {
  color: #fff;
    font-weight: 700;
}
.wrapper header#head-sp .sp-nav .box-nav ul li {
  font-size: 14px;
    background: url("../img/common/icon_arw_min.png") no-repeat;
    background-size: 8px;
    background-position: 0 7px;
    padding-left: 17px;
}
.wrapper header#head-sp .sp-nav .box-nav .flex {
  flex-wrap: wrap;
}
.wrapper header#head-sp .sp-nav .box-nav .flex .box {
  width: 50%;
    margin-bottom: 20px;
}
.wrapper header#head-sp .sp-nav .box-tel {
  border-top: 1px #fff solid;
    padding-top: 20px;
}
.wrapper header#head-sp .sp-nav .box-tel a {
  color: #DBDB46;
}
.wrapper header#head-sp .sp-nav .box-tel .ttl {
  font-family: "Raleway", sans-serif;
    font-size: 26px;
}
.wrapper header#head-sp .sp-nav .box-tel .note {
  font-size: 12px;
    letter-spacing: 1;
}
.wrapper header#head-sp .sp-nav .box-tel .num {
  font-family: "Raleway", sans-serif;
    font-size: 30px;
}
.wrapper header#head-sp .sp-nav .box-tel .num span {
  font-size: 22px;
}
.wrapper header#head-sp .sp-nav .box-tel .btn.round-yl:hover {
  color: #007bc3 !important;
    background: #A2DCE7;
}
.wrapper header#head-sp .box-close {
  position: absolute;
    top: 10px;
    right: 10px;
    display: block;
    width: 56px;
    height: 56px;
    margin: 0 0 0 auto;
    background: linear-gradient(45deg, #46C4DB, #127DC0);
}
.wrapper header#head-sp .sp-nav .close {
  position: absolute;
    top: 50%;
    left: 14px;
}
.wrapper header#head-sp .sp-nav .close::before {
  content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 26px;
    height: 1px;
    background: #fff;
    transform: rotate(45deg);
}
.wrapper header#head-sp .sp-nav .close::after {
  content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 26px;
    height: 1px;
    background: #fff;
    transform: rotate(-45deg);
}
.wrapper header#head-sp .toggle {
  transform: translateY(0);
    opacity: 1;
}
.wrapper header#head-pc {
  position: fixed;
    width: 100%;
    height: 76px;
    background: #F5FDFF;
    z-index: 1000;
}
@media all and (max-width: 1458px) {
  .wrapper header#head-pc {
    display: none;
  }
}
.wrapper header#head-pc .logo {
  float: left;
}
.wrapper header#head-pc .logo img {
  width: 226px;
    height: auto;
    margin: 19px 20px;
}
.wrapper header#head-pc ul.menu {
  float: left;
    list-style: none;
}
.wrapper header#head-pc ul.menu a {
  color: #444;
    font-weight: 700;
    font-size: 16px;
    padding: 26px 10px;
    text-decoration: none;
    display: block;
}
.wrapper header#head-pc ul.menu a span.icon {
  background: url("../img/common/icon_nav_1.png") no-repeat;
    padding-left: 30px;
    background-size: 20px;
    background-position: 0 -5px;
}
.wrapper header#head-pc ul.menu a span.icon:hover {
  background: url("../img/common/icon_nav_2.png") no-repeat;
    padding-left: 30px;
    background-size: 20px;
}
.wrapper header#head-pc ul.menu a:hover {
  color: #007bc3;
}
.wrapper header#head-pc ul.menu__second-level {
  visibility: hidden;
    opacity: 0;
    z-index: 1;
    position: relative;
    display: inline-block;
}
.wrapper header#head-pc ul.menu__second-level:before {
  content: "";
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -5px;
    border: 10px solid transparent;
    border-bottom: 10px solid #A2DCE7;
}
.wrapper header#head-pc .menu__second-level li {
  list-style: none;
    width: 200px;
    text-align: center;
}
.wrapper header#head-pc .menu__second-level li a {
  padding: 15px;
    font-weight: normal;
    font-size: 14px;
    color: #007bc3;
    background-image: url("../img/common/icon_arw_bl.png");
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 10px 20px;
    padding-left: 17px;
}
.wrapper header#head-pc .menu__second-level li a:hover {
  background: #46c4db;
    color: #fff;
    background-image: url("../img/common/icon_arw_min.png");
    background-repeat: no-repeat;
    background-size: 8px;
    background-position: 10px 20px;
    padding-left: 17px;
}
.wrapper header#head-pc .menu > li.menu__single {
  position: relative;
}
.wrapper header#head-pc li.menu__single ul.menu__second-level {
  position: absolute;
    top: 56px;
    background: #A2DCE7;
    transition: all 0.2s ease;
    margin-left: -20px;
}
.wrapper header#head-pc li.menu__single:hover ul.menu__second-level {
  top: 76px;
    visibility: visible;
    opacity: 1;
    margin-left: -20px;
}
.wrapper header#head-pc .box-contact {
  float: right;
}
.wrapper header#head-pc .box-contact .tel {
  float: left;
    padding: 15px 10px 15px 0;
}
.wrapper header#head-pc .box-contact .tel .note {
  font-size: 12px;
    font-weight: 700;
}
.wrapper header#head-pc .box-contact .tel .num {
  color: #007bc3;
    font-family: "Raleway", sans-serif;
    font-size: 24px;
    line-height: 1.2;
}
.wrapper header#head-pc .box-contact .tel .num span {
  font-size: 16px;
}
.wrapper header#head-pc .box-contact .btn {
  float: right;
    background: linear-gradient(45deg, #46C4DB, #127DC0);
}
.wrapper header#head-pc .box-contact .btn a {
  display: block;
    height: 30px;
    padding: 23px 20px;
    color: #fff;
    text-decoration: none;
}
.wrapper header#head-pc .box-contact .btn a img {
  width: auto;
    height: 23px;
    vertical-align: text-top;
}
.wrapper header#head-pc .box-contact .btn:hover {
  background: #007bc3;
}
.wrapper .backtop a {
  z-index: 100;
    position: fixed;
    right: 0;
    bottom: 0;
    background: #007bc3;
    width: 55px;
    height: 55px;
    text-align: center;
}
.wrapper .backtop a img {
  width: 30px;
    height: auto;
    margin: 20px auto;
}
@media all and (min-width: 1024px) {
  .wrapper .foot-bnr {
    display: flex;
  }
}
.wrapper .foot-bnr .box {
  display: block;
    position: relative;
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
}
@media all and (min-width: 1024px) {
  .wrapper .foot-bnr .box {
    width: 98%;
        margin-right: 1%;
        margin-left: 1%;
        max-width: 630px;
        height: 350px;
  }
}
.wrapper .foot-bnr .box.faq {
  background: #A2DCE7;
}
.wrapper .foot-bnr .box.faq:hover {
  background: #73CDDE;
}
.wrapper .foot-bnr .box.recruit {
  background: #46DBCA;
}
.wrapper .foot-bnr .box.recruit:hover {
  background: #1EC3B1;
}
.wrapper .foot-bnr .box .subttl {
  font-family: "Raleway", sans-serif;
    color: #fff;
    font-size: 56px;
    position: absolute;
    top: -24px;
    left: 10px;
}
@media all and (min-width: 1024px) {
  .wrapper .foot-bnr .box .subttl {
    font-size: 77px;
        top: -34px;
  }
}
.wrapper .foot-bnr .box .ttl {
  position: absolute;
    top: 35%;
    left: 50%;
    transform: translateY(-35%) translateX(-50%);
    -webkit-transform: translateY(-35%) translateX(-50%);
    margin: auto;
    font-size: 23px;
}
@media all and (min-width: 1024px) {
  .wrapper .foot-bnr .box .ttl {
    font-size: 35px;
  }
}
.wrapper .foot-bnr .box p {
  position: absolute;
    color: #fff;
    top: 60%;
    left: 50%;
    transform: translateY(-60%) translateX(-50%);
    -webkit-transform: translateY(-60%) translateX(-50%);
    margin: auto;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
@media all and (min-width: 1024px) {
  .wrapper .foot-bnr .box p {
    font-size: 16px;
  }
}
.wrapper .foot-bnr .box .btn {
  position: absolute;
    top: 85%;
    left: 50%;
    transform: translateY(-85%) translateX(-50%);
    -webkit-transform: translateY(-85%) translateX(-50%);
    margin: auto;
    color: #333D47;
}
@media all and (min-width: 1024px) {
  .wrapper .foot-bnr .box .btn {
    font-size: 22px;
  }
}
.wrapper .foot-contact {
  background-image: url("../img/common/bg_contact.png");
    background-size: cover;
}
@media all and (min-width: 1024px) {
  .wrapper .foot-contact {
    background-image: url("../img/common/bg_contact_l.png");
  }
}
.wrapper .foot-contact .inner {
  padding-top: 130px;
    padding-bottom: 130px;
    color: #fff;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .wrapper .foot-contact .inner {
    padding-top: 160px;
        padding-bottom: 160px;
  }
}
@media all and (min-width: 1280px) {
  .wrapper .foot-contact .inner {
    padding-top: 230px;
        padding-bottom: 230px;
  }
}
.wrapper .foot-contact .inner .sttl {
  font-family: "Raleway", sans-serif;
    font-size: 15vw;
}
@media all and (min-width: 1024px) {
  .wrapper .foot-contact .inner .sttl {
    font-size: 91px;
  }
}
.wrapper .foot-contact .inner .note {
  background: url("../img/common/icon_check_wh.png") no-repeat;
    background-size: 10%;
    padding-left: 20px;
    display: inline-block;
}
@media all and (min-width: 1024px) {
  .wrapper .foot-contact .inner .note {
    background-size: 6%;
        padding-left: 40px;
        font-size: 24px;
  }
}
.wrapper .foot-contact .inner .num {
  color: #DBDB46;
    font-family: "Raleway", sans-serif;
    font-size: 33px;
}
.wrapper .foot-contact .inner .num span {
  color: #fff;
    font-size: 24px;
}
.wrapper .foot-contact .inner .num a {
  color: #DBDB46;
}
.wrapper .foot-contact .inner .time {
  font-size: 14px;
}
@media all and (min-width: 1024px) {
  .wrapper .foot-contact .inner .tel {
    padding-right: 40px;
        margin-right: 40px;
        border-right: 1px solid #fff;
  }
}
@media all and (min-width: 1024px) {
  .wrapper .foot-contact .inner .box-link {
    display: flex;
        justify-content: center;
  }
}
.wrapper .foot-contact.recruit {
  background: linear-gradient(to left, #127DC0, #46C4DB);
    margin-top: -60px;
}
.wrapper .foot-contact.recruit .inner {
  padding-top: 40px;
    padding-bottom: 40px;
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
  .wrapper .foot-contact.recruit .inner {
    padding-top: 70px;
        padding-bottom: 70px;
  }
}
@media all and (min-width: 1280px) {
  .wrapper .foot-contact.recruit .inner {
    padding-top: 70px;
        padding-bottom: 70px;
  }
}
.wrapper .foot-contact.recruit .inner .box-ttl {
  position: relative;
    padding-top: 0;
}
.wrapper .foot-contact.recruit .inner .sttl {
  font-size: 50px !important;
    color: #46c4db;
    position: absolute;
    top: 80px;
    left: 78%;
    transform: rotate(-90deg);
    transform-origin: left top;
}
@media all and (max-width: 1023px) {
  .wrapper .foot-contact.recruit .inner .sttl {
    display: none;
  }
}
@media all and (min-width: 1024px) {
  .wrapper .foot-contact.recruit .inner .sttl {
    font-size: 67px !important;
        top: 245px;
        left: -8%;
        color: #a2dce7;
  }
}
.wrapper .foot-contact.recruit .inner .ttl {
  font-size: 30px;
    margin-bottom: 20px;
}
.wrapper .foot-contact.recruit .inner .note {
  padding-left: 34px;
}
@media all and (min-width: 480px) {
  .wrapper .foot-contact.recruit .inner .note {
    font-size: 20px;
  }
}
.wrapper .foot-contact.recruit .inner .box-link {
  display: initial;
    width: 100%;
}
@media all and (min-width: 480px) {
  .wrapper .foot-contact.recruit .inner .box-link {
    width: 30%;
        margin-right: 10%;
  }
}
.wrapper .foot-contact.recruit .inner .box-link .tel {
  border-right: none;
    padding-right: 0 !important;
    margin-right: 0 !important;
}
.wrapper .foot-contact.recruit .inner .box-link .hide-sp {
  font-size: 33px;
    color: #DBDB46;
}
.wrapper .foot-contact.recruit .inner .box-link a {
  color: #DBDB46;
}
.wrapper footer {
  padding-right: 20px;
    padding-left: 20px;
}
@media all and (min-width: 1024px) {
  .wrapper footer .box-footer {
    display: flex;
        justify-content: space-between;
  }
}
.wrapper footer .logo img {
  width: 143px;
    height: auto;
}
.wrapper footer ul {
  list-style: none;
}
.wrapper footer .box-company {
  font-size: 14px;
    font-weight: 700;
}
.wrapper footer .box-company .ttl {
  font-size: 18px;
}
.wrapper footer .box-menu {
  font-size: 14px;
    font-weight: 700;
}
@media all and (min-width: 1024px) {
  .wrapper footer .box-menu {
    display: flex;
  }
}
@media all and (min-width: 1024px) {
  .wrapper footer .box-menu .menu {
    margin: 0 10px;
  }
}
.wrapper footer .box-menu .ttl {
  font-size: 16px;
}
.wrapper footer .box-menu .ttl a {
  color: #007bc3;
    text-decoration: none;
}
@media all and (min-width: 480px) {
  .wrapper footer .box-menu .ttl {
    margin-bottom: 5px;
  }
}
.wrapper footer .box-mark img {
  width: auto;
    height: 60px;
    margin: 0 5px;
}
.wrapper footer .box-snav {
  font-size: 12px;
}
.wrapper footer .box-snav div {
  margin: 0 5px;
}
.wrapper footer .copyright {
  font-weight: 700;
    color: #007bc3;
    font-size: 11px;
    margin: 10px;
    letter-spacing: normal;
    text-align: center;
}
@media all and (min-width: 480px) {
  .wrapper footer .copyright {
    text-align: left;
        margin: 0 0 0 20px;
  }
}
@media all and (min-width: 480px) {
  .wrapper footer .box-min {
    display: flex;
        justify-content: flex-end;
        padding-bottom: 20px;
        padding-right: 50px;
  }
}
.wrapper .box-ttl {
  padding-top: 76px;
}
.label-ttl {
  height: 290px;
}
@media all and (min-width: 480px) {
  .label-ttl {
    height: 510px;
  }
}
.wrapper .box-ttl .page-ttl {
  color: #fff;
    font-weight: 700;
    background-size: cover;
    background-position: center bottom;
}
.label-ttl {
  background-image: url("../img/service_label/bg_ttl_l.webp");
}
@media all and (min-width: 480px) {
  .label-ttl {
    background-image: url("../img/service_label/bg_ttl_l.webp");
  }
}
.wrapper .box-ttl .page-ttl .ttl {
  text-align: center;
    font-size: 30px;
    margin-bottom: 10px;
}
@media all and (min-width: 480px) {
  .wrapper .box-ttl .page-ttl .ttl {
    text-align: left;
        font-size: 38px;
  }
}
.wrapper .box-ttl .page-ttl p {
  text-align: center;
    font-size: 12px;
}
@media all and (min-width: 480px) {
  .wrapper .box-ttl .page-ttl p {
    text-align: left;
        font-size: 16px;
  }
}
.wrapper .topicpath {
  font-size: 10px;
    padding: 15px 0;
}
@media all and (min-width: 480px) {
  .wrapper .topicpath {
    font-size: 12px;
  }
}
.wrapper .topicpath a {
  color: #fff;
    background: url("../img/common/icon_arw_min.png") no-repeat;
    background-size: 6px;
    background-position: right 5px;
    padding-right: 15px;
    margin-right: 10px;
}
@keyframes fadeIn {
  0% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
}
.partner-box {
  background: #fff;
      width: 70vw;
      margin: 0 auto;
      padding: 25px;
}
.time {
  margin: 10px 50px 0px 0px;
}
@media all and (min-width: 480px) {
  .time {
    float: left;
    margin: 10px 50px 10px 50px;
  }
}
.time a {
  text-decoration: none;
      display: block;
}
.page_main {
  width: 95%;
    margin: 40px auto 100px auto;
}
@media all and (min-width: 480px) {
  .page_main {
    max-width: 1200px;
        margin: 40px auto 100px auto;
  }
}
.page_main li {
  list-style: none;
}
.page_main a {
  text-decoration: none;
    color: black;
    display: block;
    margin-bottom:10px;
}
.page_main p {
  word-break:break-all;
}
.red {
  color:red;
}
.btn {
  margin-top:auto;
  margin-left:auto;
  margin-right:auto;
}
@media all and (min-width: 480px) {
  .btn {
    margin-top:auto;
    margin-left:auto;
    margin-right:auto;
  }
}
.footer_menu {
  margin-bottom: 90px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
}
.footer_mtitle {
  font-weight:bold;
    font-size:34px;
    margin-bottom:20px;
    color: #007bc3;
}
.footer_chapter {
  font-weight:bold;
    font-size:18px;
}
.footer_item span {
  font-size:14px;
    margin-top: 10px;
}
.footer_item span:not(:last-child) {
  margin-right: 10px;
}
.footer_item a:hover {
  text-decoration: underline;
    opacity: .7;
}
.box-ttl li {
  list-style: none;
      font-size: 18px;
      font-weight: bold;
      padding: 5px;
      background: #ff7025;
      border: 1px solid rgba(255, 255, 255, 0.2);
}
.box-ttl ul {
  margin-top: 10px;
      display: grid;
      grid-template-columns: 170px 170px 170px;
      text-align: center;
      gap: 8px;
  align-items: center;
}
.ttl1_right ul li span {
  font-size:16px;
}
.box-ttl .ttl1_left {
  float:left;
}
.box-ttl .ttl1_right {
  display:none;
}
.ttl1_right .right_ttl {
  font-size: 26px;
      color: #fff;
      font-weight: bold;
      text-align: center;
      display: block;
}
.ttl1_left .hero-sub {
  display:none;
}
@media all and (min-width:320px) {
  .ttl1_left .hero-sub {
    display:block;
    font-size:16px;
  }
}
@media all and (min-width:480px) {
  .ttl1_left .hero-sub {
    font-size:18px;
  }
}
.ttl1_left p {
  display:none;
}
@media all and (min-width:253px) {
  .ttl1_left p {
    display:block;
    font-size:18px;
  }
}
.inner2 {
  padding-left: 5%;
      padding-right: 5%;
      max-width: 1240px;
      margin: 0 auto;
}
.ttl_btn {
  background-color: #27a836;
      padding: 30px 75px 25px 75px;
      color: white;
      font-weight: bold;
      font-size: 30px;
      border-radius: 9px;
      text-decoration: none;
      display: block;
      transition: background-color .5s;
      max-width: 360px;
}
.ttl_btn::before {
  content: "";
      display: inline-block;
      margin: -10px 8px 1px 0;
      background: url(../img/common/icon_nav_1.png) no-repeat;
      background-size: contain;
      vertical-align: middle;
      width: 38px;
      height: 58px;
}
.ttl_btn:hover {
  background-color: #004708;
}
@media all and (max-width: 545px) {
  .ttl_btn {
    font-size: 23px;
  }
}
.bt_ct {
  position: relative;
      top: 30px;
      left: 120px;
}
.ttl_tel1 {
  font-size: 35px;
}
.ttl_kensuu {
  font-size: 38px;
}
.box-ttl .ttl2_left {
  display:none;
}
@media all and (min-width:480px) {
  .box-ttl .ttl2_left {
    display:block;
    float:left;
  }
}
.box-ttl .ttl2_right {
  display:none;
}
@media all and (min-width:1165px) {
  .box-ttl .ttl2_right {
    display:block;
    float:right;
    margin-top:20px;
  }
  .box-ttl .ttl1_right {
    display:block;
    float:right;
    margin-top:5px;
  }
}
.ttl_koep {
  color: #fff;
      font-size: 18px;
      position: relative;
      padding: 5px 0px;
      margin: auto;
}
.ttl_koep::before {
  content: "";
      display: inline-block;
      margin: -10px -3px 1px 0;
      background: url(../img/service_number/topimage_denki.png) no-repeat;
      background-size: contain;
      vertical-align: middle;
      width: 21px;
      height: 21px;
}
.ttl_koebox {
  position: relative;
      padding-left: 15px;
      padding-right: 15px;
}
.ttl_koebox:not(:first-of-type) {
  margin-top: 15px;
}
.ttl_koebox::before {
  content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: #0081d6;
      z-index: 0;
      transform: skew(17deg);
}
.page_main .x_bt a {
  color: #fff;
      display: inline-block;
      margin-bottom: 10px;
      margin-top: 20px;
    background: #232e45;
      padding: 10px 20px;
  font-weight: 600;
  border-radius: 8px;
}
.page_main .x_bt a:hover {
  background: #1d4ed8;
}
.page_main .x_bt_min a {
  color: #fff;
      display: inline-block;
      margin-bottom: 10px;
      margin-top: 20px;
      background: #232e45;
      padding: 3px 6px;
      font-weight: 600;
      border-radius: 8px;
}
.page_main .x_bt_min a:hover {
  background: #1d4ed8;
}
.listbox {
  display: block;
      width:95%;
      margin:40px auto 40px auto;
}
.listbox .menu {
  color: #007bc3;
      font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
      font-size: 22px;
      text-align: center;
      margin-bottom: 10px;
}
body .listbox a {
  color:white;
  font-weight: 500;
  padding: 5px 10px ;
  background-color:#175393;
  border-radius: 10px;
}
body .listbox a:hover {
  background-color: #0a2b4e;
}
.content-box {
  padding-top: 90px;
  max-width:95%;
  margin-left:auto;
  margin-right:auto;
}
.content-box h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.6rem);
      font-weight: 700;
      color: #1e3a8a;
      border-left: 6px solid #2563eb;
      padding-left: 14px;
      margin: 64px 0 28px;
}
.content-box h3 {
  font-size: clamp(1.2rem, 2vw, 1.3rem);
      font-weight: 700;
      color: #1e3a8a;
  border-left: 3px solid #60a5fa;
      padding-left: 10px;
      margin-bottom: 16px;
}
.content-box h4 {
  font-size: clamp(1.07rem, 1.6vw, 1.1rem);
  font-weight: 700;
  color: #1e3a8a;
  margin-bottom:8px;
  padding-bottom:5px;
  border-bottom: 1px solid #c7d2fe;
  padding-left: 6px;
}
.content-box h5 {
  font-size: clamp(1.01rem, 1.3vw, 1rem);
  font-weight: 600;
  color: #1e3a8a;
  background: #f0f6fa;
  border-radius: 6px;
  margin: 16px 0 6px;
}
.content-box .check {
  background: url(../img/common/icon_check2.png) no-repeat;
      background-size: 22px;
      padding-left: 23px;
      background-position: 0px 4px;
}
.content-box .arrow {
  color: #333D47;
      background: url(../img/common/icon_arrow3.png) no-repeat;
      background-size: 19px;
      padding-left: 20px;
      background-position: 0 6px;
}
.content-box .point {
  color: #333D47;
      background: url(../img/common/icon_h6.png) no-repeat;
      background-size: 19px;
      padding-left: 20px;
      background-position: 0 5px;
}
.content-box .sin {
  padding: 30px 15px;
  background: #f0f6fa;
  border: 1px solid #dbeafe;
  border-radius: 12px;
}
.content-box .sinb {
  padding: 30px 15px;
  background: #f0f6fa;
  border: 1px solid #dbeafe;
  border-radius: 12px;
}
.content-box .fl-right {
  float: none;
      width: 100%;
      margin-left: 0;
}
.content-box .fl-left {
  float: none;
      width: 100%;
      margin-right: 0;
}
.content-box .fl-right2 {
  float: none;
      width: 100%;
      margin-left: 0;
      height:auto;
}
.content-box .tpl-20 {
  padding-left: 0;
}
.alternating-box {
  max-width:1500px;
  padding-left:5px;
  padding-right:5px;
  margin-left:auto;
  margin-right:auto;
}
.alternating-box li {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top:60px;
}
.alternating-box li:nth-child(2n) {
  flex-direction: row-reverse;
}
.alternating-box li h3 {
  border-bottom: 4px solid #d5d5d5;
  padding-bottom: 5px;
}
.alternating-box li h3 span {
  color:#0072BC;
}
.alternating-box li .p-box {
  max-width:670px;
  padding:10px;
}
.alternating-box li .p-box a {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  margin-top: 20px;
  background: #232e45;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
}
.alternating-box li .p-box a:hover {
  background: #1d4ed8;
}
.alternating-box li .p-box p {
  margin-top:10px;
}
.alternating-box .imgbox {
  width:370px;
}
.alternating-box .imgbox img {
  object-fit: cover;
    width: 100%;
}
.sp-ttl ul {
  margin-top: 10px;
  display: grid;
  grid-template-columns: 45% 45%;
  text-align: center;
  gap: 5px;
  justify-content: space-around;
  color: white;
}
.sp-ttl ul li {
  list-style: none;
  background: #ff5800;
  padding: 5px;
  font-size: 14px;
  font-weight: bold;
}
@media all and (min-width: 480px) {
  .sp-ttl ul li {
    font-size: 18px;
  }
}
.sp-ttl .keni {
  color: #ff5900;
  font-weight: bold;
  font-size: 18px;
}
.sp-ttl .ttl_spbtn {
  background-color: #27a836;
      padding: 10px;
      color: white;
      font-weight: bold;
      font-size: 18px;
      border-radius: 9px;
      text-decoration: none;
      display: block;
      transition: background-color .5s;
      text-align: center;
      max-width: 80%;
      margin: 0 auto;
}
.sp-ttl .ttl_spbtn::before {
  content: "";
      display: inline-block;
      margin: -10px 8px 1px 0;
      background: url(../img/common/icon_nav_1.png) no-repeat;
      background-size: contain;
      vertical-align: middle;
      width: 25px;
      height: 36px;
}
.sp-ttl .ttl_spbtn:hover {
  background-color: #004708;
}
.sp-ttl .ttl_spkoebox {
  position: relative;
      padding-left: 10px;
      max-width: 90%;
      margin: 5px auto;
}
.sp-ttl .ttl_spkoebox::before {
  content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: #0081d6;
      z-index: 0;
      transform: skew(173deg);
}
.sp-ttl .ttl_spkoep {
  color: #fff;
      font-size: 14px;
      position: relative;
      padding: 9px 0px;
      margin: auto;
      font-weight:bold;
}
@media all and(min-width:480px) {
  .sp-ttl .ttl_spkoep {
    font-size: 16px;
  }
}
.sp-ttl .ttl_spkoep::before {
  content: "";
      display: inline-block;
      margin: -10px -3px 1px 0;
      background: url(../img/service_number/topimage_denki.png) no-repeat;
      background-size: contain;
      vertical-align: middle;
      width: 18px;
      height: 18px;
}
.content-box .ct-imagebox {
  display: block;
}
.content-box .ct-imagebox img {
  width: 100%;
}
.content-box .ct-imagebox div:last-child {
  margin-top:20px;
}
.content-box .ct-imagebox p {
  color: #9c9c9c;
      text-align: center;
}
.ft-20 {
  font-size:20px;
}
@media all and (min-width: 480px) {
  .content-box .ct-imagebox {
    display: flex;
        flex-wrap: nowrap;
    justify-content: center;
  }
  .content-box .ct-imagebox img {
    width: 100%;
  }
  .content-box .ct-imagebox div:last-child {
    margin-top:0;
  }
  .listbox {
    width:95%;
    margin:40px auto 40px auto;
  }
  .listbox li {
    float:left;
    margin-right:15px;
    margin-rbottom:15px;
  }
  body .listbox a {
    padding: 10px 20px;
    background-color:#175393;
    margin-right:10px;
    border-radius: 6px;
  }
  .content-box {
    padding-top: 80px;
    margin-top: -80px;
    margin-bottom: 100px;
  }
  .content-box .fl-right {
    width: 31%;
        float: right;
        margin-left: 40px;
  }
  .content-box .fl-left {
    width: 31%;
        float: left;
        margin-right: 40px;
  }
  .content-box .fl-right2 {
    width: auto;
        float: right;
        margin-left: 40px;
  }
  .content-box .tpl-20 {
    padding-left: 20px;
  }
  .content-box .sin {
    padding: 40px;
  }
  .content-box .sinb {
    padding: 40px;
  }
  .sp-ttl {
    display:none;
  }
  .listbox .menu {
    text-align: left;
  }
}
.dm-flow, .dm-flow ul {
  list-style: none;
    margin: 0;
    padding: 0;
}
.dm-flow {
  display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    grid-auto-rows: 1fr;
}
.dm-step {
  background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
}
@media (min-width: 600px) {
  .dm-flow {
    grid-template-columns: repeat(2, 1fr);
  }
}
.detail-section {
  max-width: 980px;
    margin: 0 auto;
    padding: 28px 18px;
    color: #1b2533;
    font-family: "Noto Sans JP", "メイリオ", "Meiryo", sans-serif;
}
.detail-card {
  background: #ffffff;
    border: 1px solid #cfd8e6;
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 8px 24px rgba(27, 37, 51, .06);
}
.detail-table {
  width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}
.detail-row + .detail-row .detail-key, .detail-row + .detail-row .detail-val {
  border-top: 1px solid #cfd8e6;
}
.detail-key {
  width: 220px;
    background: #cfeff4;
    font-weight: 800;
    text-align: center;
    padding: 18px 14px;
    vertical-align: middle;
    letter-spacing: .08em;
}
.detail-val {
  padding: 18px 18px;
    background: #ffffff;
    vertical-align: top;
}
.detail-secondary {
  margin: 0;
    color: #3f4d5f;
    font-size: 14px;
    line-height: 1.8;
}
.detail-val p {
  max-width: 100ch;
}
@media (max-width: 720px) {
  .detail-row {
    display: grid;
        grid-template-columns: 1fr;
  }
  .detail-key {
    width: auto;
        text-align: left;
        padding: 14px 16px;
        border-top: 1px solid #cfd8e6;
  }
  .detail-row:first-child .detail-key {
    border-top: none;
  }
  .detail-val {
    padding: 14px 16px 18px;
  }
}
.reasons-section {
  padding: 2.5rem 1rem;
    text-align: center;
}
.reasons-section h2 {
  font-size: 1.8rem;
    margin-bottom: 2rem;
    color: #333;
}
.reasons-wrapper {
  display: flex;
    flex-direction: column;
    gap: 2rem;
}
.reason-item {
  background: #fff;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 4px 12px rgba(0,0,0,0.06);
    text-align: center;
}
.reason-icon {
  margin-bottom: 1rem;
}
.reason-item h3 {
  font-size: 1.2rem;
    color: #1a73e8;
    margin-bottom: 0.5rem;
}
.reason-item p {
  font-size: 1rem;
    color: #555;
    line-height: 1.6;
}
@media (min-width: 768px) {
  .reasons-wrapper {
    flex-direction: row;
        justify-content: space-between;
  }
  .reason-item {
    width: 30%;
  }
}
.btn:focus {
  background-color: #005fa3;
    outline: none;
}

.page_main .span_a a{
text-decoration: underline;
}

.ft-20{
font-size:20px;
}

.coral_motoshima{
color:#ff4400;
}

.mt-5{
margin-top:5px;
}

.mt-10{
margin-top:10px;
}

.mt-20{
margin-top:20px;
}

.mt-30{
margin-top:30px;
}

.mt-40{
margin-top:40px;
}

.mt-60{
margin-top:60px;
}

.un-line{
text-decoration: underline;
}

.cta-box p{
  font-size: 1rem;
  margin-bottom: 1.5rem;
  line-height: 1.6;
}

@media (min-width: 480px){
.cta-box p{
  font-size: 1.3rem;
}
}

.cta-box .btn{
  background: #ffc107;
  color: #000;
  padding: 14px 28px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 6px;
  display: inline-block;
  font-size: 1rem;
}

.cta-box i{
  margin-right: 8px;
}

.cta-box{
  background-color: #505660;
  color: white;
  text-align: center;
  padding: 40px 20px;
  margin-top: 60px;
  margin-bottom: 80px; /* ← ここが追加された余白 */
  border-radius: 12px;
}

.reason-icon{
  box-sizing: border-box;
}

.reason-icon{
  font-size: 2rem;
  color: #2a4d7a;
  margin-bottom: 0.8rem;
  text-align:center;
}

/* 既存の .page_main p{ text-align: justify; }

/*フローデザイン(template)*/



/*FAQ(template)*/
.faq_v2{
max-width:900px;
margin:0 auto;
}

.faq_v2 .faq-item{
background:#fff;
border-radius:8px;
margin-bottom:10px;
box-shadow:0 1px 3px rgba(0,0,0,0.04);
border:1px solid #eef1f5;
transition:all .2s ease;
}

.faq_v2 .faq-item:hover{
box-shadow:0 4px 10px rgba(0,0,0,0.06);
}

.faq_v2 .faq-q{
width:100%;
text-align:left;
background:none;
border:none;
padding:18px 42px 18px 18px;
font-size:16px;
font-weight:700;
cursor:pointer;
position:relative;
color:#1f2d3d;
}

.faq_v2 .faq-q::before{
content:"Q";
position:absolute;
left:14px;
top:50%;
transform:translateY(-50%);
background:#2b5dab;
color:#fff;
font-size:12px;
font-weight:bold;
width:20px;
height:20px;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
}

.faq_v2 .faq-q{
padding-left:44px;
}

.faq_v2 .faq-q::after{
content:"+";
position:absolute;
right:16px;
top:50%;
transform:translateY(-50%);
font-size:20px;
color:#8aa1c4;
transition:transform .2s ease;
}

.faq_v2 .faq-item.open .faq-q::after{
content:"−";
}

.faq_v2 .faq-a{
max-height:0;
overflow:hidden;
transition:max-height .25s ease;
padding:0 18px 0 44px;
color:#556070;
line-height:1.8;
}

.faq_v2 .faq-item.open .faq-a{
padding:0 18px 18px 44px;
max-height:300px;
}

.faq_v2 .faq-cta{
margin-top:28px;
font-weight:600;
text-align:center;
color:#2b5dab;
}

/*FAQ(template)*/

/*お客様の声(template)*/


.voice-lead{
  margin-bottom: 20px;
  color:#666;
}

.voice-grid{
  display:grid;
  grid-template-columns: repeat(2,1fr);
  gap:20px;
}

.voice-card{
  background:#f7f9fb;
  padding:20px;
  border-radius:8px;
  border:1px solid #e3e7ee;
}

.voice-title{
  font-weight:bold;
  margin-bottom:8px;
  color:#1e4fa3;
}

.voice-meta{
  display:block;
  margin-top:10px;
  font-size:13px;
  color:#777;
}

@media(max-width:768px){
.voice-grid{
    grid-template-columns:1fr;
  }
}

.voice-grid{
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px 32px;
}

.voice-card{
  position: relative;
  background: #ffffff;
  border-radius: 28px;
  padding: 34px 32px 30px;
  box-shadow: 0 10px 26px rgba(25, 52, 84, 0.08);
}

.voice-card::after{
  content: "";
  position: absolute;
  left: 34px;
  bottom: -18px;
  width: 0;
  height: 0;
  border-top: 22px solid #ffffff;
  border-right: 18px solid transparent;
  filter: drop-shadow(0 6px 6px rgba(25, 52, 84, 0.05));
}

.about-insert .inner{
  max-width: 1100px;
  margin: auto;
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 50px;
}

@media (min-width: 880px){
.about-insert .inner{
  display: flex;
flex-direction: row;
}
}

.faq-cta{
    max-width:900px;
    margin:60px auto ;
    padding:35px 40px;
    background:#ffffff;
    border-radius:14px;
    text-align:center;
}

.faq-cta-text{
    font-size:16px;
    line-height:1.9;
    margin-bottom:25px;
    color:#333;
}

.faq-cta-buttons{
    display:flex;
    justify-content:center;
    gap:15px;
    flex-wrap:wrap;
}

.faq-btn-contact{
    background:#1e6edc;
    color:#fff;
    padding:12px 28px;
    border-radius:30px;
    font-weight:600;
    text-decoration:none;
}

.faq-btn-contact:hover{
    opacity:0.9;
}

.faq-btn-tel{
    background:#ffffff;
    border:2px solid #1e6edc;
    color:#1e6edc;
    padding:10px 26px;
    border-radius:30px;
    font-weight:600;
    text-decoration:none;
}

.cta-inner{
max-width:900px;
margin:auto;
}

.cta-top{
font-size:16px;
margin-bottom:10px;
font-weight:600;
}

.cta-title{
font-size:32px;
font-weight:800;
margin-bottom:10px;
}

.cta-sub{
font-size:16px;
margin-bottom:25px;
line-height:1.6;
}

.cta-buttons{
display:flex;
justify-content:center;
gap:15px;
flex-wrap:wrap;
margin-bottom:20px;
}

.cta-main{
background:#E85C2A;
color:#fff;
padding:18px 38px;
font-size:18px;
font-weight:bold;
border-radius:10px;
text-decoration:none;
box-shadow:0 6px 14px rgba(0,0,0,0.2);
transition:.2s;
}

.cta-main:hover{
transform:translateY(-2px);
opacity:.9;
}

.cta-tel{
background:#1fa463;
color:#fff;
padding:16px 30px;
border-radius:10px;
font-size:16px;
text-decoration:none;
}

.cta-points{
display:flex;
justify-content:center;
gap:25px;
font-size:14px;
margin-top:10px;
flex-wrap:wrap;
}

.cta-points li{
list-style:none;
}

.result-summary{
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.result-item{
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 10px;
  padding: 16px 20px;
  min-width: 180px;
}

.result-title{
  font-weight: bold;
  color: #1d4d9f;
  margin-bottom: 6px;
}

.result-text{
  margin: 0;
  font-weight: bold;
}

.dm-card .imgbox{
  width: 280px;
  flex-shrink: 0;
}

.dm-card .imgbox img{
  width: 100%;
  height: auto;
  display: block;
}

.dm-card .p-box{
  flex: 1;
}

@media (max-width: 768px){
.dm-card .imgbox{
    width: 100%;
  }
}

.staff-section{
  padding: 64px 20px;
  background: #f7f8fa;
}

.staff-section__inner{
  max-width: 1100px;
  margin: 0 auto;
}

.staff-section__title{
  font-size: 28px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 16px;
  color: #222;
}

.staff-section__lead{
  max-width: 720px;
  margin: 0 auto 36px;
  font-size: 16px;
  line-height: 1.9;
  text-align: center;
  color: #555;
}

.staff-list{
  display: flex;
  gap: 24px;
max-width: 930px;
    margin: 0 auto;
}

.staff-card{
  flex: 1;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.staff-card__photo{
  width: 100%;
  aspect-ratio: 4 / 3;
  background: #e9ecef;
  overflow: hidden;
}

.staff-card__photo img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.staff-card__body{
  padding: 22px;
}

.staff-card__initial{
  width: 70px;
  height: 44px;
  margin: 0 0 16px;
  border-radius: 50%;
  background: #1f2937;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 44px;
  text-align: center;
}

.staff-card__feature{
  margin: 0;
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

@media screen and (max-width: 767px){
.staff-section{
    padding: 48px 16px;
  }

.staff-section__title{
    font-size: 22px;
    text-align: left;
  }

.staff-section__lead{
    font-size: 15px;
    text-align: left;
    margin-bottom: 28px;
  }

.staff-list{
    flex-direction: column;
    gap: 20px;
max-width: 270px;

  }

.staff-card{
    border-radius: 14px;
  }

.staff-card__body{
    padding: 20px;
  }
}