/*/*
Theme Name: Guss
Theme URI: https://wordpress.org/themes/guss/
Author: Guss
Author URI: https://wordpress.org
*/

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: #6D6D6D;
}

body {
  font-family: 'Noto Sans JP', sans-serif, '游ゴシック体';
  letter-spacing: 0.05em;
  padding: 0;
  font-size: 18px;
  counter-reset: section;
  line-height:1.8em;
  list-style: none;
}

body:not(.home) main{
  max-width: 1400px;
  margin: 0 auto;
  margin-top: 70px;
}

html, body {
  overflow-x: hidden;
}

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

  body:not(.home) main{
    max-width: 1000px;
    margin: 0 auto;
    margin-top: 70px;
  }

}

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

  body {
    font-size: 16px;
  }

  body:not(.home) main{
    max-width: 700px;
    margin: 0 auto;
    margin-top: 70px;
  }

}

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

  body:not(.home) main{
    max-width: 430px;
    margin-top: 50px;
  }

}

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

  body:not(.home) main{
    max-width: 320px;
    margin: 0 auto;
    margin-top: 70px;
  }

}

#background-animation {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  pointer-events: none;
}

.yu-gothic {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
  font-weight: 700;
}

.mincho {
  font-family: "游明朝", "Yu Mincho", "Hiragino Mincho Pro", "Times New Roman", serif;
  font-size: 54px;
}


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

section {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.8s ease-out;
}

section.show {
  opacity: 1;
  transform: translateY(0);
}

main section:not(:last-of-type) {
  margin-bottom: 150px;
}

.div-ib {
  display: inline-block;
}

.headline3 {
  color: #0371A4;
  font-weight: 700;
  margin: 10px 0 0 0;
}
.headline3-SS {
	margin-top: 36px;
	margin-bottom: 9px;
}

.headline5 {
  font-weight: 700;
  position: relative;
  padding-left: 1em; 
  display: inline-block;
}

.headline5::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  background-color: #0371A4; 
  border-radius: 50%;
}

.headline4 {
  font-weight: 700;
  position: relative;
  padding-left: 15px; 
}

.headline4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  transform: translateY(-50%);
  width: 8px;
  height: 20px;
  background-color: #0371A4;
}

.button {
  display: inline-block;
  background: #0371A4;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.button:hover {
  background: none;
  border: 2px solid #0371A4;
  color:#0371A4;
}

.ta-l { text-align: left; }

.page-title-area {
  position: relative;
  height: 230px;
  display: flex;
  align-items: flex-end;
  overflow: hidden;
}

.page-slug {
  position: absolute;
  bottom: 0;
  font-size: 140px;
  color: rgba(48, 102, 127, 0.1);
  text-transform: uppercase;
  z-index: 0;
  line-height: 1;
  pointer-events: none;
  font-weight: 700;
  padding: 0;
  display: inline-block;
  transform: translate(0%, 15%);
  letter-spacing: -0.02em;
  white-space: nowrap;
}

.page-title {
  position: relative;
  font-size: 40px;
  font-weight: 700;
  color: #036796;
  z-index: 1;
  line-height: 1;
  letter-spacing: 0.3em;
  padding-bottom: 0;
}

.wp-block-separator {
  border: none;
  height: 3px;
  background: linear-gradient(to right,
    rgba(48, 102, 127, 0.1) 0%,
    rgba(48, 102, 127, 0.12) 50%,
    rgba(48, 102, 127, 0.45) 100%
  );
  margin-top: -2px;
  margin-bottom: 100px;
}


@media screen and (max-width:1550px){
  .page-title-area {
    height: 230px;
  }
  
  .page-slug {
    font-size: 100px;
  }
  
  .page-title {
    font-size: 35px;
  }
  
}

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

  main section:not(:last-of-type) {
    margin-bottom: 120px;
  } 

  .page-title-area {
    height: 230px;
  }
  
  .page-slug {
    font-size: 78px;
  }
  
  .page-title {
    font-size: 26px;
  }

  
  .headline5 {
    font-size: 16px;
  }

  .wp-block-separator {
    margin-bottom: 100px;
  }
  
}

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

  .page-title-area {
    height: 160px;
  }
  
  .page-slug {
    font-size: 48px;
  }
  
  .page-title {
    font-size: 22px;
  }
  
}

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

  main section:not(:last-of-type) {
    margin-bottom: 100px;
  }
  
  .headline3 {
    margin: 0;
  }
  .page-title-area {
    height: 60px;
  }
  
  .page-slug {
    font-size: 36px;
  }
  
  .page-title {
    font-size: 18px;
  }

  .headline5 {
    font-size: 14px;
  }

  .headline5::before {
    width: 8px;
    height: 8px;
  }

  .headline4 {
    padding-left: 13px; 
  }

  .headline4::before {
    width: 7px;
    height: 18px;
  }

  .wp-block-separator {
    margin-bottom: 50px;
  }
  
}
/**********************************************
ヘッダー
***********************************************/
header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px 25px 60px;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  
}

.header-logo img{
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

h1 a{
  display: flex;
  text-decoration: none;
  color: #6D6D6D;
  align-items: center;
  white-space: nowrap;
  font-size: 22px;
  font-weight: 500;
}

.header-nav ul {	
	display: flex;
	gap: 10px;
	list-style: none;
}

.header-nav ul li a {	
	color: #0371A4;
	display: inline-block;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 20px;
	text-decoration: none;
	width: 100%;
}

.header-nav ul li a:hover {
	background: #0371A4;
	border-radius: 5px;
	color: #fff;
}

.header-nav ul li .sub-menu {	
	display: none;
}

.header-nav ul li.menu-item-has-children:hover .sub-menu {
	background: #fff;
  box-shadow:  0 2px 5px rgba(0, 0, 0, 0.1);
	display: block;
	position: fixed;
}

.sub-menu {
  display: none;
}
.sub-menu.open {
  display: block;
}

.sub-menu li {
	border: 1px solid #0371A4;
	border-radius: 5px;
}
.sub-menu li:not(:first-child) {
	border-top: none;
}

/* ========== ハンバーガーメニュー ========== */
.hamburger {
  width: 40px;
  height: 40px;
  position: relative;
  cursor: pointer;
  z-index: 2000;
  display: none;
  flex-direction: column;
  justify-content: center;
  background: none;
  border: none;
  margin: 10px 10px 0 0;
  background: #0371A4;
  cursor: pointer;
  z-index: 1001;
  position: absolute;
  top: 25px;
  right: 25px;
  border-radius: 5px;
  align-content: center;
}

.hamburger span {
  margin: auto 6px;
  display: block;
  width: 70%;
  height: 3px;
  background: #333;
  border-radius: 3px;
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.hamburger span {
  display: block;
  height: 2.2px;
  background: #ffffff;
  border-radius: 2px;
  transition: 0.3s;
}

.hamburger span:nth-child(1) { top: 10px; }
.hamburger span:nth-child(2) { top: 18px; }
.hamburger span:nth-child(3) { top: 27px; }


/* ========== ナビ本体（ハンバーガー押す前は非表示） ========== */
.global-nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 280px;
  height: 100vh;
  max-height: 100vh; /* ←これが重要 */
  overflow-y: auto;  /* ←スクロールを可能にする */
  -webkit-overflow-scrolling: touch; /* iOS対策 */
  background: #0371A4;
  padding: 80px 30px;
  box-shadow: -4px 0 10px rgba(0,0,0,0.1);
  transition: 0.4s;
  z-index: 1500;
}

.global-nav.open {
  right: 0;
}

.global-nav ul{
  list-style: none;
}

.global-nav li{
  margin-bottom: 20px;
  font-weight: bold;
}

.global-nav li ul{
  margin-top: 10px;
}

.global-nav li li{
  margin-bottom: 10px;
  font-weight: normal;
}

.global-nav a {
  color: #fff;
  text-decoration: none;
}


/* ========== 階層メニュー（子メニュー） ========== */

.global-nav .sub-menu {
  display: block;
  padding-left: 20px;
}

.global-nav .sub-menu li a::before {
  content: "ー ";
  color: #ffffff;
  margin-right: 4px;
}


/* ========== ×ボタン ========== */
.menu-close {
  position: fixed;
  bottom: 40px;
  right: 30px;
  font-size: 38px;
  font-weight: 300;
  cursor: pointer;
  z-index: 2500;
  display: none;
  color: white;
  background: none;
  border: none;
}

.menu-close.show {
  display: block;
}


/*-------------- パンくずリスト------------------ */
.breadcrumb {
	margin: 120px auto 9px 0;
}

.breadcrumb ol {
	display: flex;
	list-style: none;
}

.breadcrumb ol li:not(:first-child)::before {
	content: ">";
	margin: 0 18px;
}

.breadcrumb ol li {
	white-space: nowrap;
}


@media (max-width: 1200px) {

  h1 a{
    font-size: 18px;
  }

  .header-logo img{
    width: 35px;
    height: 35px;
  }

  .header-nav ul li a {
    font-size: 16px;
    padding: 10px 10px;
    width: 100%;
  }

}

@media (max-width: 1000px) {
  .header-nav ul {
    display: none; 
    flex-direction: column;
    position: absolute;
    top: 120px;
    right: 20px;
    background: #fff;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 3px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    
  }
  .header-nav ul.open {
    display: flex;
  }

  .hamburger {
    display: flex;
    flex-direction: column;
    justify-content: space-between; 
  }
  
}

@media (max-width: 550px) {

  header {
    align-items: center;
    padding: 25px 20px 25px 20px;
    height: 70px;
  }

  h1 a {
    font-size: 15px;
  }

  .header-logo img{
    width: 25px;
    height: 25px;
    margin-right: 5px;
  }

  .hamburger {
    margin: 0;
    top: 15px;
    right: 15px;
  }

  .breadcrumb ol li{
    font-size: 14px;
  }

  .breadcrumb ol li:not(:first-child)::before {
    content: ">";
    margin: 0 5px;
  }

}

.hidden-btn {
  display: inline-block;
  width: 0;
  height: 0;
  clip: rect(0, 0, 0, 0);
  overflow: hidden;
}

/* PC・スマホ共通サブメニュー */
/* デフォルトは非表示 */
#main-menu .sub-menu {
  display: none;
  position: absolute;
  z-index: 99;
}

/* PC: 親 li ホバーで表示 */
@media screen and (min-width: 996px) {
  #main-menu .menu-item-has-children:hover > .sub-menu {
    display: block;
  }
}

/* スマホ／ハンバーガー時は JSで show-submenu クラス制御 */
#main-menu .menu-item-has-children.show-submenu > .sub-menu {
  display: block;
  background: #fff;
}

/****************************************
フッター
*****************************************/

footer{
	background: #F1F1F1;
	color: #6D6D6D;
	padding: 30px 100px 25px 100px;
	display: flex;
	justify-content: space-between;
	justify-items: center;
	align-items: center; 
}

.footer-content {
  display: flex;
  align-items: center; 
}

.footer-left h2 {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  margin: 0;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
}

.footer-left h2 a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #6D6D6D;
}

.footer-left h2 img {
  width: 40px;
  height: auto;
  display: block;
}


.footer-right ul {
  display: flex;
  align-items: center;
  list-style: none;
  margin-left: 60px;
  padding: 0;
}

.footer-right ul li {
  padding: 0 18px;
  font-size: 18px;
}

.footer-right ul li + li {
  border-left: 1px solid #6D6D6D;
}

.footer-right ul li a {
  color: #6D6D6D;
  text-decoration: none;
}

.footer-right ul li a:hover {
  color: #0371A4;
  text-decoration: underline;
}

.copyright {
  font-size: 16px;
  color: #6D6D6D;
}

@media ( max-width:1600px ){

  footer{
    flex-direction: column;
    padding: 30px 30px 20px 40px;
  }

  .footer-left h2 {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
  }

  .footer-left h2 img {
    width: 35px;
  }

  .footer-right ul {
    margin-left: 50px;
  }

  .footer-right ul li {
    padding: 0 10px;
    font-size: 18px;
  }

  .footer-content {
    margin-bottom: 30px;
  }
  
  .copyright {
    font-size: 14px;
  }
 }

 @media ( max-width:1070px ){

  .footer-content {
    display: block;
    margin-bottom: 40px;
  }

  .footer-left h2 {
    justify-content: center;
    margin-bottom: 25px;
    font-weight: 500;
  }

  .footer-right ul {
    margin-left: 0;
  }
  
  .copyright {
    font-size: 14px;
  }
 }

 @media ( max-width:700px ){

  footer{
    padding: 30px 30px 20px 30px;
  }

  .footer-content {
    width: 100%;
  }

  .footer-left h2 img {
    width: 25px;
  }

  .footer-left h2 {
    justify-content: left;
    margin-bottom: 40px;
    font-size: 14px;
  }

  .footer-right ul {
    display: block;
    width: 100%;
  }

  .footer-right ul li + li {
    border: none;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
  }

  .footer-right ul li {
    position: relative; 
    padding: 0;
    font-size: 16px;
    margin-bottom: 15px;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 10px;
  }

  footer ul li::after {
    content: '＞'; 
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%); 
    color: #666; 
    font-size: 13px; 
    margin-right: 20px;
  }
  
  .copyright {
    font-size: 14px;
    margin: 0 auto;
  }
 }

/*******************************************************
ファーストビュー
*********************************************************/

.fv {
  display: flex;
  align-items: center;
  height: 100vh;
  background: linear-gradient(to right, #2E5C7A, #4588B5);
  overflow: hidden;
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}

.fv-left {  
  padding: 80px 60px;
  padding-right: 0;
  position: relative;
  text-shadow:
  1px  0   #666,
 -1px  0   #666,
  0   1px #666,
  0  -1px #666,
  1px  1px #666,
 -1px  1px #666,
  1px -1px #666,
 -1px -1px #666;
  z-index: 99;
  flex: 0 0 40%;
  z-index: 5;
  color: #fff;
}

.fv-left h2 {
  font-size: 50px;
  font-weight: 700;
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  padding-bottom: 25px;
  white-space: nowrap;
  color: #fff;
}

.fv-left h2::after {
  content: "";
  position: absolute;
  left: -60px;
  right: -30px;
  bottom: 0;
  height: 3px;
  background: #fff;
  opacity: 0.8;
}

.fv-left .catch {
  position: relative;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 0.05em;
  margin-left: 100px;
  padding-bottom: 15px;
  white-space: nowrap;
  color: #fff;
}


.fv-left .catch::after {
  content: "";
  position: absolute;
  left: -30px;
  width: 95%;
  bottom: 0;
  height: 3px;
  background: #fff;
  opacity: 0.8;
}

.fv-left .sub {
  position: absolute;
  left: 60px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: bold;
  margin-top: 200px;
  width: 600px;
  color: #fff;
}

.fv-left .sub p{
  color: #fff;
}

.fv-left .sub p span{
  color: #fff;
}

@media screen and (max-width:520px){
  .fv-left .sub p {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Gutenberg が勝手に <p> を block ホルダーで囲んだ場合 */
  .fv-left .sub {
    display: block !important;
    white-space: normal !important;
    width: 400px;
    margin: 0 auto;
    justify-items: center;
  }

  /* p と p の間に変な改行が入らないように */
  .fv-left .sub p + p::before {
    content: "";
  }
}

.fv .controls {
  position: absolute;
  bottom: 20%;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 20px;
  z-index: 20;
}

.fv .controls button {
  padding: 8px 12px;
  pointer-events: auto !important;
  background: rgba(0, 90, 126, 0.6);
  color: white;
  border: none;
  border-radius: 6px;
  padding: 8px 12px;
  font-size: 23px;
  font-weight: bold;
  cursor: pointer;
  appearance: none;     /* ← コレが重要！ */
  -webkit-appearance: none;
  -moz-appearance: none;
}

/* ボタン本体 */
.fv .btn-stop-slider {
  position: static;
  bottom: 0;
  right: 0;
  width: 40px;
  height: auto;
  background: none;
  border-radius: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* フォーカスリング（AA対応） */
  outline-offset: 4px;
}

/* 停止アイコン（❚❚） */
.fv .btn-stop-slider.pause::before,
.fv .btn-stop-slider.pause::after {
  content: "";
  display: block;
  width: 4px;
  height: 16px;
  background: #ffffff;
  border-radius: 1px;
}

.fv .btn-stop-slider.pause::before {
  margin-right: 5.5px;
}

/* 再生アイコン（▶︎） */
.fv .btn-stop-slider.play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #ffffff;
  margin-left: 0;
}



.fv-right {
  position: absolute;
  z-index: 4;
  pointer-events: none;
  position: absolute;
  right: -12vw;
  top: 50%;
  transform: translateY(-50%);
  width: 75vw;  
  height: 75vw;
}

.fv-right::before {
  content: "";
  position: absolute;
  top: 0;
  left: -40px;
  width: 100%;
  height: 100%;
  background: rgba(162, 192, 212, 0.4); 
  border-radius: 50%;
  z-index: 0;
}


.fv-right .slider {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
  z-index: 2;
}


.fv-right .slider img.active {
  opacity: 1;
  z-index: 3;
}

.fv-right .slide1 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 88%;
  height: 88%;
  object-fit: cover;
  object-position: 80% bottom;
  transform: translateX(0vw) translateY(0%);
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.fv-right .slide2-fin img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center bottom;
  transform: translateX(-8vw) translateY(10%);
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

@media (max-aspect-ratio: 100/57) {

  .fv-right .slide1 img {
    width: 100%;
    height: 100%;
  }

  .fv-right .slide2-fin img {
    transform: translateX(0vw) translateY(0%);
    object-position: calc(100% - -100px) bottom;
  }
}
  

@media ( max-width:1800px ) {
  .fv-left h2 {
    font-size: 40px;
  }

  .fv-left .catch {
    font-size: 25px;
    margin-left: 80px;
  }
}

@media ( max-width:1600px ) {
  .fv-left h2 {
    font-size: 38px;
    padding-bottom: 20px;
  }

  .fv-left .catch {
    margin-left: 40px;
    padding-bottom: 10px;
  }

}

@media ( max-width:1500px ) {
  .fv-left h2 {
    font-size: 38px;
  }

  .fv-left .catch {
    font-size: 22px;
    margin-left: 20px;
  }

  .fv-right {
    right: -15vw;
  }


  .fv-left .sub {
    font-size: 18px;
  }

}

@media ( max-width:1370px ) {
  .fv-left h2 {
    font-size: 30px;
  }

  .fv-right {
    right: -20vw;
  }

  .fv-left .catch {
    font-size: 18px;
    margin-left: 20px;
  }

  .fv-left .catch::after {
    width: 105%;
  }

  .fv-right::before {
    left: -25px;
    width: 100%;
    height: 102%;
  }

  .fv .controls {
    bottom: 20%;
    left: 45%;
    gap: 30px;
  }
  
  .fv .controls button {
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 18px;
  }
  
  /* ボタン本体 */
  .fv .btn-stop-slider {
    width: 37px;
  }
  
  /* 停止アイコン（❚❚） */
  .fv .btn-stop-slider.pause::before,
  .fv .btn-stop-slider.pause::after {
    width: 3px;
    height: 14px;
  }
  
  .fv .btn-stop-slider.pause::before {
    margin-right: 5.5px;
  }
  
  /* 再生アイコン（▶︎） */
  .fv .btn-stop-slider.play::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #ffffff;
    margin-left: 0;
  }
}

