@charset "UTF-8";
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --l_beige: #f6f4ed;
  --yellow: #fff023;
  --green: #73B930;
  --black: #383231;
}

html{
  scroll-behavior: smooth;
}

body {
  color: #1a1311;
/*  font-family: "Open Sans", sans-serif;
  font-family: ryo-gothic-plusn, sans-serif;*/
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  /*overflow-x: hidden;*/
}

a {
  /* color: #007bff; */
  color: inherit;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #73b930;
  outline: none;
  text-decoration: none;
}

p a {
  color: var(--green);
}
a img:hover {
  opacity: 0.7;
  transition: 0.5s;

}


p {
  padding: 0;
  margin: 0 0 30px 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  margin: 0 0 20px 0;
  padding: 0;
}

.f-en {
  font-family: "learning-curve", sans-serif;
}
.f-head_en {
  font-family: futura-pt, sans-serif;
  font-weight: 600;
  line-height: 1;
}

.bg-l_beige { background: var(--l_beige);}
.bg-green { background: var(--green); color: #fff;}
.bg-yellow { background: var(--yellow);}
.green { color: var(--green);font-weight: bold; }
.yellow { color: var(--yellow); }
.white { color: #fff; }

.mt5{
  margin-top: 5px;
}

.mt10{
  margin-top: 10px;
}

.mt20{
  margin-top: 20px;
}

.mt30{
  margin-top: 30px;
}

.mt40{
  margin-top: 40px;
}

.mt50{
  margin-top: 50px;
}

.mt60{
  margin-top: 60px;
}

.mb5{
  margin-bottom: 5px;
}

.mb10{
  margin-bottom: 10px;
}

.mb20{
  margin-bottom: 20px;
}

.mb30{
  margin-bottom: 30px;
}

.mb40{
  margin-bottom: 40px;
}

section{
/*  box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  -webkit-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 3px 3px 1px rgba(0,0,0,0.3);
*/  position:relative;
}



/* RESET
------------------------------------*/

html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
    margin:0; padding:0; border:0; outline:0;
    font-size:100%;
  font-weight:normal;
    vertical-align:baseline;
    background:transparent;
}

/*body { line-height:1; }*/
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block; }
nav ul { list-style:none; }
li { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
/* change colours to suit your needs */
ins { background-color:#ff9; color:#000; text-decoration:none; }
/* change colours to suit your needs */
mark { background-color:#ff9; color:#000;  font-style:italic; font-weight:bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom:1px dotted; cursor:help; }
table { border-collapse:collapse; border-spacing:0; }
/* change border colour to suit your needs */
hr { display:block; height:1px; border:0;  border-top:1px solid #cccccc; margin:1em 0; padding:0;}
input, select { vertical-align:middle; }

input[type="text"],input[type="submit"],input[type="button"], button, select, textarea {
    -webkit-appearance: none;
}


b, strong {
  font-weight: bolder;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #0062b1;
  color: #fff;
  width: 44px;
  height: 44px;
  text-align: center;
  line-height: 1;
  font-size: 16px;
  border-radius: 50%;
  right: 15px;
  bottom: 150px;
  transition: background 0.5s;
  z-index: 11;
}

.back-to-top i {
  padding-top: 12px;
  color: #fff;
}

/* Prelaoder */

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #f2f2f2;
  border-top: 6px solid #007bff;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  -webkit-animation: animate-preloader 1s linear infinite;
  animation: animate-preloader 1s linear infinite;
}

@-webkit-keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes animate-preloader {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.mt40{
  margin-top: 40px!important;
}

.mt50{
  margin-top: 50px!important;
}

/*  itemPCスマホ切り替え */
.pc-item{
  display: block;
}

.sp-item{
  display: none;
}

.sp-item-low{
  display: none;
}


@media only screen and (max-width: 480px) {
  .pc-item{
      display: none;
  }

  .sp-item{
      display: block;
      padding-top: 420px;
      background: #eef7fc;
  }

  .sp-item-low{
    display: block;
    padding-top: 100px;
    background: #eef7fc;
  }
}

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

  .sp-item{
      display: block;
      padding-top: 340px;
  }
}

/*  PCスマホ切り替え */
.pc-show{
    display: block;
}

.sp-show{
    display: none!important;
}


@media only screen and (max-width: 768px) {
    .pc-show{
        display: none!important;
    }

    .sp-show{
        display: block!important;
    }
}

.hero-section,
#jobSection,
.about-section,
.works-section,
.voice-section,
.voice-content,
.under-section-container {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
}



/* HEADER
------------------------------------*/

header {
  width: 100%;
  height: 88px;
  z-index: 1000;
  position:fixed;
  background: #73b930;
}

header#recruit2025 {
  width: 100%;
  height: 88px;
  z-index: 1000;
  position:fixed;
  background: #fff;
}





header:after {
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1200 50"><path fill="%2373b930" d="M0,0h1200s0,50,0,50c0,0-307.7-43.68-600-43.68-292.3,0-600,43.68-600,43.68V0Z" /></svg>') no-repeat top center / cover;
  content: '';
  display: block;
  margin: auto;
  pointer-events: none;
  position: absolute;
    top: calc(100% - 1px);
    left: 0;
  width: 100%;
  height: 4.2vw;
}

header#recruit2025:after {
	background: none;
}

header#recruit2025 .btnBox a {
	font-weight: bold;
}

.btnBoxSP{
  display: none;
}

.headerbtnBoxSP{
  display: none;
}


header .wrapBox {
  display: flex;
  align-items: center;
  grid-gap: 15px;
  /* padding-right: 80px; */
  height: 100%;
  margin: auto;
  width: calc(100% - 30px);
}
header p.header-radius{
  display: inline-block;
  margin: 0;
}

header p.header-radius img{
  width: 100vw;
}

header h1{
  /* margin: 20px 20px 10px 20px; */
  /* float: left; */
}

header h1 img{
  width: 120px;
}

header p {
  /* margin: 20px 0 0 0; */
  /* float: left; */
}

p.head-text2025{
  color: #333;
  font-size: 9px;
  font-weight: 600;
  text-align: left;
}

p.head-text{
  color: #fff;
  font-size: min(2.4vw, 15px);
  font-weight: 700;
  text-align: left;
}

p.head_tel{
  margin-right: 20px;
  float: right;
}

p.head_contact{
  padding-right: 80px;
  float: right;
}

header p img{
  width: 100%;
}

header .btnBox {
  display: flex;
    grid-gap: 15px;
    justify-content: flex-end;
  flex: 1;
}

footer .btnBox {
  display: inline-block;
}

header .btnBox .btn ,
footer .btnBox .btn {
  border-radius: 5px;
  color: inherit;
  display: flex;
    align-items: center;
    grid-gap: .3em;
    justify-content: center;
  transition: .2s ease-in-out;
}
header .btnBox .tel {
  background: var(--green);
  border: solid 1px;
  color: #fff;
}
header .btnBox .recruit2025 {
  color: #fff;
  background: var(--green);
  margin-left: 12px;
}
header .btnBox .contact {
  background: #fff;
}
header .btnBox .contact2025 {
  background: var(--black);
  color: #fff;
}
footer .btnBox .btn {
  background: #fff;
  border: solid 1px var(--green);
  color: var(--green);
  flex: 1;
  min-height: 40px;
  /*max-width: 160px;*/
}
footer .btnBox .recruit {
  background: var(--green);
  color: #fff;
}

header .btnBox .btn::before ,
footer .btnBox .btn::before {
  content: '';
  display: block;
  width: 1.2em;
  height: 1.2em;
}
header .btnBox .tel::before ,
footer .btnBox .tel::before {
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 18 20"><path fill="%2373b930" d="M17.75,16.31l-3.47,3.45c-.28.28-.71.32-1.04.1,0,0-.98-.6-1.72-1.14-2.03-1.48-4.38-3.8-6.06-5.83-1.68-2.03-3.52-4.77-4.6-7.05C.47,5.02.07,3.95.07,3.95c-.15-.36-.03-.78.29-1.01L4.37.15c.35-.24.83-.18,1.11.15l2.69,3.25c.27.33.25.81-.04,1.11l-1.39,1.44c-.28.29-.31.73-.09,1.05,0,0,.77,1.41,2.09,3.01,1.32,1.6,2.56,2.61,2.56,2.61.28.28.72.33,1.05.11l1.67-1.11c.35-.24.82-.17,1.09.16l2.7,3.25c.27.33.25.82-.05,1.12Z" /></svg>') no-repeat center / contain;
}
header .btnBox .tel::before {
  filter: brightness(0) invert(10);
}
header .btnBox .recruit::before ,
footer .btnBox .recruit::before {
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 20"><path fill="%2373b930" d="M0,8.29c0,2.12.81,4.25,2.43,5.87,1.62,1.62,3.75,2.43,5.87,2.43,1.48,0,2.96-.4,4.27-1.19l4.02,4.02c.78.78,2.05.78,2.83,0,.78-.78.78-2.05,0-2.83l-4.02-4.02c.79-1.31,1.2-2.79,1.19-4.27,0-2.12-.81-4.25-2.43-5.87C12.55.81,10.41,0,8.3,0c-2.12,0-4.25.81-5.87,2.43C.81,4.05,0,6.18,0,8.29ZM3.2,8.29c0-1.31.49-2.6,1.49-3.6,1-1,2.29-1.49,3.6-1.49,1.31,0,2.6.49,3.6,1.49,1,1,1.49,2.29,1.49,3.6,0,1.31-.49,2.6-1.49,3.6-1,1-2.29,1.49-3.6,1.49-1.31,0-2.6-.49-3.6-1.49-1-1-1.49-2.29-1.49-3.6Z" /></svg>') no-repeat center / contain;
}
header .btnBox .recruit::before {
  filter: grayscale(0) brightness(0);
}
footer .btnBox .recruit::before {
  filter: brightness(0) invert(10);
}
header .btnBox .contact::before ,
footer .btnBox .contact::before {
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 15"><path fill="%2373b930" d="M20,9.03l-2.58-2.67,2.58-2.22v4.89ZM0,4.13v4.9l2.58-2.68L0,4.13ZM16.13,7.46l-4.41,3.79c-.46.39-1.07.61-1.72.61s-1.26-.22-1.72-.61l-4.42-3.79L0,11.46v2.46c0,.6.48,1.08,1.08,1.08h17.84c.6,0,1.08-.48,1.08-1.08v-2.46l-3.87-4ZM18.92,0H1.08C.48,0,0,.48,0,1.08v1.08l9.43,8.1c.3.26.83.26,1.14,0L20,2.15v-1.08c0-.6-.48-1.08-1.08-1.08Z" /></svg>') no-repeat center / contain;
}
header .btnBox .contact::before {
  filter: grayscale(0) brightness(0);
}
footer .btnBox .corporate::before {
  display: none;
}
header .btnBox .btn .text {
  font-size: 18px;
  font-weight: 700;
}

/* #recruit2025の場合*/



header#recruit2025 .btnBox{
  align-items: center;
}

header#recruit2025 .btnBox a {
  font-size: 14.5px;
  font-weight: bold;
}

header#recruit2025 .btnBox .btn .text {
  font-size: 13px;
  font-weight: bold;
}

header#recruit2025 .btnBox .recruit2025::before{
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 20"><path fill="%23FFFFFF" d="M0,8.29c0,2.12.81,4.25,2.43,5.87,1.62,1.62,3.75,2.43,5.87,2.43,1.48,0,2.96-.4,4.27-1.19l4.02,4.02c.78.78,2.05.78,2.83,0,.78-.78.78-2.05,0-2.83l-4.02-4.02c.79-1.31,1.2-2.79,1.19-4.27,0-2.12-.81-4.25-2.43-5.87C12.55.81,10.41,0,8.3,0c-2.12,0-4.25.81-5.87,2.43C.81,4.05,0,6.18,0,8.29ZM3.2,8.29c0-1.31.49-2.6,1.49-3.6,1-1,2.29-1.49,3.6-1.49,1.31,0,2.6.49,3.6,1.49,1,1,1.49,2.29,1.49,3.6,0,1.31-.49,2.6-1.49,3.6-1,1-2.29,1.49-3.6,1.49-1.31,0-2.6-.49-3.6-1.49-1-1-1.49-2.29-1.49-3.6Z" /></svg>') no-repeat center / contain;

}
header#recruit2025 .btnBox .contact2025::before {
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 20 15"><path fill="%23FFFFFF" d="M20,9.03l-2.58-2.67,2.58-2.22v4.89ZM0,4.13v4.9l2.58-2.68L0,4.13ZM16.13,7.46l-4.41,3.79c-.46.39-1.07.61-1.72.61s-1.26-.22-1.72-.61l-4.42-3.79L0,11.46v2.46c0,.6.48,1.08,1.08,1.08h17.84c.6,0,1.08-.48,1.08-1.08v-2.46l-3.87-4ZM18.92,0H1.08C.48,0,0,.48,0,1.08v1.08l9.43,8.1c.3.26.83.26,1.14,0L20,2.15v-1.08c0-.6-.48-1.08-1.08-1.08Z" /></svg>') no-repeat center / contain;

}


footer .btnBox .btn .text {
  font-size: 14px;
  font-weight: 700;
}

header .btnBox .btn:hover ,
footer .btnBox .btn:hover {
  opacity: .8;
}

nav {
  display: inline-block;
  float: right;
}

nav ul {
  margin-top: 35px;
}

nav ul li {
  float: left;
  padding: 7px; 
  height: 50px;
}

nav ul li a {
  padding-bottom: 7px;
}

nav ul li a:hover {
  background: #f8eb00;
}

nav ul li a img{
    vertical-align: middle;
}

li.gmavi-first a img{
    width: 97px;
    height: 30px;
}

li.gmavi-promane a img{
    width: 116px;
    height: 30px;
}

li.gmavi-seminar a img{
    width: 79px;
    height: 30px;
}

li.gmavi-space a img{
    width: 79px;
    height: 30px;
}

li.gmavi-office a img{
    width: 87px;
    height: 30px;
}

.contact-area{
  float: right;
  margin: 40px 70px 0 10px;
}

.h_facebook { 
  margin-left: 10px;
}

.h_sns { 
  margin-left: 10px;
}

.h_contact { 
  width: 113px;
  margin: 0; 
}

@media screen and (min-width:1050px) and (max-width:1200px) {
  /* p.head-text {
    font-size: 12px;
  } */
}

@media only screen and (max-width: 1200px) {
  header .btnBox .btn .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1050px) {
  .head_tel{
      display: none;
  }

}

@media only screen and (max-width: 768px) {
  header#recruit2025 {
    height: 70px;
  }
  header .wrapBox {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    /* padding-right: 80px; */
    height: 100%;
    margin: auto;
    width: calc(100% - 20px);
  }
  
  header .wrapBox-sp {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    /* padding-right: 80px; */
    height: 70px;
    margin: auto;
    width: calc(100% - 20px);
  }

  p.head-text2025{
    font-size: min(2vw, 13px);
  }
  header#recruit2025 .headerbtnBoxSP a {
    font-size: 12px;
    font-weight: bold;
  }
  
}


/* headerbtnBoxSP*/


header#recruit2025 .headerbtnBoxSP{
  align-items: center;
}

header#recruit2025 .headerbtnBoxSP a {
  font-size: 14.5px;
  font-weight: bold;
}

header#recruit2025 .btnBoxSP .btn .text,
header#recruit2025 .headerbtnBoxSP .btn .text {
  font-size: 12px;
  font-weight: bold;
}

.btnBoxSP a.btn.recruit2025,
header#recruit2025 .headerbtnBoxSP a.recruit2025 {
  color: #fff;
  background: var(--green);
  padding: 5px 10px;
}

.btnBoxSP a.btn.recruit2025::before,
header#recruit2025 .headerbtnBoxSP a.recruit2025::before {
  content: ""; /* これがないと `::before` は表示されない */
  display: inline-block; /* ブロック要素にする */
  width: 20px; /* 適切なサイズを設定 */
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23FFFFFF" d="M0,8.29c0,2.12.81,4.25,2.43,5.87,1.62,1.62,3.75,2.43,5.87,2.43,1.48,0,2.96-.4,4.27-1.19l4.02,4.02c.78.78,2.05.78,2.83,0,.78-.78.78-2.05,0-2.83l-4.02-4.02c.79-1.31,1.2-2.79,1.19-4.27,0-2.12-.81-4.25-2.43-5.87C12.55.81,10.41,0,8.3,0c-2.12,0-4.25.81-5.87,2.43C.81,4.05,0,6.18,0,8.29ZM3.2,8.29c0-1.31.49-2.6,1.49-3.6,1-1,2.29-1.49,3.6-1.49,1.31,0,2.6.49,3.6,1.49,1,1,1.49,2.29,1.49,3.6,0,1.31-.49,2.6-1.49,3.6-1,1-2.29,1.49-3.6,1.49-1.31,0-2.6-.49-3.6-1.49-1-1-1.49-2.29-1.49-3.6Z" /></svg>') no-repeat center / contain;
  margin-right: 0px; /* テキストとの間隔 */
  vertical-align: middle;
}



/*--------------------------------------------------------------
# FV
--------------------------------------------------------------*/
/* リニューアル2025 */
/* FV セクション */
.hero-section {
  position: relative;
  width: 100%;
  height: 92vh; /* ビューポート全体をカバー */
  display: flex;
  align-items: center;
  justify-content: flex-start; /* 左寄せ */
  overflow: hidden;
}

/* 左側テキスト部分 */
.text-container {
  position: absolute;
  z-index: 50;
  left: 8%;
  top: 25%; /* 適切な高さに調整 */
  max-width: 40%;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* h1 */
.text-container h1 {
  font-size: 10rem;
  font-family: "adorn-pomander", sans-serif;
  font-weight: 400;
  line-height: 0.3;
  font-style: normal;
  margin-bottom: 50px;
  white-space: nowrap; /* 改行防止 */
  z-index: 50;
  transform: rotate(-10deg); /* 斜めに回転 */

}

/* 1行目のスタイル */
.line1 {
  color: #333; /* 1行目の色 */
  display: block;
}

/* 2行目のスタイル */
.line2 {
  color: #7CC144; /* 2行目の色 */
  display: block;
  margin-left: 0.1em;
}

/* 説明テキスト */
.text-container p.fv-text {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
  margin-top: 40px;
  margin-bottom: 40px;
  z-index: 50;
}

/* CTA ボタンを円形に */
.text-container .cta-button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 160px; /* 円形 */
  height: 160px; /* 円形 */
  font-size: 18px;
  font-weight: bold;
  color: white;
  background-color: #73B930;
  border-radius: 50%;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  line-height: 1.6;
}


