@charset "UTF-8";

/*
Theme Name: child
Theme URI:
Description:
Template: twentytwentyone
Author: makesview
Author URI: https://makes-view.co.jp/
Version: 1.0.0
*/
html {
    font-size: 100%;
    overflow-y: scroll;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
    font-family: 'ヒラギノ角ゴシック', 'Hiragino Sans', sans-serif;
}

body {
    color: #3E3E3E;
    font-size: 16px;
    line-height: 1.7;
    margin: 0px;
    background-color: rgb(255, 255, 255);
    min-width: 1340px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

a:link {
    color: #004CCA;
    text-decoration: none;
}

a:visited {
    color: #6219DB;
}

a:hover {
    color: #048ADE;
    text-decoration: none;
}

a:active {
    color: #048ADE;
    text-decoration: none;
}

img {
    max-width: 100%;
    vertical-align: bottom;
}

ul {
    padding: 0px;
    list-style: none;
    margin: 0;
}

.oh {
    overflow: hidden;
}

.sp {
    display: none;
}

.flex {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
}

.flex-sb {
    flex-wrap: wrap;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
}

.wrap {
    position: relative;
    width: 1140px;
    margin: 0px auto;
}

.wrap_01 {
    position: relative;
    width: 1340px;
    margin: 0px auto;
}

@font-face {
    font-family: corp;
    src: url("/wp-content/themes/child/fonts/Corporate-Logo-Rounded.woff") format("woff"), url("/wp-content/themes/child/fonts/Corporate-Logo-Rounded.ttf") format("truetype");
}

.corp {
    font-family: corp, sans-serif;
}

.arial {
    font-family: "Arial Rounded MT Bold", sans-serif;
}

/*********************************************
 * PC固定ページ 共通設定
 *********************************************/
.common-page_wrap {
    padding: 160px 0 100px;
}

.common-page_title {
    text-align: center;
    margin-bottom: 2em;
}

.common-page_title h2 {
    font-size: 30px;
}

.common-page_title p.sub_title {
    font-size: 14px;
    letter-spacing: .1em;
}

p.reserve_text {
    text-align: center;
    font-size: 30px;
}

a.common-btn {
    display: block;
    width: 300px;
    line-height: 50px;
    background-color: #333;
    color: #fff;
    margin: 0 auto;
    transition: .3s;
}

a.common-btn:hover {
    opacity: .7;
}

/* パンくず */
.breadcrumb {
    font-size: 14px;
    margin-top: 10px;
    text-align: right;
    letter-spacing: 0.08em;
}

.breadcrumb a {
    text-decoration: none;
    color: initial;
}

/*********************************************
 * PC固定ページ 会社概要
 *********************************************/
.company_profile {
    margin: 0 0 100px;
}

section.company_profile table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 50px;
}

section.company_profile table th,
section.company_profile table td {
    padding: 1em;
    border-bottom: 1px solid #ccc;
    font-size: 14px;
}

section.company_profile table th {
    width: 20%;
}

section.company_profile table td {
    width: 80%;
}

section.company_access .map {
    height: 350px;
    margin-top: 40px;
    border-radius: 5px;
    position: relative;
    background: linear-gradient(to right, rgba(61, 189, 223, 1) 0%, rgba(83, 175, 37, 1) 100%);
    padding: 5px;
}

section.company_access .map iframe {
    width: 100%;
    height: 100%;
}

.company_financial {
    padding-top: 100px;
}

.company_financial .list_box {
    margin-top: 60px;
}

.company_financial .list_box ul li {
    display: flex;
    gap: 0 1em;
    background-color: #F6F6F8;
    padding: 1em;
    font-size: 15px;
}

.company_financial .list_box ul li+li {
    margin-top: 1em;
}

.company_financial .list_box ul li .time {
    display: inline-block;
}

.company_financial .list_box ul li .pdf {
    display: inline-block;
    color: #000;
    transition: all .3s;
}

.company_financial .list_box ul li .pdf:hover {
    text-decoration: underline;
    opacity: .8;
}

.company_financial .list_box ul li .pdf::after {
    padding-left: 10px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1c1";
}

/*********************************************
 * PC固定ページ お問い合わせ
 *********************************************/
section#page-contact table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}

section#page-contact table th,
section#page-contact table td {
    padding: 1em;
    font-size: 14px;
}

section#page-contact table th {
    width: 25%;
}

section#page-contact table th span.hissu {
    color: #c70000;
    margin-right: .3em;
}

section#page-contact table td {
    width: 75%;
}

section#page-contact input[type="text"],
section#page-contact input[type="email"],
section#page-contact #zip {
    width: 60%;
    height: 50px;
    border: 1px solid #ccc;
    padding: 1em;
}

section#page-contact input.tel {
    border: 1px solid #ccc;
    padding: 1em;
    width: 18.8%;
}

section#page-contact select {
    outline: none;
    background: transparent;
    padding: 1em;
    width: 50%;
    border: 1px solid #ccc;
}

section#page-contact textarea {
    width: 60%;
    border: 1px solid #ccc;
    padding: 1em;
    height: 200px;
}

section#page-contact p.attention {
    font-size: 12px;
}

section#page-contact div#btn_wrap {
    justify-content: center;
}

section#page-contact div#btn_wrap button {
    background-color: #339913;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: .3s;
}

section#page-contact div#btn_wrap button[name="submitBack"] {
    background-color: #333;
    margin-right: 20px;
}

section#page-contact div#btn_wrap button:hover {
    opacity: 0.8;
}

/* ラジオボタン デザイン */
/* ラジオボタンを隠す */
.radio-btns input[type=radio].radio-btns__item {
    display: none;
}

.radio-btns label {
    display: inline-block;
}

/* spanの左側にボタンを配置するスペースを作る */
.radio-btns .radio-btns__item+span {
    padding-left: 2em;
    display: block;
    position: relative;
}

/* 各パーツを作成 */
.radio-btns .radio-btns__item+span::after,
.radio-btns .radio-btns__item+span::before {
    content: '';
    display: block;
    position: absolute;
    border: 1px solid #AAAAAA;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    top: 0;
    left: 0;
}

/* after上書き */
.radio-btns .radio-btns__item+span::after {
    width: 14px;
    height: 14px;
    top: 3px;
    left: 3px;
    border: none;
    background: #f18800;
    -webkit-transform: scale(0);



























































































    /*--ここを0にすることで下線は非表示となる--*/
    -ms-transform: scale(0);



























































































    /*--ここを0にすることで下線は非表示となる--*/
    transform: scale(0);
    transition: all .3s;



























































































    /*--0.3秒かけて下線が表示される--*/
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.radio-btns .radio-btns__item:checked+span {
    color: #f18800;
}

.radio-btns .radio-btns__item:checked+span::after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

/* チェックボックス デザイン */
section#page-contact input[type="checkbox"] {
    /* デフォルトcheckボックス非表示*/
    display: none;
}

.mwform-checkbox-field-text {
    display: block;
    position: relative;
    padding: 0 36px 0 36px;
}

.mwform-checkbox-field-text::before,
.mwform-checkbox-field-text::after {
    content: "";
    position: absolute;
    display: block;
}

.mwform-checkbox-field-text::before {
    background: #fff;
    border: 2px solid #ccc;
    border-radius: 2px;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.mwform-checkbox-field-text::after {
    border-width: 3px;
    border-color: transparent transparent #f18800 #f18800;
    border-style: solid;
    width: 20px;
    height: 10px;
    margin-top: -0.2em;
    top: 50%;
    left: 0;
    transform: translateY(-50%) rotate(-45deg);
    opacity: 0;
}

input[type="checkbox"]:checked+.mwform-checkbox-field-text::after {
    opacity: 1;
}

/* サンクスページ */
section#page-contact .thanks_textArea {
    text-align: center;
}

section#page-contact .thanks_textArea p {
    font-size: 16px;
    line-height: 2;
}

section#page-contact .thanks_textArea p.contact_text {
    margin-bottom: 20px;
}

section#page-contact .thanks_textArea a.ichiran_link {
    background-color: #339913;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    color: #fff;
    display: block;
    width: 300px;
    line-height: 50px;
    border-radius: 50px;
    font-size: 15px;
    transition: .3s;
    margin: 0 auto;
    text-decoration: none;
}

section#page-contact .thanks_textArea a.ichiran_link:hover {
    opacity: 0.8;
}

/* ステップバー デザイン */
section#page-contact .progressbar {
    margin-bottom: 30px;
}

section#page-contact .progressbar .item {
    position: relative;
    width: 33%;
    text-align: center;
    position: relative;
    align-items: center;
    justify-content: center;
    padding: 13px 0;
    line-height: 1.5;
    background: #F5F5F5;
    color: #999999;
}

section#page-contact .progressbar .item:not(:last-child)::before,
section#page-contact .progressbar .item:not(:last-child)::after {
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 100%;
    content: '';
    border: 37px solid transparent;
    border-left: 20px solid #F5F5F5;
    margin: auto;
}

section#page-contact .progressbar .item:not(:last-child)::before {
    margin-left: 1px;
    border-left-color: #FFF;
}

/* active */
section#page-contact .progressbar .item.active {
    z-index: 1;
    background: #339913;
    color: #FFF;
}

section#page-contact .progressbar .item.active:not(:last-child)::after {
    border-left-color: #339913;
}

section#page-contact .progressbar .item.active:not(:last-child)::before {
    border-left: none;
}

/*********************************************
 * PC固定ページ 個人情報保護方針
 *********************************************/
section.privacy_page p.main_text {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 3em;
}

section.privacy_page dl {
    margin-bottom: 30px;
}

section.privacy_page dl:last-child {
    margin-bottom: 0;
}

section.privacy_page dl dt {
    font-weight: 600;
    font-size: 16px;
    margin-bottom: .5em;
    border-left: 5px solid #8dcb7d;
    padding-left: 1em;
}

section.privacy_page dl dd {
    font-size: 14px;
    line-height: 2;
}

/*********************************************
 * PC固定ページ 404ページ
 *********************************************/
section#page-404 {
    text-align: center;
}

section#page-404 p.num {
    font-size: 100px;
    font-family: 'Montserrat', 'Noto Sans JP', sans-serif;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

section#page-404 p.text {
    margin-bottom: 1em;
    font-size: 16px;
}

/*********************************************
 * PC固定ページ アーカイブページ
 *********************************************/
/*wp-pagenavi base*/
.wp-pagenavi {
    clear: both;
    text-align: center;
    margin-top: 100px;
}

.wp-pagenavi a,
.wp-pagenavi span {
    color: #999;
    background-color: #FFF;
    border: solid 1px #e0e0d2;
    padding: 15px;
    margin: 0 2px;
    white-space: nowrap;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    text-align: center;
    text-decoration: none;
}

