@charset "utf-8";
/*------------------------------------------------------------------------------------------------------

Autodesk Learning Patner 2025

------------------------------------------------------------------------------------------------------*/
html {
  font-size: 100%;
	}
body{
	margin-top: 64px;
	}
img {
  width: 100%;
  height: auto;
	}
.pc-only {
  display: none;
	}

/*------------------------------------------------------------------------------------------------------
  全ページ共通ヘッダー
------------------------------------------------------------------------------------------------------*/
header {
  background: #000;
  width: 100%;
	height: 64px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	}
header .wrap {}
header .box-logo {
  width: 110px;
  height: auto;
  position: absolute;
  top: 15px;
  left: 55px;
  padding: 5px 0 5px 15px;
  border-left: #888 solid 1px;
	}

/*ドロワーメニュー ドロップダウンメニュー
--------------------------------------------------------*/
header .drawer_menu a {
  color: inherit;
  text-decoration: none;
	}
header .drawer_menu a:visited {
  color: inherit;
	}
/*+++ Default Button Color +++*/
header .drawer_menu .drawer_button {
  color: #fff;/* ハンバーガーメニュー文字色 */
  display: none;
	}
header .drawer_menu .drawer_button .drawer_bar {
  background-color: #fff;/* ハンバーガーメニュー三本線の色 */
	}
/*spのみ*/
@media screen and (max-width: 766px) {
  header .drawer_menu .drawer_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;
    background-color: rgba(51, 51, 51, 0.5);
    display: none;
    top: 0;
    left: 0;
  	}
  header .drawer_menu .drawer_button {
    display: block;
    background-color: #000;
    color: #fff;
    border: none;
    padding: 5px;
    width: 50px;
    letter-spacing: 0.1em;
    cursor: pointer;
    position: relative; /*fixed*/
    top: 10px;
    left: 0;
    /*right: 10px;*/
    z-index: 1001;
    text-align: center;
    outline: none;
  	}
  header .drawer_menu .drawer_button.active {
    background: #ECEFF1;
  	}
  header .drawer_menu .drawer_button.active .drawer_bar {
    width: 40px;
    background: #333;
  	}
  header .drawer_menu .drawer_button.active .drawer_bar1 {
    transform: rotate(30deg);
  	}
  header .drawer_menu .drawer_button.active .drawer_bar2 {
    opacity: 0;
  	}
  header .drawer_menu .drawer_button.active .drawer_bar3 {
    transform: rotate(-30deg);
  	}
  header .drawer_menu .drawer_button.active .drawer_menu_text {
    display: none;
  	}
  header .drawer_menu .drawer_button.active .drawer_close {
    display: block;
  	}
  header .drawer_menu .drawer_bar {
    display: block;
    height: 2px;
    margin: 8px 2px;
    transition: all 0.2s;
    transform-origin: 0 0;
  	}
  header .drawer_menu .drawer_text {
    text-align: center;
    font-size: 10px;
  	}
  header .drawer_menu .drawer_close {
    letter-spacing: 0.08em;
    display: none;
  	}
  header .drawer_menu .drawer_menu_text {
    display: block;
  	}
  header .drawer_menu .drawer_nav_wrapper {
    width: 320px;
    height: 100%;
    transition: all 0.2s;
    transform: translate(-320px); 
    position: fixed;
    top: 0;
    left: 0;
    /*right: 0;*/
    z-index: 1000;
    background-color: #ECEFF1;
    /* ドロワーメニュー内背景色 */
    overflow-x: hidden;
    overflow-y: auto;
  	}
  header .drawer_menu .drawer_nav {
    display: block;
    position: relative;
    margin-top: 80px; /*40px*/
    background: #ECEFF1;
  	}
  header .drawer_menu .drawer_nav li {
    color: #000;
    font-size: 1rem; /*20px*/
    font-weight: 800;
    background-color: #ECEFF1; /*#fff*/
    height: auto;
    line-height: 1.5;
    /*line-height: 50px;*/
    /*  ドロワーメニューリスト項目高さ */
    position: relative;
    /*border-bottom: 1px solid #eee;*/
    width: 100%;
		border-bottom: solid 1px #CCC;
  	}
  header .drawer_menu .drawer_nav li:hover {
    background: #cfd8dc;
  	} /**/
  header .drawer_menu .drawer_nav li a {
    /*background-color: #ECEFF1;*/ /*#fff*/
    /* ドロワーメニューリスト背景色 */
    color: #000;
    /* ドロワーメニューリスト文字色 */
    display: block;
    text-align: left;
    padding: 15px 20px;
    /*padding-left: 20px;*/
    /* width: 100%;*/
  	}
  header .drawer_menu .drawer_nav li a.dropdown-parent { /*ドロップダウンメニュー矢印*/
    position: relative;
  	}
  .drawer_menu .drawer_nav li a.dropdown-parent::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    display: inline-block;
    vertical-align: middle;
    color: #000;
    line-height: 1;
    width: 0.5em;
    height: 0.5em;
    border: 2px solid currentColor;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-50%) rotate(135deg); /*translateY(-25%) */
  	}
  /* スマートフォン2階層目 */
  header .drawer_menu .drawer_nav li:click ul.list-child {
    display: block;
  	}
  header .drawer_menu .drawer_nav li ul.list-child {
    display: none;
    position: relative;
    padding: 0;
    z-index: 1001;
  	}
  header .drawer_menu .drawer_nav li ul.list-child li {
    width: auto;
		border-bottom: none;
  	}
  header .drawer_menu .drawer_nav li ul.list-child li a {
    /*padding-left: 40px;*/
    padding: 10px 10px 10px 30px;
  	}
  header .drawer_menu .drawer_nav_wrapper.open {
    transform: translate(0);
  	}
  header .drawer_menu.left .drawer_button {
    right: auto;
    left: 32px;
  	}
  header .drawer_menu.left .drawer_nav_wrapper {
    transform: translate(-250px);
    right: auto;
    left: 0;
  	}
  header .drawer_menu.left .drawer_nav_wrapper.open {
    transform: translate(0);
  	}
  header .touch-btn {
    color: #555;
    position: absolute;
    top: 0; /*.25rem*/
    left: 0;
    /*right: 2%;*/
    display: block;
    z-index: 10;
    width: 100%;
    height: 100%; /*50px*/
    min-width: 50px;
    text-align: center;
    vertical-align: middle;
  	}
} 

