@charset "shift_jis";

/* -----------------------------------------------------------
 共通タグ
----------------------------------------------------------- */
*{ margin:0; padding:0;}
a{outline: none;}
a:focus{outline:none;}
a {text-decoration: none;}
/*html{ background-color:#4E4A41;}*/
img{
	vertical-align:bottom;
	border: none;
	}
#lp_wrapper {
	width:100%;
	font-size:12px;
-webkit-text-size-adjust: 100%;
  /* font-family: "Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif; */
	font-family: "Noto Sans JP","Hiragino Sans","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	color: #3c3f5a;
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	font-feature-settings: "palt";
	    box-sizing: border-box;
}
#lp_wrapper *, #lp_wrapper *::before, #lp_wrapper *::after {
	box-sizing: border-box;
}
/* ▼ これアクティブにすると商品一覧のスクロール時間かかりすぎ注意*/
/*html { scroll-behavior: smooth;}*/

#page {
	overflow: hidden;
}
#pro_wrapper {
	width: 100%;
}

.mv_page div:after, .mv_page ul:after, .mv_page ol:after, .mv_page dl:after, .mv_page .clearfix:after {
  display: none;
}
#lp_wrapper div:after, #lp_wrapper ul:after, #lp_wrapper ol:after, #lp_wrapper dl:after, #lp_wrapper .clearfix:after {
  display: none;
}

.one_phrase { display: inline-block;}
.right_text { text-align: right;}
.left_text { text-align: left;}
.center_text { text-align: center;}
.indent_text {
	text-indent: -1em;
	padding-left: 1em;
}

.pc_only { display: inline-block;}
.sp_only { display: none;}
.btn_br { display: none;}

/*商品一覧用　ここから///////////////////////////////////////////// */

p, dl, dt, dd, ul li{
	margin: 0px;
	padding: 0px; 
}
h4, h5{
	margin: 0px 0px 0px 0px;
	padding: 0px; 
}
li{ list-style-type: none;}

.top_btn{ float:right;}

.w1000px{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
  text-align: center;
}
.center {
	text-align: center;
	width: 100%;
}

/* PRの注釈分 */
.pr_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15px 10px 10px;
}
.pr_inner .pr_box {
  font-size: 14px;
  font-weight: bold;
  color: #6a6869;
  border: solid 1px #6a6869;
  line-height: 1;
  padding: 3px 10px 3px;
  letter-spacing: 0.06em;
}
.pr_inner p {
  font-size: 14px;
  color: #6a6869;
  padding: 0 0 0 20px;
	line-height: 1.3;
	text-align: left;
}



.mv_body {
  margin: 10px 0 40PX;
}
.mv_inner.w_full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
	background: #d88671;
	/* background-image: url(../../../../include_html/images/campaign/2023/UXTEAM-2527/bg_1800px.png); */
	/* background-size:  cover; */
}
.method_body {
  margin: 50px 0;
}
.method_inner.w_full {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background: #ecf9ff;
  padding: 70px 0;
}
.mv_img {
  max-width: 1000px;
	width: 100%;
}



.section.w_full,.section.w_full_pink {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.section.w_full.w_full_pink {
	background: #d88671;
	padding: 20px 0 30px;

}

.section.w_full_pink.section_contact_us {
	padding: 30px 0;
}
.section.w_full {
	/* background: #e8fefd; */
}
.section.w_full .section_inner {
	padding: 50px 40px 50px;
}
.image_box {
	margin-bottom: 10px;
}

.image_box img {
	max-width: 1000px;
	width: 100%;
}


h2.main_heading {
	font-size: 42px;
	font-weight: 400;
	color: #033d6d;
	font-feature-settings: "palt";
	letter-spacing: 3;
	margin: 120px 0 80px;
}

.section {
	margin: 0 0 30px;
}
.section .section_inner {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 40px 0;
}
.section.section_contact_us .section_inner {
	padding: 20px 40px 20px;
}
.section.product_section_inner .section_inner.product_section_inner {

}

.under_text {
	font-size: 16px;
	margin-top: 50px;
}


/* 見出し */
.section h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 50px;
	color: #d88671;
	font-size: 34px;
	font-weight: bold;
	font-feature-settings: "palt";
	letter-spacing: 0.04em;
	line-height: 1.3;
}
.section.w_full_pink.section.section_contact_us h3 {
	margin-bottom: 70px;
}

