/* 共通 */
body {
    font-family: "Noto Sans JP", sans-serif;
}
p,
li,
h1,
h2,
h3,
h4,
h5 {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #111;
}
.lato {
    font-family: "Lato", sans-serif;
}
.wrap {
    max-width: 1130px;
    margin: 0 auto;
}
.wrap.mini {
    max-width: 900px;
}
img {
    width: 100%;
    height: auto;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.-jcsb {
    justify-content: space-between;
}
.-jcfe {
    justify-content: flex-end;
}
.-jcsa {
    justify-content: space-around;
}
.-aic {
    align-items: center;
}
.-aife {
    align-items: flex-end;
}
.-fdrr {
    flex-direction: row-reverse;
}
a:hover {
    opacity: 0.8;
}
.arrow {
    position: relative;
}
.arrow::after {
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    color: #fff;
    font-weight: bold;
    position: absolute;
    line-height: 1.5;
    top: 13px;
    right: 10px;
}
.arrow.whitebtn::after {
    color: #008759;
}
.section-ttl_en {
    font-size: 15px;
    font-weight: bold;
    color: #008759;
    margin-bottom: 5px;
    margin-top: 20px;
}
.section-ttl {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 30px;
}
.section-subttl {
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 20px;
}
.btn {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    background: #008759;
    padding: 17px 0;
    border-radius: 10px;
    color: #fff;
    line-height: 1.5;
    border: 2px solid #008759;
}
.btn.arrow::after {
    right: 5%;
    top: 17px;
}
.btn:hover {
    color: #fff;
}
.btn.whitebtn {
    background: #fff;
    color: #008759;
}
.sp {
    display: none;
}
#return_top a {
    margin-bottom: 15px;
    margin-right: 15px;
    border-radius: 50%;
    background: #008759;
}
#return_top {
    bottom: 40px;
}
#return_top a:before {
    top: 0;
    font-weight: bold;
}
.privacyPolicy__contents h2 {
    font-size: 30px;
    font-weight: bold;
    margin-top: 40px;
}
.privacyPolicy__contents h3 {
    font-size: 26px;
    font-weight: bold;
    margin-top: 30px;
}
.privacyPolicy__contents h4 {
    font-size: 24px;
    font-weight: bold;
    margin-top: 20px;
}
.privacyPolicy__contents p {
    margin-top: 15px;
    line-height: 32px;
}

/* header */
.header-wrap {
    padding: 15px 0 20px;
}
.header-logo_wrap {
    width: 26%;
}
.header-menu_wrap {
    width: 70%;
}
.header-logo {
    width: 187px;
}
.header-logotext {
    font-size: 13px;
    font-weight: 500;
}
.header-download_linkwrap,
.header-tel_linkwrap {
    text-align: right;
}
.header-download_link,
.header-tel_link {
    color: #666666;
    font-size: 13px;
    text-align: right;
    display: inline-block;
    margin-bottom: 10px;
    font-weight: 500;
    position: relative;
    padding-right: 15px;
}
.header-tel_link {
    padding-right: 0px;
    padding-left: 25px;
    font-size: 15px;
}
.header-tel_link::before {
    content: "";
    background: url("../../img/telicon.png");
    width: 25px;
    height: 25px;
    background-size: 100% 100%;
    position: absolute;
    margin-right: 7px;
    left: -3px;
    top: -3px;
}
.header-tel_linktime {
    display: block;
    font-size: 13px;
    text-align: left;
    margin-top: 5px;
}
.header-download_link::before {
    content: "\f15c";
    color: #666;
    font-family: "Font Awesome 5 Free";
    position: absolute;
    right: 0;
    top: 1px;
}
.header-download_link::after {
    content: "";
    background: #666666;
    height: 1px;
    width: calc(100% + 15px);
    background-size: 100% 100%;
    display: block;
    margin: 10px auto;
}
.header-tel_link::after {
    content: "";
    background: #666666;
    height: 1px;
    width: calc(100% + 25px);
    background-size: 100% 100%;
    display: block;
    margin: 10px auto;
    position: relative;
    left: -25px;
}
.header-menu_listwrap {
    padding-bottom: 5px;
}
.header-menu_list {
    margin-left: 23px;
    font-weight: bold;
}
.header-menu_link {
    font-size: 15px;
}
.header-menu_link.btn {
    background: #008759;
    padding: 10px 45px 10px 35px;
    color: #fff;
    border-radius: 10px;
}
.header-menu_link.btn:hover {
    background: #549d70;
}
.header-menu_link.btn.arrow::after {
    top: 11px;
}
.sub {
    position: relative;
}
.header-menu_child {
    display: none;
    position: absolute;
    top: 25px;
    z-index: 999;
    background: #dfebe7;
    width: 200px;
}
.header-menu_linkchild {
    padding: 10px 10px;
    font-size: 15px;
    display: block;
}
.header-menu_linkchild:hover {
    color: #fff;
    background: #549d70;
}
.sub:hover > ul {
    display: block;
}
/* footer */
.footer-wrap {
    border-top: 2px solid #dfebe7;
    padding: 56px 0 40px;
}
.footer-logo_text {
    font-size: 13px;
    font-weight: 500;
}
.footer-logo_img {
    width: 187px;
}
.footer-menu_link {
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 20px;
    display: block;
}
.footer-menu_wrap {
    padding: 30px 0 100px;
}
.footer-menu_list {
    text-align: left;
    margin-left: 50px;
}
.footer-menu_childlink {
    font-size: 15px;
    margin-bottom: 20px;
    font-weight: 400;
    display: block;
}


.footer-menu_childlist.sns-list{
	display: flex;
	gap: 10px;
}
.footer-menu_childlink div{
	width: 50px;
	height: 50px;
	border-radius: 50%;
	display: flex;
    justify-content: center;
    align-items: center;
}
.footer-menu_childlink div .youtube-icon{
	width: 30px;
}
.footer-menu_childlink div .facebook-icon{
	width: 16px;
}
.footer-menu_childlink div .X-icon{
	width: 20px;
}


.copyright {
    color: #999999;
    font-size: 11px;
}
/* mv */
.mv {
    background: #fafafa;
}
.swiper-slide {
    text-align: left;
}
.swiper-wrapper {
    padding-bottom: 100px;
}
.swiper-pagination {
    bottom: 50px !important;
}
.mv-slider_img {
    margin-bottom: 16px;
    display: block;
}
.mv-slider_img img {
    border-radius: 20px;
}
.mv-slider_ttl {
    font-size: 26px;
    font-weight: bold;
    margin-bottom: 16px;
    display: block;
    line-height: 1.5;
}
.mv-slider_detail {
    position: relative;
}
.mv-slider_time {
    color: #666666;
    font-size: 14px;
    position: absolute;
    bottom: 0;
    right: 0;
}
.mv-slider_catelink {
    color: #008759;
    font-size: 13px;
    background: #dfebe7;
    padding: 7px 20px;
    border-radius: 4px;
}
.swiper-pagination-bullet-active {
    background: #008759 !important;
}
/* main-side */
.main-side {
    padding: 97px 0;
}
.main-side_main {
    width: calc(95% - 300px);
}
.main-side_side {
    width: 300px;
}
.info-wrap {
    margin-bottom: 40px;
    width: 100%;
}
.info-list {
    padding: 15px;
    border-bottom: 1px solid #999;
}
.info-list:first-child {
    border-top: 1px solid #999;
}
.info-list_link:hover .info-list_time,
.info-list_link:hover .info-list_ttl {
    color: #f2a552;
}
.info-list_time {
    width: 25%;
}
.info-list_ttl {
    width: 75%;
}
/* card */
.post-cate_link {
    color: #008759;
    font-size: 11px;
    background: #dfebe7;
    padding: 2px 10px;
    border-radius: 4px;
}
.post-card {
    position: relative;
    display: block;
    width: 31%;
    margin-right: 3.5%;
    padding-bottom: 30px;
    margin-bottom: 60px;
}
.post-card:nth-of-type(3n) {
    margin-right: 0;
}
.post-category {
    margin-bottom: 10px;
}
.post-category_img {
    border-radius: 12px;
    margin-bottom: 16px;
}
.post-category_ttl {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
}
.post-card_time {
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 11px;
}
/* rank-card */
.rank-card {
    margin-bottom: 18px;
}
.rank-card_img {
    width: 100px;
    margin-right: 10px;
    border-radius: 8px;
    position: relative;
}
.rank-card_ttl {
    width: calc(100% - 110px);
    font-size: 13px;
    font-weight: bold;
}
.rank-card .rank-card_img::before {
    content: "";
    background: #e0c94c;
    color: #fff;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    position: absolute;
    top: -12px;
    left: -12px;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}