/* ----------------------------------------
   画面比率（width/height）が 64/47 より縦長なら
   → スマホ風レイアウト（縦並び）発動
----------------------------------------- */
@media (max-aspect-ratio: 64/47) {

  .fv {
    flex-direction: column;
    height: auto;
    padding:0;
    background: none;
  }

  .fv-left {
    width: 100%;
    padding: 120px 20px;
    text-align: left;
    background: linear-gradient(to bottom, #2E5C7A, #4b8db9);
  }

  /* 下線類（あなたのデザインそのまま維持） */
  .fv-left h2::after,
  .fv-left .catch::after {
    transform: translateX(-10%);
    width: 100%;
    height: 2px;
  }

  .fv-left h2 {
    font-size: 30px;
  }

  .fv-left .catch {
    font-size: 22px;
    margin-left: 0;
    text-align: right;
  }

  .fv-left .sub {
    position: static;
    margin-top: 70px;
    width: 100%;
    padding-bottom: 10vh;
    text-align: right;
    font-size: 16px;
  }

  /* スライダー部分（スマホ時とほぼ同じ構造） */
  .fv-right {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 170vw;
    height: 90vw;
    margin: -80px auto 0 auto;
    overflow: hidden;
    z-index: 555;
    transform: translateX(-21%);
  }

  .fv-right .slide1 img {
    width: 100%;
    height: 100%;
    object-position: 80% bottom;
  }

  .fv-right .slide2-fin img {
    object-position: center top;
    transform: translateX(0) translateY(0);
  }

  /* ボタン（スマホ時と同じ） */
  .fv .controls {
    bottom: 20px;
    left: 50%;
    gap: 30px;
    transform: translateX(-50%);
  }

  .fv .controls button {
    border-radius: 6px;
    padding: 6px 10px;
    font-size: 18px;
  }

  .fv .btn-stop-slider {
    width: 37px;
  }

  .fv .btn-stop-slider.pause::before,
  .fv .btn-stop-slider.pause::after {
    width: 3px;
    height: 14px;
  }

  .fv .btn-stop-slider.play::before {
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 15px solid #ffffff;
  }

}

@media (min-width: 1000px) and (max-aspect-ratio: 64/47) {

  .fv-left {
    width: 100%;
    padding: 220px 80px;
    text-align: left;
  }

  .fv-left h2 {
    font-size: 48px;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }

  .fv-left h2::after{
    transform: translateX(-15%);
    width: 150%;
  }

  .fv-left .catch{
    font-size: 32px;
    margin-left: 180px;
    text-align: right;
    padding-bottom: 20px;
  }

  .fv-left .catch::after {
    transform: translateX(20%);
  }

  .fv-left .sub {
    position: static;
    margin-top: 70px;
    width: 100%;
    padding-bottom: 80px;
    text-align: right;
    font-size: 20px;
  }

  .fv-right {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 110vw;
    height: 63vh;
    margin: -220px auto 0 auto;
    overflow: hidden;
    z-index: 555;
    transform: translateX(-4.5%);
  }


  .fv-right::before {
    height: 62vh;
    transform: translateX(27px);
  }



  
  .fv-right .slider {
    height: 60vh;
    top: 35px;
  }



}

@media (max-width: 999px) and (max-aspect-ratio: 64/47) {

  .fv-left {
    width: 100%;
    padding: 180px 40px;
    text-align: left;
  }

  .fv-left h2 {
    font-size: 40px;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }

  .fv-left h2::after{
    transform: translateX(-15%);
    width: 150%;
  }

  .fv-left .catch{
    font-size: 26px;
    margin-left: 180px;
    text-align: right;
    padding-bottom: 20px;
  }

  .fv-left .catch::after {
    transform: translateX(20%);
  }

  .fv-left .sub {
    position: static;
    margin-top: 70px;
    width: 100%;
    padding-bottom: 80px;
    text-align: right;
    font-size: 18px;
  }

  .fv-right {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 130vw;
    height: 74vh;
    margin: -180px auto 0 auto;
    overflow: hidden;
    z-index: 555;
    transform: translateX(-12%);
  }


  .fv-right::before {
    height: 72vh;
    transform: translateX(27px);
  }



  
  .fv-right .slider {
    height: 70vh;
    top: 35px;
  }


}

@media (max-width: 700px) and (max-aspect-ratio: 64/47) {

  .fv-left {
    width: 100%;
    padding: 140px 20px 180px 20px;
    text-align: left;
  }

  .fv-left h2 {
    font-size: 30px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }

  .fv-left h2::after{
    transform: translateX(-15%);
    width: 150%;
  }

  .fv-left .catch{
    font-size: 20px;
    margin-left: 0px;
    text-align: right;
    padding-bottom: 10px;
  }

  .fv-left .catch::after {
    width: 100%s;
    left: 0;
    transform: translateX(20%);
  }

  .fv-left .sub {
    position: static;
    margin-top: 70px;
    width: 100%;
    padding-bottom: 80px;
    text-align: right;
    font-size: 15px;
  }

  .fv-right {
    position: relative;
    right: auto;
    top: auto;
    transform: none;
    width: 150vw;
    height: 53vh;
    margin: -180px auto 0 auto;
    overflow: hidden;
    z-index: 555;
    transform: translateX(-17%);
  }

  .fv-right::before {
    height: 52vh;
    transform: translateX(27px);
  }



  
  .fv-right .slider {
    height: 50vh;
    top: 25px;
  }


}



   
   /****************************************
             サービス
   *****************************************/

   .services{
    padding-top: 150px;
   }

   .solutions {
    border-left: 1px solid #d1d1d1;
  }
   
  .services-header {
    position: relative;
    max-height: 300px;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .services-title,
  .services-subtitle {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    margin: 0;
  }
  
  .services-title {
    bottom: 0; 
    font-size: 130px;
    font-weight: 700;
    color: rgba(48, 102, 127, 0.1);
    letter-spacing: 2px;
    line-height: 1;
    z-index: 0;
  }
  
  .services-subtitle {
    bottom: 15px;
    font-size: 42px;
    color: #036796;
    font-weight: 700;
    letter-spacing: 0.45em;
    line-height: 1;
    z-index: 1;
  }
  
   .services-content {
     display: flex;
     justify-content: center;
     align-items: flex-start;
     max-width: 60vw;
     margin: 0 auto;
   }
   
   .service-item {
     flex: 1;
     max-width: 620px;
     text-align: center;
     display: flex;
     flex-direction: column;
     align-items: center;
     justify-content: center;
     padding: 0 40px;
   }
   
   .service-image {
     margin-bottom: 30px;
     border-radius: 8px;
     overflow: hidden;
     display: inline-block;
   }
   
   .service-image img {
    display: block;
     width: 400px;
     height: 250px;
     object-fit: cover;
   }
   
   .service-heading {
     font-size: 30px;
     color: #6D6D6D;
     margin: 0 0 8px 0;
     font-weight: 500;
   }
   
   .service-english {
     font-size: 25px;
     color: #0371A4;
     margin: 0 0 20px 0;
     font-weight: 600;
   }
   
   .service-description {
     width: 400px;
     font-size: 18px;
     color: #6D6D6D;
     line-height: 1.8;
     height: 160px;
     text-align: left;
   }
   
   .service-button {
     padding: 12px 100px;
     font-size: 20px;
   }
   
   @media ( max-width:1440px ) {

    .service-image img {
      width: 300px;
      height: 300px;
    }

    .service-image {
      border-radius: 10px;
    }

   }

   @media ( max-width:1200px ) {

    .services-title {
      font-size: 100px;
      letter-spacing: 0;
    }
    
    .services-subtitle {
      bottom: -30px;
      font-size: 30px;
      margin: -80px 0 40px 0;
      letter-spacing: 0.4em;
    }

    .service-image img {
      width: 280px;
      height: 280px;
    }

    .service-image {
      border-radius: 10px;
    }

    .service-heading {
      font-size: 25px;
    }

    .service-description {
      width: 350px;
      line-height: 1.8;
      max-height: 400px;
    }

   }

   @media (max-width: 970px) {
    
    .services-content {
      flex-direction: column;
      gap: 100px;
      padding: 40px 0px;
      align-items: center;
    }

    .services-header {
      max-height: 500px;
      margin-bottom: 0;
    }
    
    .services-title {
      font-size: 70px;
      letter-spacing: 0;
    }
    
    .services-subtitle {
      bottom: -42px;
      font-size: 25px;
      margin: 0 0 50px 0;
      letter-spacing: 0.4em;
    }
    
    .solutions {
    border-left: none;
     }

     .service-sp-flex {
      display: flex;
      gap: 50px;
     }
  
    .service-item {
      padding: 0;
    }
     
    .service-image img {
      width: 250px;
      height: 250px;
    }
    
    .service-heading {
      font-size: 22px;
      margin: 0 0 8px 0;
    }
    
    .service-english {
      font-size: 20px;
      margin: 0 0 20px 0;
    }
    
    .service-description {
      width: 300px;
      font-size: 16px;
      line-height: 1.8;
      max-height: 300px;
      height: auto;
      margin-bottom: 30px;
      text-align: left;
    }
    
    .service-button {
      padding: 10px 80px;
      font-size: 16px;
    }
 
     
  }

  @media (max-width: 700px) {
    
    .services-content {
      flex-direction: column;
      gap: 80px;
      padding: 0 0px;
      align-items: center;
    }
    
    .services-title {
      font-size: 70px;
      letter-spacing: 0;
    }
    
    .services-subtitle {
      bottom: -32px;
      font-size: 22px;
      margin: 0 0 40px 0;
      letter-spacing: 0.4em;
    }
       .solutions {
    border-left: none;
     }
     
     .services-header {
       margin-bottom: 30px;
     }

     .service-sp-flex {
      display: block;
      gap: 0;
     }
  
    .service-item {
      padding: 0;
    }
     
    .service-image img {
      width: 300px;
      height: 200px;
    }
    
    .service-heading {
      font-size: 22px;
      margin: 0 0 8px 0;
    }
    
    .service-english {
      font-size: 20px;
      margin: 0 0 20px 0;
    }
    
    .service-description {
      width: 300px;
      font-size: 16px;
      line-height: 1.8;
      max-height: 300px;
      height: auto; 
      margin: 0 auto;
      margin-bottom: 30px;
    }
    
    .service-button {
      padding: 10px 80px;
      font-size: 16px;
      width: 300px;
    }
 
     
  }
  
  @media screen and (max-width:450px){

    .services{
      padding-top: 80px;
     }
  
     .solutions {
      border-left: none;
    }
     
    .services-header {
      position: relative;
      max-height: 150px;
      height: auto;
      text-align: center;
      margin-bottom: 50px;
    }
    
    .services-title,
    .services-subtitle {
      position: absolute;
      left: 50%;
      transform: translateX(-50%);
      text-align: center;
      margin: 0;
    }
    
    .services-title {
      bottom: 0; 
      font-size: 60px;
      letter-spacing: 2px;
    }

    .services-subtitle {
      bottom: 8px;
      font-size: 25px;
      letter-spacing: 0.45em;
    }
    
  }
  /****************************************
  企業情報セクション
  *****************************************/
  
.about {
  text-align: center;
  justify-items: center;
  padding-top: 200px;
}

.about-ring {
  width: 1150px;
  height: auto;
  margin-top: 200px;
  z-index: 1;
}

.about-header {
position: relative;
max-height: 1000px;
text-align: center;
width: 100%;
white-space: nowrap;
}

.about h2,
.about .about-title {
position: absolute;
left: 50%;
transform: translateX(-50%);
margin: 0;
line-height: 1;
text-align: center;
}

.about .about-title, .sp-none{
bottom: 0;
font-size: 160px;
color: rgba(159, 159, 159, 0.1);
letter-spacing: -0.065em;
z-index: 0;
}

.about h2 {
bottom: 25px;
font-size: 40px;
color: #036796;
font-weight: 700;
letter-spacing: 0.45em;
z-index: 1;
}

.about-content {
  background: rgba(236, 236, 236, 0.5);
  border-radius: 10px;
  width: 1300px;
  justify-items: center;
  align-items: center;
  padding-bottom: 150px;
  padding-top: 180px;
  margin: 0 auto;
  margin-top: -85px;
  position: relative;
}


.about-card {
  display: flex;
  align-items: stretch;
  justify-content: center;
  margin: 0 auto;
  overflow: hidden;
  box-shadow: 15px 23px 18px rgba(0, 0, 0, 0.08);
  position: relative;
  border-radius: 10px;
  height: 330px;
  width: 850px;
}

.about-card .card-image {
  flex: 1;
}

.about-card .card-image img {
  display: block;
  width: 500px;
  object-fit: cover;
}

.about-card .about-text {
  flex: 1;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;     
  padding: 50px 70px 30px 70px;
  width: 420px;
  height: auto;
}

.about-card dt {
  position: absolute;
  right: 0;
  top: 18%;
  transform: translateY(-50%);
  width: 46%;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

.card-title{
  margin-bottom: 15px;
}

.about-card .card-description {
  font-size: 18px;
  line-height: 1.9em;
  text-align: left;
}

.card-button {
font-size: 18px;
padding: 10px 25px;
margin-top: 30px;
}

.outline {
margin-top: -580px;
margin-bottom: 140px;
}

.sastainability dt {
  position: absolute;
  left: 0;
  top: 15%;
  transform: translateY(-50%);
  width: 46%;
  text-align: center;
  font-weight: bold;
  font-size: 25px;
}

/* ボタン本体 (詳細→ 4260行目)*/
.about-content .scroll-toggle-btn {
  position: absolute;
  top: 150px;
  right: 0;
  width: 75px;
  height: 50px;
  background: #ebebeb;
  border-radius: 8px;
  box-shadow: inset 0 4px 8px rgba(137, 137, 137, 0.2);
}

/* 停止アイコン（❚❚） */
.about-content .scroll-toggle-btn.pause::before,
.about-content .scroll-toggle-btn.pause::after {
  width: 6px;
  height: 22px;
  background: #006399;
}

.about-content .scroll-toggle-btn.pause::before {
  margin-right: 7px;
}

/* 再生アイコン（▶︎） */
.about-content .scroll-toggle-btn.play::before {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #006399;
  margin-left: 3px;
}


@media (max-width: 1400px) {

  .about-ring {
    width: 950px;
    margin-top: 150px;
  }

  .about h2{
    font-size: 35px;;
    margin: -104px 0 0 0;
  }

  .about .about-title, .sp-none {
    font-size: 115px;
    }

  .about-content {
    width: 950px;
    padding-bottom: 120px;
    padding-top: 160px;
    margin-top: -45px;
  }

  .about-card {
    width: 700px;
    height: auto;
  } 

  .about-card .about-text{
    padding: 50px 20px 30px 20px;
    width: 350px;
    height: auto;
  }

  .card-image img{
    width: 340px !important;
    height: 100%;
    box-shadow: 15px 23px 18px rgba(0, 0, 0, 0.08);
  }

  .card-title{
    font-size: 22px;
    margin-bottom: 15px;
  }

  .card-description {
    font-size: 16px;
    margin-bottom: 0px;
  }

  .outline {
    margin-top: -450px;
    margin-bottom: 100px;
  }

  .about-text p{
    width: 265px;
  }
  
  /* ボタン本体 (詳細→ 4260行目)*/
.about-content .scroll-toggle-btn {
  position: absolute;
  top: 80px;
  width: 80px;
  height: 50px;
  background: #e4e4e4;
}

/* 停止アイコン（❚❚） */
.about-content .scroll-toggle-btn.pause::before,
.about-content .scroll-toggle-btn.pause::after {
  width: 6px;
  height: 22px;
  background: #006399;
}

.about-content .scroll-toggle-btn.pause::before {
  margin-right: 7px;
}

/* 再生アイコン（▶︎） */
.about-content .scroll-toggle-btn.play::before {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #006399;
  margin-left: 3px;
}


}

@media (max-width: 1000px) {

  .about {
    padding-top: 100px;
  }

  .about .about-title, .sp-none {
    font-size: 85px;
    }

  .about-content {
    width: 680px;
    margin-top: -23px;
  }

  .about h2{
    bottom: 0;
    font-size: 28px;
    margin: 0 0 0 0;
  }

  .about-card {
    display: flex;
    width: 450px;
    height: auto;
  }

  .about-card:last-of-type {
    flex-direction: column-reverse;
  }

  .card-image{
    width: 450px !important;
    height: auto;
    position: absolute;
  }

  .about-card .about-text{
    background: none;
    padding: 30px 33px;
    width: auto;
    height: 261px;
    position: relative;
    justify-items: center;
  }

  .about-card .about-text h3, .about-card .about-text p, .about-card .about-text a{
    z-index: 10;
  }

  .about-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255, 0.87);
    pointer-events: none;
    z-index: 2;
    border-radius: 10px;
  }


  .about-card .card-image img{
    width: 450px !important;
    height: 260px;
  }

  .about-ring{
    margin-top: 150px;
    width: 700px;
  }

  .outline {
    margin-top: -420px;
  }


.about-card dt {
  top: 0;
  width: 100%; 
}

.card-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.about-card .card-description {
  margin-bottom: 20px;
}

.card-button {
  font-size: 16px;
  margin-top: 0px;
  padding: 8px 30px;
  }

  .sastainability {
    flex-direction: row-reverse;
  }

    /* ボタン本体 (詳細→ 4260行目)*/
.about-content .scroll-toggle-btn {
  position: absolute;
  top: 55px;
}

/* 停止アイコン（❚❚） */
.about-content .scroll-toggle-btn.pause::before,
.about-content .scroll-toggle-btn.pause::after {
  width: 6px;
  height: 22px;
  background: #006399;
}

.about-content .scroll-toggle-btn.pause::before {
  margin-right: 7px;
}

/* 再生アイコン（▶︎） */
.about-content .scroll-toggle-btn.play::before {
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 20px solid #006399;
  margin-left: 3px;
}

}

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

  .about .about-title, .sp-none {
    font-size: 70px;
    }

  .about-content {
    width: 550px;
    margin-top: -23px;
  }

  .about-ring-wrap {
    width: 100%;  
    overflow: hidden; 
    margin: 0 auto;
  }

  .about-ring{
    margin: 0 auto;
    margin-top: 180px;
    width: 550px;
  }

    .outline {
    margin-top: -380px;
  }

  .about-card{
    width: 380px;
  }

  .about-card .card-image{
    width: 380px !important;
  }

  .about-card .card-image img{
    width: 380px !important;
  }


          /* ボタン本体 (詳細→ 4260行目)*/
.about-content .scroll-toggle-btn {
  top: 55px;
  width: 60px;
  height: 40px;
}

  /* 停止アイコン（❚❚） */
.about-content .scroll-toggle-btn.pause::before,
.about-content .scroll-toggle-btn.pause::after {
  width: 4.5px;
  height: 16px;
}

.about-content .scroll-toggle-btn.pause::before {
  margin-right: 4.5px;
}

/* 再生アイコン（▶︎） */
.about-content .scroll-toggle-btn.play::before {
  border-top: 8.5px solid transparent;
  border-bottom: 8.5px solid transparent;
  border-left: 14px solid #006399;
}


}