.section.w_full_pink h3 {
	color: #fff;
}
.section h3:before {
  content: '';
  position: absolute;
  bottom: -18px;
  display: inline-block;
  width: 70px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d88671;
  /* border-radius: 2px; */
}
.section.w_full_pink h3:before {
  background-color: #fff;
}


.email_body {
	color: #fff;
}
.contact_us_text {
	font-size: 20px;
}
.email_inner {
	display: flex;
	justify-content: center;
	margin: 20px 0;
	align-items: center;
}
.email_inner .contact_us {
	color: #fff;
	font-size: 26px;
	 font-weight: bold;
}
.email_inner .contact_us.phone_body {
	margin-right: 40px;
}
.email_inner i {
	margin-right: 10px;
}
body .email_inner a {
	font-size: 26px;
	display: inline-block;
}
body .email_inner a,
body .email_inner a,
body .email_inner a:visited,
body .email_inner a:visited,
body .email_inner a:hover,
body .email_inner a:hover {
	color: #fff;
}
/* body .email_inner a:hover {
	opacity: 0.8;
} */

body a,
body a:visited,
body a:visited,
body a:hover,
body a:hover {
	text-decoration: none;
}
body a:hover {
	opacity: 0.8;
}


/* 開催概要の表 ----------- レスポンシブ------------*/
.table_design05 {
  border-collapse: collapse;
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
}
.table_design05 th, .table_design05 td {
  padding: 0.5em 1em 0.5em 1.5em;
  font-size: 16px;
	line-height: 1.4;
}
.table_design05 th {
  color: #3c3f5a;
  font-weight: bold;
  text-align: left;
  width: 145px;
  min-width: 6em;
  position: relative;
}
.table_design05 th::after {
  content: '';
  background-color: #3c3f5a;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
  width: 2px;
  height: 60%;
}
.table_notes {
	font-size: 14px;
	line-height: 1.4;
}
.map_link {
	font-size: 15px;
	font-weight: 500;
	/* color: #1a0dab; */
	color: #3c3f5a ;
}
body a.map_link:visited {
	color: #3c3f5a;
}
body a.map_link:hover {
	opacity: 0.7;
}
@media screen and (max-width: 768px) {
				.table_design05,
				.table_design05 tbody,
				.table_design05 tr,
				.table_design05 th,
				.table_design05 td {
					display: block; /* ブロック化して縦並び */
					width: 100%;
					box-sizing: border-box;
				}
				.table_design05 tr {
					/* border-bottom: 1px solid #e0e0e0; */
					padding-bottom: 12px;
					margin-bottom: 12px;
				}
				.table_design05 th {
					width: 100%;
					padding: 6px 12px;
					background-color: #f2f3f7;
					border-radius: 4px;
					font-size: 14px;
				}
				.table_design05 th::after {
					display: none;
				}
				.table_design05 td {
					padding: 8px 12px 4px 12px;
					font-size: 15px;
					line-height: 1.6;
				}
				.table_notes { font-size: 13px;}
				.map_link { font-size: 14px;}
}