.wp-pagenavi a:hover {
    color: #FFF;
    background-color: #339913;
    border-color: #339913;
    /* opacity: 0.8; */
}

.wp-pagenavi span.current {
    color: #FFF;
    background-color: #339913;
    border-color: #339913;
    font-weight: bold;
    padding: 15px;
}

/*********************************************
 * PC投稿ページ シングルページ
 *********************************************/
div#single_page ul {
    margin-top: 70px;
}

div#single_page ul li+li {
    margin-top: 14px;
}

div#single_page ul.store li {
    position: relative;
    padding-left: 30px;
}

div#single_page li a {
    color: #339913;
}

div#single_page .fl_wrap {
    align-items: flex-start;
}

.singleContent h1 {
    font-size: 22px;
    padding: 10px 40px;
    border-top: 1px solid;
    border-bottom: 1px solid;
    letter-spacing: 1px;
    line-height: 1.4;
}

.singleContent .single_title {
    margin-bottom: 50px;
}

.singleContent .single_title time {
    font-size: 12px;
    font-weight: 600;
}

.singleContent .single_title time i {
    margin-right: .5em;
}

.singleContent .category_list {
    margin-bottom: 20px;
}

.singleContent .category_list ul li {
    background-color: #339913;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    padding: .5em 2em;
    margin: 5px;
}

.singleContent h2 {
    font-size: 20px;
    border-left: 2px solid;
    padding: 15px;
    margin: 1.5em 0 1em;
    position: relative;
    line-height: 1.4;
    background-color: rgb(52 61 74 / 20%);
}

.singleContent h2::before,
.singleContent h2::after {
    content: "";
    position: absolute;
    left: -3px;
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 15px;
}

.singleContent h2::before {
    top: 0px;
}

.singleContent h2::after {
    bottom: 0;
}

.singleContent h3 {
    position: relative;
    padding: 0.7rem 1rem;
    font-size: 18px;
    margin: 1.5em 0 1.5em 1em;
    color: #fff;
    background-color: #a4d16f;
}

.singleContent h4 {
    padding: 10px;
    margin: 1.5em 0 1em 1em;
    color: #333;
    border-bottom: 1px solid #333;
    font-size: 22px;
}

.singleContent h4:before {
    content: '■';
    padding-right: 10px;
}

.singleContent h5 {
    font-size: 18px;
    border-left: 5px solid #339913;
    padding-left: 1em;
    margin: 1.5em 0;
}

.singleContent img {
    height: auto;
    margin-bottom: 20px;
}

.singleContent h6 {
    font-size: 18px;
    border-bottom: 1px solid;
    padding-bottom: .5em;
    margin: 1.5em 0;
}

.singleContent p {
    font-size: 16px;
    line-height: 2;
}

div#single_page .singleContent {
    width: 62%;
}

.singleContent a {
    color: #339913;
}

div#single_page .singleContent a.ichiran_link {
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #339913;
    margin: 50px auto 0 auto;
    font-size: 16px;
    transition: .3s;
}

div#single_page .singleContent a.ichiran_link:hover {
    opacity: .7;
}

div#single_page .singleSidebar {
    width: 32%;
    background-color: #f1f1f1;
    padding: 20px;
}

div#single_page aside#info-side {
    background-color: #fff;
    padding: 20px;
}

div#single_page aside#info-side h2 {
    font-size: 20px;
    text-align: center;
    border-bottom: 2px solid;
    padding-bottom: .5em;
    margin-bottom: .5em;
}

div#single_page aside#info-side p#news-not_found {
    text-align: center;
}

aside#info-side ul {
    margin-top: 20px;
}

div#single_page aside#info-side ul li a {
    color: initial;
    display: block;
    border-bottom: 1px dashed;
    padding: 10px;
    transition: .3s;
}

div#single_page aside#info-side ul li a:hover {
    opacity: .7;
}

div#single_page aside#info-side ul li a time {
    font-size: 12px;
    font-weight: 600;
}

div#single_page aside#info-side ul li a time i {
    margin-right: .5em;
}

div#single_page aside#info-side ul li a h3 {
    font-size: 14px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

/* ここから貼り付け ヘッダー PC */
header#main_header .logo {
    width: 414px;
}

header#main_header p.text {
    font-size: 14px;
    letter-spacing: 0.05em;
}

header#main_header .tel_box {
    line-height: 1.3;
    padding-left: 33px;
    margin-left: 35px;
}

header#main_header p.num {
    font-size: 32px;
    color: rgb(52, 153, 18);
    position: relative;
}

header#main_header p.num::before {
    content: "";
    position: absolute;
    left: -29px;
    top: 0px;
    background: url("/wp-content/uploads/2022/05/tel_icon.png") center center / contain no-repeat;
    width: 30px;
    height: 36px;
}

.hd_hour_box {
    display: block;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.4;
    margin-left: 14px;
}

.hd_hour_box span.time {
    display: block;
}

a.site_cmn_btn {
    transition: all 0.3s ease 0s;
    display: block;
    width: 200px;
    line-height: 46px;
    height: 46px;
    text-align: center;
    letter-spacing: 0.05em;
    position: relative;
    border-radius: 50px;
    color: rgb(255, 255, 255);
}

a.site_cmn_btn.contact {
    margin-left: 20px;
}

a.site_cmn_btn.contact {
    background-color: rgb(233, 69, 9);
}

a.site_cmn_btn.ichiran {
    background-color: rgb(251, 158, 42);
    margin-left: 29px;
}

a.site_cmn_btn:hover {
    opacity: 0.8;
}

a.site_cmn_btn::before {
    content: "";
    position: absolute;
    right: 20px;
    top: 0px;
    bottom: 0px;
    background: url(/wp-content/uploads/2022/05/arraw.png) center center / contain no-repeat;
    width: 18px;
    height: 18px;
    bottom: 0;
    margin: auto;
}

.hd_conts {
    align-items: flex-end;
}

header#main_header {
    padding: 33px 0 30px;
}

/* メインビジュアル　PC */
section.top_mv {
    padding: 18.6vw 0;
    position: relative;
}

section.top_mv::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2023/06/front_mv.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
}

section.top_mv h2 {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 51.8vw;
    height: 26.8vw;
}

section.top_nav li+li {
    margin-left: 0.2vw;
}

section.top_nav li a {
    display: block;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 600;
    color: #349912;
    text-align: center;
    border-radius: 6px 6px 0 0;
    background-color: #F7F7F7;
    font-family: corp, sans-serif;
    width: 14vw;
    letter-spacing: 0.03em;
    font-size: 1vw;
    line-height: 3.2vw;
    white-space: nowrap;
    min-width: 14vw;
}

section.top_nav ul {
    flex-wrap: nowrap;
}

section.top_nav li a:hover {
    background-color: #A4D16F;
    color: #fff;
}

/* New CM pc */
section.top_new_cm h2 {
    width: 310px;
    margin: 10px 0 30px;
}

section.top_new_cm p.tv {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.14em;
}

section.top_new_cm p.text {
    font-size: 14px;
    letter-spacing: 0.08em;
}

section.top_new_cm .text_box {
    width: 533px;
}

section.top_new_cm p.text+p.text {
    margin-top: 22px;
}

section.top_new_cm .movie {
    width: 550px;
}

section.top_new_cm {
    padding: 100px 0 100px;
}

.site_big_banner {
    margin-top: 100px;
}

.site_big_banner a {
    display: block;
    transition: 0.3s;
}

.site_big_banner a:hover {
    opacity: 0.8;
}

a.conts_cmn_btn {
    display: block;
    text-align: center;
    width: 441px;
    line-height: 54px;
    border: solid 3px #FB9E2A;
    border-radius: 50px;
    color: #fb9e2b;
    letter-spacing: 0.08em;
    position: relative;
    transition: 0.3s;
    padding-right: 35px;
    margin: 33px auto 0;
    background-color: #fff;
}

a.conts_cmn_btn::before {
    content: "";
    background: url(/wp-content/uploads/2022/05/arraw_or.png) center center / contain no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    bottom: 0;
    margin: auto;
    top: 0;
    right: 20px;
    position: absolute;
}

a.conts_cmn_btn:hover {
    background-color: #FB9E2A;
    color: #fff;
}

a.conts_cmn_btn:hover::before {
    background: url(/wp-content/uploads/2022/05/arraw.png) center center / contain no-repeat;
    background-size: contain;
}

/* メリット PC */
section.top_merit {
    padding: 148px 0 160px;
    position: relative;
}

section.top_merit::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background: url(/wp-content/uploads/2022/05/merit_bg.png) center no-repeat;
    background-size: cover;
    width: 100%;
    height: 561px;
}

.top_merit_ttl {
    text-align: center;
    color: #fff;
}

.top_merit_ttl h2 {
    font-size: 14px;
    letter-spacing: 0.08em;
}

.top_merit_ttl p.eng {
    width: 202px;
    margin: 10px auto 0;
}

.top_merit_ttl p.text {
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    letter-spacing: 0.1em;
    line-height: 1.8;
}

.top_merit_box li {
    width: 270px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
    padding: 20px 20px 0;
    height: 355px;
}

.top_merit_box h3 {
    font-size: 16px;
    letter-spacing: 0.1em;
    font-weight: 800;
}

.top_merit_box .text_box {
    padding-top: 15px;
}

.top_merit_box .img img {
    border-radius: 12px;
}

.top_merit_box p.text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    line-height: 1.6;
    margin-top: 5px;
}

/* TOPお知らせ　PC */
.top_news_box p.eng {
    width: 253px;
}

.top_news_box a {
    display: block;
    color: #3E3E3E;
    padding-top: 195px;
}

.top_news_box li {
    width: 360px;
    /* padding-top: 195px; */
    position: relative;
}

.top_news_box .img {
    height: 230px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    background-size: contain;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #49ad31;
}

.top_news_box .text_box {
    background-color: #fff;
    width: 320px;
    margin: auto;
    border-radius: 20px;
    padding: 25px;
}

.top_news_box .img img {
    height: 100% !important;
}

.top_news_box p.ttl {
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    transition: 0.3s;
}

.top_news_box p.text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding: 0 5px 0 0;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 6px;
}

.top_news_box p.day {
    font-size: 14px;
    font-weight: 400;
    color: #D4D4D4;
}

.top_news_box p.btn {
    font-size: 14px;
    padding-right: 40px;
    position: relative;
}

.top_news_box .article_flex {
    letter-spacing: 0.05em;
    margin-top: 22px;
}

.top_news_box p.btn::before {
    content: "";
    position: absolute;
    left: 88px;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #339913;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    transition: 0.3s;
}

