@charset "UTF-8";
/* CSS Document */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul, ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

/* フォーム要素の見た目を統一 */
input, button, textarea, select {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

/* 画像の余白・はみ出し防止 */
img {
  max-width: 100%;
  height: auto;
  display: block;
}


/* HR */
.hrwhite {
border: none;
border-top: 1px solid #ffffff;
width: 100%;
margin-top: 10px;
margin-bottom: 10px;
}

.hrblue {
border: none;
border-top: 1px solid #2f5fa8;
}

html {
scroll-behavior: smooth;
}

body {
padding-top: 146px;
}

/* =========================
   ヘッダー
========================= */
header {
width: 100%;
height: 70px;
background: #004094;
padding: 0 20px;
display: flex;
align-items: center;
top: 0;
left: 0;
z-index: 1000;
}

#hd-box {
width: 100%;
padding: 0 120px;
margin: 0 auto;
display: flex;
align-items: center;
gap: 20px;
position: relative;
z-index: 1100;
}

/* ロゴ */
#hd-logo a {
display: flex;
align-items: center;
gap: 8px;
margin: 0;
}

#hd-logo img {
height: 19px;
width: auto;
display: block;
}

#hd-logo span {
font-size: 19px;
color: #ffffff;
font-weight: bold;
}

/* ハンバーガーボタン */
.hamburger {
position: relative;
width: 32px;
height: 32px;
z-index: 1200;
background: none;
border: none;
padding: 0;
cursor: pointer;
}

/* 中身はクリックを奪わない */
.icon-open,
.icon-close {
pointer-events: none;
position: absolute;
top: 0;
left: 0;
width: 32px;
height: 32px;
}

/* 開くアイコン */
.icon-open {
display: block;
}

/* 閉じるアイコン */
.icon-close {
display: none;
font-size: 40px;
line-height: 22px;
text-align: center;
color: #fff;
}

/* 切り替え */
.hamburger.active .icon-open {
display: none;
}

.hamburger.active .icon-close {
display: block;
}

/* メニュー */
.menu {
position: fixed;
top: 60px;
left: 0;
width: 35vw;
height: calc(100vh - 70px);
background: rgba(0, 64, 148, 0.95);
z-index: 500;
display: none;
transform: translateX(-100%);
will-change: transform;
}

.menu ul {
list-style: none;
margin: 0;
padding-top: 40px;
padding-right: 40px;
text-align: right;
}

.menu li {
margin-bottom: 30px;
}

.menu a {
color: #fff;
text-decoration: none;
font-size: 24px;
font-weight: bold;
}

.menu a:hover {
color: #f7f7ff;
}

/* 右側ログイン */
.m-header-login-link {
display: inline-block;
font-size: 16px;
line-height: 150%;
color: #004094;
font-weight: bold;
background-color: #ffffff;
border-radius: 6px;
padding: 6px 20px;
text-decoration: none;	
}

.m-header-box-right {
margin-left: auto;
display: flex;
align-items: center;
}


.m-header-login-link-str {
display: inline-block;
background: url(https://jbr-partner.net/ptenwp/wp-content/themes/jbr/images/common/m-header-icon01.svg) no-repeat left center;
background-size: auto 1.2em;
padding: .1em 0 .1em 1.7em;
}

@media screen and (max-width: 768px) {

/* ヘッダー */
header {
height: 60px;
padding: 0 16px;
margin-bottom: 0;	
}

/* 内側ボックス */
#hd-box {
padding: 0;
gap: 12px;
}

/* ロゴサイズ調整 */	
#hd-logo a {
flex-direction: column;
align-items: flex-start;
gap: 2px;
}	
	
#hd-logo img {
height: 12px;
}
	
#hd-logo span {
font-size: 10px;
}
	
	
	
/* ハンバーガーを左固定 */
.hamburger {
width: 28px;
height: 28px;
top: -4px;
}

.icon-close {
margin-left: 0;		
	}	
	
/* メニューを全幅に */
.menu {
top: 60px;
width: 100vw;
height: calc(100vh - 60px);
}

.menu ul {
text-align: left;
margin-left: 30px;
}	
.menu li {
margin-bottom: 23px;
}	
	
/* メニュー文字サイズ調整 */
.menu a {
font-size: 15px;	
}


