/* 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;
}
@charset "UTF-8";
/* CSS Document */
/*
Theme Name: matudakiribako
Theme URL:
Author: manabell
Author URL: 
Version: 1
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

html {
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  background-color: #FAFAFA;
  overflow-x: hidden;
}

p {
  line-height: 2em;
}

.wf-kokoro {
  font-family: "Yuji Syuku";
  color: #000;
  font-size: clamp(1rem, 0.8002rem + 0.8197vw, 1.5rem);
  line-height: 1.5em;
}
.wf-kokoro span {
  font-size: clamp(2.5rem, 2.1004rem + 1.6393vw, 3.5rem);
}

a {
  color: #1B1919;
}

header {
  position: relative;
  /* メニューの線の位置 */
  /* メニューを動かす方法 */
  /* 何もしてないとき */
  /* きっかけ */
}
header .top-back {
  position: absolute;
  background-color: #125243;
  width: 62%;
  content: "";
  height: 60vh;
  z-index: -1;
  right: 0;
  top: 0;
}
header header::after {
  mix-blend-mode: overlay;
  position: absolute;
  background-color: #125243;
  width: 80%;
  content: "";
  height: 480px;
  z-index: -1;
  right: 0;
  top: 0;
}
header .menu-btn {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #125243;
  border-radius: 5px;
}
header .menu-btn span {
  transition: all 0.4s;
  position: absolute;
  height: 3px;
  width: 45%;
  background-color: #fff;
  border-radius: 2px;
  left: 14px;
  z-index: 101;
}
header .menu-btn span:nth-of-type(1) {
  top: 15px;
}
header .menu-btn span:nth-of-type(2) {
  top: 23px;
}
header .menu-btn span:nth-of-type(3) {
  top: 31px;
}
header .menu-btn.active span:nth-of-type(1) {
  top: 18px;
  left: 14px;
  transform: translateY(6px) rotate(-45deg);
  width: 35%;
}
header .menu-btn.active span:nth-of-type(2) {
  opacity: 0;
}
header .menu-btn.active span:nth-of-type(3) {
  top: 30px;
  left: 14px;
  transform: translateY(-6px) rotate(45deg);
  width: 35%;
}
header .back {
  width: 0%;
  height: 100vh;
  background-color: #125243;
  transition: all 0.3s 0.4s ease;
  position: absolute;
  right: -200px;
  z-index: 100;
  top: 0;
  padding-top: 15%;
}
header .back ul {
  list-style-type: none;
}
header .back ul li {
  text-align: center;
  border-bottom: 1px solid #E8E8E8;
  line-height: 2.5em;
  padding-top: 21px;
  padding-bottom: 21px;
}
header .back ul li:hover {
  opacity: 0.6;
}
header .back ul a {
  color: #FAFAFA;
  text-decoration: none;
}
header .back.active {
  display: block;
  width: 100%;
  background-color: #125243;
  right: 0px;
}
header .pc-header {
  display: none;
}
header .top-head {
  display: flex;
  justify-content: space-between;
  padding-top: 16px;
}

footer .footer-area {
  margin-top: 72px;
}
footer .footer-area .footer-nav {
  background-color: #125243;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
}
footer .footer-area .footer-nav ul {
  list-style: none;
  padding-left: 24px;
}
footer .footer-area .footer-nav li {
  font-size: 16px;
  line-height: 2em;
}
footer .footer-area .footer-nav a {
  color: #FAFAFA;
  text-decoration: none;
}
footer .footer-area .footer-nav .footer-address {
  color: #FAFAFA;
  padding-left: 24px;
  padding-top: 24px;
}
footer .footer-area .footer-nav .footer-address .footer_logo img {
  filter: invert(100%);
}
footer .footer-area .footer-nav .footer-address .tall {
  font-size: 24px;
  padding-left: 14px;
}
footer .footer-area .footer-bar {
  padding-top: 24px;
}
footer .footer-area .footer-bar ul {
  display: flex;
  justify-content: flex-start;
  padding-left: 24px;
}
footer .footer-area .footer-bar ul li {
  list-style-type: none;
  padding-right: 16px;
}
footer .footer-area .footer-bar ul li a {
  text-decoration: none;
  color: #1B1919;
}
footer .footer-area .footer-bar .copy {
  padding-left: 24px;
  color: #1B1919;
  padding-top: 32px;
  font-size: 16px;
}

/*pc画角*/
@media screen and (min-width: 1025px) {
  header .top-head {
    display: none;
  }
  header .top-head .menu-btn {
    display: none;
  }
  header .back-box {
    display: none;
  }
  header .pc-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 90%;
    margin: 0 auto;
  }
	header .pc-header .logo {
    padding-top: 16px;
  }
  header .pc-nav nav ul {
    display: flex;
    list-style-type: none;
    align-items: center;
    justify-content: space-around;
  }
  header .pc-nav nav ul li {
    padding-left: 16px;
  }
  header .pc-nav nav ul li a {
    color: #FAFAFA;
    text-decoration: none;
  }
  header .hero {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    -moz-column-gap: 80px;
         column-gap: 80px;
    width: 100%;
    max-width: 1280px;
    margin: 0 auto;
    padding-top: 48px;
  }
  header .hero #top-area {
    width: 90%;
  }
  footer .footer-nav nav ul {
    display: flex;
  }
  footer .footer-nav nav ul li {
    padding-left: 24px;
  }
  footer .footer-nav .footer-address {
    padding-left: 32px;
  }
  footer .footer-bar {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  footer .footer-bar ul li {
    padding-left: 24px;
  }
}
/*# sourceMappingURL=style.css.map */