/*------------------------------------------------------------------------------------------------------
  フッターは高さを自動調整なのでCSSなし 
  参考サイトhttps://rilaks.jp/blog/resizable-iframe/#iframe-2
------------------------------------------------------------------------------------------------------*/


/*------------------------------------------------------------------------------------------------------
  メインタイトルエリア
------------------------------------------------------------------------------------------------------*/
#main-title {
  width: 100%;
  height: 400px;
	position: relative;
	}
#main-title .container {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: relative;
  background-image: linear-gradient(0deg, #000000 40%, transparent 60%);
	z-index: 10;
	}
#main-title .container hgroup {
	color: #FFF;
  position: absolute;
	bottom: 0;
	padding: 0 10px 15px 0;
	}
#main-title .container hgroup p {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 0.5rem;
	}
#main-title .container hgroup h1 {
  font-size: 2rem;
  font-weight: 700;
	line-height: 1.1;
	}
#main-title .box-hero{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	}
#main-title .box-hero img{
	width: 100%;
	height: 250px;
	object-fit: cover;
	object-position: 0 50%;
	}
	

/*------------------------------------------------------------------------------------------------------
  コンテンツエリア共通
------------------------------------------------------------------------------------------------------*/
section > .container {
  padding: 2rem 1rem;
	}
section.bg-black {
  background: #000;
  color: #FFF;
	}
section.bg-gray {
  background: #F6F6F6;
	}
.fs14{
	font-size: 0.875rem;
	}
.fs16{
	font-size: 1rem;
	line-height: 1.6;
	margin-bottom: 1.2rem;
	}
.fs20{
	font-size: 1.25rem;
	line-height: 1.25;
	margin-bottom: 1.2rem
	}
.fs26{
	font-size: 1.5rem;
	line-height: 1.25;
	margin-bottom: 1.5rem;
	}

/*リンクボタン-白
-----------------------------------------*/
a.btn-link-white{
	font-size: 1rem;
	line-height: 1;
	color: #000;
	padding: 0.5rem 1rem;
	border: #000 solid 1px;
	border-radius: 3px;
	display: block;
	margin-top: 1rem;
	}
a.btn-link-white:hover{
	border-color: #F09D4F;
	}
