*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

main {
  overflow: hidden
}

body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  word-break: break-all;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background-color: #fff
}

@media print, screen and (min-width: 800px) {
  body {
    min-width: 1280px
  }
}

@media only screen and (max-width: 799px) {
  body {
    margin-top: 50px
  }
}

a {
  color: #0071bc
}

@media print, screen and (min-width: 800px) {
  a:not(.hoverNot) {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
  }
  a:not(.hoverNot):hover {
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    opacity: .7
  }
}

p {
  color: #333;
  font-size: 15px;
  line-height: 1.6;
  text-align: justify
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2
}

ul>li, ol>li {
  color: #333;
  font-size: 15px;
  line-height: 1.4
}

input[type=submit], input[type=reset] {
  cursor: pointer
}

@media print, screen and (min-width: 800px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
    color: #333
  }
}

@media only screen and (min-width: 560px)and (max-width: 799px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
    text-decoration: none;
    color: #333
  }
}

input, textarea {
  font-family: Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "MS Ｐゴシック", sans-serif
}

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

@media print, screen and (min-width: 800px) {
  .l-container {
    width: 1280px;
    margin: 0px auto
  }
}

@media only screen and (min-width: 560px)and (max-width: 799px) {
  .l-container {
    width: 100%;
    padding: 0px 10px
  }
}

@media only screen and (max-width: 559px) {
  .l-container {
    width: 100%;
    padding: 0px 10px
  }
}

@media only screen and (max-width: 799px) {
  .l-container {
    max-width: 590px;
    margin: 0 auto
  }
}

.mod-bg-pink {
  background: url(../img/top/bg-company.jpg);
  background-size: 100px auto
}

.mod-btn-01 {
  width: 100%;
  display: inline-block;
  border: 2px solid #f4889c;
  background-color: #f4889c;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 16px 12px;
  position: relative;
  border-radius: 5px
}

@media print, screen and (min-width: 800px) {
  .mod-btn-01 {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
  }
  .mod-btn-01:hover {
    background-color: #fff;
    color: #f4889c;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
  }
}

.mod-btn-02 {
  width: 100%;
  display: inline-block;
  border: 2px solid #f4889c;
  background-color: #fff;
  color: #f4889c;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 16px 12px;
  position: relative;
  border-radius: 5px
}

@media print, screen and (min-width: 800px) {
  .mod-btn-02 {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
  }
  .mod-btn-02:hover {
    background-color: #f4889c;
    color: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
  }
}

.mod-btn-03 {
  width: 100%;
  display: inline-block;
  border: 2px solid #999;
  background-color: #999;
  color: #f2f2f2;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  padding: 16px 12px;
  position: relative;
  border-radius: 5px
}

@media print, screen and (min-width: 800px) {
  .mod-btn-03 {
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out
  }
  .mod-btn-03:hover {
    background-color: #fff;
    color: #999;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
  }
}

.mod-btn-next {
  padding-right: 22px !important
}

.mod-btn-next::after {
  display: inline-block;
  position: absolute;
  content: "▶";
  font-size: 12px;
  top: 50%;
  right: 6px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.mod-btn-prev {
  padding-left: 22px !important
}

.mod-btn-prev::before {
  display: inline-block;
  position: absolute;
  content: "◀";
  font-size: 12px;
  top: 50%;
  left: 6px;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%)
}

.mod-btn-icon span {
  vertical-align: middle;
  display: inline-block
}

.mod-btn-icon .icon-left {
  margin-left: 12px;
  font-size: 12px
}

.mod-btn-icon .icon-right {
  margin-right: 12px;
  font-size: 12px
}

.card {
  display: block;
  text-decoration: none
}

.card__fukidashi {
  position: relative;
  font-family: "M PLUS 1p", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  border-radius: 85px;
  color: #fff;
  background-color: #f4889c
}

@media print, screen and (min-width: 800px) {
  .card__fukidashi {
    width: 302px;
    height: 92px;
    margin-bottom: 33px;
    line-height: 1.4;
    padding: 0px 15px
  }
}

@media only screen and (max-width: 799px) {
  .card__fukidashi {
    max-width: 302px;
    width: 100%;
    min-height: 42px;
    font-size: max(10px, 2vw);
    line-height: 1.2;
    padding: 5px 10px;
    margin: 0 auto 15px
  }
}

@media only screen and (min-width: 560px)and (max-width: 799px) {
  .card__fukidashi {
    font-size: 13px;
    line-height: 1.4;
    padding: 10px 15px
  }
}

.card__fukidashi::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: -22px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 34px 19px 0 19px;
  border-color: #f4889c transparent transparent transparent
}

@media only screen and (max-width: 799px) {
  .card__fukidashi::after {
    border-width: 15px 8.5px 0 8.5px;
    bottom: -10px
  }
}

.card__img-wrapper {
  position: relative;
  padding-top: 53.25%;
  max-width: 302px;
  margin: 0 auto;
  border: 3px solid #f4889c
}