@media (max-width: 620px) {

  .about .about-title, .sp-none {
    font-size: 63px;
    }

  .about-content {
    width: 500px;
    margin-top: -23px;
    padding-bottom: 100px;
  }


  .about-ring{
    overflow: hidden; 
    margin: 0 auto;
    margin-top: 180px;
    width: 480px;
    max-width: none;
    display: block;
    height: auto;
    padding-bottom: 30px;
  }

  .outline {
    margin-top: -390px;
    margin-bottom: 80px;
  }

  .about-card{
    width: 330px;
  }

  .about-card .card-image{
    width: 330px !important;
  }

  .about-card .card-image img{
    width: 330px !important;
  }


}

@media (max-width: 570px) {

  .about {
    padding-top: 100px;
  }

  .about .about-title, .sp-none {
    font-size: 50px;
    }

  .about-content {
    width: 400px;
    margin-top: -23px;
  }

  .about h2{
    bottom: -8px;
    font-size: 22px;
    margin: 0 0 0 0;
  }

  .about-ring-wrap {
    width: 100vw;
    margin: 0;
  }

  .about-ring {
    position: absolute;
    width: 500px;
    margin: 0;
    margin-top: 215px;
    padding-bottom: 30px;
    right: -13%;
    z-index: 1;
  }

  .about-card {
    display: flex;
    width: 320px;
    height: auto;
    z-index: 10;
  }

  .about-card:last-of-type {
    flex-direction: column-reverse;
  }

  .card-image{
    height: 100%;
    position: absolute;
  }

  .about-card .about-text{
    background: none;
    padding: 30px 33px;
    height: 261px;
    position: relative;
  }

  .about-card .about-text h3, .about-card .about-text p, .about-card .about-text a{
    z-index: 10;
  }

  .about-text::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(255, 255, 255, 0.87);
    pointer-events: none; 
    z-index: 2;
    border-radius: 10px;
  }


  .about-card .card-image img{
    width: auto !important;
    height: 100%;
  }

  .outline {
    margin-top: 0;
    margin-bottom: 60px;
  }

.about-card dt {
  top: 0;
  width: 100%;
}

.card-title {
  font-size: 20px;
  margin-bottom: 10px;
}

.about-card .card-description {
  margin-bottom: 20px;
}

.card-button {
  font-size: 16px;
  margin-top: 0px;
  padding: 8px 30px;
  }

  .sastainability {
    flex-direction: row-reverse;
  }

        /* ボタン本体 (詳細→ 4260行目)*/
.about-content .scroll-toggle-btn {
  top: 55px;
  width: 55px;
  height: 38px;
}

  /* 停止アイコン（❚❚） */
.about-content .scroll-toggle-btn.pause::before,
.about-content .scroll-toggle-btn.pause::after {
  width: 4px;
  height: 14px;
}

.about-content .scroll-toggle-btn.pause::before {
  margin-right: 4px;
}

/* 再生アイコン（▶︎） */
.about-content .scroll-toggle-btn.play::before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 13px solid #006399;
}

}

@media (max-width: 450px) {

  .about .about-title, .sp-none {
    font-size: 85px;
    letter-spacing: 0.01em;
    }

    .about h2{
      bottom: 12px;
    }

  .about-content {
    width: 320px;
    padding-top: 120px;
    padding-bottom: 100px;
    margin-top: -40px;
  }

  .about-ring {
    position: absolute;
    width: 410px;
    margin-top: 270px;
    right: -14%;
  }

  .about-card {
    display: flex;
    width: 260px;
    height: auto;
  }

  .card-title {
    margin-bottom: 15px;
  }

  .about-card .about-text{
    height: auto;
  }

  .about-card .about-text p{
    width: 180px;
    margin-bottom: 25px;
  }

  .sp-none {
    display: none;
  }


  .about-content .scroll-toggle-btn {
    top: 50px;
  }

  main section.about{
    margin-bottom: 0;
  }
}
  

  /****************************************
  採用情報セクション
  *****************************************/

  .recruit {
    text-align: center;
    position: relative;
    display: block;
    background: linear-gradient(to bottom,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.9) 90%,
        rgb(255, 255, 255) 100%
      );
  
    padding: 150px 0 0 0;
    min-height: 1200px;
    overflow: visible;
    max-width: 100%;
    overflow-x: hidden;
  }
  
  .recruit-img-wrapper {
    position: relative; 
    width: 100%; 
    height: 700px;
    overflow: visible; 
    margin: 0 auto;  
    max-width: 100%;
  }
  
  .recruit-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
  }
  

  .recruit-img img {
    border-radius: 7px;
    box-shadow: 2px 5px 4px rgba(0, 0, 0, 0.1);
    
  }
  
  .recruit-img .rimg1 {
    width: 260px;
  }

  .recruit-img .rimg2 {
    width: 370px;
  }
  
  .recruit-img .rimg3 {
    width: 290px;
  }

  .recruit-img .rimg4 {
    width: 270px;
  }

  .recruit-img .rimg5 {
    width: 250px;
  }

  .recruit-img .rimg6 {
    width: 330px;
  }

  .r-img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    transition: all 1s ease-out;
  }

  .recruit-img .circle {
    width: 120px;
    height: 120px;
    position: absolute;
    border-radius: 50%;
    filter: blur(2px);
    pointer-events: none;
    opacity: 0;
    transition: opacity 2s ease-in-out;
    transform: scale(0.8);
    transition: transform 2s ease-in-out, opacity 2s ease-in-out;
    z-index: 0;
  }

  .recruit-img .c1 { 
    /* 左上　大 */
    width: 320px;
    height: 320px;
    background: rgb(245, 245, 245);
  }

  .recruit-img .c2 {
    /* 右上 */
    width: 320px;
    height: 320px;
    background: rgb(240, 249, 255);
  }
  
  .recruit-img .c3 {
    /* 中央丸　右上 */
    width: 220px;
    height: 220px;
    background: rgb(224, 237, 247);
  }
  
  .recruit-img .c4 {
    /* 右下 */
    width: 350px;
    height: 350px;
    background: rgb(245, 245, 245);
  }
  
  .recruit-img .c5 {
    /* 中央丸　左下 */
    width: 280px;
    height: 280px;
    background: rgb(238, 253, 255);
  }
  
  .recruit-img .c6 {
    /* 左上　小 */
    width: 180px;
    height: 180px;
    background: rgb(238, 249, 255);
  }

  .recruit-img .c7 {
    /* 中央　右端 */
    width: 350px;
    height: 350px;
    background: rgb(239, 253, 255);
  }
  
  .recruit-img .c8 {
    /* 左下 */
    width: 380px;
    height: 380px;
    background: rgb(229, 241, 247);
  }

  .recruit-img .c9 {
    /* 中央　左上 */
    width: 300px;
    height: 300px;
    background: rgb(245, 245, 245);
  }

  .recruit-img .c10 {
    /* 右上　右 */
    width: 250px;
    height: 250px;
    background: rgb(240, 249, 255);
  }

  .recruit-img .c11 {
    /* 中央丸　右下 */
    width: 250px;
    height: 250px;
    background: rgb(238, 253, 255);
  }

  .recruit-img .c12 {
    /* 左上　左　② */
    width: 250px;
    height: 250px;
    background: rgb(229, 241, 247);
  }
  
  
  
  


  .recruit-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 500px;
    height: 500px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgb(255, 255, 255);
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.15);
    z-index: 2;
  }

  .recruit h2 {
    font-size: 18px;
    border-bottom: #036796 solid 3px;
    padding-bottom: 5px;
    margin-top: 15px;
  }

  .recruit .recruit-title {
    font-size: 60px;
    margin-top: 15px;
    margin-bottom: 30px;
    font-weight: bold;
  }

  .recruit p{
    line-height: 2em;
    font-size: 18px;
    width: 350px;
  }

  .recruit-button  {
    padding: 12px 30px;
    margin-top: 50px;
  }

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

    .recruit {
      padding: 0;
      min-height: 850px;
    }
    
    .recruit-img-wrapper {
      height: 1200px; 
    }

    
    .recruit-img .rimg1 {
      width: 220px;
    }
  
    .recruit-img .rimg2 {
      width: 300px;
    }
    
    .recruit-img .rimg3 {
      width: 250px;
    }
  
    .recruit-img .rimg4 {
      width: 230px;
    }
  
    .recruit-img .rimg5 {
      width: 190px;
    }
  
    .recruit-img .rimg6 {
      width: 280px;
    }
  

  .recruit-img .c1 { 
    display: none;
  }

  .recruit-img .c2 {
    display: none;
  }
  
  .recruit-img .c3 {
    /* 中央丸　右上 */
    width: 250px;
    height: 250px;
    background: rgb(224, 237, 247);
  }
  
  .recruit-img .c4 {
    /* 右下 */
    width: 260px;
    height: 260px;
    background: rgb(245, 245, 245);
  }
  
  .recruit-img .c5 {
    /* 中央丸　左下 */
    width: 220px;
    height: 220px;
    background: rgb(232, 252, 255);
  }
  
  .recruit-img .c6 {
    width: 250px;
    height: 250px;
    background: rgb(239, 253, 255);
  }

  .recruit-img .c7 {
    display: none;
  }
  
  .recruit-img .c8 {
    /* 左下 */
    width: 260px;
    height: 260px;
    background: rgb(229, 241, 247);
  }

  .recruit-img .c9 {
    /* 中央　左上 */
    width: 250px;
    height: 250px;
    background: rgb(245, 245, 245);
  }

  .recruit-img .c10 {
    width: 260px;
    height: 260px;
    background: rgb(229, 241, 247);
  }

  .recruit-img .c11 {
    /* 中央右下 */
    width: 250px;
    height: 250px;
    background: rgb(232, 252, 255);
  }

  .recruit-img .c12 {
    display: none;
  }
  
    
    .recruit-text {
      width: 380px;
      height: 380px;
    }
  
    .recruit h2 {
      font-size: 15px;
      padding-bottom: 0px;
      margin-top: 0px;
    }
  
    .recruit .recruit-title {
      font-size: 38px;
      margin-top: 10px;
    margin-bottom: 30px;
    }
  
    .recruit p{
      line-height: 1.85em;
      font-size: 16px;
      width: 260px;
    }
  
    .recruit-button  {
      padding: 8px 20px;
      margin-top: 30px;
    }

  }

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

    .recruit {
      padding: 0;
      min-height: 850px;
    }
    
    .recruit-img-wrapper {
      height: 950px; 
    }

    
    .recruit-img .rimg1 {
      width: 190px;
    }
  
    .recruit-img .rimg2 {
      width: 240px;
    }
    
    .recruit-img .rimg3 {
      width: 230px;
    }
  
    .recruit-img .rimg4 {
      width: 210px;
    }
  
    .recruit-img .rimg5 {
      width: 180px;
    }
  
    .recruit-img .rimg6 {
      width: 220px;
    }


  }

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

    .recruit {
      padding: 0;
      min-height: 850px;
    }
    
    .recruit-img-wrapper {
      height: 950px; 
    }

    
    .recruit-img .rimg1 {
      display: none;
    }
  
    .recruit-img .rimg2 {
      width: 200px;
    }
    
    .recruit-img .rimg3 {
      width: 230px;
    }
  
    .recruit-img .rimg4 {
      width: 200px;
    }
  
    .recruit-img .rimg5 {
      display: none;
    }
  
    .recruit-img .rimg6 {
      width: 230px;
    }
  
  }

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

    .recruit {
      padding: 0;
      min-height: 850px;
    }
    
    .recruit-img-wrapper {
      height: 700px; 
    }

    
    .recruit-img .rimg1 {
      display: none;
    }
  
    .recruit-img .rimg2 {
      width: 140px;
    }
    
    .recruit-img .rimg3 {
      width: 170px;
    }
  
    .recruit-img .rimg4 {
      width: 140px;
    }
  
    .recruit-img .rimg5 {
      display: none;
    }
  
    .recruit-img .rimg6 {
      width: 170px;
    }
  

  .recruit-img .c1 { 
    display: none;
  }

  .recruit-img .c2 {
    display: none;
  }
  
  .recruit-img .c3 {
    /* 中央丸　右上 */
    width: 130px;
    height: 130px;
    background: rgb(224, 237, 247);
  }
  
  .recruit-img .c4 {
    /* 右下 */
    width: 90px;
    height: 90px;
    background: rgb(245, 245, 245);
  }
  
  .recruit-img .c5 {
    /* 中央丸　左下 */
    width: 120px;
    height: 120px;
    background: rgb(232, 252, 255);
  }
  
  .recruit-img .c6 {
    /* 左上　小 */
    width: 80px;
    height: 80px;
    background: rgb(238, 249, 255);
  }

  .recruit-img .c7 {
    /* 中央　右端 */
    width: 150px;
    height: 150px;
    background: rgb(239, 253, 255);
  }
  
  .recruit-img .c8 {
    /* 左下 */
    width: 160px;
    height: 160px;
    background: rgb(229, 241, 247);
  }

  .recruit-img .c9 {
    /* 中央　左上 */
    width: 150px;
    height: 150px;
    background: rgb(245, 245, 245);
  }

  .recruit-img .c10 {
    display: none;
  }

  .recruit-img .c11 {
    display: none;
  }

  .recruit-img .c12 {
    display: none;
  }
  
    
    .recruit-text {
      width: 320px;
      height: 320px;
    }
  
    .recruit h2 {
      font-size: 15px;
      padding-bottom: 0px;
      margin-top: 0px;
    }
  
    .recruit .recruit-title {
      font-size: 32px;
      margin-top: 10px;
    margin-bottom: 20px;
    }
  
    .recruit p{
      line-height: 1.85em;
      font-size: 15px;
      width: 240px;
    }
  
    .recruit-button  {
      padding: 8px 20px;
      margin-top: 20px;
    }

  }

