@charset "utf-8";

/* 初期化 始まり */
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
small {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

/* 初期化 終わり */


/* 共通設定 始まり */
body {
    margin: 0;
    padding: 0;
    background-color: #f8f8ff;
    color: #24140e;
    font-size: 15px;
    line-height: 2;
}

header {
    width: 100%;
    height: 100px;
    margin: 0 auto;
    background-color: #008b8b;
    /*darkcyan*/
}

header p {
    color: #ffffff;
}

footer {
    width: 100%;
    text-align: center;
    color: #ffffff;
    padding: 20px 0;
    background-color: #2f4f4f;
    position: absolute;
    bottom: 0;
}

h1 {
    font-size: 48px;
    text-align: center;
    line-height: 1;
    color: #504946;
    margin-bottom: 20px;
    border: none;
    border-bottom: 1px solid #cccccc;
}

h2 {
    font-size: 24px;
    color: #504946;
}

a {
    text-decoration: none;
}

section {
    margin-bottom: 35px;
}

table {
    border-spacing: 0;
    border-collapse: collapse;
}

ul {
    list-style: none;
}

.main-center {
    width: 940px;
    margin: 0 auto;
}

.global-nav {
    float: right;
    margin-top: 60px;
}

.global-nav li {
    float: left;
    margin: 0 20px;
    font-size: 20px;
    list-style: none;
    font-family: 'Bitter', serif;
}

.global-nav li a {
    color: #ffffff;
}

.global-nav li a:hover {
    border-bottom: 2px solid #ffffff;
    padding-bottom: 0px;
    text-decoration: none;
}

.global-body {
    min-height: 100vh;
    position: relative;
    padding-bottom: 60px;
    box-sizing: border-box;
}

.logo {
    width: 280px;
    float: left;
    padding: 28px 28px 28px 28px;
}

.icon:before {
    content: "";
    padding-right: 10px;
    border-left: 7px solid #9cb4a4;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

#wrap {
    clear: both;
    padding: 32px 0;
}

/* 共通設定 終わり */


/* index 始まり */
#index header {
    width: 960px;
    height: 100px;
    margin: 0 auto;
    margin-bottom: 10px;
    background-color: transparent;
}

#index footer {
    width: 960px;
    margin: auto;
    text-align: center;
    background-color: transparent;
    color: #ffffff;
    position: static;
    bottom: auto;
}

#index h1 {
    font-size: 100px;
    text-align: center;
    line-height: 1;
    color: #ffffff;
    margin-bottom: 20px;
    border: none;
}

#index p {
    font-size: 16px;
    text-align: center;
    color: #ffffff;
}

#index .btn {
    padding: 0 0 0 120px;
}

#index .btn a {
    background-color: #009cd3;
    color: #ffffff;
    font-size: 20px;
    font-family: "MS Pゴシック";
    width: 185px;
    display: block;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
    margin: auto;
    border-radius: 5px;
    border: 3px solid #009cd3;
    text-decoration: none;
}

#index .btn a:hover {
    text-decoration: none;
    background-color: #ffffff;
    color: #009cd3;
}

#index #wrap {
    clear: both;
    padding: 55px 0;
    background-color: transparent;
}

#index .action {
    text-align: center;
}

#index .submitbutton {
    background-color: #ffffff;
    color: #008b8b;
    font-size: 20px;
    font-family: "MS Pゴシック";
    width: 185px;
    display: block;
    text-align: center;
    line-height: 50px;
    margin-top: 20px;
    margin: 10px auto;
    border-radius: 5px;
    border: 3px solid #008b8b;
    text-decoration: none;
}

#index .submitbutton:hover {
    text-decoration: none;
    background-color: #54c7c7;
    color: #ffffff;
}

#index .submittext {
    position: relative;
    display: block;
    width: 500px;
    margin: 10px auto;
    padding: 15px;
    border: none;
    border-radius: 5px;
    font-size: 16px;
    color: #008b8b;
    outline: none;
}

#index table {
    margin: auto
}

#index .errmsg {
    color: #d9ff00;
}
/* index 終わり */


