/* ---- サイト全体に適用 ----*/
html {
	font-size: 62.5%;
}
body {
    font-family: "Noto Sans JP",sans-serif;
}
img {
    width: 100%;
    height: auto;
}
.container {
    max-width: 1080px;
    margin-right: auto;
    margin-left: auto;
}
section {
    margin-bottom: 100px;
}
/* スクロールアニメーション */
.Scroll {
    visibility: hidden;
    overflow: hidden;
    transition: all 1s;
    opacity: 0;
}
.ScrollIsActive {
    visibility: visible;
    opacity: 1;
}
/* TOPに戻るボタン */
#page-top {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F04175;
    cursor: pointer;
    width: 80px;
    height: 80px;
    padding: 10px;
    transition: .3s;
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 14px;
    line-height: 1;
    z-index: 98;
}
#page-top::before {
    content: "";
    width: 20px;
    height: 20px;
    border-top: solid 5px #FFFFFF;
    border-right: solid 5px #FFFFFF;
    transform: rotate(-45deg);
}
#page-top:hover {
    background: #F490AE;
    color:#FFFFFF;
    box-shadow: none;
}
/* ---- 共通 ----*/
/* フォント */
@font-face {
    font-family: "ロゴたいぷゴシック";
    src: url(../font/ロゴたいぷゴシック.woff) format("woff"); 
}
h2, h3, .entry_btn a, .entry_btn2 a,
.entry_btn3 a, .catchcopy, .interview_text, .interview_text2, .interview_btn, .interview_btn2  {
    font-family: "ロゴたいぷゴシック";
}
@font-face {
    font-family: "ほのか新丸ゴシック";
    src: url(../font/Honoka-Shin-Maru-Gothic_R.woff) format("woff"); 
}
h2::after, #top p, .Menu-Item-label {
    font-family: "ほのか新丸ゴシック";
}
/* 見出し */
h1 {
    position: absolute;
    bottom: 86%;
    padding-left: 20px;
}
h1 img {
    width: 30%;
}
h2 {
    text-transform: uppercase;
    font-size: 4rem;
    margin-left: 50px;
    padding-top: 30px;
    position: relative;
    display: inline-flex;
}
.h2_line {
    border-bottom: 10px solid #F04175;
}
h2::after {
    content: attr(data-en);
	font-size: 1.8rem;
    position:absolute;
    left: 50%;
    transform: translate(-50%);
    margin-top: 60px;
}
h3 {
    font-size: 3.2rem;
    color: #F0BB41;
    margin-left: 70px;
}
h3::before {
    counter-increment: number 1;
    content: counter(number) " ";
    font-family: "Noto Sans JP";
    font-size: 5.6rem;
    font-weight: bold;
    color: #2B1511;
    position: relative;
    top: 20px;
    right: 30px;
}
/* 登録ボタン */
.entry_btn {
    position: absolute;
    bottom: 70px;
    left: 900px;
}
.entry_btn, .entry_btn2, .entry_btn3 {
    width: 280px;
    height: 97px;
    display: flex;
}
.entry_btn2, .entry_btn3 {
    margin: 0 auto 10px;
    position: relative;
}
.entry_btn a, .entry_btn2 a, .entry_btn3 a {
    display: flex;
    width: 100%;
    height: 100%;
    text-decoration: none;
    background:#F04175;
    text-align: center;
    color:#FFFFFF;
    font-size: 2.6rem;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    justify-content: center;
    align-items: center;
}
.entry_btn2 a {
    position: absolute;
    bottom: 40px;
}
.entry_btn a:hover, .entry_btn2 a:hover, .entry_btn3 a:hover {
    background: #F490AE;
    box-shadow: none;
}
/* 背景 */
#service, #interview {
    background-color: #E8E9F0;
}
/* ---- PCでは非表示の要素 ----*/
@media screen and (min-width: 1027px) {
    .br-sp, .hamburger_menu, .bg-slider-sp {
        display: none;
    }
}
/* ---- TOP ----*/
#top {
    position: relative;
}
#top p {
    font-size: 2.8rem;
    position: absolute;
    bottom: 5%;
    left: 3%;
}
.catchcopy {
    font-size: 6rem;
    color: #F0BB41;
    line-height: 1.5;
}
/* スライドショー  */
.bg-slider-pc {
    width: 100%;
    height: 100vh;
    background-position:center center;
    background-size: cover;
}
/* ヘッダーメニュー */
.header {
    position: absolute;
    bottom: 89%;
}
.pc_menu {
    display: flex;
    margin-left: 300px;
    font-size: 1.8rem;
    font-weight: bold;
}
.pc_menu li {
    padding-left: 50px;
}
.pc_menu li:hover {
    color: #F04175;
}
/* ---- ABOUT ----*/
#about {
    margin-top: 100px;
}
.about_text {
    margin-top: 50px;
}
.about_text p {
    display: block;
    margin: 20px 90px 0;
    line-height: 1.5;
	font-size: 1.6rem;
}
.about_img {
    width: 20%;
    position: relative;
}
.about_img img {
    position: absolute;
    bottom: 10px;
    left: 650px;
}
/* ---- SERVICE ----*/
.service_text {
    text-align: center;
    font-size: 2.8rem;
    font-weight: bold;
    margin-top: 80px;
}
.service_contents {
    counter-reset: number 0;
}
.service_contents li {
    background-color: #fff;
    width: 90%;
    margin: 30px auto 80px;
    position: relative;
}
.service_contents li p {
    font-size: 2.2rem;
    margin: 10px 0 0 120px;
    padding-bottom: 30px;
}
.service_contents_img {
    position: absolute;
    left: 80%;
    bottom: 0%;
}
.service_contents_img2, .service_contents_img3, .service_contents_img4 {
    position: absolute;
    top: 30%;
    left: 80%;
}
.service_contents_img img, .service_contents_img2 img, .service_contents_img3 img, .service_contents_img4 img {
    width: 80%;
}
.service_contents li::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    color: #F0BB41;
    line-height: 1;
    width: 3.3em;
    height: 3.3em;
    border: 0.9em solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translate(-50%, -50%) rotate(135deg);
    position: absolute;
    left: 50%;
    margin-top: 35px;
}
.service_contents li:last-child::after {
    content: none;
}
/* ---- JOB OFFER ----*/
.joboffer_text {
    text-align: center;
    font-size: 2.8rem;
    margin: 50px 0;
}
.text_color {
    color: #F04175;
    font-weight: bold;
}
/* タブの設定 */
.Tabmenu {
    display: flex;
    margin: 80px 0 40px 0;
}
.Tab {
    width: 250px;
    height: 71px;
    line-height: 71px;
    background: #F0BB41;
    text-align: center;
    color: #FFFFFF;
    font-size: 2rem;
    text-decoration: none;
    cursor: pointer;
    margin: 0 auto;
}
/* アクティブなタブはデザインを変えて選択中であることが解るようにする */
.TabIsActive {
    background: #FA7F0C;
}
/* 最初は非表示 */
.Content {
    display: none; 
}
/* アクティブなタブの内容だけ表示 */
.ContentIsActive {
    display: flex; 
}
/* タブの求人ボックス */
.Tabbox {
    border: solid 3px #F0BB41;
}
/* タブの求人ボックスの求人 */
.joboffer_name-01, .joboffer_name-02 {
    color: #FA7F0C;
    font-size: 3rem;
    font-weight: bold;
    margin-top: 30px;
    text-align: center;
}
.joboffer_name-line {
    border-bottom: 5px solid #F0BB41;
    padding-bottom: 15px;
}
.joboffer_01 dl, .joboffer_02 dl {
    display: flex;
    flex-wrap: wrap;
    margin: 55px 0 0 10px;
    text-align: center;
	font-size: 1.6rem;
}
.joboffer_01 dl dt, .joboffer_02 dl dt {
    width: 20%;
    height: 50px;
    line-height: 50px;
    background: #F0BB41;
    margin-bottom: 20px;
    color: #fff;
}
.joboffer_01 dl dd, .joboffer_02 dl dd {
    width: 80%;
    height: 50px;
    display: flex;
    padding-left: 50px;
    align-items: center;
}
/* 求人の位置調整 */
#officework_tab, #sales_tab, #it_tab {
    margin: 0 50px;
    padding: 50px 0;
}
#officework_tab img, #sales_tab img, #it_tab img  {
    display: flex;
    margin: 0 auto;
}
.officework_tab-img_01 {
    width: 62.5%;
}
.officework_tab-img_02 {
    width: 100%;
}
.sales_tab-img_01, .sales_tab-img_02, .it_tab-img_01, .it_tab-img_02 {
    width: 70%;
}
/* ---- INTERVIEW ----*/
.interview_box {
    font-size: 3rem;
    margin: 60px auto;
}
.interview_01, .interview_02 {
    display: flex;
    position: relative;
}
.interview01_img, .interview02_img {
    margin-left: 20px;
    width: 49%;
}
.interview_01-infoarea, .interview_02-infoarea {
    padding: 0 15px;
    height: 60px;
    line-height: 60px;
    display: block;
    background:#F0BB41;
    text-align: center;
    color:#FFFFFF;
    font-size: 1.5rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.interview_01-infoarea {
    position: absolute;
    top: 260px;
}
.interview_02-infoarea {
    position: absolute;
    top: 480px;
}
.interview_catch, .interview_catch2, .Modal_catch {
    color: #F04175;
    font-weight: bold;
}
.interview_catch {
    position: absolute;
    top: 0;
    right: 150px;
}
.interview_catch2 {
    position: absolute;
    top: 150px;
    right: 220px;
}
.interview_text, .interview_text2 {
    line-height: 1.5;
}
.interview_text {
    position: absolute;
    top: 100px;
    left: 440px;
}
.interview_02 {
    padding-top: 150px;
}
.interview_text2 {
    position: absolute;
    top: 250px;
    left: 450px;
}
/* 「詳しくはこちら」のボタン */
.interview_btn, .interview_btn2 {
    width: 390px;
    height: 80px;
    line-height: 80px;
    display: block;
    text-decoration: none;
    background:#FA7F0C;
    text-align: center;
    color:#FFFFFF;
    font-size: 3.5rem;
    border-radius: 13px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
}
.interview_btn {
    position: absolute;
    top: 220px;
    left: 450px;
}
.interview_btn2 {
    position: absolute;
    top: 370px;
    left: 450px;
}
.interview_btn:hover, .interview_btn2:hover {
    background: #FDAC61;
    color:#FFFFFF;
    box-shadow: none;
}
/* モーダルウィンドウの設定*/
.Modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100vw;
    height: 100vh;
    padding: 32px;
    background-color: rgba(0,0,0,0.2);
    display: grid;
    align-items: center;
    justify-content: center;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s;
}
.ModalIsOpen {
    visibility: visible;
    opacity: 1;
}
.Modal_Content {
    position: relative;
    width: 700px;
    height: 490px;
    font-size: 1.7rem;
    background-color: #FFFFFF;
    padding: 20px;
}
.Modal_img img {
    margin-top: 50px;
    height: fit-content;
    width: 40%;
}
.Modal_catch {
    position: absolute;
    top: 70px;
    left: 45%;
}
.Modal_text, .Modal_text2 {
    line-height: 1.5;
}
.Modal_text {
    position: absolute;
    top: 20%;
    left: 45%;
}
.Modal_text2 {
    position: absolute;
    top: 55%;
    left: 45%;
}
/* 「閉じる」ボタン*/
.Modal_close, .Modal_close2 {
    font-size: 200%;
    font-weight: bold;
    text-align: end;
    cursor: pointer;
}
.Modal_close {
    margin-top: -250px;
}
.Modal_close2 {
    margin-top: -300px;
}
/* ---- Q&A ----*/
.AcordionMenu {
    margin: 70px auto 0 auto;
    width: 100%;
    max-width: 800px;
    font-size: 2.8rem;
}
.Menu {
    width: 100%;
    background-color: #FFFFFF;
}
.Menu-Item {
    margin-bottom: 10px;
    width: 100%;
    background-color: #F0BB41;
}
.Menu-Item-label {
    width: 100%;
    height: 60px;
    padding: 0 55px 0 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #FFFFFF;
    cursor: pointer;
}
.Menu-Item-label::before {
    content:"Q";
    font-weight: bold;
    font-size: 3.5rem;
}
.Menu-Item-label::after {
    content:"＋";
    font-weight: bold;
    font-size: 3.5rem;
}
.Menu-Item-label.active::after {
    content:"－";
    font-weight: bold;
    font-size: 3.5rem;
}
.Menu-Item__Inner {
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: all 0.5s;
}
.Menu-Item-Content {
    width: 100%;
    background-color: #FFFFFF;
    line-height: 2;
    display: flex;
    font-size: 2rem;
    padding: 20px;
}
.Menu-Item-icon::before {
    content:"A";
    font-weight: bold;
    font-size: 3.5rem;
    color: #FA7F0C;
}
.Menu-Item-text {
    padding: 10px 80px;
}
/* ---- フッターメニュー ----*/
.footer {
    background-color: #E8E9F0;
    font-size: 2rem;
    position: relative;
}
.info {
    padding: 20px 0 10px 100px;
}
.footer_logo {
    width: 20%;
}
.footer_name {
    font-weight: bold;
    font-size: 2.5rem;
    padding: 10px 0 30px 10px;
}
.adress {
    padding: 10px 0 40px 10px;
    line-height: 1.5;
}
.footer_menu {
    display: flex;
    position: absolute;
    right: 200px;
    bottom: 95px;
    line-height: 2;
}
.menu_link2 {
    padding-left: 30px;
}
.menu_link li:hover, .menu_link2 li:hover {
    color:#F04175;
}
.menu_link li::before, .menu_link2 li::before {
    content:"";
    display: inline-block;
	box-sizing: border-box;
	width: 6px;
	height: 6px;
	border: 6px solid transparent;
	border-left: 6px solid #F04175;
}
.small {
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    padding-bottom: 10px;
}
/* ---- タブレット向けサイト ----*/
@media screen and (min-width: 641px) and (max-width:1024px) {
    /* 見出し */
    h1 {
        position: absolute;
        top: 3%;
    }
    h1 img {
        width: 40%;
    }
    /* スライドショー  */
    .bg-slider-tb {
        width: 100%;
        height: 120vh;
        background-position:center center;
        background-size: cover;
    }
    /* ABOUT */
    .about_img img {
        position: absolute;
        bottom: 40px;
        left: 500px;
    }
    /* SERVICE */
    .service_contents li p {
        padding-bottom: 190px;
    }
    .service_contents_img {
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translatex(-50%);
    }
    .service_contents_img2  {
        position: absolute;
        left: 50%;
        top: 65%;
        transform: translatex(-50%);
    }
    .service_contents_img3, .service_contents_img4 {
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translatex(-50%);
    }
    .service_contents_img, .service_contents_img2, .service_contents_img3, .service_contents_img4 {
        width: 20%;
    }
    /* INTERVIEW */
    .interview_02 {
        padding-top: 250px;
    }
    /* モーダルウィンドウの設定*/
    .Modal_Content {
        width: 600px;
        height: 300px;
        font-size: 1.3rem;
        overflow-y: scroll;
        white-space: nowrap;
        z-index: 999;
    }
    .Modal_img img {
        position: absolute;
        left: 50%;
        top: 5%;
        transform: translateX(-50%);
        margin: 0;
    }
    .Modal_catch {
        position: absolute;
        top: 85%;
        left: 50%;
        transform: translateX(-50%);
    }
    .Modal_text {
        position: absolute;
        top: 100%;
        left: 30%;
    }
    .Modal_text2 {
        position: absolute;
        top: 150%;
        left: 30%;
        padding-bottom: 10px;
    }
    .Modal_close, .Modal_close2 {
        margin: 0;
    }
}
/* ---- スマートフォン向けサイト ----*/
@media screen and (max-width: 640px) {
    /* 全体 */
    body {
        width: 100%;
    }
    .container {
        width: 100%;
    }
    section {
        margin-bottom: 50px;
    }
    /* 見出し */
    h1 {
        position: absolute;
        bottom: 87%;
    }
    h1 img {
        width: 50%;
        padding-top: 20px;
        position: relative;
        z-index: 1000;
    }
    h2 {
        font-size: 1.8rem;
        margin-left: 20px;
    }
    .h2_line {
        border-bottom: 4px solid #F04175;
    }
    h2::after {
        margin-top: 30px;
        font-size: 0.8rem;
    }
    h3 {
        font-size: 1.5rem;
        margin-left: 20px;
    }
    h3::before {
        font-size: 2rem;
        top: 2px;
        right: 10px;
    }
    /* 登録ボタン */
    .entry_btn {
        width: 200px;
        height: 80px;
        position: absolute;
        left: 10px;
        bottom: 5px;
    }
    .entry_btn a {
        font-size: 2rem;
    }
    /* TOP */
    .catchcopy {
        font-size: 2.3rem;
    }
    #top p {
        font-size: 1.6rem;
        padding: 10px;
        background-color: rgb(255,255,255,0.8);
    }
    /* スライドショー */
    .bg-slider-sp {
        width: 100%;
        height: 100vh;
        background-position:center center;
        background-size: cover;
    }
    /* ABOUT */
    #about {
        margin-top: 50px;
    }
    .about_text {
        margin: 50px 0 0 20px;
        word-break: keep-all;
    }
    .about_text p {
        font-size: 1.25rem;
        margin-right: 0;
        margin-left: 0;
    }
    .about_img {
        width: 50%;
        margin-left: 30px;
    }
    .about_img img {
        position: initial;
    }
    /* SERVICE */
    .service_text {
        font-size: 1.8rem;
    }
    .service_contents li {
        padding-bottom: 100px;
    }
    .service_contents li::after {
        margin-top: 130px;
    }
    .service_contents li p {
        font-size: 1.1rem;
        margin-left: 40px;
    }
    .service_contents_img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%);
    }
    .service_contents_img2 {
        position: absolute;
        left: 50%;
        top: 65%;
        transform: translateX(-50%);
    }
    .service_contents_img3, .service_contents_img4 {
        position: absolute;
        left: 50%;
        top: 60%;
        transform: translatex(-50%);
    }
    .service_contents_img, .service_contents_img2, .service_contents_img3, .service_contents_img4 {
        width: 25%;
    }
    /* INTERVIEW */
    /* モーダルウィンドウの設定*/
    .Modal_Content {
        width: 350px;
        font-size: 1.3rem;
        overflow-y: scroll;
        white-space: nowrap;
    }
    .Modal_img img {
        position: absolute;
        left: 50%;
        top: 10%;
        transform: translateX(-50%);
        margin: 0;
    }
    .Modal_catch {
        position: absolute;
        top: 40%;
        left: 50%;
        transform: translateX(-50%);
    }
    .Modal_text {
        position: absolute;
        top: 45%;
        left: 15%;
    }
    .Modal_text2 {
        position: absolute;
        top: 75%;
        left: 15%;
        padding-bottom: 10px;
    }
    .Modal_close, .Modal_close2 {
        margin: 0;
    }
    /* フッターメニュー */
    .info {
        padding: 20px 10px 0;
    }
    .footer_logo {
        width: 50%;
    }
    .footer_name {
        font-size: 2rem;
        padding: 10px 0 30px 10px;
    }
}
/* ---- スマートフォン、タブレット向け双方に適用 ----*/
@media screen and (max-width: 1024px) {
    /* スマートフォン、タブレットサイズでは非表示 */
    .pc_menu, .footer_menu, .bg-slider-pc, .entry_btn {
        display: none;
    }
    #page-top {
        visibility: hidden;
    }
    /* ハンバーガーメニュー */
    .hamburger_menu {
        position: fixed; 
        top: 6%;
        left: 85%;
        background-color: #F04175;
        z-index: 2;
    }
    .hamburger_menu__inner {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0.5rem 1rem;
    }
    /* ハンバーガーボタンのデザイン */
    .drawer__button {
        position: relative;
        width: 3rem;
        height: 3rem;
        background-color: transparent;
        border: none;
        cursor: pointer;
        z-index: 999; 
    }
    /* ハンバーガーボタン内の線 */
    .drawer__button > span {
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 2rem;
        height: 2px;
        background-color: #fff;
        transform: translateX(-50%);
    }
    .drawer__button > span:first-child {
        transform: translate(-50%, calc(-50% - 0.5rem));
        transition: transform 0.3s ease;
    }
    .drawer__button > span:nth-child(2) {
        transform: translate(-50%, -50%);
        transition: opacity 0.3s ease;
    }
    .drawer__button > span:last-child {
        transform: translate(-50%, calc(-50% + 0.5rem));
        transition: transform 0.3s ease;
    }
    /* 展開時のデザイン */
    .drawer__button.active > span:first-child {
        transform: translate(-50%, -50%) rotate(-45deg);
        background-color: #F04175;
    }
    .drawer__button.active > span:nth-child(2) {
        opacity: 0;
        background-color: #F04175;
    }
    .drawer__button.active > span:last-child {
        transform: translate(-50%, -50%) rotate(45deg);
        background-color: #F04175;
    }
    /* メニューのデザイン */
    .drawer__nav {
        position: fixed; 
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        transition: opacity 0.3s ease;
        opacity: 0;
        visibility: hidden;
    }
    .drawer__nav.active {
        opacity: 1;
        visibility: visible;
    }
    .drawer__nav__inner {
        position: relative;
        height: 100%;
        background-color: white;
        padding: 13rem 1.5rem 1rem;
        margin: 0 0 0 auto;
        overflow: scroll;
        transform: translateX(100%);
        transition: transform 0.3s ease;
    }
    .drawer__nav.active .drawer__nav__inner {
        transform: translateX(0);
    }
    .drawer__nav__menu {
        list-style: none;
        font-size: 2.4rem;
        font-weight: bold;
    }
    .drawer__nav__link {
        display: block;
        color: black;
        text-decoration: none;
        padding: 2rem 2rem;
    }
    .drawer__nav__link:hover  {
        color: #F04175;
    }
    .drawer__nav__link_text {
        font-size: 1.4rem;
        color: #F04175;
        text-transform: uppercase;
        display: flex;
        margin-top: 5px;
    }
    /* ハンバーガーメニュー展開時、背景を固定 */
    body.active {
        height: 100%;
        overflow: hidden;
    }
    /* TOP */
    .catchcopy {
        font-size: 2.3rem;
    }
    #top p {
        font-size: 1.6rem;
        padding: 10px;
        background-color: rgb(255,255,255,0.8);
    }
    /* JOB OFFER */
    .joboffer_text {
        text-align: center;
        font-size: 1.6rem;
        margin: 40px 0;
    }
    /* タブ関係 */
    .Tabmenu {
        margin: 40px 0;
    }
    .Tab {
        width: 80px;
        height: 50px;
        line-height: initial;
        font-size: 1rem;
        font-weight: bold;
        padding: 10px 0;
    }
    .br-sp {
        display: block;
    }
    .tab-space {
        padding-top: 10px;
    }
    .Tabbox {
        margin: 0 20px;
    }
    .ContentIsActive {
        flex-direction: column;
    }
    .joboffer_01 {
        margin-bottom: 50px;
    }
    .joboffer_name-01, .joboffer_name-02 {
        font-size: 2rem;
    }
    .joboffer_01 dl, .joboffer_02 dl {
        font-size: 1.2rem;
    }
    #officework_tab, #sales_tab, #it_tab {
        margin: 0 10px;
        padding: 50px 0;
    }
    /* INTERVIEW */
    .interview_box {
        font-size: 1.5rem;
        margin: 60px auto 350px;
    } 
    .interview01_img {
        margin: 0 auto;
    }
    .interview02_img {
        margin: 100px auto 0;
    }
    .interview_01-infoarea, .interview_02-infoarea {
        position: absolute;
        left: 50%;
        top: 90%;
        transform: translateX(-50%);
        width: 70%;
        height: 40px;
        line-height: 40px;
        font-size: 1.4rem;
    }
    .interview_01-infoarea {
        position: absolute;
        left: 50%;
        top: 90%;
        transform: translateX(-50%);
    }
    .interview_02-infoarea {
        position: absolute;
        left: 50%;
        top: 100%;
        transform: translateX(-50%);
    }
    .interview_catch {
        position: absolute;
        top: 130%;
        left: 16%;
        right: 0;
    }
    .interview_catch2 {
        position: absolute;
        top: 114%;
        left: 16%;
        right: 0;
    }
    .interview_text {
        position: absolute;
        top: 150%;
        left: 16%;
    }
    .interview_text2 {
        position: absolute;
        top: 121%;
        left: 16%;
    }
    .interview_btn, .interview_btn2 {
        width: 200px;
        height: 50px;
        line-height: 50px;
        font-size: 1.5rem;
    }
    .interview_btn {
        position: absolute;
        top: 190%;
        left: 15%;
        z-index: 1;
    }
    .interview_btn2 {
        position: absolute;
        top: 135%;
        left: 15%;
    }
    /* Q&A */
    .AcordionMenu {
        font-size: 1.3rem;
    }
    .Menu-Item {
        width: 90%;
        margin: 10px auto;
    }
    .Menu-Item-label {
        height: 40px;
        padding: 0 5px;
    }
    .Menu-Item-label::before, .Menu-Item-label::after, .Menu-Item-label.active::after, .Menu-Item-icon::before {
        font-size: 2.3rem;
    }
    .Menu-Item-Content{
        font-size: 1.1rem;
        padding: 20px 8px;
    }
    .Menu-Item-text {
        padding: 10px 15px;
        word-break: keep-all;
    }
}