/* =================================================================================
====================================================================================

企業情報

====================================================================================
====================================================================================*/
.about-banner-group > .wp-block-group__inner-container{
  display: flex;
  gap: 30px;
  margin-bottom: 150px;
}

.about-banner {
  position: relative;
  display: inline-block; 
}

.about-banner-img {
  position: relative;
  display: inline-block;
  overflow: hidden;
  z-index: 1;
  border-radius: 10px;
  box-shadow: 0 3px 7px rgba(53, 53, 53, 0.15);
  line-height: 0; 
}

.about-banner-img img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  transform-origin: center center; 
  transition: transform 0.5s ease;

}

.about-banner-img:hover img {
  transform: scale(1.08);
}




.about-banner-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
  to right,
  rgba(255, 255, 255, 1) 0%,
  rgba(255, 255, 255, 0.8) 40%,
  rgba(255, 255, 255, 0.1) 100%
);
  pointer-events: none;
  z-index: 2;
}


.about-banner-headline {
  position: absolute;
  top: 50%; 
  left: 0;
  transform: translateY(-50%); 
  color: #fff;
  padding-left: 20px; 
  z-index: 2; 
}

.about-banner-headline .headline3{
  font-size: 32px;  
}

.about-banner:focus-visible {
  outline: 3px solid #000;
  outline-offset: 4px;
}






@media screen and (max-width:1050px){
  
  .about-banner-group > .wp-block-group__inner-container{
    margin-bottom: 100px;
  }

  .about-banner-headline .headline3{
    margin-top: 5px;
    font-size: 25px;
  }
}

@media screen and (max-width:750px){
  
  .about-banner-group > .wp-block-group__inner-container{
    display: block;
    margin-bottom: 150px;
  }
  
  .about-banner {
    position: relative; 
    display: inline-block; 
  }
  
  .about-banner-img {
    position: relative;
    display: inline-block; 
    overflow: hidden;
    z-index: 1;
  }
  
  .about-banner img {
    display: block;
    height: auto;
    border-radius: 10px;
    box-shadow: 0 3px 7px rgba(53, 53, 53, 0.15);
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease; 
  }
  
  .about-banner-img:hover img {
    transform: scale(1.08);
  }
 
  .about-banner-img::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
    to right,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.8) 40%,
    rgba(255, 255, 255, 0.1) 100%
  );
    pointer-events: none; 
    z-index: 2;
    border-radius: 10px;
  }
  
  
  .about-banner-headline {
    position: absolute;
    top: 50%; 
    left: 0;
    transform: translateY(-50%); 
    color: #fff;
    padding-left: 20px; 
    z-index: 2;
  }

  .about-banner-headline .headline3{
    font-size: 22px;
  }
}

  /********************************************************
  会社概要
  **********************************************************/

.outline-dl {
  border-collapse: collapse; 
  width: 100%;
  background: rgba(243, 243, 243, 0.55);
  margin-top: 30px;
  position: relative;
  border-radius: 10px;
}

.outline-dl a {
	color: #0371A4;
}

.outline-dl div {
	display: flex;
}

.outline-dl div div{
	display: block;
}

.outline-dl div:not(:last-of-type) {
	border-bottom: 3px solid #fff;
}

.outline-dl dt,
.outline-dl dd {
  margin: 0;
  padding: 30px 50px;
}

.outline-dl dt {
  font-weight: bold;
  grid-column: 1;
  width: 250px;
  margin-left: 0;
  border-right: 3px solid #fff;
}

.outline-dl dd {
  grid-column: 2;
  line-height: 1.7;
  margin-right: 0;
  width: calc(100% - 250px);
}

.outline-dl dd:has(dl) {
	width: calc(100% - 250px);
}

.outline-dl dd .outline-dd-flex{
	display: flex;
	flex-wrap: wrap;
}

.outline-dl dd dd, .outline-dl dd dt{
	border-bottom: none;
  padding: 0;
}

.outline-dl dd .outline-dd-flex dt {
	border-right: none;
  font-weight: normal;
  width: 180px;
}

.outline-dl dd .iso dt {
  width: 500px;
}

.outline-dl dd .iso dd {
	width: calc(100% - 500px) !important;
}

.outline-dl dd .outline-dd-flex dd {
	width: calc(100% - 200px);
}

.outline-dl p{
  width: 100%;
}

.outline-dl .outline-mainservice dt{
  border-right: none;
  font-weight: normal;
  width: 100%;
}

.outline-dl .outline-mainservice dt:not(:first-of-type){
  margin-top: 15px;
}

.outline-dl .outline-mainservice dd{
  display: flex;
}

.outline-dl .outline-mainservice dd::before{
  content: "・";
  display: block;
  margin-right: 8px;
}

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

  .outline-dl dd .outline-dd-flex:has(.iso){
    display: block;
  }

  .outline-dl dd .outline-dd-flex dd {
    width: calc( 100% - 180px );
  }

  .outline-dl dd .iso dt {
    width: 100%;
  }
    
  .outline-dl dd .iso dd {
    width: 100% !important;
    margin-bottom: 20px;
  }
  
}

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

  .outline-dl dd:has(.iso) {
    padding-right: 30px;
  }
  
  .outline-dl .outline-mainservice dd{
    width: 100%;
  }

  .outline-dl dt,
  .outline-dl dd {
  margin: 0;
  padding: 30px 35px;
}
}

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

  .outline-dl {
      border-collapse: none; 
      margin-top: 30px;
      border-radius: 0;
      background: none;
    }

    .outline-dl div {
      display: block;
    }
    
    .outline-dl div:not(:last-of-type) {
      border-bottom: none;
    }

    .outline-dl dt,
    .outline-dl dd {
      margin: 0;
      padding: 30px 20px 30px 30px;
      background: rgba(243, 243, 243, 0.55);
    }

    .outline-dl dt {
      width: 100%;
      border-right: 0;
    }

    .outline-dl dd {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px;
      border-top: 2px #fff solid;
    }
    
    .outline-dl dd:has(dl) {
      width: 100%;
    }
    
    .outline-dl dd .outline-dd-flex:has(.iso){
      display: block;
    }
  
    .outline-dl dd .outline-dd-flex dd {
      width: calc( 100% - 150px );
    }

    .outline-dl dd .outline-dd-flex dt {
      width: 150px;
    }
    
    .outline-dl dd dd, .outline-dl dd dt{
      border-bottom: none;
      padding: 0;
      border: none;
      background: none;
    }
    
    .outline-dl dd .outline-dd-flex dt:has(.iso) {
      border-right: none;
      font-weight: normal;
      width: 100%;
    }

    .outline-dl dd:has(.iso) {
      padding-right: 10px;
    }
    
    .outline-dl dd .iso dt {
      width: 100%;
    }
    
    .outline-dl dd .iso dd {
      width: 100%  !important;
    }

    .outline-dl iframe {
      width: 100% !important;
      margin-top: 10px;
    }
  
}


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

  .outline-dl dd .iso dd a{
    display: block;
    width: 100%;
  }

  .outline-dl dd .iso dt{
    margin-bottom: 10px;
  }

}
  /********************************************************
  代表メッセージ
  **********************************************************/

.ceo-message >.wp-block-group__inner-container{
  display: flex;
  gap: 100px;
  align-items: center;
  height: 320px;
}

.ceo-message img {
  border-radius: 5px;
  overflow: hidden;
}

.ceo-message p {
  width: 65%;
  line-height: 2em;
}

.vmm-items {
  border: #0371A4 1px solid;
  border-radius: 10px;
  text-align: center;
  justify-items: center;
  width: 100%;
  padding: 60px 0;
}

.ceo-message-headline {
	text-align: left;
   width: fit-content;
	margin: 0 auto; 
}

.vmm-items h3 {
  font-size: 32px;
  margin-bottom: 35px;
}

.vmm-flex-items >.wp-block-group__inner-container{
  display: flex;
  gap: 40px;
  height: auto;
}

.vmm-items p {
  line-height: 2em;
  font-size: 18px;
}

.vmm-flex-items {
  margin: 40px auto;
}

.vmm-one-items {
  align-content: center;
}


.vmm-items .mission-p p:not(:last-of-type){
  margin-bottom: 15px;
}

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

  .ceo-message >.wp-block-group__inner-container{
    display: block;
    height: auto;
  }

  .ceo-message img {
    width: 100% !important;
    height: 380px !important;
    object-fit: cover;
  }
  
  .ceo-message p {
    width: 100%;
    margin-top: 20px;
    padding: 0 10px;
  }
  
  .vmm-items {
    text-align: left;
    justify-items: left;
    padding: 30px 30px;
    margin-bottom: 10px;
  }
  
  .ceo-message-headline {
    text-align: left;
    margin: 0 0; 
  }
  
  .vmm-items h3 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  
  .vmm-flex-items >.wp-block-group__inner-container{
    display: block;
    gap: 0px;
  }
  
  .vmm-items p {
    font-size: 16px;
  }
  
  .vmm-flex-items {
    margin: 0;
  }
  
}

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

  .vmm-items {
    padding: 30px 50px;
    margin-bottom: 15px;
  }
  
}


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

  .ceo-message >.wp-block-group__inner-container{
    display: block;
    height: auto;
  }
  
  .ceo-message p {
    width: 100%;
    font-size: 16px;
    margin-top: 20px;
    padding: 0 20px;
  }

  .ceo-message img {
    width: 100% !important;
    height: 180px !important;
    object-fit: cover;
  }
  
  .vmm-items {
    text-align: left;
    justify-items: left;
    padding: 30px 40px;
    margin-bottom: 10px;
  }
  
  .ceo-message-headline {
    text-align: left;
    margin: 0 0; 
  }
  
  .vmm-items h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  
  .vmm-flex-items >.wp-block-group__inner-container{
    display: block;
    gap: 0px;
  }
  
  .vmm-items p {
    font-size: 16px;
  }
  
  .vmm-flex-items {
    margin: 0;
  }
  
}

  /********************************************************
  サステナビリティ
  **********************************************************/

.sastainability-fv-p {
  text-align: center;
}

.sastainability-link {
  justify-items: center;
  text-align: center;
}

.sastainability-link a{
  color: #0371A4;
}

.sastainability-message{
  background: rgb(225, 246, 255, 0.5);
  padding: 80px 100px 100px 100px;
}


  .sastainability-message  >.wp-block-group__inner-container{
    border-radius: 10px;
    justify-items: center;
    width: 100%;
  }

  .sastainability-message-headlin {
    left: 0;
    width: 100%;
  }

.sastainability-message-headline h3{
  margin-top: 10px;
  margin-left: 0;
  font-size: 32px;
}

.sastainability-message-headline h5{
  margin-left: 0;
}

  .sastainability-message-top >.wp-block-group__inner-container{
    display: flex;
    justify-content: space-between; 
  }



 .sastainability-message-top p {
  width: 70%;
  right: 0;
}

  .sastainability-message .wp-block-group__inner-container ol{
    display: flex;
    gap: 25px;
    margin-top: 60px;
    counter-reset: item;
    list-style: none;
  }

  .sastainability-message ol li{
    background: white;
    border-radius: 10px;
    box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.15);
    padding: 60px 45px;
    width: 400px;
  }

  .sastainability-message ol li::before {
    content: counter(item, decimal-leading-zero); 
    position: absolute;
    left: 0;
  }

.sastainability-message ol li h3 {
  counter-increment: section;
  position: relative;
  padding-left: 2.5em; 
  margin-bottom: 40px;
}

.sastainability-message ol h3::before {
  content: counter(section, decimal-leading-zero);
  position: absolute;
  left: 0;
  color: #0073aa;
  font-weight: bold;
}

.sastainability-message ol li::before {
    display: none;
}


.our-sastainability h3{
  margin-bottom: 50px;
  font-size: 38px;
}

.materiality-content{
  background: rgb(239, 249, 255, 0.5);
  padding: 60px 100px;
}

  .materiality-content > .wp-block-group__inner-container{
    border-radius: 10px;
  }

  .materiality-content h4 {
    margin-bottom: 35px;
  }

  .materiality-content h5 {
    margin-bottom: 15px;
    font-size: 18px;
  }

  .materiality-content ul li {
    list-style: none;
  }

  .materiality-content ul li h5{
    font-weight: bold;
  }

  .materiality-content .materiality-items:not(:last-of-type) {
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
  }

  .materiality-content ul li ul {
    display: flex;
    gap: 10px;
    margin: 30px auto;
    width: auto;
  }

.materiality-content ul.wp-block-createwithrani-superlist-block li {
    flex: 0 0 auto !important;
}

.actions h3 {
  font-size: 38px;
}

.actions-content .environment {
  border: 1px solid #279400;
}

.actions-content .environment h2 {
  color: #217A00;
}

.actions-content .society {
  border: 1px solid #0078B7;
}

.actions-content .society h2 {
  color: #0078B7;
}

.actions-content .economy {
  border: 1px solid #C67E00;
}