@media only screen and (max-width: 799px) {
  .card__img-wrapper {
    border: 2px solid #f4889c;
    padding-top: 54.25%
  }
}

.card__img-wrapper .card__img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.card__mark {
  position: absolute;
  top: -28px;
  right: -28px;
  z-index: 10;
  display: inline-block;
  border: 3px solid #f4889c
}

@media print, screen and (min-width: 800px) {
  .card__mark {
    width: 50px;
    height: 50px
  }
}

@media only screen and (max-width: 799px) {
  .card__mark {
    width: 20%;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.card__body {
  font-family: "M PLUS 1p", sans-serif;
  color: #000;
  letter-spacing: .07em;
  padding: 10px 5px 0
}

.card__body>*:last-child {
  margin-bottom: 0
}

.card__title {
  display: block;
  font-size: 14px
}

@media only screen and (max-width: 799px) {
  .card__title {
    font-size: 10px
  }
}

.card__text {
  display: block;
  font-size: 20px;
  line-height: 1.2
}

@media only screen and (max-width: 799px) {
  .card__text {
    font-size: 12px
  }
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.cards .cards__item.is-empty {
  margin-bottom: 0 !important
}

.cards__item.kokkoro .card__fukidashi {
  background-color: #7bb44e
}

.cards__item.kokkoro .card__fukidashi::after {
  border-color: #7bb44e transparent transparent transparent
}

.cards__item.kokkoro .card__mark {
  border: 3px solid #7bb44e
}

.cards__item.kokkoro .card__img-wrapper {
  border: 3px solid #7bb44e
}

@media only screen and (max-width: 799px) {
  .cards__item.kokkoro .card__img-wrapper {
    border: 2px solid #7bb44e
  }
}

.cards--col3 {
  margin-bottom: -30px
}

@media only screen and (max-width: 799px) {
  .cards--col3 {
    padding: 0 5px;
    margin-bottom: -20px
  }
}

.cards--col3>.cards__item {
  width: 28.707%;
  margin-bottom: 88px
}

@media only screen and (max-width: 799px) {
  .cards--col3>.cards__item {
    width: 42vw;
    margin-bottom: 20px
  }
}

@media only screen and (min-width: 560px)and (max-width: 799px) {
  .cards--col3>.cards__item {
    width: 45%
  }
}

.cards--col3>.cards__item.is-hidden {
  display: none;
  opacity: 0
}

.cards--col3>.cards__item.is-show {
  -webkit-animation: fadeIn 1s ease;
  animation: fadeIn 1s ease
}

@-webkit-keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
  }
}

.gNav {
  position: fixed;
  top: 0;
  left: auto;
  height: 100%;
  z-index: 999;
  overflow-y: auto;
  background-image: url(../img/common/sec-bg.jpg);
  background-size: 100px auto;
  background-repeat: repeat
}

@media print, screen and (min-width: 800px) {
  .gNav {
    display: block !important;
    position: relative;
    right: 0 !important;
    overflow: inherit;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none
  }
}

@media only screen and (max-width: 799px) {
  .gNav__inner {
    padding-top: 50px
  }
}

@media print, screen and (min-width: 800px) {
  .gNav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.gNav__item {
  text-align: center;
  line-height: 1.5
}

.gNav__item a {
  font-family: "Kiwi Maru", serif;
  color: #f77850;
  font-size: 19px;
  display: block;
  padding: 24px 10px;
  text-decoration: none;
  position: relative
}

@media only screen and (max-width: 799px) {
  .gNav__item a {
    border-top: 1px solid #fff
  }
}

@media only screen and (max-width: 799px) {
  .gNav__item--normal a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 8px;
    height: 8px;
    border-top: 2px solid #f4889c;
    border-right: 2px solid #f4889c;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
    transform: translate(0%, -50%) rotate(45deg)
  }
}

@media only screen and (max-width: 799px)and (min-width: 800px) {
  .gNav__item--normal a::after {
    display: none
  }
}

@media only screen and (max-width: 799px) {
  .gNav__item--close a::after, .gNav__item--close a::before {
    content: "";
    position: absolute;
    top: 50%
  }
  .gNav__item--close a::before {
    -webkit-transform: translate(0%, -50%) rotate(45deg) !important;
    transform: translate(0%, -50%) rotate(45deg) !important;
    right: 14px !important;
    width: 14px !important;
    height: 2px !important;
    border-top: 2px solid #f4889c
  }
  .gNav__item--close a::after {
    -webkit-transform: translate(0%, -50%) rotate(45deg) !important;
    transform: translate(0%, -50%) rotate(45deg) !important;
    right: 20px !important;
    width: 2px !important;
    height: 14px !important;
    border-right: 2px solid #f4889c
  }
}

@media print, screen and (min-width: 800px) {
  .gNav-accordion .gNav__item:hover .accordionMenu--pc {
    display: block !important
  }
}

.gNav-accordion .gNav__item ul {
  display: none
}

@media print, screen and (min-width: 800px) {
  .gNav-accordion .gNav__item>a.trigger {
    pointer-events: none
  }
}

@media print, screen and (min-width: 800px) {
  .gNav-accordion .accordionMenu--pc {
    position: absolute;
    display: none !important;
    z-index: 100
  }
}

@media only screen and (max-width: 799px) {
  .gNav-accordion .accordion.close .trigger::before, .gNav-accordion .accordion.close .trigger::after {
    content: "";
    position: absolute;
    border: none !important;
    background-color: #f4889c;
    top: 50%;
    -webkit-transform: translate(0%, -50%) rotate(0deg);
    transform: translate(0%, -50%) rotate(0deg);
    display: block
  }
  .gNav-accordion .accordion.close .trigger::before {
    right: 14px;
    width: 14px;
    height: 2px
  }
  .gNav-accordion .accordion.close .trigger::after {
    right: 20px;
    width: 2px;
    height: 14px
  }
  .gNav-accordion .accordion.open .trigger::before {
    content: "";
    position: absolute;
    border: none !important;
    background-color: #f4889c;
    top: 50%;
    -webkit-transform: translate(0%, -50%) rotate(0deg);
    transform: translate(0%, -50%) rotate(0deg);
    display: block;
    right: 14px;
    width: 14px;
    height: 2px
  }
  .gNav-accordion .accordion .accordionMenu--mobile {
    display: none;
    margin-left: 0 !important
  }
  .gNav-accordion .accordion .accordionMenu--mobile>li {
    display: block;
    margin: 0;
    line-height: 1.3
  }
  .gNav-accordion .accordion .accordionMenu--mobile>li:first-child {
    border-top: 0
  }
  .gNav-accordion .accordion .accordionMenu--mobile>li>a {
    display: block;
    width: auto;
    height: 100%;
    text-decoration: none;
    position: relative;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #dfdfdf;
    padding-left: 40px
  }
  .gNav-accordion .accordion .accordionMenu--mobile>li>a::before {
    content: "";
    display: block;
    width: 14px;
    height: 2px;
    position: absolute;
    top: 27px;
    left: 20px;
    background-color: #333
  }
  .gNav-accordion .accordion .accordionMenu--mobile>li>a span {
    padding-left: 40px
  }
}

.gNav-accordion .accordionChild {
  display: block !important
}

@media print, screen and (min-width: 800px) {
  .gNav-accordion .accordionChild>li>a {
    display: block;
    width: auto
  }
}

.drawer-overlay {
  z-index: 990 !important;
  background: none !important
}

@media only screen and (max-width: 799px) {
  .drawer-overlay {
    bottom: 0
  }
}

@media only screen and (max-width: 799px) {
  .drawer-menu {
    overflow: auto !important
  }
}

@media print, screen and (min-width: 800px) {
  .gNav {
    width: 1024px;
    margin: 0 auto
  }
}

@media only screen and (min-width: 560px)and (max-width: 799px) {
  .gNav {
    width: 260px
  }
}

@media only screen and (max-width: 559px) {
  .gNav {
    width: 200px
  }
}

@media print, screen and (min-width: 800px) {
  .gNav .gNav__item {
    width: 120px
  }
  .gNav .gNav__item>a {
    color: #000;
    font-size: 15px;
    text-decoration: none;
    border-right: 1px solid #999;
    padding: 16px 10px;
    text-align: center
  }
  .gNav .gNav__item:first-child>a {
    border-left: 1px solid #999
  }
}

@media print, screen and (min-width: 800px) {
  .gNav-accordion .accordionMenu--pc {
    min-width: 400px;
    background-color: #f4889c;
    top: 67px;
    left: 50%;
    padding: 20px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .gNav-accordion .accordionMenu--pc::before {
    content: "▲";
    font-size: 25px;
    color: #f4889c;
    text-align: center;
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%
  }
  .gNav-accordion .accordionMenu--pc a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: auto;
    margin: 5px 10px;
    padding-left: 20px;
    position: relative;
    font-size: 14px
  }
  .gNav-accordion .accordionMenu--pc a:hover {
    text-decoration: underline
  }
  .gNav-accordion .accordionMenu--pc a::before {
    position: absolute;
    content: "▶";
    font-size: 10px;
    top: 2px;
    left: 0
  }
}

@media print, screen and (min-width: 800px) {
  .gNav-accordion .accordionChild>li>a {
    padding-left: 40px
  }
  .gNav-accordion .accordionChild>li>a::before {
    content: "ー";
    position: absolute;
    font-size: 10px;
    top: 3px;
    left: 20px;
    margin-top: 0
  }
}

@media only screen and (max-width: 799px) {
  .gNav-accordion .gNav__item>a {
    color: #333;
    font-size: 15px;
    font-weight: bold;
    text-decoration: none
  }
  .gNav-accordion .accordionMenu--mobile>li>a {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none
  }
  .gNav-accordion .accordionChild>li>a {
    padding-left: 60px !important
  }
  .gNav-accordion .accordionChild>li>a::before {
    left: 40px !important
  }
}

@media only screen and (max-width: 799px) {
  .drawer-open .is-menuOpen-overlay::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 80;
    left: 0;
    top: 0
  }
}

