@charset "UTF-8";
@media (min-width: 768px) {
  .hidden-pc {
    display: none;
  }
}
@media (max-width: 767px) {
  .hidden-sp {
    display: none;
  }
}
.txtL {
  text-align: left !important;
}

.txtC {
  text-align: center !important;
}

.txtR {
  text-align: right !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.cf::after, .clearfix::after {
  content: "";
  display: table;
  clear: both;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a {
  color: #0B6FAD;
}

strong {
  font-weight: bold;
  color: #0B6FAD;
}

em {
  background: linear-gradient(transparent 13px, rgba(247, 255, 152, 0.8) 13px);
}

.caption {
  font-size: 90%;
}

figure {
  text-align: center;
  max-width: 215px;
  margin: auto;
}
figure figcaption {
  font-size: 1.2rem;
}

dl {
  margin-top: 20px;
}
dl dt {
  font-weight: bold;
  font-size: 110%;
}
dl dt:before {
  content: "●";
  color: #0B6FAD;
}
dl dd {
  margin-left: 1em;
  margin-bottom: 1em;
}
dl dd + dd {
  margin-bottom: 1.5em;
}

.section {
  padding: 60px 0 100px;
}
@media (max-width: 767px) {
  .section {
    padding: 50px 0;
  }
}

.section_header {
  text-align: center;
  margin-bottom: 40px;
}

.result_box {
  margin-top: 40px;
  padding: 30px;
  background: #E1FDFF;
}
.result_box p {
  margin-bottom: 20px;
}
.result_box p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .result_box {
    padding: 20px 10px;
  }
}

.beforeafter {
  display: flex;
  justify-content: center;
}
.beforeafter li {
  width: 30%;
  padding-right: 40px;
  background: url("../img/arrow.svg") no-repeat right center;
  background-size: 40px;
}
.beforeafter li:last-child {
  padding-right: 0;
  background: none;
}
.beforeafter + .beforeafter {
  margin-top: 50px;
}
@media (max-width: 767px) {
  .beforeafter li {
    padding-right: 15px;
    background-size: 15px;
  }
}

main ul {
  margin-top: 20px;
}
main ul li:before {
  content: "・";
  color: #FF981F;
}

.col_wrap {
  display: flex;
  justify-content: center;
}
.col_wrap .col {
  flex-basis: 40%;
  margin: 0 10px;
}
@media (max-width: 767px) {
  .col_wrap {
    display: block;
  }
  .col_wrap .col {
    margin: 20px 0;
  }
}

.gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%;
  margin-top: 50px;
}
.gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.ttl_main {
  position: relative;
  display: inline-block;
  padding: 0 55px;
  color: #005D9F;
  font-weight: bold;
  font-size: 3.2rem;
  text-align: center;
  line-height: 1.2;
}
.ttl_main::before, .ttl_main::after {
  content: "";
  position: absolute;
  top: 50%;
  display: inline-block;
  width: 45px;
  height: 2px;
  background-color: #00AFCC;
}
.ttl_main:before {
  left: 0;
}
.ttl_main:after {
  right: 0;
}
.ttl_main.-red {
  color: #9F0000;
}
.ttl_main.-red::before, .ttl_main.-red::after {
  background-color: #594D3E;
}
@media (max-width: 767px) {
  .ttl_main {
    font-size: 2.6rem;
    padding: 0 35px;
  }
  .ttl_main:before, .ttl_main:after {
    width: 30px;
  }
}

.ttl_block {
  position: relative;
  margin-bottom: 1em;
  padding-bottom: 10px;
  font-size: 2.6rem;
  margin-top: 50px;
}
.ttl_block:first-child {
  margin-top: 0;
}
.ttl_block:before {
  content: "";
  position: absolute;
  bottom: 0px;
  display: inline-block;
  width: 60px;
  height: 3px;
  left: 2px;
  background-color: #00AFCC;
}
.ttl_block.-red:before {
  background-color: #D40E19;
}
@media (max-width: 767px) {
  .ttl_block {
    font-size: 2.2rem;
  }
}

h4 {
  font-weight: bold;
  font-size: 2rem;
  margin-top: 20px;
  font-weight: bold;
}
h4:before {
  content: "●";
  color: #0B6FAD;
}

