@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Fjalla+One");

/* views */
.spView {
  display: none !important;
}
@media only screen and (max-width:768px) {
  .spView {
    display: block !important;
  }
  .pcView {
    display: none !important;
  }
}

.wrap {
	width: 90%;
	padding: 80px 20px;
	max-width: 1000px;
	margin: auto;
	padding-bottom: 0px;
}

.about {
	overflow: hidden
}
.about .mv-block {
	position: relative
}
.about .mv-block .mv {
	min-height: 35rem;
	padding-bottom: 25%;
	background: url(/common/img/about/mv.jpg) no-repeat center center;
	background-size: cover
}
.about .mv-block .mv-catch {
	position: absolute;
	top: 48.57143%;
	left: 50%;
	text-align: center;
	transform: translateX(-50%)
}
.about .mv-block .mv-catch p {
	color: #fff;
	line-height: 1.5
}
.about .mv-block .mv-catch span.small {
	display: inline-block;
	margin-bottom: 1.5rem;
	padding: .5rem .8rem;
	background: #0e62aa;
	font-size: 1.8rem;
	font-family: 'Fjalla One', sans-serif;
	letter-spacing: .25rem;
	line-height: 1
}
.about .mv-block .mv-catch span.lg {
	display: block;
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1
}
@media (max-width: 640px) {
	.about .pc {
		display: none
	}
	.about .sp {
		display: block
	}
	.about .sp-w100 {
		width: 100%
	}
	.about .mv-block .mv {
		min-height: 2.25rem;
		padding-bottom: 60%;
		background: url(/common/img/about/sp-mv.jpg) no-repeat center center;
		background-size: cover
	}
	.about .mv-block .mv-catch {
    width: 80%;
		position: absolute;
		top: 42.85714%;
		left: 50%;
		text-align: center;
		transform: translateX(-50%)
	}
	.about .mv-block .mv-catch span.small {
		margin-bottom: .8rem;
		font-size: 1.2rem
	}
	.about .mv-block .mv-catch span.lg {
		font-size: 2.6rem
	}
}
.block {
  padding: 6rem 0;
}
.tk-proxima-nova {
  font-size: 22px;
  text-align: center;
}

.faq_wrap {
  padding: 20px 0;
}

.faq_title {
	font-size: 22px;
}
.return_link {
	margin-top: 100px;
	display: inline-block;
	text-align: right;
	width: 100%;
}
.content-faq {
	width: 100%;
	margin: auto;
	padding-bottom: 200px;
}
.qa_set {
  margin-top: 60px;
	border: 1px solid #230806;
	padding: 10px;
	background: #fafafa;
}
@media only screen and (max-width:768px) {
  .tk-proxima-nova {
    font-size: 22px;
  }
  .qa_set {
    margin-top: 34px;
  }
}
.question_dl {
	border-bottom: 1px dotted #a9a9a9;
	cursor: pointer;
	margin: 15px 0;
	color: #000;
}
.question_dl p, .answer_dl p {
	margin-bottom: 0 !important;
	font-size: 18px !important;
}
.answer_dl p {
	padding: 10px;
	color: #cd0000 !important
}
/* .open_h3:after, .open_h3.active:after {
	font-size: 0.8em;
	margin-left: 20px;
}
.open_h3.active::after {
	content: "▲";
}
.open_h3::after {
	content: "▼";
} */
.info {
	font-size: 1em;
	padding-left: 15px;
}
.title {
	margin-top: 50px;
	margin-bottom: 10px;
	font-size: 1em;
	font-weight: lighter;
}
.img-close, .img-close img {
	width: 50px;
	height: 50px;
}
.open-6.ul_open {
	position: relative;
}
.open-6 li.img-close {
	cursor: pointer;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 150px;
	margin: auto;
}
.open-6 li:last-child {
	list-style-type: none;
}
.sp-ip {
	display: block;
}
@media screen and (max-width: 600px) {
	.sp-ip {
		display: none;
	}
}

#pankuzu span{padding-left:10px;color:#cd0000;font-weight:600}

#main a {
	border-bottom: none;
}

.qa .inner {
    max-width: 1000px;
}

.tab__wrapper {
    margin-top: 30px;
}

.qa-lists {
    margin-top: 0px;
    margin-bottom: 45px;
}



.menu-box {
    width: 100%;
}

.list {
    margin-top: 15px;
    background-color: #f0f0f0;
    padding: 15px;
    position: relative;
    /* border-radius: 15px; */
}

.menu {
    padding: 0em 1em;
    background-color: #efefef;
    -webkit-transition: all .2s;
    transition: all .2s;
    /* cursor: pointer; */
    height: 60px;
    padding: 15px;
    height: fit-content;
}