/* ログインを右に小さく */
.m-header-box-right {
margin-left: auto;
}

.m-header-login-link {
font-size: 12px;
padding: 4px 10px;
}

}

/* =========================
   ヘッダー：追従メニュー
========================= */
.header-wrap{
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 1000;
height: 133px;
}

/* ===== index-menu ===== */

.index-menu{
position: sticky;
top: 76px;
left: 0;
z-index: 100;
padding: 1.5em 3.3em 1.1em 5.7em;
background: #ffffff;
width: 100%;
height: 76px;
display: flex;
align-items: center;
justify-content: center;
box-shadow: 0 2px 5px rgba(0,0,0,0.1);	
}

.index-menu-box{
display: flex;
flex-direction: row;
align-items: center;
}

.index-menu-box-left{
flex-shrink: 0;
}

.index-menu-box-right{
flex-grow: 1;
}

.index-menu-logo-link-img{
max-width: 19vw;
}

.index-menu-list{
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}

.index-menu-list-item{
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 0 20px;
}

.index-menu-list-item:not(:last-child)::after{
content: "";
position: absolute;
right: 0;
top: 50%;
transform: translateY(-50%);
width: 1px;
height: 50px;
background: #ccc;
}

.index-menu-list-item-link{
display: inline-block;
font-size: clamp(4.8px, 1.11111vw, 16px);
line-height: 129%;
color: #333;
font-weight: 700;
text-align: center;
padding: 0 1.5em;
}

.index-menu-list-item-link:hover{
color: #004094;
}

/* ===== SP ===== */

@media screen and (max-width: 768px){

.index-menu{
padding: min(4.10256vw, 24px);
height: auto;
}

.index-menu-box{
display: block;
}

.index-menu-box-left{
width: 100%;
}

.index-menu-box-right{
width: 100%;
}

.index-menu-logo{
text-align: center;
margin-bottom: min(3.07692vw, 18px);
}

.index-menu-logo-link-img{
max-width: 50vw;
}

.index-menu-list{
justify-content: center;
flex-wrap: wrap;
margin: 0 min(-2.05128vw, -12px);
}

.index-menu-list-item{
width: 50%;
padding: 0 min(2.05128vw, 12px);
}

.index-menu-list-item:not(:last-child)::after{
display: none;
}

.index-menu-list-item-link{
display: flex;
align-items: center;
justify-content: center;
flex-grow: 1;
font-size: min(3.33333vw, 19.5px);
padding: .7em;
height: 100%;
border-bottom: 1px solid #B2B0B0;
}

}


/* =========================
   全体
========================= */
.faq {
max-width: 800px;
margin: 0 auto 60px auto;
}

.faq-title{
font-size: 20px;
font-weight: 600;
color: #004094;
margin: 36px 0 10px 0;
}

.faq-item {
border-bottom: 1px solid #6495e3;
margin-bottom: 10px;
}

.faq-question {
width: 100%;
display: flex;
align-items: center;
justify-content: space-between;
text-align: left;
padding: 20px 0 20px 10px;
font-weight: 600;
background: none;
border: none;
cursor: pointer;
}

.faq-question::before {
content: "";
width: 23px;
height: 23px;
margin-right: 12px;
background: url("img/faq-q.png") no-repeat center / contain;
flex-shrink: 0;
}

.faq-question::after {
content: "▼";
margin-left: auto;
margin-right: 12px;
color: #ccc;
transition: transform 0.3s;
font-size: 12px;
}

.faq-item.active .faq-question::after {
transform: rotate(180deg);
}



.faq-answer {
max-height: 0;
overflow: hidden;
padding: 0 16px;
transition: max-height 0.3s ease;
}

.faq-answer p {
position: relative;
padding-left: 32px;
padding-right: 30px;
}

.faq-answer p::before {
content: "";
position: absolute;
top: 0.2em;
left: -5px;
margin: 0;
padding: 0;
width: 23px;
height: 23px;
background: url("img/faq-a.png") no-repeat center / contain;
}


.faq-item.active .faq-answer {
max-height: 1000px;
padding-bottom: 20px;
}


.p-title{
margin-top: 30px;	
}

.faqsmall-text{
font-size: 12px;
margin-top: 5px;
padding: 0;
line-height: 1.2;
}

