@charset "UTF-8";

/* 全体 */
body {
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    background-color: white;
    font-family: 'Noto Sans JP', sans-serif;
}

article {
    letter-spacing: 0;
}

header {
    width: 100%;
    margin: auto;
    background-color: rgb(255, 247, 175);
}

.hero {
    display: flex;
    flex-direction: column;
    height: 90vh;
    position: relative;
}

.hero-top {
    background-color: #eaedf1;
    flex: 1.5;
    display: flex;
    justify-content: center;
    align-items: center;
}

.hero-bottom {
    background-color: #252f3e;
    flex: 1;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    height: 20vh;
}

.hero img {
    position: absolute;
    top: 44%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1242.32px;
    height: 531.01px;
    z-index: 1;
}

.hero-bottom h1 {
    padding-top: 150px;
    font-size: 42px;
    z-index: 2;
}

.hero-bottom p {
    font-size: 14px;
    z-index: 2;
}

.top-content {
    display: flex;
    justify-content: center;
    margin: 48px 217px 68px 217px;
}

.top-content p {
    font-size: 32px;
    font-weight: 700;
    line-height: 42px;
    color: #252f3e;
    margin: 25px 55px;
}

.top-content img {
    width: 180px;
    height: 180px;
}

#three-plan h2 {
    position: relative;
    display: inline-block;
    padding: 105px 390px 44px;
    text-align: center;
    font-size: 40px;
}

#three-plan h2:before,
#three-plan h2:after {
    position: absolute;
    top: calc(50% - 3px);
    width: 300px;
    height: 22px;
    content: '';
    border: solid 1rem #ff9900;
}

#three-plan h2:before {
    left: 0;
    top: 120px;
}

#three-plan h2:after {
    right: 0;
    top: 120px;
}

#three-plan .course-information {
    position: relative;
    display: inline-block;
    padding: 100px 410px 44px;
    text-align: center;
    font-size: 40px;
}

#three-plan .course-information:before,
#three-plan .course-information:after {
    position: absolute;
    top: calc(50% - 3px);
    width: 300px;
    height: 22px;
    content: '';
    border: solid 1rem #ff9900;
}

#three-plan .course-information:before {
    left: 0;
    top: 120px;
}

#three-plan .course-information:after {
    right: 0;
    top: 120px;
}

#support h2 {
    position: relative;
    display: inline-block;
    padding: 120px 428px 110px;
    text-align: center;
    font-size: 40px;
}

#support h2:before,
#support h2:after {
    position: absolute;
    top: calc(50% - 3px);
    width: 300px;
    height: 22px;
    content: '';
    border: solid 1rem #ff9900;
}

#support h2:before {
    left: 0;
}

#support h2:after {
    right: 0;
}

.custom-box {
    background-color: #ffffff;
    color: #000000;
    padding: 20px;
    position: relative;
    border: 5px solid #252f3e;
    width: auto;
    height: 150px;
    box-sizing: border-box;
}

.custom-box-a {
    margin: 60px 0;
    border: 2px solid #252f3e;
    height: 200px;
}

.custom-box p {
    padding-left: 150px;
    padding-top: 20px;
    font-size: 24px;
    line-height: 36px;
    z-index: 4;
}

.custom-box::after {
    content: '';
    position: absolute;
    bottom: -35px;
    right: -55px;
    width: 150px;
    height: 100px;
    background-color: #ffffff;
}

.box-text {
    position: absolute;
    top: -25px;
    left: -10px;
    background-color: #ffffff;
    padding: 8px 5px;
    font-size: 32px;
    color: #252f3e;
    font-weight: 700;
    width: 350px;
}

.box-text {
    position: absolute;
    top: -25px;
    left: -10px;
    background-color: #ffffff;
    padding: 8px 5px;
    font-size: 32px;
    color: #252f3e;
    font-weight: 700;
    width: 350px;
}

.box-text-2,
.box-text-3 {
    display: inline-block;
    vertical-align: middle;
}

.box-text-2 {
    position: absolute;
    top: -33px;
    left: -10px;
    background-color: #ffffff;
    padding: 8px 5px;
    font-size: 32px;
    color: #252f3e;
    font-weight: 700;
    width: 350px;
}

.box-text-wrapper {
    display: flex;
    align-items: center;
}

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