/* おすすめとポイント */
.recommend_point_inner {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  max-width: 820px;
  margin: 0 auto;
}
.recommend_point_inner .recommend_point_child:first-of-type {
  margin-right: 40px;
  flex-shrink: 0;
  width: clamp(120px, 18.78vw, 154px);
}
.recommend_point_child img {
  width: 100%;
  height: auto;
  display: block;
}
.check_text {
  font-size: 22px;
  text-align: left;
  font-weight: 600;
  display: flex;
  align-items: flex-start;
	line-height: 1.2;
	margin-bottom: 10px;
}
.check_text::before {
  content: "";
  display: inline-block;
  background-image: url('/include_html/images/campaign/2026/UXTEAM-3563/UXTEAM-3563_check_box.svg');
  background-size: cover;
  background-repeat: no-repeat;
  width: 1.2em;
  height: 1.2em;
  margin-right: 15px;
  flex-shrink: 0;
  margin-top: 0.15em;
}
.recommend_point_body:first-of-type .recommend_point_inner {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
				.check_text {	font-size: 20px;}
}
@media screen and (max-width: 749px) {
				.check_text {	font-size: 18px;}
				.recommend_point_inner .recommend_point_child:first-of-type { margin-right: 30px;}
}
@media screen and (max-width: 640px) {
				.check_text {	font-size: 16px;}
				.recommend_point_inner .recommend_point_child:first-of-type { margin-right: 20px;}
}
@media screen and (max-width: 500px) {
        .recommend_point_inner {
                display: block;
        }
        .recommend_point_inner .recommend_point_child:first-of-type {
                margin-right: 0;
                margin-bottom: 20px;
                width: auto;
        }
        .recommend_point_child img {
                width: clamp(120px, 30vw, 154px);
                margin: 0 auto;
        }
}






/* 応募ボタン */
.entry_btn {
	margin: 60px 0;
}
.btn_body {
  background: #fc9216;
  border-radius: 40px;
  padding: 20px 30px 23px 30px;
    display: inline-block;
    margin: 0 auto;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}
.btn_inner {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  align-items: center;
}
.btn_child.btn_text {
  margin: 2px 15px 0 15px;
}
.btn_child p {
  color: #fff;
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  line-height: 1.0rem;
  margin: 0 auto;
}
.btn_child.btn_text p {
  font-size: 22px;
}
.fa_down:before {
  font-size: 22px;
  margin-right: 20px;
  color: #fff;
}
.btn_body:hover {
  opacity: 0.8;
}
a.btn_body,
a.btn_body:hover,
a.btn_body:visited {
  text-decoration: none;
  color: #fff;
}


.warning_note {
	font-size: 14px;
	margin: 30px 0 50px;
	padding: 0 10px;
}


/* 募集終了ボタン */
.close_btn_section {
	margin: 50px 10px 0 ;
}
.close_btn_body {
  background: #b0aeae;
  border-radius: 40px;
  padding: 20px 30px;
    display: inline-block;
    margin: 0 auto;
}
.close_btn_text {
	margin: 2px 15px 0 15px;
}
.close_btn_text p {
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  text-align: center;
  line-height: 1.2;
  margin: 0 auto;
}


/* 商品リスト誘導ボタン */
.product_btn_section {
	margin: 80px 10px 80px;
}
.product_btn_body {
background-color: #17a8da;
background-image: linear-gradient(90deg, #17a8da 0%, #154b97 100%);
  border-radius: 50px;
  padding: 20px 10px 20px 25px;
    display: inline-block;
    margin: 0 auto;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.25);
}
.product_btn_inner {
  display: flex;
  justify-content: space-between;
  /* background: #00518c; */
  margin: 0 auto;
  align-items: center;
}
.product_btn_body a,
.product_btn_body a:visited,
.product_btn_body a:hover {
	text-decoration: none;
	color: #fff;
}
.product_btn_body a .mv_btn_child p ,
.product_btn_body a:visited .mv_btn_child p,
.product_btn_body a:hover  .mv_btn_child p {
	color: #fff;
}
.product_btn_body a:hover {
	opacity: 0.8;
}
.mv_btn_child.btn_text {
  margin: 2px 15px 0 15px;
}
.mv_btn_child p {
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  text-align: center;
  line-height: 1.0rem;
  margin: 0 auto;
}
.mv_btn_child.btn_text p {
  font-size: 22px;
	line-height: 1.2;
}
.faa-falling:before {
  font-size: 25px;
  margin-right: 20px;
  color: #fff;
}
.fa_down:before {
  font-size: 26px;
  margin-right: 20px;
  color: #fff;
}




