/* General element styling --------------------------------------------- */

@font-face {
	font-family: 'HGSGothicM';
	src: url('fonts/HGSGothicM.woff') format('woff'),
		url('fonts/HGSGothicM.woff2') format('woff2');
	font-weight: 400;
}

html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
/* 	letter-spacing: 1pt; */
/* 	font-family: 'Noto Sans JP', sans-serif; */
	font-family: "游ゴシック", "Hiragino Sans", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", YuGothic, "メイリオ", Meiryo, sans-serif;
	font-size: 16px;
	line-height: 1.15;
	color: #000;
	font-weight: 400;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: 500;
/* 	margin: 0 0 20px; */
}

a {
	color: #112288;
}

img {
	max-width: 100%;
}

button {
	cursor: pointer;
	transition-duration: 0.4s;
}

html {
	scroll-behavior: smooth;
}

/* General re-usable styling ------------------------------------------- */

.am-container {
	width: calc(100% - 40px);
	margin: 0 auto;
	max-width: 1440px;
	overflow: visible;
}

.am-container.style2 {
	max-width: 1000px;
}

.am-container.style3 {
	max-width: 1200px;
}

.am-container.style4 {
	max-width: 900px;
}

.am-container.style5 {
	width: calc(100% - 120px);
}

.am-container.bg-grey {
	background: #F5F5F5;
}

.am-anchor {
	position: relative;
}

.am-anchor > span {
	position: absolute;
	top: -100px;
}

.am-flex {
	display: flex;
}

.am-flex.wrap {
	flex-wrap: wrap;
	justify-content: center;
}

.am-flex.between {
	justify-content: space-between;
}

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

.am-flex.vert-center {
	align-items: center;
}

.am-flex.vert-stretch {
	align-items: stretch;
}

.am-flex.vert-fl-end {
	align-items: flex-end;
}

.am-col1 {
	width: calc(100% / 12);
}

.am-col2 {
	width: calc(100% / 12 * 2);
}

.am-col3 {
	width: calc(100% / 12 * 3);
}

.am-col4 {
	width: calc(100% / 12 * 4);
}

.am-col5 {
	width: calc(100% / 12 * 5);
}

.am-col6 {
	width: calc(100% / 12 * 6);
}

.am-col7 {
	width: calc(100% / 12 * 7);
}

.am-col8 {
	width: calc(100% / 12 * 8);
}

.am-col9 {
	width: calc(100% / 12 * 9);
}

.am-col10 {
	width: calc(100% / 12 * 10);
}

.am-col11 {
	width: calc(100% / 12 * 11);
}

.am-hide {
	display: none;
}

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

.am-sp {
	display: none;
}

.am-pc {
	display: block;
}

.am-modal__min-btn {
	border: unset;
	background: unset;
	margin: 0 auto;
	display: block;
}

dialog.am-modal__max {
	width: 100%;
	height: 100%;
	border: unset;
	background: #0003;
}

.am-modal__max-cont {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	background: #FFF;
	width: calc(100% - 80px);
	height: calc(100% - 120px);
	padding: 20px;
	border-radius: 10px
}

.am-modal__max-pix {
	width: calc(100% - 100px);
	height: calc(100% - 150px);
	overflow: auto;
	padding: 50px;
	box-shadow: 0 0 10px #8888 inset;
	border: 1px solid #888;
}

.am-modal__max-pix>img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
	object-position: center;
	display: block;
	margin: auto;
	/* 	cursor: zoom-in; */
}

.am-modal__max-pix.zoom>img {
	width: auto;
	height: auto;
	max-width: 200vw;
	max-height: 200vh;
	/* 	cursor: zoom-out; */
}

.am-modal__max-close.lp-btn {
	margin: 10px auto;
	display: block;
	padding: 10px;
	min-width: 140px;
}

.am-modal__max-close.lp-btn::after {
	content: unset;
}

.am-bg-layout {
	position: relative;
}

.am-bg-pix {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
}

.am-bg-pix > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
    position: relative;
    z-index: 0;        
}

.am-bg-cont {
	position: relative;
	z-index: 1;
}

.am-bg-layout.style2 .am-bg-pix {
	position: relative;
	top: unset;
	left: unset;
	height: auto;
}

.am-bg-layout.style2 .am-bg-pix > img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
}

.am-bg-layout.style2 .am-bg-cont {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translatey(-50%);
	height: auto;
}

#sect-banner .am-bg-pix > img {
	object-position: right;
}

.bnr__cont {
	position: relative;
	width: 100%;
	height: calc(100vh - 100px);
	min-height: 500px;
}
.chuzai-banner .bnr__cont {
	height: auto;
	min-height: auto;
}
.bnr__pix {
    width: 100%;
    height: 100%;
}

.bnr__pix > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bnr__title {
	margin: 0;
	font-size: 50px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

.bnr__title span {
	background-color: rgba(255,255,255, 0.7);
	color: #21366d;
	padding: 50px;
	margin: 0 0 0 30px;
	line-height: 70px;
	font-size: 48px;
	font-weight: 500;
}

.sect-cont {
	padding: 100px 0;
	margin: 0;
	overflow: hidden;
}

.sect-cont.style2 {
	padding: 60px 0;
}

/* .af-topgap {
	height: 68px;
} */

.bnr__pix img {
    display: block;
}

.bnr__ov {
    position: absolute;
    left: 50%;
    top: 0;
    width: calc(100% - 40px);
    max-width: 1200px;
    height: 100%;
    transform: translatex(-50%);
}
.chuzai-banner .bnr__ov{
	width: calc(100% - 15%);
    max-width: 100%;
}
#top-banner .bnr__txt {
	position: absolute;
	top: 50%;
	left: 0;
	width: auto;
	text-align: left;
	transform: translatey(-50%);
}
#top-banner.chuzai-banner .bnr__txt{
	top: 70%;
	transform: translatey(0%);
}
#top-banner .bnr__txt-title {
	color: #233867;
	font-size: 45px;
	margin: 0 0 20px;
	line-height: 70px;
	font-weight: 700;
	text-shadow: 0 0 3px #FFF, 0 0 3px #FFF, 0 0 3px #FFF;
}

#top-banner .bnr__txt-subtitle {
	color: #233867;
	font-size: 20px;
}

.bnr__txt-button {
    width: 300px;
    background-color: #273F97;
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    padding: 20px 50px;
    margin: 40px 0 0;
	font-family: 'Noto Sans JP', sans-serif;
}
.chuzai-banner .bnr__txt-button {
    position: relative;
    z-index: 0;
    display: block;
    width: 480px;
    background: #2C5CB3;
    background: linear-gradient(90deg,rgba(44, 92, 179, 1) 0%, rgba(39, 63, 151, 1) 100%);
    font-size: 24px;
    padding: 20px;
    margin: 0;
    border-radius: 50px;
}
.chuzai-banner .bnr__txt-button::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(to right, #fff, #fff);
    opacity: 0;
    border-radius: 50px;
    transition: opacity 0.5s;
}
.bnr__txt-button span {
	font-family: 'Noto Sans JP', sans-serif!important;
}

