@charset "UTF-8";
/*=============================================*/
/*Font import */
/*=============================================*/
@import url(https://use.fontawesome.com/releases/v5.10.2/css/all.css);
@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap);
/*=============================================*/
/*Reset CSS*/
/*=============================================*/
article, aside, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block;
}

blockquote, body, dd, div, dl, dt, fieldset, figure, form, h1, h2, h3, h4, h5, h6, input, li, ol, p, pre, td, textarea, th, ul {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a,
a:link {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
  height: auto;
  vertical-align: bottom;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}

i {
  font-style: normal;
}

textarea {
  resize: none;
  font-family: sans-serif;
}

* {
  box-sizing: border-box;
}

/*=============================================*/
/*Common Base*/
/*=============================================*/
html {
  font-size: 62.5%;
  overflow: auto;
}

body {
  margin: auto;
  width: auto;
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
  overflow: hidden;
}

.sp_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block !important;
  }
  .pc_only {
    display: none !important;
  }
}
main {
  padding: 0;
}

/*=============================================*/
/*  layout  Base                        */
/*=============================================*/
section {
  margin: 0;
  padding: 0;
}

.main_width {
  width: 96%;
  max-width: 1027px;
  margin: auto;
}

h3, h4 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  border: none;
}

p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  line-height: 1.3;
  color: #222;
}

img {
  width: auto;
}

.color {
  color: #445EBD;
}

.bold {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}

.under_bar {
  border-bottom: 7px solid #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  font-size: 3.3rem;
}

.contact_btn:hover {
  opacity: 0.8;
  cursor: pointer;
}

.contact_btn:active {
  position: relative;
  top: 3px;
}

.common_block .common_head {
  margin-bottom: 50px;
}
.common_block .common_head .ttl {
  margin-right: calc(50vw - 50%);
  margin-left: calc(50vw - 50%);
  font-size: 3rem;
  padding: 30px 0;
  background-color: #FFE600;
  color: #222;
  text-align: center;
}
.common_block .txt_box {
  padding: 5px 30px 25px 30px;
  border: 1px solid #707070;
}
.common_block .txt_box .ttl {
  font-size: 2.2rem;
  text-align: center;
  padding-bottom: 10px;
}

.main_width .ttl {
  font-size: 2.8rem;
  text-align: center;
  color: #222;
}
.main_width .sub_ttl {
  font-size: 1.6rem;
  text-align: center;
  padding-bottom: 55px;
}

/*=============================================*/
/*  layout                               */
/*=============================================*/
/*********************************************
 * 
 *header
 * 
 *********************************************/
.header {
  margin: 0 auto;
  max-width: 1080px;
  background-color: #fff;
}
.header .logo {
  padding-top: 1.5em;
}

/*********************************************
 * 
 *mv
 * 
 *********************************************/
.mv_block .main_width {
  max-width: 1080px;
}
.mv_block .heading_ttl {
  position: relative;
  z-index: 1;
}
.mv_block .center_ttl {
  margin-bottom: 4em;
}
.mv_block .bg_color {
  position: relative;
  top: -60px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
  padding-top: 30px;
  padding-right: calc(50vw - 50%);
  padding-left: calc(50vw - 50%);
  background: rgb(68, 94, 189);
  background: linear-gradient(180deg, rgb(68, 94, 189) 50%, rgb(255, 255, 255) 50%);
}

.mv_block .text_box {
  margin: 0 auto;
  background-color: #fff;
  margin-bottom: 50px;
}

.mv_block .text_box .ttl {
  padding-bottom: 0.2em;
  padding-top: 0.1em;
  font-size: 5.7rem;
  text-align: center;
  letter-spacing: 4px;
}
.mv_block .text_box .txt {
  font-size: 2.5rem;
  text-align: center;
}

.mv_block .text_box .ttl::before, .mv_block .text_box .ttl::after {
  content: none;
}

