@charset "UTF-8";


html {
  scroll-behavior: smooth;
}
/* Body */
body {
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	line-height:1.5;
	background-color: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 400;
	color: #343a60;
	color: #fff;
	overflow-x: hidden;
}
img{ border:0px;}
* {
margin:0;
padding:0;
}

html, body,  section, span, h1, h2, h3, h4,
p, a, dl, dt, dd,  ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	vertical-align: baseline;
	list-style: none;
}
a { text-decoration:none;}
a:link { color: #fff; }
a:visited { color: #fff; }
a:hover { color: #ffef00; }
a:active { color: #ffef00; }

.cf:before, .cf:after {
    content:"";
    display:table
}
.cf:after { clear:both }
.cf { zoom:1 } /* For IE 6/7 */

/* Container */

/* Navigation */
header {
width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
}
header img{
	width:8.5em;
	 padding:0.5em;
}
h1.sub{
      font-size: 180%;
      color: #fff;
      padding: 1em 0;
      text-align:center;
}
main p1{
	width: 90%;
      font-size: 85%;
      padding: 2em 0;
      text-align:center;
      margin:0 auto;
}
/* hero Section */
#hero{
	width: 100%;
	background-color: #1f7df5;
	background-image:url(../images/bg-main.jpg);
	background-size:  100% auto;
	background-position:top center;
	background-repeat:no-repeat;
	margin-top:-50px;
	padding-top:50px;
}
#zero-thanks,
#zero-plan,
#p_plan,
#s_plan,
#row{
	width: 100%;
	background-color: #1f7df5;
	background-image:url(../images/bg-main.jpg);
	background-size:  100% auto;
	background-position:top center;
	background-repeat:no-repeat;
}
#zero-plan{
	background-repeat:repeat;
}

#p_plan main{
	background-color: #fff;
	color:#000;
}
#zero-thanks{
	 padding:5em 0;
		 width:100%;
}
#zero-thanks .content{
  max-width: 960px;
  margin: 3em auto;
  background: #fff;
  padding: 2em;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

#zero-thanks h1{
  font-size: 28px;
  color: #2d6dd2;
  margin-bottom: 1em;
  border-left: 5px solid #2d6dd2;
  padding-left: 0.5em;
}
#zero-thanks section{
	margin:1em 0;
	width:100%;
}
#zero-thanks .img{
	width:40%;
	margin:3em auto;
}
#zero-thanks .img img{
	width:100%;
}
@media (max-width: 1000px) {
	#zero-thanks .content{
		 width:80%;
		}
#zero-thanks .img{
	width:60%;
	}
}

#hero h2{
	color:#fff;
	font-size:400%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-weight:  900;
}
#hero h3{
	color:#fff;
	font-size:200%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-weight:  900;
	padding:1em 0;
}
#hero p{
	color:#fff;
}
.yellow{
	color:#ffef00;
}
.orange{
	color:#ff8637;
}
.content{
	 width:1000px;
	 margin:0 auto 0 auto;
	 padding:5em 3em;
}
.hero{
	background-image:url(../images/img-main.png);
	background-size:  40% auto;
	background-position:center right;
	background-repeat:no-repeat;
}
.cta-button a{
	color:#fff;
}
.cta-button {
	margin-top:1.5em;
    display: inline-block;
    background: #ff7a20;
    color: #ffffff;
    padding: 14px 40px;
    border-radius: 30px;
    font-size: 24px;
    font-weight: bold;
    text-decoration: none;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}
.cta-button:hover {
    color: #ffffff;
    background: #ff6600;
    transform: translateY(2px);
}


a.btn-gradient {
  color: #fff;
  border: 2px solid #fff;
  border-radius: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#fa709a), to(#fee140));
  background-image: -webkit-linear-gradient(left, #fa709a 0%, #fee140 100%);
  background-image: linear-gradient(to right, #fa709a 0%, #fee140 100%);
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
  box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

a.btn-gradient:hover {
  -webkit-transform: translate(0, -2px);
  transform: translate(0, -2px);
  color: #fff;
  -webkit-box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
}

#section-start {
  background-color: #bcdfff;
  padding: 60px 0;
  text-align: center;
}
#section-start h2 {
	color:#223e6a;
	font-size:300%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-weight:  900;
	text-align:center;
}
#section-start  p.section-start {
  margin: 0 auto;
  margin-top:1em;
  line-height: 1.8;
  background-color: #fff;
  padding:2em;
  text-align:left;
  color:#223e6a;
  border-radius: 12px;
  font-size:120%;
}
/* 「なぜ無料なの？」ブロック全体 */
.reason-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 2rem;
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  max-width: 800px;
  height:9em;
  margin: 1em auto;
}

