@charset "UTF-8";

/* 基本設定 */
html {
  font-size: 62.5%;
}
body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  color: #333;
}
@media screen and (min-width: 1024px) {
  a  {
    transition: .2s;
  }
  a:hover {
    opacity: .5;
  }
}


/* ヘッダー */
.header {
  padding: calc(18 / 750 * 100vw);
}
.header-inner {
  max-width: 1000px;
  margin: 0 auto;
}
.header img {
  width: calc(210 / 750 * 100vw);
}

@media screen and (min-width: 768px) {
  .header {
    padding: 12px;
  }
  .header img {
    width: 148px;
  }
}


/* コンテンツ */
.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}
.recommend {
  padding-bottom: calc(20 / 750 * 100vw);
  background: #f9be00;
}
.recommend-list {
  margin: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0;
  padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw);
  background: #fff;
  border-radius: calc(20 / 750 * 100vw);
}
.recommend-item {
  position: relative;
  padding: calc(30 / 750 * 100vw) 0 calc(30 / 750 * 100vw) calc(80 / 750 * 100vw);
  font-size: calc(36 / 750 * 100vw);
  font-weight: 700;
}
.recommend-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: calc(60 / 750 * 100vw);
  height: calc(56 / 750 * 100vw);
  background: url(../images/icn_check_01.png) 0 0 no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.recommend-item span {
  color: #cc0033;
}
.recommend-item:not(:first-child) {
  border-top: 2px solid #eee;
}
.step {
  padding: calc(40 / 750 * 100vw) calc(20 / 750 * 100vw);
  background: #fef8e5;
}
.step-title {
  width: calc(650 / 750 * 100vw);
  max-width: 650px;
  margin: 0 auto;
}
.step-list {
  margin-top: calc(30 / 750 * 100vw);
}
.step-item:nth-child(2) {
  margin-top: calc(10 / 750 * 100vw);
}
.step-item:nth-child(3) {
  margin-top: calc(20 / 750 * 100vw);
}
.step-button {
  max-width: 650px;
  margin: calc(40 / 750 * 100vw) auto 0;
}
.step-button a {
  display: block;
  width: 100%;
}
.support {
  padding: calc(40 / 750 * 100vw) calc(20 / 750 * 100vw);
}
.support-title {
  width: calc(635 / 750 * 100vw);
  max-width: 567px;
  margin: 0 auto;
}
.support-contents {
  margin-top: calc(40 / 750 * 100vw);
  padding: calc(20 / 750 * 100vw) calc(30 / 750 * 100vw) calc(30 / 750 * 100vw);
  background-color: #f9be00;
  background-image:radial-gradient(#f8b100 20%, transparent 20%),radial-gradient(#f8b100 20%, transparent 20%);
  background-size: 20px 20px;
  background-position: 0 0, 10px 10px;
  background-repeat: repeat;
  border-radius: calc(20 / 750 * 100vw);
}
.support-contents-title {
  margin-bottom: calc(20 / 750 * 100vw);
}
.support-contents-note {
  margin-top: calc(30 / 750 * 100vw);
  padding-left: 1em;
  color: #fff;
  font-size: calc(20 / 750 * 100vw);
  font-weight: 700;
  text-indent: -1em;
  letter-spacing: -0.02rem;
}
.benefits {
  padding-bottom: calc(30 / 750 * 100vw);
  background: #ffea00;
}
.benefits-contents {
  position: relative;
  margin: 0 calc(20 / 750 * 100vw);
  padding: 0 calc(30 / 750 * 100vw) calc(30 / 750 * 100vw); 
  background: #fff;
  border-radius: calc(20 / 750 * 100vw);
}
.benefits-contents:nth-of-type(1) {
  margin-top: calc(20 / 750 * 100vw);
  padding-top: calc(214 / 750 * 100vw);
}
.benefits-contents:nth-of-type(2) {
  margin-top: calc(40 / 750 * 100vw);
  padding-top: calc(238 / 750 * 100vw);
}
.benefits-contents:nth-of-type(3) {
  margin-top: calc(40 / 750 * 100vw);
  padding-top: calc(184 / 750 * 100vw);
}
.benefits-contents-title {
  position: absolute;
  top: calc(-30 / 750 * 100vw);
  left: 50%;
  width: calc(100% - 60 / 750 * 100vw);
  transform: translateX(-50%);
}
.benefits-contents-terms {
  margin-top: calc(30 / 750 * 100vw);
}
.benefits-contents-terms-title {
  padding: calc(20 / 750 * 100vw);
  background: #b0a687;
  border-radius: calc(20 / 750 * 100vw) calc(20 / 750 * 100vw) 0 0;
  color: #fff;
  font-size: calc(32 / 750 * 100vw);
  text-align: center;
}
.benefits-contents-terms-text {
  padding: calc(30 / 750 * 100vw);
  background: #fef8e5;
  border-radius: 0 0 calc(20 / 750 * 100vw) calc(20 / 750 * 100vw);
  font-size: calc(20 / 750 * 100vw);
  line-height: 1.6;
}
.benefits-contents-terms-text-title {
  font-size: calc(20 / 750 * 100vw);
}
.benefits-contents-terms-text-title:not(:first-child) {
  margin-top: calc(20 / 750 * 100vw);
}
.benefits-contents-terms-text ol li,
.benefits-contents-terms-text ul li {
  padding-left: 1em;
  text-indent: -1em;
}

@media screen and (min-width: 768px) {
  .recommend {
    padding-bottom: 40px;
  }
  .recommend-list {
    width: 700px;
    margin: 20px auto 0;
    padding: 40px 60px;
    border-radius: 20px;
  }
  .recommend-item {
    padding: 20px 0 20px 60px;
    font-size: 2.6rem;
  }
  .recommend-item::before {
    width: 46px;
    height: 42px;
  }
  .recommend-item:not(:first-child) {
    border-width: 4px;
  }
  .recommend-item br {
    display: none;
  }
  .step {
    padding: 40px;
  }
  .step-list {
    display: flex;
    justify-content: space-between;
    max-width: 900px;
    margin: 20px auto 0;
  }
  .step-item:nth-child(n) {
    margin: 0;
    padding: 0 10px;
  }
  .step-button {
    margin-top: 30px;
  }
  .support {
    padding: 40px 0;
  }
  .support-contents {
    width: 700px;
    margin: 30px auto 0;
    padding: 20px 50px 30px;
    border-radius: 20px;
  }
  .support-contents-title {
    margin-bottom: 5px;
  }
  .support-contents-note {
    margin-top: 20px;
    font-size: 1.6rem;
  }
  .benefits {
    padding-bottom: 40px;
  }
  .benefits-contents {
    width: 700px;
    margin: 0 auto;
    padding: 0 80px 40px; 
    border-radius: 20px;
  }
  .benefits-contents:nth-of-type(1) {
    margin-top: 30px;
    padding-top: 185px;
  }
  .benefits-contents:nth-of-type(2) {
    margin-top: 30px;
    padding-top: 207px;
  }
  .benefits-contents:nth-of-type(3) {
    margin-top: 30px;
    padding-top: 155px;
  }
  .benefits-contents-title {
    top: -20px;
    left: 50%;
    width: calc(100% - 160px);
  }
  .benefits-contents-terms {
    margin-top: 30px;
  }
  .benefits-contents-terms-title {
    padding: 15px;
    border-radius: 20px 20px 0 0;
    font-size: 2.6rem;
  }
  .benefits-contents-terms-text {
    padding: 25px 30px;
    border-radius: 0 0 20px 20px;
    font-size: 1.6rem;
  }
  .benefits-contents-terms-text-title {
    font-size: 1.6rem;
  }
  .benefits-contents-terms-text-title:not(:first-child) {
    margin-top: 20px;
  }
}
/* フローティング */
.floating-step{
	display: block;
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
  padding: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
	z-index: 10000;
	text-align: center ;
	background: #ffffff;
  box-shadow: 0px -10px 10px 0px rgb(0 0 0 / .1);
}
.is-fixed-no {
  display: none!important;
}
.floating {
  position: relative;
  margin-top: calc(30 / 750 * 100vw);
  padding: calc(30 / 750 * 100vw) calc(20 / 750 * 100vw);
  background: #fff;
  box-shadow: 0px -10px 10px 0px rgb(0 0 0 / .1);
  z-index: 100;
}
.floating.is-fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  margin-top: 0;
}
.floating a {
  display: block;
  max-width: 650px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
 .floating-step{
	position: fixed;
	right: 0;
	bottom: 0;
	width: 100%;
	height: auto;
    padding: 25px;
	z-index: 10000;
	text-align: center ;
    margin-top: 40px;
}
.floating-step img{
	width: 650px;
}
.floating {
    margin-top: 40px;
    padding: 25px;
  }

}


