/* COMMON SETTING */
/* フォント読み込み：Noto Sans JPのみ */
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap');

*:focus {
    outline: none;
}

/* 基本設定 */
body {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px;
    line-height: 2.3;
    letter-spacing: 1.1px;
    color: #66615C;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
  overflow-x: hidden;
}

/* 日本語環境向け */
html[lang="ja"] body {
    font-family: "Noto Sans JP", sans-serif;
}

#page {
    position: relative;
    overflow-x: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.offcanvas #page {
    overflow: hidden;
    position: absolute;
}

.offcanvas #page:after {
    -webkit-transition: 2s;
    -o-transition: 2s;
    transition: 2s;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    background: rgba(0, 0, 0, 0.7);
    content: "";
}

a {
    color: #616161;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

a:hover {
    color: #66615c;
}

p {
    margin-bottom: 20px;
    font-family: "Noto Sans JP", sans-serif;
    text-align: justify;
    text-justify: inter-ideograph;
}

.vertical-text {
    writing-mode: vertical-rl;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    margin-top: 20px;
    color: #fff;
    font-size: 28px;
    letter-spacing: 0px;
    border-left: 0px solid rgba(0, 0, 0, 0.08);
}
@media only screen and (max-width: 768px) {
    .to_pc {
        display: none !important;
    }

    .to_sp {
        display: block !important;
    }
}
h1, h2, h3, h4, h5, h6, figure {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    margin: 0 0 20px 0;
    color: #727272;
}

::-webkit-selection {
    color: #fff;
    background: #2D6CDF;
}

::-moz-selection {
    color: #fff;
    background: #2D6CDF;
}

::selection {
    color: #fff;
    background: #2D6CDF;
}

/* Superfish Override Menu */
.sf-menu {
  margin: 0 !important;
}

.sf-menu {
 font-family: 'Noto Sans Japanese', sans-serif;  
  float: right;
}

.sf-menu ul {
  box-shadow: none;
  border: transparent;
  min-width: 8em;
  *width: 8em;
}

.sf-menu a {
  font-family: 'Noto Sans Japanese', sans-serif;  
  color: rgba(255, 255, 255, 0.4);
  padding: .75em 1em;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-left: none;
  border-top: none;
  border-top: none;
  text-decoration: none;
  zoom: 1;
  font-size: 12px;
  border-bottom: none !important;
}

.sf-menu li,
.sf-menu ul li,
.sf-menu ul ul li,
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: transparent;
}

.sf-menu ul li a,
.sf-menu ul ul li a {
  text-transform: none;
  padding: 1.75em 1em;
  letter-spacing: 1px;
}

.sf-menu li:hover a,
.sf-menu li.sfHover a,
.sf-menu ul li:hover a,
.sf-menu ul li.sfHover a,
.sf-menu li.active a {
  color: #ffffff;
}

.sf-menu ul li:hover,
.sf-menu ul li.sfHover {
  background: transparent;
}

.sf-menu ul li {
  background: transparent;
}

.sf-arrows .sf-with-ul {
  padding-right: 2.5em;
  *padding-right: 1em;
}

.sf-arrows .sf-with-ul:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 1em;
  margin-top: -3px;
  height: 0;
  width: 0;
  border: 5px solid transparent;
  border-top-color: transparent;
}

.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #ccc;
}

.sf-arrows ul .sf-with-ul:after {
  margin-top: -5px;
  margin-right: -3px;
  border-color: transparent;
  border-left-color: #ccc;
}

.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #ccc;
}
/* Hero Section */
#fh5co-hero {
    min-height: 630px;
    height: auto !important;
    background: #fff url(../images/loader.gif) no-repeat center center;
    position: relative !important;
    background-attachment: scroll;
    top: 0;
    left: 0;
    right: 0;
    z-index: 5;
    color: #ffffff;
}

/* Sections */
.fh5co-bg-section {
    background: #e8e8e8;
}