.bnr__txt-button:hover {
    color: #273F97;
    background-color: #fff;
   	border: 1px solid #273F97;
	font-weight: 700;
	font-family: 'Noto Sans JP', sans-serif;
}
.chuzai-banner .bnr__txt-button:hover::before {
    opacity: 1;
}
.bnr__txt-button-style1 span {
    color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 16px;
    line-height: 28px;
    width: 142px;
    height: 60px;
    border: 1px solid #EDF4FF;
    padding: 6px;
}

.bnr__txt-button-style1 {
    background-color: #273f97;
    width: fit-content;
    padding: 10px 5px;
    margin: 0 0 0 65px;
	border: 1px solid #273f97;
/*     position: absolute;
    top: 5%;
    right: 0; */
}

#top-banner .bnr__txt-subtitle > span {
	display: inline-block;
	background: linear-gradient(180deg, #233867, #355cc3);
	width: 6vw;
	vertical-align: middle;
	border-radius: 50%;
	color: #FFF;
	padding: 3vw 0;
	line-height: 0;
}

.strength-item {
    width: calc(50% - 10px);
    margin: 0 auto 10px;
    height: 20.5vw;
    overflow: hidden;
	position: relative;
}

.strength-cont {
    margin: 0 -10px;
}

.strength-cont__pix > img {
    display: block;
}

.strength-item:nth-child(n + 3) {
    margin: 0 auto;
}

.strength-item .strength-cont__pix {
    width: 100%;
    height: 100%;
    filter: brightness(0.7);
}

.strength-item .strength-cont__pix > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.strength-item:first-child .strength-cont__pix > img {
    object-position: center;
}

.strength-item:hover .strength-cont__pix > img {
    filter: brightness(50%);
}

.strength-cont__item {
    color: #fff;
    font-size: 40px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: calc(100% - 120px);
    left: 120px;
}

.strength-cont__item-en {
    font-size: 40px;
    line-height: 28px;
    display: block;
    margin: 0 0 10px;
}

.strength-cont__item-jp {
    font-size: 16px;
    line-height: 28px;
}

#strength .bestsemi-title {
    background-color: #fff;
    display: block;
	color: #273F97;
    display: block;
    font-size: 50px;
    text-align: center;
    padding: 60px 0;
	font-size: 20px;
	margin: 0;
}

.bestsemi-title__en span {
    font-size: 40px;
    color: #fff;
}

section#strength {
    padding: 0;
}

.bestsemi-title__en {
    display: block;
    line-height: 50px;
    padding: 0;
    margin: 0 0 10px;
	font-size: 50px;
	color: #000;
}

.bestsemi-title.alt .bestsemi-title__en {
	color: #FFF;
}

#strength .bestsemi-title.alt .bestsemi-title__en {
	color: #000;
}

h2.bestsemi-title {
    margin: 0;
}

#strength .am-bg-pix img {
    filter: brightness(0.6);
}

#strength .am-bg-pix {
    position: relative;
}

section#future {
    padding: 0;
}

.future-cont__inner {
    padding: 70px;
    background-color: #FFFFFFCC;
    text-align: center;
}

.future-cont {
    padding: 90px 0;
}

#future .bestsemi-title__en {
    margin: 0;
    font-size: 50px;
    color: #000;
    margin: 0 0 10px;
}

h2.bestsemi-title {
    font-size: 20px;
    color: #273F97;
    font-weight: 700;
    margin: 0 0 40px;
	text-align: center;
}

.future-cont__subtext {
    color: #000;
    z-index: 1;
}

.btn__bestsemi span,
.inquiry-form__button input {
    background-color: #273F97;
    filter: opacity(1);
    width: fit-content;
    text-align: center;
    color: #fff;
    font-weight: 700;
    padding: 20px 50px;
    display: inline-block;
    line-height: 1;
	font-size: 16px;
	border: 1px solid #273f97;
}

.hdr__navi-menu-bs li:hover img {
	filter: invert(20%) sepia(27%) saturate(7280%) hue-rotate(212deg) brightness(82%) contrast(85%);
}

.inquiry-form__button input {
	height: 60px;
}

.inquiry-form__button {
    text-align: center;
	margin: 0 20px 0 0;
}

.inquiry-form__thanks {
    padding: 0 0 50px 0;
}

.inquiry-form__button .wpcf7-spinner {
    display: block;
}

.inquiry-form__contact-col.dropdown > p {
    display: flex;
}

.inquiry-form__contact-col.dropdown > p > span {
    margin: 0 0 0 10px;
    width: calc(100% / 3 - 20px);
    line-height: 30px;
}

.inquiry-form__contact-col.dropdown > p > span:first-child {
    margin: 0;
}

.inquiry-form__contact-col.dropdown select {
    width: calc(100% - 5px);
    margin: 0 5px 0 0;
    padding: 15px;
    border: 1px solid #D9D9D9;
    display: inline-block;
}

.inquiry-form__submit-cont.stage2 {
    display: flex;
    justify-content: center;
}

.inquiry-form__thanks.hide,
.inquiry-form__contact-form.hide {
	display: none;
}


.btn__bestsemi {
    margin: 40px 0 0;
}

section#track-record {
    padding: 0;
}

.track-record__inner {
    padding: 70px;
    background-color: #fffc;
/*     filter: opacity(0.8); */
    text-align: center;
	max-width: 1200px;
	margin: 0 auto;
}

.track-record-cont {
    padding: 100px 0;
}

#track-record .bestsemi-title__en {
    font-size: 50px;
    color: #000;
    margin: 0 0 10px;
}

.track-record__subtitle {
    font-weight: 700;
	font-size: 20px;
    line-height: 32px;
    margin: 0 0 30px;
}

.track-record__text {
    text-align: left;
	margin: 20px 0 0;
}

.track-record__table1 tr td {
    border-bottom: 1px dotted #000;
}

.track-record__table1 tr td:first-child {
    width: 50%;
	font-size: 20px;
}

.track-record__table1 tr td:nth-child(2n) {
    font-size: 40px;
}

.track-record__table1 tr td:nth-child(2n) span {
    font-size: 16px;
    font-weight: 300;
}

.track-record__table-cont table {
    table-layout: fixed;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
	margin: 30px 0 0 0;
}


.track-record__table-cont table tr td:last-child {
    text-align: center;
    =: #666666;
}

.track-record__table1 {
    width: calc(50% - 80px);
    font-weight: 700;
    margin: 0 40px 0 0;
}

.fc-red {
    font-size: 30px;
    color: #D80C0C;
    font-weight: 700;
}