.flex_01 {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.flex_01_child {
	text-align: left;
	color: #01101d;
}
.subheading_box {
	margin-bottom: 40px;
}
.subheading_box p {
	text-align: left;
	color: #01101d;
}
.subheading_box p:nth-of-type(1) {
	font-size: 22px;
}
.subheading_box p:nth-of-type(2) {
	font-size: 32px;
	line-height: 1.8em;
}

.procuct_img_01 {
	max-width: 100%;
	margin-right: 20px;
}

.flex_02 {
	display: flex;
	justify-content: space-around;
/*	align-items: center;*/
}
.flex_02.w_820 {
	max-width: 820px;
	margin: 0 auto 20px;
}

.flex_02_child p {
	font-size: 22px;
	margin-top: 20px;
	font-weight: 100;
}
.w_full_pink .flex_02_child p {
	color: #fff;
}
.w_full .flex_02_child p.data_image_text01 {
	font-size: 22px;
}
.w_full .flex_02_child p.data_image_text02 {
	font-size: 14px;
	line-height: 1.6em;
}

.flex_03 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flex_03_child {
	text-align: left;
	color: #01101d;
	margin-left: 40px;
}
.flex_03_child p:nth-of-type(1) {
	font-size: 22px;
	line-height: 1.4em;
	margin-bottom: 10px;
}
.flex_03_child p:nth-of-type(2) {
	font-size: 18px;
	margin-bottom: 20px;
}
.flex_03_child p:nth-of-type(3) {
	font-size: 14px;
}


.flex_04 {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	margin-bottom: 60px;
}
.flex_04_child {
	text-align: left;
	color: #01101d;
}
.flex_04_child:nth-of-type(2) {
	margin-top: 48px;
}
.product_icon_box {
	margin-bottom: 15px;
}
.product_detail p {
	text-align: left;
	color: #01101d;
	line-height: 1.6em;
}

.qa_flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.qa_flex_child {
	text-align: left;
	color: #fff;
}
.qa_flex_child p {
	font-size: 18px;
	margin-bottom: 15px;
}

.qa_flex_child ul {
	margin-left: 6px;
}
.qa_flex_child ul li {
	font-size: 15px;
}
.qa_flex_child ul li:before {
	content:  "";
	width:  10px;
	height:  10px;
	display:  inline-block;
	background-color: #fff;
	border-radius:  50%; 
	margin-right: 10px;  
}

.qa_flex_child div:nth-of-type(1) {
	margin-right: 20px;
}
.qa_flex_child img {
	max-width: 170px;
}

.product_detail_btn {
	margin: 20px 0 0;
}
body #lp_wrapper .product_detail_btn a {
	background: #73cfcd;
	padding: 10px 20px 7px;
	border-radius: 60px;
  color: #fff;
	box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  font-weight: 400;
  font-size: 22px;
  text-align: center;
  line-height: 1.2em;
	font-family:  'M PLUS Rounded 1c', sans-serif;
	width: 200px;
	margin: 0 auto;
	display: inline-block;
	}
body #lp_wrapper .product_detail_btn a:visited {
	  color: #fff !important;
}
body #lp_wrapper .product_detail_btn a:hover {
	  color: #fff !important;
}