/* イラスト */
.reason-illust img {
  width: 140px;
  height: auto;
  border-radius: 8px;
  margin-left:-90px;
}

/* テキスト側 */
.reason-text {
  flex: 1;
  font-size: 1rem;
  line-height: 1.9;
  color: #223e6a;
  text-align:left;
}
.reason-text b{
  font-size: 1.5rem;
}
/* スマホ対応 */
@media (max-width: 700px) {
  .reason-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 1.5rem;
    height:auto;
  }
  .reason-illust img {
    width: 120px;
    margin-bottom: 1rem;
    margin-left:auto;
  }
}

#templates {
  background: #f9fafc;
  padding: 3em 0;
  text-align: center;
}

#templates h2 {
	color:#223e6a;
	font-size:300%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-weight:  900;
	text-align:center;
}

#templates p {
  max-width: 600px;
  margin: 0 auto 2.5rem;
  color: #223e6a;
  line-height: 1.8;
	font-size:90%;
}

.template-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}

.template-item {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 6px 16px rgba(0,0,0,0.06);
  max-width: 350px;
  text-align: center;
  padding-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.template-item:hover {
  transform: translateY(-5px);
}

.template-item img {
  width: 100%;
  border-radius: 12px 12px 0 0;
}

.template-item h3 {
  margin: 1rem 0 0.5rem;
  color: #223e6a;
	font-size:100%;
}

.template-item p {
  font-size: 0.95rem;
  padding: 0 1.2rem;
  color: #223e6a;
  min-height: 3.5em;
}

.btn-view {
  display: inline-block;
  margin-top: 1rem;
  background: #ff8a00;
  color: #fff;
  padding: 0.6rem 1.2rem;
  border-radius: 0.6rem;
  font-weight: 600;
  text-decoration: none;
}
.btn-view:hover {
  background: #ff9800;
}

@media (max-width: 768px) {
  .template-list {
    flex-direction: column;
    align-items: center;
  }
}



#plans{
	background-color: #1f7df5;
}
#plans h2{
	color:#fff;
	font-size:300%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-weight:  900;
	text-align:center;
}
#plans p.midashi{
	text-align:center;
margin:1em auto;
}
.card-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  max-width: 1000px;
  margin: 2em auto;
  gap: 20px;
  text-align: left;
}

.card {
  background: white;
  border-radius: 12px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  padding: 20px;
  text-align: left;
  color:#223e6a;
}
.card h3 {
  margin-top: 0;
}
.card p {
  margin-bottom: 0;
  text-align: left;
  font-size:90%;
  height:3em;
}
.card img{
	height:3em;
	  margin-left: 0;
	  margin-bottom:0.5em;

}
@media (min-width: 768px) {
  .card-container {
    grid-template-columns: repeat(3, 1fr);
  }
}
p.hosoku{
}
#osusume{
	background-color: #bcdfff;
}
#osusume .content{
	padding-bottom:0;
}
#osusume h2{
	color:#223e6a;
	font-size:300%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-weight:  900;
	text-align:center;
}
.recommend-list {
	color:#223e6a;
  list-style: none;
  padding: 0;
  margin: 3em auto;
  max-width: 1000px;
}

.recommend-list li {
  background: white;
  margin: 15px 0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  font-size: 120%;
  text-align:center;
}

.recommend-list li span {
  font-weight: bold;
}

.recommend-list li em {
  color: #f69320;
  font-weight: bold;
  font-style: normal;
}
.osusume-text{
  font-size: 130%;
	color:#223e6a;
	background-image:url(../images/img-osusume.png);
	background-size:  40% auto;
	background-position:center right;
	background-repeat:no-repeat;
	height:300px;
}
.sp-br {
  display: none;
}

#hikaku h2{
	color:#223e6a;
	font-size:300%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-weight:  900;
	text-align:center;
}