.track-record__table-cont {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

.track-record__table2 tr td {
    border-bottom: 1px dotted #000;
}

.track-record__table2 tr td:first-child {
    width: 50%;
	font-size: 20px;
}

.track-record__table2 {
    width: calc(50% - 80px);
    font-weight: 700;
    margin: 0 40px 0 0;
}

.track-record__table2 tr td:nth-child(2n) {
    font-size: 40px;
}

.track-record__table2 tr td:nth-child(2n) span {
    font-size: 16px;
    font-weight: 300;
}

#course .bestsemi-title__en {
    font-size: 50px;
    color: #000;
	margin: 0 10px;
	padding: 50px 0 0;
	font-weight: bold;
	margin: 0 0 10px;
}

.course-pix {
    align-self: stretch;
}

.course-pix > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.course-cont__layout {
    margin: 50px;
}

.course-cont__title {
    font-size: 30px;
    font-weight: 700;
    line-height: 28px;
	margin: 0 0 20px;
}

.course-cont__title span {
    font-size: 16px;
	margin: 10px 0 0;
}

#course .am-col7 {
    width: calc(50% - 80px);
    margin: 0 0 0 40px;
}

#strength .bestsemi-title__en {
    font-size: 50px;
    margin: 0 0 10px;
}

section#course {
    background-color: #fff;
}

.main-bg {
    background-color: #000;
}

#top-btn {
    padding: 0.1px 0;
}

#top-btn .btn__bestsemi {
	margin: 40px 0;
	text-align: center;
}

#instagram-column .am-col2 {
    width: calc(34% - 20px);
    margin: 0 10px 0 0;
}

#instagram-column .bestsemi-title__en {
    font-size: 50px;
    color: #000;
}

#instagram-column .bestsemi-title {
    margin: 50px 0;
}

.instagram-column__date {
    color: #273F97;
    font-weight: 700;
}

.instagram-column__item {
    margin: 0 0 20px;
	text-decoration: none;
	color: #000;
	display: block;
}

.instagram-column__cont {
    max-width: 1200px;
    margin: 0 auto;
}

#instagram-column .am-col2 img {
    height: 170px;
    width: 170px;
    object-fit: cover;
}

.column-item {
	display: block;
}

.column-cont {
	overflow: hidden;
	line-height: 32px;
	/* 	margin: 0 0 90px; */
}

.column-cont>.am-flex {
	margin: 20px 0 50px;
}

.news-item {
	color: #000;
	text-decoration: unset;
}

.news-btn {
	margin: 0 0 40px;
}

.column-item__pix {
	width: 100%;
	height: auto;
	object-fit: cover;
}

.column-item__head-date {
	margin: 0 20px 0 0;
}

.column-btn__cont button {
	margin: 0 0 20px;
}

.column-main a {
	text-decoration: none;
	color: #000;
}

#sect-column a {
	color: #333;
	text-decoration: unset;
}

.column-item__pix {
	width: 100%;
	height: 240px;
	object-fit: cover;
	margin: 0 0 20px;
}

.column-item__head {
	font-size: 16px;
/*     padding: 14px 16px; */
    text-align: center;
	color: #273f97;
	letter-spacing: 0.2em;
	line-height: 1.7;
	margin-bottom: 15px;
	font-family: "a-otf-ud-shin-maru-go-pr6n", sans-serif;
    font-weight: 700;
}

.column-item__button {
    text-align: center;
    letter-spacing: 0.1em;
    color: #273f97;
    font-weight: 700;
/*     border-bottom: 1px solid #273f97; */
    width: fit-content;
    margin: 20px auto auto;
    padding: 0 5px 3px 5px;
}

/* .column-item__head::after {
	content: "\f061";
	font-family: 'FontAwesome';
	position: absolute;
	right: 15px;
	font-size: 17px;
	color: #4a4a4a;
} */

.column-item__head-date {
	margin: 0 20px 0 0;
}

.column-btn__cont button {
	margin: 0 0 20px;
}

.blog-moreBtn.column-item__button span {
    position: relative;
    display: inline-block;
    padding: 0 5px 3px 5px;
    color: #273f97;
    font-size: 14px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    letter-spacing: .1em;
    text-align: center;
}

.column-cont .column-item .blog-moreBtn.column-item__button span:before {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #273f97;
    display: inline-block;
    transform-origin: right top;
    pointer-events: none;
    animation-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
    top: 24px;
}

.column-cont .column-item .blog-moreBtn.column-item__button span:hover:before {
    animation: line .6s
}

.column-cont .column-main article:hover {
    background: #fff799;
}

.sns__con-title {
    width: 190px;
    padding: 5px 19px;
    background-color: #273F97;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    line-height: 28px;
    font-size: 16px;
    margin: 20px auto 40px;
	border: 1px solid #273f97;
}

.sns__cont .sns__icon {
    width: 68px;
    height: 68px;
}

.sns__cont {
    text-align: center;
}

.sns__cont .sns__icon.yt {
    width: 70%;
    object-fit: contain ;
}

#sns {
    background-color: #edf4ff;
}

#instagram-column .am-col4 {
    box-shadow: 1px 1px 15px rgba(153, 153, 153, .6);
    width: calc(100% / 3 - 67px);
    margin: 0 20px 20px 0;
    padding: 30px 20px;
}

#instagram-column .am-col4:nth-child(3n - 2) {
    margin: 0 20px 20px;
}


.wp-block-heading {
	margin: 0;
	border-bottom: 4px solid #A4A2A2;
	padding: 0 0 10px;
}

.sect-column__item-img {
	width: calc(100% - 30px);
	margin: 0 30px 0 0;
}

.sect-column__item-cont {
	margin: 0 0 30px;
	border-bottom: 1px solid #C0B8B8;
	padding: 0 0 30px 0;
}

.sect-column__item-date {
	font-size: 16px;
}

.sect-column__item-excerpt {
	font-size: 18px;
	line-height: 40px;
}

.sect-column__item-title {
	font-size: 22px;
	margin: 10px 0;
}

.sect-column__title {
	font-size: 22px;
	border-bottom: 4px solid #A4A2A2;
	padding: 0 0 10px 0;
	margin: 0;
}

ul.wp-block-categories-list.wp-block-categories {
	list-style: none;
	padding-left: 0;
}

.sect-column__sidebar {
	width: calc(100% - 40px);
	margin: 0 0 0 40px;
}

.sect-column__title ul li a {
	text-decoration: unset;
}

.wp-block-categories li a {
	text-decoration: unset;
	color: #000;
	padding: 0 0 20px 0;
	font-size: 20px;
}

.wp-block-categories li {
	border-bottom: 1px dashed #a4a2a2;
	padding: 20px 0;
}

.sect-column__post a {
	text-decoration: unset;
	color: #000;
}

.wp-block-categories li:first-child {
	padding: 0 0 20px;
}

.sect-column__single-cont {
	font-size: 18px;
	line-height: 48px;
}

.sect-column__single-cont img {
	width: auto;
	display: block;
	margin: 0 0 40px;
}

.sect-column__single-cont-title {
	border-bottom: 3px solid #333333;
	font-size: 40px;
	line-height: 55px;
	margin-bottom: 0;
	color: #333333;
	font-weight: 700;
}

.sect-column__single-cont-date {
	display: inline-block;
	font-size: 18px;
}

