@charset "UTF-8";
/*ベース　スタイル*/
#wrap {
  width: auto;
  margin: 0 auto;
  padding: 0 0%;
  overflow: hidden;
  background: #fff;
}


.container {
  max-width: 1300px;
  margin: 150px auto;
}
body {
  overflow-x: hidden;
  margin: 0px;
  padding: 0px;
  color: #1F2A44;
  font-size: 1rem;
  line-height: 1.7;
  background-color: #fff; /*#f8f5ee #666 */
  -webkit-text-size-adjust: none;
   font-family:"Source Han Code JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  font-weight: normal;
  letter-spacing: 0.5px;
  font-style:normal;
}
body {
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.english-font-01 {
  font-family: "lato", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.english-font-02 {
  font-family: "lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.english-font-bold {
  font-family: "lato", sans-serif;
  font-weight: 900;
  font-style: normal;
}

h1, h2, h3, h4, h5, p, ul, form {
  margin: 0px;
  padding: 0px;
}
h1 {
	white-space: nowrap;
  font-size: 3.8vmax;
	font-family: "Arial Black", Gadget, "sans-serif";
	background: linear-gradient(90deg, #0D6EB8, #4FB3FF);
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
}
ul {
  list-style-type: none;
}
iframe {
  width: 100%;
}
img {
  border: none;
  max-width: 100%;
  height: auto;
}
a {
  color: #242424;
  font-size: 1.2rem;
  line-height: 1;
}
/*PC表示*/
.P {
  display: block !important;
}
/*スマホ表示*/
.SP {
  display: none !important;
}
/*各テキスト設定*/
p {
  line-height: 1.7;
  line-break:strict;
}
div{
	line-break:loose;
}
h2 {
  font-size: 3.5vmax;
  line-height: 1.3;
}
h3 {
  font-size: 30px;
  letter-spacing: 2px;
}
.back-gray {
  background: #f8f8f8;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 10px 0%;
}
.back-blue {
  background: #E5F3FF;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 10px 4%;
}
/*横並びノーマル*/
.flex {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
}
.flex-02 {
  display: flex;
  justify-content: center;
  align-items: stretch;
  max-width: 1500px;
  margin: 0 auto;
}
/*リクルートメニュー*/
/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #fff;
  text-align: center;
  color: #fff;
}
/* Loading画像中央配置　*/
#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* Loading アイコンの大きさ設定　*/
#splash_logo img {
  width: 260px;
}



#page-top a {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2rem;
  background-color: #fff;
  color: #0D6EB8;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  box-shadow: 0 2px 10px -6px rgba(0, 0, 0, .5), 0 3px 10px -4px rgba(0, 0, 0, .2);
  margin: 10px auto 30px;
}
#page-top a {
  color: #0D6EB8;
}
#page-top a:hover {
  opacity: 0.5;
}
/*========= ナビゲーションのためのCSS ===============*/
.recruit-heder {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: none;
  z-index: 999;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 0px;
}

.logo img{
	max-width: 250px;
}
.logo a {
  font-weight: bold;
  font-size: 1rem;
  color: #0D6EB8;
  padding-left: 10px;
  transition: 0.3s;
		display: flex;
	align-items: center;
	gap:5px;
	letter-spacing: 2px;
}
.logo a:hover {
  opacity: 0.5;
}
#menu_btn {
  cursor: pointer;
  z-index: 1100;
}
.menu-trigger {
  width: 40px; /* 少し大きめに */
  height: 40px;
  position: relative;
  background: #0D6EB8; /* 丸の背景色（青） */
  border-radius: 50%; /* ←これで丸くする */
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
  margin-right: 10px;
}
/* hoverでちょっと明るく */
.menu-trigger:hover {
  background: rgba(108, 185, 244, 0.55);
}
.menu-trigger span {
  display: block;
  height: 3px;
  width: 18px; /* 線の長さを少し短めにして中央寄せ */
  background: #fff;
  border-radius: 3px;
  position: absolute;
  transition: 0.3s;
}
.menu-trigger span:nth-child(1) {
  top: 12px;
}
.menu-trigger span:nth-child(2) {
  top: 18px;
}
.menu-trigger span:nth-child(3) {
  top: 24px;
}
/* active時の×（閉じる）アニメーション */
.menu-trigger.active span:nth-child(1) {
  transform: rotate(45deg);
  top: 18px;
}
.menu-trigger.active span:nth-child(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-child(3) {
  transform: rotate(-45deg);
  top: 18px;
}
/* ナビゲーションメニュー */
.recruit-heder{
	background-color: rgba(255,255,255,0.70);
}
#nav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 50%;
  height: 100%;
  background-color: rgba(13, 110, 184, 0.50);
  box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
  transition: right 0.4s ease;
  z-index: 1050;
  display: flex;
  justify-content: center;
  transform: translateX(100%);
  transition: all 0.3s ease;
  overflow-y: auto; /* ←これを追加！ */
}
#nav.open {
  right: 0;
  transform: translateX(0);
}
.nav {
  list-style: none;
  padding: 80px 20px;
  display: flex;
  flex-direction: column;
  width: 50%;
}
.nav li {
  padding-bottom: 10px;
  padding-left: 20px;
  margin: 10px 0;
  border-bottom: 1px solid #fff;
  max-width: 300px;
}
.nav a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
}
.nav a img {
  width: 20px;
  margin-right: 10px;
}
li.nav-button {
  border-bottom: none;
}
.nav-button {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.nav-button a.nav-contact, .nav-button a.nav-entry {
  padding: 15px 20px;
  text-align: center;
  border-radius: 5px;
}
.nav-button a.nav-entry {
  background-color: #F2994a;
  color: #fff;
}
.nav-button a.nav-contact {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
}
/* オーバーレイ */
.overlay-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  z-index: 1040;
}
.overlay-menu.show {
  opacity: 1;
  visibility: visible;
}
/* 子メニュー非表示 */
.submenu {
  display: none;
  margin-left: 15px;
  padding-left: 10px;
  border-left: 2px solid rgba(13, 110, 184, 0.3);
}
.submenu li {
  padding: 10px;
  background-color: #0D6EB8;
  border-bottom: none;
  border-radius: 10px;
}
/* 子メニュー開いた時 */
.submenu.open {
  display: block;
}
/* 親項目に▼を付ける */
.has-submenu > a::after {
  content: "▼";
  font-size: 10px;
  margin-left: 6px;
  transition: transform 0.3s;
}
/* 開いた時に矢印回転 */
.has-submenu.open > a::after {
  transform: rotate(180deg);
}
.small {
  display: block;
  font-size: 0.8rem;
  color: #848484;
}
/*フッター*/
.copyright {
  text-align: center;
  background-color: #0D6EB8;
  padding: 10px 0 10px;
}
p.copyright, .copyright a {
  color: #fff;
}
footer .footer-logo {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
footer .footer-logo img {
  width: 150px;
}
footer {
  border-radius: 10px;
  background-color: #0D6EB8;
  margin:0 20px 30px;
  padding: 2% 4% 0;
}
.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 50px;
  color: #fff;
}
.s310-info {
  display: flex;
  gap: 20px;
}
.s310-access img {
  width: 300px;
  margin-bottom: 10px;
  display: block;
}
.s310-access {
  line-height: 1.3;
}
.pri-link {
  display: flex;
  justify-content: center;
  gap: 20px;
  padding-bottom: 20px;
  letter-spacing: 2px;
  flex-wrap: wrap;
}
.pri-link li a {
  font-size: 1rem;
  color: #fff;
}
.pri-link li a:hover {
  opacity: 0.5;
}
.footer ul {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  gap: 20px;
}
.footer ul li {
  margin-bottom: 10px;
  gap: 10px;
  display: flex;
}
.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  position: relative;
  transition: color 0.3s ease;
}