/* =========================
  フッター
========================= */
#footer-benefit {
background: #eff0f4;
width: 100%;
padding: 20px 0;
margin: 20px auto 0 auto;	
text-align: center;
}

#footer-benefit p {
margin-top: 10px;
font-size: 14px;
}

.info-btn{
margin-top: 10px;
margin-left: auto;
margin-right: auto;	
padding: 10px 20px;
border: 1px solid #333;
font-size: 14px;
width: 250px;
}

.info-btn:hover{
background: #ffffff;
}

.m-footer {
display: flex;
flex-direction: row;
justify-content: center;
background: #F2F3F7;
padding: 2em 0;
}

.m-footer-logo {
text-align: center;
margin-bottom: 1em;
}


.m-footer-menu {
display: flex;
flex-direction: row;
justify-content: end;
}

.m-footer-menu-item {
display: flex;
flex-direction: row;
align-items: center;
font-size: 14px;
margin: 0 auto;
}

.m-footer-menu-item:first-child::before {
display: none;
}
.m-footer-menu-item::before {
content: "";
display: inline-block;
width: 1px;
height: 1em;
background: #333333;
margin: 0 1em;
}

.m-footer-in {
display: flex;
flex-direction: column;
align-items: center;
margin-top: 20px;
}

.footer-copyright-text{
color: #333333;
text-align: center;
margin-top: 20px;
}

.footer-copyright-text span{
font-size: 10px;
}

/* スマホ */
@media screen and (max-width: 768px) {
#footer-benefit {
padding-left: 20px;	
padding-right: 20px;
}	
	
#footer-benefit p{
text-align: left;
}	
	
.m-footer-copyright {
font-size: 5px;

}	
}




/* TOPへ戻るボタン */
.pten-back-to-top {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
  position: fixed;
  right: 20px;
  bottom: 20px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pten-back-to-top.is-show {
  opacity: 1;
  visibility: visible;
}

.pten-back-to-top img {
  width: 20px;
  transform: rotate(-90deg);
}


/* ハンバーガーメニュー切り替え|非表示 */
@media screen and (min-width: 769px) {
  .hamburger {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .index-menu {
    display: none;
  }
}



/* ===== 基本CSS ===== */

/* リセット */
* {
box-sizing: border-box;
margin: 0;
padding: 0;
}

/* 基本設定 */
html {
font-size: 16px;
-webkit-text-size-adjust: 100%;
}

body {
font-family: "Noto Sans JP", sans-serif;
line-height: 1.7;
color: #333;
background: #fff;
margin: 0;
}

/* レイアウト（本文ラッパー） */
.wrapper {
width: 780px;
margin: 0 auto;
padding: 16px;
}

/* さらに横幅が広い端末 */
@media (max-width: 800px) {
.wrapper {
max-width: 480px;
}
	
.p-title {
font-size: 19px;
}	
	
.p-title-h3 {
font-size: 17px;
}
}

/* 下部の余白 */
.br-footer {
margin-bottom: 500px;
}



/* 画像 */
.image {
text-align: center;
margin: 10px 0 20px 0;
}

.image img{
width: 120px;
height: auto;
margin: 0 auto;
}

img {
max-width: 100%;
height: auto;
display: block;	
}

/* リンク */
a {
color: inherit;
text-decoration: none;
}

/* 内容 */
.p-title {
font-size: 26px;
font-weight: 700;
text-align: center;
margin-bottom: 20px;
}


.p-title-h3 {
font-size: 22px;
font-weight: 700;
text-align: center;
margin-bottom: 20px;	
}

.p-text {
margin-bottom: 60px;
}

.p-link {
font-weight: 600;
text-decoration: underline;	
}

.p-link:hover {
font-weight: 600;
color: #477db6;
}

.p-img {
margin-bottom: 40px;
}

.p-img img {
display: block;
margin: 0 auto;
}

.p-list ul {
list-style: none;
padding: 0;
margin: 0;
display: flex;
gap: 20px;
justify-content: center;	
}

.p-list li {
border: 1px solid #545454;
background: #fff;
}

.p-list a.p-link {
display: block;
padding: 14px 24px;
color: #545454;
text-decoration: none;
text-align: center;	
}

.p-list li:hover {
border: 1px solid #477db6;
}

.p-list a.p-link:hover {
color: #477db6;
}

.p-list .p-text{
margin-bottom: 20px;	
}

/* サイトポリシー */
.p-box.dec ul {
list-style-type: decimal;
padding-left: 15px;
}

/* 禁止事項欄 */
.p-box.dec2 {
margin-bottom: 50px;	
}

.p-box.dec2 ul {
list-style: none;
padding-left: 0;
}

.p-box.dec2 ul li::before {
content: "＊";
margin-right: 0.5em;	
}

li{
margin-bottom: 10px;	
}

.p-text2{
margin: 10px 0;	
}

.p-box.dec{
margin-bottom: 60px;	
}




@media screen and (max-width: 768px) {

/* body */
body {
padding-top: 60px;
}

/* ヘッダー */
header {
height: 60px;
padding: 0 16px;
margin-bottom: 0;
}

#hd-box {
padding: 0;
gap: 12px;
}

#hd-logo a {
flex-direction: column;
align-items: flex-start;
gap: 2px;
}

#hd-logo img {
height: 12px;
}