.sect-column__single-cont-tags {
	display: inline-block;
	margin: 0 0 0 10px;
	background-color: #D9D9D9;
	width: 90.1px;
	border-radius: 30px;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}

.column-cont {
    max-width: 1200px;
    margin: 50px auto 0;
}

#topfaq {
    background: #edf4ff;
	padding: 60px 0;
}

.faq-inn-content .faq-list {
    margin-top: 60px;
    background: #fff;
    border-top: 1px solid #273f97
}

.faq-inn-content .faq-list .faq-list-wrap {
    border-bottom: 1px solid #273f97
}

.faq-inn-content .faq-list .faq-list-wrap h2 {
    position: relative;
    padding: 30px 35px;
    font-size: 16px;
    font-family: "a-otf-ud-shin-maru-go-pr6n",sans-serif;
    font-weight: 600;
    letter-spacing: .1em;
    box-sizing: border-box;
    cursor: pointer;
	margin: 0;
}

.faq-inn-content .faq-list .faq-list-wrap h2:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 38px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fe9602;
    border-right: 1px solid #fe9602;
    transform: rotate(137deg)
}

.faq-inn-content .faq-list .faq-list-wrap .faq-list-inner {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease;
}

.faq-inn-content .faq-list .faq-list-wrap .faq-list-inner.open {
    max-height: 2000px;
}

.faq-inn-content .faq-list .faq-list-wrap dl {
    padding: 30px;
    box-sizing: border-box;
    border-top: 1px solid #273f97;
	margin: 0;
}

.faq-inn-content .faq-list .faq-list-wrap dl dd {
    display: flex;
    position: relative;
    font-size: 16px;
    letter-spacing: .1em;
    font-weight: 600;
    align-items: center;
    cursor: pointer;
	margin: 0;
}

.faq-inn-content .faq-list .faq-list-wrap dl dd:before {
    content: "Q";
    font-size: 24px;
    font-family: "Poppins",sans-serif;
    font-weight: 900;
    color: #fe9602;
    padding-right: 25px;
    margin-top: -10px;
    position: relative;
    top: 2px
}

.faq-inn-content .faq-list .faq-list-wrap dl dd:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 8px;
    margin: auto;
    width: 10px;
    height: 10px;
    border-top: 1px solid #fe9602;
    border-right: 1px solid #fe9602;
    transform: rotate(137deg)
}

.faq-inn-content .faq-list .faq-list-wrap dl dt {
    display: flex;
    align-items: flex-start;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.7;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease, margin 0.5s ease;
}

.faq-inn-content .faq-list .faq-list-wrap dl dt p {
    width: 100%
}

.faq-inn-content .faq-list .faq-list-wrap dl dt.active {
    max-height: 1000px;
	margin-top: 50px;
}

.faq-inn-content .faq-list .faq-list-wrap dl dt:before {
    content: "A";
    margin-top: -10px;
    font-size: 24px;
    font-family: "Poppins",sans-serif;
    font-weight: 900;
    color: #273f97;
    padding-right: 25px;
    position: relative;
    top: 2px
}

.faq-inn-content .faq-moreBtn {
    margin-top: 50px
}

.faq-inn-content .faq-moreBtn a {
    position: relative;
    display: block;
    width: 250px;
    margin: 0 auto;
    padding: 20px 0;
    color: #fff;
    background: #273f97;
    font-size: 16px;
    letter-spacing: .2em;
    text-align: center;
    font-family: "Montserrat",sans-serif;
    font-weight: 700;
    border-radius: 50px;
    border: 2px solid #273f97
}

.faq-inn-content .faq-moreBtn a:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 9%;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg)
}

.faq-inn-content .faq-moreBtn a:hover {
    color: #273f97;
    background: #fff
}

.faq-inn-content .faq-moreBtn a:hover:after {
    border-top: 2px solid #273f97;
    border-right: 2px solid #273f97
}

.review__cont {
	max-width: 1197px;
	margin: 0 auto 50px;
}

.review__cont-title img {
	width: 3%;
	vertical-align: middle;
	margin: 0 10px 0 0;
}

.review__cont-title {
	color: #273F97;
	font-weight: 700;
	font-size: 30px;
}

.review__cont-title span {
	font-size: 16px;
}

.review__cont-subtext {
	margin: 20px 0 0;
}

#review .bestsemi-title__en {
	font-size: 50px;
	color: #000;
	margin: 0 0 10px;
}

.review-btn.btn__bestsemi {
    text-align: center;
    margin: 0 0 40px;
}

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

#message .bestsemi-title__en {
	font-size: 50px;
	color: #000;
}

#message .am-col5 img {
	height: 460px;
	object-fit: cover;
	width: calc(100% - 40px);
	margin: 0 20px 0 0;
}

#message .am-col7 {
	line-height: 28px;
}

.information__cont {
	max-width: 1200px;
	margin: 50px auto 0;
}

.bestsemi-title__en {
	font-size: 50px;
	color: #000;
}

.information__cont-date {
	padding: 6px 19px;
	background-color: #EDF4FF;
	width: fit-content;
	height: 30px;
	margin: 0 40px 0 0;
}

/* .inquiry-form__contact-form {
	margin: 0 auto;
	text-align: left;
	max-width: 1100px;
	width: 100%;
}

.inquiry-form__contact-col {
	display: inline-block;
	width: 65%;
}

.inquiry-form__contact-col:first-child {
	width: 30%;
}

.required {
	color: #FFF;
	padding: 5px 30px;
	font-size: 14px;
	margin: 0 30px 0 0;
	background-color: #273F97;
	border-radius: 20px;
}

.norequired {
	padding: 5px 30px;
	font-size: 14px;
	margin: 0 30px 0 0;
	background-color: #fff;
	color: #273F97;
	border: 1px solid #273F97;
	border-radius: 20px;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
}

.inquiry-form__contact-col input {
	padding: 22px 0 22px 10px;
	width: 100%;
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	font-size: 16px;
}

.inquiry-form__contact-col p {
	width: 100%;
	text-align: left;
}

.inquiry-form__contact-col p textarea {
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

.inquiry-form__link {
	text-decoration: underline;
	font-size: 18px;
}

.wpcf7-submit {
	color: #fff;
	font-weight: 400;
	font-size: 18px;
	border: 1px solid #f0f0f0;
}

.wpcf7-form-control.wpcf7-submit.has-spinner p {
	text-decoration: underline;
}

.wpcf7-spinner {
	display: block !important;
}

.inquiry-form__submit-cont>p {
	margin: 0;
	text-align: center;
}

.inquiry-form__submit-cont>p>span.wpcf7-spinner {
	margin: 0 auto;
}

.inquiry-form__submit-cont>p>.submit_btn {
	margin: 20px 0 0;
	background: linear-gradient(90deg, #f93 20%, #ff7166 80%);
	color: #FFF;
}

.submit-btn {
	position: relative;
	margin: 0 auto;
	width: 260px;
	height: 70px;
	margin: 30px auto 0;
}

.submit-btn > p {
	margin: 0;
	display: block;
	width: 100%;
	height: 100%;
}

.submit-btn input {
	background: transparent;
	border: unset;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.wpcf7 input[type="url"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"] {
	direction: ltr;
	font-size: 16px;
}

.inquiry-form__contact-col.chkbox > p {
	display: flex;
}

.inquiry-form__contact-col.chkbox .wpcf7-list-item {
	margin: 0 10px 0 0;
}

.inquiry-form__contact-col.chkbox .wpcf7-list-item input {
	width: 20px;
	height: 20px;
}

.submit-btn.bestsemi-btn input {
	background-color: #273F97;
	padding: 20px 50px;
	font-size: 16px;
	font-weight: 700;
}

input[type="checkbox"] {
	margin: 0;
}

span.wpcf7-list-item.first.last {
	margin: 0 5px 0 0;
}

.last input {
	width: 19px;
	height: 19px;
	vertical-align: middle;
	border: 1px solid #CCCCCC;
} */


