@charset "UTF-8";


/*  ----------------------------------------------------------

kv

----------------------------------------------------------  */
.top-kv {
    position: relative;
    padding: 0 0 6rem 25rem;
}

.top-kv::after {
    content: "";
    background-image:
      linear-gradient(0deg, transparent calc(100% - 1px), #2a316f calc(100% - 1px)),
      linear-gradient(90deg, var(--main-color) calc(100% - 1px), #2a316f calc(100% - 1px));
    background-size: 24px 24px;
    background-repeat: repeat;
    background-position: center center;
    width: 88%;
    height: 88%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
}

.top-kv h1 {
    position: absolute;
    bottom: 9rem;
    left: 5rem;
    z-index: 99;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    font-size: 8rem;
    color: #fff;
    line-height: 1.1;
}

.top-kv h1 span {
    -webkit-text-stroke: 0.1rem #fff;
    color: transparent;
}

#main {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 52rem;
}

.scroll {
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1;
    display: flex;
    align-items: center;
    position: absolute;
    right: 3rem;
    bottom: 3rem;
    z-index: 99;
}

.scroll::before {
    content: "";
    width: 1px;
    height: 8rem;
    background: #000;
    margin-bottom: 1rem;
    display: block;
}

@media screen and (max-width: 767px) {
    .top-kv {
        padding: 0 0 4rem 5rem;
    }

    .top-kv h1 {
        bottom: 8rem;
        left: 2rem;
        font-size: 3.0rem;
        white-space: nowrap;
    }

    #main {
        height: 28rem;
    }
}




/*  ----------------------------------------------------------

about

----------------------------------------------------------  */
.top-vision {
    padding: 4rem 0 10rem 0;
    background: var(--bg-color-1);
}

.top-vision h3 {
    text-align: center;
}

.top-vision p {
    text-align: center;
    line-height: 3.2;
    margin-bottom: 4rem;
}

.top-vision .more {
    margin: 0 auto;
}

@media screen and (max-width: 767px) {
    .top-vision {
        padding: 4rem 3rem 8rem 3rem;
    }

    .top-vision h3 {
        font-size: 2.4rem;
    }

    .top-vision p {
        text-align: left;
        line-height: 2.2;
    }
}



/*  ----------------------------------------------------------

business

----------------------------------------------------------  */
.top-business {
    padding-bottom: 10rem;
}