table {
  width: 100%;
}
table tr {
  border-bottom: solid 1px #0B6FAD;
}
table th,
table td {
  padding: 15px;
  text-align: left;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.5);
}
table th {
  color: #0B6FAD;
  font-weight: bold;
  width: 120px;
}
@media (max-width: 767px) {
  table {
    display: block;
  }
  table tbody,
table tr,
table th,
table td {
    width: 100% !important;
    display: block;
  }
  table th {
    padding: 5px 2px 0;
  }
  table th:before {
    margin-right: 1px;
  }
  table td {
    padding-top: 0;
  }
}

html {
  font-size: 62.5%;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 1.6em;
  line-height: 1.8;
  color: #333;
}
@media (max-width: 767px) {
  body {
    font-size: 1.5em;
  }
}

.bold, header #gnav {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", YuGothic, "Yu Gothic", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: bold;
}

#wrap {
  min-width: 1080px;
  margin: auto;
}
@media (max-width: 767px) {
  #wrap {
    width: 100%;
    min-width: auto;
    min-width: initial;
  }
}

.container {
  width: 1000px;
  margin: auto;
}
@media (max-width: 767px) {
  .container {
    width: 100%;
    box-sizing: border-box;
    padding: 0 10px;
  }
}

button#btn_nav {
  display: none;
  line-height: 1;
  color: #0B6FAD;
}
button#btn_nav span.line {
  display: block;
  width: 80%;
  background: #0B6FAD;
  height: 4px;
  margin: 5px auto 0;
}
@media (max-width: 767px) {
  button#btn_nav {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #fff;
    border: none;
    width: 44px;
    height: 44px;
    cursor: pointer;
  }
}

header {
  border-top: solid 5px #0B6FAD;
  background: rgba(255, 255, 255, 0.9);
  z-index: 10;
  padding: 15px;
  height: 80px;
  width: 100%;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 0 5px 0 rgba(0, 0, 0, 0.1);
}
header .logo {
  width: 200px;
  margin-top: 5px;
}
header .container {
  display: flex;
  justify-content: space-between;
}
header a {
  text-decoration: none;
}
header #gnav {
  display: block;
  padding: 10px 0;
  width: calc(100% - 250px);
}
header #gnav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
header #gnav li a {
  display: block;
}
@media (max-width: 767px) {
  header {
    padding: 5px 0 5px;
    height: 66px;
  }
  header .container {
    display: block;
  }
  header #gnav {
    display: none;
    padding: 10px;
    margin: 0 -10px;
    width: 100%;
    background: #fff;
  }
  header #gnav ul {
    display: block;
    padding: 0;
  }
  header #gnav li {
    display: block;
    border-left: 0;
    padding: 0;
    width: 100% !important;
  }
  header #gnav li:first-child {
    border-top: 0;
  }
  header #gnav li br {
    display: none;
  }
  header #gnav li a {
    padding: 10px 0;
  }
}

main {
  display: block;
  padding-top: 80px;
}
@media (max-width: 767px) {
  main {
    padding-top: 66px;
  }
}

#mv {
  text-align: center;
  width: 100%;
  overflow: hidden;
}
#mv .mv_inner {
  width: 1000px;
  margin: auto;
}
#mv .mv_img {
  width: 1550px;
  margin: 0 -275px;
}
@media (max-width: 767px) {
  #mv .mv_inner {
    width: 100%;
    margin: auto;
  }
  #mv .mv_img {
    max-width: 104%;
    margin: 0 -2%;
  }
}

.anchor_nav {
  background: #D6F1F6;
  padding: 20px 0;
}
.anchor_nav ul {
  display: flex;
  justify-content: space-around;
  text-align: center;
}
.anchor_nav li {
  width: 45%;
}
.anchor_nav li:before {
  content: none;
}
.anchor_nav li a {
  box-shadow: 1px 1px 3px rgba(11, 111, 173, 0.5);
}
.anchor_nav li a:hover, .anchor_nav li a:active {
  box-shadow: 0 0 2px rgba(11, 111, 173, 0.5);
  transform: scale(0.999);
  transform-origin: center;
}
.anchor_nav li:nth-child(1) a {
  background: #0B6FAD;
  color: #fff;
}
.anchor_nav li:nth-child(2) a {
  background: #00AFCC;
  color: #fff;
}
.anchor_nav a {
  display: block;
  padding: 20px;
  transition: 0.3s;
  text-decoration: none;
}
.anchor_nav a:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .anchor_nav ul {
    justify-content: space-between;
  }
  .anchor_nav li {
    width: 48%;
  }
  .anchor_nav a {
    padding: 20px 0;
  }
}