.mv_block .scroll_banner {
  padding: 0.5em 0.7em;
  background-color: #B62E35;
  text-align: center;
}
.mv_block .scroll_banner .txt {
  padding: 0.2em 0 0.5em 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.3rem;
  color: #fff;
}
.mv_block .scroll_banner .box_txt {
  margin: 0 1em;
  padding: 0.6em 0;
  background-color: #fff;
  border-radius: 30px;
  font-size: 1.5rem;
  color: #B62E35;
}
.mv_block .scroll_banner .tel {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  color: #fff;
}
.mv_block .scroll_banner .tel::before {
  content: url(../img/lp/tel_icon_mini.svg);
  margin-right: 0.5em;
}
.mv_block .scroll_banner .desk_time {
  padding-bottom: 0.6em;
  font-size: 1.1rem;
  color: #fff;
}
.mv_block .scroll_banner .row_column {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5em 1em;
  background-color: #fff;
}
.mv_block .scroll_banner .row_column .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 0.5em;
  width: 48px;
  height: 47px;
  background-color: #FFE600;
  border-radius: 50%;
}
.mv_block .scroll_banner .row_column .circle .txt {
  font-size: 1.4rem;
  padding-top: 0.4em;
  color: #000;
  line-height: 1;
}
.mv_block .scroll_banner .row_column .txt {
  text-align: left;
  font-size: 1.5rem;
  color: #000;
}

.mv_block .btn:hover {
  opacity: 0.8;
  position: relative;
  cursor: pointer;
}
.mv_block .btn:active {
  top: 2px;
}

.mv_block .scroll_banner {
  position: fixed;
  bottom: 0;
  right: 30px;
  z-index: 20;
  max-width: 300px;
}
.mv_block .scroll_banner:hover {
  opacity: 0.8;
}
.mv_block .close_btn {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 34.76px;
  height: 34.76px;
}
.mv_block .close_btn:hover {
  cursor: pointer;
}
.mv_block .close {
  display: none;
}
.mv_block .item.btn_box {
  max-width: 642px;
  margin: auto;
  margin-bottom: 100px;
}

.sp_mv_block {
  display: none;
}

.green_btn {
  display: none;
  max-width: 500px;
  margin: auto;
  padding-bottom: 40px;
}

/*********************************************
 * 
 *forte_block
 * 
 *********************************************/
.forte_block {
  margin: 0;
  padding: 0;
  margin-bottom: 150px;
}
.forte_block .main_width .triangle {
  margin: 15px 0;
  text-align: center;
}
.forte_block .main_width .triangle .img {
  width: auto;
}
.forte_block .main_width .txt {
  font-size: 2rem;
  line-height: 1.5;
}
.forte_block .main_width .fs_16 {
  font-size: 1.6rem;
}
.forte_block .main_width .one_point {
  font-size: 2.9rem;
  margin: 45px 0 35px 0;
  text-align: center;
  border: 3px solid #445EBD;
  border-radius: 50px;
}
.forte_block .main_width .flex_row {
  display: flex;
  margin-bottom: 70px;
}
.forte_block .main_width .flex_row .box {
  width: 30%;
  margin-right: 5%;
  background-color: rgba(60, 95, 196, 0.1);
  position: relative;
}
.forte_block .main_width .flex_row .box:nth-child(3) {
  margin-right: 0;
}
.forte_block .main_width .flex_row .box .point {
  position: absolute;
  background-color: #445EBD;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 2.8rem;
  text-align: right;
  line-height: 1;
  position: relative;
  padding-right: 0.5em;
  z-index: 10;
}
.forte_block .main_width .flex_row .box .point::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 5px;
  width: 39px;
  height: 54px;
  background-image: url(../img/lp/icon_point.svg);
  background-position: left top;
  background-size: contain;
  margin-left: 0.3em;
}
.forte_block .main_width .flex_row .box .point .number {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 7rem;
  padding-left: 0.1em;
}
.forte_block .main_width .flex_row .box .sub_ttl {
  font-size: 2.5rem;
  text-align: center;
  padding: 0.5em 0;
}
.forte_block .main_width .flex_row .box .txt {
  text-align: center;
  font-size: 1.8rem;
  padding: 0 0.5em;
  padding-bottom: 1.5em;
  letter-spacing: -0.2px;
}
.forte_block .main_width .flex {
  display: flex;
}
.forte_block .main_width .about_related {
  box-shadow: 3px 3px 0px 1px #3060cb;
  margin-bottom: 50px;
}
.forte_block .main_width .about_related .support_ttl {
  font-size: 2.8rem;
  padding-left: 0.5em;
  padding-bottom: 0.3em;
  display: flex;
  align-items: center;
}
.forte_block .main_width .about_related .support_ttl::before {
  content: "";
  display: inline-block;
  width: 41px;
  height: 41px;
  background-image: url(../img/lp/support.svg);
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 0.5em;
}
.forte_block .main_width .about_related .item .ttl {
  padding-left: 0.5em;
  padding-bottom: 0.3em;
  font-size: 2.8rem;
  text-align: left;
  color: #445EBD;
}
.forte_block .main_width .about_related .item .txt {
  padding-bottom: 1.5em;
  padding-left: 1em;
  font-size: 1.6rem;
}
.forte_block .main_width .about_related .img_box {
  width: 45%;
  margin: auto;
}
.forte_block .main_width .about_related .img_box .img {
  width: auto;
  display: block;
}
.forte_block .main_width .about_related .flex_row {
  margin-bottom: 0;
}
.forte_block .main_width .about_related .flex_row .left_contents {
  width: 20%;
  padding-left: 0.5em;
}
.forte_block .main_width .about_related .flex_row .left_contents .txt {
  background-color: rgba(60, 95, 196, 0.1);
  font-size: 2rem;
  padding: 0.3em;
  margin-bottom: 5px;
  margin-right: 10px;
}
.forte_block .main_width .about_related .flex_row .left_contents .txt:nth-child(2) {
  margin-bottom: 0;
}
.forte_block .main_width .about_related .flex_row .right_contents {
  background-color: rgba(60, 95, 196, 0.1);
  display: flex;
  width: 75%;
}
.forte_block .main_width .about_related .flex_row .right_contents .ttl {
  font-size: 2rem;
  padding: 0.7em 1em 0 0.5em;
}
.forte_block .main_width .about_related .flex_row .right_contents .txt {
  font-size: 2rem;
  padding: 0.39em 0 0 0;
  line-height: 2;
}
.forte_block .main_width .about_related .annotation {
  display: inline-block;
  padding: 1em 0;
  font-size: 1.4rem;
  padding-left: 0.5em;
}