/* スライダーコンテナ */
.slider-container {
  width: 60%;
  height: 100vh; /* ウインドウ高さの80% */
  overflow: hidden;
  margin-left: auto; /* 右寄せ */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
  border-radius: 50px 0 0 50px;   /* 左上と左下を丸く */
}

/* 黄色のグラデーション背景 */
.hero-section::before {
  content: "";
  position: absolute;
  top: 20%;
  left: 32%; /* 左位置はそのまま */
  width: 68%; /* 右端まで伸ばす */
  height: 80%;
  background: linear-gradient(to bottom right, #FFF023, rgba(255, 240, 35, 0));
  z-index: 1;
  border-radius: 50px 0 0 50px;   /* 左上と左下を丸く */
}

/* スライダー全体 */
.slick-slider {
  width: 100%;
  height: 100%;
}

/* スライドのレイアウト */
.slick-slider .slick-slide {
  display: flex;
  justify-content: flex-end; /* 画像を右寄せ */
  align-items: center;
  width: 100%;
}

/* スライド画像の調整 */
.slider-container .slick-slider .slick-slide img {
  width: 100%;
  height: 72%;
  object-fit: cover;
  border-radius: 50px 0 0 50px;   /* 左上と左下を丸く */
}

.fv-scroll-btn {
  position: absolute;
  z-index: 10;
  left: 50px;
  bottom: 30px;
  z-index: 22;
}

.fv-scroll-btn img {
  width: 36px;
}

.move-y {
  animation: move-y 1s infinite alternate ease-in-out;
  display: inline-block;
}

@keyframes move-y {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(10px);
  }
}


/* PC版のデフォルト（影響を防ぐ） */
.text-content-wrapper {
  display: block; /* PC版では影響なし */
}

/* SP版 */
@media screen and (max-width: 768px) {
  /* 余白を防ぐため、body に適用 */

  /* hero-section の横スクロール防止 */
  .hero-section {
    overflow-x: hidden;
    max-width: 100%;
    display: flex;
    flex-direction: column-reverse; /* SP版でスライダーを上に */
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 0;
    height: auto;
  }

  /* 背景の黄色いデザイン要素 */
  .hero-section::before {
    content: "";
    position: absolute;
    top: 18%; /* 位置調整 */
    left: 16%;
    width: 90%;
    height: 50%;
    background: linear-gradient(50deg, #FFF9C4 10%, #FFEB3B 50%, #FDEF00 100%);
    z-index: -1;
    border-radius: 20px 0 0 20px;
  }

  /* スライダー */
  .slider-container {
    width: 75%; /* スライダーのサイズを80%に拡大 */
    height: auto;
    justify-content: center;
    margin-top: 0;
    display: flex;
    justify-content: flex-end; /* 右寄せ */
  }

  .slider-container .slick-slider {
    width: 100%;
  }

  .slider-container .slick-slider .slick-slide img {
    height: auto;
    object-fit: cover;
    border-radius: 20px 0 0 20px;
  }


  /* Heroテキスト */
  .text-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    text-align: left; /* 左揃え */
    z-index: 5;
    margin-top: -20px; /* スライダーとの距離を調整 */
    padding-left: 0px;
  }

  .text-container h1 {
    font-size: 80px;
    line-height: 0.4;
    margin-bottom: 30px;
  }

  .text-container .line1 {
    color: #333;
    display: block;
  }

  .text-container .line2 {
    color: var(--green);
    display: block;
  }

  .text-content-wrapper {
    display: flex;
    align-items: center;
    justify-content:start; /* 均等配置 */
    gap: 10px;
    margin-top: 10px;
    width: 100%;
    max-width: 100%; /* はみ出し防止 */
    overflow: hidden;
    }

  .text-container p.fv-text {
    font-size: 13px;
    line-height: 1.8;
    color: #333;
    flex: 1;
    margin-top: 20px;
    text-align: left;
    max-width: calc(90% - 108px); /* cta-button の分を確保 */
    }

  .text-container .cta-button {
    width: 90px;
    height: 90px;
    font-size: 11px;
    padding: 8px;
    background-color: #6abf4b;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.3;
    flex-shrink: 0;
    max-width: 90px; /* はみ出し防止 */
    }

  /* スクロールボタン */
  .fv-scroll-btn {
    position: absolute;
    bottom: 20%;
    left: 50%;
    transform: translateX(-50%);
    font-size: 16px;
    font-weight: bold;
    color: #333;
    text-align: center;
    z-index: 500;
  }

  .fv-scroll-btn img {
    width: 36px;
    height: auto;
    display: block;
    margin: 5px auto 0;
  }
}


/* ipad以下 */
@media screen and (max-width: 768px){

  .fv-caption p.fv-text {
    font-size: 10px;
    line-height: 1.2rem;
    margin-bottom: 10px;
  }

  .fv-text-area {
    width: 100%;
}
  .fluid2 {
    padding: 0px;
    padding-top: 70px;
  }

  #fv .fv-inner li {
    min-height: 400px;
    position: relative;
  }
  #fv .fv-inner img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    max-height: none;
    max-width: none;
    position: absolute;
  }
  .fv-caption {
    top: 10%;
    left: 5%;
    width: 38%;
  }
  #fv h1 .en {
    font-size: min(16vw, 80px);
  }
  #fv h1 .jp {
    font-size: 16px;
  }
  
}

/* スマホ以下 */
@media screen and (max-width: 574px){

  .fv-caption p.fv-text {
    font-size: 11px;
    line-height: 1.5rem;
    margin-bottom: 20px;
  }

  .fluid2 {
    padding: 0px;
    padding-top: 52px;
  }
  
  .fv-caption {
    top: 5%;
  }

 
}
@media screen and (max-width: 375px){
  /* スクロールボタン */
  .fv-scroll-btn {
    bottom: 5%;
  }
  
}


.first_section {
  padding-top: 100px;
}

@media screen and (max-width: 769px) {
  .first_section {
    padding-top: 50px;
  }
}
.en_jp {
  text-align: center;
  margin-bottom: 30px;
}
.deco_enBox {
  color: var(--green);
  display: block;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  padding-bottom: .3em;
  position: relative;
}
.deco_enBox::after {
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 172 32"><path fill="%2373b930" d="M82.8,31.81c.21.12.42.19.61.19.16,0,.31-.04.45-.13.29-.18.49-.5.61-.75.22-.46.37-1.04.48-1.81.09-.65.13-1.37.13-2.15,0-.61-.03-1.21-.08-1.77-.05-.58-.13-1.04-.22-1.43-.05-.19-.1-.38-.16-.56-.08-.26-.04-.58.11-.76l.15-.19c.39-.46.77-.87,1.14-1.22.37-.34.73-.61,1.03-.78,3.03-1.69,6.46-2.81,10.46-3.41,3.72-.56,7.65-.63,10.81-.69l1.45-.03c17.94-.32,36.49-.66,54.08-8.01,1.42-.59,3.08-1.37,4.58-2.61.77-.64,1.43-1.33,1.99-2.11.63-.87,1.15-1.85,1.54-2.92.08-.21.03-.48-.1-.6-.06-.06-.14-.08-.21-.05-.07.03-.13.1-.17.2-.37,1-.84,1.89-1.43,2.7-.78,1.07-1.74,1.98-2.95,2.78-.93.62-1.98,1.16-3.4,1.75-17.53,7.33-36.14,7.66-54.13,7.99l-1.26.02c-3.34.06-7.12.13-10.85.69-4.05.61-7.51,1.74-10.59,3.46-.52.29-1.11.79-1.75,1.47-.22.24-.44.49-.67.77-.16.2-.39.16-.53-.08-.14-.26-.3-.51-.46-.74-.6-.87-1.29-1.58-1.83-2.09-3.67-3.52-7.76-5.98-12.5-7.51-3.97-1.29-8.39-1.91-13.53-1.91-4.75,0-9.54.53-14.03,1.07-4.19.5-9.32.76-14.1.79-4.88,0-11.89-.3-17.58-1.71-2.66-.66-4.8-1.51-6.36-2.52-.83-.54-1.5-1.13-2-1.76-.25-.32-.47-.65-.63-.99-.17-.34-.29-.68-.37-1.04-.05-.23-.21-.35-.35-.26-.07.04-.12.12-.16.23-.03.11-.03.23,0,.34.1.44.26.88.46,1.29.36.73.87,1.39,1.55,2.01,1.09,1,2.56,1.83,4.48,2.56,2.53.96,5.8,1.68,9.71,2.14,3.37.4,7.16.6,11.28.6,4.78,0,9.93-.29,14.13-.79,4.49-.54,9.26-1.06,13.99-1.06,5.1,0,9.49.62,13.42,1.89,4.68,1.52,8.71,3.94,12.32,7.4.75.72,1.3,1.35,1.74,1.98.14.21.28.42.4.64.14.25.13.63-.02.86-.34.52-.66,1.04-.93,1.56-.38.72-.67,1.43-.88,2.1-.24.76-.35,1.45-.35,2.09,0,.31.03.61.09.89.09.44.26.84.49,1.17.24.34.53.61.9.82,0,0,0,0,0,0h0s0,0,0,0ZM83.41,31.12c-.13,0-.27-.05-.42-.13-.21-.12-.39-.26-.54-.42-.21-.22-.35-.46-.45-.75-.09-.27-.13-.56-.14-.89,0-.33.04-.7.13-1.1.15-.66.43-1.43.81-2.21.24-.48.52-.98.84-1.49.09-.15.23-.21.36-.16.13.05.24.2.28.4.07.31.13.72.17,1.14.05.52.07,1.08.07,1.64s-.02,1.06-.07,1.52h0c-.04.37-.09.72-.15,1.02-.09.46-.23.84-.38,1.07-.07.11-.15.2-.23.26-.09.06-.18.09-.28.09Z" /></svg>') no-repeat center / contain;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  width: 100%;
  height: .7em;
}

.deco_enBox + .text {
  display: block;
  font-size: 17px;
  font-weight: bolder;
  margin-top: .5em;
}

.cdp-copy-loader-overlay {
  height: 0;
  overflow: hidden;
}

/* 202502 */

.deco_enBox2025 {
  color: var(--green);
  display: block;
  font-size: 80px;
  line-height: 1.2;
  padding-bottom: .1.5em;
  position: relative;
  font-family: "adorn-pomander", sans-serif;
  transform: rotate(-10deg); /* 斜めに回転 */
}

.deco_enBox2025 + .text {
  display: block;
  font-size: 18px;
  font-weight: bolder;
  margin-top: .5em;
}



/*--------------------------------------------------------------
# お仕事紹介
--------------------------------------------------------------*/
div.autoplay{
  margin-top: 20px;
}

div.job-item .wrapBox {
  display: grid;
  grid-gap: .6em;
  grid-template-rows: auto 1fr auto;
  height: 100%;
}
div.job-loop {
  padding: 0px 15px;
}
p.the-title{
  margin-top: 5px;
}

p.the-title,
p.the-work,
p.the-salary,
p.the-holiday{
  font-size: 17px;
}

p.the-title img,
p.the-work img,
p.the-salary img,
p.the-holiday img{
  float: left;
  margin-top: 5px;
  margin-right: 5px;
}


.jobImg a img{
  width: 100%;
  height: 100%;
}

.the-excerpt{
  display: inline-block;
  margin-top: 10px;
  font-size: 17px;
}

.the-excerpt a {
  color: var(--green);
}

.the-excerpt span {
  font-size: 17px;
}

.the-excerpt span.new{
  color: #f95800;
}

.the-excerpt span.type{
  color: #009de6;
}

.the-excerpt span.city{
  color: var(--green);
}

.content-text{
  margin-top: 5px;
  padding-top: 5px;
  border-top: #666 1px dotted;
  font-size: 14px;
}

#jobSection p.mainTxt img {
    width: 100%;
}

.rightBox{
  text-align: center;
  background: #fff;
  padding: 20px;
}

.rightBoxM{
  margin-bottom: 40px;
}

.rightBox p.rightTitle img{
  width: 70%;
}

.rightBox p.rightImg img{
  width: 100%;
}

.rightBox p.rightCatch{
  color: #f95800;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 5px 0 10px;
}

.rightBox p.rightTxt{
  text-align-last: left;
  font-size: 13px;
}

.rightBox p.rightIll{
  margin-top: 20px;
}

.rightBox p.rightIll img{
  width: 70%;
}

.rightBox p.rightBtn{
  margin-top: 20px;
  width: 100%;
}

p.other-btn{
  margin-top: 30px;
  text-align: right;
}

p.other-btn img{
  width: 55%;
}

/* スマホ以下 */
@media screen and (max-width: 574px){

    p.other-btn  {
      text-align: center;
  }

    p.other-btn img {
      width: 80%;
  }

    .rightBoxM {
      margin-top: 40px;
  }

  div.job-loop {
    font-size: 13px;
    margin-right: 10px;
  }
   
  p.the-title{
    margin-top: 5px;
  }
  
  p.the-title,
  p.the-work,
  p.the-salary,
  p.the-holiday{
    font-size: 13px;
    text-align: left;
  }
  
  p.the-title img,
  p.the-work img,
  p.the-salary img,
  p.the-holiday img{
      float: left;
    margin-top: 3px;
    margin-right: 5px;
    width: 12px;
  }
  p.the-excerpt span{
    font-size: 13px;
  }
  
  
}



/*--------------------------------------------------------------
# 3つの特徴
--------------------------------------------------------------*/

h1.feature3_title {
  text-align: center;
  margin-bottom: 20px;
}

h1.feature3_title img{
  margin-left: 50px;
  width: 50%;
}

.fv-caption3 {
  top: 15%;
  width: 46%;
}

.fv-caption3 p.fv-btn img{
  width: 50%;
}


/* タブレット以下 */
@media screen and (max-width: 768px){

  .fv-caption3 {
    top: 10%;
    } 
}

/* スマホ以下 */
@media screen and (max-width: 574px){

  .fv-caption3 {
    top: 5%;
    } 

  h1.feature3_title img{
    margin-left: 0px;
    width: 80%;
  }
    

  }


/*--------------------------------------------------------------
# キャリアパートナーのご紹介
--------------------------------------------------------------*/
section #careerpartner{
  text-align: center;
}


h2.careerpartner{
  margin-bottom: 30px;
  text-align: center;
  margin-top: 100px;
}

h2.careerpartner img{
  width: 300px;
}

p.careerpartner_txt{
  text-align: center;
}

p.careerpartner_ill img{
  position: absolute;
  right: 50px;
  bottom: 0;
}

.rigaku{
  margin-top: 40px;
}

p.rigakuTl img{
  width: 250px;
}

p.rigaku_txt{
  font-size: 13px;
  text-align: center;
  margin-left: 30px;
}

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

p.careerpartnerImg img{
  width: 100%;
}

/* タブレット以下 */
@media screen and (max-width: 768px){

  h2.careerpartner{
    margin-bottom: 30px;
    text-align: center;
    margin-top: 40px;
  }
  p.careerpartner_ill{
    margin-top: 10px;
    text-align: center;
  }
  p.careerpartner_ill img{
    position: static;
  }

}

/* タブレット以下 */
@media screen and (max-width: 768px){

  p.rigakuTl img{
    width: 100%;
  }

  p.rigaku_txt {
    font-size: 14px;
    text-align: left;
    margin-left: 0px; 
    margin-top: 0px;
  }


}
/* スマホ以下 */
@media screen and (max-width: 480px){

  h2.careerpartner img {
    width: 75%;
  }
  p.rigakuTl{
    text-align: center;
  }
  
  p.rigakuTl img{
    width: 70%;
  }

  p.rigaku_txt {
    font-size: 14px;
    text-align: left;
    margin-left: 0px; 
    margin-top: 10px;
  }


}

/*--------------------------------------------------------------
# lower
--------------------------------------------------------------*/

/* 下層fv */
.lower-fv-caption {
  position: absolute;
  left: 10%;
  right: 10%;
  top: 40%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: left;
  width: 38%;
}
.lower-fv-caption h1 img{
  width: 60%;
}

/* タブレット以下 */
@media screen and (max-width: 768px){

  .lower-fv-caption {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 35%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: left;
    width: 38%;
  }
  .lower-fv-caption h1 img{
    width: 80%;
  }
  

}
/* スマホ以下 */
@media screen and (max-width: 480px){

  .lower-fv-caption {
    position: absolute;
    left: 5%;
    right: 0%;
    top: 5%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
    width: 90%;
  }
  .lower-fv-caption h1 img{
    width: 70%;
  }
  
}

/*--------------------------------------------------------------
初めての方へ
--------------------------------------------------------------*/
.about_area{
  margin: 80px 0 20px;
  text-align: center;
}

.about_catch img{
  width: 100%;
}
.about_area p.about_text_title{
  margin-top: 40px;
  font-weight: bold;
  color: #f95800;
  font-size: 18px;
}

.about_area p.about_text_end{
  margin-top: 20px;

}

/* スマホ以下 */
@media screen and (max-width: 480px){

  .about_area{
    margin: 40px 0 ;
  }
  .about_area p.about_text_title{
    font-size: 14px;
  }
  
  .about_area p.about_text{
    font-size: 14px;
  }
  
  .about_area p.about_text_end{
    font-size: 14px;
  }
  
}



/* 運営会社 */

section#company{
  margin-bottom: 120px;
}

p.company_txt{
  font-size: 15px;

}

p.company_about{
  border-top: 1px solid #3e3a39;
  padding-top: 5px;
  margin-top: 10px;
  font-size: 13px;
}

p.company_about a{
  color: #007bff;
}

p.company_logo{
  margin-top: 20px;
}

p.keepup_img img{
  width: 100%;
}

p.feature3_title  {
  margin-bottom: 20px;
}

section#support-img{
  margin-top: -10px;
}

section#support-img .careerpartnerImg img{
  margin-top: -120px;
}

h2.about_catch2{
  text-align: center!important;
  display: inline-block;
}

h2.about_catch2 img{
  margin-top: 40px!important;
  margin-bottom: 40px;
}

/* スマホ以下 */
@media screen and (max-width: 480px){

    section#company {
    padding-top: 40px;
    margin-bottom: 40px;
  }

    section#support-img .careerpartnerImg img {
      margin-top: 0px;
  }

    section#support-img {
      padding-top: 40px;
  }

  p.feature3_title  {
    text-align: center;
}
  p.feature3_title img {
      width: 80%!important;
  }

}


/* 3つの特徴 */

.about_feature{
  padding-top: 60px;
  padding-bottom: 60px;
}


/* スマホ以下 */
@media screen and (max-width: 480px){

  p.about_feature_img{
    margin-top: 20px;
    margin-bottom: 0px;
  }

  p.about_feature_img_last{
    margin-top: 20px;
    margin-bottom: 0px;
  }

}


/* ご登録から採用まで */

