@charset "UTF-8";
/* Scss Document */
/*---------mixin設定-------------*/
/*ブレイクポイント*/
/*-------------------------------

 //共通パーツ

-------------------------------*/
@font-face {
  font-family: 'LINESeedJP';
  src: url("../font/LINESeedJP_OTF_Rg.woff") format("truetype");
  font-style: normal; }
@font-face {
  font-family: 'LINESeedJP';
  src: url(" ../font/LINESeedJP_OTF_Bd.woff") format("truetype");
  font-weight: bold;
  font-style: normal; }
@media (min-width: 769px) {
  .pc_none {
    display: none; } }
@media (max-width: 768px) {
  .sp_none {
    display: none; } }
.mt10 {
  margin-top: 10px !important; }

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

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

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

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

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

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

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

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

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

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

.mb100 {
  margin-bottom: 100px !important; }

.w100 {
  width: 100% !important; }

.w90 {
  width: 90% !important; }

.w70 {
  width: 70% !important; }

.w48 {
  width: 48% !important; }

.w20 {
  width: 20% !important; }

.w75 {
  width: 75% !important; }

.sp-auto {
  margin: 0 auto !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.tac {
  text-align: center; }

.fw500 {
  font-weight: 500 !important; }

.fw600 {
  font-weight: 600 !important; }

.fw700 {
  font-weight: 700 !important; }

.lh18 {
  line-height: 1.8 !important; }

.txt-justify {
  text-align: justify; }

.inner {
  width: 90%;
  margin: 0 auto; }

@media (min-width: 1024px) {
  .pc-mb0 {
    margin-bottom: 0px !important; }

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

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

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

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

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

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

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

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

  .pc-mb90 {
    margin-bottom: 90px !important; }

  .pc-mb100 {
    margin-bottom: 100px !important; }

  .auto {
    margin: 0 auto !important; }

  .pc-tal {
    text-align: left; }

  .pc-tac {
    text-align: center; }

  .inner {
    max-width: 1300px;
    margin: 0 auto; } }
.txt_color {
  color: #003F90; }

.txt_marker {
  background: linear-gradient(transparent 60%, #FFF362 60%); }

sup {
  font-size: 50%; }

.cap {
  color: #a2a2a2;
  font-size: 10px;
  display: block; }
  .cap.bold {
    font-weight: 600;
    font-size: 13px; }

.ft_line {
  font-family: 'LINESeedJP'; }

.sec_ttl {
  font-size: 6.4vw;
  line-height: 1.4; }
  .sec_ttl.white {
    color: #fff; }

.ttl_en {
  font-size: 3vw;
  margin-top: 5px; }
  .ttl_en.white {
    color: #fff; }

.cv_btn {
  transition: 0.2s;
  display: block; }

.cv_btn:hover {
  transform: scale(1.1); }

@media (min-width: 769px) {
  .cap {
    font-size: 10px; }

  .sec_ttl {
    font-size: 44px; }

  .ttl_en {
    font-size: 18px; }

  .cv_btn {
    max-width: 480px;
    margin: 0 auto; } }
/*-------------------------------

 //header
-------------------------------*/
.header {
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px 5px; }

.header .header-box {
  width: 100%;
  align-items: center;
  display: flex;
  justify-content: space-between; }

.header .header-left {
  padding: 0 12px;
  display: flex;
  align-items: center; }

.header .header-left .logo {
  width: 100%;
  max-width: 130px; }

.header .header-left .logo a {
  transition: 0.2s;
  display: block; }

.header .header-left .logo a:hover {
  transform: scale(0.9); }

.header .header-left .logo-txt p {
  font-size: 12px;
  line-height: 1.4; }

.header .header-left .logo-brand {
  width: 400px;
  height: 63px;
  position: absolute;
  top: 0;
  right: 330px;
  align-items: center;
  display: flex;
  justify-content: space-between;
  font-size: 11px; }

.header .header-left .logo-brand .logo_realta img {
  width: 120px; }

.header .header-tel {
  padding-right: 12px; }

.header .header-tel a {
  display: flex;
  justify-content: center;
  color: #373582;
  font-size: 30px;
  line-height: 1.1;
  white-space: nowrap;
  align-items: center;
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 700;
  transition: 0.2s; }

.header .header-tel a svg {
  width: 35px;
  height: 20px;
  margin-right: 12px; }

.header .header-tel a:hover {
  opacity: 0.7; }

.header .header-tel .txt {
  font-size: 12px; }

@media (min-width: 768px) {
  .header .header-box {
    position: relative; }

  .header .header-left .logo {
    padding-top: 20px; }

  .header .header-left .logo-txt {
    position: absolute;
    top: 0;
    left: 10px;
    margin-left: 0; } }
@media (max-width: 890px) {
  .header .header-tel a {
    font-size: 26px; }

  .header .header-tel .txt {
    font-size: 12px; } }
@media (max-width: 767px) {
  .header {
    padding: 5px 10px; }

  .header .header-left .logo {
    width: 100%;
    max-width: 100px; }

  .header .header-left .logo-brand {
    display: none; }

  .header .header-left .logo-brand img {
    max-width: 40px; }

  .header .header-left .logo-txt p {
    font-size: 12px !important; }

  .header .header-tel {
    padding-right: 0px; }

  .header .header-tel a {
    font-size: 22px; }

  .header .header-tel a svg {
    width: 25px;
    height: 25px;
    margin-right: 7px; }

  .header .header-tel .txt {
    font-size: 9px;
    white-space: nowrap; } }
@media (max-width: 550px) {
  .header .header-left .logo-txt {
    display: none;
    margin-left: 0px; } }
/*----------------------------------

   // sec_fv

-----------------------------------*/
.sec_fv {
  background: url("../../common/images/shindan_fv_bg_sp.png") no-repeat;
  background-size: 100%;
  background-position: center top;
  padding: 46vw 0 0; }
  .sec_fv .cap {
    font-size: 8px;
    line-height: 1.2;
    display: block;
    margin: 10px 0; }
  .sec_fv .fv_cv {
    background: #003F90;
    padding: 15px 20px 5px;
    box-sizing: border-box; }
    .sec_fv .fv_cv .cp {
      position: relative;
      z-index: 99;
      top: -10px;
      max-width: 90%;
      margin: 0 auto; }

	.sec_fv .fv_cv .cap {
		color: #7290b6;
}

@media (min-width: 769px) {
  .sec_fv {
    background: none;
    padding: 0; }
    .sec_fv .inner {
      background: url("../../common/images/shindan_fv_bg.png") no-repeat;
      background-size: contain;
      background-position: right bottom;
      max-width: 1300px;
      padding: 50px 0 35px 40px;
      box-sizing: border-box;
      width: 100%; }
    .sec_fv .fv_ttl {
      max-width: 680px;
      width: 53vw; }
    .sec_fv .cap {
      font-size: 10px;
      margin: 15px 0 0; }
    .sec_fv .fv_cv {
      padding: 15px 20px 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-flow: row wrap; }
      .sec_fv .fv_cv .cv_btn {
        max-width: 430px;
        margin: 0 5px 0 0; }
      .sec_fv .fv_cv .cp {
        top: auto;
        max-width: 420px;
        margin: 0; }
	
	.sec_fv .fv_cv .cap {
		margin: 5px 0 0;
		color: #7290b6;
		
	}

}
/*----------------------------------

   // sec_support

-----------------------------------*/
.sec_support {
  padding: 40px 0 15px;
  position: relative;
  background: url("../images/type_bg_sp.png") no-repeat;
  background-size: 100%;
  background-position: center top 9vw; }
  .sec_support::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 60px 50vw 0 50vw;
    border-color: #F2F7FD transparent transparent transparent;
    position: absolute;
    top: 99.9%;
    left: 0;
    right: 0; }
  .sec_support .sub_ttl {
    font-size: 4.6vw; }
    .sec_support .sub_ttl span {
      position: relative;
      padding: 0 15px; }
      .sec_support .sub_ttl span::before {
        position: absolute;
        left: 0;
        top: 0;
        content: "";
        width: 2px;
        height: 80%;
        background: #000;
        border-radius: 3px;
        transform: rotate(-25deg); }
      .sec_support .sub_ttl span::after {
        position: absolute;
        content: "";
        right: 0;
        top: 0;
        width: 2px;
        height: 80%;
        background: #000;
        border-radius: 3px;
        transform: rotate(25deg); }
  .sec_support .type_box {
    background: #FFF8A0;
    border: 2px solid #003F90;
    padding: 20px 0 15px;
    box-sizing: border-box;
    position: relative;
    margin-top: 20px; }
    .sec_support .type_box::before {
      content: "";
      display: block;
      background: url("../images/support_obj01.png") no-repeat;
      background-size: contain;
      width: 65px;
      height: 40px;
      position: absolute;
      right: -10px;
      top: -20px; }
    .sec_support .type_box::after {
      content: "";
      display: block;
      background: url("../images/support_obj02.png") no-repeat;
      background-size: contain;
      width: 65px;
      height: 40px;
      position: absolute;
      left: 10px;
      top: -25px; }
    .sec_support .type_box p {
      font-size: 5vw;
      line-height: 1.4; }

@media (min-width: 769px) {
  .sec_support {
    padding: 80px 0 40px;
    background: url("../images/type_bg.png") no-repeat;
    background-size: 100%;
    background-position: center top 260px; }
    .sec_support .sub_ttl {
      font-size: 24px; }
      .sec_support .sub_ttl span {
        padding: 0 15px 0 20px; }
    .sec_support .type_img {
      max-width: 930px;
      margin: 0 auto; }
    .sec_support .type_box {
      max-width: 930px;
      margin: 0 auto;
      padding: 25px 0 15px; }
      .sec_support .type_box::before {
        width: 95px;
        height: 65px;
        right: 40px;
        top: -20px; }
      .sec_support .type_box::after {
        width: 95px;
        height: 65px;
        left: 40px;
        top: -10px; }
      .sec_support .type_box p {
        font-size: 32px; }
    .sec_support .cap {
      max-width: 930px;
      margin: 10px auto 0; } }
/*----------------------------------

   // sec_type

-----------------------------------*/
.sec_type {
  background: #003F90 url("../images/type_bg_txt_sp.png") no-repeat;
  background-size: 18%;
  background-position: right top 100px;
  padding: 100px 0 50px; }

@media (min-width: 769px) {
  .sec_type {
    background: #003F90 url("../images/type_bg_txt.png") no-repeat;
    background-size: 105%;
    background-position: center bottom 230px;
    padding: 140px 0 70px; }
    .sec_type .type_list {
      display: flex;
      justify-content: space-between;
      flex-flow: nowrap;
      max-width: 1200px;
      margin: 0 auto; }
      .sec_type .type_list li {
        width: 32%; }
        .sec_type .type_list li:nth-of-type(2) {
          padding-top: 30px; } }
/*----------------------------------

   // sec_flow

-----------------------------------*/
.sec_flow {
  background: url("../images/flow_bg_sp.jpg") no-repeat;
  background-size: cover;
  background-position: center bottom;
  padding: 30px 0 40px; }
  .sec_flow .inner {
    background: #fff;
    padding: 40px 20px 20px;
    box-sizing: border-box;
    box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
    border-radius: 5px; }
  .sec_flow .flow_list li {
    position: relative;
    padding: 25px 10px 40px;
    box-sizing: border-box;
    background: url("../images/flow_arrow_sp.png") no-repeat;
    background-size: 100%;
    background-position: center bottom; }
    .sec_flow .flow_list li:last-child {
      background: none; }
    .sec_flow .flow_list li .num {
      position: absolute;
      right: 0;
      top: 30px;
      width: 40px; }
    .sec_flow .flow_list li figure {
      width: 60%;
      margin: 0 auto 15px; }
    .sec_flow .flow_list li .ttl {
      font-size: 5vw;
      margin-bottom: 10px; }
    .sec_flow .flow_list li .txt {
      font-size: 15px; }
    .sec_flow .flow_list li .cap {
      margin-top: 5px; }
  .sec_flow .cv_btn {
    max-width: 90%;
    margin: 30px auto 0; }

@media (min-width: 769px) {
  .sec_flow {
    background: url("../images/flow_bg.jpg") no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 60px 0 60px; }
    .sec_flow .inner {
      padding: 60px 50px 40px; }
    .sec_flow .flow_list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      margin-bottom: 40px; }
      .sec_flow .flow_list li {
        position: relative;
        padding: 50px 60px 0 30px;
        box-sizing: border-box;
        background: url("../images/flow_arrow.png") no-repeat;
        background-size: contain;
        background-position: right top; }
        .sec_flow .flow_list li .num {
          position: absolute;
          right: 0;
          top: 0;
          left: 0;
          margin: auto;
          width: 40px; }
        .sec_flow .flow_list li figure {
          width: 60%;
          margin: 0 auto 15px; }
        .sec_flow .flow_list li .ttl {
          font-size: 22px; }
        .sec_flow .flow_list li .txt {
          font-size: 16px; }
    .sec_flow .cp_bnr {
      max-width: 900px;
      margin: 0 auto; }
    .sec_flow .cv_btn {
      max-width: 480px;
      margin: 30px auto 0; } }
/*----------------------------------

   // sec_voice

-----------------------------------*/
.sec_voice {
  padding: 90px 0 60px;
  background: #F7F7F7 url("../images/voice_bg.png") no-repeat;
  background-size: 100%;
  background-position: center top 10px; }

.sec_voice .voice_list {
  background: #fff;
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.05);
  padding: 50px;
  box-sizing: border-box;
  border-radius: 4px; }

.sec_voice .voice_list li {
  margin-bottom: 20px;
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between; }

.sec_voice .voice_list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0; }

.sec_voice .voice_list li .wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #EDF2F8;
  border-radius: 4px;
  width: 30%;
  text-align: center; }

.sec_voice .voice_list li figure .icon {
  max-width: 80px;
  margin: 0 auto; }

.sec_voice .voice_list li figure .cap {
  color: #003F90;
  font-size: 18px;
  margin-top: 20px;
  font-weight: 600; }

.sec_voice .voice_list li .txt_area {
  width: 67%;
  padding: 30px 0; }

.sec_voice .voice_list li .ttl {
  color: #003F90;
  font-weight: 600;
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 20px; }

.sec_voice .voice_list li .txt {
  line-height: 1.5;
  box-sizing: border-box; }

@media (max-width: 767px) {
  .sec_voice {
    padding: 60px 0 30px;
    background: #F7F7F7 url("../images/voice_bg_sp.png") no-repeat;
    background-size: 100%;
    background-position: center top 20px; }

  .sec_voice .voice_list {
    padding: 20px; }

  .sec_voice .voice_list li {
    display: block; }

  .sec_voice .voice_list li .wrap {
    width: 100%;
    display: block; }

  .sec_voice .voice_list li figure {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
    padding: 13px 15px;
    box-sizing: border-box; }

  .sec_voice .voice_list li figure .icon {
    max-width: 17%;
    margin: 0 15px 0 0; }

  .sec_voice .voice_list li figure .cap {
    font-size: 15px;
    line-height: 1.3;
    margin-top: 0;
    width: 80%; }

  .sec_voice .voice_list li .txt_area {
    width: 100%;
    padding: 0; }

  .sec_voice .voice_list li .ttl {
    font-size: 4.8vw;
    margin-bottom: 15px; }

  .sec_voice .voice_list li .txt {
    font-size: 14px;
    padding-right: 0; } }
/*----------------------------------

   // sec_reason

-----------------------------------*/
.sec_reason {
  padding: 50px 0 40px;
  background: #fff; }
  .sec_reason .reason_list li {
    margin-bottom: 5px; }

@media (min-width: 769px) {
  .sec_reason {
    padding: 90px 0 70px; }
    .sec_reason .reason_list {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      column-gap: 15px; }
      .sec_reason .reason_list li {
        margin-bottom: 0; } }
/*----------------------------------

   // medal

-----------------------------------*/
.medal {
  position: relative; }
  .medal .cv_btn {
    position: absolute;
    right: 0;
    left: 0;
    bottom: 35px;
    margin: auto;
    width: 90%; }

@media (min-width: 769px) {
  .medal {
    /*min-width: 1100px;*/
	  background: #fff;
        padding-bottom: 60px;
    margin: 0 auto; }
	.medal figure {
		max-width: 1150px;
		margin: 0 auto;
	}
	
    .medal .cv_btn {
      bottom: 100px; } }
/*----------------------------------

   // sec_conditions

-----------------------------------*/
.sec_conditions {
  background: #c1e0fa;
  padding: 40px 0; }

.sec_conditions .inner {
  background: #fff;
  max-width: 1150px;
  margin: 0 auto;
  padding: 45px 60px;
  box-sizing: border-box; }

.sec_conditions .hd_txt {
  text-align: center;
  font-size: 18px;
  margin: 30px 0; }

.sec_conditions .conditions_box {
  border: 2px solid #eaeaea;
  background: #f8f8f8;
  padding: 40px;
  box-sizing: border-box; }

.sec_conditions .conditions_box .lead_txt {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 30px; }

.sec_conditions .conditions_box .conditions_list {
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eaeaea; }

.sec_conditions .conditions_box .conditions_list dt {
  color: #ed5003;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px; }

.sec_conditions .conditions_box .conditions_list dd ol li {
  font-size: 16px;
  margin-bottom: 35px; }

.sec_conditions .conditions_box .conditions_list dd ol li:last-child {
  margin-bottom: 0; }

.sec_conditions .conditions_box .conditions_list dd ol li span {
  font-weight: 700;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 10px; }

.sec_conditions .conditions_box .conditions_list dd ul li {
  font-size: 16px;
  margin-bottom: 10px; }

@media (max-width: 768px) {
  .sec_conditions {
    padding: 20px 0; }

  .sec_conditions .inner {
    width: 90%;
    padding: 20px 10px 10px; }

  .sec_conditions .sec_ttl {
    font-size: 6vw; }

  .sec_conditions .sec_ttl span::before {
    margin-left: 0;
    left: 50%; }

  .sec_conditions .sec_ttl span::after {
    margin-left: 0;
    left: 49.5%; }

  .sec_conditions .hd_txt {
    font-size: 16px;
    margin: 20px 0; }

  .sec_conditions .conditions_box {
    padding: 20px; }

  .sec_conditions .conditions_box .lead_txt {
    font-size: 16px;
    margin-bottom: 30px; }

  .sec_conditions .conditions_box .conditions_list dt {
    font-size: 16px;
    margin-bottom: 10px; }

  .sec_conditions .conditions_box .conditions_list dd ol li {
    font-size: 14px;
    margin-bottom: 30px; }

  .sec_conditions .conditions_box .conditions_list dd ol li span {
    font-size: 16px; }

  .sec_conditions .conditions_box .conditions_list dd ul li {
    font-size: 14px; } }

.conditions_list small {
	font-size: 12px;
}
/*----------------------------------

   // footer

-----------------------------------*/
.footer {
  background: #333333;
  padding: 20px 0; }
  .footer .copyright {
    text-align: center;
    color: #fff;
    font-size: 2.5vw; }

@media (min-width: 769px) {
  .footer .copyright {
    font-size: 12px; } }

.footer-copyright {
  text-align: center;
  font-size: 12px;
}

.footer-copyright li {
  margin: 0 5px 15px;
  display: inline-block;
}

.footer-copyright a {
    color: #fff;
}