/*--comparison-table--*/
.comparison-table {
  width: 100%;
  max-width: 1000px;
  margin: 3em auto;
  border-collapse: collapse;
  box-shadow: 0 5px 10px rgba(0,0,0,0.1);
  border-radius: 12px;
  overflow: hidden;
}

.comparison-table th {
  background: #3863e3;
  color: #fff;
  padding: 15px;
  text-align: center;
  border: 1px solid #6687ea;
}

.comparison-table td {
  background: #fafbfc;
  padding: 15px;
  text-align: center;
  border: 1px solid #e0e4ea;
	color:#223e6a;
}

.comparison-table tbody tr:nth-child(even) td {
  background: #f6f8fb;
}

.comparison-table th:first-child {
  border-top-left-radius: 12px;
}

.comparison-table th:last-child {
  border-top-right-radius: 12px;
}

.comparison-table td.highlight,
.comparison-table th.highlight {
  background: #e6f0ff!important;
  font-weight: bold;
  color:#3863e3;
}
.comparison-table th.highlight {
  background: #2c50d0!important;
  color:#fff;
}
.comparison-table td.koumoku{
	font-weight:bold;
}
#plan3{
	background-image:url(../images/img-v3.png);
	background-size:  auto 250px;
	background-position:top center;
	background-repeat:no-repeat;
	padding-top:290px;
	width: 100%;
	margin:0;
}
#plan3 .content{
	width: 100%;
	margin:0 ;
	padding:0;
}
#plan3 h2{
	color:#223e6a;
	font-size:300%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-weight:  900;
	text-align:center;
}


.plan-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  margin:4em auto;
  max-width:1200px;
}
.plan-card {
position: relative;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 16px;
  box-shadow: 0 5px 10px rgba(0,0,0,0.05);
  padding: 20px;
  max-width: 280px;
  flex: 1 1 280px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color:#223e6a;
  text-align:center;
  font-size:90%;
}
.plan-card h3{
	font-size:150%;
	padding-top:1em;
	padding-bottom:0.2em;
}
.plan-card h3 .zero{
	color:#2a67e7;
}
.plan-card h3 span{
		font-size:120%;
}

.plan-card.recommend {
  border: 2px solid #2d6dd2;
}

.plan-card .label {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #2d6dd2;
  color: white;
  font-size: 15px;
  padding: 0.3em 1em;
  border-radius: 999px;
  display: inline-block;
}
.plan-card h2 {
  font-size: 18px;
  margin: 10px 0;
}

.plan-card h2 span {
  font-size: 28px;
  color: #2d6dd2;
}

.plan-card ul {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  flex-grow: 1;
}

.plan-card ul li {
  margin: 8px 0;
  text-align:left;
}
.plan-card ul li img{
	width:1em;
}
.button-area {
  margin-top: auto;
}

.plan-button {
  display: block;
  background: #2d6dd2;
  color: white;
  padding: 14px;
  text-decoration: none;
  border-radius: 8px;
  font-weight: bold;
  text-align: center;
}

.plan-button.outline {
  background: white;
  color: #2d6dd2;
  border: 1px solid #d2d6dc;
}
.plan-button:hover {
  background: #1f7df5;
}
.plan-button.outline:hover  {
  background: #d2d6dc;
}
.recommend-list2 {
	color:#223e6a;
  list-style: none;
  padding: 0;
  margin: 1em auto;
  max-width:1200px;
}

.recommend-list2 li {
  background: #e4f2f6;
	background-image:url(../images/img-mark-03.png);
	background-size:   2em;
	background-position:left 0.8em center;
	background-repeat:no-repeat;
  margin: 15px 0;
  padding: 1em;
  padding-left:4em;
  border-radius: 10px;
  font-size: 140%;
  text-align:left;
}

.recommend-list2 li span {
  font-weight: bold;
}

.recommend-list2 li em {
  color: #f69320;
  font-weight: bold;
  font-style: normal;
}
#plan3 p.midashi{
display:block;
width:1000px;
margin:2em auto;
  color: #223e6a;
	text-align:center;
}