.rank-card:nth-child(1) .rank-card_img::before {
    content: "1";
    background: #e0c94c;
}
.rank-card:nth-child(2) .rank-card_img::before {
    content: "2";
    background: #999999;
}
.rank-card:nth-child(3) .rank-card_img::before {
    content: "3";
    background: #cc9261;
}
.rank-card:nth-child(4) .rank-card_img::before {
    content: "4";
    background: #549d70;
}
.rank-card:nth-child(5) .rank-card_img::before {
    content: "5";
    background: #549d70;
}
.rank-card_wrap {
    margin-bottom: 30px;
}
.bnr-inner {
    margin-bottom: 15px;
    display: block;
}
/* top-category */
.top-category_cardwrap {
    padding: 96px 0;
    background: #fafafa;
}
.top-category_ttlbox {
    width: 40%;
}
.top-category_listbox {
    width: 55%;
    margin-bottom: 45px;
}
.top-category_link {
    background: #cccccc;
    border-radius: 40px;
    padding: 5px 20px;
    font-weight: bold;
    color: #666666;
}
.top-category_link.active {
    color: #008759;
    background: #dfebe7;
}
.top-category_list {
    margin-right: 10px;
}
.top-catergory_cardwrap {
    margin-left: calc(50% - 565px);
    width: calc(100% - (50% - 565px));
    overflow-x: scroll;
}
.top-category_cardinner {
    width: 1500px;
    flex-wrap: nowrap;
}
.top-catergory_cardwrap .post-card {
    width: 273px;
    margin-right: 27px;
}
.top-category_btn {
    max-width: 900px;
    width: 90%;
    margin: 50px auto;
}
/* LP */
.lp-nayami {
    padding: 96px 0;
}
.lp-ttl {
    font-size: 34px;
    font-weight: bold;
    margin-bottom: 48px;
    text-align: center;
}
.lp-ttl.t-white {
    color: #fff;
}
.lp-nayami_inner {
    width: 23%;
}
.lp-nayami_arrow {
    width: 256px;
    margin: 70px auto 30px;
}
.lp-nayami_text {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}
.lp-merit {
    background: #008759;
    padding: 96px 0 66px;
}
.lp-merit_inner {
    width: 30%;
}
.lp-merit_box {
    margin-bottom: 30px;
}
.lp-merit_matome {
    width: 103%;
}
.lp-timing_inner {
    width: 30%;
}
.lp-timing {
    padding: 96px 0;
}
.lp-contact_maillink {
    display: block;
    margin: 0 auto;
}
.lp-contact {
    background: url("../../img/lp-contact.png");
    background-size: cover;
    padding: 96px 0;
}
/* category */
.category-header {
    padding: 50px 0;
    background: #dfebe7;
}
.category-ttl {
    font-size: 28px;
    font-weight: bold;
}
.post-archive {
    padding: 50px 0;
}
.post-archive .search-keyword{
	max-width: 1180px;
	margin: auto;
	margin-bottom: 30px;
}
.post-archive .section-subttl{
	max-width: 1180px;
	margin: auto;
	margin-bottom: 20px;
}
.post-archive #feas-searchform-2{
	display: flex;
    flex-wrap: wrap;
    gap: 0 30px;
}
.post-archive .search-keywordbox:first-child{
	width: 100%;
}
.post-archive .search-keywordbox{
	width: calc(50% - 15px);
}
.post-archive #feas-searchform-2 .feas-submit-button{
	width: 300px;
    margin: auto;
    margin-top: 20px;
}
@media screen and (max-width: 768px){
	.post-archive .search-keyword{
		width: 93.3vw;
	}
	.post-archive .section-subttl{
		width: 93.3vw;
	}
}



