@charset "utf-8";

button {
  border: none;
}

.line {
  position: fixed;
  right: 20px;
  bottom: 40px;
  z-index: 200;
  transition: 0.3s;
}
.line:hover {
  opacity: 0.9;
}
body {
  font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

h1, h2, h3, h4, p, li, dt, dd {
  font-feature-settings : "palt";
}

li {
  list-style: none;
}

.container {
  width: 1000px;
  margin: 0 auto;
}

header {
  background: #e62e5f;
  padding: 2rem;
}

header img {
  width: 160px;
}

.page-wrap {
  background: url(../img/img-page-head.jpg) center center no-repeat;
  padding: 6rem 0;
  -webkit-background-size: cover;
  background-size: cover;
}

.page-wrap h2 {
  color: #fff;
  text-align: center;
  font-size: 2rem;
  letter-spacing: 3px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
}

.page-contents {
  padding: 5rem 0;
}

.page-contents dl {
  width: 800px;
  margin: 0 auto;
  display: flex;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  align-items: center;
  border-bottom: 2px dotted #ccc;
}

.page-contents dl:last-of-type {
  border-bottom: none;
}

.page-contents dl dt {
  color: #e62e5f;
  width: 13em;
  font-size: 1.3rem;
}

.page-contents dl dt span {
  color: #333;
  font-size: 0.9rem;
}

.page-contents dl dd {
  width: 70%;
}

.page-contents dl dd input, .page-contents dl dd textarea {
  background: #eee;
  border: none;
  box-shadow: none;
  font-size: 1.3rem;
  padding: 1rem;
  border-radius: 5px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.page-contents input[type="submit"] {
  -webkit-appearance: none;
  background: #e62e5f;
  border: none;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  width: 15rem;
  padding: 1rem;
  margin: 0 auto;
  display: block;
  letter-spacing: 3px;
  border-radius: 5px;
  box-shadow: 0 4px 0 #c60e3f;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
}

.page-contents input[type="submit"][disabled] {
  background: #ccc;
  box-shadow: 0 4px 0 #999;
  color:#aaa;
  text-shadow: none;
}

.page-contents input[type="submit"][disabled]:hover {
  top: 0;
    box-shadow: 0 4px 0 #999;
    cursor:not-allowed;
}

.page-contents input[type="radio"] {
  width: 1rem;
  margin: 0;
  vertical-align: top;
}

.page-contents input[type="submit"]:hover {
  cursor: pointer;
  box-shadow: none;
  position: relative;
  top: 4px;
}

.page-contents .wpcf7-not-valid-tip {
  margin-top: 1rem;
}

.page-contents .kiyaku ul {
  border: 2px solid #e62e5f;
  padding: 1rem;
  margin-bottom: 3rem;
}

.page-contents .kiyaku ul li {
  margin-bottom: 1rem;
  font-weight: bold;
}

.page-contents .kiyaku ul li:last-of-type {
  margin-bottom: 0;
}

.page-contents .kiyaku p {
  margin-bottom: 1rem;
}

.page-contents .kiyaku input[type="checkbox"] {
  display: inline-block;
  width: 1rem;
}

.page-contents .wpcf7-validation-errors, .page-contents .wpcf7-mail-sent-ok {
    padding: 1rem;
    text-align: center;
}

.top {
  background: url(../img/img-main.jpg) center top no-repeat;
  height: 839px;
}

.top h1 {
  position: relative;
  top: 60px;
}

.btn-5 {
  position: relative;
  top: 80px;
}

.btn-5:hover {
  opacity: 0.8;
}

.reason {
  padding: 40px 0 80px;
}

.reason .campaign {
  text-align: center;
  margin-bottom: 40px;
}

.reason dl {
  max-width: 750px;
  margin: 0 auto;
}

.reason dl dt {
  font-size: 40px;
  color: #e62e5f;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0.5em;
}

.reason dl dt img {
  vertical-align: middle;
  margin-right: 20px;
}

.reason dl dd {
  text-align: left;
  font-size: 30px;
  margin-bottom: 2em;
  line-height: 1.5;
}

.reason dl dd:last-child {
  margin-bottom: 0;
}

.reason dl dd strong {
  font-size: 36px;
  background: linear-gradient(transparent 60%, #f9f1ba 40%);
}

.voice {
  padding: 80px 0;
  background: url(../img/back-voice.jpg) left top repeat;
}


.voice .voice-contents {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-wrap: wrap;
}

.voice h1 {
  margin-bottom: 3em;
}

.voice .voice-contents {
  background: #fff;
  border-radius: 10px;
  padding: 2rem;
}

.voice .voice-contents .voice-left {
  width: 33%;
  box-sizing: border-box;
}

.voice .voice-contents .voice-left .repo-img img {
  max-width: 100%;
  margin-bottom: 1rem;
}

.voice .voice-contents .voice-right {
  width: 67%;
  box-sizing: border-box;
}

.voice .voice-contents .voice-right h3 {
  background: #bd8a12;
  color: #fff;
  padding: 0.5rem 1rem;
  margin-bottom: 1rem;
  display: inline-block;
  border-radius: 3rem;
}

.voice .voice-contents .voice-bottom {
  width: 100%;
}

.voice .voice-contents .voice-right ul li {
  padding: 30px;
  padding-bottom: 0;
}

.voice .voice-contents .voice-right  {
  padding-left: 1rem;
}

.voice .voice-contents .voice-right dl, .voice .voice-contents .voice-bottom dl {
  border-bottom: 2px dashed #b5b5b5;
   padding: 0 0.5rem 1.5rem 0.5rem;
   margin-bottom: 1.5rem;
}

.voice .voice-contents .voice-bottom dl:first-child {
  border-top: 2px dashed #b5b5b5;
  padding-top: 1rem;
}

.voice .voice-contents .voice-right dl:last-child, .voice .voice-contents .voice-bottom dl:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.voice .voice-contents .voice-bottom dl:last-child {
  margin-bottom: 0;
}

.voice .voice-contents .voice-right dl dt, .voice .voice-contents .voice-bottom dl dt {
  color: #f23064;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 0.7rem;
}

.voice .voice-contents .voice-right dl dd, .voice .voice-contents .voice-bottom dl dd {
  text-align: justify;
  line-height: 1.8;
}


.merit {
  padding: 90px 0;
}

.flow {
  padding: 0;
}

.flow h1 {
  background: #f23064;
  color:#fff;
  text-align: center;
  padding: 20px 0;
}

.flow .flow-contents1 {
  background: url(../img/part-arrow-b.png) center -25px no-repeat;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
}

.flow .flow-contents2 {
  padding: 80px 0;
  background: url(../img/back-voice.jpg) left top repeat;
}

.flow .flow-contents2 .step-contents {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  background: #fff;
  border-radius: 10px;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
}

.step-contents{
  position: relative;
}

.pop-pc{
  width: 28%;
  position: absolute;
  top: -40px;
  right: 20px;
}

.pop-sp{
  display: none;
}

.flow .flow-contents2 h2 {
  margin-bottom: 3em;
}

.flow .flow-contents2 .left-box {
  border-radius: 10px 0 0 10px;
  background: url(../img/img-back-flow.jpg) left top repeat;
  padding: 30px;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  align-items: center;
}

.flow .flow-contents2 .right-box {
  border-radius: 0 10px 10px 0;
  background: #fff;
  padding: 50px 30px;
}

.flow .flow-contents2 .right-box dl dt {
  font-size: 50px;
  color: #f23064;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

.flow .flow-contents2 .right-box dl dd {
  text-align: justify;
  line-height: 1.8;
  letter-spacing: 1px;
}

.flow .flow-contents2 .right-box dl dd.point {
    color: #bd8a12;
    font-size: 26px;
    margin-bottom: 10px;
}

.flow .flow-contents2 .right-box dl.belo dt {
  color: #f23064;
  font-size: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.flow .flow-contents2 .right-box dl.belo dd li {
  display: block;
  margin-right: 1em;
  margin-bottom: 0.5rem;
}

.flow .flow-contents2 .right-box .supple {
  font-size: 14px;
  margin-top: 20px;
  letter-spacing: 1px;
}

.flow .flow-contents2 .arrow {
  display: block;
  margin: 30px auto;
}

.ratio .container {
  background: url(../img/part-arrow-b.png) center -25px no-repeat;
  text-align: center;
  padding-top: 50px;
  padding-bottom: 80px;
}

.ratio .ratio-box {
  display: flex;
  justify-content: space-between;
}

.ratio .ratio-box .left-box {
  width: 50%;
}

.ratio .ratio-box .right-box {
  width: 50%;
}

.ratio h1 {
  background: #f23064;
  color:#fff;
  text-align: center;
  padding: 20px 0;
}

.charge {
  background: #f23064;
  padding: 80px 0;
}

.charge h1 {
  margin-bottom: 3em;
}

.charge .charge-contants .btn-5 {
  top: 0;
  display: block;
  margin-top: 4em;
}

.faq {
  padding: 80px 0;
  background: url(../img/back-voice.jpg) left top repeat;
}

.faq h1 {
  margin-bottom: 3em;
}

.faq .faq-contents dl {
  border-radius: 10px;
  background: #fff;
  padding: 40px;
  box-shadow: 4px 4px 2px rgba(0, 0, 0, 0.1);
  font-size: 1.3em;
  letter-spacing: 2px;
}

.faq .faq-contents dl dt {
  background: url(../img/img-faq-q.png) left center no-repeat;
  padding-left: 3em;
  line-height: 2;
}

.faq .faq-contents dl dd {
  background: url(../img/img-faq-a.png) left 5px no-repeat;
  padding-left: 3em;
  line-height: 1.5;
  color: #f23064;
  margin-bottom: 2em;
  font-size: 1em;
}

.profile {
  padding: 0　80px 0;
}

.profile h1 {
  background: #f23064;
  color:#fff;
  text-align: center;
  padding: 20px 0;
}

.profile .container {
  background: url(../img/part-arrow-b.png) center -25px no-repeat;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 80px;
}

.profile .container .img01 {
  margin-left: 160px;
}

.profile .bottom-contents {
  background: url(../img/img-footer-back.jpg) center top no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  text-align: center;
  height: 660px;
}

.profile .bottom-contents .btn-5 {
  top: -30px;
}

.profile .bottom-contents .bottom-copy {
  display: block;
  margin: 30px auto 0;
}

footer {
  background: #f23064;
  padding: 2rem 0;
  text-align: center;
}

footer small {
  color: #fff;
  letter-spacing: 1px;
}

footer .footer-area{
    margin-bottom: 32px;
}

footer .footer-logo{
    background-color: #fff;
    border-radius: 16px;
    text-align: center;
    padding-top: 16px;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

footer .footer-logo img{
    width: 290px;
    max-width: 100%;
}

footer .footer-img{
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
}

footer .footer-img img{
    width: 48%;
}

footer .footer-text{
    color: #fff;
    font-weight: 200;
    font-size: 16px;
    text-align: left;
}

footer .footer-text h3{
    font-size: 24px;
    font-weight: 600;
    padding-top: 8px;
    margin-bottom: 12px;
}

footer .tel-link{
    padding-left: 35px;
    background: url(../img/img-footer-tel.png);
    background-position: left;
    background-size: 25px 25px;
    background-repeat: no-repeat;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    font-weight: 200;
    line-height: 25px;
    margin-bottom: 32px;
}

footer .footer-map {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 75%;    /* padding-topでもOK */
    overflow: hidden;
}
footer .footer-map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;    /* 必要であれば!importantを付けてください */
    height: 100%;    /* 必要であれば!importantを付けてください */
}