.drawer--right.drawer-open .drawer-hamburger {
  z-index: 100
}

@media only screen and (min-width: 560px)and (max-width: 799px) {
  .drawer--right.drawer-open .drawer-hamburger {
    right: 250px
  }
}

@media only screen and (max-width: 559px) {
  .drawer--right.drawer-open .drawer-hamburger {
    right: 190px
  }
}

.drawer-open .drawer-toggle.drawer-hamburger {
  display: none
}

.header {
  width: 100%
}

@media only screen and (max-width: 799px) {
  .header {
    height: 50px;
    background-image: url(../img/common/sec-bg.jpg);
    background-size: 100px auto;
    background-repeat: repeat
  }
}

.header__inner {
  position: relative;
  height: 100%
}

@media only screen and (max-width: 799px) {
  .header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 2px 14px 0
  }
}

.header__logo {
  background-color: #fff;
  z-index: 9999
}

@media print, screen and (min-width: 800px) {
  .header__logo {
    width: 120px;
    position: absolute;
    top: 26px;
    left: 0px;
    padding: 7px 5px 0px
  }
}

@media only screen and (max-width: 799px) {
  .header__logo {
    max-width: 66px;
    width: 100%;
    padding: 5px 0 0
  }
}

.header__btnMobileMenu {
  position: absolute;
  right: 18px;
  z-index: 1000;
  width: 30px;
  height: 30px
}