/* portal 始まり */
#portal .portal_btn {
    transition: all .3s;
    width: 285px;
    height: 200px;
    border-radius: 32px;
    margin: 5px;
    padding: 0;
    color: #f8f8ff;
    background-color: #008b8b;
    font-size: 3em;
    border: none;
}

#portal .portal_btn:hover {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
    border-color: transparent;
    background-color: #01cece;
}

#portal #portal_page {
    text-align: center;
}

/* portal 終わり */


/* training_outline 始まり */
#training_outline ul {
    list-style-type: square;
}

#training_outline .report ul {
    list-style-type: none;
    background: #f3fbff;
    border: 2px skyblue dashed;
}

/* training_outline 終わり */


/* training_develop 始まり */
#training_develop .area h2 {
    font-size: 24px;
    color: #200b0b;
}

#training_develop .area h2 {
    font-size: 24px;
    color: #f5f5f5;
}

#training_develop li {
    color: #f5f5f5;
}

#training_develop .tab {
    display: flex;
    flex-wrap: wrap;
}

#training_develop .tab li a {
    display: block;
    color: #504946;
    background: #ddd;
    margin: 0 2px;
    padding: 10px 20px;
}

#training_develop .tab li.active a {
    color: #f5f5f5;
    background: #20b2aa;
}

#training_develop .area {
    display: none;
    opacity: 0;
    background: #20b2aa;
    padding: 40px 60px 40px 40px;
    margin: 0 42px 0 42px;
}

#training_develop .area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#training_develop .area h2 {
    font-size: 1.3rem;
    margin: 0 0 20px 10px;
}

#training_develop .area li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

/* training_develop 終わり */


/* contact 始まり */
#contact .access table {
    float: left;
    color: #504946;
}

#contact .access th,
#contact .access td {
    text-align: left;
    vertical-align: top;
    line-height: 2.5;
}

#contact .access td {
    padding-left: 30px;
}

#contact .access iframe {
    width: 460px;
    float: right;
}

/* contact 終わり */


/* office_system 始まり */
#office_system h2 {
    font-size: 24px;
    color: #f5f5f5;
}

#office_system li {
    color: #f5f5f5;
}

#office_system .tab {
    display: flex;
    flex-wrap: wrap;
}

#office_system .tab li a {
    display: block;
    color: #504946;
    background: #ddd;
    margin: 0 2px;
    padding: 10px 20px;
}

#office_system .tab li.active a {
    color: #f5f5f5;
    background: #20b2aa;
}

#office_system .area {
    display: none;
    opacity: 0;
    background: #20b2aa;
    padding: 40px 60px 40px 40px;
    margin: 0 42px 0 42px;
}

#office_system .area.is-active {
    display: block;
    animation-name: displayAnime;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

@keyframes displayAnime {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#office_system .area h2 {
    font-size: 1.3rem;
    margin: 0 0 20px 10px;
}

#office_system .area li {
    padding: 10px;
    border-bottom: 1px solid #ddd;
}

/* office_system 終わり */


/* recommend 始まり */
#recommend .accordion-area {
    list-style: none;
    width: 96%;
    max-width: 900px;
    margin: 0 auto;
}

#recommend .accordion-area li {
    margin: 10px 0;
}

#recommend .accordion-area section {
    border: 1px solid #ccc;
}

#recommend .title {
    position: relative;
    /*+マークの位置基準とするためrelative指定*/
    cursor: pointer;
    font-size: 1rem;
    font-weight: normal;
    padding: 3% 3% 3% 50px;
    transition: all .5s ease;
}

#recommend .title::before,
#recommend .title::after {
    position: absolute;
    content: '';
    width: 15px;
    height: 2px;
    background-color: #333;

}

#recommend .title::before {
    top: 48%;
    left: 15px;
    transform: rotate(0deg);

}

#recommend .title::after {
    top: 48%;
    left: 15px;
    transform: rotate(90deg);

}

#recommend .title.close::before {
    transform: rotate(45deg);
}

#recommend .title.close::after {
    transform: rotate(-45deg);
}

#recommend .box {
    display: none;
    /*はじめは非表示*/
    background: #f3f3f3;
    margin: 0 3% 3% 3%;
    padding: 3%;
}
/* recommend 終わり */

