@charset "UTF-8";

/*------------------
      共通パーツ
--------------------*/
.pc {
    display: block !important;
}

.sp {
    display: none !important;
}

.section {
    margin-top: 100px;
}


.section :nth-of-type(5) {
    margin-bottom: none;
}

.subtitle2 {
    font-family: 'Comfortaa', cursive;
    text-transform: uppercase;
    font-size: 32px;
    color: #1d384d;
}


.section_title {
    text-align: center;
    font-family: Comfortaa-Bold;
    margin-bottom: 80px;
    line-height: 1.5;

    /*下から上にフェードイン*/
    opacity: 0.1;
    transform: translateY(20px);
    transition: all 1s;
}

/*下から上にフェードイン*/
.section_intro.scrollin,
.section_title.scrollin {
    opacity: 1;
    transform: translateY(0);
}

.section_title_member {
    text-align: center;
    font-family: Comfortaa-Bold;
    margin-bottom: 80px;
    line-height: 1.5;
}

.section_title_profile {
    text-align: center;
    font-family: Comfortaa-Bold;
    margin-bottom: 80px;
    line-height: 1.5;
}

.subtitle3 {
    font-family: 'Comfortaa', cursive;
    font-size: 14px;
    line-height: 1;
    color: #C5AA9F;
}

.section_intro {
    text-align: center;
}



.service,
.company,
.contact {
    padding: 60px 0;
}

.member {
    padding: 100px 2%;
}

.pagetop a {
    display: none;
}

.profile3_other {
    margin-top: 5px;
}

/*------------------
       ヘッダー
--------------------*/
.header_title {
    width: 18%;
    padding-top: 40px;
    padding-left: 1rem;
}

.gNav {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    background-color: #fff;
    opacity: 0.8;
}

.gNav_list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 120px;
    margin-bottom: 24px;
}

.gNav_item {
    text-align: center;
    font-size: 15px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-family: 'Comfortaa', cursive;
}

.gNav_link {
    position: relative;
    display: inline-block;
    color: #333333;
    transition: 0.3s;
    overflow: hidden;
    padding: 15px 22px;
}

