@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;600;700&display=swap');

/* 全体 */
body {
    background-color: white;
    font-family: 'Noto Sans JP', sans-serif;
}

article {
    letter-spacing: 0;
}

/* 改行オフ */
.br-nopc {
    display: none !important;
}

/* ヘッダー */

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

.program {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
}

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

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

.logo {
    width: 140px;
}

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

/* tuanfix */
.hero {
    position: relative;
    background: url('/old_assets/java-training/img/top-hero.png') no-repeat center center/cover;
    border-top: 18px solid #1f286f;
    border-bottom: 18px solid #1f286f;
    color: #fff;
}

.hero-content {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.text-block {
    background-color: #1f286f;
    display: inline-block;
    padding: 2px 110px 15px;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
}

.content {
    display: flex;
    align-items: flex-start;
    margin: 40px 0;
}

.small-image {
    width: 428.57px;
    height: 333px;
}

.large-text {
    margin: auto;
    font-size: 24px;
    line-height: 36px;
    color: #333;
    width: 630px;
    font-weight: 700;
}

.overview-main {
    width: 1055px;
    margin: auto;
}

.overview-main-2 {
    width: 1070px;
    margin: auto;
}

.overview-container {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    margin-right: auto;
    margin-top: 60px;
    margin-bottom: 60px;
}

.overview__container {
    margin-left: 0;
    margin-right: auto;
    width: 886px;
}

.overview__container_2 {
    margin: auto;
    margin-bottom: 60px;
}

.overview {
    background-color: #ffffff;
    border: 1px solid #b4b4b5;
    min-width: 320px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
}

.overview-2 {
    background-color: #ffffff;
    border: 1px solid #b4b4b5;
    width: 320px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: bold;
}

.overview-description {
    margin-left: 35px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 400;
    word-break: break-word;
}

/* 新しい概要リストと説明用スタイル */
.overview-list-container {
    display: flex;
    justify-content: center;
    margin: auto;
    margin-top: 60px;
    margin-bottom: 60px;
    width: max-content;
}

.overview-list-title {
    background-color: #bbd4ef;
    border: 1px solid #b4b4b5;
    width: 320px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    font-weight: 700;
    margin-right: 35px;
}

.overview__title {
    background-color: #1f286f;
    color: #ffffff;
}

.overview-list {
    display: flex;
    flex-direction: column;
}

.overview-list-item {
    background-color: #ffffff;
    border: 1px solid #b4b4b5;
    border-left: 5px solid #bbd4ef;
    padding: 0 15px;
    margin: 0;
    width: 700px;
    font-size: 18px;
    line-height: 36px;
    font-weight: 400;
    height: 64px;
    display: flex;
    align-items: center;
}

.overview__item {
    border-left: 5px solid #1f286f;
}

.new-list-wrapper {
    display: flex;
    justify-content: center;
    margin-left: 17px;
}

.new-list-container {
    display: flex;
    flex-direction: column;
    /* 縦に積む */
    align-items: flex-start;
    /* 左揃え */
    margin-left: 7px;
    margin-right: 7px;
    /* 隣接するリストとの間隔 */
    text-align: center;
}

.new-list-title {
    background-color: #1f286f;
    border: 1px solid #b4b4b5;
    color: #ffffff;
    width: 340px;
    height: 64px;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: -0.05em;
}

.new-list-description {
    display: flex;
    flex-direction: column;
}

.new-list-item {
    background-color: #ffffff;
    border: 1px solid #b4b4b5;
    border-left: 5px solid #1f286f;
    padding: 0 15px;
    margin: 0;
    width: 340px;
    font-size: 16px;
    line-height: 1.5;
    color: #333;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* box */
.cosu-box-1 {
    width: 1068px;
    margin: auto;
}

.custom-box {
    background-color: #ffffff;
    color: #ffffff;
    padding: 20px;
    position: relative;
    border: 8px solid #1f286f;
    border-right: 1px solid #1f286f;
    border-bottom: 1px solid #1f286f;
    border-top: none;
    margin-right: 0px;
    margin-left: auto;
    margin-top: 30px;
    height: 150px;
    width: 695px;
    overflow: hidden;
    box-sizing: border-box;
}

.custom-box p {
    margin-top: 40px;
    color: #000000;
}

.box-text-button {
    display: flex;
    align-items: center;
    margin-left: 85px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.box-text-button .box-text-button-content-1,
.box-text-button-2 .box-text-button-content-7 {
    background-color: #ffffff;
    border: 2px solid #1f286f;
    border-radius: 30px;
    color: #1f286f;
    padding: 10px 20px;
    font-weight: 700;
    font-size: 18px;
}

.box-text-button-content-1,
.box-text-button-content-2 {
    margin-right: 10px;
}

.box-text-button-content-2,
.box-text-button-content-8 {
    font-weight: 700;
}

.box-text-button-content-1 {
    margin-right: 75px;
}

.box-text-button-2 .box-text-button-content-6 {
    margin-right: 48px;
}

.box-text-button-2 .box-text-button-content-7 {
    width: 265px;
    margin-right: 55px;
    margin-left: -35px;
}

.custom-box-2 {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    color: #000000;
    padding: 20px;
    position: relative;
    border: 8px solid #1f286f;
    border-right: 1px solid #1f286f;
    border-bottom: 1px solid #1f286f;
    border-top: none;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 80px;
    width: max-content;
    height: auto;
    box-sizing: border-box;
}

.box-text-button-2 {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 23px;
    margin-left: 55px;
}

.box-text-button-content-3,
.box-text-button-content-4,
.box-text-button-content-5,
.box-text-button-content-6,
.box-text-button-content-7 {
    display: flex;
    align-items: center;
    margin-right: 20px;
}

.box-text-button-content-3 {
    text-align: center;
    color: #1f286f;
    font-weight: 700;
    font-size: 18px;
}

.box-text-button-content-7 {
    margin-right: 30px;
}

.custom-box .cosu-money,
.custom-box-2 .cosu-money {
    font-size: 36px;
}

.custom-box::after {
    content: 'Java実装のコースです。';
    position: absolute;
    bottom: 115px;
    right: 0px;
    width: 444px;
    height: 45px;
    background-color: #ffffff;
    color: #1f286f;
    padding: 10px;
    font-size: 18px;
}

.custom-box-2::after {
    content: 'Javaの基礎からしっかり学習するコースです。';
    position: absolute;
    bottom: 110px;
    right: 0px;
    width: 800px;
    height: 45px;
    background-color: #ffffff;
    color: #1f286f;
    padding: 10px;
    font-size: 18px;
}

.box-text {
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #1f286f;
    padding: 4px 24px;
    font-size: 18px;
    font-weight: 700;
    width: 275px;
}

.box-text-2 {
    position: absolute;
    top: -5px;
    left: -8px;
    background-color: #1f286f;
    color: #ffffff;
    padding: 4px 15px;
    font-size: 18px;
    font-weight: 700;
    width: 285px;
    letter-spacing: -0.1em;
}

.box-text-3 {
    font-size: 24px;
    margin-left: 320px;
    margin-bottom: -40px;
    background-color: #ffffff;
    color: #1f286f;
    width: 400px;
    font-weight: 400;
}

/* tuanfix */

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

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

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

.hr-main {
    border-top: 24px solid #1f286f;
}

.mainvisual {
    position: relative;
}

.title-red-container {
    position: absolute;
    width: 400px;
    height: 70px;
    background-color: #1f286f;
    color: white;
    text-align: center;
    z-index: 2;
}

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

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

.main-pc-container {
    z-index: 1;
}

.nav-container {
    width: 65%;
    margin: 20px auto;
}

.navbar {
    width: max-content;
    display: flex;
    list-style-type: none;
    margin: auto;
}

.navbar li {
    flex: 1 1 auto;
    text-align: center;
    padding-right: 150px;
    padding-left: 150px;
}

.navbar a {
    display: block;
    padding: 1rem 0;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

.navbar a:hover {
    font-weight: bold;
    color: #1f286f;
    text-decoration: underline;
}

.plan-title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: auto;
}

.hr-title {
    border-top: 25px solid #1f286f;
    width: 325px;
}

.plan-title {
    width: 335px;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin: 0 40px;
}

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

.subtitle {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
}

.menu-container {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.menu {
    width: 306px;
    margin-left: 16px;
    margin-right: 16px;
}

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

.price01 {
    width: 642px;
    margin-right: 0;
    margin-left: auto;
}

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

/* お問い合わせフォーム */

#form-style {
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #ffffff;
}

#form {
    /* PDF対応時コメントアウト  */
    width: 100%;
    height: 100%;
    margin: auto;
    text-align: center;
    background-color: #ffffff;

    /* width: 100%;
    height: 100%; */
}

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

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

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

.confirmation {
    width: 1100px;
    background-color: #ffffff;
    margin: auto;
    padding: 30px;
}

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

.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;
    flex: 30%;
    max-width: 30%;
    line-height: 60px;
}

.confirmation-box--tr--define {
    flex: 40%;
    max-width: 40%;
    line-height: 60px;
    word-break: break-all;
}

.confirmation-box--tr--define__wordbreak {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 20px;
}

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

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

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

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

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

#submit--application {
    width: 380px;
    height: 82px;
    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: 10px;
    margin-bottom: 30px;
}

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

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