/*リンクボタン-黒
-----------------------------------------*/
a.btn-link-black{
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	padding: 0.5rem 3rem 0.5rem 1rem;
	color: #FFF;
	background: #000;
	border: #000 solid 2px;
	border-radius: 4px;
	display: inline-block;
	margin: 1rem 0 0 0;
	min-width: 200px;
	position: relative;
	}
a.btn-link-black::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  display: inline-block;
  vertical-align: middle;
  color: #FFF;
  line-height: 1;
  width: 0.5em;
  height: 0.5em;
  border: 2px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateY(-50%) rotate(45deg); /*translateY(-25%) */
	}
a.btn-link-black:hover{
	border: #F09D4F solid 2px;
	}

/*テキストリンク
-----------------------------------------*/
a.txt-link{	
	border-bottom: #000 solid 1px;
	}
a.txt-link:hover{
	border-bottom: #F09D4F solid 1px;
	}

/*リスト表示
-----------------------------------------*/
ul.disc{
	list-style: disc;
	margin: 0 0 0 1.5rem;
	}
ul.disc li{
	line-height: 1.4;
	margin-bottom: 0.5rem;
	}

/*※始まり
-----------------------------------------*/
.kome{
	padding-left: 1em;
	text-indent: -1em;
	}

/*地方リンク
-----------------------------------------*/
ul.btn-link-area li{
	font-size: 1rem;
	line-height: 1;
	border: #000 solid 1px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 0.3rem 0.5rem 0;
	}
ul.btn-link-area li a{
	display: block;
	padding: 0.5rem 1rem;
	}
ul.btn-link-area li:hover{
	border-color: #F09D4F;
	}
nav.area{
	padding: 1rem 1rem 0 1rem;
	}


/*Flex
-----------------------------------------*/
.wrap-flex{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 20px 0;
	}

/*2分割 Block
-----------------------------------------*/
.block-2-divide{
	background: #FFF;
	color: #000;
	border: #BBB solid 1px;
	border-radius: 8px;
	}
.block-2-divide .box-pic{
	}
.block-2-divide .box-pic img{
	width: 100%;
	height: 300px;
	border-radius: 8px 8px 0 0;
	object-fit: cover;
	}
.block-2-divide .box-txt{
	padding: 1.5rem;
	}

/*3分割 Block
-----------------------------------------*/
.block-3-divide{
	background: #FFF;
	color: #000;
	border: #BBB solid 1px;
	border-radius: 8px;
	}
.block-3-divide .box-pic{
	}
.block-3-divide .box-pic img{
	width: 100%;
	height: 240px;
	border-radius: 8px 8px 0 0;
	object-fit: cover;
	}
.block-3-divide .box-txt{
	padding: 1.5rem;
	}

/*お問い合わせ
-----------------------------------------*/
#comm-contact{}
#comm-contact .container.top-line{
	border-top: #CCC solid 1px;
	}

	
/*------------------------------------------------------------------------------------------------------
  ALP
------------------------------------------------------------------------------------------------------*/

.block-2-divide .box-pic{
	position: relative;
	}
.block-2-divide .box-pic img{
	width: 100%;
	height: 300px;
	border-radius: 8px 8px 0 0;
	object-fit: cover;
	}
.block-2-divide .box-pic h3{
	background: rgba(0, 0, 0, 0.5);
	border-radius: 0 0 8px 8px;
	position: absolute;
	bottom: 0;
	margin: 0;
	padding: 1rem;
	}


/*------------------------------------------------------------------------------------------------------
  オートデスク認定トレーニングセンター ATC
------------------------------------------------------------------------------------------------------*/

/*全国のトレーニングセンター
-----------------------------------------*/
#atc-center{}
#atc-center h2.area{
	color: #FFF;
	background: #000;
	text-align: center;
	padding: 0.3rem;
	}

#atc-center article{
	width: 100%;
	padding: 1rem;
	border: #AAA solid 1px;
	margin-bottom: 1rem;
	}
#atc-center article h3{
	font-size: 1.2rem;
	line-height: 1.2;
	margin-bottom: 1rem;
	display: inline-block;
	}
#atc-center article h3 a{
	text-decoration-line: underline;
	}
#atc-center article h3 a:hover{
	color: #F09D4F;
	text-decoration-color: #F09D4F;
	}
#atc-center article address{
	font-size: 1rem;
	line-height: 1.3;
	margin-bottom: 1rem;
	}
#atc-center article p{
	font-size: 1rem;
	color: #FFF;
	background: #333;
	padding-left: 0.5rem;
	margin-bottom: 0.6rem;
	}