.top_news_box a:hover p.ttl {
    color: #339913;
}

.top_news_box a:hover p.btn::before {
    width: 30px;
    border-radius: 4px;
}

.top_news_box li+li {
    margin-left: 30px;
}

.top_news_box li:nth-child(n + 4) {
    margin-top: 35px;
}

.top_news_box li:nth-child(3n + 1) {
    margin-left: 0;
}

.top_news_box li.title p.eng {
    margin-left: auto;
    width: 253px;
}

.top_news_box li.title h2 {
    font-size: 14px;
    text-align: center;
    letter-spacing: 0.05em;
    padding-right: 37px;
}

section.top_news {
    padding: 160px 0;
    position: relative;
}

section.top_news::before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2022/05/news_bg.png) center no-repeat;
    background-size: cover;
    width: 96.5vw;
    height: 1344px;
    top: 0;
    right: 0;
    z-index: -1;
    height: 93.4vw;
}

section.top_news>* {
    position: relative;
    z-index: 10;
}

.top_news_box li.title {
    position: relative;
}

.top_news_box li.title::before {
    content: "";
    position: absolute;
    left: -191px;
    bottom: -47px;
    width: 481px;
    height: 356px;
    background: url(/wp-content/uploads/2022/05/clasm_chara.png) center no-repeat;
    background-size: contain;
}

section.top_new_cm a.conts_cmn_btn.corp {
    margin-left: 0;
}

.top_merit_box {
    margin-top: 30px;
}

.franchise_box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 16%);
    padding: 60px 80px 67px;
    margin-top: 80px;
}

.franchise_box h2 span.eng {
    font-size: 52px;
    color: #349912;
    letter-spacing: 0.02em;
    font-weight: 400;
    margin-right: 13px;
}

.franchise_box h2 {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.06em;
}

.franchise_box p.text {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0.08em;
    padding-bottom: 50px;
    border-bottom: dotted 3px #CCCCCC;
}

.franchise_box .contct_ttl {
    margin-top: 50px;
    color: #349912;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: 0.1em;
}

.franchise_box a.conts_cmn_btn {
    width: 350px;
    margin-top: 0;
}

.franchise_box p.num {
    font-size: 42px;
    padding-left: 44px;
    position: relative;
    letter-spacing: 0.05em;
}

.franchise_box .contact_flex {
    align-items: center;
    margin-top: 10px;
}

.franchise_box p.num::before {
    content: "";
    position: absolute;
    left: 0;
    top: -7px;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/uploads/2022/05/tel_bk.png) center no-repeat;
    width: 45px;
    height: 46px;
    background-size: contain;
}

/* TOP バナー　PC */
sectiion.top_banner li a {
    display: block;
    width: 560px;
    transition: 0.3s;
}

sectiion.top_banner li a:hover {
    opacity: 0.8;
}

sectiion.top_banner ul li:nth-child(n + 3) {
    margin-top: 20px;
}

/* TOP コンタクト PC */
.top_contact_box::before {
    content: "";
    position: absolute;
    right: -47px;
    bottom: -19px;
    background: url(/wp-content/uploads/2022/05/clasm_chara2.png) center no-repeat;
    background-size: contain;
    width: 305px;
    height: 278px;
}

.top_contact_box {
    text-align: center;
    padding: 71px 0;
    background-color: rgba(255, 255, 255, 0.54);
    border-radius: 20px;
    position: relative;
}

.top_contact_box h2 {
    font-size: 14px;
    letter-spacing: 0.08em;
}

.top_contact_box p.eng {
    font-size: 70px;
    letter-spacing: 0.05em;
    color: #349912;
    line-height: 1.7;
}

.top_contact_box p.text {
    font-size: 16px;
    line-height: 1.8;
    letter-spacing: 0.07em;
}

.top_contact_box p.tel {
    margin-top: 30px;
    font-size: 42px;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
    padding-left: 20px;
    line-height: 1.3;
}

.top_contact_box p.tel::before {
    content: "";
    position: absolute;
    left: -26px;
    width: 41px;
    height: 46px;
    background: url(/wp-content/uploads/2022/05/tel_bk.png) center no-repeat;
    background-size: contain;
    top: -6px;
    bottom: 0;
    margin: auto;
}

.top_contact_box p.hour {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.top_contact_box a.conts_cmn_btn {
    background-color: #E94509;
    border: none;
    color: #fff;
    width: 340px;
    transition: 0.3s;
}

.top_contact_box a.conts_cmn_btn::before {
    background: url(/wp-content/uploads/2022/05/arraw.png) center no-repeat;
    background-size: contain;
}

.top_contact_box a.conts_cmn_btn:hover {
    opacity: 0.8;
}

section.top_contact {
    padding: 100px 0;
    position: relative;
}

section.top_contact::before {
    background: url(/wp-content/uploads/2022/05/contact_bg.png) center no-repeat;
    background-size: cover;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

sectiion.top_banner ul {
    padding-bottom: 160px;
}

/* フッター　PC */
footer {
    background-color: #349912;
    padding: 143px 0 30px;
}

.footer_logo {
    width: 347px;
}

footer p.logo_text {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    letter-spacing: 0.08em;
    margin-top: 5px;
}

.back_top_top a.sp {
    display: none;
}

.footer_nav {
    width: 707px;
}

.footer_twitter {
    width: 355px;
}

.footer_nav li a {
    display: block;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    letter-spacing: 0.08em;
    display: inline-block;
}

.footer_nav li {
    width: 30%;
}

.footer_nav nav {
    margin-top: 45px;
}

.footer_nav li:nth-child(n + 4) {
    margin-top: 20px;
}

.footer_nav li a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 0;
    height: 3px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border-radius: 4px;
}

.footer_nav li a:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.help_desk.f {}

.help_desk a {
    color: #fff;
    display: block;
    transition: 0.3s;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.05em;
    position: relative;
    display: inline-block;
}

p.copy_right {
    color: #fff;
    font-size: 12px;
    letter-spacing: 0.1em;
    font-family: "Arial Rounded MT", sans-serif;
    font-weight: 400;
}

.help_desk a::before {
    content: "";
}

.help_desk a::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-color: #fff;
    width: 0;
    height: 3px;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    border-radius: 4px;
    content: "";
}

.help_desk a:hover::before {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.help_desk {
    align-items: center;
    padding-top: 30px;
    border-top: solid 2px #D4D4D4;
}

.footer_box {
    padding-bottom: 30px;
    align-items: flex-end;
    position: relative;
}

.help_desk li+li {
    margin-left: 50px;
}

form.clasmo_form input {
    width: 296px;
    line-height: 45px;
    padding: 0 10px;
    border: none;
}

form.clasmo_form input::placeholder {
    font-size: 14px;
    font-weight: 500;
    color: #AAAAAA;
    letter-spacing: 0.08em;
}

form.clasmo_form button.sbtn {
    background-color: #FB9E2A;
    width: 45px;
    height: 45px;
    border: none;
    position: absolute;
}

form.clasmo_form {
    position: relative;
    margin-top: 100px;
}

form.clasmo_form button.sbtn::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background: url(/wp-content/uploads/2022/05/glass.png) center no-repeat;
    background-size: contain;
    width: 25px;
    hegiht: 25px;
}

.twitter_widget {
    border: solid 5px #3E3E3E;
    height: 380px;
}

.back_top_top {
    position: absolute;
    width: 163px;
    right: -105px;
    bottom: -19px;
}

.back_top_top a {
    display: block;
}

/* クラスモの特徴・加盟店メリット　PC */
.common-page_main .title_box {
    text-align: center;
    color: #fff;
}

.common-page_main {
    position: relative;
    padding: 12vw 0 4vw;
}

.common-page_main::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(/wp-content/uploads/2022/06/page_mv_bg.png) center no-repeat;
    background-size: cover;
}

.common-page_main .sub_title {
    font-size: 62px;
    letter-spacing: 0.02em;
    line-height: 1.1;
}

.common-page_main h1.title {
    font-size: 16px;
    letter-spacing: 0.15em;
    margin-top: 10px;
}

.breadcrumb a.home {
    color: #349912;
}

.page_cmn_ttl_box {
    text-align: center;
    position: relative;
}

.page_cmn_ttl_box h2 {
    color: #349912;
    font-size: 38px;
    letter-spacing: 0.12em;
    font-weight: 800;
}

.page_cmn_ttl_box p.sub_title {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.04em;
    margin-bottom: 27px;
}

.page_cmn_ttl_box p.text {
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.05em;
    line-height: 1.9;
}

.page_cmn_ttl_box p.text+p.text {
    margin-top: 17px;
}

section.page_about_logo .logo_img {
    width: 300px;
}

section.page_about_logo p.eng {
    padding-left: 25px;
    position: relative;
    font-size: 20px;
    letter-spacing: 0.02em;
}

section.page_about_logo p.eng::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #349912;
    border-radius: 50%;
}

section.page_about_logo h3 {
    font-size: 38px;
    color: #349912;
    letter-spacing: 0.1em;
    line-height: 1;
}

.page_about_logo_box {
    margin-top: 153px;
    padding-bottom: 114px;
    border-bottom: solid 1px #F0F0F0;
}

section.page_about_logo p.text {
    margin-top: 29px;
}

.page_about_logo_box .logo {
    margin-top: 10px;
}

.page_franchise_box {
    padding: 140px 0 85px;
    border-bottom: solid 4px #F0F0F0;
}

.page_franchise_box .text_box {
    width: 770px;
}

.page_franchise_box .img_box {
    width: 370px;
}

.page_franchise_box h3 {
    font-size: 38px;
    color: #349912;
    letter-spacing: 0.15em;
    padding-left: 129px;
    position: relative;
    margin-bottom: 25px;
}

.page_franchise_box h3::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(/wp-content/uploads/2022/05/clasm_chara.png) center no-repeat;
    background-size: contain;
    width: 114px;
    height: 85px;
}

.page_franchise_box p.text+p.text {
    margin-top: 18px;
}

.page_clasmo_point_box .point_ttl {
    width: 336px;
    font-size: 20px;
    padding-left: 25px;
    position: relative;
}

.page_point_conts_box {
    width: 804px;
}

.page_clasmo_point_box .point_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    /* bottom: 0; */
    margin: auto;
    width: 10px;
    height: 10px;
    background-color: #349912;
    border-radius: 50%;
}

section.page_clasmo_point {
    padding-top: 127px;
    position: relative;
}

section.page_clasmo_point::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #FBFFF8;
    width: 100%;
    height: 1144px;
}

.page_point_conts_box h3 {
    font-size: 38px;
}

.page_point_conts_box h3 {
    color: #349912;
    font-size: 38px;
    letter-spacing: 0.1em;
    text-align: center;
}

