@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
/* body { */
  /* margin: 0;
  /* background: linear-gradient(to left, #006AB1, #40B4D4, #80FFF6); */
  /* background-attachment: fixed; */
  /* background-repeat: no-repeat;
  background-size: cover;       */
  /* font-family: 'Lato', 'Noto Sans', sans-serif;
  background-image: url('../img/bg.webp'); 

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  background-repeat: no-repeat;
  /* background-size: cover; */
  /* width: 100%;
  height: 100vh;
  overflow: auto;
} */

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  font-family: 'Lato', 'Noto Sans', sans-serif;
}

/* PC用（幅769px以上） */
@media (min-width: 769px) {
  body {
    background: url('../img/bg.webp') no-repeat;
    background-attachment: fixed; 
   background-repeat: no-repeat;
  background-size: cover; 
  }
  
  .fv-bg-img {
    height: 100%; 
  }
}

/* SP用（幅768px以下） */
@media (max-width: 768px) {
  body {
    /* body はグラデーション背景 */
    background: linear-gradient(to left, #006AB1, #40B4D4, #80FFF6);
  }
  
  .fv-bg-img {
    height: 100%; 
    background: url('../img/bg.webp') no-repeat center center;
  background-size: cover;   
  background-attachment: scroll;
  }
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
  /* width: 100%; */
  max-width: 100%;
}

/* =========================================
font
========================================= */
/* =========================================
break point
========================================= */
/* =========================================
mixin
========================================= */
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  letter-spacing: 0.02em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  /* color: #fff; */
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;
}

img {
  height: auto;
  vertical-align: bottom;
}
@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

[id] {
  scroll-margin-top: 200px;
}

/* ========================================================
タイトル
=========================================================*/
.c-title {
  text-align: center;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .c-title {
    padding: 20px 0;
  }
}



.c-title__main {
  display: block; /* これがないと text-align の影響を受ける */
  font-size: 4.4rem;
  font-weight: 600;
  background: linear-gradient(to right, #006AB1, #40B4D4);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin: 0 auto; /* デフォルトでは中央に揃う */
}


@media screen and (max-width: 768px) {
  .c-title__main {
    font-size: 2.0rem;
  }
}


.c-title__sub {
  font-size: 2.4rem;
  background: linear-gradient(to right, rgba(0, 106, 177, 0.2), rgba(64, 180, 212, 0.2));
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  display: block;
}

@media screen and (max-width: 768px) {
  .c-title__sub {
    font-size: 1.5rem;
  }
}


.c-title__main.-left,
.c-title__sub.-left {
  margin: 0;
  text-align: left;
}


.-first {
  padding-top: 10px;
  padding-bottom: 15px;
}


@media screen and (max-width: 768px) {
  .-first {
    padding-top: 0px;
    padding-bottom: 10px;
  }
}

/* デフォルトは非表示 */
.sp-only {
  display: none;
}

/* スマホ用（768px以下）で表示 */
@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}


/* ========================================================
header
=========================================================*/
/* 固定バナー */
.fixed-banner {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 100%;
  max-width: 250px;
  background-color: #fff;
  border-radius: 7px;
  box-shadow: 4px 4px 10px rgba(0,0,0,0.3);
  overflow: hidden;

  /* 初期状態 */
  opacity: 0.9;
  max-height: 200px; /* 展開時の高さの最大値 */
  transition: max-height 0.5s ease, opacity 0.5s ease;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .fixed-banner {
   display: none;
  }
}

@media screen and (max-width: 768px) {
  .fixed-banner show {
   display: none;
  }
}


/* 最小化状態 */
.fixed-banner.minimized {
  max-height: 40px; /* 最小化の高さ */
  padding: 5px 10px;
  opacity: 0.9;
  cursor: pointer;
}

/* 最小化状態 */
.fixed-banner.minimized {
  height: 40px;
  padding: 5px 10px;
  cursor: pointer; 
}


/* トグルボタン */
.fixed-banner-toggle {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 24px;
  height: 24px;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 10;
}

/* 擬似要素で × を描画 */
.fixed-banner-toggle::before {
  content: "×";   /* ← 擬似要素で描く */
  font-size: 2.6rem;
  font-weight: bold;
  color: #036EB3;
  line-height: 1;
  display: block;
  text-align: center;
}

.fixed-banner .fixed-banner-program,
.fixed-banner .fixed-banner-cta {
  transition: opacity 0.5s ease;
}