.custom-box-border {
    border: solid 1px #252f3e;
    margin: 90px 0;
}

#three-plan .conment {
    text-align: center;
    font-weight: 700;
    font-size: 18px;
    color: #252f3e;
    margin-top: 20px;
}

#three-plan .ai-button {
    background-color: #252f3e;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 40px;
    text-align: center;
}

#three-plan .ai-button-2 {
    background-color: #252f3e;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 40px;
    width: 400px;
    margin: 10px;
}

#three-plan .ai-button-3 {
    background-color: #252f3e;
    color: #ffffff;
    text-decoration: none;
    display: inline-block;
    padding: 10px 40px;
    width: 400px;
}

.orange-border {
    border: 5px solid #ff9900;
}

.container-orange .course-orange {
    position: relative;
}

.course-orange img {
    position: absolute;
    top: -13px;
    right: 440px;
    z-index: 10;
    width: 90px;
    height: auto;
}

.container-orange .ai-button-comment {
    font-size: 16px;
    font-weight: 400;
}

.kv {
    width: 100%;
}

.header--bottom {
    width: 100%;
    height: 154px;
    background-color: #232f3e;
    margin: 0 auto 50px;
    display: flex;
}

.header--bottom--left-box {
    color: #ffffff;
    text-align: right;
    width: 50%;
    height: 154px;
    font-size: 32px;
    display: table-cell;
    padding-top: 35px;
    font-weight: 700;
}

.header--bottom--left-box p {
    font-size: 16px;
    font-weight: 700;
    padding-right: 20px;
}

.header--bottom--right-box {
    width: 50%;
    height: 154px;
}

.header--bottom--application {
    width: 380px;
    height: 82px;
    vertical-align: middle;
    border: none;
    box-shadow: 0px 4px rgb(216, 140, 0);
    color: white;
    font-size: 28px;
    background-color: orange;
    margin-top: 34px;
    margin-left: 150px;
    box-sizing: border-box;
}

.header--bottom--application:hover {
    width: 380px;
    height: 82px;
    vertical-align: middle;
    border: none;
    box-shadow: 0px 1px rgb(216, 140, 0);
    color: white;
    font-size: 28px;
    background-color: orange;
    margin-top: 34px;
    margin-left: 150px;
    box-sizing: border-box;
}

/* body */
#three-plan,
#support {
    width: 75%;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
}

#three-plan,
#support {
    width: 1100px;
    height: auto;
}

.three-plan--title {
    margin-top: 0px;
    text-align: center;
}

.three-plan--header-phrase-small {
    font-size: 32px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.three-plan--header-phrase-middle {
    font-size: 40px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.three-plan--header-phrase-middle__emphasis {
    font-size: 56px;
    color: #ed8810;
}

.three-plan--title-phrase__normal {
    font-size: 22px;
    font-weight: 700;
    line-height: 31.86px;
    color: #ffffff;
}

.three-plan--title-phrase__normal-1 {
    font-size: 22px;
    font-weight: 700;
    line-height: 31.86px;
    color: #252f3e;
    text-align: center;
}

.three-plan--title-phrase__small {
    font-size: 14px;
    color: #ffffff;
}

.three-plan--title-phrase__small-a {
    font-size: 14px;
    font-weight: bold;
    color: #232f3e;
}

.three-plan--content-phrase {
    font-size: 15px;
    color: #333333;
    line-height: 30px;
}

.three-plan--price-phrase-title {
    font-size: 16px;
    color: #333333;
    z-index: 2;
}

.three-plan--price-phrase-about-period {
    font-size: 32px;
    color: #333333;
    z-index: 2;
}

.three-plan--button--phrase {
    font-size: 28px;
    color: #ffffff;
}

#three-plan #flex {
    display: flex;
    align-items: stretch;
    justify-content: center;
}

#three-plan .plan-type {
    position: relative;
    width: 100%;
    height: 700px;
}

#three-plan .plan-type-a {
    position: relative;
    width: 100%;
    height: 655px;
}

.plan-type-in-preparation {
    background-color: rgba(0, 0, 0, 0.5);
}

.preparing-message {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    font-weight: 700;
    color: #333;
    font-weight: bold;
    color: #ffffff;
}

#three-plan h2 img {
    width: 16px;
}