.actions-content .economy h2 {
  color: #996100;
}

  .actions-content li{
    border-radius: 10px;
    padding: 60px 40px 60px 65px;
    margin-top: 50px !important;
  }

  .actions-content li h2{
    font-size: 35px;
    margin-bottom: 25px;
  }

  .actions-content li p{
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 10px;
  }

  .actions-content li .wp-block-createwithrani-superlist-block{
    display: flex;
  }

  .actions-content li ul p {
    font-size: 18px;
   list-style: none;
    font-weight: normal;
    margin-bottom: 0px;
  }

  .actions-content li ul li{
   list-style: none;
   border: none;
   border-radius: 0;
   padding: 0;
   margin-top: 0;
  }
  
  .actions-content li ul li:not(:last-of-type){
    padding-right: 30px;
   }

  .actions-content li ul li h4{
   margin-bottom: 20px;
  }

  .actions-content li ul li:not(:first-of-type){
    border-left: 1px solid #d1d1d1;
    padding-left: 40px;
  }

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

    .sastainability-fv-p {
      padding: 0 135px;
    }

    
    .sastainability-message{
      padding: 50px;
    }

    
      .sastainability-message-headline {
        left: 0;
        width: 60%;
      }
    
    .sastainability-message-headline h3{
      margin-left: 0;
    }
    
      .sastainability-message-top >.wp-block-group__inner-container{
        justify-content: left; 
      }

     .sastainability-message-top p {
      width: 100%;
      margin-top: 30px;
    }
    
      .sastainability-message .wp-block-group__inner-container ol{
        display: block;
        gap: 0;
        margin-top: 50px;
      }
    
      .sastainability-message ol li{
        padding: 30px 40px;
        width: 100%;
        margin-bottom: 15px;
      }
    
      .sastainability-message ol li::before {
        content: counter(item, decimal-leading-zero); 
        position: absolute;
        left: 0;
      }

    .sastainability-message ol li h3 {
      counter-increment: section;
      position: relative;
      padding-left: 2.5em; 
      margin-bottom: 20px;
      font-size: 18px;
    }

    .sastainability-message ol h3::before {
      content: counter(section, decimal-leading-zero);
      position: absolute;
      left: 0;
      color: #0073aa;
      font-weight: bold;
    }
    
    .sastainability-message ol li::before {
        display: none;
    }

    .materiality-content{
      padding: 60px 70px;
    }

    .actions-content li .wp-block-createwithrani-superlist-block{
      display: block;
    }

    .actions-content li{
      padding: 60px 40px 60px 45px;
    
    }
  
    .actions-content li ul p {
     list-style: none;
      font-weight: normal;
      margin-bottom: 0px;
    }
  
    .actions-content li ul li{
     list-style: none;
     border: none;
     border-radius: 0;
     padding: 0;
     margin-top: 0;
    }

    .actions-content li ul li:not(:last-of-type){
      padding-right: 0;
     }
  
    .actions-content li ul li h4{
     margin-bottom: 10px;
    }
  
    .actions-content li ul li:not(:first-of-type){
      border-left: none;
      padding-left:0;
    }

  }


  @media screen and (max-width:1050px){
    .sastainability-message-headline h3{
      margin-left: 0;
      font-size: 30px;
    }
    
    .sastainability-fv-p {
      text-align: center;
      padding: 0 25px;
    }
    
    .sastainability-link {
      justify-items: center;
    }
    
    .sastainability-link a{
      color: #0371A4;
    }
    
    
    .sastainability-message{
      padding: 30px;
    }
    
      .sastainability-message-headline {
        left: 0;
        width: 100%;
      }
    
    .sastainability-message-headline .headline5{
      margin-left: 0;
    }
    
      .sastainability-message-top >.wp-block-group__inner-container{
        display: block;
        justify-content: left; 
      }

     .sastainability-message-top p {
      width: 100%;
      margin-top: 30px;
    }
    
      .sastainability-message .wp-block-group__inner-container ol{
        display: block;
        gap: 0;
        margin-top: 50px;
      }
    
      .sastainability-message ol li{
        padding: 30px 30px;
        width: 100%;
        margin-bottom: 15px;
      }
    
      .sastainability-message ol li::before {
        content: counter(item, decimal-leading-zero); 
        position: absolute;
        left: 0;
      }

    .sastainability-message ol li h3 {
      counter-increment: section;
      position: relative;
      padding-left: 2.5em; 
      margin-bottom: 20px;
      font-size: 16px;
    }

    .sastainability-message ol h3::before {
      content: counter(section, decimal-leading-zero);
      position: absolute;
      left: 0;
      color: #0073aa;
      font-weight: bold;
    }
    
    .sastainability-message ol li::before {
        display: none;
    }
    
    /* ----------------G&Uが目指すサステナビリティ------------------------ */
    
    .our-sastainability h3{
      margin-bottom: 30px;
      font-size: 30px;
      line-height: 1.3em;
    }

    .materiality-content{
      padding: 30px;
    }
    
      .materiality-content h4 {
        margin-bottom: 20px;
      }
    
      .materiality-content h5 {
        margin-bottom: 10px;
        font-size: 16px;
      }

      .materiality-content ul li img{
        width: 60px;
      }
    
      .materiality-content .materiality-items:not(:last-of-type) {
        margin-bottom: 30px;
      }
    
      .materiality-content ul li ul { 
        flex-wrap: wrap;   
        gap: 5px;
        margin: 30px auto;
      }

      /* ----------------具体的な取り組み----------------------- */
      .actions h3 {
        font-size: 30px;
      }
    
      .actions-content li{
        border-radius: 10px;
        padding: 30px 30px;
        margin-top: 30px !important;
      }
    
      .actions-content li h2{
        font-size: 22px;
        margin-bottom: 25px;
        text-align: center;
      }
    
      .actions-content li p{
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 10px;
      }

      .actions-content li ul p {
       font-size: 16px;
       }
    

  }

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

    .sastainability-fv-p .wp-block-group__inner-container p {
      display: inline !important;
      margin: 0 !important;
      padding: 0 !important;
      text-align: left;
    }

    .sastainability-fv-p {
      padding: 0;
    }
  
    /* Gutenberg が勝手に <p> を block ホルダーで囲んだ場合 */
    .sastainability-fv-p .wp-block-group__inner-container {
      display: block !important;
      white-space: normal !important;
      text-align: left;
      padding: 0 30px;
    }
  
    /* p と p の間に変な改行が入らないように */
    .sastainability-fv-p .wp-block-group__inner-container p + p::before {
      content: "";
    }

    .actions-content li{
      padding: 30px 17px;
    }

  }

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

    .sastainability-fv-p .wp-block-group__inner-container {
      padding: 0 10px;
    }
   
  .sastainability-message-headline h3{
    margin-top: 0px;
    margin-left: 0;
    font-size: 22px;
  }

  .our-sastainability h3{
    margin-bottom: 30px;
    font-size: 22px;
  }

  .actions h3 {
    font-size: 22px;
  }

  .sastainability-message ol li h3 {
    counter-increment: section;
    position: relative;
    padding-left: 2.5em; 
    margin-bottom: 20px;
    font-size: 16px;
  }

  .materiality-content{ 
    padding:  30px 25px;
  }

  .materiality-content ul li ul { 
    margin: 30px 0;
  }

  .materiality-content ul li ul li{ 
    margin: 0;
  }

  .actions-content li{
    padding: 30px 0;
  }

  .actions-content li p{
    text-align: center;
  }

  .actions-content li ul li p{
    text-align: left;
  }


  .actions-content li ul{
    padding: 0 18px;
  }

  .actions-content li ul li{
   padding: 0;
  }

  .actions-content li ul li p{
    padding: 0 12px;
   }
  
  }

/* =================================================================================
====================================================================================

採用情報

====================================================================================
====================================================================================*/


  /********************************************************
  採用担当者からのメッセージ
  **********************************************************/

  .message-person {
    background: rgb(225, 246, 255, 0.3);
    padding: 200px 0 150px 0;
    justify-items: center;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: calc(-50vw);
    margin-right: calc(-50vw);
  }

  .message-person > .wp-block-group__inner-container {
    max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  }

  .message-person h3, .message-person h5 {
    margin-left: 0;
  }

  .recruit-h3 {
    font-size: 40px;
    margin-bottom: 50px;
    margin-left: 0;
  }

  .recruit-p {
    line-height: 2.2em;
  }

  .message-img img{
    border-radius: 5px;
  }


  .m-p-content > .wp-block-group__inner-container{
    display: flex;
    gap: 100px;
  }

  .message-text {
    width: 850px;
  }

  .message-content {
    margin-bottom: 180px;
  }

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

    .message-person {
      padding: 150px 0 120px 0;
    }
  
    .message-person > .wp-block-group__inner-container {
      width: 1000px;
    }
  
    .recruit-h3 {
      font-size: 35px;
      margin-bottom: 40px;
    }
  
    .recruit-p {
      line-height: 2.2em;
    }
  
    .message-img img{
      width: auto;
      height: 90% !important;
      object-position: 80% bottom;
    }
  
  
    .m-p-content > .wp-block-group__inner-container{
      display: flex;
      gap: 60px;
    }
  
    .message-text {
      width: 70%;
    }
  
    .message-content {
      margin-bottom: 120px;
    }

  }

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

    .message-person {
      padding: 120px 0 100px 0;
    }
  
    .message-person > .wp-block-group__inner-container {
      width: 700px;
    }
  
    .recruit-p {
      line-height: 2.2em;
    }

    .message-img {
      margin-bottom: 20px;
    }
  
    .message-img img{
      width: 100% !important;
      height: 350px !important;
      object-position: top;
    }
  
  
    .m-p-content > .wp-block-group__inner-container{
      display: block;
      gap: 0px;
    }
  
    .message-text {
      width: 100%;
    }
  
    .message-content {
      margin-bottom: 120px;
    }

    .m-p-content:last-of-type > .wp-block-group__inner-container{
      display: flex;
      flex-direction: column-reverse;
    }

    .recruit-h3 {
      font-size: 35px;
      margin-bottom: 30px;
    }

    .recruit-fv-p  p {
      display: inline !important;
      margin: 0 !important;
      padding: 0 !important;
    }
  
    /* Gutenberg が勝手に <p> を block ホルダーで囲んだ場合 */
    .recruit-fv-p  {
      display: block !important;
      white-space: normal !important;
    }
  
    /* p と p の間に変な改行が入らないように */
    .recruit-fv-p  p + p::before {
      content: "";
    }

  }

  @media screen and (max-width:750px){
    
    .recruit-h3 {
      font-size: 30px;
      margin-bottom: 20px;
    }

    
    .message-person {
      padding: 100px 0 80px 0;
    }
  
    .message-person > .wp-block-group__inner-container {
      width: 430px;
    }
  
    .recruit-p {
      line-height: 2.2em;
    }
  
    .message-img img{
      width: 100%;
      height: auto !important;
      object-position: center;
      margin-bottom: 30px;
    }

    .message-img {
      margin-bottom: 0;
    }
  
  
    .m-p-content > .wp-block-group__inner-container{
      display: block;
      gap: 0px;
    }
  
    .message-text {
      width: 100%;
    }
  
    .message-content {
      margin-bottom: 120px;
    }
  }

  @media screen and (max-width:450px){
    
    .message-person {
      padding: 30px 30px;
      justify-items: center;
      position: relative;
      left: 50%;
      width: 100vw;
      margin-left: -50.4vw;
    }
  
    .message-person > .wp-block-group__inner-container {
      width: 320px;
    }

    .recruit-h3 {
      font-size: 22px;
      margin-bottom: 20px;
    }
  
    .message-img img{
      border-radius: 5px;
      width: 100%;
      height: 200px !important;
      margin-bottom: 20px;
    }
  
    .m-p-content > .wp-block-group__inner-container{
      display: block;
      gap: 0;
    }
  
    .message-text {
      width: 100%;
    }
  
    .message-content {
      margin-bottom: 50px;
    }

  }

/* -----------------------  G&Uシステムサービスを知る -------------------------------- */


.learn-us {
  justify-items: center;
  margin: 200px auto 300px auto;
  padding-bottom: 100px;
  max-width: 1400px;
}

.learn-us h5 {
  margin-left: 0;
}

.learn-us ul {
  display: flex;
  flex-wrap: wrap; 
  justify-content: center; 
  gap: 35px;
  margin-bottom: 30px;
  padding: 0; 
}

.learn-us li {
  flex: calc(25% - 30px) !important; 
  background: rgba(245, 245, 245, 0.6);
  border-radius: 10px;
  max-width: 320px;
  aspect-ratio: 1 / 1;
  box-shadow: 0px 5px 7px rgba(88, 88, 88, 0.15);
  text-align: center;
  list-style: none;
  align-content: center;
}

.learn-us li p {
  color: #6D6D6D;
  font-weight: 500;
  margin-top: 40px;
  font-size: 24px;
}

@media screen and (max-width:1550px){
  
  .learn-us {
    margin: 0 auto;
    padding-bottom: 0px;
    max-width: 1000px;
  }

  .learn-us ul {
    gap: 25px;
    margin-bottom: 25px;
  }
  
  .learn-us li {
    max-width: 320px;
    padding: 30px 20px;
  }

  .learn-us li img{
    height: 60px !important;
  }
  
  .learn-us li p {
    margin-top: 20px;
    font-size: 20px;
  }
  
}

@media screen and (max-width:1050px){
  
  .learn-us {
    max-width: 700px;
  }
  
  .learn-us ul {
    gap: 30px;
  }
  
  .learn-us li {
    flex: calc(50% - 30px) !important; 
    max-width: 320px;
  }

  .learn-us li img{
    height: 80px !important;
  }
  
  .learn-us li p {
    margin-top: 40px;
    font-size: 24px;
  }
  
}

@media screen and (max-width:750px){
  
  .learn-us {
    justify-items: center;
    width: 100%;
  }
  
  .learn-us h5 {
    margin-left: 0;
  }
  
  .learn-us ul {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 15px;
    margin-bottom: 10px;
    padding: 0; 
  }
  
  .learn-us li {
    flex: calc(50% - 15px) !important; 
    max-width: 320px;
    padding: 30px 5px;
    line-height: 1.5em;
  }

  .learn-us li img{
    height: 60px !important;
  }
  
  .learn-us li p {
    margin-top: 20px;
    font-size: 16px;
  }

}


@media screen and (max-width:450px){
  
  .learn-us {
    justify-items: center;
    width: 100%;
  }
  
  .learn-us h5 {
    margin-left: 0;
  }
  
  .learn-us ul {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center; 
    gap: 10px;
    margin-bottom: 10px;
    padding: 0; 
  }
  
  .learn-us li {
    flex: calc(50% - 10px) !important; 
    max-width: 155px;
    padding: 30px 12px;
    line-height: 1.5em;
  }

  .learn-us li img{
    height: 40px !important;
  }
  
  .learn-us li p {
    color: #6D6D6D;
    font-weight: 500;
    margin-top: 10px;
    font-size: 15px;
  }

}



/* ---------------------社員インタビュー------------------------ */

.interview-section h3{
  font-size: 40px;
}


.interview-section > .wp-block-group__inner-container{
  display: flex;
  background: #F6FAFC;
  border-radius: 10px;
  padding: 0 100px 0 150px;
  align-items: center;
  width: 100%;
  height: auto;
  margin: 0 auto;
}

.interview-right {
  margin-left: auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}


/* 社員インタビュー右側スクロール動き */
.scroll-wrapper {
  height: 630px;
  overflow: hidden;
}

/* 外側：左右に2列（左：上へ、右：下へ） */
.scroll-wrapper > .wp-block-group__inner-container {
  display: flex;
  gap: 40px;
  overflow: hidden;
}

/* 画像 */
.scroll-wrapper img {
  width: 280px;
  height: 300px;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
  border-radius: 10px;
}

/* PC = 縦スクロール */
.scroll-col.col-vertical {
  display: flex;
  flex-direction: column;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

.scroll-col.up {
  animation: scrollUp 25s linear infinite;
}
.scroll-col.down {
  animation: scrollDown 25s linear infinite;
}

@keyframes scrollUp {
  0% { transform: translateY(0); }
  100% { transform: translateY(-50%); }
}
@keyframes scrollDown {
  0% { transform: translateY(-50%); }
  100% { transform: translateY(0); }
}

/* スクロール停止状態 */
.scroll-col.paused {
  animation-play-state: paused !important;
}

/* ボタン本体 */
.scroll-toggle-btn {
  position: absolute;
  bottom: 20px;
  right: 25px;
  z-index: 20;
  width: 48px;
  height: 48px;
  background: #D5E7F1;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  /* フォーカスリング（AA対応） */
  outline-offset: 4px;
}

/* 停止アイコン（❚❚） */
.scroll-toggle-btn.pause::before,
.scroll-toggle-btn.pause::after {
  content: "";
  display: block;
  width: 5.5px;
  height: 18px;
  background: #006399;
  border-radius: 1px;
}

.scroll-toggle-btn.pause::before {
  margin-right: 4px;
}

/* 再生アイコン（▶︎） */
.scroll-toggle-btn.play::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 18px solid #006399;
  margin-left: 3px;
}

/* Gutenbergのボタン化の枠消し（使ってる場合だけ） */
.wp-block-button {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}




.interview-p {
  line-height: 2em;
  padding: 60px 0 40px 0;
  width: 330px;
}

.interview-button a{
  color: #fff;
}

.img-column {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 630px; 
  overflow: hidden;
  position: relative;
}

.img-column img {
  object-fit: cover;
}

.interview-button a {
  background: #0371A4;
  color: #ffffff;
  font-weight: 700;
}

.interview-button a:hover {
  background: none;
  border: 2px solid #0371A4;
  color:#0371A4;
}

@media screen and (max-width:1550px){
  
  .interview-section > .wp-block-group__inner-container{
    display: block;
    padding: 40px 0px 80px 0;
    height: 670px;
    margin-bottom: 350px;
  }
  
  .interview-left > .wp-block-group__inner-container{
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
  }

  .recruit-interview-text {
    width: 48%;
  }
  
  .interview-p {
    line-height: 2em;
    padding: 0 0 40px 0;
    width: 100%;
  }
  
  .interview-button a{
    color: #fff;
  }
  
  .interview-button a {
    background: #0371A4;
    color: #ffffff;
    font-weight: 700;
  }
  
  .interview-button a:hover {
    background: none;
    border: 2px solid #0371A4;
    color:#0371A4;
  }

  /* ---------------------スクロール画像列 ----------------------*/
  
  .scroll-wrapper {
    margin-top: 40px;
    height: auto;
    overflow: hidden;
  }

    .scroll-wrapper > .wp-block-group__inner-container {
      flex-direction: column;
      gap: 30px;
    }

  .scroll-col.col-vertical {
    animation: none;
    flex-direction: row;
  }

  .scroll-col.up {
    animation: scrollLeft 30s linear infinite;
  }
  .scroll-col.down {
    animation: scrollRight 30s linear infinite;
  }

  .scroll-left-group> .wp-block-group__inner-container,
  .scroll-right-group> .wp-block-group__inner-container {
    display: flex;
  }

  .scroll-col > .wp-block-group__inner-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    width: max-content; 
  }

  .scroll-col figure {
    display: inline-block;
    margin: 0 10px 0 0 !important;
  }

  .scroll-col img {
    width: 250px !important;
    height: 130px !important;
    margin-bottom: 0;
    border-radius: 6px;
  }

  @keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }

  @keyframes scrollRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }

  /* ボタン本体 */
