@charset "UTF-8";

/*基本CSSここから*/
body{
    max-width: 1920px;
    margin: 0 auto;
	padding: 0;
	color: #444;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
    text-align: center;
}
nav {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}
li {
    position: relative;
    width: 200px;
    height: 25px;
    background-color: #fff799;
    border-left: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
}
#level ul {
    list-style: none;
    padding: 0 0 0 10px;
}
#level li {
    background-color: white;
    border: none;
}
nav ul{
    list-style: none;
    display: flex;
    justify-content: center;
}
.hamburger-menu {
    display: none;
}
html {
    scroll-behavior: smooth;
  }
footer {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
  footer a {
    position: fixed;
    bottom: 24px;
    right: 24px;
    width: 30px;
    height: 30px;
    text-decoration: none;
    background-color: #fff799;
    display: block;
    text-align: center;
    border-radius: 24px;
  }
footer p {
	width: auto;
	margin: 0 auto;
	text-align: center;
}
  footer a::before {
    content: '\f062';
    font-family: 'Font Awesome 6 Free';
    font-size: 18px;
    font-weight: 900;
    color: #c9c9c9;
    line-height: 30px;
  }
/*基本CSSここまで*/

/*プランここから*/
#plan{
	margin-left: auto;
	margin-right: auto;
	max-width: 1100px;
    width: 50%;
	
}
#plan th{
    width: 350px;
    height: 50px;
    background-color: #fff799;
}
#plan td{
    width: 750px;
    height: 50px;
    background-color: #fff799;
}
.plan p {
	margin: 0 0 20px 0;
}
#notice a {
	color: #1e6cfd;
}
#gnav a {
    color: #333;
    margin-left: auto;
    margin-right: auto;
    text-decoration: none;
}
#gnav :hover {
    background-color: #c9c9c9;
    color: #fff;
}
#plan a {
	color: #1e6cfd;
}
a:hover {
	color: #fa474d;
}
/*プランここまで*/

/*ヘッダーここから*/
haeder #top {
	max-width: 1920px;
	margin: 0 auto;
}
header{
    background-color: #facd89;
	max-width: 1920px;
    width: auto;
	margin: 0 auto;
}
h1.img-pc{
    width: auto;
    height: 100px;
	margin: 0 auto;
}
.img-sp {
    display: none;
}
header h1 img{
    width: auto;
    margin: 0 auto;
    height: 50px;
	padding-top: 18px;
	text-align: center;
}
/*ヘッダーここまで*/

/*受講者の声ここから*/
#voice{
    width: 1100px;
    height: 450px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    background-color: #ffefd5;
    padding: 20px 0 50px 0;
}
#voice_inner {
    display: flex;
}
#voice_inner img {
    object-fit: cover;
    width: 285px;
    height: 200px;
    border: solid 1px #777;
    border-radius: 5px;
    box-shadow: #777 2px 2px 3px;
}
#voice figure{
    height: 320px;
}
#voice button {
    display: block;
    width: 150px;
    height: 40px;
    border: 2px #4e4e4e;
    background-color: #f6b37f;
    margin-left: auto;
    margin-right: 50px;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
    align-items: center;
    right: 50px;
    border: solid 1px #777;
    border-radius: 5px;
    box-shadow: #777 2px 2px 3px;
}
#voice .name {
    margin-top: 5px;
    height: 20px;
}
#voice a {
    text-decoration: none;
}
/*受講者の声ここまで*/

/*アクセスここから*/
#access{
    width: 1100px;
    height: 550px;
    background-color: #ffefd5;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding-top: 20px;
}
#access_inner {
    display: flex;
}
iframe {
    padding-left: 50px;
    padding-right: 50px;
    width: 700px;
    height: 450px;
}
.text{
    text-align: start;
}
/*アクセスここまで*/

/*スライドショーここから*/
.slideshow-container {
    width: 1100px;
    height: 600px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden;
}

.slideshow {
    width: 1100px;
    height: 600px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 1100px;
    height: 600px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    display: none;
}

.slide.active {
    opacity: 1;
    display: block;
}