#three-plan .plan-border {
    margin: 20px 0;
    border: solid 1px #252f3e;
}

#three-plan .plan-border-2 {
    margin-top: 310px;
    border: solid 1px #252f3e;
}

#three-plan .border-bottom {
    margin-top: 22px;
}

.plan-cost {
    display: flex;
    align-items: center;
    width: 200px;
    margin: 29px 96px;
    font-weight: 400;
    font-size: 16px;
}

.plan-cost p {
    margin: auto;
}

.plan-cost-2 {
    display: flex;
    align-items: center;
    margin-top: 12px;
    margin-left: 3px;
    font-weight: 400;
    font-size: 16px;
}

.plan-cost-2 p {
    margin: auto;
}

.cost-a {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.cost-b span {
    font-size: 38px;
}

.three-plan--plan-type-image {
    display: block;
    position: absolute;
    left: 40%;
    top: 4px;
    width: 80px;
    height: 90px;
    height: auto;
    margin: 0;
    padding: 0px;
    z-index: 1;
}

.three-plan--plan-type-image-a {
    display: block;
    position: absolute;
    left: 40%;
    top: 4px;
    width: 80px;
    height: 90px;
    height: auto;
    margin-top: 4px;
    margin-left: 108px;
    padding-left: 0px;
    z-index: 1;
}

.three-plan--price {
    font-size: 32px;
    color: #333333;
}

.three-plan--price-sentence {
    font-size: 16px;
    text-align: center;
    color: #333333;
    color: blue;
}

.three-plan--application-button-area {
    height: 0px;
}

.three-plan--application-button {
    position: absolute;
    height: 24px;
}

.three-plan--application-button-arrow {
    height: 24px;
    position: absolute;
    left: -12px;
}

#three-plan .plan {
    box-sizing: border-box;
    position: absolute;
    top: 25px;
    width: 100%;
    height: 675px;
    margin: 0px;
    border: solid 1px lightgrey;
}

#three-plan .plan-orange {
    box-sizing: border-box;
    position: absolute;
    top: 25px;
    width: 100%;
    height: 520px;
    margin: 0px;
    border: solid 1px lightgrey;
}

#three-plan #plan1 {
    border-top: solid 2px #252f3e;
    border-left: solid 2px #252f3e;
    border-bottom: solid 2px #252f3e;
    border-right: solid 1px lightslategray;
    padding-left: 0px;
}

#three-plan #plan2 {
    border: solid 2px #252f3e;
    border-right: none;
    border-left: none;
}

#three-plan #plan3 {
    border: solid 2px #252f3e;
    border-left: solid 1px lightslategray;
}

#three-plan .plan-title {
    width: 100%;
    height: 156px;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #232f3e;
    text-align: center;
}

#three-plan .plan-title-1 {
    width: 100%;
    height: 156px;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #ff9900;
}

#three-plan .plan-title-2 {
    width: 100%;
    height: 156px;
    box-sizing: border-box;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #804c00;
}

.container {
    display: flex;
    height: 190px;
    border: solid 2px #252f3e;
    border-top: none;
}

.container-orange {
    display: flex;
    height: 222px;
    border: solid 2px #252f3e;
    border-top: none;
    margin-top: -155px;
}

.left-cell {
    flex: 2;
    border-right: solid 1px #252f3e;
    padding: 42px;
    text-align: center;
}

.left-cell-2 {
    flex: 2;
    border-right: solid 2px lightslategray;
    padding: 10px;
    text-align: center;
}

.pc .left-cell-2 h3 {
    font-size: 30px;
    font-weight: 700;
}

.container a {
    font-size: 22px;
    line-height: 31px;
    font-weight: 700;
}

.container h3 {
    font-size: 30px;
    line-height: 42px;
    font-weight: 700;
}

.container p {
    font-weight: 700;
    font-size: 20px;
}

#three-plan .left-cell-container {
    margin: -10px;
}

#three-plan .left-cell-container-b {
    margin: 10px 0;
}

.right-cell {
    flex: 1;
    padding: 20px;
    text-align: center;
}

.right-cell-2 {
    flex: 1;
    padding-left: 284px;
    text-align: center;
}

/* 改訂20230525 */
#three-plan .plan-title-a {
    width: 100%;
    height: 156px;
    box-sizing: border-box;
    padding: 70px 0px 0px;
    text-align: center;
    vertical-align: top;
    background-color: #ed8810;
}

