@charset "UTF-8";
/*メディアクエリ*/
/*
//Tablet表示のVW変換関数
$tbBreakPoint: 1000;
@function pxTbToVw($pxValue) {
	@return (($pxValue / $tbBreakPoint) * 100) + vw;
}
*/
* {
  word-break: break-all;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 0;
  min-width: 0;
}

_:lang(x)::-ms-backdrop, .selector {
  font-family: "Segoe UI", Meiryo, sans-serif;
}

html, body, input, textarea, select {
  font-size: 26px;
  color: #1a1a1a;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  html, body, input, textarea, select {
    font-size: 3.4666666667vw;
  }
}

body {
  margin: 0;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

p {
  margin: 0;
}

img {
  border: none;
  vertical-align: bottom;
  max-width: 100%;
}

a {
  color: #1a1a1a;
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #4d4d4d;
}
a:hover img {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

sup {
  font-size: 0.5em;
  vertical-align: top;
}

/* ------------------------------
   セクション共通
   背景はセクション要素に指定（=全幅）。中身は .container で 750px 固定。
------------------------------ */
.section {
  width: 100%;
  position: relative;
  /* 背景画像を使う場合の推奨設定 */
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;

  /* 上下の余白（PC想定）。必要に応じて調整 */
  padding: 40px 0;
}

/* コンテンツは中央に750px固定で収める */
.section .container {
  width: var(--content-width);
  margin-left: auto;
  margin-right: auto;
}

/* ------------------------------
   スマホ対応（任意）
   指定が無ければPC前提でOKですが、SPで横スクロールを避けるための最低限。
------------------------------ */
@media (max-width: 750px) {
  .section .container {
    width: 100vw;       /* 画面幅にフィット */
    padding-left: 0;    /* 余白が必要ならここで調整 */
    padding-right: 0;
  }
  .section {
    padding: 24px 0;    /* SPの上下余白をやや小さめに */
  }
}

/********************************
	flexbox 基本class
	wrapやjustify-contentの指定は個別のcss classで追記する
********************************/
*.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 751px) {
  .wrapper .sp_only {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .wrapper {
    width: 100%;
    max-width: 100%;
    min-width: unset;
    overflow: hidden;
  }
  .wrapper .pc_only {
    display: none !important;
  }
}

/**-----------------------------
  header
-----------------------------**/
.site-header{
  position: fixed;
  top: 0; left: 0;
  width: 100vw;
  height: 80px;
  background-color: rgb(255 255 255 / 80%);
  z-index: 1000;
}

/* 750pxの内側コンテナを中央配置 */
.header-inner{
  width: 750px;
  height: 100%;
  margin: 0 auto;
  /* padding: 0 40px; ← 右端ピッタリにしたいので外す */
  display: flex;
  align-items: center;
  justify-content: flex-start; /* 左詰め。右は margin-left:auto で寄せる */
}

header .head_logo{ width: 217px; }
header h1 { margin: 0; }

/* ← ココを position から置き換え */
header .header_image{
  margin-left: auto;  /* 750pxボックスの右端へ */
}
header .header_image img{
  display: block;
  height: 56px;       /* お好みで調整 */
  max-width: 100%;
}

/* SP（必要なら） */
@media screen and (max-width: 750px){
  .site-header{
    height: 10.6666666667vw;  /* 80px → 10.6666666667vw */
  }
  .header-inner{
    width: 100%;
    padding: 0 5.3333333333vw; /* SPは余白ありに戻す */
  }
  header .head_logo{ width: 28.9333333333vw; }
  header .header_image img{ height: 7.4666666667vw; }
}

.banner-wrap{
  position: relative;
  width: 100%;
}

.banner-solid{
  background-color: #ff5353;
  height: 60px;
  margin-top: 80px;
}

/* テキストは中央に重ねる */
.banner-text{
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
  width: 88%;
  white-space: nowrap;
  font-size: clamp(1rem, 2.5vw, 1.8rem);
  font-weight: bold;
  color: #f9ff00;
  text-align: center;
  text-shadow: 1px 1px 3px #000;
  pointer-events: none;
}

@media screen and (max-width: 750px){
  .banner-solid{
    height: 8vw; /* 60px → 8vw */
    margin-top: 10.66666vw;
  }
  
}

/* ------------------------------
sec01 FV
------------------------------ */
#sec01 {
  width: 100%;
  position: relative;
}

#sec01 .sec01_fv {
  position: relative;
  width: 750px;       /* 固定幅 */
  margin: 0 auto;     /* 中央寄せ */
}

#sec01 .sec01_fv .img1 img {
  display: block;
  width: 100%;
  height: auto;
}

/* 上に重ねる画像たち */
#sec01 .sec01_fv .img2,
#sec01 .sec01_fv .ctabtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