.business_video {
  position: relative;
  padding-top: calc(100% * 9 / 16);
  height: 0;
  overflow: hidden;
}
.business_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.business_video--wrap {
  max-width: 870px;
  margin: 10px auto 0px;
}

#home {
  background: #D6F1F6;
  border-top: solid 5px rgba(11, 111, 173, 0.3);
  border-bottom: solid 5px rgba(11, 111, 173, 0.3);
}
#home .result_box {
  background: #fff;
}
#company .cksway {
  display: flex;
}
#company .cksway .txt {
  width: 70%;
}
#company .cksway .img {
  width: 30%;
}
#company .col_wrap {
  justify-content: space-between;
}
#recruit {
  background: #D6F1F6;
  border-top: solid 5px rgba(11, 111, 173, 0.3);
  border-bottom: solid 5px rgba(11, 111, 173, 0.3);
}
#recruit th {
  width: 180px;
}
#totop {
  display: none;
  position: fixed;
  bottom: 10px;
  right: 10px;
  cursor: pointer;
}
@media (max-width: 767px) {
  #totop {
    width: 44px;
    height: 44px;
  }
}

footer .footer_bottom {
  color: #fff;
  background: #0B6FAD;
  text-align: center;
  line-height: 1;
  padding: 10px;
}

#loading {
  display: none;
}

.thanks {
  padding: 20px;
  font-size: 1.8rem;
}

.table_form {
  width: 100%;
  background: #fff;
  border-collapse: collapse;
  margin-top: 30px;
}
.table_form td {
  vertical-align: middle;
  padding: 10px;
}
@media (max-width: 767px) {
  .table_form td {
    padding: 10px 5px;
  }
}
.table_form th {
  width: 225px;
  text-align: left;
  vertical-align: top;
  position: relative;
  background-clip: padding-box !important;
  font-weight: bold;
}
@media (max-width: 767px) {
  .table_form th {
    padding: 5px;
  }
}
.table_form th:after {
  position: absolute;
  right: 15px;
  top: 17px;
  font-size: 80%;
  padding: 4px 5px;
  line-height: 1;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-weight: normal;
}
@media (max-width: 767px) {
  .table_form th:after {
    top: 5px;
    right: 10px;
  }
}
.table_form th.required:after {
  content: "必須";
  color: #fff;
  background: #c90000;
}
.table_form th.option:after {
  content: "任意";
  color: #fff;
  background: #999999;
}

.table_form input[type=text], .table_form input[type=email], .table_form input[type=tel], .table_form input[type=nmber], .table_form input[type=date], .table_form textarea {
  width: 100%;
  padding: 4px;
  font-size: 16px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-radius: 3px;
  border: solid 1px #e6edf2;
  background: #e6edf2;
  box-shadow: none;
  box-sizing: border-box;
  font-weight: normal;
  color: #333;
}
.table_form input[type=text]:focus, .table_form input[type=email]:focus, .table_form input[type=tel]:focus, .table_form input[type=nmber]:focus, .table_form input[type=date]:focus, .table_form textarea:focus {
  outline: none;
  border: solid 1px #e6edf2;
  background: #fff;
}
.table_form input[type=checkbox]:checked + span, .table_form input[type=radio]:checked + span {
  font-weight: bold;
}
.table_form textarea {
  width: 100%;
  height: 130px;
}
.table_form select {
  padding: 2px 0 4px 4px;
  border: solid 1px #345372;
  border-radius: 3px;
  margin-right: 2px;
}
.table_form select option {
  padding: 0;
}
.table_form .mwform-tel-field input[type=text], .table_form .mwform-zip-field input[type=text] {
  width: 5em;
}
.table_form .horizontal-item {
  width: 49%;
  display: inline-block;
}
.table_form .horizontal-item + .horizontal-item {
  margin-left: 0;
  margin-left: 0 !important;
}
@media (max-width: 767px) {
  .table_form .horizontal-item {
    width: auto;
    display: block;
  }
}
.table_form .mwform-radio-field {
  width: auto;
  display: inline-block;
}
.table_form .mwform-radio-field + .horizontal-item {
  margin-left: 10px !important;
}