#three-plan .plan-title span {
    font-size: small;
}

#three-plan .plan-detail {
    height: auto;
    padding: 20px 40px;
    font-size: 16px;
}

#three-plan .plan-detail-a {
    height: 570px;
    padding: 20px 72px;
    font-size: 16px;
}

#three-plan .top-set {
    padding-top: 45px;
}

#three-plan .plan-detail-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 26.06px;
    text-align: center;
    color: #252f3e;
}

#three-plan .plan-detail-1 {
    display: flex;
    align-items: center;
}

#three-plan .plan-detail-1 p {
    margin: 0 10px;
    /* Adjust the margin as needed */
}

#three-plan .plan-price {
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 248px;
}

#three-plan .overview {
    height: 40%;
}

#three-plan .overview-1 {
    height: 40%;
    padding: 20px 0;
}

#three-plan .overview-fix {
    height: 40%;
    margin-top: -290px;
}

#three-plan .term {
    padding: 10px;
    text-align: center;
    position: relative;
}

.plan-title p {
    margin: 0;
    padding: 0;
}

#three-plan .term p {
    margin: 0;
    padding: 0;
}

#three-plan .price {
    font-size: 16px;
    margin: 0px;
    padding: 10px;
    text-align: center;
}

#three-plan .price-background {
    width: 100%;
    height: 100%;
    position: relative;
}

#three-plan .application {
    box-sizing: border-box;
    display: block;
    margin: 10px auto;
    padding: 5% 5%;
    font-size: 28px;
    text-align: center;
    border: none;
    width: 286px;
    height: 82px;
    box-shadow: 0px 4px rgb(216, 140, 0);
    color: white;
    background-color: orange;
}

#three-plan .application:hover {
    box-sizing: border-box;
    display: block;
    margin: 10px auto;
    padding: 5% 5%;
    font-size: 28px;
    text-align: center;
    border: none;
    width: 286px;
    height: 82px;
    box-shadow: 0px 1px rgb(216, 140, 0);
    color: white;
    background-color: orange;
}

#three-plan .scorpion {
    border: solid gray;
    border-width: 0 1px 2px 1px;
}

.three-plan--pink-circle {
    position: absolute;
    left: 50%;
    top: 0px;
    transform: translate(-50%, 0%);
    z-index: 0;
}

.discount {
    width: 100%;
    height: 100%;
    margin: 0 auto 30px;
    text-align: center;
}

.discount--total-yen {
    width: 80%;
    margin: 2% auto;
}

.discount--total-yen--phrase {
    margin: 0;
    padding: 0;
    font-size: 32px;
    line-height: 1.5;
}

.discount--total-yen--total-price-phrase-suffix {
    margin: 0;
    font-size: 24px;
}

.discount .money {
    font-size: 72px;
    letter-spacing: -0.3em;
    color: orange;
}

.discount--term {
    margin-bottom: 20px;
}

.discount--pick-up--phrase {
    margin: auto;
    width: 100%;
    height: 400px;
    padding-top: 30px;
    font-size: 40px;
    background-color: #fffad5;
    box-sizing: border-box;
    position: relative;
}

.discount--pick-up--phrase--background {
    position: relative;
    width: 1100px;
    height: 100%;
    margin: auto;
}

.discount--pick-up--phrase p {
    margin-bottom: 50px;
}

.discount--pick-up--suffix-phrase {
    margin: 0;
    font-size: 56px;
}

.discount--triangle {
    content: '';
    position: absolute;
    box-sizing: border-box;
    top: -30px;
    left: 50%;
    transform: translate(-50%, 0);
}

.discount--bulk-deal-information-image {
    position: absolute;
    top: calc(0% - 40px);
    right: 170px;
    top: calc(-50px - 20px);
    right: 0px;
}

.discount--bulk-deal-information-image-message {
    position: absolute;
    transform: rotate(8deg);
    top: calc(0% - 50px - 20px + 30px);
    right: 25px;
}

.discount--application {
    width: 380px;
    height: 84px;
    box-sizing: border-box;
    margin: 0px;
    font-weight: 500;
    font-size: 28px;
    border: none;
    box-shadow: 0px 4px rgb(216, 140, 0);
    color: white;
    background-color: orange;
}