#hd-logo span {
font-size: 12px;
}

.hamburger {
width: 28px;
height: 28px;
top: -4px;
}

.menu {
top: 60px;
width: 100vw;
height: calc(100vh - 60px);
}

.menu ul {
text-align: left;
margin-left: 30px;
}

.menu li {
margin-bottom: 23px;
}

.menu a {
font-size: 15px;
}

.m-header-login-link {
font-size: 12px;
padding: 4px 10px;
}

/* index-menu */
.index-menu {
padding: min(4.10256vw, 24px);
height: auto;
}

.index-menu-box {
display: block;
}

.index-menu-box-left,
.index-menu-box-right {
width: 100%;
}

.index-menu-logo {
text-align: center;
margin-bottom: min(3.07692vw, 18px);
}

.index-menu-logo-link-img {
max-width: 50vw;
}

.index-menu-list {
justify-content: center;
flex-wrap: wrap;
margin: 0 min(-2.05128vw, -12px);
}

.index-menu-list-item {
width: 50%;
padding: 0 min(2.05128vw, 12px);
}

.index-menu-list-item:not(:last-child)::after {
display: none;
}

.index-menu-list-item-link {
display: flex;
align-items: center;
justify-content: center;
flex-grow: 1;
font-size: min(3.33333vw, 19.5px);
padding: .7em;
height: 100%;
border-bottom: 1px solid #B2B0B0;
}

/* benefit */
#benefit-body {
margin-top: 10px;
}

.overview {
margin-top: 0;
margin-bottom: 20px;
}

h2 {
font-size: 16px;
margin: 10px 0 0 0;
}

.ov-text {
font-size: 14px;
padding: 0 30px;
text-align: left;
}

.benefit-inner {
padding-top: 20px;
padding-bottom: 10px;
}

.benefit-list-inner {
padding-top: 20px;
padding-bottom: 20px;
}

.list-row {
grid-template-columns: 1fr;
gap: 20px;
}

.list-container {
width: 100%;
margin: 0;
}

.list-com-name {
font-size: 14px;
line-height: 1.5;
}

.list-com-name::after {
display: none;
}

.list-tabs-box {
flex-direction: row;
gap: 8px;
}

.list-tadall,
.list-tadpten {
text-align: center;
}

/* com */
.com-row {
flex-direction: column;
margin: 20px 0 80px 0;
}

.com-box1,
.com-box2 {
width: 95%;
margin: 0 auto;
}

.tadall,
.tadpten {
font-size: 10px;
}

.btn-text {
font-size: 16px;
}

/* footer */
#footer-benefit {
padding-left: 20px;
padding-right: 20px;
}

#footer-benefit p {
text-align: left;
}

}

/* ===== FAQページ SP崩れ修正 ===== */
@media screen and (max-width: 768px){

.wrapper{
width:100%;
max-width:100%;
padding:20px 16px;
}

.faq{
max-width:100%;
padding:0;
}

.faq-question{
padding:18px 0 18px 0;
font-size:16px;
line-height:1.6;
}

.faq-answer p{
padding-left:28px;
padding-right:5px;
font-size:15px;
line-height:1.8;
}
	
.faq-question::after {
margin-right: 10px;
margin-left: 16px;
}

}