#fh5co-course-categories,
#fh5co-counter,
#fh5co-course,
#fh5co-register,
#fh5co-pricing,
#fh5co-testimonial,
#fh5co-blog,
#fh5co-about,
#fh5co-staff,
#fh5co-contact,
#fh5co-footer {
    padding: 3em 0;
    clear: both;
    background: #fff;
}
/* ============================
   PC版（横長）のスライダー画像
============================ */
.slider-wrapper {
    /* 親要素の幅は100% */
    width: 100%;
    /* これが重要！画像が読み込まれる前に高さを確保する */
    padding-top: 66.6%; /* ← 計算したパーセンテージを指定 */
    position: relative;
    /* (必要に応じて overflow: hidden; を追加) */
}

/* 既存のスライド要素のCSS */
.slide-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: image-set(
        url('https://sannoudai.ed.jp/images/tobibako.ext_pc.webp') type("image/webp")
    );
    background-size: cover; /* または contain */
    background-position: center;
}

.slide-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: image-set(
        url('https://sannoudai.ed.jp/images/classroom2 _pc.webp') type("image/webp")
    );
    background-size: cover; /* または contain */
    background-position: center;
}

.slide-3 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: image-set(
        url('https://sannoudai.ed.jp/images/ensya_pc.webp') type("image/webp")
    );
    background-size: cover; /* または contain */
    background-position: center;
}

.slide-4 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: image-set(
        url('https://sannoudai.ed.jp/images/sadou_pc.webp') type("image/webp")
    );
    background-size: cover; /* または contain */
    background-position: center;
}
.slide-5 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: image-set(
        url('https://sannoudai.ed.jp/images/rooftop2_pc.webp') type("image/webp")
    );
    background-size: cover; /* または contain */
    background-position: center;
}
.slide-6 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: image-set(
        url('https://sannoudai.ed.jp/images/board_pc.webp') type("image/webp")
    );
    background-size: cover; /* または contain */
    background-position: center;
}

/* ============================
   SP版（縦長）のスライダー画像
============================ */
@media (max-width: 767px) {
    /* SP版の画像設定... */

    /* 💡 ここにSP版の正しい縦横比を設定する */
    .slider-wrapper {
        padding-top: 150%; /* ← SP版の縦横比を適用 */
    }

.slide-1 {
    background-image: image-set(
      url('https://sannoudai.ed.jp/images/tobibako_sp.webp') type("image/webp")
    );
  }
  .slide-2 {
    background-image: image-set(
      url('https://sannoudai.ed.jp/images/classroom_sp.webp') type("image/webp")
    );
  }
  .slide-3 {
    background-image: image-set(
      url('https://sannoudai.ed.jp/images/ensya_sp.webp') type("image/webp")
    );
  }
  .slide-4 {
    background-image: image-set(
      url('https://sannoudai.ed.jp/images/sadou_sp.webp') type("image/webp")
    );
  }
  .slide-5 {
    background-image: image-set(
      url('https://sannoudai.ed.jp/images/taiiku_sp.webp') type("image/webp")
    );
  }
  .slide-6 {
    background-image: image-set(
      url('https://sannoudai.ed.jp/images/board_sp.webp') type("image/webp")
    );
  }
.flexslider {
  position: relative;
}

.catch-wrap {
  z-index: 10;
}
}

/* キャッチコピーカード（PC 共通） */
.catch-wrap {
  position: absolute;
  top: 10%;
  left: 10%;
  display: flex;
  gap: 20px;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;.example img {
  width: 100%;}
}

.catch {
  writing-mode: vertical-rl;
  background: rgba(255,255,255,1);
  backdrop-filter: blur(6px);
  color: #66615c;
  padding: 18px 10px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.3;
  border-radius: 0;
  box-shadow: 0 8px 18px rgba(0,0,0,0.25);
  height: 11vw;         /* PC だけで使う高さ */
}

.plate1 { margin-top: 0; }
.plate2 { margin-top: 40px; }
.plate3 { margin-top: 80px; }

