@charset "UTF-8";
@font-face{font-family:"Noto Sans JP";font-display:swap;src:url(/assets_lp/cnt/af/manufacturing/fonts/NotoSansJP-VariableFont_wght.ttf)format("truetype")}
html {
  background: #fff;
  overflow-x: hidden;
}
body {
  font-size: 16px;
  color: #444;
  line-height: 200%;
  overflow-x: hidden;
  font-family:'Roboto','Hiragino Sans','Meiryo','Hiragino Kaku Gothic ProN',sans-serif;
}
img {
  width: 100%;
}
a {
  opacity: 1;
  transition: all .3s;
  color: #ccc;
}
a:hover {
  opacity: 0.8;
  transition: all .3s;
}
.mv .navmain {
  display:none;
}
.pc_only{display: block;}
.sp_only{display: none;}
header img{display: block;width: 100%;}
.mv {
  width: 100%;
  position: relative;
}
#contents {
  width: 100%;
}
#contents .contents_inner {
  margin: 0 auto;
  background: #fff;
}
.section_inner {
  width: 1000px;
  margin: 0 auto;
}
.step {
  padding: 6rem 0;
}
.item {
  background: #fff;
  padding:2.5rem 0 0 0;
}
.item p{
  text-align: center;
  margin: 2rem 0;
}
.slider_zone {
  margin: 0;
  padding: 2rem 0 4rem;
}
.slider_card {
  margin:2rem 20px;
}
.slider_card img{
}
.slick-prev {
  left: 1rem;
}
.slick-next {
  right: 1rem;
}
.slick-next:before {
  background: url("/assets_lp/cnt/reticence/images/next.webp") no-repeat center center;
  background-size: contain;
}
.slick-prev:before {
  background: url("/assets_lp/cnt/reticence/images/prev.webp") no-repeat center center;
  background-size: contain;
}
.slick-prev,.slick-next{
  width: 50px !important;
  height: 50px !important;
}
.slick-prev:before, .slick-next:before {
  font-size: 50px;
}
.slick-arrow {
  z-index: 2;
}
.slick-arrow:before {
  content: "";
  width: 10%;
  height: 10%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
}
.slider_zone p{
  text-align: center;
}
.area_japan{
  background: url("/assets_lp/cnt/af/manufacturing/images/area_japan.webp") no-repeat center center;
  background-size: auto;
  background-color: #cde7fc;
  padding: 2rem 0;
}
.about_ut{
  background-size: auto;
  background-color: #ffffff;
  padding: 2rem 0;
}
.about p{
  text-align: center;
  margin: 2rem 0;
}
.area_japan_detail {
  width: 1000px;
  margin: 0 auto !important;
}
.about_ut_detail {
  width: 1000px;
  margin: 0 auto !important;
}
.area_japan_pref{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.about_ut_pref{
  display:flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.area_japan_pref .area_japan_pref_detail{
  background: rgba(255,255,255,0.9);
  border-radius:15px;
  padding: 1.5rem;
  width: 46.5%;
  margin: 1rem;
  border: 1px solid #65bcf6;
  box-shadow: 0 0 10px #ccc;
}
.about_ut_pref .about_ut_pref_detail{
  background: rgba(255,255,255,0.9);
  border-radius:15px;
  padding: 1.5rem;
  width: 46.5%;
  margin: 1rem;
  border: 1px solid #65bcf6;
  box-shadow: 0 0 10px #ccc;
}
.about_ut_pref_detail:first-child {
  width: calc(100% - 2rem);
}
.area_japan_pref_detail_acc {
  display:flex;
justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.about_ut_pref_detail_acc {
  display:flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.area_japan_pref_detail_acc::after {
  content: "▼";
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  display:block;
  font-size: 120%;
}
.about_ut_pref_detail_acc::after {
  content: "▼";
  transform: rotate(0deg);
  transition: transform 0.3s ease;
  display:block;
  font-size: 120%;
}
.area_japan_pref_detail_acc.open::after {
  transform: rotate(180deg); /* → を下向きに回転 */
}
.about_ut_pref_detail_acc.open::after {
  transform: rotate(180deg); /* → を下向きに回転 */
}
.accordion-content {
  display: none;
  padding: 1rem;
  background: #f6f6f6;
  border-radius: 10px;
  margin-top: .5rem;
}
.accordion-content li{
  list-style-type:none;
  padding: .5rem 0;
  font-size: 85%;
}
.accordion-content li span{
  font-weight: bold;
}
.area_japan_pref .area_japan_pref_detail .carea{
  background: #34475e;
  border-radius:50%;
  width: 100px;
  height: 100px;
  line-height: 150%;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-right:1rem;
  font-size: 120%;
  display:flex;
  align-items:center;
  justify-content:center;
}
.area_japan_pref .area_japan_pref_detail .carea_pref{
  font-size: 130%;
  font-weight: bold;
  letter-spacing: .1rem;
}

.qa {
  background: #e3e3e3;
}
.qa .qa-wrap{
  width: 1000px;
  margin: 0 auto;
  padding: 4rem 0;
}
.qa h2{
  font-size: 180%;
  letter-spacing: .1rem;
  text-align: center;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  padding-bottom: .5rem;
  margin-bottom: 2rem;
}
.qa .qa-item {
  margin: 2rem 0;
}
.qa .qa-item-inner {
  display: flex;
  justify-content: start;
  align-items: center;
  background: #fff;
  border-radius:15px;
  padding: 1.5rem;
  position:relative;
}
.qa-item-inner:first-child {
  cursor: pointer;
}
.qa-item-inner:first-child::after {
  content: '';
  width: 22px;
  height: 13px;
  background: top center / contain no-repeat url("/assets_lp/cnt/af/manufacturing/images/qa_arrow.png");
  right: 1rem;
  top: 50%;
  position: absolute;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}
.qa-item-inner:first-child.open::after{
  transform: rotate(180deg); /* → を下向きに回転 */
}

.qa-item-inner.isOpen::after {
  transform: translateY(-50%) rotate(180deg)
}
.qa-item-inner+.qa-item-inner {
  border-top: 1px dashed #ccc
}
.qa-item-icon {
  margin-right: .5rem;
}


.movie{
  background: #eee;
  padding: 80px 0;
}
.movie .movie_title{
  font-size: 120%;
  font-weight: bold;
  letter-spacing: .1rem;
  text-align: center;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #333333;
  border: none;
}
.movie .movie_title::before,
.movie .movie_title::after {
    width: 3px;
    height: 40px;
    background-color: #0065cc;
    content: '';
}
.movie .movie_title::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
.movie .movie_title::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.movie iframe {
  width: 780px;
  height: 450px;
  margin: 0 auto;
  border: 15px solid #ddd;
  text-align: center;
}
#formWrap iframe {
  padding-bottom: 20px;
  height:850px;
}
.fadeUpTrigger{
    opacity: 0;
}
.fadeLeftTrigger{
    opacity: 0;
}
.fadeRightTrigger{
    opacity: 0;
}
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.8s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }}

.fadeLeft{
	animation-name:fadeLeftAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease;
	opacity:0;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(100%);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

.fadeRight{
	animation-name:fadeRightAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	animation-timing-function: ease;
	opacity:0;
}
@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(-100%);
  }
  to {
    opacity: 1;
  transform: translateX(0);
  }
}

