
.site-logo-container a {
    position: relative;
}

.site-menu-container {
	font-size: 14px;
}

li.up-item:first-child::after{
	display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #c4c4c4;
}

li.up-item.li-contact:first-child::after{
	display: none;
}

li.up-item {
	padding: 14px 15px;
	position: relative;
}

li.up-item.li-contact {
	background-color: #fed702;
}

li.up-item.li-contact:hover {
	background-color: #ea2d55;
}

li.up-item.li-contact span:hover{
	color: #232323;
}

li.down-item {
	padding: 20px 10px;
	position: relative
}


.mv-title {
	font-size: 44px;
    line-height: 64px;
}

.mv-title span {
	color: #0d4d8b;
	font-weight: bold;
}

.mv-intro {
	font-size: 20px;
	line-height: 40px;
	padding-left: 10px;
}

.ah.subtitle-jp {
	padding-bottom: 20px;
	display: block;
	color: #00438e;
	font-size: 16px;
}

.mv-intro span{
	padding: 10px 0;
}

.main-visual {
	background-color: #eeefef;
	padding-top: 110px;
}

.main-visual .wrapper1000 {
	position: relative;
	display: flex;
    flex-direction: row-reverse;
}

.main-visual-right {
	width: 50%;
    padding: 2%;
}

.main-visual-left {
	width: 50%;
	display: flex;
    align-items: center;
}


.main-intro {
	background-color: #00438e;
	text-align: center;
	color: white;
	padding: 40px 0 40px;
}

.mi-title {
	font-size: 25px;
	margin-bottom: 30px;
	font-weight: bold;
}

.mi-text {
	font-size: 16px;
	line-height: 24px;
	word-break: keep-all;
	-ms-word-break: keep-all;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
}

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

.subtitle-en {
	padding-top: 100px;
	padding-bottom: 30px;
	font-size: 25px;
    font-weight: bold;
	display: block;
}

.ah.subtitle-en {
	color: #00438e;
}

.underline {
	padding-bottom: 10px;
    margin-bottom: 30px;
    border-bottom: 1px solid #00438e;
    display: inline-block;
}

li.applycompany-item {
	position: relative;
	padding: 5px 0 5px 25px;
	font-size: 15px;
}

li.applycompany-item::before {
	display: block;
    content: "■";
    position: absolute;
    left: 0;
    top: 15px;
	transform: translateY(-50%);
	font-size: 20px;
	color: #00438e;
}

.configuration-container {
	display: flex;
	margin: 0 -25px;
	padding-bottom: 40px;
}
.configuration-content {
	width: 33.3%;
	padding: 0 25px;
}

.configuration-header {
	min-height: 48px;
    margin: 0 0 1em;
    padding-left: 4em;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 48px;
	padding-top: 12px;
	font-weight: bold;
	font-size: 16px;
}

.configuration-header.learning {
	background-image: url(../image/learning-icon.png);
}

.configuration-header.session {
	background-image: url(../image/session-icon.png);
}

.configuration-header.discussion {
	background-image: url(../image/discussion-icon.png);
}

.session .applycompany-item::before{
	color: #00438e;
}

.learning .applycompany-item::before {
	color: #f08437;
}
.discussion .applycompany-item::before{
	color: #6fba2c;
}
.about-group {
	display: flex;
	margin: 0 -20px;
}

.configuration-comment-container {
	width: fit-content;
	position: relative;
	padding-bottom: 40px;
    font-size: 12px;
    line-height: 14px;
}

.configuration-comment-container li.applycompany-item::before {
	top: 11px;
	content: "・";
}

.configuration-comment-container ul{
	width: fit-content;
}

.configuration-comment-container ul li{
	width: fit-content;
}

.configuration-comment {
	position: absolute;
	right: 0px;
}