/*********************************************
 * 
 *contents_block
 * 
 *********************************************/
.contents_block {
  padding: 0;
  margin: 0;
  margin-bottom: 100px;
}
.contents_block .main_width .txt_box {
  border: none;
  padding: 0;
}
.contents_block .main_width .txt_box .txt {
  font-size: 2rem;
}
.contents_block .main_width .contents_container .ttl {
  margin-bottom: 0.8em;
  font-size: 2.9rem;
  text-align: center;
  margin-top: 65px;
  color: #222;
}
.contents_block .main_width .contents_container .flex {
  display: flex;
  flex-wrap: wrap;
}
.contents_block .main_width .contents_container .flex .contents_box {
  flex: 1 0 50%;
  display: flex;
  min-height: 150px;
}
.contents_block .main_width .contents_container .flex .contents_box .icon_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
  background-color: #445EBD;
  text-align: center;
  border-bottom: 2px solid #fff;
}
.contents_block .main_width .contents_container .flex .contents_box .icon_box .item {
  padding-top: 0.3em;
}
.contents_block .main_width .contents_container .flex .contents_box .icon_box .item .txt {
  color: #fff;
  font-size: 1.9rem;
  padding-top: 0.8em;
  text-align: center;
}
.contents_block .main_width .contents_container .flex .contents_box .icon_box .item .txt .br {
  display: block;
}
.contents_block .main_width .contents_container .flex .txt_box {
  width: 65%;
  flex: 1;
  border-right: 2px solid #445EBD;
  border-bottom: 2px solid #445EBD;
  padding: 0.5em 0.9em;
}
.contents_block .main_width .contents_container .flex .txt_box .txt {
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  height: 100%;
}
.contents_block .main_width .contents_container .flex .border_top {
  border-top: 2px solid #445EBD;
}

/*********************************************
 * 
 *table_block
 * 
 *********************************************/
.table_block {
  margin-bottom: 70px;
}
.table_block .main_width .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.table_block .main_width .badge .ttl {
  font-size: 3rem;
  color: #222;
  padding-left: 1em;
}
.table_block .main_width .table_body {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 50px;
}
.table_block .main_width .table_body .tr .th {
  background-color: #445EBD;
  color: #fff;
  text-align: center;
  width: 30%;
  padding: 0.3em 0;
  font-size: 2.2rem;
}
.table_block .main_width .table_body .tr .td {
  border: 1px solid #ddd;
  display: table-cell;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.2rem;
  height: 90px;
  line-height: 1;
}
.table_block .main_width .table_body .tr .td .table_num {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 2.6rem;
}
.table_block .main_width .table_body .tr .td_padding {
  padding: 0.5em 0 0.3em;
  letter-spacing: -1px;
  line-height: 1.2;
}
.table_block .main_width .triangle {
  text-align: center;
  margin-bottom: 30px;
}
.table_block .main_width .txt {
  text-align: center;
  font-size: 2.8rem;
}
.table_block .table_width {
  width: 40%;
}

.sp_table {
  display: none;
}

/*********************************************
 * 
 *contact_block
 * 
 *********************************************/