/* about 始まり */
#about p.top {
    text-align: center;
}

#about .profile-txt {
    width: 540px;
    float: left;
}

#about .profile-txt span {
    font-weight: bold;
}

#about .profile-image {
    float: right;
    width:340px;
    height: 340px;
}

#about .career th {
    width: 240px;
    background-color: #f0f0f0;
    padding: 12px 0;
    border: 1px solid #cccccc;
}

#about .career td {
    width: 660px;
    padding: 12px 0 12px 40px;
    border: 1px solid #cccccc;
}

/* about 終わり */

/* knowledge 始まり */
#knowledge .details-pdf-button {
    margin: 20px 0px 20px 0px;
}

#knowledge .details-pdf-button a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto auto 40px;
    /* ボタンを右寄りに配置するため */
    max-width: 420px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

#knowledge .details-pdf-button a::before {
    content: '';
    position: absolute;
    bottom: -7px;
    right: -7px;
    width: 100%;
    height: 2px;
    background-color: #bbbbbb;
    transition: 0.2s ease 0s;
}

#knowledge .details-pdf-button a::after {
    content: '';
    position: absolute;
    top: 7px;
    right: -7px;
    width: 2px;
    height: 100%;
    background-color: #bbbbbb;
    transition: 0.2s ease 0.2s;
}

#knowledge .details-pdf-button a:hover::before {
    width: 0%;
}

#knowledge .details-pdf-button a:hover::after {
    height: 0%;
}

#knowledge .details-pdf-button a:hover {
    text-decoration: none;
    background-color: #ccc;
}

/* knowledge 終わり */

/* ローディング 始まり　*/
#splash {
    /*fixedで全面に固定*/
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: #333;
    text-align: center;
    color: #fff;
}

/* Loadingバー中央配置　*/
#splash_text {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 999;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
}

/* ローディング 終わり　*/


/* 幾何学模様 始まり */
#particles-js {
    position: fixed;
    /*描画固定*/
    z-index: -1;
    /*描画を一番下に*/
    width: 100%;
    height: 100%;
    background-color: #008b8b;
    /*darkcyan*/
}

/* 幾何学模様 終わり */

/* 研修内容トップ画像始まり */
#basic .top-img-center {
    width: 700px;
    margin: 32px auto 16px auto;
}

#basic .top-img {
    padding: 0;
    margin: auto;
}

#basic .top-img img {
    width: 700px;
    padding: 0 0 0 0;
    margin: auto;
}

#basic .top-img-slick-prev,
#basic .top-img-slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #000000;
    /*矢印の色*/
    border-right: 2px solid #000000;
    /*矢印の色*/
    height: 25px;
    width: 25px;
}

#basic .top-img-slick-prev {
    /*戻る矢印の位置と形状*/
    left: -5%;
    transform: rotate(-135deg);
}

#basic .top-img-slick-next {
    /*次へ矢印の位置と形状*/
    right: -5%;
    transform: rotate(45deg);
}

/* 研修内容トップ画像終わり */

/* 研修内容リンクボックス始まり */
#basic .linkbox-center {
    width: 900px;
    margin: 0 auto;
}

#basic .linkbox {
    /* linkboxを横縦指定、真ん中に配置 */
    width: 800px;
    height: 50vh;
    margin: auto auto 20px auto;
    background-color: #dddddd;
    overflow-y: scroll;
    border-radius: 20px;
}

#basic .linkbox::-webkit-scrollbar {
    width: 16px;
    background-color: #fff;
}

#basic .linkbox::-webkit-scrollbar-track {
    border-radius: 2px;
    background-image: linear-gradient(0deg, #6cd3bd, rgb(63, 63, 63));
    box-shadow: inset 3px 3px 6px #382c44;
}

#basic .linkbox::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: rgba(240, 240, 240, 0.8);
    box-shadow: inset 3px 3px 6px rgba(255, 255, 255, 0.9);
}

#basic .linkbox::-webkit-scrollbar-thumb:hover {
    background-color: rgba(240, 240, 240, 0.2);
}

#basic .linkbox .linkbutton {
    /* さらにリンク用のボックスを作成し、サイズ指定、真ん中配置 */
    width: 640px;
    margin: 10px auto 20px auto;
    text-align: center;
}