.slide img {
    width: 100%;
    height: 600px;
}


/* ナビゲーションボタンのスタイル */
.slide-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    color: white;
    padding: 16px;
    border: none;
    cursor: pointer;
    font-size: 18px;
    transition: background 0.3s;
    z-index: 1;
}

.slide-nav:hover {
    background: rgba(0, 0, 0, 0.8);
}

.prev {
    left: 10px;
}

.next {
    right: 10px;
}

/* インジケーターのスタイル */
.slide-dots {
    position: absolute;
    bottom: 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 10px;
    z-index: 1;
}

.dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.5);
    cursor: pointer;
    transition: background 0.3s;
}

.dot.active {
    background: white;
}
/*スライドショーここまで*/

/*お知らせここから*/
    .notice{
    width: 800px;
    height: 200px;
    border: 1px solid #000;
    overflow: scroll;
    }
    #notice {
        margin-left: auto;
        margin-right: auto;
        width: 1100px;
        height: 300px;    
    }
    .notice {
        margin-left: auto;
        margin-right: auto;
        width: 1100px;
    }
    .more {
        display: block;
        text-align: right;
        margin: 10px 100px 0 0;
    }
/*お知らせここまで*/
/*配信アーカイブ用*/
.notice-video {
    width: 400px;
    height: 500px;
    border: 1px solid #000;
    overflow: scroll;
    }
.notice-video {
    margin-left: auto;
    margin-right: auto;
}
/*配信アーカイブ用ここまで*/
/*プランここから*/
#apply button{
    display: block;
    width: 150px;
    height: 40px;
    border: 2px #4e4e4e;
    background-color: #f6b37f;
    margin-left: auto;
    margin-right: 50px;
    text-align: center;
    cursor: pointer;
    align-items: center;
    right: 50px;
    border: solid 1px #777;
    border-radius: 5px;
    box-shadow: #777 2px 2px 3px;
}    
#apply #sec1{
    background-color: #ffefd5;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 20px 0 60px 0;
}
#apply #sec2{
    background-color: #ffefd5;
    width: 1100px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    padding: 20px 0 60px 0;
}
#apply img {
    border: solid #333 1px;
}
#apply a{
    text-decoration: none;
}
/*プランここまで*/

/*Q&Aここから*/
#qa{
    padding: 30px 0;
}
.qa-1 {
    max-width: 500px;
    margin-bottom: 7px;
    margin-left: auto;
    margin-right: auto;
    border: 1px solid #d6dde3;
    border-radius: 5px;
}

.qa-1 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em 1em 3em;
    color: #333333;
    font-weight: 600;
    cursor: pointer;
}

.qa-1 summary::before,
.qa-1 p::before {
    position: absolute;
    left: 1em;
    font-weight: 600;
    font-size: 1.3em;
}

.qa-1 summary::before {
    color: #75bbff;
    content: "Q";
}

.qa-1 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    margin-left: 10px;
    border-bottom: 3px solid #333333b3;
    border-right: 3px solid #333333b3;
    content: '';
    transition: transform .5s;
}

.qa-1[open] summary::after {
    transform: rotate(225deg);
}

.qa-1 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 3em 1.5em;
    color: #333;
    transition: transform .5s, opacity .5s;
}

.qa-1[open] p {
    transform: none;
    opacity: 1;
}

.qa-1 p::before {
    color: #ff8d8d;
    line-height: 1.2;
    content: "A";
}
/*Q&Aここまで*/