.gNav_link span {
    display: block;
    width: 100%;
    margin: 0 auto;
    transition: all 0.2s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

.gNav_list a .ja {
    position: absolute;
    top: 100%;
    left: 0%;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    color: #3290ef;
}

.gNav_list a:hover::after {
    width: 100%;
}

.gNav_list a:hover span.en {
    transform: translate(0%, -150%);
}

.gNav_list a:hover span.ja {
    top: 25%;
}




/*メインビジュアル*/
.mv {
    position: relative;
    background-color: #BADFDA;
    height: 480px;
    width: 100%;
}

.mv_title {
    position: absolute;
    top: 72%;
    left: 16%;
    font-size: 25px;
    font-weight: bold;
    line-height: 1.5;
}

/*代表似顔絵*/
.mv0 {
    position: absolute;
    bottom: -1.5%;
    left: 40%;

    /*mv0アニメーション*/
    animation-name: fadeup;
    animation-duration: 1s;
    animation-iteration-count: 1;
}

@keyframes fadeup {
    from {
        opacity: 0;
        transform: translateY(5px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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


/*テレビ*/
.mv1 {
    position: absolute;
    top: 20%;
    left: 18%;
    opacity: 0;
    -webkit-animation: example 0.5s ease 0.5s 1 forwards;
    animation: example 0.5s ease 0.5s 1 forwards;
}

/*ラジオ*/
.mv2 {
    position: absolute;
    top: -20%;
    left: 28%;
    z-index: 200;
    opacity: 0;
    -webkit-animation: example 0.5s ease 1s 1 forwards;
    animation: example 0.5s ease 1s 1 forwards;
}

/*電球*/
.mv3 {
    position: absolute;
    top: 5%;
    right: 42%;
    opacity: 0;
    -webkit-animation: example 0.5s ease 2.5s 1 forwards;
    animation: example 0.5s ease 2.5s 1 forwards;
}

/*ピカピカ*/
.mv6 {
    position: absolute;
    top: 1%;
    right: 41%;
    opacity: 0;
    -webkit-animation: example 0.4s ease 3s 5 forwards;
    animation: example 0.4s ease 3s 5 forwards;
}

/*文字*/
.mv4 {
    position: absolute;
    top: 10%;
    right: 25%;
    opacity: 0;
    -webkit-animation: example 0.5s ease 2s 1 forwards;
    animation: example 0.5s ease 2s 1 forwards;
}

/*企画3番*/
.mv5 {
    position: absolute;
    top: 55%;
    right: 22%;
    opacity: 0;
    -webkit-animation: example 0.5s ease 1.5s 1 forwards;
    animation: example 0.5s ease 1.5s 1 forwards;

}

@-webkit-keyframes example {
    100% {
        opacity: 1;
    }
}

@keyframes example {
    100% {
        opacity: 1;
    }
}


/*-------MV縦文字--------*/
.mv_left {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 190px;
    left: 60px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 12px;
}

/*-------arrow---------*/
.arrow {
    position: absolute;
    left: 70px;
    bottom: 0;
    width: 1px;
    height: 150px;
    background-color: #ccc;
    overflow: hidden;
}

.arrow::before {
    position: absolute;
    content: '';
    width: 1px;
    height: 150px;
    top: -130px;
    background-color: #000;
    -webkit-animation: arrow 2s ease 0s infinite normal;
    animation: arrow 2s ease 0s infinite normal;
}

@keyframes arrow {
    0% {
        -webkit-transform: translate3d(-50%, 0, 0);
        transform: translate3d(-50%, 0, 0);
    }

    60% {
        -webkit-transform: translate3d(-50%, 130px, 0);
        transform: translate3d(-50%, 130px, 0);
    }

    100% {
        -webkit-transform: translate3d(-50%, 130px, 0);
        transform: translate3d(-50%, 130px, 0);
    }
}

/*--------arrow---------*/


/*------------------
    main 三角背景
--------------------*/
.main {
    background-image: url(../img/triangle1.jpg), url(../img/triangle2.jpg);
    background-repeat: no-repeat, no-repeat;
    background-position: 0px 0px, right 150px;
    background-color: rgba(255, 255, 255, 0.5);
    background-blend-mode: lighten;
}


/*------------------
       news
--------------------*/


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

.news_title {
    font-size: 25px;
    margin-bottom: 40px;
    line-height: 1.5;
}

.news_subtitle {
    font-size: 14px;
    line-height: top;
}

.news_text {
    margin-bottom: 40px;
}

.news_box {
    border: solid 3px;
    border-radius: 10px;
    border-color: #9b9b9b;
    padding: 10px;
    margin-bottom: 40px;
}

.news_box_title {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
}

.news_box_titlesub {
    font-size: 18px;
    font-weight: bold;
}

.news_box_titlesubname {
    font-size: 18px;
    font-weight: bold;
}

.abouttop {
    margin-top: 20rem;
}




/*------------------
       about
--------------------*/

.section_intro {
    margin: 0 2rem;
    line-height: 2;
}

.title_box {
    word-spacing: -1rem;
}

/*改行*/
.br_pc::before {
    content: "\A";
    white-space: pre;
}

/*------------------
       service
--------------------*/
.service {
    margin-top: 15rem;
}

.service_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.service_container:after {
    content: "";
    display: block;
    width: 30%;
    height: 0;
}


.service_box {
    width: 30%;
    text-align: center;
    margin-bottom: 50px;
}


.service_box img {
    width: 70%;
    flex-shrink: 0;
}

.service_txt {
    text-align: left;
    width: 100%;
}

.service_box_btn {
    width: 100%;
}

.performance_ttl {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 20px 0 10px 0;
    hei
}

.performance_item img {
    width: 100%;
    flex-shrink: 0;
}

.performance_item {
    margin-bottom: 10px;
}

.school_item {
    margin-top: 20px;

}

.school_link {
    display: inline-block;
    font-size: 1.6rem;
    border: 2px solid #cbe4e1;
    border-radius: 3px;
    padding: 1em 2em;
    width: 250px;

    transition: 0.3s;
}

.school_link:hover {
    background-color: #cbe4e1;
}

.school_link::after {
    content: "";
    display: inline-block;
    background-image: url(../img/external_link.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    width: 14px;
    height: 14px;
    margin-left: 20px;
}


.box_title {
    font-size: 20px;
    line-height: 1.3;
}

.service_box {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
}

.box_title {
    flex-grow: 1;
    height: 90%;
    min-height: 0%;
}

.service_txt {
    flex-grow: 2;
    height: 100%;
    min-height: 0%;
}

.service_box_btn {
    flex-grow: 3;
    height: 200%;
    min-height: 0%;
}

.box_ttl_s {
    flex-grow: 2;
    height: 90%;
    min-height: 0%;
}

.square {
    padding: 0.1em 0.3em;
    border-left: 5px solid #cfb9af;
}

.alignment {
    font-size: 1.8rem;
}







/*ボタン*/
.contact_button {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 80px;
}

.contact_btn {
    border-radius: 24px;
    margin-bottom: 56px;
    position: relative;
    text-align-last: center;

    /*下から上にフェードイン*/
    opacity: 0.1;
    transform: translateY(20px);
    transition: all 1s;
}


/*下から上にフェードイン*/
.contact_btn.scrollin {
    opacity: 1;
    transform: translateY(0);
}

.contact_btn_link {
    /*width: 55%;*/
    padding: 2rem 4rem;
    border-radius: 24px;
    border: 2px solid #BADFDA;
    background-color: #fff;
    position: relative;
    transition: 1s;
}

.contact_btn_link:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
    background: #BADFDA;
    color: #6c6c6c;
}

/*ボタンの後ろのかげ*/
.contact_btn_link::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background-image: url("../img/bg.png");
    background-repeat: repeat;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: -100;
}


.member {
    background-color: #FEF3F1;
}

.member_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}

.member_box {
    width: 23%;
    height: auto;

    margin-bottom: 75px;
    position: relative;
    z-index: 0;

    /*    transition: all 1s;*/
}

.member_box_inner {
    height: 100%;
    position: relative;
    background-color: #fff;
    border-radius: 24px;
}

.member_box:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

/*ななめ背景*/
.member_box_inner::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background-image: url("../img/bg.png");
    background-repeat: repeat;
    position: absolute;
    top: 8px;
    left: 8px;
    z-index: -100;
}

.member_box_info {
    display: flex;
    justify-content: center;
    text-align: center;
}

/*サファリでトップのメンバーの枠がくずれる　検証のどこかをさわるともとにもどってた*/
.member_box_info_link {
    padding: 15%;
    width: 100%;
    height: auto;
}


.member_box_info a {
    padding: 10% 14% 3% 14%;
}








/*---縦書き---*/
.left_vertical_writing {
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: 30px;
    right: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    font-size: 12px;
}

.left_vertical_writing::after {
    content: "";
    display: block;
    width: 0;
    height: 110px;
    border: 1px solid #ccc;
}

.left_vertical_writing::after {
    margin-left: 0.7em;
    margin-top: 1rem;
}

.kana {
    font-size: 1.2rem;
}

.kanji {
    font-size: 23px;
    line-height: 1;
}

.alphabet {
    font-size: 14px;
}

.name {
    margin-top: 1rem;
}


.member_box_info_link_reserve {
    background-color: #FEF3F1;
}

/*----東京支部----*/
.member_tokyo {
    width: 100%;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
    padding-left: 10px;
    padding: 0.1em 0.6em;
    border-left: 10px solid #e2baba;
}

.member_container_t {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}


/*----SNS topページ----*/
/*---2つ設置--*/

.sns {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}



.tw {
    padding: 5px 5% 5% 5%;
    width: 50%;
    height: auto;
    text-align: right;
}

.in {
    border-radius: 0 0 24px 0;
    padding: 5px 5% 5% 5%;
    width: 50%;
    height: auto;
    text-align: left;
}

.tw a {
    padding: 10% 20% 15% 45%;
}

.in a {
    padding: 10% 45% 15% 20%;
}


.twitter,
.insta {
    font-size: 20px;
}

/*----SNS 非表示(iのクラス名でマークを白色にしてる)-----*/
.twitter_none,
.insta_none {
    font-size: 20px;
    color: #fff;
}

.tw a:hover {
    color: #aaa;
}

.in a:hover {
    color: #aaa;
}

/*--1つ設置のパターン---*/
.sns_center {
    margin: auto;
    text-align: center;
    padding: 0% 0% 5% 0%;
}

.sns_center a:hover {
    color: #aaa;
}




/*----SNS 下層ページ----*/
.sns_subpage {
    margin-bottom: 10px;
}

.twitter_subpage {
    font-size: 30px;

}

.tw_sub {
    color: #333333;
    width: 50px;
    height: 50px;
    border-radius: 7px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
    line-height: 42px;
    transition: .5s;
    border: 2px solid #fff;
}

.twitter_subpage {
    vertical-align: middle;
}

.tw_sub:hover {
    color: #aaa;
}

.in_sub {
    color: #333;
    margin-left: 20px;

    border-radius: 7px;
    position: relative;
    display: inline-block;
    height: 50px;
    /*高さ*/
    width: 50px;
    /*幅*/
    text-align: center;
    /*中身を中央寄せ*/
    font-size: 25px;
    /*文字のサイズ*/
    line-height: 50px;


}



.insta_subpage {
    font-size: 35px;
    /*アイコンサイズ*/
    position: relative;
    top: 4px;
    /*アイコン位置の微調整*/
}

.in_sub {
    transition: .5s
}

.in_sub:hover {
    color: #aaa;

}

.sns_subpage {
    display: flex;
}






/*------------------
       contact
--------------------*/
.contact {
    padding-top: 70px;
}

.form {
    padding-top: 40px;
    /*下から上にフェードイン*/
    opacity: 0.1;
    transform: translateY(20px);
    transition: all 1s;
}

.section_intro {
    /*下から上にフェードイン*/
    opacity: 0.1;
    transform: translateY(20px);
    transition: all 1s;
}

/*下から上にフェードイン*/
.section_intro.scrollin,
.form.scrollin {
    opacity: 1;
    transform: translateY(0);
}


.form_item {
    margin-bottom: 16px;
}

.form_title {
    width: 250px;
}

.form_detail {
    width: 80%;
}

.form_parts {
    -webkit-appearance: none;
    appearance: none;
    width: 380px;
    border: none;
    margin-bottom: 20px;
}

.form_parts_text {
    width: 100%;
    padding: 10px 20px;
    font-size: 1.5rem;
    background-color: #f2f2f2;
    border-radius: 20px;
    resize: none;
}

/*お問い合わせのボタン*/
.btn {
    width: 35%;
    text-align: center;
    position: relative;
    transition: 1s;
}

.send_button {
    width: 100%;
    padding: 2rem 4rem;
    border: 2px solid #fff;
    border-radius: 24px;
    font-size: 1.5rem;
    cursor: pointer;
    background-color: #BADFDA;
    transition: 1s;
}

/*後ろのかげ*/
.send_button::after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 24px;
    background-image: url("../img/bg.png");
    background-repeat: repeat;
    position: absolute;
    top: 6px;
    left: 6px;
    z-index: -100;
}