.fixed-banner-program,
.fixed-banner-cta {
  /* 左から出る動きの原因となる transform をリセット */
  transform: none !important;

  /* フェードインのみ */
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* バナー表示時にフェードイン */
.fixed-banner.show .fixed-banner-program,
.fixed-banner.show .fixed-banner-cta {
  opacity: 1;
  transform: none; /* 念のため transform をリセット */
}

/* 最小化時はフェードアウト */
.fixed-banner.minimized .fixed-banner-program,
.fixed-banner.minimized .fixed-banner-cta {
  opacity: 0;
  max-height: 0;
  padding: 0;/* 左のアイコン分は残す場合 */
  pointer-events: none;
}

/* 通常状態（開いている時）×ボタン表示 */
.fixed-banner .fixed-banner-toggle {
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  background: none;
  border: none;
  font-size: 1.2rem;
  cursor: pointer;
  z-index: 10;
  opacity: 1;           /* 見える */
  pointer-events: auto;  /* クリック可能 */
  transition: opacity 0.3s ease;
}

/* 最小化状態 */
.fixed-banner.minimized .fixed-banner-toggle {
  opacity: 0;           /* 見えなくする */
  pointer-events: auto;  /* クリック可能にする */
}

.fixed-banner-toggle-font {
  font-size: 1.8rem;
  margin-left: 10px;

}

/* 展開時は「表示する」を非表示 */
.fixed-banner:not(.minimized) .fixed-banner-show {
  display: none;
}

.fixed-banner-show {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease;
  color: #006AB1;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 1.4rem;
    padding-top: 0.5rem;

}

.fixed-banner.show .fixed-banner-show {
  opacity: 1;
  visibility: visible;
}
.fixed-banner-program {
  background-color: #002f63;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  max-width: 210px;
  position: relative; 
  padding-right: 10px;
  padding: 10px 0;
  border-radius: 5px;
  padding-left: 50px;
  margin-bottom: 10px;
  margin-top: 20px;
}


.fixed-banner-program::after {
    position: absolute;
    content: '';
    width: 18px;
    height: 22px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/icon_cv-document.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.fixed-banner-cta {
  background-color: #EE772C;
  color: #fff;
  display: block;
  font-size: 1.4rem;
  max-width: 210px;
  position: relative; 
  padding-right: 10px;
  padding: 10px 0;
  border-radius: 5px;
  padding-left: 50px;
}


.fixed-banner-cta::after {
    position: absolute;
    content: '';
    width: 20px;
    height: 20px;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-image: url(../img/icon_cv-calender.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width: 769px) {
  .fixed-banner-sp {
    display: none;
  }
}
@media (max-width: 768px) {
  .fixed-banner-sp {
    display: block;
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 9999;
    width: auto;
    height: auto;
    padding: 20px;

   opacity: 0;               
  transition: opacity 0.5s ease; 
  pointer-events: none;     
  }

  .fixed-banner-sp.show {
   opacity: 1;
  pointer-events: auto; 
  }
}

/* 固定バナーここまで */


.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  width: 100%;
  /* 背景は透明、代わりに__bgで管理 */
  background: transparent;
}

.l-header.is-scrolled {
  background: linear-gradient(to bottom, #fff, rgba(0,0,0,0));
  opacity: 1;
}

.l-header.is-scrolled .l-header__nav-item > a {
  color: #002f63;
}
.l-header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: linear-gradient(
      /* to bottom,
      rgba(255, 255, 255, 0.5),  上は少し濃い白 */
      rgba(255, 255, 255, 0.2)   /* 下はさらに透明 */
    );
  backdrop-filter: blur(8px);        /* 背景をぼかす */
  opacity: 0; /* 最初は透明 */
  transition: opacity 0.8s ease-in-out; /* ← ふわっと */
}

.l-header__icon .icon-x {
  filter: brightness(0) invert(1);
  transition: filter 0.4s ease;
}

/* スクロール後：#002f63（紺色） */
.l-header.is-scrolled .icon-x {
  filter: invert(80%) sepia(87%) saturate(650%) hue-rotate(191deg) brightness(85%) contrast(88%);
}

.l-header.is-scrolled .l-header__bg {
  opacity: 1; /* ← スクロール後にふわっと出現 */
}

/* ハンバーガーメニューアイコン */
.l-header__burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  cursor: pointer;
}


.l-header__burger span {
  display: block;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}

/* ハンバーガーアイコン初期は非表示 */
.l-header__burger {
  display: none;
  flex-direction: column;
  justify-content: space-between;
  width: 25px;
  height: 18px;
  cursor: pointer;
}

.l-header__burger span {
  display: block;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
}



.l-header__nav { 
  display: flex;
  justify-content: flex-end;
  padding: 40px 0;
  margin: 0 40px;
}

@media screen and (max-width: 768px) {
  .l-header__nav {
    display: none;
  }
}


.l-header__nav-list {
  display: flex;
  justify-content: flex-end;
  color: #fff;
}

.l-header__nav-item {
  display: flex;
  font-size: 1.6rem;
  margin: 0 30px;
}

@media screen and (max-width: 910px) {
  .l-header__nav-item {
    white-space: nowrap;
    margin: 0 20px;
  }
}


.l-header__nav-item > a {
  display: block;
  font-size: 1.6rem;
}

.l-header__icon {
  line-height: 1;
  display: flex;
  margin-right: 20px;
}

.l-header__icon div:first-of-type img{
  width: 27px;
}

.l-header__icon > div:nth-of-type(2) img {
  width: 25px;
}

.l-header__cta-nav > a {
  width: 170px;
  background: #EE772C;
  color: #fff;
  padding: 16px 40px 16px 20px;
  border-radius: 5px;
  position: relative;
}

.l-header__cta-nav {
  white-space: nowrap;
}

.l-header__cta-nav-btn::after {
  content: "";
  display: block;
  width: 12.73px;
  height: 7.36px;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon__arrow.png) no-repeat;
}


