@charset "utf-8";
/*
Theme Name: nihongo.net
*/
@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,300..900;1,300..900&family=Noto+Sans+JP:wght@100..900&display=swap');


/*reset*/
/*******************************************************************/
html{box-sizing:border-box;overflow-y:scroll;-webkit-text-size-adjust:100%}*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}:after,:before{text-decoration:inherit;vertical-align:inherit}*{padding:0;margin:0}audio:not([controls]){display:none;height:0}hr{overflow:visible}article,aside,details,figcaption,figure,footer,header,main,menu,nav,section,summary{display:block}summary{display:list-item}small{font-size:80%}[hidden],template{display:none}abbr[title]{border-bottom:1px dotted;text-decoration:none}a{background-color:transparent;-webkit-text-decoration-skip:objects}a:active,a:hover{outline-width:0}code,kbd,pre,samp{font-family:monospace,monospace}b,strong{font-weight:bolder}dfn{font-style:italic}mark{background-color:#ff0;color:#000}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}input{border-radius:0}[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}[disabled]{cursor:default}[type=number]{width:auto}[type=search]{-webkit-appearance:textfield;appearance:textfield}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}textarea{overflow:auto;resize:vertical}button,input,optgroup,select,textarea{font:inherit}optgroup{font-weight:700}button{overflow:visible}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:0;padding:0}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button;appearance:button}button,select{text-transform:none}button,input,select,textarea{background-color:transparent;border-style:none;color:inherit}select{-moz-appearance:none;-webkit-appearance:none;appearance:none}select::-ms-expand{display:none}select::-ms-value{color:currentColor}legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}[type=search]{-webkit-appearance:textfield;appearance:textfield;outline-offset:-2px}img{width:auto;max-width:100%;height:auto;border-style:none;vertical-align:middle}i{vertical-align:middle}progress{vertical-align:baseline}svg:not(:root){overflow:hidden}audio,canvas,progress,video{display:inline-block}@media screen{[hidden~=screen]{display:inherit}[hidden~=screen]:not(:active):not(:focus):not(:target){position:absolute!important;clip:rect(0 0 0 0)!important}}[aria-busy=true]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled]{cursor:default}::-moz-selection{background-color:#b3d4fc;color:#000;text-shadow:none}::selection{background-color:#b3d4fc;color:#000;text-shadow:none}ul,ol{list-style:none}i,em{font-style:normal}
html.has-scroll-smooth { overflow: hidden; position: fixed; left: 0; right: 0; top: 0; bottom: 0;}
a { color: #2D344D; text-decoration: none;}
@media only screen and (min-width: 769px){ a { transition: all .2s ease-out;} a:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60); opacity: 0.6;}}
*:focus { outline: none;}