/* sec01_img2.png → FVの下から少し上 */
#sec01 .sec01_fv .img2 {
  bottom: 20px;   /* ←好みで調整してな */
  width: 90%;
}

/* CTAボタン → その下に配置 */
#sec01 .sec01_fv .ctabtn {
  bottom: 40px;    /* ←FVの下ギリギリじゃなく少し上 */
  width: 75%;
}

#sec01 .sec01_fv .ctabtn img {
  width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 750px) {
  #sec01 .sec01_fv {
    width: 100%;       /* 画面幅いっぱい */
  }

  #sec01 .sec01_fv .img2 {
    bottom: 4vw;      /* SPではvwで相対調整 */
    width: 90%;
  }

  #sec01 .sec01_fv .ctabtn {
    bottom: 5vw;
    width: 80%;
  }
}

/* ------------------------------
sec02 受給事例
------------------------------ */

#sec02 {
  width: 100%;
  position: relative;
}

/* 上部の画像2枚 */
#sec02 .sec02_img {
  width: 750px;         /* PCは固定幅 */
  margin: 0 auto 40px;  /* 中央寄せ＋下余白 */
  text-align: center;
}

#sec02 .sec02_img p {
  margin: 0;
}

#sec02 .sec02_img img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* スライダー部分 */
#sec02 .sage {
  width: 750px;       /* PCは固定幅 */
  margin: 0 auto;     /* 中央寄せ */
}

#sec02 .sage .slider {
  list-style: none;
  margin: 0;
  padding: 0;
}

#sec02 .sage .slider li {
  text-align: center;
}

#sec02 .sage .slider img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

@media (max-width: 750px) {
  #sec02 .sec02_img {
    width: 100%;     /* 画面幅いっぱい */
  }
  #sec02 .sage {
    width: 100%;     /* 画面幅いっぱい */
    padding: 0 5vw;  /* 両端に余白 */
  }
}

/* ------------------------------
sec03 RE:STARTで解決
------------------------------ */

#sec03 {
  width: 100%;
  position: relative;
  padding-top: 40px;
}

/* 上部の画像（お悩み） */
#sec03 .sec03_img1 {
  width: 750px;
  margin: 0 auto;
  text-align: center;
}

#sec03 .sec03_img1 img {
  max-width: 100%;
  height: auto;
  display: inline-block;
}

/* 下部の画像ブロック */
#sec03 .sec03_img2 {
  position: relative;
  width: 750px;
  margin: 0 auto;
  text-align: center;
}

/* img2 は縦並び（普通の画像） */
#sec03 .sec03_img2 .img2 img {
  display: block;
  width: 100%;
  height: auto;
}

/* img3：ベース画像 */
#sec03 .sec03_img2 .img3 img {
  display: block;
  width: 100%;
  height: auto;
}

/* img4：img3の上に配置 */
#sec03 .sec03_img2 .img4 {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 100px;   /* CTAを置くスペース確保 */
  width: 95%;
}

#sec03 .sec03_img2 .img4 img {
  width: 100%;
  height: auto;
  display: block;
}

/* CTAボタン：img4の下端にかぶせる */
#sec03 .sec03_img2 .ctabtn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 115px;
  width: 80%;
  z-index: 2;
}

#sec03 .sec03_img2 .ctabtn img {
  width: 100%;
  height: auto;
  display: block;
}



@media (max-width: 750px) {
  #sec03 .sec03_img1,
  #sec03 .sec03_img2 {
    width: 100%;
  }


  #sec03 .sec03_img2 .img4 {
    width: 95%;
    bottom: 15vw;
  }

  #sec03 .sec03_img2 .ctabtn {
    width: 80%;
    bottom: 17vw;
  }
}

/* ------------------------------
footer
------------------------------ */

/* 背景は全幅 */
.site-footer{
  background: #00128d;
  color: #fff;
}

/* 中身だけ750pxで中央配置・2列 */
.footer-inner{
  width: min(100%, 1200px);
  margin: 0 auto;
  padding: 20px 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

/* 左：ロゴ */
.footer-logo img{
  display: block;
  height: 40px;        /* お好みで */
  width: auto;
}

/* 右：リンク */
.footer-nav ul{
  display: flex;
  gap: clamp(12px, 3vw, 32px);
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-nav a{
  color: #fff;
  text-decoration: none;
  font-weight: 700;
}
.footer-nav a:hover{ text-decoration: underline; }

/* SPは縦積み中央 */
@media (max-width: 750px){
  .footer-inner{
    padding: 16px 5.3333333333vw;
    flex-direction: column;
    align-items: center;
    gap: 12px;
  }
  .footer-logo img{ height: 32px; }
  .footer-nav ul{ flex-wrap: wrap; justify-content: center; }
}