body {
    font-family: "NotoSansCJKjp";
    font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	 font-family: 'Noto Sans JP' !important;
    margin: 0 !important;
    margin-bottom: 16px !important;
}

.information.fixed {
    position: fixed !important;
    top: 20px;
    right: 0;
}

/* toc menu */
div#ez-toc-container {
    width: 100%;
    margin-top: 20px;
}
.ez-toc-title-container {
    text-align: center;
}
/* end toc menu */

ol {
	padding: 0 !important;
}

.breadcrumb-item+.breadcrumb-item::before {
	display: none !important;
}

.pickup-group-children a.border-bottom {
    display: block;
}

.post ul,
.post .list ul {
	list-style-type: disc;
}

.post ul li,
.post .list ul li {
	margin-left: 35px;
}

.background-bottom {
    position: relative;
}

.text-wrap-80px {
	padding: 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 80px;
}

.background-bottom::after {
    content: '';
    position: absolute;
    left: 3%;
    bottom: 0px;
    width: 94%;
    height: 5px;
    background: repeating-linear-gradient(80deg, #b42222, #b42222 2px, white 3px, white 3px);
    z-index: -1;
    transform: skewX(-20deg);
}

.background-bottom.text::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    transform: skewX(-20deg);
}

.fs-description-leader {
    font-size: 22px;
    line-height: 28px;
    color: #052d5d;
    font-weight: 700;
    font-family: 'Noto Sans JP';
}

/* contact */
.content-right,
.contact .content-right {
    position: relative;
}

.contact .content-right .right-contact {
	position: absolute;
	right: 0;
	top: 0;
}


.contact .information .position-icon {
    position: absolute;
    bottom: 3%;
}

.contact .information {
    position: sticky;
    top: 3%;
}

/* end contact */

.text-show-leader {
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 60px;
    color: #052d5d;
    font-family: "Noto Sans CJ Kjp";
    text-align: center;
}

.action-leader {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 23%;
}

.action-leader.px-10px {
	width: 25%;
    padding: 0 10px;
}

.information.page-top .position-icon {
	bottom: 20%;
    right: 6%;
}

.information.page-top .position-text.position-top {
	bottom: 14%;
    left: 12%;
    font-size: 18px;
}