/* スマホ用調整 */
@media screen and (max-width: 768px) {

  .catch-wrap {
    left: 5%;
    top: 15%;
    gap: 10px;
  position: relative;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  margin:0;
  padding:0;.example img {
  width: 100%;}
  }

  .catch {
    font-size: 16px;     /* 少し小さめ */
    padding: 14px 8px;
    height: 32vw;        /* 縦書きがきちんと収まる高さに拡大 */
  }

  .plate2 { margin-top: 16px; }
  .plate3 { margin-top: 32px; }
}

/* Services */
.services {
    width: 95%;
    margin: 0 auto;
    margin-bottom: 40px;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.services h3 {
    font-size: 14px;
    font-weight: 400;
}

.services h3 a {
    color: #66615C;
}

p {
    margin-bottom: 20px;
	line-height: 1.5;
	text-align: justify;
    text-justify: inter-ideograph;
}
.services .icon {
    width: 150px;
    height: 150px;
    background: #fff;
    display: table;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 30px;
    -webkit-border-radius: 5%;
    -moz-border-radius: 5%;
    -ms-border-radius: 5%;
    border-radius: 5%;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background-size: cover;
    background-position: center;
}

.services:hover .icon,
.services:focus .icon {
    background: #66615C;
}

/* Counters */
.fh5co-counters {
    padding: 7em 0;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
}

.fh5co-counters .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: rgba(0, 0, 0, 0.5);
}

.fh5co-counters .fh5co-counter {
    font-size: 44px;
    display: block;
    color: white;
    font-family: "Noto Sans JP", sans-serif;
    width: 100%;
    font-weight: 400;
    margin-bottom: .1em;
}

.fh5co-counters .fh5co-counter-label {
    color: rgba(255, 255, 255, 0.8);
    font-size: 16px;
    margin-bottom: 2em;
    display: block;
    font-family: "Noto Sans JP", sans-serif;
}

/* Course */
.course {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    margin-bottom: 30px;
}

.course .desc,
.course .course-img {
    width: 50%;
    display: inline-block;
}

@media screen and (max-width: 768px) {
    .course .desc,
    .course .course-img {
        width: 100%;
    }
    .course .course-img {
        height: 270px;
    }
}

.course .course-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.course .desc {
    padding: 1.2em;
    background: #fff;
}

.course .desc h3 {
    font-size: 14px;
    font-weight: 400;
}

.course .desc h3 a {
    color: #66615C;
}

.course .desc .btn-course {
    border: 2px solid rgba(0, 0, 0, 0.8) !important;
    background: transparent;
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 11px 15px !important;
    border-radius: 0;
}

.course .desc .btn-course:hover {
    background: rgba(0, 0, 0, 3) !important;
    color: white !important;
}

.course:hover .course-img {
    box-shadow: none !important;
}
p {
    font-size: 14px;
    margin-bottom: 20px;
	line-height: 1.5;
	text-align: justify;
    text-justify: inter-ideograph;
}
/* Headings */
.fh5co-heading {
    margin-bottom: 3em;
}

.fh5co-heading h1 {
    font-size: 28px;
    margin-bottom: 20px;
    line-height: 1.5;
     text-transform: uppercase;
    position: relative;
}
.fh5co-heading h2 {
    font-size: 24px;
    margin-bottom: 20px;
    line-height: 1.5;
    color: #66615C;
    text-transform: uppercase;
    position: relative;
}

.fh5co-heading h2:after {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    width: 50px;
    height: 1px;
    margin: 0 auto;
    background: rgba(0, 0, 0, 0.08);
}

.fh5co-heading p {
    font-size: 14px;
    line-height: 1.5;
}

/* Testimonial */
#fh5co-testimonial {
    background: #1F5F8B;
    position: relative;
}

#fh5co-testimonial .overlay {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: '';
    background: #fff;
}

