@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:'Noto Sans JP',"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
}

body {
        color: #000000;
        font-size: 14px;
        line-height: 1.7;
        padding-bottom: 50px;
}

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 {
        width: 1140px;
        margin: 0 auto;
}

.wrap_big{
    width: 1340px;
    margin: 0 auto;
}
/*********************************************
 * PC固定ページ 共通設定
 *********************************************/

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

.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: 12px;
}

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

/*********************************************
 * PC固定ページ 会社概要
 *********************************************/

section.company_profile{
        margin-bottom: 100px;
}

section.company_profile table{
        width: 100%;
        border-collapse: collapse;
}

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

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

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

section.company_access .map{
        height: 350px;
}

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

/*********************************************
 * 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: #d10606;
            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{
            background-color: #bf0000;
}

/* ラジオボタン デザイン */

/* ラジオボタンを隠す */
.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: inline-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: inline-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: #d10606;
    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{
            background-color: #bf0000;
}

/* ステップバー デザイン */

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: #0070BD;
        color: #FFF;
}

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

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;
    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: 50px;
}

.wp-pagenavi a, .wp-pagenavi span {
        color: #999;
        background-color: #FFF;
        border: solid 1px #e0e0d2;
        padding: 8px 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:#66cccc;
        border-color:#66cccc;
}

.wp-pagenavi span.current{
        color: #FFF;
        background-color: #66cccc;
        border-color: #66cccc;
        font-weight: bold;
}

/*********************************************
 * PC投稿ページ シングルページ
 *********************************************/

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: #333;
    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: #566b73;
}

.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;
    padding-left: 1em;
    margin: 1.5em 0;
}

.singleContent img {
    height: auto;
}

.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%;
}

div#single_page .singleContent a.ichiran_link{
    display: block;
    width: 300px;
    line-height: 50px;
    text-align: center;
    color: #fff;
    background-color: #333;
    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;
}

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;
}

 /*********************************************
         section1
    *********************************************/

.sales_logo {
    margin-bottom: 70px;
}

.sales_top_text, .sales_center_text {
    font-weight: 900;
}

.sales_top_text span {
    color: #F7931E;
}
.sales_top_text {
    font-size: 30px;
    letter-spacing: 0.07em;
}

.sales_center_text span {
    color: #F7931E;
}
.sales_center_text {
    font-size: 50px;
    line-height: 1.2;
    margin-bottom: 9px;
}

.sales_bottom_text {
    font-size: 16px;
    font-weight: bold;
    color: #313131;
    letter-spacing: 0.16em;
    margin-bottom: 25px;
}

.text_box + .text_box {
    margin-left: 25px;
}

.text_box {
    width: 124px;
    height: 104px;
}

.topview-box.flex {
    margin-bottom: 27px;
}

.topview_btn a span {
    display: block;
    font-size: 18px;
}
.topview_btn a {
    width: 480px;
    height: 100px;
    text-decoration: none;
    background-color: #F7931E;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 28px;
    border-radius: 10px;
    padding: 10px;
    transition: .5s;
    position: relative;
}

.topview_btn a:hover {
    transform: translate(-4px, -4px);
    box-shadow: 4px 4px black;
}

.topview_background_img {
    position: absolute;
    width: 848px;
    height: 612px;
    top: 80px;
    right: 0;
}

section#top_view {
    background-color: #F4F8FF;
    position: relative;
    padding: 50px 0 70px;
}

.topview_btn a:after {
    content: "";
    background-image: url(/wp-content/uploads/2022/02/top_view_btn.svg);
    width: 50px;
    height: 50px;
    display: block;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: -25px;
    margin: auto;
    right: 0;
}

 /*********************************************
         banner
    *********************************************/

section#blue_banner p {
    height: 145px;
    display: block;
    background-color: #2A62A7;
    color: #fff;
    text-align: center;
    padding-top: 50px;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 0.06em;
}

section#blue_banner p span:after {
    content: "・・・";
    position: absolute;
    top: -50px;
    left: -3px;
}
section#blue_banner p span {
    font-size: 50px;
    position: relative;
}

section#blue_banner::after {
    content: "";
    width: 84px;
    height: 19px;
    border-style: solid;
    border-width: 19px 42px 0 42px;
    border-color: #2A62A7 transparent transparent transparent;
    display: block;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    margin: auto;
}

section#blue_banner {
    position: relative;
}

 /*********************************************
         worries
    *********************************************/


.worries_img img {
    width: 155px;
    height: 185px;
    text-align: center;
}

.worries_box {
    width: 360px;
    height: 290px;
    position: relative;
    text-align: center;
    padding-top: 5px;
    background-color: #fff;
    border-radius: 10px;
    padding-top: 20px;
}

.top_worries {
    justify-content: space-between;
    margin-bottom: 20px;
}

.worries_number {
    position: absolute;
    top: 20px;
    left: 20px;
}

.top_worries p span,.bottom_worries p span {
    color: #2A62A7;
}

.top_worries p,.bottom_worries p {
    font-size: 22px;
    font-weight: 900;
}

section#worries {
    background-color: #F7F7F7;
    padding: 60px 0 60px;
    position: relative;
}

.bottom_worries.flex {
    justify-content: center;
}

.worries_box.no_4 {
    margin-right: 30px;
}

