@charset "utf-8";
/* レイアウトのためのCSS */

* {
    box-sizing: border-box;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
    color: #333;
    font-size: 1rem;
    line-height: 1.85;
    word-wrap: break-word;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #00a381;
    text-decoration: none;
    outline: none;
}

img {
    width: 100%;
    height: auto;
}

#enterprize,
#service {
    margin-left: 3%;
    margin-right: 3%;
}

/* font-family */

#splash-logo,
.top-lead,
h1,
h2,
h3 span,
#g-nav,
#pc-nav,
.openbtn,
#footer {
    font-family: 'Lato', sans-serif;
    letter-spacing: 0.1rem;
}

/* splash */

#splash-logo {
    font-size: 1.2rem;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
    color: #0095d9;
}

/* g-nav */

#g-nav.panelactive li:last-child a {
    margin: 0 0 0 0;
    padding: 0 20px;
    border: 2px solid #333;
    white-space: nowrap;
}

/*pc-nav*/

#pc-nav span.bgLRextend::before {
    background: #333;
}

/* heading */

h1 {
    text-transform: uppercase;
    font-size: 1.5rem;
    position: absolute;
    top: 40%;
    left: 5%;
    line-height: 1;
    letter-spacing: 0.2rem;
}

small {
    font-size: 0.7em
}

h1 a {
    color: #eb6100;
}

h2 {
    text-transform: uppercase;
    font-size: 3rem;
}

h4 {
    text-transform: uppercase;
    font-size: 3rem;
    color: #ffffff;
}

/* lead */

.top-lead {
    position: fixed;
    bottom: 10%;
    left: 5%;
    font-size: 3rem;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.5;
}


.top-lead span.bgLRextend::before {
    background: #fff;
}

/* main-area */

#main-area {
    width: 90%;
    margin: 0 auto;
    padding: 50px 0;
}

/* topics */

#topics {
    border-left: 3px solid #000;
    /*topicsの横の黒棒*/
    padding: 0 0 0 20px;
}

#topics h2 {
    font-size: 1.5rem;
}

#topics h2 span.bgLRextend::before {
    background: #333;
}

.bx-wrapper {
    box-shadow: none;
    border: none;
}

.newCome {
    font-weight: bold;
    background-color: red;
    color: white;
    padding: 0em 1em;
}

/* vision */

#vision {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    /* flex-wrap: wrap; */
    margin: 0 0 100px 0;
}

#vision .img {
    width: 45%;
    min-height: 600px;
    background: url("../img/pred_02.jpg") no-repeat center;
    background-size: contain;
    margin: 0 15% 0 0;
    order: 2;
}

#vision .content {
    width: 100%;
    /* text-align: left; */
    order: 1;
}

#vision h2 {
    color: #0095d9;
    text-align: center;
    margin: 0 0 0 0;
}

#vision p {
    text-align: center;
}

#vision .vision-lead {
    position: relative;
    color: #0095d9;
    font-size: 1.3rem;
    text-align: center;
    font-weight: bold;
    margin: 10px 0 5px 0;
}

#vision .vision-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    width: 12rem;
    height: 3px;
}

/* enterprize */

#enterprize h2 {
    color: #0095d9;
    text-align: center;
    margin: 0 0 10px 0;
}

.subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 50px 0;
}

#enterprize h2 span.bgLRextend::before {
    background: #0095d9;
}

#enterprize .enterprize-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 300px 0;
}

#enterprize .enterprize-area::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 23rem;
    background: #f3f3f3;
    right: 10%;
    top: 20%;
    z-index: -1;
}

#enterprize .enterprize-area:nth-of-type(2n+1) {
    flex-direction: row-reverse;
}

#enterprize .enterprize-area .img {
    width: 50%;
}

#enterprize .enterprize-area .content {
    width: 40%;
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 150px;
}

#enterprize .enterprize-area .content-area {
    padding: 40px;
}

#enterprize .enterprize-area .content-area h3 {
    text-align: center;
    font-size: 1rem;
    margin: 0 0 30px 0;
}

#enterprize .enterprize-area .content-area h3 span {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

#enterprize .enterprize-area .content-area p {
    margin: 0 0 15px 0;
}

