html {
    font-size: 62.5%;
}

body {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 17px;
    font-weight: 400;
    font-style: normal;
    min-width: 1090px;
    color: #222222;
}

img {
    max-width: 100%;
    -webkit-backface-visibility: hidden;
}

.wrapper {
    max-width: 1128px;
    margin: 0 auto;
}

/*---------------------------------
* top mv
---------------------------------*/

.top_mv {
    margin-top: 123px;
    /* 138px */
}

.underlayer_mv01 {
    padding: 43px 0 55px;
    position: relative;
    background: unset;
}

.main_mv02Img {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.desktop-mv-display {
    display: block;
}

.tablet-mv-display {
    display: none;
}

.phone-mv-display {
    display: none;
}

.mv_overlay {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.underlayer_mv01In {
    position: relative;
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.underlayer_mv01In h1 {
    color: #FFFFFF;
    font-size: 48px;
    font-weight: 700;
    letter-spacing: 0.05em;
    line-height: 1.83;
    margin-top: 15px;
}

/* 5p Pack Banner Text */
.mv_overlay .banner-text {
  position: absolute;
  top: 90%;
  left: 76%;
  transform: translate(-50%, -50%);
  color: #e61f1f;
  font-weight: 700;
  line-height: 1.2;
  font-size: 18px;
  text-align: center;
  padding: 0 1rem;
  z-index: 3;

  animation:
    banner-neon 3.5s ease-in-out 0s infinite,
    banner-pulse 2.8s ease-in-out 0.6s infinite;
}


/* Annimation for 5p Pack banner text */
/* Multi-neoncolor text cycle */
@keyframes banner-neon {
  0% {
    color: #ff2d2d;
    text-shadow:
      0 0 1px rgba(255,45,45,0.8),
      0 0 2px rgba(255,45,45,0.6);
  }
  33% {
    color: #ff8c00;
    text-shadow:
      0 0 1px rgba(255,140,0,0.8),
      0 0 2px rgba(255,140,0,0.6);
  }
  66% {
    color: #00b7ff;
    text-shadow:
      0 0 1px rgba(0,183,255,0.8),
      0 0 2px rgba(0,183,255,0.6);
  }
  100% {
    color: #ff2d2d;
    text-shadow:
      0 0 1px rgba(255,45,45,0.8),
      0 0 2px rgba(255,45,45,0.6);
  }
}

@keyframes banner-pulse {
  0%, 100% { transform: translate(-50%, -50%) scale(1); }
  50%      { transform: translate(-50%, -50%) scale(1.04); }
}

/*---------------------------------
* breadcrumb
---------------------------------*/

.breadcrumb {
    margin-top: 10px;
    display: block;
}

.breadcrumb ul {
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb ul li {
    font-size: 12px;
    margin-right: 10px;
    line-height: 1.5;
}

.breadcrumb ul li a:hover {
    text-decoration: underline;
}

/*---------------------------------
* 詳細ページ
---------------------------------*/
/* HeadLine 04 Start */
.design_left_yellow {
    border-left: 8px solid #FAB51A;
    padding-left: 10px;
}

.design_under_blue {
    padding-bottom: 10px;
    margin: 30px 0px;
    border-bottom: 1px solid #888888;
    border-image: linear-gradient(to left, #88888866 calc(100% - 100px), #00ABCA 50%) 1;
}

/* HeadLine 04  end */

/* テキスト Start */
/* 色 */
.text_color_navy {
    color: #003A66;
}

.text_color_blue {
    color: #0067B7;
}

.text_color_white {
    color: #FFFFFF;
}

.text_color_black {
    color: #222222;
}

.text_color_yellow {
    color: #FAB51A;
}

/* 配置設定 */
.text_align_left {
    line-height: 2.18;
}

.text_align_center {
    line-height: 2.18;
    text-align: center;
}

.text_align_right {
    text-align: right;
}

/* テキスト End */

/* テキスト（中央寄せ） */
.title04bl01 p,
.flex_list06_bl p {
    line-height: 2.18;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}

.title04bl01 p {
    -webkit-line-clamp: 2;
}

.flex_list06_bl p {
    -webkit-line-clamp: 12;
}

/* 背景色 */
.service_dtl02,
.service_dtl05 {
    margin: 50px 0;
}

.service_dtl03 {
    padding: 50px 0;
}

.service_dtl03_bl{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 0 !important;
}

.service_dtl03_bl li{
    width: 365px;
    margin-bottom: 20px;
}

.service_dtl03_bl li:nth-of-type(3n){
    margin-right: 0;
}

.service_dtl03_bl li a, .service_dtl03_bl li>div{
    display: flex;
    background-color: #fff;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    box-shadow: 8px 8px 15px 4px rgb(0 0 0 / 8%);
}

.service_dtl03_bl a .service_dtl03_blIn{
    display: flex;
    flex-direction: column;
    background-color: #fff;
    flex: 1;
    height: 100%;
    min-height: 0%;
    justify-content: space-between;
}

.service_dtl03_bl a:hover{
    color: #0069D3;
}

.service_dtl03_blCont01{
    padding: 27px 22px 20px;
    box-sizing: border-box;
}

.service_dtl03_blCont01 h3{
    font-size: 18px;
    font-weight: 700;
    line-height: 1.83;
    letter-spacing: normal;
}

.service_dtl03_blText{
    margin-top: 16px;
    line-height: 1.75;
}

.service_dtl03_blCont02{
    overflow: hidden;
}

.service_dtl03_blCont02 img{
    width: 365px;
    height: 203px;
    object-fit: cover;
    transition: all .3s linear;
}

.service_dtl04 {
    margin-top: 50px;
    padding: 50px 0;
}

.service_dtl03 {
    background-color: #F7F7F7;
}

.service_dtl04 {
    background-color: #ECF3FA;
}

/* 見出し（大・下線） */
h3 {
    font-weight: 700;
    font-size: 30px;
    letter-spacing: 0.08em;
    line-height: 1.8;
}

.title03,
.title03bl {
    text-align: center;
    margin-bottom: 50px;
}

.service_dtl02 .title03 {
    margin: 50px 0px;
}

.service_dtl02 .design_left_yellow,
.service_dtl04 .design_left_yellow {
    margin: 30px 0px;
}

.title03 h3 {
    color: #003A66;
    position: relative;
    display: inline-block;
    padding-bottom: 30px;
}

.title03 h3::before,
.title03 h3::after {
    content: "";
    display: block;
    width: 80px;
    height: 3px;
    background-color: #FAB51A;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.title03 h3::before {
    width: 100px;
    bottom: 16px;
}

.title03 h3::after {
    width: 60px;
    bottom: 4px;
}

.category_text,
.small_text {
    color: #003A66;
}

.title03bl h3,
.title06 h3 {
    color: #0067B7;
}

.title05 h3 {
    color: #222222;
    border-bottom: 1px solid #777777;
    padding-bottom: 30px;
    margin-bottom: 15px;
}

.title03 br {
    content: "";
    margin: -12px;
    display: block;
}

.text_bold_7 {
    font-weight: 700;
    margin-top: 15px;
}

.service_bl02_text .text_bold_7 {
    margin-top: 0px;
}

.service_dtl08_img01 {
    width: 864px;
    text-align: center;
}

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

.service_img01 p {
    margin-top: 15px;
}

.service_bl02_img p {
    margin-top: 15px;
    text-decoration: underline;
    color: #0067B7;
    text-align: center;
}

.service_bl02_img a {
    text-decoration: underline;
    color: #0067B7;
}

.service_bl02_img a:hover {
    color: #003A66
}

/* システム名（小） */
/* this system_icon_wrap css add in 20260226 */
.system_icon_wrap{
    width: 50px;
    height: 50px;
}

.flex_list,
.flex_list1 {
    margin-top: 30px;
}

.flex_list02,
.flex_list03,
.flex_list06,
.flex_list07,
.service_bl02 {
    display: flex;
    flex-wrap: wrap;
}

.flex_list04,
.flex_list05,
.flex_list08 {
    display: flex;
    justify-content: space-evenly;
}

.service_bl02 {
    gap: 20px;
    justify-content: space-evenly;
}

.flex_list04,
.flex_list05,
.flex_list06,
.flex_list08,
.service_bl02 {
    padding-left: 0px;
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px!important;
}

.flex_list02 {
    justify-content: flex-start;
}

.flex_list03 {
    gap: 50px;
}

.flex_list06,
.flex_list07 {
    justify-content: flex-start;
    gap: 30px;
}

.flex_list08 {
    gap: 30px;
}

.flex_list03 {
    justify-content: space-evenly;
}

.flex_list02 li {
    display: flex;
    width: 250px;
    margin: 0px 20px 20px 0px;
    align-items: center;
}

.flex_list02 li p {
    width: 150px;
    margin-right: 15px;
    text-indent: -1em;
}

/* google address_link_button group field added on 2025/12/18*/
.address-button-wrap {
  text-align: center; 
  margin-top: auto;  
  margin-bottom: 40px; 
}

.address-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 220px;
  height: 45px;
  font-size: 16px;
  margin: 0 auto; 
  border: 1px solid #0067B7;
  border-radius: 100px;
  background-color: #0067B7;
  transition: all 0.3s ease;
}

.lang-en .address-button{
    width: 210px;
}

.address-button:link,
.address-button:visited {
  color: #ffffff;
  text-decoration: none;
}

.address-button:hover,
.address-button:active {
  color: #0067B7;
  background-color: #ffffff;
  text-decoration: none;
}

.address-button::after {
    content: "▶";
    font-size: 14px;
    margin-left: 8px;
}

.lang-mm .address-button{
    width: 260px;
    padding-bottom: 1px;
}

/* 開発環境ボックス */
.flex_list03 li {
    position: relative;
    width: 319px;
    background-color: #FEFEFE;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
    border-radius: 15px;
    padding: 30px 20px 20px 20px;
}

.flex_list03_bl02 {
    display: flex;
    justify-content: space-between;
}

.flex_list03_bl01 {
    margin-left: 175px;
}

.flex_list03_bl01 img {
    height: 90px;
}

.flex_list03_bl02 p {
    line-height: 2.18;
}

.development_dtl02,
.development_dtl03,
.development_dtl04 {
    padding: 15px;
    border-radius: 10px;
    position: absolute;
    width: 170px;
    margin-left: -50px;
    text-align: center;
    color: #FFFFFF;
}

.development_dtl02 {
    background-color: #79A720;
}

.development_dtl03 {
    background-color: #FAB51A;
}

.development_dtl04 {
    background-color: #0067B7;
}

/* 六列のテーブル */
.service_table01,
.service_table02 {
    margin-top: 50px;
}

.service_table01 table,
.service_table02 table {
    width: 100%;
}

.service_table01 table th,
.service_table01 table td {
    text-align: center;
    vertical-align: middle;
    padding: 14px;
    border: 1px solid #CCCCCC;
    line-height: 1.75;
}

.service_table01 table th {
    background-color: #0067B7;
    color: #FFFFFF;
}

.service_table01 table th.w_300 {
    width: 300px;
}

.service_table01 table th.w_150 {
    width: 150px;
}

.service_table01 table th.w_col3_fix {
    width: 33.33%;
}

.service_table01 table td {
    height: 50px;
    background-color: #FFFFFF;
}

.service_table01 table td.h_150 {
    height: 150px;
}

.service_table01 table td {
    height: 50px;
    background-color: #FFFFFF;
}

.service_table01 table td.left_align {
    text-align: left;
}

.service_table02 table th,
.service_table02 table td {
    text-align: left;
    vertical-align: middle;
    padding: 10px 30px;
    border: 1px solid #595959;
    line-height: 1.8;
}

.service_table02 table th {
    background-color: #F1F1F1;
    width: 25%;
}

.service_table02 table td {
    background-color: #FFFFFF;
}

/* サービスボックス（2カラム） */
.flex_list04_img {
    width: 450px;
    text-align: center;
}

.flex_list04_text {
    width: 650px;
    line-height: 2.18;
    text-align: left;
}

.flex_list04_text a {
    color: #0067B7;
    text-decoration: none;
}

.flex_list04_title {
    margin-top: -30px;
}

.m_r50 {
    margin-right: 50px;
}

.w_280 img {
    width: 280px;
}

.center_align {
    align-items: center;
}

.text_center {
    text-align: center;
}

.service_icons_row {
    display: flex;
    justify-content: flex-start;
    gap: 20px; 
    margin-top: 15px; 
}

.service_icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

/* リンクボックス（2カラム） */
.flex_list05 {
    border: 1px solid #0067B7;
    padding: 30px;
}

.flex_list05:hover {
    background-color: #0067B7;
    color: #ffffff;
}

.more_btn02 {
    margin: 30px 0 0;
    text-align: right;
}

.more_btn02 p {
    height: 45px;
    border: 1px solid #0067B7;
    color: #FFFFFF;
    background-color: #0067B7;
    display: inline-block;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    position: relative;
    line-height: 45px;
    padding: 0 50px 0 30px;
}

.more_btn02 p::after {
    content: '>';
    display: inline-block;
    font-size: 30px;
    position: absolute;
    right: 20px;
    top: -1px;
    font-weight: 300;
}

.gradient-text {
    background: linear-gradient(transparent 50%, #fbfd68 50%);
}

.flex_list05:hover .gradient-text {
    background: linear-gradient(transparent 50%, #aeb102 50%);
}

.flex_list05:hover .more_btn02 p {
    background-color: #fff;
    color: #0067B7;
}

.flex_list05:hover .title05 h3 {
    color: #fff;
    border-bottom: 1px solid #cccccc;
}

.flex_list05:hover .flex_list04_text,
.flex_list05:hover .flex_list04_text * {
    color: #fff;
}

.flex_list05:hover .flex_list04_img img {
    border-radius: 15px;
}

/* .service_dtl04 .flex_list05_text add htar at20250904 */
.service_dtl04 .flex_list05_text,
.service_dtl03 .flex_list05_text,
.service_dtl02 .flex_list05_text {
    width: 90%;
    margin-left: 30px;
}

/*20251101 update for 5p park*/
.flex_list04_title .flex_list05_text{
    margin-left: 0px;
}

.flex_list04 .flex_list05_text {
    width: 580px;
}

.flex_list05_text p {
    position: relative;
    margin: 0px 15px 15px 30px;
    line-height: 1.8;
}

.flex_list05_text p::before {
    content: '';
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 5px;
    background-color: #4295DD;
    left: -22.8px;
    top: 14px;
}

.service_bl02_wrap {
    width: 530px;
    background-color: #fff;
    border-radius: 15px 15px 0px 15px;
    border: 1px solid transparent;
    border-image: linear-gradient(to left, #FFF calc(50% - 100px), #0067B7 75%) 1;
}

.service_bl03_wrap {
    width: 550px;
    background-color: #fff;
    margin-top: 20px;
    padding: 0px 15px 15px;
    box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.25);
}

.service_bl02_list {
    display: flex;
    /* padding-left: 0px; */
}

.service_bl02_textwrap,
.service_bl02_text01 {
    width: 290px;
    line-height: 2.18;
}

.service_bl02_textwrap {
    margin: 20px;
}

.service_bl02_text01 {
    margin: 0px 20px;
}

.service_bl02_text01 .service_bl02_text {
    font-size: 12px;
}

/*update for 5p park 20251112*/
.service_bl02_title,
.service_bl02_title span {
    color: #0067B7;
    font-weight: 700;
    text-indent: -1.5em;
    margin-bottom: 10px;
    margin-right: 10px;
}

.service_bl02_title span {
    border: 1px solid #0067B7;
    border-radius: 50%;
    padding: 10px;
    margin-right: 5px;
    border: 1px solid #0067B7;
    border-radius: 50%;
    padding: 10px;
    margin-right: 5px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    text-indent: 0;
}

.service_bl02_text {
    text-indent: -0.7em;
}

.service_bl02_text p {
    margin-bottom: 0px;
}

/* 見出し（中・下線） */
.numtitle04 {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #222222;
    margin: 30px 0px;
}

.numtitle04 span,
h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8;
    margin: 20px 0px 10px 0px;
}

.numtitle04 span {
    color: #0067B7;
    padding-right: 20px;
    border-right: 2px solid #222222;
    margin-right: 20px;
}

.title04bl {
    margin: 15px 0px;
}

.text_margin {
    margin: 20px;
}

.title04bl01 {
    padding: 10px;
}

.title04bl01 h4 {
    color: #003A66;
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    margin: 0px 0px 10px 0px;
}

.title04bl01 h4::after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background-color: #FAB51A;
    position: absolute;
    bottom: 4px;
}

h4.text_color_blue a {
    color: #0067B7 !important;
    text-decoration: underline;
}

/* image height fixed in date_20251117 */
.text_bg01 img {
    height: 350px !important;
}

.text_bg,
.text_bg01 {
    position: relative;
}

.text_bg_bl01 {
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.text_bg_bl02 {
    transform: translate(50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
}

.text_bg_bl01 h4,
.text_bg_bl01 ul li {
    line-height: 1.8;
    color: #003A66;
}

/* tab plugin */
.sp-tab__section_title_642,
.sp-tab__section_title_2502,
.sp-tab__section_title_2522 {
    display: none;
}

.sp-tab__nav {
    width: 100%;
}

.sp-tab__nav-item {
    flex: 1;
    background-color: #99D3FF !important;
}

.sp-tab__nav-link {
    border: none !important;
}

.sp-tab__tab_title,
.sp-tab-content p {
    color: #222222 !important;
    font-size: 16px !important;
    line-height: 2.1;
}

.sp-tab__tab-content .sp-tab__tab-pane {
    border: none !important;
    background-color: #F7F7F7 !important;
}

.sp-tab__lay-default ul {
    border: none !important;
}

.sp-tab__nav-link.sp-tab__active {
    background-color: #F7F7F7 !important;
}

.sp-tab-content ul {
    list-style: none !important;
}

.sp-tab__nav .sp-tab__nav-item {
    margin: 3px !important;
}

.sp-tab__nav .sp-tab__nav-item .sp-tab__nav-link {
    border-bottom: 3px solid #FFFFFF !important;
    border-top-left-radius: 0px !important;
    border-top-right-radius: 0px !important;
}

.sp-tab__nav .sp-tab__nav-item .sp-tab__nav-link.sp-tab__active {
    border-bottom: 3px solid #99D3FF !important;
}

/*「MDCRホームへ」ボタンのスタイル*/
.columBtnWrap02 {
	text-align: center;
	margin: 30px auto;
}

.columBtn02 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 394px;
	height: 64px;
	margin: auto;
	border: 1px solid #0069D3;
	border-radius: 100px;
	background-color: #0069D3;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

a.columBtn02:link {
	color: #ffffff;
	text-decoration: none;
}

a.columBtn02:visited {
	color: #ffffff;
	text-decoration: none;
}

a.columBtn02:hover {
	color: #0069D3;
	text-decoration: none;
	background-color: #ffffff;
}

a.columBtn02:active {
	color: #ffffff;
	text-decoration: none;
}

.columBtn02::after {
	content: "";
	width: 19px;
	height: 1px;
	background-color: #ffffff;
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.columBtn02:hover::after {
	background-color: #0069D3;
}

/* リンクボックス */

.flex_list .flex_list06 {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.flex_list06 li {
    width: 349px;
    height: 455px;
    border-radius: 15px;
    background-color: #FFFFFF;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    position: relative;
    overflow: hidden;
}

.flex_list06_hv {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    z-index: 1;
}

.flex_list06_hv .image-container {
    flex: 1;
    overflow: hidden;
}

.flex_list06_hv img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease;
}

.flex_list06_hv .title04bl01 {
    padding: 20px;
}

.flex_list06_bl {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    display: flex;
    padding: 15px 15px 20px 15px;
    z-index: 2;
}

.flex_list06 li:hover .flex_list06_bl {
    opacity: 1;
    visibility: visible;
}

.flex_list06 li:hover .flex_list06_hv {
    filter: brightness(1);
}

.flex_list06 li.pm_30 {
    height: auto;
    padding: 30px;
    box-shadow: -2px -2px 10px rgba(0, 0, 0, 0.1), 2px 4px 10px rgba(0, 0, 0, 0.1);
}

.flex_list06 li.pm_30 .flex_list06_hv,
.flex_list06 li.pm_30 .flex_list06_bl {
    position: relative;
    opacity: 1;
    visibility: visible;
}

.category_text {
    color: #003A66;
    width: fit-content;
    text-align: center;
    padding: 10px 30px;
    margin: 30px;
    background: #F0F0F0;
    border-radius: 20px;
}

.flex_list07 li {
    width: 250px;
    padding: 10px;
    border-radius: 10px;
    background: #F7F7F7;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.flex_list07_img {
    text-align: center;
}

.flex_list07_img img {
    border-radius: 7px;
}

.flex_list08 li {
    width: 500px;
    background: #F4F4F4;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    display: flex;
    flex-direction: column;
}

.flex_list .title04bl p {
    font-size: 14px;
    color: #0067B7;
}

.flex_list03_bl03 {
    text-align: center;
    line-height: 2.18;
}

.flex_list03_ttl01 {
    font-weight: 700;
    font-size: 21px;
    color: #0067B7;
    text-align: center;
    margin: 15px 0px;
}

.numtitle03 h3,
.count-up {
    color: #0BC1E1;
    text-align: center;
    line-height: 77px;
    letter-spacing: 0.03em;
}

.count-up {
    font-size: 64px;
    font-weight: 700;
}

.small_text {
    font-size: 15px;
    text-align: center;
}

.flex_list_msg01,
.flex_list_msg02 {
    margin-bottom: -70px;
}

.flex_list_msg01 .flex_list_msg01_img {
    text-align: left;
    width: 331px;  /*Added in 20260227*/
}

.flex_list_msg02 .flex_list_msg01_img {
    text-align: right;
    margin-left: auto;/*Added in 20260227*/
    width: 331px;  /*Added in 20260227*/
}

.msg_title01 {
    position: relative;
    width: 825px;
    background-color: #ECF3FA;
    padding: 30px;
    line-height: 2.18;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin: -170px 0 0 auto;
    z-index: 2;
}

.msg_title01.right_align {
    margin: -170px auto 0 0;
}

.msg_title01 h3 {
    font-size: 18px;
    font-weight: 700;
    color: #0067B7;
    margin-bottom: 15px;
}

.msg_title01 h3 span {
    font-size: 17px;
    color: #333333;
}

.flex_list_msg01::after,
.flex_list_msg02::after {
    content: '';
    display: block;
    position: relative;
    z-index: 1;
    width: 130px;
    height: 130px;
    background-color: #ffffff;
}

.flex_list_msg01::after {
    right: -9px;
    top: -120px;
    margin: 0 0 0 auto;
    border-right: 3px solid #0067B7;
    border-bottom: 3px solid #0067B7;
}

.flex_list_msg02::after {
    left: -9px;
    top: -120px;
    margin: 0 auto 0 0;
    border-left: 3px solid #0067B7;
    border-bottom: 3px solid #0067B7;
}

.chart_area01 {
    height: 250px;
}


.linkbtnWrap01 {
    margin: 30px 0 0;
    text-align: center;
}

.linkbtnWrap01 a {
    min-width: 200px;
    height: 45px;
    display: inline-block;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    margin: 0 auto;
    position: relative;
    line-height: 40px;
    padding: 0 50px 0 30px;
}

.linkbtnWrap01 a::after {
    content: '>';
    display: inline-block;
    font-size: 28px;
    position: absolute;
    right: 20px;
    top: -1px;
    font-weight: 300;
}

.linkbtnWrap01.text_color_blue a {
    color: #FFFFFF;
    border: 1px solid #0067B7;
    background-color: #0067B7;
}

.linkbtnWrap01.text_color_blue a:hover {
    background-color: #FFFFFF;
    color: #0067B7;
}

.linkbtnWrap01.text_color_blue a:hover::after {
    color: #0067B7;
}

.linkbtnWrap01.text_color_yellow a {
    color: #FFFFFF;
    border: 1px solid #FAB51A;
    background-color: #FAB51A;
}

.linkbtnWrap01.text_color_yellow a:hover {
    background-color: #FFFFFF;
    color: #FAB51A;
}

.linkbtnWrap01.text_color_yellow a:hover::after {
    color: #FAB51A;
}

.contact-form {
    text-align: center;
    padding: 50px 20px;
}

.contact-message {
    font-size: 25px;
    color: #222222;
    margin-bottom: 20px;
    font-weight: bold;
}

.contact-detail {
    font-size: 16px;
    color: #222222;
    line-height: 1.8;
    margin-bottom: 40px;
}

.contact-submit {
    background-color: #0067B7;
    color: #FFFFFF;
    font-size: 18px;
    width: 236px;
    height: 50px;
    border: none;
    border-radius: 15px;
    cursor: pointer;
    font-weight: 500;
}

.contact-submit:hover {
    background-color: #FFFFFF;
    color: #0067B7;
    border: 2px solid #0067B7;
}

.sideScroll {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    text-decoration: none;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.circle-icon {
    animation: pulse 1s infinite;
    position: relative;
    width: 60px;
    height: 60px;
    background: linear-gradient(90deg, rgba(255, 206, 59, 1) 0%, rgba(255, 194, 8, 1) 30%, rgba(250, 153, 26, 1) 100%);
    border-radius: 50%;
    border: 3px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.circle-icon span {
    color: #ffffff;
    font-weight: bold;
    font-size: 25px;
    -webkit-text-stroke: 1px #222222;
    text-shadow: 3px 2px 0 rgba(0, 0, 0, 0.4);
    margin-bottom: 3px;
}

.block-text {
    animation: pulse 1s infinite;
    position: absolute;
    margin-top: 35px;
    background: linear-gradient(90deg, rgba(255, 206, 59, 1) 0%, rgba(255, 194, 8, 1) 30%, rgba(250, 153, 26, 1) 100%);
    border-radius: 0px 0px 0px 28px;
    width: 50px;
    padding: 35px 10px 8px;
    text-align: center;
    box-shadow: 0 14px 26px -12px rgb(91, 171, 241, 0.7), 0 4px 23px 0px rgba(0, 0, 0, 0.12), 0 8px 10px -5px rgba(91, 0, 241, 0.2);
}

@-webkit-keyframes pulse {
    0% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -webkit-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

@keyframes pulse {
    0% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.4);
    }

    70% {
        -moz-box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 10px rgba(204, 169, 44, 0);
    }

    100% {
        -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
        box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    }
}

.block-text p {
    writing-mode: vertical-lr;
    text-orientation: upright;
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
}

.sideScroll.hidden {
    opacity: 0;
    pointer-events: none;
}

.block-text span {
    position: absolute;
}

.block-text span:nth-child(1) {
    top: 45px;
    right: 0px;
    height: 35%;
    width: 2px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(43, 8, 8, 0)), to(#f8fc45));
    background: linear-gradient(to top, rgba(43, 8, 8, 0), #f8fc45);
    -webkit-animation: 1s animateRight linear -1s infinite;
    animation: 1s animateRight linear -1s infinite;
}

@keyframes animateRight {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    100% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }
}

.block-text span:nth-child(2) {
    bottom: 0px;
    left: 25px;
    width: 50%;
    height: 2px;
    background: -webkit-gradient(linear, left top, right top, from(rgba(43, 8, 8, 0)), to(#f8fc45));
    background: linear-gradient(to right, rgba(43, 8, 8, 0), #f8fc45);
    -webkit-animation: 1s animateBottom linear 1s infinite;
    animation: 1s animateBottom linear 1s infinite;
}

@keyframes animateBottom {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }

    100% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
}

.block-text span:nth-child(3) {
    top: 45px;
    left: 0px;
    height: 25%;
    width: 2px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 8, 8, 0)), to(#f8fc45));
    background: linear-gradient(to bottom, rgba(43, 8, 8, 0), #f8fc45);
    -webkit-animation: 1s animateLeft linear -1s infinite;
    animation: 1s animateLeft linear -1s infinite;
}

@keyframes animateLeft {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    100% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
}

.arrow-down {
    position: fixed;
    bottom: 36%;
    right: 0;
    display: block;
    width: 0;
    height: 0;
    border-left: 31px solid transparent;
    border-right: 31px solid transparent;
    border-top: 32px solid #FAB51A;
    margin: 32px auto 0;
}


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

    /*---------------------------------
    * top mv
    ---------------------------------*/

    body {
        font-size: 16px;
    }

    .top_mv {
        margin-top: 52px;
    }

    .desktop-mv-display {
        display: none;
    }

    .tablet-mv-display {
        display: block;
    }

    .phone-mv-display {
        display: none;
    }

    .underlayer_mv01In {
        padding: 69px 0px 0px;
        text-align: center;
    }

    .underlayer_mv01 {
        height: auto;
        min-height: initial;
    }

    .underlayer_mv01In h1 {
        font-size: 30px;
    }

    .breadcrumb ul {
        padding-left: 0px;
    }

    .service_dtl02,
    .service_dtl05 {
        margin: 30px 0;
    }

    .service_dtl03 {
        padding: 30px 0;
    }

    .service_dtl03_bl{
        margin-top: 40px;
        flex-direction: column;
        padding-left: 0px !important;
    }

    .service_dtl03_bl li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 22px;
    }

    .service_dtl03_bl li:last-of-type{
        margin-bottom: 0;
    }

    /* 請負型開発紹介 page image width fixed in date_20251110 */
    .service_dtl03_blCont02 img{
        width: 100%;
        height: 313px;
    }

    .service_dtl04 {
        margin-top: 30px;
        padding: 30px 0;
    }

    h3 {
        font-size: 28px;
    }

    .numtitle04 span,
    h4 {
        font-size: 17px;
    }

    .service_img01 {
        margin: 20px 0px;
    }

    .service_table01,
    .service_table02 {
        margin-top: 30px;
    }

    .service_table01 table,
    .service_table02 table {
        width: 1300px;
    }

    .flex_list,
    .flex_list1 {
        margin-top: 20px;
    }

    .flex_list02 {
        justify-content: space-between;
    }

    .flex_list03 {
        gap: 50px;
    }

    .flex_list04,
    .flex_list05 {
        flex-direction: column;
    }

    .flex_list08 {
        flex-direction: column;
        align-items: center;
    }

    .flex_list04_title {
        margin-top: 0px;
    }

    .flex_list04_title .flex_list05_text{
        margin-left: 30px;
        width: auto;
    }

    .flex_list04.reverse {
        flex-direction: column-reverse;
    }

    .flex_list04_img {
        width: 100%;
        margin-bottom: 15px;
    }

    .service_img01.js-scrollable img {
        max-width: initial !important;
    }

    .flex_list04_text,
    .flex_list05_text {
        width: 100%;
        margin-top: 15px;
    }

    .flex_list06_bl {
        display: none;
        opacity: 0;
        pointer-events: none;
        transition: opacity 0.3s ease;
    }

    .flex_list .flex_list06{
        justify-content: center;
    }

    .flex_list06 li.active-click .flex_list06_bl {
        display: block;
        opacity: 1;
        pointer-events: auto;
        z-index: 100;
    }

    .m_r50 {
        width: 450px; /*Added in 20260227*/
        margin: 0 auto 15px auto;/*Added in 20260227*/
        /* margin-right: 0px; */
    }

    .service_dtl02 .title03 {
        margin: 30px 0px;
    }

    .title03,
    .title03bl {
        margin-bottom: 30px;
    }

    .service_dtl02 .design_left_yellow,
    .service_dtl04 .design_left_yellow {
        margin: 20px 0px;
    }

    .service_img01 {
        margin: 20px 0px;
    }

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

    .numtitle04 {
        margin: 20px 0px;
    }

    .design_under_blue {
        margin: 20px 0px;
    }

    .category_text {
        margin: 20px;
    }

    .text_bg_bl02 ul li img {
        width: 75%;
    }

    .text_bg_bl02 {
        transform: translate(20%, -50%);
        text-align: right;
        width: 40%;
    }

    .msg_title01 {
        width: 100%;
        margin: -10px 0 0 auto;
    }

    .msg_title01.right_align {
        margin: -10px auto 0 0;
    }
}

/* ===== Fine‑tune for big desktops (optional) ===== */
@media (min-width: 1280px) {
  .mv_overlay .banner-text {
    font-size: 20px;  /* subtle bump on large screens */
    /* Keep position unless you want to adjust:
       left: 76%; top: 90%; */
  }
}

/* ===== Tablet breakpoint (768–1279px) ===== */
@media (max-width: 1279px) and (min-width: 768px) {
  .mv_overlay .banner-text {
    /* Slightly more centered horizontally so it doesn’t hug the edge */
    left: 50%;
    top: 85%;
    font-size: 16px;  /* scale down a touch */
    padding: 0 0.75rem;
  }
}

@media screen and (max-width: 1024px) {
    .mv_overlay {
        background: rgba(0, 0, 0, 0.2);
    }

    .flex_list_msg01,
    .flex_list_msg02 {
        padding-left: 0px !important;
    }

    .text_bg_bl01 {
        position: static;
        transform: none;
        padding: 20px;
        background-color: #ECF3FA;
    }

    .text_bg_bl01 h4,
    .text_bg_bl01 ul li {
        padding-left: 20%;
    }

    .text_bg01>img:first-of-type {
        display: none;
    }

    .mv_overlay .banner-text {
        font-size: 18px;
    }
}

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

    .desktop-mv-display {
        display: none;
    }

    .tablet-mv-display {
        display: none;
    }

    .phone-mv-display {
        display: block;
    }

    .underlayer_mv01In h1 {
        font-size: 25px;
    }

    .service_dtl02,
    .service_dtl05 {
        margin: 20px 0;
    }

    .service_dtl03 {
        padding: 20px 0;
    }

    .service_dtl04 {
        margin-top: 20px;
        padding: 20px 0;
    }

    h3 {
        font-size: 25px;
    }

    .service_table01,
    .service_table02 {
        margin-top: 20px;
    }

    .service_dtl02 .title03 {
        margin: 20px 0px;
    }

    .title03,
    .title03bl {
        margin-bottom: 20px;
    }

    .title05 h3 {
        padding-bottom: 20px;
    }

    .numtitle04 span,
    h4 {
        font-size: 16px;
    }

    .flex_list06_bl p {
        -webkit-line-clamp: 14;
    }

    .text_bg_bl01 h4,
    .text_bg_bl01 ul li {
        padding-left: 15%;
    }

    .text_bg>img:first-of-type {
        display: none;
    }

    .text_bg_bl02 {
        position: static;
        transform: none;
        text-align: center;
        width: 100%;
    }

    .sp-tab__nav-item {
        flex: 1 1 100%;
    }

    .sp-tab__tab_title,
    .sp-tab-content p {
        font-size: 14px !important;
    }

    .sideScroll {
        height: 120px;
    }

    .block-text {
        display: none;
    }

    /*update for 5 p park 20251112*/
    .service_bl02_text.service_bl02_text{
        padding-right: 30px;
    }

    .service_bl02_title{
        margin-right: 20px;
    }

    .address-button{
        width: 200px;
        font-size: 14px;
    }

    .lang-en .address-button{
        width: 190px;
    }

    .lang-mm .address-button {
        width: 230px;
    }

}

@media screen and (max-width: 767px) {
    .flex_list06 {
        justify-content: space-around;
    }

    	.columBtnWrap02 {
		text-align: center;
		margin: 30px auto 30px auto;
	}

	.columBtn02 {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 100%;
		height: 50px;
		margin: auto;
		border: 1px solid #0069D3;
		border-radius: 100px;
		background-color: #0069D3;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	a.columBtn02:link {
		color: #ffffff;
		text-decoration: none;
	}

	a.columBtn02:visited {
		color: #ffffff;
		text-decoration: none;
	}

	a.columBtn02:hover {
		color: #0069D3;
		text-decoration: none;
		background-color: #ffffff;
	}

	a.columBtn02:active {
		color: #ffffff;
		text-decoration: none;
	}

	.columBtn02::after {
		content: "";
		width: 19px;
		height: 1px;
		background-color: #ffffff;
		position: absolute;
		right: 16px;
		top: 50%;
		margin-top: -1px;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all 0.3s ease;
	}

	.columBtn02:hover::after {
		background-color: #0069D3;
	}

    .detailMainvisualNews01 {
        margin-top: 52px !important;
    }

    .detailH101 {
        font-size: 25px !important;
        line-height: 1.8em !important;
        font-weight: bold !important;
        margin-top: 0px !important;
        margin-bottom: 0rem !important;
        letter-spacing: 0 !important;
    }

    .detailMainvisualIn01 {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        box-sizing: border-box !important;
        height: 140px !important;
        padding-top: 0px !important;
    }

    .service_dtl08_ttl01 {
        margin-top: 0px !important;
    }

    /*Added in 20260227*/
    .flex_list04_img.m_r50 {
        width: 100%;
        margin-bottom: 15px;
    }

    /* 2026/03/04 */
    .mv_overlay .banner-text {
        top: 85%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-size: 15px;
        padding: 0 0.75rem;
    }

    /* Make overlay a bit stronger on mobile for better contrast */
    .mv_overlay::before {
        background: linear-gradient(180deg, rgba(0,0,0,0.28), rgba(0,0,0,0.52));
    }

}

/* Added in 20260303 */
@media screen and (min-width: 539px) and (max-width: 545px) {
    .flex_list04_img.m_r50 {
        width: 450px;
        margin: 0 auto 15px;
  }
}

@media screen and (max-width: 614px) {
    .service_bl02_list {
        flex-direction: column;
        align-items: center;
        padding-left: 40px;
    }

    .service_bl02_text01,
    .service_bl03_wrap,
    .service_bl02_textwrap,
    .flex_list08 li {
        width: 100%;
    }

    li.service_bl02_img {
        margin-left: -40px;
    }
}

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

    .flex_list02,
    .flex_list07 {
        justify-content: space-around;
    }

    .flex_list07 {
        justify-content: space-around;
        padding-right: 2rem;
    }

    /* .service_dtl04 .flex_list05_text add htar at 20250904 */
    .service_dtl03 .flex_list05_text
    {
        margin-left: 0px;
    }

    /* update at 20251215*/
    .service_dtl02 .flex_list05_text ,
    .service_dtl04 .flex_list05_text{
        width: 100%;
        margin: 15px auto;
    }

    .flex_list03 img {
        height: auto;
    }

    .flex_list_msg01,
    .flex_list_msg02 {
        padding-left: 0px !important;
    }

    .flex_list04 .flex_list05_text {
        width: 500px;
    }
}

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

    .flex_list_msg01 .flex_list_msg01_img,
    .flex_list_msg02 .flex_list_msg01_img {
        text-align: center;
        margin: 0 auto; /*Added in 20260227*/
    }

    .msg_title01,
    .msg_title01.right_align {
        margin-top: 15px;
    }
}

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

    .text_bg_bl01 h4,
    .text_bg_bl01 ul li {
        padding-left: 3%;
    }

    .contact-detail {
        font-size: 14px;
    }

    .contact-message {
        font-size: 18px;
    }

    .contact-submit{
        font-size: 16px;
        width: 200px;
    }
}

@media screen and (max-width: 450px) {
    .flex_list04 .flex_list05_text {
        width: 400px;
    }
}

@media screen and (max-width: 417px) {
    .service_bl02_wrap {
        width: 100%;
    }

    .service_bl02 {
        padding-left: 0px;
    }

    .flex_list04 .flex_list05_text {
        width: 350px;
    }
     
    .service_bl02_title
    {
        margin-right: 36px;
    }
}

/* Webサイト構築・保守,教育制度,BTO  galaxy fold update in_20251216 */
@media screen and (max-width: 344px) {
    .flex_list04 .flex_list05_text {         
        width: 300px;
    }
}

@media screen and (max-width: 340px) {
    .flex_list03_bl01 {
        margin-left: 145px;
    }
}

/* 教育制度 page image width fix in daate_20251117 */
@media screen and (min-width: 1440px) {
    .text_bg01 img {
        height: auto;
        width: 100%;
    }
}

@media screen and (min-width: 1133px) {
    /* 教育制度 page image height add date_20251117 */
    .text_bg01 img {
        height: 400px !important;
    }
}