h2.about_flow_title{
  margin-bottom: 20px;
  text-align: center;
  margin-top: 100px;
}

h2.about_flow_title img{
  width: 300px;
}

p.about_flow_ill img{
  position: absolute;
  right: 220px;
  bottom: 0;
}

p.about_feature_img{
  margin-bottom: 30px;
}

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

.about_flow img{
  width: 90%;
}

.div_about_check{
  margin-top: 20px;
}

.div_about_check .row .col-md-10,
.div_about_check .row .col-md-3,
.div_about_check .row .col-md-9{
  padding-left: 0!important;
  padding-right: 0!important;
}

.about_check_area{
  text-align: left;
}

.about_check_area_row{
  padding-bottom: 10px;
  border-bottom: 1px dotted;
}

.about_check_area_row_last {
  border-bottom: none;
}

p.about_check {
  margin-top: 10px;
  text-align: right;
  margin-right: 30px;
}

p.about_check img{
  width: 60%;
}

p.about_check_title{
  padding-left: 5px;
  margin-top: 10px;
}

p.about_check_title img{
  height: 20px;
}

p.about_check_txt{
  font-size: 18px;
  padding-right: 10px;

}

p.about_check_txt span.howto_circle img{
  width: 10px;
  margin-right: 3px;
}

p.about_check_txt span.orange{
  color: #f95800;
}

p.about_check-img img{
  width: 100%;
}

.about_contact {
  margin: 100px auto 40px;
  background-image: url(../img/contents/about_contact_base.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 20px;
  width: 70%;
  height: 100%;
}

.about_contact p img {
  width: 100%;
}

.about_contact p {
  margin-bottom: 10px;
}

.about_contact p.last {
  margin-bottom: 0px;
}

.about_contact-left {
  display: inline-block;
}

p.about_contact a img {
  margin-top: 10px;
}

img.contact-text{
  margin-top: 10px;
}

.about_contact_sp{
  display: none;
}

/* ノートPC以下 */
@media screen and (max-width: 991px){
  .about_contact {
  margin: 100px auto 40px;
  background-image: url(../img/contents/about_contact_base.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 20px;
  width: 100%;
  height: 100%;
  }
}

/* タブレット以下 */
@media screen and (max-width: 768px){

  p.feature3_title img{
    width: 100%;
  }

  p.about_feature_img{
    margin-bottom: 30px;
  }

  p.about_feature_img img,
  p.about_feature_img_last img{
    width: 100%;
  }

  p.about_flow_ill img {
    right: 100px;
    bottom: 0;
  }
  p.about_check {
    margin-top: 10px;
    text-align: right;
    margin-right: 15px;
  }
  p.about_check img {
    width: 80%;
  }
  
  .about_catch img {
    width: 70%;
  }


  .about_contact p {
    margin-bottom: 15px;
  }
  
 
}

/* スマホ以下 */
@media screen and (max-width: 480px){

  .about_catch img {
    width: 100%;
  }

  h2.about_flow_title {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 40px;
  }
  p.about_flow_ill {
    text-align: center;
  }

  p.about_flow_ill img {
    position: static;
    margin-right: 10px;
  }

  p.about_check {
    margin-top: 10px;
    text-align: center;
    margin-right: 0px;
  }
  
  p.about_check img{
    width: 20%;
  }
  
  p.about_check_title{
    padding-left: 5px;
    margin-top: 10px;
  }
  
  p.about_check_title img{
    height: 20px;
  }
  
  p.about_check_txt{
    font-size: 18px;
    padding-right: 10px;
  
  }
  
  .div_about_check .row .col-md-10,
  .div_about_check .row .col-md-3,
  .div_about_check .row .col-md-9{
    padding-left: 15px!important;
    padding-right: 15px!important;
  }

  
  .about_contact_sp {
    margin-top: 40px;
    background: #fffbd0;
    border:1px #f95800 solid;
    border-radius: 5px;
    padding: 20px;
  }
  
  div.about_contact_sp a img {
    margin-top: 10px;
  }
  
  img.contact-text{
    margin-top: 10px;
  }
}

/*--------------------------------------------------------------
よくある質問
--------------------------------------------------------------*/

section.faq{
  padding-top: 100px;
}

h2.faq_title_h2 {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 100px;
}

p.faq_ill img {
  position: absolute;
  right: 200px;
  bottom: 0;
}

.faq_area {
  background: #fffbd0;
  padding: 60px 80px;
  text-align: left;
  margin: 0 0 20px;
}

.faq_area ul {

}

.faq_area ul li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted;
  padding-left:2em;
  text-indent:-2em;
}

.faq_area ul li:last-child {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

p.faq_anser{
  margin-top: 5px;
}

p.faq_anser span{
  margin-left: 2px;
  margin-right: 8px;
}

/* タブレット以下 */
@media screen and (max-width: 768px){

  p.faq_ill img {
    right: 100px;
  }

}

/* スマホ以下 */
@media screen and (max-width: 480px){

  section.faq{
    padding-top: 50px;
  }

  h2.faq_title_h2 {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 50px;
  }

  p.faq_ill {
    text-align: center;
  }
  p.faq_ill img {
    position: static;
  }

  .faq_area {
    background: #fffbd0;
    padding: 20px;
    text-align: left;
    margin: 0 0 20px;
  }

  p.about_check {
    margin-top: 10px;
    text-align: center;
    margin-right: 0px;
  }
  
  p.about_check img{
    width: 20%;
  }

    p.faq_q {
  }

    p.faq_q img {
      height: 40px;
    }
  
}


/*--------------------------------------------------------------
転職Howto
--------------------------------------------------------------*/
h2.howto_title_h2 {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 200px;
}

h2.howto_title_h2 img {
  width: 300px;
}

p.howto_ill img {
  position: absolute;
  right: 200px;
  bottom: 0;
}

p.check2_ill img {
  position: absolute;
  left: 15px;
  bottom: 40px;
}

p.check5_ill img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.howto_area {
  background: #fffbd0;
  padding: 60px 80px;
  text-align: left;
  margin: 0 0 20px;
}

.howto_area p.howto_area_text {
  font-size: 16px;
  color: var(--green);
  margin-bottom: 70px;
}

.check_area{
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px dotted;
}

.check_area_last {
  border-bottom: none;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

p.howto_check img{
  width: 70%;
}

p.check_title img{
  height: 20px;
}

p.check_txt{
  font-size: 16px;
  padding-left:0.6em;
  text-indent:-0.6em;

}

p.check_txt span.howto_circle img{
  width: 10px;
  margin-right: 3px;
}

p.check_txt span.orange{
  color: #f95800;
}

.case_area{
  margin-top: 40px;
  padding: 20px;
  background: #fff;
}




/* タブレット以下 */
@media screen and (max-width: 768px){

  p.howto_ill img {
    right: 100px;
  }

}

/* スマホ以下 */
@media screen and (max-width: 480px){

  h2.howto_title_h2 {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 100px;
  }
  
  h2.howto_title_h2 img {
    width: 300px;
  }

  p.howto_ill {
    text-align: center;
  }
  p.howto_ill img {
    position: static;
  }

  p.check2_ill, p.check5_ill {
    text-align: center;
  }
  p.check2_ill img, p.check5_ill img {
    position: static;
  }

  .howto_area {
    padding: 20px;
  }
  
  .howto_area p.howto_area_text {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  p.howto_check {
    margin-top: 0px;
    margin-bottom: 20px;
    text-align: center;
    margin-right: 0px;
  }
  
  p.howto_check img{
    width: 20%;
  }

  .case_area{
    margin: 10px 0 20px;
    padding: 20px 15px;
    background: #fff;
  }
  
}

/*--------------------------------------------------------------
ご利用規約・個人情報保護方針
--------------------------------------------------------------*/

section.privacy{
}

.policy_area {
  background: #fffbd0;
  padding: 60px 80px;
  text-align: left;
  margin: 200px 0 20px;
}

h3.policyH3 {
  font-size: 21px;
  line-height: 2;
  font-weight: normal!important;
  letter-spacing: 2px;
  margin-bottom: 5px;
  text-align: center;
  border-top: 1px dotted;
  border-bottom: 1px dotted;
}

#policyArea p.policyTxt {
  font-size: 14px;
/*  line-height: 2em;*/
  font-weight: normal!important;
  letter-spacing: 2px;
  margin-bottom: 0px;
}

#policyArea h4 {
  color: var(--green);
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 5px;
}

#policyArea ul {
  font-size: 14px;
}


/* スマホ以下 */
@media screen and (max-width: 480px){

    .policy_area {
    padding: 20px;
    margin: 100px 0 0px;
  }

}

/*--------------------------------------------------------------
お問い合わせ
--------------------------------------------------------------*/
.contact_area {
  background: #fffbd0;
  padding: 40px 80px 40px;
  text-align: left;
  margin: 0 0 20px;
}

h2.contact_title_h2 {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 100px;
}

p.contact_ill img {
  position: absolute;
  right: 200px;
  bottom: 0;
}

.check_area{
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.toku_area {
  background: #fffbd0;
  padding: 20px;
  text-align: left;
  margin: 0;
}

p.toku{
  margin-top: 10px;
  margin-right: 10px;
}

p.toku img{
  width: 100%;
}

p.toku_title img{
  height: 20px;
}

p.toku_txt{
  margin-top: 15px;
  font-size: 15px;
  line-height: 2em;
}

p.toku_txt span.howto_circle img{
  width: 10px;
  margin-right: 3px;
}

p.toku_txt span.orange{
  color: #f95800;
}

/* スマホ以下 */
@media screen and (max-width: 768px){

  .contact_area {
    background: #fffbd0;
    padding: 40px 40px 40px;
    text-align: left;
    margin: 0 0 20px;
  }

  h2.contact_title_h2 {
    margin-bottom: 20px;
    text-align: center;
    margin-top: 50px;
  }
  p.contact_ill img {
    position: absolute;
    right: 100px;
    bottom: 0;
  }
  
}

/* スマホ以下 */
@media screen and (max-width: 480px){

    .contact_area {
    background: #fffbd0;
    padding: 20px 20px 40px;
    text-align: left;
    margin: 0 0 20px;
  }

    h2.contact_title_h2 {
      margin-bottom: 20px;
      text-align: center;
      margin-top: 60px;
    }

    p.contact_ill {
      text-align: center;
    }
    p.contact_ill img {
      position: static;
      margin-right: 20px;
    }

    .toku_area {
      padding: 10px;
    }
    
    p.toku {
      margin-top: 15px;
    }
    
    p.toku_txt{
      margin-top: 15px;
    }
    
    p.toku_txt br{
      display: none;
    }
  
}





/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/


section.top-section{
  width: 100%;
  z-index: 800;
  line-height: 0!important;
}

.mainimg {
  width:100%;
}

.mainimg img {
  width:100%;
  height: auto;
}

/* フル */
#intro {
  width: 100%;
  position: relative;
  padding: 52px 0 0 0;
  pointer-events: none;
}

#intro h1 {
  line-height: 0em!important;
  pointer-events: none;
}

#intro h1 img {
  pointer-events: none;
}

#intro h1.faq-img img {
  width: 100%;
  background-size:cover;
}

h1.wide-img img {
  width: 100%;
  background-size:cover;
}

#intro p {
  line-height: 0em!important;
  pointer-events: none;
}

#intro p img {
  pointer-events: none;
}

#intro p.faq-img img {
  width: 100%;
  background-size:cover;
}

p.wide-img img {
  width: 100%;
  background-size:cover;
}


@media (min-width: 1200px){
  #header {
      max-width: 960px;
  }
  .container {
      max-width: 960px;
  }
}

/*-- max-width: 1200px  --*/
@media screen and (max-width: 1200px){

  #header {
      height: 100px;
  }

  #header .container .telSns {
    clear: right!important;
    }

}

/*-- max-width: 1200px  --*/
@media screen and (max-width: 1100px){

  header {
/*      height: 100px;*/
  }
}

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

  #intro {
    padding: 120px 0 0 0;
    }
}

/*-- max-width: 574px  --*/
@media screen and (max-width: 574px){

  #intro {
      padding: 52px 0 0 0;
  }
}

/*-- max-width: 320px iPhone5 CSS  --*/
@media screen and (max-width: 320px){

#intro {
      padding: 52px 0 0 0;
  }
}


#intro:hover{
  opacity: 1;
}


#intro .intro-info h2 {
  color: #fff;
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: 700;
}

#intro .intro-info h2 span {
  color: #74b5fc;
  text-decoration: underline;
}

#intro .intro-info .btn-get-started,
#intro .intro-info .btn-services {
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 32px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 0 20px 20px 0;
  color: #fff;
}

#intro .intro-info .btn-get-started {
  background: #007bff;
  border: 2px solid #007bff;
  color: #fff;
}

#intro .intro-info .btn-get-started:hover {
  background: none;
  border-color: #fff;
  color: #fff;
}

#intro .intro-info .btn-services {
  border: 2px solid #fff;
}

#intro .intro-info .btn-services:hover {
  background: #007bff;
  border-color: #007bff;
  color: #fff;
}

  #intro a{
    width: 100%;
    height: 100%;
    display: block;
  }

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Mobile Navigation */

.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9999;
  overflow-y: auto;
  left: -260px;
  width: 260px;
  padding-top: 18px;
  background: rgba(19, 39, 57, 0.8);
  transition: 0.4s;
}

.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-nav a {
  display: block;
  position: relative;
  color: #fff;
  padding: 10px 20px;
  font-weight: 500;
}

.mobile-nav a:hover,
.mobile-nav .active > a,
.mobile-nav li:hover > a {
  color: #74b5fc;
  text-decoration: none;
}

.mobile-nav .drop-down > a:after {
  content: "\f078";
  font-family: FontAwesome;
  padding-left: 10px;
  position: absolute;
  right: 15px;
}

.mobile-nav .active.drop-down > a:after {
  content: "\f077";
}

.mobile-nav .drop-down > a {
  padding-right: 35px;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}

.mobile-nav .drop-down li {
  padding-left: 20px;
}

.mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 9998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
}

.mobile-nav-toggle i {
  margin: 18px 18px 0 0;
  color: #004289;
}

.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 9997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(19, 39, 57, 0.8);
  overflow: hidden;
  display: none;
}

.mobile-nav-active {
  overflow: hidden;
}

.mobile-nav-active .mobile-nav {
  left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}

/*--------------------------------------------------------------
# Sections
--------------------------------------------------------------*/

/* Sections Header
--------------------------------*/

.section-header h3 {
  font-size: 36px;
  color: #283d50;
  text-align: center;
  font-weight: 500;
  position: relative;
}

.section-header p {
  text-align: center;
  margin: auto;
  font-size: 15px;
  padding-bottom: 60px;
  color: #556877;
  width: 50%;
}

/* Section with background
--------------------------------*/

.section-wt {
  background: #fff;
}

.section-gl {
  background: #d4d5d5;
}

.section-bl {
  background: #c9e2e0;
}

.section-l_beige {
  background: #f6f4ed;
}

.section-yellow {
  background: #fffbd0;
}

.section-lightgreen {
  background: #d9edd4;
}

.section-green {
  background: var(--green);
}

.section-bg {
  background: #000;
}

.end-seminar-bg {
  margin-top: 40px;
  background-image:url("../img/seminar-bg.svg");
  background-repeat: no-repeat;
  height: 680px;
}

.seminar-bg {
  margin-top: 40px;
  background-image:url("../img/seminar-bg.svg");
  background-repeat: no-repeat;
  height: 680px;
}


/* section Basic
--------------------------------*/

.contantBox{
  margin-top: 20px;
}


/* Services Section
--------------------------------*/

#services {
  padding: 60px 0 40px 0;
  z-index: 500;
  position:relative;
}

#services30 {
  padding: 30px 0 40px 0;
  z-index: 500;
}

#services .box {
  padding: 30px;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  margin: 0 10px 40px 10px;
  background: #fff;
  box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
  transition: all 0.3s ease-in-out;
}

#services .box:hover {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

#services .icon {
  position: absolute;
  left: -10px;
  top: calc(50% - 32px);
}

#services .icon i {
  font-size: 64px;
  line-height: 1;
  transition: 0.5s;
}

#services .title {
  margin-left: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 18px;
}

#services .title a {
  color: #111;
}

#services .box:hover .title a {
  color: #007bff;
}

#services .description {
  font-size: 14px;
  margin-left: 40px;
  line-height: 24px;
  margin-bottom: 0;
}

#services p.mainTxt {
  text-align: center;
}

#services p.mainTxt img {
  width: 100%;
}

#services p.forcecutter img {
  width: 60%;
}


/* apply-btn 20200105
--------------------------------*/

.first-txt-conv {
  padding-top: 60px;
}

.first-txt-conv img{
  width: 100%;
}

.txt-conv {
  padding-top: 60px;
}

.txt-conv img{
  width: 80%;
}


.apply-btn {
  padding: 60px 0 40px 0;
}

.apply-btn img{
  width: 50%;
}

.end-seminar-btn {
  padding: 60px 0 40px 0;
}

.end-seminar-btn img{
  width: 35%;
}




/* 過去セミナー
--------------------------------*/

ul.end-seminarList{
  width: 100%;
  height: 560px;
  margin-top: 60px;
  padding: 0 40px 40px 40px;
  overflow: auto;
  text-align: left;
}

ul.end-seminarList li{
  margin-top: 30px;
  border-bottom: 10px solid #009f97;  
  padding-bottom: 30px;


}

ul.end-seminarList li:first-child{
  margin-top: 0px;

}

li div.end-seminarTl p.seminarImg{
  margin-right: 20px;
  float: left;
}

li div.end-seminarTl h3{
  margin-left: 20px;
  font-weight: bold;
  font-size: 1.5em;
}

/* セミナー
--------------------------------*/

#seminarSection {
  padding: 60px 0 60px 0;
  text-align: center;
/*  box-shadow: 0 0px 20px rgba(0,0,0,.3);*/
  z-index: 300;
}

ul.seminarList{
  width: 100%;
  height: 560px;
  margin-top: 60px;
  padding: 0 40px 40px 40px;
  overflow: auto;
  text-align: left;
}

ul.seminarList li{
  margin-top: 30px;
  border-bottom: 10px solid #009f97;  
  padding-bottom: 30px;


}

ul.seminarList li:first-child{
  margin-top: 0px;

}

li div.seminarTl p.seminarImg{
  margin-right: 20px;
  float: left;
}

li div.seminarTl h3{
  margin-left: 20px;
  font-weight: bold;
  font-size: 1.5em;
}

li div.seminarTl p.seminar-apply-btn{
  float: right;
  position: absolute;
  right: -120px;
  top: 50px;
  display: inline-block;
}

li div.seminarTl p.seminar-apply-btn img{
  width: 40%;
  height: 40%;
}