.mobileMenu__burger {
  display: inline-block;
  width: 30px;
  height: 30px;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}

.mobileMenu__burger>span {
  display: block;
  width: 24px;
  height: 2px;
  border-radius: 2px;
  background-color: #f78c50;
  margin: 0 auto 7px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease
}

.mobileMenu__burger>span:last-child {
  margin-bottom: 3px
}

.drawer-open .mobileMenu__burger>span {
  width: 29px
}

.drawer-open .mobileMenu__burger>span:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-8px, 8px);
  transform: rotate(-45deg) translate(-8px, 8px)
}

.drawer-open .mobileMenu__burger>span:nth-child(2) {
  opacity: 0
}

.drawer-open .mobileMenu__burger>span:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-4px, -5px);
  transform: rotate(45deg) translate(-4px, -5px)
}

#is-headerFixed {
  width: 100%;
  position: absolute;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9990;
  -webkit-transition: all .5s;
  transition: all .5s
}

@media only screen and (max-width: 799px) {
  #is-headerFixed.scrolled {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9990;
    -webkit-box-shadow: 0 3px 2px rgba(0, 0, 0, .2);
    box-shadow: 0 3px 2px rgba(0, 0, 0, .2)
  }
}

.footer {
  background-repeat: no-repeat;
  font-family: "M PLUS 1p", sans-serif;
  background-position: top center;
  background-size: cover;
  overflow: hidden
}

@media print, screen and (min-width: 800px) {
  .footer {
    background-image: url(../img/common/footer-bg_pc.png)
  }
}

@media only screen and (max-width: 799px) {
  .footer {
    background-image: url(../img/common/footer-bg_sp.png)
  }
}

@media print, screen and (min-width: 800px) {
  .footer__inner {
    max-width: 842px;
    padding-top: 76px;
    padding-bottom: 185px
  }
}

@media only screen and (max-width: 799px) {
  .footer__inner {
    padding: 30px 0 70px
  }
}

@media only screen and (min-width: 560px)and (max-width: 799px) {
  .footer__inner {
    padding: 40px 0 60px
  }
}

@media print, screen and (min-width: 800px) {
  .footer__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

@media only screen and (max-width: 799px) {
  .footer__box {
    width: 75%;
    max-width: 300px;
    margin: 0 auto
  }
}

.footer__name {
  line-height: 1.2
}

@media print, screen and (min-width: 800px) {
  .footer__name {
    font-size: 15px;
    padding-top: 16px;
    margin-right: 99px
  }
}

@media only screen and (max-width: 799px) {
  .footer__name {
    font-size: 17px;
    letter-spacing: .06em;
    margin-bottom: 20px
  }
}

.footer__name a {
  color: #000;
  text-decoration: none;
  padding-right: 30px;

}

@media only screen and (max-width: 799px) {
  .footer__name a {
    background-size: 14px 14px;
    padding-right: 20px
  }
}

.footer__name .address {
  font-size: 14px
}

@media only screen and (max-width: 799px) {
  .footer__name .address {
    font-size: 12px
  }
}

.footer__info {
  font-size: 18px
}

@media only screen and (max-width: 799px) {
  .footer__info {
    font-size: 12px
  }
}

.footer__info span {
  letter-spacing: .05em
}

.floatingBnr {
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 9999
}

.effect-fade {
  opacity: 0;
  -webkit-transform: translate(0, 45px);
  transform: translate(0, 45px);
  -webkit-transition: all 2000ms;
  transition: all 2000ms
}

.effect-fade.effect-fadeShow {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0)
}

