@charset "UTF-8";

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans jp-<uniquifier> {
    font-family: 'Noto Sans JP', sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
}

body {
    width: 100vw;
    /* font-family: "Noto Sans JP Black"; */
}

/* ヘッダー －－－－－－－－－－－－－－－－－－*/

header {
    width: 100%;
    margin: auto;
}

.header-bar {
    display: flex;
    margin-top: 16px;
    margin-bottom: 16px;
}

.logo-container {
    width: 50%;
    padding-left: 20px;
    padding-top: 6px;
}

.logo {
    width: 120px;
}

.inquiry-container {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    padding-right: 20px;
}

.inquiry {
    width: 160px;
    height: 38px;
    line-height: 33px;
    background-color: #ffffff;
    border: 2px solid #be1a20;
    border-radius: 30px;
    color: #be1a20;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.inquiry:hover {
    width: 160px;
    height: 38px;
    line-height: 33px;
    background-color: #be1a20;
    border: 2px solid #be1a20;
    border-radius: 30px;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.top-inquiry {
    text-decoration: none;
}

/* メインビジュアル －－－－－－－－－－－－－－－－－－*/

.hr-main {
    border-bottom: 12px solid #be1a20;
}

.title-red-container {
    width: 100%;
    height: 60px;
    background-color: #be1a20;
    color: white;
    text-align: center;
    margin-top: -1px;
}

.kenshu-title {
    font-size: 16px;
    font-weight: 700;
}

.kenshu-subtitle {
    font-size: 16px;
    font-weight: 700;
}

.nav-container {
    display: none;
}

/* プログラム －－－－－－－－－－－－－－－－－－*/

.program {
    width: 92%;
    margin: 0 auto;
}

.plan-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 17px;
}

.hr-title {
    border-top: 16px solid #be1a20;
    width: 20%;
}

.plan-title {
    width: 240px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 20px;
    margin-right: 20px;
}

.subtitle-container {
    margin-top: 17px;
    margin-bottom: 44px;
}

.subtitle {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    text-align: center;
}

.menu {
    margin-top: 16px;
    margin-bottom: 24px;
}

.price01-container {
    margin: 0 auto;
    margin-top: 30px;
}

.price02-container {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 60px;
}

/* おすすめ  目的　研修スタイル　共通スタイル－－－－－－－－－－－－－－－－－－*/
.common-container {
    margin-bottom: 0;
}

.common-container.recommend {
    width: 100%;
}

/* 目的　－－－－－－－－－－－－－－－－－－*/
.course-purpose {
    margin-top: 17px;
    margin-bottom: 16px;
    text-align: center;
}

.purpose-title {
    width: 275px;
    font-size: 18px;
    font-weight: 600;
    margin: 0 auto;
}

/* 研修スタイル－－－－－－－－－－－－－－－－－－ */
.style-container {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    text-align: center;
}

/* PDF－－－－－－－－－－－－－－－－－－ */
.document-container {
    margin: 0 auto;
    text-align: center;
    width: 90%;
    margin: 0 auto;
}

.custom-button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 80px;
    line-height: 1.4;
    background: #fadfd0;
    border: none;
    font-size: 14px;
    color: black;
    text-decoration: none;
    transition: opacity 0.3s ease;
    cursor: pointer;
    margin: 0 auto;
    margin-bottom: 16px;
}

.custom-button:hover {
    opacity: 0.7;
}

/* お問い合わせ －－－－－－－－－－－－－－－－－－*/
/* 必須  */

.mandatory {
    background-color: #be1a20;
    border: 2px solid #be1a20;
    border-radius: 30px;
    width: 42px;
    height: 23px;
    padding: 0px 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}

.un-mandatory {
    background-color: #ffffff;
    width: 42px;
    height: 23px;
    padding: 0px 5px;
    font-size: 16px;
    color: #ffffff;
    line-height: 1.5;
}

#online-point {
    width: 100vw;
    height: 100%;
    padding: 20px 4.26vw;
    text-align: center;
    background-color: #232f3e;
    color: #ffffff;
    font-size: 40px;
    box-sizing: border-box;
}