.companylist-group, .staff-group {
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

.companylist-name {
	display: grid;
	align-items: center;
	align-content: center;
	border:1px solid #bbbbbb;
	height: 100%;
	text-align: center;
	width: 100%;
	padding: 0 15px;
	word-break: keep-all;
	-ms-word-break: keep-all;
}

.staff-content {
	height: 100%;
	text-align: center;
	width: 100%;
	background-color: #c5c5c5;
	border:1px solid #c5c5c5;
	padding: 10px;
}

.manager-page .staff-content {
	background-color: white;
}

.companylist-item, .staff-item {
	width: 255px;
	height: 64px;
	padding: 0 10px;
	margin: 20px 0;
	display: list-item;
	font-size: 14px;
}

.staff-name {
	left: 0px;
	font-weight: bold;
}
.staff-item {
	height: 396px;
}

.img-staff {
	width: 96px;
	height: 96px;
}

.staff-content-header {
	display: flex;
}

.staff-picture, .staff-info {
	width: 50%;
	text-align: left;
}

.staff-info {
	text-align: left;
}

.staff-position{
	font-size: 13px;
	line-height: 16px;
	padding-top: 10px;
}

.staff-position p {
}

.staff-content-body {
	padding-top: 10px;
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 12;
    word-break: break-all;
}

.read-more {
	text-align: right;
}

.about-item {
	width: 50%;
	padding: 20px;
	font-size: 16px;
}

.about-offering-header {
	display: inline-block;
    background: #00438e;
    width: fit-content;
    color: white;
    padding: 2px 10px;
}

section.contact {
	background-color: #e7f4fc;
}

section.staff {
	background-color: #00438e;
}

.staff .ah.subtitle-en{
	color: white;
	border-color: white;
}

.staff .read-more {
	color: white;
	padding-bottom: 20px;
}

.about-offering-content {
	padding-top: 10px;
}

.about-container-line {
	width: 100%;
    margin-bottom: 20px;
}

.about-img-group, .item-container {
	width: 100%;
}

ul.ag-img-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

ul li.ag-img-item {
	width: 25%;
}

img.ag-image {
	width: 100%;
	transition: transform .5s ease;
}

.ag-button {
	width: 100%;
	text-align: center;
	color: white;
	position: relative;
}

span.ag-button-text {
	padding: 10px 0;
	font-size: 19px;
	display: block;
	position: relative;
}

span.ag-button-text::before{
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid white;
    border-right: 2px solid white;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
    bottom: 22px;
}

li.ag-img-item:nth-child(1) .ag-button {
	background-color: #fe9002;
}

li.ag-img-item:nth-child(2) .ag-button {
	background-color: #26ae8e;
}

li.ag-img-item:nth-child(3) .ag-button {
	background-color: #ea2d55;
}

li.ag-img-item:nth-child(4) .ag-button {
	background-color: #4d5daa;
}

.about-article {
	position: relative;
}

.ab-back-blue {
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 50%;
	background-color: #e7f4fc;
	z-index: -1;
}

.ab-artcle-group {
	width: 39%	;
}

.about-article .wrapper1000 {
	display: flex;
	padding: 70px 0;
}

.aagheader-title {
	font-size: 30px;
	color: #00438e;
}

.aagheader-jp {
	color: black;
	font-size: 19px;
}

.aag-item {
	padding-top: 30px;
	font-size: 12px;
}

.aag-item-date {
	margin-right: 30px;
}
.aag-item a {
	width: 100%;
    white-space: nowrap;
    overflow: hidden;
	text-overflow: ellipsis;
	display: inline-block;
}

.aag-list {
	width: 100%;
}

.aagheader-button {
	display: flex;
	font-size: 12px;
	padding: 6px 18px;
	border: 1px solid black;
	align-items: center;
}

.aagheader-button:hover {
	background-color: black;
	color: white;
}

.pass-container {
	width: 100%;
	background: url(../image/intro.png) no-repeat center;
	background-size: cover;
	text-align: center;
}

.pass-container a {
	display: inline-block;
}
.pass-container .wrapper1000 {
	text-align: center;
	color: white;
}

.pass-container .rect-button {
	margin: 30px auto 80px;
	background-color: #fed702;
	border-color: #fed702;
}

.rect-button {
	width: 300px;
	height: 60px;
	border: 1px solid black;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: white;
	position: relative;
	transition: 0.2s;
	-moz-transition: 0.2s;
	-o-transition: 0.2s;
}

.rect-button::after {
	content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    margin: auto;
    border-top: 2px solid #1d2444;
    border-right: 2px solid #1d2444;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    right: 20px;
    bottom: 26px;
}

.pu.subtitle-en {
	color: #00438e;
	padding-top: 0px;
}

.pu.subtitle-jp {
	padding-bottom: 0px;
}

.pbg-1, .pbg-2 {
	display: flex;
}

.pickup-container .wrapper1000 {
	align-items: center;
	margin-bottom: 80px;
	margin-top: 80px;
}

.pbg-1 a:first-child {
	margin-bottom: 30px;
}
.pbg-1 a:first-child,
.pbg-2 a:first-child {
	margin-right: 30px;
}

.contact-img {
	width: 50%;
}

.contact-conainter {
	width: 100%;
	display: flex;
}

.contact-img {
	width: 100%;
}

.contact-left {
	width: 60%;
}

.contact-right {
	width: 40%;
}

.contact-query {
	font-size: 27px;
	line-height: 42px;
	margin-bottom: 20px;;
}

.contact-text {
	font-size: 16px;
	line-height: 30px;
}

.telephone-img {
	margin-bottom: 26px;
}

.contact-body {
	position: relative;
}

.contact-button {
	width: 460px;
	height: 80px;
	border: 1px solid #fed702;
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #fed702;
	transition: 0.2s;
}

.contact-right {
	background-color: #e7f4fc;
	display: flex;
    align-items: center
}

.contact-logo {
	margin: 25px auto;
	display: block;
}

.fc-img-list {
	width: 100%;
}
.fc-img-group {
	padding: 30px 0;
}

ul.fc-img-list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
}