footer {
  background: #333;
}
footer .footer_inner{
  font-size: 80%;
  color: #ccc;
  width: 1000px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 5vw 0;
}
footer .footer_inner img{
  width: 146px;
}
footer .copy{
  width: 1000px;
  margin: 0 auto;
  border-top: 1px dotted #666;
  font-size: 80%;
  text-align: center;
  color: #888;
  padding: 1vw 0;
}


#footerbar {
	width: 100%;
	background: #333
}

#footerbar a {
	color: #fff
}

#footerbar .footerbar_inner {
	width: 1000px;
	margin: 0 auto;
	padding: 3vw 0 4vw 0;
	color: #fff;
	font-size: 90%;
	font-weight: 400
}

#footerbar .footerbar_inner .company {
	font-weight: 700;
	margin-bottom: 1vw
}

#footerbar .footerbar_inner .copyright {
	border-top: 1px solid #666;
	padding: 2vw 0;
	margin-top: 2vw
}

@media (max-width:767px) {
	#footerbar .footerbar_inner {
		font-size: 80%;
		width: 100%;
		padding: 8vw 6vw
	}

	#footerbar .footerbar_inner a {
		text-decoration: underline;
		color: #fff !important
	}

	#footerbar .footerbar_inner a:hover {
		text-decoration: none;
		color: #fff
	}

	#footerbar .footerbar_inner a:visited {
		color: #fff
	}

	#footerbar .footerbar_inner a:link {
		color: #fff
	}

	#footerbar .footerbar_inner .copyright {
		font-size: 80%;
		margin-bottom: 10vw
	}
}