.contact_block {
  padding: 55px 0 70px 0;
  margin-bottom: 80px;
  background-color: rgba(204, 204, 204, 0.25);
}
.contact_block .main_width .contact_box .blowing {
  text-align: center;
  font-size: 1.8rem;
}
.contact_block .main_width .contact_box .tel_box {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact_block .main_width .contact_box .tel_box .tel_txt {
  font-size: 1.8rem;
  padding-right: 10px;
  color: #000;
}
.contact_block .main_width .contact_box .tel_box .tel_link .sp_tel {
  pointer-events: none;
}
.contact_block .main_width .contact_box .tel_box .tel {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
  font-size: 3.4rem;
  color: #000;
}
.contact_block .main_width .contact_box .tel_box .tel::before {
  content: url(../img/lp/tel_icon.svg);
  display: inline-block;
  padding-right: 5px;
}
.contact_block .main_width .contact_box .tel_box .time_limit {
  font-size: 1.4rem;
  color: #000;
}

.contact_block .sp_btn {
  display: none;
}
.contact_block .pc_btn {
  display: block;
  margin: 2em auto 4em auto;
  max-width: 647px;
}

.contents_block .main_width .contents_container .flex .contents_box .bo_none {
  border: none;
}

/*********************************************
 * 
 *result_block
 * 
 *********************************************/
.results_block {
  padding: 0;
  margin: 0;
  margin-bottom: 120px;
}
.results_block .main_width .sub_ttl {
  padding-bottom: 30px;
}
.results_block .main_width .txt {
  font-size: 1.8rem;
  padding-bottom: 45px;
}
.results_block .main_width .txt .link {
  text-decoration: underline;
  color: #445EBD;
}
.results_block .main_width .contents_container .contents_wrap {
  display: flex;
  align-items: center;
  border-bottom: 3px solid #758c9e;
}
.results_block .main_width .contents_container .contents_wrap:first-child {
  border-top: 3px solid #758c9e;
}
.results_block .main_width .contents_container .contents_wrap .contents_box {
  width: 75%;
  padding-bottom: 1em;
}
.results_block .main_width .contents_container .contents_wrap .contents_box .contents_ttl {
  color: #222;
  border-bottom: 1px solid #758c9e;
  padding: 1em 0;
}
.results_block .main_width .contents_container .contents_wrap .contents_box .contents_txt {
  color: #222;
  line-height: 1;
  padding-top: 1em;
}
.results_block .main_width .contents_container .contents_wrap .contents_box .contents_txt:nth-child(3) {
  padding-top: 0.5em;
}
.results_block .main_width .contents_container .contents_wrap .num_box {
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 20%;
}
.results_block .main_width .contents_container .contents_wrap .num_box .contents_number {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  color: #f04600;
  text-align: center;
}
.results_block .main_width .contents_container .contents_wrap .num_box .contents_number .num_size {
  font-size: 2.2rem;
}
.results_block .main_width .contents_container .contents_btn {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  padding: 0.7em 0;
  text-align: center;
  color: #fff;
  font-size: 2rem;
  background-color: #445EBD;
  position: relative;
}
.results_block .main_width .contents_container .contents_btn:hover {
  opacity: 0.8;
  cursor: pointer;
}
.results_block .main_width .contents_container .contents_btn::before, .results_block .main_width .contents_container .contents_btn::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 2px;
  height: 22px;
  background-color: #fff;
}
.results_block .main_width .contents_container .contents_btn::before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: 0.2s;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.results_block .main_width .contents_container .contents_btn::after {
  margin-right: 1.5em;
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}

.results_block .main_width .contents_container .contents_wrap.is-hidden {
  display: none;
}

/*********************************************
 * 
 *result_block
 * 
 *********************************************/
.scheme_block {
  padding: 0;
  margin-bottom: 130px;
}
.scheme_block .main_width .sub_ttl {
  padding-bottom: 55px;
}
.scheme_block .main_width .flow .step_num .step_num_tit .ttl {
  color: #fff;
  font-size: 1.8rem;
}
.scheme_block .main_width .flow .step_num .step_num_txt {
  background-color: rgba(60, 95, 196, 0.1);
}
.scheme_block .main_width .flow .step_num .step_num_txt .step_num_txt_inner .txt {
  font-size: 1.8rem;
}
.scheme_block .main_width .flow .step_num .step_num_txt .step_num_txt_inner .txt .txt_br {
  display: block;
}
.scheme_block .main_width .flow .flow_arrow {
  border-color: #ccc transparent transparent transparent;
}
.scheme_block .main_width .br {
  display: block;
}