@media print, screen and (min-width: 800px) {
  .effect-fade__pc {
    opacity: 0;
    -webkit-transform: translate(0, 45px);
    transform: translate(0, 45px);
    -webkit-transition: all 2000ms;
    transition: all 2000ms
  }
}

@media print, screen and (min-width: 800px) {
  .effect-fade__pc.effect-fadeShow__pc {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

@media only screen and (max-width: 799px) {
  .effect-fade__mbl {
    opacity: 0;
    -webkit-transform: translate(0, 45px);
    transform: translate(0, 45px);
    -webkit-transition: all 2000ms;
    transition: all 2000ms
  }
}

@media only screen and (max-width: 799px) {
  .effect-fade__mbl.effect-fadeShow__mbl {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
  }
}

.effect-slideConts, .effect-slideR, .effect-slideL {
  opacity: 0;
  -webkit-transition: all 2000ms;
  transition: all 2000ms
}

.effect-slideL {
  -webkit-transform: translate(-100vw, 0);
  transform: translate(-100vw, 0)
}

.effect-slideR {
  -webkit-transform: translate(100vw, 0);
  transform: translate(100vw, 0)
}

.effect-slideShow {
  opacity: 1
}

.effect-slideL.effect-slideShow {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important
}

.effect-slideR.effect-slideShow {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important
}

.sub-h1 {
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding: 18px 10px 16px 10px;
  margin-bottom: 35px;
  background-color: #000
}

.sub-calendar table {
  width: 100%;
  table-layout: fixed
}

.sub-calendar center {
  display: block;
  margin-bottom: 12px
}

.sub-calendar center div {
  display: inline-block
}

.sub-calendar center .center {
  margin: 0 5px
}

.sub-calendar tr:first-child td {
  padding: 0
}

.sub-calendar th {
  background-color: #f2f2f2;
  padding: 8px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 14px
}

.sub-calendar td {
  padding: 6px 0;
  text-align: center;
  vertical-align: middle;
  font-size: 14px
}

.sub-calendar .sunday {
  color: #ed1c24
}

.sub-calendar .saturday {
  color: #005dcc
}

.kv {
  position: relative;
  max-width: 1600px;
  width: 100%;
  margin: 0 auto
}

@media print, screen and (min-width: 800px) {
  .kv {
    height: 542px
  }
}

.kv__inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 10;
  height: 100%
}

.kv__linkBtn {
  position: absolute;
  bottom: -65px;
  right: 20px;
  -webkit-animation: dokidoki 2s ease infinite;
  animation: dokidoki 2s ease infinite
}

@media print, screen and (min-width: 800px) {
  .kv__linkBtn {
    width: 262px
  }
  .kv__linkBtn:hover {
    -webkit-animation: fluffy1 2s ease infinite;
    animation: fluffy1 2s ease infinite
  }
  .kv__linkBtn:hover a {
    opacity: 1 !important
  }
}

@media only screen and (min-width: 560px)and (max-width: 799px) {
  .kv__linkBtn {
    width: 18vw;
    bottom: -30px
  }
}

@-webkit-keyframes fluffy1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  5% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  20% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  30% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@keyframes fluffy1 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  5% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  10% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  20% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  25% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  30% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}