li.fc-img-item {
	width: 25%;
	padding:0 10px; 
	transition: 0.2s;	
}

.fc-img-body {
	display: flex;
}

.fc-img-body-left {
	display: flex;
	align-items: center;
	color: #323232;
	background-color: white;
	font-size: 14px;
	padding: 0 20px;
}

.fc-menu-container {
	margin: 0;
}

ul.fc-menu-list {
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	list-style-type: none;
}

li.fc-menu-item {
	padding: 0 10px;
	line-height: 30px;
	font-size: 15px;
	display: block;
	text-align: center;
	position: relative
}

li.fc-menu-item:after, li.down-item:after {
	display: block;
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 1px;
    height: 20px;
    background: #c4c4c4;
}

li.fc-menu-item:last-child:after, li.down-item:last-child:after {
	display: none;
}


a.link_top {
    position: absolute;
    bottom: 30px;
    right: 30px;
}

.to_top {
    width: 70px;
    height: 70px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #6f6f6f;
    bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-color: #6f6f6f;
}

.up_arrow {
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 20px solid white;
}

footer {
	position: relative;
}

.footer-copyright {
	text-align: center;
	font-size: 14px;
	padding-bottom: 25px;
}

i.fa.fa-paper-plane::before {
	margin-right: 10px;
	font-size: 20px;
}

.pass-container .rect-button:hover,
.contact-button:hover {
	background-color: #ea2d55;
	border-color: #ea2d55;
}

.pickup .rect-button:hover {
	background-color: #fed702;
	border-color: #fed702;
}

img.ag-image:hover{
	transform: scale(1.08);
}

.ag-img-div {
	overflow: hidden;
}

li.fc-menu-item:nth-child(2) ul li:nth-child(2),
li.fc-menu-item:nth-child(2) ul li:nth-child(3),
li.fc-menu-item:nth-child(2) ul li:nth-child(4),
li.fc-menu-item:nth-child(2) ul li:nth-child(5),
li.fc-menu-item:nth-child(2) ul li:nth-child(6) {
	color: #9f9f9f
}

ul li span:hover {
	color: #00438e;
}

span.ag-button-text:hover {
	color: white;
}

span.aag-item-content:hover {
	text-decoration: underline;
}