/*ボタンコーディングの場合*/
/* .mv_btn_body {
  margin: 30px 10px 70px;
}
body #lp_wrapper .mv_btn_body a,
body #lp_wrapper .detailed_link_btn_body a,
body #lp_wrapper .product_detail_btn a {
  text-decoration: none;
}
body #lp_wrapper .mv_btn_body a:hover,
body #lp_wrapper .detailed_link_btn_body a:hover,
body #lp_wrapper .product_detail_btn a:hover {
  text-decoration: none;
	color: #fff !important;
}
body #lp_wrapper .mv_btn_body a:visited,
body #lp_wrapper .detailed_link_btn_body a:visited,
body #lp_wrapper .product_detail_btn a:visited {
	color: #fff !important;
}
.mv_btn_inner {
  background: #73cfcd;
  padding: 20px 40px 15px;
  border-radius: 60px;
  border: 6px solid #fff;
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.25);
  margin: 0 auto;
	display: inline-block;
}
.mv_btn_inner p {
  color: #fff;
  font-weight: 400;
  font-size: 24px;
  text-align: center;
  line-height: 1.2em;
	font-family:  'M PLUS Rounded 1c', sans-serif;
}
.mv_btn_inner:hover,
.detailed_link_btn_body:hover,
.product_detail_btn:hover {
  opacity: 0.8;
} */

.btn_lead {
	font-size: 18px;
	margin-bottom: 20px;
}
.section.w_full_pink .btn_lead {
	color: #fff;
}
.section.w_full_pink .mv_btn_body {
	margin: 40px 10px 10px;
}

.detailed_link_btn_body {
margin: 30px 0;
}
.detailed_link_btn_body .detailed_link_btn_inner p {
	padding: 5px 20px;
	border: 1px solid #73cfcd;
	display: inline-block;
	font-size: 18px;
	color: #011e36;
}

.annotation_body {
	margin-bottom: 80px;
}
.annotation_inner {
	border: 2px solid #73cfcd;
	padding: 30px 30px 30px 60px;
	max-width: 760px;
	margin: 0 auto;
}
.annotation_inner p {
	text-align: left;
	font-size: 14px;
}

/*お問い合わせ案内*/
h4 {
	position: relative;
	background: none;
	border-bottom: 1px solid #37bab7;
	font-size: 32px;
	font-weight: 300;
	color: #033d6d;
	padding-bottom: 20px;
}
.section.w_full.w_full_w {
	background: none;
}
.section_inner .guidance_info p {
	font-size: 16px;
}
body #lp_wrapper .section_inner .guidance_info p a,
body #lp_wrapper .section_inner .guidance_info p a:visited {
	color: #1a0dab;
	font-weight: bold;
}

/*swiperここから*/
.section.w_full_pink.section_swiper {
	padding: 50px 0 60px;
}
.swiper {
	position: relative;
	overflow: hidden;
}
.swiper-button-next, .swiper-button-prev {
	
}
.swiper-wrapper {
	/* height: 330px !important; */
	margin-bottom: 20px;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	left: 190px !important;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-slide img {
	height: auto;
  width: 580px;
  max-width: 100%; /* スマホサイズで溢れないように追加 */
  margin: 0 auto;
  display: block;  /* margin auto を効かせるため */
}
.swiper-button-next, .swiper-button-prev {
	top:10px;
}
/*スライダー周りのパーツ*/
.swiper_title_box {
		margin: 40px 0;
}
.swiper_title {
	font-size: 32px;
	line-height: 1.6em;
}
.swiper_text {
	font-size: 15px;
	line-height: 1.6em;
	color: #fff;
	letter-spacing: 0.05em;
	text-align: left;
	border-left:  4px solid #fff;
	padding-left: 20px;
}
.swiper_text span {
	font-size: 14px;
}
@media (max-width: 999px) {
				.swiper_text {
					font-size: 14px;
					padding: 0 15px;
				}
}
@media (max-width: 749px) {
				.swiper-slide img {
					width: 80%;
				}
}
@media (max-width: 549px) {
				.swiper-slide img {
					width: 90%;
				}
				.swiper_text {
					border-left: none;
				}
}
@media (max-width: 490px) {
				.swiper-slide img {
					width: 95%;
				}
				.swiper_text { padding: 0 7px 0 8px;}
}
/*swiperここまで*/



/* YouTubeセクション */
.youtube_body {
		margin: 20px 0;
}
.about_video {
	font-size: 20px;
	font-weight: bold;
	margin-top: 15px;
	letter-spacing: 0.03em;
}
.youtube-ratio {
  /* width: 100%;
  aspect-ratio: 16 / 9; */
	margin: 0 auto;
}
.youtube-ratio iframe {
		width: 560px;
		height: 315px;
}


/* ===== 商品リスト 4列 ========= */
.product_section_inner {
  margin-top: 100px;
  margin-bottom: 120px;
}
.product_list_body {
  padding: 0 30px;
  box-sizing: border-box;
}
.product_list_inner {
  width: 100%;
  max-width: 940px;
  margin: 0 auto;
}
.line_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
  column-gap: 20px;
  row-gap: 40px;
}