/* # =================================================================
   # FIXbtn
   # ================================================================= */

.fixedbtn {
  width: 100%;
  background-color: rgba(0, 22, 44, 0.8);
  position: fixed;
  bottom: 0;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
}
.on {
  display: block;
  transition: all .3s;
}
.off {
  display: none;
  transition: all .3s;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}
.is-open {
  visibility: visible;
  opacity: 1;
}
.fixedbtn .date {
  text-align: center;
  color: #fff;
}
.fixedbtn_inner {
  width: 1000px;
  margin: 0 auto;
  padding: 1rem 0;
}
.fixedbtn_inner img{
  width: 45%;
  margin: 0 auto;
}
.anime-updown {
  animation: 2s fuwafuwa infinite;
}
@keyframes fuwafuwa {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.pochi_cta {
  display: block;
  margin: 4rem 0;
}

/* # =================================================================
   # SP
   # ================================================================= */

@media (max-width: 750px) {
  #formWrap iframe {
    height:800px;
  }
  .header-text {
  }
  .header-text a{
    font-size: 80%;
  }
  .pc_only{display: none;}
  .sp_only{display: block;}
  .contents01 .title{
    width: 90%;
    padding: 2rem 0;
  }
  .contents02 .detail{
    width: 95%;
    margin: 0 auto;
  }
  .contents03 {
    padding: 2rem 0;
  }
  .contents03 .title{
    padding: 1rem 0 2rem 0;
  }
  .contents03 .detail{
    width: 95%;
    margin: 0 auto;
  }
  .step {
    padding: 4rem 0 1rem 0;
  }
  .section_inner {
    width: 100%;
  }
  .slick-prev,.slick-next{
    width: 32px;
    height: 32px;
    z-index: 1000;
  }
  .slick-prev:before, .slick-next:before {
    font-size: 30px;
  }
  .slick-prev {
    top: 56%;
    left: .5rem;
  }
  .slick-next {
    top: 56%;
    right: .5rem;
  }
  .slider_card {
    margin:0 auto 2rem auto;
  }
  .slider_card img{
    width: 85%;
    margin:0 auto;
  }
  .area_japan{
    background: url("/assets_lp/cnt/af/manufacturing/images/sp_area_japan.webp") no-repeat center center;
    background-size: contain;

    background-color: #cde7fc;
  }
  .about_ut{
    background-size: contain;

    background-color: #ffffff;
  }
  .area_japan_detail {
    width: 100%;
    margin: 0 auto !important;
  }
  .about_ut_detail {
    width: 100%;
    margin: 0 auto !important;
  }
  .area_japan_pref{
    display:block;
  }
  .about_ut_pref{
    display:block;
  }
  .area_japan_pref .area_japan_pref_detail{
    width:95%;
    margin: 1rem auto;
    padding: 1rem;
  }
  .about_ut_pref .about_ut_pref_detail{
    width:95%;
    margin: 1rem auto;
    padding: 1rem;
  }
  .area_japan_pref .area_japan_pref_detail .carea{
    font-size: 95%;
    width:60px;
    height: 60px;
  }
  .about_ut_pref .about_ut_pref_detail .carea{
    font-size: 110%;
    width:60px;
    height: 60px;
  }
  .area_japan_pref .area_japan_pref_detail .carea_pref{
    font-size: 110%;
  }
  .about_ut_pref .about_ut_pref_detail .carea_pref{
    font-size: 110%;
  }
  .qa {
    margin:0;
  }
  .qa .qa-item {
    margin: 1rem 0;
  }
  .qa .qa-item-icon {
    width: 10%;
  }
  .qa .qa-item-icon img {
    width: 100%;
  }
  .qa .qa-item-text{
    width:80%;
  }
  .qa .qa-wrap{
    width: 95%;
    margin: .5rem auto;
    padding; 1rem 0:
  }
  .movie iframe {
    width: 310px;
    height: 180px;
    border: 5px solid #ddd;
  }
  .movie {
    padding 2vw 0:;
  }
  .movie .movie_title{
    font-size: 100%;
  }
  .fixedbtn_inner {
    width: 100%;
  }
  .fixedbtn_inner img{
    width: 80%;
    display: block;
  }
  .pochi_cta {
    width: 95%;
    display: block;
    margin: 4rem auto;
  }
  footer .footer_inner{
    width: 90%;
  }
  footer .footer_inner p{
    font-size: 80%;
  }
  footer .footer_inner img{
    width: 50px;
  }
  footer .copy{
    width: 100%;
    font-size: 80%;
    padding: 3vw 0;
  }
  .mv {
	width: 100%;
  }
  .mv .navmain {
	width: 100%;
	position: absolute;
  	display: block;
  	width: 100%;
        top: 1vw;
	right:2vw;
	font-family:'Noto Sans JP'
  }
  .mv .nav {
  	align-items: right;
  	margin-left: auto;
  }
  .mv .drawer_hidden {
	display: none;
  }
  .mv .nav ul {
  
  }
  .mv .nav li {
  	list-style-type: none;
  	display: inline-block;
  	font-weight: bold;
  	margin-left: 3vw;
	border:none;
  }
  .mv .nav li i {
  	display: inline-block;
  	top: .2vw;
  	right: .3vw;
  }
  .mv .nav li a {
  	color: #555;
	border:none !important;
  }
  .mv .nav li a:hover {
  	color: #777;
  	transition:background .3s,color .3s;
  }
  .mv .drawer_hidden {
  	display: none;
  }
  .mv .nav li i {
  	top: 1vw;
  }
  /* ハンバーガーアイコンの設置スペース */
  .mv .drawer_open {
    width: 100%;
    height: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
    position: relative;
    z-index: 100;/* 重なり順を一番上にする */
    cursor: pointer;
  }
  /* ハンバーガーメニューのアイコン */
  .drawer_open span,
  .drawer_open span:before,
  .drawer_open span:after {
    content: '';
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background: #333;
    transition: 0.5s;
    position: absolute;
  }
  /* 三本線の一番上の棒の位置調整 */
  .mv .drawer_open span:before {
    bottom: 8px;
  }
  /* 三本線の一番下の棒の位置調整 */
  .mv .drawer_open span:after {
    top: 8px;
  }
  /* アイコンがクリックされたら真ん中の線を透明にする */
  .mv #drawer_input:checked ~ .drawer_open span {
  	background: rgba(255, 255, 255, 0);
  }
  /* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
  .mv #drawer_input:checked ~ .drawer_open span::before {
  	bottom: 0;
  	transform: rotate(45deg);
  }
  .mv #drawer_input:checked ~ .drawer_open span::after {
  	top: 0;
  	transform: rotate(-45deg);
  }
  /* メニューのデザイン*/
  .mv .nav {
  	width: 100%;
  	height: 100%;
  	position: fixed;
  	top: 10vw;
  	left: 100%; /* メニューを画面の外に飛ばす */
  	z-index: 99;
  	background: #fff;
  	opacity: 0.95;
  	transition: .3s;
  }
  /* メニュー黒ポチを消す */
  .mv .nav_list {
  	list-style: none;
  }
  .mv .nav_list a{
  	border: none;
	font-weight: normal;
  }
  .mv .nav_list .red a{
  	color:#ff3366;
  }
  /* アイコンがクリックされたらメニューを表示 */
  #drawer_input:checked ~ .nav {
  	left: 40%;/* メニューを画面に入れる */
  }
  .mv .nav li {
  	display: block;
  	padding: 3vw 0;
  	border-bottom: 1px dotted #ccc;
  	z-index: 100;
  }
}