/*LAYOUT*/
/*******************************************************************/
html { font-size: 62.5%;}
body { -webkit-text-size-adjust: 100%; touch-action: manipulation; font-family: "Figtree", 'Noto Sans JP', sans-serif; font-size: clamp(1.4rem,1.5vw,1.5rem); -webkit-font-smoothing: antialiased; word-break: normal; color: #2D344D;}
#loading { position: fixed; top: 0; left: 0; width: 100vw; height: 100svh; background: url(../img/common/loading.svg) center no-repeat; z-index: 10;}
#container { position: relative; width: 100%; overflow: clip;}
body.is-show { background: none;}
body.is-show #loading { display: none;}
body.is-show #container { opacity: 1; transition: opacity 1100ms;}
figure { margin: 0;}


/*HEADER*/
/*******************************************************************/
#header { display: flex; justify-content: space-between; align-items: center; gap: 24px; min-height: 78px; margin: 0 24px; padding: 8px 0; border-bottom: 1px solid #E8E8E8; z-index: 1000;}
.menu { font-size: 1.6rem; font-weight: 700;}
@media screen and (min-width: 1001px) {
	#nav { flex: 1; display: flex; justify-content: flex-end; align-items: center; gap: 4px 24px;}
	.menu { display: flex; align-items: center; gap: 4px 24px; white-space: nowrap;}
	#open { display: none;}
}
@media only screen and (max-width: 1000px){
	#header { margin: 0 11px;}
	#nav { pointer-events: none; opacity: 0; position: fixed; top: 0; right: 0; transform: translateX(100%); display: flex; flex-direction: column; gap: 32px; width: 100%; height: 100svh; padding: 96px 30px; background: #3A456E; overflow-y: auto; overscroll-behavior: contain; z-index: 1000; transition: .2s ease-out;}
	#nav .menu a { display: block; padding: 24px 0; border-bottom: 1px solid #707070; font-size: 1.8rem; color: #FFF;}
	#nav .btn { text-align: center;}
	#nav .btn a { border-color: #FFF;}
	#open { position: fixed; top: 11px; right: 11px; width: 56px; height: 56px; background: #3A456E; z-index: 5000; cursor: pointer; pointer-events: auto;}
	#open span { position: absolute; display: block; height: 2px; background: #B2B2B2; border-radius: 2px; transition: .2s linear;}
	#open span:nth-child(1) { top: calc(50% - 5px); left: calc(50% - 15px); width: 30px;}
	#open span:nth-child(2) { top: calc(50% + 5px); left: 50%; width: 15px;}
	.open #open span:nth-child(1) { top: 50%; left: 50%; transform: translateX(-50%) rotate(135deg);}
	.open #open span:nth-child(2) { top: 50%; transform: translateX(-50%) rotate(-135deg); width: 30px;}
	.open #nav { pointer-events: auto; transform: translateY(0); opacity: 1;}
}


/*FOOTER*/
/*******************************************************************/
#cta { position: relative; display: grid; grid-template-columns: auto auto; align-items: center; gap: 0 24px; width: 92%; max-width: 1000px; margin: -20px auto 0; color: #FFF;}
#cta::before { content: ''; position: absolute; top: 20px; left: calc(50% - 50vw); width: 100vw; height: calc(100% - 20px); background: #2E3757 url(../img/common/cta.svg) right calc(50% + 200px) bottom 7px no-repeat; z-index: -1;}
#cta figure { grid-column: 2 / 3; grid-row: 1 / 3; text-align: right;}
#cta .cta-title { align-self: flex-end; font-size: clamp(2.4rem,4.8vw,4.8rem); font-weight: 800;}
#sitemap { display: grid; grid-template-columns: auto auto; justify-content: space-between; gap: 8px 24px; width: 92%; max-width: 1000px; margin: 40px auto 0;}
#sitemap .logo { grid-row: 1 / 3;}
#sitemap .operation { text-align: right; font-size: 1.1rem; color: #999;}
#sitemap .operation a { text-decoration: underline; color: #999;}
#sitemap .sns { grid-column: 1 / 3; display: flex; justify-content: center; gap: 16px; margin: 16px 0;}
#copyright { margin-bottom: 40px; text-align: center;}
@media only screen and (max-width: 1000px){
	#cta { grid-template-columns: auto 40%; padding: 20px 0; gap: 20px;}
	#cta figure { grid-row: 1 / 2; margin-top: -20px;}
	#cta .btn { grid-column: 1/ 3; width: 100%;}
	#cta .btn a { width: 100%;}
	#sitemap { display: flex; flex-direction: column; align-items: center; text-align: center;}
	#sitemap .menu { display: flex; justify-content: center; flex-wrap: wrap; gap: 16px; margin: 20px 0 8px;}
}


/*CONTENTS*/
/*******************************************************************/
article { position: relative; padding: 80px 0;}
section { opacity: 0; position: relative; width: 92%; max-width: 1000px; margin: 0 auto;}
section + section { margin-top: 80px;}
.tight { max-width: 680px;}
.narrow { max-width: 880px;}
.wide { max-width: 1200px;}
h2 { text-align: center; font-size: clamp(2.8rem,4vw,4.2rem);}
h2::after, .title::after { content: ''; display: block; width: 25px; height: 6px; margin: 16px auto 0; background: #E86767; border-radius: 20px;}
h3 { font-size: clamp(2rem,2.4vw,2.4rem);}
h4 { font-size: clamp(1.5rem,1.7vw,1.7rem);}
h5 { font-size: clamp(1.4rem,1.6vw,1.6rem);}
.title { margin-bottom: 1em; text-align: center;}
.subtitle { padding: 8px; text-align: center; background: #3A456E; border-radius: 10px; font-size: clamp(2.4rem,3.2vw,3.2rem); color: #FFF;}
article * + h2, article * + h3, article * + h4, article * + h5, article * + ul, article * + ol, * + .wp-block-list, * + .wp-block-table , * + .wp-block-buttons, * + .wp-block-image, * + .wp-block-gallery, * + form { margin-top: 2em;}
article h2 + * { margin-top: 2em !important;}
article h3 + *, article h4 + *, article h5 + * { margin-top: 1em !important;}
article * + p { margin-top: 1em;}
figure { position: relative;}
figure > img { width: 100%;}
p, dl, ul, ol { line-height: 1.6;}
.bg { background: #F5F5F8;}
.wp-block-buttons { display: flex; flex-wrap: wrap; gap: 10px;}
.wp-block-buttons.center { justify-content: center;}
.wp-block-button a { position: relative; display: flex; justify-content: center; align-items: center; min-height: 48px; padding: 0.5em 3em; background: #3A456E; border-radius: 40px; font-size: 1.6rem; font-weight: 700; color: #FFF;}
.wp-block-button a.alt { background: #E86767;}
.wp-block-button a.invertion { background: #FFF; color: #3A456E;}
ul.wp-block-list { display: grid; gap: 0.5em; margin-left: 1.5em; list-style: disc;}
ol.wp-block-list { display: grid; gap: 0.5em; margin-left: 1.5em; list-style: decimal;}
.wp-block-table th { padding: 16px; text-align: center; vertical-align: top; border: none; border-bottom: 1px solid #CCCCCC; font-weight: 400;}
.wp-block-table td { padding: 16px; text-align: left; vertical-align: top; border: none; border-bottom: 1px solid #CCCCCC;}
.center { text-align: center!important;}
.right { text-align: right!important;}
.left { text-align: left;}
.btn a { position: relative; display: inline-block; padding: 8px 32px; text-align: center; background: #3A456E; border: 1px solid #3A456E; border-radius: 40px; font-weight: 500; text-decoration: none!important; color: #FFF!important; overflow: hidden;}
.btn a::before { content: ''; position: absolute; top: 50%; left: 0; transform: translateY(-50%); width: 8px; height: 8px; background-color: rgba(255,255,255,0); border-radius: 50%; z-index: 0; transition: .4s ease-out;}
.btn a.invertion { background: #FFF; color: #2D344D!important;}
.marker { display: inline; padding: 0 1px 0px; background: linear-gradient(transparent 60%, rgba(252,225,79,.53) 0%);}
a.underline { text-decoration: underline!important; color: #1A30AC;}
.mt1 { margin-top: 1em;}
.mt2 { margin-top: 2em;}
.mt3 { margin-top: 3em;}
.fs18 { font-size: clamp(1.6rem,1.8vw,1.8rem);}
.fs24 { font-size: clamp(2rem,2.4vw,2.4rem);}
.fs32 { font-size: clamp(2.4rem,3.2vw,3.2rem);}
.fs38 { font-size: clamp(2.8rem,3.8vw,3.8rem);}
.bold { font-weight: 700;}
.white { color: #FFF;}
.pink { color: #E96F6F;}
.blue { color: #236BB4;}
.sp { display: none;}
.fadeInUp { animation-name: fadeInUp;}
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 30px, 0);} to { opacity: 1; transform: translate3d(0, 0, 0);} }
.animated { opacity: 0; animation-duration: 1s; animation-fill-mode: both;}


/*TOP*/
#mv { background: url(../img/top/mv.jpg) center no-repeat; background-size: cover;}
#mv section { display: grid; grid-template-columns: auto 1fr; align-items: center;}
#mv h1 { font-size: clamp(2.4rem,4vw,5.8rem); font-weight: 800;}
#mv p { font-size: clamp(1.6rem,1.8vw,1.8rem); font-weight: 500;}
#what { background: url(../img/top/what.jpg) center no-repeat; background-size: cover;}
#what .contents { max-width: 460px; margin-left: auto; color: #FFF;}
.imglist { display: grid; grid-template-columns: repeat(4,1fr); gap: 32px;}
.imglist li figure { max-width: 220px; margin: 0 auto 1em;}
.imglist li h3 { margin-top: 0;}
.tab { margin-bottom: 2em;}
.tab ul { display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;}
.tab li { display: flex; align-items: center; gap: 8px; height: 40px; padding: 0 16px; background: #FFF; border: 1px solid #DDDDDD; border-radius: 40px; font-weight: 500; cursor: pointer; transition: 0.25s ease-out;}
.tab li.on { background: #3A456E; color: #FFF;}
.tabcontents > *:not(:first-child) { display: none;}
.slide .swiper { overflow: visible;}
.list .swiper-slide { height: auto;}
.list a{ display: block; height: 100%; background: #FFF; border-radius: 10px; overflow: hidden;}
.list figure { position: relative; padding-top: calc(200 / 310 * 100%); background: #EBEBEB;}
.list figure img { position: absolute; top: 0; left: 0; width: 100%; height: 100%; object-fit: cover;}
.list .contents { display: flex; flex-direction: column; padding: 16px;}
.list time { color: #E86767;}
.list .cat { margin-top: 1em; font-size: 1.2rem; font-weight: 500; color: #999;}
.list > ul { display: grid; grid-template-columns: repeat(4,1fr); gap: 15px;}
.list > ul > li { border: 1px solid #DDDDDD; border-radius: 10px; overflow: hidden;}
.list h3 { font-size: 1.6rem; font-weight: 400; color: #E86767;}
#voices::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 70%; background: url(../img/top/voices.jpg) center top no-repeat; background-size: cover;}
.voices { padding: 56px 20px; background: #FFF; border-radius: 20px;}
.voices figure::after { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: url(../img/common/play.svg) center no-repeat; background-size: 16% auto;}



/*PAGE*/
#title { position: relative; display: flex; align-items: center; width: 92%; max-width: 1000px; min-height: 180px; margin: 0 auto;}
#title::before { content: ''; position: absolute; top: 0; left: calc(50% - 50vw); width: 100vw; height: 100%; background: url(../img/common/title.jpg) center no-repeat; background-size: cover; z-index: -1;}
#title h1 { font-size: clamp(3.2rem,4vw,5.8rem); font-weight: 800;}
#anchor { width: 92%; max-width: 1000px; margin: 80px auto 0;}
#anchor ol { display: grid; grid-template-columns: 1fr 1fr; gap: 20px;}
#anchor a { display: flex; flex-direction: column; gap: 20px; height: 100%; padding: 20px 20px 72px; text-align: center; background: url(../img/common/down.svg) center bottom 24px no-repeat; border: 1px solid #CCCCCC; border-radius: 10px;}

.courses { display: grid; grid-template-columns: repeat(auto-fill,minmax(230px,1fr)); gap: 24px;}
.courses li { counter-increment: num; position: relative; padding: 24px 16px 72px; background: #FFF; border: 1px solid #DDDDDD; overflow: hidden;}
.courses li::after { content: counter(num,decimal-leading-zero); position: absolute; bottom: -0.2em; left: 50%; transform: translateX(-50%); font-size: 9rem; font-weight: 700; line-height: 1; color: #E96F6F; opacity: 0.3;}
.lesson-styles-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 32px; margin-top: 2em;}
.lesson-card { text-align: center;}
.lesson-card figure { max-width: 220px; margin: 1em auto;}
.lesson-card h3 { margin-top: 0; margin-bottom: 1em;}
.lesson-card img { width: 100%;}
.pricetable { display: flex; gap: 25px; margin-top: 2em !important; text-align: center;}
.pricetable .contents { flex: 1;}
.pricetable .spacer { width: 1px; background-image: repeating-linear-gradient(180deg, #cccccc, #cccccc 3px, transparent 3px, transparent 6px); background-position: left top; background-repeat: repeat-y; background-size: 1px 100%;}
.pricetable .points { padding: 4px; background: #F1F3FC; border-radius: 10px; font-size: 2rem; font-weight: 700;}
.pricetable .points em { font-size: 3.6rem;}
.pricetable h3 { margin-top: 0.5em;}
.pricetable .price { margin-bottom: 1em;}

.numlist { display: grid; gap: 20px;}
.numlist > li { display: grid; grid-template-columns: auto 1fr; padding: 16px 32px; background: #FFF; border: 1px solid #DDDDDD; border-radius: 10px;}
.numlist li i { display: flex; align-items: center; margin-right: 32px; padding-right: 32px; background-image: repeating-linear-gradient(180deg, #cccccc, #cccccc 3px, transparent 3px, transparent 6px); background-position: right top; background-repeat: repeat-y; background-size: 1px 100%; font-size: 4.2rem; font-weight: 700; line-height: 1; color: #E96F6F;}
.numlist li p { align-self: center; margin-top: 0;}
.scroll { width: 100%; overflow-x: auto;}
.merittable { width: 100%; border-collapse: collapse; margin-top: 10px; text-align: center; white-space: nowrap;}
.merittable th { padding: 8px 8px; vertical-align: middle; background: #FAFAFA; border: 1px solid #CCCCCC; font-size: 1.8rem;}
.merittable td { padding: 8px; vertical-align: middle; border: 1px solid #CCCCCC;}
.merittable tr th:nth-child(2), .merittable tr td:first-of-type { border-left: 3px solid #E96F6F; border-right: 3px solid #E96F6F; font-size: 1.8rem; font-weight: 700;}
.merittable tr th:nth-child(2) { position: relative; background: #E96F6F; font-size: 2.4rem; color: #FFF;}
.merittable tr th:nth-child(2)::before { content: ''; position: absolute; bottom: 100%; left: -3px; width: calc(100% + 6px); height: 10px; border-radius: 10px 10px 0 0; background: #E96F6F;}
.merittable tr:last-of-type td:first-of-type { border-bottom: 3px solid #E96F6F;}
.coursetable { width: 100%; border-collapse: collapse;}
.coursetable th { padding: 16px; text-align: right; vertical-align: top; background: #FAFAFA; border-bottom: 1px solid #FFF; white-space: nowrap;}
.coursetable td { padding: 16px; border-bottom: 1px solid #DDDDDD;}
.flow { display: grid; gap: 45px;}
.flow li { counter-increment: num; position: relative; display: grid; grid-template-columns: 18% 1fr; align-items: flex-end; gap: 16px;}
.flow li:not(:last-child) figure::after { content: ''; position: absolute; bottom: -32px; left: 50%; transform: translateX(-50%); display: block; width: 34px; height: 20px; background: url(../img/common/down.svg) center no-repeat;}
.flow li::after { content: counter(num,decimal-leading-zero); position: absolute; top: 0; left: 16%; font-size: 6.5rem; font-weight: 700; line-height: 1; color: #E96F6F; z-index: -1;}
.flow li p { margin-top: 0 !important;}
.check { display: flex; flex-direction: column; align-items: center;}
.check li { padding-left: 24px; background: url(../img/j-bridge/check.svg) left center no-repeat; font-size: 1.8rem; font-weight: 700;}
.boxlist { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px;}
.boxlist li { padding: 16px; background: #FFF; border: 1px solid #E96F6F; border-radius: 10px;}

.magazine { display: grid; grid-template-columns: 32% 1fr; gap: 24px 48px; align-items: center; padding: 48px; border: 3px solid #2D344D;}
.magazine::before { content: ''; position: absolute; top: 4px; left: 4px; width: calc(100% + 4px); height: calc(100% + 4px); border: 1px solid #2D344D;}
.magazine .new { position: absolute; top: -11px; left: -3px; display: flex; align-items: center; min-height: 42px; padding: 0 16px 0 24px; background: #3A456E; font-size: 1.6rem; font-weight: 700; color: #FFF;}
.magazine .new::after { content: ''; position: absolute; top: 0; left: 100%; width: 0; height: 0; border-style: solid; border-color: #3a456e transparent transparent transparent; border-width: 42px 15px 0px 0px;}
.structure { display: grid; grid-template-columns: 40% 1fr; gap: 24px 20px;}
.scrollimg { overflow: visible;}
.scrollimg .swiper-wrapper { transition-timing-function: linear !important;}
.scrollimg .swiper-slide { width: auto;}



/* ?????????Top???????? */
@media only screen and (min-width: 1001px){
#mv {
  padding-top: 100px;
  padding-bottom: 100px;
}
#mv section {
  max-width: 1200px;
  grid-template-columns: 1fr 1.5fr;
  gap: 60px;
}
#mv figure {
  max-width: 100%;
}
#mv figure img {
  width: 100%;
  max-width: 700px;
}
#what {
  padding-top: 100px;
  padding-bottom: 100px;
}
}


@media only screen and (max-width: 1000px){
article { padding: 56px 0;}
section + section { margin-top: 56px;}
.wp-block-buttons { justify-content: center;}
.sp { display: block;}
.pc { display: none;}


/*TOP*/
#mv section { grid-template-columns: 100%;}
#mv figure { order: -1;}
.imglist { grid-template-columns: repeat(auto-fill,minmax(280px,1fr)); text-align: center;}
.imglist li figure { max-width: 180px;}
.lesson-styles-grid { grid-template-columns: 1fr;}
.list > ul { grid-template-columns: 100%;}


/*PAGE*/
#anchor ol { grid-template-columns: 100%;}

.pricetable { flex-direction: column;}
.pricetable .spacer { width: 100%; height: 1px; background-image: repeating-linear-gradient(90deg, #cccccc, #cccccc 3px, transparent 3px, transparent 6px); background-position: left top; background-repeat: repeat-x; background-size: 100% 1px;}

.numlist > li { padding: 16px;}
.numlist li i { align-items: flex-start; margin-right: 16px; padding-right: 16px; font-size: 3.2rem;}
.numlist li p { align-self: center; margin-top: 0;}
.merittable th { font-size: 1.6rem;}
.merittable tr td:first-of-type { font-size: 1.6rem;}
.flow li { grid-template-columns: 30% 1fr; align-items: flex-start; padding-bottom: 16px;}
.flow li::after { top: -0.8em; left: 0; font-size: 4rem;}
.boxlist { grid-template-columns: 100%; gap: 16px;}

.magazine { grid-template-columns: 100%; padding: 48px 24px;}
.magazine figure { max-width: 240px; margin: 0 auto;}
.structure { grid-template-columns: 100%;}
}






/* Philosophy box styling for J-Bridge page */
.philosophy-box {
  margin: 40px 0;
  padding: 30px;
  background: #f9f9f9;
  border-radius: 10px;
}

.philosophy-box h2 {
  margin-bottom: 1.5em;
}

.philosophy-box p {
  line-height: 2.0;
  margin-bottom: 1.5em;
}

/* J-CLUE section styling */
.jclue-box {
  margin: 50px 0;
}

.jclue-frame {
  background-color: #f9f9f9;
  border: 1px solid #e0e0e0;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.07);
}

.jclue-frame h3 {
  margin-bottom: 0.8em;
  color: #333;
  font-size: 2.0rem;
  text-align: center;
  line-height: 1.5;
}

.jclue-frame h4 {
  margin-bottom: 1em;
  margin-top: 2em;
  font-size: 1.7rem;
  font-weight: 600;
  color: #2D344D;
  border-left: 4px solid #E86767;
  padding-left: 12px;
}

.jclue-frame > p {
  line-height: 1.9;
  margin-bottom: 1.5em;
}

.jclue-features {
  display: grid;
  gap: 30px;
  margin: 30px 0;
  background-color: #f8f9fa;
  padding: 30px 25px;
  border-radius: 8px;
  margin-bottom: 50px;
}

.feature-item {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border: 1px solid #e8e8e8;
}

.feature-item h4 {
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 1.6rem;
}

.jclue-features .feature-item:first-child h4 {
  margin-top: 0;
}

.jclue-features .feature-item:last-child {
  margin-bottom: 0;
}

.feature-item ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}

.feature-item ul li {
  position: relative;
  margin-bottom: 1em;
  line-height: 1.8;
  list-style: none !important;
}

.feature-item ul li:last-child {
  margin-bottom: 0;
}

.jclue-assessments {
  display: grid;
  gap: 25px;
  margin: 30px 0;
  margin-top: 60px;
  padding-top: 40px;
  border-top: 2px solid #ddd;
}

.assessment-item {
  background: #fff;
  padding: 20px;
  border-radius: 8px;
  border-left: 4px solid #3A456E;
  margin-bottom: 35px;
}

/* ??????h5?????????????????? */
.assessment-item h5 {
  margin-top: 0;           /* ????????padding???? */
  margin-bottom: 0.6em;    /* ??????????????????? */
  padding-top: 0;          /* ???????? */
  font-size: 1.6rem;
  font-weight: 700;
  color: #3A456E;
  line-height: 1.4;
}

.assessment-item p {
  line-height: 1.9;
  margin: 0;
}

.assessment-item .details {
  display: block;
  margin-top: 0.5em;
  font-size: 0.9em;
  color: #666;
  line-height: 1.6;
}

.jclue-campaign {
  background: #fff3cd;
  border: 2px solid #FFD700;
  border-radius: 8px;
  padding: 25px;
  margin: 30px 0;
  margin-top: 50px;
  border-left: 4px solid #ffc107;
  text-align: center;
}

.jclue-campaign p {
  margin: 0;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .jclue-frame {
    padding: 20px;
  }
  
  .feature-item,
  .assessment-item {
    padding: 15px;
  }
}}
/* J-Bridge Page Adjustments */

/* ????????????????? */
.jclue-campaign {
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
    border: 1px solid #e1e8ed;
    border-radius: 8px;
    padding: 1.5em 2em;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
}

.jclue-campaign p {
    color: #2c3e50;
}

.jclue-campaign strong {
    color: #1a73e8;
}

/* Global Talent?????????????? */
#forGlobalTalent > section {
    margin-top: 4em;
}

#forGlobalTalent > section:first-of-type {
    margin-top: 0;
}

.title.fs32 {
    margin-top: 1.5em;
    padding-top: 1.5em;
}
.intro {
  text-align: center;
  max-width: 880px;
  margin: 0 auto 60px;
  font-size: 1.15em;
  line-height: 1.9;
  color: #333;
}

.intro strong {
  color: #007acc;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
    .center[style*="padding: 4em 2em"] {
        padding: 2em 1em !important;
    }
    
    .center[style*="padding: 4em 2em"] h2,
    .center[style*="padding: 4em 2em"] h3,
    .center[style*="padding: 4em 2em"] p {
        text-align: center !important;
    }
}
/* ========================================
   Magazine Page - High Quality Images & Mobile Optimization
   ======================================== */

/* High-quality image rendering optimization */
.center img,
.four-level-section img {
    image-rendering: auto;
    image-rendering: -webkit-optimize-contrast;
    -ms-interpolation-mode: bicubic;
}

/* Prevent image upscaling blur on Retina displays */
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .center img,
    .four-level-section img {
        image-rendering: -webkit-optimize-contrast;
    }
}

/* Mobile optimization for magazine page sections */
@media screen and (max-width: 768px) {
    .center[style*="padding: 4em 2em"] {
        padding: 2em 1em !important;
    }
    
    .center[style*="padding: 4em 2em"] > div[style*="grid-template-columns"] {
        grid-template-columns: 1fr !important;
        gap: 2em !important;
    }
    
    .center[style*="padding: 4em 2em"] h2,
    .center[style*="padding: 4em 2em"] h3,
    .center[style*="padding: 4em 2em"] p {
        text-align: center !important;
    }

    .center[style*="padding: 4em 2em"] div[style*="text-align: center"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    /* Ensure images render smoothly on mobile */
    .center img {
        max-width: 100%;
        height: auto;
        width: auto;
    }
}

/* Four-Level Structure Section - Balanced spacing */
.four-level-section h2 {
    text-align: center;
    margin-bottom: 1.5em;
}

.four-level-section .intro {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 3.5em auto;
    padding: 0 2em;
}

.four-level-section .intro p {
    font-size: 1.1em;
    line-height: 1.8;
}

.four-level-section .structure {
    margin-top: 0;
}