.discount--application:hover {
    width: 380px;
    height: 84px;
    box-sizing: border-box;
    margin: 0px;
    font-weight: 500;
    font-size: 28px;
    border: none;
    box-shadow: 0px 1px rgb(216, 140, 0);
    color: white;
    background-color: orange;
}

.discount .pick-up .line {
    text-decoration: line-through;
}

.discount .yen {
    font-size: 30px;
}

.discount .pick-up .underline {
    display: inline-block;
    line-height: 80%;
    background: linear-gradient(transparent 80%, yellow 80%) !important;
}

.discount .application {
    width: 286px;
    height: 82px;
    box-sizing: border-box;
    margin: 0px;
    font-weight: 500;
    font-size: 28px;
    border: none;
    box-shadow: 0px 4px rgb(216, 140, 0);
    color: white;
    background-color: orange;
}

.discount .comment p {
    position: absolute;
    top: -10%;
    right: 20%;
    width: 100px;
    font-size: 20px;
    text-align: center;
    background-color: yellow;
}

.discount .comment .month {
    font-size: larger;
}

.discount .comment span {
    font-size: xx-large;
    font-weight: bolder;
}

#strengths {
    height: 330px;
    margin-top: 100px;
    text-align: center;
}

.strengths--orange-outline {
    width: 1100px;
    margin: auto;
    position: relative;
}

.strengths--orange-outline--bracket__left {
    top: 0px;
    left: 0px;
    position: absolute;
}

.strengths--orange-outline--bracket__right {
    top: 0px;
    left: 1040px;
    transform: rotate(180deg);
    position: absolute;
}

.strengths--orange-outline--question-mark {
    top: -30px;
    right: 65px;
    position: absolute;
}

.strengths--orange-outline--inside {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 1100px;
}

.strengths--orange-outline--title {
    font-size: 48px;
    margin: 0;
    padding-right: 140px;
}

.strengths--title {
    font-size: 48px;
    color: #0f4590;
}

.strengths--detail-phrase {
    font-size: 16px;
    color: #333333;
    padding-right: 130px;
}

#aws-information {
    width: 800px;
    height: 330px;
    position: relative;
    text-align: center;
    margin: auto;
}

.aws-information--message-area {
    margin-top: 40px;
}

.aws-information--link {
    text-decoration: underline;
}

.aws-information--crown-image {
    position: absolute;
    width: 64px;
    left: calc(50% - 32px);
}

.aws-information--olive-image__left {
    position: absolute;
    transform: rotateY(180deg);
    top: 60px;
    left: 0px;
}

.aws-information--olive-image__right {
    position: absolute;
    top: 60px;
    left: calc(800px - 64px);
}

.aws-information--message-area {
    position: absolute;
    width: 800px;
    top: 30px;
    left: 0px;
}

.aws-information--phrase {
    font-size: 20px;
}

.aws-information--ranking-phrase {
    font-size: 24px;
}

.aws-information--ranking-phrase__emphasis {
    font-size: 96px;
    margin-top: 20px;
    display: inline-block;
    line-height: 1;
    background: linear-gradient(transparent 80%, yellow 80%) !important;
}

#quality {
    width: 100%;
    height: 1300px;
    margin: auto;
    padding-top: 30px;
    text-align: center;
    background: #f4f4f4 url('../svg/quality-background.svg');
}

.quality--title__normal {
    font-size: 40px;
}

.quality--title__emphasis {
    font-size: 56px;
    color: #f68d11;
}

.quality--content-boxs {
    background-color: transparent;
}

.quality--content-box {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 50px;
}

.quality--content-box--content--discribe-left {
    width: 530px;
    height: 320px;
    background-color: #ffffff;
    margin-right: 30px;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
}

.quality--content-box--content--image-right {
    width: 530px;
    height: 320px;
}

.quality--content-box--content--image-left {
    width: 530px;
    height: 320px;
    margin-right: 30px;
}

.quality--content-box--content--discribe-right {
    width: 530px;
    height: 320px;
    background-color: #ffffff;
    text-align: left;
    padding: 20px;
    box-sizing: border-box;
}

.quality--content-box--number {
    font-size: 32px;
    font-family: 'Roboto';
}

