@charset "UTF-8";
/* コンテンツ */

.gretx {
    padding: 5em;
    line-height: 1.7;
}
#header {
    background-color: transparent;
}
#header h1 a img {
	filter: brightness(2);
}
#gnavi ul li a {
    color: #fff;
}
.hscr #header {
    background-color: rgba(255,255,255,0.9);
}
.hscr #header h1 a img {
	filter: brightness(1);
}
.hscr #gnavi ul li a {
    color: #888;
}
.hscr #gnavi ul li:last-child a {
    color: #FFFFFF;
}


#headline {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
	padding:2em 80px;
	margin:0 auto;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
.hl_btn {
    width: 10em;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.hl_btn a {
    display: block;
    background-image: url("../img/arr.png");
    background-repeat: no-repeat;
    background-size: 6px auto; 
    background-position: right center;
    padding-right: 1em;
    color: #111;
    transition: all 0.3s;
}
.hl_btn a:hover {
    opacity: 0.6;
}
.ticker {
	width: calc(100% - 10em);
	line-height:1.5;
	position: relative;
}
.ticker ul {
	width: 100%;
	position: relative;
}
.ticker ul li {
	width: 100%;
	display: none;
    text-align:left;
}
.ticker ul li section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
.ticker ul li span:nth-child(1) {
    display: block;
    line-height: 1.8;
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 10px;
}
.ticker ul li span:nth-child(2) {
    display: block;
    line-height: 2;
    white-space: nowrap;
    flex-shrink: 0;
    width: 6em;
    font-size: 0.84em;
    background-color: #fff;
    text-align: center;
    margin-right: 10px;
}
.ticker ul li p {
    display: block;
    line-height: 1.7;
    flex-grow: 1;
}
.ticker ul li a {
    color: #111;
    transition: all 0.3s;
}
.ticker ul li a:hover {
    opacity: 0.6;
}

.tsub {
    color: #002256;
    margin-bottom: 2em;
}
.tsub h3 {
    font-size: 3em;
    line-height: 1;
    letter-spacing: 0.05em;
}
.tsub h4 {
    position: relative;
    font-size: 1.32em;
    letter-spacing: 0.1em;
    line-height: 1;
    padding-bottom: 1.5em;
    margin-top: 1em;
}
.tsub h4::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 1.5em;
    height: 2px;
    margin: auto;
    background-color: #019ee6;
}
.ts_center {
    text-align: center;
}
.tsub.ts_center h3 {
    text-indent: 0.05em;
}
.tsub.ts_center h4 {
    text-indent: 0.1em;
}
.tsub.ts_center h4::after {
    right: 0;
}


.tmore1 a {
    display: inline-block;
    background-color: #fff;
    background-image: url("../img/arr.png");
    background-repeat: no-repeat;
    background-size: 6px auto; 
    background-position: right 0.8em center;
    padding: 1em 4em;
    color: #002256;
    line-height: 1;
    border-radius: 9999px;
    transition: all 0.3s;
}
.tmore1 a:hover {
    opacity: 0.6;
}

#about {
    position: relative;
    border-bottom-left-radius: 10em;
    overflow: hidden;
    margin-left: 10%;
    margin-bottom: 5em;
}
.about_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/img1.webp");
    background-size: auto 120%;
    background-position: center center;
}
@media screen and (min-width: 1500px) {
.about_img {
    background-size: 100% auto;
}  
}
.about_tx {
    position: relative;
    color: #fff;
    text-align: left;
    padding: 5em 0 5em 8em;
}
.about_tx .tsub {
    color: #fff;
}
.about_tx p {
    line-height: 2;
    margin-bottom: 3em;
}


.num_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.num_box ul li {
    position: relative;
    text-align: center;
    padding: 0 4em;
    line-height: 1.3;
    white-space: nowrap;
}
.num_box ul li h4 {
    letter-spacing: 0.1em;
    text-indent: 0.1em;
}
.num_box ul li h3 strong {
    color: #0070d4;
    font-size: 3em;
    font-weight: 700;
}
.num_box ul li p {
    font-size: 0.84em;
}
.num_box ul li span {
    position: absolute;
    right: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #002256;
    transform: rotate(15deg);
}

#philosophy {
    position: relative;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    overflow: hidden;
    margin: 5em 10% 10em 0;
}
.ph_img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("../img/img2.webp");
    background-size: cover;
    background-position: center center;
}
.ph_tx {
    position: relative;
    color: #fff;
    text-align: center;
    padding: 5em 0;
    line-height: 1.5;
}
.ph_tx .tsub {
    color: #fff;
}
.ph_tx h5 {
    font-size: 1.8em;
    letter-spacing: 0.2em;
    text-indent: 0.2em;
}
.ph_tx p {
    font-size: 0.84em;
    margin-top: 1.6em;
    margin-bottom: 3.6em;
}
.ph_tx .tmore1 a {
    background-color: #002256;
    background-image: url("../img/arr_w.png");
    color: #fff;
}