#atc-center article ul{
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	}
#atc-center article ul li{
	font-size: 1rem;
	background: #E9E9E9;
	padding: 0.2rem 0.5rem;
	}

/*ライセンス運用
-----------------------------------------*/
#atc-license{}
#atc-license .block-2-divide{
	padding: 1rem;
	}
#atc-license .block-2-divide h3{
	font-size: 1.625rem;
	text-align: center;
	margin-bottom: 1rem;
	}
#atc-license .block-2-divide p{
	font-size: 1.8rem;
	text-align: center;
	margin-bottom: 1rem;
	}
#atc-license .block-2-divide p span{
	font-weight: 400;
	font-size: 1rem;
	}
#atc-license p.kome{
	padding: 1rem 0 0 0;
	}


/*------------------------------------------------------------------------------------------------------
  オートデスク認定アカデミック パートナー AAP
------------------------------------------------------------------------------------------------------*/

/*サポートします
-----------------------------------------*/
#aap-program .block-3-divide{
	padding: 1.2rem;
	}
#aap-program .block-3-divide .box-txt{
	padding: 0;
	border-bottom: #BBB solid 1px;
	margin-bottom: 1.2rem;
	height: 5rem;
	display: flex;
	align-items: center;
	position: relative;
	}
#aap-program .block-3-divide .box-txt h3{
	line-height: 1.2;
	margin-bottom: 0;
	z-index: 1;
	}
#aap-program .block-3-divide .box-txt p{
	font-family:"Artf-Legend-700","Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Verdana, sans-serif;
  font-weight: 700;
	font-size: 5rem;
	color: #E3E3E3;
	position: absolute;
	bottom: -1rem;
	right: 0;
	}


/*パートナーお申し込み
-----------------------------------------*/
#aap-partner{}
#aap-partner .block-partner{
	width: 100%;
	border: #BBB solid 1px;
	background: #FFF;
	}
#aap-partner .block-partner h3{
	font-size: 1.25rem;
	color: #FFF;
	background: #000;
	padding: 1rem 0;
	text-align: center;
	}
#aap-partner .block-partner h3 a{
	text-decoration-line: underline;
	}
#aap-partner .block-partner h3 a:hover{
	color: #F09D4F;
	}
#aap-partner .block-partner dl{
	padding: 1rem 0;
	width: 90%;
	margin: 0 auto;
	}
#aap-partner .block-partner dl dt{}
#aap-partner .block-partner dl dt::before{
	content: "●";
	font-size: 1.2rem;
	margin-right: 4px;
	}
#aap-partner .block-partner dl dd{
	padding: 0 0 0.5rem 1rem;
	}
#aap-partner .block-partner dl dd p{
	font-size: 1rem;
	}
#aap-partner .block-partner dl dd ul{
	list-style: disc;
	margin-left: 1.2rem;
	}
#aap-partner .block-partner dl dd ul li{}
#aap-partner .block-partner .box-logo{
	width: 90%;
	padding: 0 3rem;
	margin: 0 auto;
	border-top: #BBB solid 1px;
	}
#aap-partner .block-partner .box-logo img:hover{
	opacity: 0.5;
	}



/*------------------------------------------------------------------------------------------------------
  オートデスク認定資格プログラム certification
------------------------------------------------------------------------------------------------------*/
#certifi-home{}
#certifi-home .block-3-divide h3{
	font-size: 1.8rem;
	}

/*認定資格のメリット
-----------------------------------------*/
#certifi-merit .block-3-divide .box-pic img{
	width: 100%;
	height: 240px;
	border-radius: 0 0 8px 8px;
	object-fit: cover;
	}

/*受験対策と受験へのステップ
-----------------------------------------*/
#certifi-step .block-4-divide{
	width: 100%;
	background: #FFF;
	color: #000;
	border: #BBB solid 1px;
	border-radius: 8px;
	padding: 1.2rem;
	position: relative;
	}
#certifi-step .block-4-divide .box-txt{
	padding: 0.5rem 0 0.5rem 3rem;;
	}
#certifi-step .block-4-divide .box-txt p.number{
	font-family:"Artf-Legend-700","Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W5", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Verdana, sans-serif;
  font-weight: 700;
	font-size: 2.6rem;
	color: #FFF;
	background: #000;
	width: 3.5rem;
	height: 4rem;
	text-align: center;
	border-radius: 8px 0 0 0;
	position: absolute;
	top: 0px;
	left: 0px;
	}