/* drop down page top */
/* Dropdown container */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown button */
.dropbtn {
    color: black;
    padding: 10px 20px;
    font-size: 16px;
    border: none;
    border-radius: unset;
    cursor: pointer;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    max-width: 720px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    padding: 0px 10px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown .dropdown-content.show {
    display: block;
}

.btn-drop-down-header {
    position: absolute !important;
    max-width: 700px !important;
    width: 100%;
    text-align: end;
}

.article-category_ul {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
}

.article-category_ul p.li_title {
    width: 110px;
    font-size: 11px;
    line-height: 40px;
    text-align: right;
}

.article-category_ul ul {
    width: calc(100% - 120px);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

li.cat-item {
    display: inline-block;
    margin: 5px;
}

.article-category_ul ul li.cat-item a {
    color: #000;
    display: inline-block;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.1em;
    line-height: 30px;
    padding: 0 10px;
    background-color: #FFF;
    border-radius: 15px;
    -moz-transition: all .4s ease;
    -o-transition: all .4s ease;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

/* end drop down top */

a {
    color: #000000 !important;
}

a.hover-none:hover {
    text-decoration: none !important;
}

a:hover {
    text-decoration: underline !important;
}

p {
    margin: 0 !important;
}

.width-8 {
    width: 8%;
}

.w-98 {
    width: 98%;
}

.w-80 {
    width: 80%;
}

.w-70 {
    width: 70%;
}

.w-30 {
    width: 30%;
}

.w-20 {
    width: 20%;
}

.w-92-4 {
    width: 92.4%;
}

.gap-center p,
.gap-center {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.btn-contact {
    line-height: normal;
    border: 2px solid #000000 !important;
    background: #FFFFFF !important;
    padding: 5px 12px 6px 5px !important;
    line-height: normal !important;
}

.cursor-pointer {
    cursor: pointer;
}

.text-underline {
    text-decoration: underline;
}

.text-underline-6px {
    text-decoration-line: underline;
    text-underline-offset: 6px;
}

.mt-30px {
    margin-top: 30px !important;
}

.mt-60px {
    margin-top: 60px !important;
}

.font-wieght-bold {
    font-weight: bold;
}

.max-width-1208px {
    max-width: 1208px;
    margin: 0 auto;
}

.max-width-1115px {
    max-width: 1115px;
    margin: 0 auto;
}

.max-width-820px {
    max-width: 820px;
    margin: 0 auto;
}

.max-width-500px {
    max-width: 500px;
    margin: 0 auto;
}

.fs-small {
    font-size: 12px;
}

.d-flex-for-p,
.d-flex-for-p p {
    display: flex;
    width: 100%;
    align-items: center;
    margin: 10px 0;
}

/* span.required {
    background: #000000;
    font-size: 10px;
    color: #FFFFFF;
    padding: 2px 10px;
    line-height: normal;
} */

span.required {
    font-size: 10px;
    line-height: normal;
    background-color: #b42222;
    border: 1px solid #b42222;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    padding: 2px 0;
}

span.option {
	border: 1px solid #000;
    color: #000;
	display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    padding: 2px 0;
	font-size: 10px;
	line-height: normal;
}

.post h2.h2 {
    font-size: 28px;
    padding-left: 10px;
    color: #052d5d;
    font-weight: bold;
    line-height: normal;
    margin-bottom: 20px;
	margin-top: 60px !important;
	border-left: 3px solid #b42222 !important;
}

.post h3.h3 {
    
    color: #052d5d;
    border-bottom: 1px solid #052d5d;
    margin-bottom: 20px;
    font-weight: bold;
	margin-top: 40px !important;
	font-size: 24px !important;
}

.text-wrap-title {
	padding: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

.post .bg-blue {
    background: #052d5d;
    color: #fff;
    padding: 20px;
}

.post .bg-blue p.title {
    font-size: 20px;
    font-weight: bold;
}

.vertical-text {
    display: grid;
    grid-template-columns: auto auto;
    gap: 20px;
}

.column {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.column span {
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 10px 0;
}

.btn-website {
    background: #f1f1f1;
    padding: 10px 40px 9px;
    border: 2px solid #cccccc;
    color: #25252f;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: bold;
    line-height: normal;
    justify-content: space-between;
    max-width: 350px;
    width: 100%;
}

.btn-website .position-icon-right-btn-website {
    position: absolute;
    right: 5%;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.border-blue {
    border: 1px solid #71a0d7;
}

.border-blue-big {
    border: 3px solid #052d5d;
}

.border-black {
    border: 2px solid #0b0708;
}

*:focus {
    outline: none;
}

.find-leaders-form-companies .flex-company a span {
    font-size: 13px;
}

.btn-career-counseling {
    width: 20%;
    background: #052d5d !important;
    color: #FFFFFF !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
    border-radius: 25px;
    padding: 9px 20px 10px;
}

.pd-50px {
    padding: 50px;
}

.content-title {
    text-align: center;
    color: #052d5d;
    font-size: 20px;
    font-weight: bold;
    padding: 0 0 20px 0;
}

.people-article {
    display: flex;
    font-size: 30px;
    color: #25252f;
    font-weight: bold;
    justify-content: center;
    margin-top: 20px;
}

#scrollUp {
    color: #FFFFFF !important;
}

.text-center {
    text-align: center;
}

.general-top {
    display: flex;
    margin-top: 60px;
    margin-bottom: 60px;
    min-height: 900px;
}

.general-top.post {
	margin-top: 10px;
}

.width-content {
    width: 80%;
    padding-left: 10%;
}

.width-content.list {
    width: 70%;
}

.gap-10px {
    display: flex;
    align-items: center;
    gap: 10px;
}

.gap-30px {
    display: flex;
    align-items: center;
    gap: 30px;
}

.position-sidebar {
    position: relative;
    width: 30%;
    top: 2vw;
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.flex-nowrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
}

.position-sidebar .search {
    width: 250px;
    margin-bottom: 20px;
    border: 1px solid #cccccc;
    padding: 20px 10px;
    border-left-width: 3px;
    border-left-color: #052d5d;
}

.position-sidebar .search .title {
    font-size: 16px;
    margin-bottom: 10px;
    font-weight: bold;
}

.position-sidebar .search .w-input-search {
    width: 75%;
    height: 35px !important;
}

.position-btn-header {
    position: absolute;
    top: 6%;
    z-index: 9;
    right: 10%;
}

#main {
    margin-bottom: 100px;
}

#main .content-center {
    display: flex;
    align-items: center;
    justify-content: center;
}

#main .content-center img.image-1 {
    height: auto;
    width: auto;
    background-size: cover;
}

#main .text-1 {
    font-size: 40px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    line-height: 1.2;
    text-align: right;
    position: absolute;
    bottom: 20%;
    right: 14%;
    z-index: 223;
}

#main .leaders {
    font-size: 45.536px;
    font-family: "GaramondPremrPro";
    line-height: 0.966;
    text-align: center;
    -moz-transform: matrix(1.7568587029562, 0, 0, 1.7568587029562, 0, 0);
    -webkit-transform: matrix(1.7568587029562, 0, 0, 1.7568587029562, 0, 0);
    -ms-transform: matrix(1.7568587029562, 0, 0, 1.7568587029562, 0, 0);
}

#main .text-2 {
    font-size: 50px;
    font-weight: bold;
    line-height: 1.2;
    text-align: left;

}

