@charset "UTF-8";
/* ======================================================
  Reset
====================================================== */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, a, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}
body {
  line-height: 1;
}
img {
  line-height: 0;
  vertical-align: top;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  cursor: help;
  border-bottom: 1px dotted;
}
li {
  list-style-type: none;
}
table {
  border-spacing: 0;
  border-collapse: collapse;
}
input, select {
  vertical-align: middle;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: none;
  border-top: 1px solid #ccc;
}
.close {
  display: none;
}
a {
  outline: none;
}
.cf:before, .cf:after {
  display: table;
  content: "";
}
.cf:after {
  clear: both;
}
.cf {
  zoom: 1;
}
[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/* ======================================================
  Common
====================================================== */
body, html {
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  width: 100%;
  height: 100%;
  color: #333;
}
.wrapper img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  outline: none;
}
a:focus {
  outline: none;
}
.is_hidden {
  transform: translate(0, 30px);
  opacity: 0;
}
.is_show {
  transition: 800ms ease;
  transform: translate(0, 0);
  opacity: 1;
  transition-delay: .5s;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.33334vw; /* W750 */
  }
  .is_pc {
    display: none;
  }
  .is_sp {
    display: block;
  }
  /* header */
  .header {
    padding-bottom: 2.5rem;
    text-align: center;
  }
  .header_logo {
    width: 20rem;
    margin: 0 auto;
  }
  /* footer */
  .footer {
    padding: 10rem 0 35rem;
    text-align: center;
  }
  .footer_btn {
    width: 79%;
    margin: auto;
    margin-top: -1.5rem;
    padding-left: 2.5rem;
    padding-bottom: 4rem;
  }
  .footer_copy {
    font-size: 14.5px;
    line-height: 1.3;
    letter-spacing: .07em;
    margin-top: -0.6rem;
    padding-left: 1.4rem;
  }
}

@media screen and (min-width: 751px) {
  a:hover {
    transition: opacity 0.2s;
    opacity: 0.7;
  }
  html {
    font-size: 0.5208333vw; /* W1920 */
  }
  .is_sp {
    display: none;
  }
  .is_pc {
    display: block;
  }
  /* header */
  .header {
    padding-bottom: 14px;
    text-align: center;
  }
  .header_logo {
    width: 100px;
    margin: 0 auto;
  }
  /* footer */
  .footer {
    padding: 6.6rem 0 18.8rem;
    text-align: center;
  }
  .footer_btn {
    width: 382px;
    margin: auto;
    padding-bottom: 4rem;
    margin-top: -5.5rem;
    padding-left: 2.5rem;
  }
  .footer_copy {
    font-size: 15.5px;
    line-height: 1.8;
    letter-spacing: .03em;
    margin-top: -0.5rem;
    padding-left: 2rem;
  }
  .btn_hover {
    position:relative;
  }
  .btn_hover a:hover {
    opacity: 1;
  }
  .btn_hover img {
    width: 100%;
    display: block;
  }
  .btn_hover .img_after{
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
  }
  .btn_hover:hover .img_before{
    visibility:hidden;
  }
  .btn_hover:hover .img_after{
    visibility:visible;
  }
  .flex {
    display: flex;
  }
}