/* # =================================================================
   # ADD: about内 追加コンテンツ（キャプチャ準拠 / 2026-09-04）
   #   ※既存ルールは変更せず新規クラスのみ追記
   #   色: 既存トンマナ(#65bcf6/#0065cc/#34475e)を基調に調整
   # ================================================================= */

/* --- 導入文ボックス --- */

.about {
  margin: 0 auto !important;
  text-align: center !important;
}
.about .about_intro {
  width: 1000px;
  max-width: 92%;
  margin: 1.5rem auto 2rem auto !important;
  background: #cde7fc;
  border-radius: 14px;
  padding: 1.8rem 2rem;
  text-align: center !important;
  position: relative;
  display: inline-block;
}
.about .about_intro:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #cde7fc;
}

.about .about_intro_lead {
  font-size: 118%;
  font-weight: bold;
  color: #394760;
  line-height: 170%;
  margin: 0;
  text-shadow: 0 2px 0 #fff;
}
.about .about_intro_note {
  font-size: 78%;
  color: #888;
  margin: .6rem 0 0;
}

/* --- ＵＴについて／もっとＵＴを知る（アコーディオンカード） --- */
.about_card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 0 10px #eee;
  overflow: hidden;
  margin: 1.5rem 0;
}
/* 既存 .about_ut_pref_detail_acc の ▼/中央寄せを上書き（後勝ち） */
.about_card_head.about_ut_pref_detail_acc {
  display: block;
  position: relative;
  background: #666;
  padding: 1.1rem 3rem 1.1rem 1.5rem;
  text-align: center;
  cursor: pointer;
  color: #fff;
}
.about_card_head.about_ut_pref_detail_acc::after {
  content: "";
  position: absolute;
  right: 1.4rem;
  top: 50%;
  width: 12px;
  height: 12px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-58%) rotate(45deg);
  transition: transform .3s ease;
  font-size: 0;
}
.about_card_head.about_ut_pref_detail_acc.open::after {
  transform: translateY(-46%) rotate(-135deg);
}
.about_card_ttl {
  font-size: 128%;
  font-weight: bold;
  letter-spacing: .06em;
  color: #fff;
}
.about_card_ttl .about_ut_mark {
  color: #0065cc;
  font-size: 118%;
  font-weight: 900;
  margin: 0 .1em;
}
.about_card_ttl .about_ut_group {
  color: #7c8a99;
  font-size: 72%;
  font-weight: bold;
}
.about_card_body {
  padding: 1.5rem;
  margin:1.5rem;
}
.about_card .utlogo{
  width:120px;
  height:120px;
  border-radius:150px;
  margin:0 auto 20px auto;
  background:#fff;
  display:flex;
  align-items:center;      /* 縦センター */
  justify-content:center;  /* 横センター */
}
.about_card .utlogo img{
  width:85px;
  height:72px;
}
.about_card_body p {
  text-align: left;
  margin: 0 0 1rem;
}
.about_card_body p:last-child { margin-bottom: 0; }