p.detail-btn {
  text-align: right;
}

p.detail-btn a{
  font-weight: bold;
  padding: 7px 5px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #4c4948;  
  color: #4c4948;
  background: #f8eb00;
  margin-top: 15px;
  display: inline-block;
}

p.end-detail-btn {
  text-align: right;
}

p.end-detail-btn a{
  font-weight: bold;
  padding: 7px 5px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #4c4948;  
  color: #fff;
  background: #999;
}

.spaceImg {
  padding: 15px;
}

.spaceImg img{
  width: 100%;
}


/* スペース
--------------------------------*/

#spaceSection {
  text-align: center;
  padding: 60px 0 40px 0;
  z-index: 200;
}

.accessTxt{
  text-align: left;
  color: #666;
}



/* 運営会社
--------------------------------*/

#companySection {
  text-align: center;
  padding: 60px 0 30px 0;
  z-index: 0;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

.companyTl {
  padding: 20px 0 40px 0;
}

.companyTl img{
  width: 30%;
}

.accessTxt{
  text-align: left;
  color: #666;
  margin-left: 70px;
  font-size: 0.8em;
}

.companyTxt{
  text-align: left;
  font-size: 15px;
  color: #3e3a39;
  line-height: 1.5;
}

.rightLine{
  border-right: 1px solid #666;
}

.mailTl {
  padding: 50px 0 0 0;
  font-size: 1em;

}


/* セミナー詳細
--------------------------------*/


#seminarDetailSection {
  padding: 0 0 40px 0;
  text-align: center;
}

.seminerImg img{
  width:100%;
  max-width: 100%;
  height: auto;
}

.seminarArea{
  width: 100%;
  margin-top: 0;
  padding: 60px 40px 40px 40px;
  overflow: auto;
  text-align: left;
}

div.seminarDetailTl p.seminarImg{
  margin-right: 20px;
  float: left;
}

div.seminarDetailTl h1{
  font-weight: bold;
  font-size: 28px;
  margin-bottom: 20px;
}

div.seminarDetailTl p.seminar-apply-btn{
  float: right;
  position: absolute;
  right: -120px;
  top: 50px;
  display: inline-block;
}

div.seminarDetailTl p.seminar-apply-btn img{
  width: 40%;
  height: 40%;
}

p.contact-btn {
  margin-top: 30px;
}

p.contact-btn a{
  font-weight: bold;
  padding: 10px 15px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #4c4948;  
  color: #4c4948;
  background: #f8eb00;
}

p.contact-btn a:hover{
  background: #FCF8C0;
}

p.end-btn{
  text-align: center!important;
  width: 50%;
  font-weight: bold;
  padding: 5px 15px;
  -webkit-border-radius: 4px;
          border-radius: 4px;
  border: 1px solid #4c4948;  
  color: #fff;
  background: #999999;
  display: inline-block;
}


/* 過去セミナー一覧
--------------------------------*/

.end-seminar-tl {
  text-align: center!important;
  padding: 0px 0 40px 0;
}

.end-seminar-tl img{
  width: 50%;
}

/* お問い合わせ
--------------------------------*/

  #contactSection {
      padding: 80px 0 40px 0;
  }



/* ACCESS
------------------------------------*/

.map_l {
    width: 30%;
    float: left;
}

.map_l img {
    width: 100%;
    max-width: 300px;
    height: auto;
}

.map_r {
    width: 68%;
    float: right;
}

.map_r h2 {
    font-size: 15px;
    font-weight: bold;
    margin: 4px;
}

.map_r p {
    margin-bottom: 16px;
    margin-left: 4px;
    line-height: 1.7em;
}

.gmap_btn {
    text-align: center;
    margin: 50px 0;
}

.gmap_btn a {
    background: #4ba92a;
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    padding: 20px 100px;
    border-radius: 100px;
    text-decoration: none;
}

.gmap_btn a:hover {
    background: #6cb951;
}


/* Recruit Section */
.recruit-section {
  max-width: 980px; /* ヘッダーのコンテンツと統一 */
  width: 100%;
  margin: -150px auto 0;
  height: 350px;
  background-image: url("../img/base/recruit-image.png"); /* 背景画像を設定 */
  background-size: cover;
  background-position: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
  padding: 20px 50px;
  position: relative;
  z-index: 3;
}


/* recruitテキスト */
.recruit-text h2 {
  font-family: "adorn-pomander", sans-serif;
  transform: rotate(-10deg);
  font-size: 160px;
  color: white;
  position: absolute;
  left: 100px;
  top: 0px;
  line-height: 1.5;
}

/* サブタイトル */
.recruit-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: 80px;
  margin-left: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
}

/* アイコン */
.recruit-subtitle .icon img {
  width: 42px;
  height: auto;
}

/* テキスト部分 */
.recruit-action {
  color: white;
  text-align: left;
  position: absolute;
  right: 50px;
  top: 50%;
  transform: translateY(-50%);
  width: 500px;
}

.recruit-action p {
  font-size: 17px;
  line-height: 1.8;
  letter-spacing: 1px;
}

/* ボタンデザイン */
.recruit-btn {
  display: inline-block;
  background: linear-gradient(to right, #28a745, #0099cc); /* 緑→青のグラデーション */
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  font-size: 16px;
  border-radius: 6px;
  transition: 0.3s;
}

.recruit-btn:hover {
  background: linear-gradient(to right, #218838, #0077aa);
}

.recruit-action .link_btn2025 {
  text-align: left; /* ボタンを p の左端に揃える */
}

.recruit-action .link_btn2025 .btn {
  display: inline-block;
}
      
/* スマホ対応 */
@media (max-width: 768px) {
  .recruit-section {
    width: 90%;
    height: auto;
    padding: 40px 20px;
    margin: 0 auto;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: -150px;
  }

  .recruit-text {
    position: relative;
    top: 0;
    left: 0;
    text-align: center;
  }

  .recruit-text h2 {
    font-size: 100px;
    left: 0;
  }

  .recruit-subtitle {
    font-size: 18px;
    justify-content: center;
    margin: 20px 0;

  }

  .recruit-action {
    position: relative;
    top: 0;
    right: 0;
    transform: none;
    width: 100%;
    text-align: center;
    margin-top: 75px;
  }

  .recruit-action p {
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
  }

  /* ボタンの中央配置 */
  .recruit-action .link_btn2025 {
    text-align: center;
  }

  .recruit-action .link_btn2025 a {
    width: 80%;
  }
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
footer > .container {
  max-width: 560px;
  position: relative;
}
.footerRadius {
  margin-top: 100px;
  width: 100%;
  line-height: 0;
}

.footerRadius img{
  width: 100%;
}

footer.wow {
  margin-top: calc(5vw + 50px);
  padding: 20px 0 10px;
  position: relative;
}
footer::before {
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 1200 50"><path fill="%23f6f4ed" d="M0,50h1200v-6.58S892.3,0,600,0C307.7,0,0,43.42,0,43.42v6.58Z" /></svg>') no-repeat top center / cover;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    bottom: calc(100% - 1px);
    left: 0;
  width: 100%;
  height: 4.2vw;
}

footer nav {
  float: left;
}

footer nav ul {
  margin-top: 0px;
}

footer nav ul li {
  float: left;
  padding: 5px; 
  margin-right: 20px;
  margin-bottom: 5px;
}

footer nav ul li a {
  padding-bottom: 7px;
}

footer nav ul li a:hover {
/*  background: #f8eb00;*/
}

footer nav ul li a img{
    vertical-align: middle;
}

footer .contact-area{
  margin: 40px 70px 0 10px;
}

div.footer-contact{
  margin-top: 10px;
  margin-bottom: 40px;
  margin: 10px auto 40px;
  width: 85%;
}


p.footer_tel{
  text-align: right;
  margin-top: 2px;
}

p.footer_contact{
  margin-top: 3px;
}



footer .h_facebook { 
  margin-left: 10px;
}

footer .h_sns { 
  margin-left: 10px;
}

footer .h_contact { 
  width: 113px;
  margin: 0; 
}

footer .footerCopy {
  font-size: 13px;
  padding: 0;
  text-align: center;
}

footer .footerBtn{
  margin: 8px auto 30px 40px; 
}


nav ul.sp_menu_list li {
    padding: 0px; 
    height: 50px;
}

footer .infomation {
  align-items: flex-end;
}
footer .infomation .logo img {
  width: 180px;
}
footer .infomation .logo p {
  font-size: 17px;
  font-weight: bold;
}
footer .infomation .text {
  font-size: 15px;
}
.footerCopy {
  font-size: 13px;
}
@media screen and (max-width: 1100px){


}

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

   div.footer-contact{
    margin-top: 10px;
    margin-bottom: 40px;
    margin: 10px auto 40px;
    width: 100%;
  }

}

@media screen and (min-width: 992px) {
  .footerCopy {
    position: absolute;
    bottom: 0;
    left:  calc(100% + 2em);
    white-space: nowrap;
  }
}

@media screen and (max-width: 769px) {
  footer .btnBox {
    align-items: center;
    flex-direction: column;
  }
  footer .btnBox .btn {
    min-width: 300px;
  }
  footer .infomation {
    align-items: center;
    flex-direction: column;
    grid-gap: 10px;
    margin-top: 20px;
  }
}

/*--------------------------------------------------------------
# Footer 2025（デザイン調整）
--------------------------------------------------------------*/
.footer2025 {
  background: #F9F8F3;
  margin-top: -200px;
}

#list-page .footer2025,
#single-page .footer2025 {
  background: #F9F8F3;
  margin-top: 0px;
}

#page-page .footer2025 {
  background: #F9F8F3;
  margin-top: 50px;
}

.footer-wraper {
  max-width: 980px;
  padding: 300px 0px 0px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
}

#page-page .footer-wraper,
#list-page .footer-wraper,
#single-page .footer-wraper {
  max-width: 980px;
  padding: 100px 0px 0px 50px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 0 auto;
}

.footer2025::before {
  display: none;
}

/* 左側（ロゴ + 会社情報） */
.footer2025-left {
  max-width: 40%;
}

.footer2025-left img {
  max-width: 200px;
  margin-bottom: 15px;
}

.footer2025-left p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
  margin-bottom: 8px;
}

.footer2025-left p.company-bold {
  font-weight: bold;
}

/* 右側（リンク + ボタンを横並びに配置） */
.footer2025-right {
  max-width: 60%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 60px;
  margin-top: 40px;
}

/* リンクエリア */
.footer2025-links {
  text-align: left;
  flex: 1;
  margin-top: 10px;
}

.footer2025-links a {
  display: block;
  color: #333;
  text-decoration: none;
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 40px;
  padding-bottom: 5px;
  border-bottom: 2px solid #a3c4a2;
  width: fit-content;
}

/* ボタンエリア */
footer .btnBox {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}

footer.footer2025 .btnBox .btn {
  min-height: 40px;
  width: 160px;
}


/* 各ボタン */
.btnBox a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 12px 12px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 1rem;
  text-align: center;
  font-weight: bold;
}

/* 採用・求人情報ボタンのSVGアイコンを表示 */
footer.footer2025 .btnBox .recruit2025 {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: var(--green);
  position: relative;
  padding-left: 45px; /* アイコンのスペース確保 */
}

footer.footer2025 .btnBox .recruit2025::before {
  content: "";
  display: inline-block;
  width: 18px; /* ヘッダーと同じサイズ */
  height: 18px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="%23FFFFFF" d="M0,8.29c0,2.12.81,4.25,2.43,5.87,1.62,1.62,3.75,2.43,5.87,2.43,1.48,0,2.96-.4,4.27-1.19l4.02,4.02c.78.78,2.05.78,2.83,0,.78-.78.78-2.05,0-2.83l-4.02-4.02c.79-1.31,1.2-2.79,1.19-4.27,0-2.12-.81-4.25-2.43-5.87C12.55.81,10.41,0,8.3,0c-2.12,0-4.25.81-5.87,2.43C.81,4.05,0,6.18,0,8.29ZM3.2,8.29c0-1.31.49-2.6,1.49-3.6,1-1,2.29-1.49,3.6-1.49,1.31,0,2.6.49,3.6,1.49,1,1,1.49,2.29,1.49,3.6,0,1.31-.49,2.6-1.49,3.6-1,1-2.29,1.49-3.6,1.49-1.31,0-2.6-.49-3.6-1.49-1-1-1.49-2.29-1.49-3.6Z" /></svg>') no-repeat center / contain;
  position: absolute;
  left: 15px; /* アイコンの位置調整 */
}

/* お問い合わせボタンのアイコン調整 */
footer.footer2025 .btnBox .contact2025 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--green);
  position: relative;
  padding-left: 45px; /* アイコンのスペース確保 */
  border: 2px solid var(--green);
}

footer.footer2025 .btnBox .contact2025::before {
  content: "";
  display: inline-block;
  width: 20px; /* アイコンのサイズ */
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 15"><path fill="%2373B930" d="M20,9.03l-2.58-2.67,2.58-2.22v4.89ZM0,4.13v4.9l2.58-2.68L0,4.13ZM16.13,7.46l-4.41,3.79c-.46.39-1.07.61-1.72.61s-1.26-.22-1.72-.61l-4.42-3.79L0,11.46v2.46c0,.6.48,1.08,1.08,1.08h17.84c.6,0,1.08-.48,1.08-1.08v-2.46l-3.87-4ZM18.92,0H1.08C.48,0,0,.48,0,1.08v1.08l9.43,8.1c.3.26.83.26,1.14,0L20,2.15v-1.08c0-.6-.48-1.08-1.08-1.08Z" /></svg>') no-repeat center / contain;
  position: absolute;
  left: 15px; /* アイコンの位置調整 */
}

/* お問い合わせボタンのアイコン調整 */
footer.footer2025 .btnBox .corporate2025 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--green);
  position: relative;
  border: 2px solid var(--green);
}


/* コーポレートサイトボタン + Instagramアイコンを横並びにする */
.footer2025-corporate {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Instagramアイコン */
.footer2025-icons {
  margin-top: 15px;
  margin-left: 30px;
}

/* Instagramアイコン */
.footer2025-icons img {
  width: 30px;
  height: 30px;
}

/* 著作権 */
.footer2025-copy {
  background: #F9F8F3;
  text-align: center;
  font-size: 0.8rem;
  color: #666;
  padding: 50px 0 30px;
}

/*--------------------------------------------------------------
# Footer 2025（SP版調整）
--------------------------------------------------------------*/

@media (max-width: 768px) {
  .footer2025 {
    text-align: left;
    padding: 250px 0px 0px;
  }

  #list-page .footer2025,
  #single-page .footer2025 {
    padding: 50px;
  }

  .footer-wraper {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0px 0px 0px 0px;
  }

  #list-page .footer-wraper,
  #single-page .footer-wraper {
    align-items: center;
    padding: 0px 0px 0px 0px;
  }

  /* 左側（ロゴ + 会社情報） */
  .footer2025-left {
    max-width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }

  .footer2025-left img {
    max-width: 180px;
    margin-bottom: 10px;
  }

  .footer2025-left p {
    font-size: 13px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 5px;
  }

  .footer2025-left p.company-bold {
    font-weight: bold;
  }

  /* リンクエリア */
  /* 右側（リンクとボタンを横並びに） */
  .footer2025-right {
    max-width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 30px;
    flex-wrap: wrap; /* 横幅が足りない場合に折り返し */
  }


  
  /* リンクエリア */
  .footer2025-links {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 10px;
    margin-top: -71px;
  }

  .footer2025-links a {
    display: block;
    color: #333;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    padding: 8px 0;
    border-bottom: 2px solid #a3c4a2;
    width: fit-content;
    margin-bottom: 16px;
  }

  /* ボタンエリア */
  .btnBox {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }

  .btnBox a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0px;
    border-radius: 30px;
    text-decoration: none;
    font-size: 15px;
    text-align: left;
    font-weight: bold;
    width: 100%;
    max-width: 250px;
  }

  /* 各ボタン */
  footer.footer2025 .btnBox .recruit2025 {
    background: #73B930;
    color: #fff;
    padding-left: 25px; /* アイコンのスペース確保 */
  }

  footer.footer2025 .btnBox .contact2025 {
    background: #ffffff;
    color: #73B930;
    border: 2px solid #73B930;
    padding-left: 25px; /* アイコンのスペース確保 */
  }

  footer.footer2025 .btnBox .corporate2025 {
    background: #ffffff;
    color: #73B930;
    border: 2px solid #73B930;
    text-align: left;
  }

  footer .btnBox .btn::before{
    display: none;
  }
  
    
  footer.footer2025 .btnBox .btn {
    min-width: 150px;
  }



  /* コーポレートサイト + SNS アイコン */
  .footer2025-corporate {
    display: inline-block;
    align-items: center;
    gap: 12px;
  }

  .footer2025-icons {
    margin-top: 30px;
    margin-left: 120px;
    display: grid;
  }

  .footer2025-icons img {
    width: 30px;
    height: 30px;
  }

  /* 著作権 */
  .footer2025-copy {
    background: #F9F8F3;
    text-align: left;
    font-size: 12px;
    color: #666;
    padding: 0px 20px 20px 60px;
  }

}




/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

/*-- max-width: 1150px  --*/
@media screen and (max-width: 1150px){

  header h1{
  }


  .gmenu ul {
      margin-left:initial;
  }


  nav ul li {
      float: left;
      padding: 0px;
      height: 50px;
}

  nav ul li a {
      padding: 10px 5px;
  }


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

  footer nav {
      float: left;
      margin-left: 0px;
  }


}

@media (max-width: 1087px) {

  .seminerImg{
      padding-top: 0px;
  }

}

@media (min-width: 992px) {

  #testimonials .testimonial-item p {
    width: 80%;
  }

  .seminerImg{
      padding-top: 0px;
  }

}

@media (max-width: 990px) {
  header h1 {
  }

}  

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

  header h1 {

  }

}

@media screen and (min-width: 766px) and (max-width: 1007px) {

  .companyTxt{
    color: #3e3a39;
    text-align: left;
  }

  .accessTxt {
      margin-left: 0px;
  }

  .rightLine{
    border-right: 1px solid #666;
    padding: 10px;
  }

}

@media screen and (min-width: 575px) and (max-width: 765px) {

  .companyTxt{
    text-align: left;
    margin-left: 0px;
  }

  .rightLine{
    border-right: none;
    border-bottom: 1px solid #666;
    padding: 10px;
  }

}