/* フッター */
.footer {
  padding: calc(40 / 750 * 100vw) calc(50 / 750 * 100vw) calc(56 / 750 * 100vw);
  font-weight: 700;
  text-align: center;
}
.footer-nav {
  font-size: 0;
	border-top: 1px solid #afafaf;
	margin: 20px auto 0 ;
	padding: 20px 0 0 ;
	max-width: 900px;	
}
.footer-nav li {
  display: inline-block;
  margin: calc(10 / 750 * 100vw) 0;
  padding: calc(6 / 750 * 100vw) calc(26 / 750 * 100vw);
  border-left: 1px solid #afafaf;
  border-right: 1px solid #afafaf;
}
.footer-nav li:first-child {
  border-right: none;
}
.footer-nav li a {
  color: #000271;
  font-size: calc(28 / 750 * 100vw);
  line-height: 1;
  text-decoration: none;
}
.footer .copyright {
  display: block;
  margin-top: calc(60 / 750 * 100vw);
  font-size: calc(24 / 750 * 100vw);
}
.footer .foot_li{
	margin: 0 10px 0;
}
.footer .foot_li a:link,
.footer .foot_li a:visited{
	text-decoration: none;

}
.footer .foot_li a{
  color: #000271;
	font-size: calc(28 / 750 * 100vw);
}
.footer .foot_li p{
	display: inline-block;
}

.footer .foot_li_ttl{
	font-weight: bold;
	font-size: calc(28 / 750 * 100vw);
	margin: 0 10px 0 0;
}

@media screen and (min-width: 768px) {
  .footer {
    padding: 40px 40px 30px;
  }
  .footer-nav li {
    margin: 0;
    padding: 3px 26px;
  }
  .footer-nav li:nth-child(n) {
    border-right: none;
  }
  .footer-nav li:last-child {
    border-right: 1px solid #afafaf;
  }
  .footer-nav li a {
    font-size: 1.3rem;
  }
  .footer .copyright {
    margin-top: 30px;
    font-size: 1.2rem;
  }
.footer .foot_li a{
    font-size: 1.3rem;
}
.footer .foot_li_ttl{
    font-size: 1.3rem;
}
}
.apply_txt{
	text-align: left;
	padding-top: 2vw;
	font-size: 3vw;
}
@media screen and (min-width: 640px), print {
.apply_txt{
	text-align: left;
	padding: 10px 0 0;
	margin: 0 20px;
	font-size: 14px;
}
}
@media screen and (min-width: 750px), print {
.apply_txt{
	text-align: center;
	padding: 10px 20px 0;
	margin: 0 auto;
}
}