.inquiry-form {
	max-width: 700px;
	margin: 0 auto;
}
.inquiry-form__contact-form {
	margin: 0 auto;
	text-align: right;
	max-width: 995px;
	width: 100%;
	padding-bottom: 35px;
}

.required {
	color: red;
	font-size: 18px;
	margin: 0 10px 0 0;
}

.inquiry-form__contact-col label {
	font-size: 16px;
	text-align: left;
	position: relative;
	top: calc(50% - 10px);
}

.inquiry-form__contact-col input {
	padding: 22px 10px;
	width: calc(100% - 22px);
	border-radius: 5px;
	border: 1px solid #D9D9D9;
	font-size: 16px;
	color: #000;
	text-align: left;
}

.inquiry-form__contact-col.message input {
	height: 4em;
}

.inquiry-form__contact-col p {
	width: 100%;
	text-align: left;
}

.inquiry-form__contact-col p textarea {
	width: 100%;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
}

.inquiry-form__link {
	text-decoration: underline;
	font-size: 18px;
}

.inquiry-form__row {
    display: flex;
}

.inquiry-form__contact-col:first-child {
    width: 20%;
}

.inquiry-form__contact-col:last-child {
    width: 80%;
}

.wpcf7-submit {
	width: 510px;
	height: 100px;
	color: #000;
	font-weight: 700;
	font-size: 22px;
	border: 1px solid #f0f0f0;
	text-align: center;
}

.wpcf7-form-control.wpcf7-submit.has-spinner p {
	text-decoration: underline;
}

.inquiry-form__submit-cont {
	text-align: left;
}

.inquiry-form__contact-col input[type="radio"] {
	width: fit-content;
	display: inline-block;
} 

.contact__stage-item {
    display: inline-block;
    width: 98px;
    height: 98px;
    position: relative;
    border-radius: 50%;
    border: 7px solid #f4f4f4;
    z-index: 1;
    background: #FFF;
}

.active.contact__stage-item {
    background: #273f97;
    color: #FFF;
    border-color: #273f97;
}

.contact__stage-cont {
    width: 100%;
    margin: 30px auto;
    position: relative;
    max-width: 480px;
	text-align: center;
}

.contact__stage-num {
    display: block;
    text-align: center;
    font-size: 12px;
    line-height: 1;
    margin: 25px 0 0;
}

.contact__stage-txt {
    display: block;
    text-align: center;
	line-height: 1.15;
	margin-top: 7px;
	font-weight: 700;
	font-size: 14px;
}

.contact__stage-item:nth-child(2) {
    margin: 0 calc(50% - 160px);
}

.contact__stage-cont::before {
    content: "";
    width: calc(100% - 160px);
    height: 1px;
    background: #273f97;
    position: absolute;
    z-index: 0;
    top: 50%;
    left: 50px;
}

.wpcf7-list-item {
	display: block!important;
	margin: 0!important;
}

#your-equipment {
    display: flex;
}

#your-equipment.wpcf7-radio > span {
    margin: 0 20px 20px 0 !important;
	line-height: 1;
	vertical-align: middle;
}

#your-equipment.wpcf7-radio.last > span {
    margin: 0 !important;
}

.thanks__cont {
	max-width: 1200px;
	margin: 0 auto;
	text-align: center;
}

.bnr__txt-button a {
    color: #fff;
    text-decoration: none;
}

.contact__subtext {
    text-align: left;
    margin: 30px auto;
    max-width: 800px;
	line-height: 32px;
}

.faq-moreBtn a {
    text-decoration: none;
}

.footer__toppix {
    height: 35vw;
}

.track-record__learning-cont {
    border: 1px solid #273F97;
	margin: 0 0 30px 0;
}

.track-record__cont-title {
    background-color: #273F97;
    color: #fff;
    padding: 5px;
    font-weight: 700;
}

.track-record__cont-text {
    text-align: left;
    padding: 20px;
	line-height: 28px;
}

#track-record .am-col2 img {
    width: calc(100% - 50px);
    padding: 20px;
}

.track-record__cont-points-item {
    display: flex;
    margin: 0 0 30px;
	align-items: center;
	position: relative;
}

.track-record__cont-points-title {
    height: 110px;
    width: 110px;
    border-radius: 110px;
    display: flex;
    justify-content: center;
    align-items: center;
	color: #fff;
    font-weight: 700;
}

.track-record__cont-points-text {
    text-align: left;
    margin: 0 0 0 40px;
	width: calc(100% - 110px - 40px);
	line-height: 28px;
}

.track-record__cont-points-arrow {
    position: absolute;
    left: calc(110px / 2);
    bottom: 0;
    transform: translate(-50%, 100%);
    height: 30px;
}

.track-record__cont-points-arrow > img {
    width: auto;
    height: 32px;
}

.track-record__table3 tr td {
    border: 1px solid #666666;
    padding: 10px;
}

.track-record__table3 tr td:first-child {
    font-weight: 700;
}

.bg-gray {
    background-color: #666666;
    color: #fff;
}

.track-record__table3 tr td {
    font-weight: 300;
}