#fh5co-heading .testimony-slide {
    text-align: center;
    position: relative;
    color: #66615C !important;
}

#fh5co-testimonial .testimony-slide blockquote {
    border: none;
    margin: 30px auto;
    width: 70%;
    position: relative;
    padding: 0;
}

@media screen and (max-width: 768px) {
    #fh5co-testimonial .testimony-slide blockquote {
        width: 85%;
    }
}

#fh5co-testimonial .fh5co-heading h2 {
    color: #66615C;
    margin-bottom: 20px !important;
}

#fh5co-testimonial .fh5co-heading h2:after {
    background: transparent !important;
}

/* Blog */
.fh5co-blog {
    margin-bottom: 30px;
    width: 100%;
    float: left;
}

.fh5co-blog .blog-img-holder {
    display: block;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
	height: 180px;
}

.fh5co-blog .blog-text {
    position: relative;
    color: #fff;
    width: 100%;
    padding: 0px;
    float: left;
}

.fh5co-blog .blog-text p {
    font-size: 114px;
    margin-bottom: 2px;
	font-weight: 700;
    line-height: 1.5;
}

.fh5co-blog .blog-text h3 a {
    color: #66615C;
}

/* Footer */
#fh5co-footer {
    background: #efefef;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    color: #fff !important;
}

#fh5co-footer .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#fh5co-footer .fh5co-footer-links {
    padding: 0;
    margin: 0;
    font-size: 14px;
}

#fh5co-footer .fh5co-footer-links li {
    padding: 0;
    margin: 0;
    list-style: none;
}

#fh5co-footer .fh5co-footer-links li a {
    color: rgba(255, 255, 255, 0.5);
    text-decoration: none;
}

#fh5co-footer .fh5co-widget h3 {
    margin-bottom: 14px;
    font-weight: normal;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-family: "Noto Sans JP", sans-serif;
    color: #fff;
}

/* Mobile Menu & Offcanvas */
#fh5co-offcanvas {
    position: absolute;
    z-index: 1901;
    width: 270px;
    background: black;
    top: 0;
    right: 0;
    bottom: 0;
    padding: 75px 40px 40px 40px;
    overflow-y: auto;
    display: none;
    -moz-transform: translateX(270px);
    -webkit-transform: translateX(270px);
    -ms-transform: translateX(270px);
    transform: translateX(270px);
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

@media screen and (max-width: 768px) {
    #fh5co-offcanvas {
        display: block;
    }
}

.offcanvas #fh5co-offcanvas {
    -moz-transform: translateX(0px);
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
}

/* Nav Toggle */
.fh5co-nav-toggle {
  width: 25px;
  height: 25px;
  cursor: pointer;
  text-decoration: none;
}
.fh5co-nav-toggle.active i::before, .fh5co-nav-toggle.active i::after {
  background: #444;
}
.fh5co-nav-toggle:hover, .fh5co-nav-toggle:focus, .fh5co-nav-toggle:active {
  outline: none;
  border-bottom: none !important;
}
.fh5co-nav-toggle i {
  position: relative;
  display: inline-block;
  width: 25px;
  height: 2px;
  color: #252525;
  font: bold 14px/.4 Helvetica;
  text-transform: uppercase;
  text-indent: -55px;
  background: #252525;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle i::before, .fh5co-nav-toggle i::after {
  content: '';
  width: 25px;
  height: 2px;
  background: #252525;
  position: absolute;
  left: 0;
  transition: all .2s ease-out;
}
.fh5co-nav-toggle.fh5co-nav-white > i {
  color: #fff;
  background: #000;
}
.fh5co-nav-toggle.fh5co-nav-white > i::before, .fh5co-nav-toggle.fh5co-nav-white > i::after {
  background: #000;
}
.fh5co-nav-toggle.fh5co-nav-white.active > i {
  color: #fff;
  background: #000;
}
.fh5co-nav-toggle.fh5co-nav-white.active > i::before, .fh5co-nav-toggle.fh5co-nav-white.active > i::after {
  background: #fff;
}