.page_point_conts_box h4 span.point {
    font-size: 14px;
    color: #349912;
    letter-spacing: 0.03em;
    margin-right: 14px;
}

.page_point_conts_box h4 {
    font-size: 14px;
    font-weight: 600;
    margin-top: 30px;
    letter-spacing: 0.08em;
}

.page_point_conts_box h5 {
    position: relative;
    font-size: 24px;
    font-weight: 800;
    padding-left: 38px;
    letter-spacing: 0.08em;
}

.page_point_conts_box h5::before {
    height: 5px;
    border-radius: 4px;
    width: 20px;
    background-color: #349912;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.page_point_conts_box .text_box {
    margin-top: 25px;
}

.page_point_conts_box .text_box p.text+p.text {
    margin-top: 23px;
}

.point_inner.point1 .img {
    width: 780px;
    margin-top: 31px;
    border: solid 10px #F0F0F0;
    border-radius: 5px;
    text-align: center;
    /* overflow: hidden; */
    position: relative;
    padding: 29px;
}

.point_inner.point1 .img img {
    width: 707px;
    margin: auto;
}

.point_inner.point1 .img::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fff;
    width: 760px;
    height: 400px;
    border-radius: 9px;
}

.point_inner.point1 .img>* {
    position: relative;
}

.point_inner.point1 .img::after {
    content: "";
    position: absolute;
    left: -34px;
    bottom: -29px;
    background: url(/wp-content/uploads/2022/05/clasm_top.png) center no-repeat;
    background-size: contain;
    width: 164px;
    height: 144px;
}

.page_point_conts_box .point_inner.point1 {
    padding-top: 0;
    padding-bottom: 120px;
}

.page_point_conts_box .point_inner {
    padding: 90px 0;
    border-bottom: solid 4px #F0F0F0;
}

.point_inner.point2 .img {
    border: solid 10px #F0F0F0;
    width: 760px;
    border-radius: 5px;
}

.page_point_conts_box .img {
    margin-top: 30px;
}

.point_inner.point3 .img {
    width: 375px;
    padding: 25px 25px 25px;
    position: relative;
    border-radius: 5px;
    background-color: #fff;
    margin-top: 0;
}

.point_inner.point3 .img+.img {
    margin-left: 10px;
}

.point_inner.point3 .img_box {
    margin-top: 30px;
    justify-content: center;
    width: 780px;
    height: 420px;
    background-color: #F0F0F0;
    align-items: center;
    border-radius: 5px;
    position: relative;
}

.point_inner.point3 .img_box::before {
    content: "";
    position: absolute;
    right: -50px;
    bottom: -25px;
    background: url(/wp-content/uploads/2022/06/clasmo_chara_search.png) center no-repeat;
    background-size: contain;
    width: 135px;
    height: 160px;
    z-index: 10;
}

.point_inner.point1 p.ttl {
    text-align: left;
    font-weight: 600;
    letter-spacing: 0.08em;
}

.point_inner.point3 p.ttl {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 19px;
    letter-spacing: 0.08em;
}

.point_faq_box h3 {
    line-height: 45px;
    color: #fff;
    background-color: #349912;
    font-size: 14px;
    font-weight: 600;
    border-radius: 5px;
    padding-left: 60px;
    position: relative;
    margin-top: 30px;
    position: relative;
}

.point_faq_box h3::before {
    content: "Q";
    position: absolute;
    left: 20px;
    width: 25px;
    height: 25px;
    color: #349912;
    border-radius: 50%;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Arial Rounded MT Bold", sans-serif;
    font-size: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
}

.point_faq_box h3::after {
    content: "";
    position: absolute;
    right: 22px;
    bottom: 7px;
    background: url(/wp-content/uploads/2022/06/clasmo_chara_glass.png) center no-repeat;
    background-size: contain;
    width: 72px;
    height: 79px;
}

.point_faq_box p.answer {
    padding: 20px 0 0 60px;
    position: relative;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0.05em;
}

.point_faq_box p.answer::before {
    content: "A";
    position: absolute;
    left: 20px;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 50%;
    background-color: #349912;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Arial Rounded MT Bold", sans-serif;
    font-size: 18px;
    top: 22px;
    margin: auto;
}

section.page_clasmo_point::after {
    content: "";
    position: absolute;
    left: 0;
    top: 2404px;
    background-color: #FBFFF8;
    width: 100%;
    height: 985px;
    z-index: -1;
}

.page_point_conts_box .point_inner.point4 {
    border-bottom: none;
}

.page_cmn_ttl_box::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 80px;
    width: 5px;
    border-radius: 4px;
    background-color: #349912;
    top: -100px;
}

/* 個人情報保護方針 PC */
.page-id-53 .common-page_main h1.title {
    margin-top: 10px;
}

.page-id-53 .common-page_main p.sub_title {
    font-size: 53px;
}

/* サイトマップ　PC */
body #sitemap_list li a {
    border: none;
    background: #ebf8dc;
    padding: 8px;
    border-radius: 5px;
    letter-spacing: 0.08em;
    transition: 0.3s;
}

body #sitemap_list li.home-item {
    border-bottom: solid 2px #339913;
    margin-bottom: 4vw;
}

body #sitemap_list li a:hover {
    color: #339913;
}

.page-id-27 .common-page_wrap {
    padding: 100px 0;
}

/* 会社概要　PC */
.page_cmn_ttl_box.company h2 {
    font-size: 30px;
}

.page_cmn_ttl_box.company p.text {
    margin-top: 20px;
    font-size: 17px;
}

.page_cmn_ttl {
    text-align: center;
}

.page_cmn_ttl p.sub_title {
    font-size: 33px;
    letter-spacing: 0.05em;
    background: linear-gradient(90deg, rgba(61, 189, 223, 1) 0%, rgba(83, 175, 37, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.page_cmn_ttl p.sub_title span.big {
    font-size: 45px;
}

.page_cmn_ttl h2 {
    letter-spacing: 0.1em;
    font-size: 14px;
}

/*記事詳細ページ　PC */
.single .common-page_main h1.title {
    max-width: 650px;
    margin: auto;
    text-align: center;
    font-size: 25px;
    letter-spacing: 0.08em;
}

/* 記事一覧ページ　PC */
.archive_page {
    position: relative;
    padding: 50px 0;
}

.archive_page::before {
    content: "";
    position: absolute;
    background: url(/wp-content/uploads/2022/05/news_bg.png) center no-repeat;
    background-size: cover;
    width: 96.5vw;
    height: 1344px;
    top: 0;
    right: 0;
    z-index: -1;
    height: 93.4vw;
}

.archive_page::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    height: 80px;
    width: 5px;
    border-radius: 4px;
    background-color: #349912;
    top: -100px;
}

/*　よくある質問　PC */
.page_faq_tab a.faq_tab {
    display: block;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 600;
    color: #349912;
    text-align: center;
    border-radius: 20px 20px 0 0;
    background-color: #F7F7F7;
    font-family: corp, sans-serif;
    width: 250px;
    padding: 20px;
    letter-spacing: 0.05em;
}

.page_faq_tab {
    justify-content: center;
    border-bottom: solid 5px #339913;
    border-radius: 1px;
    width: 774px;
    margin: 100px auto;
    position: relative;
}

.page_faq_tab a.faq_tab+a.faq_tab {
    margin-left: 12px;
}

.page_faq_tab::before {
    content: "";
    position: absolute;
    top: -89px;
    left: 0;
    right: 0;
    margin: auto;
    background: url(/wp-content/uploads/2022/06/page_faq_chara.png) center no-repeat;
    background-size: contain;
    width: 120px;
    height: 120px;
}

.page_faq_flame .faq_conts_box {
    width: 700px;
}

.page_faq_flame .faq_conts_box dd {
    /* margin-left: 0; */
    /* padding: 20px; */
    /* background-color: #eee; */
}

.page_faq_flame .faq_conts_box dt {
    color: #fff;
    background-color: #349912;
    font-size: 18px;
    font-weight: 600;
    border-radius: 5px;
    padding: 15px 30px 15px 60px;
    position: relative;
    letter-spacing: 0.05em;
    transition: 0.3s;
}

.page_faq_flame .faq_conts_box dt::before {
    content: "";
    position: absolute;
    left: 20px;
    top: 16px;
    background: url(/wp-content/uploads/2022/06/q_icon.png) center no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
}

.page_faq_flame .faq_cat_ttl {
    font-size: 18px;
    font-weight: 600;
    padding-left: 40px;
    position: relative;
}

.page_faq_flame .faq_conts_box dl {
    margin: 0;
}

.page_faq_flame .faq_conts_box dl+dl {
    margin-top: 50px;
}

.page_faq_flame .faq_cat_ttl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 13px;
    background-color: #339913;
    width: 26px;
    height: 4px;
    border-radius: 4px;
}

.page_faq_flame .faq_conts_box dd {
    border-radius: 0 0 10px 10px;
    font-size: 15px;
    margin-left: 0;
    padding: 20px 20px 90px 60px;
    background-color: #eee;
    position: relative;
}

.page_faq_flame .faq_conts_box dt.nowOpen {
    border-radius: 10px 10px 0 0;
}

.page_faq_flame .faq_conts_box dd::before {
    content: "";
    position: absolute;
    right: 20px;
    bottom: 20px;
    background: url(/wp-content/uploads/2022/06/clasmo_chara_glass.png) center no-repeat;
    background-size: contain;
    width: 60px;
    height: 62px;
}

.page_faq_flame .faq_conts_box dd::after {
    content: "";
    position: absolute;
    left: 20px;
    top: 20px;
    width: 29px;
    height: 29px;
    background: url(/wp-content/uploads/2022/06/a_icon.png) center no-repeat;
    background-size: contain;
}

.page_faq_flame {
    padding-left: 15px;
    border-left: solid 2px;
    padding-bottom: 60px;
    position: relative;
}

.page_faq_tab a.faq_tab:hover {
    color: #fff;
    background-color: #349912;
}

.page_faq_flame+.page_faq_flame {
    margin-top: 100px;
}

.page_faq_flame::after {
    content: "";
    position: absolute;
    /* left: 0; */
    right: 0;
    bottom: 0;
    background-color: #3e3e3e;
    height: 2px;
    width: 500px;
    margin: auto;
    border-radius: 4px;
}

.page_faq_flame .faq_conts_box dt::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 22px;
    background: url(/wp-content/uploads/2022/06/faq_arraw.png) center no-repeat;
    background-size: contain;
    width: 19px;
    height: 19px;
    transition: 0.3s;
}

.page_faq_flame .faq_conts_box dt.nowOpen::after {
    transform: rotate(180deg);
}