.btn:hover {
    transform: scale(1.1);
    transition-duration: 0.3s;
}

.send_button:hover {
    background-color: #fff;
    border: 2px solid #BADFDA;
}

.caution {
    color: #f02d44;
}


/*------------------
       company
--------------------*/
.company_box {
    margin-right: 3rem;
    /*下から上にフェードイン*/
    opacity: 0.1;
    transform: translateY(20px);
    transition: all 1s;
    width: 100%;

}

/*下から上にフェードイン*/
.company_box.scrollin {
    opacity: 1;
    transform: translateY(0);
}

.company_list {
    display: flex;
    padding: 10px;
    border-bottom: #cdcdcd dotted 1px;
}

.company_list:last-child {
    border-bottom: none;
}

.company_list_ttl {
    width: 15%;
    text-align: right;
}

.company_list_ttl_other {
    width: 13%;
    text-align: right;
}

.company_list_ttl_other::after,
.company_list_ttl::after {
    content: "："
}


.company_list_info {
    width: 100%;
}


.company_list_name {
    margin-left: 10px;
}

.business_content,
.psition {
    padding-bottom: 10px;
}



.psition:last-child {
    padding-bottom: 0;
}

.company_list_info {
    margin-left: 5px;
}

ol {
    padding-left: 15px;
}

.map {
    width: 100%;
    /*下から上にフェードイン*/
    opacity: 0.1;
    transform: translateY(20px);
    transition: all 1s;
    margin-top: 40px;
    text-align: center;
}

/*下から上にフェードイン*/
.map.scrollin {
    opacity: 1;
    transform: translateY(0);
}


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


/*------------------
        footer
--------------------*/
.footer_sns_box {
    display: flex;
    justify-content: center;
}

.footer_sns {
    margin: 0px 20px;
}

.copyright {
    text-align: center;
    font-size: 13px;
    padding: 5px 0 16px 0;
}

/*------------------
        sns追加
--------------------*/
.footer_sns_box {
    text-align: center;
}








/*------------------
  profile 下層ページ
--------------------*/
.pagetop {
    display: none;
}

.profile_header_title {
    width: 16%;
    padding-top: 40px;
}

/*gnav*/
.profile_gNav {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 200;
    width: 100%;
    background-color: #fff;
    opacity: 0.8;
}

.profile_gNav_list {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 5px;
}

.profile_gNav_list a .ja {
    position: absolute;
    top: 100%;
    left: 0%;
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap;
    color: #3290ef;
}

.profile_gNav_list a:hover::after {
    width: 100%;
}

.profile_gNav_list a:hover span.en {
    transform: translate(0%, -150%);
}

.profile_gNav_list a:hover span.ja {
    top: 25%;
}


.profile_gNav {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 3px 3px -3px rgba(0, 0, 0, 0.2);
}


.profile {
    margin-top: 80px;
}

.profile_box_info_sp {
    display: none;
}


.profile_name {
    font-size: 30px;
    margin-bottom: 1rem;
    font-weight: normal;
}

.profile_container {
    display: flex;
    justify-content: space-between;
    width: 100%;

}

.profile_box_dl {
    width: 65%;
}

/*-----------プロフィール後からdlで作った分--------------*/
.profile_box_dl+.profile_box_dl {
    margin-top: 10rem;
}

.profile_box_list {
    border-top: #cdcdcd dotted 1px;
    padding: 10px 0;
}