section#worries:after {
    content: "";
    width: 84px;
    height: 19px;
    border-style: solid;
    border-width: 19px 42px 0 42px;
    border-color: #f7f7f7 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -19px;
    left: 0;
    right: 0;
    margin: auto;
}

 /*********************************************
         banner orange
    *********************************************/


section#banner_orenge {
    background-color: orange;
    color: #fff;
    text-align: center;
    padding: 25px 0 15px 0;
    font-size: 30px;
    font-weight: 900;
    line-height: 1.5;
}

section#banner_orenge p span {
    font-size: 20px;
    position: relative;
}

section#banner_orenge p span:after {
    content: "";
    background-image: url(/wp-content/uploads/2022/02/kurukuru.svg);
    position: absolute;
    display: block;
    width: 24px;
    height: 27px;
    background-size: contain;
    background-repeat: no-repeat;
    top: 0;
    right: -245px;
}

/*********************************************
         section point
*********************************************/

.title_top_point {
    text-align: center;
    background-color: #D13636;
    width: 445px;
    color: #fff;
    margin: 0 auto;
    border-radius: 20px;
    font-size: 18px;
}

section#point_3 h2 span {
    font-size: 70px;
    color: #D13636;
}
section#point_3 h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.04em;
    margin-bottom: 22px;
    margin-top: -25px;
}

.pointbox_img img {
    width: 191px;
    height: 200px;
}

.point_box_number {
    width: 130px;
    height: 130px;
    background-color: #F7931E;
    border-radius: 6px;
    color: #fff;
    padding: 15px;
    text-align: center;
    margin-right: 40px;
}

.point_box_number p {
    margin-bottom: 10px;
}

.point_box {
    align-items: center;
    width: 1130px;
    height: 280px;
    box-shadow: 10px 10px #f7931e;
}

.point_box.flex.point1n .pointbox_img {
    margin-right: 40px;
}

.point_text.point2 {
    margin-right: 55px;
}

p.text_title {
    font-size: 30px;
    color: #F7931E;
    font-weight: 900;
}

p.text_bottom {
    font-size: 18px;
    font-weight: 500;
}

.point_box + .point_box {
    margin-top: 45px;
}

.sec_point_bottom_text {
    text-align: center;
    font-weight: 900;
    margin-top: 50px;
}

p.sec_point_top_text span {
    color: #D13636;
}

p.sec_point_top_text {
    font-size: 24px;
}

span.point_three {
    font-size: 40px;
}

p.sec_point_center_text {
    font-size: 38px;
    margin-bottom: 14px;
}

p.sec_point_center_text span {
    color: #2A62A7;
}

p.sec_point_bottom_title {
    font-size: 38px;
    letter-spacing: 0.06em;
}

p.sec_point_bottom_title span {
    font-size: 66px;
    color: #D13636;
}


p.sec_point_bottom_title {
    font-size: 38px;
    letter-spacing: 0.06em;
    background: linear-gradient(transparent 60%,#FFED67,#fff);
    width: 680px;
    margin: 0 auto;
}

.sec_point_triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 22px 19px 0 19px;
    border-color: #2a62a7 transparent transparent transparent;
    margin: 0 auto;
}

section#point_3 {
    padding: 60px 0 46px;
}



/*********************************************
         mina banner
*********************************************/


.mainbanner_top_text span {
    color: #F7931E;
}

.mainbanner_top_text {
    font-size: 20px;
    font-weight: 900;
}

.mainbanner_top_text h3 span {
    font-size: 90px;
}
.mainbanner_top_text h3 {
    font-size: 50px;
    font-weight: 900;
    margin-top: -65px;
    letter-spacing: 0.13em;
}

.main_banner_left {
    writing-mode: tb;
    color: #D13636;
    font-size: 16px;
    font-weight: 900;
    border: solid 5px #D13636;
    width: 36px;
    height: 90px;
    padding: 7px 0px;
    border-radius: 3px;
    margin-right: 10px;
}

.main_banner_text p {
    font-size: 38px;
    font-weight: 900;
    color: #313131;
    padding-top: 15px;
}

.main_banner_content {
    align-items: end;
    margin-bottom: 20px;
}

p.mainn_banner_check span {
    color: #313131;
    font-size: 20px;
}

p.mainn_banner_check {
    font-weight: bold;
    color: #F7931E;
    font-size: 28px;
    position: relative;
    margin-left: 40px;
}

.topview_btn {
    margin-top: 15px;
}

section#main_banner {
    background-color: #F8FCFF;
    padding: 70px 0 55px;
    position: relative;
}

p.mainn_banner_check:before {
    content: "";
    background-image: url(/wp-content/uploads/2022/02/check_icon.svg);
    width: 24px;
    height: 20px;
    display: block;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    left: -40px;
    bottom: 10px;
}

.bmain_banner_img {
    position: absolute;
    width: 720px;
    height: 569px;
    top: -50px;
    right: 0;
}

/*********************************************
         seminar
*********************************************/


.saminar_top_hukidasi {
    width: 400px;
    height: 90px;
    background-color: #D13636;
    color: #fff;
    font-size: 30px;
    border-radius: 10px;
    text-align: center;
    margin: 0 auto;
    font-weight: 900;
    padding: 20px;
    margin-bottom: 20px;
    position: relative;
}

.seminar_title span {
    color: #D13636;
    font-size: 50px;
}

.seminar_title {
    text-align: center;
    font-size: 28px;
    font-weight: 900;
    margin-bottom: 10px;
}

