/* 文字をutf-8に指定 */
@charset "utf-8";

/* ブラウザの差分をなくすため使用 */
@import url("sanitize.css");

/* Noto serif JPのフォントを使用 */
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');

/* Luxurious Scriptのフォントを使用 */
@import url('https://fonts.googleapis.com/css2?family=Luxurious+Script&family=Noto+Serif+JP&display=swap');

/* ▼全体デザイン▼ */
.container {
    max-width: 1440px;
    height: auto;
    top: 0;
    left: 0;
    margin: 0 auto 50px auto;
}

.container h1{
    padding: 0 10px;
}

.container h2{
    padding: 0 10px;
}

.container p{
    padding: 0 10px;
}

.container ul{
    padding: 0 10px;
}

.container li{
    padding: 0 10px;
}
/* ▲全体デザイン▲ */

/* ▼サイトデザイン▼ */
/* ▼indexページデザイン▼ */
.full_width {
    margin: 0 calc(50% - 50vw);
}

.large_width {
    margin: 0 calc(25% - 25vw);
}

.top_image {
    width: 100%;
    height: 1000px;
    object-fit: cover;
}

.MainTitle {
    font-size: 128px;
    margin: 88px 0 0 10px;
}

.Offers {
    margin: 0 0 0 10px;
}

.MainDescription {
    font-size: 16px;
    margin-top: 0;
    padding: 0 50px;
}

.appeal_seminar p {
    font-size: 50px;
    margin: 0;
    color: #fff;
    text-align: center;
}

.appeal_haken {
    height: 240px;
    position: relative;
    margin-bottom: 10px;
}

.appeal_haken_image {
    width: 100%;
    height: 240px;
    border: solid 2px #fff;
    object-fit: cover;
    object-position: 75% 75%;
    opacity: 0.5;
}

.appeal_shokai {
    height: 240px;
    position: relative;
    margin-bottom: 10px;
}

.appeal_shokai_image {
    width: 100%;
    height: 240px;
    border: solid 2px #fff;
    object-fit: cover;
    opacity: 0.5;
}

.appeal_giseki {
    height: 240px;
    position: relative;
    margin-bottom: 10px;
}

.appeal_giseki_image {
    width: 100%;
    height: 240px;
    border: solid 2px #fff;
    object-fit: cover;
    opacity: 0.5;
}

.appeal_gishi {
    height: 240px;
    position: relative;
    margin-bottom: 10px;
}

.appeal_gishi_image {
    width: 100%;
    height: 240px;
    border: solid 2px #fff;
    object-fit: cover;
    opacity: 0.5;
}

.appeal_seikatu {
    height: 240px;
    position: relative;
}

.appeal_seikatu_image {
    width: 100%;
    height: 240px;
    border: solid 2px #fff;
    object-fit: cover;
    opacity: 0.5;
}

.AppealPoin h2 {
    font-size: 40px;
    margin-left: 10px;
}

.Appeal_1 p {
    font-size: 100px;
    margin: 0;
    color: #fff;
}

.Executive {
    position: relative;
}

.Grande {
    position: relative;
}

.Online {
    position: relative;
}

.Collective {
    position: relative;
}

.top_left {
    position: absolute;
    top: 0;
    left: 0;
}

.bottom_right {
    position: absolute;
    bottom: 0;
    right: 0;
}

.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.opacity_color {
    background-color: #000;
}

.seminar_style {
    width: 100%;
    height: 400px;
    object-fit: cover;
    margin-bottom: 10px;
    opacity: 0.5;
    display: block;
}

.appeal_image {
    width: 100%;
    height: 700px;
    object-fit: cover;
    opacity: 0.5;
    display: block;
}

.appeal_item {
    position: relative;
}

.Appeal_2 p {
    font-size: 25px;
    color: #fff;
}

.Appeal_3 p {
    font-size: 25px;
    color: #fff;
}

.Appeal_4 p {
    font-size: 25px;
    color: #fff;
}

.Appeal_5 p {
    font-size: 25px;
    color: #fff;
}

