@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap');
p {
    font-size: 18px;
    line-height: 1.6;
    letter-spacing: 1.3px;
    font-family: 'Noto Sans JP', sans-serif;
}

.header_conts {
    display: flex;
    justify-content: space-between;
}

#eInfoCont {
    text-align: center;
}

header ul {
    display: flex;
    justify-content: space-between;
}

.sp {
    display: none;
}

.pc {
    display: block;
}

header li {
    padding: 0 20px;
}

.hi a {
    font-size: 30px;
    font-family: serif;
    font-weight: 600;
}

a {
    text-decoration: none;
    color: #000000;
    font-size: 18px;
    /* padding: 25px; */
}

a:hover {
    opacity: 0.7;
}

.ht {
    font-size: 28px;
}

header {
    padding: 30px;
}

.top_bgimg {
    background-image: url(../img/topbgimg021.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: relative;
}

.top_title {
    font-family: serif;
    font-size: 70px;
    color: #ffff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    letter-spacing: 5px;
    text-shadow: 2px 2px 2px #000;
}

.online {
    background-color: #D8D8D8;
    padding: 100px;
}

.online_container {
    display: flex;
    justify-content: space-around;
    margin-bottom: 90px;
}

.online_wrapper {
    /* width: 1200px; */
    margin: auto;
    background-color: #ffff;
    padding: 100px;
    max-width: 1200px;
}

.online_title {
    font-size: 35px;
    background: #fff;
    display: inline-block;
    border: solid 1px;
    padding: 20px;
    box-shadow: 10px 10px;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, -50%);
    letter-spacing: 5px;
}

.online_com p {
    font-size: 30px;
    text-align: center;
    margin-bottom: 50px;
    font-weight: 600;
}

.online_itembox {
    background: #fff;
    display: inline-block;
    border: solid 1px;
    padding: 20px;
    box-shadow: 5px 5px;
    margin-top: 30px;
}

.online_item {
    text-align: center;
    margin: 0 30px;
}

.online_itembox p {
    font-size: 22px;
}

.online_desc {
    width: 910px;
    /* margin-bottom: 50px; */
    margin: auto auto 50px;
}

.online_desc p {
    font-size: 22px;
}

.online_linkwrapper {
    display: flex;
    justify-content: space-around;
}

.online_linkitem a:hover {
    opacity: 0.7;
}

.news_wrapper {
    width: 1000px;
    margin: auto auto 50px;
}

.news_wrapper h2 {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 30px;
}

.news_wrapper span {
    font-size: 18px;
}

.news_item {
    border-top: solid 2px #000000;
    display: flex;
    padding: 30px 0;
}

.news_item:last-child {
    border-bottom: solid 2px #000000;
}

.news_date {
    padding-right: 50px;
}

.news_link {
    text-align: center;
}

.news_link a {
    color: #fff;
    display: inline-block;
    padding: 20px;
    background-color: #000000;
    font-size: 20px;
}

.news {
    padding: 50px 0;
}

.mission_bgimg {
    background-image: url(../img/missio_bgimg553335.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    text-align: center;
    color: #fff;
    padding: 350px;
}

.mission_title h2 {
    font-size: 60px;
    font-weight: 600;
    margin-bottom: 60px;
    letter-spacing: 6px;
}

.mission {
    margin-bottom: 100px;
}

.mission_title p {
    font-size: 25px;
    margin-bottom: 60px;
}

.mission_com p {
    line-height: 2;
    font-size: 22px;
}

.work {
    width: 1200px;
    margin: auto;
}

.title {
    display: flex;
    /* margin-bottom: 50px; */
    width: 1200px;
    margin: auto auto 20px auto;
}

.title h2 {
    font-size: 40px;
    font-weight: 600;
    padding-right: 20px;
}

.work_contents {
    display: flex;
}

.work_item_title h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 10px;
}

.work_item_title {
    border-bottom: solid 3px #666666;
    margin-bottom: 50px;
    padding: 0 0 0 50px;
}

.work_item {
    width: 50%;
    /* margin-bottom: 5vw; */
}

.work_item_com {
    margin-bottom: 50px;
    padding: 0 0 0 50px;
}

.work_item_com p {
    font-size: 25px;
}

.work_item_link a {
    background-color: #000000;
    color: #fff;
    display: inline-block;
    padding: 20px 30px;
}