#main .group-text2 {
    position: absolute;
    z-index: 224;
    color: rgb(255, 255, 255);
    bottom: 10%;
    right: 16%;
}

.category-title {
    font-size: 20px;
    color: rgb(5, 45, 93);
    font-weight: bold;
    line-height: 1.4;
    margin: 10px 0;
}

.category {
    display: flex;
    gap: 20px;
    margin: 20px 0;
}

.category:before {
    content: url("../images/top/icon-right.png");
}

.content {
    margin: 5px 0 !important;
}

#main .content-categories {
    margin: 30px auto 50px;
}

.category .content .title {
    display: inline-block;
    border-radius: 4px;
    background-color: rgb(5, 45, 93);
    color: #FFFFFF;
    width: 134px;
    text-align: center;
}

#main .register-mail {
    display: flex;
    margin: 30px auto;
    max-width: 820px;
    border-width: 1px;
    border-color: #cccccc;
    border-style: solid;
    flex-direction: column;
    align-items: center;
}

#main .register-mail p {
    font-size: 30px;
    color: rgb(37, 37, 47);
    font-weight: bold;
    line-height: 1.467;
    text-align: center;
    padding-top: 30px;
    margin-bottom: 0;
}

#main .register-mail span {
    font-size: 16px;
    color: rgb(37, 37, 47);
    line-height: 1.875;
    text-align: center;
}

#main .register-mail .image {
    display: block;
    width: auto;
    height: auto;
}

.email-address {
    font-size: 16px;
    color: rgb(37, 37, 47);
    font-weight: bold;
    line-height: 1.875;
}

.email-address span.must {
    color: #FFFFFF !important;
    background-color: red;
    font-size: 12px !important;
    padding: 2px 10px;
    margin-left: 5px;
}

.register-mail input.input-registration {
    width: 50%;
    height: 35px !important;
}

.btn-registration {
    background-color: #052d5d !important;
    width: 18%;
    padding: 0.5em 1em 0.6em !important;
    color: #FFFFFF !important;
    font-weight: bold;
    height: 36px !important;
    border-radius: 5px !important;
}

.form-submit-email {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
    margin: 30px auto;
}

.max-width-1115px h2 {
    color: #052d5d;
}

.pickup {
    margin-top: 100px;
    text-align: center;
}

.pickup-group {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
/*     gap: 50px; */
}