/* FC加盟店の声　PC */
.page_voice_box .text_list {
    width: 55%;
    padding: 30px;
    border: solid 7px #eee;
    background-color: #fffcf0;
}

.page_voice_box .img {
    width: 40%;
    margin-top: 80px;
}

.page_voice_box .text_list li+li {
    margin-top: 15px;
}

.page_voice_box .text_list li {
    border-bottom: dashed 3px #a4d16f;
    padding: 0 0 6px 20px;
    text-align: left;
    position: relative;
}

.page_voice_box {
    align-items: center;
}

.page_voice_box .text_list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 7px;
    margin: auto;
    background-color: #339913;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

section.page_voice {
    margin-top: 100px;
}

section.page_voice .green_area {
    width: 20vw;
    height: auto;
    background-color: #339913;
    position: relative;
}

.page_voice_conts_area {
    width: 62.5vw;
}

.page_voice_conts_area h2 {
    border-bottom: solid 4px #339913;
    padding-bottom: 6px;
    display: inline-block;
    letter-spacing: 0.05em;
}

.page_voice_conts_area .img_box {
    margin-top: 22px;
}

.page_voice_conts_area .img_box .img+.img {
    margin-left: 25px;
}

.page_voice_conts_area .name_box {
    margin: 30px 0 0 20px;
    letter-spacing: 0.05em;
}

.page_voice_conts_area p.company {
    font-size: 14px;
}

.page_voice_conts_area p.name {
    font-size: 18px;
    font-weight: 600;
}

.page_voice_conts_area .text_box {
    margin-top: 30px;
    padding-right: 50px;
}

.page_voice_conts_area p.comnt {
    font-size: 20px;
    font-weight: 600;
    color: #339913;
    letter-spacing: 0.05em;
}

.page_voice_conts_area p.text {
    margin-top: 20px;
    max-width: 850px;
}

.page_voice_conts_area p.site {
    margin-top: 30px;
    font-weight: 600;
    letter-spacing: 0.02em;
}

.page_voice_conts_area a.url {
    color: #339913;
}

.page_voice_conts_area .prof_box .img {
    width: 100px;
    height: 100px;
    background: url(/wp-content/uploads/2022/06/fc-higashi-umeda_staff3.jpeg) center no-repeat;
    background-size: contain;
    border-radius: 50%;
}

.page_voice_conts_area .prof_box {
    margin-top: 30px;
}

section.page_voice .green_area::before {
    content: "VOIC";
    font-size: 100px;
    color: #fff;
    font-weight: 600;
    position: absolute;
    top: 0;
    right: -0.4vw;
}

section.page_voice .green_area::after {
    content: "E";
    position: absolute;
    font-size: 100px;
    color: #339913;
    font-weight: 600;
    left: 20.4vw;
}

.page_voice_conts_area .flame+.flame {
    margin-top: 70px;
}

.page_voice_conts_area .flame.sannomiya .img {
    background: url(/wp-content/uploads/2022/06/voice_fc-kobe-sannomiya_staff.jpg) center no-repeat;
    background-size: contain;
}

.page_voice_conts_area .flame.abeno .img {
    background: url(/wp-content/uploads/2022/06/voice_fc-abeno_staff.jpg) center no-repeat;
    background-size: contain;
}

.page_voice_conts_area .flame.imasato .img {
    background: url(/wp-content/uploads/2022/06/voice_fc-imazato_staff.jpg) center no-repeat;
    background-size: contain;
}

.page_voice_conts_area .flame.kyotoomiya .img {
    background: url(/wp-content/uploads/2022/06/voice_fc-saiin_staff.jpg) center no-repeat;
    background-size: contain;
}

.page_voice_conts_area .flame.shinosaka .img {
    background: url(/wp-content/uploads/2022/06/voice_fc-shin-osaka-minami_staff.jpg) center no-repeat;
    background-size: contain;
}

.page_voice_conts_area .flame.chayamachi .img {
    background: url(/wp-content/uploads/2022/06/voice_fc-umeda-chayamachi_staff.jpg) center no-repeat;
    background-size: contain;
}

/* 募集要項　PC */
section.page_guide_disc h2 {
    font-size: 25px;
    color: #339913;
    letter-spacing: 0.05em;
}

section.page_guide_disc p.text {
    margin-top: 30px;
}

section.page_guide_disc+section.page_guide_disc {
    margin-top: 80px;
}

section.page_guide_disc {
    width: 80%;
}

.pge_guide_table table {
    width: 100%;
    font-size: 0.92em;
    border: 1px solid #efefef;
    margin-bottom: 1.5em;
    border-collapse: collapse;
}

.pge_guide_table tr {
    border-bottom: 1px solid #efefef;
}

.pge_guide_table th {
    background-color: rgba(0, 0, 0, 0.1);
    border: 1px solid #cfcfcf;
    padding: 0.8em;
}

.pge_guide_table td {
    padding: 20px;
    border: 1px solid #cfcfcf;
    background: #fff;
    background: rgba(255, 255, 255, 0.6);
}

.pge_guide_table {
    margin-top: 20px;
    /* overflow: scroll; */
}

section.page_guide_table h2,
section.page_step h2 {
    background: #339913;
    padding: 13px 20px;
    border-radius: 3px;
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.05em;
    margin-top: 100px;
    position: relative;
}

section.page_guide_table h2::before {
    content: "";
    position: absolute;
    right: 0;
}

section.page_guide_table h2::before,
section.page_step h2::before {
    content: "";
    position: absolute;
    right: 100px;
    bottom: 0;
    width: 100px;
    height: 100px;
    background: url(/wp-content/uploads/2022/06/clasmo_chara_search.png) center no-repeat;
    background-size: contain;
}

section.page_step p.sub_text {
    font-size: 16px;
    letter-spacing: 0.05em;
    margin-top: 10px;
}

.page_step_box th {
    background-color: rgb(51 153 19);
    color: #fff;
    padding: 22px;
    font-size: 15px;
}

.page_step_box tr {
    border-bottom: 1px solid #efefef;
}

.page_step_box table {
    border-collapse: collapse;
}

.page_step_box td {
    padding: 15px 10px 15px 20px;
    border: 1px solid #cfcfcf;
    border-left: 0;
    font-size: 15px;
}

.page_step_box h3 {
    border-left: 4px solid #339913;
    padding: 10px;
    letter-spacing: 0.08em;
    font-size: 16px;
}

.page_step_box {
    margin-top: 40px;
}

/* タブの切り替え PC */
section.page_recruit_type .tab-area {
    display: flex;
    border-bottom: solid 3px #339913;
    justify-content: space-between;
    cursor: pointer;
}

section.page_recruit_type .tab {
    display: block;
    transition: 0.3s;
    font-size: 18px;
    font-weight: 600;
    color: #349912;
    text-align: center;
    border-radius: 20px 20px 0 0;
    background-color: #F7F7F7;
    font-family: corp, sans-serif;
    width: 49.5%;
    padding: 20px;
    letter-spacing: 0.05em;
}

.tab.active {
    background-color: #ccc;
    color: #222e3e;
    border: none;
}

section.page_recruit_type .content-area {
    font-size: 30px;
    text-align: center;
}

.content {
    display: none;
}

section.page_recruit_type .content.show {
    margin-top: 50px;
    display: block;
}

section.page_recruit_type {
    margin-top: 70px;
}

section.page_recruit_type .tab.active {
    color: #fff;
    background-color: #349912;
}

section.page_recruit_type table {
    width: 100%;
    font-size: 15px;
    border: 1px solid #efefef;
    margin-bottom: 1.5em;
    border-collapse: collapse;
}

section.page_recruit_type tr {
    border-bottom: 1px solid #efefef;
}

section.page_recruit_type th {
    border: 1px solid #cfcfcf;
    padding: 0.8em;
    background-color: #eee;
    width: 20%;
}

section.page_recruit_type td {
    border: 1px solid #cfcfcf;
    text-align: left;
}

section.page_recruit_type td,
section.page_recruit_type th {
    padding: 20px;
}

section.page_recruit_type a {
    color: #339913;
}