.scheme_block .link {
  text-decoration: underline;
  color: #445EBD;
}

/*********************************************
 * 
 *contact_form_block
 * 
 *********************************************/
.contact_form_block {
  background-color: rgba(228, 228, 228, 0.25);
  padding-bottom: 80px;
}
.contact_form_block .main_width {
  padding-top: 80px;
}
.contact_form_block .main_width .txt {
  font-size: 1.6rem;
  padding-bottom: 60px;
}
.contact_form_block .main_width .contact form .table_line .bold {
  font-size: 1.8rem;
}
.contact_form_block .main_width .contact form .table_line .table_head {
  padding: 0.8em 0;
}
.contact_form_block .main_width .contact form .table_line .table_head .table_head_tit::after {
  background-color: #FF7F00;
  float: none;
  margin-left: 10px;
}
.contact_form_block .main_width .contact form .table_line dd .zoom_box {
  display: flex;
  align-items: center;
}
.contact_form_block .main_width .contact form .table_line dd .zoom_box .txt {
  padding-bottom: 0;
  font-size: 1.6rem;
}
.contact_form_block .main_width .contact form .table_line dd .zoom_box .one_box {
  width: 85%;
  margin-left: auto;
}
.contact_form_block .main_width .contact form .table_align {
  align-items: center;
}

.container .link {
  color: #1A98D9;
}
.container .link::after {
  content: url(../img/lp/checkbox_icon.svg);
  margin-left: 0.2em;
  margin-right: 0.2em;
}

.select_w {
  padding: 0.5em 0 0.5em 0.5em;
  width: 40%;
  border-radius: 5px;
  background-color: #fff;
  background: url(../img/lp/select_arrow.svg) no-repeat 95% center/10px;
  background-color: #fff;
}

.select_width {
  padding: 0.5em 0 0.5em 0.5em;
  width: 100%;
  border-radius: 5px;
  background-color: #fff;
  background: url(../img/lp/select_arrow.svg) no-repeat 99% center/10px;
  background-color: #fff;
}

.quest_flex {
  width: 60%;
}
.quest_flex .check_item {
  width: 25%;
}

.one_box {
  padding: 0.5em;
  margin: 0.3em 0;
  border-radius: 5px;
  background-color: #fff;
}
.one_box:-moz-placeholder-shown {
  color: rgb(204, 204, 204);
}
.one_box:placeholder-shown {
  color: rgb(204, 204, 204);
}
.one_box::-webkit-input-placeholder {
  color: rgb(204, 204, 204);
}
.one_box:-moz-placeholder {
  color: rgb(204, 204, 204);
  opacity: 1;
}
.one_box::-moz-placeholder {
  color: rgb(204, 204, 204);
  opacity: 1;
}
.one_box:-ms-input-placeholder {
  color: rgb(204, 204, 204);
}

.checkbox01 {
  padding-left: 2.7rem;
}

.textarea {
  padding: 0.5em;
}

.btn_submit .submit_btn {
  background-color: #C50006;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 3rem;
}
.btn_submit .submit_btn:hover {
  position: relative;
  opacity: 0.8;
}
.btn_submit .submit_btn:hover:active {
  top: 2px;
}
.btn_submit .submit_btn::before {
  content: url(../img/lp/arrow_right_white.svg);
  padding-right: 0.5em;
}

.check_box_con input[type=checkbox] {
  display: none;
}

.check_box_con label span {
  position: relative;
  display: inline-block;
  padding-left: 25px;
  padding-right: 2em;
}
.check_box_con label span:before {
  position: absolute;
  left: 6px;
  top: 14px;
  content: "";
  margin-top: -7px;
  width: 6px;
  height: 10px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
  opacity: 0;
  z-index: 3;
}
.check_box_con label span:after {
  position: absolute;
  content: "";
  display: block;
  top: -10px;
  top: 50%;
  margin-top: -8px;
  left: 0px;
  width: 17px;
  height: 17px;
  border: 1px solid #bbb;
  background: #fff;
}

.check_box_con label input[type=checkbox]:checked + span:after {
  background: #445EBD;
}

.check_box_con label input[type=checkbox]:checked + span:before {
  opacity: 1;
}

.checkbox_txt {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
}

.privacy_box {
  margin-top: 0.5em;
  margin-bottom: 1.5em;
}

.privacy_box .check_box_con label span {
  padding-right: 0;
}

.privacy_box span {
  color: unset;
}

/*********************************************
 * 
 *footer
 * 
 *********************************************/
footer {
  padding: 0;
  margin: 0;
}

