@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* 1280 */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
main section {
  padding-left: 0;
  padding-right: 0;
}

.area_content .bg_content {
  padding: 100px 8.0vw;
}
@media all and (max-width: 896px) {
  .area_content .bg_content {
    padding: 60px 8.0vw;
  }
}
.area_content .bg_content:nth-child(odd) {
  background: #EEF2F9;
}
.area_content .bg_content.no_bg {
  background: none;
}

.area_about {
  padding-left: 8.0vw;
  padding-right: 8.0vw;
}

.area_feature {
  padding-bottom: 0;
}
.area_feature .box_feature {
  max-width: 1280px;
  margin: 0 auto;
}
.area_feature .box_feature .no {
  font-size: 1.4rem;
  font-family: 'Roboto', sans-serif;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}
.area_feature .box_feature .no span {
  display: block;
  font-size: 3.0rem;
  font-weight: bold;
  margin-top: 5px;
}
.area_feature .box_feature .page_link {
  display: flex;
  flex-wrap: wrap;
  margin: 40px -20px;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .page_link {
    margin: 40px 0;
  }
}
.area_feature .box_feature .page_link li {
  width: 33.33333%;
  padding: 0 20px;
  list-style: none;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .page_link li {
    width: 100%;
    padding: 0;
    margin-top: 10px;
  }
}
.area_feature .box_feature .page_link li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  width: 100%;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .page_link li a {
    padding: 15px;
  }
}
.area_feature .box_feature .page_link li a dl {
  display: flex;
  align-items: center;
}
.area_feature .box_feature .page_link li a dl dt.no {
  color: #92AFC3;
}
.area_feature .box_feature .page_link li a dl dd.txt {
  width: 100%;
  padding-right: 20px;
  box-sizing: border-box;
  font-size: 2.0rem;
  text-align: center;
  color: #3C3C3C;
  line-height: 1.5em;
  flex-grow: 1;
}
.area_feature .box_feature .page_link li a dl dd.txt span {
  font-size: 1.4rem;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .page_link li a dl dd.txt {
    font-size: 1.4rem;
    padding-right: 5px;
    text-align: left;
  }
}
.area_feature .box_feature .page_link li a dl dd .arrow_reserv {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.5px 0 12.5px 11px;
  border-color: transparent transparent transparent #92afc3;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .page_link li a dl dd .arrow_reserv {
    border-width: 11px 12.5px 0 12.5px;
    border-color: #92afc3 transparent transparent transparent;
  }
}
.area_feature .box_feature .block_feature {
  margin-top: 60px;
  margin-bottom: 60px;
}
.area_feature .box_feature .block_feature:last-child {
  margin-bottom: 0;
}
.area_feature .box_feature .block_feature .box_title {
  background: #92AFC3;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .box_title {
    justify-content: flex-start;
  }
}
.area_feature .box_feature .block_feature .box_title .no {
  line-height: 1.7em;
}
.area_feature .box_feature .block_feature .box_title h4 {
  font-size: 2.8rem;
  color: #fff;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .box_title h4 {
    font-size: 1.8rem;
  }
}
.area_feature .box_feature .block_feature .box_title h4 span {
  font-size: 1.6rem;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .box_title h4 span {
    font-size: 1.4rem;
  }
}
.area_feature .box_feature .block_feature .inner_feature {
  background: #fff;
  padding: 60px 5.0vw 100px;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .inner_feature {
    padding: 4.0vh 5.0vw;
  }
}
.area_feature .box_feature .block_feature .inner_feature.box_flex {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .inner_feature.box_flex {
    flex-direction: column;
  }
}
.area_feature .box_feature .block_feature .inner_feature.box_flex .img {
  max-width: 260px;
  padding-right: 40px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .inner_feature.box_flex .img {
    padding-right: 0;
    max-width: 110px;
    margin: 0 auto;
  }
}
.area_feature .box_feature .block_feature .inner_feature.box_flex .img img {
  width: 100%;
  max-width: none;
}
.area_feature .box_feature .block_feature .inner_feature.box_flex .medium_txt {
  margin-top: 0 !important;
  text-align: left !important;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .inner_feature.box_flex .medium_txt {
    margin-top: 40px !important;
  }
}
.area_feature .box_feature .block_feature .inner_feature .block_data {
  display: flex;
  margin: 40px -40px 0;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .inner_feature .block_data {
    flex-direction: column;
    margin: 20px 0 0;
  }
}
.area_feature .box_feature .block_feature .inner_feature .block_data.col3 li {
  width: 33.33333%;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .inner_feature .block_data.col3 li {
    width: 100%;
  }
}
.area_feature .box_feature .block_feature .inner_feature .block_data li {
  width: 25%;
  padding-left: 40px;
  padding-right: 40px;
  box-sizing: border-box;
  border-right: 1px dotted #464646;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .inner_feature .block_data li {
    width: 100%;
    border-right: none;
    border-bottom: 1px dotted #464646;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .area_feature .box_feature .block_feature .inner_feature .block_data li:first-child {
    padding-top: 0;
  }
  .area_feature .box_feature .block_feature .inner_feature .block_data li:last-child {
    padding-bottom: 0;
  }
}
.area_feature .box_feature .block_feature .inner_feature .block_data li .img {
  height: 150px;
  width: 100%;
  text-align: center;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .inner_feature .block_data li .img {
    width: 60%;
    margin: 0 auto;
  }
}
.area_feature .box_feature .block_feature .inner_feature .block_data li .img img {
  height: 100%;
}
.area_feature .box_feature .block_feature .inner_feature .block_data li p {
  text-align: center;
  margin-top: 20px;
  font-size: 2.0rem;
}
.area_feature .box_feature .block_feature .inner_feature .block_data li p span {
  display: block;
  margin-top: 10px;
  font-size: 1.6rem;
}
.area_feature .box_feature .block_feature .inner_feature .block_data li.point_last {
  width: 50%;
  padding-left: 0;
  display: flex;
  align-items: center;
  border-right: none;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .inner_feature .block_data li.point_last {
    width: 100%;
    flex-direction: column;
    border-bottom: none;
  }
}
.area_feature .box_feature .block_feature .inner_feature .block_data li.point_last .img_arrow {
  width: 40%;
  padding-right: 40px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .inner_feature .block_data li.point_last .img_arrow {
    padding-right: 0;
  }
}
.area_feature .box_feature .block_feature .inner_feature .block_data li.point_last .img_arrow img {
  width: 100%;
  max-width: none;
}
.area_feature .box_feature .block_feature .inner_feature .block_data li.point_last .txt {
  width: 60%;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .inner_feature .block_data li.point_last .txt {
    width: 100%;
  }
}
.area_feature .box_feature .block_feature .inner_feature .ico_arrow {
  max-width: 130px;
  margin: 20px auto;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .inner_feature .ico_arrow {
    max-width: 90px;
  }
}
.area_feature .box_feature .block_feature .inner_feature .note {
  margin-top: 5px;
  text-align: center;
  font-size: 1.4rem;
}
.area_feature .box_feature .block_feature .inner_feature h5 {
  font-size: 2.0rem;
  text-align: center;
  margin-top: 40px;
}
.area_feature .box_feature .block_feature .inner_feature figure {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .inner_feature .medium_txt {
    text-align: left;
  }
}
.area_feature .box_feature .block_feature .inner_feature .medium_txt:last-child {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .area_feature .box_feature .block_feature .inner_feature .medium_txt:last-child {
    text-align: center;
  }
}