.form_button {
  overflow: hidden;
  margin-top: 30px;
  text-align: center;
}
.form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
  height: 60px;
  width: 220px;
  border: none;
  font-weight: bold;
  margin: 10px;
  display: inline-block;
  overflow: hidden;
  cursor: pointer;
  transition: 0.3s;
  background: #999;
  color: #fff;
}
.form_button input[type=submit]:hover, .form_button input[type=button]:hover, .form_button button[type=submit]:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .form_button input[type=submit], .form_button input[type=button], .form_button button[type=submit] {
    max-width: 80%;
  }
}
.form_button input[type=submit].confirm, .form_button input[type=submit].submit, .form_button input[type=button].confirm, .form_button input[type=button].submit, .form_button button[type=submit].confirm, .form_button button[type=submit].submit {
  background: linear-gradient(#0e8edd 48%, #0B6FAD 52%);
  background-size: 25px, auto;
}
.frm.danger {
  display: block;
  background: #c90000;
  padding: 5px 10px;
  position: relative;
  margin-top: 12px;
  clear: both;
  color: #fff !important;
  font-size: 1.2rem;
}
.frm.danger:before {
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  top: -20px;
  border: 10px solid #c90000;
  border-color: transparent;
  border-bottom-color: #c90000;
}

@media (max-width: 767px) {
  .eyecatch-high_place {
    background: linear-gradient(-45deg, #D40E19 62%, rgba(0, 0, 0, 0) 62%);
  }
}

.eyecatch_txt_top {
  font-size: 2.8rem;
  padding: 95px 0 20px;
  line-height: 1;
}
.eyecatch_txt_top em {
  color: #9F0000;
  font-weight: bold;
  background: none;
}
@media (max-width: 767px) {
  .eyecatch_txt_top {
    font-size: 1.8rem;
    padding: 10px 0;
  }
}

.eyecatch_inner-high_place {
  background-color: #D40E19;
  border-radius: 5px;
  position: relative;
  padding: 25px 30px 70px;
}
@media (max-width: 767px) {
  .eyecatch_inner-high_place {
    padding: 10px 10px 20px;
  }
}

.eyecatch_catch-high_place {
  font-weight: bold;
  z-index: 1;
  position: relative;
}
.eyecatch_catch-high_place p {
  color: #fff;
  font-size: 3.8rem;
  letter-spacing: 0.14em;
  margin-bottom: 5px;
}
.eyecatch_catch-high_place span {
  display: inline-block;
  font-size: 2rem;
  background-color: #fff;
  padding: 0 5px;
}
@media (max-width: 767px) {
  .eyecatch_catch-high_place p {
    font-size: 3rem;
    letter-spacing: 0.14em;
    line-height: 1.5;
  }
  .eyecatch_catch-high_place span {
    font-size: 1.5rem;
    line-height: 1.4;
    padding: 5px;
    margin-bottom: 15px;
  }
}

.eyecatch_img-high_place {
  position: absolute;
  right: 40px;
  bottom: 42px;
  box-shadow: 8px 9px 0px #9F0000;
}
@media (max-width: 767px) {
  .eyecatch_img-high_place {
    position: static;
  }
}

.top_banner {
  text-align: center;
  display: block;
  transition: 0.2s;
}
.top_banner:hover {
  opacity: 0.8;
}
@media (max-width: 767px) {
  .banner_img {
    width: 100px;
  }
}

.banner_txt {
  font-size: 2rem;
  font-weight: bold;
  width: calc(100% - 200px);
  box-sizing: border-box;
  padding: 35px 30px;
  background: url(../img/banner_img_02.png) no-repeat bottom right 30px;
  background-size: contain;
}
.banner_txt p {
  font-size: 2.5rem;
  color: #005D9F;
}
.banner_txt em {
  color: #FF981F;
  background: none;
}
@media (max-width: 767px) {
  .banner_txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: calc(100% - 100px);
    background-position: bottom right 10px;
    font-size: 1rem;
    padding: 0 25px 0 5px;
  }
  .banner_txt p {
    font-size: 1.4rem;
  }
}

.fcp_wrap {
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .fcp_wrap {
    display: block;
  }
}

.fcp_img {
  width: 180px;
  padding: 25px;
  border: solid 5px #D9E5EB;
  box-sizing: border-box;
  border-radius: 5px;
  margin-right: 40px;
}
@media (max-width: 767px) {
  .fcp_img {
    margin: 0 auto 20px;
  }
}

.fcp ul {
  margin-top: 10px;
}
.fcp li {
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}
.fcp li::before {
  content: "●";
  color: #9F0000;
  padding-right: 5px;
}
.fcp li span {
  font-weight: normal;
}

.service_detail_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .service_detail_wrap {
    display: block;
  }
}