.p-fv__information_logo img{
  width: 271px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .p-fv__information_logo img {
    width: 100%;
    max-width: 70%;
  }
}

.p-fv__information-wrap {
  justify-content: space-between;
  padding: 100px 70px 35px 70px;
  display: flex;
  width: 100%;
  max-width: 1500px;
  gap: 30px;
  overflow: hidden;
  margin-inline: auto;
}

@media screen and (max-width: 1150px) {
  .p-fv__information-wrap {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    padding: 20px;
    justify-content: center;
  }
}

@media screen and (max-width: 768px) {
  .p-fv__information-wrap {
      justify-content: space-between;

  }
}


.p-fv__information {
  max-width: 695px;
}

@media screen and (max-width: 768px) {
  .p-fv__information {
    width: 100%;
  }
}

.p-fv__information h1 {
  /* font-size: 9.3rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.0;
  text-shadow: 0 -1px 13px rgba(0, 0, 0, 0.2); */
  width: 50%;
  width: 694px;

}

@media screen and (max-width: 768px) {
  .p-fv__information h1 {
    width: 694px;
    max-width: 100%;
  }
}

.p-fv__information h1 img {
  width: 694px;
}

@media screen and (max-width: 768px) {
  .p-fv__information h1 img {
    width: 100%;
  }
}


.p-fv__information h2 {
  color: #fff;
  font-size: 2.4rem;
  padding-top: 15px;
  line-height: 1.6;
  padding-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .p-fv__information h2 {
    padding-bottom: 20px;
    font-size: 1.6rem;
  }
}

.p-fv__information h2 span {
  font-size: 1.8rem;
}

.p-fv__information-en {
  font-family: 'Lato';
  font-weight: 600;
}

.p-fv__information-narrow {
  letter-spacing: -0.07em;
}



.p-fv__information-cta {
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .p-fv__information-cta {
    margin: 20px 0 0 0;
  }
}

.p-fv__cta {
  background-color: #EE772C;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 25px 60px 25px 30px;
  border-radius: 5px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .p-fv__cta {
    font-size: 1.5rem;
    padding: 10px 40px 10px 30px;
  }
}


.p-fv__cta::after {
  position: absolute;
  content: '';
  width: 24.4px;
  height: 13.5px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/p-fv__cta-arrow.png);
    background-size: contain;  /* 縦横比を維持 */
  background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
  .p-fv__cta::after {
    width: 16px;   /* 小さくする */
    height: 9px;   /* 小さくする */
    right: 10px;   /* 位置も調整可能 */
  }
}

.p-fv__information-date img {
  width: 100%;
  height: auto;
  display: block; 
}

.p-fv__information-date {
  width: 483px;
}

@media screen and (max-width: 768px) {
  .p-fv__information-date {
   width: 100%;
  }
}

/* ロゴエリア */
.p-logo {
  background: #fff;
  text-align: center;
  padding: 30px 0;
  /* margin: 0 20px; */
}

@media screen and (max-width: 768px) {
  .l-main {
    overflow: hidden;
  }
}