.online-point--title {
    font-size: 32px;
    margin-top: 0;
    margin-bottom: 60px;
}

.online-point--content {
    position: relative;
    width: 100%;
    box-sizing: border-box;
    background-color: #ffffff;
    border-color: #f68d11;
    border-style: solid;
    border-width: 4px;
    /* margin-right: 20px; */
    margin-bottom: 50px;
    padding: 20px;
    padding-top: 60px;
}

.online-point--content-sp {
    height: 100%;
    min-height: 313px;
}

.online-point--type-image {
    display: block;
    position: absolute;
    box-sizing: border-box;
    left: calc(100% / 2 - (130px / 2));
    top: calc(-130px / 4);
    height: auto;
    margin: 0;
    padding: 0px;
    z-index: 1;
}

.online-point--content h4 {
    font-size: 24px;
    color: #333333;
    margin-bottom: 20px;
}

.online-point--content p {
    font-size: 14px;
    color: #333333;
}

.content-detail--heading + p {
    margin-top: 10px;
}

.content-detail {
    margin-left: 20px;
}

#form-style {
    width: 100vw;
    padding: 4.26vw;
    background-color: #f2f2f2;
}

#form {
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
}

.form--alternative-phrase {
    font-size: 24px;
    color: #333333;
}

.form--alternative-phrase__emphasis {
    font-size: 32px;
    color: #333333;
}

.form--title {
    font-size: 40px;
}

.form--phrase {
    font-size: 14px;
    text-align: left;
    margin-bottom: 5px;
}

.confirmation {
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    margin: auto;
    padding: 30px;
    font-family: 'Noto Sans JP Black';
}

.confirmation-box--tr {
    width: 100%;
    margin-bottom: 10px;
    min-height: 24px;
}

.confirmation-box--tr:nth-child(even) {
    background-color: #f2f2f2;
}

.confirmation-box--tr:nth-child(odd) {
    background-color: white;
}

.confirmation-box--tr--label {
    padding-left: 5px;
    max-width: 100%;
    line-height: 30px;
    background-color: #f2f2f2;
    word-break: break-all;
}

.confirmation-box--tr--define {
    max-width: 100%;
    line-height: 30px;
    background-color: white;
    word-break: break-all;
}

.confirmation--text__title {
    font-size: 20px;
}

.confirmation--text__context {
    font-size: 14px;
}

.confirmation--label {
    font-size: 14px;
}

#back--button {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border: 2px solid #be1a20;
    border-radius: 60px;
    color: #be1a20;
    box-sizing: border-box;
    display: block;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#back--button:hover {
    width: 100%;
    height: 80px;
    background-color: #be1a20;
    border: 2px solid #be1a20;
    border-radius: 60px;
    color: #ffffff;
    box-sizing: border-box;
    display: block;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#submit--application {
    width: 100%;
    height: 80px;
    background-color: #c9caca;
    border: 2px solid #898989;
    border-radius: 60px;
    color: #ffffff;
    box-sizing: border-box;
    display: block;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#submit--application.verified {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border: 2px solid #be1a20;
    border-radius: 60px;
    color: #be1a20;
    box-sizing: border-box;
    display: block;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#submit--application.verified:hover {
    width: 100%;
    height: 80px;
    background-color: #be1a20;
    border: 2px solid #be1a20;
    border-radius: 60px;
    color: #ffffff;
    box-sizing: border-box;
    display: block;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.recaptha-form {
    width: 100%;
    margin: auto;
}

#recaptcha {
    margin: auto;
}

#recaptcha > div {
    overflow: hidden !important;
    max-width: 100% !important;
}

#recaptcha iframe {
    transform-origin: 0 0;
    transform: scale(0.6613);
}

/* #warning{
    text-align: center;
} */

.warning-form {
    height: 100%;
    margin-bottom: 10px;
}

.warning-form p {
    font-size: 12px;
    padding: 0;
    margin: auto;
}

.warning__verified {
    visibility: hidden;
}

#contact {
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #ffffff;
    padding: 4.6vw;
    box-sizing: border-box;
    box-shadow: 3px 3px 6px silver;
}