@-webkit-keyframes dokidoki {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes dokidoki {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
  60% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

.company {
  position: relative
}

.company::before {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
  width: 100%;
  max-width: 1478px;
  height: 114px;
  background: url(../img/common/parts-01.png) no-repeat top center;
  background-size: 1478px auto
}

@media only screen and (max-width: 799px) {
  .company::before {
    background: url(../img/common/parts-01_sp.png) no-repeat top center
  }
}

@media only screen and (min-width: 560px)and (max-width: 799px) {
  .company::before {
    background-size: 100% auto
  }
}

@media only screen and (max-width: 559px) {
  .company::before {
    background-size: 532px auto
  }
}

.company::after {
  position: absolute;
  bottom: 72px;
  left: 49.3%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  content: "";
  display: block;
  max-width: 1112px;
  width: 100%;
  height: 136px;
  background: url(../img/common/parts-03.png) no-repeat top center;
  background-size: 1112px auto
}

@media only screen and (max-width: 799px) {
  .company::after {
    background-size: 90% auto;
    bottom: 0
  }
}

.company__inner {
  position: relative;
  z-index: 10
}

@media print, screen and (min-width: 800px) {
  .company__inner {
    padding: 40px 98px 90px
  }
}

@media only screen and (max-width: 799px) {
  .company__inner {
    padding-top: 26px;
    padding-bottom: 30px
  }
}

@media only screen and (min-width: 560px)and (max-width: 799px) {
  .company__inner {
    padding: 26px 4vw 30px
  }
}

.company__inner::before {
  position: absolute;
  top: 26.4%;
  left: 50.4%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: -1;
  content: "";
  display: block;
  max-width: 1184px;
  width: 100%;
  height: 108px;
  background: url(../img/common/parts-02.png) no-repeat top center;
  background-size: 1184px auto
}

@media only screen and (max-width: 799px) {
  .company__inner::before {
    background-size: 90% auto
  }
}

.company .top-sec-hl {
  margin: 0 auto 28px
}

@media print, screen and (min-width: 800px) {
  .company .top-sec-hl {
    width: 572px
  }
}

@media only screen and (max-width: 799px) {
  .company .top-sec-hl {
    width: 100%;
    -webkit-transform: translateX(5px);
    transform: translateX(5px)
  }
}

@media only screen and (min-width: 560px)and (max-width: 799px) {
  .company .top-sec-hl {
    width: 60%
  }
}

@media only screen and (max-width: 559px) {
  .company .top-sec-hl {
    max-width: 260px
  }
}

.company__btn {
  text-align: center;
  margin-top: 33px
}

.company #moreBtn {
  font-family: "M PLUS 1p", sans-serif;
  border: 2px solid #f77850;
  text-align: center;
  letter-spacing: .5em;
  background-color: rgba(247, 120, 80, .1);
  color: #f77850;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

@media print, screen and (min-width: 800px) {
  .company #moreBtn {
    font-size: 20px;
    padding: 14px 0;
    width: 240px;
    margin: 0 auto
  }
  .company #moreBtn:hover {
    background-color: #f77850;
    color: #fff;
    -webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, .3);
    box-shadow: 0 7px 10px rgba(0, 0, 0, .3)
  }
}

@media only screen and (max-width: 799px) {
  .company #moreBtn {
    width: 100%;
    margin: 24px auto 0
  }
}

@media only screen and (min-width: 560px)and (max-width: 799px) {
  .company #moreBtn {
    max-width: 240px;
    font-size: 16px;
    padding: 10px 0
  }
}

@media only screen and (max-width: 559px) {
  .company #moreBtn {
    max-width: 134px;
    font-size: 12px;
    padding: 7px 0
  }
}

.about {
  background-color: #fff;
  background-repeat: repeat
}

@media print, screen and (min-width: 800px) {
  .about {
    background-image: url(../img/common/sec-bg02_pc.png);
    background-size: 1363px auto;
    background-position: top 12px left calc(50% - -25px);
    padding-top: 210px;
    padding-bottom: 330px
  }
}

@media only screen and (max-width: 799px) {
  .about {
    background-image: url(../img/common/sec-bg02_sp.png);
    background-size: 448px auto;
    background-position: top left calc(50% - 30px);
    padding-top: 13vw;
    padding-bottom: 18vw
  }
}

.about__ttl {
  max-width: 762px;
  width: 100%;
  margin: 0 auto
}

@media only screen and (max-width: 799px) {
  .about__ttl {
    margin-bottom: 10px
  }
}

@media only screen and (min-width: 560px)and (max-width: 799px) {
  .about__ttl {
    width: 60%;
    margin-bottom: 25px
  }
}

@media only screen and (max-width: 559px) {
  .about__ttl {
    max-width: 350px
  }
}

.about__wrapper {
  margin: 0 auto
}

@media print, screen and (min-width: 800px) {
  .about__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 974px;
    margin-top: 38px
  }
}

@media only screen and (max-width: 799px) {
  .about__wrapper {
    display: block;
    max-width: 450px
  }
}

.about__item {
  margin: 0 auto
}

@media print, screen and (min-width: 800px) {
  .about__item:first-child {
    margin-right: 110px
  }
}

@media only screen and (max-width: 799px) {
  .about__item:first-child {
    margin-bottom: 10%
  }
}

@media print, screen and (min-width: 800px) {
  .about__item {
    width: 430px
  }
}

@media only screen and (max-width: 799px) {
  .about__item {
    width: 75%
  }
}

.about__item a {
  display: inline-block;
  border-radius: 50%;
  -webkit-transition: all .3s;
  transition: all .3s
}

.about__item a:hover {
  opacity: 1 !important;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.3))
}

.tvCM {
  position: relative;
  z-index: 10
}

.tvCM::before {
  position: absolute;
  top: 0;
  left: 49%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
  content: "";
  display: block;
  max-width: 1478px;
  width: 100%;
  height: 114px;
  background: url(../img/common/parts-01.png) no-repeat top center;
  background-size: 1478px auto
}

@media only screen and (max-width: 799px) {
  .tvCM::before {
    background: url(../img/common/parts-01_sp.png) no-repeat top center
  }
}

@media only screen and (min-width: 560px)and (max-width: 799px) {
  .tvCM::before {
    background-size: 100% auto
  }
}

@media only screen and (max-width: 559px) {
  .tvCM::before {
    background-size: 532px auto
  }
}

