@charset "UTF-8";


@media print {

  /* 印刷時の余白をゼロに設定 */
  @page {
    margin: 0; /* ページの余白をゼロに設定 */
  }
  
  .print_area_div {
        display:block!important;
    }
  
  /* ヘッダーの設定 */
  #header {
    display:none!important;
  }
  .footer_wrap {
      display:none!important;
  }
  
body {
    width: 100%!important; /* 画面幅をそのまま維持 */
  }
  
  .main_container img {
      max-width:400px!important;
  }
  

	.side_container{
		display:none!important;
	}
	.main_container{
		width: 100%!important;
		padding: 30px!important;
		position: relative!important;
/*		min-height: 100vh!important;*/
	}
	.side_container> ul{
		display:block!important;
		color: #21B5C6!important;
	}
    


}



/* CSS Document */
html {
    /* ルートのフォントサイズを10pxに設定しておく */
    font-size: 62.5%;
    }

body{
  font-size: 1.6rem;
  line-height:2em;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif!important;
  color:#000;
  width: 100%;
  position: relative;
  overflow-x: hidden!important;
  margin: 0;
}

.print_area_div {
    display:none;
}

div{
	box-sizing:border-box!important;
}
header {
	position: fixed;
	padding: 3em 0;
	width: 100%;
	font-size: 2em;
	text-align: center;
	color: #fff;
	background-color: #000;
	transition: .3s;
}

/*-----------------共通--------------------*/


.cat_label {
    font-size:10px;
    background-color: #21b5c6;
    color:#ffffff;
    padding:3px;
    border-radius: 5px;
    display:block;
    line-height:14px;
    max-width: 90px;
    text-align: center;
    letter-spacing: 1px;
}