#basic .linkbox .linkbutton *,
#basic .linkbox .linkbutton *:before,
#basic .linkbox .linkbutton *:after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

#basic .linkbox .linkbutton html {
    /* ボタン用に使うサイズを取得 */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
    /*rem算出をしやすくするために*/
}

#basic .linkbox .linkbutton .btn,
#basic .linkbox .linkbutton a.btn,
#basic .linkbox .linkbutton button.btn {
    /* 色々計算、わからん */
    width: 640px;
    /* height: 64px; */
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    padding: 1rem 4rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #212529;
    border-radius: 0.5rem;
    margin: 10px auto 10px auto;
}

#basic .linkbox .linkbutton a.btn-flat {
    overflow: hidden;
    /* padding: 1.5rem 6rem; */
    color: rgb(243, 240, 240);
    border-radius: 0;
    background: rgb(49, 49, 49);
}

#basic .linkbox .linkbutton a.btn-flat span {
    position: relative;
}

#basic .linkbox .linkbutton a.btn-flat:before {
    position: absolute;
    top: 0;
    left: 30px;
    width: 930px;
    height: 860px;
    content: '';
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    -webkit-transform: translateX(-98%) translateY(-70%) rotate(135deg);
    transform: translateX(-98%) translateY(-70%) rotate(135deg);
    background: #91dfcc;
}

#basic .linkbox .linkbutton a.btn-flat:hover:before {
    /* マウスオーバーで左上にある◇が移動 */
    -webkit-transform: translateX(-9%) translateY(-25%) rotate(135deg);
    transform: translateX(-9%) translateY(-25%) rotate(135deg);
}

#basic .linkbox .linkbutton a.btn-flat:hover {
    /* マウスオーバーで文字色変更 */
    color: rgb(44, 44, 44);
}

/* 研修内容リンクボックス終わり */

/* 研修項目スライダー始まり */
#basic .training-list {
    width: 840px;
    height: auto;
    margin: 24px auto 36px auto;
}

#basic .training-list .training-list-slider {
    margin: 0 auto;
    padding: 0;
}

#basic .training-list .training-list-slider img {
    width: 9vw;
    /*スライダー内の画像を画面に対する9%のサイズに、レスポンシブ化*/
    height: auto;
}

#basic .training-list .training-list-slider .slick-slide {
    transform: scale(0.75);
    /*左右の画像のサイズを80%に*/
    transition: all .5s;
    /*拡大や透過のアニメーションを0.5秒で行う*/
    opacity: 0.5;
    /*透過50%*/
}

#basic .training-list .training-list-slider .slick-slide.slick-center {
    transform: scale(1);
    /*中央の画像のサイズだけ等倍に*/
    opacity: 1;
    /*透過なし*/
}

#basic .training-list .training-list-slick-prev,
#basic .training-list .training-list-slick-next {
    position: absolute;
    z-index: 3;
    top: 42%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #000000;
    /*矢印の色*/
    border-right: 2px solid #000000;
    /*矢印の色*/
    height: 25px;
    width: 25px;
}

#basic .training-list .training-list-slick-prev {
    /*戻る矢印の位置と形状*/
    left: -5%;
    transform: rotate(-135deg);
}

#basic .training-list .training-list-slick-next {
    /*次へ矢印の位置と形状*/
    right: -5%;
    transform: rotate(45deg);
}

/* 研修項目スライダー終わり */

/* Slider 始まり*/
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}
/* Slider 終わり*/

/* training_basic_details 始まり */
#training_basic_details .details-content {
    width: 800px;
    /* 内容の横幅を800に制限 */
    margin: 0 auto;
}

#training_basic_details .details-content-textarea {
    /* 内容のテキストエリア設定 */
    /* width: 800px; */
    /* 内容の横幅を800に制限,いらないけどわかりやすさのために追加 */
    /* background-color: #20b2aa; */
    background-color: #dff5f5;
    /* height: 200px; */
    padding: 10px 10px 10px 10px;
    /* テキストの書ける範囲を制限 */
    margin: auto;
    border-radius: 16px;
    /* テキストエリアの形変更,坂入の趣味なので消してよし */
}