@media (max-width: 991px) {
  #header {
  height: 200px;
  padding: 10px 0;
  text-align: center;
  }


  .seminerImg{
      padding-top: -10px;
  }


  #header .logo a img {
    clear: left!important;
  }

  #header .logo img.headLogo{
    clear: left;
    margin: 7px 20px 0 7px;
    height: 71px;
  }

  #header .logo img.athleteLogo{
    clear: left;
    margin: 15px 0px 0 7px;
    height: 49px;
  }


  #header .logo h1 {
    font-size: 28px;
    padding: 8px 0;
  }

  .telSns {
    clear: right!important;
  }

  #header .telSns img.headTel {
    padding: 0;
    margin: 20px 20px 0 0;
    height: 60px;
  }

  #header .telSns img.headSns {
    padding: 0;
    margin: 20px 10px 0 0;
    height: 40px;
  }

  #intro .intro-img {
    width: 80%;
    float: none;
    margin: 0 auto 25px auto;
  }

  #intro .intro-info {
    width: 80%;
    float: none;
    margin: auto;
    text-align: center;
  }

  #why-us .card {
    margin: 0;
  }


    #contact .contactBox2 p{
    width: 100%;
    display: inline-block;
    margin: 20px 0;
  }

  #footer2{
    margin-bottom: 86px;
  }

  /* apply-btn 20200105
  --------------------------------*/

  .first-txt-conv,
  .txt-conv img{
    width: 100%;
  }

  .first-txt-conv,
  .apply-btn img{
    width: 80%;
  }



}

/*-- max-width: 1200px  --*/
@media screen and (max-width: 1200px){


.seminar-bg {
/*    height: 370px;*/
}

  ul.seminarList {
/*    height: 370px!important;*/
  }

}
/*-- max-width: 901px  --*/
@media screen and (max-width: 901px){

  header {
    /* height: 80px; */
    text-align: center;
  }

  .h_logo {
    /* width: 200px; */
    height: auto;
    margin: 0px 8px;
}

  section.top-section{
  padding-top: 52px;
}

  .mainimg {
      top: 74px;
  }

  .mainTxt img{
    width: 100%;
  }

  .end-seminar-btn img {
    width: 40%;
  }

  .end-seminar-bg {
      margin-top: 0px;
      background-image: none;
      height: 680px;
      border: 3px solid;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      margin: 10px 30px;
  }

  ul.end-seminarList {
      width: 100%;
      height: 640px;
      margin-top: 0px;
      padding: 10px!important;
      overflow: auto;
      text-align: left;
  }

  .seminar-bg {
      margin-top: 0px;
      background-image: none;
      height: 680px;
      border: 3px solid;
      -webkit-border-radius: 5px;
              border-radius: 5px;
      margin: 10px 30px;
  }

  ul.seminarList {
      width: 100%;
      height: 680px;
      margin-top: 0px;
      padding: 10px!important;
      overflow: auto;
      text-align: left;
  }


  #services {
      padding: 20px 0 40px 0;
  }

  #footer2 {
      margin-bottom: 55px;
  }


  footer nav {
    float: left;
    margin-left: 0px;
  }



  footer .footerBtn{
    text-align: center;
    margin: 0 auto 30px 20px; 
  }

}

@media screen and (min-width:768px) and ( max-width:901px) {
    /*　画面サイズが768pxから1024pxまではここを読み込む　*/
    section.top-section{
    padding-top: 0px;
  }

}

@media (max-width: 768px) {

   header h1 {
      float: left;
      /* margin: 25px 0 0 20px; */
      /* width: 180px; */
  }

  .back-to-top {
    bottom: 150px;
  }


  #contactSection {
      padding: 120px 0 40px 0;
  }



}

@media (max-width: 767px) {
  header {
    height: 52px;
    text-align: center;
    position: fixed;
  }

  header h1 {
      /* float: left;
      margin: 3px 0 0px 10px;
      width: auto; */
  }

  .seminar-bg {
      height: 760px;
  }

  ul.seminarList {
    height: 720px!important;
  }


  .seminerImg{
      padding-top: 50px;
  }


  .h_logo {
/*      float: left;
      width: 60%;*/
  }

  .h_text {
      float: left;
      margin: 20px 10px 0px;
      width: 35%;
  }


  .sp_menu {
      display: inherit;
      position: fixed;
      top: 17px;
      right: 0%;
      z-index: 1000;
      width: 32px;
      height: 20px;
  }

  .mainimg {
      top: 38px;
  }

  #intro .intro-info {
    width: 100%;
  }

  #intro .intro-info h2 {
    font-size: 34px;
    margin-bottom: 30px;
  }

  .section-header p {
    width: 100%;
  }

  #testimonials .testimonial-item {
    text-align: center;
  }

  #testimonials .testimonial-item .testimonial-img {
    float: none;
    margin: auto;
  }

  #testimonials .testimonial-item h3,
  #testimonials .testimonial-item h4,
  #testimonials .testimonial-item p {
    margin-left: 0;
  }


  #contact .contactBox3{
    width: 100%!important;
    height: 100%!important;
    background: url("../img/landing/contactBase_sp.svg") no-repeat;
    padding-bottom: 40px;
  }

  #contact .contactBox3 p{
    text-align: center;
  }

  #contact .contactBox3 p img.contacttel{
    position: relative;
    width: 90%;
    top: 80px;
  }

  #contact .contactBox3 p img.contactMail{
    position: relative;
    width: 70%;
    top: 65px;
  }

}


@media screen and (min-width:481px) and ( max-width:767px) {

  header {
    height: 80px;
  }

  /* header h1 {
    margin: 0px 0 0px 10px;
  } */

  h1.footer_logo a img {
    width: 50%!important; 
  }
  p.footer_tel a img {
    width: 50%; 
  }

}

@media (max-width: 574px) {
  header {
    height: 55px;
    text-align: center;
    position: fixed;
  }

  .h_logo {
      float: left;
      margin: 8px 0px;
      width: min(22vw, 140px);
  }

  .h_text {
      float: left;
      margin: 12px 10px 0px;
      width: 40%;
  }

  .sp_menu {
      top: 6px;
      width: 48px;
      height: auto;
  }


  .mainimg {
      top: 0px;
  }

  section.top-section {
      padding-top: 50px;
  }


  #promoneySection {
      padding: 20px 0 20px 0;
      z-index: 60;
  }


/*  .t_mainimg img {
      margin-top: 50px;
  }
*/


  .bx-wrapper .bx-controls-direction a {
      top: 60%;
  }



  #worriesSection{
      padding: 0 0 0;
  }

  #iketeruSection{
      padding: 0 0 20px;
  }

  #shopSection {
      padding: 20px 0 20px;
  }


  #services30 {
      padding: 0 0 20px 0;
  }

  #services p.mainTxt img {
    width: 100%;
  }

  #services p.forcecutter img {
    width: 80%;
  }

  #why-us {
      padding: 30px 0!important;
  }


  #footer {
      background: #d9dada;
      padding: 0 0 0 0!important;
  }

  .footer-info p img{
    width: 100%;
  }

  .footer-info p.footerInfo{
    margin-top: 10px;
  }

  #contact {
      padding: 30px 0 60px;
  }

  #contact .contactBox3{
    width: 100%!important;
    height: 100%!important;
    background: url("../img/landing/contactBase_sp.svg") no-repeat;
    padding-bottom: 10px;
  }

  #contact .contactBox3 p{
    text-align: center;
  }

  #contact .contactBox3 p img.contacttel{
    position: relative;
    width: 90%;
    top: 70px;
  }

  #contact .contactBox3 p img.contactMail{
    position: relative;
    width: 70%;
    top: 55px;
  }

  #shapeUpSection {
      padding: 30px 0 10px;
  }

  #idealSection {
      padding: 30px 0 30px;
  }

  #troubleSection {
      padding: 30px 0 30px;
  }

  #specialSection {
      padding: 0!important;
  }

  #footer p.footerSns a img.footerUrl {
    width: 100%;
    margin-right: 0px!important;
  }

  #footer p.footerSns a img.footerSns {
    margin-left: 0px;
    width: 40px;
  }

  p.footerInfo img{
    margin-top: 20px!important;
  }

  .footerSns{
    margin-top: 20px;
  }

  #footer2{
    margin-bottom: 121px;
    padding-bottom: 101px;
  }

  #footerFloatingMenu {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    text-align: center;
  /*  padding: 5px;*/
    z-index: 9999;
    padding-top: 20px;
  }


  #footerFloatingMenu {
    padding: 10px 0 0;
  }

  #footerFloatingMenu p{
  }

  .back-to-top {
    bottom: 130px;
  }

  .footerPhoto p img{
    width: 100%;
  }

  p.shapeUpArrow{
    margin-bottom: 30px;
  }

  p.shapeUpArrow img{
    width: 40%;
  }

  a.footerUrl{
    display: block;
    width: 100%;
  }


  .footerAreaLow {
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .footer-info {
    margin-top: 15px;
  }

}

.is-fixed {
  display: none!important;
}


/*-- PC版表示CSS  --*/
.pc_show{
  display:block;
}
.phone_show{
  display:none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 574px){

    img {
        /*max-width: 100%;*/
        height: auto;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
    }

  .head_contact{
    display: none;
  }


  .pc_show{
    display:none;
  }
  .phone_show{
    display:block!important;
  }

  .footerFloatingMenu-form{
    margin-top: 5px!important;
  }


  p.footer_contactBtn{
    margin-top: 20px;
  
  }


  /* section Basic 20200106
  --------------------------------*/

  .contantBox{
    margin-top: 10px;
  }

  .first-txt-conv,
  .txt-conv {
    padding-top: 20px;
  }

  .apply-btn {
    padding: 20px 0 20px 0;
  }

  #seminarSection {
      padding: 20px 0 40px 0;
  }

  #contactSection {
      padding: 80px 0 40px 0;
  }


  .end-seminar-btn {
    width: 100%;
    clear: right!important;
    text-align: center;
    padding: 40px 0 20px 0;
  }


  #spaceSection {
      padding: 20px 0 0 0;
  }

  .accessTxt{
    margin-left: 0px;
  }




  /* 過去セミナー一覧
  --------------------------------*/

  .end-seminar-tl {
    text-align: center!important;
    padding: 60px 0 20px 0;
  }

  .end-seminar-tl img{
    width: 100%;
  }

  li div.seminarTl h3{
    font-size: 1.2em;
  }




  /* 運営会社
  --------------------------------*/

  #companySection {
    text-align: center;
    padding: 20px 0 40px 0;
    z-index: 0;
  }

  .companyTl {
    padding: 20px 0 0px 0;
  }

  .companyTl img{
    width: 60%;
  }


  .rightLine{
  border-right: none;
  border-bottom: 1px solid #666;
  padding: 10px;
  }

  .companyTxt{
    margin-left: 0px;
    font-size: 0.9em;
  }

  .rightArea{
    padding-top: 5px;
    margin-left: 0px;
  }

  footer {
      padding-top: 0px;
  }

  p.detail-btn {
      text-align: right;
      display: block;
      margin-top: 15px;
  }

  footer nav ul li {
      height: 40px!important;
      padding: 0!important;
  }

  div.footer-contact {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 30px;
  }
  p.footer_tel{
    text-align: center;
    margin-top: 10px;
  }
  
  p.footer_contact{
    text-align: center;
    margin-top: 10px;
  }

 
}


/*-- タブレット版表示CSS  --*/
@media screen and (max-width: 768px){

  footer {
    padding-top: 30px;
  }

  h1.footer_logo a img {
    width: 80%!important; 
  }
  p.footer_tel a img {
    width: 110%; 
  }

  p.footer_contactBtn a img {
    width: 120%; 
  }




}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 320px){
    #footer2{
    margin-bottom: 81px;
    padding-bottom: 5px;

  }

  .h_text {
      margin: 4% 10px 0px;
      width: 40%;
  }

  .footerFloatingMenu-form{
    margin-top: 5px!important;
  }

}



.feed {
    margin-top: 30px;
}


.feed_move2 {
 opacity: 1!important;
  transition: 1.5s!important;
}

.taxTxt{
  color: #FFF;
}




  /* お申し込みフォーム用 20200106
  --------------------------------*/

h1.seminarcontact{
  font-weight: bold;
  font-size: 2em;
}

.cform th {
  font-size: 14px;
  width: 30%; /*変なところで改行される場合はここの数字を変更します。*/
  border-bottom: solid 1px #d6d6d6;
  padding: 20px 0 20px 15px;
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

.cform td {
  font-size: 14px;
  line-height: 150%;
  border-bottom: solid 1px #d6d6d6;
  padding: 20px 5px;
  text-align: left;
}

.cform td.age input {
  width: 50px;
}

.cform td.zip input {
  width: 150px;
}

.cform td.select select {
  padding-left: 10px;
}

.cform td.select select option {
  padding-left: 10px;
}

span.red{
  color: red;
  padding-top: 5px;
}

.cform {
  width: 100%;
  margin: auto;
}

.cform [type=submit] {
  display: inline-block;
  font-size: 20px;
  padding: 10px 30px;
  text-decoration: none;
  background: #ff8f00;
  color: #FFF;
  border-bottom: solid 4px #B17C00;
  border-radius: 3px;
}

.cform option,
.cform textarea,
.cform input[type=text],
.cform input[type=email],
.cform input[type=search],
.cform input[type=url] {
  width: 100%;
}

.required-srt {
  font-size: 8pt;
  padding: 5px;
  background: #ce0000;
  color: #fff;
  border-radius: 3px;
  margin-right: 10px;
  vertical-align: middle;
}

@media only screen and (max-width:767px) {
  .cform th,
  .cform td {
    width: 100%;
    display: block;
    border-top: none;
  }

  h1.footer_logo a img{
    width: 200px!important; 
  }

  h1.footer_tel a img{
    width: 200px!important; 
  }

  p.footer_contactBtn a img{
    width: 150px;
  
  }

  .cform th {
    border-bottom: none;
    padding: 10px 0 10px 15px;
    font-weight: bold;
}



}

.submit-btn input {
  background: #009f97;
  width: 60%;
  max-width: 550px;
  min-width: 220px;
  margin: 30px auto;
  display: block;
  border: 1px #009f97 solid;
  text-align: center;
  padding: 5px;
  color: #fff;
  transition: all 0.4s ease;
}

.submit-btn input:hover {
  background: #fff;
  color: #00142c;
}

span.error{
  color: #dc3545;
}

#topcontrol{
  bottom: 40px!important;
}


@media only screen and (max-width: 480px) {
  .fv-caption {
  position: absolute;
  left: 5%;
  right: 0%;
  top: 2%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  width: 90%;
}


.fv-caption h1{
  margin-bottom: 10px;
}

.fv-text-area {
  margin: 0 auto;
  text-align: center;
  width: 90%;
}

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

.fv-caption p img {
}

.fv-caption p.fv-text {
  margin-bottom: 20px;
}

.fv-caption p.fv-Intro {
  margin-bottom: 10px;
}

.fv-caption p.fv-btn {
  text-align: center;
  margin-bottom: 20px;
}

.fv-caption p.fv-btn img {
  width: 75%;
}

.cform th {
  padding: 20px 0 10px 0px;
}

.cform td {
  font-size: 16px;
  padding: 0px 0 20px 0px;
}

h1.footer_logo a img{
  width: 90%!important; 
  margin-bottom: 10px;
}

p.footer_tel a img{
  width: 90%!important; 
}

p.footer_contactBtn a img{
  width: 90%!important; 

}


}

/*  itemPCスマホ切り替え */

.pc-feature{
  display: block;
}

.sp-feature{
  display: none;
}

.pc-about-feature{
  display: block;
}

.sp-about-feature{
  display: none;
}

.sp-raduis{
  display: none;
}

.about_contact_sp{
  display: none;
}


.pc-feature-img{
  display: block;
}

.sp-feature-img{
  display: none;
}

@media only screen and (max-width: 480px) {
  .pc-feature{
      display: none;
  }

  .pc-about-feature{
    display: none;
}
  .sp-raduis{
      display: block;
  }

  .sp-feature{
        display: block;
        padding-top: 480px;
    }

  .sp-about-feature{
    display: block;
    padding-top: 0px;
    }

  .about_contact{
    display: none;
  }

  .about_contact_sp{
    display: block;
  }

  .pc-feature-img{
    display: none;
  }
  
  .sp-feature-img{
    display: block;
  }
  
        
}

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

  .sp-feature{
      display: block;
      padding-top: 430px;
  }
}

/* 確認画面の注意書きを表示させない */

.mw_wp_form_preview span.red{
  display: none;
}
.mw_wp_form_preview span.kome{
  display: none;
}

/* サンクス画面のテキストをセンター揃えに */

.mw_wp_form_complete p{
  text-align: center;
}


/* 20201211 修正 */

h2.news-title{
  text-align: center;
  margin-bottom: 20px;
}

h3.category-title{
  margin-top: 40px;
  padding-top: 40px;
  /* border-top: var(--green) 2px dotted; */
  margin-bottom: 30px;
}

.autoplay2021{
}


p.other-btn2021{
  margin-top: 30px;
  text-align: center;
  margin-bottom: 40px;
}

p.other-btn2021 img {
  width: 55%;
}

#threecontaints {
  background: #fff;
  padding: 40px 0;
}

.threeBox {
  text-align: center;
  background: #fffbd0;
  padding: 20px;
}

p.threeTitle {
  text-align: center;
  margin-bottom: 10px;
}

p.threeTitle img{
  width: 70%;
}

.threeBox p.threeImg{
  margin-top: 14px;
}

.threeBox p.threeImg img{
  width: 100%;
}

.threeBox p.catch{
  color: #f95800;
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 5px 0 10px;
}

.threeBox p.keepupcatch{
  color: var(--green);
  font-size: 17px;
  font-weight: bold;
  line-height: 1.5em;
  margin: 5px 0 10px;
}

.threeBox p.threeTxt{
  text-align: left;
  font-size: 13px;
  letter-spacing: normal;
}

.threeBox p.threeIll{
  margin-top: 20px;
}

.threeBox p.threeIll img{
  width: 60%;
}

.threeBox p.keepupIll{
  margin-top: 23px;
}

.threeBox p.keepupIll img{
  width: 70%;
}

.threeBox p.rightBtn{
  margin-top: 20px;
  width: 100%;
}

/* スマホ以下 */
@media screen and (max-width: 574px){

  p.other-btn2021 img{
    width: 100%;
  }

  p.threeTitle {
    margin-top: 30px;
  }

}

#topcontrol {
  z-index: 9999;
}


/* 20210315*/

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  /* background: #fff;
  padding: 20px 0px!important;
  border-left: #fff 5px; */
  /* padding-right: 20px!important; */
}

div.job-loop {
  /* font-size: 13px; */
  /* margin-right: 0px!important;
  margin-left: 20px; */
}


/*--------------------------------------------------------------
お仕事詳細
--------------------------------------------------------------*/

h2.detail_title_h2 {
  margin-bottom: 20px;
  text-align: center;
  margin-top: 200px;
}