.blue1 {
	background-image: linear-gradient(#9BE6FF, #1871F6);
}

.blue2 {
	background-image: linear-gradient(#1595F3, #0D34BC);
}

.blue3 {
	background-image: linear-gradient(#1756FC, #170258);
}

.blue4 {
	background-image: linear-gradient(#170156, #170156);
}

#contact-sect {
    background: #edf4ff;
}

.contact__cont {
    background: #FFF;
    padding: 1px 20px 0;
    width: calc(100% - 80px);
}

.blog-item__pix,
.blog-item__pix > img {
    max-height: 240px;
    width: 100%;
    object-fit: contain;
    margin: 0 auto;
    height: 13vw;
}

.sect-blog__item-img {
	width: calc(100% - 30px);
	margin: 0 30px 0 0;
}

.sect-blog__item-cont {
	margin: 0 0 30px;
	border-bottom: 1px solid #C0B8B8;
	padding: 0 0 30px 0;
}

.sect-blog__item-date {
	font-size: 16px;
}

.sect-blog__item-excerpt {
	font-size: 18px;
	line-height: 40px;
}

.sect-blog__item-title {
	font-size: 22px;
	margin: 10px 0;
}

.sect-blog__title {
	font-size: 22px;
	border-bottom: 4px solid #A4A2A2;
	padding: 0 0 10px 0;
	margin: 0;
}

ul.wp-block-categories-list.wp-block-categories {
	list-style: none;
	padding-left: 0;
}

.sect-blog__sidebar {
	width: calc(100% - 40px);
	margin: 0 0 0 40px;
}

.sect-blog__title ul li a {
	text-decoration: unset;
}

.wp-block-categories li a {
	text-decoration: unset;
	color: #000;
	padding: 0 0 20px 0;
	font-size: 20px;
}

.wp-block-categories li {
	border-bottom: 1px dashed #a4a2a2;
	padding: 20px 0;
}

.sect-blog__post a {
	text-decoration: unset;
	color: #000;
}

.wp-block-categories li:first-child {
	padding: 0 0 20px;
}

.sect-blog__single-cont {
	font-size: 18px;
	line-height: 48px;
}

.sect-blog__single-cont img {
	width: auto;
	display: block;
	margin: 30px auto;
}

.sect-blog__single-cont-title {
	font-size: 30px;
	text-align: center;
}

.sect-blog__single-cont-date {
	display: inline-block;
}

.sect-blog__single-cont-tags {
    display: inline-block;
    margin: 0 0 0 10px;
    background-color: #273f97;
    color: #FFF;
    width: 120px;
    border-radius: 30px;
    text-align: center;
    font-size: 14px;
    line-height: 30px;
}

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

.inquiry-form__contact-col.dropdown {
    display: flex;
}

.inquiry-form__contact-col.dropdown > span {
    margin: 0 0 0 10px;
    width: calc(100% / 3 - 20px);
}

.inquiry-form__contact-col.dropdown > span:first-child {
    margin: 0;
}

.inquiry-form__contact-col.dropdown select {
    width: calc(90% - 5px);
    margin: 0 5px 0 0;
    padding: 15px;
    border: 1px solid #D9D9D9;
    display: inline-block;
}

.inquiry-form__row div {
    margin: 1em;
}

.footer__toppix > img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

footer {
	background-color: #000;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
/* 	border-bottom: 1px solid #CCC8; */
}

.footer__layout {
	height: 100px;
	max-width: 1200px;
	margin: 0 auto;
}

.footer__logo {
	margin: 0 auto 0 0;
}

.footer__logo>a>img {
	height: auto;
	display: block;
}

.footer__navi {
	justify-content: flex-end;
	align-items: center;
	width: calc(100% - 200px);
}

.footer__navi-menu {
	display: block;
}

.footer__navi-menu {
	display: flex;
	justify-content: flex-end;
	padding: 0;
	margin: 0 10px 0 0;
	align-items: center;
	max-width: calc(100% - 240px);
	flex-wrap: wrap;
}

.footer__navi-menu li {
	list-style: none;
	text-align: center;
	/* 	border-style: solid; */
	display: block;
	line-height: 1;
}

.footer__navi-menu li:last-child {
	border-width: 0;
}

.footer__navi-menu li a {
	text-decoration: none;
	color: #000;
	font-weight: 400;
	padding: 5px 20px;
	width: calc(100% - 40px);
	display: block;
	white-space: nowrap;
}

.footer__navi-lang a {
	color: #ffff;
	text-decoration: none;
}

.footer__navi-lang a.active {
	color: blue;
}

.footer__navi-menu-btn a{
	display: block;
}

.footer__navi-menu-btn a img {
	width: auto;
	display: block;
}

.footer__navi-menu-btn.line a img {
	height: 38px;
}

.footer__navi-menu-btn.mail a{
	margin: 0 0 0 15px;
}

.footer__navi-menu-btn.mail a img {
	height: 32px;
}

.footer__navi-copyright {
	background-color: #273F97;
	color: #fff;
	text-align: center;
	padding: 30px;
}

footer#footer {
	padding: 60px 0 0;
}

.footer__contact-layout {
    margin: 0 auto 50px;
}

.footer__contact-btn-icon {
    width: auto;
    height: auto;
    margin: 0 5px 0 0;
}

.footer__contact-btn {
    text-decoration: unset;
}

.footer__contact-btn-icon > img {
    width: 44px;
    height: auto;
    display: block;
}

.footer__contact-btn-region {
    color: #000;
    font-size: 16px;
    line-height: 1;
    margin: 0 0 5px;
}

.footer__contact-btn-region > span {
    font-weight: 700;
    margin: 0 5px 0 0;
}

.footer__contact-btn-phone {
    font-size: 32px;
    font-weight: 700;
    font-family: "Noto Sans JP", sans-serif;
}

.footer__contact-line {
	text-decoration: unset;
}

.footer__contact-line > a {
	display: inline-block;
}

.footer__contact-line-icon {
	margin: 0 20px 0 0;
}

.footer__contact-line img {
	height: 70px;
	width: auto;
}

.footer__contact-btn.btn__bestsemi {
    margin: 0;
}

.footer__contact-btn.btn__bestsemi > span {
    padding: 20px 0;
    width: 164px;
}

.footer__navi-copyright-pix {
	width: auto;
	margin: 0 0 20px;
}

.footer__navi-copyright-pix > img {
	width: 175px;
	height: auto;
	display: block;
	margin: 0 auto;
}

.footer__navi-copyright-txt {
	font-weight: 300;
	font-size: 15px;
	line-height:1;
}

.bestsemi-title__en {
    font-weight: bold;
}

section#contact {
    background-color: #edf4ff;
}

.hdr__navi-menu-bs li span:hover {
	color: #273F97;
}


@media screen and (max-width: 1200px) {
	.bnr__txt-button-style1 {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		margin: unset;
	}
	.strength-cont__item {
		width: calc(100% - 40px);
		left: 20px;
	}
}

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

	.bnr__txt-button-style1 {
		position: relative;
		top: unset;
		transform: unset;
		right: unset;
		margin: 10px 0;
		padding: 5px;
	}

	.bnr__txt-button-style1 > span {
		display: block;
		height: auto;
		padding: 2px 10px;
		width: auto;
	}

	.af-topgap {
		height: 180px;
	}

	.strength-cont {
		margin: 0;
	}

	.strength-item,
	.strength-item:nth-child(n + 3) {
		width: calc(100% - 40px);
		margin: 0 auto 20px;
		height: 30vw;
	}

	.strength-item:first-child .strength-cont__pix > img {
		object-position: center;
	}
	
	.track-record__table-cont.am-flex.wrap {
		padding: 10px;
	}

	.track-record__table1 tr td:nth-child(2n) {
		font-size: 26px;
	}

	.track-record__table1 tr td:first-child {
		font-size: 16px;
	}

	.track-record__table2 tr td:nth-child(2n) {
		font-size: 26px;
	}

	.track-record__table2 tr td:first-child {
		font-size: 16px;
	}
	
	.footer__layout.vert-center.am-flex.between {
		display: block;
	}

	#footer .hdr__logo>a>img {
		margin: 20px auto;
	}

	.footer__navi-menu {
		max-width: 100%;
		flex-wrap: unset;
		margin: 0 auto;
	}

	.footer__navi-menu-btn.line a img {
		height: 40px;
		object-fit: contain;
	}

	.footer__navi {
		width: 100%;
	}

	.sns__cont {
		flex-wrap: wrap;
	}

	.sns__cont > .am-col3 {
		width: 50%;
	}
	
	.inquiry-form__contact-form {
		text-align: left;
	}
	
	.inquiry-form__row div {
		margin: 0.8em 0;
	}

	.footer__contact-layout.am-flex.between {
		flex-wrap: wrap;
		width: 620px;
		justify-content: center;
	}

	.footer__contact-btn {
		margin: 0 15px 20px;
	}

	.footer__contact-btn.btn__bestsemi {
		margin: 0 30px 0 0;
	}
	
	
}