.news .aagheader-jp{
	padding-left: 10px;
}

.blog .aagheader-jp{
	padding-left: 15px;
}

.fc-img-item:hover {
	opacity: 0.7;
}

.crumblist {
	background-color: #eeefef;
	display: flex;
	align-items: center;
	padding-top: 110px;
	height: 167px;
}

.crumblist-text {
	font-size: 13px;
}

.topic-all-item {
    display: flex;
    padding: 48px 0 48px 0;
	border-bottom: 1px solid #e4e4e4;
	font-size: 16px;
}

.topic-all-item-date {
    width: 120px;
    margin: 0 40px 0 0;
    float: left;
	line-height: 0;
	display: inline-table;
}

.date-title {
    line-height: 18px;
}

.topic-all-txt {
    float: left;
}

.info-detail-date {
	padding: 0 0 50px;
}

.info-detail-text {
	line-height: 30px;
}

.go-list {
    margin: 50px 0 50px;
    text-align: center;
    width: auto;
}

.go-list p {
    margin: 4px auto;
    text-align: center;
    padding: 0 40px;
    font-size: 18px;
    line-height: 18px;
}

.pagination {
    display: block;
	text-align: center;
	font-size: 14px;
}

.pagination .page-numbers,
.pagination span {
    width: 34px;
    height: 34px;
    display: inline-block;
    padding: 7px 0;
    color: #00438e;
    border: 1px solid #00438e;
    border-radius: 3px;
    text-decoration: none;
}

.pagination span.current {
    background-color: #00438e;
    color: white;
}

.faq-item {
    margin: 0;
    padding: 40px 0;
    border-bottom: 1px solid #e4e4e4;
}