h2.detail_title_h2 img {
  width: 300px;
}

p.detail_ill img {
  position: absolute;
  right: 200px;
  bottom: 0;
}

p.check2_ill img {
  position: absolute;
  left: 15px;
  bottom: 40px;
}

p.check5_ill img {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.detail_area {
  /* background: #fffbd0; */
  /* padding: 60px 80px; */
  text-align: left;
  margin: 0 0 20px;
}

.detail_single {
  text-align: left;
  margin: auto;
}

.detail_title {
  background: #fff;
  padding: 30px 0;
  text-align: left;
}

h3.detail_title_h3 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 10px;
}

p.etail_title_sub {
  font-size: 17px;
}

.detail_text {
  padding: 70px 90px;
}

.detail_text dt {
  font-size: 18px;
}
.detail_table th {
  background-color: #fff;
  border: solid 1px var(--green);
}
.detail_table td {
  border: solid 1px var(--green);
}
.thumbnail_area {
  margin-top: 20px;
}

.thumbnail_area .col-md-5 {
  padding: 0!important;
  margin: 0!important;
  float: left;
}

.the_post_thumbnail {
  text-align: center;
}

.the_post_thumbnail img {
  width: 70%;
  height: 70%;
}

.osusume_points {
  padding: 20px;
  background: #d9edd4;
  color: var(--green);
  font-weight: bold;
}

.encari_lead {
  padding: 40px 60px;
}

.encari_lead p {
  color: var(--green);
}

p.encari_lead_slash {
  width: 100%;
  overflow: hidden;
}

.detail_table table tr th {
  width: 8rem;
}

#ohter_job {
  margin-top: 60px;
}

#ohter_job .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 20px 0px!important;
  background: #fffbd0;
  border-left: #fffbd0 5px;
  padding-right: 20px!important;
}

#ohter_job div.job-loop {
  font-size: 13px;
  margin-right: 0px!important;
  margin-left: 20px;
}

p.detail_top {
  margin-top: 10px;
  font-weight: bold;
}

p.detail_top a {
  color: var(--green);
}


/* タブレット以下 */

@media screen and (max-width: 768px) {
  .detail_title {
    padding: 30px 0;
  }
  p.detail_ill img {
      right: 100px;
  }
}


/* スマホ以下 */

@media screen and (max-width: 480px) {
  h2.detail_title_h2 {
      margin-bottom: 20px;
      text-align: center;
      margin-top: 100px;
  }
  h3.detail_title_h3 {
      margin-top: 10px;
      line-height: 1.2;
  }
  p.detail_ill {
      text-align: center;
  }
  p.detail_ill img {
      position: static;
  }
  .detail_area {
      /* padding: 20px; */
  }
  .detail_text {
      padding: 20px;
  }
  .detail_area p.detail_area_text {
      margin-top: 20px;
      margin-bottom: 40px;
  }
  .encari_lead {
      padding: 20px 0px;
      font-size: 0.8em;
  }
  p.encari_lead_slash {
      width: 100%;
      overflow: hidden;
  }
  .detail_table table {
      font-size: 0.8em;
  }
  .detail_table table tr th {
      width: 5rem;
  }
  .detail_btn {
      width: 100%;
      padding: 0 20px;
      margin-top: 0px;
      margin-bottom: 0px;
  }
}


/* トップページ */

.sliderBox {
  background: var(--l_beige);
  padding: 30px 20px;
  border-radius: 5px;
}

.link_btn .btn {
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
  color: inherit;
  display: flex;
    align-items: center;
    grid-gap: .7em;
    justify-content: center;
  font-size: 17px;
  font-weight: 700;
  margin: 0 auto 5px;
  min-height: 2em;
  padding: .2em .5em;
  transition: .2s ease-in-out;
  width: 100%;
    max-width: 250px;
}
.job-item .link_btn .btn {
  max-width: none;
}
.link_btn .btn::after {
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8.18 11.74"><path fill="%23000000" d="M.75,11.74c-.23,0-.45-.1-.6-.3-.25-.33-.18-.8.15-1.05l6.04-4.52L.3,1.35C-.03,1.1-.1.63.15.3.4-.03.87-.1,1.2.15l6.59,4.92c.06.04.15.14.2.2.15.2.22.46.19.73-.04.26-.17.5-.38.66L1.2,11.59c-.13.1-.29.15-.45.15Z" /></svg>') no-repeat center / contain;
  content: '';
  display: block;
  margin-top: .1em;
  transition: .2s ease-in-out;
  width: .7em;
  height: .7em;
}
.link_btn .btn.bg-green {
  color: #fff !important;
}
.link_btn .btn.bg-green::after {
  filter: brightness(0) invert(10);
}
.link_btn .btn:hover {
  color: inherit;
  filter: brightness(1.05);
}
.link_btn .btn:hover::after {
  transform: translateX(5px);
}
.btn:focus {
  box-shadow: none;
}
.link_btn .btn:focus {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, .3);
}


.link_btn2025 .btn {
  border-radius: 5px;
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
  color: white !important;
  display: flex;
  align-items: center;
  gap: 0.7em;
  justify-content: center;
  font-size: 17px;
  font-weight: 700;
  margin: 0 auto 5px;
  min-height: 2em;
  padding: 0.6em 1.2em;
  transition: all 0.3s ease-in-out;
  width: 100%;
  max-width: 250px;
  background: linear-gradient(90deg, #54B948, #2196F3);
  position: relative;
  border: 2px solid white; /* ✅ デフォルトのボーダーは白 */
  overflow: hidden;
}

.about-container .link_btn2025 .btn {
  display: inline-block;
}



/* ✅ ホバー時に背景を白にし、ボーダーを消す */
.link_btn2025 .btn:hover {
  background: white !important; /* ✅ 背景を完全に白に */
  color: #54B948 !important;
  border-color: transparent; /* ✅ デフォルトのボーダーを消す */
}

/* ✅ ホバー時のグラデーションボーダー（余白なし） */
.link_btn2025 .btn::before {
  content: "";
  position: absolute;
  inset: 0; /* ✅ 余白を完全になくす */
  border-radius: 5px;
  border: 2px solid transparent; /* ✅ 透明なボーダー */
  background: linear-gradient(90deg, #54B948, #2196F3);
  -webkit-mask: linear-gradient(white 0 0) content-box, linear-gradient(white 0 0);
  -webkit-mask-composite: destination-out;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  pointer-events: none; /* ✅ ボーダーがクリックの邪魔をしないように */
}

/* ✅ ホバー時のボーダーをグラデーションで表示 */
.link_btn2025 .btn:hover::before {
  opacity: 1;
}

/* ✅ 矢印アイコン */
.link_btn2025 .btn::after {
  content: '>'; /* ✅ 矢印をCSSで設定 */
  font-size: 1.2em;
  font-weight: bold;
  display: inline-block;
  transition: 0.3s ease-in-out;
  color: white; /* ✅ デフォルト時は白 */
}

/* ✅ ホバー時の矢印を緑に */
.link_btn2025 .btn:hover::after {
  color: #54B948;
  transform: translateX(5px);
}

/* フォーカス時 */
.link_btn2025 .btn:focus {
  box-shadow: none;
}
.link_btn2025 .btn:focus {
  box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}



/* about-section */
.about-section {
  position: relative;
  background: linear-gradient(to bottom, white 0%, white 25%, #f6f4ed 25%, #f6f4ed 100%);
  padding: 80px 10% 80px 0; /* 左側の余白なし */
  margin-top: 0px; 
  overflow: visible; /* はみ出しを許可 */
}

/* about-container */
.about-container {
  display: flex;
  gap: 50px;
  align-items: center;
  position: relative;
  padding-left: 0; /* テキスト側に余白 */
  z-index: 2;
}

/* メイン画像のコンテナ */
.about-images {
  position: relative;
  width: 45%;
  display: flex;
  flex-direction: column;
  align-items: flex-start; /* 左端から開始 */
}

/* メイン画像のラッパー */
.main-img-wrapper {
  position: relative;
  width: 100%;
  z-index: 1; /* メイン画像を前面に */
  bottom: 250px;
}

/* メイン画像 */
.main-img {
  width: 100%;
  display: block;
  border-radius: 0 30px 30px 0; /* 右上・右下のみ角丸 */
  position: relative;
  z-index: 2; /* 背景より前に */
}

/* メイン画像の黄色い背景（修正） */
.main-img-wrapper::before {
  content: "";
  position: absolute;
  top: 10%;
  left: 0%;
  width: 120%;
  height: 100%;
  background: rgba(255, 240, 35, 0.5); /* 透過した黄色 */
  border-radius: 0 30px 30px 0; /* 右上・右下のみ角丸 */
  z-index: 0; /* メイン画像の背後に配置 */
}

/* 下の2つの画像 */
.sub-images {
  display: flex;
  gap: 0px; /* 画像同士の間隔を調整 */
  position: absolute;
  z-index: 3;
}

/* 1枚目の画像を少し上に */
.sub-images .sub-img:first-child {
  position: relative;
  top: 280px; /* 少し上に移動 */
  left: 50px; /* 位置調整 */
  width: 55%;
  border-radius: 30px;
}

/* 2枚目の画像を少し下に・左へ */
.sub-images .sub-img:last-child {
  position: relative;
  top: 550px; /* さらに下に */
  left:-10px; /* 左へ */
  width: 35%;
  height: 35%;
  border-radius: 30px;
}



/* about-text: テキストブロック */
.about-text {
  flex: 1;
  /*max-width: 480px;*/
  position: relative;
  z-index: 3;
  padding-left: 50px;
}

.about-text p {
  margin-bottom: 30px;
  font-size: 17px;
  line-height: 2.2;
}

/* "about us" タイトル */
.about-title {
  font-family: "adorn-pomander", sans-serif;
  transform: rotate(-10deg); /* 斜めに回転 */
  font-size: 160px;
  color: #73B930;
  margin-top: 100px;
  margin-bottom: 30px;
  position: relative;
  z-index: 3;
}

/* サブタイトル */
.about-subtitle {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  color: #333;
}

.about-subtitle .icon {
  font-size: 1.5em;
  margin-right: 8px;
  color: #4B9A45;
}

/* ボタン */
.link_btn2025 {
  margin-top: 20px;
}


/* SP版 about-section */
@media screen and (max-width: 768px) {
  .about-section {
    margin-top: 250px;
    background: linear-gradient(to bottom, white 0%, white 5%, #f6f4ed 5%, #f6f4ed 100%);
    padding: 80px 0;
    overflow: visible;
  }

  .about-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    padding: 20px;
    position: relative;
    z-index: 5;
  }

  /* 画像コンテナ */
  .about-images {
    display: flex;
    flex-direction: column;
    align-items: flex-start; /* メイン画像を左端に */
    width: 100%;
    max-width: 400px;
    position: relative;
    z-index: 5;
    margin-bottom: 30px;
  }

  /* メイン画像 */
  .main-img-wrapper {
    width: 100%;
    max-width: 100%;
    text-align: left;
    align-self: flex-start; /* 左端に配置 */
    position: relative;
  }
  /* メイン画像の黄色い背景（修正） */
  .main-img-wrapper::before {
    content: "";
    position: absolute;
    top: 10%;
    left: -20%;
    width: 100%;
    height: 100%;
    background: rgba(255, 240, 35, 0.5); /* 透過した黄色 */
    border-radius: 0 30px 30px 0; /* 右上・右下のみ角丸 */
    z-index: 0; /* メイン画像の背後に配置 */
  }

  .main-img {
    width: 100%;
    height: auto;
    margin-left: -6%;
  }

  /* テキスト */
  .about-text {
    width: 100%;
    text-align: left;
    padding: 0;
    position: relative;
    z-index: 10;
    margin-top: -350px;
  }

  /* "about us" タイトル */
  .about-title {
    font-size: 120px;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
  }

  /* ボタンの配置 */
  .link_btn2025 {
    text-align: center;
    width: 100%;
    margin-top: 40px;
    position: relative;
    z-index: 10;
  }

  /* サブ画像の配置 (ボタンの下に移動) */
  .sub-images {
    display: flex;
    justify-content: flex-start; /* 左寄せ */
    gap: 10px;
    width: 100%;
    margin-top: 950px; /* 余白を増やす */
    order: 3; /* `link_btn2025` の下に配置 */
  }

  /* 1つ目の画像を大きくして左に寄せる */
  .sub-images .sub-img:first-child {
    width: 70%; /* 1つ目の画像だけ大きく */
    max-width: 260px;
    align-self: flex-start; /* 左に配置 */
    left: 0; /* 左端に寄せる */
  }

  /* 残りの画像を右側に配置 */
  .sub-images .sub-img:not(:first-child) {
    width: calc(40% - 5px); /* 他の画像 */
    max-width: 200px;
    align-self: flex-end; /* 右側に寄せる */
    top: 300px;
    left: -50px;
  }

  /* 背景調整 */
  .about-bg {
    margin-bottom: 0;
    padding-bottom: 0;
    position: relative;
    z-index: 1;
  }
}



/* works-section */
.works-section {
  position: relative;
  background: #f6f4ed; /* 背景を薄いグレー */
  padding: 100px 0 300px;
  overflow: hidden;
}

/* 背景の白いSVG */
.works-section::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%; /* SVGのサイズを80%に拡大 */
  height: 90%; /* 高さも同様に調整 */
  background: url("../img/base/works-bg.svg") no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%); /* 上下左右のセンター配置 */
  z-index: 0;
}


/* works-container */
.works-container {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* works-header全体を横並びに */
.works-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  width: 100%;
  max-width: 1100px;
  margin-bottom: 50px;
}

/* works-subtitle-wrapper（works-titleとworks-subtitleを縦並び） */
.works-subtitle-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

/* works-title */
.works-title {
  font-family: "adorn-pomander", sans-serif;
  transform: rotate(-10deg);
  font-size: 160px;
  color: #73B930;
  white-space: nowrap;
}

/* works-subtitle */
.works-subtitle {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: -20px; /* 上に移動 */
}

/* アイコン */
.works-subtitle .icon img {
  width: 35px;
  height: auto;
}

/* works-description（説明文はworks-headerの横に配置） */
.works-description {
  font-size: 17px;
  line-height: 2;
  text-align: left;
  margin: 0;
  margin-top: 70px;
}

/* works grid（2列×2行のグリッド配置） */
.works-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  justify-content: center;
  max-width: 1100px;
  margin: 0 auto;
}

/* works-item */
.works-item {
  background: linear-gradient(to bottom, rgb(255 235 0 / 80%), rgb(253 236 156 / 60%));
  border-radius: 25px;
  padding: 50px 50px;
  text-align: center;
}

/* works-item タイトル */
.works-item h4 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 5px;
  letter-spacing: 5px;
}

/* works-item サブタイトル */
.works-en {
  font-size: 24px;
  color: #4B9A45;
  font-family: "futura-pt", sans-serif;
  font-style: italic;
  font-weight: 500;
  margin-bottom: 15px;
}

/* works-item アイコン */
.works-icon img {
  width: auto;
  height: 100px;
  margin-bottom: 15px;
}

/* works-item p */
.works-item p.works-text {
  font-size: 17px;
  text-align: justify;
}


/* スマホ対応（768px以下） */
@media (max-width: 768px) {
  .works-section {
    position: relative;
    background: #f6f4ed; /* 背景を薄いグレー */
    padding: 400px 0 100px;
    overflow: hidden;
    margin-top: 0px;
  }

  /* 背景の白いSVG */
  .works-section::before {
    width: 100%;
    width: 100%;
    background-size: contain; /* 背景をセクション全体に広げる */
    top: 650px;
  }
  /* works-header全体を横並びに */
  .works-header {
    display: inline-block;
    align-items: center;
    width: 100%;
    margin-bottom: 50px;
    z-index: 2;
  }

  /* works-containerのレイアウト調整 */
  .works-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 10px;
  }

  /* works-title の位置とフォントサイズ調整 */
  .works-title {
    font-size: 130px;
    text-align: center;
    align-items: center;
    margin-left: 0;
    margin-bottom: 0px;
  }

  /* works-subtitle-wrapper の調整 */
  .works-subtitle-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    margin: 0 auto;
  }

  /* works-description のレイアウト */
  .works-description {
    font-size: 15px;
    line-height: 1.8;
    text-align: left;
    width: 100%;
    margin: 40px auto 0px;
  }

  /* works grid (職種ボックス) */
  .works-grid {
    grid-template-columns: 1fr; /* 1列レイアウト */
    gap: 20px;
    width: 100%;
    margin: 0 auto;
  }

  /* works-item のデザイン調整 */
  .works-item {
    padding: 30px;
    text-align: center;
    border-radius: 20px;
  }

  /* works-item タイトルの調整 */
  .works-item h4 {
    font-size: 24px;
  }

  /* works-item サブタイトル */
  .works-en {
    font-size: 18px;
  }

  /* works-item アイコン */
  .works-icon img {
    height: 80px;
  }

  /* works-item 説明文 */
  .works-item p.works-text {
    font-size: 15px;
  }
}



/* voiceセクション */
.voice-section {
  position: relative;
  width: 100%;
  height: 520px; /* タイトル画像の高さ */
  overflow: hidden;
}

/* 背景画像 */
.voice-title-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.voice-title-bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  /*filter: brightness(60%); /* 背景を暗く */
}

/* タイトルコンテンツ */
.voice-title-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
  z-index: 2;
}

/* タイトル */
.voice-section-title {
  font-family: "adorn-pomander", sans-serif;
  transform: rotate(-10deg);
  font-size: 160px;
  color: #fff;
  white-space: nowrap;
}



/* サブタイトル */
.voice-subtitle {
  font-size: 18px;
  font-weight: bold;
  margin-top: -20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

/* アイコン */
.voice-subtitle .icon img {
  width: 42px;
  height: auto;
}

/* スマホ対応（768px以下） */
@media (max-width: 768px) {

  /* voiceセクション */
  .voice-section {
    position: relative;
    width: 100%;
    height: 260px; /* タイトル画像の高さ */
    overflow: hidden;
  }


  
  /* 背景画像 */
  .voice-title-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .voice-title-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  /* タイトルコンテンツ */
  .voice-title-content {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 2;
  }

  /* タイトル */
  .voice-section-title {
    font-family: "adorn-pomander", sans-serif;
    transform: rotate(-10deg);
    font-size: 130px;
    color: #fff;
    white-space: nowrap;
  }

  /* サブタイトル */
  .voice-subtitle {
    font-size: 14px;
    font-weight: bold;
    margin-top: -20px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
  }

}

/* voice-content セクション */
.voice-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.voice-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 80px;
  padding: 100px 0 100px;
  background: #73B930;
  position: relative;
  overflow: hidden;
}