@media screen and (max-width: 820px) {
	.track-record__table1 tr td:first-child {
		font-size: 16px;
	}
	
	.track-record__table2 tr td:first-child {
		font-size: 16px;
	}
}
.br-sp {
	display: none;
}
@media screen and (max-width: 767px) {
	
	.af-topgap {
		height: 108px;
	}
	
	.faq-inn-content .faq-list {
        width:90%;
        margin: 30px auto 0
    }
	
    .faq-inn-content .faq-list .faq-list-wrap h2 {
        padding:25px 10px;
        font-size: 14px;
        letter-spacing: .05em
    }
	
    .faq-inn-content .faq-list .faq-list-wrap h2:after {
        top:-4px;
        right: 15px;
        width: 8px;
        height: 8px
    }
	
    .faq-inn-content .faq-list .faq-list-wrap dl {
        padding:15px
    }
	
    .faq-inn-content .faq-list .faq-list-wrap dl dd {
        font-size:14px;
        letter-spacing: .05em;
        line-height: 1.5
    }
	
    .faq-inn-content .faq-list .faq-list-wrap dl dd:before {
        font-size:20px;
        padding-right: 15px;
        margin-top: -10px;
        top: 5px
    }
	
    .faq-inn-content .faq-list .faq-list-wrap dl dd:after {
        top:-5px;
        right: 0;
        width: 8px;
        height: 8px
    }
	
    .faq-inn-content .faq-list .faq-list-wrap dl dt {
        margin-top:25px!important;
        font-size: 12px
    }
	
    .faq-inn-content .faq-list .faq-list-wrap dl dt:before {
        font-size:20px;
        padding-right: 15px;
        margin-top: -10px;
        top: 4px
    }
	
    .faq-inn-content .faq-moreBtn {
        margin-top:30px
    }
	
    .faq-inn-content .faq-moreBtn a {
        width:150px;
        padding: 14px 0;
        font-size: 18px;
        letter-spacing: .1em
    }
	
    .faq-inn-content .faq-moreBtn a:hover {
        color:#fff;
        background: #273f97
    }
	
	.chuzai-banner .bnr__ov{
		width: calc(100% - 20%);
	}
	
	#top-banner .bnr__txt {
		width: 100%;
		top: 90px;
    	transform: unset;
	}

	#top-banner.chuzai-banner .bnr__txt {
		top: 38%;
	}

	.bnr__txt-button {
		width: fit-content;
		padding: 20px 18px;
	}

	.chuzai-banner .bnr__txt-button {
		width: 100%;
		font-size: 16px;
		padding: 10px 18px;
	}

	.bnr__pix img {
		object-fit: cover;
		object-position: 80% 10px;
	}

	.strength-cont__item-en {
		font-size: 20px;
		margin: 0;
	}

	#future .bestsemi-title__en {
		font-size: 30px;
		margin: 60px 0 0 0;
	}
	
	.course-cont__title {
		line-height: 30px;
	}

	h2.bestsemi-title {
		font-size: 16px;
	}

	.future-cont__inner {
		padding: 20px;
	}

	.btn__bestsemi span {
		font-size: 16px;
		padding: 20px 18px;
	}

	.track-record__inner {
		padding: 60px 9px 9px;
	}

	#track-record .bestsemi-title__en {
		font-size: 30px;
		margin: 0;
	}

	.track-record__table-cont.am-flex.wrap {
		display: block;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.track-record__cont-points-item {
		flex-wrap: wrap;
		justify-content: center;
	}

	.track-record__cont-points-text {
		width: 100%;
		margin: 0;
		padding: calc(10px + 55px) 10px 10px;
		border: 1px solid #3d54a9;
		position: relative;
		z-index: 0;
	}
	
	.track-record__eg {
		flex-wrap: wrap;
	}

	#track-record .track-record__eg-pix {
		width: 100%;
	}

	#track-record .track-record__eg-pix > img {
		width: 100px;
		padding: 20px 0 0;
	}

	.track-record__cont-points-title {
		position: relative;
		z-index: 1;
		margin: 0 0 -55px;
	}

	.track-record__cont-points-arrow {
		left: 50%;
	}

	.track-record__table1 {
		width: 100%;
		margin: 0;
	}

	.track-record__table1 tr td:nth-child(2n) {
		font-size: 20px;
	}

	.track-record__table1 tr td:first-child {
		font-size: 16px;
	}

	.track-record__table2 {
		width: 100%;
		margin: 0;
	}

	.track-record__table2 tr td:nth-child(2n) {
		font-size: 20px;
	}

	.track-record__table2 tr td:first-child {
		font-size: 16px;
	}

	#course .bestsemi-title__en {
		font-size: 30px;
		margin: 0;
	}

	.course-cont__content {
		flex-wrap: wrap;
		margin: 0 20px 20px;
	}
	
	.course-cont__content.alt .am-col6:first-child {
		order: 2;
	}
	
	.course-cont__content.alt .am-col6:last-child {
		order: 1;
	}

	#course .am-col6 {
		width: 100%;
	}

	.course-cont__layout {
		margin: 30px 0 0 0;
	}
	
	.track-record__eg-txt.am-col10.track-record__cont-text {
		width: 100%;
		line-height: 28px;
	}
	
	.column-item__text {
		line-height: 28px;
	}

	.track-record__cont-text {
		padding: 0 10px 20px;
	}

	#course .btn__bestsemi {
		margin: 0 auto;
		text-align: center;
		padding: 40px 0;
	}

	#instagram-column .bestsemi-title__en {
		font-size: 30px;
		margin: 0;
	}

	.instagram-column__cont {
		display: block;
	}

	#instagram-column .am-col6 {
		display: block;
		width: 100%;
	}

	#instagram-column .am-col2 {
		width: 100%;
	}

	#instagram-column .am-col2 img {
		height: 100%;
		width: 100%;
		margin: 5px 0;
	}
	
	#instagram-column .am-col4,
	#instagram-column .am-col4:first-child {