.fh5co-nav-toggle i::before {
  top: -7px;
}

.fh5co-nav-toggle i::after {
  bottom: -7px;
}

.fh5co-nav-toggle:hover i::before {
  top: -10px;
}

.fh5co-nav-toggle:hover i::after {
  bottom: -10px;
}

.fh5co-nav-toggle.active i {
  background: transparent;
}

.fh5co-nav-toggle.active i::before {
  top: 0;
  -webkit-transform: rotateZ(45deg);
  -moz-transform: rotateZ(45deg);
  -ms-transform: rotateZ(45deg);
  -o-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}

.fh5co-nav-toggle.active i::after {
  bottom: 0;
  -webkit-transform: rotateZ(-45deg);
  -moz-transform: rotateZ(-45deg);
  -ms-transform: rotateZ(-45deg);
  -o-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}

.fh5co-nav-toggle {
  position: absolute;
  right: 0px;
  top: 55px;
  z-index: 21;
  padding: 6px 0 0 0;
  display: block;
  margin: 0 auto;
  display: none;
  height: 44px;
  width: 44px;
  z-index: 2001;
  border-bottom: none !important;
}
@media screen and (max-width: 768px) {
  .fh5co-nav-toggle {
    display: block;
  }
}

/* Buttons */
.btn {
    margin-right: 4px;
    margin-bottom: 4px;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 16px;
    font-weight: 400;
    border-radius: 30px;
    transition: 0.5s;
    padding: 8px 20px;
}

.btn-primary {
    background: #66cdaa;
    color: #fff;
    border: 2px solid #2D6CDF;
}

/* Header Section */
#fh5co-header-section {
    width: 100%;
    padding: 40px 0 30px 0;
    transition: all 0.5s ease;
    position: fixed;
    float: left;
    top: 0;
    left: 0 !important;
    right: 0;
    z-index: 103;
}

#fh5co-header-section.fh5co-scrolled {
    padding: 0px 0;
    background: white;
    box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}

#fh5co-header-section.fh5co-scrolled #fh5co-logo a {
    color: #2e2e2e;
}

#fh5co-header-section.fh5co-scrolled .sf-menu a {
    color: #2e2e2e;
}

/* Logo */
#fh5co-logo {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 20px;
    margin: 25px 0 0 0;
    padding: 0;
    font-weight: 300;
    letter-spacing: 2.5px;
}

#fh5co-logo a {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 300;
    border-bottom: none !important;
    color: #fff;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

@media screen and (max-width: 768px) {
    #fh5co-logo {
        font-family: "Noto Sans JP", sans-serif;
        font-weight: 300;
        text-align: center;
        margin: 0px 0 0 0;
        float: none !important;
    }
}

/* Superfish Menu */
.sf-menu {
    margin: 0 !important;
    font-family: "Noto Sans JP", sans-serif;
    float: right;
}

.sf-menu a {
    font-family: "Noto Sans JP", sans-serif;
    color: rgba(255, 255, 255, 0.4);
    padding: .75em 1em;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 13px;
    border-bottom: none !important;
}

.sf-menu li:hover a,
.sf-menu li.active a {
    color: #ffffff;
}

#fh5co-menu-wrap .sf-menu a {
    padding: 2em 2em 2em 2em;
}

#fh5co-primary-menu .fh5co-sub-menu {
    padding: 7px 0 3px;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 5px;
}

#fh5co-primary-menu .fh5co-sub-menu a {
    letter-spacing: 0;
    padding: 0 15px;
    font-size: 14px;
    line-height: 26px;
    color: #ffffff !important;
    text-transform: none;
    background: none;
}
/* Custom Boxes & Tables */
.box9, .box19, .box27, .box66, .box15 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border-radius: 5px;
}
.box15 {
    color: #47A992;
    background: #ffeaea;
    box-shadow: 0px 0px 0px 10px #ffeaea;
    border: dashed 2px #ffc3c3;
}