#plan3 p.hosoku{
display:block;
width:1000px;
margin:0 auto;
padding:0 1em;
  color: #223e6a;
	text-align:left;
}
#faq{
	background-color: #1f7df5;
}
#faq h2{
	color:#fff;
	font-size:300%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-weight:  900;
	text-align:center;
}
#faq p.midashi{
	text-align:center;
margin:0 auto;
	width:900px;
	background-image:url(../images/img-qa.png);
	background-size:  auto 230px;
	background-position:top right;
	background-repeat:no-repeat;
	padding:95px 0;
	font-size:120%;
	text-align:left;
}
#faq ul{
width:1000px;
margin:0 auto;
padding-bottom:3em;
}
#faq ul li.question{
  background: #274674;
	background-size:   2em;
	background-position:left 0.8em center;
	background-repeat:no-repeat;
  padding: 1em;
  border-radius: 10px;
  font-size: 140%;
  text-align:left;
	
}
#faq ul li.answer{
  background: #fff;
  color:#274674;
	background-size:   2em;
	background-position:left 0.8em center;
	background-repeat:no-repeat;
  margin: 1em 0 3em 0;
  padding: 1.2em;
  border-radius: 10px;
  font-size: 120%;
  text-align:left;
	
}
#contact{
	background-color: #fff;
	color:#223e6a;
}
#contact h2{
	color:#223e6a;
	font-size:300%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-weight:  900;
	text-align:center;
}
#contact p.midashi{
	text-align:center;
margin:0 auto;
	width:1000px;
	background-image:url(../images/img-taira.jpg);
	background-size:  auto 260px;
	background-position:bottom right;
	background-repeat:no-repeat;
	padding:70px 0;
	font-size:120%;
	text-align:left;
}

.site-footer {
  background: #1f7df5;
  color: white;
  padding: 40px 20px 20px;
  width:100%;
}

.footer-inner {
  display: flex;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto;
  gap: 40px;
}

.footer-col {
  flex: 1 1 200px;
  min-width: 200px;
  font-size: 80%;
  margin-bottom: 0.5em;
}

.footer-col h2 {
  font-size: 120%;
  margin-bottom: 0.5em;
  margin-top:1em;
}

.footer-col ul {
  list-style: none;
  padding: 0;
}

.footer-col ul li {
  margin: 0.3em 0;
}

.footer-col a {
  color: white;
  text-decoration: none;
}

.footer-col a:hover {
  text-decoration: underline;
}

.footer-col .logo img{
	width:10em;
	 padding-bottom:0.5em;
}


.footer-bottom {
  text-align: center;
  padding-top: 20px;
  font-size: 14px;
  color: #d0e0ff;
}


.legal-page {
  max-width: 960px;
  margin: 3em auto;
  background: #fff;
  padding: 2em;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.05);
  font-size: 16px;
  line-height: 1.8;
  color: #333;
}

.legal-page h1 {
  font-size: 28px;
  color: #2d6dd2;
  margin-bottom: 1em;
  border-left: 5px solid #2d6dd2;
  padding-left: 0.5em;
}
.legal-page h2 {
	padding:1.5em 0 0.2em 0;
}
.legal-page dl {
  margin-top: 2em;
}

.legal-page dt {
  font-weight: bold;
  margin-top: 1.5em;
  color: #2d6dd2;
}

.legal-page dd {
  margin-left: 1em;
  margin-bottom: 1em;
}
    .legal-page ul {
      margin-left: 1.5em;
      padding-left: 0;
    }

    .legal-page ul li {
      margin-bottom: 0.5em;
    }

    .legal-page p {
      margin-top: 0.8em;
    }


    .s_plan {
      max-width: 900px;
      margin: 0 auto;
      background: #fff;
      padding: 40px;
      border-radius: 16px;
      box-shadow: 0 5px 20px rgba(0,0,0,0.05);
  color: #000;
    }
    .s_plan h1 {
      font-size: 28px;
      color: #2d6dd2;
      border-left: 6px solid #2d6dd2;
      padding-left: 12px;
      margin-bottom: 24px;
    }
    .s_plan h2 {
      font-size: 20px;
      margin-top: 32px;
      margin-bottom: 12px;
      color: #2d6dd2;
    }
    .s_plan ul {
      padding-left: 20px;
      line-height: 1.8;
    }
    .s_plan .cta-buttons {
      margin-top: 40px;
      text-align: center;
    }
    .s_plan .cta-buttons a {
      display: inline-block;
      margin: 10px;
      padding: 14px 24px;
      border-radius: 8px;
      text-decoration: none;
      font-weight: bold;
      transition: all 0.2s ease;
    }
    .s_plan .cta-buttons .primary {
      background: #2d6dd2;
      color: #fff;
    }
    .s_plan .cta-buttons .primary:hover {
      background: #1b4e9e;
    }
    .s_plan .cta-buttons .secondary {
      background: #fff;
      color: #2d6dd2;
      border: 2px solid #2d6dd2;
    }
    .s_plan .cta-buttons .secondary:hover {
      background: #f0f4ff;
    }