.p-logo h1 {
  font-size: 2.4rem;
  margin: 0 auto;
  display: inline-block;
  background: linear-gradient(to right, #006AB1, #40B4D4);
  background-size: 100%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 600;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-logo h1 {
    font-size: 1.5rem;
    padding: 0 20px;
    padding-bottom: 20px;
  }
}

/* 
.p-logo__all {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.p-logo__all img {
  width: 70%;
}

.p-logo__all img {
  width: 70%;
} */



 .p-logo_all-fv {
  margin: 0 auto;
 }

 .p-logo_all-fv img {
  width: 100%;
  max-width: 1200px;
 }

@media screen and (max-width: 768px) {
  .p-logo_all-fv {
   display: none;
  }
}


@media (min-width: 768px) {
  .slider-container {
    display: none;
  }
} 

.slider-container {
  overflow: hidden;
}

.slides,.slides2 {
  display: flex;
  width: max-content; /* 中身の幅に合わせる */
  transform: translateX(20%); /* 初期スタート位置 */
}

/* .slides.allow-pause:hover {
  animation-play-state: paused;
} */

@keyframes slide {
  0% {
    transform: translateX(20%); /* 右からスタート */
  }
  100% {
    transform: translateX(-50%); /* 左に1セット分移動 */
  }
}

.slide {
  display: flex;
  align-items: center;
  flex-shrink: 0; /* 画像が縮まない */
  gap: 20px;
}

.slide img {
  width: var(--logo-width, 100px);
  height: auto;
  max-width: 1630px;
}

.p-fv__intro {
  margin-top: 55px;
}

@media screen and (max-width: 768px) {
  .p-fv__intro {
    margin-top: 30px;
  }
}

.p-fv__intro-deco {
  position: relative;
  text-align: center;
  padding-bottom: 25px;
  color: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  display: block;

}

.p-fv__intro-deco::before,
.p-fv__intro-deco::after {
  content: "";
  display: inline-block;
  width: 90px;        
  height: 1px;
  background-color: #fff;
  vertical-align: middle;
  margin: 0 15px;
}

.p-fv__intro-people {
  display: flex;
  gap: 20px;
}

.p-fv__intro-people-detail span{
  color: #fff;
  font-size: 1.6rem;
  display: block;
  line-height: 1.4;
  padding-top: 20px;
}

.p-fv__intro-people-detail img {
  max-width: 229px;
  width: 100%;
}

/* はじめに */
.p-message {
  background-color: #fff;
  margin: 45px auto;
  max-width: 1000px;
  width: 100%;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .p-message {
     width: calc(100% - 20px); /* 左右20pxずつ引く */
    margin: 30px auto;
  }
}


.p-message__inner {
  padding: 48px 100px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-message__inner {
    /* margin: 0 20px; */
    padding: 30px 20px;
  }
}



.p-message__text {
  font-size: 1.6rem;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-message__text {
    font-size: 1.2rem;
  }
}

.p-message__video {
  /* background-color: #3797D7; */
    max-width: 590px;
    width: 100%;
    margin: 45px auto;
    padding-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .p-message__video {
    width: 100%;
    margin: 20px auto;
  }
}


.p-message__video h2 {
  background: linear-gradient(to right, #006AB1, #40B4D4);
  -webkit-background-clip: text; /* 背景を文字でクリップ */
  -webkit-text-fill-color: transparent; /* 文字の塗りを透明に */
  background-clip: text; /* 標準 */
  color: transparent;
  text-align: center;
  width: 100%;
  padding: 10px 0;
}

.p-message__recommend {
  background-color: #D1EBF1;
  padding: 30px 10px;
  max-width: 647px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .p-message__recommend {
    width: 100%;
    padding: 20px;
  }
}

.p-message__recommend h2 {
  font-size: 2.4rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-message__recommend h2 {
    font-size: 1.5rem;
  }
}

.p-message__recommend ul {
  font-size: 1.8rem;
  margin: 0 auto;
  width: 100%;
  max-width: 550px; /* 擬似要素を含めた幅 */
  padding-top: 10px;
  padding-left: 30px; /* 擬似要素のはみ出し分を内側に吸収 */
  box-sizing: content-box; /* paddingを幅に含めない */
}

@media screen and (max-width: 768px) {
  .p-message__recommend ul {
    width: 100%;
    max-width: 100%;
    padding-left: 1.5em;
    box-sizing: border-box;  /* ← これを追加 */
    overflow-wrap: break-word; /* ← 長い文字列を折り返す */
    word-break: break-word;   /* ← 英単語なども強制改行 */
    font-size: 1.2rem;
  }

  .p-message__recommend li {
    display: list-item;
    white-space: normal; /* ← 改行を有効にする */
  }
}

.p-message__recommend li {
  position: relative;
  line-height: 2.2;
}

.p-message__recommend li::before {
  content: '';
  display: block;
  width: 17px;
  height: 17px;
  position: absolute;
  left: -30px; /* padding-leftぶん右に寄せた状態で配置 */
  top: 50%;
  transform: translateY(-50%);
  background: url(../img/icon__check.png) no-repeat center center;
  background-size: contain;
}

@media screen and (max-width: 768px) {
  .p-message__recommend li::before {
    top: 0.6em;       /* 行頭に近づける（お好みで調整） */
    transform: none; /* 中央寄せを解除 */
  }
}

/* タイムテーブル */
.p-time {
  background-color: #fff;
  max-width: 890px;
  width: 100%;
  margin: 0 auto;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-time  {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}

.p-time__list_wrap {
  display: flex;
  /* flex-direction: column; */
  gap: 20px;
  align-items: flex-start; /* ←これ大事！左揃え */
}

@media screen and (max-width: 768px) {
  .p-time__list_wrap {
    width: calc(100% - 10%);
    display: block;
  }
}

.p-time__list_wrap-time {
  display: inline-block;
  background-color: #036EB3;
  padding: 5px 10px;
  color: #fff;
  font-size: 1.8rem;
    letter-spacing: -0.02em;
    white-space: nowrap; /* 改行防止 */


}

@media screen and (max-width: 768px) {
  .p-time__list_wrap-time {
    font-size: 1.2rem;
    padding: 0px 5px;   /* 横幅を少し狭める */
    letter-spacing: -0.02em;
    white-space: nowrap; /* 改行防止 */
  }
}


.p-time__list_wrap-special {
  display: inline-block;
  background-color: #D5FF4A;
  padding: 0 5px;
  color: #1481BC;
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .p-time__list_wrap-special {
    font-size: 1.2rem;
  }
}

.p-time__list_wrap-detail {
  /* width: 100%; */
}

.p-time__list-container {
  display: flex;
  justify-content: space-between;
  gap: 35px;
  width: 90%;
  border-bottom: 1px solid #A4A4A4; 
  margin-bottom: 20px;
  padding-bottom: 20px;
}


@media screen and (max-width: 768px) {
  .p-time__list-container  {
    width: 90%;
    padding: 10px;
    justify-content: space-between;
    flex-direction: row;
    /* flex-wrap: wrap; */
    gap: 10px;
  margin-bottom: 0px;

  }
}


a:last-child .p-time__list-container {
  margin-bottom: 60px;
}

.p-time__list-container-text {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .p-time__list-container-text  {
    font-size: 1.2rem;
    width: 100%;
  }
}

.p-time__list {
  margin: 0 auto;
  display: flex;
  justify-content: center;
}

.p-time__list-container-company span {
  color: #036EB3;
  border: 1px solid #036EB3; /* 青い枠線 */
  padding: 4px 8px; /* 中の余白 */
  border-radius: 4px; /* 角を少し丸く */
  font-size: 1.6rem;
}

@media screen and (max-width: 768px) {
  .p-time__list-container-company span  {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}

.p-time__list-container-company {
  margin-top: 10px;

}

@media screen and (max-width: 768px) {
  .p-time__list-container-company  {
   display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 5px;
  }
}

.p-time__list-container-btn {
  margin-left: 75px;
  width: 32px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .p-time__list-container-btn  {
    margin-left: 0;
    width: 20px;
  }
}

/* プログラム */

.p-program {
  margin: 60px 20px;
}
@media screen and (max-width: 768px) {
  .p-program  {
    margin: 30px 5px;
  }
}

.p-program__wrap {
  background-color: #fff;
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  padding-bottom: 30px;
  border-radius: 5px;

}

.p-program-item {
  display: flex;
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;

}

@media screen and (max-width: 768px) {
  .p-program-item  {
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    gap: 10px;


  }
}


.p-event {
  margin: 0 20px;
}

.p-program_wrap-event_wrap {
  background-color: #D1EBF1;
  margin: 0 50px;
  border-radius: 5px;
  padding-bottom: 10px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .p-program_wrap-event_wrap  {
    margin: 10px;

  }
}

.p-program_wrap-event_wrap:first-of-type {
  padding-bottom: 0;
}

.p-program-time {
 background-color: #036EB3;
  color: #fff;
  font-size: 2.4rem;
  padding: 0 10px;
  margin-right: 12px;
  margin-left: -14px;
  position: relative;
  height: 48px;
  display: flex;
  align-items: center;
}

.p-program-time {
  margin-right: 1em; /* タイトルとの間隔調整 */
  white-space: nowrap; /* 時間が折り返されないようにする */
}

@media screen and (max-width: 768px) {
  .p-program-time {
    font-size: 1.6rem;
    height: 35px;
    margin: 0 0 0 10px;
  }

}


.p-program-time-special {
  display: flex;
  align-items: center;
  height: 48px; 
  background-color: #D5FF4A;
  color: #1481BC;
  padding: 0 10px;
  margin-right: 12px;
  margin-left: -14px;
}

@media screen and (max-width: 768px) {
  .p-program-time-special {
    font-size: 1.6rem;
    height: 35px;  
    margin-left: 10px;
    display: flex;
    align-items: center;
    margin: 0;
  }
}


.p-program-time::after {
  content: "";
  position: absolute;
  bottom: 48px;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 7px 14px;
  border-color: transparent transparent #002f63 transparent;
}

@media screen and (max-width: 768px) {
  .p-program-time::after {
    display: none;
  }

}


.p-program-item h2 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  position: relative;
  padding-left: 25px;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .p-program-item h2  {
    font-size: 1.6rem;
    width: 100%;
  }

}



.p-program-item h2::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 5px;
  width: 4px;
  height: 1.2em;
  background-color: #EE772C;
}

.p-program-content_wrap {
background-color: #fff;
  padding: 20px;
  margin: 0 30px;
}

@media screen and (max-width: 1024px) {
  .p-program-content_wrap  {
    /* overflow: hidden; */
  }

}

@media screen and (max-width: 768px) {
  .p-program-content_wrap  {
    padding: 10px;
    margin: 0 10px;
  }

}

/* 追加ボタンープログラムー */
.p-program-content_wrap-add-btn-inc {
  text-align: center;
  padding: 30px 0 20px 0;

}

.p-program-content_wrap-add-btn {
  color: #fff;
    border-radius: 6px;
    padding-right: 40px;
    padding-left: 20px;
    /* padding-top: 10px; */
    /* padding-bottom: 10px; */
    background-color: #EE772C;
    position: relative;
    display: inline-flex
;
    width: 300px;
    justify-content: center;
    align-items: center;
    height: 50px;
}

.p-program-content_wrap-add-btn::after {
    content: "";
    display: block;
    width: 12.73px;
    height: 7.36px;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../img/icon__arrow.png) no-repeat;
}

.p-program-content {
  
  border-radius: 5px;
  font-size: 1.6rem;
  font-weight: 400;
}

@media screen and (max-width: 768px) {
  .p-program-content  {
    font-size: 1.2rem;
  }

}


.p-program-content > span {
  color: #005891;
  font-weight: 700;
}


.p-program-wrp {
    display: block;
  }

@media screen and (max-width: 1150px) {
  .p-program-wrp {
    display: flex;
    flex-direction: column; /* ← 縦並びにする */
    align-items: center;
    justify-content: space-between;
  }
}


.p-program-content-profile {
  display: flex;
  margin-top: 25px;
  gap: 35px;
}


@media screen and (max-width: 1150px) {
  .p-program-content-profile  {
            justify-content: center;
        flex-direction: column;
        align-items: center;
        gap: 15px;
  
  }

}

@media screen and (max-width: 768px) {
  .p-program-content-profile  {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 10px;
    align-items: center;
    justify-content: center;
  }

}

.p-program-content-profile-picture {
  width: 20%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}


@media screen and (max-width: 1150px) {
  .p-program-content-profile-picture   {
    width: 50%;
  }

}

@media screen and (max-width: 768px) {
  .p-program-content-profile-picture   {
    width: 100%;
    margin-top: 20px;
    /* align-items: normal; */
  }

}

.p-program-content-profile-picture-logo {
  align-items: center;
    justify-content: center;
  width: 100%;
  margin-bottom: 10px;
  display: flex;
}

@media screen and (max-width: 768px) {
  .p-program-content-profile-picture-logo   {
    justify-content: flex-start;
    justify-content: center;
    /* align-items: none; */
  }

}
.--type1 img{
  width: 170px;
}



.--type2 img{
  width: 170px;
}

.--type3 img{
  width: 160px;
}

.--type4 img{
  width: 180px;
}

.--type5 img{
  width: 140px;
}

.--type6 img{
  width: 120px;
}

.--type7 img{
  width: 120px;
}

.--type8 img{
  width: 140px;
}

.--type9 img{
  width: 140px;
}

.--type10 img{
  width: 140px;
}

.--type11 img{
  width: 80px;
}

@media screen and (max-width: 768px) {
  .--type11 img   {
    width: 90px
  }

}

.--type12 {
  height: 60px;
}

.--type12 img{
  width: 140px;
}


@media screen and (max-width: 768px) {
  .--type12 img   {
    width: 70px
  }

}

.--type13 img{
  width: 110px;
}

.--type14 img{
  width: 120px;
}

.--type15 img{
  width: 120px;
}

.--type16 img{
  width: 120px;
}

.--type17 img{
  width: 130px;
}

.--type18 img{
  width: 100px;
}

.--type19 img{
  width: 100px;
}

.--type20 img{
  width: 130px;
}

.--type21 img{
  width: 100px;
}

@media screen and (max-width: 768px) {
  .p-program-content-profile-picture-logo   {

    width: 100%;
    margin-bottom: 10px;
    display: flex
;
  }

}

.p-program-content-profile-picture-logo img {
  /* width: auto;
} */

}
.p-program-content-profile-picture > div:nth-child(2) img {
  max-width: 137px; /* 例: 50%に縮小 */
  width: 100%;
}


@media screen and (max-width: 1150px) {
  .p-program-content-profile-picture > div:nth-child(2) img {
    /* max-width: 100%; */
  }
}

.p-program-content-detail {
  line-height: 1.4;
  max-width: 250px;
}

@media screen and (max-width: 1150px) {
  .p-program-content-detail {
    display: contents;
  }
}

@media screen and (max-width: 768px) {
  .p-program-content-detail {
    width: 100%;
    max-width: 100%;
    text-align: center;
    display: inline-block;
  }
}

.p-program-content-company {
  font-size: 1.5rem;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .p-program-content-company {
    font-size: 1.2rem;
  }
}

.p-program-content-department {
  font-size: 1.3rem;
  font-weight: 400;
  padding-bottom: 1.0em;
}

.p-program-content-name {
  font-size: 1.8rem;
  font-weight: 600;
}


@media screen and (max-width: 768px) {
  .p-program-content-name {
    font-size: 1.6rem;
  }
}


/* トグルボタン */
.toggle-btn {
  background: #3797D7;
  color: #fff;
  padding: 10px 14px;
  font-size: 1.6rem;
  border-radius: 100px;
  margin-top: 40px;
  display: inline-block;
  cursor: pointer;
  width: 219px;
}

@media screen and (max-width: 1150px) {
  .toggle-btn {
    margin-top: 0;
    width: 350px;
  }
}


@media screen and (max-width: 768px) {
  .toggle-btn {
    margin-top: 10px;
    width: 100%;
    max-width: 170px;
    padding: 6px 11px;
    margin-bottom: 10px;
  }
}

.toggle-btn > p {
  position: relative;
  display: inline-block;
  padding-right: 2.5em; /* アイコン分の余白 */
}

@media screen and (max-width: 1150px) {
  .toggle-btn > p  {
    display: block;
    text-align: center;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .toggle-btn > p  {
    font-size: 1.2rem;
  }
}


.toggle-btn.open > p {
  padding-right: 25px; /* アイコン分の余白 */

}


@media screen and (max-width: 768px) {
  .toggle-btn.open > p  {
    font-size: 1.2rem;
  }
}

.toggle-btn > p::after {
  position: absolute;
  content: '';
  width: 14px;
  height: 9px;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-image: url(../img/icon__toggle-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
}

/* 開いた状態 */
.toggle-btn.open > p::after {
  transform: translateY(-50%) rotate(180deg);
}

/* 開閉する中身 */
.profile-content {
  height: 0;
  overflow: hidden;
  transition: height 0.5s ease;
}

.toggle-content {
  background-color: #D1EBF1;
  width: 100%;
  font-size: 1.2rem;
  padding: 15px;
  margin-top: 10px;
  border-radius: 3px;
  line-height: 1.8;
}

.--type-one-block {
  width: 100%;
  margin-top: 10px;
  display: block; /* flexではなくブロックに */
}



.toggle-content {
  background-color: #D1EBF1;
  width: 240px;
  font-size: 1.6rem;
  font-weight: 400;
  padding: 15px;
  margin-top: 10px;
  border-radius: 3px;
  line-height: 1.8;
}


/* 開閉する中身 */
@media screen and (max-width: 768px) {
  .profile-content {
    height: 0;
    margin-top: 0;
    overflow: hidden;
    transition: height 0.5s ease;
  }

  .--type-one-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin-top: 0px;
  }

  .toggle-content {
    width: 100%;
    font-size: 1.2rem;
    margin-top: 0;
    background-color: #D1EBF1;
    padding: 15px;
    border-radius: 3px;
    line-height: 1.8;
  }
}


@media screen and (max-width: 1150px) {
  .toggle-content {
    width: 100%;
  }
}

.--type-one-block {
  width: 500px;
  /* padding: 20px 0; */
  width: 600px;
}


@media screen and (max-width: 768px) {
  .--type-one-block {
    display: block; /* flex ではなくブロックに */
    width: 100%;
  }
}

.--type-one-toggle {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .--type-one-toggle{
    margin-bottom: none;
}
}

.--type-one {
  width: 100%;
  margin-top: 0px;
}


@media screen and (max-width: 768px) {
  .toggle-content {
    width: 100%;
    font-size: 1.2rem;
    margin-top: 0;
    padding: 15px; /* padding は必ず残す */
    box-sizing: border-box; /* padding を含めた幅計算 */
  }
}

/* イベント概要 */
.p-event_wrap {
  background-color: #fff;
  max-width: 1200px;
  width: 100%;
  /* padding: 200px; */
  margin: 0 auto;
  border-radius: 5px;
  padding: 20px 20px 60px 20px;

}

@media screen and (max-width: 768px) {
  .p-event_wrap {
    padding-bottom: 30px;
  }
}

.p-event-table {
  margin: 0 auto;
  width: 100%;
  max-width: 860px;
}

@media screen and (max-width: 768px) {
  .p-event-table {
   width: calc(100% - 40px);
    max-width: 100%;
    padding: 10px;
    margin: 0 auto;
  }
}



.p-event-table tr th{
  font-size: 1.8rem;
  /* padding-right: 100px; */
  white-space: nowrap; 
  text-align: left;
  
}

@media screen and (max-width: 768px) {
  .p-event-table tr th {
    font-size: 1.2rem;
    /* width: 100%; */
  }
}

.p-event-table th {
 font-weight: 600;
  position: relative;
  padding: 1.5em 4em 1.5em 0em;
  min-width: 20px;
  vertical-align: middle;

}

.p-event-table th::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px; 
  width: 90%;
  height: 1px;
  background: linear-gradient(to left, #006AB1, #40B4D4, #80FFF6); 
}

.p-event-table td {
  font-weight: 400;
  position: relative;
  padding: 1.5em 0em;
  min-width: 20px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .p-event-table td {
    padding: 0.5em 0;
    font-size: 1.2rem;
  }
}


.p-event-table td::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background: #A2A2A2;
}

/* お申し込み */
.p-contact {
  margin: 60px 20px 0 20px;
}

@media screen and (max-width: 768px) {
  .p-contact {
    margin: 30px 20px 0 20px;
  }
}
.p-contact_wrap {
  background-color: #fff;
  max-width: 890px;
  width: 100%;
  margin: 0 auto 60px auto;
  border-radius: 5px;
  padding-bottom: 60px;
}

.form {
  padding: 40px 120px;
}

@media screen and (max-width: 768px) {
  .form {
    padding: 10px 10px;

  }
}

.p-contact .form iframe {
  height: 1740px;
}

@media screen and (max-width: 768px) {
  .p-contact .form iframe {
    /* width: 100%;
    height: 100%;
    aspect-ratio: 375 / 1000; */
    height: 800px;

  }
}

/* プラポリ */
.p-privacy {
  margin:  0 20px;
}

.p-privacy_wrap {
  background-color: #fff;
  margin: 0 auto 60px auto;
  max-width: 1200px;
  width: 100%;
  padding: 30px;
  border-radius: 5px;
}

@media screen and (max-width: 768px) {
  .p-privacy_wrap {
    width: 100%;
  }
}

.p-privacy_wrap a {
  color: #005891;
}


.p-privacy_wrap dt {
  color: #036EB3;
}

/* フッター */
.p-footer_wrap {
  background-color: #3C3C3C;
  padding: 40px;
}

.p-footer-text {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .p-footer-text {
    display: block;
  }
}

.p-footer-text p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .p-footer-text p:nth-of-type(2){
    font-size: 1.0rem;
  }
}


/* フォーム */
.form.form {
  font-size: 1.4rem!important;
}

.form.form p.required label, form.form span.required label {
  font-size: 1.4rem!important;
}

.form.form input {
  font-size: 1.4rem!important;
}

form.form p {
  display: flex!important;
  align-items: center!important;
}

.form.form p label {
  font-size: 1.4rem!important;
      width: 10em !important;
}

.video {
  text-align: center;
  padding-bottom: 10px;
  position: relative;
	padding-top: 56.25%; /* 16:9 アスペクト比 */
	height: 0;
  margin: 0 20px 0 20px;
}

.video iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}