.area_money {
  margin-top: 0;
  padding: 0;
}
.area_money .bg_content {
  padding-bottom: 40px;
}
@media all and (max-width: 896px) {
  .area_money .bg_content {
    padding-bottom: 20px;
  }
}
.area_money .box_money {
  max-width: 1280px;
  margin: 60px auto 0;
}
.area_money .box_money dl {
  display: flex;
  justify-content: center;
}
@media all and (max-width: 896px) {
  .area_money .box_money dl {
    flex-direction: column;
    align-items: center;
  }
}
.area_money .box_money dl dt {
  margin-right: 20px;
  font-size: 2.0rem;
}
.area_money .box_money dl dd {
  font-size: 3.4rem;
}
@media all and (max-width: 896px) {
  .area_money .box_money dl dd {
    margin-top: 20px;
  }
}
.area_money .box_money dl dd span {
  font-size: 2.0rem;
}
.area_money .box_money .box_flex {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .area_money .box_money .box_flex {
    flex-direction: column;
  }
}
.area_money .box_money .box_flex .note {
  margin: 0 5px;
}
.area_money .box_money .txt_money {
  margin-top: 50px;
}

.area_flow {
  margin-top: 0;
  margin-bottom: 100px;
  padding: 0;
}
@media all and (max-width: 896px) {
  .area_flow {
    margin-bottom: 60px;
  }
}
.area_flow .box_flow {
  max-width: 1280px;
  margin: 60px auto 0;
}
.area_flow .box_flow figure {
  margin-bottom: 60px;
}

.area_cv {
  margin-bottom: 100px;
}
.area_cv .mail p a {
  font-size: 2rem;
  color: #0D4E7A;
}
@media all and (max-width: 480px) {
  .area_cv .mail p a {
    font-size: 1.5rem;
  }
}