/* #submit--application:disabled{
    width: 380px;
    height: 82px;
    border: none;
    box-shadow: 0px 4px gray;
    color: white;
    font-size: 28px;
    background-color: gray;
    box-sizing: border-box;
    display: block;
    margin: auto;
    margin: 0 auto 20px;
} */

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

#recaptcha {
    width: 304px;
    margin: auto;
}

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

.warning-form {
    text-align: center;
    min-height: 40px;
    max-height: 40px;
    font-size: 14px;
    line-height: 1.5;
    padding-bottom: 20px;
    box-sizing: border-box;
}

.warning-form p {
    padding: 0;
    margin: auto;
}

.warning__verified {
    visibility: hidden;
}

#contact {
    width: 982px;
    height: 100%;
    margin: auto;
    margin-bottom: 20px;

    background-color: #ffffff;
}

#contact hr {
    width: 982px;
    height: 2px;
    background-color: #e6e6e6;
    border: none;
    color: #e6e6e6;
}

.contact--domain-area {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin: auto;
    font-size: 14px;
    line-height: 1.5;
    padding-left: 60px;
}

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

.mandatory {
    background-color: #1f286f;
    border: 2px solid #1f286f;
    border-radius: 30px;
    width: 42px;
    height: 23px;
    padding: 2px 8px;
    font-size: 14px;
    font-weight: 700px;
    color: #ffffff;
    line-height: 1.5;
}

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

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