/* voice-item */
.voice-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  max-width: 1100px;
  padding: 0 0 0 60px;
  position: relative;
}

/* 背景デザイン */
.voice-item::before {
  content: "";
  position: absolute;
  top: 30%;
  left: 50%;
  width: 90%;
  height: 90%;
  background: url(../img/base/voice-bg.svg) no-repeat center;
  background-size: contain;
  transform: translate(-50%, -50%);
  z-index: 0;
}

/* プロフィールとメイン画像 */
.voice-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  position: relative;
  z-index: 2;
}

/* voice-profile */
.voice-profile {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  text-align: left;
  padding: 20px;
  width: 100%;
}

/* アイコンとテキストを横並び */
.profile-header {
  display: flex;
  align-items: center;
  gap: 12px;
}

/* アイコン */
.profile-icon {
  width: 85px;
  height: auto;
}

/* タイトル＋名前の縦並び */
.profile-text {
  display: flex;
  flex-direction: column;
  color: #fff;
}

/* タイトル */
.title {
  font-size: 25px;
  font-weight: 500;
}

/* 名前 */
.name {
  font-size: 32px;
  font-weight: bold;
  margin-top: 5px;
}

.name span {
  font-size: 22px;
}

/* 説明文 */
.voice-profile .description {
  font-size: 22px;
  line-height: 1.8;
  color: #FFF023;
  font-weight: bold;
  margin-top: 30px;
}


/* メイン画像のラッパー */
.voice-main-image-wrapper {
  position: absolute;
  top: 0;
  right: -10%;
  width: 45vw;
  max-width: 600px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  z-index: 1;
}

@media (min-width: 1281px) {
  /* メイン画像のラッパー */
  .voice-main-image-wrapper {
    right: -20%;
  }
}
@media (min-width: 1530px) {
  /* メイン画像のラッパー */
  .voice-main-image-wrapper {
    right: -30%;
  }
}


/* メイン画像 */
.voice-main-image {
  width: 100%;
  border-radius: 30px 0 0 30px;
  z-index: 2;
}

/* メイン画像の背景 */
.voice-main-image-wrapper::before {
  content: "";
  position: absolute;
  top: 20px; /* やや下に配置 */
  left: -20%; /* 左端いっぱい */
  width: 120%; /* 画像のバランスに合わせる */
  height: 130%; /* 高さを調整 */
  background: linear-gradient(to right, rgba(247, 232, 59, 0.6), rgba(249, 212, 35, 0.6)); /* 透過60% */
  border-radius: 50px 0 0 50px; /* 左側だけ角丸 */
  z-index: 0;
}



/* voice-info（質問と回答） */
.voice-info {
  flex: 2;
  display: flex;
  flex-direction: column;
  gap: 30px;
  color: #fff;
  z-index: 2;
  margin-top: 50px;
}

/* voice-box (質問と回答エリア) */
.voice-box {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 0 30px;
  border-radius: 15px;
  position: relative;
  max-width: 1000px;
  width: 100%;
}

/* 左側に画像、右側にテキスト */
.voice-box-left {
  flex-direction: row;
  align-items: center;
}

/* 右側に画像、左側にテキスト */
.voice-box-right {
  flex-direction: row;
  justify-content: flex-end; /* ← 修正 */
}

/* 画像のラッパーに背景をつける */
.voice-thumbnail-wrapper,
.voice-thumbnail-wrapper2 {
  position: relative;
  display: flex; /* ← 修正: flex に変更 */
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  z-index: 0;
  margin-top: 30px;
}

/* 背景のデザイン */
.voice-thumbnail-wrapper::before {
  content: "";
  position: absolute;
  top: 20px;
  left: -30px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(247, 232, 59, 0.6), rgba(249, 212, 35, 0.6));
  border-radius: 30px;
  z-index: -1;
}

/* 画像のサイズ */
.voice-thumbnail, 
.voice-thumbnail2 {
  width: 230px;
  height: auto;
  border-radius: 30px;
  flex-shrink: 0;
}

.voice-thumbnail2 {
  align-self: flex-end;
  margin-left: auto;
}

.voice-thumbnail-wrapper2::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 30px;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(247, 232, 59, 0.6), rgba(249, 212, 35, 0.6));
  border-radius: 30px;
  z-index: -1;
}


/* voice-title のスタイル修正 */
.voice-title {
  font-family: "adorn-pomander", sans-serif;
  transform: rotate(-10deg);
  font-size: 130px;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: right;
  display: inline-block;
  position: relative;
  bottom: -20px;
}

.voice-title-y{
  color: #FFF023;
}

/* 質問部分のデザイン */
.question {
  font-size: 18px;
  background: #fff;
  padding: 14px 22px;
  border-radius: 30px;
  color: #333;
  font-weight: bold;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  max-width: 85%;
  position: relative;
  top: 30px;
}

/* 質問アイコンのサイズ調整 */
.question img {
  width: 24px;
  height: auto;
}

/* 回答部分のデザイン */
.answer {
  font-size: 17px;
  line-height: 2.5;
  letter-spacing: 1px;
  color: #fff;
  max-width: 90%;
  text-align: justify;
}

/* ハイライト部分 */
.highlight {
  color: #FFF023;
  font-weight: bold;
}

@media (max-width: 768px) {
  .voice-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px; /* 余白を調整 */
    padding: 80px 20px; /* 両端の余白を増やす */
  }

  .voice-item {
    display: flex;
    flex-direction: column;
    align-items: center; /* 中央寄せ */
    justify-content: center;
    width: 100%;
    padding: 0; /* 左側の余白をなくす */
    text-align: center; /* テキスト中央寄せ */
  }

  .voice-item::before {
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    transform: translateX(0%);
    background: url(../img/base/voice-bg.svg) no-repeat top;
    background-size: contain;
    }

  .voice-header {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  .title {
    font-size: 20px;
  }

  /* 名前 */
  .name {
    font-size: 26px;
  }

  .name span {
    font-size: 18px;
  }

  /* 説明文 */
  .voice-profile .description {
    font-size: 17px;
    line-height: 2;
  }

  .voice-main-image-wrapper {
    position: relative;
    width: 80%;
    max-width: 250px;
    height: auto;
    justify-content: center;
    margin-bottom: 20px;
  }

  .voice-main-image {
    width: 100%;
  }


  .voice-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px; /* 余白を調整 */
    padding: 80px 20px; /* 両端の余白を増やす */
  }

  .voice-item {
    display: flex;
    flex-direction: column;
    align-items: center; /* 中央寄せ */
    justify-content: center;
    width: 100%;
    padding: 0; /* 左側の余白をなくす */
    text-align: center; /* テキスト中央寄せ */
  }


  .voice-main-image-wrapper {
    position: relative;
    width: 80%;
    max-width: 100%;
    height: auto;
    right: -16%;
    justify-content: center;
    margin-bottom: 20px;
  }

  .voice-main-image {
    width: 100%;
  }

  /* メイン画像の背景 */
  .voice-main-image-wrapper::before {
    content: "";
    position: absolute;
    top: 20px; /* やや下に配置 */
    left: -10%; /* 左端いっぱい */
    width: 110%; /* 画像のバランスに合わせる */
    height: 105%; /* 高さを調整 */
    background: linear-gradient(to right, rgba(247, 232, 59, 0.6), rgba(249, 212, 35, 0.6)); /* 透過60% */
    border-radius: 30px 0 0 30px; /* 左側だけ角丸 */
    z-index: 0;
  }

  .voice-info {
    margin-top: 0px;
    width: 100%;
  }

  .voice-box {
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
    gap: 20px;
  }

  .voice-thumbnail {
    width: 180px;
    height: auto;
  }

  .question {
    font-size: 14px;
    max-width: 100%;
    text-align: center;
    top: -20px;
    margin-bottom: 0px;
  }

  .answer {
    font-size: 16px;
    line-height: 2;
    max-width: 100%;
  }
  .voice-title {
    text-align: center;
    bottom: 0;
  }

}





/* 2人目用のCSS */
.voice-item2 {
  flex-direction: column; /* 1人目と同じ順番にする */
}

/* プロフィールとメイン画像 */
.voice-header2 {
  flex-direction: row-reverse; /* 左右を逆にする */
}

/* voice-profile */
.voice-profile2 {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  text-align: left;
  padding: 20px;
  margin-right: 10%;
  width: 100%;
}


/* メイン画像のラッパー（2人目） */
.voice-main-image-wrapper2 {
  left: -10%; /* 右側から左側へ配置 */
  right: auto;
}

@media (min-width: 1281px) {
  /* メイン画像のラッパー */
  .voice-main-image-wrapper2 {
    left: -20%;
  }
}
@media (min-width: 1530px) {
  /* メイン画像のラッパー */
  .voice-main-image-wrapper2 {
    left: -35%;
  }
}


.voice-main-image2 {
  border-radius: 0 30px 30px 0; /* 右側の角を丸く */
}

.voice-main-image-wrapper2::before {
  left: auto;
  right: -20%;
  border-radius: 0 50px 50px 0;
}

/* voice-info2 */
.voice-info2 {
  flex-direction: column; /* 1人目と同じ配置 */
}

/* voice-box の配置を逆にする */
.voice-box-left2 {
  flex-direction: row-reverse;
}

.voice-box-right2 {
  flex-direction: row-reverse;
}

/* 画像のラッパー（2人目） */
.voice-thumbnail-wrapper2::before {
  left: auto;
  right: 30px;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .voice-item2 {
      flex-direction: column;
  }

  .voice-header2 {
      flex-direction: column;
  }

  .voice-main-image-wrapper2 {
      position: relative;
      right: auto;
      left: auto;
      width: 100%;
      max-width: 400px;
      margin: 0 auto;
      border-radius: 30px 0 0 30px; /* 左側だけ角丸 */
    }

    .voice-main-image-wrapper2:before {
      border-radius: 30px 0 0 30px; /* 左側だけ角丸 */
    }

    .voice-main-image2 {
      border-radius: 30px;
  }

  .voice-info2 {
      flex-direction: column;
  }

  .voice-box-left2, .voice-box-right2 {
      flex-direction: column;
      align-items: center;
  }

  .voice-title-y{
    color: #fff;
  }

  .voice-box {
    display: flex;
    flex-direction: column;
  }

  .voice-text {
    order: 1; /* スマホで一番上に */
  }

  .voice-thumbnail-wrapper {
    order: 2; /* スマホで二番目に */
  }

  .voice-thumbnail-wrapper2 {
    order: 2; /* スマホで二番目に */
  }
  .voice-title {
    order: 2; /* スマホで最上位 */
  }

  .question {
    order: 1; /* スマホで2番目 */
  }
}

/*　締めの鳥*/
.under-section-container {
  position: relative;
  background-color: #73B930;
  color: white;
  text-align: left;
  padding: 0px 15% 50px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 650px;
  overflow: hidden;
}

.under-text-content {
  position: relative;
  max-width: 60%;
  z-index: 2;
}

.under-text-content .section-title {
  font-family: "adorn-pomander", sans-serif;
  transform: rotate(-10deg);
  font-size: 160px;
  margin-bottom: 20px;
  line-height: 0.64;
}

.under-text-content p {
  font-size: 17px;
  line-height: 1.8;
  padding-top: 15px;

  padding-left: 160px;
}

.bird-image {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
  width: 50%;
  z-index: 1;
}

.under-content{
  background-color: #73B930;
  height: 150px;
}





/* スマホ対応 */
@media (max-width: 768px) {
  .under-section-container {
      flex-direction: column;
      text-align: center;
      height: auto;
      padding: 40px 5% 100px;
      justify-content: center;
      align-items: center;
  }

  .under-text-content {
      max-width: 100%;
      text-align: center;
  }

  .under-text-content .section-title {
      font-size: 100px; /* SP版で少し小さく */
      margin-bottom: 10px;
  }

  .under-text-content p {
      font-size: 16px;
      line-height: 1.6;
      padding-left: 0;
      margin-top: 40px;
  }

  .bird-image {
      position: relative;
      width: 122%;
      margin-top: 20px;
      transform: none;
  }

  .under-content {
      height: 100px; /* SP版で少し縮小 */
  }
}



/* style.css */

.slick-visual .slick-dots li button:before {
  font-size: 40px;
}
.slick-track {
  display: flex !important;
}
.slick-slide {
  height: auto !important;
}


/* 20210317 修正 */

h2.news-title {
  text-align: center;
  margin-bottom: 40px;
}

h2.news-title img {
  width: 240px;
}

h3.category-title {
  margin-top: 40px;
  padding-top: 40px;
  /*  border-top: var(--green) 2px dotted;*/
  margin-bottom: 10px;
}

h3.category-title img {
  margin-right: 20px;
  padding-bottom: 10px;
}

h3.category-title2 {
  margin-top: 40px;
  padding-top: 40px;
  /*  border-top: var(--green) 2px dotted;*/
  margin-bottom: 10px;
}

h3.category-title2 img {
  margin-right: 20px;
  padding-bottom: 10px;
}

.slick-arrow {
  display: none!important;
}

@media screen and (max-width: 480px) {
  h3.category-title,
  h3.category-title2 {
      margin-bottom: 0px;
  }
  p.link_btn {
      margin: 20px 0 0 0;
  }
  .the_post_thumbnail img {
      width: 100%;
      height: 100%;
  }
}


/*// 202411 追記 //*/
.bgBox {
  position: absolute;
    top: 0;
    left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.fw-bold { font-weight: bolder ;}
.archiveBox {
  display: grid;
    grid-gap: 45px 35px ;
    grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 992px) {
  .archiveBox {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 574px){
  .archiveBox {
    grid-template-columns: 1fr;
  }
}

.pagenation:has(ul.page-numbers) {
  margin-top: 60px;
}
.pagenation ul.page-numbers {
  display: flex;
    grid-gap: 10px;
    justify-content: center;
}
.pagenation li .page-numbers {
  background: #fff;
  border: solid 1px var(--green);
  color: var(--green);
  display: flex;
    align-items: center;
    justify-content: center;
  line-height: 1;
  transition: .2s ease-in-out;
  width: 2em;
  height: 2em;
}
.pagenation li .page-numbers.current {
  background: var(--green);
  color: #fff;
}
.pagenation li .page-numbers.next,
.pagenation li .page-numbers.prev {
  background: transparent;
  border: none;
  position: relative;
}
.pagenation li .page-numbers.next::before,
.pagenation li .page-numbers.prev::before {
	background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 8.18 11.74"><path fill="%2373b930" d="M.75,11.74c-.23,0-.45-.1-.6-.3-.25-.33-.18-.8.15-1.05l6.04-4.52L.3,1.35C-.03,1.1-.1.63.15.3.4-.03.87-.1,1.2.15l6.59,4.92c.06.04.15.14.2.2.15.2.22.46.19.73-.04.26-.17.5-.38.66L1.2,11.59c-.13.1-.29.15-.45.15Z" /></svg>') no-repeat center / contain;
  content: '';
  display: block;
  margin: auto;
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
  transition: .2s ease-in-out;
  width: 1em;
  height: 1em;
}
.pagenation li .page-numbers.prev {
  transform: rotate(180deg);
}
.pagenation li .page-numbers:hover::before {
  transform: translateX(5px);
}
.pagenation li .page-numbers:not(.current):hover {
  opacity: .8;
}


#nav ul {
  grid-gap: 1em 1.5em;
  flex-wrap: wrap;
}
#nav a { /* 2025 */
  border: solid 1px var(--green);
  border-radius: 5px;
  color: var(--green);
  display: block;
  font-weight: bold;
  min-width: 6em;
  padding: .7em 2em;
  text-align: center;
  transition: .2s ease-in-out;
}
#nav a.current {
  background: var(--green);
  color: #fff;
  pointer-events: none;
}
#nav a:hover {
  opacity: .7;
}

@media screen and (max-width: 769px) {
  #nav ul {
    font-size: 14px;
    grid-gap: .6em;
  }
  #nav a {
    padding: .4em .7em;
  }
}

/*====================================================
////class コンタクトフォーム7
====================================================*/
.wpcf7-form .wpcf7-checkbox,
.wpcf7-form .wpcf7-radio {
	display: flex;
	flex-wrap: wrap;
	grid-gap: .3em 1.2em;
}

.wpcf7-form .wpcf7-list-item {
	margin-left: 0;
}

.wpcf7-not-valid-tip {
	bottom: -7px;
	background: var(--red);
	color: #fff !important;
	display: inline-block !important;
	font-size: 12px !important;
	font-weight: bold;
	margin: 5px 0 10px;
	padding: 1px .8em 1px .8em;
	position: relative;
	text-align: center;
	/* width: 12em; */
	white-space: nowrap;
}

.wpcf7-not-valid-tip:before {
	border: solid transparent;
	border-width: 0 5px 12px 5px;
	border-bottom-color: var(--red);
	content: '';
	margin: auto;
	position: absolute;
	top: -10px;
	left: 20px;
	width: 0;
	height: 0;
}

.wpcf7-spinner {
	display: none;
}
.screen-reader-response {
  display: none;
}
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
	background: var(--red);
	border-color: var(--red);
	border-radius: 5px;
	color: #fff;
	margin: 1.5em auto 0;
	max-width: 720px;
	padding: .5em 1em;
}



.formBox {
  background-color: #fff;
  border: solid 1px var(--green);
  margin: auto;
  padding: 10px 50px;
}
.formBox dl {
  border-bottom: solid 1px var(--green);
  display: grid;
    grid-gap: 0 1em;
    grid-template-columns: 10em 1fr;
  padding: .7em 0;
}
.formBox.confirm dl {
  padding: 1.4em 0;
}
.formBox.confirm dl:last-child {
  border-bottom: none;
}
.formBox:not(.confirm) dt {
  padding-top: .6em;
}

.formBox input, .formBox textarea {
  background: var(--l_beige);
  border: none;
  box-sizing: border-box;
  display: block;
  padding: .5em .8em;
  width: 100%;
}
.formBox input:focus, .formBox textarea:focus ,
.formBox input:focus-visible, .formBox textarea:focus-visible {
  outline: none;
}
input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]+span,
input[type="checkbox"]+label {
	display: inline-block;
  cursor: pointer;
	position: relative;
	padding-left: 1.5em;
}

input[type="checkbox"]+span:before,
input[type="checkbox"]+label:before {
	position: absolute;
	content: '';
	width: 1em;
	height: 1em;
	border: solid 1px;
	border-radius: 3px;
	top: .2em;
	left: 0px;
	background: #fff;
	transition: .2s ease-in-out;
}

input[type="checkbox"]+label:before {
	top: -.15em;
}

