@charset "UTF-8";
html {
  font-size: 62.5%;
  font-family: "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, Meiryo, sans-serif;
  line-height: 1.6;
}

html * {
  box-sizing: border-box;
}

.grecaptcha-badge{
	z-index: 10;
}

img {
  width: 100%;
  height: auto;
}

a {
  display: block;
  transition: all 1s;
}
a:hover {
  opacity: .8;
}

.clearfix::after {
  content: '';
  display: block;
  clear: both;
}

.toform-btn {
  width: 880px;
  margin: 0 auto;
}

@media screen and (max-width: 1000px) {
  .toform-btn {
    width: 80%;
  }
}
/* header */
.header {
  display: flex;
  justify-content: space-between;
  padding: 20px calc((100% - 995px + 20px) / 2);
  border-top: #2a66b5 10px solid;
}
.header-btn a {
  padding: 15px 25px;
  background: -webkit-linear-gradient(to bottom, #ff1900, #d60311);
  background: linear-gradient(to bottom, #ff1900, #d60311);
  border-radius: 7px;
  color: #fff;
  font-size: 3rem;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .header {
    padding: 20px 2%;
  }
}
@media screen and (max-width: 768px) {
  .header {
    align-items: center;
  }
  .header-logo {
    width: 40%;
  }
  .header-btn a {
    font-size: 1.6rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 500px) {
  .header {
    padding: 10px 2%;
  }
  .header-btn a {
    padding: 10px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
/* fv */
.mv {
  position: relative;
  background: url("../images/mv_bg.jpg") no-repeat;
  background-size: cover;
}
.mv-line {
  padding: 10px calc((100% - 995px + 20px) / 2);
  background: #2a66b5;
  color: #fff;
  font-size: 2.1rem;
}
.mv .pic {
  padding: 0 calc((100% - 995px - 75px) / 2) 0 calc((100% - 995px + 75px) / 2);
  margin: 0 -50px 0 auto;
}
.mv .toform-btn {
  position: absolute;
  left: calc(50% - 440px);
  bottom: 40px;
}

@media screen and (max-width: 1000px) {
  .mv .toform-btn {
    left: 10%;
  }
}
@media screen and (max-width: 768px) {
  .mv-line {
    padding: 10px 3%;
    font-size: 1.6rem;
  }
  .mv .pic {
    padding: 0 3%;
  }
  .mv .toform-btn {
    bottom: 10px;
  }
}
/* nav */
.topnav-list {
  display: flex;
  padding: 15px calc((100% - 995px + 15px) / 2);
  border-top: #2a66b5 10px solid;
  border-bottom: #2a66b5 10px solid;
}
.topnav-list-item {
  margin: 0 5px;
}

/* suggestion */
.suggestion {
  background: url("../images/suggestion_bg.jpg");
  background-size: cover;
  padding: 15px calc((100% - 995px - 30px) / 2) 30px;
}
.suggestion-inner {
  padding: 30px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
}
.suggestion-title {
  margin-bottom: 50px;
}
.suggestion-list {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.suggestion-list-item {
  width: 300px;
  text-align: center;
}
.suggestion-list-item .item-title {
  margin-bottom: 20px;
  font-size: 4rem;
  font-weight: bold;
}
.suggestion-list-item:nth-child(1) .item-title,
.suggestion-list-item:nth-child(1) .item-text {
  color: #dc514b;
}
.suggestion-list-item:nth-child(2) .item-title,
.suggestion-list-item:nth-child(2) .item-text {
  color: #2a66b5;
}
.suggestion-list-item:nth-child(3) .item-title,
.suggestion-list-item:nth-child(3) .item-text {
  color: #408d63;
}
.suggestion-list .pic {
  padding: 0 20px;
  margin-bottom: 20px;
}
.suggestion-list .item-text {
  font-size: 2.1rem;
  line-height: 2;
  font-weight: bold;
}
.suggestion-text {
  font-size: 4.4rem;
  color: #2a66b5;
  text-align: center;
  font-style: italic;
  font-weight: bold;
}

@media screen and (max-width: 1000px) {
  .suggestion {
    padding: 15px 3% 30px;
  }
}
@media screen and (max-width: 768px) {
  .suggestion-inner {
    padding: 3%;
  }
  .suggestion-title {
    margin-bottom: 15px;
  }
  .suggestion-list {
    flex-wrap: wrap;
  }
  .suggestion-list-item {
    width: 80%;
    margin: 0 auto;
  }
  .suggestion-list-item .pic {
    width: 50%;
    margin: 0 auto 10px;
  }
  .suggestion-list-item .item-title {
    margin-bottom: 10px;
    font-size: 3rem;
  }
  .suggestion-list-item .item-text {
    margin-bottom: 20px;
    font-size: 1.8rem;
    line-height: 1.4;
  }
  .suggestion-text {
    font-size: 3rem;
  }
}
/* area */
.area {
  background: url("../images/area_bg.jpg") bottom center no-repeat;
  background-size: cover;
}
.area-title {
  width: 100%;
}
.area .pic {
  padding: 0 calc((100% - 995px + 30px) / 2) 80px;
}

@media screen and (max-width: 1000px) {
  .area .pic {
    padding: 0 3% 80px;
  }
}
/* flow */
.flow-list {
  display: flex;
  padding: 15px calc((100% - 995px + 30px) / 2) 30px;
}
.flow-list-item {
  width: 20%;
  margin: 10px;
  padding: 20px;
  border: #00a800 10px solid;
  border-radius: 10px;
  color: #00a800;
  font-size: 2.3rem;
  text-align: center;
  line-height: 1.6;
}
.flow-list-item span {
  display: block;
  font-size: 8.4rem;
  font-weight: bold;
}
.flow-list-item:nth-child(-n+3) {
  position: relative;
  margin-right: 5%;
}
.flow-list-item:nth-child(-n+3)::after {
  position: absolute;
  right: -55px;
  bottom: calc(50% - 35px);
  content: '';
  width: 0;
  height: 0;
  border-left: #ccc 35px solid;
  border-top: transparent 35px solid;
  border-bottom: transparent 35px solid;
}

@media screen and (max-width: 768px) {
  .flow-list {
    flex-wrap: wrap;
    padding: 15px 15% 30px;
  }
  .flow-list-item {
    width: calc(100% - 20px);
    font-size: 1.7rem;
  }
  .flow-list-item span {
    font-size: 5rem;
  }
  .flow-list-item:nth-child(-n+3) {
    margin-right: 10px;
    margin-bottom: 50px;
  }
  .flow-list-item:nth-child(-n+3)::after {
    bottom: -55px;
    right: calc(50% - 35px);
    border-left: transparent 35px solid;
    border-right: transparent 35px solid;
    border-top: #ccc 30px solid;
    border-bottom: none;
  }
}
/* form */
.form {
  display: block;
  background: url("../images/form_bg.jpg");
}
.form form {
  padding: 15px calc((100% - 995px + 50px) / 2) 30px;
}
.form-inner {
  width: 100%;
  padding: 10px;
  background: #ff6000;
  margin-bottom: 20px;
}
.form-inner:not(.textarea) {
  height: 80px;
}
.form-label {
  float: left;
  line-height: 60px;
  color: #fff;
  font-size: 3.6rem;
  font-weight: bold;
}
.form-input {
  text-align: right;
}
.form-input input,
.form-input textarea {
  width: 50%;
  background: #fff;
  border: #f9f9f9 5px solid;
  font-size: 2.7rem;
  font-weight: bold;
}
.form-input input {
  height: 60px;
}
.form-input ::placeholder {
  color: #949494;
  font-size: 2.7rem;
  line-height: 50px;
}
.form-input :focus::placeholder {
  color: #efefef;
}
.form .submit-wrap {
  padding-top: 15px;
  margin-bottom: 20px;
}
.form .submit-wrap div {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .form form {
    padding: 0 3%;
  }
  .form-inner {
    margin-bottom: 10px;
  }
  .form-inner:not(.textarea) {
    height: 60px;
  }
  .form-label {
    line-height: 40px;
    font-size: 2rem;
  }
  .form-input {
    font-size: 2rem;
  }
  .form-input input,
  .form-input textarea {
    width: 65%;
    font-size: 2rem;
  }
  .form-input input {
    height: 40px;
  }
  .form-input ::placeholder {
    font-size: 1.6rem;
    line-height: 1.6;
  }
}
/* 確認・送信完了 */
.confirm {
  width: 100%;
}
.confirm .form {
  padding: 0 calc((50% - $mw + 3%) / 2);
  background: none;
}
.confirm .text {
  margin-bottom: 20px;
  text-align: center;
  font-size: 1.6rem;
}
.confirm-title {
  margin-bottom: 30px;
  font-size: 2.4rem;
  text-align: center;
}
.confirm table {
  width: 100%;
  font-size: 2rem;
  border-collapse: collapse;
  margin-bottom: 30px;
}
.confirm table tr {
  padding: 10px 20px;
}
.confirm table th, .confirm table td {
  width: 50%;
  vertical-align: middle;
}
.confirm table th {
  height: 60px;
  background: #fe7e00;
  border: #fe7e00 10px solid;
  color: #fff;
  text-align: left;
}
.confirm table td {
  height: 40px;
  padding: 10px;
  background: #fff;
  border: #fe7e00 10px solid;
  color: #3d3d3d;
}

.thanks {
  width: 100%;
  padding: 50px calc((50% - $mw + 3%) / 2);
  margin: 0 auto;
}
.thanks > p {
  width: 50%;
  margin: 0 auto;
  font-size: 1.7rem;
  line-height: 1.4;
}

.submit-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
.submit-wrap .back,
.submit-wrap .submit {
  padding: 15px;
  margin: 10px;
  border-radius: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
}
.submit-wrap .submit {
  background: #ff6000;
}
.submit-wrap .back {
  background: #ccc;
}

/* worry */
.worry-title {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 35px calc((100% - 995px + 50px) / 2 + 120px);
  background: -ms-linear-gradient(to bottom, #ff5600, #ff9900);
  background: -webkit-linear-gradient(to bottom, #ff5600, #ff9900);
  background: linear-gradient(to bottom, #ff5600, #ff9900);
}
.worry .pic:nth-of-type(1) {
  padding: 30px calc((100% - 995px + 50px) / 2) 60px;
  background: url("../images/worry_bg.jpg");
}
.worry .pic:nth-of-type(2) {
  padding: 0 calc((100% - 995px + 50px) / 2) 100px;
  margin-top: -50px;
}

@media screen and (max-width: 1000px) {
  .worry-title {
    padding: 35px 10%;
  }
}
@media screen and (max-width: 768px) {
  .worry .pic:nth-of-type(1) {
    padding: 30px 3% 60px;
  }
  .worry .pic:nth-of-type(2) {
    padding: 0 3% 50px;
  }
}
@media screen and (max-width: 500px) {
  .worry-title {
    padding: 25px 10%;
  }
  .worry .pic:nth-of-type(2) {
    margin-top: -25px;
  }
}
/* howto */
.howto {
  padding: 50px 0;
  background: url("../images/howto_bg.jpg");
  background-size: cover;
}
.howto-title {
  padding: 15px calc((100% - 995px + 90px) / 2);
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.85);
}
.howto .label {
  padding: 0 calc((100% - 995px) / 2);
  margin-bottom: 50px;
}
.howto-list {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.howto .title-possible {
  padding: 30px calc((100% - 995px + 65px) / 2);
  margin-bottom: 30px;
  background: rgba(0, 0, 0, 0.5);
}
.howto .pic-recommend {
  padding: 0 calc((100% - 995px + 65px) / 2);
  margin-bottom: 30px;
}

@media screen and (max-width: 1000px) {
  .howto-title {
    padding: 15px 10%;
  }
  .howto .label {
    padding: 0 3%;
    margin-bottom: 30px;
  }
  .howto-list {
    padding: 0 3%;
  }
  .howto .title-possible {
    padding: 30px 3%;
  }
  .howto .pic-recommend {
    padding: 0 3%;
  }
}
/* footer */
footer {
  padding: 30px 0 80px;
  background: #fe7e00;
}
footer .footnav-list {
  text-align: center;
  margin-bottom: 80px;
}
footer .footnav-list-item {
  display: inline-block;
  margin-right: 2rem;
  border-bottom: #fff 1px solid;
  color: #fff;
  font-size: 1.3rem;
}
footer .copy {
  width: 250px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  footer {
    padding: 20px 0 40px;
  }
  footer .footnav-list {
    text-align: center;
    margin-bottom: 40px;
  }
  footer .footnav-list-item {
    width: calc(50%- 2rem);
    font-size: 1.2rem;
    line-height: 1.4;
  }
  footer .copy {
    width: 250px;
    margin: 0 auto 40px;
  }
}