.profile_box_list dt {
    margin-left: 10px;
    min-width: 100px;
    font-weight: bold;
}

.profile_box_list dd {
    width: 100%;
}

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

/*-----------ボイスサンプルのためにくつったもの--------------*/

.profile_box_list_voice {

    padding: 10px 0;
}


.profile_box_list_voice dt {
    margin-left: 10px;
    min-width: 100px;
    font-weight: bold;
}

.profile_box_list_voice dd {
    width: 100%;
}

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




.profile_box_info_pc {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 35%;
    padding: 3rem 0rem;
    height: 45%;
}


.profile_heading {
    padding: 5px;
    font-weight: normal;
    text-align: right;
    vertical-align: top;
    border-bottom: #cdcdcd dotted 1px;
    width: 25%;
}

.profile_heading:first-of-type,
.profile_info:first-of-type {
    border-top: #cdcdcd dotted 1px;
}

.profile_info {
    padding: 5px;
    vertical-align: top;
    border-bottom: #cdcdcd dotted 1px;

}

.profile2,
.profile3 {
    margin-top: 8rem;
}

.profile_title1 {
    border-bottom: 1px solid #ccc;
    margin-bottom: 2rem;
    color: #3290ef;
}

.profile3 {
    margin-bottom: 15rem;
}

.p_span {
    margin-left: 2rem;
}

.profile2_list a {
    border-color: #ccc;
    border-bottom: dotted;
    border-width: 1px;
}

/*下層ページのホバー*/
.profile2_list a:hover {
    opacity: 0.3;
    transition: 0.2s;
}

/*ブログ*/
.blog {
    display: inline-block;
    position: relative;
    /*    padding: 1.5rem 1rem;*/
}

.blog:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #BADFDA, #BADFDA 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: -10;
}

.blog_url a {
    border-color: #ccc;
    border-bottom: dotted;
    border-width: 1px;
}


/*ライターとしてネット記事も作成部分*/
.profile_title1_sub {
    font-weight: 600;
    margin-top: 2rem;
    margin-bottom: 0.5rem;
}

.p_span_sub {
    margin-left: 2rem;
    padding: 0rem 0.5rem;
    border-left: 4px solid #aaa;
}

.profile2_box_sub {
    margin-left: 2rem;
}


/*堀田さんの文章内メール部分*/
.profile2_list {
    list-style: none;
}

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



/*イラストサイズ*/
.member_illust_lower {
    width: 200px;
    height: auto;
}


.blank_line {
    margin-top: 2rem;
}

.profile_name_hiragana {
    font-size: 15px;
}

/*------------------
MV
--------------------*/
@media(max-width:1370px) {

    /*テレビ*/
    .mv1 {
        left: 14%;
    }

    /*ラジオ*/
    .mv2 {
        left: 26%;
    }

    /*電球*/
    .mv3 {
        right: 40%;
    }

    /*ピカピカ*/
    .mv6 {
        right: 39%;
    }

    /*文字*/
    .mv4 {
        right: 20%;
    }

    /*企画3番*/
    .mv5 {
        right: 20%;
    }
}

@media(max-width:1270px) {

    /*企画3番*/
    .mv5 {
        right: 18%;
    }
}

@media(max-width:1200px) {
    .mv1 {
        top: 20%;
        left: 12%;
    }

    /*ラジオ*/
    .mv2 {
        top: -20%;
        left: 24%;
    }

    /*電球*/
    .mv3 {
        top: 5%;
        right: 38%;
    }

    /*ピカピカ*/
    .mv6 {
        right: 37%;
    }


    /*文字*/
    .mv4 {
        top: 10%;
        right: 15%;
    }

    /*企画3番*/
    .mv5 {
        top: 55%;
        right: 15%;
    }
}

@media(max-width:1110px) {

    /*テレビ*/
    .mv1 {
        left: 10%;
    }

    /*電球*/
    .mv3 {
        right: 35%;
    }

    /*ピカピカ*/
    .mv6 {
        right: 34%;
    }


    /*文字*/
    .mv4 {
        right: 12%;
    }

    /*企画3番*/
    .mv5 {
        right: 12%;
    }

    /*改行*/
    .br_pc::before {
        content: "\A";
        white-space: pre;
    }


}


@media(max-width:1025px) {

    /*テレビ*/
    .mv1 {
        left: 9%;
    }

    /*ラジオ*/
    .mv2 {
        left: 20%;
    }

    /*電球*/
    .mv3 {
        right: 33%;
    }

    /*ピカピカ*/
    .mv6 {
        right: 31.5%;
    }


    /*文字*/
    .mv4 {
        right: 8%;
    }

    /*企画3番*/
    .mv5 {
        right: 5%;
    }



    /*---縦書き---*/
    .left_vertical_writing {
        top: 30px;
        right: 18px;
    }

    .left_vertical_writing::after {
        height: 100px;
    }

    /*サービス*/
    .service_container {
        padding: 0 20px;
    }


    /*会社概要*/
    .company_container_f {
        flex-direction: column;
        align-items: center;
    }

    .company_container {
        width: 580px;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 80px;
    }

    .map {
        width: 100%;
    }

    iframe {
        width: 100%;
        !important;
        margin-top: 80px;
    }

}

@media(max-width:1050px) {
    .gNav_list {
        margin-top: 64px;
        margin-bottom: 0;
    }


    /*テレビ*/
    .mv1 {
        left: 9%;
    }

    /*ラジオ*/
    .mv2 {
        left: 22%;
    }

    /*電球*/
    .mv3 {
        right: 33%;
    }

    /*ピカピカ*/
    .mv6 {
        right: 31.5%;
    }


    /*文字*/
    .mv4 {
        right: 8%;
    }

    /*企画3番*/
    .mv5 {
        right: 5%;
    }

    .fujimaki {
        font-size: 18px;
    }

    /*--事業内容--*/
    .box_title {
        font-size: 18px;
    }

    /*--サービスのタイトルの長い文字キープのため-*/
    .alignment {
        height: 80%;
    }



}