/* --- コンテンツ2：各社お仕事特徴（常時表示カード） --- */
.ut_features {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 1.5rem 0;
}
.ut_feature {
  width: calc(50% - .75rem);
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 0 10px #eee;
  overflow: hidden;
  border: 2px solid #3a495f;
  text-align:left;
}
.ut_feature.ttl-aim {
  border: 2px solid #E14573;
}
.ut_feature_head {
  background: #3a495f;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 118%;
  letter-spacing: .08em;
  padding: 1.1rem 3rem 1.1rem 1.5rem;
}
.ut_feature_head.about_ut_pref_detail_acc {
  padding: 1.1rem 3rem 1.1rem 1.5rem !important;
}
.ut_feature_head.head-aim{
  background: #e14573;
}
.ut_feature_list {
  list-style: none;
  margin: 0;
  padding: 1.2rem 1.3rem;
}
.ut_feature_list li {
  position: relative;
  padding: 0 0 .9rem 1.9em;
  font-size: 92%;
  line-height: 165%;
  border:none;
}
.ut_feature_list li:last-child { padding-bottom: 0; }
.ut_feature_list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .3em;
  width: 1.25em;
  height: 1.25em;
  border-radius: 50%;
  background: #3a495f;
}
.ut_feature_list li::after {
  content: "";
  position: absolute;
  left: .38em;
  top: .55em;
  width: .28em;
  height: .55em;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}
.list-aim li::before {
  background: #e14573;
}

