@charset "utf-8";
/* CSS Document */

/* ------------------------------------------------------------
	COMPONENT CSS
   ------------------------------------------------------------ */

/* ttl
-------------------------  */
.ttl_h2 {
  display: table;
  margin: 2.5em auto 1em;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 1.5;
}
.ttl_h2-pink {
  margin-top: 0;
  color: #e73357!important;
}
.ttl_h2-orange {
  margin-top: 0;
  color: #f3981e!important;
}
.ttl_h2-green {
  margin-top: 0;
  color: #90c31f!important;
}
.ttl_h2 b {
  padding-left: 0.25em;
  padding-right: 0.25em;
  background-image: url("../img/bg_ttl_h2.png");
  background-repeat: repeat-x;
  background-position: left bottom;
  background-size: 100% 0.5em;
}
.ttl_h2-pink b,
.ttl_h2-orange b,
.ttl_h2-green b {
  background-image: url("../img/bg_ttl_h2_white.png") !important;
}
.ttl_h3 {
  font-size: 2.4rem;
}
@media screen and (max-width: 768px) {
  .ttl_h2 {
    font-size: 2.3rem;
    text-align: center;
    margin-top: 1.75em;
  }
  .ttl_h2-pink,
  .ttl_h2-orange,
  .ttl_h2-green {
    margin-top: 0;
  }
}


/* lead
-------------------------  */
.lead {
  margin: 10rem 7rem;
}
.lead-blueWave {
  margin: 0;
  background-color: #e2eeff;
}
.lead-blueWave::after {
  content: "";
  display: block;
  height: 64px;
  width: 100%;
  background-image: url("../img/bg_wave_blue.png");
  background-repeat: no-repeat;
  background-position: center bottom;
}
.lead_txt {
  text-align: center;
  font-size: 1.8rem;
  line-height: 2.35;
  letter-spacing: 0.1em;
  font-weight: bold;
}
@media screen and (min-width: 1920px) {
  .lead-blueWave::after {
    background-position: center bottom;
    background-size: 100% 64px;
  }
}
@media screen and (max-width: 768px) {
  .lead-blueWave::after {
    background-size: 100% 20px;
    height: 20px;
  }
  .lead_txt {
    text-align: left;
    line-height: 1.8;
  }
}


/* about
-------------------------  */

.about_box {
  margin: 10rem 0 0;
  padding: 6rem 1em;
  border-radius: 2rem;
}
.about_box-pink {
  background-color: #fce8e5;
}
.about_box-orange {
  background-color: #fef1e0;
}
.about_box-green {
  background-color: #f0f6e3;
}
.about_lead {
  text-align: center;
  letter-spacing: 0.1em;
  line-height: 2;
  font-weight: bold;
}
.aboutPoint_ttl {
  display: table;
  font-size: 2.4rem;
  line-height: 1.4;
  padding: 0 220px;
  margin: 6rem auto 1.5em;
  letter-spacing: 0.05em;
  text-align: center;
  position: relative;
}
.aboutPoint_ttl b {
  display: inline-block;
  white-space: nowrap;
  padding: 0 0.5em;
  background-color: #FFFFFF;
}
.aboutPoint_ttl::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.7em;
  border-bottom: 2px dotted #006cb8;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.aboutPoint_ttl-pink::after {
  border-color: #e73357;
}
.aboutPoint_ttl-orange::after {
  border-color: #f3981e;
}
.aboutPoint_ttl-green::after {
  border-color: #90c31f;
}
.aboutPoint_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.aboutPoint_list_detail {
  margin: 0 0.5em 1em;
}
.aboutAppeal_ttl {
  display: table;
  margin: 3em auto 1em;
  min-height: 54px;
  padding-left: 65px;
  letter-spacing: 0.05em;
  background: url("../img/bg_ttl_h3_point.png") no-repeat left center;
}
.aboutAppeal_ttl b {
  display: table-cell;
  vertical-align: middle;
  font-size: 2.2rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .about_box {
    margin-top: 3.5rem;
    padding: 3rem;
  }
  .aboutPoint_ttl {
    margin-top: 1.5em;
    font-size: 2rem;
    padding: 0;
    width: 100%;
  }
  .aboutPoint_list {
    justify-content: space-between;
    margin: 0 -1vw;
  }
  .aboutPoint_list_detail {
    width: calc(50% - 5px);
    margin: 0 0 10px;
  }
  .aboutAppeal_ttl {
    margin-top: 2rem;
    padding-left: 50px;
    background-size: 44px auto;
    background-position: left top;
  }
  .aboutAppeal_ttl b {
    font-size: 1.9rem;
    text-align: center;
  }
}