#contact hr {
    width: 100%;
    height: 2px;
    background-color: #e6e6e6;
    border: none;
    color: #e6e6e6;
    margin: 15px auto;
}

.contact--domain-area {
    align-items: stretch;
    justify-content: center;
    margin: auto;
    font-size: 14px;
    line-height: 1.5;
    height: 100%;
}

.contact--domain-area--remark {
    align-items: stretch;
    justify-content: center;
    margin: auto;
    font-size: 14px;
    height: 100%;
}

.contact--domain-area__top {
    align-items: stretch;
    justify-content: center;
    margin: auto;
    padding-top: 20px;
    font-size: 14px;
    line-height: 1.5;
}

.contact--domain {
    width: 100%;
    height: 100%;
    text-align: left;
    margin: auto auto 5px;
}

.contact--domain__remark {
    width: 100%;
    text-align: left;
    vertical-align: top;
    margin: 15px auto 5px;
}

.contact--domain-identity {
    width: 100%;
    height: 100%;
    text-align: left;
    margin: auto;
    padding-top: 5px;
    padding-bottom: 5px;
}

.contact--domain-identity p {
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
    padding-right: 2px;
}

.contact--domain-identity--textarea {
    width: 100%;
    text-align: left;
}

.contact--domain-identity input[type='checkbox'] {
    font-size: 14px;
}

.contact--domain-identity--input {
    width: 100%;
    height: 40px;
}

.contact--domain-identity--input__textarea {
    width: 100%;
}

.contact--precautions {
    width: 100%;
    height: 250px;
    margin: auto auto 30px;
    overflow-y: scroll;
    border: solid 3px #e6e6e6;
}

#privacy {
    width: 100%;
    padding: 0px;
    text-align: left;
}

#form input[type='submit'] {
    width: 100%;
    height: 80px;
    background-color: #ffffff;
    border: 2px solid #be1a20;
    border-radius: 60px;
    color: #be1a20;
    box-sizing: border-box;
    display: block;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#form input[type='submit']:hover {
    width: 100%;
    height: 80px;
    background-color: #be1a20;
    border: 2px solid #be1a20;
    border-radius: 60px;
    color: #be1a20;
    box-sizing: border-box;
    display: block;
    margin: auto;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

#tel {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    background-color: #ffffff;
    font-size: 20px;
    color: #000000;
    text-align: center;
    padding: 20px;
}

.tel__emphasis {
    font-size: 34px;
}

.pm-container {
    width: 120px;
    margin: 0 auto;
    padding-top: 24px;
    padding-left: 20px;
}

#tel a {
    color: #000000;
}

/* フッター */

footer {
    width: 100%;
    margin: auto;
    background-color: #be1a20;
}

#company-info {
    padding-bottom: 20px;
}

.logo-white-container {
    width: 140px;
    margin: 0 auto;
    padding-top: 10px;
}

.logo-white {
    width: 140px;
    margin-top: 16px;
    margin-bottom: 16px;
}

.address-container {
    width: 78%;
    margin: 0 auto;
    padding-top: 12px;
}

.address {
    text-align: left;
    color: #fff;
    font-size: 14px;
}

#company-info a {
    color: #ffffff;
}

.logo-white:hover {
    opacity: 0.5;
}

#copyright {
    text-align: center;
    margin: auto;
    padding: auto;
    height: 40px;
    background-color: #be1a20;
    color: #ffffff;
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
}

/*
    特殊効果
*/

.button--adjust-margin {
    display: inline-block;
}

a.non-underlined {
    text-decoration: none;
}

.clearfix::after {
    content: '';
    display: block;
    clear: both;
}

.orange-point {
    margin: 0 auto 0px;
}

a.non-underlined {
    text-decoration: none;
}

/* スマホ用デザイン */
a.sp-centering {
    margin: auto;
}

/* validate.js用 */
label.error {
    background-color: red;
    color: white;
    line-height: 2;
    margin-left: 2px;
    border-radius: 5px;
    font-size: 12px;
    padding-left: 2px;
    padding-right: 2px;
}