/* ホバーで下線アニメーション */
.footer-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 1px;
  background-color: #fff;
  transition: width 0.3s ease;
}

.footer-links a:hover {
  color: #fff;
}

.footer-links a:hover::after {
  width: 100%;
}


.footer .footer-top-li {
  display: flex;
  flex-direction: column;
  gap: 0;
}
.group-li {
  margin-top: 5px;
}
.group-li a {
  font-size: 1rem;
  padding-left: 15px;
  text-align: left;
}
.footer ul li a {
  border-radius: 5px;
  color: #fff;
  border: 1px solid #fff;
  padding: 20px 30px;
}
.footer ul li a:hover {
  opacity: 0.5;
}
.footer ul li img {
  width: 20px;
}

/*エリア設定*/
#area-1, #area-2, #area-3, #area-4, #area-5, #area-6, #area-7 {
  max-width: 1500px;
  margin: 150px auto;
  padding: 0 2%;
}
#area-5{
	padding: 0 4%;
}

.margin-top{
	margin-top: 100px;
}

/*もっと知る*/
#area-5 .midashi {
  white-space: nowrap;
}
.back-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("../images/recruit/recruit-back-image.png");
  padding: 10% 4%;
  border-radius: 10px;
  color: #fff;
}
.heading-6 {
  position: relative;
  text-align: center;
  color: #fff;
  margin: 10px 0;
}
.heading-6::before, .heading-6::after {
  content: '';
  position: absolute;
  top: 50%;
  width: 45px;
  height: 3px;
  background-color: #fff;
  transform: translateY(-50%);
}
.heading-6::before {
  left: calc(50% - 300px); /* 横線の位置を調整 */
}
.heading-6::after {
  right: calc(50% - 300px);
}
.about-text-box {
  margin-top: 50px;
}
.back-image h3 {
  text-align: center;
  line-height: 1;
  font-size: 3rem;
}
.back-image h3 span {
  display: block;
  margin-top: 10px;
  font-size: 1.3rem;
  font-weight: 500;
}
.back-image p {
  color: #fff;
  text-align: center;
  max-width: 700px;
  margin: 50px auto 20px;
}
.button-flex {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
}
/*表示するテキストが切り替わる*/
.btntextchange {
  /*テキストの基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  border: 2px solid #0D6EB8;
  border-radius: 30px;
  padding: 25px 30px;
  text-align: center;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 250px;
  text-decoration: none;
  color: #0D6EB8;
  outline: none;
  /*アニメーションの指定*/
  transition: all .2s;
}
/*hoverした際の変化*/
.btntextchange:hover {
  background: #0D6EB8;
  color: #fff;
  border: 2px solid #fff;
}
.btntextchange span {
  /*絶対配置でテキストの位置を決める*/
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /*アニメーションの指定*/
  transition: all .5s;
  /*ブロック要素にしてテキスト折り返しなし*/
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 10px; /* テキストと画像の間隔 */
  font-size: 1.3rem;
}
.btntextchange img {
  width: 17px;
}
/*差し替わるテキストの設定*/
.btntextchange span:nth-child(2) {
  opacity: 0; /*透過0に*/
}
/*hoverするとテキストが入れ替わる設定*/
.btntextchange:hover span:nth-child(1) {
  opacity: 0; /*透過0に*/
}
.btntextchange:hover span:nth-child(2) {
  opacity: 1; /*不透明に*/
}
.text-button {
  margin: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
.text-button p {
  width: 85%;
}
.text-button a {
  width: 15%;
}


/*アニメーションここまで*/

.fadein {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s ease, transform 0.8s ease;
	 transition-delay: 0.2s;
}

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

/*アニメーションここまで*/
.section-01, .section-02 {
  width: 50%;
}
.fancy-img {
  margin: 0 50px;
  max-width: 500px;
  object-fit: cover; /* 枠に合わせて切り抜き */
  border-radius: 16px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, filter 0.3s ease;
}
.light-blue-gradient {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-color: #F3F9FD;
  padding: 5px 4%;
}

/*システムエンジニアってどんな仕事？ーーここまで*/

/*トップビジュアル*/
a.cta {
  background: linear-gradient(90deg, #0D6EB8, #4FB3FF);
  color: #fff;
  padding: 20px 60px;
  border-radius: 999px;
  font-weight: bold;
  font-size: 1.3rem;
  text-align: center;
  display: inline-block;
  transition: 0.2s;
	margin-top: 30px;
}

a.cta:hover {
  transform: translateY(-2px);
  opacity: 0.9;
}


.main{
height: auto;
min-height: 100vh;
	padding: 0px 10px 10px;
	display: flex;
  justify-content: center; /* 横中央 */
  align-items: center;     /* 縦中央 */         /* 画面いっぱい */
  text-align: center;
}

.main-text{
	width: 50%;
	padding: 0 10px;
	
}
.main-text h1 span{
	display: block;
	font-size:2.7vmax;
}
.line-image{
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap:3px;
}

.main-img-01,.main-img-02,.main-img-03,.main-img-04,.main-img-05,.main-img-06,.main-img-07,.main-img-08{
	width: 100%;
	aspect-ratio: 16 / 9;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: auto;
	border-radius: 5px;
}
.main-img-01{
	background-image: url("../images/about-02.png");
}
.main-img-02{
	background-image: url("../images/about-03.png");
}
.main-img-03{
	background-image: url("../images/top-04.png");
}
.main-img-04{
	background-image: url("../images/game-01.jpg");
}
.main-img-05{
	background-image: url("../images/game-02.jpeg");
}
.main-img-06{
	background-image: url("../images/man-2.png");
}

.main-img-07{
	background-image: url("../images/about-04.png");
}

.main-img-08{
	background-image: url("../images/mainimg-05.png");
}
.fv-lead {
	padding: 0 4%;
  position: relative;
  overflow: hidden;
  
  background: radial-gradient(circle at 20% 30%, rgba(13,110,184,0.45), transparent 55%),
              radial-gradient(circle at 80% 70%, rgba(79,179,255,0.30), transparent 55%),
              radial-gradient(circle at 50% 50%, rgba(13,110,184,0.12), transparent 70%);

  animation: floatGlow 6s ease-in-out infinite alternate;
}

@keyframes floatGlow {
  0% { transform: scale(1); }
  100% { transform: scale(1.03); }
}

.sub-text{
	max-width: 800px;
	margin:  auto;
		font-family: "游明朝体 ミディアム";
	font-style: italic;
	font-weight: 600;
	line-height: 2.5;
	padding-top: 150px;
	letter-spacing: 1px;
	font-size: 1.5rem;
	padding-bottom: 100px;
color: rgba(5,41,69,0.60)；
}

.sub-text-main{
	text-align: center;
	font-size: 2rem;
}
/*カラー、太文字設定*/
.blue-font{
	color:#0D6EB8;
	font-weight: bold;
	padding: 0 2px;
}

.bold-text {
  font-weight: 700;
  font-size: 1.5rem;
	line-break:norm;
}
/*XECTバナー設定*/
.fukidashi-01-12 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 10px;
	font-size: 2rem;color: #11998e;
	font-weight: bold;
	  line-break:loose;
  }
.fukidashi-01-12::before {
    content: "";
    width: 50px;
    height: 2px;
    box-sizing: border-box;
    background-color: #11998e;
    rotate: 60deg;
  }

.fukidashi-01-12::after {
    content: "";
    width: 50px;
    height: 2px;
    box-sizing: border-box;
    background-color: #11998e;
    rotate: -60deg;

}
.xect-font{
	color:#11998e;
	padding: 0 3px;
	font-weight: bold;
}

.xect-banner{
background: linear-gradient(135deg, #11998e, #38ef7d);
	 margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
	padding: 55px 4% 50px;
}
.xect-banner-inbox{
	max-width: 900px;
background-color: #fff;
margin: 0 auto;
padding: 30px;
	border-radius: 5px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.xect-textbox{
	width: 50%;
	padding: 20px 40px;
	font-size: 1.3rem;
}
.xect-imgbox{
	width: 50%;
	padding: 10px;
	background-image: url("../images/xect/XECT_NEW.png");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	height: 200px;
}
/*共通見出し*/
.title{
	text-align: center;
	line-height: 1.5;
	letter-spacing: 2px;
}
.title .english-font-01{
	font-size: 1.5rem;
	color: #0D6EB8;
	display: block;
	margin-bottom: 30px;
	font-weight: bold;
}
.background-image{
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/* CTAボタン */
.background {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  background-size: cover;
  background-repeat: no-repeat;
}

.cta-container {
  text-align: center;
  margin: 50px auto;
  max-width: 1280px; 
	padding: 20px;
}
.cta-container p {
  font-size: 2.7vmax;
  margin-bottom: 50px;
  font-weight: 500;
  color: #0D6EB8;
}


.cta-btn-01, .cta-btn-02 {
  position: relative;
  width: 50%;
  margin: 0 auto;
	display: flex;flex-direction: column;align-items: center;
  border-radius: 5px;
  box-shadow: 0 7px 10px rgb(0 0 0 / 10%);
  font-size: 1.8rem;
  transition: transform .3s, box-shadow .3s;
}
.cta-btn-01:hover, .cta-btn-02:hover {
  transform: translateY(-2px);
  box-shadow: 0 7px 10px rgb(0 0 0 / 15%);
}
.cta-btn-01 span{display: block;font-size: 1rem;padding-top: 10px;}
.cta-btn-01 {
  background-color: #fff;
  border: 1px solid #333;
  color: #333;
    padding: .6em 2em;
}
.cta-btn-02 {
  background-color: #F2994A;
  color: #fff;
	 padding: 1.1em 2em;
	
}
.img-box-cta{display: flex;
align-items: center;
justify-content: space-between;
margin: 100px auto;
gap:10px;
padding: 10px;}


.cta-image-01{
	 background: url("../images/cta-image-01.png");
	background-position: center;
}
.cta-image-02{
	 background: url("../images/cta-image-02.jpg");
	background-position: center;
}
.cta-image-03{
	 background: url("../images/cta-image-03.png");
	background-position: center left;
}
.cta-image-04{
	 background: url("../images/cta-image-04.png");
	background-position: center;
}
.cta-image-05{
	 background: url("../images/cta-image-05.png");
	background-position: center;
}
.cta-image-06{
	 background: url("../images/cta-image-06.png");
	background-position: center bottom;
}
.cta-image-01,.cta-image-02,.cta-image-03,.cta-image-04,.cta-image-05,.cta-image-06{
	width: 33%;
	height: 250px;
	background-size: cover;
  background-repeat: no-repeat;
	border-radius: 5px;
}

/*thanksページ*/

.thanks {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
	margin-bottom: 30px;
}

.thanks-box {
  background: #fff;
  max-width: 520px;
  width: 100%;
  padding: 40px 32px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.thanks-title {
  font-size: 1.5rem;
  margin-bottom: 16px;
  font-weight: 600;
	text-align: center;
	color:#000;
}

.thanks-text {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 16px;
	text-align: left;
}

.thanks-note {
  font-size: 13px;
  color: #777;
  margin-bottom: 32px;
}

.thanks-btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #0D6EB8;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.thanks-btn:hover {
  opacity: 0.85;
}
/*コンセプト*/
.concept-box{
	width: 30%;
	padding:10px;
	line-height: 2.2;
	text-align: center;
	font-size: 1.3rem;
	margin-left: 10px;
	margin-right: 10px;
}


.concept-img-01{
	 background: url("../images/cta-image-01.png");
	 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
		border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	
}
.concept-img-02{
	 background: url("../images/top-4.png");
	 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

.concept-img-01,.concept-img-02{
	width: 35%;
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
.concept-img-01{
	background-position: center left;
}
.yusubox{
	max-width: 700px;
	margin: 0 auto;
	background-color: #F2F4F6;
	border-radius: 5px;
	 box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
	display: flex;
	align-items: center;
	justify-content: space-between;
	line-height: 1.5;
	gap:20px;
	text-align: left;
	padding: 20px;
	margin-top: 30px;
}
.yusu-logo{
	width: 15%;
	 background: url("../images/yusu.png");
	background-repeat: no-repeat;
	background-size: contain;
	height: 60px;
}
.yusu-main-text{
	width: 45%;
	font-size: 1.3rem;
	font-weight: bold;
	color:#0D6EB8;
}
.yusubox p{
	width: 40%;
}
.line-text{
	font-weight: bold;
	border-bottom: 1px solid #333;
}
/*/スリーテンについて*/
#area-2,#area-2 .title span{
	color: #fff;
}
#area-2{
	padding: 150px 0;
}
.bg-gradient-animate {
  background: linear-gradient(-45deg, #4facfe, #0D6EB8, #667eea, #764ba2);
  background-size: 400% 400%;
  animation: gradientMove 10s ease infinite;
}

@keyframes gradientMove {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

.explain-box{
		width: 50%;
	line-height: 2;
	font-size: 1.5rem;
	padding: 4% 4%;
}
.explain-box .blue-font,.explain-box .bold-text{
	font-size: 2.2rem;
}



/* 画像グリッド */

.about-images {
	width: 50%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}


/* 各画像ボックス */
.about-img {
  position: relative;
  height: 200px;
  border-radius: 12px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
}

/* 青フィルター（オーバーレイ） */
.about-img::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 60, 120, 0.25);
  pointer-events: none;
}

/* 個別画像 */
.img1 {
  background-image: url("../images/about-01.png");
}

.img2 {
  background-image: url("../images/about-02.png");
}

.img3 {
  background-image: url("../images/about-03.png");
}

.img4 {
  background-image: url("../images/about-04.png");
}



/*/仕事内容*/

.work-box-container{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
max-width:1366px;
margin:50px auto;
}

.work-box{
background-color: #f2f4f6;
padding:35px;
border-radius:10px;
text-align:center;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
}
.work-box img{
	width: 300px;
	margin-bottom: 20px;
}

.work-text{
	font-size: 1.5rem;
	font-weight: bold;
}

/*福利厚生*/

.bg-grid-light {
  background-color: #ffffff;
  background-image: 
    linear-gradient(rgba(0,0,0,0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,0,0,0.03) 1px, transparent 1px);
  background-size: 40px 40px;
	padding: 100px 4%;
}
.benefit-text{
	width: 50%;
	padding: 0px 20px;
	font-size: 1.1rem;
}
.benefit-text h3{
	color:#0D6EB8;
	margin-bottom: 20px;
	border-bottom: 5px double #0D6EB8;
	padding-bottom: 5px;
	padding-left: 10px;
}


/* 吹き出しラベル */
.label-bubble {
  display: block;
  padding: 4px 10px;
  font-size: 1rem;
  background: #4A90E2;
  color: #fff;
  border-radius: 20px;
  position: relative;
  max-width: 180px;
	text-align: center;
	margin-bottom: 10px;
}

/* しっぽ */
.label-bubble::after {
  content: "";
  position: absolute;
  left: 10px;
  bottom: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #4A90E2 transparent transparent transparent;
}


.benefit-img-01{
	width: 50%;
	height: 280px;
	background-image: url("../images/com-3.png");
		background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow:0 5px 15px rgba(0,0,0,0.05);
	border-radius: 10px;
}
.center{
  display: flex;
  justify-content: center; /* 横中央 */
  align-items: center;     /* 縦中央 */
  height: 200px;           /* 高さが必要 */
}
.start{
	max-width: 1080px;
	align-items: flex-start;
	margin: 50px auto 100px;
}
.benefit-box{
	max-width: 1080px;
	margin: 30px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	gap:20px;
	font-size: 1.3rem;
	background-color: #F2F4F6;
	border-radius: 10px;
	padding: 20px 10px;
}
.benefit-img-02{
	background-image: url("../images/benefit-01.jpg");
}
.benefit-img-03{
	background-image: url("../images/benefit-02.jpeg");
}

.benefit-img-04{
	background-image: url("../images/benefit-03.jpeg");
	
}
.filter {
  position: relative;
  overflow: hidden;
}


.filter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 60, 120, 0.2); /* 深めの青 */
  pointer-events: none;
}

.benefit-img-02,.benefit-img-03,.benefit-img-04{
	width: 50%;
	max-width: 450px;
	height: 250px;
		background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow:0 5px 15px rgba(0,0,0,0.05);
	border-radius: 10px;
	
}
.fukidashi-02 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 12px 10px;
	font-size: 2rem;color: #0D6EB8;
	font-weight: bold;
		  line-break:loose;
  }
.fukidashi-02::before {
    content: "";
    width: 50px;
    height: 2px;
    box-sizing: border-box;
    background-color: #0D6EB8;
    rotate: 60deg;
  }

.fukidashi-02::after {
    content: "";
    width: 50px;
    height: 2px;
    box-sizing: border-box;
    background-color: #0D6EB8;
    rotate: -60deg;

}

/* -------------------
   カードごとのカラー
------------------- */

/* 1：エンタメ系（ブルー） */
.card-1 {
  border-top: 6px solid #4A90E2;
  background: linear-gradient(135deg, #EAF3FF, #FFFFFF);
}

/* 2：リフレッシュ系（グリーン） */
.card-2 {
  border-top: 6px solid #50C878;
  background: linear-gradient(135deg, #EAFBF1, #FFFFFF);
}

/* 3：モチベーション系（ピンク） */
.card-3 {
  border-top: 6px solid #E8B7C6;
  background: linear-gradient(135deg, #FFF0F5, #FFFFFF);
}



.line-title{
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.line-title:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

.line-title span {
  position: relative;
  padding: 0 1em;
  background: #fff;
}
.min-box{max-width: 1080px;
margin: 0 auto;
padding: 100px 4% 0;}

.grid-box{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
gap:30px;
	margin: 30px auto;
}

.icon-box{
max-width: 300px;
	display: flex;
	align-items: center;
background-color: #f2f4f6;
padding:10px;
border-radius:10px;
box-shadow:0 5px 15px rgba(0,0,0,0.05);
	gap:20px;
}
.icon-box .icon{
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background-color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
.icon-box .icon img{
	width: 80px;
}
.icon-box .text{
	width: auto;
	font-weight: 600;
	font-size: 1.1rem;
}

/*数字セクション*/
.stats {
	max-width: 1080px;
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
	margin: 50px auto;
}

.stat-card {
  flex: 1;
  min-width: 200px;
  background: #fff;
  border-radius: 16px;
  padding: 24px;
  text-align: center;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
}

.stat-number {
  font-size: 4rem;
  font-weight: bold;
  color: #4facfe;
	font-family: Arial, Helvetica, "sans-serif";
}

.stat-number span {
  font-size: 2rem;
  margin-left: 4px;
}

.stat-label {
  margin-top: 8px;
  font-size: 1.1rem;
	font-weight: 500;
	letter-spacing: 1px;
}

/*募集要項*/

.job-container {
  max-width: 900px;
  margin: 0 auto;
}

.job-title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 1px;
	color: rgba(13,110,184,1.00);
}

.job-card {
  background: #fff;
  border-radius: 12px;
  padding: 30px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.05);
	margin-top: 50px;
}

.job-row {
  display: flex;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid #eee;
}

.job-row:last-child {
  border-bottom: none;
}

.job-label {
  font-weight: 600;
  color: #1976d2; /* ←ここだけブルー */
  min-width: 140px;
}

.job-value {
  text-align: right;
  max-width: 80%;
  color: #555;
}

.job-btn {
  display: block;
  width: 220px;
  margin: 40px auto 0;
  text-align: center;
  padding: 14px;
  border-radius: 30px;
  background: #1976d2;
  color: #fff;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.3s ease;
}

.job-btn:hover {
  background: #1565c0;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(25,118,210,0.3);
}

/*スマホの時だけ改行設定*/
.sp-break {
    display: inline;
  }
.sns-section {
  text-align: center;
  padding: 60px 20px;
  background: #f8fafc;
}

/* 吹き出し */
.sns-bubble {
  display: inline-block;
  position: relative;
  background: #ffffff;
  padding: 16px 24px;
  border-radius: 12px;
  font-size: 1.5rem;
  color: #0D6EB8;
  font-weight: 500;
  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  margin-bottom: 30px;
}

/* 吹き出しの三角 */
.sns-bubble::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 10px 10px 0 10px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
}

/* SNSリンク全体 */
.sns-links {
  display: flex;
  justify-content: center;
  gap: 16px;
  flex-wrap: wrap;
}

/* 各SNSボタン */
.sns-item {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 15px 20px;
  border-radius: 999px;
  background: #ffffff;
  border: 1px solid #e2e8f0;
  text-decoration: none;
  color: #0f172a;
  font-weight: 600;
  transition: all 0.3s ease;
}

/* ロゴ画像 */
.sns-item img {
  width: 20px;
  height: 20px;
}

/* hover */
.sns-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.08);
  border-color: transparent;
}

/* SNSごとのhover色 */
.sns-item.instagram:hover {
  background: linear-gradient(45deg, #feda75, #d62976);
  color: #fff;
}

.sns-item.x:hover {
  background: #000;
  color: #fff;
}

.sns-item.youtube:hover {
  background: #ff0000;
  color: #fff;
}

/* タイトル */
.footer-sns-title {
  font-size: 14px;
  margin-bottom: 12px;
  opacity: 0.8;
}

/* SNSアイコン */
.footer-sns-links {
  display: flex;
  justify-content: center;
  gap: 16px;
}

.sns-icon {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #fff;
  transition: all 0.3s ease;
}

.sns-icon img {
  width: 20px;
  height: 20px;
}

/* hover */
.sns-icon:hover {
  transform: translateY(-3px);
  background: #fff;
}


#contact {
  max-width: 1200px;
  margin: 50px auto 50px;
}
#contact table {
  width: 100%;
  border-collapse: collapse;
}
#contact table tr {
  border-bottom: solid 2px white;
}
#contact table tr:last-child {
  border-bottom: none;
}
#contact table th {
  position: relative;
  text-align: left;
  width: 30%;
  background-color: #4B75C0;
  color: white;
  padding: 3%;
}
#contact table td {
  text-align: left;
  width: 70%;
  background-color: #eee;
  padding: 5%;
}