/* flow
-------------------------  */
.flowStep {
  display: table;
  width: 100%;
  clear: both;
}
.flowStep:first-of-type {
  margin-top: 3.5rem;
}
.flowStep_ttl {
  display: table-cell;
  width: 1px;
  font-size: 2.5rem;
  padding: 0 1.25em;
  white-space: nowrap;
  text-align: center;
  vertical-align: middle;
  letter-spacing: 0.1em;
  color: #FFF;
  font-weight: bold;
  background-color: #006cb8;
  border: 1px solid #006cb8;
}
.flowStep_ttl em {
  font-size: 7.6rem;
  margin-left: 0.1em;
  vertical-align: middle;
}
.flowStep_detail {
  display: table-cell;
  font-size: 1.8rem;
  padding: 1em 3em;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #006cb8;
}
.flowStep_line {
  height: 3.5rem;
  margin: 0;
  width: 50%;
  border: 0 none;
  border-right: 2px solid #006cb8;
  float: left;
}
@media screen and (max-width: 768px) {
  .flowStep:first-of-type {
    margin-top: 1.5em;
  }
  .flowStep_ttl {
    padding: 0.5em 0.25em 0.5em 0.5em;
    font-size: 1.9rem;
  }
  .flowStep_ttl em {
    font-size: 200%;
  }
  .flowStep_detail {
    padding: 0.5em 1em;
    font-size: 1.6rem;
  }
  .flowStep_line {
    height: 1.5em;
  }
}


/* note
-------------------------  */
.note {
  margin-top: 10rem;
  background-color: #f6f6f6;
}
.note_inner {
  max-width: 1000px;
  margin: 0 auto;
  padding: 5em 0;
}
.note_ttl {
  font-size: 2.2rem;
  margin-bottom: 1em;
  font-weight: bold;
  text-align: center;
  color: #000000;
}
.noteList_list {
  font-size: 1.4rem;
  padding-left: 1em;
  text-indent: -1em;
}
.noteList_list::before {
  content: "\025cb";
}
.noteList_ptxt {
  font-size: 1.4rem;
}
.noteDetails {
  font-size: 1.4rem;
}
.noteDetails_ttl {
  float: left;
}
.noteDetails_ttl  em {
  display: inline-block;
  white-space: nowrap;
  width: 5.5em;
}
.noteDetails_list {
  margin-left: 6.5em;
}
.note_subTtl {
  padding-left: 1.25em;
  font-size: 1.7rem;
  margin: 2em 0 1em;
  letter-spacing: 0.05em;
  font-weight: bold;
  color: #FFFFFF;
}
.note_subTtl-blue {
  background-color: #007ac3;
}
.note_subTtl-red {
  background-color: #e73156;
}
.note_subTtl-orange {
  background-color: #f3981e;
}
.note_subTtl-green {
  background-color: #b6d56a;
}
@media screen and (max-width: 768px) {
  .note {
    margin-top: 5rem;
  }
  .note_inner {
    padding: 1.5em;
  }
  .note_ttl {
    line-height: 1.5;
    font-size: 2rem;
  }
}


/* contact
-------------------------  */
.contact {
  margin-top: 7rem;
  padding: 5rem 4% 6rem;
  background-color: #006cb8;
}
.contact_inner {
  text-align: center;
}
.contact_ttl {
  color: #FFFFFF;
  font-size: 2.6rem;
  margin-bottom: 1.25em;
  font-weight: bold;
}
.contact_btn {
  display: inline-block;
  margin: 0 2.5rem;
}
.contact_btn a {
  display: block;
  padding: 0.75em;
  width: 400px;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  color: #000000;
  border-radius: 0.5em;
  background-color: #FFFFFF;
  position: relative;
}
.contact_btn a::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #000000;
  margin-top: -5px;
  position: absolute;
  top: 50%;
  right: 1em;
  transition: all 0.5s ease;
}
.contact_btn a:hover {
  color: #FFFFFF;
  background-color: #0d3b80;
}
.contact_btn a:hover:after {
  transition: all 0.5s ease;
  border-color: transparent transparent transparent #FFFFFF;
}
@media screen and (max-width: 768px) {
  .contact {
    margin-top: 2.5em;
    padding: 1em 4% 2em;
  }
  .contact_ttl {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 0;
  }
  .contact_btn {
    margin-top: 1em;
  }
  .contact_btn {
    display: block;
  }
  .contact_btn a {
    width: 100%;
  }
}
