@charset "UTF-8";
/**
 * Mixin
 */
@media only screen and (max-width: 980px) {
  .pc {
    display: none !important;
  }
}
@media only screen and (min-width: 981px) {
  .sp {
    display: none !important;
  }

  .sp_ssp {
    display: none !important;
  }
}
@media only screen and (min-width: 481px) {
  .ssp {
    display: none !important;
  }
}
@media only screen and (max-width: 481px) {
  .sp_ssp {
    display: none !important;
  }
}
.mt10 {
  margin-top: 10px !important;
}

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

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

.mtS {
  margin-top: 40px !important;
}
@media only screen and (max-width: 980px) {
  .mtS {
    margin-top: 30px !important;
  }
}

.mt60 {
  margin-top: 60px !important;
}

.mt80 {
  margin-top: 80px !important;
}

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

.mtL {
  margin-top: 100px !important;
}

.mtXL {
  margin-top: 120px !important;
}

.pbL {
  padding-bottom: 100px !important;
}

.txtS {
  font-size: 1.8rem;
}

.txtM {
  font-size: 2.1rem;
}

.txt_bold {
  font-weight: bold;
}

.txt_blue {
  color: #175873;
}

.txt_red {
  color: #731717;
}

.txt_center {
  text-align: center;
}

@media screen and (min-width: 981px) {
  .txt_center_spleft {
    text-align: center;
  }
}
.txt_left {
  text-align: left;
}

.txt_right {
  text-align: right;
}

.txt_ind {
  text-indent: -1em;
  padding-left: 2em;
}

.txt_lora {
  font-family: "Lora", serif;
}

.txt_lead {
  font-size: 1.8rem;
  color: #175873;
  font-weight: bold;
}
@media only screen and (max-width: 980px) {
  .txt_lead {
    font-size: 1.6rem;
  }
}

.txt_blue {
  color: #175873;
}

.txt_cap {
  text-align: center;
  color: #175873;
  font-size: 1.3rem;
}

.txt_s {
  font-size: 1.3rem;
}

.txt_10 {
  font-size: 1rem;
}

@media only screen and (max-width: 980px) {
  .mtM {
    margin-top: 35px !important;
  }

  .mtL {
    margin-top: 80px !important;
  }
}
.iframeWrap {
  position: relative;
  height: 0;
  padding: 0 0 56.25%;
  overflow: hidden;
}

.iframeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.fw_Lyellow {
  background-color: #fdffe8;
  padding: 50px 0 80px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.fw_Lblue {
  background-color: #e8eef0;
  padding: 50px 0 80px;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.border_top_sec {
  border-top: 1px solid #ccc;
  padding-top: 80px;
}
@media only screen and (max-width: 980px) {
  .border_top_sec {
    padding-top: 40px;
  }
}

.fbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.fbox img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.fbox_1_1 > * {
  width: 49%;
}

.fbox_1_1 > *:nth-child(2n) {
  margin-left: 2%;
}

.fbox_2_1 > *:first-child {
  width: 65%;
}

.fbox_2_1 > *:last-child {
  width: 33%;
}

.fbox_3_1 > *:first-child {
  width: 74%;
}

.fbox_3_1 > *:last-child {
  width: 24.5%;
}

.fbox_1_2 > *:first-child {
  width: 33%;
}

.fbox_1_2 > *:last-child {
  width: 65%;
}

.fbox_3 > * {
  width: 32%;
}

.fbox_4 > * {
  width: 24%;
}

.fbox_5 > * {
  width: 19%;
}

.fbox_reverse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin: 0 auto;
}

.fbox_reverse > * {
  width: 49%;
}

.fbox_reverse > *:last-child {
  margin-left: 0;
  margin-right: 2%;
}

@media screen and (max-width: 600px) {
  .fbox_3 > *,
.fbox_3_1 > *,
.fbox_2_1 > *,
.fbox_1_2 > *,
.fbox_1_1 > * {
    width: 100% !important;
    margin-left: 0 !important;
  }

  .fbox_3 > * + *,
.fbox_3_1 > *:not(:last-child),
.fbox_2_1 > *:not(:last-child),
.fbox_1_2 > *:not(:last-child),
.fbox_1_1 > *:not(:last-child) {
    margin-bottom: 20px !important;
  }

  .fbox_reverse {
    display: block;
  }

  .fbox_reverse > * {
    width: 100%;
  }

  .fbox_reverseWrap > .fbox_reverse > *:nth-child(odd) {
    padding: 10px 20px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}
.inner {
  max-width: 900px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.mw900 {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.mw600 {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.mw740--l {
  max-width: 740px;
}

.page_subTttl {
  text-align: center;
  font-size: 3.6rem;
  margin: 0 0 60px;
}
.page_subTttl span {
  font-size: 2rem;
  display: block;
}
@media only screen and (max-width: 980px) {
  .page_subTttl span {
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 980px) {
  .page_subTttl {
    font-size: 2.6rem;
    margin: 0 0 30px;
  }
}

.page_subTttl--border {
  border-top: 1px solid;
  border-bottom: 1px solid;
}

h2 {
  font-size: 3rem;
  margin-bottom: 1em;
}
@media only screen and (max-width: 980px) {
  h2 {
    font-size: 2.2rem;
  }
}

h3 {
  font-size: 2.4rem;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 980px) {
  h3 {
    font-size: 2rem;
  }
}

h4 {
  font-size: 2rem;
  margin-bottom: 0.4em;
}
@media only screen and (max-width: 980px) {
  h4 {
    font-size: 1.6rem;
  }
}

.ttl_border {
  border-bottom: 1px solid #175873;
}

.ttl_blue {
  color: #175873;
}

.ttl_bg {
  background: #175873;
  color: #fff;
  padding: 0.25em 0.8em;
}

.ttl_circle:before {
  content: "●";
  color: #175873;
  margin-right: 5px;
}

.ttl_check {
  position: relative;
  padding-left: 1.2em;
}

.ttl_check::before,
.ttl_check::after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.ttl_check::before {
  width: 1em;
  height: 1em;
  left: 0;
  top: 0.45em;
  border-radius: 50%;
}

.ttl_check::after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 6px;
  height: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: calc(0.5em - 3px);
  top: calc(0.8em);
  border-radius: 2px;
}

.ttl_check--blue::before {
  background: #175873;
}

.ttl_check--blue::after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.ttl_check--gray::before {
  background: #ccc;
}

.ttl_check--gray::after {
  border-left: 2px solid #333;
  border-bottom: 2px solid #333;
}

.box_Lblue {
  background-color: #e8eef0;
  padding: 30px;
}

.box_Lyellow {
  background-color: #fdffe8;
  padding: 30px;
}

.box_gray {
  background-color: #f5f5f5;
  padding: 30px;
}
@media only screen and (max-width: 980px) {
  .box_gray {
    padding: 16px;
  }
}

.box_border {
  padding: 30px;
  border: 1px solid #175873;
}
@media only screen and (max-width: 980px) {
  .box_border {
    padding: 16px;
  }
}

.box_border_lb {
  padding: 30px;
  background-color: #e8eef0;
  border: 1px solid #175873;
}
@media only screen and (max-width: 980px) {
  .box_border_lb {
    padding: 16px;
  }
}

.box_bfaf {
  text-align: center;
  color: #175873;
  font-size: 1.3rem;
}

.table_default {
  width: 100%;
}
.table_default th, .table_default td {
  border: 1px solid #175873;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
.table_default th {
  background: #e8eef0;
  font-weight: normal;
  width: 30%;
}

@media only screen and (max-width: 980px) {
  .table_scloll__wrap {
    overflow-x: scroll;
  }
}
@media only screen and (max-width: 980px) {
  .table_scloll__wrap p {
    width: 600px;
    overflow-x: scroll;
  }
}

.table_scloll__icon {
  display: none;
}
@media only screen and (max-width: 980px) {
  .table_scloll__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.table_scloll__icon::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 1px;
  background-color: #000;
  margin-left: 10px;
}

.table_scloll {
  width: 100%;
}
@media only screen and (max-width: 980px) {
  .table_scloll {
    width: 600px;
    overflow-x: scroll;
  }
}
.table_scloll th, .table_scloll td {
  border: 1px solid #175873;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
@media only screen and (max-width: 980px) {
  .table_scloll th, .table_scloll td {
    padding: 5px;
    font-size: 1.3rem;
  }
}
.table_scloll th {
  background: #e8eef0;
  font-weight: normal;
}

.table_price {
  width: 100%;
}
.table_price th, .table_price td {
  border: 1px solid #175873;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
.table_price th {
  background: #e8eef0;
  font-weight: normal;
  width: 60%;
}
.table_price td {
  text-align: right;
}

.table_price__txt {
  font-size: 1.4rem;
  margin-top: 5px;
  text-align: right;
}
@media only screen and (max-width: 980px) {
  .table_price__txt {
    font-size: 1.2rem;
  }
}

.table_tate {
  width: 100%;
}
.table_tate th, .table_tate td {
  border: 1px solid #175873;
  padding: 10px;
  text-align: left;
  vertical-align: middle;
}
.table_tate th {
  background: #e8eef0;
  font-weight: normal;
}

.list_default {
  list-style: circle;
  padding-left: 1em;
}
.list_default li + li {
  margin-top: 5px;
}

.list_check {
  list-style: none !important;
  padding-left: 0 !important;
}

.list_check li {
  font-size: 1.8rem;
  border-bottom: none;
  text-align: left;
  padding-left: 24px;
  position: relative;
  margin-top: 20px !important;
}
@media only screen and (max-width: 980px) {
  .list_check li {
    font-size: 1.6rem;
  }
}

.list_check li:before,
.list_check li:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.list_check li:before {
  width: 18px;
  height: 18px;
  background: #175873 !important;
  left: 0;
  top: 5px;
  border-radius: 50%;
}

.list_check li:after {
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  width: 6px;
  height: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 5px;
  top: 10px;
  border-radius: 2px;
}

.list_check_border {
  list-style: none !important;
  padding-left: 0 !important;
}

.list_check_border li {
  border-bottom: none;
  text-align: left;
  position: relative;
  padding-left: 1.4em;
}
.list_check_border li + li {
  margin-top: 5px;
}

.list_check_border li:before,
.list_check_border li:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.list_check_border li:before {
  width: 12px;
  height: 12px;
  border: #175873 1px solid;
  left: 0;
  top: 7px;
}

.list_check_border li:after {
  border-left: 2px solid #175873;
  border-bottom: 2px solid #175873;
  width: 6px;
  height: 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 3px;
  top: 11px;
}

.flowBox .flowBox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-left: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 980px) {
  .flowBox .flowBox__item {
    display: block;
    padding-left: 65px;
  }
}
.flowBox .flowBox__item::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  border-left: 1px solid #175873;
  left: 30px;
  top: 0;
}
.flowBox .flowBox__item:last-child {
  padding-bottom: 30px;
}
.flowBox .flowBox__item + .flowBox__item {
  padding-top: 30px;
}

.flowBox__num {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 5px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-family: "Lora", serif;
  border: 1px solid #175873;
  color: #175873;
  background-color: #fff;
}

.flowBox__dsc {
  width: calc(2/3 * 100%);
}
@media only screen and (max-width: 980px) {
  .flowBox__dsc {
    font-size: 1.4rem;
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .flowBox__item + .flowBox__item .flowBox__dsc {
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }
}
.flowBox__img {
  width: calc(1/3 * 100%);
  padding-left: 30px;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .flowBox__img {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

.flowBox__ttl {
  font-size: 2.6rem;
  color: #175873;
}
@media only screen and (max-width: 980px) {
  .flowBox__ttl {
    font-size: 1.6rem;
  }
}

.flowBox2 li + li {
  padding-top: 30px;
}

.flowBox2__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (max-width: 980px) {
  .flowBox2__item {
    display: block;
  }
}

.flowBox2__item:last-child {
  padding-bottom: 30px;
}

@media only screen and (max-width: 980px) {
  .flowBox2__item--noflex {
    margin-top: 30px;
    border-top: 1px solid #ccc;
  }
}
.flowBox2__dsc {
  width: calc(1.8/3 * 100%);
}
@media only screen and (max-width: 980px) {
  .flowBox2__dsc {
    font-size: 1.4rem;
    width: 100%;
  }
}

@media only screen and (max-width: 980px) {
  .flowBox2__item + .flowBox2__item .flowBox2__dsc {
    padding-top: 20px;
    border-top: 1px solid #ccc;
  }
}
.flowBox2__img {
  width: calc(1.2/3 * 100%);
  padding-left: 30px;
  text-align: center;
}
@media only screen and (max-width: 980px) {
  .flowBox2__img {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
}

.flowBox2__ttl {
  font-size: 2.6rem;
  color: #175873;
  text-indent: -1.8em;
  padding-left: 1.8em;
}
@media only screen and (max-width: 980px) {
  .flowBox2__ttl {
    font-size: 1.6rem;
  }
}

.flowBox2__num {
  border-radius: 50%;
  width: 1.4em;
  height: 1.4em;
  font-weight: 700;
  font-family: "Lora", serif;
  color: #fff;
  background-color: #175873;
  display: inline-block;
  text-align: center;
  line-height: 1.4em;
  text-indent: 0;
}

.flowBox3 {
  margin-top: 50px;
}

.flowBox3__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media only screen and (max-width: 980px) {
  .flowBox3__item {
    display: block;
  }
}

.flowBox3__item + .flowBox3__item {
  margin-top: 80px;
  padding-top: 100px;
}
@media only screen and (max-width: 980px) {
  .flowBox3__item + .flowBox3__item {
    margin-top: 40px;
    padding-top: 50px;
  }
}
.flowBox3__item + .flowBox3__item::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #e8eef0;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.flowBox3__txt {
  width: 44%;
}
@media only screen and (max-width: 980px) {
  .flowBox3__txt {
    width: 100%;
    margin-bottom: 10px;
  }
}

.flowBox3__img {
  width: 54%;
}
@media only screen and (max-width: 980px) {
  .flowBox3__img {
    width: 100%;
  }
}

.page_link {
  border-bottom: 1px solid #175873;
  padding-bottom: 3px;
}

.link_blank {
  display: block;
  background-color: #e8eef0;
  padding: 10px 20px;
}
.link_blank span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link_blank span::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  margin-left: 10px;
}
@media only screen and (max-width: 980px) {
  .link_blank span::after {
    width: 22px;
  }
}
.link_blank:hover span::after {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

.link_blank--line {
  display: block;
  border: 1px solid #175873;
  padding: 10px 20px;
  background-color: #fff;
}
.link_blank--line span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link_blank--line span::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  margin-left: 10px;
}
@media only screen and (max-width: 980px) {
  .link_blank--line span::after {
    width: 22px;
  }
}
.link_blank--line:hover span::after {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

.link_txt {
  display: block;
}
.link_txt span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link_txt span::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  margin-left: 10px;
}
@media only screen and (max-width: 980px) {
  .link_txt span::after {
    width: 22px;
  }
}
.link_txt:hover span::after {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

.btn_default {
  display: block;
  background-color: #e8eef0;
  border: 1px solid #175873;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  letter-spacing: calc(75em/1000);
}
.btn_default span {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn_default span::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 3px;
  background-image: url(../img/common/arrow.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
}
@media only screen and (max-width: 980px) {
  .btn_default span::after {
    width: 22px;
  }
}
.btn_default:hover span::after {
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}

.box_Lblue .btn_default {
  background-color: #fff;
}

textarea {
  font-size: 16px !important;
  width: 100%;
}

input[type=text],
input[type=tel],
input[type=email] {
  font-size: 16px !important;
  width: 100%;
  min-height: 40px;
  line-height: 40px;
}

.must {
  background-color: #cc0066;
  color: #fff;
  font-size: 12px;
  padding: 3.5px 5px;
  margin-right: 5px;
}

table .fbox_1_1 input {
  width: 49%;
}

.form_btn {
  display: block;
  border: 1px solid #175873;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 400px;
  height: 50px;
  line-height: 48px;
  text-align: center;
  letter-spacing: calc(75em/1000);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.form_btn:hover {
  opacity: 0.7;
}

.form_btn--blue {
  background-color: #175873;
  color: #fff;
}

.form_btn--gray {
  background-color: #f5f5f5;
}

.num {
  width: 1.6em;
  height: 1.6em;
  text-align: center;
  line-height: 1.6em;
  color: #175873;
  border: #175873 solid 1px;
  display: inline-block;
  margin-right: 10px;
}