/* PC表示：4列配置 */
.line_child {
  flex: 0 0 calc((100% - 60px) / 4);
  max-width: 220px;
  box-sizing: border-box;
}
.line_child img {
  display: block;
  width: 100%;
  max-width: 220px;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
  image-rendering: -webkit-optimize-contrast;
}
.product_body {
  text-align: left;
  line-height: 1.4;
  font-feature-settings: "palt";
}
.product_body a,
.product_body a:visited {
  color: #3c3f5a;
  text-decoration: none;
}
.product_body a:hover {
  opacity: 0.7;
  text-decoration: none;
}
.product_name {
  font-size: 16px;
  margin-bottom: 10px;
}
.product_name span {
  font-size: 14px;
}
.product_detail {
  font-size: 12px;
}
@media (max-width: 900px) {
				.product_list_body {
					padding: 0 50px;
				}
				.line_flex {
					column-gap: 20px;
					row-gap: 40px;
				}
				.line_child {
					flex: 0 0 calc((100% - 40px) / 3);
					width: auto;
					max-width: none;
				}

}
@media (max-width: 749px) {
				.product_list_body {
					padding: 0 40px;
				}
				.switch_sp_tab .product_list_body {
					padding: 0 30px;
				}
				.line_flex {
					column-gap: 15px;
					row-gap: 40px;
				}
				.line_child {
					flex: 0 0 calc((100% - 15px) / 2);
					width: auto;
					max-width: none;
				}

}
@media (max-width: 749px) {

	
}
@media (max-width: 549px) {
				.product_list_body {
					padding: 0 20px;
				}
				.switch_sp_tab .product_list_body {
					padding: 0 10px;
				}
				.line_flex {
					column-gap: 10px;
					row-gap: 20px;
				}
				.line_child {
					flex: 0 0 calc((100% - 10px) / 2);
					width: auto;
					max-width: none;
				}
				.product_name span {
					font-size: 12px;
				}
				.product_name {
					font-size: 14px;
				}
}


/* 参加者の声 =======================*/
.section.w_full_pink  {
	/* padding: 50px 0 60px; */
}
.voice_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	max-width: 950px;
	gap: 30px;
}
.voice_child {
	width: calc((100% - 30px) / 2);
}
.voice_child img {
  width: 100%; /* 親要素の幅いっぱいに拡大縮小 */
  height: auto;
}




