@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

:root{
--font-heading: "M PLUS 1p", sans-serif;
--font-body: "Noto Sans JP", sans-serif;
--font-num: "Noto Sans", sans-serif;
--font-deco-num: "Oswald", sans-serif;
--font-deco-en: "Jost", sans-serif;
}
/************************************
** 変数設定
************************************/

/*変数*/
:root {


	/*コンテンツ幅*/
	--max-width: 652px;
	--max-width-content: 1100px;

	/*マージン設定*/
	--margin-bottom_L: clamp(73px, -85.168px + 35.149vw, 144px);
	--margin-bottom_M: clamp(45px, 26.897px + 4.828vw, 80px);
	--margin-bottom_S: 24px;
	--margin-bottom_btn: 13px;
}



/************************************
** 共通設定
************************************/

.content-wrap {
	width: 100%;
	max-width: var(--max-width-content) !important;
	margin: 0 auto var(--margin-bottom_M) !important;
}
.margin-bottom_L {
	margin: 0 auto var(--margin-bottom_L) !important;
}
.margin-bottom_M {
	margin: 0 auto var(--margin-bottom_M) !important;
}
.margin-bottom_S {
	margin: 0 auto var(--margin-bottom_S) !important;
}
.margin-bottom_btn {
	margin-bottom: var(--margin-bottom_btn) !important;
}
.inner-wrap {
	width: 90%;
	max-width: var(--max-width) !important;
	margin: 0 auto;
}

*{
font-family: "Noto Sans JP", sans-serif;
font-style: normal;
}
.font-heading {
font-family: "M PLUS 1p", sans-serif;
}
.font-body {
font-family: "Noto Sans JP", sans-serif;
}
.font-num {
font-family: "Noto Sans", sans-serif;
}
.font-deco-num {
font-family: "Oswald", sans-serif;
}
.font-deco-en {
font-family: "Jost", sans-serif;
}



.hover-white:hover {
	color: #fff;
}

body {
	overflow-x: hidden;
	font-family: "Noto Sans JP", sans-serif;
}

.article h3 {
  font-weight: normal;
}

/*組合案内*/
table:not(.has-border-color) :where(th, td) {
  border: none;
	border-radius:5px;
}

table#noborder {
    font-size: 16px;
}

table th,
table td {
  position: relative;
  padding: 0 1em;
}

td.campany_table_td_02 {
    padding: 20px 10px;
}

/*電話ボタン消す・レイアウト調整*/
.ch_tel_button_sp.sp_button {
    display: none !important;
}

.ch_tel_button_pc {
    display: none;
}

a.tell_none {
    display: none;
}

.cf_fixed{
	grid-template-columns: 1fr !important;
}

.sm_footer_telbutton {
    display: none !important;
}

#common_sidemenu .sm_footer_buttons {
    align-items: center;
}

/**電話ボタン消すここまで**/


:root {
    --accent-green: #3193AB;
    --accent-red: #C2001C;
    --logo-red: #C2001C;
    --logo-green: #007841;
}

@media screen and (min-width: 1000px){
	.sp_img{
		display: none!important;
	}
	.show_sp{
		display: none!important;
	}
}
@media screen and (max-width: 999px){
	.pc_img{
		display: none!important;
	}
	.show_pc{
		display: none!important;
	}
}
@media print {
	.sp_img{
		display: none!important;
	}
}

/******** PC ********/
@media screen and (min-width: 1000px){

/* ヘッダ */
.header-container {
    border-top: 10px solid var(--accent-green);
	padding: 15px 0;
}
#menu-item-12 {
	width: auto;
}
#menu-item-12 a {
    background-image: url(https://www.aichi6031.com/wp-content/uploads/2023/09/ccus_header_tel.png);
    width: 290px;
	height: 56px;
    color: transparent;
    background-repeat: no-repeat;
}
.kv_img_sp{
	display: none;

}
.kv_img_pc{
}
.date-tags {
    width: 1000px;
    margin: 10px auto;
}
.toc{
	width: 80%;
}
.toc a{
	text-decoration: underline;
}
/* ヘッダ */

/* ボディ */
.sp_button{
	display: none!important;
}
.main {
    padding: 0;
}
.entry-content {
    margin: 0;
}
.content {
    margin: 0;
    background-color: #fff;
}
.full_width,
.full_image {
	margin-right: calc(50% - 50%);
	margin-left: calc(50% - 50%);
}

.full_image figure,
.full_image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}
.wrap {
	width: 100%;
}
.wrapper {
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
}
body {
    --wp--style--global--content-size: 1100px!important;
}
.link_title {
    margin-bottom: 0!important;
    width: 90%;
}
/* ボディ */