/* カテゴリごとに色分け */
.cat_label_1  { background-color: #21b5c6; } /* ベースカラー */
.cat_label_2  { background-color: #1ea2b1!important; }
.cat_label_3  { background-color: #1b8f9c!important; }
.cat_label_4  { background-color: #187c87!important; }
.cat_label_5  { background-color: #156972!important; }
.cat_label_6  { background-color: #13575e!important; }
.cat_label_7  { background-color: #10444a!important; }
.cat_label_8  { background-color: #0d3136!important; }
.cat_label_9  { background-color: #0a1f22!important; }
.cat_label_10 { background-color: #071c1f!important; }
.cat_label_11  { background-color: #21b5c6; } /* ベースカラー */
.cat_label_12  { background-color: #1ea2b1!important; }
.cat_label_13  { background-color: #1b8f9c!important; }
.cat_label_14  { background-color: #187c87!important; }
.cat_label_15  { background-color: #156972!important; }
.cat_label_16  { background-color: #13575e!important; }
.cat_label_17  { background-color: #10444a!important; }
.cat_label_18  { background-color: #0d3136!important; }
.cat_label_19  { background-color: #0a1f22!important; }
.cat_label_20 { background-color: #071c1f!important; }

.activity_cat_label {
    font-size:10px;
    background-color: #21b5c6;
    color:#ffffff;
    padding:3px;
    border-radius: 5px;
    display:block;
    line-height:14px;
    max-width: 90px;
    text-align: center;
    letter-spacing: 1px;
}

.activity_cat_label_1  { background-color: #21b5c6!important; }
.activity_cat_label_2  { background-color: #1ea2b1!important; }
.activity_cat_label_3  { background-color: #1b8f9c!important; }
.activity_cat_label_4  { background-color: #187c87!important; }
.activity_cat_label_5  { background-color: #156972!important; }
.activity_cat_label_6  { background-color: #13575e!important; }
.activity_cat_label_7  { background-color: #10444a!important; }
.activity_cat_label_8  { background-color: #0d3136!important; }
.activity_cat_label_9  { background-color: #0a1f22!important; }
.activity_cat_label_10 { background-color: #071c1f!important; }
.activity_cat_label_11  { background-color: #21b5c6!important; }
.activity_cat_label_12  { background-color: #1ea2b1!important; }
.activity_cat_label_13  { background-color: #1b8f9c!important; }
.activity_cat_label_14  { background-color: #187c87!important; }
.activity_cat_label_15  { background-color: #156972!important; }
.activity_cat_label_16  { background-color: #13575e!important; }
.activity_cat_label_17  { background-color: #10444a!important; }
.activity_cat_label_18  { background-color: #0d3136!important; }
.activity_cat_label_19  { background-color: #1b8f9c!important; }
.activity_cat_label_20 { background-color: #071c1f!important; }

/* 会議用 */
.activity_cat_label_meeting {
  background-color: #888; /* 会議はグレーなど別色に */
}


/* === aタグ背景も微妙にトーンを変える === */
.infcont-list-item.color-1 { background-color: rgba(33, 181, 198, 0.08); }
.infcont-list-item.color-2 { background-color: rgba(47, 193, 176, 0.08); }
.infcont-list-item.color-3 { background-color: rgba(74, 200, 142, 0.08); }
.infcont-list-item.color-4 { background-color: rgba(110, 208, 119, 0.08); }
.infcont-list-item.color-5 { background-color: rgba(165, 216, 110, 0.08); }
.infcont-list-item.color-6 { background-color: rgba(216, 212, 110, 0.08); }
.infcont-list-item.color-7 { background-color: rgba(247, 186, 96, 0.08); }
.infcont-list-item.color-8 { background-color: rgba(247, 136, 96, 0.08); }
.infcont-list-item.color-9 { background-color: rgba(240, 96, 120, 0.08); }
.infcont-list-item.color-10 { background-color: rgba(255,255, 255, 0.08); }
.infcont-list-item.color-11 { background-color: rgba(33, 181, 198, 0.08); }
.infcont-list-item.color-12 { background-color: rgba(47, 193, 176, 0.08); }
.infcont-list-item.color-13 { background-color: rgba(74, 200, 142, 0.08); }
.infcont-list-item.color-14 { background-color: rgba(110, 208, 119, 0.08); }
.infcont-list-item.color-15 { background-color: rgba(165, 216, 110, 0.08); }
.infcont-list-item.color-16 { background-color: rgba(216, 212, 110, 0.08); }
.infcont-list-item.color-17 { background-color: rgba(247, 186, 96, 0.08); }
.infcont-list-item.color-18 { background-color: rgba(247, 136, 96, 0.08); }
.infcont-list-item.color-19 { background-color: rgba(240, 96, 120, 0.08); }
.infcont-list-item.color-20 { background-color: rgba(214, 96, 177, 0.08); }

.infcont-list-item.color-meeting { background-color: rgba(165, 216, 110, 0.08)!important; }

.type_bg {
	width:100%;
	overflow: hidden;
	cursor:pointer;
}

.type_bg img{
	transition:1s all;
}
.type_bg:hover a img {
	transform:scale(1.1,1.1);
	transition:1s all;
}

@media (min-width: 1250px) {

    .sp_1250{
        display: none;
    }
}
@media (max-width: 1250px) {

    .sp_1250{
        display: block;
    }
}


@media (min-width: 960px) {
    .pcbr{
        display: inline-block;
    }
    .spbr{
        display: none;
    }
}
@media (max-width: 959px) {
    .pcbr{
        display: none;
    }
    .spbr{
        display: inline-block;
    }
}
@media (min-width: 960px) {
    .pc {
        display:block;
    }
    .sp {
        display:none;
    }
    .sp_only {
        display:none!important;
    }
}
@media (min-width: 767px) {
    .sp_only2 {
        display:none!important;
    }
}
@media (max-width: 960px) {
    .pc {
        display:none;
    }
    .pc_only {
        display:none!important;
    }
    .sp {
        display:block;
    }
}


.tablet_only {
  display:none;
}

@media screen and (max-width: 960px) and (min-width: 768px) {
  .tablet_only {
    display:block!important;
  }
}

.vmore_btn > a{
	min-width: 100px;
	padding: 10px 30px;
	border-radius: 10px;
	line-height: 1em;
	border:solid 1px #21B5C6;
	color: #21B5C6!important;
	background-color: #fff;
	position: relative;
	transition: all .3s ease;
	display: inline-block;
	font-weight: 700;
	margin-top: 15px;
}
@media (min-width: 768px) {
	.vmore_btn > a:hover{
		border:solid 1px #21B5C6;
		color: #fff!important;
		background-color: #21B5C6;
	}
}
.vmore_btn > a > .icon_position{
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
}
a > .linkicon{
	width: 20px;
	height: 20px;
	transition: all .3s ease;
	display: inline-block;
}
a > .linkicon::after{
	content: '';
	width: 7px;
	height: 7px;
	border-top: solid 1px #21B5C6;
	border-right: solid 1px #21B5C6;
	position: absolute;
	top: 50%;
	right: 6px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}

@media (min-width: 768px) {
	a:hover > .linkicon::after{
		border-top: solid 1px #fff;
		border-right: solid 1px #fff;
		position: absolute
	}
}

.mark_w {
    display: inline;
    font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic Medium", "Yu Gothic", Verdana, Meiryo, sans-serif;
    background-color: #ffffff!important;
}
.txt_w{
    color:#fff;
}
.txt_list {
	padding:15px;
}
.txt_list li{
	list-style:disc;
	margin-left: 30px;
}
.pdgb30{
    padding-bottom: 30px;
}
.pdgtb30{
    padding: 30px 0;
}
.pdgtb50{
    padding: 50px 0;
}
.pdgb50{
    padding-bottom: 50px;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.img_full{
    width:100%;
    height: auto;
	vertical-align: top;
}
.svg_full img{
    width:100%;
    max-width: 300px;
    height: auto;
}
.z_img img{
    transition:1s all;
}
.z_img img:hover{
    transform:scale(1.1,1.1);
    transition:1s all;
}
.op7_img img{
    transition:1s all;
}
.op7_img img:hover{
    opacity: 0.7;
    transition:1s all;
}


/*-----------------topimg-----------------*/

@media screen and (min-width: 959px) {
	.top_main_r{
		width: 50px;
		height:100%;
		position:absolute;
		top:0;
		right:0;
	}
  .top_main_r:before{
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: #21B5C6;
  }
	.top_main_r > .copy{
		transform:rotate(90deg);
		transform-origin: bottom right;
		color: #7D7D7D;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		letter-spacing: 1.4px;
		position: absolute;
		top: 267px;
		right: 35px;
		white-space: nowrap;
	}
	.top_main_r > .scroll{
		transform:rotate(90deg);
		transform-origin: bottom right;
		color: #272433;
		text-align: center;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		position: absolute;
		bottom: 60px;
		right: 35px;
		white-space: nowrap;
	}
}
@media screen and (max-width: 960px) {
	.top_main_r{
		width: 30px;
		height:100%;
		position:absolute;
		top:0;
		right:0;
	}
  .top_main_r:before{
    display:none;
  }
	.top_main_r > .copy{
    display:none;
	}
	.top_main_r > .scroll{
		transform:rotate(90deg);
		transform-origin: bottom right;
		color: #fff;
		text-align: center;
		font-family: Inter;
		font-size: 14px;
		font-style: normal;
		font-weight: 600;
		line-height: normal;
		position: absolute;
		bottom: 60px;
		right: 35px;
		white-space: nowrap;
	}

  @media (max-width: 959px) {
    .top_main_btn_form > a {
      color: #fff !important;
      font-weight: 700;
      transition: all 0.5s ease;
      font-size: 1.7rem;
      display: flex;
      width: 166px;
      height: 40px;
      padding: 10px 10px 10px 20px;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
      border-top-left-radius: 20px!important ;
      border-bottom-left-radius: 20px!important;
      background: #21B5C6;
      text-decoration: none;
      margin: 0 auto;
      position: relative;
      overflow: hidden;
      position: absolute;
      top:5px;
      right:0;
    }
    .top_main_btn_form > a > .arrow {
        margin-left: 10px;
    }
  }
  /* ホバー時の背景色変化 */
  .top_main_btn_form > a:hover {
      background: #272433;
      color: #fff !important;
      box-shadow: 0 6px 20px rgba(0,0,0,0.3);
  }
  /* 矢印コンテナ */
  .top_main_btn_form > a > .arrow {
      width: 23px;
      height: 23px;
      flex-shrink: 0;
      aspect-ratio: 1/1;
      border-radius: 50%;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: center;
      background: #fff;
      overflow: hidden;
  }
}
.top_main_r_arrow{
  width:50px;
  height:50px;
  position:absolute;
  bottom:0;
  right:0;
}
.top_main_r_arrow::after {
  content: '';
  width: 8px;
  height: 8px;
  border-right: solid 1px #fff;
  border-top: solid 1px #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(135deg);
  transition: all .2s ease;
}
.top_main_r_arrow::before {
  content: '';
  width: 1px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) ;
  transition: all .2s ease;
}
.top_main {
  width: 100%;
  height: 550px;
  margin-top: 100px;
	padding:0 50px;
  overflow: hidden;
  position: relative;
}
.top_main::before {
  content:'';
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #21B5C6;
  z-index: -1;
}
@media screen and (max-width: 960px) {
	.top_main {
		 margin-top: 60px!important;
	padding:0;
	}
}
.top_main_img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  display: block;
}
.top_main_on_ctt{
	position:absolute;
	bottom:30px;
	left:80px;
	color: #FFF;
	font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', sans-serif!important;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 18.2px */
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}
.top_main_on_ctt > span{
	color: #FFF;
	font-size: 48px;
	font-style: normal;
	font-weight: 600;
	line-height: 73px; /* 152.083% */
}
@media screen and (max-width: 960px) {
	.top_main_on_ctt{
		bottom:20px;
		left:20px;
	}
		.top_main_on_ctt > span{
		font-size: 22px;
		line-height: 1.5em;
		display:inline-block;
		background : #000;
		padding:5px;
		margin-bottom:3px;
	}
}


/**************gotopイベント****************/
@media (min-width: 768px) {
    #gotop a {
      display: inline-block;
      color: #000;
      font-size: 12px;
      font-family: 'Josefin Sans', sans-serif;
      line-height: 1;
      letter-spacing: .1em;
      text-transform: uppercase;
      text-decoration: none;
      writing-mode: vertical-lr;
        position: absolute;
        bottom: 15px;
        right: 30px;
    }
}
@media (max-width: 767px) {
    #gotop a {
      display: inline-block;
      color: #000;
      font-size: 12px;
      font-family: 'Josefin Sans', sans-serif;
      line-height: 1;
      letter-spacing: .1em;
      text-transform: uppercase;
      text-decoration: none;
      writing-mode: vertical-lr;
        position: absolute;
        bottom: 15px;
        right: 15px;
    }
}
#gotop a::after {
  content: '';
  position: absolute;
  bottom: 80px;
  right: 50%;
  width: 1px;
  height: 100px;
  background: #000;
}
#gotop a::after {
  animation: gtp 2s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes gtp {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
  35% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  35.1% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  70%, 100% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
}
/**************スクロールダウンイベント****************/

#top_s_down a {
	display: inline-block;
	overflow: hidden;
	color: #fff;
	background: #21B5C6;
	padding: 10px 5px;
	border-radius: 10px;
	box-sizing: border-box;
	font-size: 12px;
	font-family: 'Josefin Sans', sans-serif;
	line-height: 1;
	letter-spacing: .1em;
	text-decoration: none;
	writing-mode: vertical-lr;
	transform: rotate(180deg);
	position: absolute;
	bottom: 47px;
	right: 25px;
	z-index:1500;
}

/*img_animation*/
.objct_animation{
	animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
.i_animation_objct{
	animation-name: objct_anim_box;
}
@keyframes objct_anim_box {
  0% { transform: translate(0, 0px) }
  100% { transform: translate(0, -20px) }
}


/*------------------index_about------------------*/

.about_btn_wrap{
  color:#000;
}
.about_bg_loop {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100vw;
  overflow: hidden;
  z-index: 0;
  height: 140px;
  pointer-events: none;
  white-space: nowrap;
}
.about_bg_loop__inner {
  display: inline-block;
  white-space: nowrap;
  animation: aboutLoop 120s linear infinite;
  will-change: transform;
}
.about_bg_loop span {
  color: rgba(255, 255, 255, 0.40);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 100px;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
  letter-spacing: 2px;
  margin-right: 80px; /* 文字間の余白 */
  display: inline-block;
}
@keyframes aboutLoop {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.i_container_about {
  position: relative;
  z-index: 1;
}
.i_container_about {
  width: 100%;
  background: linear-gradient(180deg, #21B5C6 0%, #105860 100%);
  padding: 70px 0 70px 0;
  position: relative;
  overflow: hidden;
}
.i_container_about::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('../images/bg_hokkaido.webp?1') no-repeat bottom left;
	background-size: cover;
	z-index: 1;
}
.about_grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  align-items: center;
  position: relative;
  z-index: 2;
  padding-left: 80px;
  padding-right: 80px;
}
.about_text {
  grid-column: 1 / span 7;
  color: #fff;
  font-family: "Noto Sans JP", "Inter", sans-serif;
  padding-left: 0;
}
.about_img {
  grid-column: 8 / span 5;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1200px) {
  .about_grid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
@media (max-width: 960px) {
  .i_container_about {
    width: 100%;
    padding: 70px 0 0 0;
  }
  .about_bg_loop {
    position: absolute;
    left: 0;
    bottom:250px;
  }
  .about_grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0 10px;
  }
  .about_text,
  .about_img {
    grid-column: auto;
  }
  .about_img{
    height: 300px;
  }
  .about_text {
    padding: 30px 10px 30px 10px;
  }
  .about_img img {
    width: 100%;
    max-width: 100%!important;
    height: 100%;
    object-fit: cover;
    border-radius: 0!important;
    box-shadow: none!important;
  }
}
.about_label {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  opacity: 0.8;
}
.about_title {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 18px;
  line-height: 1.1;
}
.about_sub {
  font-size: 22px;
  font-weight: 400;
  display: block;
  margin-top: 8px;
  opacity: 0.8;
}
.about_desc {
  font-size: 17.5px;
  font-weight: 400;
  margin-bottom: 32px;
  line-height: 1.7;
  opacity: 0.95;
}
.about_btn {
  display: inline-block;
  background: #fff;
  color: #222!important;
  font-size: 18px;
  font-weight: 600;
  padding: 12px 32px;
  border-radius: 8px;
  text-decoration: none;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: background 0.2s, color 0.2s;
  border: 1px solid #eee;
}
.about_btn:hover {
  background: #f2f2f2;
  color: #0ba7c1;
}
.about_btn_arrow {
  margin-left: 10px;
  font-size: 20px;
  vertical-align: middle;
}
.about_img {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about_img img {
  width: 100%;
  max-width: 480px;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.18);
  object-fit: cover;
  aspect-ratio: 4/3;
}
@media (max-width: 960px) {
  .about_label {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    opacity: 0.8;
    display: inline-block;
    position: absolute;
    top: -55px;
    right: 20px;
  }
  .about_grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding: 0;
  }
  .about_text {
    padding: 30px 20px;
  }
}


.about_msg {
	width:100%;
	position: relative;
	margin: 0 auto;
	margin-top:70px;
	margin-left:70px;
}
.about_msg2 {
	font-size:1.8rem;
	line-height: 2em;
	font-weight:700;
	letter-spacing:1px;
}
@media (max-width: 960px) { 
	.about_msg {
		width:100%;
		position: relative;
		padding: 20px 4px 20px 4px;
		margin: 0 auto;
	}
	.about_msg2 {
		font-size:1.8rem;
		line-height: 2em;
		font-weight:700;
	}
}
@media (min-width: 960px) {
	.ictt_about{
		max-width: 1160px;
		margin: 0 auto;
		padding: 30px;
		position: relative;
		display: flex;
		flex-wrap: nowrap;
	}
}
@media (max-width: 959px) {
	.ictt_about{
		max-width: 1160px;
		position: relative;
	}
	.about_img{
		position:relative;
		display: flex;
		justify-content: center;
		padding-top: 20px;
	}
}

/*------------------index_共通------------------*/

@media (min-width: 960px) {
	.i_ttl{
		font-family: "Noto Sans JP-Bold", Helvetica;
		font-weight: 700;
		color: #000000;
		font-size: 4rem;
		text-align: center;
		letter-spacing: 4px;
		line-height: 1.2em;
		padding-bottom: 50px;
	}
}
@media (max-width: 959px) {
	.i_ttl{
		font-family: "Noto Sans JP-Bold", Helvetica;
		font-weight: 700;
		color: #000000;
		font-size: 3rem;
		text-align: center;
		letter-spacing: 4px;
		line-height: 2em;
		padding:30px 0;
	}
}
.i_ttl_sub{
	font-family: "Noto Sans JP-Bold", Helvetica;
	font-weight: 700;
	color: #000000;
	font-size: 3rem;
	text-align: center;
	letter-spacing: 4px;
	line-height: 2em;
}
/*------------------index_service------------------*/
.img_roun_shadow{
	border-radius: 20px;
	box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.25), -5px -5px 5px 0px rgba(255, 255, 255, 0.25);
}
@media (min-width: 960px) {
	.ictt_service_ttl{
		font-family: "Noto Sans JP-Regular", Helvetica;
		font-weight: 400;
		color: #f5f5f5;
		font-size: 8.8rem;
		letter-spacing: 2.64px;
		line-height: 1em;
		position: absolute;
		left: 0;
		top:40px;
		z-index: -1;
	}
    .i_container_service{
        width:100%;
        position: relative;
		padding: 50px 30px;
		box-sizing: border-box;
    }
	.i_container_service_inner{
        width: 100%;
        max-width: 1280px;
        height: auto;
        margin: 0 auto;
        box-sizing: border-box!important;
        position: relative;
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		border-top: solid 1px #F5F5F5;
		border-left: solid 1px #F5F5F5;
	}
    .ictt_service{
        width:33.333333%;
		padding: 30px;
        box-sizing: border-box;
        position: relative;
		display:flex;
		flex-wrap: wrap;
		border-right: solid 1px #F5F5F5;
		border-bottom: solid 1px #F5F5F5;
        overflow: hidden;
    }
	.ictt_service > h3{
		font-size: 1.9rem;
		line-height: 1.5em;
		display: flex;
/*        display: inline-block;*/
        position: relative;
		align-items: center;
		font-weight: 700;
		min-height: 65px;
        
       
	}
    
.h3_marquee {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    display: flex;
}
.h3_marquee::before {
    background-color: #ffffff;
    z-index: 20;
    padding-right:5px!important;
    margin-right:0px!important;
}

.h3_marquee .marquee_inner {
    display: flex;
    gap: 2rem; /* 文字間の余白 */
    min-width: max-content;
/*    animation: marquee 50s linear infinite;
    animation-play-state: paused;*/
}
.h3_marquee.active .marquee_inner {
    animation-play-state: running; /* 画面中央でスクロール開始 */
}
@keyframes marquee {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-100%);
    }
}

    
    
    .ictt_service .img{
        position: relative;
        width: 100%;
        margin-bottom: 20px;
		overflow: hidden;
    }
    .ictt_service p{
		min-height: 64px;
    }
}
@media (max-width: 959px) {
	.ictt_service_ttl{
		font-family: "Noto Sans JP-Regular", Helvetica;
		font-weight: 400;
		color: #f5f5f5;
		font-size: 5rem;
		letter-spacing: 2.64px;
		line-height: 1em;
		position: absolute;
		left: 0;
		top:60px;
		z-index: -1;
	}
    .i_container_service{
        width: 100%;
        position: relative;
    }
	.i_container_service_inner{
        width: 100%;
        height: auto;
        margin: 0 auto;
        box-sizing: border-box;
        position: relative;
/*		display: flex;*/
		flex-wrap: wrap;
		align-items: stretch;
		border-top: solid 1px #F5F5F5;
		border-left: solid 1px #F5F5F5;
		padding: 10px;
	}
    .ictt_service{
/*        width:50%;*/
        width:100%;
		padding: 10px;
        box-sizing: border-box;
        position: relative;
		display:flex;
		flex-wrap: wrap;
		border-right: solid 1px #F5F5F5;
		border-bottom: solid 1px #F5F5F5;
    }
	.ictt_service > h3{
		font-size: 1.6rem;
		line-height: 1.3em;
		padding-bottom: 15px;
		display: flex;
		align-items: flex-start;
		font-weight: 700;
	}
    .ictt_service .img{
        position: relative;
        width: 100%;
		height: auto;
        margin-bottom: 15px;
		overflow: hidden;
		aspect-ratio: 3 / 2
    }
    .ictt_service p{
		min-height: 64px;
		font-size: 1.4rem;
		line-height: 1.5em;
    }
}
.ictt_service > h3::before{
	content: '●';
	font-size: 1rem;
	color: #21B5C6;
	margin-right: 5px;
}
.ictt_service > .img > a{
	width: 100%;
	height: 100%;
	position: relative;
	display: block;
}
.ictt_service .img > a > img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: relative;
	vertical-align: bottom;
}
.ico_pr{
	font-size: 1.6rem;
	font-weight: 700;
	display: inline-block;
	line-height: 1em;
	border:solid 2px #000;
	padding: 2px 5px;
}
.ictt_service_vmore{
	width: 100%;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
}

.ictt_service_vmore > a{
	width: 100%;
	color: #21B5C6!important;
	position: relative;
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-weight: 700;
	transition: all .3s ease;
}
.ictt_service_vmore > a > .arrow{
	margin-right: 4px;
	width:  9px;
	height: 9px;
	border-top: solid 2px #21B5C6;
	border-right: solid 2px #21B5C6;
	transform: translateY(-50%) rotate(45deg);
	transition: all .3s ease;
}
.ictt_service_vmore > a > .link{
	width: 21px;
	height: 16px;
	background:url("../img/ico_link.webp") no-repeat;
	background-size: contain;
}
.ictt_service_vmore > a > .link{
	transition: all .3s ease;}

@media (min-width: 768px) {
	.ictt_service_vmore > a:hover{
		text-decoration: underline;
		opacity: .7;
	}
	.ictt_service_vmore > a:hover > .arrow{
	margin-right: 0;
	}
	.ictt_service_vmore > a:hover > .link{
		opacity: .7;
	}
}

/*-------------------ictt_news-------------------*/


.i_container_news {
  background: #F5F5F5;
}
.i_container_news_ctt {
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 80px;
  text-align: center;
}
.news_tit1 { font-size: 24px; font-weight: 400; margin-bottom: 10px; }
.news_tit12 { font-size: 32px; font-weight: 700; padding-bottom: 30px; }

.news_ttl_wrap {
  display: flex;
	align-items: center;
  background: #fff;
  border-radius: 40px;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
  padding: 16px 32px; margin-bottom: 32px;
  cursor: pointer; transition: 0.2s;
	position: relative;
}

.news_ttl_wrap_press {
  background: #e5f9fb;
}

@media (max-width: 959px) {
  .news_ttl_wrap { 
      display: block!important;
      margin-bottom: 16px;
      border-radius: 10px!important;
      padding: 16px 10px;
  }
  
   .activity_ttl_wrap { 
      padding: 16px 10px!important;
  }
  .activity_date::before {
      display:none!important;
  }
  
  .news_btn_wrap {  margin-top: 32px;}
  
  .news_tit_str {
    display: block !important;
    width: 100% !important;
    overflow: hidden !important;
    white-space: nowrap !important;
    text-overflow: ellipsis !important;
  }
  
}
.news_ttl_wrap:hover {
	color: #21B5C6;;
  background: #f8f8f8;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
  transform: translateX(0);
}
.news_ttl_wrap::after {
  content: "→";
  font-size: 24px;
  margin-left: 24px;
  transition: ease 0.2s;
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
}

.news_ttl_wrap::after {
  content: '';
	width: 8px;
	height: 8px;
	border-right: solid 1px #000;
	border-top: solid 1px #000;
	position: absolute;
	top: 50%;
	right: 32px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .2s ease;
}
.news_ttl_wrap::before {
  content: '';
	width: 10px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	right: 32px;
	transform: translateY(-50%);
	transition: all .2s ease;
}
.news_ttl_wrap:hover::after {
	right: 20px;
}
.news_ttl_wrap:hover::before {
	right: 20px;
}
.news_date {
  font-size: 12px;
  margin-right: 32px;
  letter-spacing: 1px;
  white-space: nowrap;
}
.news_tit_str {
  font-weight: 700;
  font-size: 18px;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	text-align: left;
}
/* ボタン共通 */
.index_btn {
  display: inline-flex;
	align-items: center; justify-content: center;
  font-weight: 700; font-size: 16px;
	line-height: 1em;
  border: 1px solid #000; border-radius: 5px;
  background: #fff; color: #000;
  padding: 12px 32px 12px 12px; cursor: pointer;
  transition: 0.2s;
	position: relative;
}
.index_btn::after {
  content: '';
	width: 8px;
	height: 8px;
	border-right: solid 1px #000;
	border-top: solid 1px #000;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%) rotate(45deg);
	transition: all .2s ease;
}
.index_btn::before {
  content: '';
	width: 10px;
	height: 1px;
	background: #000;
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	transition: all .2s ease;
}
.index_btn:hover {
  background: #21B5C6;
  border-color: #21B5C6;
  color: #fff;
}
.index_btn:hover::after {
	border-right: solid 1px #fff;
	border-top: solid 1px #fff;
	right: 7px;
}
.index_btn:hover::before {
	right: 7px;
	background: #fff;
}

/*------------------- ACTIVITY -------------------*/
.i_container_activity{
  background: url("../images/bg_katsudou.png") no-repeat left bottom;
}
.i_container_activity_ctt {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 32px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 80px;
}
.activity_left { grid-column: 1 / span 3; }
.activity_right { grid-column: 4 / span 9; }
.activity_tit1 { font-size: 32px; font-weight: 700; margin-bottom: 16px; }
.activity_tit2 { font-size: 16px; line-height: 1.7; }
.activity_wrap > li:last-child{
	margin: 0;
}
.activity_ttl_wrap {
  display: flex; align-items: center;
  background: #fff; border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.08);
  padding: 20px 32px; margin-bottom: 32px;
  cursor: pointer; transition: 0.2s;
}
@media (max-width: 960px) {
  .activity_ttl_wrap { display: block; margin-bottom: 16px;}
  .activity_btn_wrap {  margin-top: 16px!important;}
}
.activity_ttl_wrap:hover {
  background: #f8f8f8;
  box-shadow: 0 12px 32px rgba(0,0,0,0.12);
}
.activity_date { 
	font-size: 16px; 
	margin-right: 24px; 
	position: relative;
	display: flex;
	align-items: center;
}
.activity_date::before {
	content: '';
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #21B5C6;
  margin-right: 16px;
  vertical-align: middle;
}
.activity_tit_str {
  font-weight: 700;
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	text-align: left;
}
/*------------------- メディアクエリ -------------------*/
@media (max-width: 960px) {
  .i_container_news_ctt { padding: 64px 10px; }
	.news_right { padding: 16px 5px 0 5px; }
  .news_tit1 { font-size: 16px; margin-bottom: 16px; }
  .news_tit12 { font-size: 32px; padding-bottom: 16px; }
  .news_title_wrap {
    background: #fff;
    border-radius: 24px;
    padding: 16px 20px;
    margin-bottom: 24px;
		position: relative;
  }
  .news_tit_str {
    font-size: 16px;
    white-space: normal;
		text-align: left;
  }
  .news_date {
        text-align: left;
		font-size: 14px;
		margin-right: 16px;
	}
  .ictt_news_box { width: calc(50% - 10px); }
  .i_container_activity_ctt {
		display: block;
    text-align: center;
		padding: 64px 10px;
  }
	.news_title_wrap {
			display: block;
			align-items: center;
			background: rgba(0,0,0,0.04);
			border-radius: 40px;
			box-shadow: 0 8px 24px rgba(0,0,0,0.08);
			padding: 16px 32px; margin-bottom: 32px;
			text-align: left;
	}
	.activity_right {
		padding: 5px;
	}
	.activity_tit1 { font-size:32px; font-weight: 700; margin-bottom: 16px; }
	.activity_tit2 { font-size: 16px; line-height: 1.7; margin-bottom: 16px; }
	.activity_title_wrap {
		display: block;
		background: #fff; border-radius: 12px;
		box-shadow: 0 4px 24px rgba(0,0,0,0.08);
		padding: 16px; margin-bottom: 32px;
		cursor: pointer; transition: 0.2s;
	}
}


  /* ----------------協賛企業・団体--------------------*/
.sponsor_section {
  background: #E1F2F4;
  padding: 70px 0;
  text-align: center;
}
.sponsor_title h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 32px;
}
.sponsor_title p {
  font-size: 16px;
  margin-bottom: 32px;
}
@media (max-width: 959px) {
  .sponsor_section {
    background: #E1F2F4;
    padding: 64px 0;
    text-align: center;
  }
  .sponsor_title h2 { margin-bottom: 18px; }
  .sponsor_title p { margin-bottom: 18px; padding: 0 20px; }
}

/* ===== スクロールインフィニティ ===== */
@media (min-width: 960px) {
  .scroll-infinity-r {
    display: none;
  }
}
@media (max-width: 959px) {
  .scroll-scroll-infinity {
    margin-top:8px;
  }
  .scroll-infinity-r {
    margin-bottom:8px;
  }
}
@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
.scroll-infinity.is-ready .scroll-infinity__list--left {
  animation: infinity-scroll-left 60s linear 0.5s infinite both;
}
@keyframes infinity-scroll-left2 {
  from {
    transform: translateX(0);
  }
    to {
    transform: translateX(-100%);
  }
}
.scroll-infinity.is-ready .scroll-infinity__list--left2 {
  animation: infinity-scroll-left 60s linear 0.5s infinite both;
}
@keyframes infinity-scroll-right {
    from {
      transform: translateX(-100%);
    }
      to {
      transform: translateX(0%);
    }
}
.scroll-infinity__list--right{
  animation :infinity-scroll-right 60s infinite linear 0.5s both;
}

.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0
}
.scroll-infinity__item {
  width: calc(100vw / 6 - 24px);
  display: grid;
  place-content: center;
  flex-shrink: 0;
  height: 80px;
  background: #ffffff;
  color: #333333;
  border-radius: 8px;
  flex-shrink: 0;
  margin: 0 12px;

/*  &:nth-of-type(6n + 1) {
    background-color: #4b2c36;
  }
  &:nth-of-type(6n + 2) {
    background-color: #21b5c6;
  }
  &:nth-of-type(6n + 3) {
    background-color: #2a1818;
  }
  &:nth-of-type(6n + 4) {
    background-color: #fff; color: #222; border: 1px solid #eee; 
  }
  &:nth-of-type(6n + 5) {
    background-color: #ff6b35;
  }
  &:nth-of-type(6n + 6) {
    background-color: #ff0000;
  }*/
}@media (max-width: 959px) {
  .scroll-infinity__item {
    width: calc(100vw / 3 - 16px);
    height: 60px;
    margin: 8px;
  }
}

.scroll-infinity__item img {
    width:100%;
    object-fit: contain;    /* ← これで画像が切れない */
    object-position: center; /* 中央配置 */
    display: block;
}

.scroll-infinity__item:hover {
    opacity: 0.7;
}

/*-------------------i_lisence-------------------*/

.i_container_lisence{
	display:block;
	padding: 50px 0;
}

@media (min-width: 960px) {
	.lisence_ctt{
		width:100%;
		max-width: 800px;
		display: flex;
		flex-wrap: nowrap;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}
	.lisence_ctt_box{
		width:20%;
		box-sizing: border-box;
		padding: 15px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
}
@media (max-width: 959px) {
	.lisence_ctt{
		width:100%;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
		margin: 0 auto;
	}
	.lisence_ctt_box{
		width:33.333333%;
		box-sizing: border-box;
		padding: 15px;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: center;
	}
	.lisence_ctt_box > a > img{
		width: 100%;
		height: auto;
	}
}

.lisence_ctt_box > a > p{
	display: block;
	padding-top: 10px;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.5em;
}

/*-------------------foot_banner-------------------*/

.foot_banner_container{
	display:block;
	padding: 50px 0;
	background: #F5F5F5;
}

@media (min-width: 960px) {
	.foot_banner_ctt{
		max-width: 1000px;
		display:flex;
		flex-wrap: wrap;
		margin: 0 auto;
	}
	.foot_banner_box{
		width: 50%;
		padding: 20px;
		box-sizing: border-box;
	}
	.foot_banner_ctt > a{
		transition:  all .5s ease;
	}
	.foot_banner_ctt > a:hover{
		opacity: 0.7;
	}
}
@media (max-width: 959px) {
	.foot_banner_ctt{
		max-width: 1000px;
		display:flex;
		flex-wrap: wrap;
		margin: 0 auto;
		padding: 0 10px;
	}
	.foot_banner_box{
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
}


/*------------------------------------------------------------------------------
breadcrumb
------------------------------------------------------------------------------*/
#breadcrumb {
    position: relative;
    clear: both;
    overflow: hidden;
}
#breadcrumb ul {
    list-style: none;
	padding: 10px;
    clear: both;
    overflow: hidden;
}

@media (max-width: 959px) {
    #breadcrumb ul {
        padding-left:5px!important;
    }
}

#breadcrumb li {
    color: #919191;
    display: inline;
    font-size: 12px;
    font-size: 1.2rem;
    padding: 0px 5px;
    float: left;
}
#breadcrumb li::after {
	content: '>';
	padding-left: 10px;
}
#breadcrumb li:last-child::after {
	content: '';
}
#breadcrumb li a {
    color: #919191;
}
#breadcrumb li a:hover {
    color: #50a0d6;
}


/*-------------------下層ページcss-------------------*/

@media (min-width: 960px) {
	#top_image{
		width: 100%;
		height:400px;
		margin: 0 auto;
		position: relative;
		background-color: #f2f2f2;
/*		border-bottom: dotted 1px #21B5C6;*/
	}
}
@media (max-width: 960px) {
	#top_image{
		width: 100%;
		height:300px;
		margin: 0 auto;
		position: relative;
		background-color: #f2f2f2;
	}
}
#top_image img{
    width:100%;
    height: 100%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
}

#top_image_ttl{
	position:absolute;
	bottom: 30px;
	left: 0;
	background: #fff;
	padding: 30px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
#top_image_ttl > h2{
	position:relative;
	z-index: 1;
	font-size: 2.2rem;
	line-height: 1em;
	letter-spacing: 3px;
	font-weight: 700;
	color: #333333;
}
#top_image_ttl > span{
	font-size:3rem;
	line-height: 1em;
	letter-spacing: 2px;
	color: #fff;
	display: inline-block;
	padding: 5px 7px;
	position: absolute;
	top: -40px;
	left: 0;
    white-space: nowrap;
}
@media (max-width: 960px) {
	#top_image_ttl{
		padding: 20px
	}
	#top_image_ttl > h2{
		font-size: 2rem;
	}
    #top_image_ttl > span{
        font-size:26px!important;
    }
}
.bg_gry{
	background-color: #f2f2f2;
}
.bg_w{
	background-color: #ffffff;
}
.link_blk a{
	color:#000!important;
}
.radius_img{
	border-radius:45px;
	overflow: hidden;
}
.col_box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
@media (min-width: 960px) {
	.col_box_inner{
		width: 100%;
		padding:  15px;
		box-sizing: border-box;
		position: relative;
	}
    .col2to1_box{
        width: 50%;
        box-sizing: border-box;
        position: relative;
		display: flex;
		flex-wrap: wrap;
    }
    .col2_box{
        width:50%;
        padding:  15px;
        box-sizing: border-box;
        position: relative;
    }
    .col3_box{
        width:33.333333%;
        padding:  15px;
        box-sizing: border-box;
        position: relative;
    }
    .col4to2_box{
        width:25%;
        padding:  15px;
        box-sizing: border-box;
        position: relative;
    }
}
@media (max-width: 959px) {
	.col_box_inner{
		width: 100%;
		padding:  10px;
		box-sizing: border-box;
		position: relative;
	}
    .col2to1_box{
        width: 100%;
        box-sizing: border-box;
        position: relative;
		display: flex;
		flex-wrap: wrap;
    }
    .col2_box{
        width:50%;
        padding:  10px;
        box-sizing: border-box;
        position: relative;
    }
    .col3_box{
        width:33.333333%;
        padding: 10px;
        box-sizing: border-box;
        position: relative;
    }
    .col4to2_box{
        width:50%;
        padding:  10px;
        box-sizing: border-box;
        position: relative;
    }
}
@media (min-width: 960px) {
	.container1280{
		width: 100%;
		max-width: 1280px;
		height: auto;
		margin: 0 auto;
		box-sizing: border-box;
		position: relative;
		display: flex;
		flex-wrap: nowrap;
	}
	.side_container{
		width: 280px;
		height: 100%;
		padding: 30px;
		position: sticky;
		top: 110px;
	}
	.main_container{
		width: calc(100% - 280px);
		padding: 30px;
		position: relative;
		min-height: calc(100vh - 300px);
	}
	.side_container> ul{
		display:block;
		color: #21B5C6;
	}
}
@media (max-width: 959px) {
	.container1280{
		width: 100%;
		max-width: 1280px;
		margin: 0 auto;
		box-sizing: border-box;
		position: relative;
		display: flex;
		justify-content: flex-start;
		flex-wrap: wrap;
	}
	.side_container{
		width: 100%;
		padding: 30px;
		order: 2;
        margin-bottom:40px;
	}
	.main_container{
		width: 100%;
		padding:10px;
		order: 1;
	}
	.side_container> ul{
		display:block;
		color: #21B5C6;
		position: relative;
	}
}

@media screen and (max-width: 767px) {
  	.main_container{
		min-height: 100vh;
	}
}

.side_container> ul > li > a{
	display:block;
	transition: all .5s ease;
	position: relative;
	color: #000;
	padding: 15px 15px 15px 0;
	font-size: 1.5rem;
	line-height: 1.5em;
	border-bottom: solid 1px #cccccc;
}
.side_container> ul > li > .active{
	color: #21B5C6;
	border-bottom: solid 1px #21B5C6;
/*	pointer-events: none;*/
	font-weight: 700;
}
.side_container> ul > li:not(.menu_group) > a::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 5px;
	width:6px;
	height: 6px;
	border-top: solid 1px #21B5C6;
	border-right: solid 1px #21B5C6;
	transform: rotate(45deg) translateY(-50%);
	transition: all .2s ease;
}
.side_container> ul > li:not(.menu_group) > a:hover::after{
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	width:6px;
	height: 6px;
	border-top: solid 1px #21B5C6;
	border-right: solid 1px #21B5C6;
	transform: rotate(45deg) translateY(-50%);
	transition: all .2s ease;
}
.side_container> ul > li > a::before{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width:0;
	height: 1px;
	background-color: #21B5C6;
	transition: all .2s ease;
}
.side_container> ul > li > a:hover{
	display:block;
	color: #21B5C6;
}
.side_container> ul > li > a:hover::before{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	width:100%;
	height: 1px;
	background-color: #21B5C6;
}
@media (min-width: 960px) {
	.base_ttl{
		width:100%;
		font-family: "Noto Sans JP-Bold", Helvetica;
        font-weight: 700;
        color: #000000;
        font-size: 3rem;
        letter-spacing: 4px;
        line-height: 2em;
		margin: 0;
	}
    .base_container{
		padding: 50px 0;
        box-sizing: border-box;
        display: block;
        position: relative;
    }
}
@media (max-width: 959px) {
	.base_ttl{
		width:100%;
		font-family: "Noto Sans JP-Bold", Helvetica;
        font-weight: 700;
        color: #000000;
        font-size: 3rem;
        letter-spacing: 4px;
        line-height: 2em;
		margin: 0;
	}
    .base_container{
        padding: 30px 0;
        box-sizing: border-box;
        display: block;
        position: relative;
    }
}

@media (min-width: 960px) {
    .table_ctt dl{
        width: 100%;
        padding-bottom: 10px;
        clear:both;
        overflow: hidden;
    }
    .table_ctt dt{
        width: calc(50% - 10px);
        margin-right: 10px;
        padding: 10px;
        background-color: #0052a5;
        color: #fff;
        font-weight: 700;
        float: left;
    }
    .table_ctt dd{
        width: calc(50% - 10px);
        margin-left: 10px;
        padding: 10px;
        float: left;
    }
}
@media (max-width: 959px) {
    .table_ctt dl{
        width: 100%;
        padding-bottom: 10px;
        clear:both;
        overflow: hidden;
    }
    .table_ctt dt{
        width: 100%;
        padding: 10px;
        background-color: #0052a5;
        color: #fff;
        font-weight: 700;
        float: left;
    }
    .table_ctt dd{
        width: 100%;
        padding: 10px;
        float: left;
    }
}
@media (min-width: 960px) {
    .caution_box{
        width: 80%;
        padding: 20px;
        margin: 30px 10%;
        box-sizing: border-box;
        background-color: #fff;
        border:solid 1px #0052a5;
        position: relative;
    }
}
@media (max-width: 959px) {
    .caution_box{
        width: 100%;
        padding: 20px;
        margin: 30px 0;
        box-sizing: border-box;
        background-color: #fff;
        border:solid 1px #0052a5;
        position: relative;
    }
}
.caution_box strong{
    color:#0052a5;
    font-weight: 700;
}
table {
	width: 100%;
	text-align: center;
}
table tr th,
table tr td {
	padding: 10px;
	vertical-align: middle;
}

table tr th {
	text-align: center;
	font-weight: bold;
}


/*-------------------form--------------------*/

#form_wrap dl {
  border-bottom: 1px solid #e8e8e8;
  margin: 0;
  padding: 20px 0 20px 20px; }
  #form_wrap dl.odd {
    background-color: #fafafa; }
/*  #form_wrap dl dt {
    clear: both;
    float: left;
    width: 300px; }*/
    #form_wrap dl dt img {
      margin-bottom: -3px; }
  #form_wrap dl dd {
    padding: 0 0 0 230px; }

#form_wrap .btn_wrap {
  margin: 0 auto;
  padding: 15px 0;
  width: 680px;
  text-align: center; }
  #form_wrap .btn_wrap input {
    border: none;
    color: #fff;
    background-color: #00a7e3;
    padding: 10px 0;
    width: 160px;
    text-align: center;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    margin-right: 10px; }
    #form_wrap .btn_wrap input:hover {
      filter: alpha(opacity=80);
      -moz-opacity: 0.8;
      opacity: 0.8; }
#form_wrap p.txtcenter {
  margin-top: 30px; }
#form_wrap .policy_check {
  background-color: #f6fdff;
  border: 1px solid #dfdfdf;
  margin: 20px 0 20px 0;
  padding: 30px 0px;
  text-align: center; }

@media screen and (max-width: 640px) {
	
  #form_wrap dl {
    border-bottom: 1px solid #e8e8e8;
    margin: 0;
    padding: 5px 0 5px 5px; }
    #form_wrap dl.odd {
      background-color: #fafafa; }
    #form_wrap dl dt {
      clear: none;
      float: left;
      width: 100%; }
    #form_wrap dl dd {
      padding: 0 0 0 0px; }
  #form_wrap input#bu_01, #form_wrap input#bu_02, #form_wrap input#bu_03, #form_wrap input#bu_04, #form_wrap input#bu_05, #form_wrap input#name, #form_wrap input#kana {
    width: 80%; }
  #form_wrap input#mail, #form_wrap input#mail2, #form_wrap input#add {
    width: 90%; }
  #form_wrap #naiyo {
    width: 90%; }
  #form_wrap .btn_wrap {
    margin: 0 auto;
    padding: 15px 0;
    width: 100%;
    text-align: center; }
    #form_wrap .btn_wrap input {
      border: none;
      color: #fff;
      background-color: #00a7e3;
      padding: 10px 0;
      width: 160px;
      text-align: center;
      -moz-border-radius: 7px;
      -webkit-border-radius: 7px;
      border-radius: 7px;
      margin-right: 10px;
      margin-bottom: 10px; }
      #form_wrap .btn_wrap input:hover {
        filter: alpha(opacity=80);
        -moz-opacity: 0.8;
        opacity: 0.8; }
  #form_wrap p.txtcenter {
    margin-top: 30px; }
  #form_wrap .policy_check {
    background-color: #f6fdff;
    border: 1px solid #dfdfdf;
    margin: 20px 0 20px 0;
    padding: 30px 0px;
    text-align: center; } }