/* ラジオボタン全体 */
.radio-group{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
	margin-bottom: 20px;
	margin-top: 10px;
}

/* ラジオ本体は非表示 */
.radio02-input{
  display:none;
}

/* ボタンデザイン */
.radio-group label{
  display:block;
  padding:12px 18px;
  border:1px solid #dcdcdc;
  border-radius:6px;
  background:#fff;
  cursor:pointer;
  transition:all .2s;
  font-size:14px;
}

/* ホバー */
.radio-group label:hover{
  border-color:#0D6EB8;
  background:#F3F8FF;
}

/* 選択された時 */
.radio02-input:checked + label{
  border-color:#0D6EB8;
  background:#0D6EB8;
  color:#fff;
}

/*thanksページ*/

.thanks {
	margin-top: 30px;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
	margin-bottom: 30px;
}

.thanks-box {
  background: #fff;
  max-width:700px;
  width: 100%;
  padding: 40px 32px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.thanks-title {
  font-size: 1.5rem;
  margin-bottom:30px;
  font-weight: 600;
	text-align: center;
	color:#000;
}

.thanks-text {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 16px;
	text-align: left;
}

.thanks-note {
  font-size: 13px;
  color: #777;
  margin-bottom: 32px;
}

.thanks-btn {
  display: inline-block;
  padding: 12px 28px;
  background-color: #0D6EB8;
  color: #fff;
  text-decoration: none;
  border-radius: 999px;
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.thanks-btn:hover {
  opacity: 0.85;
}

.back-blue-thanks{
 background: #D4ECFF;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  padding: 10px 4%;
}


/*== 影がついて浮き上がる */
/*ボタンの形状*/
.float3 {
  border: 1px solid #ccc;
  color: #333;
  padding: 10px 20px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  transition: all .3s;
  margin-top: 5%;
  margin-bottom: 2%;
  font-size: 30px;
}
/*hoverをしたらボックスに影がつく*/
.float3:hover {
  box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
  border-color: transparent;
}
.heading03 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 25px;
  text-align: center;
}
.heading03::before, .heading03::after {
  content: '';
  width: 70px;
  height: 3px;
  background-image: linear-gradient(to right, #209cff 0%, #68e0cf 100%);
}
.heading03::before {
  margin-right: 20px;
}
.heading03::after {
  margin-left: 20px;
}
/*ボタンクリック時*/
.action_input {
  margin: 50px 0;
}
input[type="submit"], input[type="button"] {
  border: 1px solid #0D6EB8;
  color: #fff;
  background: #0D6EB8;
  width: 350px;
  padding: 20px 40px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  transition: all .3s;
  margin: 0 5%;
  font-size: 1.3rem;
  white-space: nowrap;
  border-radius: 5px;
}
/*ボタンのマウスオン時の設定*/
input[type="submit"]:hover, input[type="button"]:hover {
  opacity: 0.5;
}
input[type="reset"] {
  border: none;
  text-decoration: underline;
  color: #848484;
  padding: 15px 40px;
  display: block;
  outline: none;
  /*アニメーションの指定*/
  transition: all .3s;
  margin: 0 5%;
  font-size: 1rem;
  white-space: nowrap;
  border-radius: 5px;
  background: none;
}
#contact input[type="text"], .selectform {
  border: none; /* 枠線 */
  border-radius: 5px; /* 角丸 */
  padding: 20px 20px; /* 内側の余白量 */
  background-color: #fff; /* 背景色 */
  width: 90%; /* 横幅 */
  height: auto; /* 高さ */
  font-size: 1.3em; /* 文字サイズ */
  line-height: 1.2;
  margin: 20px 10px; /* 行の高さ */
}
input[type="text"]::placeholder {
  color: #DBDBDB;
}
textarea::placeholder {
  color: #DBDBDB;
}
.form_container {
  max-width: 800px;
  margin: 30px auto;
  background: #f8f8f8;
  border-radius: 5px;
  padding: 4%;
}
.heading-28 {
  font-weight: 400;
  font-size: .75rem;
  letter-spacing: .04em;
  text-align: center;
  margin-bottom: 50px;
  color: #0D6EB8;
}
.heading-28::before {
  display: block;
  font-weight: 700;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: .02em;
  content: attr(data-label);
}
#contact .contact_area {
  max-width: 800px;
  margin: 0 auto;
  background-color: none;
  padding: 0px 4%;
  border-radius: 10px;
}
#contact .contact_area p {
  padding: 3% 0 0 0;
}
#contact textarea {
  border: none; /* 枠線 */
  border-radius: 5px; /* 角丸 */
  padding: 0.5em; /* 内側の余白量 */
  background-color: #fff; /* 背景色 */
  width: 95%; /* 横幅 */
  height: 120px; /* 高さ */
  font-size: 1.2em; /* 文字サイズ */
  line-height: 1.2; /* 行の高さ */
  margin: 20px 0;
}
#contact .required {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1;
  background-color: #FF902d;
  border-radius: 5px;
  color: #fff;
}
#contact .policy {
  font-size: 20px;
}
/*プライバシーのデザインcss↓*/
.con_pri {
  max-width: 900px;
  margin: 0 auto;
}
.con_pri .box_pri {
  height: 250px;
  overflow-y: scroll;
  border: 1px solid #cdcdcd;
  background: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 20px;
  padding: 20px;
}
.con_pri .box_pri .box_tori h4 {
  font-weight: normal;
  margin-bottom: 10px;
  font-size: 150%;
}
.box_tori {
  margin-bottom: 30px;
}
.con_pri .box_pri .box_tori {
  text-align: left;
  margin-top: 40px;
}
.con_pri .box_pri .box_num h4 {
  font-weight: normal;
  font-size: 113%;
}
.con_pri .box_pri .box_num .txt {
  padding: 10px 0 0 20px;
}
.box_num {
  padding: 2% 0;
  text-align: left;
}