/* ======================================================
  Contents
====================================================== */
@media screen and (max-width: 750px) {
  .main_frame {
    background: linear-gradient(to bottom right, #e2f1de, #d9ede1, #d3ebe3, #daeee5);
    position: relative;
    z-index: 1;
  }
  .sec01_frame {
    background: url(../img/sp/sec01_bg.png) 0 top no-repeat;
    background-size: 100% auto;
  }
  .sec01_frame .sec01_01 {
    width: 100%;
    padding-top: 10rem;
    display: flex;
    flex-direction: column;
  }
  .sec01_frame .sec01_01_left {
    width: 100%;
  }
  .sec01_frame .sec01_01_right {
    width: 55%;
    align-self: flex-end;
    margin-right: 1%;
  }
  .sec01_frame .sec01_02 {
    width: 93%;
    padding-top: 5rem;
    margin: 0 auto;
  }
  .sec02_frame {
    background: url(../img/sp/sec02_bg.png) 0 top no-repeat;
    background-size: cover;
    padding-bottom: 9rem;
  }
  .sec02_frame .sec02_01 {
    width: 65rem;
    padding-top: 6rem;
    margin: 0 auto;
  }
  .sec02_frame .sec02_02 {
    width: 67rem;
    margin: 0 auto;
  }
  #slide_sec02.slide_item_wrap {
    width: 96%;
    margin: 1rem auto 0;
  }
  .sec02_frame .sec02_03 {
    display: block;
    width: 61rem;
    padding-top: 5rem;
    margin: 0 auto;
  }
  .sec02_frame .sec02_04 {
    width: 73rem;
    padding-top: 8rem;
    margin: 0 auto;
  }
  .sec02_frame .sec02_05 {
    width: 60rem;
    padding-top: 4rem;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  .sec02_frame .sec02_05_01,
  .sec02_frame .sec02_05_02 {
    flex: 1;
  }
  .sec02_frame .sec02_05_03 {
    width: 50rem;
    padding-top: 6rem;
    margin: 0 auto;
  }
  .sec02_frame .sec02_06 {
    display: block;
    width: 60rem;
    padding-top: 5rem;
    margin: 0 auto;
  }
  .sec02_frame .sec02_07 {
    width: 73rem;
    padding-top: 0;
    margin: -4% auto 0;
    pointer-events: none;
  }
  .sec03_frame {
    background: url(../img/sp/sec03_bg.png) 0 top no-repeat;
    background-size: 100% auto;
    padding-bottom: 7rem;
  }
  .sec03_frame .sec03_01 {
    width: 83%;
    padding-top: 4rem;
    margin: 0 auto;
  }
  .sec03_frame .sec03_02 {
    width: 100%;
    margin-top: 4%;
  }
  .sec03_frame .sec03_03 {
    width: 100%;
    margin-top: 10%;
  }
  .sec03_frame .sec03_04 {
    width: 100%;
    margin-top: 10%;
  }
  .sec04_frame .sec04_01 {
    width: 90%;
    margin: 8rem auto 6rem;
  }
  /* sec05 - ウキウキ見学会 */
  .sec05_frame {
    background-color: #f0f8ee;
    padding: 8rem 4rem 10rem;
  }
  .sec05_title {
    font-size: 4.6rem;
    font-weight: bold;
    color: #009b7d;
    text-align: center;
    margin-bottom: 5rem;
  }
  .sec05_tabs {
    display: none;
  }
  .sec05_content {
    background: transparent;
    margin-top: 0;
    padding: 0;
    border-radius: 0;
  }
  .sec05_accordion {
    display: block;
    width: 100%;
    padding: 3rem 4rem;
    font-size: 3.6rem;
    font-weight: bold;
    text-align: left;
    cursor: pointer;
    background: #009b7d;
    color: #fff;
    border: none;
    border-bottom: 2px solid #fff;
    position: relative;
    text-decoration: none;
    box-sizing: border-box;
  }
  .sec05_accordion[data-accordion="kyushu"] {
    border-bottom: none;
  }
  .sec05_accordion_arrow {
    position: absolute;
    right: 4rem;
    top: 50%;
    width: 2.4rem;
    height: 2.4rem;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: translateY(-70%) rotate(45deg);
    transition: transform 0.3s;
  }
  .sec05_accordion.active .sec05_accordion_arrow {
    transform: translateY(-30%) rotate(-135deg);
  }
  .sec05_accordion_link .sec05_accordion_arrow {
    transform: translateY(-50%) rotate(-45deg);
  }
  .sec05_panel {
    display: none;
    background: #fff;
    padding: 5rem 10rem;
  }
  .sec05_panel.sp_open {
    display: block;
  }
  .sec05_grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 4rem 0;
  }
  .sec05_pref_name {
    display: block;
    font-size: 3.2rem;
    font-weight: bold;
    color: #009b7d;
    border-bottom: 1px solid #009b7d;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
  }
  .sec05_pref_name::before {
    content: ">";
    font-size: 3.4rem;
    margin-right: 0.8rem;
  }
  .sec05_cities {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem 0;
  }
  .sec05_cities a {
    font-size: 2.6rem;
    color: #009b7d;
    white-space: nowrap;
  }
  .sec05_cities a::before {
    content: ">";
    font-size: 2.6rem;
    margin-right: 0.5rem;
  }
  .sec05_cities_single {
    grid-template-columns: 1fr;
  }
  .sec05_cities a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .sec05_pref_name:hover {
    opacity: 1;
    text-decoration: none;
  }
  .sec05_note {
    width: 70%;
    margin: 5rem auto 0;
  }

  .secMedia_frame .secMedia_02 {
    width: 60.2rem;
    margin: 6.5rem auto 0;
  }
  .secMedia_frame .secMedia_02_01 {
    width: 41.2rem;
    margin: 0 auto;
    position: relative;
  }
  .secMedia_frame .secMedia_02_02 {
    width: 40rem;
    margin: 0 auto;
    position: relative;
  }
  .secMedia_frame .secMedia_02_03 {
    width: 54rem;
    margin: 4rem auto 6rem;
    position: relative;
  }
  .secMedia_frame .secMedia_03 {
    width: 66.2rem;
    margin: 8rem auto 0;
    border-top: 4px solid #6355a1;
    border-bottom: 4px solid #6355a1;
  }
  .secMedia_frame .secMedia_03_01 {
    width: 45.2rem;
    margin: 0 auto;
    position: relative;
  }
  .secMedia_frame .secMedia_03_02 {
    width: 40rem;
    margin: 4rem auto 6rem;
    position: relative;
  }
  .secMedia_frame .secMedia_03_03 {
    width: 90%;
    margin: 4rem auto 6rem;
    position: relative;
  }
  .secMedia_frame .secMedia_04 {
    width: 63.3rem;
    padding-top: 8.3rem;
    padding-left: 5.7rem;
  }
  .secMedia_frame .secMedia_05 {
    width: 67.2rem;
    padding-top: 2rem;
    padding-left: 3.9rem;
  }
}