.tvCM::after {
  position: absolute;
  bottom: 14.9%;
  left: 48.4%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 0;
  content: "";
  display: block;
  max-width: 1130px;
  width: 100%;
  height: 108px;
  background: url(../img/common/parts-04.png) no-repeat top center;
  background-size: 1130px auto
}

@media only screen and (max-width: 799px) {
  .tvCM::after {
    background-size: 100% auto
  }
}

@media print, screen and (min-width: 800px) {
  .tvCM__inner {
    padding-top: 36px;
    padding-bottom: 125px
  }
}

@media only screen and (max-width: 799px) {
  .tvCM__inner {
    padding-top: 25px;
    padding-bottom: 17px
  }
}

.tvCM__ttl {
  max-width: 572px;
  margin: 0 auto
}

@media only screen and (min-width: 560px)and (max-width: 799px) {
  .tvCM__ttl {
    width: 60%;
    margin-bottom: 32px
  }
}

@media only screen and (max-width: 559px) {
  .tvCM__ttl {
    max-width: 260px;
    margin-bottom: 32px
  }
}

@media print, screen and (min-width: 800px) {
  .tvCM__box {
    width: 968px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 77px auto 0
  }
}

@media only screen and (max-width: 799px) {
  .tvCM__box {
    max-width: 410px;
    margin: 0 auto
  }
}

@media only screen and (max-width: 559px) {
  .tvCM__box {
    max-width: 244px
  }
}

.tvCM__wrap {
  position: relative;
  overflow: auto
}

@media print, screen and (min-width: 800px) {
  .tvCM__wrap {
    width: 410px;
    padding-top: 24.25%;
    -webkit-transition: all .3s;
    transition: all .3s
  }
  .tvCM__wrap:hover {
    opacity: .7
  }
}

@media only screen and (max-width: 799px) {
  .tvCM__wrap {
    width: 100%;
    padding-top: 56.25%;
    margin-bottom: 38px
  }
}

.tvCM__wrap>iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  display: block
}

.recommend {
  font-family: "M PLUS 1p", sans-serif
}

@media print, screen and (min-width: 800px) {
  .recommend {
    margin-top: 195px
  }
}

@media only screen and (max-width: 799px) {
  .recommend {
    margin-top: 120px
  }
}

.recommend__inner {
  position: relative;
  padding-top: 98px;
  padding-bottom: 50px
}

@media only screen and (max-width: 799px) {
  .recommend__inner {
    padding-top: 60px
  }
}

.recommend .mod-hl-01 {
  font-family: "Kiwi Maru", serif;
  width: 100%;
  position: absolute;
  top: -40px;
  color: #fff
}

.recommend .mod-hl-01__inner {
  position: relative;
  z-index: 2;
  background-color: #f4889c;
  border-radius: 0 40px 40px 0;
  letter-spacing: 0em;
  display: inline-block;
  line-height: 1.3
}

@media print, screen and (min-width: 800px) {
  .recommend .mod-hl-01__inner {
    font-size: 30px;
    text-align: right;
    padding: 17px 62px 17px 87px
  }
}

@media only screen and (max-width: 799px) {
  .recommend .mod-hl-01__inner {
    width: 92%;
    font-size: min(5vw, 22px);
    letter-spacing: .1em;
    padding: 9px 5px;
    padding-left: 5vw
  }
}

.recommend .mod-hl-01__inner::before {
  position: absolute;
  top: 0;
  left: -48vw;
  z-index: -1;
  content: "";
  display: inline-block;
  width: 50vw;
  height: 100%;
  background-color: #f4889c
}

.recommend__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media print, screen and (min-width: 800px) {
  .recommend__box {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1052px;
    margin: 0 auto
  }
}

@media only screen and (max-width: 799px) {
  .recommend__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }
}

@media print, screen and (min-width: 800px) {
  .recommend__listBox {
    max-width: 564px
  }
}

@media print, screen and (min-width: 800px) {
  .recommend__listBox h3 {
    width: 455px;
    padding-left: 16px
  }
}

@media only screen and (max-width: 799px) {
  .recommend__listBox h3 {
    max-width: 336px;
    margin: 12px auto 0;
    padding-left: 0
  }
}

.recommend__list {
  margin-top: 20px
}

@media only screen and (max-width: 799px) {
  .recommend__list {
    padding-left: 30px;
    padding-right: 20px
  }
}

.recommend__item {
  margin-bottom: 20px
}

@media print, screen and (min-width: 800px) {
  .recommend__item {
    padding-left: 35px
  }
}

@media only screen and (max-width: 799px) {
  .recommend__item {
    padding-left: 20px;
    margin-bottom: 16px
  }
}

.recommend__ttl {
  position: relative;
  font-weight: 500;
  margin-bottom: 4px
}

@media print, screen and (min-width: 800px) {
  .recommend__ttl {
    font-size: 18px;
    letter-spacing: .05em
  }
}