/* ▼newsデザイン▼ */
.News h2 {
    font-size: 80px;
    margin: 0;
    padding: 60px 0 0 10px;
}

.News a{
    text-decoration: none;
}

.NewsItems {
    list-style: none;
    border-top: 1px solid #ababab;
    border-bottom: 1px solid #ababab;
    display: flex;
    margin: 0;
    align-items: center;
}

.NewsItems ul{
    width: 1100px;
    list-style: none;
    margin-right: 20px;
    padding: 20px 0;
}

.Date {
    width: 200px;
    font-size: 24px;
    text-align: center;
    padding: 20px 0;
}

.NewsTitle {
    font-size: 24px;
}

.NewsDescription {
    font-size: 16px;
}

.news_logo {
    width: 80px;
    padding: 20px 0;
    float: right;
}

.Link_Title {
    width: 100%;
    color: #000;
    font-size: 32px;
    text-align: center;
    border: 1px solid #000;
    padding: 20px;
    margin: 10px 0 0 0;
}
/* ▲newsデザイン▲ */
/* ▲indexページデザイン▲ */

/* ▼aboutページデザイン▼ */
.Flow,.Caution,.ReSchedule,.MemberBenefits,.Cancel,.Change,.Seminar_Date {
    width: 1000px;
    margin: 40px auto 0 auto;
}

.Flow h2 {
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 64px;
    margin: 0 0 16px 0;
}

.Order_item {
    display: flex;
}

.Order {
    font-size: 40px;
    margin: 0;
}

.OrderTitle {
    font-size: 32px;
    margin: 10px 0 0 10px;
}

.OrderDescription {
    margin: 16px 0 16px 32px;
}

.ParagraphCaution {
    font-size: 24px;
    font-weight: bold;
    color: #ff0000;
}

.ParagraphAttention {
    font-size: 24px;
    font-weight: bold;
}

.Caution h2 {
    font-size: 64px;
    color: #ff0000;
    margin: 0 0 16px 0;
}

.TitleCaution {
    font-size: 32px;
    color: #ff0000;
    margin: 0;
}

.TitleParagraph {
    font-size: 32px;
    margin: 0;
}

.ParagraphTitle {
    font-size: 32px;
    margin: 0;
}

.Caution p{
    margin: 0 0 16px 32px;
}

.Example {
    width: 800px;
    margin: 20px auto 20px auto;
}