.header-title {
  max-width: auto;
  margin: 0 20px;
  padding: 0px 4% 30px;
  border-bottom: 1px solid #0D6EB8;
  margin-bottom: 0px;
}
.header-title h2 {
  color: #0D6EB8;
  font-size: 6vmax;
  letter-spacing: 2px;
}
.header-title h2 span {
  display: block;
  font-size: 1.5vmax;
  font-weight: normal;
  line-height: 0;
}

@media screen and (max-width: 700px) {
  /*PC表示*/
  .SP {
    display: block !important;
  }
  /*スマホ表示*/
  .P {
    display: none !important;
  }
		/*スマホの時だけ改行設定*/
.sp-break {
    display: block;
  }
  a {
    font-size: 1.1rem;
  }
  h1 {
    font-size: 3.6vmax;
	  line-height: 1.5;
  }
	h2{
		font-size: 30px;
	}
  h3 {
    font-size: 1.3rem;
    letter-spacing: 2px;
  }
	/*共通ヘッダー見出し*/
  .header-title {
	  text-align: left;
    margin: 0px 0% 0px;
    padding: 100px 4% 2%;
  }
	
  .container {
    margin: 80px auto;
	  padding: 0 4%;
  }
  /*フッタ*/
  .footer {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 4%;
    gap: 30px;
  }
  .footer ul {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
  }
  .footer ul li {
    margin-bottom: 0px;
    gap: 10px;
    display: flex;
    align-items: center;
  }
  .pri-link {
    flex-direction: column;
    gap: 0px;
    align-items: center;
    padding-bottom: 20px;
    letter-spacing: 2px;
    flex-wrap: wrap;
  }
  .pri-link li a {
    font-size: .8rem;
  }
  .s310-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
  .s310_box img {
    width: 100%;
    margin: 0px 0 20px;
  }
  .slider-2 .slick-slide {
    height: 100vh;
  }
  .caption {
    font-size: 3.3vmax;
    letter-spacing: 0px;
  }
  .caption-wrapper .caption span {
    font-size: 2vmax;
    letter-spacing: 2px;
    margin-top: 20px;
    line-height: 1.3;
  }
  .topics {
    margin: 50px auto 50px;
    align-items: stretch;
  }
  .topics .box-01 {
    width: 20%;
    padding: 10px 10px;
    background: rgba(13, 110, 184, 1.00);
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 1.1rem;
  }
  .topics .box-02 {
    width: 80%;
    padding: 10px 20px;
  }
  .topics .box-02 .date {
    padding-right: 0px;
    font-size: 1rem;
    display: block;
    margin-bottom: 5px;
  }
  /*横並びノーマル*/
  .flex, .flex-02 {
    flex-direction: column;
    padding: 0 2%;
  }
  .img-textbox {
    width: 100%;
    margin: 50px 0 0px;
    padding: 30px 20px 0;
  }
  .text-box, .img-box {
    width: 100%;
    padding: 0;
  }
  .back-blue-text, .back-blue-text-02 {
    text-align: left;
    font-size: 1.5rem;
  }
  .back-blue-text {
    width: auto;
  }
  .back-blue-text-02 {
    width: 230px;
  }
  .flex-03 {
    flex-direction: column;
  }
  .img-box-wrapper {
    width: 100%;
  }
  .img-box {
    margin-top: 50px;
    justify-content: center;
  }
  .img-box .image-2 {
    height: 250px;
    width: 250px;
    margin-top: 100px;
    margin-right: -50px;
  }
  .img-box .image-1 {
    height: 200px;
    width: 200px;
    margin-left: -50px;
  }
  
  /*もっと知る*/
  .back-image {
    padding: 15% 4%;
  }
  .about-text-box {
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .back-image h3 {
    font-size: 1.7rem;
  }
  .back-image h3 span {
    font-size: 1.1rem;
  }
  .back-image p {
    color: #fff;
    margin: 30px auto 20px;
  }
  .button-flex {
    flex-direction: column;
    margin-top: 30px;
  }
  /*表示するテキストが切り替わる*/
  .btntextchange {
    padding: 30px;
    width: 80%;
  }
  /*hoverした際の変化*/
  .btntextchange:hover {
    background: #0D6EB8;
    color: #fff;
  }
  .btntextchange span {
    font-size: 1.3rem;
  }
  .btntextchange img {
    width: 17px;
  }
  
  /* ナビゲーションメニュー */
  .recruit-heder {
    top: 0;
    right: 0;
    justify-content: space-between;
    padding-left: 0;
  }
  #nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 100%;
    height: 100%;
    background-color: rgba(13, 110, 184, 0.50);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.2);
    transition: right 0.4s ease;
    z-index: 1050;
    flex-direction: column;
    padding: 30px 0;
  }
  #nav.open {
    right: 0;
  }
  .nav {
    list-style: none;
    padding: 20px 20px;
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .nav li {
    max-width: 300px;
  }
  .fancy-img {
    margin: 10px auto 30px;
    max-width: 100%;
  }
  .main-heading {
    font-size: 2rem;
    margin-bottom: 50px;
  }
  .section-01, .section-02 {
    width: 100%;
  }
  .header-title h2.ja-title {
    font-size: 1.7rem;
  }
  .cta-btn-01, .cta-btn-02 {
    width: 70%;
    padding: 20px 40px;
    white-space: nowrap;
    font-size: 1.3rem;
  }
	.image-cta{
		padding: 50px 0;
	}
	.cta{
		margin: 20px auto;
	}
	.cta-image-01,.cta-image-02,.cta-image-03,.cta-image-04,.cta-image-05,.cta-image-06{
	width: 50%;
	height: 150px;
	background-size: cover;
  background-repeat: no-repeat;
}
  .cta-container p span {
    font-size: 1rem;
    margin-top: 10px;
  }
  .heading-6 {
    font-size: 1.5rem;
  }
  .heading-6::before, .heading-6::after {
    width: 30px;
  }
  .heading-6::before {
    left: calc(50% - 150px); /* 横線の位置を調整 */
  }
  .heading-6::after {
    right: calc(50% - 150px);
  }
	
	/*XECTバナー設定*/
.fukidashi-01-12 {
	font-size: 1.3rem;
	text-align: center;
	gap:0px;
	white-space: nowrap;
  }

.xect-textbox{
	width: 100%;
	font-size: 1.1rem;
}
	.xect-banner-inbox{
padding: 30px 15px;
	}
.xect-imgbox{
	width: 100%;
	height: 220px;
}
	.title .english-font-01{
	font-size: 1rem;
		margin-bottom: 20px;
	}
	/*コンセプト*/
.concept-box{
	width: 100%;
	padding: 100px 4%;font-size: 1.1rem;
}
.concept-img-01,.concept-img-02{
	width: 100%;
	height: 300px;
}

.yusubox{
	padding: 20px 10px;

}
.yusu-logo{
	width: 10%;
	 background: url("../images/yusu.png");
	background-size: contain;
	background-repeat: no-repeat;
	height: 60px;
}
.yusu-main-text{
	width: 30%;
	font-size: 1.1rem;
	font-weight: bold;
	color:#0D6EB8;
}
.yusubox p{
	width: 60%;
}
	.bold-text {
  font-size: 1.1rem;
}
	/*ナビ*/
.logo a {
 flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	gap:0;
}
	/*トップビジュアル*/

.main{
	display: flex;
	flex-direction: column;
  justify-content: center; /* 横中央 */
  align-items: center;     /* 縦中央 */
  text-align: center;
}
.main-text{
	width: 100%;
	padding: 40px 20px;
	
}
	a.cta {
  font-size: 1.1rem;
	}
.main-text h1 span{
	display: block;
	font-size:2.7vmax;
}
.line-image{
	width: 100%;
	display: flex;
	flex-direction:row;
}

.main-img-01,.main-img-02,.main-img-03,.main-img-04,.main-img-05,.main-img-06,.main-img-07,.main-img-08{
	width: 100%;
	height: 150px;
	border-radius: 5px;
}
	.sub-text{
	font-size: 1.1rem;
		padding-bottom: 100px;
	}
	
	.sub-text-main{
	text-align: center;
	font-size: 1.5rem;
}
	
/*エリア設定*/
#area-1, #area-2, #area-3, #area-4, #area-5, #area-6, #area-7 {
  max-width: 1500px;
  margin: 150px auto;
  padding: 0 4%;
}
	
	/*/スリーテンについて*/