@media (max-width: 750px) {
    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .wrap {
        max-width: 90%;
    }

    /*********************************************
     * SP固定ページ 共通設定
     *********************************************/
    .common-page_wrap {
        padding: 20vw 0 15vw;
    }

    .common-page_title h2 {
        font-size: 5vw;
    }

    .common-page_title p.sub_title {
        font-size: 3vw;
    }

    p.reserve_text {
        font-size: 6vw;
    }

    a.common-btn {
        width: 80%;
        line-height: 12vw;
    }

    a.common-btn:hover {
        opacity: 1;
    }

    /* パンくず */
    .breadcrumb {
        font-size: 2.5vw;
    }

    /*********************************************
     * SPヘッダー
     *********************************************/
    body nav.globalMenuSp ul li a {
        font-family: corp, sans-serif;
        letter-spacing: 0.1em;
        font-size: 4vw;
        padding: 3vw;
    }

    body nav.globalMenuSp {
        background-color: #3A3B3B;
        z-index: 0;
    }

    body .hamburger {
        top: 9px;
    }

    header#sp_header {
        position: fixed;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 999;
        height: 55px;
        background: #fff;
    }

    header#sp_header .logo {
        position: absolute;
        left: 10px;
        top: 18px;
        line-height: 0;
    }

    header#sp_header .logo a {
        font-size: 20px;
        color: #3A3B3B;
        margin-top: 10px;
        display: inline-block;
    }

    header#sp_header .logo img {
        width: 190px;
        /* top: 3px; */
        /* position: absolute; */
        /* left: 0; */
    }

    header#sp_header a.icon {
        color: #000;
        position: absolute;
    }

    header#sp_header a.mail {
        right: 70px;
        top: 13px;
        font-size: 25px;
    }

    header#sp_header a.tel {
        right: 110px;
        top: 15px;
        font-size: 20px;
    }

    /*********************************************
     * SP固定ページ 会社概要
     *********************************************/
    section.company_profile {
        margin: 0 0 10vw;
    }

    section.company_profile table th,
    section.company_profile table td {
        font-size: 3.2vw;
        width: 100%;
        display: block;
    }

    section.company_profile table {
        border-top: 1px solid;
        margin-top: 5vw;
    }

    section.company_profile table th {
        width: 100%;
        background-color: #f2f2f2;
        /* color: #339913; */
    }

    section.company_profile table td {
        width: 100%;
    }

    section.company_access .map {
        height: 50vw;
        margin-top: 4vw;
        border: solid 1.1vw #339913;
    }

    .company_financial {
        padding-top: 10vw;
    }

    .company_financial .list_box {
        margin-top: 6vw;
    }

    .company_financial .list_box ul li {
        font-size: 3.5vw;
    }

    .company_financial .list_box ul li .pdf {
        text-decoration: underline;
    }

    .company_financial .list_box ul li .pdf:hover {
        opacity: 1;
    }

    /*********************************************
     * SP固定ページ お問い合わせ
     *********************************************/
    section#page-contact table {
        margin-bottom: 10vw;
    }

    section#page-contact table th,
    section#page-contact table td {
        font-size: 4vw;
        display: block;
    }

    .mwform-checkbox-field-text {
        padding: 0 0 0 9vw;
    }

    span.mwform-checkbox-field.horizontal-item+span.mwform-checkbox-field.horizontal-item {
        margin-top: 5vw;
    }

    span.mwform-radio-field.horizontal-item {
        display: block;
    }

    section#page-contact table th {
        width: 100%;
        text-align: left;
    }

    section#page-contact table td {
        width: 100%;
    }

    section#page-contact input[type="text"],
    section#page-contact input[type="email"],
    section#page-contact #zip {
        width: 100%;
        height: 12vw;
    }

    section#page-contact input.tel {
        width: 29.9%;
    }

    section#page-contact select {
        width: 100%;
    }

    section#page-contact textarea {
        width: 100%;
        height: 60vw;
    }

    section#page-contact div#btn_wrap button {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    section#page-contact div#btn_wrap button[name="submitBack"] {
        margin-right: 0;
        margin-bottom: 4vw;
    }

    span.mwform-checkbox-field.horizontal-item {
        display: block;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
        margin-top: 2vw;
    }

    section#page-contact p.attention {
        font-size: 3vw;
    }

    /* サンクスページ */
    section#page-contact .thanks_textArea p {
        font-size: 4vw;
    }

    section#page-contact .thanks_textArea p.contact_text {
        margin-bottom: 2em;
    }

    section#page-contact .thanks_textArea a.ichiran_link {
        width: 80%;
        line-height: 12vw;
        border-radius: 12vw;
        font-size: 4vw;
    }

    /* ステップバー デザイン */
    section#page-contact .progressbar .item {
        font-size: 11px;
        line-height: 1.4;
        padding: 10px 0;
    }

    section#page-contact .progressbar .item:not(:last-child)::before,
    section#page-contact .progressbar .item:not(:last-child)::after {
        border-width: 25px;
        border-left-width: 12px;
    }

    /*********************************************
     * SP固定ページ 個人情報保護方針
     *********************************************/
    section.privacy_page p.main_text {
        font-size: 3.5vw;
    }

    section.privacy_page dl {
        margin-bottom: 10vw;
    }

    section.privacy_page dl dt {
        font-size: 4vw;
    }

    section.privacy_page dl dd {
        font-size: 3.5vw;
        margin-left: 5vw;
    }

    /*********************************************
     * SP固定ページ 404ページ
     *********************************************/
    section#page-404 p.num {
        font-size: 20vw;
        line-height: 1.5;
    }

    section#page-404 p.text {
        font-size: 3.5vw;
    }

    /*********************************************
     * SP投稿ページ シングルページ
     *********************************************/
    div#single_page ul li+li {
        margin-top: 2vw;
    }

    div#single_page ul li {
        padding-left: 4vw;
    }

    div#single_page ul li::before {
        width: 1vw;
        height: 1vw;
    }

    div#single_page ul {
        margin-top: 10vw;
    }

    .singleContent h1 {
        font-size: 4.5vw;
        padding: 2vw;
    }

    .singleContent .single_title {
        margin-bottom: 10vw;
    }

    .singleContent .single_title time {
        font-size: 3vw;
    }

    .singleContent .category_list {
        margin-bottom: 2vw;
    }

    .singleContent .category_list ul li {
        font-size: 2.5vw;
    }

    .singleContent h2 {
        font-size: 4.2vw;
        padding: 2vw;
    }

    .singleContent h3 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h4 {
        font-size: 4vw;
        padding: 2vw;
        margin: 1.5em 0 1em;
    }

    .singleContent h5 {
        font-size: 4vw;
    }

    .singleContent h6 {
        font-size: 3.8vw;
    }

    .singleContent p {
        font-size: 3.5vw;
    }

    div#single_page .singleContent {
        width: 100%;
    }

    div#single_page .singleContent a.ichiran_link {
        width: 80%;
        line-height: 12vw;
        margin: 10vw auto 0 auto;
        font-size: 4vw;
    }

    div#single_page .singleContent a.ichiran_link:hover {
        opacity: 1;
    }

    div#single_page .singleSidebar {
        display: none;
    }

    /* ここから貼り付け　SP */
    body {
        font-size: 3.6vw;
        line-height: 1.6;
        overflow: hidden;
        min-width: 100%;
        position: relative;
    }

    .wrap {
        max-width: 90%;
    }

    /*　メインビジュアル SP */
    section.top_mv h2 {
        width: 95%;
    }

    section.top_mv {
        padding: 19vw 0 9vw;
        /* margin-top: 13px; */
    }

    /* TOP CM SP */
    .site_big_banner {
        margin-top: 5vw;
    }

    section.top_new_cm {
        padding: 10vw 0;
    }

    .top_new_cm_box {
        display: block;
    }

    section.top_new_cm .text_box {
        width: 100%;
    }

    section.top_new_cm p.tv {
        font-size: 4vw;
        text-align: center;
    }

    section.top_new_cm h2 {
        width: 42vw;
        margin: 1vw auto 3vw;
    }

    section.top_new_cm p.text {
        font-size: 3.5vw;
        text-align: center;
        letter-spacing: 0.05em;
    }

    section.top_new_cm p.text+p.text {
        margin-top: 2vw;
    }

    a.conts_cmn_btn {
        width: 95%;
        line-height: 12vw;
        font-size: 4vw;
        letter-spacing: 0.02em;
        padding-right: 5vw;
        margin: 6vw auto 0;
        background-color: #fb9e2b;
        color: #fff;
    }

    a.conts_cmn_btn::before {
        width: 4.5vw;
        right: 3vw;
        background: url(/wp-content/uploads/2022/05/arraw.png) center center / contain no-repeat;
        background-size: contain;
    }

    section.top_new_cm a.conts_cmn_btn.corp {
        margin: 6vw auto 0;
    }

    section.top_new_cm .movie iframe {
        width: 100%;
        height: 48vw;
    }

    section.top_new_cm .movie {
        width: 100%;
        margin-top: 7vw;
    }

    /* TOP メリット SP */
    section.top_merit {
        padding: 12vw 0;
    }

    .top_merit_ttl h2 {
        font-size: 3.5vw;
        letter-spacing: 0.05em;
    }

    .top_merit_ttl p.eng {
        width: 33vw;
    }

    .top_merit_ttl p.text {
        font-size: 3.5vw;
        letter-spacing: 0.05em;
        margin-top: 4vw;
    }

    .top_merit_box li {
        width: 100%;
        padding: 3vw 7vw;
        height: auto;
        border-radius: 10px;
    }

    .top_merit_box .img {
        padding: 0 6vw;
    }

    .top_merit_box h3 {
        font-size: 4vw;
        letter-spacing: 0.08em;
        text-align: center;
    }

    .top_merit_box p.text {
        line-height: 1.5;
        font-size: 3.8vw;
        letter-spacing: 0.05em;
        margin-top: 1vw;
    }

    .top_merit_box li+li {
        margin-top: 5vw;
    }

    section.top_merit::before {
        height: 84vw;
    }

    .top_merit_box {
        margin-top: 6vw;
    }

    section.top_news {
        padding: 12vw 0;
    }

    /* TOP ニュース　SP */
    .sp_news_ttl p.eng {
        width: 40vw;
        margin: 2vw auto 0;
    }

    .top_news_box {
        overflow: scroll;
        /* white-space: nowrap; */
    }

    .top_news_box ul {
        width: 1330px;
    }

    .top_news_box li {
        width: 250px;
        /* white-space: nowrap; */
        /* white-space: inherit; */
    }

    .top_news_box .img {
        height: 40vw;
        border-radius: 10px;
    }

    .top_news_box a {
        padding-top: 32vw;
    }

    .top_news_box .text_box {
        width: 92%;
        padding: 4vw 3vw;
        border-radius: 10px;
    }

    .top_news_box p.ttl {
        font-size: 3.5vw;
        letter-spacing: 0.05em;
    }

    .top_news_box p.text {
        font-size: 3.3vw;
        letter-spacing: 0.01em;
        -webkit-line-clamp: 2;
        /* white-space: inherit; */
    }

    .top_news_box .article_flex {
        margin-top: 2vw;
    }

    .top_news_box p.day {
        font-size: 2vw;
    }

    .top_news_box p.btn {
        font-size: 3vw;
        padding-right: 6vw;
    }

    .top_news_box p.btn::before {
        width: 16px;
        height: 3px;
        left: 71px;
        border-radius: 2px;
    }

    .sp_news_ttl {
        text-align: center;
        position: relative;
    }

    .sp_news_ttl h2 {
        font-size: 3.8vw;
        letter-spacing: 0.05em;
    }

    .sp_news_ttl::before {
        content: "";
        position: absolute;
        left: -6vw;
        top: 0;
        background: url(/wp-content/uploads/2022/05/clasm_chara.png) center no-repeat;
        background-size: contain;
        width: 32vw;
        height: 40vw;
    }

    .top_news_box p.eng {
        width: 40vw;
        margin: 2vw auto 0;
    }

    .top_news_box ul {
        margin-top: 4vw;
        /* white-space: nowrap; */
    }

    .top_news_box a:hover p.btn::before {
        width: 16px;
        border-radius: 2px;
    }

    .top_news_box a:hover p.btn::before {
        width: 16px;
        border-radius: 2px;
    }

    .top_news_box li+li {
        margin-left: 17px;
    }

    .top_news_box li:nth-child(n + 4) {
        margin-top: 0;
    }

    section.top_news a.conts_cmn_btn {
        margin-top: 11vw;
    }

    section.top_news::before {
        height: 64%;
        width: 100%;
    }

    .franchise_box {
        margin-top: 10vw;
        padding: 3vw;
        border-radius: 10px;
    }

    .franchise_box h2 span.eng {
        display: block;
        font-size: 8vw;
        margin: 0;
    }

    .franchise_box h2 {
        text-align: center;
        font-size: 3.5vw;
        line-height: 1.3;
    }

    .franchise_box p.text {
        font-size: 3.8vw;
        letter-spacing: 0.05em;
        margin-top: 4vw;
        padding: 0 3vw 3vw;
    }

    .franchise_box .contct_ttl {
        letter-spacing: 0.02em;
        margin-top: 4vw;
        font-size: 3.7vw;
    }

    .franchise_box p.num {
        font-size: 8vw;
        letter-spacing: 0.02em;
        padding-left: 8vw;
        display: inline-block;
    }

    .franchise_box .contact_flex {
        margin-top: 1vw;
        display: block;
        text-align: center;
    }

    .franchise_box p.num::before {
        width: 8vw;
    }

    section.top_news .franchise_box a.conts_cmn_btn {
        width: 95%;
        margin-top: 2vw;
    }

    sectiion.top_banner li {
        width: 100%;
    }

    sectiion.top_banner li a {
        width: 100%;
    }

    sectiion.top_banner li+li {
        margin-top: 4vw;
    }

    sectiion.top_banner ul li:nth-child(n + 3) {
        margin-top: 4vw;
    }

    sectiion.top_banner ul {
        padding-bottom: 10vw;
    }

    /* TOP コンタクト SP */
    section.top_contact {
        padding: 10vw 0;
    }

    .top_contact_box {
        padding: 6vw 3vw;
        border-radius: 10px;
    }

    .top_contact_box h2 {
        font-size: 4vw;
        letter-spacing: 0.02em;
    }

    .top_contact_box p.eng {
        font-size: 9vw;
        letter-spacing: 0.02em;
        margin-top: 0;
        line-height: 1.2;
    }

    .top_contact_box p.text {
        font-size: 4vw;
        letter-spacing: 0.02em;
        line-height: 1.5;
        margin-top: 3vw;
    }

    .top_contact_box a.conts_cmn_btn {
        width: 85%;
        margin-top: 4vw;
    }

    .top_contact_box p.tel {
        font-size: 7vw;
        letter-spacing: 0.02em;
        padding-left: 2vw;
        margin-top: 4vw;
    }

    .top_contact_box p.tel::before {
        width: 8vw;
        left: -6vw;
        top: -2vw;
    }

    .top_contact_box p.hour {
        font-size: 3.5vw;
        letter-spacing: 0.03em;
    }

    .top_contact_box::before {
        width: 29vw;
        height: 31vw;
        bottom: -17vw;
        right: -6vw;
    }

    /* フッター SP */
    footer {
        padding: 15vw 0 5vw;
    }

    .footer_logo {
        width: 64%;
        margin: auto;
    }

    footer p.logo_text {
        font-size: 3.2vw;
        letter-spacing: 0.02em;
        text-align: center;
        margin-top: 2vw;
    }

    .back_top_top a.pc {
        display: none;
    }

    .footer_box {
        display: block;
    }

    .footer_nav {
        width: 100%;
    }

    form.clasmo_form {
        margin: 5vw auto 0;
    }

    .twitter_widget {
        margin-top: 6vw;
        height: 210px;
    }

    form.clasmo_form input {
        width: 100%;
    }

    form.clasmo_form button.sbtn {
        right: 0;
    }

    .help_desk {
        justify-content: center;
        padding-top: 2vw;
        /* font-size: 2vw; */
    }

    p.copy_right {
        font-size: 2.5vw;
    }

    .back_top_top {
        width: 27vw;
        right: -7vw;
        bottom: -5vw;
    }

    /*メインビジュアル　SP */
    section.top_mv p {
        color: #fff;
        text-align: center;
        text-shadow: 0px 4px 2px rgba(0 0 0 / 30%);
        font-weight: 600;
    }

    section.top_mv p.ttl {
        font-size: 4.2vw;
    }

    section.top_mv p.eng {
        font-size: 3vw;
        font-family: "Arial", sans-serif;
        letter-spacing: 0.02em;
        margin-top: 1vw;
    }

    section.top_mv p.franchise {
        font-size: 8vw;
        letter-spacing: 0.02em;
    }

    section.top_mv .img_bosyu {
        margin-top: -2vw;
    }

    section.top_mv .img_nakama {
        margin-top: -11vw;
    }

    body .hamburger span {
        background-color: #000;
        height: 3px;
    }

    body .hamburger span:nth-child(2) {
        top: 18px;
    }

    body .hamburger span:nth-child(3) {
        top: 26px;
    }

    /* クラスモの特徴・加盟店メリット SP */
    .common-page_main .sub_title {
        font-size: 8vw;
    }

    .common-page_main h1.title {
        font-size: 3vw;
        margin-top: 2vw;
    }

    .common-page_main {
        padding: 20vw 0 10vw;
        margin-top: 2vw;
    }

    .page_cmn_ttl_box h2 {
        font-size: 5vw;
        letter-spacing: 0.08em;
    }

    .page_cmn_ttl_box p.sub_title {
        font-size: 3.4vw;
        letter-spacing: 0.02em;
        margin-bottom: 3vw;
    }

    .page_cmn_ttl_box::before {
        height: 8vw;
        width: 1vw;
        top: -12vw;
    }

    .page_cmn_ttl_box p.text {
        font-size: 3.5vw;
        letter-spacing: 0.02em;
        line-height: 1.7;
        /* text-align: left; */
        padding: 0 2vw;
    }

    .page_cmn_ttl_box {
        padding: 0 2vw;
    }

    .page_cmn_ttl_box p.text+p.text {
        margin-top: 5vw;
        text-align: center;
        padding: 0px 5vw;
    }

    .page_cmn_ttl_box p.text.align {
        text-align: center;
        font-size: 3.7vw;
        line-height: 1.8;
    }

    .page_about_logo_box {
        margin-top: 10vw;
        display: block;
        padding-bottom: 8vw;
    }

    section.page_about_logo .logo_img {
        width: 44vw;
        margin: auto;
    }

    section.page_about_logo p.eng {
        padding: 0;
        display: inline-block;
        font-size: 4.5vw;
    }

    .page_about_logo_box .logo {
        text-align: center;
    }

    section.page_about_logo p.eng::before {
        left: -6vw;
        width: 3vw;
        height: 3vw;
    }

    section.page_about_logo h3 {
        text-align: center;
        font-size: 7vw;
        letter-spacing: 0.08rm;
    }

    .page_about_logo_box .text_box {
        margin-top: 2vw;
    }

    section.page_about_logo p.text {
        margin-top: 4vw;
        font-size: 3.5vw;
    }

    section.page_about_logo p.text+p.text {
        margin-top: 2vw;
    }

    .page_franchise_box {
        padding: 10vw 0;
        display: block;
        border-bottom: solid 2px #f0f0f0;
    }

    .page_franchise_box h3 {
        padding-left: 8vw;
        font-size: 5vw;
        letter-spacing: 0.1em;
        text-align: center;
        margin-bottom: 4vw;
    }

    .page_franchise_box h3::before {
        width: 18vw;
        height: 15vw;
        left: -3vw;
    }

    .page_franchise_box p.text+p.text {
        margin-top: 2vw;
    }

    .page_franchise_box .text_box {
        width: 100%;
    }

    .page_franchise_box .img_box {
        width: 100%;
        margin-top: 4vw;
        text-align: center;
    }

    .page_franchise_box .img_box .img {
        width: 70%;
        margin: 2vw auto 0;
    }

    section.page_clasmo_point {
        padding-top: 10vw;
    }

    .page_clasmo_point_box {
        display: block;
    }

    .page_clasmo_point_box .point_ttl {
        font-size: 5vw;
        text-align: center;
        display: inline-block;
        width: 100%;
        padding: 0;
    }

    .page_clasmo_point_box .point_ttl::before {
        left: -23vw;
        right: 0;
        margin: auto;
        top: 3vw;
        width: 3vw;
        height: 3vw;
    }

    section.page_clasmo_point {
        padding-top: 10vw;
    }

    .page_clasmo_point_box {
        display: block;
    }

    .page_clasmo_point_box .point_ttl {
        font-size: 5vw;
        text-align: center;
        display: inline-block;
        width: 100%;
        padding: 0;
    }

    .page_clasmo_point_box .point_ttl::before {
        left: -23vw;
        right: 0;
        margin: auto;
        top: 3vw;
        width: 3vw;
        height: 3vw;
    }

    .page_point_conts_box {
        width: 100%;
    }

    .page_point_conts_box h3 {
        font-size: 5vw;
        letter-spacing: 0.08em;
        margin-top: 2vw;
    }

    .page_point_conts_box h4 {
        margin-top: 1vw;
        text-align: center;
        font-size: 3.4vw;
        letter-spacing: 0.02em;
    }

    .page_point_conts_box h4 span.point {
        font-size: 3.2vw;
        margin-right: 2vw;
    }

    .page_point_conts_box h5 {
        font-size: 4.5vw;
        letter-spacing: 0.05em;
        padding: 0 0 3vw 0;
        margin-top: 3vw;
        text-align: center;
    }

    .page_point_conts_box h5::before {
        height: 0.5vw;
        width: 8vw;
        top: auto;
        right: 0;
    }

    .page_point_conts_box .text_box {
        margin-top: 4vw;
    }

    .page_point_conts_box .text_box p.text+p.text {
        margin-top: 2vw;
        font-size: 3.5vw;
    }

    .point_inner.point1 .img {
        width: 100%;
        margin-top: 6vw;
    }

    .point_inner.point1 .img::before {
        width: 100%;
        height: 100%;
    }

    .point_inner.point1 p.ttl {
        font-size: 3.5vw;
        letter-spacing: 0.05em;
    }

    .point_inner.point1 .img {
        padding: 3vw;
    }

    .point_inner.point1 .img::after {
        width: 30vw;
        height: 20vw;
        left: -7vw;
    }

    .page_point_conts_box .point_inner.point1 {
        padding-bottom: 12vw;
        border-bottom: solid 2px #f0f0f0;
    }

    .page_point_conts_box .point_inner {
        padding: 10vw 0;
    }

    .page_point_conts_box .point2 h5 {
        font-size: 4.2vw;
    }

    .point_inner.point2 .img {
        width: 100%;
        border: solid 5px #f0f0f0;
        margin-top: 6vw;
    }

    .page_point_conts_box .point3 h5 {
        font-size: 4.3vw;
    }

    .point_inner.point3 .img {
        width: 94%;
        padding: 2vw;
        margin: auto;
        margin-top: 3vw;
    }

    .point_inner.point3 .img_box {
        width: 100%;
        display: block;
        height: auto;
        padding: 0.1vw 0 2.5vw;
    }

    .point_inner.point3 p.ttl {
        font-size: 4vw;
        text-align: center;
    }

    .point_inner.point3 .img_box::before {
        width: 25vw;
        height: 25vw;
        right: -6vw;
        bottom: -10vw;
    }

    .page_point_conts_box h3 {
        letter-spacing: 0.03em;
        font-size: 4vw;
        padding-left: 0;
        line-height: 11vw;
    }

    .point_faq_box h3::after {
        width: 16vw;
        height: 16vw;
        right: 0;
        bottom: auto;
        top: -7vw;
    }

    .point_faq_box {
        margin-top: 5vw;
    }

    .point_faq_box p.answer {
        padding: 3vw 0 0 10vw;
        font-size: 3.4vw;
        letter-spacing: 0.03em;
    }

    .point_faq_box p.answer::before {
        width: 6vw;
        height: 6vw;
        font-size: 4vw;
        left: 2vw;
        top: 3vw;
    }

    .point_faq_box h3::before {
        width: 6vw;
        height: 6vw;
        font-size: 4vw;
        left: 2vw;
    }

    .page-id-133 .common-page_main h1.title {
        margin-top: 0;
    }

    .page_point_conts_box .point_inner.point4 {
        padding: 10vw 0 0;
    }

    /* 個人情報保護方針　SP */
    .page-id-53 .common-page_main p.sub_title {
        font-size: 7vw;
    }

    .page-id-53 .common-page_main h1.title {
        margin-top: 1.5vw;
    }

    /* サイトマップ　 SP*/
    .page-id-27 .common-page_wrap {
        padding: 5vw 0;
    }

    body #sitemap_list li {
        margin: 0;
    }

    #sitemap_list li.home-item a {
        font-size: 4vw;
    }

    body #sitemap_list li a {
        font-size: 3.5vw;
        padding: 2vw;
        line-height: 7vw;
        margin-bottom: 2vw;
    }

    /* 運営会社　PC */
    .page_cmn_ttl_box.company h2 {
        font-size: 4.8vw;
        letter-spacing: 0.05em;
    }

    .page_cmn_ttl_box p.text.align {
        margin-top: 3vw;
    }

    .page_cmn_ttl p.sub_title {
        font-size: 5vw;
        letter-spacing: 0.03em;
    }

    .page_cmn_ttl p.sub_title span.big {
        font-size: 9vw;
        width: 11vw;
        height: 11vw;
        margin-right: 0.5vw;
    }

    .page_cmn_ttl p.sub_title span.big::before {
        top: 3.6vw;
        left: -0.3vw;
    }

    .page_cmn_ttl h2 {
        font-size: 3.2vw;
        letter-spacing: 0.08em;
    }

    /* 記事詳細　SP */
    .single .common-page_main h1.title {
        max-width: 85%;
    }

    /* お知らせ一覧　SP */
    .archive_page::after {
        height: 8vw;
        height: 8vw;
        width: 1vw;
        top: -12vw;
    }

    .archive_page .top_news_box li {
        width: 48%;
    }

    .archive_page .top_news_box ul {
        width: 100%;
        justify-content: space-between;
    }

    .archive_page .top_news_box li+li {
        margin-left: 2vw;
    }

    .archive_page .top_news_box li:nth-child(odd) {
        margin-left: 0;
    }

    .archive_page .wrap {
        max-width: 97%;
    }

    .archive_page .top_news_box li:nth-child(even) {
        margin-left: 0;
    }

    .archive_page::before {
        width: 100%;
        height: 100%;
    }

    .archive_page .top_news_box .img {
        height: 30vw;
    }

    .archive_page .top_news_box a {
        padding-top: 26vw;
    }

    .archive_page .top_news_box .text_box {
        padding: 3vw 2vw;
        width: 95%;
    }

    .archive_page .top_news_box p.btn {
        font-size: 2vw;
        padding-right: 3vw;
    }

    .archive_page .top_news_box p.btn::before {
        width: 2vw;
        height: 2vw;
        border-radius: 50%;
        left: auto;
        right: 0;
    }

    .archive_page {
        padding: 10vw 0;
    }

    .archive_page .top_news_box li:nth-child(n + 4) {
        margin-top: 6vw;
    }

    .top_news_box a:hover p.btn::before {
        width: 2vw;
        height: 2vw;
        border-radius: 50%;
        left: 17vw;
    }

    .wp-pagenavi {
        margin-top: 12vw;
    }

    /* FAQ SP */
    .page_faq_tab {
        width: 100%;
        border-bottom: solid 2px #339913;
        margin: 22vw 0 10vw;
    }

    .page_faq_tab a.faq_tab {
        font-size: 4vw;
        letter-spacing: 0.02em;
        width: 32%;
        padding: 2vw;
        flex: 1 0 auto;
    }

    .page_faq_tab a.faq_tab+a.faq_tab {
        margin-left: 1vw;
    }

    .page_faq_flame .faq_cat_ttl::before {
        height: 2px;
        top: 10px;
    }

    .page_faq_flame .faq_conts_box dt {
        font-size: 3.5vw;
        letter-spacing: 0.02em;
        padding: 4vw 4vw 4vw 8vw;
    }

    .page_faq_flame .faq_conts_box dt::before {
        width: 4vw;
        left: 2vw;
        top: 2.5vw;
    }

    .page_faq_flame {
        padding: 0 0 5vw 0;
        border-left: none;
        display: block;
    }

    .page_faq_flame .faq_conts_box dt::after {
        width: 4vw;
        height: 4vw;
        right: 2vw;
        bottom: 3vw;
        top: auto;
    }

    .page_faq_flame .faq_conts_box dl+dl {
        margin-top: 4vw;
    }

    .page_faq_flame .faq_conts_box {
        width: 100%;
    }

    .page_faq_flame+.page_faq_flame {
        margin-top: 10vw;
    }

    .page_faq_flame .faq_cat_ttl {
        font-size: 4.5vw;
        padding: 0 0 4vw 11vw;
    }

    .page_faq_flame::after {
        width: 100%;
    }

    .page_faq_flame .faq_conts_box dd::after {
        width: 4vw;
        height: 4vw;
        left: 2vw;
        top: 4vw;
    }

    .page_faq_flame .faq_conts_box dd {
        padding: 3vw 2vw 14vw 7vw;
        font-size: 3.5vw;
    }

    .page_faq_flame .faq_conts_box dd::before {
        width: 9vw;
        height: 10vw;
        bottom: 2.5vw;
        right: 2vw;
    }

    /* FC加盟店の声　SP */
    .page_voice_box {
        display: block;
    }

    .page_voice_box .text_list {
        width: 100%;
        padding: 3vw;
    }

    .page_voice_box .img {
        margin-top: 0vw;
        width: 17vw;
    }

    .page_voice_box .text_list li {
        padding: 0 0 2vw 4vw;
        border-bottom: dashed 1px #a4d16f;
    }

    .page_voice_box .text_list li::before {
        width: 2vw;
        height: 2vw;
    }

    .page_voice_box .text_list li+li {
        margin-top: 3vw;
    }

    section.page_voice {
        margin-top: 10vw;
        display: block;
    }

    section.page_voice .green_area {
        width: 2vw;
        display: none;
    }

    section.page_voice .green_area::before,
    section.page_voice .green_area::after {
        display: none;
    }

    .page_voice_conts_area {
        width: 100%;
        padding: 4vw;
    }

    .page_voice_conts_area h2 {
        font-size: 4vw;
        letter-spacing: 0.02em;
        display: block;
        border-bottom: solid 2px #339913;
        padding-bottom: 1vw;
    }

    .page_voice_conts_area .img_box .img {
        width: 48%;
    }

    .page_voice_conts_area .img_box .img+.img {
        margin-left: 2vw;
    }

    .page_voice_conts_area .prof_box .img {
        width: 15vw;
        height: 15vw;
    }

    .page_voice_conts_area .prof_box {
        margin-top: 4vw;
        align-items: center;
    }

    .page_voice_conts_area .name_box {
        margin: 0 0 0 3vw;
    }

    .page_voice_conts_area p.company {
        font-size: 3vw;
    }

    .page_voice_conts_area p.name {
        font-size: 4vw;
    }

    .page_voice_conts_area .text_box {
        padding-right: 0;
    }

    .page_voice_conts_area p.comnt {
        font-size: 4vw;
    }

    .page_voice_conts_area .text_box {
        margin-top: 3vw;
    }

    .page_voice_conts_area p.text {
        margin-top: 3vw;
        max-width: 100%;
    }

    .page_voice_conts_area p.text+p.text {
        margin-top: 2vw;
    }

    .page_voice_conts_area p.site {
        margin-top: 3vw;
    }

    .page_voice_conts_area .flame+.flame {
        margin-top: 8vw;
    }

    /* 募集要項 SP */
    section.page_guide_disc {
        width: 100%;
    }

    section.page_guide_disc h2 {
        font-size: 4vw;
        text-align: center;
        letter-spacing: 0.02em;
    }

    section.page_guide_disc p.text {
        margin-top: 5vw;
    }

    section.page_guide_disc+section.page_guide_disc {
        margin-top: 7vw;
    }

    section.page_guide_table h2,
    section.page_step h2 {
        margin-top: 10vw;
        padding: 2vw;
        font-size: 3.5vw;
        text-align: center;
    }

    section.page_guide_table h2::before,
    section.page_step h2::before {
        width: 15vw;
        height: 15vw;
        right: 7vw;
        top: -7vw;
    }

    .pge_guide_table th {
        font-size: 3vw;
        padding: 2vw;
    }

    .pge_guide_table {
        overflow: scroll;
    }

    .pge_guide_table table {
        width: 620px;
    }

    section.page_step p.sub_text {
        font-size: 3.3vw;
        letter-spacing: 0.02em;
        margin-top: 4vw;
    }

    .page_step_box {
        margin-top: 5vw;
        overflow: scroll;
    }

    .page_step_box table {
        width: 550px;
    }

    .page_step_box th {
        font-size: 3.2vw;
        padding: 3vw;
        letter-spacing: 0.01em;
    }

    .page_step_box h3 {
        font-size: 3.5vw;
        letter-spacing: 0.05em;
        border-left: 3px solid #339913;
    }

    .page_step_box td {
        padding: 3vw;
        font-size: 3.5vw;
    }

    /* 採用情報　SP */
    section.page_recruit_type .tab {
        font-size: 3vw;
        letter-spacing: 0.02em;
        padding: 2vw;
    }

    section.page_recruit_type {
        margin-top: 8vw;
    }

    section.page_recruit_type .tab+tab {
        padding-top: 5vw;
    }

    section.page_recruit_type .tab+.tab {
        padding-top: 5vw;
    }

    section.page_recruit_type .content-area {
        margin-top: 2vw;
    }

    section.page_recruit_type .content.show {
        margin-top: 5vw;
    }

    section.page_recruit_type td,
    section.page_recruit_type th {
        padding: 2vw;
        font-size: 3.2vw;
    }

    .page_recruit .page_cmn_ttl_box h2 {
        margin-bottom: 3vw;
    }

    section.page_recruit_type .tab-area {
        border-bottom: solid 2px #339913;
    }

    .page_recruit .page_cmn_ttl_box p.text+p.text {
        margin-top: 2vw;
    }
}