/* News List */
.newsList {
    border-bottom: 1px solid #e5e7ed;
    padding-left: 0;
}

.newsList_Item {
    border-top: 1px solid #e5e7ed;
    list-style: none;
}

.newsList_Item a {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    text-decoration: none;
}

.newsList_ItemData {
    display: flex;
    align-items: center;
    font-weight: 400;
}

.newsList_ItemDate {
    font-size: 1.4rem;
    line-height: 1;
    width: 6em;
    margin-right: 28px;
    color: #8b9399;
}

.newsList_ItemCat {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 20px;
    width: 9em;
    margin-right: 0px;
    text-align: center;
    color: #8b9399;
    border-radius: 10px;
    background: #fff;
    margin: 0 0 0em 0;
}


.newsList_ItemTtl {
    line-height: 1.9;
    color: #828282;
    padding: 9px 0;
    flex: 1;
    font-size: 14px;
    margin: 0;
    font-weight: 400;
}

.newsList_ItemArrow {
    width: 0; 
    height: 0; 
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #ccc;
    transform: rotate(90deg);
}

@media screen and (max-width: 1140px) {
    .newsList_Item a {
        padding: 15px 0;
        display: block;
    }
    .newsList_ItemDate {
        font-size: 1.3rem;
        margin-right: 8px;
    }
    .newsList_ItemCat {
        font-size: 1rem;
        margin-right: 18px;
    }
}

/* Buttons */
.button002 {
    background-color: #fff;
    border: solid 1px #2f4f4f;
    color: ##ffe4e1;
    padding: 7px 50px;
    text-decoration: none;
    font-size: 1em;
    display: inline-block;
}

.button002:hover {
    color: #2f4f4f;
    background-color: #b0e0e6;
}
/* Iframe Responsive */
.iframe-responsive {
    position: relative;
    width: 100%;
    padding: calc(315 / 760 * 100%) 0 0;
}
.iframe-responsive iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.border_sample2{
border-bottom:1px solid #bbb;
}
/* =========================================
   2カラム 高さ揃え・横並び用スタイル (追加分)
   ========================================= */

/* 親要素：横並びにする設定 */
.flex-align-wrapper {
    display: flex;             /* Flexboxを有効化 */
    justify-content: space-between; /* 左右の要素の間に余白を自動で入れる */
    align-items: stretch;      /* ★重要：これで左右の「高さ」が自動で揃います */
    flex-wrap: wrap;           /* 念のため折り返しを許可 */
    margin-top: 30px;          /* 上の点線との余白（必要に応じて調整） */
}

/* 子要素：幅の指定など */
.flex-child {
    box-sizing: border-box;    /* パディングを含めた幅計算にする */
}

/* 左側の幅（円の方） */
.side-content {
    width: 30%;                /* 画面幅の30%を使用（調整可能） */
    display: flex;             /* 円を中央に寄せたい場合に使用 */
    justify-content: center;   /* 円を中央配置 */
    align-items: flex-start;   /* 上辺揃えで配置 */
}

/* 右側の幅（テキストの方） */
.main-content {
    width: 65%;                /* 画面幅の65%を使用（調整可能） */
}
/* =========================================
   スマホ対応 (768px以下) - 修正版
   ========================================= */
@media screen and (max-width: 768px) {
    /* 縦積みに変更 */
    .flex-align-wrapper {
        display: block;
    }

    /* 共通設定：幅を100%にして縦に並べる */
    .side-content,
    .main-content {
        width: 100%;
        margin-bottom: 30px; /* 上下の間隔 */
    }

    /* ★ここが修正ポイント：右にずれるのを防ぐ設定 */
    .main-content {
        margin-left: 0 !important;   /* 左の外側の余白を強制的にゼロに */
        padding-left: 0 !important;  /* 左の内側の余白を強制的にゼロに */
        text-align: left !important; /* テキストを強制的に左揃えに */
    }
    
    /* 必要であれば下側のブロックも左揃えを徹底する */
    .side-content {
        margin-left: 0 !important;
        padding-left: 0 !important;
        display: block; /* Flex解除（もし円が中央に来てしまう場合） */
    }
}    
    /* スマホで順序を入れ替えたい場合（テキストを上にしたい場合など）は以下を使用 */
    /* .flex-align-wrapper {
        display: flex;
        flex-direction: column-reverse; 
    }
    */