.pickup-group-children.is_new {
    position: relative;
}

.pickup-group-children.is_new:after {
    content: url("../images/top/Group_new.png");
    position: absolute;
    top: -30px;
    right: -15px;
}

.pickup-group-children {
    width: 23%;
    border: 5px solid #052d5d;
}

.pickup-group-content {
    text-align: start;
    margin: 15px;
}

.list .group-leader .pickup-group-children .pickup-group-content a,
.list .group-leader .pickup-group-children .pickup-group-content span {
    font-weight: bold;
}

.list .group-leader .pickup-group-children .pickup-group-content p {
    color: #0d73c0;
    font-weight: bold;
}

a.tag.top,
.category-tag,
.pickup-group-children .pickup-group-content .pickup-group-tag span.tag,
.group-leader .pickup-group-children .pickup-group-content .pickup-group-tag span.tag,
.group-leader .pickup-group-children .pickup-group-content .pickup-group-tag a.tag {
    background-color: rgb(113, 160, 215);
    padding: 0 6px;
    border-radius: 12px;
    text-align: start;
    display: inline-block;
    color: #FFFFFF !important;
    font-weight: normal;
    font-size: 14px;
}

.category-tag {
    margin: 5px 0 !important;
}

.swiper-container {
    width: 100%;
}

.swiper-slide {
    width: 244px !important;
    height: 220px;
}

.pickup-group-tag {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
}

.pickup-group .pickup-group-children .pickup-group-content span {
    display: block;
    margin: 5px 0;
}

.flex-all-leader {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
}

.flex-all-leader .jump-all-leader {
    display: flex;
    align-items: center;
    gap: 20px;
    border: 1px solid #cccccc;
    padding: 10px 10px 9px 25px;
    line-height: normal;
    background: #f1f1f1;
    color: #000000;
    font-weight: bold;
}

.input-search {
    margin-top: 50px;
}

.input-search .flex-search {
    display: flex;
    align-items: center;
    border: 5px solid #052d5d;
}

.input-search input[type="text"] {
    width: 97%;
    padding-left: 20px;
}

.input-search input[type="text"]:focus-visible {
    outline: unset;
}

.input-search img.btn-search {
    width: auto !important;
    height: 45px !important;
    background: #052d5d;
    background-size: cover;
    padding: 8px;
    cursor: pointer;
}

.btn-search {
    width: auto !important;
}

.find-leaders-by-category {
    margin-top: 50px;
    margin-bottom: 50px;
    border: 5px solid #052d5d;
    padding: 40px 50px;
}

.find-leaders-by-category .categories-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
}

.find-leaders-by-category .categories-list span {
    margin: 5px 10px;
    line-height: normal;
}

.border-blue-top {
    border: 5px solid #052d5d;
}

.flex-company {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    margin: 10px 0 30px;
}

.flex-company .border-company {
    border: 1px solid #cccccc;
    max-width: 192px;
    width: 100%;
    height: 192px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    padding: 0 10px;
    margin: 10px 0px;
}

.find-leaders-form-companies {
    margin-bottom: 80px;
}

.find-leaders-form-companies h3 {
    padding: 15px 50px 0px;
}

.flex-company .border-company span {
    text-align: center;
}

.flex-company .border-company .image-company {
    max-height: 45px;
    background-size: cover;
}

.bg-gray {
    background-color: #f1f1f1;
}

.footer.bg-gray,
.bg-gray-new {
    background-color: #999999 !important;
}

.header-top-leader {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}

.header-top-leader a.link-top {
    color: #FFFFFF !important;
}

.group-leader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 30px;
}

.group-leader .pickup-group-children {
    width: 30%;
    margin: 10px 0;
    min-height: 350px;
}

.archive  .group-leader .pickup-group-children {
    width: 22%;
}

.group-leader .pickup-group-children .border-bottom {
    border-bottom: 5px solid #052d5d !important;
}

.group-leader .pickup-group-children .border-bottom img {
    width: 100%;
    background-size: cover;
    max-height: 200px;
    height: 100%;
}