/* --- コンテンツ3：働き方の選択肢 --- */
.work_style { margin: 3rem 0 1.5rem; }
.work_style_title {
  font-size: 128%;
  font-weight: bold;
  letter-spacing: .08em;
  text-align: center;
  color: #3a495f;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}
.work_style_title::before,
.work_style_title::after {
  content: "";
  width: 3px;
  height: 34px;
  background-color: #3a495f;
}
.work_style_title::before { transform: rotate(-33deg); margin-right: 26px; }
.work_style_title::after  { transform: rotate(33deg);  margin-left: 26px; }
.work_style_wrap {
  background: #fcf971;
  border-radius: 14px;
  padding: 1.5rem;
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: wrap;
  gap: 1.2rem;
}
.work_style_box {
  width: calc(50% - .6rem);
  background: #fff;
  border-radius: 10px;
  padding: 1.2rem 1.2rem 1.4rem;
  text-align: center;
}
.work_style_box_ttl {
  display: inline-block;
  font-size: 112%;
  font-weight: bold;
  color: #3a495f;
  border-bottom: 2px solid #3a495f;
  padding-bottom: .3rem;
  margin-bottom: .7rem;
}
.work_style_box p {
  font-size: 88%;
  color: #555;
  margin: 0;
}

/* --- コンテンツ4：YouTube 埋込 --- */
.movie_wrap {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  border-radius: 10px;
  overflow: hidden;
}
.movie_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

/* --- コンテンツ5：補足情報（文字80%） --- */

.about_supplement {
  margin: 2rem auto 1rem;
  font-size: 80%;
  width: 1000px;
  text-align:left;
}
.about_supplement p {
  text-align: left;
  margin: .3rem 0;
}
.about_supplement .supplement_item {
  border-radius: 12px;
  padding: 1.1rem 1.4rem;
  margin: 1rem 0;
}
.about_supplement .supplement_item p , .about_supplement .supplement_item ul {
  margin-left:16px;
}
.supplement_ttl2 {
  font-weight: bold;
  color: #34475e;
  letter-spacing: .04em;
  position: relative;
  margin-bottom: .3rem;
}
.about_supplement .supplement_ttl {
  font-weight: bold;
  color: #34475e;
  letter-spacing: .04em;
  padding-left: 1.2rem;
  position: relative;
  margin-top: .5rem;
  margin-bottom: .3rem;
}
.about_supplement .supplement_ttl::before {
  content: "●";
  color: #3A495F;
  position: absolute;
  left: 0;
}
.about_supplement .supplement_lead {
  font-weight: bold;
  color: #0065cc;
  margin: .3rem 0;
}
.about_supplement ul { margin: .3rem 0 0; padding: 0; }
.about_supplement li {
  list-style: none;
  padding: .1rem 0;
}
.about_supplement li:last-child { border-bottom: none; }

/* --- SP --- */
@media (max-width: 750px) {
  .about {
    padding:10px;
  }
  .about .about_intro {
    width: 100% !important;
    max-width: 100%;
    padding: 1.3rem 1.1rem;
    margin-bottom:20px;
  }
  .about .about_intro_lead { font-size: 100%; }
  .about_card { margin: 1.2rem 0; }
  .about_card_head.about_ut_pref_detail_acc {
    padding: 1rem 2.6rem 1rem 1rem;
  }
  .about_ut {
    padding:0px;
  }
  .about_supplement {
    width: 100%;
  }
  .about_card_body {
    padding:.5rem;
    margin:.5rem;
  }
  .about_card_ttl { font-size: 112%; }
  .ut_features { gap: 1rem; }
  .ut_feature { width: 100%; }
  .work_style { margin: 2.2rem 0 1rem; }
  .work_style_wrap { padding: 1rem; gap: 1rem; }
  .work_style_box { width: 100%; }
  .work_style_title::before,
  .work_style_title::after { height: 26px; }
  .work_style_title::before { margin-right: 16px; }
  .work_style_title::after  { margin-left: 16px; }

}


/* --- 追記：ＵＴエージェント/ＵＴエイムもアコーディオン化 --- */
.ut_feature_head.about_ut_pref_detail_acc {
  position: relative;
  cursor: pointer;
  padding: .7rem 2.4rem;
}
.ut_feature_head.about_ut_pref_detail_acc::after {
  content: "";
  position: absolute;
  right: 1.2rem;
  top: 50%;
  width: 11px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-58%) rotate(45deg);
  transition: transform .3s ease;
  font-size: 0;
}
.ut_feature_head.about_ut_pref_detail_acc.open::after {
  transform: translateY(-46%) rotate(-135deg);
}
/* 開閉本文はカード内でフラットに（既存 accordion-content の灰背景/余白を上書き） */
.ut_feature .accordion-content {
  display: none;
  background: #fff;
  padding: 0 !important;
  margin-top: 0;
  border-radius: 0;
}