.contact--domain {
    width: 200px;
    text-align: left;
    margin: auto;
}

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

.contact--domain-identity {
    width: 600px;
    text-align: left;
    margin: auto;
    padding-left: 0px;
}

.contact--domain-identity--textarea {
    width: 600px;
    text-align: left;
    margin-top: 15px;
}

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

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

.contact--domain-identity--input__textarea {
    width: 400px;
}

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

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

#form input[type='submit'] {
    width: 380px;
    height: 82px;
    background-color: #ffffff;
    border: 2px solid #1f286f;
    border-radius: 60px;
    color: #1f286f;
    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: 380px;
    height: 82px;
    box-sizing: border-box;
    display: block;
    margin: auto;
    font-size: 20px;
    text-align: center;
    border: none;
    color: #ffffff;
    background-color: #1f286f;
    margin-top: 30px;
    margin-bottom: 30px;
}

#post--submit-area {
    display: flex;
}

#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: #1f286f;
}

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

.logo-white-container {
    width: 40%;
    padding-right: 20px;
    padding-top: 10px;
    display: flex;
    justify-content: flex-end;
}

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

.address-container {
    width: 60%;
    display: flex;
    justify-content: flex-start;
    padding-top: 24px;
    padding-left: 20px;
}

.address {
    width: 440px;
    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: #1f286f;
    color: #ffffff;
    line-height: 40px;
    font-size: 12px;
    font-weight: 400;
}

.process-finished-wrap {
    width: 100%;
    text-align: center;
}

.process-finished-field {
    width: 1100px;
    margin: auto;
    text-align: center;
}

.process-finished-wrap p {
    font-size: 24px;
    margin-bottom: 10px;
}

.process-finished--time {
    background-color: #f68d11;
}

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

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

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

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

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

/* PDF －－－－－－－－－－－－－－－－－－*/
.document-container {
    width: 900px;
    margin: 0 auto;
    margin-top: 0px;
    margin-bottom: 90px;
}