.work_item_link {
    padding: 0 0 0 50px;
    /* text-align: center; */
}

.work_contents {
    margin-bottom: 150px;
}

.work_contents:last-of-type {
    margin-bottom: 100px;
}

.company_bgimg {
    background-image: url(../img/campany-8.png);
    background-size: cover;
    background-position: center;
}

.company_link a {
    background-color: #000000;
    color: #fff;
    display: inline-block;
    padding: 20px 30px;
}

.company_cont {
    width: 1200px;
    margin: auto;
    padding: 250px;
}

.company_com p {
    font-size: 29px;
    line-height: 2;
    letter-spacing: 2px;
    margin-bottom: 100px;
    font-weight: 600;
}

.message_bgimg {
    background-image: url(../img/message-8.png);
    background-size: cover;
    background-position: center;
}

.hamburger {
    display: none;
}

.message_link a {
    background-color: #000000;
    color: #fff;
    display: inline-block;
    padding: 20px 30px;
}

.message_cont {
    /* width: 1200px; */
    text-align: right;
    padding: 250px;
}

.message_com p {
    font-size: 30px;
    line-height: 2;
    letter-spacing: 2px;
    margin-bottom: 100px;
    font-weight: 600;
}

.company {
    margin-bottom: 100px;
}

footer {
    background-color: #000000;
    padding: 50px 0 0 0;
    height: 150px;
}

footer li {
    font-size: 20px;
    color: #fff;
}

footer a {
    font-size: 15px;
    color: #fff;
}