.seminar_line_img img {
    height: 25px;
    width: 100%;
    margin-bottom: 30px;
}

.seminar_content_img img {
    width: 246px;
    height: 196px;
    margin-bottom: 20px;
}

.seminar_box {
    justify-content: space-between;
    margin-bottom:50px;
}

.seminar-content {
    width: 370px;
    height: 433px;
    box-shadow: 1px 1px 4px #000000;
    padding: 33px 40px 30px;
    text-align: center;
    position: relative;
}

p.seminar_content_title1 {
    font-size: 36px;
    font-weight: 900;
    color: #D13636;
    margin-left: 60px;
    letter-spacing: 0.13em;
}

p.seminar_content_title2 {
    font-size: 36px;
    font-weight: 900;
    color: #D13636;
    margin-left: 80px;
    letter-spacing: 0.13em;
}

.seminar_border1 {
    width: 40px;
    height: 4px;
    background-color: #D13636;
    border-radius: 6px;
    position: absolute;
    top: 80px;
    left: 95px;
}

.seminar_border2 {
    width: 40px;
    height: 4px;
    background-color: #D13636;
    border-radius: 6px;
    position: absolute;
    top: 80px;
    left: 55px;
}

.seminar_content_number1 {
    position: absolute;
    left: 90px;
}

.seminar_content_number2 {
    position: absolute;
    left: 49px;
}

p.seminar_content_text {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 0.13em;
    text-align: left;
}

.seminar_bottom_text {
    text-align: center;
    font-size: 28px;
    color: #313131;
    font-weight: 900;
}

.seminar_bottom_text span {
    color: #D13636;
    font-size: 40px;
    background: linear-gradient(transparent 60%,#FFED67,#fff);
}

section#seminar {
    padding: 110px 0 90px;
}

.saminar_top_hukidasi:after {
    content: "";
    width: 30px;
    height: 15px;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #d13636 transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: auto;
}

.seminar-content::after {
    content: "";
    background-image: url(/wp-content/uploads/2022/02/hukidasi.svg);
    width: 28px;
    height: 20px;
    display: block;
    background-size: contain;
    position: absolute;
    top: -19px;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 10;
}


 /*********************************************
         * merit
 *********************************************/


.merit_title {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 45px;
    letter-spacing: 0.08em;
}

.merit_title span {
    color: #D13636;
}

section#merit {
    background-image: url(/wp-content/uploads/2022/02/yarigai_background-scaled.jpg);
    height: 716px;
    padding: 100px 0 84px;
    background-size: contain;
    margin-bottom: 150px;
}

.merit_center_img {
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    width: 390px;
    height: 390px;
}
.merit_center_img img {
    width: 434px;
    height: 362px;
    position: absolute;
    z-index: 15;
}


.merit_left_top,.merit_right_top{
    width: 380px;
    height: 140px;
    background-color: #fff;
}

.merit_left_bttom,.merit_right_bttom{
    width: 400px;
    height: 140px;
    background-color: #fff;
}

.merit_contents {
    position: relative;
    justify-content: center;
}

.merit_contents span {
    font-size: 30px;
    color: #D13636;
    border-bottom: solid 3px;
}
.merit_contents p {
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    padding: 25px 5px;
}

.meritcontent {
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.merit_left_top {
    position: absolute;
    left: 80px;
    z-index: 10;
    top: -20px;
}

.merit_left_bttom {
    position: absolute;
    bottom: 95px;
    left: 0;
    z-index: 10;
}

.merit_right_top {
    position: absolute;
    right: 40px;
    top: -20px;
}

.merit_right_bttom {
    position: absolute;
    bottom: 95px;
    right: 0;
}

 /*********************************************
         profile
    *********************************************/

.profile_txt_title {
    font-size: 32px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.profile_text .name {
    font-size: 30px;
    font-weight: 900;
    color: #D13636;
    letter-spacing: 0.08em;
}

.profile_img img {
    width: 450px;
    height: 340px;
    border-radius: 6px;
    margin-right: 45px;
}

.name_img {
    margin-top: -10px;
    margin-bottom: 15px;
}

.bottom_text {
    font-weight: 500;
}

.bottom_text.top {
    padding-bottom: 25px;
}

.profile_top_content{
    margin-bottom: 25px;
}

.history_content {
    position: relative;
}

p.history_title span {
    display: block;
}

section#profile {
    padding-bottom: 120px;
    padding-top: 120px;
}

p.history_title span {
    font-size: 14px;
}

p.history_title {
    font-size: 16px;
}


/*********************************************
         * zirei
*********************************************/

section#zirei {
    padding: 100px 0 110px;
}