/* KV */
.kv {
    position: relative;
}
.kv .wp-block-buttons {
    position: absolute;
    bottom: 8%;
    left: 32%;
}
.cv_button a {
    text-decoration: none;
    background: linear-gradient(to right, #3193AB, #25A999);
    background: -webkit-linear-gradient(left, #3193AB, #25A999);
    background: linear-gradient(to right, #3193AB, #25A999);
    padding: 20px 0;
    color: #fff;
    border-radius: 45px;
    border: none;
    font-size: clamp(22px, 6vw, 30px);
    margin: 0;
    text-align: center;
    width: min(440px, 90vw);
}
.cv_button_margin{
	margin: clamp(20px, 5vw, 40px) auto!important;
}
/* KV */

/* ロゴライン */
.logoline {
    position: relative;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.logoline_line {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 25px 0;
	width: 100%;
	height: auto;
	max-width: none!important;
}
.logoline_line p{
	width: 100%;
	max-width: none!important;
}
.logoline_line1 {
    border-top: 2px solid var(--logo-red);
}
.logoline_line2 {
    border-top: 2px solid var(--logo-green);
}
.logoline_logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: min(15%, 85px);
}
/* ロゴライン */

/* 技能者登録 */
.ginousya_touroku_wrapper p {
    margin: 0;
}
.ginousya_touroku_title {
    text-align: center;
    font-weight: bold;
    font-size: clamp(32px, 9vw, 45px);
    padding: 0 0 30px 0;
}
.ginousya_touroku_body {
    text-align: center;
}
.ginousya_touroku_body_line1 {
    color: var(--accent-red);
    font-size: clamp(22px, 5vw, 40px);
    font-weight: bold;
}
.ginousya_touroku_body_line2 {
    color: var(--accent-red);
    font-size: clamp(26px, 8vw, 50px);
    font-weight: bold;
}
.ginousya_touroku_body_price {
    color: var(--accent-red);
    font-size: clamp(22px, 6vw, 50px);
    font-weight: bold;
	display: flex;
	padding: 20px 0 0;
	align-items: flex-end;
	margin-bottom: 20px!important;
	justify-content: center;
	gap: 10px;
}
.price_large {
    font-size: clamp(60px, 16vw, 140px);
	line-height: 1em;
}
.ministry {
    font-family: ministry;
}
.ginousya_touroku_body_price .price_value{
	margin-right: 0!important;
}
.ginousya_touroku_body_price .price_yen{
	margin-left: 0!important;
}
/* 技能者登録 */

/* 急ぎの方へ */
.isogi {
    background-image: url(/wp-content/uploads/2023/09/bg_att_pc.png);
    padding: 40px 0;
    background-size: 100%;
}
.isogi_wrapper {
    display: grid;
    color: #fff;
    justify-content: center;
}
.isogi_title_icon {
    max-width: 89px!important;
    display: block!important;
    margin: 5px auto;
}
.isogi_title {
    font-size: clamp(26px, 8vw, 50px);
    font-weight: bold;
    text-align: center;
    margin: 30px 0!important;
	line-height: 1.5em;
}
.isogi_body {
    font-size: clamp(20px, 5vw, 24px);
    text-align: center;
	margin: 0!important;
}
/* 急ぎの方へ */

/* お客様からの嬉しい声 */
	/*
.voice {
    padding: 100px 0;
}
.voice_title {
    font-size: clamp(22px, 5vw, 45px);
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
}
.voice_title p {
    margin: 0;
}
.voice_title_large {
    font-size: 1.5em;
    line-height: 1.3em;
}
.voice_items {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin: 40px 0;
}
.voice_item {
    display: grid;
    grid-template-columns: clamp(90px, 25vw, 135px) 1fr;
    align-items: center;
    justify-content: center;
    grid-column-gap: 15px;
	margin: 0!important;
}
.voice_item p {
    margin: 0;
}
*/
.voice_balloon {
    background-image: url(/wp-content/uploads/2023/09/ill_hukidasi.png);
    background-repeat: no-repeat;
    width: clamp(90px, 25vw, 135px);
    background-size: 100%;
    aspect-ratio: 180/177;
    display: grid;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: clamp(32px, 10vw, 47px);
    padding-bottom: 5px;
    background-position: bottom;
}
	/*
.voice_body {
    font-size: 20px;
    max-width: 100%!important;
    width: 330px!important;
}
.voice_buttontitle {
    text-align: center;
    color: #FC761D;
    font-size: 28px;
    font-weight: bold;
	margin-bottom: 10px!important;
}
	*/
/* お客様からの嬉しい声 */

/* カードお渡しまでの流れ */
.arrow_sp{
	display: none;
}
.step_title {
    text-align: center;
    padding: 15px 0;
    font-size: clamp(22px, 5vw, 40px);
    line-height: 1.2em;
    font-weight: bold;
	margin-bottom: 10px!important;
}
.green_text {
    color: var(--logo-green);
	margin-bottom: 5px!important;
}
.step_title_large {
    font-size: 1.3em;
    line-height: 1.3em;
}
.step_box_wrapper {
    padding: 35px clamp(15px, 5vw, 35px);
    display: grid;
    grid-template-columns: 1fr 40px 1fr 40px 1fr 40px 1fr 40px 12em;
    grid-column-gap: 10px;
}
@media screen and (max-width: 1200px){
 .step_box_wrapper {
    grid-template-columns: 1fr 40px 1fr 40px;
    grid-row-gap: 30px;
 }
}
@media screen and (max-width: 1900px){
 .step_box_wrapper {
    grid-template-columns: 1fr 40px 1fr 40px 1fr 40px;
    grid-row-gap: 30px;
 }
}

.step_box {
    border: 2px solid var(--logo-green);
    border-radius: 5px;
    padding: clamp(15px, 5vw, 29px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    grid-template-rows: 3em 1fr;
    align-items: start;
	margin-bottom: 0!important;
}
.step_box_title {
    font-size: 30px;
    font-weight: bold;
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-column-gap: 5px;
    align-items: center;
    justify-content: center;
}
.step_box_number {
    background-color: var(--logo-green);
    padding: 0 0.5em;
    border-radius: 50%;
    color: #fff;
    font-size: 0.8em;
}
.moushikomi_button_wrapper {
    display: grid;
    justify-content: center;
    align-items: center;
    margin: clamp(20px, 5vw, 40px) auto;
}
.moushikomi_button_wrapper.in_box {
    margin: 0;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
}
.grad_button {
    text-decoration: none;
    background: linear-gradient(to right, #3193AB, #25A999);
    background: -webkit-linear-gradient(left, #3193AB, #25A999);
    background: linear-gradient(to right, #3193AB, #25A999);
    padding: 20px 0;
    color: #fff;
    border-radius: 45px;
    border: none;
    font-size: clamp(22px, 6vw, 30px);
    margin: 0;
    text-align: center;
    width: min(440px, 90vw);
}
.step_box .grad_button {
    padding: 10px 30px;
    font-size: 20px;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.step_box .grad_button a {
    color: #fff;
    text-decoration: none;
}
.step_box_body {
    display: grid;
    grid-template-rows: 1.4em;
    grid-row-gap: 5px;
    font-size: 18px;
}
.step_arrow {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
	margin-bottom: 0!important;
}
.step_box_body_item {
    display: grid;
    grid-template-columns: 8px 1fr;
    align-items: center;
    grid-column-gap: 5px;
}
.green_dot {
    width: 8px;
    height: 8px;
    background-color: var(--logo-green);
    border-radius: 4px;
    display: inline-block;
}
.step_box_end {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}
.step_box_end .step_box_title {
    grid-template-columns: 1fr;
}
.red_text {
    color: var(--logo-red);
}
.step_box_end p,
.step_box p {
    margin-bottom: 0;
}
.step_buttontitle {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
	margin-bottom: 5px!important;
}
/* カードお渡しまでの流れ */

/* CCUSとは */
.about_ccus {
    padding-bottom: 80px;
}
.about_ccus_wrapper {
    text-align: center;
    font-size: 22px;
	width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.about_ccus_wrapper p {
    margin: 0;
}
/* CCUSとは */

/* よくあるご質問 */
.faq{
	padding-bottom: 60px;
}
.faq_wrapper {
    padding: 10px 0 0 0;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.faq_qanda {
    margin: 0 15px;
    margin-bottom: 20px;
    border-bottom: 1px dotted var(--logo-green);
    padding-bottom: 20px;
}
.faq_q {
    font-size: clamp(20px, 6vw, 28px);
    font-weight: bold;
    padding: 10px 0;
    display: grid;
    grid-template-columns: clamp(40px, 10vw, 50px) 1fr;
    align-items: start;
	margin: 0!important;
}
.faq_q_char {
    font-size: clamp(40px, 10vw, 50px);
    color: var(--logo-green);
    font-weight: bold;
    line-height: 1em;
	margin: 0!important;
}
.faq_q_text {
    padding-top: 5px;
	width: 100%;
}
.faq_a {
    font-size: clamp(18px, 5vw, 24px);
    padding: 10px 0;
    display: grid;
    grid-template-columns: clamp(40px, 10vw, 50px) 1fr;
    align-items: start;
	margin: 0!important;
}
.faq_a_char {
    font-size: clamp(40px, 10vw, 50px);
    color: var(--logo-red);
    font-weight: bold;
    line-height: 1em;
	margin: 0!important;
}
.faq_a_text {
    padding-top: 5px;
	width: 100%;
}
.faq_qanda * {
    max-width: 100%!important;
}
/* よくあるご質問 */



/* CCUSマガジン一覧 */
.magazine_title {
    color: #fff;
    text-align: center;
    background-color: #007841!important;
    padding: 10px 0!important;
}
.magazine_list {
    padding: 10px 0;
}
/* CCUSマガジン一覧 */

}


/******** SP ********/
@media screen and (max-width: 1000px){
*{
	max-width: 100vw!important;
	box-sizing: content-box;
}
.main {
    padding: 0!important;
}
	
/* ヘッダ */
.header-container {
    border-top: 10px solid var(--accent-green);
	padding: 0;
	height: 0;
}
#menu-item-12 {
	width: auto;
}
#menu-item-12 a {
    background-image: url(https://www.aichi6031.com/wp-content/uploads/2023/09/ccus_header_tel.png);
    width: 290px;
	height: 56px;
    color: transparent;
    background-repeat: no-repeat;
}
.logo-header img{
	width: 90vw;
}
.kv_img_sp{
}
.kv_img_pc{
	display: none;
}
/* ヘッダ */

/* ボディ */
.sp_button{
	margin-bottom: 0!important;
}
.tel_button a::before {
    content: '\f879';
    font-family: 'Font Awesome 5 free';
    font-weight: bold;
    margin-right: 10px;
}
.main {
    padding: 0;
}
.entry-content {
    margin: 0;
}
.content {
    margin: 0;
    background-color: #fff;
}
.full_width,
.full_image {
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}

.full_image figure,
.full_image img {
	display: block;
	width: 100%;
	height: auto;
	max-width: none;
}
.wrapper {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
body {
    --wp--style--global--content-size: 1000px!important;
}
/* ボディ */

/* KV */
.kv {
    position: relative;
}
.kv .wp-block-buttons {
    position: absolute;
    bottom: 8%;
    left: 32%;
}
.cv_button a {
    text-decoration: none;
    background: linear-gradient(to right, #3193AB, #25A999);
    background: -webkit-linear-gradient(left, #3193AB, #25A999);
    background: linear-gradient(to right, #3193AB, #25A999);
    padding: 5px 0;
    color: #fff;
    border-radius: 45px;
    border: none;
    font-size: clamp(22px, 6vw, 30px);
    margin: 0;
    text-align: center;
    width: min(440px, 90vw);
}
.cv_button_margin{
	margin: 0 auto clamp(20px, 5vw, 40px) auto!important;
}
/* KV */

/* ロゴライン */
.logoline {
    position: relative;
	margin-right: calc(50% - 50vw);
	margin-left: calc(50% - 50vw);
}
.logoline_line {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 25px 0;
	width: 100%;
	height: auto;
	max-width: none!important;
}
.logoline_line p{
	width: 100%;
	max-width: none!important;
}
.logoline_line1 {
    border-top: 2px solid var(--logo-red);
}
.logoline_line2 {
    border-top: 2px solid var(--logo-green);
}
.logoline_logo {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: min(15%, 85px);
}
/* ロゴライン */

/* 技能者登録 */
.ginousya_touroku_wrapper p {
    margin: 0;
}
.ginousya_touroku_title {
    text-align: center;
    font-weight: bold;
    font-size: clamp(32px, 9vw, 45px);
    padding: 0 0 30px 0;
}
.ginousya_touroku_body {
    text-align: center;
}
.ginousya_touroku_body_line1 {
    color: var(--accent-red);
    font-size: clamp(22px, 5vw, 40px);
    font-weight: bold;
}
.ginousya_touroku_body_line2 {
    color: var(--accent-red);
    font-size: clamp(26px, 8vw, 50px);
    font-weight: bold;
}
.ginousya_touroku_body_price {
    color: var(--accent-red);
    font-size: clamp(22px, 6vw, 50px);
    font-weight: bold;
	display: flex;
	padding: 20px 0 0;
	align-items: flex-end;
	margin-bottom: 20px!important;
	justify-content: center;
	gap: 10px;
}
.price_large {
    font-size: clamp(60px, 16vw, 140px);
	line-height: 1em;
}
.ministry {
    font-family: ministry;
}
.ginousya_touroku_body_price .price_value{
	margin-right: 0!important;
}
.ginousya_touroku_body_price .price_yen{
	margin-left: 0!important;
}
/* 技能者登録 */

/* 急ぎの方へ */
.isogi {
    background-image: url(/wp-content/uploads/2023/09/bg_att_pc.png);
    padding: 40px 0;
    background-size: 100%;
}
.isogi_wrapper {
    display: grid;
    color: #fff;
    justify-content: center;
}
.isogi_title_icon {
    max-width: 89px!important;
    display: block!important;
    margin: 5px auto;
}
.isogi_title {
    font-size: clamp(26px, 8vw, 50px);
    font-weight: bold;
    text-align: center;
    margin: 30px 0!important;
	line-height: 1.5em;
}
.isogi_body {
    font-size: clamp(20px, 5vw, 24px);
    text-align: center;
	margin: 0!important;
}
/* 急ぎの方へ */

/* お客様からの嬉しい声 */
.arrow_pc{
	display: none;
}
.voice {
    padding: 100px 0;
}
.voice_title {
    font-size: clamp(22px, 5vw, 45px);
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
}
.voice_title p {
    margin: 0;
}
.voice_title_large {
    font-size: 1.5em;
    line-height: 1.3em;
}
.voice_items {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin: 40px 0;
}
.voice_item {
    display: grid;
    grid-template-columns: 20vw 65vw;
/*     align-items: center; */
    justify-content: center;
    grid-column-gap: 5vw;
	margin: 0 5vw;
	margin-bottom: 0!important;
}
.voice_item p {
    margin: 0;
}
.voice_balloon {
    background-image: url(/wp-content/uploads/2023/09/ill_hukidasi.png);
    background-repeat: no-repeat;
    width: 20vw;
    background-size: 100%;
    aspect-ratio: 180/177;
    display: grid;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    padding-bottom: 5px;
    background-position: bottom;
}
.voice_body {
    font-size: 16px;
    max-width: 100%!important;
    width: 100%!important;
}
.voice_buttontitle {
    text-align: center;
    color: #FC761D;
    font-size: 28px;
    font-weight: bold;
	margin-bottom: 10px!important;
}
/* お客様からの嬉しい声 */

/* カードお渡しまでの流れ */
.step_title {
    text-align: center;
    padding: 15px 0;
    font-size: clamp(22px, 5vw, 40px);
    line-height: 1.2em;
    font-weight: bold;
	margin-bottom: 10px!important;
}
.green_text {
    color: var(--logo-green);
	margin-bottom: 5px!important;
}
.step_title_large {
    font-size: 1.3em;
    line-height: 1.3em;
}
.step_box_wrapper {
    padding: 35px clamp(15px, 5vw, 35px);
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
}

.step_box {
    border: 2px solid var(--logo-green);
    border-radius: 5px;
    padding: clamp(15px, 5vw, 29px);
    display: grid;
    grid-template-columns: 1fr;
    gap: 15px;
    grid-template-rows: 3em 1fr;
    align-items: start;
	margin-bottom: 0!important;
}
.step_box_title {
    font-size: 30px;
    font-weight: bold;
    display: grid;
    grid-template-columns: 40px 1fr;
    grid-column-gap: 5px;
    align-items: center;
    justify-content: center;
}
.step_box_number {
    background-color: var(--logo-green);
    padding: 0 0.5em;
    border-radius: 50%;
    color: #fff;
    font-size: 0.8em;
}
.moushikomi_button_wrapper {
    display: grid;
    justify-content: center;
    align-items: center;
    margin: clamp(20px, 5vw, 40px) auto;
}
.moushikomi_button_wrapper.in_box {
    margin: 0;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
}
.grad_button {
    text-decoration: none;
    background: linear-gradient(to right, #3193AB, #25A999);
    background: -webkit-linear-gradient(left, #3193AB, #25A999);
    background: linear-gradient(to right, #3193AB, #25A999);
    padding: 20px 0;
    color: #fff;
    border-radius: 45px;
    border: none;
    font-size: clamp(22px, 6vw, 30px);
    margin: 0;
    text-align: center;
    width: min(440px, 90vw);
}
.step_box .grad_button {
    padding: 10px 30px;
    font-size: 20px;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}
.step_box .grad_button a {
    color: #fff;
    text-decoration: none;
}
.step_box_body {
    display: grid;
    grid-template-rows: 1.4em;
    grid-row-gap: 5px;
    font-size: 18px;
}
.step_arrow {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
	margin-bottom: 0!important;
}
.step_box_body_item {
    display: grid;
    grid-template-columns: 8px 1fr;
    align-items: center;
    grid-column-gap: 5px;
}
.green_dot {
    width: 8px;
    height: 8px;
    background-color: var(--logo-green);
    border-radius: 4px;
    display: inline-block;
}
.step_box_end {
    display: grid;
    grid-template-columns: 1fr;
    align-items: center;
}
.step_box_end .step_box_title {
    grid-template-columns: 1fr;
}
.red_text {
    color: var(--logo-red);
}
.step_box_end p,
.step_box p {
    margin-bottom: 0;
}
.step_buttontitle {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
	margin-bottom: 5px!important;
}
/* カードお渡しまでの流れ */

/* CCUSとは */
.about_ccus {
	padding: 35px clamp(15px, 5vw, 35px);
    padding-bottom: 80px;
}
.about_ccus_wrapper {
    text-align: center;
    font-size: 22px;
	width: 100%;
    max-width: 100%;
    margin: 0 auto;
	text-align: left;
}
.about_ccus_wrapper p {
    margin: 0;
}
/* CCUSとは */
	
	/*アドバイザー*/
.index_adviser_content {
  position: relative;
  width: 343px;
}
@media screen and (min-width:1000px) {
  .index_adviser_content {
    width: 980px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

.index_adviser_content_strengths {
  position: absolute;
  bottom: 136px;
  right: 80px;
  font-size: 12px;
}
@media screen and (min-width:1000px) {
  .index_adviser_content_strengths {
    bottom: 143px;
    right: 166px;
    font-size: 15px;
  }
}

.index_adviser_title {
  margin-bottom: 0 !important;
}
@media screen and (min-width:1000px) {
  .index_adviser_title {
    width: 385px;
  }
}

.index_adviser_profile {
  background-color: #fff;
  border-radius: 10px;
  font-size: 9px;
  padding: 60px 10px 10px 10px;
}
@media screen and (min-width:1000px) {
  .index_adviser_profile {
    height: 100%;
    font-size: 14px;
    padding: 188px 37px 15px 37px;
  }
}

.index_adviser_title01_img01 {
  width: 58px;
}
@media screen and (min-width:1000px) {
  .index_adviser_title01_img01 {
    width: 44px;
  }
}

.index_adviser_title01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:1000px) {
  .index_adviser_title01 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 245px;
    position: absolute;
    top: 15px;
    left: 78px;
  }
}

.index_adviser_title01-3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width:1000px) {
  .index_adviser_title01-3 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    width: 296px;
    position: absolute;
    top: 15px;
    left: 41px;
  }
}

.index_adviser_title02 {
  background-color: #FEFF82;
  width: 343px;
  height: 180px;
  border-radius: 5px 5px 0 0;
  padding: 10px;
}
@media screen and (min-width:1000px) {
  .index_adviser_title02 {
    width: 385px;
    height: 396px;
    border-radius: 17px 17px 0 10px;
    padding: 130px 10px 10px 10px;
  }
}

.index_adviser_title02-2 {
  background-color: #FEFF82;
  width: 343px;
  border-radius: 5px 5px 0 0;
  padding: 40px 10px 0px;
}
@media screen and (min-width:1000px) {
  .index_adviser_title02-2 {
    width: 385px;
    height: 396px;
    border-radius: 17px 17px 0 10px;
    padding: 110px 10px 0px;
  }
}

.index_adviser_details {
  background-color: #FEFF82;
  width: 343px;
  border-radius: 0 0 5px 5px;
  padding: 10px 10px 15px;
}
@media screen and (min-width:1000px) {
  .index_adviser_details {
    width: 595px;
    height: 347px;
    padding: 35px 35px 35px 0;
    border-radius: 0 10px 10px 0;
  }
}

.index_adviser_title01_text {
  font-size: 26px;
  font-weight: 600;
}
@media screen and (min-width:1000px) {
  .index_adviser_title01_text {
    font-size: 22px;
    padding-top: 5px;
  }
}

.index_adviser_title02_item01 {
  width: 130px;
  margin-bottom: 11px !important;
}
@media screen and (min-width:1000px) {
  .index_adviser_title02_item01 {
    width: 248px;
  }
}

.index_adviser_title02_item01-2 {
  width: 214px;
  margin-bottom: 11px !important;
}
@media screen and (min-width:1000px) {
  .index_adviser_title02_item01-2 {
    width: 337px;
  }
}

.index_adviser_title02_item02-2 {
  width: 269px;
  margin: 0 !important;
}
@media screen and (min-width:1000px) {
  .index_adviser_title02_item02-2 {
    width: 252px;
  }
}

.index_adviser_title02_item02 {
  width: 193px;
}
@media screen and (min-width:1000px) {
  .index_adviser_title02_item02 {
    width: 224px;
  }
}

.index_adviser_profile_name {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: 28px 10px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 120px;
  position: absolute;
  bottom: 70px;
  right: 70px;
}
@media screen and (min-width:1000px) {
  .index_adviser_profile_name {
    width: 175px;
    grid-template-rows: 40px 10px;
    bottom: 210px;
    right: 156px;
  }
}

.index_adviser_profile_img {
  position: absolute;
  bottom: 62px;
  left: 21px;
  width: 110px;
}
@media screen and (min-width:1000px) {
  .index_adviser_profile_img {
    bottom: 110px;
    left: 425px;
    width: 176px;
  }
}

.index_adviser_profile_name_kanji {
  font-size: 20px;
}
@media screen and (min-width:1000px) {
  .index_adviser_profile_name_kanji {
    font-size: 30px;
  }
}

.index_adviser_profile_name_kana {
  font-size: 10px;
}
@media screen and (min-width:1000px) {
  .index_adviser_profile_name_kana {
    font-size: 16px;
  }
}

.index_adviser_content_strengths_point {
  position: relative;
}

.index_adviser_content_strengths_point::before {
  position: absolute;
  content: url(https://www.ccus-center.com/wp-content/uploads/2024/10/ck_icon_orange.png);
  top: 0;
  left: -15px;
}

.index_adviser_details_item_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-bottom: 0 !important;
}

.index_adviser_details_item_text {
  text-align: center;
  font-weight: 600;
padding-bottom:20px;
}
@media screen and (min-width:1000px) {
  .index_adviser_details_item_text {
    font-size: 22px;
padding-bottom:0;
  }
}

.index_adviser_title01_img02 {
  width: 41px;
}
@media screen and (min-width:1000px) {
  .index_adviser_title01_img02 {
    width: 35px;
  }
}

.index_adviser_title02-3 {
  background-color: #FEFF82;
  width: 343px;
  border-radius: 5px 5px 0 0;
  padding: 10px;
}
@media screen and (min-width:1000px) {
  .index_adviser_title02-3 {
    width: 385px;
    height: 396px;
    border-radius: 17px 17px 0 10px;
    padding: 130px 10px 10px 10px;
  }
}

.index_adviser_title02_item02-3 {
  width: 226px;
}
@media screen and (min-width:1000px) {
  .index_adviser_title02_item02-3 {
    width: 238px;
    padding-top: 40px;
  }
}

.index_adviser_experience_item_img {
  width: 62px;
}
@media screen and (min-width:1000px) {
  .index_adviser_experience_item_img {
    width: 107px;
  }
}

.index_adviser_experience_item_wrap {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.index_adviser_experience_item_logo {
  width: 238px;
  background-color: #fff;
  padding: 20px 36px;
  border-radius: 10px;
}
@media screen and (min-width:1000px) {
  .index_adviser_experience_item_logo {
    width: 548px;
    background-color: #fff;
    padding: 18px 101px;
    border-radius: 10px;
  }
}

	.index_adviser_details_item_wrap {
    width: 279px;
}
@media screen and (min-width:1000px) {
.index_adviser_details_item_wrap {
    width: auto;
}
}
	

/* よくあるご質問 */
.faq{
	padding-bottom: 60px;
}
.faq_wrapper {
    padding: 10px 0 0 0;
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.faq_qanda {
    margin: 0 15px;
    margin-bottom: 20px;
    border-bottom: 1px dotted var(--logo-green);
	padding: 0 clamp(15px, 5vw, 35px);
    padding-bottom: 20px;
}
.faq_q {
    font-size: clamp(20px, 6vw, 28px);
    font-weight: bold;
    padding: 10px 0;
    display: grid;
    grid-template-columns: clamp(40px, 10vw, 50px) 1fr;
    align-items: start;
	margin: 0!important;
}
.faq_q_char {
    font-size: clamp(40px, 10vw, 50px);
    color: var(--logo-green);
    font-weight: bold;
    line-height: 1em;
	margin: 0!important;
}
.faq_q_text {
    padding-top: 5px;
	width: 100%;
}
.faq_a {
    font-size: clamp(18px, 5vw, 24px);
    padding: 10px 0;
    display: grid;
    grid-template-columns: clamp(40px, 10vw, 50px) 1fr;
    align-items: start;
	margin: 0!important;
}
.faq_a_char {
    font-size: clamp(40px, 10vw, 50px);
    color: var(--logo-red);
    font-weight: bold;
    line-height: 1em;
	margin: 0!important;
}
.faq_a_text {
    padding-top: 5px;
	width: 100%;
}
.faq_qanda * {
    max-width: 100%!important;
}
/* よくあるご質問 */

/* 運営会社 */
.about_title {
    text-align: center;
    padding: 15px 0;
    font-size: clamp(32px, 9vw, 45px);
    line-height: 1.2em;
    font-weight: bold;
    margin: 0!important;
}
.about_wrapper {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.about_table table{
    width: calc(100% - 30px)!important;
    margin: 0 auto;
	font-size: 16px;
}
.about_table table th {
    background-color: #F3F3F3;
    padding: 1em;
    font-weight: normal;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}
.about_table table td{
	font-weight: normal;
	text-align: left;
	border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 1em;
}
	
/* CCUSマガジン一覧 */
.magazine_title {
    color: #fff;
    text-align: center;
    background-color: #007841!important;
    padding: 10px 0!important;
}
.magazine_list {
    padding: 10px 15px;
}
/* CCUSマガジン一覧 */
	
/* 運営会社 */	
}





/* 投稿ページ */
.single-post .author-info,
.single-post .sns-share,
.single-post .sns-follow{
    display: none;
}

.single-post .article-header {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    background-color: #F3F3F3;
    padding: 30px 10px 1px 10px;
    margin-bottom: 30px;
	margin-top: 30px;
	position: relative;
}
@media screen and (max-width: 1000px){
	.single-post .article-header {
	    margin-top: 60px;
	}
}

.single-post .article-header::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    background-color: var(--main-color);
    color: #fff;
    padding: 5px 21px;
    border-radius: 20px;
	transform: translate(-50%, 0%);
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
}
.single-post.categoryid-4 .article-header::before {
	content: 'CCUSマガジン';
}
.single-post.categoryid-6 .article-header::before {
	content: 'お知らせ';
}
.single-post .entry-title {
    width: 1000px;
    margin: 0 auto;
    max-width: 80vw!important;
}
@media screen and (max-width: 1000px){
    .single-post .contentbox{
	    padding: 0 20px;
    }
}
.single-post .wp-block-image img {
    width: 100%;
}

.single-post .green-text {
    color: var(--main-color);
}

.single-post .osusume-title {
    margin-bottom: 15px;
    font-weight: bold;
    line-height: 1em;
}

.single-post .osusume_list {
    padding: 30px;
    background-color: #ECF5F1;
    border-radius: 5px;
}

.single-post .heading_with_logo {
    font-weight: bold;
    font-size: 24px;
    padding-left: 50px;
    position: relative;
	line-height: 1em;
	margin-bottom: 10px;
}
@media screen and (max-width: 1000px){
	.single-post .heading_with_logo {
		font-size: 20px;
	}
}

.single-post .heading_with_logo::before {
    content: '';
    position: absolute;
    top: -2px;
    left: 4px;
    width: 40px;
    height: 24px;
    background-image: url(/wp-content/uploads/2023/09/ic_ccuslogo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.single-post .title_and_button {
    text-align: center;
}
.single-post .button_title {
    font-weight: bold;
    margin-bottom: 10px;
    color: #C2001C;
    font-size: 18px;
    line-height: 1em;
	text-align:center;
}
@media screen and (max-width: 1000px){
	.single-post .button_title {
		font-size: 16px;
	}
}
.single-post .button_box {
    display: grid;
    justify-content: center;
    align-items: center;
    grid-row-gap: 10px;
	margin-bottom: 0;
}
.single-post .tel_time {
    font-size: 14px;
}

.single-post .green_round_button a,
.single-post .green_round_button a:active,
.single-post .green_round_button a:hover {
    display: block;
	color: #fff;
    padding: 12px;
    width: 440px;
    max-width: 90vw!important;
    border-radius: 40px;
    font-size: 30px;
    background: linear-gradient(90deg, #3193ab 0%, #25a999 100%);
}
@media screen and (max-width: 1000px){
	.single-post .green_round_button a,
	.single-post .green_round_button a:active,
	.single-post .green_round_button a:hover {
		font-size: 22px;
	}
}
@media screen and (min-width: 1000px){
	.tel_button{
		display: none!important;
	}
}
@media screen and (max-width: 1000px){
	.telno_button{
		display: none!important;
	}
}

.single-post h2.wp-block-heading {
    background: transparent;
    border-left: 5px solid var(--main-color);
    padding: 15px 20px;
	margin-top: 30px;
}
.single-post h3.wp-block-heading {
    background-color: #F3F3F3;
    border: none;
    padding: 20px 30px;
}
@media screen and (max-width: 1000px){
	.single-post h2.wp-block-heading {
        padding: 10px 15px;
	}
	.single-post h3.wp-block-heading {
		padding: 10px 15px;
	}
}

/* 監修者 */
.kansyu_item_body .role {
    font-size: 12px !important;
	align-items: start !important;
}
	

.single-post .kansyu_box {
    border: 2px solid #2EACBA;
    border-radius: 5px;
}
.single-post .kansyu_box *{
	margin: 0;
}
.single-post .kansyu_title {
    background-color: #2EACBA;
    color: #fff;
    padding: 10px 20px;
}

.single-post .kansyu_gridbox {
    display: grid;
    grid-template-columns: 100px 1fr;
    grid-column-gap: 20px;
    padding: 20px 10px;
}
.single-post .kansyu_photo img {
    display: block;
    border-radius: 50%;
}

.single-post .container{
	background-color: #fff;
}
.single-post .eye-catch-wrap {
    display: none!important;
}
.single-post .entry-categories-tags {
    display: none!important;
}
@media screen and (max-width: 1000px){
    .single-post .under-entry-content {
        padding: 0 20px;
    }
}
.kansyu_rightbox {
    width: 100%;
}



/* EEAT 2025/03/21 */
.renew_kansyu{
margin: 70px auto;
}

.renew_kansyu .renew_inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
    align-items: start;
}
.renew_kansyu .kansyu_item {
    margin: 0 !important;
    border: none;
    border-radius: 10px;
    padding: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 6;
    gap: 0;
}
.renew_kansyu .kansyu_item_title {
    text-align: center;
    padding: 10px 0;
    background-color: var(--main-color);
    border-radius: 10px 10px 0 0;
    border: 1px solid var(--main-color);
    color: #fff;
    margin: 0 !important;
    display: grid;
    grid-template-columns: subgrid;
    line-height: 1em;
}
.renew_kansyu  .kansyu_item_body {
    padding: 20px;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 0 0 10px 10px;
    margin: 0 !important;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 2 / 7;
}
.kansyu_item_body_titlecard {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 0px 15px;
    align-items: center;
    margin: 0 !important;
    grid-template-rows: subgrid;
    grid-row: 2 / 5;
}
.kansyu_item_body .photo {
    display: grid;
    grid-row: 1 / 3;
    margin: 0 !important;
    align-items: center;
}
.kansyu_item_body .role {
    font-size: 11px;
    margin: 5px 0 0 0 !important;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 3;
    align-items: center;
    padding-top: 5px;
    grid-column: 1 / 3;
    border-top: 1px solid #ddd;
    line-height: 1.4em;
}
.kansyu_item_body .name {
    margin: 0 !important;
    padding: 10px 0 3px 0;
    font-size: 20px;
    line-height: 1em;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 1;
    align-items: end;
}
.kansyu_item_body .furi {
    margin: 0 !important;
    font-size: 12px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 2;
}
.kansyu_item_body .description {
    margin: 0 !important;
    padding-top: 2em;
    font-size: 14px;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 5;
}


@media screen and (max-width: 1100px) {
 .renew_kansyu {
    overflow-x: scroll;
    padding: 0 20px;
 }
 .renew_kansyu .renew_inner {
    min-width: 650px;
    gap: 0 15px;
    padding: 0;
 }
	img.wp-image-4321,
	img.wp-image-4320{
    width: 100%;
}
}


/* 運営会社 */
.about_title {
    text-align: center;
    padding: 15px 0;
    font-size: clamp(32px, 9vw, 45px);
    line-height: 1.2em;
    font-weight: bold;
    margin: 0!important;
}
.about_wrapper {
    width: 1000px;
    max-width: 100%;
    margin: 0 auto;
}
.about_table table{
    width: calc(100% - 30px)!important;
    margin: 0 auto;
	font-size: 16px;
}
.about_table table th {
    background-color: #F3F3F3;
    padding: 1em;
    font-weight: normal;
    border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
}
.about_table table td{
	font-weight: normal;
	text-align: left;
	border-top: 1px solid #D1D1D1;
    border-bottom: 1px solid #D1D1D1;
    padding: 1em;
}
	
	.office_section {
    width: 984px;
    margin: 0 auto 40px;
}
	h3.wp-block-heading.office_info_ttl {
    color: #fff;
    background-color: #707070 !important;
    border-radius: 5px;
    border: none;
    font-size: clamp(24px, 17.793px + 1.655vw, 36px);
	font-weight: bold;
    text-align: center;
	height: clamp(55px, 41.034px + 3.724vw, 82px);
    margin: 70px 0 40px;
  	display: flex;
  	align-items: center;
  	justify-content: center;
		padding: 0;
}

img.wp-image-2671,
img.wp-image-2672{
	width:100%;
}


	@media screen and (max-width: 1000px) {
		.article h3.office_info_ttl {
    color: #fff;
    background-color: #707070 !important;
    border-radius: 5px;
    border: none;
    text-align: center;
    margin: 0px 0 40px;
}
		    .wp-block-group.office_section.is-layout-constrained.wp-block-group-is-layout-constrained {
min-width: 345px;
        padding: 0 16px;
        margin: 0 auto 40px;
}
}
	
	
/* 運営会社 */







/* 投稿ページ */

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/*
.entry-content.cf {
    padding: 0 1em;
}
*/

article.type-post .entry-content.cf {
    padding: 0 10px;
}

aside#custom_html-2 {
    display: none;
}


/*@media screen and (min-width: 1000px){*/
/* ヘッダ下お知らせ */
	

aside#custom_html-2 {
    display: block;
}

aside#custom_html-11 {
    margin: 0;
}
.header_info_bar {
	display:block;
    background-color: #E66700;
}
.header_info_bar.red {
    background-color: #FF3333;
	color: #fff;
	padding: 20px 0;
	font-size: 22px;
}
@media screen and (max-width: 1000px){
	.header_info_bar.red {
	font-size: 16px;
}
}
.header_info_bar a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0;
    display: block;
    font-size: 16px;
	text-align: center;
}

.content-top.wwa,
.front-top-page .content-top.wwa {
    margin: 0;
}
.front-top-page .content-top-in.wrap {
    width: 100%;
    text-align: center;
}
#custom_html-2 {
    margin: 0;
}
#custom_html-2 h2 {
    display: none;
}

aside#custom_html-3 {
    margin-bottom: 0;
}

/* ヘッダ下お知らせ */



/*-------------------
 * お知らせ
 * -----------------*/



/*-------------------
 * お知らせここまで
 * -----------------*/

/*--------------------------------------
手順　テンプレート
色などはカスタムCSSで指定して変更する
非同期パターンのため画像や文章の差し替え可能
---------------------------------------*/
.display-pc {
  display: none;
}
@media screen and (min-width:1000px) {
  .display-pc {
    display: block;
  }
}

/*--モバイルファースト--*/
h2.flow_title {
  font-family: "Hiragino Kaku Gothic ProN";
  font-weight: bold;
  font-size: 25px;
  text-align: center;
  color: #36A979;
  background-color: transparent;
  margin-bottom: 94px;
  padding-bottom: 10px;
  border-bottom: 2px solid;
  width: 275px;
}
@media screen and (min-width:1000px) {
  h2.flow_title {
    font-size: 36px;
    width: 310px;
  }
}

.flow_item_wrap {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, 1fr);
  grid-row-gap: 112px;
}
@media screen and (min-width:1000px) {
  .flow_item_wrap {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 213px;
    grid-row-gap: 161px;
  }
}

.flow_item_box1 {
  grid-area: 1/1/2/2;
}
.flow_item_box1 .flow_item_detail figure {
  margin: 10px 0;
}
@media screen and (min-width:1000px) {
  .flow_item_box1 .flow_item_detail figure {
    margin-bottom: 0;
  }
}
@media screen and (min-width:1000px) {
  .flow_item_box1 {
    grid-area: 1/1/2/2;
  }
}

.flow_item_box2 {
  grid-area: 2/1/3/2;
}
.flow_item_box2 .flow_item_detail figure {
  margin: 32px 0;
}
@media screen and (min-width:1000px) {
  .flow_item_box2 .flow_item_detail figure {
    margin: 20px 0;
  }
}
@media screen and (min-width:1000px) {
  .flow_item_box2 {
    grid-area: 1/2/2/3;
  }
}

.flow_item_box3 {
  grid-area: 3/1/4/2;
}
.flow_item_box3 .flow_item_detail figure {
  margin: 32px 0;
}
@media screen and (min-width:1000px) {
  .flow_item_box3 .flow_item_detail figure {
    margin: 20px 0;
  }
}
@media screen and (min-width:1000px) {
  .flow_item_box3 {
    grid-area: 2/1/3/2;
  }
}

.flow_item_box4 {
  grid-area: 4/1/5/2;
}
.flow_item_box4 .flow_item_detail figure {
  margin: 32px 0;
}
@media screen and (min-width:1000px) {
  .flow_item_box4 .flow_item_detail figure {
    margin: 10px 0;
  }
}
@media screen and (min-width:1000px) {
  .flow_item_box4 {
    grid-area: 2/2/3/3;
  }
}

.flow_item {
  background-color: #FEFF82;
  width: 343px;
  height: 328px;
  position: relative;
  z-index: 10;
  padding: 35px 20px;
}
@media screen and (min-width:1000px) {
  .flow_item {
    width: 385px;
    height: 362px;
  }
}

.flow_item::before {
  content: "";
  width: 95px;
  height: 95px;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  background-color: #FEFF82;
  border-radius: 50%;
  z-index: -2;
}
@media screen and (min-width:1000px) {
  .flow_item::before {
    width: 140px;
    height: 140px;
    top: -65px;
  }
}

.flow_item_number {
  color: #36A979;
  font-family: "Heisei Maru Gothic Std", sans-serif;
  font-weight: 800;
  font-size: 30px;
  position: absolute;
  top: -45px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: -1;
}
@media screen and (min-width:1000px) {
  .flow_item_number {
    font-size: 50px;
    top: -65px;
  }
}

.flow_item_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flow_item_detail img {
  width: 100%;
  height: 100%;
  max-width: 228px;
  max-height: 94px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  min-width: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
@media screen and (min-width:1000px) {
  .flow_item_detail img {
    max-width: 287px;
    max-height: 120px;
  }
}
.flow_item_detail p {
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width:1000px) {
  .flow_item_detail p {
    font-size: 22px;
  }
}

p.flow_item_title {
  font-weight: bold;
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width:1000px) {
  p.flow_item_title {
    font-size: 30px;
  }
}

.flow_item_box1::after,
.flow_item_box2::after,
.flow_item_box3::after {
  content: "";
  background-color: #36A979;
  display: block;
  width: 67px;
  height: 17px;
  -webkit-mask-image: url(https://www.ccus-center.com/wp-content/uploads/2025/03/多角形-1.svg);
          mask-image: url(https://www.ccus-center.com/wp-content/uploads/2025/03/多角形-1.svg);
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  position: absolute;
  bottom: -60px;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}

@media screen and (min-width:1000px) {
  .flow_item_box1::after,
  .flow_item_box3::after {
    width: 53px;
    height: 71px;
    -webkit-mask-image: url(https://www.ccus-center.com/wp-content/uploads/2025/03/グループ-3993.svg);
            mask-image: url(https://www.ccus-center.com/wp-content/uploads/2025/03/グループ-3993.svg);
    bottom: 41%;
    left: 465px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media screen and (min-width:1000px) {
  .flow_item_box2::after {
    content: "";
    background-color: #36A979;
    display: block;
    width: 642px;
    height: 88px;
    -webkit-mask-image: url(https://www.ccus-center.com/wp-content/uploads/2025/03/グループ-3986.svg);
            mask-image: url(https://www.ccus-center.com/wp-content/uploads/2025/03/グループ-3986.svg);
    position: absolute;
    bottom: -116px;
	  left:-31%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

/*--------------------------------------
代行の流れ　ここまで↑
---------------------------------------*/




/*--20250401以降追加　全体的なCSS調整--*/
/*--------------------------------------
前ページ共通設定用
・下記クラス付与で共通設定を使用可能

◇スマホのみ表示するもの     ：display-sp
◇PCのみ表示するもの         ：display-pc
◇KVにつける                 :kv
◇文字に黄色マーカー引く     :marker-yellow
◇文字にオレンジマーカー引く :marker-orange
◇文字に白いアンダーライン	:under-line__white
◇コンテンツの横幅          :content-width
◇画面いっぱいに横幅広げる   :content-width-max
---------------------------------------*/
/*固定ページの日付を非表示にする*/
.page .date-tags {
  display: none;
}

/*ホバー*/
a:hover {
	opacity: 0.8;
	transition: all 0.1s;
}

/*スマホ・PC表示*/
.display-pc {
  display: none;
}
@media screen and (min-width:1000px) {
  .display-pc {
    display: block;
  }
}

@media screen and (min-width:1000px) {
  .display-sp {
    display: none;
  }
}

/*文字に黄色マーカー*/
.marker-yellow {
    text-decoration: underline;
    text-decoration-color: #FAFA5E;
    text-decoration-thickness: 0.4em;
    text-decoration-skip-ink: none;
    text-underline-offset: -0.27em;
}

/*文字にオレンジマーカー*/
.marker-orange {
    text-decoration: underline;
    text-decoration-color: #FAD65E;
    text-decoration-thickness: 0.4em;
    text-decoration-skip-ink: none;
    text-underline-offset: -0.27em;
}

/*文字に白いアンダーライン*/
.under-line__white {
	border-bottom: 3px solid #fff;
}

/*KV表示*/
.kv {
  width: 100vw;
  overflow-x: hidden;
}

/*お知らせ表示*/
.header_info_bar_sp {
  border: 1px #c75b69 solid;
  border-radius: 5px;
  font-size: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 10px;
  color: #c75b69;
  gap: 5px;
  margin-bottom: 35px;
}

.header_info_a {
  text-decoration: none;
  color: #c75b69;
  font-weight: 600;
  display: block;
}

p.header_info_a {
  margin-bottom: 0;
  font-size: 15px;
}

/*コンテンツの横幅設定*/
.content-width {
  width: 100%;
  max-width: 343px;
  margin: 0 auto;
}
@media screen and (min-width:1000px) {
  .content-width {
    max-width: 978px;
  }
}

.content-width-max {
  width: 100vw;
  margin: 0 calc(50% - 50vw);
  padding: 0 16px;
}

/*--------------------------------------
申し込みボタン／コメントつき
---------------------------------------*/
.apply_button {
  display: block;
  width: 300px;
  height: 70px;
  border-radius: 35px;
  background: #36a979;
  -webkit-box-shadow: 0px 4px 0px #136845;
          box-shadow: 0px 4px 0px #136845;
  text-decoration: none;
}

p.apply_text {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  color: #f5f5f5;
  line-height: 70px;
}

.apply_comment {
  width: 162px;
  color: #ff0000;
  font-weight: 600;
  text-align: center;
  position: relative;
  font-size: 16px !important;
}

.apply_comment:before {
  content: "";
  width: 25px;
  height: 2px;
  background: #ff0000;
  position: absolute;
  top: 13px;
  left: -25px;
  -webkit-transform: rotate(56deg);
          transform: rotate(56deg);
}

.apply_comment:after {
  content: "";
  width: 25px;
  height: 2px;
  background: #ff0000;
  position: absolute;
  top: 13px;
  right: -25px;
  -webkit-transform: rotate(-56deg);
          transform: rotate(-56deg);
}


/*-- ログイン調査LPへの導線バナー --*/
.login__wire-wrap {
	width: 343px;
	margin: 50px auto !important;
	background-color:#ED8F2B;
	border-radius:9px;
	padding: 24px 27px;
}
@media screen and (min-width:1000px) {
	.login__wire-wrap {
		width: 100%;
		border-radius:20px;
		padding: 31px 41px;
	}
}

.loginLp__wire-title {
	text-align: center;
	margin: 0 auto;
	
	font-size: 22px;
	font-weight: 600;
	color: #fff;
}

.loginLp__wire-contents {
	display: flex;
	flex-flow: column;
	gap: 18px;
}
@media screen and (min-width:1000px) {
	.loginLp__wire-contents {
		flex-flow: row;
		gap:27px;
	}
}


.loginLp__wire-img {
	width: 290px;
}
@media screen and (min-width:1000px) {
	.loginLp__wire-img {
		width: 478px;
	}
}

.loginLp__wire-img img {
	width: 100%;
}

.loginLp__wire-img a {
	display: block;
	width: 290px;
}
@media screen and (min-width:1000px) {
	.loginLp__wire-img a {
    	width: 450px;
	}
}

.loginLp__wire-img a:hover {
	opacity: 1;
}

.loginLp__wire-text-wrap {
	width: 292px;
}
@media screen and (min-width:1000px) {
	.loginLp__wire-text-wrap {
		width: 430px;
	}
}

.loginLp__wire-text {
	color: #fff;
	font-weight: 600;
}


.loginLp__wire-button {
	margin: 0 auto;
	
	width: 234px;
	padding: 20px 29px;
	
	background-color: #fff;
	border-radius: 9px;
	box-shadow: 0 5px 0 #C8C8C8;
	
	font-size: 18px;
	font-weight: 600;
	color: #ED8F2B;
	text-align: center;
	
	transition: 0.2s;
}
@media screen and (min-width:1000px) {
	.loginLp__wire-button {
		width: 292px;
	}
}
.loginLp__wire-button:hover {
	transform: translateY(5px);
	box-shadow:0 0 0;
}

.loginLp__wire-a {
	text-decoration: none;
}
.loginLp__wire-a:hover {
	opacity: 1;
}


/*-- ログイン調査LPへの導線バナーここまで↑ --*/

/*--------------------------------*/
/*-- 20250722改修　トップページ --*/
/*--------------------------------*/

/*変数*/
:root {

/*色*/
--main-color: #2EACBA;
--faq-bg-color: #E3E6E6;
--red-color: #CC0C39;
--faq-color: #E3E6E6;
--btn-color: #FFCA00;
--text-color: #333333;
--border-color: #E3E6E6;

/*コンテンツ幅*/
--max-width: 652px;
--max-width-wrap: 1100px;

/*ボタンサイズ*/
--btn_width: 450px;
--btn_height: clamp(45px, 22.723px + 4.95vw, 55px);
--btn_font-size: clamp(16px, 2.634px + 2.97vw, 22px);

/*見出しサイズ*/
--h2_font-size: clamp(24px, 17.793px + 1.655vw, 36px);
--h2_height: clamp(55px, 41.034px + 3.724vw, 82px);
--h3_font-size: 22px;
	
--margin-bottom_L: clamp(73px, -85.168px + 35.149vw, 144px);
--margin-bottom_M: clamp(45px, 26.897px + 4.828vw, 80px);
}

/*共通設定*/
h1 {
	max-width: var(--max-width-wrap);
	margin: 16px auto !important;
}
.kv {
	margin-bottom: var(--margin-bottom_M) !important;
}

img {
	max-width: 100% !important;
}

.content-wrap {
	width:100%;
	max-width: var(--max-width-wrap);
	margin: 0 auto var(--margin-bottom_M) !important;
	box-sizing: border-box;
}
.content-inner {
	width: 90%;
	max-width: var(--max-width) !important;
	margin-left:auto;
	margin-right:auto;
}
.content-inner__box {
    border-radius: 10px;
    background: #fff;
    box-shadow: 0px 6px 9px rgba(0, 0, 0, 0.12);
}
.content-inner__box p {
	padding: 0 clamp(1.25rem, 0.821rem + 2.15vw, 3.438rem) 35px;
}
figure img {
	margin: 0 auto;
}

.margin-bottom_M {
	margin-bottom: var(--margin-bottom_M) !important;
}
.ccus--grid-img {
    display: grid;
    grid-template-columns: 100px 100px 100px;
    gap: clamp(0rem, -0.859rem + 4.29vw, 4.375rem);
    padding: 0 clamp(1.25rem, 0.821rem + 2.15vw, 3.438rem);
    justify-content: center;
    margin-bottom: 0;
}
.ccus--grid-img figure {
	width: 100px;
	max-width: 100px !important;
}
.ccus--grid-img figure img {
	width: 100px;
}
.ccus--grid-wrap {
    display: grid;
	align-items: center;
    grid-template-columns: 0.4fr 1fr;
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: 0 clamp(0.625rem, -3.61rem + 18.07vw, 8.813rem);
}
.ccus--grid-wrap figure {
	grid-area: 1 / 1 / 3 / 2;
	margin-bottom: 0 !important;
}
.ccus--grid-wrap figure img {
	border-radius: 50%;
}
.ccus--grid-wrap p {
	grid-area: 1 / 2 / 2 / 3;
	padding: 0;
	font-size: 22px;
	margin-bottom: 0 !important;
}
.ccus--grid-wrap p::after {
	content: "ともだ　まさのぶ";
	font-size: 14px;
	display: flex;
    flex-direction: column;
}
.ccus--grid-wrap ul {
	grid-area: 2 / 2 / 3 / 3;
	font-size: 16px;
	padding: 0;
}
.ccus--grid-wrap ul > li::before {
    color: var(--main-color);
}

.breadcrumb.sbp-main-before + .content, .breadcrumb.pbp-main-before + .content {
	margin: 0 !important;
}
.breadcrumb.sbp-main-before, .breadcrumb.sbp-footer-before, .breadcrumb.pbp-main-before, .breadcrumb.pbp-footer-before {
	margin: 0 !important;
}
span.far.fa-file.fa-fw {
	display: none;
}
span.breadcrumb-caption {
    color: var(--main-color);
    font-weight: bold;
}
.fa-home:before,
.fa-angle-right:before {
    color: var(--main-color);
}


/*見出し*/
.article h2 {
	background-color: transparent;
	padding: 0;
}
.h2--style01 {
    width: 100%;
    max-width: 1100px;
    background-color: transparent;
    text-align: center;
    font-size: var(--h2_font-size);
    color: var(--main-color);
    font-family: var(--font-body);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    gap: 5px;
	margin-bottom: 1em;
	line-height: 1.4;
}
.h2--style01::before {
    content: "";
    display: inline-block;
    background-color: var(--main-color);
    width: 100%;
	max-width: var(--max-width-wrap);
    height: 1px;
    position: absolute;
    z-index: -1;
}
span.bg-white {
    background: #fff;
    padding: 0 10px;
    display: flex;
    align-items: center;
}
span.font-big {
    font-size: 45px;
}
h2.h2--style02 {
    background-color: var(--main-color) !important;
    color: #fff;
    text-align: center;
    font-size: var(--h2_font-size);
    height: var(--h2_height);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    font-family: var(--font-body);
	margin-bottom: 1em;
}
h2.h2--style03 {
    background-color: transparent;
    text-align: center;
    font-size: clamp(1.5rem, 1.112rem + 1.66vw, 2.25rem);
    padding: 0 0 15px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 1.62em;
    font-family: var(--font-body);
}
h2.h2--style03::after {
    position: absolute;
    content: "";
    width: 60%;
    height: 2px;
    background-color: #333;
    bottom: 0;
    left: 50%;
    transform: translatex(-50%);
}
span.index_ccus_title_span {
    font-size: 22px;
}
h3.h3--style01 {
    border: none;
    background-color: var(--main-color);
    border-radius: 10px 10px 0 0;
    text-align: center;
    color: #fff;
    font-weight: bold;
    height: 81px;
    padding: 0;
    font-size: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height: 1.4;
}
.article h2, .article h3, .article h4, .article h5, .article h6 {
    margin-bottom: 1em;
}
	
/*ボタン：有料サポートはこちら*/
.btn_cta a {
	width: 90%;
    max-width: var(--btn_width) !important;
    height: var(--btn_height);
    background-color: var(--btn-color);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--btn_font-size);
    text-decoration: none;
    color: var(--text-color);
    margin: 0 auto;
	font-weight: normal;
	padding: 0;
	border-style: none;
}
.btn_cta a:hover {
	filter: brightness(90%);
	transition: 0;
}
.btn_cta:hover {
	filter: brightness(95%);
	transition: 0;
}

/*有料サポートの流れ*/
.flow--wrap {
    display: grid;
    gap: 20px;
    align-items: center;
    grid-template-columns: clamp(6.688rem, 6.172rem + 2.58vw, 9.313rem) 1fr;
}


.flow--wrap figure img {
	width: clamp(6.688rem, 6.172rem + 2.58vw, 9.313rem);
}
p.flow--title {
    margin-bottom: 10px;
    font-size: 22px;
    color: var(--main-color);
    font-weight: bold;
}
figure.arrow--img img {
    width: clamp(3.375rem, 3.019rem + 1.78vw, 5.188rem);
}
p.kanryo--p {
    font-size: 22px;
    font-weight: bold;
    text-align: center;
	margin-bottom: 10px;
}
figure.kanryo--img img {
    width: clamp(6.938rem, 6.545rem + 1.96vw, 8.938rem);
}

/*お困りごとベスト３*/
.ranking--title {
    display: grid;
    grid-template-columns: 72px auto;
    align-items: center;
    gap: 10px;
}
.ranking--wrap.accordion-item {
    width: 100%;
    border-radius: 9px;
    background: #fff;
    border: 1px solid #2eacba;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.22);
	padding: clamp(0.625rem, 0.441rem + 0.92vw, 1.563rem);
}
p.ranking--text {
    font-weight: bold;
    color: var(--main-color);
    font-size: clamp(1.063rem, 1.001rem + 0.31vw, 1.375rem);
	text-align: left;
    width: 100%;
}
p.ranking--accordion {
    text-align: right;
	position: relative;
	padding-right: 20px;
	font-size: clamp(0.875rem, 0.85rem + 0.12vw, 1rem);
}
p.ranking--accordion::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    background-image: url(https://www.ccus-center.com/wp-content/uploads/2025/07/パス-17223.png);
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    right: 0;
    top: 50%;
    transform: translate(0, -50%);
}
p.ranking--accordion:hover {
	filter: brightness(200%);
}
p.ranking {
    font-size: clamp(1rem, 0.926rem + 0.37vw, 1.375rem);
    font-weight: bold;
    color: #fff;
    background-color: var(--main-color);
    padding: 0 15px;
    border-radius: 5px;
	line-height: 1.5;
}
span.rank--number {
    font-size: clamp(1.5rem, 1.402rem + 0.49vw, 2rem);
}
.accordion-content {
    text-align: right;
}



/*アコーディオン機能部分*/
.accordion-item {
    overflow: hidden;
}
.ranking--accordion {
    cursor: pointer;
}
.accordion-content {
    max-height: 0;
    overflow: hidden;
    padding-top: 0;
    padding-bottom: 0;
    transition: max-height 0.5s ease-out, padding-top 0.5s ease-out, padding-bottom 0.5s ease-out;
}
.accordion-item.active .accordion-content {
    max-height: 1000px;
    padding-top: 1px;
    padding-bottom: 1px;
}

/*よくある質問*/
.wp-block-cocoon-blocks-toggle-box-1.toggle-wrap.toggle-box.block-box.not-nested-style.cocoon-block-toggle.faq_accordion {
    background-color: #E3E6E6 !important;
    border: none !important;
    border-radius: 10px !important;
}
.faq_accordion label.toggle-button {
    border: none;
    background-color: #E3E6E6;
    color: #333;
    font-weight: bold;
    font-size: clamp(1rem, 0.926rem + 0.37vw, 1.375rem);
    padding: 20px 50px 20px 20px;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
    border-radius: 10px;
}
.faq_accordion .toggle-button::before {
    content: "Q" !important;
    display: block;
    font-size: 24px;
    color: #333;
    opacity: 1;
    line-height: 1;
}
.faq_accordion .toggle-checkbox:checked ~ .toggle-button::before {
    content: "Q" !important;
    display: block;
    font-size: 24px;
    color: #333;
    opacity: 1;
}
.faq_accordion .toggle-button::after {
    content: "+" !important;
    display: block;
    color: #333;
    opacity: 1;
    line-height: 1;
    transform: translate(0, -7px);
    font-size: 40px;
    font-weight: normal;
    margin-left: auto;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}
.faq_accordion .toggle-checkbox:checked ~ .toggle-button::after {
    content: "" !important;
	position: absolute;
    display: block;
	width: 18px;
	height: 3px;
    background-color: #333;
    opacity: 1;
    line-height: 1;
    transform: translate(0, 0);
	top: 50%;
	right: 20px;
	transform: translatey(-50%);
}
.faq_accordion .toggle-content{
	padding: 0 50px 0px;
	font-size: 16px;
}
.faq_accordion .toggle-checkbox:checked ~ .toggle-content {
    border: none;
	padding: 0 50px 20px;
	font-size: 16px;
}

/* 追加の質問セクションの初期状態 */
#more-faq-questions {
    max-height: 0; /* 初期は高さを0にする */
    overflow: hidden; /* 高さが0なので、はみ出した内容は隠す */
    transition: max-height 0.5s ease-out; /* max-heightの変化に0.5秒のアニメーションを適用 */
    opacity: 0; /* 最初は透明にする */
    transition: max-height 0.5s ease-out, opacity 0.5s ease-out; /* max-heightとopacity両方にアニメーション */
}

/* JavaScriptでクラスが付与された時の状態 */
#more-faq-questions.is-visible {
    max-height: 3000px; /* 十分な高さを指定（コンテンツがこれより高くならないように調整） */
    opacity: 1; /* 表示時に透明度を1にする */
}

/*よく読まれているマガジン*/
ul.wpp-list {
    padding: 5px 1em;
}
img.wpp-thumbnail.wpp_featured.wpp_cached_thumb {
    width: clamp(8.75rem, 6.173rem + 12.88vw, 21.875rem);
}
.wpp-list li {
	margin-bottom: 1.5rem !important;
	display: grid;
    grid-template-columns: auto 1fr;
}
span.wpp-meta.post-stats {
    grid-area: 2 / 2 / 3 / 3;
    display: grid;
    align-items: end;
}
.wpp-list li a {
    grid-area: 1 / 1 / 3 / 2;
    display: grid;
    align-items: center;
}
.wpp-list li .wpp-post-title {
    grid-area: 1 / 2 / 2 / 3;
	display: grid;
    align-items: start;
}

/*建設キャリアアップシステムとは？*/

/*お知らせ*/

.info_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0 !important;
  color: #36A979;
}

.info_menu p {
  width: 50%;
  text-align: center;
  margin: 0;
  padding: 5px;
  background-color: #fff;
  border: 0px;
  border-bottom: 5px solid #ccc;
  cursor: pointer;
  line-height: 3em;
  padding-bottom: 0;
}

.info_menu p.active {
  border: 1px solid #36A979;
  border-bottom: 5px solid #36A979;
  border-radius: 5px 5px 0 0;
}

.news-wrap ul li {
  border-bottom: 1px dotted #707070;
  padding: 10px;
  margin-bottom: 10px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}

.news-wrap ul li a {
  display: block;
  position: relative;
  color: #333;
  text-decoration: none !important;
  padding: 10px 35px 10px 10px;
}

.news-wrap ul li a::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #44bb9f;
  border-right: 0;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.wp-block-button.info_btn {
  position: relative;
  width: 300px;
}

.info_btn {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.info_btn .wp-block-button__link {
    width: 90%;
	max-width: var(--btn_width);
    height: var(--btn_height);
  border: 2px solid #44BB9F;
  border-radius: 4px;
  background-color: #fff;
  color: #44BB9F;
  padding: 10px 55px;
  font-size: 15px;
}
a.btn_cta.wp-block-button__link {
    width: 90%;
    max-width: var(--btn_width);
    height: var(--btn_height);
    background-color: var(--btn-color);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--btn_font-size);
    text-decoration: none;
    color: var(--text-color);
    margin: 0 auto;
}
button#show-more-faq-button {
    width: 90%;
    max-width: var(--btn_width);
    height: var(--btn_height);
    background-color: var(--btn-color);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: var(--btn_font-size);
    text-decoration: none;
    color: var(--text-color);
    margin: 0 auto;
}
.wp-block-button.info_btn::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #44BB9F;
  border-right: 0;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.info_menu p.active {
    border: 1px solid #2EACBA;
    border-bottom: 5px solid #2EACBA;
    border-radius: 5px 5px 0 0;
}
.info_menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0 !important;
    color: #2EACBA;
}
.news-wrap ul li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #2EACBA;
    border-right: 0;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
a.wpp-post-title {
    line-height: 20px;
    text-decoration: none;
    color: #333;
}
/*-----------------*/
/*--マガジン--*/
/*-----------------*/
.popular-entry-cards {
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px 20px;
    max-width: 1000px !important;
    margin: 0 auto 1.8em;
}
.popular-entry-card {
    display: grid;
    grid-template-areas:
        'img title'
        'img date';
    font-size: clamp(16px, 14.966px + 0.276vw, 18px);
    line-height: 20px;
    column-gap: 15px;
    grid-template-columns: clamp(8.75rem, 6.173rem + 12.88vw, 21.875rem) 1fr;
    text-align: left;
    text-decoration: none;
}
figure.popular-entry-card-thumb {
    grid-area: img;
    height: auto;
    width: 100% !important;
}
.popular-entry-card-content {
    margin-left: 0 !important;
}
@media screen and (max-width: 1024px) {
    .card-thumb img {
        max-width: 350px !important;
    }
}

.office__section__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 26px;
    margin-bottom: 40px !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.office__section__button a {
    display: block;
    width: 155px;
    height: 87px;
}
.office__section img {
    width: 100%;
}


/*-- お知らせの表示、非表示設定　表示するときは下記をコメントアウト --*/

.header_info_bar_sp {
	display:none;
}

/*-------------------------------*/