.scroll-toggle-btn {
  bottom: 20px;
  right: 25px;
  width: 48px;
  height: 48px;
}

}


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

  .interview-left > .wp-block-group__inner-container{
    display: block;
    padding: 0 40px;
  }

  .recruit-interview-text {
    width: 100%;
  }

  .interview-section h3{
    font-size: 30px;
    margin-bottom: 30px;
  }

  .interview-section > .wp-block-group__inner-container{
    padding: 40px 0;
    align-items: center;
    width: 100%;
    height: 630px;
    margin: 0 auto;
    margin-bottom: 350px;
  }

    .scroll-wrapper > .wp-block-group__inner-container {
      flex-direction: column;
      gap: 15px;
    }

  .scroll-col.col-vertical {
    animation: none;
    flex-direction: row;
  }

  .scroll-col.up {
    animation: scrollLeft 30s linear infinite;
  }
  .scroll-col.down {
    animation: scrollRight 30s linear infinite;
  }
  
  .scroll-left-group> .wp-block-group__inner-container,
  .scroll-right-group> .wp-block-group__inner-container {
    display: flex;
  }

  .scroll-col > .wp-block-group__inner-container {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap;
    width: max-content;
  }

  .scroll-col figure {
    display: inline-block;
    margin: 0 10px 0 0 !important;
  }

  .scroll-col img {
    width: 150px !important;
    height: auto !important;
    margin-bottom: 0;
    border-radius: 6px;
  }
  
  @keyframes scrollLeft {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  
  @keyframes scrollRight {
    0% { transform: translateX(-50%); }
    100% { transform: translateX(0); }
  }

    /* ボタン本体 */
  .scroll-toggle-btn {
    bottom: 20px;
    right: 25px;
    width: 42px;
    height: 42px;
  }

  /* 停止アイコン（❚❚） */
.scroll-toggle-btn.pause::before,
.scroll-toggle-btn.pause::after {
  width: 5px;
  height: 15px;
}

/* 再生アイコン（▶︎） */
.scroll-toggle-btn.play::before {
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 15px solid #006399;
  margin-left: 3px;
}
  
}

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

  .interview-section > .wp-block-group__inner-container{
    padding: 40px 0;
    height: 690px;
    margin: 0 auto;
    margin-bottom: 150px;
  }

  .interview-left {
    padding: 0 50px;
  }

  .scroll-toggle-btn {
    bottom: 20px;
    right: 20px;
    width: 42px;
    height: 42px;
  }


}


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

  .interview-section h3{
    font-size: 22px;
    margin-bottom: 0;
  }
  
  .interview-section > .wp-block-group__inner-container{
    display: block;
    padding: 30px 0 65px 0;
    height: auto;
    margin-bottom: 100px;
  }

  .interview-left {
	  padding: 0;
  }

  .interview-p {
    line-height: 2em;
    padding: 30px 0 25px 0;
    width: 100%;
  }

  .scroll-col img {
    width: 130px !important;
  }

  .scroll-toggle-btn {
    bottom: 10px;
    right: 10px;
  }
}


/* ------------------採用データ--------------------- */

.recruit-data > .wp-block-group__inner-container{
  display: flex;
  justify-content: center;
  gap: 350px;
  padding: 100px 0;
}

.recruit-data h3{
  font-size: 40px;
 }

.recruit-data-accordion .accordion {
  width: 780px;
}

.accordion-item {
  box-shadow: 0px 5px 7px rgba(88, 88, 88, 0.15);
  margin-bottom: 20px;
  border-radius: 10px;
}

.accordion-title {
  cursor: pointer;
  background: rgba(243, 243, 243, 0.55);
  position: relative;
  transition: background 0.3s;
  border-radius: 10px;
  padding: 25px 40px 25px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;  
}

.accordion-item h3 {
  font-size: 20px;
}

.accordion-title:hover {
  background: rgba(209, 209, 209, 0.3);
}

.accordion-title::after {
  content: "＋";
  font-weight: 300;
  transition: transform 0.3s;
  font-size: 28px;
}

.accordion-title.active::after {
  content: "ー";
  font-size: 28px;
  font-weight: 300;
}

.accordion-content {
  display: none;
  padding: 50px 60px 50px 80px;
  background: rgba(243, 243, 243, 0.55);
  font-size: 18px;
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.accordion-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 740px;
  height: 2px;
  background: rgb(219, 219, 219);
}

.accordion-content h4 {
  margin-bottom: 20px;
}

.accordion-content p {
  line-height: 1.8em;
}

.accordion-content.open {
  display: block;
  max-height: 2000px;
}

.accordion-text {
  margin-bottom: 30px;
}

.accordion-text a {
	color: #0371A4;
}

.recruit-data-ul {
	margin-left: 15px;
}

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

  .recruit-data {
    width: 100%;
  }
  
  .recruit-data > .wp-block-group__inner-container{
    gap: 50px;
    margin-bottom: 200px;
    justify-content: space-between;
    padding: 0;
  }

  .recruit-data-left{
    width: 500px;
    padding-left: 20px;
  }
  
  .recruit-data h3{
    font-size: 35px;
    width: 100%;
   }

   .recruit-data-accordion {
    width: 100%;
    max-width: 780px;
  }
  
  .recruit-data-accordion .accordion {
    width: 100%;
    max-width: 900px;
  }
  
  .accordion-item {
    box-shadow: 0px 5px 7px rgba(88, 88, 88, 0.15);
    margin-bottom: 20px;
    border-radius: 10px;
  }
  
  .accordion-title {
    cursor: pointer;
    background: rgba(243, 243, 243, 0.55);
    position: relative;
    transition: background 0.3s;
    border-radius: 10px;
    padding: 25px 40px 25px 80px;
    display: flex;
    align-items: center;
    justify-content: space-between;  
  }
  
  .accordion-item h3 {
    font-size: 20px;
  }
  
  .accordion-title:hover {
    background: rgba(209, 209, 209, 0.3);
  }
  
  .accordion-title::after {
    content: "＋";
    font-weight: 300;
    transition: transform 0.3s;
    font-size: 28px;
  }
  
  .accordion-title.active::after {
    content: "ー";
    font-size: 28px;
    font-weight: 300;
  }
  
  .accordion-content {
    display: none;
    padding: 50px 60px 50px 80px;
    background: rgba(243, 243, 243, 0.55);
    font-size: 18px;
    position: relative;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  
  .accordion-content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 740px;
    height: 2px;
    background: rgb(219, 219, 219);
  }
  
  .accordion-content h4 {
    margin-bottom: 20px;
  }
  
  .accordion-content p {
    line-height: 1.8em;
  }
  
  .accordion-content.open {
    display: block;
    max-height: 2000px;
  }
  
  .accordion-text {
    margin-bottom: 30px;
  }
  
  .accordion-text a {
    color: #0371A4;
  }

}

@media screen and (max-width:1050px){
  
  .recruit-data > .wp-block-group__inner-container{
    display: block;
    gap: 0;
  }

  .recruit-data-left{
    width: 100%;
    padding-left: 0;
    margin-bottom: 30px;
  }

}


@media screen and (max-width:450px){
  
  .recruit-data > .wp-block-group__inner-container{
    display: block;
    gap: 0;
    margin-bottom: 100px;
  }
  
  .recruit-data h3{
   font-size: 22px;
  }
  
  .recruit-data-accordion .accordion {
    width: 100%;
    margin-top: 30px;
  }
  
  .accordion-item {
    margin-bottom: 15px;
  }

  .accordion-item h3 {
    font-size: 18px;
  }
  
  .accordion-title {
    padding: 25px 30px 25px 40px;
  }

  .accordion-title::after {
    font-size: 22px;
  }
  
  .accordion-title.active::after {
    font-size: 22px;
  }
  
  .accordion-content {
    display: none;
    padding: 30px 30px 30px 40px;
    font-size: 16px;
  }
  
  .accordion-content::before {
    width: 90%;
  }
  
  .accordion-content h4 {
    margin-bottom: 10px;
  }
  
  .accordion-content.open {
    display: block;
    max-height: 2000px;
  }
  
  .accordion-text {
    margin-bottom: 0px;
  }

}

/* --------------entryボタン------------------- */

/* ===== 全体レイアウト ===== */
.entry {
  position: relative;
  text-align: center;
  margin: 150px 0;
  overflow: hidden;
  width: 100vw;
  left: 50%;
  margin-left: -50.4vw;
}

/* ===== スクロール文字（最背面） ===== */
.join-us {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  width: 100%;
  background: transparent;
  z-index: 1;
  pointer-events: none;
}

.join-us .inner {
  display: inline-block;
  white-space: nowrap;
  transform: translateX(0);
}

.join-us .inner span {
  font-size: 130px;
  font-weight: 700;
  color: rgba(48, 102, 127, 0.1);
  letter-spacing: -0.01em;
  margin-right: 2.5rem;
}


/* ===== 画像（中間層） ===== */
.entry-img {
  position: relative;
  z-index: 2;
  width: 1000px;
  margin: 0 auto;
}

.entry-img img {
  border-radius: 10px;
  box-shadow: 0px 7px 7px rgba(0, 0, 0, 0.15);
  display: block;
  margin: 0 auto;
  object-fit: cover;
  width: 1000px;
  height: 280px;
}


/* ===== ホバー切替（画像フェード） ===== */
.entry-img .img-default,
.entry-img .img-hover{
  display: block;
  width: 100%;
  height: auto;
  transition: opacity 0.5s ease;
}

.entry-img .img-hover {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
}

.entry-img:hover .img-hover {
  opacity: 1;
}

.entry-img:hover .img-default{
  opacity: 0;
}

/* ===== テキスト（最前面） ===== */
.entry-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  text-align: center;
}

.entry .headline3 {
  color: #fff;
  margin-top: 15px;
  margin-left: 0;
  font-size: 55px;
}

.entry .headline5 {
  color: #fff;
  margin-left: 0;
}

.entry .headline5::before {
  background-color: #ffffff;
}

/* ===== ホバー時に色変化 ===== */
.entry-content .entry-text .headline3,
.entry-content .entry-text .headline5 {
  transition: color 1s ease;
}

.entry-content .entry-text .headline5::before {
  transition: background-color 1s ease;
}

.entry-content:has(.entry-img:hover) .entry-text .headline3,
.entry-content:has(.entry-img:hover) .entry-text .headline5 {
  color: #036B9B;
}

.entry-content:has(.entry-img:hover) .entry-text .headline5::before {
  background-color: #036B9B;
}

.entry-img:hover ~ .entry-text .headline3,
.entry-img:hover ~ .entry-text .headline5 {
  color: #036B9B;
}

.entry-img:hover ~ .entry-text .headline5::before {
  background-color: #036B9B;
}

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

  .entry {
    margin: 100px 0 150px 0;
    margin-left: -50vw;
  }
  
  .join-us .inner span {
    font-size: 100px;
    letter-spacing: -0.05em;
  }

  .entry-img {
    width: 700px;
  }
  
  .entry-img img {
    width: 700px;
    height: 220px;
  }

 .entry .headline3 {
    margin-top: 10px;
    font-size: 40px;
  }
  
}

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

  .entry {
    margin: 0 0 100px 0;
    margin-left: -50vw;
  }
  
  .join-us .inner span {
    font-size: 80px;
    letter-spacing: -0.05em;
  }

  .entry-img {
    width: 500px;
  }
  
  .entry-img img {
    width: 550px;
    height: 200px;
  }

 .entry .headline3 {
    margin-top: 8px;
    font-size: 35px;
  }
  
}

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

  .entry {
    margin: 0 0 100px 0;
    margin-left: -50vw;
  }
  
  .join-us .inner span {
    font-size: 60px;
    letter-spacing: -0.05em;
  }

  .entry-img {
    width: 500px;
  }
  
  .entry-img img {
    width: 400px;
    height: 150px;
  }

 .entry .headline3 {
    margin-top: 5px;
    font-size: 32px;
  }
  
}

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

  .entry {
    margin: 100px 0 80px 0;
    margin-left: -50vw;
  }
  
  .join-us .inner {
    display: inline-block;
    white-space: nowrap;
    animation: joinScroll 110s linear infinite;
  }
  
  .join-us .inner span {
    font-size: 50px;
    letter-spacing: -0.06em;
    margin-right: 2.5rem;
  }
  
  @keyframes joinScroll {
    0% { transform: translateX(0); }
    100% { transform: translateX(-50%); }
  }
  .entry-img {
    width: 280px;
  }
  
  .entry-img img {
    width: 300px;
    height: 120px;
  }

 .entry .headline3 {
    margin-top: 5px;
    font-size: 30px;
  }
  
}


/* =================================================================================
====================================================================================

社員インタビュー　固定ページ

====================================================================================
====================================================================================*/




.interview-accordion .accordion {
  margin: 120px auto;
}

.interview-accordion .accordion-item {
  margin-bottom: 40px;
}

.interview-accordion .accordion-title {
  padding: 30px 40px 30px 50px;
}

.interview-accordion .accordion-title > .wp-block-group__inner-container{
  background: none;
  align-items: center; 
  display: flex;
}

.interview-accordion .accordion-title::after {
  content: "＋";
  font-size: 35px;
  margin-left: 80px;
}

.interview-accordion .accordion-title.active::after {
  content: "ー";
  font-size: 35px;
}

.interview-accordion .accordion-content {
  padding: 60px 90px 30px 70px;
}

.interview-accordion .accordion-content::before {
  width: 95%;
}

.accordion-text {
  margin-bottom: 50px;
}

.interview-staff-img {
  margin-right: 100px;
}

.interview-staff-img img {
  width: 220px;
  height: 220px;
  border-radius: 8px;
}

.interview-sub > .wp-block-group__inner-container {
  display: flex;
  gap: 60px;
  margin-top: 50px;
}

.interview-headline {
  line-height: 2em;
  font-weight: 500;
  font-size: 20px;
  width: 740px;
}

.accordion-btn {
  display: none;
  width: 100%;
  background: none;
  border: none;
  padding: 20px;
  font-size: 25px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  transition: transform 0.2s ease;
  background: rgba(243, 243, 243, 0.55);
  border-top: #fff solid 2px;
}

.accordion-btn:hover{
  background: rgba(225, 225, 225, 0.55);
}

.accordion-btn:focus {
  outline-offset: 4px;
}

.interview-p1-list {
  list-style: none;
  padding-left: 0;
}

.interview-p1-list li {
  position: relative;
  padding-left: 1.2em;
}

/* ①②③ を自動で付与 */
.interview-p1-list li:nth-child(1)::before { content: "①"; }
.interview-p1-list li:nth-child(2)::before { content: "②"; }
.interview-p1-list li:nth-child(3)::before { content: "③"; }

.interview-p1-list li::before {
  position: absolute;
  left: 0;
  top: 0;
}


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

  .interview-headline p {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .interview-headline {
    display: block !important;
    white-space: normal !important;
    margin: 0 auto;
    justify-items: center;
    line-height: 2em;
    font-weight: 500;
    font-size: 20px;
    width: 480px;
  }

  .interview-headline p + p::before {
    content: "";
  }

  .interview-accordion .accordion-title::after {
    margin-left: 50px;
  }
}
  
@media screen and (max-width:1050px){

  .accordion-btn {
    display: block;
  }

  .interview-accordion .accordion-title > .wp-block-group__inner-container{
    display: block;
  }
  
  .interview-accordion .accordion-title::after {
    content: none;
  }
  
  .interview-accordion .accordion-title.active::after {
    content: none;
  }
  
  .interview-accordion .accordion-content {
    padding: 60px 90px 30px 70px;
  }

  .interview-accordion .accordion-item:first-child .accordion-content {
    padding: 60px 80px 30px 70px;
  }

  .interview-accordion .accordion-content.open {
    max-height: none;
  }
  
  .interview-accordion .accordion-content::before {
    width: 95%;
  }
  
  .accordion-text {
    margin-bottom: 50px;
  }
  
  .interview-staff-img {
    margin-right: 0;
    margin-bottom: 30px;
  }
  
  .interview-staff-img img {
    width: 100% !important;
    height: 300px !important;
    border-radius: 8px;
  }
  
  .interview-sub > .wp-block-group__inner-container {
    gap: 60px;
    margin-top: 40px;
  }
  
  .interview-headline {
    line-height: 2em;
    font-weight: 500;
    font-size: 18px;
    width: 100%;
  }
  
}


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

  .interview-accordion .accordion-content {
    padding: 50px 60px 30px 60px;
  }

  .interview-accordion .accordion-item:first-child .accordion-content {
    padding: 50px 60px 30px 60px;
  }

  .accordion-text p{
    line-height: 2em;
  }
  
  .interview-staff-img {
    margin-right: 0;
    margin-bottom: 30px;
  }
  
  .interview-staff-img img {
    width: 100% !important;
    height: 200px !important;
    border-radius: 8px;
  }

  .interview-sub > .wp-block-group__inner-container {
    gap: 40px;
    margin-top: 40px;
  }
  
  .interview-sub p{
    font-size: 16px;
  }

  
}
  


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

  .interview-accordion .accordion {
    margin: 80px auto;
  }

  .interview-accordion .accordion-title {
    padding: 30px 30px;
  }

  .interview-accordion .accordion-content {
    padding: 30px 30px;
  }

  .interview-accordion .accordion-item:first-child .accordion-content {
    padding: 30px 30px;
  }

  .interview-headline {
    line-height: 1.75em;
    font-weight: 500;
    font-size: 16px;
  }
    
  .accordion-text p{
    line-height: 2em;
  }
  
  .interview-staff-img {
    margin-right: 0;
    margin-bottom: 30px;
  }
  
  .interview-staff-img img {
    width: 100% !important;
    height: 200px !important;
    border-radius: 8px;
  }

  .interview-sub > .wp-block-group__inner-container {
    display: block;
    margin-top: 30px;
  }
  
  .interview-sub p{
    font-size: 16px;
  }
}