.sign {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

.Signature {
    font-family: "Luxurious Script", cursive;
}

.ReSchedule h2{
    font-size: 64px;
    margin: 0 0 16px 0;
}

.ParagraphDescription {
    margin: 0 0 16px 32px;
}

.MemberBenefits h2{
    font-size: 64px;
    margin: 0 0 16px 0;
}

.MemberBenefits p {
    margin: 0 0 16px 32px;
}

.Cancel h2{
    font-size: 64px;
    margin: 0 0 16px 0;
}

.Cancel p {
    margin: 0 0 16px 32px;
}

.Change h2{
    font-size: 64px;
    margin: 0 0 16px 0;
}

.Change p {
    margin: 0 0 16px 32px;
}

.Seminar_Date h2{
    font-size: 64px;
    margin: 0 0 16px 0;
}

.Seminar_Date p {
    margin: 0 0 16px 32px;
}
/* ▲aboutページデザイン▲ */

/* ▼companyページデザイン▼ */
.CompanyDetail {
    width: 1000px;
    margin: 40px auto 0 auto;
}

.company_table tr {
    border-collapse: collapse;
    border-spacing: 0;
    border-top: solid 1px #ababab;
    border-bottom: solid 1px #ababab;
}

.company_table th {
    width: 300px;
    text-align: center;
    color: #ababab;
    padding: 25px 0;
    font-weight: lighter;
}

.company_table td {
    padding: 25px 0;
    font-size: 18px;
}

.company_table ul {
    padding: 0;
}

.company_table li {
    list-style: none;
    padding: 0;
}

.company_page_logo {
    width: 80px;
    margin-right: 20px;
    float: right;
}
/* ▲companyページデザイン▲ */

/* ▼premiumページデザイン▼ */
.top_premium {
    margin-top: 40px;
    width: 100%;
}

.Premium {
    margin: 0;
}

.PremiumSchedule {
    list-style: none;
    max-width: 90%;
    margin: 0 auto;
}

.image_on_text p{
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 100px;
    margin: 0;
    margin-right: clamp(calc(20% - 20vw), 0);
	margin-left: clamp(calc(20% - 20vw), 0);
    color: #fff;
}

.PremiumSchedule h2 {
    font-size: 40px;
}

.HakenPremiumExective,.ShokaiPremiumExective,.GiSekiPremiumExective,.GiShiPremiumExective,.SeikatuPremiumExective,.HakenPremiumGrande,.ShokaiPremiumGrande,.GiSekiPremiumGrande,.GiShiPremiumGrande,.SeikatuPremiumGrande {
    display: flex;
    align-items: center;
    background-color: #fff;
    margin-bottom: 24px;
    padding: 15px;
    box-shadow: 8px 8px #d9d9d9;
}

.flex_icon img {
    width: 75px;
}

.flex_text dl {
    margin-left: 32px;
    display: flex;
}

.flex_text dd {
    font-size: 24px;
}

.ItemTitle {
    width: 100px;
    text-align: center;
    padding: 4px;
    border: solid 1px #000;
}

.flex_link {
    margin-left: auto;
}

.flex_link li {
    margin: 20px 0 20px 0;
}

.flex_link a {
    text-decoration: none;
    text-align: center;
    font-size: 32px;
    color: #000;
    padding: 8px;
    border-radius: 8px;
    border: solid 1px #000;
}

.filter_info input{
    transform: scale(2.0);
    margin: 0 10px 20px 20px;
}
/* ▲premiumページデザイン▲ */

/* ▼FAQページデザイン▼ */
.FAQTitle {
    text-align: center;
    background-color: #fff;
    margin-bottom: 24px;
    padding: 30px;
    box-shadow: 8px 8px #d9d9d9;
    font-size: 20px;
}

.FAQDescription {
    margin: 0 0 10px 20px;
}
/* ▲FAQページデザイン▲ */

/* ▼contactページデザイン▼ */
.radio_design{
    margin: 0 10px 50px 0;
}

.radio_design input{
    transform: scale(2.0);
    margin: 0 30px;
}

.ContactForm {
    margin: 0 10px;
}

input[type="date"]{
    position: relative;
}

input[type=date]::-webkit-calendar-picker-indicator {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.ContactForm select {
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    border: solid 1px #000;
    margin-bottom: 16px;
}

.ContactForm input {
    width: 100%;
    height: 40px;
    background-color: #f5f5f5;
    border: solid 1px #000;
    margin-bottom: 16px;
}

.ContactForm textarea {
    width: 100%;
    height: 120px;
    background-color: #f5f5f5;
    border: solid 1px #000;
    margin-bottom: 16px;
}

.ContactForm label {
    margin-bottom: 10px;
}

.must_label {
    font-size: 12px;
    color: #ff0000;
    padding: 5px;
}

.address_radio {
    margin-bottom: 16px;
}

.address_radio input{
    transform: scale(2.0);
    margin: 0 30px;
}

.agreement_info input{
    transform: scale(2.0);
    margin: 0 30px;
}

.input_bottom input {
    margin-bottom: 0;
}

.input_bottom select {
    margin-bottom: 0;
}

.input_bottom textarea {
    margin-bottom: 0;
}
/* ▲contactページデザイン▲ */

/* ▼sign_upページデザイン▼ */
.Caution a {
    color: #0000ee;
    text-decoration: none;
}

.Caution a:hover {
    color:#ff0000;/*文字色*/
    text-decoration:underline;
}
/* ▲sign_upページデザイン▲ */

/* ▼entryページデザイン▼ */
.Announce a {
    color: #0000ee;
    text-decoration: none;
}

.Announce a:hover {
    color:#ff0000;/*文字色*/
    text-decoration:underline;
}
/* ▲entryページデザイン▲ */