/* =========================================
   Superfish スマホ対応修正 (768px以下)
   ========================================= */
@media screen and (max-width: 768px) {

    /* 1. メニュー全体の配置リセット */
    .sf-menu {
        float: none !important;
        display: block !important;
        width: 100% !important;
    }

    /* 2. リストアイテムを縦積みにする */
    .sf-menu li {
        float: none !important;
        width: 100% !important;
        display: block !important;
        background: transparent !important; /* 必要に応じて背景色調整 */
    }

    /* 3. リンクの余白調整（押しやすくする） */
    .sf-menu a {
        padding: 15px !important;
        line-height: 1.2;
    }

    /* ★ 4. ここが重要：サブメニュー（入れ子）の強制表示設定 */
    .sf-menu ul {
        display: block !important;   /* ホバーなしで常に表示させる */
        position: static !important; /* 「浮いた」配置を解除して、通常の配置に戻す */
        box-shadow: none !important; /* 影を消す */
        width: 100% !important;      /* 幅を親に合わせる */
        min-width: auto !important;  /* 固定幅の解除 */
        margin: 0 !important;
        padding: 0 !important;
        padding-left: 20px !important; /* ★階層が分かるように左にインデントを入れる */
        border: none !important;
    }

    /* 5. サブメニューのリンク文字色などを調整（必要に応じて） */
    .sf-menu ul li a {
        padding: 10px 15px !important;
        font-size: 13px !important;  /* 少し小さくして階層感を出す */
        color: rgba(255, 255, 255, 0.7) !important; /* 親より少し薄くするなど */
    }
    
    /* 6. 矢印（▼）の表示調整 */
    /* 邪魔であれば消す、残す場合は位置を調整 */
    .sf-arrows .sf-with-ul:after {
        right: 20px !important; /* 位置調整 */
        border-top-color: rgba(255,255,255,0.5) !important; /* 色調整 */
    }

/* Mobile Menu */
#fh5co-mobile-menu-btn {
  padding: 0 10px;
  z-index: 1001;
  position: absolute;
  top: 0;
  left: 0;
  background: #2e2e2e;;
  height: 55px;
  display: table;
}
#fh5co-mobile-menu-btn i {
  line-height: 25px;
  display: table-cell;
  vertical-align: middle;
  font-size: 22px;
  color: #fff;
}