@media(max-width:985px) {
    .wrapper {
        width: 100%;
        max-width: 985px;
        margin-right: auto;
        margin-left: auto;
    }

    .wrapper_min {
        width: 100%;
        max-width: 800px;
        margin-right: auto;
        margin-left: auto;
    }


    /*テレビ*/
    .mv1 {
        top: 6%;
        left: 11%;
    }

    .mv1_tv {
        width: 90%;
    }

    /*ラジオ*/
    .mv2 {
        display: none;
    }

    /*電球*/
    .mv3 {
        top: 2%;
        right: 32%;
        opacity: 0;
    }

    /*ピカピカ*/
    .mv6 {
        top: -2%;
        right: 30.5%;
    }


    /*文字*/
    .mv4 {
        top: 10%;
        right: 4%;
        opacity: 0;
    }

    .mv4_logo {
        width: 90%;
    }

    /*企画3番*/
    .mv5 {
        top: 55%;
        right: 1%;
        opacity: 0;
    }

    .mv5_planning {
        width: 90%;
    }

    /*改行*/
    .br_pc::before {
        content: "\A";
        white-space: pre;
    }


    /*---縦書き---*/
    .left_vertical_writing {
        top: 30px;
        right: 10px;
        font-size: 12px;
    }

    .left_vertical_writing::after {
        height: 90px;
        border: 0.8px solid #ccc;
    }

    /*お問い合わせのボタン*/
    .btn {
        width: 35%;
        text-align: center;
        position: relative;
        transition: 1s;
    }

    .send_button {
        width: 100%;
        padding: 2rem 4rem;
        border: 2px solid #fff;
        border-radius: 24px;
        font-size: 1.5rem;
        cursor: pointer;
        background-color: #BADFDA;
        transition: 1s;
    }

    /*後ろのかげ*/
    .send_button::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 24px;
        background-image: url("../img/bg.png");
        background-repeat: repeat;
        position: absolute;
        top: 6px;
        left: 6px;
        z-index: -100;
    }

    .btn:hover {
        transform: scale(1.1);
        transition-duration: 0.3s;
    }

    .send_button:hover {
        background-color: #fff;
        border: 2px solid #BADFDA;
    }


    .member_box_info a {
        padding: 20px 30px 5px 30px;
    }


}

/*------------------
タブレット
--------------------*/
@media(max-width:896px) {

    .pc {
        display: none !important;
    }

    .sp {
        display: block !important;
    }

    .gNav,
    .profile_gNav {
        position: sticky;
        top: 0;
        left: 0;
        z-index: 200;
        width: 100%;
        background-color: #fff;
        opacity: 0.8;
    }

    .wrapper {
        width: 100%;
        max-width: 896px;
        margin-right: auto;
        margin-left: auto;
    }

    .wrapper_min {
        width: 90%;
        max-width: 750px;
        margin-right: auto;
        margin-left: auto;
    }

    /*改行*/
    .br_pc::before {
        content: "\A";
        white-space: pre;
    }

    .service,
    .contact {
        padding: 0px 10px;
    }

    .main {
        background-position: 0px 0px, right 120px;
        background-size: 25%, 30%;
    }

    .header_title {
        width: 25%;
        padding-top: 20px;
        padding-left: 1rem;
    }



    /*--サービスのタイトルの長い文字キープのため-*/
    .alignment {
        height: 80%;
    }


    /*作家一覧*/

    .member_box_info_link {
        padding: 12% 5px;
        width: 100%;
        height: auto;
    }

    .member_box_info a {
        padding: 10% 7px 0 7px;
    }


    /*イラストサイズ*/
    .member_illust {
        width: 55%;
        height: auto;
    }

    /*---縦書き---*/
    .left_vertical_writing {
        top: 30px;
        right: 10px;
        font-size: 12px;
    }

    .left_vertical_writing::after {
        height: 60px;
        border: 0.8px solid #ccc;
    }

    .left_vertical_writing::after {
        margin-left: 0.7em;
        margin-top: 1rem;
    }

    /*----事業内容----*/
    .service_box {
        padding-bottom: 20px;
    }

    .box_ttl_s {
        flex-grow: 2;
        height: 30%;
    }

    .service_box_btn {
        flex-grow: 3;
        height: 90%;
    }

    .school_link {
        width: 200px;
        padding: 0.5em 1em;
    }

    /*--サービスのタイトルの長い文字キープのため-*/
    .alignment {
        height: 60%;
    }



    /*----メンバー----*/
    .kana {
        font-size: 10px;
    }

    .kanji {
        font-size: 20px;
    }

    .alphabet {
        font-size: 13px;

    }

    .name {
        margin-top: 0.4rem;
    }

    .send_button {
        border-radius: 15px;
    }

    .send_button::after {
        border-radius: 15px;
        top: 6px;
        left: 6px;
    }

    .btn {
        width: 35%;
    }


    /*-------------pagetop--------------*/
    .pagetop {
        position: fixed;
        bottom: 60px;
        right: 30px;
        font-size: 2rem;
        font-family: 'Comfortaa', cursive;
        text-transform: uppercase;
        z-index: 10;
    }

    .pagetop a {
        text-decoration: none;
        color: #333;
        width: 70px;
        padding: 10px 0;
        text-align: center;
        display: block;
        border-bottom: solid 2px #333;

    }

    .pagetop a:hover {
        text-decoration: none;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        transition: 0.3s;
    }

    /*-------------/pagetop/--------------*/
    /*ーーーーーー会社概要ーーーーーー*/

    .company_list_ttl {
        width: 150px;
    }

    .company_list:last-child {
        flex-direction: column;
    }

    .sp_left {
        text-align: left;
    }

    .company_list_ttl_other {
        width: 100px;
    }

    .map {
        margin-top: 0px;
    }

    .company {
        padding-bottom: 0;
    }
}

@media(max-width:871px) {
    .wrapper {
        width: 100%;
        max-width: 871px;
        margin-right: auto;
        margin-left: auto;
    }

    .wrapper_min {
        width: 90%;
        max-width: 750px;
        margin-right: auto;
        margin-left: auto;
    }

    .mv_title {
        left: 12%;
    }

    /*-------MV縦文字--------*/
    .mv_left {
        top: 240px;
        left: 30px;
    }

    /*-------arrow---------*/
    .arrow {
        left: 38px;
    }


    .contact_btn_link {
        padding: 2rem 3.3rem;
        border-radius: 20px;
    }

    /*後ろのかげ*/
    .contact_btn_link::after {
        border-radius: 20px;
    }

    .btn {
        width: 35%;
    }


    /*改行*/
    .br_pc::before {
        content: "\A";
        white-space: pre;
    }

    /*サービス　バナータイトルの文字上スペース*/
    .performance_ttl {
        margin-top: 2rem;
    }

}