@media (min-width: 960px) {
    .b_more{
        width: 270px;
        margin: 10px 0;
        padding:15px 35px;
        border-radius: 11px;
        color: #fff;
        background-color: #000;
        font-weight: bold;
        font-size: 18px;
        display: inline-block;
        text-align: center;
        border: none;
    }
}
@media (max-width: 959px) {
    .b_more{
        width: 100%;
        margin-top: 10px;
        padding:15px 35px;
        border-radius: 11px;
        color: #fff;
        background-color: #000;
        font-weight: bold;
        font-size: 18px;
        display: inline-block;
        text-align: center;
        border: none;
        box-sizing: border-box;
    }
    table.formTable td,table.formTable th{
        width: 100%;
        padding:10px;
        display: inline-block;
    }
}

.b_more:hover{
	opacity:0.7;
	filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}



/*---------------------------四つのお約束-----------------------------*/
.syakun_ctt > dl{
	display: block;
	padding: 30px 20px 30px 70px;
	margin-bottom: 20px;
	position: relative;
	background-color: #f1eee8;
	border-radius: 5px;
	
}
.syakun_ctt > dl::before{
	content: '一、';
	font-size: 3rem;
	font-family: YuMincho, "Yu Mincho", "Hiragino Mincho ProN", "serif";
	font-weight: 700;
	position: absolute;
	left:20px;
	top: 30px;
	color: #21B5C6;
}
.syakun_ctt > dl > dt{
	font-size: 2.2rem;
	padding-bottom: 10px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 10px;
	font-weight: 700;
	letter-spacing: 2px;
}