/* =================================================================================
====================================================================================

サービス (アウトソーシング事業)

====================================================================================
====================================================================================*/

  .service-fv {
      text-align: center;
      background: rgb(225, 246, 255, 0.3);
      padding: 150px 0 120px 0;
      position: relative;
      left: 50%;
      width: 100vw;
      margin-left: -50.4vw;
	  margin-bottom: 120px;
  }

  .service-fv-h {
    margin-bottom: 50px;
  }

.service-fv p{
  line-height: 2.5em;
}

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

  .service-fv-h {
    margin-bottom: 50px;
  }

  .outsourcing-fv-p p {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Gutenberg が勝手に <p> を block ホルダーで囲んだ場合 */
  .outsourcing-fv-p {
    display: block !important;
    white-space: normal !important;
    margin: 0 auto;
    justify-items: center;
    width: 950px;
  }

  /* p と p の間に変な改行が入らないように */
  .outsourcing-fv-p p + p::before {
    content: "";
  }
}

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

  .service-fv {
    padding: 100px 0 100px 0;
  }

.service-fv-h {
  margin-bottom: 40px;
}

.outsourcing-fv-p {
  text-align: left;
  width: 700px;
  line-height: 2.1em;
}

.mincho {
  font-size: 35px;
}
}


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

  .service-fv {
    padding: 100px 0 80px 0;
  }

.service-fv-h {
  margin-bottom: 30px;
}

.outsourcing-fv-p {
  width: 410px;
}

.mincho {
  font-size: 30px;
}
}

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

  .service-fv-h {
    margin-bottom: 30px;
  }

.outsourcing-fv-p {
  width: 280px;
  line-height: 2.2em;
}

.mincho {
  font-size: 22px;
}
}

 /* -----------------------  主な取り組み -------------------------------- */

 .main-initiatives {
  justify-items: center;
}

.main-initiatives h3 {
  font-size: 40px;
}

 .main-initiatives h3 , .main-initiatives .headline5 {
  margin-left: 50px;
}

.service-circle {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: center;
  gap: 30px;
  margin: 50px auto 0 auto;
  padding: 0;
  list-style: none;
}

.service-circle li {
  flex: 0 0 calc(33.333% - 30px) !important;
  max-width: 420px;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle, 
  #ffffff 0%, 
  #fcffff 50%, 
  #ebf8fb 100%);
  display: flex;
  flex-direction: column;
  text-align: center;
  box-shadow: 0px 7px 7px rgba(92, 92, 92, 0.15);
  box-sizing: border-box;
  padding: 145px 60px 0 60px;
}

.service-circle li h2 {
  color: #0371A4;
  font-size: 25px;
  margin-bottom: 30px;
}
.service-circle li p {
	line-height: 1.8em;
	width: 310px;
}

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

  .main-initiatives h3 , .main-initiatives .headline5 {
    margin-left: 20px;
  }

  .main-initiatives h3 {
    font-size: 35px;
  }

  .service-circle {
    gap: 15px;
  }

  .service-circle li {
    max-width: 320px;
    padding: 95px 40px 0 40px;
  }

.service-circle li h2 {
  font-size: 22px;
  margin-bottom: 20px;
}
.service-circle li p {
	line-height: 1.8em;
	width: 240px;
}

}

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

  .main-initiatives h3 {
    font-size: 30px;
  }
  
   .main-initiatives h3 , .main-initiatives .headline5 {
    margin-left: 0px;
  }

  .service-circle {
    gap: 30px;
    margin: 50px auto 0 auto;
  }

  .service-circle li {
    flex: 0 calc(50% - 30px) !important;
    max-width: 320px;
    padding: 105px 45px 0 45px;
  }

  .service-circle li h2 {
    font-size: 25px;
    margin-bottom: 20px;
  }
  .service-circle li p {
    width: 100%;
  }

}

@media screen and (max-width:750px){
 
  .service-circle {
    display: block !important;
    gap: 0;
    margin: 50px auto 0 auto;
  }
  
  .service-circle li {
    flex: 1;
    border-radius: 5%;
    aspect-ratio: auto;
    max-width: 450px;
    display: block;
    padding: 30px 45px;
    margin-bottom: 20px;
  }
  
  .service-circle li h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }

}

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

  .main-initiatives h3 {
    font-size: 24px;
  }
  
   .main-initiatives h3 , .main-initiatives .headline5 {
    margin-left: 0px;
  }

  .service-circle {
    display: block;
    margin: 30px auto 0 auto;
  }

  .service-circle li {
    width: 100%;
    border-radius: 5%;
    aspect-ratio: auto;
    display: block;
    padding: 35px 20px 30px 20px;
    margin-bottom: 10px;
  }

  .service-circle li h2 {
    color: #0371A4;
    font-size: 20px;
    margin-bottom: 15px;
  }
  .service-circle li p {
    line-height: 1.8em;
    width: 280px;
  }
}
/* -----------------------  サービス対象領域-------------------------------- */

.service-scope  {
  padding-bottom: 50px;
}

.service-scope h3 {
  font-size: 40px;
}

.service-dl {
  display: grid;
  grid-template-columns: 400px 1fr; 
  background: rgba(243, 243, 243, 0.7);
  margin: 0 auto;
  margin-top: 50px;
  border-radius: 10px;
}

.service-dl dt, .service-dl dd {
  margin: 0;
  border: 3.5px solid #ffffff;
  padding: 30px 60px;
}

.service-dl dt {
  font-weight: bold;
  border-left: none;
}

.service-dl dd {
  border-right: none;
}

.service-dl dt:first-of-type,
.service-dl dd:first-of-type {
  border-top: none;
}

.service-dl dt:last-of-type,
.service-dl dd:last-of-type {
  border-bottom: none;
}

.service-dl dt, .service-dl dd {
  border-top: none;
}

.service-dl dt {
  border-right: none;
}

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

  .service-scope h3 {
    font-size: 35px;
  }

  .service-dl {
    grid-template-columns: 330px 1fr; 
    margin-top: 50px;
  }

}

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

  .service-scope  {
    padding-bottom: 50px;
  }
  
  .service-scope h3 {
    font-size: 30px;
  }
  
  .service-dl {
    display: grid;
    grid-template-columns: 270px 1fr; 
    margin-top: 30px;
  }
  
  .service-dl dt, .service-dl dd {
    padding: 30px 40px;
  }
  
}

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

  .service-dl {
    display: block;
    background: none;
    margin-top: 50px;
  }

  .service-scope  {
    padding-bottom: 50px;
  }
  
  .service-dl {
    display: block;
    margin-top: 20px;
    text-align: center;
  }
  
  .service-dl dt, .service-dl dd {
    margin: 0;
    padding: 30px 40px;
    background: rgba(243, 243, 243, 0.7);
    border: none;

  }
  
  .service-dl dt {
    border-left: none;
    border-radius: 10px 10px 0 0 ;
  }
  
  .service-dl dd {
    border: none;
    margin-bottom: 20px;
    border-top: 3px #fff solid;
    border-radius: 0 0 10px 10px;
  }

  .service-dl dd:first-of-type {
    border-top: 3px #fff solid;
  }

}

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

  .service-scope h3 {
    font-size: 22px;
  }

  .service-dl {
    display: block;
    background: none;
    margin-top: 50px;
  }

  .service-scope  {
    padding-bottom: 50px;
  }
  
  .service-scope h3 {
    font-size: 22px;
  }
  
  .service-dl {
    display: block;
    grid-template-columns: 400px 1fr; 
    margin: 0 auto;
    margin-top: 20px;
    text-align: center;
  }
  
  .service-dl dt, .service-dl dd {
    margin: 0;
    border: none;
    padding: 20px 20px;
    background: rgba(243, 243, 243, 0.7);
  }

 .service-scope .service-dl dd:last-of-type {
    padding: 20px 30px;
  }
  
  .service-dl dt {
    font-weight: bold;
    border-left: none;
    border-radius: 10px 10px 0 0 ;
  }
  
  .service-dl dd {
    border-right: none;
    margin-bottom: 15px;
    border-top: 2px #fff solid;
    border-radius: 0 0 10px 10px;
  }

  .service-dl dd:first-of-type {
    border-top: 2px #fff solid;
  }

}
/* --------------------- 主な開発言語 ----------------------- */