#group {
    position: relative;
    padding-top: 5em;
    margin-bottom: 10em;
}
#group section {
    position: absolute;
    width:90%;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #ddeef9;
    border-top-left-radius: 16em;
}
#group .tsub {
    position: relative;
}
.gp_box {
    position: relative;
    z-index: 1;
}
.gp_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gp_box ul li {
    width: 20%;
    min-width: 250px;
    margin-right: 1em;
}
.gp_box ul li:last-child {
    margin-right: 0;
}
.com_box {
    position: relative;
    background-color: #fff;
    border-radius: 1em;
    overflow: hidden;
    z-index: 2;
}
.com_box p {
    padding: 1.6em 2em 1em;
}
.com_box img {
    width: 100%;
    max-width: 260px;
}
.com_box a {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    background-color: #002256;
    background-image: url("../img/arr_w.png");
    background-repeat: no-repeat;
    background-size: 6px auto; 
    background-position: right 0.8em center;
    height: 5em;
    color: #fff;
    line-height: 1.5;
    transition: all 0.3s;
}
.com_box a:hover {
    opacity: 0.6;
}
.gp_img {
    position: relative;
    margin-top: -2.5em;
}
.gp_img ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
.gp_img ul li {
    width: calc(100% / 3);
}
.gp_box ul li figure {
    display: none;
}

#recruit {
    position: relative;
    background-color: #f1f8fd;
    border-top-right-radius: 9999px;
    border-bottom-right-radius: 9999px;
    margin-right: 10%;
    margin-bottom: 5em;
    overflow: hidden;
}
.rec_img {
    position: absolute;
    right: 0;
    top: 0;
    width: 60%;
    height: 100%;
    background-image: url("../img/rimg.webp");
    background-size: auto 110%;
    background-position: center center;
}
@media screen and (min-width: 1500px) {
.rec_img {
    background-size: 100% auto;
}  
}
.rec_tx {
    position: relative;
    text-align: left;
    padding: 5em 0 5em 8em;
}
.rec_tx p {
    line-height: 2;
    margin-bottom: 3em;
}
.rec_tx .tmore1 a {
    background-color: #002256;
    background-image: url("../img/arr_w.png");
    color: #fff;
}

.ns_navi {
    margin-bottom: 2em;
}
.ns_navi ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
.ns_navi ul li {
    width: 8em;
    height: 2.5em;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #ccc;
    border-radius: 9999px;
    margin-right: 0.5em;
    cursor: pointer;
    font-size: 0.84em;
}
.ns_navi ul li.current {
    background-color: #002256;
    color: #fff;
    border: 1px solid #002256;
}
#news ul {
	width: 100%;
	position: relative;
}
#news ul li {
    box-sizing: border-box;
	width: 100%;
    text-align:left;
    padding: 1.5em;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin-top: -1px;
}
#news ul li section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#news ul li span:nth-child(1) {
    display: block;
    line-height: 1.8;
    white-space: nowrap;
    flex-shrink: 0;
    margin-right: 10px;
}
#news ul li span:nth-child(2) {
    display: block;
    line-height: 2;
    white-space: nowrap;
    flex-shrink: 0;
    width: 6em;
    font-size: 0.84em;
    background-color: #ddeef9;
    text-align: center;
    margin-right: 10px;
}
#news ul li p {
    display: block;
    line-height: 1.7;
    flex-grow: 1;
}
#news ul li a {
    color: #111;
    transition: all 0.3s;
}
#news ul li a:hover {
    opacity: 0.6;
}
.ns_more {
    margin-top: 2em;
}
.ns_more a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 0 auto;
    background-image: url("../img/ns_more.png");
    background-repeat: no-repeat;
    background-position: right center;
    background-size: auto 100%;
    color: #002256;
    font-weight: 600;
    line-height: 1;
    width: 6em;
    height: 2.5em;
    transition: all 0.3s;
}
.ns_more a:hover {
    opacity: 0.6;
}


@media screen and (max-width: 960px) {

#headline {
	padding:2em 6%;
}

#about {
    margin-left: 6%;
    margin-bottom: 4em;
}
.about_img {
    background-size: auto 120%;
    background-position: center center;
}
.about_tx {
    padding: 5em 0 5em 7em;
}