.post-card_img img {
    border-radius: 12px;
    margin-bottom: 7px;
}
.rank-card_img img {
    border-radius: 12px;
}
/* single-post */
.singlepost-header {
    margin-bottom: 20px;
}
.singlepost-ttl {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
.singlepost-time {
    color: #666;
    font-size: 15px;
    margin-right: 10px;
}
.main-side.singlepost {
    padding-top: 20px;
}
.singlepost-wrap p {
    line-height: 2;
    font-size: 16px;
    margin-bottom: 15px;
    margin-left: 35px;
}
.twitter-tweet {
    margin-left: 35px;
}
.singlepost-wrap h2 {
    margin: 35px 0 20px !important;
    font-weight: bold !important;
    font-size: 24px !important;
    background: none !important;
    color: #111111 !important;
    padding: 0 15px 0 35px !important;
    position: relative;
    line-height: 1.75;
}
.singlepost-wrap h2::before {
    content: "";
    background: #008759;
    height: 4px;
    width: 24px;
    position: absolute;
    left: 0;
    top: 0.875em;
}
.singlepost-wrap h3 {
    margin: 25px 0 15px 35px;
    color: #008759;
    font-weight: bold;
    font-size: 20px;
    background: none !important;
}
.singlepost-wrap h3 strong {
    color: #008759;
}
.singlepost-wrap h4 {
    margin: 25px 0 15px 35px;
    font-weight: bold;
    font-size: 18px;
    color: #111;
    background: none !important;
    border-bottom: 1px solid #008759;
}
.singlepost-wrap ul,
.singlepost-wrap ol {
    margin-left: calc(35px + 1.2em);
    margin-top: 10px;
    margin-bottom: 10px;
    list-style-type: disc;
}
.singlepost-wrap ol {
    list-style-type: decimal;
}
.singlepost-wrap li {
    padding: 7px 0;
}
.singlepost-wrap table {
    width: calc(100% - 35px);
    margin-left: 35px;
}
.singlepost-wrap table td,
.singlepost-wrap table th {
    padding: 10px;
    border: 1px solid #ccc;
    text-align: left;
    line-height: normal;
}
.singlepost-wrap a {
    color: #008759;
    text-decoration: underline;
    font-size: 16px;
    font-weight: bold;
}
.singlepost-wrap a.mv-slider_catelink {
    font-size: 13px;
}
.singlepost-wrap .wp-block-image {
    margin: 25px 0 15px 35px;
}
.singlepost-wrap .wp-block-image img {
    width: 100%;
    border-radius: 16px;
    display: block;
}
.singlepost-wrap img {
    width: 100% !important;
}
.singlepost-wrap strong {
    font-weight: bold;
    color: #111;
}
.singlepost-wrap .box {
    background: #f4f4f4;
    padding: 24px;
    margin-left: 35px;
}
.singlepost-wrap .box h4 {
    color: #008759;
    border-bottom: none;
    margin: 0;
    font-size: 18px;
    margin-bottom: 10px;
}
.singlepost-wrap .box p {
    margin: 0;
    font-size: 14px;
}
.singlepost-wrap .box h4 strong {
    color: #008759;
}
.singlepost-img {
    width: 100%;
}
.singlepost-img img {
    border-radius: 16px;
}

.sme-highlighter {
    font-weight: bold;
}
/* 投稿 */
.postcontents {
    padding: 30px 0;
}
.postcontents table {
    width: 100%;
    margin: 20px 0;
}
.postcontents th,
.postcontents td {
    padding: 15px 10px;
    font-size: 16px;
}
.postcontents th {
    font-weight: bold;
}
.postcontents a {
    text-decoration: underline;
}
.postcontents p {
    font-size: 16px;
    line-height: 2;
    text-align: left;
    margin-bottom: 50px;
}
.post-writer {
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    padding: 20px 0 20px 35px;
    margin-top: 30px;
}
.post-writer_contents p {
    line-height: 1.2;
    margin-bottom: 0;
    margin-left: 0;
}
.post-writer_contents a {
    text-decoration: underline;
}
.post-writer_contents {
    width: calc(100% - 70px);
}
p.post-writer_katagaki {
    font-size: 12px;
    color: #666666;
    margin-bottom: 5px;
}
p.post-writer_name {
    font-size: 16px;
    color: #111111;
    font-weight: bold;
    margin-bottom: 5px;
}
p.post-writer_link {
    font-size: 14px;
    color: #111111;
    margin-bottom: 5px;
}
p.post-writer_link a {
    font-size: 14px;
    word-break: break-all;
}
p.post-writer_text {
    font-size: 16px;
    margin-bottom: 10px;
}
.post-writer_img {
    margin-right: 10px;
    width: 60px;
    height: 60px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.post-writer_img img {
    width: 60px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}
.post-writer .flex:nth-child(2) {
    border-bottom: 1px solid #ddd;
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.singlepost-wrap p.post-writer_ttl {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
    margin-left: 0;
    margin-top: 0;
}
.post-writer-add-img {
    margin: 10px auto 10px 0;
    max-width: 30%;
}
p.post-writer-add-text {
    font-size: 13px;
}
/* top-contact */
.top-contact {
    background: #dfebe7;
}
.top-contact_text {
    margin-bottom: 30px;
}
.top-contact_box {
    margin-left: calc(50% - 565px);
    width: calc(50% - (50% - 565px));
}
.top-contact_img {
    width: 50%;
}
.top-contact_btn {
    margin: 20px auto;
}
.top-contact_btn a {
    color: #fff;
}
/* サポーターパートナー一覧 */
.supporters {
    background: url("../../img/header_supporters.jpg");
    background-size: cover;
    padding: 150px 0;
}
.partners {
    background: url("../../img/header_partners.jpg");
    background-size: cover;
    padding: 150px 0;
}
.filter {
    padding: 30px 0;
    background: rgba(0, 0, 0, 0.6);
}
.supporters .category-ttl,
.partners .category-ttl {
    color: #fff;
}
.bold {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}
.gaiyou {
    padding: 20px 0;
    line-height: 1.7;
    color: #fff;
}
.supporter_inner {
    padding: 50px 0;
    border-bottom: 1px solid #ddd;
}
.supporter_inner .post-writer_img {
    margin-right: 10px;
    width: 90px;
    height: 90px;
    position: relative;
    overflow: hidden;
    border-radius: 50%;
}
.supporter_inner .post-writer_img img {
    width: 90px;
    position: absolute;
    height: auto;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    right: 0;
}
.supporter_inner .post-writer_contents {
    width: calc(100% - 100px);
}
/* cta */
a.ctabtnlink {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 20px;
    color: #fff;
    background: #008759;
    border-radius: 10px;
    text-decoration: none;
    text-align: center;
}
/* キーワード検索 */
.search-keyword {
    margin-bottom: 30px;
}
.search-keywordbox input {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    outline: none;
    width: 100%;
}


.search-keywordbox .select-label{
	display: block;
	margin-bottom: 6px;
	font-size: 14px;
    font-weight: bold;
    line-height: 1.0;
    text-align: left;
}

.search-keywordbox select {
    padding: 15px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    outline: none;
    width: 100%;
	font-family: Arial, "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

input.feas-submit-button {
    background: #2274a5;
    border: none;
    border-radius: 10px;
    padding: 10px 0;
    display: block;
    width: 100%;
    color: #fff;
    cursor: pointer;
    text-align: center;
}

/* サイドバーCTA */
.side-bnr {
    margin-bottom: 30px;
}
.main-side_side {
    position: relative;
}
.side-fixed-content {
    position: fixed;
    top: 50px;
    max-width: 300px;
}
#sidea {
    transition: all 0.3s ease;
}
.sidea__linkBox--top {
    width: 40%;
    min-width: 350px;
    margin: 0 auto;
}
.sidea__linkBox__link:hover {
    color: #fff;
}
.singlepost-wrap a,
.singlepost-wrap p {
    word-break: break-all;
}

/* フッターcta */
footer.footer-wrap {
    padding-bottom: 66px;
}
.footer_cta {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 33333;
}
.footer_cta_inner {
    width: 50%;
    padding: 10.5px 0;
}
.footer_cta_inner.tel a {
    position: relative;
}
.footer_cta_inner.tel a::before {
    content: "";
    background: url("../../img/telicon-white.png");
    width: 35px;
    height: 35px;
    background-size: 100% 100%;
    position: absolute;
    margin-right: 7px;
    left: calc(50% - 140px);
    top: -2px;
}
.footerlinktime {
    display: block;
    text-align: center;
    font-size: 12px;
    padding-top: 5px;
}
.footer_cta_inner a {
    color: #fff;
    font-size: 16px;
    text-align: center;
    display: block;
    font-weight: bold;
    cursor: pointer;
}
.footer_cta_inner.tel {
    background: #008759;
}
.footer_cta_inner.form {
    background: #f2a552;
    padding: 19px 0;
}
/* top */
.main-section {
    margin-bottom: 100px;
}
.results_text {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 30px;
}
.results_inner {
    width: 47%;
}
.results_harf_img:first-child {
    margin-bottom: 60px;
}
.results_harf_img img {
    margin-bottom: 0px;
}
.results_inner_text {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
}
/* パンくず */
.breadcrumbs {
    background: #f4f0f0;
    padding: 10px 0;
    line-height: 1.5;
}
.breadcrumbs a {
    text-decoration: underline;
}
/* ページネーション */
.pagination {
    width: 100%;
    margin: 10px auto;
}
.pagination ul {
    display: flex;
    justify-content: center;
}
.pagination ul li a,
.pagination ul li span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 7px;
    text-align: center;
    display: block;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
}
.pagination ul li a {
    background: #cccccc;
    color: #666666;
}
.pagination ul li span {
    background: #008759;
    color: #fff;
}
.pagination ul li span.dots {
    display: none;
}
.paginationwrap {
    padding: 30px 0;
}
/* ファミリークイズダウンロード */
.familyQuizDownload {
    justify-content: space-between;
    position: relative;
}
.familyQuizDownload__main {
    background: #f3f0f0;
}
.familyQuizDownload__left {
    width: 71%;
    margin-top: clamp(20px, 4vw, 60px);
}
.familyQuizDownload__left__logo {
    width: 80%;
    min-width: 240px;
    margin-bottom: clamp(15px, 3vw, 30px);
}
.familyQuizDownload__left__text {
    font-size: 18px;
    line-height: calc(36 / 18);
    font-weight: 500;
}
.familyQuizDownload__left__textBox {
    padding: 30px;
    border: 3px solid #101110;
    border-radius: 30px;
    margin: clamp(25px, 4vw, 50px) 0;
    background: #edeade;
}
.familyQuizDownload__left__textBox__text {
    font-size: 16px;
    line-height: calc(32 / 16);
    font-weight: 500;
}
.familyQuizDownload__left__form {
    margin: clamp(55px, 5vw, 110px) 0 clamp(60px, 5vw, 120px);
}
.familyQuizDownload__left__form__ttl {
    font-size: clamp(20px, 5vw, 24px);
    font-weight: 500;
    text-align: center;
    padding-bottom: clamp(15px, 3vw, 30px);
    border-bottom: 3px #101110 dotted;
}
.familyQuizDownload__left__form .wpcf7 {
    background: none;
    font-size: 18px;
    border: none;
}
.familyQuizDownload__left__form form.sent p {
    display: none;
}
.familyQuizDownload__left__form .wpcf7-not-valid-tip {
    font-size: 14px;
    width: 100vw;
    position: absolute;
    top: 49px;
}
.familyQuizDownload__left__form .wpcf7 form {
    margin: 0;
}

.wpcf7-form-control:hover {
    opacity: 0.8;
}

.familyQuizDownload__left__form .wpcf7 input,
.familyQuizDownload__left__form .wpcf7 textarea {
    border: none;
}
.familyQuizDownload__left__form__wrap {
    font-size: 18px;
}
.familyQuizDownload__left__form__wrap__body {
    margin: 0 auto;
    padding-top: clamp(25px, 3vw, 50px);
}
.familyQuizDownload__left__form__wrap__body .mwform-radio-field label {
    cursor: pointer;
}
.familyQuizDownload__left__form__wrap__body .mwform-radio-field label input {
    cursor: pointer;
}
.familyQuizDownload__left__form__wrap__body .mwform-radio-field-text {
    font-weight: bold;
}
.familyQuizDownload__left__form__wrap__body .mwform-checkbox-field label {
    cursor: pointer;
}
.familyQuizDownload__left__form__wrap__body .mwform-checkbox-field label input {
    cursor: pointer;
}
.familyQuizDownload__left__form__wrap__body__row {
    margin-top: 20px;
    display: flex;
    align-items: flex-start;
    align-items: center;
}
.familyQuizDownload__left__form__wrap__body__row--textAre {
    display: block;
}
.familyQuizDownload__left__form__wrap__body__row--textAre .familyQuizDownload__left__form__wrap__body__row__ttl {
    margin-bottom: 20px;
    width: 100%;
}
.familyQuizDownload__left__form__wrap__body__row--textAre .familyQuizDownload__left__form__wrap__body__row__place {
    width: 100%;
    margin: 0;
}
.familyQuizDownload__left__form__wrap__body__row--sex {
    align-items: center;
}
.familyQuizDownload__left__form__wrap__body__row__ttl {
    font-weight: 500;
    text-align: left;
    width: 20%;
}
.familyQuizDownload__left__form__wrap__body__row__ttl--question {
    width: 70%;
    line-height: calc(32 / 18);
}
.familyQuizDownload__left__form__wrap__body__row__place {
    width: 75%;
    background: #fff;
    border: 2px solid #101110;
    border-radius: 18px;
    padding: 10px;
}
.familyQuizDownload__left__form__wrap__body__row__place .wpcf7-radio {
    display: flex;
}
.familyQuizDownload__left__form__wrap__body__row__place--age {
    width: 160px;
}
.familyQuizDownload__left__form__wrap__body__row__ageText {
    width: 20%;
    margin-left: 20px;
    font-size: 18px;
    font-weight: 500;
}
.familyQuizDownload__left__form__wrap__body__row__box {
    display: flex;
    align-items: center;
}
.familyQuizDownload__left__form__wrap__body__row__place--age .wpcf7-form-control-wrap {
    width: 100%;
}
.familyQuizDownload__left__form__wrap__body__row__place--question {
    background: none;
    border: none;
}
.familyQuizDownload__left__form__wrap__body__row__place--age > input {
    width: 20% !important;
}
.familyQuizDownload__left__form__wrap__body__row__place > input {
    width: 100%;
    border: none;
}
.familyQuizDownload__left__form__wrap__body__row__place input:active {
    border: none;
}
.familyQuizDownload__left__form__wrap__body__row__place > textarea {
    width: 100%;
    height: 300px;
}
.familyQuizDownload__left__form__wrap__body__row__box {
    width: 75%;
}
.familyQuizDownload__left__form__wrap__body__row__box__row {
    display: flex;
    align-items: center;
    margin-top: 10px;
}
.familyQuizDownload__left__form__wrap__body__row__box__row__ttl {
    font-weight: bold;
    width: 20%;
}
.familyQuizDownload__left__form__wrap__body__row__box__row__place {
    width: 75%;
    margin: 0 0 0 5%;
}
.familyQuizDownload__left__form__wrap__body__row__box__row__place input {
    background: #fff;
    border: 1px solid #707070;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
}
.familyQuizDownload__left__form__wrap__body__btnBox {
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.familyQuizDownload__left__form__wrap__body__btnBox .wpcf7-form-control {
    margin: 0 auto;
    width: 34%;
    padding: 0;
}

.familyQuizDownload__right {
    width: 24%;
    max-width: 270px;
    margin-top: clamp(20px, 4vw, 60px);
    border-top: 3px solid #101110;
    position: relative;
    position: sticky;
    top: 40px;
    margin-bottom: clamp(20px, 4vw, 60px);
    height: max-content;
}
.familyQuizDownload__right__book {
    width: 80%;
    margin: clamp(20px, 3vw, 40px) auto 0;
}
.familyQuizDownload__right__buy,
.familyQuizDownload__right__download {
    width: 100%;
    margin-top: clamp(15px, 3vw, 30px);
}
.familyQuizDownload__right__downloadTtl {
    margin-top: clamp(20px, 3vw, 40px);
    padding-top: clamp(20px, 3vw, 40px);
    border-top: 3px #101110 dotted;
    font-size: 18px;
    font-weight: bold;
    line-height: calc(28.8 / 18);
    text-align: center;
}
.familyQuizDownload__right__download {
    padding-bottom: clamp(20px, 3vw, 40px);
    border-bottom: 3px solid #101110;
}
.familyQuizDownload__left__form__wrap__body__row--textAre .wpcf7-not-valid-tip {
    top: 37px;
}
.top-contact_btn.pc {
    width: 70%;
    margin-left: 0;
}
.consultation__contact__box {
    align-items: center;
    justify-content: space-around;
    flex-wrap: nowrap;
    width: 80%;
    margin: 0 auto;
}
.lp-contact_mail {
    width: 45%;
}
.consultation__contact__box .top-contact_btn.pc {
    margin: 0;
    width: 45%;
}

/*ランキング順位表示*/
ul.wpp-list li {
    border-bottom: 1px dashed #77776e;
    position: relative;
    list-style: none;
}
/*記事タイトル*/
ul.wpp-list li a.wpp-post-title {
    display: block;
    text-decoration: none;
    color: #333;
    margin: 10px 10px 10px 0px;
    width: calc(100% - 110px);
    font-size: 13px;
    font-weight: bold;
}
ul.wpp-list li a.wpp-post-title:hover {
    color: initial;
}
/*アイキャッチ*/
ul.wpp-list li img {
    margin: 10px;
}
/*ランキングカウンター*/
ul.wpp-list li:before {
    content: counter(wpp-count);
    background: #e0c94c;
    color: #fff;
    font-size: 13px;
    font-family: "Lato", sans-serif;
    position: absolute;
    top: -12px;
    left: -12px;
    width: 24px;
    height: 24px;
    background-size: 100% 100%;
    border-radius: 50%;
    text-align: center;
    line-height: 24px;
    font-weight: bold;
}
/*カウント数*/
ul.wpp-list li {
    counter-increment: wpp-count;
}
/*ランキング1〜3の色変更*/
ul.wpp-list li:nth-child(1):before {
    background-color: #e0c94c;
}
ul.wpp-list li:nth-child(2):before {
    background-color: #999999;
}
ul.wpp-list li:nth-child(3):before {
    background-color: #cc9261;
}
@media (max-width: 1130px) {
    .familyQuizDownload__right.fixedTop {
        position: fixed;
        top: 0;
        right: 0;
        margin-top: 0;
    }
    .familyQuizDownload__right.absoluteBottom {
        position: absolute;
        top: auto;
        bottom: 0;
        right: 0;
    }
}
@media (max-width: 768px) {
    .lp-contact_mail {
        width: 100%;
    }
    .familyQuizDownload {
        display: block;
        margin-top: 30px;
    }
    .familyQuizDownload__left {
        width: 100%;
        margin-top: 0;
    }
    .familyQuizDownload__right {
        width: 100%;
        max-width: 100%;
        position: relative;
        padding-bottom: 50px;
        top: 0;
    }
    .familyQuizDownload__left__form__wrap__body__row {
        display: block;
    }
    .familyQuizDownload__left__form__wrap__body__row--textAre .familyQuizDownload__left__form__wrap__body__row__place {
        width: 75%;
        margin: 0 0 0 5%;
    }
    .familyQuizDownload__left__form__wrap__body__row__box,
    .familyQuizDownload__left__form__wrap__body__row__place {
        margin-top: 20px;
    }
    .familyQuizDownload__left__form__wrap__body__row__ttl {
        width: 100%;
    }
    .familyQuizDownload__left__form__wrap__body__row__box .familyQuizDownload__left__form__wrap__body__row__place--age {
        margin: 0;
    }
    .familyQuizDownload__left__form__wrap__body__row__place--age {
        width: 70px;
    }
    .familyQuizDownload__left__form__wrap__body__row--question
        .familyQuizDownload__left__form__wrap__body__row__place--question {
        margin-top: 0;
    }
    .familyQuizDownload__left__form__wrap__body__btnBox .wpcf7-form-control {
        width: 100%;
        max-width: 100%;
    }
    .familyQuizDownload__left__form .wpcf7-not-valid-tip {
        width: 70vw;
    }
}
@media screen and (max-width: 768px) {
    /* 共通 */
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    .header-logo_wrap {
        width: 75%;
    }
    .hb__iconBack {
        cursor: pointer;
        padding: 15px 2px;
        margin: 10px 0 auto 0;
    }
    .hb__icon {
        position: relative;
        width: 35px;
        height: 5px;
        background: #707070;
        margin-right: 25px;
        z-index: 100;
        top: 50%;
        right: 0;
        left: 0;
        margin: 0 auto;
        border-radius: 10px;
    }
    .hb__icon::before {
        content: "";
        width: 35px;
        height: 5px;
        position: absolute;
        top: -10px;
        border-radius: 10px;
        background: #707070;
    }
    .hb__icon::after {
        content: "";
        width: 35px;
        height: 5px;
        position: absolute;
        top: 10px;
        border-radius: 10px;
        background: #707070;
    }
    .hb__icon.open {
        z-index: 101;
        background: rgba(0, 0, 0, 0);
    }
    .hb__icon.open::before {
        content: "";
        width: 35px;
        height: 5px;
        position: fixed;
        top: 100px;
        right: 8%;
        transform: rotate(45deg);
        background: #707070;
    }
    .hb__icon.open::after {
        content: "";
        width: 35px;
        height: 5px;
        position: fixed;
        top: 100px;
        right: 8%;
        transform: rotate(-45deg);
        background: #707070;
    }
    .wrap,
    .spwrap,
    .wrap.mini {
        max-width: 90%;
        margin: 0 auto;
    }
    .main-side_main,
    .main-side_side {
        width: 100%;
    }
    .section-ttl,
    .lp-ttl {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .main-side,
    .top-contact,
    .lp-nayami,
    .lp-merit,
    .lp-timing {
        padding: 50px 0;
    }
    /* header */
    .header-menu_wrap {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        background: rgba(0, 0, 0, 0.4);
        padding: 70px 0;
        width: 100%;
    }
    .header-menu {
        width: 80%;
        margin: 0 auto;
        background: #fff;
        padding: 50px 30px;
        border-radius: 20px;
    }
    .header-menu_listwrap {
        display: block;
    }
    .header-menu_list {
        margin: 0;
    }
    .header-menu_list + .header-menu_list {
        margin-top: 30px;
    }
    .header-menu_link {
        font-size: 18px;
    }
    .header-menu_child {
        display: block;
        position: relative;
        background: #fff;
        top: 0;
        width: auto;
    }
    .header-menu_linkchild {
        padding: 0;
        margin: 15px 0 0 10px;
        font-size: 18px;
    }
    /* footer */
    .footer-menu_wrap {
        padding: 30px 0;
    }
    .footer-menu_list {
        width: 100%;
        margin-left: 0;
    }
    /* top */
    .swiper-container {
        width: 90%;
    }
    .mv-slider_ttl {
        font-size: 18px;
    }
    .post-card {
        width: 49%;
        margin-right: 2%;
    }
    .post-card:nth-child(3) {
        margin-right: 2%;
    }
    .post-card:nth-child(2n) {
        margin-right: 0;
    }
    .post-category_img,
    .post-category {
        margin-bottom: 7px;
    }
    .top-contact_box {
        margin-left: 0;
        width: 100%;
    }
    .top-contact_img {
        width: 100%;
        margin-bottom: 20px;
    }
    .category-header {
        padding: 25px 0;
    }
    .category-ttl {
        font-size: 20px;
    }
    /* 相談 */
    .lp-nayami_inner {
        width: 60%;
        margin: 0 auto 20px;
    }
    .lp-nayami_arrow {
        width: 50%;
        margin: 30px auto;
    }
    .lp-nayami_text {
        font-size: 20px;
    }
    .lp-merit_inner {
        width: 70%;
        margin: 0 auto 25px;
    }
    .lp-timing_inner {
        width: 100%;
        margin-bottom: 25px;
    }
    .lp-contact {
        padding: 50px 0;
    }
    .lp-contact_maillink {
        width: 100%;
    }
    .consultation__contact__box {
        display: block;
    }
    .footer-wrap {
        padding-bottom: 15px;
    }
    /* 投稿 */
    .postcontents th,
    .postcontents td {
        padding: 10px 5px;
        font-size: 16px;
    }
    .singlepost-wrap p,
    .singlepost-wrap h2,
    .singlepost-wrap h3,
    .singlepost-wrap h4,
    .singlepost-wrap .wp-block-image,
    .singlepost-wrap ul,
    .singlepost-wrap table {
        margin-left: 0;
    }
    .singlepost-wrap table {
        width: 100%;
    }
    .singlepost-wrap h2 {
        font-size: 22px !important;
    }
    .singlepost-ttl {
        font-size: 24px;
    }
    .singlepost-wrap a.mv-slider_catelink {
        font-size: 14px;
        text-decoration: none;
    }
    .twitter-tweet {
        margin-left: 0;
    }
    .post-writer {
        padding-left: 0;
    }
    .singlepost-wrap .box {
        margin-left: 0;
        margin-bottom: 10px;
    }
    .spcta {
        margin: 30px 0;
    }
    .side-fixed-content {
        position: static;
    }
    .post-writer-add-img {
        margin: 10px auto 10px 0;
        max-width: 90%;
    }
    p.post-writer-add-text {
        font-size: 12px;
    }
    .breadcrumbs {
        padding: 5px 0;
    }
    .pagination ul li a,
    .pagination ul li span {
        width: 35px;
        height: 35px;
        line-height: 35px;
        margin: 0 3px;
        text-align: center;
        display: block;
        border-radius: 50%;
        font-size: 15px;
        font-weight: bold;
    }
    .header-tel_linkwrap {
        display: none;
    }
    .footer_cta_inner.tel a::before {
        content: "";
        background: url("../../img/telicon-white.png");
        width: 25px;
        height: 25px;
        background-size: 100% 100%;
        position: absolute;
        margin-right: 7px;
        left: 2px;
        top: -2px;
    }
    .gaiyou {
        padding: 10px 0;
        font-size: 15px;
    }
    .info-list {
        padding: 10px 0;
    }
    .info-list_time {
        width: 100%;
    }
    .info-list_ttl {
        width: 100%;
    }
    .results_inner {
        width: 49%;
    }
    .results_harf_img:first-child {
        margin-bottom: 50px;
    }
    .results_inner_text {
        font-size: 14px;
    }
}
.form-wrap {
    margin-top: 2.5em;
}
@media (prefers-color-scheme: dark) {
    /* body {
        background-color: #000 !important;
        color: #fff !important;
    }
    .swiper-container,
    .top-contact,
    .category-header,
    section {
        background: #000 !important;
    }
    .breadcrumbs {
        background: #707070 !important;
    }
    a,
    h1,
    h2,
    p,
    span,
    .singlepost-wrap h2 {
        color: #fff !important;
    }
    .mv-slider_catelink,
    .post-cate_link {
        color: #008759!important;
    } */
}
/* 2023/03/01追加分 */
.top__new__contact {
    position: relative;
}
.top__new__contact__box {
    position: absolute;
    top: 5vw;
    left: 10vw;
    width: 50vw;
}
.top__new__contact__box__ttl {
    font-size: clamp(24px, 3vw, 40px);
    font-weight: bold;
    line-height: calc(64 / 40);
}
.top__new__contact__box__company {
    font-size: clamp(10px, 1.2vw, 16px);
    margin-top: 2vw;
    font-weight: bold;
}
.top__new__contact__box__name {
    margin-top: 5px;
    font-size: clamp(18px, 2vw, 24px);
    font-weight: bold;
}
.top__new__contact__box__text {
    margin-top: 16px;
    line-height: calc(24 / 16);
    font-size: clamp(10px, 1.2vw, 16px);
    margin-top: 16px;
}
.top__new__contact__cta {
    display: flex;
    margin-top: 24px;
}
.top__new__contact__cta__imgBox:nth-of-type(2) {
    margin-left: 24px;
}
.top__new__contact__cta__imgBox img{
	width: 24vw;
}
.representative__comment {
    background-image: url(../../img/representativeCommentBg.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 40px 0 80px
}
.representative__comment__box {
    display: flex;
    background: #fff;
    padding: 40px;
    width: 80%;
    margin: 0 auto;
}
.representative__comment__box__left__img {
    width: 120px;
}
.representative__comment__box__right {
    margin-left: 20px;
}
.representative__comment__box__right__company {
    font-weight: bold;
}
.representative__comment__box__right__name {
    font-size: 20px;
    font-weight: bold;
    margin-top: 4px;
}
.representative__comment__box__right__text {
    line-height: calc(24 / 16);
    margin-top: 16px;
}
@media (max-width: 768px) {
    .top__new__contact__box {
        position: initial;
        background: #DFEBE7;
        width: auto;
        padding: 20px;
    }
    .top__new__contact__box__ttl {
        font-size: 28px;
    }
    .top__new__contact__box__company {
        font-size: 14px;
    }
    .top__new__contact__box__name {
        font-size: 22px;
    }
    .top__new__contact__box__text {
        font-size: 16px;
    }
    .top__new__contact__cta {
        display: block;
    }
    .top__new__contact__cta__imgBox:nth-of-type(2) {
        margin-left: auto;
    }
	.top__new__contact__cta__imgBox img{
		width:100%;
	}
    .top__new__contact__cta__imgBox {
        margin: 15px auto 0;
        width: 75%;
        max-width: 400px;
        min-width: 280px;
    }
    .representative__comment__box {
        display: block;
    }
    .representative__comment__box__left__img {
        width: 40%;
    }
    .representative__comment__box__right {
        width: 100%;
        margin-left: 0;
        margin-top: 20px;
    }
}
.about__img {
    width: 250px;
}
.videos-content{
    display: flex;
    justify-content: space-between;
	flex-wrap: wrap;
}
.video-container{
    width: 31%;
}
.video-container iframe{
    border-radius: 12px;
}
.video-container .video-title{
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 10px;
}
@media (max-width: 768px) {
.videos-content{
    flex-wrap: wrap;
/*     gap: 0 7px; */
/*     justify-content: unset; */
}
.videos-content .video-container{
    width: 48%;
    margin-bottom: 20px;
}
.videos-content .video-container iframe{
/*     width: 165px; */
/*     height: 125px; */
	width: 100%;
    height: 33vw;
    max-height: 180px;
}
}

.video-container{
	position:relative;
}
.video-container a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
	height: 100%;
}

/*    4/1 company  */
.p-company__ttl-bg{
  background-image:url(../../img/company-mv.jpg);
  background-size:cover;
  padding:150px 0;
}
.p-company__ttl-area{
  background-color:rgba(0,0,0,0.6);
  padding:30px 0 50px;
}
.p-company__header-ttl{
  font-size:28px;
  font-weight:bold;
  color:#fff;
  margin-bottom:19px;
}
.p-company__header-text{
  font-size:16px;
  font-weight:350;
  color:#fff;
}
.p-company__container{
  padding:80px 0;
}
.p-company__philosophy{
  background-color:#DFEBE7;
  padding:80px 0;
}
.p-company__ttl{
  font-size:34px;
  font-weight:700;
  margin-bottom:48px;
}
.p-company__text{
  font-size:24px;
  font-weight:700;
  margin-bottom:56px;
}
.p-company__philosophy-text{
  font-size:24px;
  margin-bottom:48px;
}
.p-company__philosophy-under{
  justify-content: flex-end;
  align-items: center;
}
.p-company__philosophy-under-text{
  font-size:22px;
  margin-bottom:8px;
}
.p-company__philosophy-under-name{
  font-size:32px;
  font-weight:700;
}
.p-company__philosophy-under-img{
  width:196px;
  margin-left:40px;
}
.p-company__table{
  border-collapse: separate;
  border-spacing: 0;
}
.p-company__table th{
  padding:16px 0;
  width:160px;
  height:70px;
  position: relative;
  color:#008759;
  border-bottom:solid 1px #ddd;
  vertical-align: middle;
  font-size:16px;
  font-weight:700;
}
.p-company__table th::before{
  content:"";
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right:0;
  background-color:#ddd;
  width:1px;
  height:70px;
}
.p-company__table td{
  padding:16px 32px;
  height:70px;
  border-bottom:solid 1px #ddd;
  vertical-align: middle;
  font-size:16px;
  line-height: 1.5;
}
.p-company__media{
  padding:120px 0;
}
.p-company__media-img{
  width:100%;
}
.p-company__target{
  background-color:#008759;
  padding:120px 0;
}
.p-company__target .p-company__text,
.p-company__target .p-company__ttl{
  color:#fff;
}
.p-company__target-container{
  background-color:#fff;
  padding:24px 40px;
  border-radius: 8px;
}
.p-company__target-box,
.p-company__target-box2{
  align-items: center;
  margin-bottom:17px;
  width:100%;
  display: flex;
  height:100%;
  align-items:stretch;
}
.p-company__target-box-heading{
  padding:0 18px;
  border-top:3px solid #ddd;
  border-bottom:3px solid #ddd;
  margin-right:40px;
  font-size:20px;
  line-height: 1.2;
  display: flex;
  align-items: center;
}
.p-company__target-box-contents{
  width:635px;
  box-sizing: border-box;
  justify-content: space-between;
  background-color:rgba(229, 243, 238, 0.7);
  border-radius: 8px;
  padding:24px 40px;
}
.p-company__target-box-contents-left{
  font-size:32px;
  color:#008759;
  font-weight:700;
  background-color:#fff;
  border-radius: 50%;
  width:64px;
  height:64px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-company__target-box-contents-right{
  width:calc(100% - 104px);
  font-size:20px;
  line-height:1.2;
}
.p-company__target-box2{
  justify-content: space-between;
}
.p-company__target-under{
  width:calc(100% - 79px);
  padding:20px 32px 20px 12px;
  border:solid 8px rgba(242, 165, 82, 1);
  border-radius: 8px;
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.p-company__target-box2 .p-company__target-box-heading{
  margin-right:23px;
  border-top:unset;
}
.p-company__target-under-box{
  width:619px;
  box-sizing: border-box;
}
.p-company__target-box2 .p-company__target-box-contents{
  justify-content: space-between;
  background-color:rgba(229, 243, 238, 0.7);
  border-radius: 8px;
  padding:24px 40px;
}
.p-company__target-under .p-company__target-box-contents{
  width:100%;
  display:flex;
  align-items: center;
}
.p-company__target-group{
  width:256px;
}
.p-company__target-group-img{
  margin-bottom:9px;
  width:100%;
}
.p-company__target-group-text{
  text-align: center;
  font-size:28px;
  font-weight:bold;
}
.p-company__target-box2 .p-company__bg01{
  background-color:rgba(178, 219, 205, 0.7);
  margin-bottom:16px;
}
.p-company__target-box2 .p-company__bg02{
  background-color:rgba(102, 183, 155, 0.7);
}
.u-flex{
  display:flex;
  flex-wrap: wrap;
}
.u-pc{
  display:block;
}
.u-sp{
  display:none;
}
    @media (max-width: 768px) {
      .p-company__ttl-bg{
        padding:25px 0;
        background-image:url(../../img/company-mv-sp.jpg);
        background-size:cover;
      }
      .p-company__ttl-area{
        padding:26px 0 27px;
      }
      .p-company__header-ttl{
        font-size:20px;
        margin-bottom:8px;
      }
      .p-company__header-text{
        font-size:16px;
        line-height:1.68;
      }
      .p-company__container{
        padding:32px 0;
      }
      .p-company__philosophy{
        padding:32px 0;
      }
      .p-company__ttl{
        font-size:24px;
        margin-bottom:24px;
      }
      .p-company__text{
        font-size:16px;
        margin-bottom:24px;
      }
      .p-company__philosophy-text{
        font-size:16px;
        margin-bottom:48px;
        line-height:2;
      }
      .p-company__philosophy-under-text{
        font-size:20px;
        margin-bottom:8px;
      }
      .p-company__philosophy-under-name{
        font-size:24px;
      }
      .p-company__philosophy-under-img{
        width:120px;
        margin-left:24px;
      }
      .p-company__table{
        border-collapse: separate;
        border-spacing: 0;
      }
      .p-company__table th{
        padding:0;
        display: block;
        width:100%;
        height:auto;
        text-align: left;
        border-bottom: unset;
      }
      .p-company__table th::before{
        content:"";
        display: none;
      }
      .p-company__table td{
        display: block;
        padding:8px 0 16px;
        height:auto;
        border-bottom:solid 1px #ddd;
        margin-bottom:16px;
        line-height: 1.5;
      }
      .p-company__media{
        padding:32px 0;
      }
      .p-company__media-img{
        width:100%;
      }
      .p-company__target{
        padding:32px 0;
      }
      .p-company__target-container{
        padding:24px 16px;
      }
      .p-company__target-box,
      .p-company__target-box2{
        align-items: center;
        margin-bottom:17px;
        width:100%;
        display: flex;
        justify-content: space-between;
        height:100%;
        align-items:stretch;
      }
      .p-company__target-box-heading{
        padding:0 2px;
        border-top:3px solid #ddd;
        border-bottom:3px solid #ddd;
        margin-right:40px;
        font-size:20px;
        line-height: 1.2;
      }
      .p-company__target-box-contents{
        width:100%;
        border-radius: 8px;
        padding:24px 40px;
      }
      .p-company__target-box-contents-left{
        font-size:28px;
        width:56px;
        height:56px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin:0 auto 16px;
      }
      .p-company__target-box-contents-right{
        width:100%;
        font-size:16px;
        line-height:1.5;
      }
      .p-company__target-box2{
        justify-content: space-between;
      }
      .p-company__target-under{
        padding:24px 13px 17px 13px;
        border:solid 6px rgba(242, 165, 82, 1);
        justify-content: space-between;
        flex-direction: column-reverse;
        flex:1;
      }
      .p-company__target-box2 .p-company__target-box-heading{
        margin-right:24px;
      }
      .p-company__target-under-box{
        width:100%;
        box-sizing: border-box;
      }
      .p-company__target-box2 .p-company__target-box-contents{
        width:100%;
        justify-content: space-between;
        background-color:rgba(229, 243, 238, 0.7);
        border-radius: 8px;
        padding:24px 16px;
        flex-wrap:wrap;
      }
      .p-company__target-under .p-company__target-box-contents{
        width:100%;
        display:flex;
        align-items: center;
      }
      .p-company__target-group{
        margin-bottom:24px;
        width:100%;
      }
      .p-company__target-group-img{
        width:183px;
        margin:0 auto;
        margin-bottom:4px;
      }
      .p-company__target-group-text{
        font-size:24px;
      }
      .p-company__target-box2 .p-company__bg01{
        background-color:rgba(178, 219, 205, 0.7);
        margin-bottom:16px;
      }
      .p-company__target-box2 .p-company__bg02{
        background-color:rgba(102, 183, 155, 0.7);
      }
      .u-flex{
        display:flex;
        flex-wrap: wrap;
      }
      .u-pc{
        display:none;
      }
      .u-sp{
        display:block;
      }
    }
    .adwrap{
        padding:10px 0;
        margin-top:20px;
        margin-bottom:20px;
    }
    .adflex{
        display:flex;
        justify-content:space-between;
        flex-wrap:wrap;
        margin-left:35px;
      }
      p.adflex_ttl{
        font-size:16px;
        font-weight:bold;
        color:#333;
        margin-bottom:5px;
      }
      .adbox{
        width:70%;
        margin:0 auto;
      }
      .ad_url{
        display:block;
      }
      @media screen and (max-width: 768px){
        .adbox{
        width:100%;
        }
        .adflex{
            margin-left:0;
        }
      }
.p-inheritance__section .post-category{
  display:flex;
  flex-wrap: wrap;
  gap:10px;
}
.p-inheritance__section .post-cate_inner{
  width:fit-content;
}
.p-inheritance__link-section{
  margin:90px auto 40px;
  border:solid 2px #028759;
  border-radius:10px;
  padding:32px 50px 33px;
}
.p-inheritance__link{
  color:#028759;
  text-align: center;
  font-size:20px;
  font-weight:bold;
  letter-spacing:.22em;
  display:block;
  position:relative;
}
.p-inheritance__link::after{
  content:"+";
  position:absolute;
  top:50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right:80px;
  font-size:20px;
  font-weight:bold;
  letter-spacing:.22em;
}
.p-inheritance__link.active::after {
  content: "ー";
}
.p-inheritance__box{
  padding:50px 0;
}
    @media screen and (max-width: 768px){
      .p-inheritance__section .post-category{
        display:flex;
        flex-wrap: wrap;
        gap:10px;
      }
      .p-inheritance__section .post-cate_inner{
        width:fit-content;
      }
      .p-inheritance__link-section{
        margin:50px auto 50px;
        border:solid 2px #028759;
        border-radius:10px;
        padding:32px 20px 33px;
      }
      .p-inheritance__link{
        color:#028759;
        text-align: left;
        font-size:18px;
        line-height:1.5;
        font-weight:bold;
        letter-spacing:.22em;
        display:block;
        position:relative;
      }
      .p-inheritance__link::after{
        content:"+";
        position:absolute;
        top:50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        right:-10px;
        font-size:21px;
        font-weight:bold;
        letter-spacing:.22em;
      }
      .p-inheritance__link.active::after {
        content: "ー";
        font-size:18px;
      }
      .p-inheritance__box{
        padding:50px 0;
      }
    }

    /* reデザイン */
    .top_re_view{
        background: linear-gradient(90deg, #E7F8F3 62%, #FFFFFF 100%);
    }
    .top_re_view>div{
        justify-content: center;
    }
    .top_re_view_box{
        /* margin-left: calc(50% - 565px); */
        width: calc(60% - (50% - 565px));
        position: relative;
        transform: translateY(-35%);
    }
    .top_re_view_box .worries{
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
    .top_re_view_box .worries li>span{
        color: #028759;
        background-color: #FFFFFF;
        padding: 5px 20px;
        border-radius: 30px;
        font-size: 0.8rem;
        font-weight: bold;
        margin: 5px 5px 5px 0px;
        display: inline-block;
    }
    .top_re_view_box h2{
        font-size: 2.2rem;
        font-weight: bold;
        line-height: 1.3;
        margin: 20px 0;
    }
    .top_re_view_box h2>span{
        color: #028759;
        font-size: 3rem;
    }
    .top_re_view_box p{
        font-weight: bold;
        line-height: 1.7;
    }
    .top_re_btn_box{
        position: absolute;
        top: 100%;
        left: 0;
        width: 150%;
        margin-top: 20px;
    }
    .top_re_btn_box ul{
        list-style: none;
        padding: 0;
    }
    .top_re_btn_box ul li{
        width: 50%;
        margin-bottom: 10px;
        text-align: center;
        position: relative;
        height: 80px;
        border-radius: 10px;
    }
    .top_re_btn_box ul li a{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: inline-block;
        width: 100%;
        text-decoration: none;
        font-size: 1.2rem;
        font-weight: bold;
        color: #FFFFFF;
        transition: .5s;
    }
    .top_re_btn_box ul li a>span{
        font-size: 1rem;
    }
    .top_re_btn_box ul li a:hover{
        opacity: 0.7;
    }
    .top_re_btn_box ul li a::before{
        content: "";
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        left: 10%;
        top: 50%;
        transform: translateY(-50%);
    }
    .top_re_btn_box ul li:first-child{
        background-color: #028759;
    }
    .top_re_btn_box ul li:first-child a::before{
        background-image: url(../../img/top_re_mail_icon.svg);
    }
    .top_re_btn_box ul li:last-child{
        background-color: #F2A552;
    }
    .top_re_btn_box ul li:last-child a::before{
        background-image: url(../../img/top_re_phone_icon.svg);
    }
    .top_re_view_img{
        width: 30%;
    }
    @media screen and (max-width: 768px){
        .top_re_view{
            background: linear-gradient(0deg, #E7F8F3 62%, #FFFFFF 100%);
            padding-bottom: 500px;
        }
        .top_re_view>div{
            max-width: 100% !important;
            position: relative;
        }
        .top_re_view_box{
            margin-left: auto;
            width: 100%;
            transform: translateY(-150px);
            padding: 0 20px;
            position: absolute;
            left: 0;
            top: 115%;
        }
        .top_re_view_box .worries{
            display: block;
        }
        .top_re_view_box .worries li>span{
            font-size: 0.7rem;
            margin: 2px 5px 2px 0;
        }
        .top_re_view_box h2{
            font-size: 1.9rem;
            text-align: center;
        }
        .top_re_view_img{
            width: 100%;
        }
        .top_re_btn_box{
            position: relative;
            top: 0;
            left: 0;
            width: auto;
            max-width: 100%;
            margin: 20px 0 0 0;
        }
        .top_re_btn_box ul{
            display: block;
        }
        .top_re_btn_box ul li{
            width: 100%;
            height: 70px;
            margin-bottom: 15px;
        }
        .top_re_btn_box ul li a{
            font-size: 1rem;
        }
        .top_re_btn_box ul li a>span{
            font-size: 0.8rem;
        }
        .top_re_btn_box ul li a::before{
            left: 5%;
        }
    }
    .top_re_supporter_box{
        padding: 50px 0;
    }
    .top_re_supporter_box h1{
        font-size: 2rem;
        font-weight: bold;
        text-align: center;
    }
    .top_re_supporter_box ul{
        list-style: none;
        padding: 0;
        margin: 20px 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .top_re_supporter_box ul>li:first-child{
        width: 40%;
    }
    .top_re_supporter_box ul>li:last-child{
        width: 55%;
    }
    .top_re_supporter_box ul>li p{
        line-height: 1.8;
    }
    @media screen and (min-width: 769px){
        .top_re_view_box .worries li:nth-child(2){
            width: 50%;
        }
    }
    @media screen and (max-width: 768px){
        .top_re_supporter_box{
            padding: 30px 0;
        }
        .top_re_supporter_box h1{
            font-size: 1.2rem;
        }
        .top_re_supporter_box ul{
            display: block;
        }
        .top_re_supporter_box ul>li:first-child{
            width: 100%;
            margin-bottom: 30px;
        }
        .top_re_supporter_box ul>li:last-child{
            width: 100%;
        }
        .top_re_supporter_box ul>li p{
            font-size: 0.9rem;
        }
    }

    .top_re_merit_box{
        background: linear-gradient(90deg, #029F69 0%, #016442 100%);
        padding: 50px 0;
    }
    .top_re_merit_box h1{
        font-size: 2rem;
        font-weight: bold;
        color: #FFFFFF;
        text-align: center;
        margin-bottom: 1rem;
    }
    .top_re_merit_box h6{
        font-size: 1rem;
        font-weight: 400;
        color: #FFFFFF;
        text-align: center;
        line-height: 1.8;
    }
    .top_re_merit_box ul{
        list-style: none;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin: 50px 0 0;
    }
    .top_re_merit_box ul li{
        position: relative;
        width: 31%;
        border-radius: 10px;
        background-color: #FFFFFF;
        background-repeat: no-repeat;
        background-size: auto;
        background-position: top left;
        overflow: hidden;
    }
    .top_re_merit_box ul li:first-child{
        background-image: url(../../img/top_re_merit_num01.svg);
    }
    .top_re_merit_box ul li:nth-child(2){
        background-image: url(../../img/top_re_merit_num02.svg);
    }
    .top_re_merit_box ul li:last-child{
        background-image: url(../../img/top_re_merit_num03.svg);
    }
    .top_re_merit_box ul li::before{
        content: "";
        display: block;
        padding-top: 100%;
    }
    .top_re_merit_box ul li>div{
        position: absolute;
        top: 10%;
        left: 0;
        width: 100%;
        text-align: center;
        padding: 0 20px;
    }
    .top_re_merit_box ul li>div>img{
        width: 200px;
    }
    .top_re_merit_box ul li>div>p{
        color: #028759;
        font-weight: bold;
        margin-top: 20px;
        line-height: 1.5;
    }
    @media screen and (max-width: 768px){
        .top_re_merit_box{
            padding: 30px 0;
        }
        .top_re_merit_box h1{
            font-size: 1.2rem;
        }
        .top_re_merit_box h6{
            font-size: 0.9rem;
        }
        .top_re_merit_box ul{
            display: flex;
            justify-content: center;
            text-align: center;
            margin: 30px 0 0;
        }
        .top_re_merit_box ul li{
            width: 90%;
            margin-bottom: 25px;
        }
        .top_re_merit_box ul li>div{
            top: 12%;
        }
        .top_re_merit_box ul li>div>img{
            width: 170px;
        }
    }

    .top_re_free_box{
        padding: 50px 0;
    }
    .top_re_free_box h1{
        font-size: 2rem;
        font-weight: bold;
        color: #000000;
        text-align: center;
        margin-bottom: 1rem;
    }
    .top_re_free_box h6{
        font-size: 1rem;
        font-weight: 400;
        color: #000000;
        text-align: center;
        line-height: 1.8;
    }
    .top_re_free_box .top_re_free_img{
        overflow-x: scroll;
        margin: 30px 0;
    }
    @media screen and (max-width: 768px){
        .top_re_free_box .top_re_free_img img{
            width: 700px;
        }
    }

    .top_re_contact_box{
        margin: 50px 0 30px;
        padding: 30px 20px;
        border: 2px solid #028759;
        border-radius: 10px;
        background-color: #F6FFFC;
        text-align: center;
    }
    .top_re_contact_box h2{
        font-size: 1.8rem;
        font-weight: bold;
        display: inline-block;
        color: #028759;
        position: relative;
    }
    .top_re_contact_box h2::before{
        content: "";
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-image: url(../../img/top_re_contact_l.svg);
        display: inline-block;
        position: absolute;
        left: -15%;
        top: 55%;
        transform: translateY(-50%);
    }
    .top_re_contact_box h2::after{
        content: "";
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-image: url(../../img/top_re_contact_r.svg);
        display: inline-block;
        position: absolute;
        right: -15%;
        top: 55%;
        transform: translateY(-50%);
    }
    .top_re_contact_box ul{
        padding: 0;
        margin: 40px 0 20px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }
    .top_re_contact_box ul li{
        width: 45%;
        padding: 0 40px;
    }
    .top_re_contact_box ul li:first-child img{
        width: 400px;
    }
    .top_re_contact_box ul li:first-child p{
        margin-top: 5px;
    }
    .top_re_contact_box ul li:last-child{
        border-left: 1px solid #CCCCCC;
    }
    .top_re_contact_box ul li:last-child p{
        text-align: center;
        position: relative;
        height: 80px;
        border-radius: 10px;
    }
    .top_re_contact_box ul li:last-child p a{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        display: inline-block;
        width: 100%;
        text-decoration: none;
        font-size: 1.2rem;
        font-weight: bold;
        color: #FFFFFF;
        transition: .5s;
    }
    .top_re_contact_box ul li:last-child p a>span{
        font-size: 1rem;
    }
    .top_re_contact_box ul li:last-child p a:hover{
        opacity: 0.7;
    }
    .top_re_contact_box ul li:last-child p a::before{
        content: "";
        width: 30px;
        height: 30px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        display: inline-block;
        position: absolute;
        left: 10%;
        top: 50%;
        transform: translateY(-50%);
    }
    .top_re_contact_box ul li:last-child p:first-of-type{
        background-color: #F2A552;
        margin-bottom: 10px;
    }
    .top_re_contact_box ul li:last-child p:first-of-type a::before{
        background-image: url(../../img//top_re_phone_icon.svg);
    }
    .top_re_contact_box ul li:last-child p:last-of-type{
        background-color: #028759;
    }
    .top_re_contact_box ul li:last-child p:last-of-type a::before{
        background-image: url(../../img/top_re_mail_icon.svg);
    }
    @media screen and (max-width: 768px){
        .top_re_contact_box{
            padding: 30px 20px 20px;
            margin: 20px 0;
        }
        .top_re_free_box h1{
            font-size: 1.2rem;
        }
        .top_re_free_box h6{
            font-size: 0.9rem;
        }
        .top_re_contact_box h2{
            font-size: 1.3rem;
        }
        .top_re_contact_box h2::before{
            width: 20px;
            height: 20px;
            left: -12%;
        }
        .top_re_contact_box h2::after{
            width: 20px;
            height: 20px;
            right: -12%;
        }
        .top_re_contact_box ul{
            margin: 10px 0 0;
        }
        .top_re_contact_box ul li{
            width: 100%;
            padding: 20px 0;
        }
        .top_re_contact_box ul li:last-child{
            border-left: none;
            border-top: 1px solid #CCCCCC;
        }
        .top_re_contact_box ul li:first-child img{
            width: 300px;
        }
        .top_re_contact_box ul li:first-child p{
            font-size: 0.9rem;
            margin-top: 5px;
        }
        .top_re_contact_box ul li:last-child p{
            height: 70px;
        }
        .top_re_contact_box ul li:last-child p a{
            font-size: 1rem;
        }
        .top_re_contact_box ul li:last-child p a>span{
            font-size: 0.9rem;
        }
        .top_re_contact_box ul li:last-child p a::before{
            left: 5%;
        }
    }

    .top_re_example_box{
        padding: 50px 0;
        background-color: #F6F6F6;
    }
    .top_re_example_box h1{
        font-size: 2rem;
        font-weight: bold;
        color: #000000;
        text-align: center;
        margin-bottom: 0.5rem;
    }
    .top_re_example_box h6{
        font-size: 1.2rem;
        font-weight: bold;
        color: #028759;
        text-align: center;
        margin-bottom: 2rem;
    }
    .top_re_example_box .solve_txt{
        font-size: 1rem;
        color: #000000;
        text-align: center;
        line-height: 1.8;
    }
    .top_re_example_box ul{
        margin: 40px 0 20px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .top_re_example_box ul li{
        width: 31%;
        margin: 0 1% 1.5rem;
        padding: 20px 40px;
        border: 2px solid #028759;
        border-radius: 10px;
        background-color: #FFFFFF;
    }
    .top_re_example_box ul li span{
        color: #028759;
        font-weight: bold;
        line-height: 1.8;
        display: inline-block;
    }
    @media screen and (max-width: 768px){
        .top_re_example_box h1{
            font-size: 1.2rem;
        }
        .top_re_example_box h6{
            font-size: 1rem;
        }
        .top_re_example_box .solve_txt{
            font-size: 0.9rem;
        }
        .top_re_example_box ul li{
            width: 100%;
            margin: 0 0 1rem;
            padding: 10px;
        }
        .top_re_example_box ul li p{
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: space-between;
        }
        .top_re_example_box ul li p img{
            width: 30%;
        }
        .top_re_example_box ul li p span{
            width: 68%;
        }
    }

    .top_re_voice_box{
        padding: 50px 0 0;
    }
    .top_re_voice_box h1{
        font-size: 2rem;
        font-weight: bold;
        color: #000000;
        text-align: center;
        margin-bottom: 0.5rem;
    }
    .top_re_voice_box h6{
        font-size: 1.2rem;
        font-weight: bold;
        color: #028759;
        text-align: center;
        margin-bottom: 2rem;
    }
    .top_re_voice_box .swiper_relative{
        position: relative;
    }
    .top_re_voice_box .swiper .swiper-slide{
        display: flex;
        align-items: stretch;
        height: auto;
    }
    .top_re_voice_box .swiper .swiper-slide .swiper_voice_box{
        border: 2px solid #028759;
        border-radius: 10px;
        background-color: #FFFFFF;
        padding: 10px 30px 20px;
        height: auto;
        position: relative;
    }
    .top_re_voice_box .swiper .swiper-slide .swiper_voice_box>div{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 2rem;
    }
    .top_re_voice_box .swiper .swiper-slide .swiper_voice_box>div>img{
        width: 35%;
    }
    .top_re_voice_box .swiper .swiper-slide .swiper_voice_box>div>p{
        width: 60%;
    }
    .top_re_voice_box .swiper .swiper-slide .swiper_voice_box>div>p>span{
        display: block;
        font-size: 1.2rem;
        font-weight: bold;
        color: #028759;
    }
    .top_re_voice_box .swiper .swiper-slide .swiper_voice_box>div>p>span.span_age{
        font-size: 1rem;
        margin-top: 5px;
    }
    .top_re_voice_box .swiper .swiper-slide .swiper_voice_box>p{
        font-size: 1.2rem;
        line-height: 1.8;
    }
    .top_re_voice_box .swiper-button-prev,.top_re_voice_box .swiper-button-next{
        width: 50px;
        height: 50px;
        background-size: 100%;
        transform: translateY(-100%);
    }
    .top_re_voice_box .swiper-button-prev{
        left: -8%;
    }
    .top_re_voice_box .swiper-button-next{
        right: -8%;
    }
    .top_re_voice_box .swiper-button-prev::after,.top_re_voice_box .swiper-button-next::after{
        background-repeat: no-repeat;
        background-size: contain;
        content: "";
        height: 50px;
        margin: auto;
        width: 50px;
    }
    .top_re_voice_box .swiper-button-prev::after{
        background-image: url(../../img/prev_btn.svg);
    }
    .top_re_voice_box .swiper-button-next::after{
        background-image: url(../../img/next_btn.svg);
    }
    @media screen and (max-width: 768px){
        .top_re_voice_box h1{
            font-size: 1.2rem;
        }
        .top_re_voice_box h6{
            font-size: 1rem;
        }
        .top_re_voice_box .swiper .swiper-slide .swiper_voice_box{
            padding: 20px 15px;
        }
        .top_re_voice_box .swiper .swiper-slide .swiper_voice_box>div>p>span{
            font-size: 1rem;
        }
        .top_re_voice_box .swiper .swiper-slide .swiper_voice_box>div>p>span.span_age{
            font-size: 0.9rem;
        }
        .top_re_voice_box .swiper .swiper-slide .swiper_voice_box>p{
            font-size: 1rem;
        }
        .top_re_voice_box .swiper-button-prev,.top_re_voice_box .swiper-button-next{
            background-size: 50%;
            transform: translateY(-100%);
            top: 97%;
            width: 30px;
            height: 30px;
        }
        .top_re_voice_box .swiper-button-prev{
            left: 0%;
        }
        .top_re_voice_box .swiper-button-next{
            right: 0%;
        }
    }
    .top_re_survey_box{
        padding: 50px 0;
        text-align: center;
    }
    .top_re_survey_box h1{
        font-size: 2rem;
        font-weight: bold;
        color: #000000;
        text-align: center;
        margin-bottom: 0.5rem;
    }
    .top_re_survey_box ul{
        margin: 40px 0 20px;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .top_re_survey_box ul li{
        width: 31%;
        margin: 0 1% 1.5rem;
        padding: 30px 40px;
        border: 2px solid #028759;
        border-radius: 10px;
        background-color: #FFFFFF;
    }
    .top_re_survey_box ul li p{
        color: #028759;
        font-size: 1rem;
        font-weight: bold;
        line-height: 1.8;
        margin-bottom: 0.5rem;
    }
    @media screen and (max-width: 768px){
        .top_re_survey_box{
            padding: 0;
        }
        .top_re_survey_box h1{
            font-size: 1.2rem;
        }
        .top_re_survey_box ul{
            margin: 30px 0 20px;
        }
        .top_re_survey_box ul li{
            width: 100%;
            margin: 0 0 1rem;
        }
    }

    .top_re_hope_box{
        padding: 50px 0;
        text-align: center;
    }
    .top_re_hope_box .hope_relative{
        position: relative;
    }
    .top_re_hope_box .hope_relative h1{
        font-size: 2rem;
        font-weight: bold;
        color: #000000;
        margin-bottom: 0.5rem;
    }
    .top_re_hope_box .hope_relative h6{
        font-size: 1.2rem;
        font-weight: bold;
        color: #028759;
        margin-bottom: 2rem;
        position: relative;
        display: inline-block;
    }
    .top_re_hope_box .hope_relative h6::before{
        content: "";
        width: 120px;
        height: 120px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
        background-image: url(../../img/top_re_hope_bg.svg);
        display: inline-block;
        position: absolute;
        left: 50%;
        top: 80%;
        z-index: -1;
        transform: translate(-50%,-50%);
    }
    .top_re_hope_box .hope_relative img:first-of-type{
        position: absolute;
        left: 0;
        top: 30%;
        transform: translateY(-50%);
        width: 180px;
        z-index: -1;
    }
    .top_re_hope_box .hope_relative img:last-of-type{
        position: absolute;
        right: 0;
        top: 30%;
        transform: translateY(-50%);
        width: 180px;
        z-index: -1;
    }
    @media screen and (max-width: 768px){
        .top_re_hope_box{
            padding: 30px 0;
        }
        .top_re_hope_box .hope_relative h1{
            font-size: 1.2rem;
        }
        .top_re_hope_box .hope_relative h6{
            font-size: 1rem;
            margin-bottom: 4rem;
        }
        .top_re_hope_box .hope_relative h6::before{
            width: 100px;
            height: 100px;
        }
        .top_re_hope_box .hope_relative img:first-of-type{
            top: 33%;
            width: 110px;
        }
        .top_re_hope_box .hope_relative img:last-of-type{
            top: 33%;
            width: 110px;
        }
    }

    .top_re_question_box{
        padding: 50px 0;
        background-color: #028759;
    }
    .top_re_question_box h1{
        font-size: 2rem;
        font-weight: bold;
        color: #FFFFFF;
        margin-bottom: 2rem;
        text-align: center;
    }
    .top_re_question_box .questuion_sub{
        background-color: #FFFFFF;
        border-radius: 10px;
        padding: 40px 50px;
    }
    .top_re_question_box .questuion_sub ul{
        list-style: none;
        padding: 0;
    }
    .top_re_question_box .questuion_sub ul li{
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        margin: 15px 0;
    }
    .top_re_question_box .questuion_sub ul li img{
        width: 3%;
        margin-right: 1.5rem;
    }
    .top_re_question_box .questuion_sub ul li h6{
        width: 85%;
        font-size: 1.2rem;
        font-weight: bold;
    }
    .top_re_question_box .questuion_sub ul li p{
        width: 85%;
        line-height: 1.8;
    }
    .top_re_question_box .questuion_sub hr{
        margin: 3rem 0;
        border-top: 1px solid #CCCCCC;
    }
    @media screen and (max-width: 768px){
        .top_re_question_box{
            padding: 30px 0;
        }
        .top_re_question_box h1{
            font-size: 1.2rem;
        }
        .top_re_question_box .questuion_sub{
            padding: 20px 20px;
        }
        .top_re_question_box .questuion_sub ul li img{
            width: 7%;
            margin-right: 1rem;
        }
        .top_re_question_box .questuion_sub ul li h6{
            width: 85%;
            font-size: 1rem;
        }
        .top_re_question_box .questuion_sub ul li p{
            width: 85%;
            font-size: 0.9rem;
        }
        .top_re_question_box .questuion_sub hr{
            margin: 2rem 0;
        }
    }
    .top_re_supporter_box ul li span.textline{
      background: linear-gradient(transparent 60%, rgba(250,48,44,.5) 0%);
      display: inline;
      padding: 0 1px 0px;
    }

    .wp-block-embed iframe{
      width: 100%;
    }
    @media screen and (min-width: 769px){
      .wp-embed{
        padding-right: 30px;
      }
      .wp-block-embed iframe{
        width: 93%;
        margin-left: 35px;
        padding-right: 5px;
      }
    }
    .wp-embed-comments{
      display: none!important;
    }

    .wp-embed-comments, .wp-embed-share {
      display: none;
    }

    /* 太字に他色適用のためunset */
    .singlepost-wrap strong {
      /* font-weight: bold; */
      color: unset;
  }

.text-align-left {
  text-align: left !important;
}