.mainprogramming {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.mainprogramming > .wp-block-group__inner-container{
  display: flex;
  justify-content: center;
}

.service-mainprogramming-text {
  flex: 0 0 50%;
  background: radial-gradient(circle, 
  #ffffff 0%, 
  #ffffff 55%, 
  #eef9fc 100%);
	border-radius: 10px;
	padding: 80px 85px 50px 0px;
	width: 770px;
	height: auto;
	box-shadow: -3px 7.5px 8px rgba(92, 92, 92, 0.18);
	position: relative;
	z-index: 2;
	margin-bottom: 200px;
	margin-left: 7px;
}

.mainprogramming h3 {
  font-size: 40px;
}

.mainprogramming-h3 {
  margin-bottom: 50px;
  margin-left: 100px;
}

.mainprogramming .headline5 {
  margin-left: 100px;
}


.mainprogramming-h4 {
  margin-top: 40px;
  margin-bottom: 15px;
  margin-left: 100px;

}

.service-mainprogramming-img {
  position: absolute;
  top: 0;
  right: 0;
  width: 70%;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.service-mainprogramming-img img {
  border-radius: 10px;
  position: relative;
  z-index: 1;
  width: 950px;
  height: 550px;
  object-fit: cover;
  transform-origin: right center; 
  box-shadow: -3px 7.5px 8px rgba(92, 92, 92, 0.18);
}

.main-programming-dl {
  display: grid;
  grid-template-columns: 153px 1fr; 
  margin-left: 100px;
}

.main-programming-dl dt, .main-programming-dl dd {
  margin: 0;
  padding: 5px 0;
}

.main-programming-dl dd {
	margin-left: 16px;
	text-indent: -16px;
}

.main-programming-dl dd::before {
  content: ":";
  font-size: 18px;
  margin-right: 10px;
}

.programming-tool .main-programming-dl {
  grid-template-columns: 80px 1fr;
}


@media screen and (max-width:1550px){
  
  .mainprogramming h3 {
    font-size: 35px;
  }
}

@media screen and (max-width:1050px){
  
  .mainprogramming {
    padding-top: 100px;
    display: block;
  }
  
  .mainprogramming > .wp-block-group__inner-container{
    display: block;
  }
  
  .service-mainprogramming-text {
    flex: 0 0 auto;
    padding: 60px 65px 60px 80px;
    width: 90%;
    margin-left: 0;
    margin: 0 auto;
    margin-bottom: 150px;
  }
  
  .mainprogramming h3 {
    font-size: 30px;
  }
  
  .mainprogramming-h3 {
    margin-bottom: 50px;
    margin-left: 0;
  }
  
  .mainprogramming .headline5 {
    margin-left: 0;
  }
  
  
  .mainprogramming-h4 {
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 0;
  
  }
  
  .service-mainprogramming-img {
    right: 0;
    width: 100%;
    height: 300px;
  }
  
  .service-mainprogramming-img img {
    width: 100%;
    height: 100%;
  }
  
  .main-programming-dl {
    margin-left: 0;
  }
  
  .main-programming-dl dt, .main-programming-dl dd {
    margin: 0;
    padding: 5px 0;
  }

}

@media screen and (max-width:750px){
  
  .mainprogramming {
    padding-top: 100px;
    position: relative;
    display: block;
    justify-items: center;
  }
  
  .mainprogramming > .wp-block-group__inner-container{
    display: block;
    justify-content: center;
  }
  
  .service-mainprogramming-text {
    flex: 0 0 auto;
    background: radial-gradient(circle, 
    #ffffff 0%, 
    #ffffff 55%, 
    #eef9fc 100%);
    border-radius: 10px;
    padding: 30px 40px;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 200px;
    margin-left: 0;
  }
  
  .mainprogramming-h3 {
    margin-left: 0px;
    margin-bottom: 30px;
  }

  .mainprogramming h3 {
    font-size: 30px;
  }

  
  .mainprogramming .headline5 {
    margin-left: 0px;
  }

  .service-mainprogramming-img {
    right: 0;
    width: 100%;
    height: 250px;
    margin: 0 auto;
  }
  
  .service-mainprogramming-img img {
    width: 85%;
    height: 100%;
    display: block;
    margin: 0 auto;
  }
  
  
  .mainprogramming-h4 {
    margin-top: 30px;
    margin-bottom: 15px;
    margin-left: 0px;
    font-size: 18px;
  }

  
  .main-programming-dl {
    display: block;
    grid-template-columns: 153px 1fr; 
    margin-left: 0;
  }
  
  .main-programming-dl dt, .main-programming-dl dd {
    margin: 0;
    padding: 5px 0;
  }
  
  .main-programming-dl dd {
    margin-left: 25px;
    text-indent: -16px;
  }
  
  .main-programming-dl dd::before {
    content: "ー";
    font-weight: 300;
    font-size: 16px;
    margin-right: 5px;
  }
  
  .programming-tool .main-programming-dl {
    grid-template-columns: 80px 1fr;
  }

}

@media screen and (max-width:450px){
  
  .mainprogramming {
    padding-top: 100px;
    position: relative;
    display: block;
    justify-items: center;
  }
  
  .mainprogramming > .wp-block-group__inner-container{
    display: block;
    justify-content: center;
  }
  
  .service-mainprogramming-text {
    flex: 0 0 auto;
    background: radial-gradient(circle, 
    #ffffff 0%, 
    #ffffff 55%, 
    #eef9fc 100%);
    border-radius: 10px;
    padding: 30px 20px 30px 20px;
    width: 100%;
    height: auto;
    position: relative;
    margin-bottom: 200px;
    margin-left: 0;
  }
  
  .mainprogramming-h3 {
    margin-left: 0px;
    font-size: 22px;
  }

  .mainprogramming h3 {
    font-size: 22px;
  }

  
  .mainprogramming .headline5 {
    margin-left: 0px;
  }
  
  
  .mainprogramming-h4 {
    margin-top: 40px;
    margin-bottom: 15px;
    margin-left: 0px;
    font-size: 18px;
  }
  
  .service-mainprogramming-img {
    width: 85%; 
    height: 100%;
    margin: 0 auto;
    justify-items: center;
  }
  
  .service-mainprogramming-img img {
    z-index: 1;
    width: 100%;
    height: 200px;
  }
  
  .main-programming-dl {
    display: block;
    grid-template-columns: 153px 1fr; 
    margin-left: 0;
  }
  
  .main-programming-dl dt, .main-programming-dl dd {
    margin: 0;
    padding: 5px 0;
  }
  
  .main-programming-dl dd {
    margin-left: 25px;
    text-indent: -16px;
  }
  
  .main-programming-dl dd::before {
    content: "ー";
    font-weight: 300;
    font-size: 16px;
    margin-right: 5px;
  }
  
  .programming-tool .main-programming-dl {
    grid-template-columns: 80px 1fr;
  }
}
/* =================================================================================
====================================================================================

ソリューション事業

====================================================================================
====================================================================================*/

/* --------------------------主な開発領域------------------------------------- */

.main-development h2 ,.main-development .headline5 {
	margin-left: 100px;
}

.main-development h2 {
  font-size: 40px;
}

.main-development .service-circle li {
  flex: 0 0 auto;
  max-width: 380px;
  width: 380px;
}


.main-development .service-circle li p {
  color: #0371A4;
  font-size: 25px;
  font-weight: bold;
  margin: 0px;
	width: 100%;
}


/* --------------------------主要ソリューション------------------------------------- */

.service-solution  {
  border-radius: 10px;
  margin-bottom: 150px;
}

.service-solution h2 {
  font-size: 40px;
}

.service-solution .headline3 {
  margin-bottom: 80px;
}

.service-solution .service-dl{
  display: grid;
  grid-template-columns: 420px 1fr;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 50px;
}

.service-solution .service-dl a{
  color: #0371A4;
}

.service-solution .service-dl dt, .service-solution .service-dl dd {
	padding: 30px 50px;
}

.service-solution .service-dl dt {
  align-content: center;
}


.ss-img {
  overflow: hidden;
  height: 700px;
  opacity: 1;
  transform: scale(1);
  transition: height 2.5s ease, opacity 2.5s ease, transform 2.5s ease;
  transform-origin: center center;
}

.ss-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ss-img.visible {
  height: 0;
  opacity: 0;
  transform: scale(0.5);
  margin: 0;
  padding: 0;
}

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

  .service-solution .service-dl{
    grid-template-columns: 320px 1fr;
  }

  .service-solution .service-dl dt, .service-solution .service-dl dd {
    padding: 30px 45px;
  } 
  
}

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

  .ss-fv-p p {
    display: inline !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* Gutenberg が勝手に <p> を block ホルダーで囲んだ場合 */
  .ss-fv-p {
    display: block !important;
    white-space: normal !important;
    width: 400px;
    margin: 0 auto;
    justify-items: center;
  }

  /* p と p の間に変な改行が入らないように */
  .ss-fv-p p + p::before {
    content: "";
  }

  .main-development .service-circle {
    display: block !important;
  }

  .main-development h2 ,.main-development .headline5 {
    margin-left: 0px;
  }
  
  .main-development h2 {
    font-size: 30px;
  }
  
  .main-development .service-circle li {
    flex: 1;
    max-width: 500px;
    width: 100%;
    display: block;
  }
  
  
  .main-development .service-circle li p {
    color: #0371A4;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    width: 100%;
  }
  
  /* --------------------------主要ソリューション------------------------------------- */
  
  .service-solution  {
    border-radius: 10px;
    margin-bottom: 100px;
  }

  .service-solution h2 {
    font-size: 30px;
  }
  
  .service-solution .headline3 {
    margin-bottom: 40px;
  }
  
  .service-solution .service-dl{
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  
  .service-solution .service-dl dt, .service-solution .service-dl dd {
    padding: 30px 40px;
  }
  
  
  .ss-img {
    overflow: hidden;
    height: 700px;
    opacity: 1;
    transform: scale(1);
    transition: height 2.5s ease, opacity 2.5s ease, transform 2.5s ease;
    transform-origin: center center;
  }
  
  .ss-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .ss-img.visible {
    height: 0;
    opacity: 0;
    transform: scale(0.5);
    margin: 0;
    padding: 0;
  }
}

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

  .ss-fv-p {
    width: 320px;
  }

  .main-development .service-circle {
    display: block !important;
  }

  .main-development h2 ,.main-development .headline5 {
    margin-left: 0px;
  }
  
  .main-development h2 {
    font-size: 22px;
  }
  
  .main-development .service-circle li {
    flex: 0 0 auto;
    width: auto;
    display: flex;
  }
  
  
  .main-development .service-circle li p {
    color: #0371A4;
    font-size: 18px;
    font-weight: bold;
    margin: 0px;
    width: 100%;
  }
  
  /* --------------------------主要ソリューション------------------------------------- */
  
  .service-solution  {
    border-radius: 10px;
    margin-bottom: 150px;
  }

  .service-solution h2 {
    font-size: 24px;
  }
  
  .service-solution .headline3 {
    margin-bottom: 30px;
  }
  
  .service-solution .service-dl{
    display: block;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 50px;
  }
  
  .service-solution .service-dl a{
    color: #0371A4;
  }
  
  .service-solution .service-dl dt, .service-solution .service-dl dd {
    padding: 25px 40px;
  }
  
  .service-solution .service-dl dt {
    align-content: center;
  }
  
  
  .ss-img {
    overflow: hidden;
    height: 700px; 
    opacity: 1;
    transform: scale(1);
    transition: height 2.5s ease, opacity 2.5s ease, transform 2.5s ease;
    transform-origin: center center;
  }
  
  .ss-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .ss-img.visible {
    height: 0;
    opacity: 0;
    transform: scale(0.5);
    margin: 0;
    padding: 0;
  }
}

/* =================================================================================
====================================================================================

お問い合わせ

====================================================================================
====================================================================================*/

.agree-btn {
    background: #0073aa;
    border-radius: 4px;
    color: #fff;
    display: inline-block;
    padding: 0.6em 1.2em;
    text-decoration: none;
    transition: background 0.3s;
}
.agree-btn:hover {
    background: #005c87;
}

.ml-24 { margin-left: 24px; }

.mt-18 { margin-top: 18px; }

.policy-list > li:not(:first-child) {
    margin-top: 12px;
}

.policy-list h4 { font-weight: normal; }

.agree-checkbox { 
margin-top: 40px;
}

.wpcf7 ul:empty {
  display: none;
}


/* -----------------------------------お問い合わせフォーム------------------------------------ */

.contact-access >.wp-block-group__inner-container{
  display: flex;
  border-radius: 10px;
  width: 100%;
  height: 310px;
}


.contact-access .contact-iflame {
  border-radius: 10px 0 0 10px;
  height: 100%;
  flex: 1;
}

.contact-access-text{
  flex: 1;
  background: #0371A4;
  height: 100%;
  padding: 60px 0;
  align-items: center;
  justify-items: center;
  border-radius: 0 10px 10px 0;
}

.contact-access-text p{
  color: #fff;
  line-height:2em;
}

.contact-form {
  background: #F6FBFE;
  border-radius: 10px;
  box-shadow: 0px 7px 7px rgba(92, 92, 92, 0.15);
  justify-items: center;
  width: 100%;
  padding: 80px 0;
  margin-bottom: 150px;
}

.contact-form h3{
  font-size: 40px;
}

.contact-form .contact-headline {
  justify-items: center;
  margin-bottom: 80px;
}

.contact-form .wp-block-group__inner-container {
  width: 60%;
  margin: 0 auto;
}

.contact-form form label .wpcf7-form-control-wrap input{
  margin-top: 15px;
  font-size: 18px;
}

.contact-form form input {
  border: none;
  box-shadow: inset 0 3px 7px rgba(92, 92, 92, 0.15);
  border-radius: 5px;
  padding: 20px 20px;
  width: 100%;
  color: #666666;
}

.contact-form form input::placeholder {
  color: #666666;
  opacity: 1 !important;
}

.contact-form form textarea {
  border: none;
  box-shadow: inset 0 3px 7px rgba(92, 92, 92, 0.15);
  border-radius: 5px;
  padding: 20px 20px;
  width: 100%;
  color: #666666;
  margin-top: 15px;
}

.wpcf7-form-control::placeholder {
  color: #666666 !important;
  opacity: 1 !important;
}

.contact-form .wpcf7-submit {
  display: inline-block;
  background: #0371A4;
  color: white;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 600;
  font-size: 20px;
  transition: background-color 0.3s ease;
  margin-top: 100px;
  padding: 12px 60px;
  width: auto;
  text-align: center;
}

.contact-form .wpcf7-submit:hover {
  background: none;
  border: 2px solid #0371A4;
  color:#0371A4;
}

.contact-form .contact-button{
  margin: 0 auto;
  justify-items: center;
}

.wpcf7-form p:last-of-type {
  text-align: center; 
  margin-bottom: 0;
}

.wpcf7-form .contact-button {
  display: inline-block; 
  margin: 0 auto 0; 
}

.wpcf7-radio {
  display: flex;
  justify-content: space-between; 
  width: 100%;
  margin-top: 15px;
}

.wpcf7-list-item {
  display: flex;
  margin: 0;
  margin-right: 30px;
}

.wpcf7-list-item label {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

.wpcf7-list-item-label {
  text-align: center;
}

.wpcf7-list-item input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 22px;
  height: 22px;
  border-radius: 50% !important;
  background-color: #fff;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.15) !important;
  cursor: pointer;
  transition: box-shadow 0.2s, background-color 0.2s;
  position: relative;
  padding: 0;
}

/* ===== チェック時の内側丸（小さい色付き丸） ===== */
.wpcf7-list-item input[type="radio"]::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60%;
  height: 60%;
  background-color: #0073aa; 
  border-radius: 50%;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease, background-color 0.2s ease;
}

/* ===== チェックされたときに小さい丸が現れる ===== */
.wpcf7-list-item input[type="radio"]:checked::after {
  transform: translate(-50%, -50%) scale(1);
}

/* 選択されたときの見た目（内側に色をつける） */
.wpcf7-list-item input[type="radio"]:checked {
  background-color: #0073aa !important;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) !important;
}

/* フォーカス時（キーボード操作時など） */
.wpcf7-list-item input[type="radio"]:focus {
  outline: none;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5) , 0 0 3px rgba(0, 115, 170, 0.6) !important;
}

.contact-form a {
  color: #0371A4;
}

.agree-button a {
  color: #fff;
}

.contact-form .form-required {
  font-weight: normal;
  margin-left: 10px;
  color: #dc3232;
}

.contact-form .form-required::before{
  content: "※";
}

.inquiry-fieldset {
  border: none;
  padding: 0;
  margin: 0 0 1.5em 0;
}


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

  
  .contact-access-text{
    height: 100%;
    padding: 30px 50px;
    align-content: center;
  }

  .contact-form {
    width: 100%;
    padding: 60px 50px;
    margin-bottom: 150px;
  }

  .contact-form .contact-headline {
    justify-items: center;
    margin-bottom: 60px;
  }
  
  .contact-form .wp-block-group__inner-container {
    width: 70%;
  }


}

@media screen and (max-width:1050px) {
  
  .contact-access >.wp-block-group__inner-container{
    display: block;
    border-radius: 0;
    width: 100%;
    height: auto;
  }
  
  
  .contact-access .contact-iflame {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 100%;
  }
  
  .contact-access-text{
    height: 100%;
    padding: 30px 30px;
    border-radius: 0 0 10px 10px;
  }

  .contact-form {
    width: 100%;
    padding: 50px 50px;
    margin-bottom: 120px;
  }
  
  .contact-form h3{
    font-size: 30px;
  }
  
  .contact-form .contact-headline {
    margin: 0 auto;
    margin-bottom: 50px;
    width: fit-content;
  }
  
  .contact-form .wp-block-group__inner-container {
    width: 100%;
  }
  
  .contact-form form label .wpcf7-form-control-wrap input{
    margin-top: 10px;
    font-size: 16px;
  }
  
  .contact-form form input {
    padding: 15px 15px;
  }
  
  .contact-form form textarea {
    padding: 15px 15px;
    margin-top: 10px;
  }
  
  .contact-form .wpcf7-submit {
    font-size: 18px;
    margin-top: 30px;
    padding: 12px 20px;
    width: 100%;
  }
  
  .wpcf7-radio {
    display: block;
    padding-right: 0;
    margin-top: 10px;
  }

  .wpcf7-list-item {
    margin-bottom: 10px;
  }
 
  .wpcf7-list-item input[type="radio"] {
    width: 22px;
    height: 22px;
  }

}

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

  .contact-form {
    padding: 50px 30px;
  }
  
}

@media screen and (max-width:450px) {
  
  .contact-access >.wp-block-group__inner-container{
    display: block;
    border-radius: 0;
    width: 100%;
    height: auto;
  }
  
  
  .contact-access .contact-iflame {
    border-radius: 10px 10px 0 0;
    width: 100%;
    height: 100%;
  }
  
  .contact-access-text{
    height: 100%;
    padding: 30px 30px;
    border-radius: 0 0 10px 10px;
  }

  .contact-form {
    width: 100%;
    padding: 30px 30px;
    margin-bottom: 100px;
  }
  
  .contact-form h3{
    font-size: 22px;
  }
  
  .contact-form .contact-headline {
    justify-items: center;
    margin-bottom: 50px;
  }
  
  .contact-form .wp-block-group__inner-container {
    width: 100%;
  }
  
  .contact-form form label .wpcf7-form-control-wrap input{
    margin-top: 10px;
    font-size: 16px;
  }
  
  .contact-form form input {
    padding: 15px 15px;
  }
  
  .contact-form form textarea {
    padding: 15px 15px;
  }
  
  .contact-form .wpcf7-submit {
    font-size: 18px;
    margin-top: 30px;
    padding: 12px 20px;
    width: 100%;
  }
  
  .wpcf7-radio {
    display: block;
    padding-right: 0;
    margin-top: 10px;
  }

  .wpcf7-list-item {
    margin-bottom: 10px;
  }

  .wpcf7-list-item input[type="radio"] {
    width: 20px;
    height: 20px;
  }

  .contact-form .form-required:nth-of-type(2){
    margin-left: 12px;
  }

}

/* =================================================================================
====================================================================================

求人サイト

====================================================================================
====================================================================================*/

.recruit-site-headline h3{
  font-size: 35px;
}

.recruit-site-item > .wp-block-group__inner-container{
  display: flex;
  background: rgba(231, 231, 231, 0.3);
  padding: 30px 100px;
  align-items: center;
  margin-top: 20px;
  border-radius: 10px;
  margin-bottom: 150px;
}

.recruit-site-item .recruit-site-name {
  font-size: 25px;
  font-weight: bold;
  margin-bottom: 40px;
}
.recruit-site-item .button{
  text-decoration: none;
  font-size: 20px;
  font-weight: normal;
  padding: 10px 30px;
}

.recruit-site-item .button a{
  color: white;
  text-decoration: none;
}

.recruit-site-item a:hover{
  color: #0371A4;
}

.recruit-site-item img {
  border-radius: 10px;
}

.recruit-site-img {
  border-right: 1px solid #ccc;
  padding-right: 120px;
}

.recruit-site-text > .wp-block-group__inner-container{
 margin-left: 100px;
}

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

  .recruit-site-item > .wp-block-group__inner-container{
    display: block;
  }

  .recruit-site-item .recruit-site-name {
    border-top: #ccc 1px solid;
    margin: 30px 0;
    padding-top: 30px;
  }

  .recruit-site-img {
    border-right: none;
    padding-right: 0;
  }

  .recruit-site-text > .wp-block-group__inner-container{
    margin-left: 0;
   }

   .recruit-site-item .button {
    text-align: center;
    width: 100%;
    padding: 15px 20px;
  }

  .recruit-site-item .button p{
    width: 100%;
  }

   .recruit-site-item .button a{
    display: inline-block;
  }

  .recruit-site-item img {
    width: 100%;
  }
   

}


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

  .recruit-site-item .recruit-site-name {
    font-size: 20px;
  }
  
  .recruit-site-item > .wp-block-group__inner-container {
    padding: 30px 50px;
  }

}

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

  .recruit-site-headline h3{
    font-size: 22px;
  }
  
  .recruit-site-item > .wp-block-group__inner-container{
    display: block;
    padding: 30px 30px;
    margin-bottom: 100px;
  }
  
  .recruit-site-item .recruit-site-name {
    font-size: 16px;
    border-top: #ccc 1px solid;
  }
  .recruit-site-item .button{
    text-decoration: none;
    font-size: 18px;
    padding: 10px 20px;
    width: 100%;
  }

  
  .recruit-site-item img {
    border-radius: 10px;
  }

}

/* =================================================================================
====================================================================================

個人情報保護方針

====================================================================================
====================================================================================*/

.hentry h5 {
	font-size: 18px;
	font-weight: normal;
}

.hentry {
  margin-bottom: 150px;
}


.fs-20 {
   font-size: 20px; 
   margin: 20px 0;
  }

.mb-18 { margin-bottom: 18px; }

.mb-54 { margin-bottom: 54px; }

.ml-18 { margin-left: 18px; }

.ml-36 { margin-left: 36px; }

.mt-18 { margin-top: 18px; }

.decorate {
    border-left: 6px solid #eee;
    padding: 18px 0 18px 18px;
}

.policy-list > li:not(:first-child) {
    margin-top: 12px;
}

.policy-list ul {
    list-style: none;
}

.privacy-policy h3 {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
  font-size: 22px;
  margin-top: 54px;
}

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

 .hentry h5 {
    font-size: 16px;
  }

  .fs-20 {
    font-size: 18px; 
   }

}

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

  .privacy-policy h3 {
    font-size: 19px;
    margin-top: 40px;
  }

  .ml-36 { margin-left: 0; }

  .privacy-policy ol{
    margin-left: 20px;
  }

 }


 /* =================================================================================
====================================================================================

ウェブアクセシビリティ

====================================================================================
====================================================================================*/

.accessibility {
  margin-bottom: 150px;
}

.accessibility-top {
  margin-bottom: 80px;
  line-height: 2em;
}


.accessibility dl a{
  color: #0371A4;
}

.accessibility dl .headline4 {
  font-size: 22px;
  padding-bottom: 10px;
  border-bottom: #eee 1px solid;
  margin-bottom: 20px;
}

.accessibility dl .headline4::before {
  height: 22px;
  top: 0.8em;
}

.accessibility dl dd {
  margin-left: 30px;
  margin-bottom: 60px;
}

.accessibility dl dd.non-mb {
  margin-bottom: 20px;
}

.accessibility dl dd dl dd{
  margin-bottom: 0;
  margin-left: 0;
  margin-top: 10px;
}

.accessibility dl dd ul {
  margin-top: 10px;
  margin-left: 20px;
}

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

  .accessibility dl .headline4 {
    font-size: 20px;
  }

  .accessibility dl .headline5 {
    font-size: 16px;
  }

  .accessibility dl dd {
    margin-left: 20px;
  }
  
}