.footer_bg {
  background-color: #445EBD;
}
.footer_bg .footer_width {
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 45px;
  width: 96%;
}
.footer_bg .footer_width .footer_navi {
  display: flex;
  width: 96%;
  margin: 0 auto;
  padding-bottom: 2em;
}
.footer_bg .footer_width .footer_navi .item {
  margin-right: 3em;
  width: 40%;
}
.footer_bg .footer_width .footer_navi .navi {
  display: flex;
  flex-wrap: wrap;
  width: 60%;
  color: #fff;
}
.footer_bg .footer_width .footer_navi .navi .nav_li {
  margin-left: 3em;
  font-size: 1.8rem;
}
.footer_bg .footer_width .address .location {
  color: #fff;
  font-size: 1.6rem;
}
.footer_bg .footer_width .address .location .link {
  display: inline-block;
  border-bottom: 1px solid #fff;
  padding-top: 1.5em;
}
.footer_bg .footer_width .copy_light {
  padding: 2em 0;
  text-align: center;
  color: #fff;
  font-size: 1.6rem;
}

.footer_bg a {
  position: relative;
}

.footer_bg ul li a::after {
  position: absolute;
  content: "";
  display: block;
  height: 3px;
  background-color: #fff;
  bottom: -5px;
  left: 0;
  width: 0;
  transition: all 0.5s ease;
}

.footer_bg ul li a:hover::after {
  width: 100%;
}

.sp_floating {
  display: none;
}