#training_basic_details .details-content-textarea span {
    font-size: 16px;
    font-weight: 150;
    color: #363636;
    /* border-bottom: 1px solid #ddd; */
    /* line-height: 2; */
}

#training_basic_details .details-content-textarea q {
    font-size: 14px;
    color: #adad03;
}

#training_basic_details .details-content-textarea q a {
    font-size: 14px;
    font-weight: bold;
    color: #adad03;
}

/* PDF用ボタン始まり */
#training_basic_details .details-pdf-button {
    margin: 20px 0px 0px 0px;
    /* PDFボタンの上にスペース */
}

#training_basic_details .details-pdf-button a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 50px auto auto;
    /* ボタンを右寄りに配置するため */
    max-width: 220px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

#training_basic_details .details-pdf-button a::before {
    content: '';
    position: absolute;
    bottom: -7px;
    right: -7px;
    width: 100%;
    height: 2px;
    background-color: #bbbbbb;
    transition: 0.2s ease 0s;
}

#training_basic_details .details-pdf-button a::after {
    content: '';
    position: absolute;
    top: 7px;
    right: -7px;
    width: 2px;
    height: 100%;
    background-color: #bbbbbb;
    transition: 0.2s ease 0.2s;
}

#training_basic_details .details-pdf-button a:hover::before {
    width: 0%;
}

#training_basic_details .details-pdf-button a:hover::after {
    height: 0%;
}

#training_basic_details .details-pdf-button a:hover {
    text-decoration: none;
    background-color: #ccc;
}

#training_basic_details .details-slider {
    width: 90%;
    /* スライダーの横幅を共通設定960に対して100％に設定 */
    margin: auto;
    margin-top: 50px;
    /* 上に空白を追加 */
    padding: 0%;
    /* パディングを0に設定 */
}

#training_basic_details .details-slider img {
    border-radius: 30px;
    /* 画像の四隅を丸く */
    width: 100%;
    /*スライダー内の画像を横幅100%に*/
    /* height: auto; */
}

#training_basic_details .details-slider p {
    /* スライダーの授業番号用タグ */
    position: absolute;
    /* 建て並びならないように設定 */
    padding: 10px;
    margin: 0;
}

#training_basic_details .details-slider .schoo-part-num {
    /* スライダーの授業番号用タグ */
    border-radius: 50px;
    top: 10px;
    /* 縦軸の配置 */
    width: 35px;
    /* 横幅 2行にならないように調整すること */
    text-align: center;
    /* テキストを中央寄せ */
    background-color: rgb(206, 163, 44);
    /* 背景色 */
    font-size: 12px;
    /* 文字の大きさ */
    font-weight: bold;
    /* 文字の太さ */
    color: #fff;
    /* 文字の色 */
    margin-left: 10px;
    /* 場所を10px分右にずらす、leftで動かすとすべてが同じ位置に固定になるので注意 */
}

#training_basic_details .detail_w {
    margin: 0 auto;
    margin-top: 32px;
    margin-bottom: 32px;
    width: 72%;
}
#training_basic_details .detail_btn {
    transition: all .3s;
    /* width: 285px; */
    /* height: 200px; */
    border-radius: 32px;
    margin: 5px;
    padding: 12px;
    color: #f8f8ff;
    background-color: #008b8b;
    font-size: 16px;
    border: none;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/
#training_basic_details .details-slider .slick-slide {
    margin: 0 10px;
    /* スライダーの画像同士の間に空白を入れる */
}


/*戻る、次へ矢印の位置*/
#training_basic_details .slick-prev,
#training_basic_details .slick-next {
    position: absolute;
    /*絶対配置にする*/
    top: 35%;
    cursor: pointer;
    /*マウスカーソルを指マークに*/
    outline: none;
    /*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #666;
    /*矢印の色*/
    border-right: 2px solid #666;
    /*矢印の色*/
    height: 15px;
    width: 15px;
}

#training_basic_details .slick-prev {
    /*戻る矢印の位置と形状*/
    left: -1.5%;
    transform: rotate(-135deg);
}