.zirei_title h5 {
    text-align: center;
    font-size: 40px;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.zirei_content_box_top.flex {
    background-color: #F7931E;
    color: #fff;
    padding-top: 10px;
    height: 80px;
    text-align: left;
    padding-left: 250px;
    font-size: 18px;
    font-weight: 900;
}

.zirei_content_box_bottom {
    padding: 20px 10px;
}

p.zirei_center_text {
    font-weight: 500;
    text-align: left;
    padding-left: 240px;
}

p.jutyu_title {
    text-align: center;
    font-size: 15px;
    font-weight: 900;
    padding-right: 20px;
}

p.jutyu_title span {
    display: block;
    font-size: 24px;
}

.left_count {
    margin-right: 10px;
}

.jutyu_text{
    align-items: center;
    justify-content: center;
}

.jutyu_right img {
    margin-right: 5px;
}

.jutyu_right {
    width: 150px;
    height: 80px;
    background-color: #D13636;
    border-radius: 6px;
    padding: 15px 10px;
    text-align: center;
    color: #FFF;
    font-size: 30px;
    line-height: 1.5;
    font-weight: 900;
    align-items: start;
}

.zirei_content_img {
    width: 190px;
    height: 250px;
    position: absolute;
    left: 35px;
    top: -20px;
}

.zirei_content_box {
    width: 550px;
    height: 390px;
    position: relative;
    box-shadow: 0 1px 2px rgb(0 0 0 / 20%);
}

.right_count {
    margin-right: 10px;
}

.jutyu_right img {
    margin-left: 10px;
}

.img_icon {
    position: absolute;
    top: -3px;
    left: 0;
    z-index: 15;
    background-color: #F7931E;
    width: 85px;
    height: 85px;
    text-align: center;
    padding: 20px 1px;
    border-radius: 50%;
    font-size: 16px;
    font-weight: bold;
}

.zirei_content_box_top::after {
    content: "";
    width: 93px;
    height: 93px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
    left: -4px;
    top: -7px;
}

.count_arrow {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 13px;
    border-color: transparent transparent transparent #f7921e;
    margin-right: 10px;
}

.zirei_content,.zirei_bottom_content {
    justify-content: space-between;
}

.zirei_content.flex {
    margin-bottom: 40px;
}

/*********************************************
         * mailform
*********************************************/

input[type="text"],input[type="email"]    {
    width: 940px;
    height: 54px;
    padding: 10px 20px;
    margin-bottom: 30px;
}

textarea {
    width: 940px;
    height: 150px;
    padding: 10px;
    margin-bottom: 40px;
}

.mail_form_title {
    text-align: center;
    font-size: 34px;
    font-weight: 900;
    width: 550px;
    height: 120px;
    margin: 0 auto;
    box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.05);
    padding: 40px;
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
    background-color: #fff;
}

.mail_form_top {
    font-size: 18px;
    font-weight: 900;
    padding-left: 150px;
    letter-spacing: 0.08em;
    text-align: left;
}

span.red {
    color: #D13636;
}

.mail_form_top span {
    padding-left: 20px;
    font-size: 14px;
}

span.gray {
    color: #868686;
}

.common-contactform {
    padding: 150px 0 150px;
    border-radius: 6px;
    margin-top: -110px;
    text-align: center;
    background-color: #FFF9F3;

}

#btn_wrap input[type="submit"] {
    margin: 0 auto;
    width: 430px;
    height: 90px;
    color: #fff;
    background-color: #F7931E;
    border: none;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.08em;
    cursor: pointer;
    margin-top: -150px;
}

.footer_left_img img {
    width: 344px;
    height: 300px;
    position: absolute;
    bottom: -170px;
    left: -100px;
}

.footer_right_img img {
    width: 377px;
    height: 217px;
    position: absolute;
    right: -100px;
    top: -75px;
}

.footer.wrap.flex {
    position: relative;
    justify-content: center;
}

section#footer {
    padding: 90px 0 50px;
    background-color: #F4F8FF;
}

.topview_btn.footer a {
    margin: 0 auto;
}

.footer_center_content {
    text-align: center;
    margin-bottom: 30px;
}

.footer_center_txt {
    font-size: 20px;
    font-weight: 900;
    letter-spacing: 0.2em;
}

.footer_logo {
    margin-bottom: 10px;
}

.footer_btn a {
    width: 430px;
    height: 100px;
    text-decoration: none;
    background-color: #F7931E;
    color: #fff;
    display: block;
    text-align: center;
    font-size: 28px;
    border-radius: 10px;
    padding: 10px;
    margin: 0 auto;
    transition: .5s;
}

.footer_btn a:hover {
    transform: translate(-4px, -4px);
    box-shadow: 4px 4px black;
}


.footer_btn span {
    display: block;
    font-size: 16px;
}

.footer_bottom.flex {
    justify-content: center;
    color: #fff;
    background-color: #1058B0;
    margin-top: 70px;
    height: 45px;
    padding: 10px;
    align-items: center;
}

.footer_border {
    width: 1px;
    height: 15px;
    border-left: solid;
    margin: 0 30px 0 30px;
}

.footer_right_txt small {
    font-size: 14px;
}

#btn_wrap input[type="submit"], preview {
    margin: 0 auto;
    width: 290px;
    height: 60px;
    color: #fff;
    background-color: #F7931E;
    border: none;
    border-radius: 6px;
    font-size: 24px;
    font-weight: 900;
    letter-spacing: 0.08em;
    cursor: pointer;
    margin-top: -90px;
}

section#page-contact .progressbar .item.active {
    background: #F7931E;
}

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

/*********************************************
         tuiju_banner
*********************************************/

section#tuiju{
    background-color: #D13636;
}

.tuiju_content.flex {
    align-items: center;
    height: 100px;
    width: 100%;
    color: #fff;
}

.white_logo_img {
    margin-left: -100px;
    margin-right: 40px;
}

.content_txet {
    font-size: 20px;
    font-weight: 900;
    padding-right: 35px;
}

.tuiju_border {
    width: 1px;
    height: 40px;
    border-right: solid;
    margin-right: 35px;
}