.service_detail {
  width: 600px;
}
@media (max-width: 767px) {
  .service_detail {
    width: auto;
  }
}

.service_detail_img {
  width: 360px;
}
@media (max-width: 767px) {
  .service_detail_img {
    width: auto;
    text-align: center;
    margin-bottom: 15px;
  }
}

.bg_blue {
  background: #D6F1F6;
  border-top: solid 5px rgba(11, 111, 173, 0.3);
  border-bottom: solid 5px rgba(11, 111, 173, 0.3);
}

.bg_gray {
  background-color: #F5F5F5;
  border-top: solid 5px #D9E5EB;
  border-bottom: solid 5px #D9E5EB;
}

#service_reason .service_reason_block:first-child {
  margin-bottom: 50px;
}
#service_reason li {
  font-weight: bold;
  font-size: 110%;
}
#service_reason li:before {
  content: "●";
  color: #9F0000;
  padding-right: 5px;
}

.technique_point_wrap {
  margin-top: 25px;
}
.technique_point_wrap dt:before {
  color: #9F0000;
}

.technique_video {
  position: relative;
  padding-top: calc(100% * 9 / 16);
  height: 0;
  overflow: hidden;
}
.technique_video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.technique_point {
  margin-bottom: 30px;
}
.technique_point:last-child {
  margin-bottom: 0;
}
.technique_point img {
  margin-top: 15px;
}

.greeting_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse;
}
@media (max-width: 767px) {
  .greeting_wrap {
    display: block;
  }
}

.greeting {
  width: 700px;
}
@media (max-width: 767px) {
  .greeting {
    width: auto;
  }
}

.greeting_img {
  width: 215px;
  margin-right: 42px;
}
@media (max-width: 767px) {
  .greeting_img {
    margin: 30px auto 25px;
  }
}

.price--table {
  margin-top: 20px;
}
.price--table td,
.price--table th {
  background: none;
}
.price--table th {
  color: #9F0000;
}
.price--table tr {
  border-color: #594D3E;
}
@media (max-width: 767px) {
  .price--table thead {
    display: none;
  }
  .price--table td {
    text-indent: -5em;
    padding-left: 5em;
  }
  .price--table td:before {
    width: 65px;
    color: #9F0000;
    content: attr(data-label);
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
}

#support_area {
  text-align: center;
}
#support_area p {
  margin-bottom: 15px;
}
#support_area img {
  margin-top: 50px;
}

#flow .img_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media (max-width: 767px) {
  #flow .img_wrap {
    display: block;
    text-align: center;
  }
  #flow img:first-child {
    margin-bottom: 15px;
  }
}

#contact_info {
  text-align: center;
}

.contact_info_btn {
  background: #9F0000;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  box-shadow: 1px 1px 3px rgba(159, 0, 0, 0.25);
  padding: 20px 50px;
  margin: 20px 0;
  transition: 0.3s;
}
.contact_info_btn:hover {
  opacity: 0.8;
  box-shadow: 1px 1px 2px rgba(11, 111, 173, 0.5);
  transform: scale(0.999);
}