.first_nav {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.footer_nav {
    width: 1200px;
    margin: auto;
}

.sec_nav li {
    padding: 40px 0 0 0;
}

.subfooter_conts {
    display: flex;
    color: #fff;
    width: 1200px;
    justify-content: center;
    margin: auto;
    padding: 50px 0 0 0;
}

.subfooter_item {
    display: flex;
}

.subfooter_item p {
    font-size: 10px;
    padding: 0 50px 0 0;
    margin: auto auto 0 auto;
    line-height: 3;
}

.ctop_bgimg01 {
    background-image: url(../img/contactbg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: relative;
}

.ctop_bgimg {
    background-image: url(../img/companybgimg-802255.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: relative;
}

.of_bgimg {
    background-image: url(../img/contactbg01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: relative;
}

.top_title {
    text-align: center;
}

.top_title p {
    font-size: 20px;
    margin-top: 10px;
}

.profile {
    margin-top: 100px;
    margin-bottom: 100px;
}

.profile_title {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.profile_title:after {
    border-top: 10px solid;
    content: "";
    width: 80%;
}

.profile_title:before {
    border-top: 10px solid;
    content: "";
    width: 20%;
}

.profile_title:before {
    margin-right: 1rem;
}

.msnam span {
    font-size: 40px;
    margin-left: 10px;
    letter-spacing: 5px;
    font-family: serif;
    font-weight: 600;
    padding-left: 10px;
}

.msnam {
    text-align: right;
}

.profile_title:after {
    margin-left: 1rem;
}

.profile_title h2 {
    font-size: 30px;
    font-weight: 600;
    width: 325px;
    text-align: center;
}

.stt {
    display: block;
}

.profile_title02 {
    display: flex;
    align-items: center;
}

.profile_title02:after {
    border-top: 10px solid;
    content: "";
    width: 79%;
}

.profile_title02:before {
    border-top: 10px solid;
    content: "";
    width: 21%;
}

.profile_title02:before {
    margin-right: 1rem;
}

.profile_title02:after {
    margin-left: 1rem;
}

.profile_title02 {
    display: flex;
    align-items: center;
    margin-bottom: 100px;
}

.profile_title02:after {
    border-top: 10px solid;
    content: "";
    width: 79%;
}

.profile_title02:before {
    border-top: 10px solid;
    content: "";
    width: 21%;
}

.profile_title02:before {
    margin-right: 1rem;
}

.profile_title02:after {
    margin-left: 1rem;
}

.profile_title02 h2 {
    font-size: 35px;
    font-weight: 600;
    width: 480px;
    text-align: center;
}

table {
    border-collapse: collapse;
    margin: 50px auto 100px auto;
}

td {
    border-bottom: solid 1px;
    padding: 30px 50px;
    font-size: 20px;
}

.OnlineQuote_title h2 {
    text-align: center;
    font-size: 30px;
    padding: 60px 0;
    font-weight: 600;
}

.OnlineQuote_com {
    margin: auto;
    text-align: center;
}

.OnlineQuote_com p {
    display: inline-block;
    font-size: 22px;
    line-height: 1.6;
}

.flow01 {
    width: 1080px;
    margin: auto;
    padding-bottom: 50px;
}

.flow02 {
    background-color: #000;
    width: 90px;
    color: #fff;
    padding: 10px;
}

.flow02 p {
    text-align: center;
}

.flow02 span {
    font-size: 35px;
    display: block;
    line-height: 1;
}

.flow03 {
    padding: 21px;
    border: solid 2px #000;
    line-height: 1.5;
}

.sirusi {
    text-align: center;
}

.form_title_wr {
    text-align: center;
}

.form_title_wr h2 {
    font-size: 25px;
    font-weight: 600;
    margin-bottom: 30px;
}

.Form-Btn {
    border-radius: 6px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    cursor: pointer;
    box-shadow: 0 5px 5px rgb(80, 79, 79);
}

.Form-Btn:active {
    box-shadow: none;
    top: 6px;
    position: relative;
}

*, *:before, *:after {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.info dl {
    padding: 2em 0;
    border-bottom: 1px solid #ccc;
    display: flex;
}

.info dt {
    padding-bottom: 0;
    width: 6em;
    font-size: 18px;
    padding-right: 10em;
}

Form {
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    max-width: 720px;
}

.online_flow01 {
    margin-bottom: 100px;
}

.Form-Item {
    border-top: 1px solid #ddd;
    padding-top: 24px;
    padding-bottom: 24px;
    width: 100%;
    display: flex;
    align-items: center;
}

.Form-Item:nth-child(5) {
    border-bottom: 1px solid #ddd;
}

.Form-Item-Label {
    width: 100%;
    max-width: 248px;
    letter-spacing: 0.05em;
    font-weight: bold;
    font-size: 18px;
}

.Form-Item-Label.isMsg {
    margin-top: 8px;
    margin-bottom: auto;
}

.Form-Item-Label-Required {
    border-radius: 6px;
    margin-right: 8px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 48px;
    display: inline-block;
    text-align: center;
    background: #000000;
    color: #fff;
    font-size: 14px;
}

.Form-Item-Input {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 48px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

.Form-Item-Textarea {
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-left: 40px;
    padding-left: 1em;
    padding-right: 1em;
    height: 216px;
    flex: 1;
    width: 100%;
    max-width: 410px;
    background: #eaedf2;
    font-size: 18px;
}

.Form-Btn {
    border-radius: 10px;
    margin-top: 32px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 280px;
    display: block;
    letter-spacing: 0.05em;
    background: #000;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
}

.box {
    flex-wrap: wrap;
    display: flex;
    margin-left: 40px;
    font-size: 20px;
    padding: 0px;
}

.box>div {
    padding: 10px 10px 10px 0;
}

.element02 {
    margin-left: 45px;
    padding-left: 5em;
    padding-right: 1em;
    flex: 1;
    width: 100%;
    max-width: 410px;
}

form {
    margin-bottom: 100px;
}

.flow03 h2 {
    font-size: 23px;
}

.date01 {
    font-size: 22px;
}

.work01 {
    background-color: #D8D8D8;
    padding: 50px;
    margin-bottom: 100px;
}

.work01_img_wrapper {
    display: flex;
    justify-content: space-around;
    margin-bottom: 50px;
}

.work01_title {
    text-align: center;
}

.work01_title h2 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
}

.work01_link {
    text-align: center;
}

.work01_link a {
    display: inline-block;
    background-color: #000000;
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}

.OnlineQuote_wrapper {
    padding: 50px 0;
}

.work_kind_conts {
    display: flex;
    justify-content: space-around;
    margin: 100px 0;
}

.work_kind {
    width: 1080px;
    margin: auto auto 100px auto;
}

.work_kind_title {
    margin-bottom: 50px;
}

.work_kind_title h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 2;
    border-bottom: solid 2px #000;
    text-align: center;
    /* display: inline-block; */
}

.work_kind_item h3 {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 30px;
}

.work_kind_item p {
    font-size: 22px;
    line-height: 2;
}

.work_kind_item {
    width: 45%;
}

.work_kind_item img {
    width: 100%;
}

.work_kind_link a {
    display: inline-block;
    background-color: #000000;
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
}

.work_kind_link {
    text-align: center;
}

.workach_wrapper {
    display: flex;
    flex-wrap: wrap;
}

.workach_conts {
    margin: 100px 50px;
}

.message {
    width: 1080px;
    margin: auto;
}

.message_title h2 {
    font-size: 28px;
    font-weight: 600;
}

.message_conts {
    margin: 100px 0;
}

.message_title {
    margin-bottom: 30px;
}

.message_coms p {
    font-size: 21px;
}

.btop_bgimg01 {
    background-image: url(../img/bus01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: relative;
}

.btop_bgimg02 {
    background-image: url(../img/bus02.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: relative;
}

.btop_bgimg03 {
    background-image: url(../img/bus03.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: relative;
}

.btop_bgimg04 {
    background-image: url(../img/bus05.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: relative;
}

.om_bgimg {
    background-image: url(../img/onmitu.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: relative;
    background-position: right;
}

.footer_nav ul {
    display: flex;
    justify-content: space-around;
}

.os_bgimg {
    background-image: url(../img/onsou.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    background-position: right;
    position: relative;
}

.mtop_bgimg {
    background-image: url(../img/met5564.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    background-position: center;
    position: relative;
}

.bstop_bgimg01 {
    background-image: url(../img/bustop5522.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: relative;
}

.top_news {
    padding: unset;
    margin-bottom: 200px;
}

.container {
    width: 1080px;
    margin: auto;
}

.students_title_news {
    text-align: center;
    margin-bottom: 50px;
}

.news_page {
    /* padding: 5vw; */
}

.info {
    margin: 1em auto;
    text-align: center;
    font-size: 1em;
    line-height: 1.3;
    color: #444;
    overflow: auto;
    width: 60%;
}

.ntop_bgimg {
    background-image: url(../img/news2255553.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 90vh;
    position: relative;
}

body {
    background: #E2E2E2;
}

#eTopHead {
    position: relative;
}

#eTopScroll {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    bottom: 10%;
    transform: translateX(-50%);
    text-align: center;
}

#eTopScroll p {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 50%;
    color: #FFF;
    font-size: 12px;
    animation: wobbling_y 2s linear infinite;
}

#eTopScroll p:before {
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    border-width: 7px;
    width: 70%;
    height: 70%;
    transform: rotate(45deg);
    transform-origin: center;
    top: 0%;
    left: 15%;
}

@keyframes wobbling_x {
    0% {
        margin-left: 8px;
    }
    100% {
        margin-left: 0px;
    }
}

@keyframes wobbling_y {
    0% {
        margin-top: 0px;
    }
    50% {
        margin-top: 8px;
    }
    100% {
        margin-top: 0px;
    }
}

.foo {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 200px;
    /*background: @blue;*/
    -webkit-transform: translateZ(0);
    -webkit-animation: foo 2.5s linear alternate infinite;
    -moz-transform: translateZ(0);
    -moz-animation: foo 2.5s linear alternate infinite;
}

.foo:before {
    content: '';
    position: absolute;
}

.foo p {
    position: absolute;
    top: -200px;
    left: 100%;
    width: 48px;
    height: 50px;
    color: #fff;
    background: transparent;
    -webkit-transform: rotate(0deg) translateY(-45%) translateX(-45%);
    -webkit-animation: arrow 2s linear alternate infinite;
    -moz-transform: rotate(0deg) translateY(-45%) translateX(-45%);
    -moz-animation: arrow 2s linear alternate infinite;
}

.foo:before {
    top: -200px;
    left: 100%;
    width: 50px;
    height: 50px;
    border-style: solid;
    border-color: transparent #fff #fff transparent;
    border-width: 5px;
    background: transparent;
    -webkit-transform: rotate(45deg) translateX(-60%);
    -webkit-animation: arrow 2s linear alternate infinite;
    -moz-transform: rotate(45deg) translateX(-60%);
    -moz-animation: arrow 2s linear alternate infinite;
}

@-webkit-keyframes arrow {
    0% {
        top: -10px;
    }
    100% {
        top: -50px;
    }
}

.mwform-checkbox-field {
    padding: 20px 0;
}

.news_page dd {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}