.company a{
	color:#000;
}
/*----animation----*/
.animate {
  opacity: 0;
  transition: opacity 1s ease, transform 1s ease;
}
    .animate.in-view {
      opacity: 1;
    }

/* フェード */
.animate.fade-in.in-view {
  opacity: 1;
}

/* スライドイン（右→左） */
.animate.slide-in.in-view {
  opacity: 1;
  transform: translateX(0);
}
.animate.slide-in {
  transform: translateX(80px);
}
/* 左からスライドイン */
.animate.slide-left {
  transform: translateX(-80px);
}

.animate.slide-left.in-view {
  opacity: 1;
  transform: translateX(0);
}
/* ズームイン */
.animate.zoom-in.in-view {
  opacity: 1;
  transform: scale(1);
}
.animate.zoom-in {
  transform: scale(0.8);
}
/* 下からスライド */
.animate.slide-up.in-view {
  opacity: 1;
  transform: translateY(0);
}
.animate.slide-up {
  transform: translateY(30px);
  opacity: 0;
}
/*border*/
.border-underline {
  position: relative;
  display: inline-block;
}

.border-underline::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 0%;
  background-color: #343a60;
  transition: width 1.5s ease;
}
.border-underline2::after{
	 background-color: #545979;
}
.border-underline.in-view::after {
  width: 100%;
}
@media (max-width: 1300px) { 
#hero{
	background-size: auto 120% ;
}
 .content {
    width: 90%;
}
.hero{
	background-position:bottom right 2em;
}
    .osusume-text{
    width: 100%;
    height:400px;
	background-size: 40% auto ;
	background-position:bottom right;
  	margin:0 auto;
  }

#plan3 p.midashi{
width:100%;
margin:2em auto;
}
#faq p.midashi{
	width:100%;
}
  #faq ul{
width:100%;
}
#contact p.midashi{
	width:100%;
}
}

@media (max-width: 1000px) {
#contact p.midashi{
	background-size:  auto 230px;
	background-position:bottom  right;
	padding:2em  0 250px 0 ;
	font-size:110%;
}
}
/* Small Tablets */
@media (max-width: 767px) {
  .content {
    width: 90%;
    padding: 4em 1em 3.5em 1em;
  }
   .sp-br {
    display: inline;
  }

  .bottom0{
  }
  #hero h2{
	font-size:7.5vw;
}
#hero h3{
	font-size:5vw;
}
.hero{
	background-image:url(../images/img-main.png);
	background-size:  65% auto;
	background-position:bottom center;
	background-repeat:no-repeat;
	padding-bottom:300px;
}
  .card-container {
    grid-template-columns: 1fr;
  }
  .recommend-list2{
  	width:90%;
  	font-size:90%;
  }
  p.hosoku{
  	padding:1em;
  	font-size:90%;
  }
#faq p.midashi{
	width:100%;
	background-size:  auto 200px;
	background-position:bottom 1em right;
	padding:2em  0 200px 0 ;
	font-size:120%;
}
#contact p.midashi{
	background-size:  auto 230px;
	background-position:bottom  right;
	padding:2em  0 250px 0 ;
	font-size:110%;
}
#plan3{
	background-image:url(../images/img-v3.png);
	background-size:  auto 200px;
	padding-top:200px;
	width:98%;
	margin:0 auto;
	padding-left:0;
	padding-right:0;
}
}