/*---------------------------事業所一覧-----------------------------*/
.jigyousyo_ctt{
	display:flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin: 0 -10px;
}

@media (min-width: 960px) {
	.jigyousyo_ctt > dl{
		width: calc(33.333333% - 20px);
		display: block;
		padding: 20px;
		box-sizing: border-box;
		margin: 10px;
		position: relative;
		background-color: #f1eee8;
		border-radius: 5px;
	}
}
@media (max-width: 959px) {
	.jigyousyo_ctt > dl{
		width: calc(50% - 20px);
		display: block;
		padding: 20px;
		box-sizing: border-box;
		margin: 10px;
		position: relative;
		background-color: #f1eee8;
		border-radius: 5px;
	}
}
.jigyousyo_ctt > dl::before{
	content: '';
	font-size: 3rem;
	font-weight: 700;
	position: absolute;
	left:20px;
	top: 30px;
	color: #21B5C6;
}
.jigyousyo_ctt > dl > dt{
	font-size: 2.2rem;
	padding-bottom: 10px;
	border-bottom: solid 1px #cccccc;
	margin-bottom: 15px;
	font-weight: 700;
	letter-spacing: 2px;
	position: relative;
}
.jigyousyo_ctt > dl > dt::before{
	content: '';
	width: 2px;
	height: calc(100% - 10px);
	background: #21B5C6;
	position: absolute;
	left: -18px;
	top: 0;
}
.jigyousyo_ctt > dl > dd{
	font-size: 1.5rem;
	line-height: 1.5em;
}
a > .googlemap_btn{
	margin-bottom:10px ;
	display:inline-block;
	font-size: 1.3rem;
	padding: 2px 5px;
	line-height: 1em;
	border-radius: 10px;
	border:solid 1px #21B5C6;
	color: #21B5C6;
}
.jigyousyo_tel{
	display:flex;
	align-items: center;
	font-weight: 700;
	line-height: 1em;
	padding-top: 10px;
}
.jigyousyo_tel::before{
	content:'TEL';
	font-size: 1.2rem;
	line-height: 1em;
	padding: 2px 5px;
	color: #fff;background: #000;
	border: solid 1px #000;
	display: inline-block;
	border-radius: 3px;
}


