@charset "UTF-8";

section.fv {
  min-height: 100vh;
  padding: 200px 0;
  width: 100%;
  background-color: #002d47;
  background-image: url(../img/home/fv_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  display: -webkit-flex;
  -webkit-flex-direction: column;
  -webkit-justify-content: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pc_disp {
  display: block;
}

.sp_disp {
  display: none;
}

.fv_inner {
  width: 1100px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.fv_sub {
  display: flex;
  align-items: start;
}

.fv_sub h2 {
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  font-size: 3.1rem;
  margin-right: 50px;
  font-family: serif;
}

.fv_cap {
  color: #fff;
  line-height: 34px;
}

a.jump_link {
  color: #fff;
  padding: 24px;
  display: block;
  text-align: center;
  background: #beac8a;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

a.jump_link:hover {
  background: #fff;
  color: #002d47;
}

a.jump_link:hover i {
  color: #002d47;
}

.fv_main h1 {
  display: block;
  font-size: 7rem;
  color: #fff;
  line-height: 80px;
  font-family: "Prata", serif;
}

.fv_main h1 span.fv_jp {
  display: block;
  color: #fff;
  line-height: 60px;
  font-family: "Sawarabi Mincho", serif;
}

.fv_main h1 span.gold {
  font-size: 7rem;
  color: #beac8a;
  font-family: "Prata", serif;
}

.fv_main p {
  color: #fff;
  font-size: 2rem;
  line-height: 40px;
}

section.intro {
  padding: 150px 0;
  background-image: url(../img/home/white_bg.png);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: left bottom;
}
.intro h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 80px;
}

.intro h2 span {
  color: #002d47;
  font-size: 2.5rem;
}

.intro_image {
  width: 50%;
  height: 100px;
}

.intro_inner {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}
.intro_cap {
  width: 60%;
  padding: 100px;
  background: #fff;
  margin: 70px 0;
}
.forexample li {
  padding-left: 20px;
  border-left: 1px solid #002d47;
  margin: 20px 0;
  color: #002d47;
  font-size: 1.8rem;
}

ul.forexample {
  margin: 30px 0;
}

.intro_cap p {
  line-height: 32px;
}

section.merit {
  padding: 0 0 150px 0;
  background-image: url(../img/home/white_bg2.png);
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: right bottom -30%;
}

.merit h2 {
  text-align: center;
  margin-bottom: 40px;
  font-size: 2.5rem;
}

.merit p {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 80px;
}

ul.merit_point {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}

.merit_point li {
  width: 30%;
}

.merit_point li:nth-child(2) {
  margin: 0 6%;
}

.merit_point h3 {
  text-align: center;
  font-size: 1.8rem;
  line-height: 35px;
  color: #002d47;
  margin-bottom: 20px;
}

.merit_point p {
  text-align: left;
  line-height: 26px;
  font-size: 1.25rem;
}
.merit1 {
  background-image: url(../img/home/01.png);
  background-repeat: no-repeat;
  background-size: 44%;
  background-position: left top;
}
.merit2 {
  background-image: url(../img/home/02.png);
  background-repeat: no-repeat;
  background-size: 44%;
  background-position: left top;
}
.merit3 {
  background-image: url(../img/home/03.png);
  background-repeat: no-repeat;
  background-size: 44%;
  background-position: left top;
}
section.adviser {
  padding: 150px 0 80px;
  background: #fff;
}

.adviser h2 {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.adviser p {
  margin-bottom: 80px;
  text-align: center;
  font-size: 1.5rem;
}

.adviser ul {
  max-width: 1100px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
}

.adviser ul li {
  width: 47.5%;
  margin-bottom: 4%;
  display: flex;
  background: #002d47;
}

.adviser ul li:nth-child(odd) {
  margin-right: 4%;
}

.ad_prof {
  width: 61%;
  padding: 30px;
}

.ad_image {
  width: 43%;
  background: #eee;
}

.ad_prof p {
  font-size: 1.1rem;
  line-height: 22px;
  color: #fff;
  margin-bottom: 0;
  text-align: left;
}

.ad_prof h3 {
  color: #fff;
  font-size: 2rem;
  display: block;
  margin-bottom: 15px;
}

.ad_prof h3 span {
  display: block;
  color: #fff;
  font-size: 1.1rem;
  margin-bottom: 6px;
}

section.usersvoice {
  padding: 150px 0 200px;
  position: relative;
  text-align: center;
}

.usersvoice h2 {
  font-size: 2.5rem;
  margin-bottom: 30px;
  color: #002d47;
}

.usersvoice p {
  font-size: 1.5rem;
  margin-bottom: 80px;
  color: #002d47;
}

ul.usersvoice_list {
  max-width: 1100px;
  margin: 0 auto;
}

.usersvoice_icon {
}

.usersvoice h3 {
  display: flex;
  background: #002d47;
  color: #fff;
  padding: 30px 15%;
  align-items: center;
  justify-content: center;
}

.usersvoice h3 span {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}

.usersvoice li {
  background: #fff;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  margin-bottom: 80px;
  position: relative;
}

.number_left {
  position: absolute;
  color: #beac8a;
  top: -43px;
  left: 0;
  font-size: 7rem;
  display: flex;
  align-items: center;
}

.number_right {
  position: absolute;
  color: #beac8a;
  top: -43px;
  right: 0;
  font-size: 7rem;
  display: flex;
  align-items: center;
  flex-flow: row-reverse;
}

.number_left span {
  border-radius: 5px;
  margin-right: 16px;
  margin-bottom: 18px;
  background: #002d47;
  color: #fff;
  padding: 12px 12px;
  font-size: 1.2rem;
}

.number_right span {
  color: #fff;
  margin-left: 12px;
  margin-bottom: 18px;
  background: #002d47;
  font-size: 1.2rem;
  padding: 12px 24px;
  border-radius: 5px;
}

.usersvoice_cap {
  text-align: left;
  display: flex;
  padding: 20px;
  justify-content: space-between;
}

.usersvoice_icon {
  width: 140px;
  margin-right: 30px;
  border: 4px solid #fff;
  border-radius: 100%;
  padding: 25px;
}

.usersvoice_status span {
  font-size: 1.6rem !important;
  font-weight: normal !important;
  color: #002d47 !important;
  background: #fff;
}

.voice_case {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

p.advise {
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 26px;
  width: 64%;
  border: 1px solid #ddd;
  color: #002d47;
  border-radius: 11px;
  margin-left: 1%;
  padding: 40px;
  background: #f5f5f5;
}

.usersvoice_status {
  display: flex;
  margin-top: 15px;
  justify-content: center;
  border-radius: 8px;
  align-items: center;
  padding: 20px;
  flex-wrap: wrap;
  background: rgba(255, 255, 255, 0.1);
}

.usersvoice_status span {
  padding: 7px 20px;
  margin: 0 3px;
  color: #002d47;
  font-size: 1.5rem;
}

.usersvoice_status_title {
  font-weight: bold;
  font-size: 2rem;
  width: 100%;
  margin-bottom: 15px;
  padding-bottom: 8px;
  text-align: center;
  display: block;
  border-bottom: 1px solid #fff;
  color: #fff;
}

.usersvoice_cap h4 {
  font-size: 1.3rem;
  line-height: 26px;
  width: 36%;
  background: #fff;
  padding: 40px;
  border-radius: 9px;
  position: relative;
  color: #002d47;
  border: 1px solid #002d47;
}

.usersvoice_cap h4:before {
  position: absolute;
  width: 0;
  top: 50%;
  z-index: 8;
  margin-top: -15px;
  height: 0;
  right: -15px;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #002d47;
  content: "";
  display: block;
}

.usersvoice_cap h4 span {
  display: block;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  color: #002d47;
  border-bottom: 1px solid #002d47;
  padding-bottom: 15px;
}

.usersvoice_cap p span {
  display: block;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  color: #002d47;
  border-bottom: 1px solid #002d47;
  padding-bottom: 15px;
}

.usersvoice_status_title i {
  margin-right: 10px;
  font-size: 2rem;
  color: #beac8a;
}

.advise span i {
  font-size: 2rem;
  margin-right: 10px;
  color: #002d47;
}

section.flow {
  text-align: center;
  padding: 150px 0;
  background-image: url(../img/home/flow_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.flow h2 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.flow p {
  color: #fff;
  margin-bottom: 80px;
}

ul.flow_list {
  display: flex;
  max-width: 1100px;
  align-items: normal;
  margin: 0 auto;
  justify-content: center;
}

.flow_list li {
  width: 25%;
  padding: 50px 0;
}

.flow_list li:nth-child(1) {
  background: #fff;
  position: relative;
}
.flow_list li:nth-child(1):before {
  position: absolute;
  width: 0;
  top: 50%;
  z-index: 999;
  margin-top: -15px;
  height: 0;
  right: -15px;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #fff;
  content: "";
  display: block;
}
.flow_list li:nth-child(2) {
  background: #497792;
  position: relative;
}
.flow_list li:nth-child(2):before {
  position: absolute;
  width: 0;
  top: 50%;
  z-index: 999;
  margin-top: -15px;
  height: 0;
  right: -15px;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #497792;
  content: "";
  display: block;
}

.flow_list li:nth-child(3) {
  background: #154663;
  position: relative;
}

.flow_list li:nth-child(3):before {
  position: absolute;
  width: 0;
  top: 50%;
  z-index: 999;
  margin-top: -15px;
  height: 0;
  right: -15px;
  border-style: solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #154663;
  content: "";
  display: block;
}
.flow_list li:nth-child(4) {
  background: #002d47;
}

.flow_list li:nth-child(2) h3,
.flow_list li:nth-child(3) h3,
.flow_list li:nth-child(4) h3 {
  color: #fff;
}

.flow_list li h3 {
  line-height: 28px;
  margin-top: 15px;
}

.flow_list li:nth-child(1) span {
  display: block;
  padding: 8px 10px;
  width: 100px;
  margin: 0 auto;
  background: #002d47;
  color: #fff;
  border-radius: 100px;
}

.flow_list li:nth-child(2) span,
.flow_list li:nth-child(3) span,
.flow_list li:nth-child(4) span {
  background: #fff;
  padding: 8px 10px;
  border-radius: 100px;
  width: 100px;
  color: #002d47;
  display: block;
  margin: 0 auto;
}
a.jump_link_blue {
  display: block;
  color: #fff;
  padding: 30px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto;
  background: #beac8a;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}
a.jump_link_blue:hover {
  background: #002d47;
}

.intro_contents {
  background-image: url(../img/home/merit_bg.jpg);
  background-repeat: no-repeat;
  background-size: 60%;
  background-position: center left;
}
img.fv_image {
  width: 356px;
  height: auto;
  margin: 30px 0;
}
.float_banner i {
  margin-bottom: 10px;
}

.jump_link_blue i {
  margin-left: 15px;
  color: #fff;
}

.jump_link i {
  color: #fff;
  margin-left: 20px;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.merit_point li h3 i {
  display: block;
  font-size: 2rem;
  margin-bottom: 20px;
}
.ad_image img {
  width: 100%;
  height: auto;
}
.contact_area {
  width: 1100px;
  margin: 50px auto 0;
  padding: 50px;
  background: rgba(255, 255, 255, 0.2);
}

.contact_area h2 {
  font-size: 2.5rem;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}

.contact_area h2 span {
  color: #beac8a;
  font-size: 2.5rem;
  margin-right: 8px;
}

.contact_area p {
  font-size: 1.5rem;
  margin-bottom: 80px;
}

.contact_area ul {
  display: flex;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}

.contact_area ul li {
  width: 44%;
  padding: 40px;
  margin: 0 2%;
  text-align: center;
  background: #f5f5f5;
}

.contact_area ul li h3 {
  font-size: 1.6rem;
  margin-bottom: 20px;
}

a.tel_link {
  font-size: 2.8rem;
  display: block;
  margin-bottom: 10px;
}

.tel_link i {
  font-size: 2.4rem;
  margin-right: 10px;
}

.contact_area ul li h3:after {
  content: "";
  width: 40px;
  height: 1px;
  background: #000;
  margin: 10px auto 0;
  display: block;
}

a.mail_link {
  display: block;
  padding: 16px;
  background: #002d47;
  font-size: 1.5rem;
  margin-bottom: 10px;
  color: #fff;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

a.mail_link:hover {
  opacity: 0.6;
}

.mail_link i {
  color: #fff;
  margin-left: 20px;
}

.bg_blue {
  background: rgba(0, 45, 71, 0.7) !important;
}

.grad-btn {
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  z-index: 9999;
  display: block;
}
.grad-btn:hover {
  opacity: 0.5;
}

.grad-btn::before {
  content: "続きを読む";
  position: absolute;
  bottom: 140px;
  padding: 20px 50px;
  width: 150px;
  margin-left: -100px;
  left: 50%;
  background: #002d47;
  color: #fff;
  border-radius: 100px;
  z-index: 99;
  transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
}

.grad-item {
  position: relative;
  overflow: hidden;
  height: 2000px; /*隠した状態の高さ*/
}
.grad-item::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  width: 100%;
  height: 130px; /*グラデーションで隠す高さ*/
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #f5f5f5 100%
  );
  background: linear-gradient(
    top,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(255, 255, 255, 0.9) 50%,
    #fff 100%
  );
  content: "";
}
.grad-trigger {
  display: none; /*チェックボックスは常に非表示*/
}
.grad-trigger:checked ~ .grad-btn::before {
  content: "閉じる"; /*チェックされていたら、文言を変更する*/
}
.grad-trigger:checked ~ .grad-item {
  height: auto; /*チェックされていたら、高さを戻す*/
}
.grad-trigger:checked ~ .grad-item::before {
  display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
}

span.marker {
  font-size: 1.3rem !important;
  border-bottom: none !important;
  display: inline !important;
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
  background: linear-gradient(#f5f5f5 65%, #ffd52b 35%);
}

/*---------------------------------------------------------------*\
	$480px
\*---------------------------------------------------------------*/
@media screen and (max-width: 480px) {
  section.fv {
    height: auto;
    min-height: inherit;
    padding: 150px 0 50px;
    width: 100%;
    background-color: #002d47;
    background-image: url(../img/home/fv_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: -webkit-flex;
    -webkit-flex-direction: column;
    -webkit-justify-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .fv_inner {
    width: 100%;
    margin: 0 auto;
    display: block;
    justify-content: space-between;
  }
  .fv_sub {
    display: flex;
    align-items: start;
    width: 90%;
    margin: 80px auto 0;
  }

  .fv_sub h2 {
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 2.5rem;
    margin-right: 27px;
    font-family: serif;
  }

  .fv_cap {
    color: #fff;
    line-height: 24px;
    font-size: 1.2rem;
  }

  a.jump_link {
    color: #fff;
    padding: 16px 0;
    display: block;
    text-align: center;
    font-size: 1.2rem;
  }

  .fv_main h1 {
    display: block;
    font-size: 5rem;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-family: "Prata", serif;
  }

  .fv_main h1 span.fv_jp {
    display: block;
    color: #fff;
    line-height: 60px;
    font-family: "Sawarabi Mincho", serif;
  }

  .fv_main h1 span.gold {
    font-size: 5rem;
    color: #beac8a;
    font-family: "Prata", serif;
  }

  .fv_main p {
    color: #fff;
    font-size: 1.6rem;
    line-height: 30px;
    text-align: center;
  }

  section.intro {
    padding: 50px 0 60px;
    background-image: url(../img/home/white_bg.png);
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: left bottom;
  }
  .intro h2 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 50px;
  }

  .intro h2 span {
    color: #002d47;
    font-size: 1.8rem;
  }

  .intro_image {
    width: 0;
    height: 0;
  }

  .intro_inner {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }
  .intro_cap {
    width: 100%;
    padding: 30px;
    background: #fff;
    margin: 0;
  }
  .forexample li {
    padding-left: 12px;
    border-left: 1px solid #002d47;
    margin: 15px 0;
    color: #002d47;
    font-size: 1.4rem;
  }

  ul.forexample {
    margin: 20px 0;
  }

  .intro_cap p {
    line-height: 24px;
    font-size: 1.2rem;
  }

  section.merit {
    padding: 0 0 50px 0;
    background-image: url(../img/home/white_bg2.png);
    background-repeat: no-repeat;
    background-size: 25%;
    background-position: right bottom -30%;
  }

  .merit h2 {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.8rem;
  }

  .merit p {
    text-align: left;
    font-size: 1.25rem;
    padding: 0 15%;
    margin-bottom: 30px;
    line-height: 24px;
  }

  ul.merit_point {
    display: block;
    max-width: 90%;
    margin: 0 auto;
  }

  .merit_point li {
    width: 100%;
    background-color: #fff;
    padding: 30px;
  }

  .merit_point li:nth-child(2) {
    margin: 15px 0;
  }

  .merit_point h3 {
    text-align: center;
    font-size: 1.6rem;
    line-height: 28px;
    color: #002d47;
    margin-bottom: 15px;
  }

  .merit_point p {
    text-align: left;
    line-height: 26px;
    font-size: 1.25rem;
    padding: 0;
    margin-bottom: 0;
  }
  .merit1 {
    background-image: url(../img/home/01.png);
    background-repeat: no-repeat;
    background-size: 44%;
    background-position: center;
  }
  .merit2 {
    background-image: url(../img/home/02.png);
    background-repeat: no-repeat;
    background-size: 44%;
    background-position: center;
  }
  .merit3 {
    background-image: url(../img/home/03.png);
    background-repeat: no-repeat;
    background-size: 44%;
    background-position: center;
  }
  section.adviser {
    padding: 50px 0;
    background: #fff;
  }

  .adviser h2 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .adviser p {
    margin-bottom: 30px;
    line-height: 24px;
    font-size: 1.2rem;
    padding: 0 15%;
    text-align: left;
  }

  .adviser ul {
    max-width: 90%;
    margin: 0 auto 30px;
    display: block;
    flex-wrap: wrap;
  }

  .adviser ul li {
    width: 100%;
    margin-bottom: 4%;
    display: block;
    background: #002d47;
  }

  .adviser ul li:nth-child(odd) {
    margin-right: 0;
  }

  .ad_prof {
    width: 100%;
    padding: 30px;
  }

  .ad_image {
    width: 80%;
    background: #eee;
    height: 40vh;
    overflow: hidden;
    margin: 10px auto 0;
  }

  .ad_prof p {
    font-size: 1.1rem;
    line-height: 21px;
    color: #fff;
    padding: 0;
    margin-bottom: 0;
    text-align: left;
  }

  .ad_prof h3 {
    color: #fff;
    font-size: 1.8rem;
    display: block;
    margin-bottom: 15px;
  }

  .ad_prof h3 span {
    display: block;
    color: #fff;
    font-size: 1.1rem;
    margin-bottom: 6px;
  }

  section.usersvoice {
    padding: 60px 0 120px;
    text-align: center;
  }

  .usersvoice h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #002d47;
  }

  .usersvoice p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #002d47;
    line-height: 24px;
    padding: 0 15%;
  }

  ul.usersvoice_list {
    max-width: 1100px;
    margin: 0 auto;
  }

  .usersvoice h3 {
    display: block;
    background: #002d47;
    color: #fff;
    padding: 16px 5%;
    width: 90%;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }

  .usersvoice h3 span {
    color: #fff;
    font-size: 1.4rem;
  }

  .usersvoice li {
    background: #fff;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    width: 94%;
    margin: 0 auto 20px;
    padding-bottom: 20px;
  }

  .number_left {
    position: inherit;
    color: #beac8a;
    top: 0;
    left: 0;
    padding: 10px 0;
    font-size: 2.5rem;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .number_right {
    position: inherit;
    color: #beac8a;
    top: 0;
    right: 0;
    padding: 10px 0;
    font-size: 2.5rem;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .number_left span {
    color: #002d47;
    margin-right: 8px;
    font-size: 1rem;
    padding: 0;
    margin-bottom: 0;
    background: none;
  }

  .number_right span {
    color: #002d47;
    margin-right: 8px;
    font-size: 1rem;
    padding: 0;
    margin-bottom: 0;
    background: none;
  }

  .usersvoice_cap {
    text-align: left;
    display: block;
    margin-top: 20px;
    padding: 0 5%;
    justify-content: space-between;
  }

  .usersvoice_icon {
    width: 40px;
    margin: 0 auto 8px;
    padding: 7px;
    border: 1px solid #fff;
  }

  p.advise {
    margin: 3% 0 0;
    font-size: 1.1rem;
    line-height: 21px;
    width: 100%;
    color: #002d47;
    padding: 40px 6% 25px;
    background: #f5f5f5;
  }

  .usersvoice_status {
    display: block;
    justify-content: center;
    margin-top: 15px;
    padding: 10px 2px;
    align-items: center;
  }

  .usersvoice_status span {
    padding: 6px 18px;
    margin: 0 auto 4px;
    display: block;
    width: 90%;
    color: #002d47;
    font-size: 1.2rem !important;
    border: none;
    background: #f5f5f5;
  }

  .usersvoice_status_title {
    margin: 0;
    font-weight: bold;
    font-size: 1.5rem;
    display: block;
    width: 100%;
    border: none;
    color: #fff;
  }

  .usersvoice_cap h4 {
    font-size: 1.1rem;
    line-height: 21px;
    width: 100%;
    text-align: left;
    padding: 25px 6%;
    position: relative;
  }

  .usersvoice_cap h4:before {
    position: absolute;
    width: 0;
    bottom: -48px;
    z-index: 999;
    top: inherit;
    margin-top: -15px;
    margin-right: -10px;
    transform: rotate(90deg);
    height: 0;
    right: 50%;
    border-style: solid;
    border-width: 35px 0 35px 25px;
    border-color: transparent transparent transparent #002d47;
    content: "";
    display: block;
  }

  .usersvoice_cap h4 span {
    display: block;
    font-size: 1.4rem;
    margin-bottom: 16px;
    text-align: center;
    padding-bottom: 11px;
  }

  .usersvoice_cap p span {
    display: block;
    font-size: 1.4rem;
    text-align: center;
    margin-bottom: 16px;
    color: #002d47;
    border-bottom: 1px solid #002d47;
    padding-bottom: 11px;
  }

  .usersvoice_status_title i {
    margin-right: 10px;
    font-size: 1.4rem;
  }

  .advise span i {
    font-size: 1.4rem;
    margin-right: 8px;
    color: #002d47;
  }

  section.flow {
    text-align: center;
    padding: 50px 0;
    background-image: url(../img/home/flow_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }

  .flow h2 {
    color: #fff;
    font-size: 1.8rem;
    margin-bottom: 20px;
  }

  .flow p {
    color: #fff;
    margin-bottom: 30px;
    font-size: 1.2rem;
    text-align: left;
    padding: 0 15%;
    line-height: 24px;
  }

  ul.flow_list {
    display: block;
    max-width: 90%;
    align-items: normal;
    margin: 0 auto;
    justify-content: center;
  }

  .flow_list li {
    width: 100%;
    padding: 25px 0;
  }

  .flow_list li:nth-child(1) {
    background: #fff;
    position: relative;
  }
  .flow_list li:nth-child(1):before {
    position: absolute;
    width: 0;
    top: inherit;
    left: 50%;
    margin-left: -10px;
    z-index: 999;
    margin-top: 0;
    transform: rotate(90deg);
    bottom: -18px;
    height: 0;
    right: inherit;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #fff;
    content: "";
    display: block;
  }
  .flow_list li:nth-child(2) {
    background: #497792;
    position: relative;
  }
  .flow_list li:nth-child(2):before {
    position: absolute;
    width: 0;
    top: inherit;
    left: 50%;
    margin-left: -10px;
    z-index: 999;
    margin-top: 0;
    transform: rotate(90deg);
    bottom: -18px;
    height: 0;
    right: inherit;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #497792;
    content: "";
    display: block;
  }

  .flow_list li:nth-child(3) {
    background: #154663;
    position: relative;
  }

  .flow_list li:nth-child(3):before {
    position: absolute;
    width: 0;
    top: inherit;
    left: 50%;
    margin-left: -10px;
    z-index: 999;
    margin-top: 0;
    transform: rotate(90deg);
    bottom: -18px;
    height: 0;
    right: inherit;
    border-style: solid;
    border-width: 15px 0 15px 15px;
    border-color: transparent transparent transparent #154663;
    content: "";
    display: block;
  }
  .flow_list li:nth-child(4) {
    background: #002d47;
  }

  .flow_list li:nth-child(2) h3,
  .flow_list li:nth-child(3) h3,
  .flow_list li:nth-child(4) h3 {
    color: #fff;
  }

  .flow_list li h3 {
    line-height: 23px;
    margin-top: 10px;
  }

  .flow_list li:nth-child(1) span {
    display: block;
    padding: 5px 5px;
    width: 80px;
    font-size: 1.1rem;
    margin: 0 auto;
    background: #002d47;
    color: #fff;
    border-radius: 100px;
  }

  .flow_list li:nth-child(2) span,
  .flow_list li:nth-child(3) span,
  .flow_list li:nth-child(4) span {
    color: #002d47;
    display: block;
    padding: 5px 5px;
    width: 80px;
    font-size: 1.1rem;
    margin: 0 auto;
    background: #fff;
    border-radius: 100px;
  }
  a.jump_link_blue {
    display: block;
    padding: 20px;
    text-align: center;
    font-size: 1.2rem;
    max-width: 90%;
    margin: 20px auto 0;
  }

  .intro_contents {
    background-image: url(../img/home/merit_bg.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
    padding: 200px 0 0;
  }
  img.fv_image {
    width: 100%;
    height: auto;
    margin: 20px 0;
  }
  .float_banner i {
    margin-bottom: 10px;
  }

  .jump_link_blue i {
    margin-left: 15px;
  }

  .jump_link i {
    color: #fff;
    margin-left: 20px;
  }

  .merit_point li h3 i {
    display: block;
    font-size: 2rem;
    margin-bottom: 14px;
  }

  .pc_disp {
    display: none !important;
  }

  .sp_disp {
    display: block !important;
  }

  a.jump_link_sp {
    color: #fff;
    padding: 16px 0;
    display: block;
    width: 90%;
    margin: 20px auto 0;
    text-align: center;
    font-size: 1.2rem;
    background: #beac8a;
  }

  .jump_link_sp i {
    color: #fff;
    margin-left: 20px;
  }

  .contact_area {
    width: 90%;
    margin: 30px auto 0;
    padding: 25px 2%;
    background: rgba(255, 255, 255, 0.2);
  }

  .contact_area h2 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    line-height: 30px;
  }

  .contact_area h2 span {
    font-size: 1.6rem;
    margin-right: 0;
  }

  .contact_area p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    padding: 0 15%;
    text-align: left;
    line-height: 25px;
  }

  .contact_area ul {
    display: block;
    justify-content: center;
    max-width: 90%;
    margin: 0 auto;
  }

  .contact_area ul li {
    width: 100%;
    padding: 25px 20px;
    margin: 0 0 9px;
    background: #f5f5f5;
  }

  .contact_area ul li h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
  }

  a.tel_link {
    font-size: 2.2rem;
    display: block;
    margin-bottom: 6px;
  }

  .tel_link i {
    font-size: 2.2rem;
    margin-right: 7px;
  }

  .contact_area ul li h3:after {
    content: "";
    width: 40px;
    height: 1px;
    background: #000;
    margin: 10px auto 0;
    display: block;
  }

  a.mail_link {
    display: block;
    padding: 15px;
    background: #002d47;
    font-size: 1.3rem;
    margin-top: 17px;
    color: #fff;
  }

  .mail_link i {
    color: #fff;
    margin-left: 20px;
  }

  .grad-btn {
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    z-index: 9999;
    display: block;
  }
  .grad-btn:hover {
    opacity: 0.5;
  }
  .grad-item {
    position: relative;
    overflow: hidden;
    height: 1750px; /*隠した状態の高さ*/
  }
  .grad-item::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 9;
    width: 100%;
    height: 80px; /*グラデーションで隠す高さ*/
    background: -webkit-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(255, 255, 255, 0.9) 50%,
      #f5f5f5 100%
    );
    background: linear-gradient(
      top,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.9) 50%,
      rgba(255, 255, 255, 0.9) 50%,
      #fff 100%
    );
    content: "";
  }
  .grad-trigger {
    display: none; /*チェックボックスは常に非表示*/
  }
  .grad-trigger:checked ~ .grad-btn::before {
    content: "閉じる"; /*チェックされていたら、文言を変更する*/
  }
  .grad-trigger:checked ~ .grad-item {
    height: auto; /*チェックされていたら、高さを戻す*/
  }
  .grad-trigger:checked ~ .grad-item::before {
    display: none; /*チェックされていたら、grad-itemのbeforeを非表示にする*/
  }
  .grad-btn::before {
    content: "続きを読む";
    position: absolute;
    bottom: 70px;
    padding: 15px 50px;
    width: 100px;
    margin-left: -100px;
    left: 50%;
    background: #002d47;
    color: #fff;
    border-radius: 100px;
    z-index: 999;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
  }
  span.marker {
    font-size: 1.1rem !important;
  }
}