#fh5co-mobile-menu {
  -moz-transform: translateX(-275px);
  -webkit-transform: translateX(-275px);
  -ms-transform: translateX(-275px);
  transform: translateX(-275px);
  font-size: 13px;
  display: block;
  height: 100%;
  left: 0;
  overflow-y: auto;
  position: fixed;
  top: 0;
  width: 275px;
  z-index: 10002;
  background: #181920;
  padding: 0.75em 1.25em;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul {
  padding: 0;
  margin: 0;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul li {
  list-style: none;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul li.active > a {
  color: #ffffff;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul a {
  border-bottom: none !important;
  padding: 7px 0;
  display: block;
  color: #ccc;
  color: rgba(255, 255, 255, 0.5);
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul a:hover {
  color: #ffffff;
  color: white;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-ddown {
  position: relative;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-ddown:after {
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 0;
  margin-top: 2px;
  content: "\e64b";
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-menu {
 font-family: 'Noto Sans Japanese', sans-serif;  
 display: none;
  padding-left: 20px;
}
#fh5co-mobile-menu #fh5co-mobile-menu-ul .fh5co-sub-menu li {
  list-style: none;
}
#fh5co-logo-mobile-wrap {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  height: 55px;
  left: 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 10001;
  background: white;
  color: #66615C;
  -webkit-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -moz-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -ms-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  -o-box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
  box-shadow: 0 0.125em 0.125em 0 rgba(0, 0, 0, 0.125);
}
#fh5co-logo-mobile-wrap h1 {
  padding: 0;
  margin: 0;
  font-family: 'Noto Sans Japanese', sans-serif;  
  font-size: 16px;
  font-weight:400;
  margin: 12px 0 0 0;
}
#fh5co-logo-mobile-wrap h1 a {
  border-bottom: none !important;
  color: #2e2e2e;
  letter-spacing: 1px;
  text-transform: uppercase;
}
#fh5co-feature {
  background: #fff;
  padding: 5em 0;
}
@media screen and (max-width: 768px) {
  #fh5co-feature {
    padding: 3em 0 2em 0;
  }
}
#fh5co-hero {
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center left;
  height: auto !important;
		position: relative !important;
		min-height: 600px;
		background-attachment: scroll
		top: 0;
  left: 0;
  right: 0;
  z-index: 5;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  #fh5co-hero {
    background-position: center center;
  }
}
#fh5co-hero .fh5co-hero-wrap {
  display: table;
  height: 600px;
  width: 100%;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
  font-size: 40px;
  font-weight: normal;
  line-height: 62px;
  text-transform: uppercase;
  letter-spacing: 7px;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h1 {
    letter-spacing: 4px;
    font-size: 30px;
    line-height: 42px;
  }
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 {
  letter-spacing: 4px;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 20px;
  position: relative;
  color: #fff;
}
@media screen and (max-width: 768px) {
  #fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 {
    letter-spacing: 3px;
  }
}
#fh5co-hero .fh5co-hero-wrap .fh5co-hero-intro > h2 > span {
  position: absolute;
  bottom: 0;
  display: block;
  background: rgba(255, 255, 255, 0.4);
  width: 50px;
  height: 3px;
  left: 50%;
  margin-left: -25px;
}
#fh5co-hero .fh5co-hero-wrap .btn {
  color: #ffffff;
}
#fh5co-hero .fh5co-hero-wrap .btn:hover, #fh5co-hero .fh5co-hero-wrap .btn:active, #fh5co-hero .fh5co-hero-wrap .btn:focus {
  background: #66615C;
  border-color: #66615C;
}
#fh5co-hero,
#fh5co-main,
#fh5co-logo-mobile-wrap {
  -moz-transform: translateX(0px);
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

body.fh5co-mobile-menu-visible #fh5co-hero,
body.fh5co-mobile-menu-visible #fh5co-main,
body.fh5co-mobile-menu-visible #fh5co-logo-mobile-wrap {
  -moz-transform: translateX(275px);
  -webkit-transform: translateX(275px);
  -ms-transform: translateX(275px);
  transform: translateX(275px);
}

body.fh5co-mobile-menu-visible #fh5co-mobile-menu {
  -moz-transform: translateX(0);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
html,
body {
  overflow-x: hidden;
	}

/* PC に戻ったときメニュー崩壊を防ぐ */
@media screen and (min-width: 769px) {
    .sf-menu {
        display: block !important;
        float: right !important;
    }

    .sf-menu ul {
        display: none !important;      /* PC は通常非表示（hover で表示） */
        position: absolute !important;
        width: auto !important;
        padding-left: 0 !important;
    }

    .sf-menu li {
        display: inline-block !important;
        width: auto !important;
    }

    #fh5co-mobile-menu {
        transform: translateX(-275px) !important;
    }

    body.fh5co-mobile-menu-visible #fh5co-hero,
    body.fh5co-mobile-menu-visible #fh5co-main,
    body.fh5co-mobile-menu-visible #fh5co-logo-mobile-wrap {
        transform: translateX(0) !important;
		}
}