@media screen and (min-width: 751px) {
  .main_frame {
    background: linear-gradient(to bottom right, #e2f1de, #d9ede1, #d3ebe3, #daeee5);
    position: relative;
    z-index: 1;
  }
  .sec01_frame {
    background: url(../img/pc/sec01_bg.png) 0 top no-repeat;
    background-size: 100% auto;
  }
  .sec01_frame .sec01_01 {
    width: 68%;
    padding-top: 15.5rem;
    margin: 0 auto;
    display: flex;
  }
  .sec01_frame .sec01_01_left {
    width: 70%;
  }
  .sec01_frame .sec01_01_right {
    width: 30%;
    margin-top: 12%;
  }
  .sec01_frame .sec01_02 {
    width: 151rem;
    padding-top: 13rem;
    padding-left: 19rem;
    padding-bottom: 10rem;
  }
  .sec02_frame {
    background: url(../img/pc/sec02_bg.png) 0 top no-repeat;
    background-size: cover;
    padding-bottom: 8rem;
  }
  .sec02_frame .sec02_01 {
    width: 78rem;
    padding-top: 8rem;
    margin: 0 auto;
  }
  .sec02_frame .sec02_02 {
    width: 140rem;
    padding-top: 0rem;
    margin: -2% auto 0;
  }
  #slide_sec02.slide_item_wrap {
    width: 100%;
    margin-top: 5rem;
  }
  .sec02_frame .sec02_03 {
    display: block;
    width: 50rem;
    padding-top: 3rem;
    margin: 0 auto;
  }
  .sec02_frame .sec02_04 {
        width: 119rem;
        padding-top: 4rem;
        margin: 0 auto;
        padding-right: 9rem;
  }
  .sec02_frame .sec02_05 {
        width: 184rem;
        padding-top: 4rem;
        margin: 0 auto;
        display: flex;
        gap: 2rem;
  }
  .sec02_frame .sec02_05_01,
  .sec02_frame .sec02_05_02 {
    flex: 1;
  }
  .sec02_frame .sec02_05_03 {
    width: 52rem;
    padding-top: 4rem;
    margin: 0 auto;
  }
  .sec02_frame .sec02_06 {
    display: block;
    width: 50rem;
    padding-top: 5rem;
    margin: 0 auto;
  }
  .sec02_frame .sec02_07 {
        width: 107rem;
        /* padding-top: 6rem; */
        margin: -1% auto 0;
  }
  .sec03_frame {
    background: url(../img/pc/sec03_bg.png) 0 top no-repeat;
    background-size: 100% auto;
    padding-bottom: 4%;
  }
  .sec03_frame .sec03_01 {
    width: 62.7rem;
    padding-top: 8rem;
    margin: 0 auto;
  }
  .sec03_frame .sec03_02 {
    width: 100%;
  }
  .sec03_frame .sec03_03 {
    width: 100%;
    margin-top: 4%;
  }
  .sec03_frame .sec03_04 {
    width: 100%;
    margin-top: 4%;
  }
  .sec04_frame .sec04_01 {
    width: 150.8rem;
    margin: 4% auto 0;
  }
  /* sec05 - ウキウキ見学会 */
  .sec05_accordion {
    display: none;
  }
  .sec05_frame {
    background-color: #f0f8ee;
    padding: 8rem 26rem 10rem;
    margin-top: 3%;
  }
  .sec05_title {
    font-size: 5.4rem;
    font-weight: bold;
    color: #009b7d;
    text-align: center;
    margin-bottom: 2rem;
  }
  .sec05_tabs {
    display: flex;
    border: 2px solid #009b7d;
  }
  .sec05_tab {
    flex: 1;
    padding: 1.5rem 0;
    font-size: 2.8rem;
    font-weight: bold;
    text-align: center;
    cursor: pointer;
    background: #fff;
    color: #009b7d;
    border: none;
    border-right: 2px solid #009b7d;
    transition: background 0.2s, color 0.2s;
  }
  .sec05_tab:last-child {
    border-right: none;
  }
  .sec05_tab.active,
  .sec05_tab:hover {
    background: #009b7d;
    color: #fff;
  }
  .sec05_content {
    background: #fff;
    margin-top: 4rem;
    padding: 6rem 5rem;
    border-radius: 4px;
    display: none;
  }
  .sec05_content.show {
    display: block;
  }
  .sec05_panel {
    display: none;
  }
  .sec05_panel.active {
    display: block;
  }
  .sec05_grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 5rem 4rem;
  }
  .sec05_pref_name {
    display: block;
    font-size: 2.4rem;
    font-weight: bold;
    color: #009b7d;
    border-bottom: 1px solid #009b7d;
    padding-bottom: 1rem;
    margin-bottom: 1.5rem;
  }
  .sec05_pref_name::before {
    content: ">";
    font-size: 2.6rem;
    margin-right: 0.8rem;
  }
  .sec05_cities {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.5rem 0;
  }
  .sec05_cities a {
    font-size: 1.8rem;
    color: #009b7d;
    white-space: nowrap;
  }
  .sec05_cities a::before {
    content: ">";
    font-size: 2rem;
    margin-right: 0.5rem;
  }
  .sec05_cities_single {
    grid-template-columns: 1fr;
  }
  .sec05_cities a:hover {
    opacity: 1;
    text-decoration: underline;
  }
  .sec05_pref_name:hover {
    opacity: 1;
    text-decoration: none;
  }
  .sec05_note {
    width: 100.2rem;
    margin: 5rem auto 0;
  }

  .secMedia_frame {
  }
  .secMedia_frame .secMedia_02 {
    width: 120.2rem;
    margin-top: 8.2rem;
    margin-left: 35.9rem;
    position: relative;
    border-left: 2px solid #808080;
    border-right: 2px solid #808080;
    padding-bottom: 1.2rem;
  }
  .secMedia_frame .secMedia_02_01 {
    width: 41.2rem;
    margin-top: 5rem;
    padding-left: 7.5rem;
    position: relative;
  }
  .secMedia_frame .secMedia_02_02 {
    width: 40rem;
    margin-top: 5.9rem;
    padding-left: .4rem;
    position: relative;
  }
  .secMedia_frame .secMedia_02_03 {
    width: 54rem;
    margin-top: 1.1rem;
    padding-left: 9.5rem;
    position: relative;
  }
  .secMedia_frame .secMedia_03 {
    width: 130.2rem;
    margin: 9rem auto 0;
    position: relative;
    border-top: 6px solid #6355a1;
    border-bottom: 6px solid #6355a1;
    padding: 5rem 0;
  }
  .secMedia_frame .secMedia_03 > .flex {
    align-items: center;
  }
  .secMedia_frame .secMedia_03_03 {
    width: 82rem;
    padding: 2rem 3rem;
    position: relative;
  }
  .secMedia_frame .secMedia_03_01 {
    width: 41.9rem;
    padding-left: 3rem;
    position: relative;
  }
  .secMedia_frame .secMedia_03_02 {
    width: 40rem;
    margin-top: 5.9rem;
    padding-left: .4rem;
    position: relative;
  }
  .secMedia_frame .secMedia_04 {
    width: 95.5rem;
    margin-top: 8.5rem;
    padding-left: 48.2rem;
    position: relative;
  }
  .secMedia_frame .secMedia_05 {
    width: 120.2rem;
    margin-top: 2rem;
    padding-left: 35.9rem;
    position: relative;
    padding-bottom: 10rem;
  }
}