.faq-item-line {
    min-height: 56px;
    margin: 0 0 1em;
    padding-left: 5em;
    background-image: url(../image/icon-q.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 56px;
    padding-top: 15px;
}

.faq-item-q h2 {
    font-size: 14px;
	margin: 0;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.faq-item-a {
    background-image: url(../image/icon-a.png);
    margin-bottom: 0;
}

.faq-item-a p {
	font-size: 14px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.um-um_account_id.um a.um-link {
    display: none!important;
}

.login-section {
	background-color: #00438e;
    text-align: center;
    color: white;
    padding: 50px 0;
}

.account-body {
	margin-top: 40px;
}

.um-account-meta-img a {
	/* cursor: default;
	pointer-events: none;        
	text-decoration: none;
	color: grey; */
}

.um-account-name a{
	cursor: default;
	pointer-events: none;        
	text-decoration: none;
	color: grey;
}

.schedule-table {
	width: 100%;
	margin: 0 auto;
}

.schedule-table tr{
	width: 100%;
}

.schedule-container strong {
	font-weight: bold;
}

td.td-learning {
	width: 50%;
	display: table-cell;
	padding: 15px;
	background-color: #eeefef;
	border-left: 10px solid #00438e;
	font-size: 16px;
}

td.td-session {
	width: 50%;
	padding: 15px;
	background-color: #eeefef;
	border-left: 10px solid white;
	font-size: 16px;
}

.td-learning-container {
	display: flex;
}

tr.spacer {
	background-color: white;
	height: 10px;
}

.schedule-table .configuration-header {
	width: fit-content;
	width: -moz-fit-content;
    margin: 0 auto;
}

.td-learning .configuration-header {
	background-image: url(../image/learning-icon.png);
}

.td-session .configuration-header {
	background-image: url(../image/session-icon.png);
}

.learning-period {
	width: 140px;
	color: #00438e;
	font-weight: bold;
}

.videos-group {
	margin: 0 -10px;
    display: flex;
    flex-wrap: wrap;
}

.videos-group a{
	width: 255px;
    height: 254px;
    padding: 0 10px;
    margin: 20px 0;
    display: list-item;
}

.videos-item {
   height: 254px;
}

.videos-content {
	align-items: center;
    align-content: center;
    height: 100%;
    text-align: center;
    width: 100%;
}

.videos-thumb {
	position: relative;
	width: 235px;
	height: 132px;
	overflow: hidden;
	border: 1px solid #00438e;
}

.videos-content-body {
	padding: 5px;
}

.videos-info {
	text-align: left;
}

.videos-title {
	font-weight: bold;
    padding-top: 5px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.videos-desc p{
    font-size: 14px;
    text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    word-break: break-all;
}

.videos-play {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	align-items: center;
	align-content: center;
	background-color: rgba(0, 0, 0, 0.1);
	justify-content: center;
	-ms-text-justify: center;
	display: none;

}

.videos-play-icon {
	width: 80px;
}

.video-viewer {
	display: flex;
	justify-content: center;
}

.video-description {
	width: 80%;
    margin: 0 auto;
}

.contactform .co_form label {
    width: 100%;
}

.contactform label input {
    width: 100%;
    height: 40px;
    border-radius: 3px;
    border: 1px solid #aaa;
    padding: 5px 10px;
    margin: 5px 0;
}

.contactform label textarea {
    border-radius: 3px;
    border: 1px solid rgb(170, 170, 170);
    padding: 5px 10px;
    margin: 5px 0px;
    max-width: 100%;
    min-width: 100%;
    min-height: 100px;
    max-height: 100px;
}

.contactform form p:nth-child(6) {
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.contactform .wpcf7-form-control.wpcf7-submit {
	background: #00438e;
    border: 1px solid #00438e;
    padding: 16px 60px;
    border-radius: 25px;
    color: #fff;
    font-weight: 600;
}

.contactform .wpcf7-form-control.wpcf7-submit:focus {
	outline: none;
}
.contactform form {
	width: 80%;
	margin: 0 auto;
}

.under1000 td.td-learning {
	width: 100%;
	display: block;
}

.under1000 .learning-period, .under1000 .td-learning-content {
	width: 100%;
}

.session-table {
	padding-top: 20px;
}

.lesson-table.under1000 td.td-learning {
	border-left: 10px solid #f08437;
}

.topic-all-txt a {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.um-account-meta-img-b.uimob800-show a {
	/* cursor: default;
    pointer-events: none;
    text-decoration: none;
    color: grey; */
}

.schedule-table ul {
	padding-left: 15px;
	margin-left: 2px;
}

.session-count {
	font-weight: bold;
    background-color: #00438e;
    color: white;
    padding: 2px 10px;
    font-size: 13px;
    line-height: 16px;
}

.session-time {
	font-weight: bold;
	color: #00438e;
	margin-bottom: 10px;
}

.faq-category-group .list-head {
    display: flex;
    height: 56px;
    padding: 0 24px;
    background: #e9e9e9;
    align-items: center;
	cursor: pointer;
	font-weight: bold;
	color: #00438e;
	font-size: 16px;
}

.list-head.txt.list-opened {
	
}

.inner.list-body {
	background: #f0f0f0;
}

.faq-category-group .list-head img {
    position: absolute;
    right: 24px;
}

.faq-category-group .inner.list-body {
    width: auto;
    overflow: hidden;
	display: block;
	padding: 24px;
}

.faq-category-group {
	padding-bottom: 10px;
	position: relative;
}

.faq-category-group .list-item-01 {
    margin: 0 0 0.75em 0;
    padding: 3px 0px 0 16px;
    background-image: url(../image/icon-read-more.png);
    background-repeat: no-repeat;
    background-position: left 7px;
	background-size: 6px;
	font-size: 16px;
}

.info-detail-container {
	font-size: 16px;
}

.info-detail-container a:hover {
	color: #00438e;
	cursor: pointer;
}

.info-list-container ul li {
	padding-top: 10px;
}

.info-list-container ul li a{
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.info-list-container a:hover {
	color: #00438e;
	cursor: pointer;
}

.staff-affiliation {
	margin-bottom: 5px;
}

.passwordreset {
	padding-top: 111px;
}

.wp-block-embed__wrapper {
	text-align: center;
	margin: 10px auto;
}

.info-detail a {
	color: #005abf;
}

.text-indent {
	padding-left: 20px;
}

ul.text-indent {
	padding-left: 30px;
}

.main-menu-container {
	margin: 20px 50px;
    display: flex;
}

.main-menu {
	width: 50%;
}

.main-menu span {
	width: 64%;
    background-color: #ffffff;
    display: inline-block;
    border-radius: 22px;
    color: #00438e;
    padding: 7px 20px;
	font-size: 16px;
	border: 2px solid #ffffff
}

.main-menu span:hover {
	border-color: #ffffff;
	color: #ffffff;
	background-color: #00438e;
	cursor: pointer;
}

ul.mv-text-menu {
	list-style-type: none;
	color: #00438e;
	font-size: 20px;
	line-height: 20px;
	margin-left: 12px;
	margin-top: 50px;
}

li.mv-text-menu-item:before {
	content: "";
    border-color: transparent #00438e;
    border-style: solid;
    border-width: 0.35em 0 0.35em 0.45em;
    display: block;
    height: 0;
    width: 0;
    left: -1em;
    top: 0.9em;
    position: relative;
}

.books-group {
	border-collapse: collapse;
}

.books-group td, .books-group th {
	border: 1px solid #999;
	padding: 0.5rem;
	text-align: left;
}

.books-group th {
	font-weight: bold;
	text-align: left;
}

.books-item {
	height: 140px;
}
.th-book-thumb {
	width: 160px;
}

.th-book-title {
	width: 400px;
}

.th-book-writer {
	width: 150px;
}

.th-book-translator {
	width: 220px;
}

.img-book-thumbnail {
	width: 80px;
	min-width: 80px;
    height: 124px;
}

.th-book-price {
	width: 80px;
}

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

.book-header {
	background-color: #ecf6ff;
}

.book-title-link {
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
	text-align: left;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    word-break: break-all;
}

.book-publisher {
	display: block;
	font-weight: bold;
	color: #00438e;
	margin-top: 10px;
}

.books-group .td-book-title {
	text-align: left;
}

.book-title span {
	margin-top: 15px;
	display: block;
}

.books-divide {
	padding: 10px 0 10px 20px;
    margin: 10px 0;
    background-color: #eeefef;
    color: #00438e;
    font-weight: bold;
}

.books-group td.book-comment {
	text-align: left;
}

.sub-note {
	margin-top: 5px;
	color: #00438e;
}

.td-book-translator {
	text-align: left !important;
}

#main-col {
	width: calc(100% - 230px);
    padding: 0 48px 0 0;
}

#sub-col {
	width: 230px;
    flex-shrink: 0;
}

.flex-row {
	display: flex;
    flex-direction: row;
}

.flex-row.center {
	justify-content: center;
}

div.file_div_clean {
	display: grid !important;
}

.file_title_clean {
	display: none !important;
}

.file_table_clean {
	margin-bottom: 10px !important;
}

div.file_userdata_container {
	margin-top: 20px !important;
}

.faq-category-group .inner.list-body.white-body {
	background-color: white;
    border: 1px solid #e9e9e9;
}

.info-list-container ul.white-body li a {
	display: inline !important;
}

.new-badge {
	padding: 1px 5px;
    background-color: #00438e;
    color: white;
    border: 1px solid #00438e;
    border-radius: 25px;
	font-size: 11px;
	margin-left: 20px;
}

ul li span.new-badge:hover {
	color: white;
}

#userdata_1_field_0, #userdata_1_field_1, #userdata_1_field_2 {
	width: 480px !important;
}

#userdata_1_field_2 {
	height: 150px !important;
}

#upload_1 {
	position: absolute;
	bottom: -60px;
	right: 43%;
}

#wordpress_file_upload_submit_1 {
	position: unset;
}

#wordpress_file_upload_block_1 {
	position: relative !important;
}