/*お問い合わせここから*/
form {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 30px;
    background-color: #fff; /* フォームの背景色を設定 */
    padding: 10px; /* フォームの内側の余白を設定 */
    padding-bottom: 10px;
    border-radius: 5px; /* 角を丸める */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); /* 影を追加して立体感を出す */
}
label {
    display: block; /* ラベルをブロック表示にすることで、次の要素と分ける */
    margin-top: 10px; /* 上に余白を追加 */
    text-align: start;
    margin-left: 50px;
}
input[type="text"], input[type="email"], textarea {
    width: 90%; /* 入力フィールドの幅を100%に設定 */
    padding: 10px; /* 入力フィールドの内側の余白を設定 */
    margin: 5px 0; /* 入力フィールドの上下に余白を設定 */
    border: 1px solid #ccc; /* 入力フィールドの枠線を設定 */
    border-radius: 5px; /* 入力フィールドの角を丸める */
}
input[type="submit"] {
    background-color: #4CAF50; /* 送信ボタンの背景色を設定 */
    color: white; /* 送信ボタンの文字色を設定 */
    padding: 10px 20px; /* 送信ボタンの内側の余白を設定 */
    border: none; /* 送信ボタンの枠線をなしに設定 */
    border-radius: 5px; /* 送信ボタンの角を丸める */
    cursor: pointer; /* カーソルをポインターに設定 */
}
/*お問い合わせここまで*/

/*フッターここから*/
footer{
    background-color: #c9c9c9;
    max-width: 1920px;
    height: 50px;
    text-align: center;
}
footer p {
    padding-top: 15px;
	text-align: center;
}
/*フッターここまで*/

/***追従するトップへ戻るボタン***/
#page-top {
    position: fixed;
    right: 10px;
    bottom: 10px;
    font-size: 1.2rem;
    line-height: 1.2rem;
    background: #fff;
    color: #737373;
    padding: 10px;
    border: solid 1px;
    border-radius: 50%;
    box-shadow: 0 2px 10px -6px rgba(0,0,0,.5), 0 3px 10px -4px rgba(0,0,0,.2);
}
/***トップへ戻るボタンここまで***/

/*メディアクエリ*/
@media screen and (max-width: 959px) {
 * {
    max-width: 959px;
    margin: 0px;
 }
 body {
    width: auto;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
 }
 h1 {
    width: auto;
 }
footer a {
    display: none;
}
/*ハンバーガーメニュー*/
.hamburger-menu {
    display: block;
}
#menu__toggle {
    opacity: 0;
  }
  #menu__toggle:checked + .menu__btn > span {
    transform: rotate(45deg);
  }
  #menu__toggle:checked + .menu__btn > span::before {
    top: 0;
    transform: rotate(0deg);
  }
  #menu__toggle:checked + .menu__btn > span::after {
    top: 0;
    transform: rotate(90deg);
  }
  #menu__toggle:checked ~ .menu__box {
    left: 0 !important;
  }
  .menu__btn {
    position: fixed;
    top: 20px;
    left: 20px;
    width: 26px;
    height: 26px;
    cursor: pointer;
    z-index: 3;
  }
  input[type="checkbox"] {
    display: none;
    }
  .menu__btn > span,
  .menu__btn > span::before,
  .menu__btn > span::after {
    display: block;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #616161;
    transition-duration: .25s;
  }
  .menu__btn > span::before {
    content: '';
    top: -8px;
  }
  .menu__btn > span::after {
    content: '';
    top: 8px;
  }
  .menu__box {
    display: block;
    position: fixed;
    top: 0;
    left: -100%;
    width: 200px;
    height: 100%;
    margin: 0;
    padding: 80px 0;
    list-style: none;
    background-color: #ECEFF1;
    box-shadow: 2px 2px 6px rgba(0, 0, 0, .4);
    transition-duration: .25s;
    z-index: 2;
  }
  .menu__item {
    display: block;
    margin: 12px 24px;
    color: #333;
    font-family: 'Roboto', sans-serif;
    font-weight: 600;
    text-decoration: none;
    transition-duration: .25s;
  }
  .menu__box li {
    width: 150px;
    margin: 0 auto;
    background-color: #facd89;
    box-shadow: #444 2px 2px 1px;
  }
  .menu__item:hover {
    background-color: #CFD8DC;
  }