.content_txet_left {
    align-items: baseline;
    position: relative;
}

.tuiju_txet {
    font-size: 30px;
    font-weight: 900;
    padding-right: 5px;
}

.tuiju_time {
    margin-right: 7px;
}

.tuiju_btn a {
    height: 60px;
    width: 340px;
    background-color: #fff;
    display: block;
    color: #D13636;
    text-decoration: none;
    align-items: center;
    text-align: center;
    padding: 15px;
    font-size: 20px;
    font-weight: 900;
    border-radius: 30px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: -380px;
    transition: .5s;
}

.tuiju_btn a:hover {
    transform: translate(-4px, -4px);
    box-shadow: 4px 4px black;
}

.tuiju_yen {
    line-height: 3;
}

.fixed{
    position: fixed;
    bottom: 0;
    z-index: 90;
    left: 0;
    right: 0;
}

.point_box .point_text {
    width: 610px;
}

.history_content_box {
    width: 23%;
}

.profile_text {
    width: 50%;
}

@media (max-width: 750px) {

    body {
        padding-bottom: 38vw;
        overflow: hidden;
        font-size: 12px;
        line-height: 1.5;
    }

    .pc {
        display: none;
    }

    .sp {
        display: block;
    }

    .wrap {
        max-width: 90%;
    }

    /*********************************************
        * SP固定ページ 共通設定
     *********************************************/

    .common-page_wrap{
        padding: 20vw 0;
    }

    .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ヘッダー
     *********************************************/

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

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

        header#sp_header .logo img{
        height: 40px;
        }

        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-bottom: 20vw;
    }

    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;
    }

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

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

    section.company_access .map{
        height: 50vw;
    }

    /*********************************************
        * SP固定ページ お問い合わせ
     *********************************************/

    section#page-contact table{
        margin-bottom:    10vw;
    }

    section#page-contact table th,
    section#page-contact table td{
        font-size: 4vw;
        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: 30%;
    }

    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投稿ページ シングルページ
     *********************************************/

    .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;
    }

    /*********************************************
        * section1
    *********************************************/

    section#top_view {
        padding: 10vw 5vw 5vw;
    }

    .sales_logo {
        margin-bottom: 10vw;
    }

    .sales_top_text {
        font-size: 5vw;
    }

    .sales_center_text {
        font-size: 7vw;
        margin-bottom: 3vw;
    }

    .sales_bottom_text {
        font-size: 4vw;
        margin-bottom: 5vw;
    }

    .text_box {
        width: 25vw;
        height: 15vw;
        margin-bottom: 3vw;
    }

    .topview_btn a {
        width: 90vw;
        height: auto;
        font-size: 5vw;
        padding: 3vw;
    }

    .topview_btn a span {
        font-size: 4vw;
    }

    .topview_btn a:after {
        width: 5vw;
        height: 5vw;
        background-size: contain;
        top: 0;
        bottom: 0;
        right: 7vw;
    }

    .topview_background_img {
        width: 60vw;
        height: 10vw;
        top: -5vw;
        right: 0;
    }

    /*********************************************
        * tuiju
    *********************************************/

    .white_logo_img {
        margin-left: 0;
        margin-right: 0;
        width: 20vw;
        margin-bottom: 2vw;
    }

    .content_txet {
        font-size: 3vw;
        padding-right: 0;
    }

    .tuiju_txet {
        font-size: 7vw;
        padding-right: 0;
        width: 30%;
        text-align: center;
        margin-bottom: 1vw;
    }

    .tuiju_time {
        width: 25%;
        text-align: center;
        margin-right: 0;
    }

    .tuiju_yen {
        width: 30%;
        text-align: center;
        line-height: 1.7;
    }

    .tuiju_content.flex {
        align-items: center;
        height: auto;
        padding: 5vw 0;
    }

    .tuiju_btn {
        width: 100%;
    }

    .tuiju_btn a {
        height: auto;
        padding: 1vw;
        font-size: 5vw;
        position: static;
        width: 100%;
    }

    .tuiju_border {
        display: none;
    }


    /*********************************************
        * blue_banner
    *********************************************/

    section#blue_banner p {
        height: auto;
        padding-top: 3vw;
        font-size: 5vw;
        padding-bottom: 3vw;
    }

    section#blue_banner p span {
        font-size: 7vw;
    }

    section#blue_banner p span:after {
        top: -7vw;
        left: 0vw;
    }

    section#blue_banner::after {
        width: 6vw;
        height: 6vw;
        left: 0;
        right: 0;
        top: 26vw;
        margin: auto;
    }


    /*********************************************
        * worries
    *********************************************/

    .worries_box + .worries_box {
        margin-top: 3vw;
    }
    .worries_box {
        width: 100%;
        height: auto;
        padding: 5vw 0;
    }

    .top_worries p, .bottom_worries p {
        font-size: 5vw;
    }

    .worries_box.no_4 {
        margin-right: 0;
    }

    section#worries {
        padding: 15vw 0;
    }

    section#worries:after {
        bottom: -5vw;
    }

    section#worries:after {
        width: 10vw;
        height: 10vw;
        bottom: -9vw;
    }
    /*********************************************
        * orange_banner
    *********************************************/


    section#banner_orenge {
        padding: 5vw 0;
        font-size: 6vw;
    }

    /*********************************************
        * point
    *********************************************/

    section#point_3 {
        padding: 15vw 0;
        margin-bottom: 25vw;
    }

    .title_top_point {
        width: 100%;
        font-size: 4vw;
    }

    section#point_3 h2 {
        font-size: 30px;
        margin-bottom: 0;
        margin-top: 5vw;
        line-height: 1;
    }

    .point_box {
        width: 100%;
        height: auto;
    }

    .point_box.flex.point1n .pointbox_img {
        margin-right: 0px;
        width: 50%;
    }

    .point_box_number {
        width: 30%;
        height: auto;
        padding: 5vw;
        margin-right: 0;
        margin-right: 10vw;
    }

    p.text_title {
        font-size: 20px;
    }

    p.text_bottom {
        font-size: 12px;
        padding-bottom: 5vw;
    }

    p.sec_point_top_text {
        font-size: 18px;
    }

    p.sec_point_center_text {
        font-size: 30px;
        margin-bottom: 5vw;
    }

    p.sec_point_bottom_title {
        font-size: 30px;
        letter-spacing: 0.06em;
        background: linear-gradient(transparent 60%,#FFED67,#fff);
        width: 100%;
    }

    p.sec_point_bottom_title span {
        font-size: 50px;
    }

    /*********************************************
        * main_banner
    *********************************************/

    section#main_banner {
        padding: 10vw 5vw;
    }

    .mainbanner_top_text {
        font-size: 16px;
    }

    .mainbanner_top_text h3 {
        font-size: 30px;
        margin-top: -5vw;
        letter-spacing: 0em;
        margin-bottom: 3vw;
    }

    .mainbanner_top_text h3 span {
        font-size: 50px;
    }

    .main_banner_bottom_img img {
        width: 60vw;
    }
    .main_banner_bottom_img {
        width: 100%;
    }

    .main_banner_text p {
        font-size: 30px;
    }

    .main_banner_top_img img {
        width: 40vw;
        margin-bottom: 1vw;
    }

    .main_banner_text.flex {
        width: 80%;
    }

    .wrap_big {
        width: 100%;
    }

    .main_banner_content {
        align-items: center;
        margin-bottom: 3vw;
        justify-content: center;
    }

    p.mainn_banner_check {
        font-size: 20px;
        margin-left: 10vw;
    }

    p.mainn_banner_check:before {
        width: 6vw;
        height: 5vw;
        left: -10vw;
        bottom: 0;
        top: 0;
        margin: auto;
    }

    p.mainn_banner_check span {
        color: #313131;
        font-size: 5vw;
    }

    .bmain_banner_img {
        width: 50vw;
        height: auto;
        top: -28vw;
    }

    /*********************************************
        * seminar
    *********************************************/

    section#seminar {
        padding: 20vw 0;
        position: relative;
    }

    .saminar_top_hukidasi {
        width: 100%;
        height: auto;
        font-size: 6vw;
        padding: 5vw;
        margin-bottom: 5vw;
    }

    .saminar_top_hukidasi:after {
        width: 5vw;
        height: 5vw;
        bottom: -4vw;
        left: 0;
        right: 0;
    }

    .seminar_title {
        font-size: 16px;
        margin-bottom: 15vw;
    }

    .seminar_title span {
        font-size: 120%;
    }

    .seminar_line_img::before {
        content: "";
        background-image: url(/wp-content/uploads/2022/02/sp_seminar_line.png);
        width: 15vw;
        height: 315vw;
        position: absolute;
        background-size: contain;
        background-repeat: no-repeat;
        left: -3vw;
        top: -3vw;
    }

    .seminar_line_img {
        position: relative;
    }


    .seminar-content {
        width: 90%;
        height: auto;
        padding: 5vw 3vw;
        margin-left: 10vw;
    }

    .seminar-content:nth-child(1) {
        margin-top: -3vw;
    }

    .seminar_content_number1 {
        position: absolute;
        left: 13vw;
    }

    .seminar_border1 {
        width: 10vw;
        height: 1vw;
        border-radius: 6px;
        top: 17vw;
        left: 15vw;
    }

    p.seminar_content_title1 {
        font-size: 30px;
        margin-left: 10vw;
    }

    p.seminar_content_text {
        font-size: 4vw;
    }

    p.seminar_content_title2 {
        font-size: 30px;
        margin-left: 20vw;
    }

    .seminar_content_number2 {
        position: absolute;
        left: 7vw;
    }

    .seminar_border2 {
        width: 10vw;
        height: 1vw;
        top: 17vw;
        left: 9vw;
    }

    p.seminar_content_title2 {
        font-size: 30px;
        margin-left: 20vw;
    }

    .seminar-content + .seminar-content {
        margin-top: 5vw;
    }

    .seminar_bottom_text span {
        color: #D13636;
        font-size: 30px;
    }

    .seminar_bottom_text {
        text-align: center;
        font-size: 5vw;
    }

    .seminar-content::after {
        content: "";
        background-image: url(/wp-content/uploads/2022/02/sp_hukidasi.svg);
        width: 8vw;
        height: 9vw;
        display: block;
        background-size: contain;
        position: absolute;
        top: 0;
        bottom: 0;
        left: -84vw;
        background-repeat: no-repeat;
        margin: auto;
        z-index: 10;
    }

    /*********************************************
        * merit
    *********************************************/


    section#merit {
        width: 100%;
        height: auto;
        padding: 20vw 0 75vw;
        margin-bottom: 35vw;
    }

    .merit_title {
        font-size: 30px;
        margin-bottom: 20vw;
        letter-spacing: 0;
    }

    .merit_left_top, .merit_right_top {
        width: 100%;
        height: auto;
    }

    .merit_left_bttom, .merit_right_bttom {
        width: 90vw;
        height: auto;
    }

    .merit_contents span {
        font-size: 6vw;
    }

    .merit_contents p {
        font-size: 4vw;
        padding: 3vw;
    }

    .merit_center_img img {
        width: 90%;
        height: auto;
        margin-top: 5vw;
    }

    .merit_center_img {
        width: 70%;
        height: 60vw;
        margin-top: 40vw;
    }

    .merit_left_top {
        position: absolute;
        z-index: 10;
        top: -15vw;
        left: 0;
    }

    .merit_left_bttom {
        position: absolute;
        bottom: 65vw;
        left: 0;
    }

    .merit_right_top {
        position: absolute;
        right: 0;
        top: 105vw;
    }

    .merit_right_bttom {
        position: absolute;
        bottom: -55vw;
        right: 0;
    }

    /*********************************************
        * profile
    *********************************************/

    .profile_top_content {
        margin-bottom: 10vw;
    }

    .profile_img img {
        width: 100%;
        height: auto;
        margin-right: 0;
    }

    .profile_txt_title {
        font-size: 26px;
    }

    .profile_text .name {
        font-size: 24px;
    }

    .name_img {
        width: 35vw;
        margin-top: -2vw;
        margin-bottom: 5vw;
    }

    .bottom_text.top {
        padding-bottom: 5vw;
    }

    .profile_border {
        width: 10vw;
    }

    .history_content_box.\31 {
        position: absolute;
        top: -180vw;
        left: 15vw;
    }

    .history_content_box.\32 {
        position: absolute;
        top: -140vw;
        left: 15vw;
    }

    .history_content_box.\33 {
        position: absolute;
        top: -95vw;
        right: 0;
        left: 15vw;
    }

    .history_content_box.\34 {
        position: absolute;
        top: -50vw;
        right: 0;
        left: 15vw;
    }

    section#profile {
        padding-bottom: 25vw;
        padding-top: 25vw;
    }

    /*********************************************
        * zirei
    *********************************************/
    section#zirei {
        padding: 0;
    }

    .zirei_title h5 {
        font-size: 30px;
        margin-bottom: 15vw;
    }

    .zirei_content_img {
        width: 40vw;
        height: auto;
        left: 10vw;
        top: -5vw;
    }

    .img_icon {
        top: -1vw;
        left: 0;
        z-index: 15;
        width: 23vw;
        height: 23vw;
        padding: 2vw;
        border-radius: 50%;
        font-size: 4vw;
        padding-top: 5vw;
    }

    .zirei_content_box_top::after {
        width: 25vw;
        height: 25vw;
        left: -1vw;
        top: -2vw;
    }

    .zirei_content_box {
        width: 100%;
        height: auto;
        padding-bottom: 5vw;
    }

    .zirei_content_box_top.flex {
        padding-top: 1vw;
        height: auto;
        padding-left: 52vw;
        font-size: 4vw;
    }

    .zirei_content_box_bottom {
        padding: 35vw 3vw 10vw;
    }

    p.zirei_center_text {
        padding-left: 0;
    }

    p.jutyu_title span {
        font-size: 5vw;
    }

    p.jutyu_title {
        font-size: 4vw;
        padding-right: 3vw;
    }

    .left_count {
        margin-right: 3vw;
    }

    .count_arrow {
        margin-right: 3vw;
    }

    .right_count {
        margin-right: 0;
    }

    .jutyu_right {
        width: 40vw;
        height: auto;
        padding: 3vw;
        font-size: 20px;
        line-height: 1.5;
        align-items: baseline;
        justify-content: center;
    }

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

    /*********************************************
        * mailform
    *********************************************/

    .mail_form_title {
        font-size: 30px;
        width: 90%;
        height: auto;
        padding: 5vw;
        margin-bottom: 5vw;
    }

    input[type="text"], input[type="email"] {
        width: 95%;
        height: auto;
        padding: 3vw 2vw;
        margin-bottom: 3vw;
    }

    .mail_form_top {
        font-size: 4vw;
        padding-left: 5vw;
    }

    .mail_form_top span {
        padding-left: 3vw;
        font-size: 3vw;
    }

    textarea {
        width: 95%;
        height: auto;
        padding: 3vw 2vw;
        margin-bottom: 0;
    }

    .common-contactform {
        padding: 20vw 0 30vw;
        margin-top: -15vw;
    }

    #btn_wrap input[type="submit"]{
        width: 95%;
        height: 20vw;
        border-radius: 6px;
        font-size: 6vw;
        margin-top: -25vw;
    }

    section#mail_form {
        padding: 30vw 0 0;
    }

    .page-id-22 #btn_wrap input[type="submit"] {
        width: 45%;
        height: 10vw;
        font-size: 5vw;
        margin-top: -20vw;
    }

    body.page-id-22{
        padding-bottom: 0;
    }

    body.page-id-24{
        padding-bottom: 0;
    }

    /*********************************************
        * footer
    *********************************************/


    section#footer {
        padding: 15vw 0 0;
    }

    .footer_logo img {
        width: 25vw;
    }
    .footer_logo {
        margin-bottom: 3vw;
    }

    .footer_center_txt {
        font-size: 5vw;
        letter-spacing: 0.1em;
    }

    .footer_btn a {
        width: 90%;
        height: auto;
        font-size: 5vw;
        padding: 3vw;
    }
    .footer_left_img img {
        width: 50vw;
        height: auto;
        position: absolute;
        bottom: -60vw;
        left: 0;
    }

    .footer_right_img img {
        width: 50vw;
        height: auto;
        position: absolute;
        right: -5vw;
        top: -30vw;
    }

    .footer_bottom.flex {
        margin-top: 40vw;
        height: auto;
        padding: 2vw;
        font-size: 3vw;
    }

    .footer_border {
        width: 1vw;
        height: 5vw;
        margin: 0 5vw 0 5vw;
    }

    .footer_right_txt small {
        font-size: 3vw;
    }

    .tuiju_btn {
        width: 100%;
    }

    .worries_box {
        position: relative;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        padding: 1vw 5vw;
    }

    .worries_number {
        top: -3vw;
        left: -3vw;
        width: 10vw;
    }

    .worries_box .worries_img {
        width: 20vw;
    }

    .worries_img img {
        width: auto;
        height: auto;
    }

    .worries_box .worries_img + p {
        width: 60vw;
        text-align: left;
        padding-left: 5vw;
        font-size: 13px;
    }

    .top_worries.flex {
        margin-bottom: 10px;
    }

    .title_top_point {
        padding: 2vw;
        border-radius: 10vw;
    }

    section#point_3 h2 {
        font-size: 5vw;
    }

    section#point_3 h2 span {
        font-size: 200%;
    }

    .point_box_number {
        width: 16vw;
        height: 16vw;
        padding: 2vw;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        align-content: center;
        margin-right: 5vw;
    }

    .point_box_number p {
        font-size: 3vw;
        margin-bottom: 1vw;
        font-weight: bold;
    }

    .point_number {
        padding: 0 2vw;
    }

    .point_box .pointbox_img {
        width: 20vw !important;
    }

    .pointbox_img img {
        height: auto;
        width: auto;
    }

    .point_box.flex.point1n .pointbox_img {}

    section#point_3 h2 {
        margin-bottom: 7vw;
    }

    .point_box .point_text {
        width: 100%;
        padding: 0 2vw 2vw 0;
        margin: 0;
    }

    .point_box {
        box-shadow: none;
        border: solid #f7931e;
        border-width: 0 10px 10px 0;
    }

    p.sec_point_bottom_title {
        font-size: 24px;
    }

    p.sec_point_bottom_title span {
        font-size: 150%;
    }

    p.sec_point_center_text {
        font-size: 24px;
    }

    .sec_point_triangle {
        margin-bottom: 7px;
    }

    .mainbanner_top_text h3 span {
        font-size: 150%;
    }

    .mainbanner_top_text {
        line-height: 2;
        text-align: center;
    }

    .mainbanner_top_text h3 {
        font-size: 24px;
    }

    .main_banner_left {
        font-size: 3vw;
        height: auto;
        width: auto;
        border-width: 1vw;
    }

    .main_banner_text .main_banner_top_img {
        width: 20vw;
    }

    .main_banner_text p {
        font-size: 5vw;
        padding-top: 0vw;
        line-height: 1;
    }

    .main_banner_bottom_img {
        width: 37vw;
        padding-left: 2vw;
        margin-bottom: -1vw;
    }

    .main_banner_text.flex {
        align-items: flex-end;
        line-height: 0;
    }

    .main_banner_top_img img {
        margin: 0;
    }

    p.mainn_banner_check {
        font-size: 16px;
        padding-left: 5vw;
        margin-left: 0;
    }

    p.mainn_banner_check span {
        font-size: 80%;
    }

    p.mainn_banner_check:before {
        width: 4vw;
        left: 0;
        top: 3vw;
    }

    p.seminar_content_title1,p.seminar_content_title2 {
        font-size: 20px;
        margin-left: 30px;
    }

    .seminar_content_number1,.seminar_content_number2 {
        width: 30px;
        left: 10px;
    }

    .seminar_content_img {
        width: 60%;
        margin: 0 auto 10px;
    }

    .seminar_content_img img {
        height: auto;
        margin: 0;
    }

    .seminar_border1,.seminar_border2 {
        width: 20px;
        height: 3px;
        left: 16px;
        top: 5vw;
        margin-top: 26px;
    }

    .seminar-content {
        text-align: left;
    }

    .seminar_line_img {
        display: none;
    }

    .seminar-content {
        margin-left: 0;
        width: 100%;
    }

    .seminar-content::after {
        display: none;
    }

    .seminar-content {
        padding: 5vw;
        box-shadow: 1px 1px 4px #ccc;
    }

    .seminar_bottom_text {
        font-size: 4vw;
    }

    .seminar_bottom_text span {
        font-size: 150%;
    }

    .merit_title {
        font-size: 24px;
    }

    .profile_text {
        width: 100%;
        padding: 2vw 0 0;
    }

    .profile_border {
        display: none;
    }

    .history_content_box {
        width: 100%;
        background: #f2f2f2;
        padding: 10px;
        border-radius: 6px;
    }

    .history_content_box + .history_content_box {
        margin-top: 10px;
    }

    .profile_top_content.flex {
        margin-bottom: 20px;
    }

}