#enterprize .btn {
    text-align: right;
}

.name {
    font-weight: bold;
    margin-top: 1em;
}

/* service */

#service h2 {
    color: #0095d9;
    text-align: center;
    margin: 0 0 10px 0;
}

.subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 50px 0;
}

#service h2 span.bgLRextend::before {
    background: #0095d9;
}

#service .service-area {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 0 300px 0;
}

#service .service-area::after {
    content: '';
    position: absolute;
    width: 70%;
    height: 23rem;
    background: #f3f3f3;
    right: 10%;
    top: 20%;
    z-index: -1;
}

#service .service-area:nth-of-type(2n+1) {
    flex-direction: row-reverse;
}

#service .service-area .img {
    width: 50%;
}

#service .service-area .content {
    width: 40%;
    background: #fff;
    box-shadow: 0 0 20px #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    top: 150px;
}

#service .service-area .content-area {
    padding: 40px;
}

#service .service-area .content-area h3 {
    text-align: center;
    font-size: 1rem;
    margin: 0 0 30px 0;
}

#service .service-area .content-area h3 span {
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    font-size: 1.2rem;
}

#service .service-area .content-area p {
    margin: 0 0 30px 0;
}

#service .btn {
    text-align: right;
}

/* flow */

#flow h2 {
    color: #0095d9;
    text-align: center;
    margin: 0 0 30px 0;
}

#flow p {
    line-height: 2;
    margin: 0 0 50px 0;
}

#flow .flow-lead {
    position: relative;
    color: #0095d9;
    font-size: 1.3rem;
    font-weight: bold;
    margin: 0 0 90px 0;
}

#flow {
    margin: 0 10% 200px 10%;
}


#flow .flow-lead::after {
    content: '';
    position: absolute;
    bottom: -30px;
    right: 0;
    background: #0095d9;
    width: 12rem;
    height: 3px;
}

/* about */

#about {
    margin: 0 0 200px 0;
}

#about h2 {
    text-align: center;
    color: #0095d9;
    margin: 50px 0 10px 0;
}

.subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 80px 0;
}

#about .about-list {
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

#about .about-list li {
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px 0;
    padding: 0 0 15px 0;
}

#about .about-list dl {
    display: flex;
    justify-content: space-between;
}

#about .about-list dt {
    width: 30%;
    padding: 0 0 0 40px;
}

#about .about-list dd {
    width: 65%;
}

/* faq */

#faq {
    margin: 0 0 10px 0;
}

#faq h2 {
    text-align: center;
    color: #0095d9;
    margin: 0 0 10px 0;
}

.subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 80px 0;
}

#faq h2 span.bgLRextend::before {
    background: #0095d9;
}

.faq-bg {
    position: relative;
    height: 55vh;
    background: url("../img/pict_05.jpg") no-repeat center;
    background-size: cover;
    margin: 0 0 200px 25%;
}

.faq-bg::after {
    content: '';
    position: absolute;
    top: 20%;
    left: -32%;
    width: 100%;
    height: 55vh;
    background: #f3f3f3;
    z-index: -1;
}

.course-thumb {
    width: 100%;
    aspect-ratio: 645 / 913;
    object-fit: cover;
    object-position: center;
    display: block;
    max-width: 545px;
    height: auto;
    margin: auto;
}

/* support */

#support {

max-width: 1200px;
width:100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* flex-wrap: wrap; */
    margin: auto;
}

#support h2 span {
    width: 80%;
    color: #0095d9;
    text-align: center;
    margin: auto;
    padding: auto;
}

#support h2 span.bgLRextend::before {
    background: #0095d9;
    margin: auto;
}

.subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 80px 0;
}

.supportBox {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
gap:2rem;
align-items:center;
}

.supportBox--reverse {
  flex-direction: row-reverse;
}

.supportCatch {
    margin: 2rem auto;
font-size:1em;
}

.supportCatcha {
    margin: 2rem auto;
font-size:1.5em;
}

.supportImg {
    flex: 0 0 50%;
}

.supportP {
    flex: 1;
}

/* entryTable用のスタイル */

.entryForm {
  width: 100%;
  max-width: 1000px; /* テーブルのmax-widthと合わせる */
  margin: 0 auto;
  box-sizing: border-box;
}