/* 講師紹介 ==================================== */
.instructor_sp_only {
  display: none;
	color: #3c3f5a;
}
.instructor-container {
  display: flex;
  gap: 40px;
  text-align: left;
	margin: 80px 0 70px;
}
.instructor-images-pc {
  position: relative;
  width: 380px;
  height: 480px;
  flex-shrink: 0;
}
.instructor-images-pc img {
  width: 100%;
  height: auto;
  display: block;
}
.bg-dot {
  position: absolute;
  top: 150px;
  left: 20px;
  width: 183px !important;
  height: 181px;
  z-index: 1;
}
.img-wrapper {
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0,0,0,0.15);
  overflow: hidden;
}
.img-wrapper img {
  width: 100%;
  height: auto;
  display: block;
}
.instructor-images-pc .img-wrapper.main-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 295px;
  height: 295px;
  z-index: 3;
}
.instructor-images-pc .img-wrapper.support-img {
  position: absolute;
  top: 260px;
  left: 140px;
  width: 240px;
  height: 240px;
  z-index: 2;
}
.instructor-info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.instructor-card-main {
	margin-left: -90px;
}
.instructor-header {
  border-left: 3px solid #3c3f5a;
  padding-left: 12px;
  margin-bottom: 12px;
}
.inst-role {
  color: #3c3f5a;
	line-height: 1;
  display: block;
  font-weight: 500;
}
.inst-name-area {
  display: flex;
  gap: 15px;
  margin-top: 4px;
  align-items: center;
}
.inst-name {
  font-weight: 900;
	line-height: 1;
  color: #3c3f5a;
  margin: 0 0 5px 0;
}
.inst-title {
  line-height: 1.15;
  color: #3c3f5a;
  margin: 0;
  font-weight: 500;
}
.inst-title p {
	margin-bottom: 3px;
}
.inst-description {
  line-height: 1.7;
  color: #3c3f5a;
  margin: 0;
}

.text_nowrap {
	white-space: nowrap;
}
.instructor-card-main .inst-role { font-size: 18px;}
.instructor-card-main .inst-name  {  font-size: 38px; }
.instructor-card-main .inst-title {   font-size: 16px;}
.instructor-card-main .inst-description {   font-size: 14px;}

.instructor-card-support .inst-role { font-size: 17px;}
.instructor-card-support .inst-name {   font-size: 30px;}
.instructor-card-support .inst-title {  font-size: 14px; }
.instructor-card-support .inst-description {  font-size: 14px; }

@media (max-width: 870px) {
				.instructor-images-pc .img-wrapper.support-img { top: 320px;}
}
@media (max-width: 820px) {
				.instructor-card-main {
					margin-left: -0;
				}
        .instructor-container {
          display: block;
        }
        .instructor-images-pc {
          display: none;
        }
        .instructor_sp_only {
          display: block;
          flex-shrink: 0;
          width: 120px;
          height: 120px;
        }
        .instructor-info {
          gap: 40px;
        }
        .card-header-group {
          display: flex;
          align-items: center;
          gap: 50px;
          margin-bottom: 18px;
        }
        .instructor-header {
          margin-bottom: 0;
        }
        .inst-name-area {
          flex-direction: column;
          align-items: flex-start;
          gap: 4px;
        }
				.card-header-group { gap: 30px;}

				.instructor-card-main .inst-role { font-size: 16px;}
				.instructor-card-main .inst-name  {  font-size: 30px; }
				.instructor-card-main .inst-title {   font-size: 15px;}

				.instructor-card-support .inst-role { font-size: 16px;}
				.instructor-card-support .inst-name {   font-size: 30px;}
				.instructor-card-support .inst-title {  font-size: 15px; }
}
@media (max-width: 490px) {
				.card-header-group { gap: 20px;}

				.instructor-card-main .inst-role{ font-size: 15px; }
				.instructor-card-support .inst-role{ font-size: 15px; }
				.instructor-card-main .inst-name {  font-size: 26px; }
				.instructor-card-support .inst-name {   font-size: 26px;}
				.instructor-card-main .inst-title {   font-size: 14px;}
				.instructor-card-support .inst-title {  font-size: 14px; }
				
}
@media (max-width: 390px) {
				.card-header-group { gap: 20px;}

				.instructor-card-main .inst-role{ font-size: 14px; }
				.instructor-card-support .inst-role{ font-size: 14px; }
				.instructor-card-support .inst-title {  font-size: 14px; }
}