.top-business .wrap {
    background-image:
      linear-gradient(0deg, transparent calc(100% - 1px), #525051 calc(100% - 1px)),
      linear-gradient(90deg, #3e3c3d calc(100% - 1px), #525051 calc(100% - 1px));
    background-size: 24px 24px;
    background-repeat: repeat;
    background-position: center center;
    padding: 5rem;
}

.top-business .wrap > div {
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 8rem;
}

.top-business .wrap p {
    text-align: center;
    line-height: 2.8;
}

.top-business ul {
    padding: 5rem 5rem 0 5rem;
    display: flex;
    justify-content: space-between;
}

.top-business ul li:not(:last-child) {
    margin-right: 5rem;
}

.top-business ul figure img,
.top-business ul div {
    transition: all .3s;
}

.top-business ul figure {
    margin-bottom: 2rem;
    overflow: hidden;
}

.top-business ul div {
    position: relative;
    text-align: right;
    font-size: 1.6rem;
    font-weight: 700;
}

.top-business ul div span {
    display: block;
    color: var(--main-color);
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 0.5rem;
}

.top-business ul div::before {
    content: "";
    transition: all .3s;
    width: 4rem;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 50%
}

.top-business ul a:hover {
    opacity: 1;
}

.top-business ul a:hover figure img {
    transform: scale(1.1);
}

.top-business ul a:hover div::before {
    width: 8rem;
    background: var(--main-color);
}

@media screen and (max-width: 767px) {
    .top-business {
        padding-bottom: 8rem;
    }

    .top-business .wrap {
        padding: 2rem;
    }

    .top-business .wrap > div {
        padding: 0 3rem 3rem 3rem;
    }

    .top-business .wrap p {
        text-align: left;
        line-height: 2;
    }

    .top-business ul {
        padding: 3rem 3rem 0 3rem;
        display: block;
    }

    .top-business ul li:not(:last-child) {
        margin-right: 0;
        margin-bottom: 4rem;
    }
}


/*  ----------------------------------------------------------

content

----------------------------------------------------------  */




.top-content {
    padding-bottom: 10rem;
}

.top-content .wrap {
    background: url(../img/top-bg-1.jpg) no-repeat center / cover;
    padding: 5rem;
}

.top-content .wrap > div {
    background: rgba(255, 255, 255, 0.9);
    padding-bottom: 8rem;
}

.top-content .wrap p {
    text-align: center;
    line-height: 2.8;
}

.top-content ul {
    padding: 5rem 5rem 0 5rem;
    display: flex;
	flex-wrap: wrap;
	column-gap: 5%;
	row-gap: 4rem;
}

.top-content ul li {
    width: 30%;
}

.top-content ul figure img,
.top-content ul div {
    transition: all .3s;
}

.top-content ul figure {
    margin-bottom: 2rem;
    overflow: hidden;
}

.top-content ul div {
    position: relative;
    text-align: right;
    font-size: 1.6rem;
    font-weight: 700;
}

.top-content ul div span {
    display: block;
    color: var(--main-color);
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    font-size: 1rem;
    margin-top: 0.5rem;
}

/*
.top-content ul div::before {
    content: "";
    transition: all .3s;
    width: 4rem;
    height: 1px;
    background: #000;
    display: block;
    position: absolute;
    left: 0;
    top: 50%
}
*/

.top-content ul a:hover {
    opacity: 1;
}

.top-content ul a:hover figure img {
    transform: scale(1.1);
}

.top-content ul a:hover div::before {
    width: 8rem;
    background: var(--main-color);
}

@media screen and (max-width: 767px) {
    .top-content {
        padding-bottom: 8rem;
    }

    .top-content .wrap {
        padding: 2rem;
    }

    .top-content .wrap > div {
        padding: 0 3rem 3rem 3rem;
    }

    .top-content .wrap p {
        text-align: left;
        line-height: 2;
    }

    .top-content ul {
        padding: 3rem 3rem 0 3rem;
    }

    .top-content ul li {
		width: 100%;
    }
}



/*  ----------------------------------------------------------

recruit

----------------------------------------------------------  */
.top-recruit {
    position: relative;
}

.top-recruit .wrap {
    display: flex;
    align-items: flex-end;
    position: relative;
    padding-bottom: 7rem;
}

.top-recruit .wrap::after {
    content: "";
    background-image:
      linear-gradient(0deg, transparent calc(100% - 1px), #2a316f calc(100% - 1px)),
      linear-gradient(90deg, var(--main-color) calc(100% - 1px), #2a316f calc(100% - 1px));
    background-size: 24px 24px;
    background-repeat: repeat;
    background-position: center center;
    width: 90%;
    height: 90%;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: -1;
}

.top-recruit .wrap > figure {
    width: 57%;
}

.top-recruit .wrap > div {
    width: 43%;
    color: #fff;
    padding: 10rem 4rem 0 4rem;
}

.top-recruit h3 {
    font-size: 2.6rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.top-recruit .wrap p {
    margin-bottom: 4rem;
}

@media screen and (max-width: 767px) {
    .top-recruit .wrap {
        display: block;
        padding-bottom: 0;
    }

    .top-recruit .wrap::after {
        width: 100%;
        height: 100%;
    }

    .top-recruit .wrap > figure {
        width: 100%;
    }

    .top-recruit .wrap > div {
        width: 100%;
        padding: 3rem;
    }

    .top-recruit .more {
        margin: 0 auto;
    }

    .top-recruit h3 {
        font-size: 2.2rem;
        font-weight: 700;
        margin-bottom: 2.5rem;
    }
}



/*  ----------------------------------------------------------

news

----------------------------------------------------------  */
.top-news {
    padding: 10rem 15rem;
}

.top-news .SYSEM-NEWS-INDEX {
    padding-bottom: 0;
}

.SYSEM-NEWS-INDEX {
    position: relative;
    padding-bottom: 12rem;
}

.SYSEM-NEWS-ITEM a {
    transition: all .3s;
    display: flex;
    align-items: center;
    border-bottom: solid 1px #C6DAE1;
    padding: 2.8rem 1.5rem 3rem 1.5rem;
    position: relative;
}

.SYSEM-NEWS-ITEM a::after {
    content: "";
    width: 20%;
    height: 1px;
    background: var(--main-color);
    position: absolute;
    left: 0;
    bottom: -1px;
}

.SYSEM-NEWS-ITEM a:hover {
    opacity: 1;
    color: var(--main-color);
}

.SYSEM-NEWS-TIME {
    font-size: 1.2rem;
    width: 20%;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    color: var(--main-color);
}

.SYSEM-NEWS-LINK {
    line-height: 1.8;
    width: 80%;
}

/* read more */
.SYSEM-NEWS-MORE-READ {
    background: var(--main-color);
    border: none;
    border-radius: 0.2rem;
    text-align: center;
    padding: 2rem 0;
    font-size: 1.4rem;
    color: #fff;
    text-align: center;
    margin: 4rem auto 0 auto;
    width: 28rem;
    display: block;
    transition: all .3s;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
}

.SYSEM-NEWS-MORE-READ:hover {
    cursor: pointer;
    opacity: 0.6;
}

.top-news .SYSEM-NEWS-MORE-READ {
    display: none;
}

/* detail */
.SYSEM-NEWS-TITLE {
    border-bottom: solid 1px rgba(0, 0, 0, 0.2);
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 3rem;
    padding: 1rem 0 1.5rem 0;
    position: relative;
    font-weight: bold;
}

.SYSEM-NEWS-TITLE:after {
    border-bottom: solid 4px var(--main-color);
    bottom: -4px;
    content: " ";
    display: block;
    position: absolute;
    width: 25%;
}

.SYSEM-NEWS-CONTENT img {
    width: 70%;
    height: auto;
    display: block;
    margin: 4rem auto;
}

.top-news .more-container {
  margin-top: 4rem;
  text-align: center;
}

.top-news .more-container .more {
  margin: auto;
}

@media screen and (max-width: 767px) {
    .top-news {
        padding: 8rem 3rem;
    }

    .SYSEM-NEWS-ITEM a {
        display: block;
        padding: 2.8rem 1.5rem;
    }

    .SYSEM-NEWS-TIME {
        width: 100%;
    }

    .SYSEM-NEWS-LINK {
        width: 100%;
    }

    .SYSEM-NEWS-CONTENT img {
        width: 100%;
    }

    .SYSEM-NEWS-INDEX > * img {
        height: auto;
    }
}


/*  ----------------------------------------------------------

event

----------------------------------------------------------  */
.top-event {
    padding: 10rem 0;
}

.top-event .container {
    margin-top: 0;
    margin-bottom: 0;
}

.top-event .more-container {
  margin-top: 4rem;
  text-align: center;
}

.top-event .more-container .more {
  margin: auto;
}

@media screen and (max-width: 767px) {
    .top-event {
        padding: 8rem 0;
    }
}

/*  ----------------------------------------------------------

cv

----------------------------------------------------------  */
.cv {
    background: url(../img/bg-contact.jpg) no-repeat center / cover;
    color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8rem 10rem;
}

.cv h2 {
    color: #839298;
}

.cv h2 span {
    display: block;
    font-family: 'Shippori Mincho', serif;
    font-weight: 700;
    font-size: 3.8rem;
    letter-spacing: 0.1em;
    color: #fff;
}

.cv p {
    margin-bottom: 4rem;
}

.cv .more {
    margin-left: auto;
}

@media screen and (max-width: 767px) {
    .cv {
        display: block;
        padding: 6rem 3rem;
    }

    .cv h2 {
        margin-bottom: 4rem;
    }

    .cv .more {
        margin: 0 auto;
    }

    .cv h2 span {
        display: block;
        font-family: 'Shippori Mincho', serif;
        font-weight: 700;
        font-size: 2.8rem;
        letter-spacing: 0.1em;
        color: #fff;
    }
}



/*  ----------------------------------------------------------

form

----------------------------------------------------------  */
.SYSEM-FORM-GROUP {
    display: flex;
    align-items: center;
    margin-bottom: 5rem;
}

.SYSEM-FORM-GROUP label {
    width: 30%;
    font-weight: bold;
}

.SYSEM-FORM-GROUP input,
.SYSEM-FORM-GROUP textarea {
    width: 70%;
    padding: 2rem;
    border: #ddd solid 1px;
    box-sizing: border-box;
}

.SYSEM-FORM-INPUT,
.SYSEM-FORM-EMAIL {
    -webkit-appearance: none;
    appearance: none;
}

.SYSEM-FORM-GROUP textarea {
    height: 16rem;
    -webkit-appearance: none;
    appearance: none;
}

.SYSEM-FORM-GROUP input[type="submit"] {
    background: var(--main-color);
    border: none;
    color: #fff;
    display: block;
    font-family: inherit;
    font-weight: bold;
    font-size: 1.4rem;
    width: 24rem;
    padding: 2rem 0;
    margin: 0 auto;
    transition: all .3s;
    display: block;
}

.SYSEM-FORM-GROUP input[type="submit"]:hover {
    cursor: pointer;
    opacity: 0.5;
}

.SYSEM-FORM-RADIO input[type="radio"] {
    width: 2rem;
    height: 2rem;
    display: block;
    border-radius: 50%;
    margin-top: 0;
}

.SYSEM-FORM-RADIO {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    row-gap: .8em;
    width: 70%;
}

.SYSEM-FORM-RADIO label {
    display: flex;
    align-items: center;
    column-gap: .5em;
    width: calc(100% - 3.5rem);
}

.SYSEM-FORM-RADIO > label {
    font-weight: normal;
    padding-top: 0.8rem;
}

.SYSEM-FORM-RADIO > label:not(:last-of-type) {
    margin-bottom: 1rem;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-appearance: button;
    appearance: button;
    border: none;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

@media screen and (max-width: 767px) {
    .SYSEM-FORM-GROUP {
        display: block;
    }

    .SYSEM-FORM-GROUP label {
        width: 100%;
        display: block;
        margin-bottom: 1rem;
    }

    .SYSEM-FORM-GROUP input,
    .SYSEM-FORM-GROUP textarea {
        width: 100%;
    }

    .SYSEM-FORM-RADIO input[type="radio"] {
        width: 2rem;
        height: 2rem;
        margin-top: 0;
        margin-bottom: 1.5rem;
    }

    .SYSEM-FORM-RADIO {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }

    .SYSEM-FORM-RADIO label {
        width: calc(100% - 3.5rem);
        padding-top: 0;
        margin-top: -0.1rem;
    }

    .SYSEM-FORM-RADIO > label {
        font-weight: normal;
    }

    .SYSEM-FORM-RADIO > label:not(:last-of-type) {
        margin-bottom: 0;
    }

    .SYSEM-FORM-GROUP input[type="submit"] {
        width: 100%;
        padding: 2rem 0;
        font-size: 1.8rem;
    }
}

.his {
    background: rgba(180, 0, 0, 1);
    line-height: 1;
    color: #fff;
    font-size: 1rem;
    padding: 0.2rem 0.7rem 0.3rem 0.7rem;
    margin-left: 1.6rem;
    vertical-align: 0.1rem;
}

.thanx {
    text-align: center;
}

@media screen and (max-width: 767px) {
    .thanx {
        text-align: left;
    }
}



/*  ----------------------------------------------------------

privacy

----------------------------------------------------------  */
.privacy h2 {
    text-align: center;
    font-size: 2.0rem;
    line-height: 1.4;
    margin-bottom: 6rem;
}

.privacy h2 + p {
    margin-bottom: 6rem;
}

.privacy > section:not(:last-of-type) {
    margin-bottom: 6rem;
}

.privacy h3 {
    font-size: 1.6rem;
    margin-bottom: 1rem;
}

.servicetitle {
    font-size: 16px;
    font-weight: 600;
}


/*改行*/
.br-sp {
    display: none;
}

@media screen and (max-width: 1080px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: inline-block;
    }
}


/*  ----------------------------------------------------------

Kaisoku

----------------------------------------------------------  */

.kaisoku {
    margin-bottom: 40px;
}

.kaisoku p {
    line-height: 24px;
}

.kaisoku-history {
  margin-bottom: 40px;
  text-align: right;
}

.kaisoku-title {
  font-size: 1.4em;
  font-weight: 700;
  margin: 2.5em 0 1.5em;
  text-align: center;
}


/*  ----------------------------------------------------------

enkaku

----------------------------------------------------------  */


.timeline-entry {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #ccc;
}

.timeline-entry .date {
    min-width: 140px;
    font-weight: bold;
    color: #003366;
}

.timeline-entry .description {
    flex: 1;
}

/*  ----------------------------------------------------------

history

----------------------------------------------------------  */
.song {
    margin-top: 50px;
}

.song a {
    text-decoration: underline;
}


/*  ----------------------------------------------------------

contents

----------------------------------------------------------  */
.contentcta {
    margin-top: 50px;
}


/*  ----------------------------------------------------------

year

----------------------------------------------------------  */
.yeartext {
    margin-top: 50px;
}



.br-sp {
    display: none;
}

@media screen and (max-width: 1080px) {
    .br-pc {
        display: none;
    }

    .br-sp {
        display: inline-block;
    }
}


.newpresidents {
    font-size: 1.8rem;
    margin-top: 14px;
}