/* ======================================================
  Fixed Elements
====================================================== */
@media screen and (max-width: 750px) {
  /* fixed_bottom */
  .fixed_bottom {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    display: none;
    background: linear-gradient(to right, #f39700, #ee7618);
  }
  .fixed_bottom_inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 2rem 3rem;
    gap: 1.5rem;
  }
  .fixed_bottom_txt {
    width: 42.2rem;
  }
  .fixed_bottom_items {
    display: flex;
    gap: 2rem;
    width: 100%;
  }
  .fixed_item {
    flex: 1;
  }
}

@media screen and (min-width: 751px) {
  /* fixed_bottom */
  .fixed_bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 98;
    width: 100%;
    height: 6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(to right, #f39700, #ee7618);
  }
  .fixed_bottom_inner {
    display: flex;
    gap: 1.6rem;
    align-items: center;
    justify-content: center;
  }
  .fixed_bottom_txt {
    width: 36.2rem;
  }
  .fixed_bottom_items {
    display: flex;
    gap: 1.6rem;
    align-items: center;
  }
  .fixed_item {
    width: 36rem;
  }
}


/* ======================================================
  Slide
====================================================== */
#slide_sec02 {
  overflow: visible;
}
#slide_sec02 .slick-list {
  overflow: hidden;
}
#slide_sec02 .slide_item .slick-slide {
  padding: 0 6rem;
}
#slide_sec02 .slide_item .slick-slide img {
  width: 100%;
  display: block;
}
.slick-prev,
.slick-next {
  z-index: 1;
  width: 40px;
  height: 40px;
}
.slick-prev:before,
.slick-next:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
}
.slick-prev:before {
  transform: rotate(-135deg);
  margin-left: 10px;
}
.slick-next:before {
  transform: rotate(45deg);
  margin-right: 10px;
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}
.slick-dots li button:before,
.slick-dots li.slick-active button:before {
  color: #fff;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
}

@media screen and (max-width: 750px) {
  #slide_sec02 .slide_item .slick-slide {
    padding: 0 7rem;
  }
  .slick-prev {
    left: -1rem;
  }
  .slick-next {
    right: -2rem;
  }
  .slick-dots {
    bottom: -25px;
  }
  .slick-dots li {
    margin: 0;
  }
  .slick-dots li button:before {
    font-size: 9.4rem;
  }
}
@media screen and (min-width: 751px) {
  .slick-prev {
    left: 19%;
  }
  .slick-next {
    right: 18.5%;
  }
  .slick-dots {
    bottom: -30px;
  }
  .slick-dots li {
    margin: 0;
  }
  .slick-dots li button:before {
    font-size: 6.4rem;
  }
}
