@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

*,
::before,
::after {
    box-sizing: border-box;
    border-style: solid;
    border-width: 0;
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
    font-size: 10px;
}

body {
    margin: 0 auto;
    text-align: left;
    font-family: "Noto Sans JP", YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
    font-style: normal;
    font-size: 1.6rem;
    color: #FFF;
    line-height: 1.5;
    background-color: #000066;
    background-image: url('../img/bg.jpg');
}

a:link,
a:visited {
    color: #FFF;
    text-decoration: none;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    height: auto;
    outline: none;
    vertical-align: middle;
    border: 0;
    display: block;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td {
    padding: 0;
    vertical-align: top;
}
a {
    text-decoration: none;
}
.left {
    font-size: 10px;
    line-height: 130%;
}
.main {
    font-size: 12px;
    line-height: 140%;
}
.content-table {
    width: 705px;
}
.text-table {
    width: 705px;
}
.text-table td {
    padding: 3px;
}
.spacer {
    height: 1em;
}

/* 元のCSS定義 + 色指定 */
.left {
    font-size: 10px;
    line-height: 130%;
}
.main {
    font-size: 14px;
    line-height: 130%;
}
.text-cyan {
    color: #99FFFF;
}
.text-white {
    color: #ffffff;
}

/* レイアウト調整用 */
.header-bg {
    background-color: #000052;
}
.sidebar-bg {
    background-image: url('../img/middle_bg.jpg');
}
.left-border-bg {
    background-image: url('../img/left_bg.gif');
}

/* 画像の回り込み（float） */
.float-left {
    float: left;
    margin-right: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.float-right {
    float: right;
    margin-left: 10px;
    margin-bottom: 5px;
    margin-top: 5px;
}

/* 余白調整 */
.p-6 { padding: 6px; }
.p-5 { padding: 5px; }
.p-4 { padding: 4px; }
.mb-2 { margin-bottom: 8px; }
.mt-2 { margin-top: 8px; }
.mx-auto { margin-left: auto; margin-right: auto; }

/* プレゼントボックス */
.present-container {
    background-color: #99FFFF;
}
.present-header {
    background-color: #00CCFF;
    text-align: center;
    padding: 2px;
}
.present-body {
    background-image: url('../img/sign.jpg');
    padding: 2px;
}

/* インタビュー後記ボックス */
.interview-box {
    background-color: #003399;
    width: 490px;
}

/* プレゼントコーナー用 */
.present-box {
    background-color: #99FFFF;
    background-image: url('../img/00ccff.gif');
}
.present-inner {
    background-image: url('../img/sign.jpg');
}

/* スペーサー代わりのマージン */
.mb-2 { margin-bottom: 8px; }
.mt-2 { margin-top: 8px; }
.mx-auto { margin-left: auto; margin-right: auto; }


.interview-button {
    display: inline-block;
    padding: 10px 20px 10px 30px;
    color: #2C2C7F;
    border: 2px solid #fff;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    margin: 30px 0;
}

.interview-button:hover {
    background-color: #fff;
    color: #2C2C7F;
}

.interview-button:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 20px;
    /* 矢印と文字の隙間 */
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 10px solid #fff;
    /* 矢印の色 */

}

.interview-button:hover:after {
    border-left: 10px solid #2C2C7F;
    /* 矢印の色 */

}

.margin0a {
    margin: 0 auto;
}

.marginb__30 {
    margin-bottom: 30px;
}

.footer {
    padding: 24px;
    background-color: #2C2C7F;
}

.footer-content {
    width: 800px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.bg-transparent {
    background: transparent
}

.footer .btn_back {
    padding: 8px 24px;
    background: #000;
    font-size: 1.4rem;
    font-weight: 700;
    color: #FFF;
}

.footer .btn_back span {
    position: relative;
    display: inline-block;
    padding-left: 20px;
}

.footer .btn_back span:before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-left: solid 2px #fff;
    transform: rotate(-45deg);
    top: calc(50% - 3px);
    left: 0;
}

.footer .btn_back:hover {
    color: #fff;
}

.footer .btn_back span:hover:before {
    border-color: #fff;
}

.footer .copy {
    font-size: 1rem;
}

.pager {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 1.6rem;
    margin-top: 60px;
    margin-bottom: 60px;
}

.pager .num {
    display: flex;
    width: 40px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    background: transparent;
    font-weight: 700;
    color: #fff;

}

.pager .num.current {
    background: #fff;
    color: #2C2C7F;
}

.pager .btn_next,
.pager .btn_prev {
    position: relative;
    display: flex;
    width: 120px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    background: #fff;
    font-weight: 700;
    color:#2C2C7F;
}

.pager .btn_prev {
    margin-left: 16px;
}

.pager .btn_next::before,
.pager .btn_prev::before {
    position: absolute;
    content: "";
    top: -1px;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
}

.pager .btn_next::before {
    right: -17px;
    border-left: 16px solid #fff;
    border-right: 0;
}

.pager .btn_prev::before {
    left: -17px;
    border-right: 16px solid #fff;
    border-left: 0;
}

.pager .num.current:hover,
.pager .btn_next:hover,
.pager .btn_prev:hover {
    border-color: #0055ff;
    background: #0055ff;
    color: #fff;
}

.pager .btn_next:hover::before {
    border-left-color: #0055ff;
}

.pager .btn_prev:hover::before {
    border-right-color: #0055ff;
}