.file_div_clean {
	position: unset !important;
}

div.file_userdata_container {
	white-space: unset !important;
}

div.file_userdata_fieldwrapper, div.file_userdata_fieldwrapper_required, div.file_userdata_fieldwrapper_required_empty {
	width: 100% !important;
	display: block !important;
	height: unset !important;
}

#fileName_1.file_input_textbox {
	width: 100%;
}

label.file_userdata_label {
	margin-bottom: 5px !important;
}

.data-item-comment {
	display: block;
	margin:5px 0;
}

.data-item-comment:hover {
	color: unset;
}

.file_userdata_message, .file_userdata_message_required {
	padding: 2px !important;
}

.footer-container {
	display: none !important;
}

section.contactform .wpcf7 {
	width: 100%;
}

@media screen and (max-width: 1000px){
	.contact-button {
		width: 240px;
		height: 48px;
		margin: 0 auto;
	}

	.contact-query {
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}

	.contact-text {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px;
		margin-bottom: 15px;
	}

	.telephone-img {
		margin-bottom: 15px;
		width: 60%;
	}

	.mv-title {
		font-size: 40px;
		line-height: 60px;
		margin-bottom: 19px;
	}

	.mv-intro {
		font-size: 16px;
		line-height: 30px;
	}

	.aagheader-jp {
		font-size: 16px;
	}

	.aagheader-title {
		font-size: 24px;
	}

	.mv-text {
		bottom: 40px;
	}

	.about-article .wrapper1000 {
		display: flex;
		padding: 5% 0;
		width: 90%;
	}

	footer .wrapper1000 {
		width: 90%;
	}

	.pickup-container .wrapper1000 {
		align-items: center;
		margin-bottom: 0px;
		margin-top: 0px;
		padding: 5% 0;
		width: 90%;
	}

	.ab-artcle-group {
		width: 45%;
	}

	.subtitle-en {
		padding-top: 7%;
	}

	.subtitle-jp {
		font-size: 15px;
		padding-top: 0.7%;
		display: block;
		padding-bottom: 2.1%;
	}

	.pass-container .rect-button {
		margin: 5% auto 10%;
	}

	.rect-button {
		width: 240px;
		height: 48px;
	}

	.btn-text {
		font-size: 12px;
	}

	.rect-button::after {
		bottom: 20px;
	}

	.contact-right {
		align-items: center;
		justify-content: center;
	}

	.contact-body {
		width: 90%;
		left: 0;
	}

	.contact-text {
		font-size: 12px;
		line-height: 20px;
		margin-bottom: 10px;
		margin-bottom: 8px;
	}

	.telephone-img {
		margin-bottom: 18px;
		width: 50%;
	}

	.fc-menu-container {
		margin: 4% 8px 0;
	}

	.about-group {
		margin: 0;
	}

	.configuration-container {
		margin: 0;
	}

	.applycompany-container {
		padding: 0 20px;
	}

	.configuration-comment-container {
		padding-left: 20px;
		padding-right: 20px;
	}

	.wrapper1000 .ah.subtitle-jp {
		padding-left: 20px;
		padding-right: 20px;
		font-size: 14px;
	}

	.companylist-group, .staff-group {
		margin: 0;
		justify-content: center;
		-ms-text-justify: center;
	}

	.videos-group {
		margin: 0;
	}

	.wrapper1000 .crumblist-text {
		padding: 0 20px;
	}

	li.fc-menu-item {
		width: 100%;
	}

	.videos-group, .staff-group {
		width: 765px;
		margin: 0 auto;
	}

	.schedule-container {
		padding: 20px;
	}

	table.under1000 {
		display: inline-table;
	}

	.info-detail-container {
		padding: 0 20px;
	}

	.info-list-container {
		padding: 0 20px;
	}

	.account-container {
		padding: 0 20px;
	}

	div.uimob800 .um-account-main {
		max-width: unset !important;
	}

	.about-offering-header, 
	.about-offering-content, 
	li.applycompany-item, 
	td.td-learning, 
	td.td-learning, 
	.faq-category-group 
	.list-head, 
	.faq-category-group 
	.list-item-01, 
	.topic-all-item,
	.info-detail-container {
		font-size: 14px;
	}

	li.fc-menu-item:after, li.down-item:after {
		display: none;
	}

	.sp-down-item {
		text-align: center;
	}
}