#area-2{
	padding: 80px 4%;
}
.explain-box .blue-font,.explain-box .bold-text{
	font-size: 1.3rem;
}

.explain-box{
		width: 100%;
	line-height: 1.7;
	font-size: 1.1rem;
	padding: 0% 0;
}
	
.about-images {
	width: 100%;
	margin-top: 40px;
	 display: grid;
  grid-template-columns: repeat(1, 1fr);
}


.about-images img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}


/*/仕事内容*/

	.work-text .img{
		height: auto;
	}
.work-text{
	height: auto;
	font-size: 1.3rem;
	font-weight: bold;
}
	
	/*福利厚生*/

.bg-grid-light {
	padding: 50px 4%;
}
	.benefit-text{
		width: 100%;
		padding: 0 0 0px;
	}
.benefit-text h3{
	font-size: 1.5rem;

}
.benefit-img-01{
	width: 100%;
	height: 200px;
	background-image: url("../images/com-3.png");
		background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	box-shadow:0 5px 15px rgba(0,0,0,0.05);
	border-radius: 10px;
	margin-top: 30px;
}
.center{
  height: auto;           /* 高さが必要 */
}
.start{
	margin: 50px auto 80px;
}
.benefit-box{
	max-width: 1080px;
	margin: 30px auto;
	flex-direction: column;
	font-size: 1.3rem;
	padding: 20px 4%;
}
	
	.reverse{
		flex-direction: column-reverse;
	}