/*=============================================*/
/*media query    Tablet */
/*=============================================*/
@media screen and (max-width: 1024px) {
  .forte_block .main_width .about_related .flex_row {
    display: flex;
    flex-direction: column;
  }
  .forte_block .main_width .about_related .flex_row .left_contents {
    display: flex;
    width: 95%;
    padding-left: 0;
  }
  .forte_block .main_width .about_related .flex_row .left_contents .txt {
    margin-bottom: 5px !important;
  }
  .forte_block .main_width .about_related .flex_row .left_contents .txt:nth-child(2) {
    margin-right: 0;
  }
  .forte_block .main_width .about_related .flex_row .right_contents {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 95%;
  }
  .forte_block .main_width .about_related .flex_row .right_contents .txt {
    padding-left: 0.5em;
  }
  .contents_block .main_width .contents_container .flex .contents_box {
    flex: 1 0 100%;
  }
  .contents_block .main_width .contents_container .flex .contents_box .sp_border_bottom {
    border-bottom: none;
  }
  .contents_block .main_width .contents_container .flex .contents_box .bo_block {
    border-bottom: 2px solid #fff;
  }
}
/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 768px) {
  /*=============================================*/
  /*  layout  Base                        */
  /*=============================================*/
}
/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 768px) {
  .common_block .common_head .ttl {
    font-size: 2.8rem;
  }
  .common_block .common_head .ttl .under_bar {
    font-size: 3.1rem;
  }
  .common_block .txt_box .ttl {
    line-height: 1.5;
  }
  .header {
    padding-bottom: 4.5em;
  }
  .header .logo {
    padding-top: 1.2em;
    padding-left: 0.2em;
    margin-right: auto;
    width: 75%;
  }
  .mv_block {
    display: none;
  }
  .sp_mv_block {
    display: block;
    background-color: #445EBD;
  }
  .sp_mv_block .sp_bg {
    padding: 2em 0;
    width: 90%;
    margin: 0 auto;
  }
  .sp_mv_block .center_ttl {
    padding-bottom: 30px;
  }
  .sp_mv_block .text_box {
    margin-top: 0.6em;
  }
  .sp_mv_block .text_box .ttl {
    color: #fff;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 0.15em;
  }
  .sp_mv_block .text_box .txt {
    margin-top: 0;
    color: #fff;
    font-size: 1.4rem;
    text-align: center;
  }
  .green_btn {
    display: block;
    padding: 1em 0.5em;
    margin-bottom: 15px;
  }
  .green_btn:hover {
    position: relative;
    opacity: 0.8;
  }
  .green_btn:active {
    top: 2px;
  }
  .green_btn img {
    display: block;
    margin: 0 auto;
  }
  .forte_block .main_width .flex {
    flex-direction: column;
  }
  .forte_block .main_width .flex_row {
    flex-direction: column;
  }
  .forte_block .main_width .flex_row .box {
    width: 85%;
    margin: 0 auto 30px auto;
  }
  .forte_block .main_width .flex_row .box:nth-child(3) {
    margin-right: auto;
  }
  .forte_block .main_width .about_related .item .ttl {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .forte_block .main_width .about_related .support_ttl {
    font-size: 2.4rem;
    line-height: 1.3;
  }
  .forte_block .main_width .about_related .img_box {
    width: 25%;
  }
  .forte_block .main_width .about_related .flex_row .right_contents .ttl {
    font-size: 2.2rem;
  }
  .forte_block .main_width .about_related .flex_row .right_contents .txt {
    font-size: 1.6rem;
  }
  .contact_block .main_width .contact_box .tel_box {
    flex-direction: column;
  }
  .contact_block .main_width .contact_box .tel_box .sp_tel {
    pointer-events: auto;
  }
  .scheme_block {
    margin-bottom: 50px;
  }
  .scheme_block .main_width .br {
    display: inline-block;
  }
  .table_block .main_width .badge {
    flex-direction: column;
  }
  .table_block .main_width .badge .ttl {
    padding-left: 0;
  }
  .table_body {
    display: none;
  }
  .table_block .sp_table {
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
    width: 91%;
    border-top: 1px solid #ddd;
  }
  .table_block .sp_table .sp_border {
    border-bottom: 1px solid #fff;
  }
  .table_block .sp_table .th {
    padding: 0.3em 0;
    padding-left: 0.5em;
    width: 30%;
    background-color: #445EBD;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    color: #fff;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
  }
  .table_block .sp_table .td {
    padding-left: 1em;
    width: 44%;
    display: table-cell;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    text-align: left;
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 5px;
  }
  .table_block .sp_table .bo_none {
    border-bottom: none;
  }
  .table_block .sp_table .table_num {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-size: 1.8rem;
  }
  .contact_block .main_width .contact_box .tel_box .tel .sp_tel {
    pointer-events: auto;
  }
  .contact_block .pc_btn {
    display: none;
  }
  .contact_block .sp_btn {
    display: block;
    margin: 0 auto;
    width: 80%;
    padding: 2em 0 3em 0;
  }
  .contact dl:nth-child(1) {
    border-top: 1px solid #E6E6E6;
  }
  .contact_form_block .select_w {
    width: 60%;
  }
  .contact_form_block .btn_submit {
    width: 100%;
  }
  .contact_form_block .btn_submit .submit_btn {
    font-size: 2.4rem;
  }
  .quest_flex .check_item {
    width: 100%;
  }
  .check_item {
    margin-top: 10px;
  }
  .privacy_box {
    margin-top: 0.5em;
    margin-bottom: 1.5em;
  }
  footer {
    max-height: unset;
    background-color: unset;
  }
  .footer_bg .footer_width .footer_navi {
    flex-direction: column;
  }
  .footer_bg .footer_width .footer_navi .item {
    width: 100%;
    margin-bottom: 20px;
  }
  .footer_bg .footer_width .footer_navi .navi {
    width: 100%;
    justify-content: space-between;
  }
  .footer_bg .footer_width .footer_navi .navi .nav_li {
    font-size: 1.5rem;
    margin-left: 0;
    margin-right: 0.5em;
    margin-bottom: 0.5em;
  }
  .footer_bg .footer_width .footer_navi .navi .nav_li:nth-child(5) {
    margin-right: 0;
  }
}
/*=============================================*/
/*media query    Tablet ipad 5.7inch */
/*=============================================*/
@media screen and (max-width: 520px) {
  .sp_floating {
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }
  .sp_floating .floating_container {
    margin: 0 auto;
    background-color: #fff;
  }
  .sp_floating .txt_box {
    padding: 0.5em 0;
    background-color: rgba(226, 121, 0, 0.25);
  }
  .sp_floating .txt_box .txt {
    text-align: center;
    color: #E27900;
  }
  .sp_floating .txt_box .txt::before, .sp_floating .txt_box .txt::after {
    content: url(../img/sp/arrow_orange.svg);
    margin-left: 5px;
    margin-right: 3px;
  }
  .sp_floating .item_box {
    display: flex;
    align-items: center;
    width: 100%;
    background-color: #E27900;
  }
  .sp_floating .item_box .item {
    padding: 1em 0;
    width: 50%;
  }
  .sp_floating .item_box .item .link {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sp_floating .item_box .item .img {
    margin-right: 0.5em;
  }
  .sp_floating .item_box .item .ma_left {
    padding-left: 0.3em;
  }
  .sp_floating {
    display: block;
  }
  .sp_floating .txt_box .txt::before {
    margin-right: 0.3em;
  }
  .sp_floating a:hover {
    opacity: 0.8;
  }
  .sp_floating .item_box .border_white {
    width: 2px;
    height: 70px;
    display: block;
    border-right: 2px solid #fff;
  }
  .sp_floating .txt {
    font-size: 1.5rem;
  }
  .sp_floating .item_box .txt {
    color: #fff;
    line-height: 1;
  }
  .sp_floating .tel {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: 2rem;
    color: #fff;
    text-align: center;
    line-height: 0.7;
  }
  .sp_floating .desk_time {
    font-size: 1rem;
  }
  .footer_bg {
    padding-bottom: 105.5px;
  }
  .footer_bg .footer_width .footer_navi .address .location {
    font-size: 1.4rem;
  }
  .footer_bg .footer_width .copy_light {
    font-size: 1.2rem;
  }
  .forte_block .main_width .about_related {
    padding-bottom: 10px;
  }
  .forte_block .main_width .about_related .item .ttl {
    padding-right: 10px;
  }
  .forte_block .main_width .about_related .item .txt {
    padding-right: 10px;
  }
  .forte_block .main_width .about_related .annotation {
    padding: 0.5em 0 0;
  }
  .forte_block {
    margin-bottom: 80px;
  }
  .forte_block .main_width .about_related .flex_row .right_contents .txt {
    padding: 0.5em 1em;
    font-size: 1.6rem;
    line-height: 1.4;
    text-indent: -4.5em;
    padding-left: 5.7em;
  }
  .forte_block .main_width .about_related .flex_row .right_contents .txt .only {
    display: block !important;
    font-size: 80% !important;
    padding-left: 4.5em;
  }
}
/*=============================================*/
/*media query    SmartPhone */
/*=============================================*/
@media screen and (max-width: 450px) {
  .main_width .ttl {
    font-size: 2.4rem;
  }
  .common_block .common_head .ttl {
    font-size: 2.2rem;
  }
  .common_block .common_head .ttl .under_bar {
    font-size: 2.4rem;
  }
  .common_block .txt {
    font-size: 1.7rem;
  }
  .common_block .txt_box .ttl {
    font-size: 1.9rem;
  }
  .forte_block .main_width .txt {
    font-size: 1.7rem;
  }
  .forte_block .main_width .fs_16 {
    font-size: 1.5rem;
  }
  .forte_block .main_width .one_point {
    font-size: 2.3rem;
  }
  .forte_block .main_width .about_related {
    flex-direction: column;
  }
  .forte_block .main_width .about_related .item .ttl {
    font-size: 1.9rem;
    padding-bottom: 0.5em;
  }
  .forte_block .main_width .about_related .item .txt {
    padding: 0 0.5em;
    font-size: 1.5rem;
  }
  .forte_block .main_width .about_related .support_ttl {
    font-size: 1.8rem;
  }
  .forte_block .main_width .about_related .support_ttl::before {
    width: 30px;
  }
  .forte_block .main_width .about_related .img_box {
    margin-top: 0.5em;
  }
  .forte_block .main_width .about_related .flex_row .left_contents .txt {
    font-size: 1.7rem;
  }
  .forte_block .main_width .about_related .flex_row .right_contents .ttl {
    font-size: 1.7rem;
  }
  .forte_block .main_width .about_related .flex_row .right_contents .txt {
    font-size: 1.7rem;
  }
  .contents_block .main_width .txt_box .txt {
    font-size: 1.7rem;
  }
  .contents_block .main_width .contents_container .ttl {
    font-size: 2.4rem;
  }
  .contents_block .main_width .contents_container .flex .contents_box .icon_box .item .txt {
    font-size: 1.5rem;
  }
  .contents_block .main_width .contents_container .flex .txt_box .txt {
    font-size: 1.4rem;
  }
  .table_block .main_width .txt {
    font-size: 2.3rem;
  }
  .table_block .main_width .badge .ttl {
    font-size: 2.4rem;
  }
  .table_block .main_width .table_body .tr .th {
    font-size: 2rem;
  }
  .table_block .main_width .table_body .tr .td {
    font-size: 1.6rem;
  }
  .table_block .main_width .table_body .tr .td .table_num {
    font-size: 2rem;
  }
  .contact_form_block .main_width .select_w {
    width: 60%;
  }
  .contact_form_block .main_width .contact form .table_line .table_head_tit {
    font-size: 1.6rem;
  }
  .contact_form_block .main_width .contact form .table_line dd .zoom_box {
    flex-direction: column;
    align-items: normal;
  }
  .contact_form_block .main_width .contact form .table_line dd .zoom_box .one_box {
    width: 100%;
  }
  /*.results_block*/
  .results_block .main_width .contents_container .contents_btn {
    font-size: 1.6rem;
  }
}