.quality--content-box--title {
    font-size: 22px;
}

.quality--content-box--title__emphasis {
    color: #f68d11;
}

.quality--char-info__margin {
    margin-left: 20%;
}

.quality--aws-system {
    width: 100%;
    height: 320px;
    position: relative;
}

.quality--image__aws-certificate-group {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -60%);
    height: 320px;
}

.quality--aws-system__sap {
    position: absolute;
    top: 20%;
    left: 30%;
}

.quality--aws-system__devops {
    position: absolute;
    top: 20%;
    left: 50%;
}

.quality--aws-system__saa {
    position: absolute;
    top: 50%;
    left: 20%;
}

.quality--aws-system__developer {
    position: absolute;
    top: 50%;
    left: 40%;
}

.quality--aws-system__sysops {
    position: absolute;
    top: 50%;
    left: 60%;
}

.quality--temporary-image-area {
    width: 100%;
    height: 320px;
}

.quality--temporaly-image {
    width: 332.61px;
    height: 320px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin: auto;
}

.quality--temporaly-image__caution-phrase {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 42px;
    color: red;
    transform: translate(-50%, -50%) rotate(-30deg);
}

#online-point {
    width: 100%;
    height: 711px;
    margin: auto;
    padding-top: 30px;
    text-align: center;
    background-color: #232f3e;
    color: #ffffff;
    font-size: 40px;
}

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

.online-point--box {
    display: flex;
    align-items: stretch;
    justify-content: center;
    margin-bottom: 50px;
}

.online-point--content {
    position: relative;
    width: 340px;
    height: 401px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-color: #f68d11;
    border-style: solid;
    border-width: 4px;
    margin-right: 20px;
    padding: 20px;
    padding-top: 60px;
}

.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;
}

#details {
    position: relative;
    width: 100%;
    height: 2050px;
    margin: auto;
    margin-bottom: 40px;
    padding-top: 30px;
    text-align: center;
    background-color: #f4f4f4;
    color: #333333;
    font-size: 40px;
    background: #f4f4f4 url('../svg/quality-background.svg');
    z-index: -100;
}

.details--background {
    margin: auto;
    width: 100%;
    height: 100%;
}

.details--schedule {
    width: 100%;
    height: 100%;
    margin-bottom: 30px;
}

.details--division {
    width: 1100px;
    margin: auto;
}

.details--title-phrase {
    margin-top: 0;
    font-size: 40px;
}

.details--caliculum-phrase {
    font-size: 32px;
    margin-bottom: 50px;
}

.details--table-background {
    position: relative;
    width: 100%;
    height: 506px;
    margin-top: 20px;
}

.details--table--half-circle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.details--table--rightward-triangle {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

.details--table {
    width: 100%;
    border-collapse: collapse;
    margin: auto;
    font-size: 16px;
    border-spacing: 0px;
    border: solid 2px #919191;
}

.details--table caption {
    color: #ffffff;
}

.details--table tr {
    height: 80px;
}

.details--table td {
    position: relative;
    height: 40px;
    text-align: left;
    padding-left: 40px;
}

.details--table td:first-child {
    border-right: none;
}

.details--table td:last-child {
    border-left: none;
}

.details--table--td--rightward-triangle {
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translate(-50%, -50%);
    z-index: 100;
}

.details--table--caliculum-header {
    width: 400px;
    height: 40px;
    background-color: #fff3e5;
    text-align: left;
}

.details--table--caliculum-value {
    width: 700px;
    height: 40px;
    background-color: #ffffff;
    color: #333333;
    text-align: left;
}

.details--table--caliculum-header {
    width: 400px;
    height: 40px;
    background-color: #fff3e5;
    text-align: left;
}

.details--table--remarks-phrase {
    font-size: 12px;
    text-align: right;
}

#faq {
    padding-top: 30px;
    height: 100%;
    margin-bottom: 50px;
    background: #f4f4f4 url('../svg/quality-background.svg');
}

.faq--title-phrase {
    font-size: 40px;
}