.num_box ul li {
    padding: 0 3em;
}

#philosophy {
    margin: 4em 6% 8em 0;
}

#group {
    padding-top: 4em;
}
#group section {
    width:94%;
    border-top-left-radius: 15em;
}

#recruit {
    margin-right: 7%;
    margin-bottom: 4em;
}
.rec_img {
    background-size: auto 115%;
}
.rec_tx {
    padding: 5em 0 5em 5em;
}
}


@media screen and (max-width: 560px) {

.gretx {
    padding: 3em;
    line-height: 1.7;
    text-align: left;
}

#headline {
	padding:2em 7%;
    flex-wrap: wrap;
    font-size: 0.92em;
}
.hl_btn {
    width: 100%;
    margin-top: 1em;
}
.hl_btn a {
    background-size: 4px auto; 
}
.ticker {
	width: 100%;
}
.ticker ul li section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.ticker ul li p {
    width: 100%;
    margin-top: 0.3em;
}

.tsub {
    margin-bottom: 2em;
}
.tsub h3 {
    font-size: 2em;
}
.tsub h4 {
    font-size: 1.24em;
}
.tmore1 a {
    background-size: 4px auto; 
}

#about {
    border-bottom-left-radius: 0;
    overflow:visible;
    margin-left: 7%;
    margin-bottom: 0;
}
.about_img {
    position: relative;
    width: 100%;
    aspect-ratio: 20 / 10;
    background-position: center center;
    border-bottom-left-radius: 5em;
    overflow: hidden;
}
.about_tx {
    color: #111;
    text-align: left;
    padding: 3em 7% 3em 2em;
}
.about_tx .tsub {
    color: #002256;
}
.about_tx p {
    line-height: 1.7;
    margin-bottom: 2em;
    text-align: justify;
    text-justify: inter-ideograph;
}

.about_tx .tmore1 a {
    background-color: #002256;
    background-image: url("../img/arr_w.png");
    color: #fff;
}

.num_box ul {
    margin-bottom: -2em;
}
.num_box ul li {
    padding: 0;
    width: 50%;
    margin-bottom: 2em;
}
.num_box ul li h3 strong {
    font-size: 2.5em;
}
.num_box ul li:nth-child(2) span {
    display: none;
}

#philosophy {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin: 0 0 3em 0;
}
.ph_tx {
    padding: 3em 0;
}
.ph_tx h5 {
    font-size: 1.4em;
}
.ph_tx p {
    margin-bottom: 2.4em;
}


#group {
    padding-top: 3em;
    padding-bottom: 3em;
    margin-bottom: 0;
}
#group section {
    width:100%;
    border-top-left-radius: 0;
}
#group .tsub {
    position: relative;
}
.gp_box {
    position: relative;
    z-index: 1;
}
.gp_box ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.gp_box ul li {
    width: 100%;
    min-width: auto;
    margin-right: 0;
    margin-bottom: 2em;
}
.gp_box ul li:last-child {
    margin-bottom: 0;
}
.com_box {
    background-color: #fff;
    border-radius: 1em;
    overflow: hidden;
    width: 60%;
    margin: 0 auto -2.5em;
}
.com_box p {
    padding: 1.6em 2em 1em;
}
.com_box img {
    width: 100%;
    max-width: none;
}
.com_box a {
    background-size: 4px auto; 
    height: 5em;
}
.com_box a:hover {
    opacity: 0.6;
}
.gp_img {
    display: none;
}
.gp_box ul li figure {
    display: block;
    width: 80%;
    margin: 0 auto;
    border-radius: 1em;
    overflow: hidden;
    z-index: 0;
}
.gp_box ul li figure img {
    width: 100%;
}

#recruit {
    position: relative;
    background-color: #f1f8fd;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    margin-right: 0;
    margin-bottom: 0;
    overflow: visible;
}
.rec_img {
    position: relative;
    width: 93%;
    aspect-ratio: 20 / 10;
    background-size: auto 120%;
    border-bottom-right-radius: 5em;
    overflow: hidden;
}
.rec_tx {
    padding: 3em 7% 3em calc(7% + 2em);
}
.rec_tx p {
    line-height: 1.7;
    margin-bottom: 2em;
}


.ns_navi {
    margin-bottom: 1em;
}
.ns_navi ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.ns_navi ul li {
    width: 23%;
    margin-right: 0;
}
#news ul {
	width: 100%;
	position: relative;
}
#news ul li {
    padding: 1.5em 0;
}
#news ul li section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
#news ul li p {
    width: 100%;
    margin-top: 0.3em;
}
.ns_more {
    margin-top: 1em;
}



}