/*FAQ
-----------------------------------------*/
#certifi-faq .accordion{}
#certifi-faq .toggle {
	display: none;
	}
#certifi-faq .Label {		/*タイトル*/
	font-size: 1rem;
	font-weight: 700;
	padding: 1em 0 1em 4em;
	display: block;
	color: #000;
	background:#FFFFFF;
	border-top: #000 solid 1px;
	position: relative;
	}
#certifi-faq .Label::before{		/*タイトル横の矢印*/
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  /*縦線*/
  width: 13px;
  height: 2px;
  background: #000;
  transition: all .2s ease-in-out;
	}
#certifi-faq .Label::after{
  content: "";
  position: absolute;
  top: 50%;
  left: 20px;
  width: 13px;
  height: 2px;
  /*横線に*/
  transform: rotate(90deg);
  background: #000;
  transition: all .3s ease-in-out;
	}
#certifi-faq .Label,
#certifi-faq .content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
	}
#certifi-faq .content {		/*本文*/
	height: 0;
	padding:0 0 0 6.1em;
	overflow: hidden;
	}
#certifi-faq .content:nth-last-child(1){
	border-bottom: #000 solid 1px;
	}
#certifi-faq .toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	transition: all .3s;
	}
#certifi-faq .toggle:checked + .Label::before {
	transform: rotate(180deg);
	}
#certifi-faq .toggle:checked + .Label::after {
	opacity: 0;
	}

/*試験会場のご案内
-----------------------------------------*/
#certifi-venue{}
#certifi-venue table.venue-list{
	border-bottom: #BBB solid 1px;
	}
#certifi-venue table.venue-list tr:nth-child(odd){
	background: #F3F3F3;
	}
#certifi-venue table.venue-list th{
	font-size: 0.8rem;
	font-weight: 400;
	text-align: center;
	color: #FFF;
	background: #000;
	padding: 0.3rem 0;
	}
#certifi-venue table.venue-list td{
	padding: 0.5rem 0;
	vertical-align: middle;
	text-align: center;
	}
#certifi-venue table.venue-list td a{
	text-decoration-line: underline;
	}
#certifi-venue table.venue-list td a:hover{
	color: #F09D4F;
}
#certifi-venue table.venue-list td:nth-child(1){
	width: auto;
	text-align: left;
	}
#certifi-venue table.venue-list td:nth-child(2){
	width: 100px;
	}
#certifi-venue table.venue-list td:nth-child(3){
	width: 180px;
	}
#certifi-venue table.venue-list td:nth-child(4){
	width: 110px;
	}
#certifi-venue table.venue-list td:nth-child(5){
	width: 104px;
	}
#certifi-venue table.venue-list td:nth-child(6){
	width: 104px;
	}
#certifi-venue table.venue-list td:nth-child(7){
	width: 100px;
	}
#certifi-venue table.venue-list p{
	font-size: 0.82rem;
	line-height: 1.1;
	color: #FFF;
	width: 90px;
	border-radius: 3px;
	padding: 0.1rem 0;
	}
#certifi-venue table.venue-list p.icon-cad{
	background: #CF1C1C;
	}
#certifi-venue table.venue-list p.icon-rev{
	background: #042592;
	}
#certifi-venue table.venue-list p.icon-fus{
	background: #DC740B;
	}


/*AutoCAD Revit Fusion ユーザー
-----------------------------------------*/
#certifi-user{}
#certifi-user dl.exam-details{
	font-size: 1rem;
	background: #FFF;
	padding: 1rem 2rem;
	margin-bottom: 1rem;
	}
#certifi-user dl.exam-details div{
	display: flex;
	padding: 0.3rem 0;
	}
#certifi-user dl.exam-details dt{
	width: 5.2em;
	}
#certifi-user dl.exam-details dd{}

#certifi-user table.exam-scope{
	font-size: 1rem;
	width: 100%;
	}
#certifi-user table.exam-scope th.cel-1{
	font-size: 0.9rem;
	background: #000;
	color: #FFF;
	padding: 0.2rem;
	text-align: center;
	}
#certifi-user table.exam-scope th{
	padding: 0 1rem;
	background: #F3F3F3;
	border-bottom: #BBB solid 1px;
	vertical-align: middle;
	}
#certifi-user table.exam-scope td{
	padding: 0.6rem 1rem;
	border-bottom: #BBB solid 1px;
	}