.entryTable {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 40px auto;
    border-collapse: collapse;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    font-size: 16px;
align-self: stretch;
}

.entryTable th,
.entryTable td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    vertical-align: top;
}

.entryTable th {
    background-color: #f5f9fc;
    width: 30%;
    font-weight: 600;
    color: #333;
    text-align: left;
}

.entryTable td input[type="text"],
.entryTable td input[type="email"],
.entryTable td input[type="number"],
.entryTable td input[type="tel"],
.entryTable td select,
.entryTable td textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 15px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.entryTable td input[type="text"]:focus,
.entryTable td input[type="email"]:focus,
.entryTable td input[type="number"]:focus,
.entryTable td input[type="tel"]:focus,
.entryTable td select:focus,
.entryTable td textarea:focus {
    border-color: #0095d9;
    outline: none;
}

.entryAgree {
    max-width: 1200px;
    margin: 1rem auto;
    font-size: 14px;
    color: #555;
text-align:center;
}

.entryAgree input[type="checkbox"] {
    margin-right: 8px;

}

.submit-btn {
    max-width: 700px;
    margin: 0 auto 60px auto;
    text-align: center;
}

.entry-submit {
    background-color: #0095d9;
    color: #fff;
    border: none;
    padding: 14px 40px;
    font-size: 18px;
    border-radius: 25px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.entry-submit:hover {
    background-color: #007bb5;
}

/* contact */

#contact {
    margin: 0 0 100px 0;
}

#contact h2 {
    text-align: center;
    margin: 0 0 10px 0;
    color: #0095d9;
}

.subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 80px 0;
}

#contact p {
    text-align: center;
}

#contact .form-list {
    width: 100%;
    max-width: 700px;
    margin: 0 auto;
}

#contact input,
button,
textarea,
select {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    background: none;
    font-size: 16px;
}

#contact .form-list input[type='text'],
#contact .form-list input[type='email'],
#contact .form-list textarea {
    width: 100%;
    border: 1px solid #666;
    background: #fff;
    padding: 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#contact .form-list input[type='text'],
input[type='email'] {
    height: 50px;
}

#contact .submit-btn {
    width: 152px;
    margin: 0 auto;
}

#contact input[type='submit'] {
    border: 2px solid #0095d9;
    color: #0095d9;
    text-align: center;
    padding: 5px 20px;
    width: 152px;
    margin: 0 auto;
    transition: all .3s;
}

#contact input[type='submit']:hover {
    background: #0095d9;
    color: #fff;
}

#contact .form-list dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0 20px 0;
}

#contact .form-list dt {
    width: 30%;
}

#contact .form-list dd {
    width: 66%;
}

#contact .form-list textarea {
    height: 200px;
}

/* footer */

#footer {
    padding: 100px 0;
    border-top: 1px solid #333;
    text-align: center;
    background: #0095d9;
    position: relative;
    text-transform: uppercase;
}

#footer .footer-logo {
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin: 0 0 10px 0;
    color: #fff;
}

#footer small {
    color: #fff;
}

#footer h5 {
    font-weight: bold;
    color: #fff;
}

#footer p {
    color: #fff;
}

#footer a {
    font-weight: bold;
    font-size: 1.2rem;
    color: #fff;
}


.steps-title {
    width: 100%;
    margin: 0 0.5rem 1rem 0rem;
    background: #eaeebb;
    text-decoration: none;
    color: #444;
    position: relative;
    /* height: 100px; */
    height: 5em;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
}

.form-explain {
    min-height: 1em;
    /* margin-top: 2em; */
    padding-top: 2em;
}

.steps-title::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #eaeebb;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
}

.text-green {
    font-weight: bold;
    margin-bottom: 0;
}

.steps-title p {
    padding-top: 1em;
}

/* reserve */

#reserve {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin: 0 auto 100px auto;
    padding: 100px 30px;
    text-align: center;
}

#reserve .scrolldown1 {
    top: -10vh;
}

#reserve h2 {
    font-size: 1.2rem;
}

#reserve .tel {
    font-size: 2vw;
    margin: 0 0 20px 0;
}

#reserve p br {
    display: none;
}