@charset "UTF-8";
/*! modern-css-reset */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
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, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.6;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

a {
  color: inherit;
  text-decoration: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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);
  transform: translate3d(0, 0, 0);
  line-height: 1;
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  line-height: 1;
  display: none;
}
[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;
}

/*===================================
	共通レイアウト
=====================================*/
html,
body {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-style: normal;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: #000;
  background-color: #FFFBEF;
  margin: 0;
}

main {
  position: relative;
  display: block;
}

.inner {
  max-width: calc(1120px + 10%);
  width: 100%;
  margin: auto;
  padding: 0 5%;
}

.inner_md {
  max-width: calc(1024px + 10%);
  width: 100%;
  margin: auto;
  padding: 0 5%;
}

.inner_sm {
  max-width: calc(927px + 10%);
  width: 100%;
  margin: auto;
  padding: 0 5%;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 1001px) {
  .md {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .smd {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .low_wrap {
    margin: 170px 0 120px;
  }
}
@media screen and (max-width: 767px) {
  .low_wrap {
    margin: 95px 0 120px;
  }
}

a.btn {
  display: block;
  margin: auto;
  text-align: center;
  border-radius: 50px;
  background-color: #FFF586;
  color: #DE5419;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 20px 30px;
  line-height: 1.4;
  position: relative;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  -webkit-box-shadow: 4px 5px 1px #8F320A;
          box-shadow: 4px 5px 1px #8F320A;
}
@media screen and (min-width: 768px) {
  a.btn {
    max-width: 260px;
  }
}
@media screen and (max-width: 767px) {
  a.btn {
    max-width: 310px;
  }
}
a.btn::before {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #DE5419;
  width: 7px;
  height: 12px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
a.btn:hover {
  background-color: #8F320A;
  color: #FFF586;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
a.btn:hover::before {
  background-color: #FFF586;
}

.fade {
  opacity: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.fade.active {
  opacity: 1;
}

.m0 {
  margin-bottom: 0 !important;
}

.pagenavi_wrap {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  margin-top: 95px;
}
@media screen and (min-width: 768px) {
  .pagenavi_wrap {
    padding: 10px;
  }
}
@media screen and (max-width: 767px) {
  .pagenavi_wrap {
    width: 111%;
    margin-left: -5.5%;
    padding: 15px;
  }
}

.wp-pagenavi {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin: 0 -10px -10px 0;
}
.wp-pagenavi span, .wp-pagenavi a.page {
  width: 40px;
  height: 40px;
  line-height: 36px;
  border: 1px solid #DE5419;
  border-radius: 50%;
  margin: 0 10px 10px 0;
}
.wp-pagenavi span:hover, .wp-pagenavi a.page:hover {
  border: 1px solid #fff;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.wp-pagenavi span.current {
  background-color: #fff;
  border: 1px solid #fff;
  color: #DE5419;
}

.ttl_cmn {
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #DE5419;
}
@media screen and (min-width: 768px) {
  .ttl_cmn {
    font-size: 4.8rem;
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .ttl_cmn {
    font-size: 3.6rem;
    margin-bottom: 50px;
  }
}

/*===================================
	ヘッダー
=====================================*/
.header {
  z-index: 2;
}
@media screen and (max-width: 1000px) {
  .header {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  .header {
    position: absolute;
    left: 50%;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 100%;
    height: 110px;
    padding: 30px 5% 15px;
  }
}
@media screen and (max-width: 767px) {
  .header {
    position: fixed;
    width: 65px;
    height: 55px;
    right: 0;
    top: 0;
    font-size: 1.8rem;
  }
}
.header__nav {
  position: relative;
  z-index: 1;
  margin: auto;
  background-color: #fff;
  padding: 11px 10px;
  color: #DE5419;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .header__nav {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
}
@media screen and (max-width: 767px) {
  .header__nav {
    width: 100%;
    padding: 30px 20px;
  }
}
@media screen and (min-width: 768px) {
  .header__nav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
}
@media screen and (max-width: 767px) {
  .header__nav__list {
    border-top: 1px solid #FDB297;
  }
}
@media screen and (max-width: 767px) {
  .header__nav__list__item {
    border-bottom: 1px solid #FDB297;
  }
}
@media screen and (min-width: 768px) {
  .header__nav__list__item:not(:last-child) {
    border-right: 1px solid #FDB297;
  }
}
.header__nav__list a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
@media screen and (min-width: 1001px) {
  .header__nav__list a {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .header__nav__list a {
    padding: 5px 10px;
  }
}
@media screen and (max-width: 767px) {
  .header__nav__list a {
    position: relative;
    padding: 10px 0;
  }
  .header__nav__list a::after {
    position: absolute;
    content: "";
    background: url(../img/common/arrow.svg) no-repeat center/100%;
    width: 9px;
    height: 15px;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.header__nav__list a:hover {
  color: #FB753B;
}

#menu_trigger {
  position: fixed;
  right: 5%;
  top: 15px;
  background: url(../img/common/trigger_open.svg) no-repeat center/100%;
  width: 45px;
  height: 45px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  #menu_trigger {
    display: none;
  }
}
#menu_trigger.active {
  background: url(../img/common/trigger_close.svg) no-repeat center/100%;
}

@media screen and (max-width: 767px) {
  #header_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    visibility: hidden;
    padding: 55px 5%;
    max-height: unset;
    z-index: 10;
    z-index: 1;
  }
}
#header_overlay.active {
  background-color: #DE5419;
  padding: 85px 5%;
}
@media screen and (max-width: 767px) {
  #header_overlay.active {
    opacity: 1;
    visibility: visible;
  }
}

/*===================================
	フッター
=====================================*/
.footer {
  background-color: #FFE7C8;
  padding: 70px 0 20px;
}
@media screen and (min-width: 768px) {
  .footer__logo {
    width: 262px;
    margin: 0 auto 15px;
  }
}
@media screen and (max-width: 767px) {
  .footer__logo {
    width: 200px;
    margin: 0 auto 60px;
  }
}
.footer__wrap {
  max-width: calc(1100px + 10%);
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .footer__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: wrap;
        flex-flow: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto 70px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap {
    margin: 0 auto 40px;
  }
}
@media screen and (min-width: 768px) {
  .footer__wrap__l {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 553px;
    margin: 75px 5% 30px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap__l {
    margin-bottom: 35px;
  }
}
.footer__wrap__l__l {
  font-size: 1.8rem;
}
@media screen and (max-width: 767px) {
  .footer__wrap__l__l {
    margin-bottom: 20px;
  }
}
.footer__wrap__l__r {
  font-size: 1.5rem;
}
@media screen and (max-width: 767px) {
  .footer__wrap__l__r__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap__l__r__list__item {
    min-width: 35%;
  }
}
@media screen and (min-width: 768px) {
  .footer__wrap__l__r__list__item:not(:last-child) {
    margin-bottom: 5px;
  }
}
.footer__wrap__l__r__list__item a {
  position: relative;
  padding-left: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer__wrap__l__r__list__item a::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  -webkit-mask-image: url(../img/common/arrow.svg);
          mask-image: url(../img/common/arrow.svg);
  -webkit-mask-size: 100%;
          mask-size: 100%;
  background-color: #000;
  width: 7px;
  height: 12px;
  left: 0;
  top: 0.3em;
}
.footer__wrap__l__r__list__item a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 768px) {
  .footer__wrap__r {
    width: 483px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .footer__wrap__r__l {
    margin-top: 75px;
    width: 100%;
    max-width: 256px;
  }
}
@media screen and (max-width: 767px) {
  .footer__wrap__r__l {
    margin-bottom: 30px;
  }
}
.footer__wrap__r__l__btn {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #00A199;
  padding: 17px 30px;
  border-radius: 8px;
  font-size: 1.8rem;
  font-family: "Zen Maru Gothic", sans-serif;
  position: relative;
  letter-spacing: 0.1em;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@media screen and (max-width: 767px) {
  .footer__wrap__r__l__btn {
    text-align: center;
  }
}
.footer__wrap__r__l__btn::after {
  position: absolute;
  content: "";
  -webkit-mask-image: url(../img/common/icon_link.svg);
          mask-image: url(../img/common/icon_link.svg);
  background-color: #fff;
  width: 15px;
  height: 15px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer__wrap__r__l__btn:hover {
  color: rgba(255, 255, 255, 0.8);
}
.footer__wrap__r__l__btn:hover::after {
  opacity: 0.8;
}
.footer__wrap__r__r {
  width: 142px;
}
@media screen and (max-width: 767px) {
  .footer__wrap__r__r {
    margin: auto;
  }
}

.copy {
  text-align: center;
  font-size: 1.2rem;
}

/*===================================
	animation
=====================================*/