/* Smartphones */
@media (max-width: 480px) {
  .content {
    width: 90%;
    padding: 6em 1em 9.5em 1em;
  }
  h2 {
    font-size: 200%;
  }
  .cta-button {
    font-size: 18px;
    padding: 12px 20px;
  }
  .plan-card {
    max-width: 100%;
    font-size: 85%;
  }
  .card-container{
    font-size: 130%;
  }
  .comparison-table {
    font-size: 80%;
  }
    .osusume-text{
    width: 100%;
    height:400px;
	background-size: 70% auto ;
	background-position:bottom right;
  	margin:0 auto;
  }
#plan3 .content{
	width: 90%;
	margin:0 auto ;
	padding:0;
}

}

.plan-more {
  display: block;
  text-align: center;
  margin-top: 2em;
  max-width:1000px;
  margin: 15px auto;
}
.plan-more .btn2 {
  display: block;
  background: #000; /* 既存アクセント色に合わせて変更 */
  color: #fff;
  text-decoration: none;
  padding: 14px 24px;
  border-radius: 10px;
  font-weight: 700;
  transition: 0.2s;
 color:#fff;
  list-style: none;
  margin: 1em auto;
  background: #254576;
  width:90%;
  margin: 0 auto;
}
.plan-more .btn2:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.referral{
	color:#223e6a;
  background:
    linear-gradient(rgba(255,255,255,.20), rgba(255,255,255,.20)),
    url('../images/bg-referral.jpg') center/cover no-repeat;
  z-index: -1;
}

.zp-referral {
　background: #bbddff!important;
  padding: 5em 0;
  text-align: center;
}
.zp-referral h2{
	color:#223e6a;
	font-size:300%;
	font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
	font-weight:  900;
	text-align:center;
}
.zp-referral h2 .yellow{text-shadow: 1px 1px 2px orange;}

.zp-referral .lead {
  margin-bottom: 2em;
  line-height: 1.8;
}
.referral-box .orange{
	font-weight:700;
}
.referral-box li{
	font-size:110%;
}
.referral-box li strong{
	font-size:120%;
}
.referral-box {
	color:#223e6a;
  display: inline-block;
  text-align: left;
  background: #fff;
  border: 2px solid var(--zp-bd);
  border-radius: 1.2em;
  padding: 2em;
  max-width: 900px;
  margin-bottom: 2em;
  box-shadow: 0 6px 16px rgba(0,0,0,.05);
}
.referral-box h3 {
  font-size: 1.3em;
  margin-bottom: 1em;
  color: var(--zp-accent);
}
.referral-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.referral-box li {
  margin-bottom: 1em;
  line-height: 1.7;
}
.zp-referral .note {
  font-size: 0.9em;
  color: var(--zp-muted);
}
.zp-referral .btn {
  display: inline-block;
  background: var(--zp-accent);
  color: #fff;
  text-decoration: none;
  padding: 14px 28px;
  border-radius: 9999px;
  font-weight: 700;
  transition: 0.2s;
}
.zp-referral .btn:hover {
  opacity: 0.9;
  transform: translateY(-2px);
}

.referral-box {
  background: #fff;
  border-radius: 1.2em;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  border: 1px solid #e5e7eb;
}
.referral-box h3 {
  font-size: 2em;
  margin-bottom: 1em;
  width:100%;
  text-align:center;
}
.referral-box h3 span{
  background-color: #4fa6fd;
  color: #fff;
  margin: 0 0.03em;
  display: inline-block;
  width: 1.7em;
  height: 1.7em;
  line-height: 1.7;
  border-radius: 100vh;
  text-align:center;
}

.referral-box ul li strong {
  color: #223e6a;
}

@media (max-width: 900px) {
.zp-container{
	width:90%;
	margin:0 auto;
}
}
.benefit-cards {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 2em;
  margin: 2.5em 0;
}

.benefit-card {
  background: #d7eafc;
  border-radius: 18px;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  border: 2px solid #4fa6fd;
  padding: 1.5em;
  width: 250px;
  text-align: center;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.benefit-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.1);
}

.benefit-illustration {
  width: 85px;
  height: 85px;
  margin: 0 auto 1em;
}

.benefit-illustration img {
  width: 100%;
  height: auto;
}

.benefit-text {
  font-size: 1.1em;
  font-weight: 600;
  color: #1e3a8a;
  line-height: 1.5;
}

.benefit-text small {
  font-size: 0.85em;
  color: #555;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}