/* レスポンシブまとめ ---------------------------------*/
@media (max-width: 749px) {
				.youtube-ratio  {
					width: 90vw;
					aspect-ratio: 16 / 9;
				}
				.youtube-ratio iframe {
					width: 90vw;
					height: 100%;
				}
				.email_inner { display: block;}
				.email_inner .contact_us.phone_body { margin-right: 0;}
				.contact_us_text { font-size: 18px;}
}
@media (max-width: 640px) {
				.mv_btn_child.btn_text p { font-size: 20px;}
				.faa-falling:before { font-size: 23px;}
				.voice_inner {
					flex-direction: column;
					align-items: center;
				}
				.voice_child {
					width: 90%;
					max-width: 340px;
				}
				.voice_inner { gap:20px;}

}
@media (max-width: 549px) {
				.pc_only { display: none;}
				.sp_only { display: block;}

				.section .section_inner { padding: 30px 25px 0;}
				.switch_sp_tab .section .section_inner { padding: 30px 15px 0;}

				.mv_btn_child.btn_text p { font-size: 18px;}
				.faa-falling:before { font-size: 21px;}


				.section h3 {
					padding: 0 10px;
					font-size: 26px;
				}
				.pr_inner p {
					font-size: 14px;
				}
				/* .table_design05 th, .table_design05 td {
					line-height: 1.5;
				} */
				.btn_body {
					padding: 15px 17px 17px 17px;
				}
				.btn_child.btn_text {
					margin: 2px 10px 0 15px;
				}
				.btn_child.btn_text p {
					font-size: 18px;
					line-height: 1.2;
				}
				.btn_child p {
					font-size: 18px;
				}
				.email_inner {
					display: block;
				}
				.email_inner .contact_us.phone_body {
					margin-bottom: 12px;
				}
}
@media (max-width:480px) {
				.btn_br { display: block;}
				.product_btn_body { padding: 15px 2px 15px 15px;}
				.mv_btn_child.btn_text p { font-size: 16px;}
				.product_btn_section { margin: 40px 10px 40px;}

				.contact_us_text { font-size: 16px;}
				.email_inner .contact_us { font-size: 22px;}
				body .email_inner a { font-size: 22px;}

				.voice_child {
					width: 100%;
				}

}


/* Noto Sans JP Thin (100) */
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 100;
  src: url('/include_html/css/common/fonts/noto-sans/NotoSansJP-Thin.woff2') format('woff2'),
       url('/include_html/css/common/fonts/noto-sans/NotoSansJP-Thin.woff') format('woff');
  font-display: swap;
}

/* Noto Sans JP Light (300) */
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 300;
  src: url('/include_html/css/common/fonts/noto-sans/NotoSansJP-Light.woff2') format('woff2'),
       url('/include_html/css/common/fonts/noto-sans/NotoSansJP-Light.woff') format('woff');
  font-display: swap;
}

/* Noto Sans JP Regular (400) */
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 400;
  src: url('/include_html/css/common/fonts/noto-sans/NotoSansJP-Regular.woff2') format('woff2'),
       url('/include_html/css/common/fonts/noto-sans/NotoSansJP-Regular.woff') format('woff');
  font-display: swap;
}

/* Noto Sans JP Medium (500) */
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 500;
  src: url('/include_html/css/common/fonts/noto-sans/NotoSansJP-Medium.woff2') format('woff2'),
       url('/include_html/css/common/fonts/noto-sans/NotoSansJP-Medium.woff') format('woff');
  font-display: swap;
}

/* Noto Sans JP Bold (700) */
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 700;
  src: url('/include_html/css/common/fonts/noto-sans/NotoSansJP-Bold.woff2') format('woff2'),
       url('/include_html/css/common/fonts/noto-sans/NotoSansJP-Bold.woff') format('woff');
  font-display: swap;
}

/* Noto Sans JP Black (900) */
@font-face {
  font-family: 'Noto Sans JP';
  font-weight: 900;
  src: url('/include_html/css/common/fonts/noto-sans/NotoSansJP-Black.woff2') format('woff2'),
       url('/include_html/css/common/fonts/noto-sans/NotoSansJP-Black.woff') format('woff');
  font-display: swap;
}