/*---------------------------グループ会社-----------------------------*/

.groupc_ctt > ul{
	list-style: none;
	padding: 0;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

@media (min-width: 960px) {
	.groupc_ctt > ul > li{
		width: 50%;
	padding: 0 20px;
		box-sizing: border-box;
		position: relative;
	}
}
@media (max-width: 959px) {
	.groupc_ctt > ul > li{
		width: 100%;
		box-sizing: border-box;
		position: relative;
	}
}
.groupc_ctt > ul > li > a{
	display: block;
	border-bottom: solid 1px #cccccc;
	position: relative;
	padding: 20px;
	transition: all .5s ease;
}
.groupc_ctt > ul > li > a:hover{
	color: #21B5C6;
}
.groupc_ctt > ul > li > a::before{
	content: '';
	width: 5px;
	height: 5px;
	background: #21B5C6;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
}
.groupc_ctt > ul > li > a::after{
	content: '';
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 0;
	background-size: contain!important;
	background: url("../img/ico_link.webp") no-repeat;
	transition: all .5s ease;
}
.groupc_ctt > ul > li > a:hover::after{
	opacity: .7;
}


/*---------------------------PRIVACY-----------------------------*/
.privacy_ctt {
	padding:15px;
}
.privacy_ctt p {
    line-height: 2em;
    padding-bottom: 20px;
}

.privacy_ctt h4 {
    line-height: 2em;
    padding-bottom: 20px;
	font-weight: 700;
}
.privacy_ctt ol{
	padding-left:20px;
}

/*--------------img_animation-----------------*/
.img_animation{
	animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}
.i_animation_img{
	animation-name: img_anim_box;
}
@keyframes img_anim_box {
  0% { transform: translate(0, 0px) }
  100% { transform: translate(0, -10px) }
}



/*---------------------------post-----------------------------*/
@media (min-width: 960px) {
    .post_ctt{
        width: 100%;
        max-width: 1100px;
        margin: 0 auto;
        padding: 0 50px 50px 50px;
        box-sizing: border-box;
        display: block;
        position: relative;
    }
	.post_ctt_p p{
		max-width:800px;
		margin: 0 auto;
		padding-bottom: 20px;
	}
}
@media (max-width: 959px) {
    .post_ctt{
        width: 100%;
        margin: 0 auto;
        padding: 0 15px 30px 15px;
        box-sizing: border-box;
        display: block;
        position: relative;
    }
	.post_ctt_p p{
		max-width:800px;
		margin: 0 auto;
		padding: 0 10px 20px 10px;
	}
}
.post_date{
    color: #999;
    font-size: 1.8rem;
    padding: 5px 0;
	
}
.post_ttl{
	font-size:4rem;
	line-height: 1.5em;
	font-weight: 700;
	padding-bottom: 15px;
	border-bottom: solid 1px #333;
	margin-bottom: 30px;
}
.post_ctt img{
	padding-bottom: 20px;
	width: 100%;
	height: auto;
}

.f_comp_span {
    color:#ffffff;
    position: relative;
    letter-spacing: 1px;
    padding-left:20px;
    font-size:16px;
    display:block;
    margin-top:10px;
    margin-left:3px;
}
.f_comp_span::before {
    content: "";
    display: inline-block;
    background-image: url(../img/f_access.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 60%;
    transform: translateY(-50%);
}

.f_tel_span {
    color:#ffffff;
    position: relative;
    letter-spacing: 1px;
    padding-left:22px;
    font-size:16px;
    display:block;
    height:20px;
    line-height:20px;
    margin-left:3px;
    margin-top:10px;
}

.f_tel_span::before {
    content: "";
    display: inline-block;
    background-image: url(../img/f_tel.png);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}


/*---------------------------workstyle-----------------------------*/
/* --- 基本スタイル (PC表示がデフォルト) --- */
.workstyle_topbox {
  position: relative;
  width: 100%;
  height: 280px;
  background: linear-gradient(35deg, #109cda 0%, #abdcf2 100%); /* グラデーションを背景として設定 */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  z-index: 1; /* workstyle_topbox自体のz-index。この下のレイヤーにコンテンツは配置しない前提 */
}

/* 画像 - PCでは右上に配置、グラデーションの上に */
.workstyle_overlay_image {
  position: absolute;
  top: 10px; /* PCでの画像位置 */
  right: 50px; /* PCでの画像位置 */
  width: 100%;
  max-width: 300px; /* PCでの画像サイズ */
  height: auto;
  z-index: 3; /* グラデーション (z-index: 1) より上、テキスト (z-index: 4) と半円 (z-index: 5) より下 */
}

/* テキスト - 画像の上に */
.workstyle_toptext {
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  padding: 40px 0 0 40px; /* PCでの左寄せパディング */
  line-height: 60px;
  letter-spacing: 1px;
  position: relative;
  z-index: 4; /* 画像 (z-index: 3) より上、半円 (z-index: 5) より下 */
}

@media (min-width: 768px) {
    .workstyle_topbox {
        margin-top:10px;
    }
}

/* 半円 - いかなる場合も最上部 */
.half-circle-wrapper {
  position: absolute;
  bottom: 0;
  left: 40px;
  width: 360px;
  height: 160px;
  overflow: hidden;
  z-index: 5; /* 最も高いz-indexを設定し、常に最上部に表示 */
}

/* --- 半円に関する既存スタイル (変更なし) --- */
.workstyle_halfcircle {
  position: relative;
  width: 340px;
  height: 320px;
  background: #fff;
  border-radius: 50%;
  top: 60px;
  transform: rotate(180deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-top: 30px;
}

.ws_posi_str,
.name_str {
  transform: rotate(180deg);
  color: #333;
  text-align: center;
  line-height: 1.4;
}

.ws_posi_str {
  padding-top: 20px;
  font-size: 18px;
  margin-bottom: 4px;
  font-weight: bold;
  letter-spacing: 1px;
}

.name_str {
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1px;
}

.ws_image-group {
  display: flex; /* 子要素をFlexアイテムとして横並びにする */
  gap: 20px;     /* 子要素間の間隔を20pxに設定 */
  /* 必要であれば、親要素の配置に関するスタイルを追加 */
}

/* --- レスポンシブ対応 (max-width: 768px) --- */
@media (max-width: 768px) {
  .workstyle_topbox {
    height: 350px; /* スマホ時の高さ (必要に応じて調整) */
    min-height: 350px; /* 最小高さも設定 */
    /* 背景グラデーションは引き続き存在 */
  }

	.workstyle_overlay_image {
	  position: absolute;
	  top: 20px;
	  left: 50%;
	  /* 垂直方向の -50% を削除し、水平方向の中央揃えのみにする */
	  transform: translateX(-50%); /* 自身の幅の半分だけ左に移動して水平方向に中央揃え */
	  /* width: 100%; */ /* 必要に応じてコメントアウトを解除してください。max-widthと併用する場合 */
	  height: 100%;
	  object-fit: cover; /* 画像が要素を完全に覆うように */
	  z-index: 3; /* グラデーション (z-index: 1) より上、テキスト (z-index: 4) と半円 (z-index: 5) より下 */
	}
    
    .workstyle_overlay_image {
	  top: 40px!important;
	}

  .workstyle_toptext {
    position: absolute;
    top:15%;
    left: 50%;
    transform: translate(-50%, -50%); /* 自身のサイズを考慮して完全に中央 */
    width: calc(100% - 40px); /* 左右にパディング分20pxずつ余白 */
    padding: 0; /* PCでのパディングをリセット */
    text-align: left; /* 中央寄せ */
    font-size: 5vw; /* 画面幅に合わせてフォントサイズを調整 */
    line-height: 1.4;
    z-index: 4; /* 画像 (z-index: 3) より上、半円 (z-index: 5) より下 */
  }

  /* 半円は常に最上部なので、スマホでも同様に配置とz-indexを維持 */
  .half-circle-wrapper {
    position: absolute;
    bottom:-20px; /* 下に固定 */
    left: 50%; /* 中央に寄せる */
    transform: translateX(-50%); /* 自身の幅の半分だけ左に移動して完全に中央 */
    width: 300px; /* 半円の幅を調整 */
    height: 140px; /* 半円の高さを調整 */
    z-index: 5; /* 最も高いz-indexを設定 */
  }

  .workstyle_halfcircle {
    width: 280px;
    height: 280px;
    top: 20px;
  }

  .ws_posi_str {
    font-size: 16px;
  }

  .name_str {
    font-size: 26px;
  }
}

/* 必要であれば、さらに狭いスマホ向けのメディアクエリを追加 */
@media (max-width: 480px) {
  .workstyle_toptext {
    font-size: 5.2vw;
  }
  .half-circle-wrapper {
    width: 260px;
    height: 120px;
  }
  .workstyle_halfcircle {
    width: 260px;
    height: 260px;
  }
  .ws_posi_str {
    padding-top: 20px;
  }
}



/* --- 見出しコンテナの基本設定 --- */
.stylish-heading-container {
  width: 100%;
  max-width: 1200px; /* 必要に応じて最大幅を設定 */
  margin: 80px auto 20px auto; /* 上下の余白と中央寄せ */
  padding: 0 10px; /* 左右のパディング */
  box-sizing: border-box;
  text-align: left; /* 左寄せ */
  position: relative;
  z-index: 10;
}



/* --- 見出しテキストのスタイル (案A) --- */
.stylish-heading-text.optionA {
  position: relative; /* 擬似要素の基準位置 */
  color: #333; /* デフォルトの文字色 */
  font-size: 30px; /* PCでの基本フォントサイズ */
  font-weight: normal; /* デフォルトはノーマル、strongタグで太字 */
  line-height: 1.4;
  letter-spacing: 1px;
  padding-left:5px; /* 左サイドバーのための余白 */
  margin: 0; /* デフォルトマージンをリセット */
}

.stylish-heading-text.optionA strong {
    color: #109cda; /* 会社を継いで を基調色に */
    font-weight: bold; /* strongタグの太字を維持 */
}

/* --- 左サイドバー (案A) --- */
.stylish-heading-text.optionA::before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  height: 100%; /* テキスト全体の高さに合わせる */
  width: 4px; /* バーの太さ */
  background-color: #109cda; /* 基調色 */
  border-radius: 2px; /* 少し丸み */
}

/* --- レスポンシブ対応 (max-width: 768px) --- */
@media (max-width: 768px) {
  .stylish-heading-container {
    margin: 30px auto 10px auto;
    padding: 0 15px;
  }

  .stylish-heading-text.optionA {
    font-size: 6vw; /* 画面幅に応じてフォントサイズを調整 */
    line-height: 1.3;
    padding-left:5px; /* スマホでの左余白を調整 */
  }

  .stylish-heading-text.optionA::before {
    width: 3px; /* スマホで少し細く */
  }
}

/* さらに狭いスマホ向けの調整 */
@media (max-width: 480px) {
  .stylish-heading-text.optionA {
    font-size:5vw;
  }
}

.ws_image-container {
  width:100%; /* PC表示時：画面幅に対して80%の幅 */
  max-width: 1200px; /* 必要に応じて最大幅を設定 */
  height: 300px; /* 高さ250pxに固定 */
  margin: 20px auto; /* 中央寄せ */
  overflow: hidden; /* 画像がコンテナからはみ出す場合、隠す */
  position: relative; /* 内部の絶対配置要素の基準とするため */
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.ws_image-container img {
  width: 100%; /* 親要素の幅いっぱいに広がる */
  height: 100%; /* 親要素の高さいっぱいに広がる */
  object-fit: cover; /* 画像が要素を完全に覆うように拡大縮小し、はみ出し部分はトリミング */
  object-position: top center; /* 画像の中央部分が表示されるように調整 */
  display: block; /* img要素の下にわずかにできる余白を削除 */
  border-radius: 10px;
}
.ws_image-container .img_center {
  object-position: center center!important; /* 画像の中央部分が表示されるように調整 */
}


@media screen and (max-width: 960px) and (min-width: 768px) {
  .ws_image-container {
    width: 100%; /* レスポンシブ時：画面幅に対して90%の幅 */
    height: 400px; /* 高さ250pxは維持 */
  }
}


/* レスポンシブ対応 (画面幅が768px以下の場合) */
@media (max-width: 768px) {
  .ws_image-container {
    width: 100%; /* レスポンシブ時：画面幅に対して90%の幅 */
    height: 200px; /* 高さ250pxは維持 */
  }
}









/* --- 全体コンテナの基本スタイル --- */
.content-with-image {
  width: 100%;
  max-width: 1200px; /* PC表示時の最大幅 */
  margin: 20px auto; /* 中央寄せと上下の余白 */
  box-sizing: border-box; /* パディングを幅に含める */
  display: flow-root; /* floatを内包するため (clearfixのモダンな代替) */
}

/* --- 画像コンテナのスタイル (PC表示時) --- */
.styled-image-wrapper {
  float: right; /* 画像を右にフローティングさせる */
  width: 260px; /* 画像の固定幅 */
  height:260px;
  margin: -80px 0 10px 20px; /* 上右下左の余白: 上0, 右0, 下10px, 左20px */
  position: relative; /* transformの基準点とするため */
  transform: rotate(0deg); /* 少し傾ける */
  filter: drop-shadow(4px 4px 8px rgba(0, 0, 0, 0.25)); /* ドロップシャドウを追加 */
  border-radius: 50%; /* 角丸 */
  overflow: hidden; /* 角丸と影を適用するため */
  z-index: 1;
}

.styled-image-wrapper img {
  display: block; /* 画像の下のわずかな余白をなくす */
  width: 100%; /* 親要素の幅に合わせて画像が広がる */
  height: auto; /* 高さは自動調整 */
  border-radius: 10px; /* 画像自体にも角丸を適用 */
}

/* --- テキストブロックのスタイル --- */
.text-block {
  /* text-blockはp要素を含むため、float要素の横を自動的に回り込みます */
  line-height: 1.8; /* 行の高さ */
  color: #333; /* 文字色 */
  margin: 0; /* デフォルトのマージンをリセット */
  /* 必要に応じて、テキストブロックの幅を調整することも可能ですが、
     floatが機能していれば通常は自動調整されます。 */
}

.text-block p {
    /* text-blockの子要素として存在するため、個別のスタイルを必要であればここに追加 */
    margin: 0; /* デフォルトのマージンをリセット */
}


/* タブレット用（例：960px以下〜768px以上） */
@media screen and (max-width: 960px) and (min-width: 768px) {
  .styled-image-wrapper {
    float: none; 
    max-width: 100%; /* 最大幅も100% */
    margin: 0 auto; /* 中央寄せ */
  }
}

@media screen and (max-width: 767px) {
  .styled-image-wrapper {
    float: none; /* floatを解除し、通常のドキュメントフローに戻す */
    width: 100%; /* 幅をフルサイズに */
    max-width: 100%; /* 最大幅も100% */
    margin: 0 auto; /* 中央寄せ */
    transform: none; /* 傾きを解除 */
    border-radius: 10px; /* 角丸を解除 */
  }
}


/* --- レスポンシブ対応 (画面幅が768px以下の場合) --- */
@media (max-width: 960px) {
  .content-with-image {
	  margin-top:0px;
  }

  .text-block p {
    margin-bottom: 20px; /* 画像との間に下マージン */
  }



  .styled-image-wrapper img {
    border-radius: 0; /* 角丸を解除 */
  }
}

.heading-and-line {
  display: flex; /* 線と「入社のきっかけ」だけをflexで並べる */
  align-items: center; /* 垂直方向の中央揃え */
  margin-bottom: 10px; /* 必要であれば、線と「入社のきっかけ」の下に余白を追加 */
  margin-left:-10px;
}

.stylish-heading-line {
  display: inline-block;
  width: 15px; /* 線の長さ */
  height: 1px; /* 線の太さ */
  background-color: black; /* 線の色 */
  margin-right:5px; /* 線と文字の間隔 */
  background-color: #109cda;
}




/* 共通 */
.hvva-footer {
  background: #3c2230;
  color: #fff;
  padding: 128px 0 0 0;
  position: relative;
  font-family: "Noto Sans JP", "Inter", sans-serif;
}
.hvva-footer-inner {
  margin: 0 auto;
  padding: 0 40px;
  display: flex;
  flex-direction: column;
}

.hvva-footer-info {
  flex: 1;
  min-width: 260px;
}
.hvva-footer-info h4 {
  color: #21b5c6;
  font-size: 18px;
	padding-bottom: 16px;
  font-weight: bold;
}
.hvva-footer-info h4 > span {
  color: #fff;
}
.hvva-footer-info .hvva-footer-address {
  font-size: 15px;
}
.hvva-footer-info .hvva-footer-tel {
  font-size: 15px;
}
.hvva-footer-list {
	padding: 0 0 16px 0;
  list-style: none;
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
}
.hvva-footer-list li {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 15px;
}
.hvva-footer-list li::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #21b5c6;
  border-radius: 50%;
}
.hvva-footer-logo-area {
  min-width: 260px;
	display: flex;
	flex-wrap:nowrap;
	align-items:flex-end;
}
.hvva-footer-logo {
	color: #FFF;
}
.hvva-footer-logo img {
  width: 100%;
  max-width: 810px;
  height: auto;
}
.hvva-footer-copyright {
  font-size: 13px;
  color: #fff;
  padding: 8px 16px;
  margin: 24px 0 0 0;
  text-align: center;
	border-top: 1px solid #fff;
	display:block;
}
.hvva-footer-contact{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 32px;
	padding-bottom: 16px;
}
/* PC.のみ右上に「PAGE TOP」ボタン */
.hvva-footer-pagetop {
  position: absolute;
  top: -10px;
  right: 0;
  background: #21b5c6;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
  padding: 16px 8px;
  writing-mode: vertical-rl;
  text-align: center;
  cursor: pointer;
  z-index: 10;
	transform:rotate(180deg);
  transition:all .2s ease;
}
.hvva-footer-pagetop:hover {
  background: #000;
}

/* スマホ対応 */
@media (max-width: 600px) {
	.hvva-footer-list {
		padding: 0 0 16px 0;
		list-style: none;
		display: block;
	}
	.hvva-footer-contact{
		display: block;
	}
  .hvva-footer-inner {
    padding: 0 26px;
    gap: 16px;
  }
  .hvva-footer-row {
    flex-direction: column;
    gap: 16px;
  }
  .hvva-footer-info {
    min-width: 0;
    margin-bottom: 12px;
  }
  .hvva-footer-logo-area {
    text-align: left;
		padding:0;
  }
  .hvva-footer-logo {
		max-width: 390px;
    padding-bottom: 0;
  }
	.hvva-footer-logo img {
		width: 100%;
		height: auto;
	}
  .hvva-footer-copyright {
    font-size: 12px;
    margin: 0;
    padding: 6px 10px;
  }
}


.post_wrap iframe {
    width:100%!important;;
    max-width:100%!important;
    min-height:500px;
    border-radius: 10px;
}

@media (max-width: 600px) {
    .post_wrap iframe {
        max-width:100%!important;
        margin:0 auto;
        min-height:300px!important;
        height:350px!important;
    }
}