.faq--division {
    width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.faq--box {
    margin: auto;
    border: #333333 solid;
}

.faq--q-and-a {
    margin: auto;
}

.faq--question {
    background-color: #232f3e;
    color: #ffffff;
    font-size: 20px;
    text-align: left;
    padding: 20px 20px;
    margin: 0px;
    display: flex;
}

.faq--qustion--symbol-area {
    width: 5%;
}

.faq--qustion--phrase-area {
    width: 95%;
    position: relative;
}

.faq--qustion--phrase-area p {
    position: absolute;
    margin: 0;
    bottom: 0;
}

.faq--answer {
    background-color: #ffffff;
    color: #3c4061;
    font-size: 14px;
    text-align: left;
    padding: 10px 20px;
    margin: 0px;
    display: flex;
}

.faq--answer--symbol-area {
    width: 5%;
}

.faq--answer--phrase-area {
    width: 95%;
    position: relative;
}

.faq--answer--phrase-area p {
    position: absolute;
    margin: 0;
    bottom: 10px;
}

.faq--qustion--phrase-area p {
    position: absolute;
    margin: 0;
    bottom: 5px;
}

.faq--q-simbol {
    font-family: 'roboto';
    font-size: 40px;
    margin-right: 10px;
}

.faq--a-simbol {
    font-family: 'roboto';
    font-size: 40px;
    margin-right: 10px;
}

#customer {
    padding-top: 30px;
    height: 100%;
    margin-bottom: 50px;
}

.customer--title-phrase {
    font-size: 40px;
}

.customer--division {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
    text-align: center;
}

.customer-point--box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 50px;
    padding-top: 20px;
}

.customer-point--content {
    position: relative;
    flex: 0 1 100%;
    max-width: calc((100% / 2) - 27px);
    box-sizing: border-box;
}

.customer-point--content:nth-child(2n) {
    margin-left: 36px;
}

.customer-point--content:nth-child(2n) ~ .customer-point--content {
    margin-top: 40px;
}

.customer-point--type-image {
    position: relative;
    margin: auto auto -50px;
    z-index: 1;
}

.customer-point--box .content-info {
    display: flex;
    align-items: center;
    background-color: #fff3e5;
    padding: 56px 20px 20px 26px;
    font-size: 14px;
    color: #333;
    text-align: left;
}

.customer-point--box .content-info a {
    color: inherit;
}

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

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

#form-style {
    width: 100%;
    height: 100%;
    margin: auto;
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #232f3e;
}

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

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

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

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

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

.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;
    border: none;
    box-shadow: 0px 4px silver;
    color: white;
    font-size: 28px;
    background-color: lightgray;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 20px;
}

#back--button:hover {
    width: 380px;
    height: 82px;
    border: none;
    box-shadow: 0px 1px silver;
    color: white;
    font-size: 28px;
    background-color: lightgray;
    box-sizing: border-box;
    display: block;
    margin: auto;
    margin: 0 auto 20px;
}

#submit--application {
    width: 380px;
    height: 82px;
    border: none;
    box-shadow: 0px 4px rgb(216, 140, 0);
    color: white;
    font-size: 28px;
    background-color: orange;
    box-sizing: border-box;
    display: block;
    margin: auto;
    margin: 0 auto 20px;
}

#submit--application {
    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;
}

#submit--application.verified {
    width: 380px;
    height: 82px;
    border: none;
    box-shadow: 0px 4px rgb(216, 140, 0);
    color: white;
    font-size: 28px;
    background-color: orange;
    box-sizing: border-box;
    display: block;
    margin: auto;
    margin: 0 auto 20px;
}

#submit--application.verified:hover {
    width: 380px;
    height: 82px;
    border: none;
    box-shadow: 0px 1px rgb(216, 140, 0);
    color: white;
    font-size: 28px;
    background-color: orange;
    box-sizing: border-box;
    display: block;
    margin: auto;
    margin: 0 auto 20px;
}