@media only screen and (max-width: 799px) {
  .recommend__ttl {
    font-size: 19px;
    line-height: 1.4
  }
}

.recommend__ttl::before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  width: 27px;
  height: 27px;
  top: 4px;
  left: -35px
}

.recommend__txt {
  font-size: 16px
}

@media print, screen and (min-width: 800px) {
  .recommend__txt {
    line-height: 1.4
  }
}

@media only screen and (max-width: 799px) {
  .recommend__txt {
    font-size: 16px;
    line-height: 1.35
  }
}

@media only screen and (max-width: 799px) {
  .recommend__img {
    text-align: center
  }
}

.recommend__img>img {
  display: inline-block
}

@media print, screen and (min-width: 800px) {
  .recommend__img>img {
    width: 424px;
    height: 424px
  }
}

@media only screen and (max-width: 799px) {
  .recommend__img>img {
    max-width: 236px;
    margin: 0 auto
  }
}

.recommend__btn {
  text-align: center;
  padding-right: 10px;
  margin-top: 34px
}

@media only screen and (max-width: 799px) {
  .recommend__btn {
    margin-top: 23px
  }
}

.recommend__btn a {
  display: inline-block
}

@media print, screen and (min-width: 800px) {
  .recommend__btn a {
    width: 372px
  }
}

@media only screen and (max-width: 799px) {
  .recommend__btn a {
    max-width: 326px;
    margin: 0 auto
  }
}

.recommend__btn a img {
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.4));
  -webkit-transition: all .3s;
  transition: all .3s
}

.recommend__btn a:hover {
  opacity: 1 !important
}

.recommend__btn a:hover img {
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
  -webkit-filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.4));
  filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0.4))
}

.recommend-josei {
  background-color: #fdedf0
}

.recommend-josei .recommend__ttl {
  color: #f4889c
}

.recommend-josei .recommend__ttl::before {
  background-image: url(../img/common/list-icon-pink.png)
}

.recommend-josei .recommend__btn:before {
  background-image: url(../img/top/btn-pink.png)
}

.recommend-kokkoro {
  background-color: #ebf4e5;
  margin-top: 242px
}

@media only screen and (max-width: 799px) {
  .recommend-kokkoro {
    margin-top: 120px
  }
}

.recommend-kokkoro .recommend__inner {
  padding-top: 107px;
  padding-bottom: 75px
}

@media only screen and (max-width: 799px) {
  .recommend-kokkoro .recommend__inner {
    padding-top: 80px
  }
}

@media print, screen and (min-width: 800px) {
  .recommend-kokkoro .recommend__listBox h3 {
    width: 475px;
    padding-left: 0
  }
}

@media only screen and (max-width: 799px) {
  .recommend-kokkoro .recommend__listBox h3 {
    margin: 0 auto
  }
}

@media only screen and (max-width: 799px) {
  .recommend-kokkoro .mod-hl-01 {
    top: -50px
  }
}

.recommend-kokkoro .mod-hl-01__inner {
  background-color: #7bb44e
}

@media print, screen and (min-width: 800px) {
  .recommend-kokkoro .mod-hl-01__inner {
    padding-right: 74px
  }
}

@media only screen and (max-width: 799px) {
  .recommend-kokkoro .mod-hl-01__inner {
    border-radius: 0 60px 60px 0
  }
}

.recommend-kokkoro .mod-hl-01__inner::before {
  background-color: #7bb44e
}

.recommend-kokkoro .recommend__item {
  margin-bottom: 27px
}

.recommend-kokkoro .recommend__ttl {
  color: #7bb44e
}

.recommend-kokkoro .recommend__ttl::before {
  background-image: url(../img/common/list-icon-green.png)
}

@media print, screen and (min-width: 800px) {
  .recommend-kokkoro .recommend__btn {
    padding-right: 80px
  }
}

.recommend-kokkoro .recommend__btn:before {
  background-image: url(../img/top/btn-green.png)
}

@media print, screen and (min-width: 800px) {
  .bnr-wrap__inner {
    max-width: 1084px;
    padding-top: 234px;
    padding-bottom: 120px
  }
}

@media only screen and (max-width: 799px) {
  .bnr-wrap__inner {
    padding-top: 60px;
    padding-bottom: 90px
  }
}

.bnrList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.bnrList__item {
  border: 1px solid #c4c4c4
}

@media print, screen and (min-width: 800px) {
  .bnrList__item {
    width: 164px;
    margin-right: 20px;
    margin-bottom: 20px
  }
  .bnrList__item:nth-child(6n) {
    margin-right: 0
  }
}

@media only screen and (max-width: 799px) {
  .bnrList__item {
    width: 19%;
    margin-right: 12px;
    margin-bottom: 10px
  }
  .bnrList__item:nth-child(4n) {
    margin-right: 0
  }
}

.bnrList__item>a {
  display: block;
  position: relative;
  padding-top: 38.25%;
  overflow: hidden
}

.bnrList__item>a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}