#training_basic_details .slick-next {
    /*次へ矢印の位置と形状*/
    right: -1.5%;
    transform: rotate(45deg);
}

#training_basic_details .slick-dots {
    /* スライダー下のドットナビゲーション設定 */
    text-align: center;
    margin: 20px 0 0 0;
    padding: 0%;
}

#training_basic_details .slick-dots li {
    display: inline-block;
    /* 中央寄せ横並び設定 */
    margin: 0 5px;
    /* ドットナビゲーション間の空白設定 */
}

#training_basic_details .slick-dots button {
    color: transparent;
    outline: none;
    width: 20px;
    /*ドットボタンのサイズ*/
    height: 15px;
    /*ドットボタンのサイズ 少し横長に設定*/
    display: block;
    border-radius: 50% 20% / 10% 40%;
    /* ドットボタンの形 */
    background: rgb(255, 255, 255);
    /*選択されていないドットボタンの色*/
}

#training_basic_details .slick-dots .slick-active button {
    background: #333;
    /*ドットボタンの現在地表示の色*/
}

/* 補足始まり */
#training_basic_details .details-supplement {
    width: 800px;
    /* 補足の横幅を800に制限 */
    margin: 0 auto;
}

/* 補足のテキストエリア */
#training_basic_details .details-supplement-textarea {
    /* background-color: #20b2aa;補足テキストエリアの背景色 */
    background-color: #dff5f5;
    /* height: 200px;補足テキストエリアの立幅 */
    padding: 0 20px 20px 20px;
    /* テキストの書ける範囲を制限 */
    margin: auto;
    border-radius: 0% 10% / 10% 20%;
    /* テキストエリアの形変更,坂入の趣味なので消してよし */
}

#training_basic_details .details-supplement-textarea h2 {
    padding: 10px 0;
    line-height: 1.5;
    color: #363636;
    font-weight: bold;
}

#training_basic_details .details-supplement-textarea li {
    font-size: 16px;
    font-weight: 150;
    color: #363636;
    border-bottom: 1px solid #ddd;
    line-height: 2;
}
/* training_basic_details 終わり */

/* maintenance 始まり */
#maintenance h1 {
    font-size: 48px;
    text-align: center;
    line-height: 1;
    color: #504946;
    margin-bottom: 20px;
    border: none;
}

#maintenance .maintenance_btn {
    transition: all .3s;
    width: 600px;
    height: 100px;
    border-radius: 32px;
    margin-top: 50px;
    padding: 0;
    color: #f8f8ff;
    background-color: #005757;
    font-size: 3em;
    border: none;
}

#maintenance .maintenance_btn:hover {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.3);
    border-color: transparent;
    background-color: #008b8b;
}

#maintenance #wrap {
    text-align: center;
}
/* maintenance 終わり */

/* training_schedule 始まり */
#training_schedule table {
    margin: auto;
    text-align: center;
    border: 3px solid #2f4f4f;
}

#training_schedule td {
    border: 1px solid #2f4f4f;
}

#training_schedule tr {
    background-color: #e3fff7;
}

#training_schedule .tr_holiday {
    background-color: #bebebe;
}

#training_schedule .details-pdf-button {
    margin: 20px 0px 20px 0px;
}

#training_schedule .details-pdf-button a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto auto auto 40px;
    /* ボタンを右寄りに配置するため */
    max-width: 420px;
    padding: 10px 25px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}

#training_schedule .details-pdf-button a::before {
    content: '';
    position: absolute;
    bottom: -7px;
    right: -7px;
    width: 100%;
    height: 2px;
    background-color: #bbbbbb;
    transition: 0.2s ease 0s;
}

#training_schedule .details-pdf-button a::after {
    content: '';
    position: absolute;
    top: 7px;
    right: -7px;
    width: 2px;
    height: 100%;
    background-color: #bbbbbb;
    transition: 0.2s ease 0.2s;
}

#training_schedule .details-pdf-button a:hover::before {
    width: 0%;
}

#training_schedule .details-pdf-button a:hover::after {
    height: 0%;
}

#training_schedule .details-pdf-button a:hover {
    text-decoration: none;
    background-color: #ccc;
}

/* training_schedule 終わり */