@media(max-width:850px) {

    .wrapper {
        width: 100%;
        max-width: 850px;
        margin-right: auto;
        margin-left: auto;
    }

    .wrapper_min {
        width: 90%;
        max-width: 750px;
        margin-right: auto;
        margin-left: auto;
    }

    .gNav_list {
        margin-top: 64px;
        margin-bottom: 0;
    }


    /*電球*/
    .mv3 {
        top: 2%;
        right: 28%;
        opacity: 0;
    }

    /*ピカピカ*/
    .mv6 {
        display: none;
    }


    /*文字*/
    .mv4 {
        top: 14%;
        right: 0%;
    }

    /*企画3番*/
    .mv5 {
        right: 0%;
    }

    .mv5_planning {
        width: 90%;
    }


    .btn {
        width: 35%;
    }

    /*改行*/
    .br_pc::before {
        content: "\A";
        white-space: pre;
    }


}


@media(max-width:830px) {


    .wrapper {
        width: 100%;
        max-width: 830px;
        margin-right: auto;
        margin-left: auto;
    }

    .wrapper_min {
        width: 90%;
        max-width: 750px;
        margin-right: auto;
        margin-left: auto;
    }

    /*テレビ*/
    .mv1 {
        top: 10%;
        left: 11%;
    }

    .mv1_tv {
        width: 80%;
    }

    /*電球*/
    .mv3 {
        top: 6%;
        right: 18%;
        -webkit-animation: example 0.7s ease 1s 1 forwards;
        animation: example 0.7s ease 1s 1 forwards;
    }

    /*ピカピカ*/
    .mv6 {
        display: block;
        top: 2.5%;
        right: 16.5%;
        -webkit-animation: example 0.5s ease 1.5s 5 forwards;
        animation: example 0.5s ease 1.5s 5 forwards;
    }


    /*文字*/
    .mv4 {
        display: none;
    }

    /*企画3番*/
    .mv5 {
        display: none;
    }

    .alphabet {
        font-size: 12px;
        letter-spacing: 0.1em;
    }

    .btn {
        width: 36%;
    }
}

@media(max-width:790px) {
    .wrapper {
        width: 100%;
        margin-right: auto;
        margin-left: auto;
    }

    .wrapper_min {
        width: 100%;
        max-width: 700px;
        margin-right: auto;
        margin-left: auto;
    }

    .name {
        margin-bottom: 0rem;
    }

    .btn {
        width: 37%;
    }

    .send_button {
        padding: 2rem 3rem;
    }

    /*改行*/
    .br_pc::before {
        content: "\A";
        white-space: pre;
    }

    /*代表似顔絵*/
    .mv0 {
        position: absolute;
        bottom: -1.5%;
        left: 44%;
    }


    /*---------- sp用  -プロフィール後からdlで作った分--------------*/
    .profile_box_dl {
        width: 100%;
    }

    .profile_box_list {
        border-top: #cdcdcd dotted 1px;
        padding: 10px 0;
        padding: 15px 0;
    }

    /*
    .profile_box_list:last-child {
        border-bottom: #cdcdcd dotted 1px;
    }*/

    .profile_box_list dt {
        margin: 0 10px 0 0;
        font-weight: bold;
        min-width: 80px;
    }

    .profile_box_list dd {
        width: 100%;
    }


    .profile_box_info_pc {
        display: none;
    }

    .profile_box_info_sp {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        margin-bottom: 20px;
    }


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




}