input[type="checkbox"]+span:after,
input[type="checkbox"]+label:after {
	position: absolute;
	content: '';
	width: .9em;
	height: .5em;
	border: solid;
	border-width: 0 0 3px 3px;
	border-color: transparent transparent var(--red) var(--red);
	transform: rotate(-45deg);
	top: .2em;
	left: 3px;
	opacity: 0;
	transition: .2s ease-in-out;
}

input[type="checkbox"]+label:after {
	top: -2px;
}

input[type="checkbox"]:checked+span:after,
input[type="checkbox"]:checked+label:after {
	opacity: 1;
}
input[type="button"] {
  background: transparent;
  border: none;
  cursor: pointer;
}
.consentBox .wpcf7-checkbox {
  justify-content: center;
}

@media screen and (max-width: 769px) {
  .formBox {
    padding: 0 10px;
  }
  .formBox dl {
    grid-template-columns: 1fr;
  }
  .formBox dt {
    padding: 0 0 .5em;
  }
}

.pointBox {
  background: #fff;
  padding: 30px;
}

ol {
	counter-reset: number;
	/* 名前を付けたカウンターをリセット */
	list-style: none;
	/* olが数字を付けることをキャンセル */
	margin: 0;
	padding: 0;
}

ol>li {
	padding-left: 2em;
	line-height: 1.4;
	margin: .5em 0;
	position: relative;
}

ol>li:before {
	background: var(--green);
	border-radius: 100%;
	box-sizing: border-box;
	color: #fff;
	counter-increment: number;
	content: counter(number);
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: .85em;
	font-weight: 700;
	padding-bottom: .15em;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 1.7em;
	height: 1.7em;
	line-height: 1;
}

.pointBox ol {
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .pointBox {
    margin: 0 -20px;
    padding: 20px;
  }
}

  header .btnBoxSP {
      display: none;
  }


@media screen and (max-width: 768px) {
    header .btnBox {
        display: none;
    }
    header .btnBoxSP {
      display: block;
    }
    .headerbtnBoxSP{
      display: block;
    }
  
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav,
#g-nav3 {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999999;
    /*ナビのスタート位置と形状*/
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: rgba(255, 255, 255, 1);
    /*動き*/
    transition: all 0.6s;
    padding: 20px 20px;
}

#g-nav2 {
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 999999;
    /*ナビのスタート位置と形状*/
    top: 70px;
    right: -120%;
    width: 100%;
    height: 100vh;
    /*ナビの高さ*/
    background: rgba(255, 255, 255, 1);
    /*動き*/
    transition: all 0.6s;
    padding: 20px 20px;
}

/*アクティブクラスがついたら位置を0に*/

#g-nav.panelactive,#g-nav2.panelactive ,#g-nav3.panelactive{
    right: 0;
}

/*ナビゲーションの縦スクロール*/

#g-nav.panelactive #g-nav-list,
#g-nav3.panelactive #g-nav-list,
#g-nav2.panelactive #g-nav-list {
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    /*表示する高さ*/
    /*    overflow: auto;*/
    -webkit-overflow-scrolling: touch;
}

/*ナビゲーション*/

#g-nav ul,#g-nav2 ul ,#g-nav3 ul{
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top: 37%!important;
    left: 45%!important;
    transform: translate(-50%, -50%);
    text-align: left;
    width: 100%;
    padding: 0 80px;
}


/*リストのレイアウト設定*/

ul.sp_menu_list{
  background: #fff!important;
}

ul.sp_menu_list li{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: #76bb2a 1px solid;
    border-image: linear-gradient(to right, #76bb2a 0%, #1a95d4 100%);
    border-image-slice: 1;
}

ul.sp_menu_list li:last-of-type{
    border-bottom: none;
}

.sp_menu_list a {
    font-size: 15px!important;
    color: #373231!important;
    line-height: 1.7;
}

.sp_menu_list a span{
    font-size: 13px!important;
    margin-left: 1.2em;
}


/*========= ボタンのためのCSS ===============*/

@media only screen and (min-width:961px) {
    .openbtn1{
        display: none;
    }
}

@media only screen and (max-width:960px) {
    .openbtn1{
        position: absolute;
        z-index: 999999999999999;
        /*ボタンを最前面に*/
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;

    }
    /*×に変化*/
    .openbtn1 span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 2px;
        border-radius: 2px;
        background-color: #73ba2f;
        width: 60%;
    }
    .openbtn1 p{
        text-align: center;
        display: inline-block;
        position: absolute;
        left: 5px;
        margin-top: 10px;
        background-color: #73ba2f;
        font-weight: bold;
    }

    .openbtn1.active span{
        background-color: #73ba2f;
        z-index: 9999999999999;
    }

    .openbtn1 span:nth-of-type(1){
        top: 15px;
    }
    .openbtn1 span:nth-of-type(2){
        top: 23px;
    }
    .openbtn1 span:nth-of-type(3){
        top: 31px;
    }
    .openbtn1.active span:nth-of-type(1){
        top: 18px;
        left: 12px;
        transform: translateY(6px) rotate(-45deg);
        width: 65%;
    }
    .openbtn1.active span:nth-of-type(2){
        opacity: 0;
    }
    .openbtn1.active span:nth-of-type(3) {
        top: 30px;
        left: 12px;
        transform: translateY(-6px) rotate(45deg);
        width: 65%;
    }
    body.home section#footer-top {
        padding: 0;
    }


    #lowMenuwrap#g-nav {
        /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
        position: fixed;
        z-index: 999999;
        /*ナビのスタート位置と形状*/
        top: 60;
        right: -120%;
        width: 100%;
        height: 100vh;
        /*ナビの高さ*/
        background: rgba(244, 242, 235, 1);
        /*動き*/
        transition: all 0.6s;
        padding: 20px 20px;
    }


    /*openbtn2*/
    .openbtn2 ,.openbtn3{
        position: absolute;
        z-index: 999999999999999;
        /*ボタンを最前面に*/
        top: 10px;
        right: 10px;
        cursor: pointer;
        width: 50px;
        height: 50px;

    }

    .openbtn2 span,
    .openbtn3 span {
        display: inline-block;
        transition: all .4s;
        position: absolute;
        left: 14px;
        height: 2px;
        border-radius: 2px;
        background-color: #73ba2f!important;
        width: 60%;
    }

    .openbtn2 p,
    .openbtn3 p {
        text-align: center;
        display: inline-block;
        position: absolute;
        left: 5px;
        margin-top: 10px;
        color: #fff;
        font-weight: bold;
    }

    .openbtn2 .active span,
    .openbtn3 .active span {
        background-color: #73ba2f;
        z-index: 9999999999999;
    }

    .openbtn2 span:nth-of-type(1),
    .openbtn3 span:nth-of-type(1) {
        top: 15px;
    }
    .openbtn2 span:nth-of-type(2),
    .openbtn3 span:nth-of-type(2) {
        top: 23px;
    }
    .openbtn2 span:nth-of-type(3),
    .openbtn3 span:nth-of-type(3) {
        top: 31px;
    }
    .openbtn2.active span:nth-of-type(1),
    .openbtn3.active span:nth-of-type(1) {
        top: 18px;
        left: 20px;
        transform: translateY(6px) rotate(-45deg);
        width: 30%;
    }
    .openbtn2.active span:nth-of-type(2),
    .openbtn3.active span:nth-of-type(2) {
        opacity: 0;
    }
    .openbtn2.active span:nth-of-type(3),
    .openbtn3.active span:nth-of-type(3) {
        top: 30px;
        left: 20px;
        transform: translateY(-6px) rotate(45deg);
        width: 30%;
    }

    #g-nav .panelactive{
        
    }
}

/* g-nav のスタイルを調整 */
.btnBoxSP #g-nav {
  padding: 0px;
  z-index: 666666;
}

/* ナビゲーションのレイアウト修正 */
.btnBoxSP #g-nav ul {
  position: relative;
  z-index: 999;
  text-align: center; /* 左揃えではなく中央揃え */
  width: 100%;
  padding: 0px 30px 20px;
  top: auto !important; /* 位置調整を解除 */
  left: auto !important; /* 位置調整を解除 */
  transform: none !important; /* 強制的に中央配置するのを無効化 */
}

/* メニュー全体のレイアウト調整 */
#recruit2025 #g-nav-list {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 20px 0px;
  width: 100%;
  position: relative; /* 位置を固定しない */
}

/* SPメニューのスタイル */
/* メニューリスト */
.sp_menu_list2025 {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left; /* 左揃え */
  display: flex;
  flex-direction: column;
  width: 100%;
}

/* メニュー項目 */
.sp_menu_list2025 li {
  position: relative;
  text-align: left;
  padding: 30px 0 40px;
  width: 100%; /* 幅をコンテンツいっぱいに */
}

/* メニュー項目のリンク */
.sp_menu_list2025 li a {
  display: block; /* 親要素いっぱいに広げる */
  font-size: 18px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  position: relative;
  padding: 20px 20px 20px; /* 左右の余白を追加 */
  width: 100%; /* コンテンツ幅いっぱい */
}

.sp_menu_list2025 li.menu-recruit-btn a {
  padding: 10px 20px 10px; /* 左右の余白を追加 */
}

/* グラデーションの下線をコンテンツいっぱいに */
.sp_menu_list2025 li:not(.menu-recruit-btn) a::after {
  content: "";
  display: block;
  width: calc(100% - 40px); /* 左右の余白を考慮しつつ幅いっぱい */
  height: 1px;
  background: linear-gradient(to right, #009245, #00a2e8);
  position: absolute;
  bottom: 0;
  left: 20px; /* 左端を揃える */
}

/* 採用・求人情報ボタン */
.sp_menu_list2025 .menu-recruit-btn {
  margin-top: 30px;
  text-align: center;
  width: 100%;
}

.sp_menu_list2025 .menu-recruit-btn a {
  display: block;
  width: 100%;
}

.sp_menu_list2025 .menu-recruit-btn img {
  width: 100%;
  border-radius: 10px;
}

/* お問い合わせ & コーポレートサイトボタンの修正 */
.sp_buttonBox {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 100px; /* `menu-recruit-btn` と重ならないように余白を追加 */
  width: 100%;
  padding: 0px 50px 20px;
}

/* ボタンのデザイン */
.sp_buttonBox a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 2px solid var(--green);
  color: var(--green);
  font-size: 13px;
  font-weight: bold;
  padding: 10px 10px;
  border-radius: 8px;
  text-decoration: none;
  transition: 0.3s;
}

.sp_buttonBox a img {
  width: 16px;
  height: 16px;
  margin-right: 5px;
}

/* お問い合わせボタンのアイコン調整 */
.sp_buttonBox .contact2025 {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: var(--green);
  position: relative;
  padding-left: 45px; /* アイコンのスペース確保 */
  border: 2px solid var(--green);
}

.sp_buttonBox .contact2025::before {
  content: "";
  display: inline-block;
  width: 20px; /* アイコンのサイズ */
  height: 20px;
  background: url('data:image/svg+xml;charset=UTF-8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 15"><path fill="%2373B930" d="M20,9.03l-2.58-2.67,2.58-2.22v4.89ZM0,4.13v4.9l2.58-2.68L0,4.13ZM16.13,7.46l-4.41,3.79c-.46.39-1.07.61-1.72.61s-1.26-.22-1.72-.61l-4.42-3.79L0,11.46v2.46c0,.6.48,1.08,1.08,1.08h17.84c.6,0,1.08-.48,1.08-1.08v-2.46l-3.87-4ZM18.92,0H1.08C.48,0,0,.48,0,1.08v1.08l9.43,8.1c.3.26.83.26,1.14,0L20,2.15v-1.08c0-.6-.48-1.08-1.08-1.08Z" /></svg>') no-repeat center / contain;
  position: absolute;
  left: 15px; /* アイコンの位置調整 */
}

/* Instagram アイコンの左揃えを確実にする */
.sp_social {
  width: 100%; /* 親要素の幅を100%に */
  text-align: left !important; /* 中央揃えを上書き */
  padding-left: 50px; /* 左側に余白をつける */
}

/* アイコンのリンクをブロック要素に */
.sp_social a {
  display: block; /* 左寄せを確実にする */
}

/* アイコンのサイズ調整 */
.sp_social a img {
  width: 32px;
  height: 32px;
  transition: 0.3s;
}

.sp_social a:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 768px) {
  .sliderBox {
    display: flex;
    flex-direction: column; /* ← これが影響？ */
    gap: 20px;
  }

  .autoplay2021 {
    display: block !important; /* ← これが影響？ */
  }

  .job-loop {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    width: 100%;
    margin-bottom: 50px;
  }
}


/*--------------------------------------------------------------
# 下層ページ FV スタイル
--------------------------------------------------------------*/

.subpage-hero {
  position: relative;
  width: 100%;
  min-height: 60vh; /* ビューポート全体をカバー */
  display: flex;
  align-items: center;
  justify-content: flex-start; /* 左寄せ */
  overflow: hidden;
}

/* 左側テキスト部分 */
.subpage-text-container {
  position: absolute;
  z-index: 50;
  left: 12%;
  top: 50%; /* 適切な高さに調整 */
  max-width: 40%;
  color: #000;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/* 英文タイトル */
.subpage-text-container p.works-title {
  font-size: 160px;
  font-family: "adorn-pomander", sans-serif;
  font-weight: 400;
  line-height: 0.3;
  font-style: normal;
  margin-bottom: 50px;
  white-space: nowrap; /* 改行防止 */
  z-index: 50;
  transform: rotate(-10deg); /* 斜めに回転 */
}

/* 日本語タイトル h1 */
.subpage-text-container h1.page-title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  color: #333;
  display: flex;
  align-items: center;
  gap: 10px;
}

.subpage-text-container .icon img {
  width: 35px;
  height: auto;
}

/* 画像コンテナ */
.subpage-image-container {
  width: 60%;
  height: 350px; 
  overflow: hidden;
  margin-left: auto; /* 右寄せ */
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: relative;
  z-index: 2;
  border-radius: 40px 0 0 40px;
}

.subpage-image-container img {
  width: 100%;
  height: 350px; 
  object-fit: cover;
  border-radius: 40px 0 0 40px;
}

/* 黄色のグラデーション背景 */
.subpage-hero::before {
  content: "";
  position: absolute;
  top: 33%;
  left: 33%; /* 左位置はそのまま */
  width: 68%; /* 右端まで伸ばす */
  height: 60%;
  background: linear-gradient(to bottom right, #FFF023, rgba(255, 240, 35, 0));
  z-index: 1;
  border-radius: 40px 0 0 40px;
}

/*--------------------------------------------------------------
# SP版 下層ページ FV スタイル
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  .subpage-hero {
    flex-direction: column-reverse; /* スマホでは画像を上、テキストを下に */
    align-items: center;
    justify-content: flex-start;
    min-height: 54vh; /* 高さを調整 */
    padding-top: 0px;
    overflow: hidden;
  }

  /* 黄色のグラデーション背景 */
  .subpage-hero::before {
    content: "";
    position: absolute;
    top: 25%;
    left: 10%; /* 左位置はそのまま */
    width: 100%; /* 右端まで伸ばす */
    height: 35vh; /* スマホでは少し縮小 */
    background: linear-gradient(to bottom right, #FFF023, rgba(255, 240, 35, 0));
    z-index: 1;
    z-index: -1;
    border-radius: 20px 0 0 20px;
    }

  /* 画像コンテナ */
  .subpage-image-container {
    width: 80%;
    height: 36vh; /* スマホでは少し縮小 */
    border-radius: 20px 0 0 20px;
    justify-content: center;
  }

  .subpage-image-container img {
    border-radius: 20px 0 0 20px;
    object-fit: cover;
    height: 250px;
  }

  /* テキストコンテナ */
  .subpage-text-container {
    position: relative;
    text-align: center; /* スマホでは中央配置 */
    left: auto;
    top: auto;
    max-width: 80%;
    padding: 0px 0;
  }

  /* 英文タイトル */
  .subpage-text-container p.works-title {
    font-size: 100px; /* スマホでは縮小 */
    margin-bottom: 30px;
    margin-top: 20px;
  }

  /* 日本語タイトル h1 */
  .subpage-text-container h1.page-title {
    font-size: 16px;
    line-height: 1.4;
    text-align: center;
  }

  .subpage-text-container .icon img {
    width: 25px;
  }
}

/* 下層お仕事紹介 */
#jobSection {
  padding: 100px 0 150px 0;
  z-index: 400;
}

/* トップページお仕事紹介 */
body#front-page #jobSection {
  padding: 100px 0 0px 0;
  z-index: 400;
}

#jobSection h2.job-text{
  font-size: 17px;
  line-height: 2;
}

#jobSection #nav ul {
  grid-gap: 1em 1.5em;
  flex-wrap: wrap;
  justify-content: space-between;
}



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

  #jobSection {
    padding: 50px 0 50px 0;
    z-index: 400;
  }
  
  #jobSection #nav ul {
    grid-gap: 1em 1.5em;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  
}

/* お仕事単ページ */
#entry {
  padding: 0px 0 100px 0;
  z-index: 400;
}

/* h2のデザイン調整 */
h2.jobtitile-line {
  display: flex;
  align-items: baseline; /* テキストのベースラインに揃える */
  font-size: 18px;
  font-weight: bold;
  color: #333;
  margin-bottom: 20px;
}

/* テキスト部分 */
.jobtitile-line .text {
  white-space: nowrap; /* テキストの改行を防ぐ */
  margin-right: 10px; /* ラインとの間隔 */
}

/* 横のライン */
.jobtitile-line::after {
  content: "";
  flex-grow: 1;
  height: 1px;
  background-color: #73B930; /* 緑色のライン */
}



br.br-pc{
  display: block;
}

br.br-sp{
  display: none;
}

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


  #entry {
    padding: 0px 0 50px 0;
    z-index: 400;
  }

  br.br-pc{
    display: none;
  }
  
  br.br-sp{
    display: block;
  }
  
}

@media screen and (max-width: 430px) {
  .subpage-hero {
    min-height: 50vh; /* 高さを調整 */
  }

  /* 黄色のグラデーション背景 */
  .subpage-hero::before {
    height: 30vh; /* スマホでは少し縮小 */
  }
}

@media screen and (max-width: 390px) {
  .subpage-hero {
    min-height: 54vh; /* 高さを調整 */
  }

  /* 黄色のグラデーション背景 */
  .subpage-hero::before {
    height: 35vh; /* スマホでは少し縮小 */
  }
}


@media screen and (max-width: 375px) {
  .subpage-hero {
    min-height: 62vh; /* 高さを調整 */
  }

  /* 黄色のグラデーション背景 */
  .subpage-hero::before {
    height: 40vh; /* スマホでは少し縮小 */
  }

  #list-page .footer2025,
  #single-page .footer2025 {
    padding: 50px 30px;
  }
  .footer2025-copy {
    padding: 0px 20px 20px 50px;
  }

}