.menu:hover {
    background-color: #d1d1d1;
    /* color: #fff; */
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

li.menu a {
    color: #000;
}

.question_cs {
    z-index: 1;
    position: relative;
}

.question_cs p {
    position: relative;
    padding-left: 5px;
    padding-right: 0px;
    font-size: 1.1rem;
    /* font-weight: bold; */
    /* color: #000040; */
    /* font-family: 'ヒラギノ角ゴ pro'; */
}

.question_cs::after {
    content: '>';
    font-size: 1.2rem;
    font-weight: normal;
    color: #000040;
    /* font-family: 'ヒラギノ角ゴ pro'; */
    display: block;
    position: absolute;
    width: 23px;
    height: 23px;
    right: 20px;
    top: -2px;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

@media screen and (max-width: 767px) {
    .question_cs::after {
        width: 15px;
        top: 0px;
        font-size: 1.2rem;
        right: 0px;
    }

	.question_cs p {
        font-size: 1rem;
        padding-left: 0px;
        padding-right: 20px;
    }
}

/* FAQ カテゴリー分け要素のスタイル */
.faq-category-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin: 40px 0 60px 0;
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.faq-category-box {
    background: #ffffff;
    border: 2px solid #1e3a8a;
    border-radius: 12px;
    padding: 30px 25px;
    text-decoration: none;
    color: #1e3a8a;
    display: block;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}

.faq-category-box:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 25px rgba(30, 58, 138, 0.2);
    border-color: #3b82f6;
}

.faq-category-icon {
    text-align: center;
    margin-bottom: 20px;
}

.faq-category-title {
    font-size: 20px;
    font-weight: bold;
    color: #1e3a8a;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.3;
}

.faq-category-examples {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.faq-category-examples li {
    font-size: 14px;
    color: #4b5563;
    margin-bottom: 8px;
    padding-left: 15px;
    position: relative;
}

.faq-category-examples li:before {
    content: "•";
    color: #1e3a8a;
    position: absolute;
    left: 0;
    font-weight: bold;
}

.faq-category-description {
    font-size: 14px;
    color: #6b7280;
    text-align: center;
    margin-bottom: 20px;
    line-height: 1.5;
}

.faq-category-button {
    background: #1e3a8a;
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 6px;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.faq-category-box:hover .faq-category-button {
    background: #3b82f6;
    transform: translateY(-2px);
}

/* レスポンシブ対応 */
@media screen and (max-width: 768px) {
    .faq-category-grid {
        grid-template-columns: 1fr;
        gap: 20px;
        margin: 30px 0 40px 0;
        padding: 0 10px;
    }
    
    .faq-category-box {
        padding: 25px 20px;
    }
    
    .faq-category-title {
        font-size: 18px;
    }
    
    .faq-category-examples li {
        font-size: 13px;
    }
    
    .faq-category-description {
        font-size: 13px;
    }
    
    .faq-category-button {
        font-size: 13px;
        padding: 10px 16px;
    }
}		


.faq-support-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 80px; /* 行の間隔だけを空ける */
    column-gap: 30px; /* 列の間隔をなくす */
    max-width: 1000px;
    margin: 0 auto;
    /* margin-top: 30px; */
    padding: 0 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
}

.faq-support-item {
    /* border: 2px solid red; */
    background-color: #f7f7f7;
    padding-bottom: 20px;
    /* text-align: center; */
    /* border-radius: 8px; */
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 50px; /* ここを修正 */
    box-shadow: 0.0625rem 0.0625rem 0.6rem rgb(0 0 0 / 20%);
    box-shadow: 0px 3px 2px 0px rgba(0, 0, 0, 0.16);
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out, background-color 0.2s ease-out;
}

.faq-support-item:hover {
    transform: translateY(-5px);
    box-shadow: 0px 7px 13px rgb(0 0 0 / 25%);
    background-color: #eff9ee;
    /* padding-bottom: 20px; */
}

.faq-support-top-decoration {
    position: absolute;
    top: -50px; /* ここを修正 */
    left: 50%;
    transform: translateX(-50%);
    width: 120px; /* 正円になるように幅と高さを同じにする */
    height: 120px; /* 正円になるように幅と高さを同じにする */
    background-color: #ffffff;
    border-radius: 50%; /* ここを修正 */
    /* border: 2px solid red; */
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.faq-support-icon {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.faq-support-icon svg {
    margin: 0 5px;
    fill: none;
    stroke: #497c5c;
}

.faq-support-content {
    padding: 20px;
    box-sizing: border-box;
    width: 100%;
}

.faq-support-text {
    font-size: 1.3rem;
    font-weight: bold;
    color: #415744;
    margin: 10px 0;
    text-align: center;
}

.support-card-text {
    font-size: 1rem;
    color: #525252;
    line-height: 1.6;
    /* padding: 20px 20px 16px; */
    padding-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    border-top: 1px solid #E6E6E6;
    display: flex;
    /* justify-content: center; */
    align-items: center;
}

.faq-support-icon img {
    width: 70px;
    height: 70px;
}


.faq-support-item .btnB:after {
    font-family: 'themify';
    content: "\e649";
    /* content: "\f16d"; */
    /* content: "\f105"; */
    font-size: 10px;
    font-style: normal;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 0;
    right: 15px;
    z-index: 1;
    line-height: 60px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.btnB-faq {
    margin: 20px 0px 40px 0;
    border-bottom: dotted 1px #043985;
    padding: 0 0.2rem;
    /* margin-bottom: 20px; */
    border-bottom: 1px solid #0ec30d !important;
}

@media (max-width: 768px) {
    .faq-support-container {
        display: flex;
        flex-direction: column;
        padding: 0;
        margin-top: 80px;
    }

    .support-card-text {
        font-size: 0.9rem;
    }

    .faq-support-content {
        padding: 20px;
        padding-bottom: 0px;
    }

    .btnB-faq {
        margin: 10px 0px 25spx 0;
    }
}


.small-heading-03-wrap {
    margin: 0 auto;
    text-align: center;
    margin-top: 0;
    margin-bottom: 30px;
}

.small-heading-03 {
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-size: 24px;
}

.small-heading-03:before, .small-heading-03:after {
    content: '';
    position: absolute;
    top: 50%;
    display: inline-block;
    width: 45px;
    height: 1px;
    background-color: black;
}

.small-heading-03:before {
    left: 0;
}

.faq_wrap .content-faq {
    -webkit-box-align: normal;
    -ms-flex-align: normal;
    align-items: normal;
    margin-top: 40px;
}

.faq_wrap .content-faq .left {
    margin-right: 20px;
}

.faq_wrap .content-faq .left a, .faq_wrap .content-faq .right a, .faq_wrap .content-faq .center a {
    padding: 20px;
    display: block;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

.faq_wrap .content-faq .icon {
    width: 60px;
    margin: 0 auto;
}

.faq_wrap .content-faq .left p {
    font-family: 'ヒラギノ明朝 pro';
    font-size: 1.8rem;
    font-weight: bold;
    margin-top: 10px;
}

.faq_wrap .content-faq .left p, .faq_wrap .content-faq .right p, .faq_wrap .content-faq .center p {
    color: #043985;
}

.faq_wrap .content-faq .right p {
    color: #043985;
    font-size: 1.2rem;
}

.faq_wrap .content-faq {
    display: flex;
    justify-content: center;
    padding-bottom: 0;
}

.faq_wrap .content-faq .left, .faq_wrap .content-faq .right, .faq_wrap .content-faq .center {
    width: calc(30% - 20px * 1 / 2);
    /* margin: 0 auto; */
    text-align: center;
    border: 1px solid #043985;
    padding: 20px;
}

.faq_wrap .content-faq .left p:hover, .faq_wrap .content-faq .right p:hover, .faq_wrap .content-faq .center p:hover {
    background-color: #043985;
    color: #fff;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

.faq_wrap .content-faq .left:hover, .faq_wrap .content-faq .right:hover, .faq_wrap .content-faq .center:hover {
    background-color: #043985;
    color: #fff;
    -webkit-transition: 0.3s all 0s ease;
    transition: 0.3s all 0s ease;
}

.faq_wrap .content-faq .left:hover p,
.faq_wrap .content-faq .right:hover p,
.faq_wrap .content-faq .center:hover p,
.faq_wrap .content-faq .left:hover a,
.faq_wrap .content-faq .right:hover a,
.faq_wrap .content-faq .center:hover a {
    color: #fff; /* テキストの色を白色に強制的に変更 */
}

.faq_wrap .content-faq .icon img {
    width: 100%
}

@media screen and (max-width: 767px) {
    .faq_wrap .content-faq {
        flex-direction: column;
        max-width: 80% !important;
        justify-content: center;
        margin: 0 auto;
        margin-top: 30px;
        }

    .faq_wrap .content-faq .left, .faq_wrap .content-faq .right, .faq_wrap .content-faq .center {
        width: auto;
        padding: 13px;
    }

    .faq_wrap .content-faq .left {
        margin-right: 0;
        margin-bottom: 15px;
    }

    .faq_wrap .content-faq .icon {
        width: 50px;
        margin: 0 auto;
    }

    .faq_wrap .content-faq .left p {
        font-size: 1.4rem;
        font-weight: bold;
        margin-top: 0;
    }

    .faq_wrap {
        padding: 0;
    }

    .small-heading-03-wrap {
        width: 300px;
        max-width: 300px;
        margin-top: 40px;
        }
        
        .small-heading-03 {
            font-size: 20px;
        }

        .small-heading-03:before, .small-heading-03:after {
            position: absolute;
            top: 50%;
            right: 0px;
        }

        .wrap {
            width: 95%;
            padding: 0px 20px;
            max-width: 1000px;
            margin: auto;
          }
    }