/* #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: 1100px;
    height: 100%;
    margin: auto;
    margin-bottom: 20px;
    padding: 10px 40px;
    background-color: #ffffff;
}

#contact hr {
    width: 1020px;
    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;
}

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

.mandatory {
    background-color: #f67081;
    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;
}

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

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

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

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

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

.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--domain-identity .checkbox-indent {
    margin-left: 45px;
    margin-top: -25px;
    font-size: 13px;
}

.contact--domain-identity .mandatory-checkbox {
    display: inline-block;
}

.contact--precautions {
    width: 1020px;
    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;
    box-sizing: border-box;
    display: block;
    margin: auto;
    font-size: 28px;
    text-align: center;
    border: none;
    box-shadow: 0px 4px#37B1A8;
    color: #ffffff;
    background-color: #3dcac0;
    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: 28px;
    text-align: center;
    border: none;
    box-shadow: 0px 1px#37B1A8;
    color: #ffffff;
    background-color: #3dcac0;
    margin-top: 30px;
    margin-bottom: 30px;
}

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

#tel {
    width: 100%;
    margin: auto;
    box-sizing: border-box;
    background-color: #232f3e;
    font-size: 20px;
    color: #ffffff;
    text-align: center;
    padding: 20px;
    /* PDF版 */
    /* padding: 30px; /* フォーム版 */
}

.tel__emphasis {
    font-size: 34px;
}

#company-info {
    width: 1100px;
    height: 225px;
    margin: auto;
}

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

.footer--company-info {
    display: flex;
    align-items: stretch;
    justify-content: left;
    margin-top: 10px;
    margin-bottom: 20px;
    width: 1100px;
}

.footer--company-info--privacy-mark {
    margin-left: auto;
}

.footer--company-info--address {
    padding-left: 30px;
    padding-top: 30px;
}

footer button {
    width: 200px;
    height: 32px;
    box-sizing: border-box;
    display: block;
    margin-left: 0px;
    font-size: 14px;
    text-align: center;
    border: none;
    color: #ffffff;
    background-color: #f68d11;
}

footer button:hover {
    width: 200px;
    height: 32px;
    box-sizing: border-box;
    display: block;
    margin-left: 0px;
    font-size: 14px;
    text-align: center;
    border: solid 2px #f68d11;
    color: #f68d11;
    background-color: #ffffff;
}

#copyright {
    text-align: center;
    margin: auto;
    padding: auto;
    height: 40px;
    background-color: #0e428d;
    color: #ffffff;
    line-height: 40px;
    font-family: 'Helvetica Neue';
}

.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;
}

/*
効果のみCSS
*/

.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;
}

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

.custom-button {
    display: inline-block;
    width: 900px;
    height: 88px;
    line-height: 88px;
    background: #fff3e5;
    border: none;
    font-size: 24px;
    color: black;
    text-align: center;
    text-decoration: none;
    transition: opacity 0.3s ease;
    cursor: pointer;
    margin-bottom: 40px;
}

.custom-button.fin {
    margin-top: 60px;
}

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

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

/* 改訂20230525 */
#a_manabi {
    width: 100%;
    height: 156px;
    box-sizing: border-box;
    padding: 70px 0px 0px;
    text-align: center;
    vertical-align: top;
    background-color: #ed8810;
}

@media screen and (max-width: 1440px) {
    .hero {
        height: 120vh;
    }

    .hero img {
        width: 90%;
        height: auto;
    }

    .top-content {
        display: flex;
        justify-content: center;
        margin: 48px 0 68px;
    }
}

@media screen and (max-width: 896px) {
    .contact--domain-identity .checkbox-indent {
        margin-left: 0;
        margin-top: 0;
        font-size: 13px;
    }
}

/* safariブラウザの設定 */
_::-webkit-full-page-media,
_:future,
:root #three-plan .top-set {
    padding-top: 20px;
}

_::-webkit-full-page-media,
_:future,
:root .header--bottom--left-box {
    color: #ffffff;
    text-align: right;
    width: 60%;
    height: 154px;
    font-size: 32px;
    display: table-cell;
    padding-top: 35px;
    font-weight: 700;
}

_::-webkit-full-page-media,
_:future,
:root #three-plan h2 {
    position: relative;
    display: inline-block;
    padding: 100px 380px 44px;
    text-align: center;
    font-size: 40px;
}

_::-webkit-full-page-media,
_:future,
:root #three-plan .course-information {
    position: relative;
    display: inline-block;
    padding: 100px 345px 44px;
    text-align: center;
    font-size: 40px;
}

_::-webkit-full-page-media,
_:future,
:root #support h2 {
    position: relative;
    display: inline-block;
    padding: 113px 425px 110px;
    text-align: center;
    font-size: 40px;
}

_::-webkit-full-page-media,
_:future,
:root #three-plan .plan-detail-a {
    height: 515px;
    padding: 20px 65px;
    font-size: 16px;
}
