@charset "UTF-8";

/* CSS Document */


/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/


/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/

html {
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    box-sizing: border-box;
}

body {
    line-height: 1;
    overflow-y: scroll;
    word-break: break-all;
}

ul,
ol {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

*::before,
*::after {
    box-sizing: border-box;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
    content: "";
    content: none;
}

a {
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none;
    box-sizing: border-box;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

input,
select {
    vertical-align: middle;
}

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


/* 全体 */

.wrapper {
    max-width: 100%;
}


/*--------------------------------------------------
フォント設定
-----------------------------------------------------*/

body {
    font-family: "MS Pゴシック", sans-serif;
}


/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/


/*全体エリア（全体背景を設定するにはここ）*/

.main {
    background-color: #EDEFF0;
}


/*--------------------------------------------------
ファーストビュー設定
-----------------------------------------------------*/


/* 全体 */

.wrapper {
    max-width: 100%;
}

.main {
    max-width: 750px;
    margin: 0 auto;
}


/*--------------------------------------------------
PCレイアウト設定(min-width1024px)
-----------------------------------------------------*/


/* ヘッダーここから */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", メイリオ, Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", Helvetica, Arial, sans-serif;
    background-color: #e6e6e6;
    letter-spacing: 0.2em;
}

.fv {
    background-image: url(../images/1.png);
    background-size: cover;
    position: relative;
    bottom: 0px;
}

.btn {
    width: 90%;
    max-width: 700px;
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    margin: auto;
}

.cta-0.shiny-effect {
    width: 90%;
    max-width: 700px;
    position: absolute;
    bottom: 2%;
    left: 0;
    right: 0;
    margin: auto;
}

.cta-1.shiny-effect {
    width: 90%;
    max-width: 700px;
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    margin: auto;
}

.cta-2.shiny-effect {
    width: 90%;
    max-width: 700px;
    position: absolute;
    bottom: 7%;
    left: 0;
    right: 0;
    margin: auto;
}

.cta-0 {
    width: 90%;
    max-width: 700px;
    position: absolute;
    bottom: 4%;
    left: 0;
    right: 0;
    margin: auto;
}

.cta-4 {
    width: 90%;
    max-width: 700px;
    position: absolute;
    bottom: 3%;
    left: 0;
    right: 0;
    margin: auto;
}


.l-1 {
    margin: 0px 10px 0px 10px;
}

.switchdsp input {
    display: none;
}

.switchdsp {
    padding: 12px;
}

.switchdsp .dsp {
    height: 0;
    overflow: hidden;
    opacity: 0;
}

.switchdsp input:checked~.dsp {
    height: auto;
    opacity: 1;
}

.course {
    height: 100%;
    background-color: #fff;
    padding: 12px;
}


/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/

.footer {
    background: #444557;
}

.footer .inner {
    padding-top: 55px;
    padding-bottom: 50px;
    max-width: 958px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px; /* 左の余白を確保 */
    padding-right: 20px; /* 右の余白を確保 */
    text-align: left; /* 内部要素を左寄せ */
}

@media screen and (max-width: 819px) {
    .footer .inner {
        padding: 20px 25px;
    }
}

/* ロゴの配置 */
.footer .logo_item {
    display: flex;
    align-items: center;
    column-gap: 30px;
    justify-content: flex-start; /* 左揃え */
}

@media screen and (max-width: 819px) {
    .footer .logo_item {
        column-gap: 15px;
    }
}

.footer .logo_item img {
    width: 100%;
}

/* ロゴのサイズ調整 */
.footer .logo_item .l01 {
    max-width: 163px;
}

@media screen and (max-width: 819px) {
    .footer .logo_item .l01 {
        max-width: 81.5px;
    }
}

.footer .logo_item .l02 {
    max-width: 40px;
}

@media screen and (max-width: 819px) {
    .footer .logo_item .l02 {
        max-width: 20px;
    }
}

.footer .logo_item .l03 {
    max-width: 57px;
}

@media screen and (max-width: 819px) {
    .footer .logo_item .l03 {
        max-width: 28.5px;
    }
}

/* テキストの左揃え */
.footer p {
    color: #ffffff;
    margin-top: 25px;
    font-size: 18px;
    font-weight: 400;
    text-align: left; /* 左揃えを明示 */
    letter-spacing: 0.08em;
}

@media screen and (max-width: 819px) {
    .footer p {
        margin-top: 12px;
        font-size: 9px;
        letter-spacing: 0.04em;
    }
}

/* リンクリストの左揃え */
.footer ul {
    display: flex;
    margin-top: 15px;
    justify-content: flex-start; /* 左揃え */
    flex-wrap: wrap;
}

@media screen and (max-width: 819px) {
    .footer ul {
        margin-top: 6px;
    }
}

.footer ul li {
    font-size: 16px;
    font-weight: 200;
    text-align: left;
    line-height: 1.1;
}

@media screen and (max-width: 819px) {
    .footer ul li {
        font-size: 8px;
        letter-spacing: 0.04em;
    }
}

.footer ul li a {
    display: block;
    color: #ffffff !important;
}

/* リストの間隔調整 */
.footer ul li + li {
    margin-left: 38px;
    position: relative;
}

@media screen and (max-width: 819px) {
    .footer ul li + li {
        margin-left: 19px;
    }
}

/* リストの区切り線 */
.footer ul li + li::after {
    width: 1px;
    height: 100%;
    position: absolute;
    content: "";
    left: -18px;
    top: 50%;
    z-index: 1;
    transform: translateY(-50%);
    background: #ffffff;
}

@media screen and (max-width: 819px) {
    .footer ul li + li::after {
        left: -9px;
    }
}