@media(max-width:760px) {


    .wrapper {
        width: 100%;
        max-width: 760px;
        margin-right: auto;
        margin-left: auto;
    }

    .wrapper_min {
        width: 90%;
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

    .mv_title {
        left: 12%;
        font-size: 22px;
    }

    .member_box {
        width: 30%;
    }

    .member_box_info_link {
        padding: 15%;
        width: 100%;
        height: auto;
    }

    /*コンタクトのボタン*/
    .btn {
        width: 40%;
    }

    .send_button {
        width: 100%;
        padding: 2rem 3rem;
        border-radius: 15px;
    }

    /*後ろのかげ*/
    .send_button::after {
        border-radius: 15px;
        top: 6px;
        left: 6px;
    }

    /*改行*/
    .br_pc::before {
        content: "\A";
        display: inline-block;
    }


}

@media(max-width:680px) {
    .wrapper {
        width: 100%;
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }

    .wrapper_min {
        width: 90%;
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
    }

    /*テレビ*/
    .mv1 {
        left: 9%;
    }

    .mv_title {
        left: 10%;
        font-size: 22px;
    }

    /*電球*/
    .mv3 {
        right: 15%;
    }

    /*ピカピカ*/
    .mv6 {
        display: block;
        top: 2.5%;
        right: 13%;
    }

    .btn {
        width: 45%;
    }

    .send_button {
        width: 100%;
        padding: 2rem 2rem;
        border-radius: 15px;
    }

    .send_button::after {
        border-radius: 15px;
        top: 6px;
        left: 6px;
    }

    .left_vertical_writing::after {
        height: 60px;
        border: 0.8px solid #ccc;
    }


}

@media(max-width:635px) {
    .wrapper {
        width: 100%;
        max-width: 635px;
        margin-right: auto;
        margin-left: auto;
    }

    .wrapper_min {
        width: 90%;
        max-width: 600px;
        margin-right: auto;
        margin-left: auto;
    }



    /*電球*/
    .mv3 {
        right: 13%;
    }

    /*ピカピカ*/
    .mv6 {
        display: block;
        top: 2.5%;
        right: 11%;
    }

    .member_box_info_link {
        padding: 15% 10%;
        width: 100%;
        height: auto;
    }

    .btn {
        width: 50%;
    }

    .send_button {
        width: 100%;
        padding: 2rem 3rem;
        border-radius: 15px;
    }

    .send_button::after {
        border-radius: 15px;
        top: 6px;
        left: 6px;
    }


}


/*------------------
スマホ
--------------------*/
@media(max-width:559px) {

    .company_container,
    .inner,
    .wrapper_min,
    .wrapper {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }

    .section {
        margin-top: 64px;
    }

    .service,
    .member,
    .company,
    .contact {
        padding: 40px 0px;
    }

    .section_title {
        margin-bottom: 40px;
        line-height: 1.5;
    }

    .subtitle2 {
        font-size: 25px;
    }

    .subtitle3 {
        font-size: 13px;
        line-height: 1;
    }


    .br_sp::before {
        content: "\A";
        white-space: pre;
    }




    /*ハンバーガーメニュー*/
    .profile_gNav,
    .gNav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100vw;
        height: 100vh;
        opacity: 0;
        transition: 0.3s;
    }

    .profile_gNav.show,
    .gNav.show {
        z-index: 99;
        opacity: 1;
    }

    .profile_gNav_list,
    .gNav_list {
        flex-direction: column;
        align-items: center;
        height: 100vh;
    }



    /*-------------ハンバーガー--------------*/

    ._btn-hamb {
        width: 13vw;
        height: 5vw cursor: pointer;
    }

    ._btn-hamb_menu {
        position: relative;
        background: #dddddd;
        -webkit-transition: all 0ms 0.2s;
        -o-transition: all 0ms 0.2s;
        transition: all 0ms 0.2s;
        -webkit-transform: translateY(2.4vw);
        -ms-transform: translateY(2.4vw);
        transform: translateY(2.4vw);
    }

    ._btn-hamb_menu,
    ._btn-hamb_menu::before,
    ._btn-hamb_menu::after {
        width: 8vw;
        height: 1vw;
        -webkit-box-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.25);
        box-shadow: 0.5px 0.5px 0.5px rgba(0, 0, 0, 0.25);
    }

    ._btn-hamb_menu::before {
        position: absolute;
        left: 0;
        bottom: 2.4vw;
        background: #dddddd;
        content: "";
        transition: bottom 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    }

    ._btn-hamb_menu::after {
        position: absolute;
        top: 2.4vw;
        left: 0;
        background: #dddddd;
        content: "";
        transition: top 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s cubic-bezier(0.23, 1, 0.32, 1);
    }

    ._btn-hamb.on ._btn-hamb_menu {
        background: rgba(0, 0, 0, 0);
    }

    ._btn-hamb.on ._btn-hamb_menu,
    ._btn-hamb.on ._btn-hamb_menu::before,
    ._btn-hamb.on ._btn-hamb_menu::after {
        -webkit-box-shadow: none;
        box-shadow: none;
    }

    ._btn-hamb.on ._btn-hamb_menu::before {
        bottom: 0;
        background: #aaa;
        transition: bottom 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    ._btn-hamb.on ._btn-hamb_menu::after {
        top: 0;
        background: #aaa;
        transition: top 0.2s cubic-bezier(0.23, 1, 0.32, 1), transform 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.2s 0.2s cubic-bezier(0.23, 1, 0.32, 1);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /*-----------/ハンバーガー/-----------*/

    /*--------------------------*/
    .profile_gNav,
    .gNav {
        position: fixed;
        z-index: -1;
        top: 0;
        left: 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100vw;
        height: 100vh;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
        background: #fff;
    }

    .profile_gNav.on,
    .gNav.on {
        z-index: 10;
        opacity: 0.9;
        visibility: visible;
    }

    .gNav_item {
        width: 100%;
        height: 100%;
    }

    .gNav_hamb {
        position: fixed;
        z-index: 100;
        top: 4vw;
        right: 3vw;
        display: block;
    }

    .profile_gNav_list,
    .gNav_list {
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-bottom: 18rem;
        /* margin-bottom: 5rem;*/
    }

    .gNav_link {
        display: inline-block;
        font-size: 2rem;
        padding-top: 1rem;
        padding-bottom: 3rem;
    }


    .drawer_sp {
        width: 100%;
        max-width: 768px;
        margin-right: auto;
        margin-left: auto;
    }

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

    /*gNavメニュー*/
    .profile_gNav,
    .gNav {
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100vw;
        height: 100vh;
        opacity: 0;
        transition: 0.3s;
    }

    .profile_gNav.on,
    .gNav.on {
        z-index: 99;
        opacity: 0.9;

    }

    .profile_gNav_list,
    .gNav_list {
        flex-direction: column;
        align-items: center;
        height: 45vh;
        text-align: center;
    }

    .mv {
        width: 100vw;
        height: 90vh;
        -webkit-height: 90vh;
        -moz-height: 90vh;
    }

    .header_title {
        width: 40%;
        padding: 20px 0 0 0;

    }

    /*scroll down*/
    .mv_left {
        top: 330px;
        left: 12px;
        font-size: 12px;
    }

    .mv0 {
        bottom: -1%;
        left: 17%;
    }

    /*テレビ*/
    .mv1 {
        display: none;
    }

    /*電球*/
    .mv3 {
        top: 25%;
        right: 10%;
        opacity: 0;
        -webkit-animation: example 0.7s ease 0.5s 1 forwards;
        animation: example 0.7s ease 0.5s 1 forwards;
    }

    /*ピカピカ*/
    .mv6 {
        display: block;
        top: 22%;
        right: 7%;
        -webkit-animation: example 0.5s ease 1s 5 forwards;
        animation: example 0.5s ease 1s 5 forwards;
    }


    .mv3_light {
        width: 90%;
    }

    .mv_title {
        position: absolute;
        top: 5%;
        left: 10%;
        font-size: 25px;
        font-weight: bold;
        line-height: 1.5;
    }

    /*-------arrow---------*/
    .arrow {
        position: absolute;
        left: 20px;
        bottom: 30px;
        width: 1px;
        height: 150px;
        background-color: #ccc;
        overflow: hidden;
    }

    /*------------------
    main 三角背景
    --------------------*/
    .main {
        background-image: url(../img/triangle1.jpg), url(../img/triangle2.jpg);
        background-repeat: no-repeat, no-repeat;
        background-position: 0px 0px, right 140px;
        background-color: rgba(255, 255, 255, 0.5);
        background-blend-mode: lighten;
    }


    /*私たちについて*/
    .section_intro {
        text-align: start;
    }

    /*サービス*/
    .service_container {
        padding: 0px;
    }

    .service {
        padding: 0;
    }

    .service_container {
        flex-direction: column;
    }

    .service_box {
        width: 95%;
        margin: 0 auto;
        padding-bottom: 50px;
    }

    .service_box:last-child {
        margin-bottom: 30px;
    }

    .service_box img {
        width: 55%;
    }

    .performance_item img {
        width: 100%;
    }

    .box_title {
        font-size: 20px;
        line-height: 1.4;
        margin-bottom: 1.5rem;
    }

    /*ボタン*/
    /*後ろのかげ*/
    .contact_btn_link::after {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        background-image: url("../img/bg.png");
        background-repeat: repeat;
        position: absolute;
        top: 6px;
        left: 6px;
        z-index: -100;
    }

    .contact_btn {
        text-align: center;
        width: 100%;
        margin-top: 0px;
    }

    .contact_btn_link {
        padding: 2rem 3rem;
        border: 2px solid #BADFDA;
        border-radius: 15px;
        background: #fff;
        font-size: 15px;
        position: relative;
        transition: 0.3s;
        z-index: 10;
        transition: all 1s;
    }

    .contact_btn_link:hover {
        transform: scale(1.1);
        transition-duration: 0.3s;
        background: #BADFDA;
        color: #6c6c6c;
    }

    /*ボタン*/
    .contact_button {
        margin-top: 20px;
        margin-bottom: 80px;
    }


    /*--SP 事業内容--*/
    .service_box_btn {
        margin-top: 5%;
    }



    /*作家一覧*/
    .member {
        margin-top: 20px;
    }

    .section_title_member {
        margin-bottom: 40px;
    }

    .member_box {
        width: 47%;
        height: auto;
        position: relative;
        margin-bottom: 40px;
    }

    .member_box_info_link {
        padding: 15% 5px;
        width: 100%;
        height: auto;
        background-color: #fff;
        border-radius: 15px;
    }

    .tw {
        padding: 3px 5% 5% 5%;
    }

    .in {
        padding: 3px 5% 5% 5%;
    }


    /*後ろのかげ*/
    .member_box_inner::after {
        border-radius: 24px;
        top: 6px;
        left: 6px;
    }

    /*イラストサイズ*/
    .member_illust_w,
    .member_illust {
        width: 55%;
    }

    .kana {
        font-size: 12px;
    }

    .kanji {
        font-size: 17px;
        line-height: 1;
    }

    .kanji_long {
        font-size: 16px;
        line-height: 1;
    }

    .alphabet {
        font-size: 12px;
        letter-spacing: 0.05em;
    }

    .alphabet_long {
        font-size: 12px;
        letter-spacing: 0em;
    }

    .member_box_sp {
        display: none;
    }

    /*---縦書き---*/
    .left_vertical_writing {
        top: 25px;
        right: 6px;
        font-size: 12px;
    }

    .left_vertical_writing::after {
        height: 60px;
    }

    /*お問い合わせ*/
    .contact {
        padding: 0px;
    }

    .form_item {
        display: flex;
        flex-direction: column;
        margin-bottom: 0px;
    }

    .form_detail {
        width: 100%;
    }

    .form_title {
        margin-left: 1rem;
        font-size: 1.6rem;
    }

    /*コンタクトのボタン*/
    .btn {
        width: 75%;
    }







    .send_button {
        width: 100%;
        padding: 1.8rem 2.5rem;
        border: 2px solid #fff;
        border-radius: 15px;
        font-size: 1.5rem;
        cursor: pointer;
        background-color: #BADFDA;
        transition: 1s;
    }

    /*後ろのかげ*/
    .send_button::after {
        content: "";
        display: block;
        width: 99%;
        height: 98%;
        border-radius: 15px;
        background-image: url("../img/bg.png");
        background-repeat: repeat;
        position: absolute;
        top: 5px;
        left: 5px;
        z-index: -100;
    }

    .member_tokyo {
        width: 90%;
    }




    /*会社概要*/
    .company_container_f {
        width: 90%;
    }

    .map {
        width: 100%;
        margin-left: 0;
        margin-right: 0;

    }

    iframe {
        width: 100%;
    }

    .heading {
        width: 25%;
    }

    .company_box {
        margin: 0;
        width: 100%;
    }




    /*-------------pagetop--------------*/
    .pagetop {
        position: fixed;
        bottom: 60px;
        right: 30px;
        font-size: 2rem;
        font-family: 'Comfortaa', cursive;
        text-transform: uppercase;
        z-index: 10;
    }

    .pagetop a {
        text-decoration: none;
        color: #333;
        width: 70px;
        padding: 10px 0;
        text-align: center;
        display: block;
        border-bottom: solid 2px #333;

    }

    .pagetop a:hover {
        text-decoration: none;
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
        transition: 0.3s;
    }

    /*-------------/pagetop/--------------*/

    /*------------------
           SP news
    --------------------*/
    .news_title {
        font-size: 25px;
        line-height: 1;
    }

    .news_text {
        margin-bottom: 20px;
    }

    .news_box {
        margin-bottom: 20px;
    }

    .news_subtitle {
        display: block;
        line-height: 1.2;
    }



    /*--------------------------
      SP   profile下層ページ
    ----------------------------*/
    .profile {
        margin-top: 40px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .profile_box {
        margin-right: 0;
        width: 100%;
    }

    .profile_container {
        width: 100%;
    }

    .profile_name {
        font-size: 27px;
        text-align: center;
        line-height: 1;

    }

    .profile_name_hiragana {
        font-size: 14px;
    }

    .profile_br::before {
        content: "\A";
        white-space: pre;
    }

    .sp_span {
        margin: 10px 0;
    }



    .mgr-10::before {
        content: "\A";
        white-space: pre;
    }

    /*イラストサイズ*/
    .member_illust_lower {
        width: 200px;
        height: auto;
    }

    /* .profile2_list_disc::before,
    .profile3_list_disc::before {
        content: "・";
    }*/

    /*PCでは小さい数字で指示してる*/
    .profile_gNav_list {
        margin-top: 50px;
    }

    /*自己紹介だけ改行*/
    .profile_box_list:last-child {
        display: block;
    }

    .sp_none {
        display: block;
    }


}