.list h3 {
    color: #153a67;
}


.footer {
    background-color: #052d5d !important;
    padding: 30px 0 60px;
    color: #FFFFFF;
}

.footer.gyoukai {
    background-color: #b42222 !important;
}

.footer a:hover {
    color: #FFFFFF !important;
    text-decoration: underline;
}

.footer a.footer-link {
    color: #FFFFFF !important;
}

.flex-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.flex-footer h4 {
    margin: 0;
}

.footer .introduce {
    font-size: 12px;
    border: 2px solid;
    display: inline-block;
    padding: 3px 10px;
    margin-top: 10px !important;
}

.information {
    position: absolute;
    top: 0px;
    right: 0;
}

.position-relative {
    position: relative;
}

.information .position-text {
    position: absolute;
    color: #FFFFFF;
    bottom: 20%;
    left: 10%;
    font-size: 20px;
	font-weight: bold;
}

.information .position-text.position-top {
    position: absolute;
    color: #FFFFFF;
    text-align: end;
    bottom: 4%;
    font-weight: bold;
    left: 12%;
    font-size: 20px;
	line-height: normal;
}

.information .position-icon {
    position: absolute;
    bottom: 3%;
    right: 4%;
}

.applying-to-company {
    display: flex;
    flex-direction: column;
    align-items: center;
    background: #052d5d;
    padding: 40px 20px 20px;
}

.applying-to-company img.image {
    display: block;
    width: auto !important;
    height: auto;
}

.applying-to-company h3 {
    color: #FFFFFF;
}

.input-search .flex-search.gyoukai img.btn-search {
    background: #b42222;
}

.input-search .flex-search.gyoukai {
    border: 5px solid #b42222;
}

.top-gyoukai .group-leader {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 1%;
}

.center-gap-3 {
	display: flex;
    justify-content: center;
    gap: 3%;
}

.top-gyoukai .group-leader .pickup-group-children {
    width: 24%;
}

.top-gyoukai .group-leader .pickup-group-children p {
    color: #3b8dcc;
    font-weight: bold;
}


.container-top {
	max-width: 1115px;
	margin: 0 auto;
}


@media (min-width: 1200px) {
	.container-top {
		max-width: 850px;
		margin: 0 auto;
	}
}

@media (min-width: 1300px) {
	.container-top {
		max-width: 950px;
		margin: 0 auto;
	}
}

@media (min-width: 1400px) {
	.container-top {
		max-width: 1015px;
		margin: 0 auto;
	}
}

@media (max-width: 1500px){
	.width-13vw {
		width: 13vw;
	}
	.information .position-text.position-top.fs-1vw {
		font-size: 1.2vw;
	}
}

@media (max-width: 1199px){
	.container-top {
		max-width: 750px;
		margin: 0 auto;
	}
}

@media (max-width: 1300px){
	.action-leader.px-10px {
		width: 31%;
	}
}

@media (max-width: 769px) {
	.action-leader.px-10px {
		width: 32%;
	}
	
	.action-leader.px-10px span.d-block.font-weight-bold {
		font-size: 14px;
		line-height: normal;
	}
	
	.information.page-top .position-icon.page-top {
		bottom: 13%;
    	right: 2%;
		width: 13px;
	}
}

@media (max-width: 444px) {
	.action-leader.px-10px img.my-3 {
		height: 20px;
	}
	
	#main .register-mail p {
		font-size: 20px;
	}
	
	#main .register-mail span,
	.action-leader.px-10px span.d-block.font-weight-bold {
		font-size: 9px;
	}
	
	.fs-description-leader {
		font-size: 12px;
	}
	
	.email-address span.must {
		font-size: 8px !important;
	}
	
	.text-show-leader {
		font-size: 12px;
		line-height: 30px;
	}
	
	.group-leader .pickup-group-children {
		width: 44%;
		min-height: 300px;
	}
	
	.information.page-top .position-icon.page-top {
		bottom: 15%;
    	right: 2%;
		width: 8px;
	}
}