.filter::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 60, 120, 0.2); /* 深めの青 */
  pointer-events: none;
}

.benefit-img-02,.benefit-img-03,.benefit-img-04{
	width: 100%;
	max-width: 90%;
	height: 200px;
	
}
.fukidashi-02 {
	font-size: 1.4rem;
  }


.line-title{
  position: relative;
  padding: 0 65px;
  text-align: center;
}

.min-box{
padding: 80px 4% 0;}

	.icon-box{
max-width: 100%;
		justify-content: space-between;
		padding: 10px 30px;
	}
	.grid-box{
justify-content: center;
		align-items: center;
}
	
	
  input[type="submit"], input[type="button"] {
    padding: 15px 20px; /* 10px */
    font-size: 1rem;
    width: 100%;
    margin: 0;
  }
  input[type="reset"] {
    padding: 10px 20px; /* 10px */
  }
  #contact input[type="text"], .selectform {
    width: 80%; /* 横幅 */
    height: auto; /* 高さ */
    font-size: 1em; /* 文字サイズ */
    margin: 20px 10px; /* 行の高さ */
  }
  #contact textarea {
    width: 90%; /* 横幅 */
    height: 100px; /* 高さ */
    font-size: 1.2em; /* 文字サイズ */
  }
  #contact .required {
    padding: 3px 10px;
    font-size: .8rem;
  }
  #contact .policy {
    font-size: .8rem;
  }


/* 吹き出し */
.sns-bubble {
  font-size: 1.1rem;
}

	.cta-container {
 padding: 0 20px;
}
.cta-container p {
  font-size: 1.5rem;
  margin-bottom: 50px;
}

}