/*ハンバーガーメニュー終了*/
 header {
    height: 80px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
 }
 header h1 img {
    width: 400px;
    padding: 0;
 }
 .img-pc {
    display: none;
 }
 .img-sp {
    display: block;
    width: 160px;
    height: auto;
    padding: 0;
    margin: 0 auto;
 }
 #gnav {
    display: none;
 }
 
 .slide {
    width: 100%;
 }
 .slideshow {
    width: 100%;
    height: 500px;
    z-index: 0;
 }
 .slideshow-container {
    width: 90%;
    height: 100%;
    margin: 0 auto;
 }
 .slideshow-container img{
    width: 100%;
    height: 500px;
    object-fit: cover;
 }
 #notice {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
 }
 .notice {
    width: auto;
    height: 150px;
 }
 #notice p {
    width: auto;
 }
 .notice-video {
    width: 80%;
    height: 200px; 
    margin: 20px auto;
    padding: 10px 0 10px 0;
    }
 #plan {
    width: 90%;
    margin: 0 auto;
    margin-bottom: 20px;

 }
 #apply h2{
    width: 100%;
    height: auto;
    margin-bottom: 10px;
 }
 img {
    width: 90%;
 }
 #apply #sec1 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
    margin-bottom: 20px;
 }
 #apply #sec2 {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 30px;
 }
 #apply #sec1 button{
    margin-top: 20px;
 }
 #apply #sec2 button{
    margin-top: 20px;
 }
 #apply p {
    width: 90%;
    margin: 0 auto;
 }
 #voice {
    width: 90%;
    height: auto;
 }
 #voice_inner {
    flex-direction: column;
 }
 #voice h2 {
    margin-bottom: 10px;
 }
 #voice p {
    width: 285px;
    height: 80px;
    font-size: 0.9em;
    margin: 0 auto;
 }
 #qa {
    width: 90%;
    margin: 0 auto;
 }
 #access {
    width: 90%;
    height: 450px;
    margin: 0 auto;
 }
 #access_inner {
    flex-direction: column-reverse;
 }
 #access_inner iframe {
    width: 90%;
 }
 .text {
    text-align: center;
    padding: 10px 0;
 }
 iframe {
    width: 90%;
    height: 300px;
    padding: 0;
 }
 #inquiry {
    margin: 20px 0;
 }
 form {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
    margin-top: 10px;
 }
 label {
    text-align: left;
    margin-left: 10px;
 }
 footer {
    width: 100%;
 }
 #page-top {
    display: none;
 }
}
 
 @media screen and (max-width: 480px) {
 * {
    max-width: 480px;
    margin: 0px;
 }
 body {
    width: auto;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
 }
 .img-pc {
    display: none;
 }
 .img-sp {
    display: block;
    width: 160px;
    height: auto;
    padding: 0;
    margin: 0 auto;
 }
 #gnav {
    display: none;
 }
 .slideshow {
    width: 100%;
    height: 300px;
 }
 .slideshow-container {
    width: 90%;
    height: 100%;
    margin: 0 auto;
 }
 .slideshow-container img{
    width: 90%;
    height: 300px;
    object-fit: cover;
 }
 .slide-nav {
    padding: 5px;
 }

 #notice {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-top: 20px;
 }
 .notice {
    width: 90%;
 }
 #notice p {
    width: auto;
 }
 .more {
    margin: 10px 0;
 }
 #plan {
    width:90%;
    margin: 0 auto;
 }
 img {
    width: 90%;
 }
 #apply h2{
    font-size: 140%;
    width: 100%;
    height: auto;
    margin-bottom: 10px;
 }
 #apply #sec1 {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
 }
 #apply #sec2 {
    width: 90%;
    margin: 0 auto;
    margin-top: 20px;
 }
 #apply button {
    width: auto;
    margin: 0 auto;
    margin-top: 20px;
 }
 figure img .img-item {
    width: 90%;
 }
 #voice_inner img {
    width: 90%;
}
#voice button {
    width: auto;
    margin: 0 auto;
    margin-top: 10px;
}
#voice p {
    width: auto;
    height: 80px;
    margin: 0 auto;
    overflow: hidden;
 }
 #access {
    width: 90%;
    margin: 0 auto;
 }
 form {
    width: 90%;
    margin: 0 auto;
    padding-top: 10px;
 }
 label {
    text-align: center;
    margin: 0;
 }
 footer {
    width: 100%;
    margin: 0;
 }
 }