@media screen and (max-width: 775px) {
	.videos-group, .staff-group {
		width: 510px;
		margin: 0 auto;
	}
}

@media screen and (max-width: 767px) {
	.mv-text {
		-webkit-transform: translate(30%, 0%);
		transform: translate(30%, 0%);
		bottom: -10%;
		left: 50%;
	}

	.mv-title {
		font-size: 24px;
		line-height: 36px;
		margin-bottom: 10px;
	}

	.mv-title span {
		padding: 7px 0;
	}

	.mv-intro {
		font-size: 10px;
		line-height: 18px;
		padding-left: 0px;
	}

	.mv-intro span {
		padding: 6px 0;
	}

	.main-intro {
		padding: 6% 0 5%;
	}

	span.ag-button-text {
		padding: 10px 0;
		font-size: 12px;
	}

	span.ag-button-text::before {
		bottom: 12px;
	}

	.mi-title {
		font-size: 20px;
		margin-bottom: 3%;
	}
	.mi-text {
		font-size: 12px;
		line-height: 20px;
	}	

	.subtitle-en {
		font-size: 20px;
	}

	.subtitle-jp {
		font-size: 14px;
	}

	.about-article .wrapper1000 {
		padding: 5% 0;
		width: 90%;
		display: block;
	}

	.ab-artcle-group {
		width: 100%;
	}

	.blog {
		padding-top: 10%;
	}

	.aag-item {
		padding-top: 5%;
		font-size: 12px;
	}

	.pickup-container .wrapper1000 {
		display: block;
		text-align: center;
	}

	.pu-button-group {
		text-align: center;
	}

	.pbg-1, .pbg-2 {
		justify-content: center;
	}

	.pbg-1 {
		margin: 20px auto;
	}
	.pbg-1 a:first-child, .pbg-2 a:first-child {
		margin-right: 20px;
	}
	.pbg-1 a:first-child {
		margin-bottom: 0px;
	}

	.contact-conainter {
		width: 100%;
		display: block;
	}

	.contact-left, .contact-right {
		width: 100%;
	}

	.contact-body {
		padding: 20px 0;
	}

	li.fc-img-item {
		width: 50%;
		margin-bottom: 20px;
	}

	li.fc-img-item a {
		background-color: white;
		display: block;
	}

	.configuration-content {
		width: 100%;
	}

	.configuration-container {
		display: block;
	}

	.configuration-header {
    	margin-top: 20px;
	}

	.companylist-group, .staff-group {
		justify-content: center;
		-ms-text-justify: center;
	}

	.staff .read-more {
		padding-left: 20px;
		padding-right: 20px;
	}

	li.fc-menu-item {
		width: 100%;
	}

	.mi-text {
		padding-right: 20px;
		padding-left: 20px;
	}

	.companylist-item {
		width: 100%;
		height: unset;
		padding: 0 10px;
		margin: 5px 0;
		display: list-item;
	}

	.companylist-name {
		border: none;
	}

	.crumblist {
		padding-top: 65px;
		height: 121px;
	}

	.site-logo {
		padding: 0;
	}

	.wrapper600 {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
	}

	ul.mv-text-menu {
		font-size: 12px;
		margin-top: 0px;
		margin-left: 0px;
	}

}

@media screen and (max-width: 600px) {
	.main-menu-container {
		display: block;
		margin: 0;
	}

	.main-menu {
		margin: 10px auto;
		width: 80%;
	}
}

@media screen and (max-width: 520px) {
	.videos-group, .staff-group {
		width: 255px;
		margin: 0 auto;
	}
}


@media screen and (max-width: 480px) {
	.mv-text {
		bottom: -50px;
	}

	.mv-title {
		font-size: 16px;
		line-height: 28px;
	}

	.about-group {
		display: block;
	}

	.about-item {
		width: 100%;
	}

	.about-container-line {
		margin-bottom: 0px;
	}

	.companylist-name {
		text-align: left;
	}

	.video-description {
		width: 90%;
		margin: 0 auto;
	}
}