/* 		width: calc(100% - 80px); */
		width: calc(100% - 40px);
        margin: 30px auto;
	}
	
	.blog-item__pix, .blog-item__pix > img {
		max-height: 100%;
		height: 100%;
	}
	
	.inquiry-form__contact-col.dropdown select {
		width: calc(100% - 5px);
		padding: 5px;
	}
	
	.contact__cont {
    	width: calc(100% - 40px);
	}

	.column-main {
		display: block;
	}

	.column-item__head {
		margin: 0 0 5px;
	}

	.column-item > img {
		width: 100%;
		height: auto;
	}
	
	.af-topgap {
        height: 20px!important;
    }
	
	.breadcrumbs a::after {
		top: 5px;
	}
	
	.sns__cont > .am-col3 {
		width: 100%;
		margin: 30px 0 0;
	}

	#review .bestsemi-title__en {
		font-size: 30px;
		margin: 0;
	}

	.sect-cont {
		padding: 60px 0;
	}

	#topfaq .bestsemi-title__en {
		font-size: 30px;
		margin: 0;
	}

	#message .bestsemi-title__en {
		font-size: 30px;
		margin: 0;
	}

	.message__cont .am-flex {
		display: block;
	}

	.message__cont .am-col5 {
		width: calc(100% - 20px);
	}

	.message__cont.am-container.style3 {
		width: 100%;
	}

	#message .am-col5 img {
		width: 100%;
		margin: 0 10px 10px;
	}

	#message .am-col7 {
		width: calc(100% - 20px);
		margin: 0 10px;
	}

	#message .btn__bestsemi {
		text-align: center;
	}

	#information .bestsemi-title__en {
		font-size: 30px;
		margin: 0;
	}

	#information .am-col9 {
		width: 100%;
	}
	
	.inquiry-form__contact-col:first-child {
		width: 100%;
	}

	.inquiry-form__contact-col {
		width: calc(100% - 10px);
	}
	
	.review__cont-title img {
		width: 10%;
	}
	
	.inquiry-form__row {
		display: block;
	}

	.inquiry-form__contact-col:last-child {
		width: 100%;
	}

	#your-equipment {
		display: block;
	}
	
	#top-banner .bnr__txt-title {
		font-size: 30px;
		line-height: 40px;
	}
	
	#strength .bestsemi-title__en {
		font-size: 30px;
		margin: 0;
	}
	
	#contact-sect .bestsemi-title__en {
		font-size: 30px;
		margin: 0;
		line-height: 32px;
	}
	
	.track-record__table3 tr td {
		padding: 5px 0;
	}
	
	.inquiry-form__contact-col input[type="radio"] {
		width: fit-content;
		display: inline-block;
		line-height: 1;
		vertical-align: middle;
	}
	
	.wp-block-categories ul {
		width: 100%;
	}

	.wp-block-categories li {
		width: 100%;
		border-bottom: 1px dashed #a4a2a2;
		padding: 0 0 20px 0;
	}

	.am-flex.sect-blog__cont {
		display: block;
		width: 100%;
	}

	.am-flex.sect-blog__item-cont {
		display: block;
		width: 100%;
	}

	.sect-blog__item-img {
		width: 100%;
	}

	.sect-blog__item-cont .am-col-5 {
		width: 100%;
	}

	.sect-blog__post.am-col9 {
		width: 100%;
	}

	.sect-blog__item-cont .am-col7 {
		width: 100%;
	}

	.sect-blog__item-cont .am-col5 .sect-blog__item-img {
		width: 100%;
		margin: 0 0 20px;
	}

	.sect-blog__cont .am-col3 {
		width: 100%;
		margin: 30px 0 0 0;
	}

	.sect-blog__sidebar {
		width: 100%;
		margin: 0;
	}

	.sect-blog__item-cont .am-col5 {
		width: 100%;
	}

	.wp-block-categories li {
		padding: 20px 0;
	}

	.sect-blog__single-cont img {
		width: 100%;
	}
	
	#review .btn__bestsemi span {
        margin: 20px 0 0;
    }


	footer .hdr__logo > a {
		position: relative;
		transform: unset;
		top: unset;
		padding: unset;
		display: inline-block;
		width: auto;
	}

	.footer__layout {
		display: block;
		height: auto;
	}

	footer .hdr__logo {
		height: auto;
		text-align: center;
		margin: 20px 0;
	}

	.footer__navi {
		display: block;
		width: 100%;
		text-align: center;
	}

	.footer__navi-menu {
		display: block;
		text-align: center;
		margin: 0 0 20px;
		max-width: unset;
	}

	.footer__navi-menu li a {
		width: 100%;
		padding: 10px 0;
		border: 1px dotted #CCC;
		border-width: 1px 0 0;
	}

	.footer__navi-menu li:last-child a {
		border-width: 1px 0;
	}

	.footer__navi-menu-btn {
		display: inline-block;
		margin: 0 0 10px;
	}
	
	.inquiry-form__button input {
		padding: 20px 18px;
		font-size: 16px;
		margin: 20px 0 0;
	}
	
	.footer__contact-layout.am-flex.between {
		width: 300px;
	}

	.footer__contact-btn {
		margin: 0 auto 30px;
	}

	.footer__contact-btn.btn__bestsemi {
		margin: 0 auto 30px;
	}
	
	.br-sp {
		display: block;
	}
	
	.news-item.am-flex.wrap {
		justify-content: unset;
		margin: 15px 0;
		line-height: 28px;
	}
	
	.am-col3.information__cont-date {
		margin: 0 0 5px 0;
		height: unset;
	}
	
	.bestsemi-title__en {
		font-size: 30px;
		margin: 0 0 5px!important;
	}
	
	.contact__stage {
		text-align: center;
	}
	
	.inquiry-form__contact-col input {
		width: 100%;
	}
	
	.contact__stage-item:nth-child(2) {
		margin: 0 calc(50% - 140px);
	}
	
	.contact__stage-item {
		width: 88px;
		height: 88px;
	}
	
	.contact__stage-cont::before {
		left: 80px;
	}
	
	.bestsemi-title__en {
		line-height: 32px;
	}
	
	.sns__con-title {
		margin: 0 auto 20px;
	}
	
	.contact__stage-num {
		margin: 20px 0 0;
	}
	
	.column-cont>.am-flex {
		margin: 0 0 50px;
	}
	
	#instagram-column .am-col4, #instagram-column .am-col4:first-child {
        width: calc(100% - 40px);
        margin: 5px auto 20px;
    }
	
	#instagram-column .am-col4:first-child {
		margin: 10px 20px 20px;
	}
	
	.sns__cont > .am-col3:first-child {
        width: 100%;
        margin: 0;
    }
	
	h2.bestsemi-title {
		margin: 0 0 60px;
	}
	
	section#information {
		padding: 10px 0 60px 0;
	}
	
	.inquiry-form__submit-cont.stage2 {
		display: block;
	}
}