@charset "UTF-8";
/*
 * Config
 */
/*
 * Media Break
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, 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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

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

html {
  margin-top: 0 !important;
}

html, body {
  font-family: "HiraKakuProN-W6", "ヒラギノ角ゴ ProN W6", "Hiragino Kaku Gothic ProN", "YuGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: 1.3;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  color: #222;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: auto;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

header, nav, main, footer, small, button, label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

a:hover, a:active, button:hover, button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type="checkbox"] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

.cf:after {
  clear: both;
  content: "";
  display: block;
}

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.pc {
  display: none !important;
}

@media (min-width: 768px) {
  .pc {
    display: block !important;
  }
}

.mobile {
  display: block !important;
}

@media (min-width: 768px) {
  .mobile {
    display: none !important;
  }
}

.is-flex {
  display: flex !important;
}

.is-flex-pc {
  display: block;
}

@media (min-width: 768px) {
  .is-flex-pc {
    display: flex !important;
  }
}

.is-flex-wrap {
  flex-wrap: wrap;
}

.is-flex-column {
  flex-direction: column;
}

.is-flex-row {
  flex-direction: row;
}

.is-row-reverse {
  flex-direction: row-reverse;
}

.is-column-reverse {
  flex-direction: column-reverse;
}

.is-justify-between {
  justify-content: space-between;
}

.is-justify-center {
  justify-content: center;
}

.is-justify-end {
  justify-content: flex-end;
}

.is-align-start {
  align-items: flex-start;
}

.is-align-center {
  align-items: center;
}

.is-align-end {
  align-items: flex-end;
}

.is-hide {
  display: none !important;
}

.is-show {
  display: block !important;
}

.is-fixed {
  position: fixed;
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.z-front {
  z-index: 100;
}

.z-normal {
  z-index: 0;
}

.z-back {
  z-index: -1;
}

.is-inline-block {
  display: inline-block;
}

.is-inline-flex {
  display: inline-flex;
}

.f-68 {
  font-size: 32px;
}

@media (min-width: 768px) {
  .f-68 {
    font-size: 68px;
  }
}

.f-68-s {
  font-size: 68px;
}

.f-52 {
  font-size: 40px;
}

@media (min-width: 768px) {
  .f-52 {
    font-size: 52px;
  }
}

.f-52-s {
  font-size: 52px;
}

.f-48 {
  font-size: 32px;
}

@media (min-width: 768px) {
  .f-48 {
    font-size: 48px;
  }
}

.f-48-s {
  font-size: 48px;
}

.f-40 {
  font-size: 26px;
}

@media (min-width: 768px) {
  .f-40 {
    font-size: 40px;
  }
}

.f-40-s {
  font-size: 40px;
}

.f-36 {
  font-size: 28px;
}

@media (min-width: 768px) {
  .f-36 {
    font-size: 36px;
  }
}

.f-36-s {
  font-size: 36px;
}

.f-32 {
  font-size: 26px;
}

@media (min-width: 768px) {
  .f-32 {
    font-size: 32px;
  }
}

.f-32-s {
  font-size: 32px;
}

.f-30 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .f-30 {
    font-size: 30px;
  }
}

.f-30-s {
  font-size: 30px;
}

.f-29 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .f-29 {
    font-size: 29px;
  }
}

.f-29-s {
  font-size: 29px;
}

.f-28 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .f-28 {
    font-size: 28px;
  }
}

.f-28-s {
  font-size: 28px;
}

.f-26 {
  font-size: 24px;
}

@media (min-width: 768px) {
  .f-26 {
    font-size: 26px;
  }
}

.f-26-s {
  font-size: 26px;
}

.f-24 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .f-24 {
    font-size: 24px;
  }
}

.f-24-s {
  font-size: 24px;
}

.f-22 {
  font-size: 20px;
}

@media (min-width: 768px) {
  .f-22 {
    font-size: 22px;
  }
}

.f-22-s {
  font-size: 22px;
}

.f-20 {
  font-size: 18px;
}

@media (min-width: 768px) {
  .f-20 {
    font-size: 20px;
  }
}

.f-20-s {
  font-size: 20px;
}

.f-18 {
  font-size: 16px;
}

@media (min-width: 768px) {
  .f-18 {
    font-size: 18px;
  }
}

.f-18-s {
  font-size: 18px;
}

.f-16 {
  font-size: 15px;
}

@media (min-width: 768px) {
  .f-16 {
    font-size: 16px;
  }
}

.f-16-s {
  font-size: 16px;
}

.f-15 {
  font-size: 15px;
}

.f-14 {
  font-size: 14px;
}

.f-12 {
  font-size: 12px;
}

.t-light {
  font-weight: 300;
}

.t-med {
  font-weight: 500;
}

.t-bold {
  font-weight: 700;
}

.t-black {
  font-weight: 900;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.is-rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

.t-white {
  color: #fff;
}

.t-green {
  color: #A5CC36;
}

.t-orange {
  color: #FC6E71;
}

.t-red {
  color: #ED3E3E;
}

.is-montserrat {
  font-family: 'Montserrat', sans-serif;
}

.header {
  background: #fff;
  border-top: 3px solid #A5CC36;
  border-bottom: 1px solid #e2e2e2;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

@media (min-width: 768px) {
  .header {
    position: unset;
    padding: 8px;
  }
}

.header__logo {
  width: 150px;
}

@media (min-width: 768px) {
  .header__logo {
    width: unset;
  }
}

.header__nav ul li:not(:nth-of-type(1)) {
  margin-left: 61px;
}

.header__nav-sp {
  margin-top: 70px;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100vh - 70px);
}

.header__nav-sp ul, .header__nav-sp li {
  margin: 0 20px 0 auto;
  width: fit-content;
  list-style: none;
}

.header__nav-sp li {
  padding: 10px 0;
}

.main {
  margin-top: 70px;
}

@media (min-width: 768px) {
  .main {
    margin-top: unset;
  }
}

.footer {
  margin-top: 30px;
}

.footer__green {
  background-color: #A5CC36;
  padding: 60px 0;
}

@media (min-width: 768px) {
  .footer__green {
    padding: 110px 0;
  }
}

.footer__contact .text {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .footer__contact .text {
    padding-bottom: unset;
  }
}

.footer__contact .text p:nth-of-type(1) {
  padding-bottom: 10px;
}

.footer__nav {
  padding: 55px 0 21px;
}

.footer__nav ul li {
  padding-right: 20px;
}

@media (min-width: 768px) {
  .footer__nav ul li {
    padding-right: 56px;
  }
}

.footer .copyright {
  padding-bottom: 89px;
}

.wrapper {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
}

.wrapper-1000 {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .wrapper-1000 {
    padding-left: unset;
    padding-right: unset;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.wrapper-500 {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .wrapper-500 {
    padding-left: unset;
    padding-right: unset;
    max-width: 540px;
    margin: 0 auto;
  }
}

.wrapper-600 {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .wrapper-600 {
    padding-left: unset;
    padding-right: unset;
    max-width: 625px;
    margin: 0 auto;
  }
}

.wrapper-800 {
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media (min-width: 768px) {
  .wrapper-800 {
    padding-left: unset;
    padding-right: unset;
    max-width: 800px;
    margin: 0 auto;
  }
}

.btn {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  padding: 10px;
}

.btn:hover {
  opacity: 0.8;
}

.btn.has-arrow-wh-lg {
  background-image: url(../../assets/images/ico/ico-arr-wh-right.svg);
  background-repeat: no-repeat;
  background-position: 95%;
}

.btn.has-arrow-wh {
  background-image: url(../../assets/images/ico/ico-arr-wh-right.svg);
  background-repeat: no-repeat;
  background-position: 95%;
}

.btn.has-arrow-gr-sm {
  background-image: url(../../assets/images/ico/ico-arr-gr-right.svg);
  background-repeat: no-repeat;
  background-position: 95%;
}

.btn.has-arrow-gr-down {
  background-image: url(../../assets/images/ico/ico-arr-gr-down.svg);
  background-repeat: no-repeat;
  background-position: 95%;
}

.btn.has-arrow-wh-sm {
  background-image: url(../../assets/images/ico/ico-arr-wh-right.svg);
  background-repeat: no-repeat;
  background-position: 95%;
  background-size: 5px;
}

.btn-grey {
  background-color: #4D4D4D;
  color: #fff;
}

.btn-grey-secondary {
  border: 1px solid #D6D6D6;
  color: #5C5C5C;
  background-color: #F5F5F5;
}

.btn-green {
  background-color: #A5CC36;
  color: #fff;
}

.btn-green-secondary {
  border: 1px solid #A5CC36;
  color: #A5CC36;
  background-color: #fff;
}

.btn-green_dr {
  background-color: #00B900;
  color: #fff;
}

.btn-green_dr-secondary {
  border: 1px solid #00B900;
  color: #00B900;
  background-color: #fff;
}

.btn-yellow {
  background-color: #FFFCE8;
  border: 2px solid #E8E2CC;
}

.btn-orange {
  background-color: #FC6E71;
  color: #fff;
}

.btn-orange-secondary {
  border-radius: 5px;
  border: 1px solid #FC6E71;
  color: #FC6E71;
  background-color: #fff;
}

.btn-inactive {
  color: #ccc;
  border: 1px solid #D6D6D6;
  background-color: #fff;
  pointer-events: none;
}

.btn-apply {
  color: #A5CC36;
  background: url(../../assets/images/ico/ico-mail.svg) no-repeat;
  background-position: 90% center;
  background-color: #fff;
  width: 315px;
  height: 60px;
  border-radius: 30px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .btn-apply {
    margin: unset;
  }
}

.btn-return {
  width: 50px;
  height: 50px;
  background-color: rgba(34, 34, 34, 0.5);
  border-radius: 25px;
  bottom: 50px;
  right: 10px;
}

@media (min-width: 768px) {
  .btn-return {
    bottom: 115px;
    right: 30px;
  }
}

.btn-search {
  width: 75px;
  height: 50px;
}

.btn-invalid {
  border: 2px solid #DEDEDE;
  border-radius: 3px;
  color: #dedede;
}

.card {
  cursor: pointer;
  box-shadow: 0px 2px 2px #00000029;
  border-radius: 6px;
  transition: transform .1s;
  background-color: #fff;
}

.card:hover {
  transform: scale(1.01);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.card-notrans:hover {
  transform: unset;
}

.card.has-border-gr {
  border: 2px solid #A5CC36;
}

.card-noshadow {
  box-shadow: none;
}

.card-search {
  background-color: #FFFCE8;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 10px;
}

.card-yellow {
  background-color: #FFFCE8;
}

.card-green {
  background-color: #E3EFC1;
}

.card-top-size {
  cursor: unset;
  margin-bottom: 20px;
  width: 49%;
}

@media (min-width: 1366px) {
  .card-top-size {
    max-width: 293px;
    width: 24%;
  }
}

.card-top-size .tag {
  background-color: #FFFCE8;
  width: 68px;
  height: 68px;
  border-radius: 35px;
  box-shadow: 0px 0px 6px #00000029;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -20px;
  left: 8px;
}

@media (min-width: 768px) {
  .card-top-size .tag {
    top: -12px;
  }
}

.card-top-size .image {
  padding: 5px 8px 0;
  width: 100%;
}

@media (min-width: 768px) {
  .card-top-size .image {
    padding: 18px 16px 0;
  }
}

.card-top-size .image img {
  width: 100%;
}

.card-top-size .text {
  text-align: center;
  padding: 15px 3px;
}

.card-top-size .text p:nth-of-type(3n+2) {
  padding: 15px 0;
}

@media (min-width: 768px) {
  .card-top-size .text {
    padding: 26px 0;
  }
}

.card-points {
  padding: 50px 10px 0;
  cursor: unset;
}

@media (min-width: 768px) {
  .card-points {
    padding: 94px 12% 0;
    box-shadow: 15px 15px 15px #0000000B;
  }
}

.card-points .points {
  width: 50%;
  max-width: 300px;
  padding: 0 5px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .card-points .points {
    padding-bottom: 94px;
  }
}

.card-points .points .icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F6FAE9;
}

.card-points .points .icon.is-green {
  background: #A5CC36;
}

@media (min-width: 768px) {
  .card-points .points .icon {
    margin: 0 auto 35px;
    width: 108px;
    height: 108px;
  }
}

.card-points .points p:nth-of-type(1) {
  padding-bottom: 18px;
}

.card-use {
  width: 95vw;
  height: 700px;
  margin-left: 30px;
  padding: 50px 10px;
}

@media (min-width: 768px) {
  .card-use {
    padding: 79px 10px;
    height: 517px;
    max-width: 1200px;
  }
}

.card-use img {
  width: 80%;
  margin: 0 auto 30px;
}

@media (min-width: 768px) {
  .card-use img {
    margin: unset;
    margin-right: 69px;
    width: unset;
  }
}

.card-use .text {
  width: 100%;
  max-width: 528px;
}

.card-use .text .banner {
  background-color: #A5CC36;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 46px;
  border-radius: 3px;
  margin-bottom: 21px;
}

.card-use .text p {
  padding-bottom: 25px;
}

.card-search {
  width: 48%;
  max-width: 190px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

@media (min-width: 768px) {
  .card-search {
    height: 140px;
  }
}

.card-fine-search {
  box-shadow: none;
  width: 100%;
  max-width: 600px;
  background-color: rgba(227, 239, 193, 0.5);
  padding: 20px 15px;
  border-radius: 0;
}

@media (min-width: 768px) {
  .card-fine-search {
    padding: 34px 30px;
    height: 372px;
  }
}

.card-fine-search .title {
  padding-top: 0 !important;
  padding-bottom: 10px !important;
  padding-left: 5px;
  border-bottom: 1px solid #A5CC36;
}

@media (min-width: 768px) {
  .card-fine-search .title {
    padding-bottom: 16px !important;
  }
}

.card-fine-search .input-line, .card-fine-search .input-line-checkbox {
  padding-top: 15px;
}

@media (min-width: 768px) {
  .card-fine-search .input-line, .card-fine-search .input-line-checkbox {
    padding-top: 30px;
  }
}

.card-fine-search .input-line input[type=text], .card-fine-search .input-line-checkbox input[type=text] {
  width: 70px;
  height: 40px;
  border: 1px solid #d3d3d3;
  border-radius: 3px;
}

@media (min-width: 768px) {
  .card-fine-search .input-line input[type=text], .card-fine-search .input-line-checkbox input[type=text] {
    width: 180px;
    height: 40px;
  }
}

.card-fine-search .input-line p:nth-of-type(1), .card-fine-search .input-line-checkbox p:nth-of-type(1) {
  width: 80px;
}

.card-fine-search .input-line ul, .card-fine-search .input-line-checkbox ul {
  width: calc(100% - 95px);
}

.card-fine-search .input-line ul li, .card-fine-search .input-line-checkbox ul li {
  width: 100%;
  margin-bottom: 10px;
  position: relative;
}

@media (min-width: 768px) {
  .card-fine-search .input-line ul li, .card-fine-search .input-line-checkbox ul li {
    width: 33%;
    margin-bottom: 15px;
  }
}

.card-fine-search .input-line ul li p, .card-fine-search .input-line-checkbox ul li p {
  width: 100% !important;
  padding-left: 25px;
  pointer-events: none;
}

.card-fine-search .input-line ul li input[type=checkbox], .card-fine-search .input-line-checkbox ul li input[type=checkbox] {
  position: absolute;
  left: 100px;
  visibility: none;
  opacity: 0;
}

.card-fine-search .input-line ul li label, .card-fine-search .input-line-checkbox ul li label {
  margin: 0;
  padding-left: 10px;
  font-weight: normal;
}

.card-fine-search .input-line ul li label::before, .card-fine-search .input-line-checkbox ul li label::before {
  content: none;
}

.card-fine-search .input-line ul li label .styled-checkbox, .card-fine-search .input-line-checkbox ul li label .styled-checkbox {
  position: absolute;
  top: 50%;
  transform: translateY(-55%);
  left: 0;
  height: 24px;
  width: 24px;
  border: 1px solid #d3d3d3;
  background-color: #fff;
  cursor: pointer;
}

.card-fine-search .input-line ul li label .styled-checkbox.is-checked, .card-fine-search .input-line-checkbox ul li label .styled-checkbox.is-checked {
  background: url(../../assets/images/ico/ico-checkmark.svg) no-repeat;
  background-position: center;
  background-size: 14px;
  background-color: #fff;
}

.card-apply {
  padding: 30px;
  border: 2px solid #A5CC36;
  border-radius: 3px;
  background-color: #fff;
}

@media (min-width: 768px) {
  .card-apply {
    padding: 85px 150px;
  }
}

.card-apply-gr {
  background-color: #F7FAEC;
}

.breadcrumb {
  display: inline-flex;
  align-items: center;
  padding-top: 20px;
}

.breadcrumb p {
  font-size: 12px;
  padding-right: 3px;
}

.breadcrumb p a {
  color: #A5CC36;
}

.cat {
  border-radius: 3px;
  padding: 0 11px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat-green {
  background-color: #A5CC36;
  color: #fff;
}

.slick-arrow {
  height: 30px;
  width: 30px;
  background: #A5CC36;
  border-radius: 15px;
  z-index: 10;
}

@media (min-width: 768px) {
  .slick-arrow {
    height: 50px;
    width: 50px;
    background: #A5CC36;
    border-radius: 25px;
    z-index: 10;
  }
}

.slick-arrow.slick-prev {
  left: -10px;
}

@media (min-width: 768px) {
  .slick-arrow.slick-prev {
    left: -1.3vw;
  }
}

.slick-arrow.slick-prev::before {
  content: url(../../assets/images/ico/ico-arr-wh-left.svg);
  margin-right: 5px;
}

.slick-arrow.slick-next {
  right: -10px;
}

@media (min-width: 768px) {
  .slick-arrow.slick-next {
    right: -1.3vw;
  }
}

.slick-arrow.slick-next::before {
  content: url(../../assets/images/ico/ico-arr-wh-right.svg);
  margin-left: 5px;
}

.slick-arrow:hover, .slick-arrow:focus {
  opacity: 0.8;
  color: unset;
  background: #A5CC36;
}

.slick-dots li button::before {
  font-size: 11px;
}

.slick-dots li.slick-active button::before {
  color: #A5CC36;
}

.slider-cards .slick-dots {
  position: absolute;
  bottom: 25px;
}

.top section:not(.top__mv) .section-title .icon {
  width: 58px;
  height: 58px;
  border-radius: 30px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px #00000029;
}

.top section:not(.top__mv) .section-title p {
  padding-top: 10px;
}

.top__mv {
  background-color: #F5F5F5;
}

.top__search {
  margin: 50px 0 30px;
}

@media (min-width: 768px) {
  .top__search {
    margin: 90px 0 73px;
  }
}

.top__search .search__input {
  width: 100%;
  max-width: 560px;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .top__search .search__input {
    margin-bottom: unset;
    width: 45%;
    margin-right: 20px;
  }
}

.top__search .search__input .title {
  padding-left: 30px;
  background: url(../../assets/images/ico/ico-magnifying-glass-sm.svg) no-repeat;
}

.top__search .search__input div:not(.btn) {
  padding-top: 15px;
}

.top__search .search__input div:not(.btn) input[type=text] {
  width: 24vw;
  max-width: 464px;
  height: 50px;
  border: 1px solid #D6D6D6;
  margin-right: 10px;
}

.top__search .search__input div:not(.btn) .btn {
  height: 50px;
  width: 75px;
}

.top__search .search__btns {
  width: 100%;
  max-width: 612px;
}

.top__search .search__btns div {
  height: 75px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 10px;
}

@media (min-width: 768px) {
  .top__search .search__btns div {
    height: 87px;
    max-width: 300px;
    margin-bottom: unset;
    margin-right: 10px;
  }
}

.top__search .search__btns div img, .top__search .search__btns div p {
  margin-right: 1.45vw;
}

.top__search .search__btns div p {
  font-size: 18px;
}

@media (min-width: 768px) {
  .top__search .search__btns div p {
    font-size: 16px;
  }
}

@media (min-width: 1366px) {
  .top__search .search__btns div p {
    font-size: 20px;
  }
}

.top__about {
  background: url(../../assets/images/bg/bg-clipped-pink.svg) no-repeat;
  background-position: center 0;
  background-size: 100%;
  padding: 50px 0 80px;
  border-top: 1px solid #A5CC36;
  border-bottom: 1px solid #E3EFC1;
}

@media (min-width: 768px) {
  .top__about {
    padding: 70px 0 100px;
  }
}

.top__about__text {
  padding-top: 67px;
}

.top__about__text p {
  line-height: 1.5;
}

.top__about__text p:nth-of-type(1) {
  line-height: 1.3;
  padding-bottom: 16px;
}

.top__about__images {
  padding-top: 67px;
  text-align: center;
}

@media (min-width: 768px) {
  .top__about__images {
    text-align: unset;
  }
}

.top__about__images img {
  width: 80%;
  margin: 0 auto;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .top__about__images img {
    width: 25%;
  }
}

@media (min-width: 768px) {
  .top__about__images img:nth-of-type(3n+2) {
    margin: 0 57px;
  }
}

.top__about__images img:last-of-type {
  margin-bottom: unset;
}

.top__about .has-highlight-yellow {
  background-color: #FEDE7B;
  width: fit-content;
  margin: 0 auto;
  padding: 0 15px;
}

.top__size {
  padding: 80px 0 50px;
}

@media (min-width: 768px) {
  .top__size {
    padding: 80px 0;
  }
}

.top__size__cards {
  margin-top: 65px;
}

.top__points {
  padding: 50px 0;
  background: url(../../assets/images/bg/bg-banner.png) no-repeat;
  background-size: 100% contain;
  background-position-x: 50%;
}

@media (min-width: 768px) {
  .top__points {
    background-size: 100%;
    padding: 4.7vw 0;
  }
}

.top__points .section-title .icon {
  background-color: #fff;
}

.top__points .card {
  margin: 66px 0;
}

.top__points .note {
  padding: 0 10px;
  line-height: 1.5;
}

.top__use {
  background-color: #fafafa;
  padding: 90px 0 60px;
}

.top__use .section-title p {
  padding-top: 25px !important;
  padding-bottom: 35px;
}

.search .title {
  padding-top: 27px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .search .title {
    padding-bottom: 75px;
  }
}

.search .title .icon {
  margin-bottom: 19px;
}

.search-cards .card {
  margin-bottom: 10px;
}

.search__section {
  margin-top: 35px;
  margin-bottom: 35px;
}

@media (min-width: 768px) {
  .search__section {
    margin-top: 75px;
    margin-bottom: 75px;
  }
}

.search__section .section-title {
  background-color: #E3EFC1;
  padding: 17px 31px;
}

.search__section:nth-of-type(2) {
  margin-bottom: 75px;
}

@media (min-width: 768px) {
  .search__section:nth-of-type(2) {
    margin-bottom: 140px;
  }
}

.search__content {
  padding-top: 30px;
}

@media (min-width: 768px) {
  .search__content {
    padding-top: 54px;
  }
}

@media (min-width: 768px) {
  .search__content .map-input {
    margin-right: 37px;
  }
}

.search__content .map-input .map {
  margin-bottom: 30px;
}

.search__content .map-input .map img {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .search__content .map-input .map img {
    max-width: 480px;
    height: 653px;
  }
}

.search__content__input input[type=text] {
  width: 395px;
  height: 50px;
  border: 1px solid #D6D6D6;
  margin-right: 10px;
}

.search__buttons {
  margin-top: 30px;
}

@media (min-width: 768px) {
  .search__buttons {
    margin-top: unset;
  }
}

.search__buttons .title {
  padding: 0 0 30px;
}

.search__buttons .title .icon {
  width: 42px;
  height: 42px;
  border-radius: 21px;
  background: #A5CC36;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  margin-right: 17px;
}

.search__buttons .buttons-content .btn {
  width: 48%;
  max-width: 220px;
  height: 54px;
  margin-bottom: 14px;
}

.result .title {
  padding-top: 27px;
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .result .title {
    padding-bottom: 75px;
  }
}

.result .title .icon {
  margin-bottom: 19px;
}

.result__content .map-card {
  width: 100%;
  max-width: 600px;
}

.result__content .map-card .map {
  width: 100%;
  margin-bottom: 30px;
}

@media (min-width: 768px) {
  .result__content .map-card .map {
    margin-bottom: 60px;
  }
}

.result__content .map-card .links {
  padding-top: 17px;
}

.result__content .map-card .links-item {
  margin: 5px;
}

@media (min-width: 768px) {
  .result__content .map-card .links-item {
    margin: unset;
  }
}

.result__content .map-card .links-item a {
  font-size: 14px;
}

@media (min-width: 768px) {
  .result__content .map-card .links-item a {
    font-size: 16px;
  }
}

.result__content .map-card .links .icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #A5CC36;
  border-radius: 12px;
  margin-right: 5px;
  margin-left: 5px;
}

@media (min-width: 768px) {
  .result__content .map-card .links .icon {
    margin-right: 5px;
    margin-left: 15px;
  }
}

.result__content .map-card .links .icon img {
  width: 5px;
  margin-left: 2px;
}

.result__content .result-list {
  width: 100%;
  max-width: 540px;
}

.result__content .result-list .table table {
  width: 100%;
  border: 2px solid #A5CC36;
}

.result__content .result-list .table table thead {
  border-bottom: 2px solid #A5CC36;
  background-color: #FFFCE8;
}

.result__content .result-list .table table thead tr th {
  text-align: left;
  font-weight: normal;
  padding: 15px 20px;
}

@media (min-width: 768px) {
  .result__content .result-list .table table thead tr th {
    padding: 25px 40px;
  }
}

.result__content .result-list .table table tbody tr td {
  padding: 10px 20px 10px;
}

@media (min-width: 768px) {
  .result__content .result-list .table table tbody tr td {
    padding: 25px 20px 22px;
  }
}

.result__content .result-list .table table tbody tr td .title {
  padding-top: 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #D6D6D6;
}

.result__content .result-list .table table tbody tr td .title .cat {
  width: 58px;
  height: 29px;
  margin-right: 10px;
}

.result__content .result-list .table table tbody tr td .detail {
  padding: 20px 0;
  border-bottom: 2px solid #A5CC36;
}

.result__content .result-list .table table tbody tr td .detail .image {
  width: 100%;
}

@media (min-width: 768px) {
  .result__content .result-list .table table tbody tr td .detail .image {
    margin-right: 20px;
    width: 200px;
    height: 144px;
  }
}

.result__content .result-list .table table tbody tr td .detail .image img {
  width: 100%;
}

.result__content .result-list .table table tbody tr td .detail .description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .result__content .result-list .table table tbody tr td .detail .description {
    margin-top: unset;
  }
}

.result__content .result-list .table table tbody tr td .detail .description .btn {
  width: 100%;
  height: 50px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .result__content .result-list .table table tbody tr td .detail .description .btn {
    max-width: 280px;
  }
}

.result__content .result-list .table table tbody tr td .detail .description .text {
  margin-bottom: 15px;
}

.result__content .result-list .table table tbody tr td .detail .description .text .icon {
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background-color: #898989;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.result__table {
  width: 100%;
  max-width: 1200px;
  margin: 55px 0 50px;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .result__table {
    margin: 55px 0 150px;
  }
}

.result__table table {
  width: 800px;
  border: 2px solid #A5CC36;
}

@media (min-width: 768px) {
  .result__table table {
    width: 100%;
  }
}

.result__table table thead {
  background-color: #FFFCE8;
}

.result__table table thead tr th {
  text-align: left;
  font-weight: normal;
  padding: 15px 0;
  font-size: 12px;
}

@media (min-width: 768px) {
  .result__table table thead tr th {
    font-size: 16px;
    padding: 20px 0;
  }
}

.result__table table thead tr th:nth-of-type(1) {
  width: 11.5%;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .result__table table thead tr th:nth-of-type(1) {
    padding-left: 30px;
  }
}

.result__table table thead tr th:nth-of-type(2) {
  width: 11.5%;
}

.result__table table thead tr th:nth-of-type(3) {
  width: 25%;
}

.result__table table thead tr th:nth-of-type(4) {
  width: 11%;
}

.result__table table thead tr th:nth-of-type(5) {
  width: 11%;
}

.result__table table thead tr th:nth-of-type(6) {
  width: 30%;
}

.result__table table tbody tr td {
  padding: 18px 0;
  vertical-align: middle;
  border-top: 2px solid #E6E6E6;
  font-size: 12px;
}

@media (min-width: 768px) {
  .result__table table tbody tr td {
    font-size: 16px;
    padding: 20px 0;
  }
}

.result__table table tbody tr td:nth-of-type(1) {
  width: 11.5%;
  padding-left: 10px;
}

@media (min-width: 768px) {
  .result__table table tbody tr td:nth-of-type(1) {
    padding-left: 30px;
  }
}

.result__table table tbody tr td:nth-of-type(2) {
  width: 11.5%;
}

.result__table table tbody tr td:nth-of-type(3) {
  width: 25%;
}

.result__table table tbody tr td:nth-of-type(4) {
  width: 11%;
}

.result__table table tbody tr td:nth-of-type(5) {
  width: 11%;
}

.result__table table tbody tr td:nth-of-type(6) {
  width: 30%;
}

.result__table table tbody tr td .btn {
  width: fit-content;
  font-size: 10px;
  padding: 7px 10px;
}

@media (min-width: 768px) {
  .result__table table tbody tr td .btn {
    font-size: 14px;
  }
}

.apply .title .icon {
  width: 58px;
  height: 58px;
  border-radius: 30px;
  margin: 0 auto 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 3px 6px #00000029;
}

.apply .title p {
  padding-top: 10px;
}

.apply .tabs {
  margin-top: 104px;
}

.apply .tabs .tab {
  width: 50%;
  max-width: 580px;
  background-color: #FFFCE8;
  height: 80px;
  cursor: pointer;
}

.apply .tabs .tab.is-active {
  color: #fff;
  background-color: #A5CC36;
  border-bottom: inset 10px #84B120;
  position: relative;
}

.apply .tabs .tab.is-active::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 10px 0 10px;
  border-color: #84B120 transparent transparent transparent;
  bottom: -20px;
}

.apply__content {
  width: 100%;
  max-width: 900px;
  margin: 82px auto 150px;
}

.apply__content section .subtitle {
  font-size: 25px;
  padding-bottom: 20px;
}

.apply__content section .icon {
  margin: 56px auto 30px;
  width: 96px;
  height: 96px;
  border-radius: 50px;
  box-shadow: 0px 0px 6px #00000029;
  background-color: #FFFCE8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.apply__content section .card {
  line-height: 1.5;
}

.apply__content section .card p {
  padding-bottom: 30px;
}

.apply__content section .card p.f-14 {
  padding-top: 60px;
}

.detail .main-title {
  padding: 10px 0 30px;
  line-height: 1.5;
}

.detail .image-tiles {
  width: 100%;
  max-width: 1200px;
  border-radius: 20px;
  overflow: hidden;
  height: fit-content;
  margin-bottom: 80px;
}

.detail .image-tiles .image-lg {
  width: 100%;
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  .detail .image-tiles .image-lg {
    margin-bottom: unset;
    width: 49%;
  }
}

.detail .image-tiles .image-lg img {
  width: 100%;
}

.detail .image-tiles .image-sm {
  width: 100%;
}

@media (min-width: 768px) {
  .detail .image-tiles .image-sm {
    width: 49%;
  }
}

.detail .image-tiles .image-sm img {
  width: 49%;
}

.detail .image-tiles .image-sm img:nth-of-type(1), .detail .image-tiles .image-sm img:nth-of-type(2) {
  margin-bottom: 25px;
}

.detail .table-card {
  margin-bottom: 100px;
}

.detail .table-card .table {
  width: 100%;
}

@media (min-width: 768px) {
  .detail .table-card .table {
    width: 49%;
  }
}

.detail .table-card .table table {
  width: 100%;
}

.detail .table-card .table table tr {
  border-bottom: 1px solid #DEDEDE;
}

.detail .table-card .table table tr td {
  padding: 32px 10px;
  vertical-align: middle;
}

.detail .table-card .card {
  width: 100%;
  padding: 20px;
  margin-top: 50px;
}

@media (min-width: 768px) {
  .detail .table-card .card {
    margin-top: unset;
    width: 48%;
    padding: 60px 30px 38px;
  }
}

.detail .table-card .card .btn {
  max-width: 300px;
  padding: 30px 0;
  margin: 0 auto 30px;
}

.detail .table-card .card .inner-text {
  border: 2px solid #DDE3C8;
  border-radius: 3px;
  background-color: #fff;
  padding: 12px 22px 45px;
}

.detail .table-card .card .inner-text .t-red {
  padding-bottom: 12px;
}

.detail__section {
  margin-bottom: 100px;
}

.detail__section .title {
  padding-bottom: 24px;
  border-bottom: 2px solid #A5CC36;
  margin-bottom: 30px;
}

.detail__section .title .icon {
  margin-right: 28px;
}

.detail__section .section-content {
  padding: 0 0 34px;
  border-bottom: 1px solid #DEDEDE;
  overflow-x: auto;
}

@media (min-width: 768px) {
  .detail__section .section-content {
    margin: 0 30px;
  }
}

.detail__section .section-content.is-last {
  border-bottom: none;
}

.detail__section .section-content .btn-list {
  margin-bottom: 34px;
  width: max-content;
}

.detail__section .section-content .btn-list .label {
  padding-right: 50px;
}

.detail__section .section-content .btn-list .btn {
  margin-right: 8px;
  padding: 5px 14px;
}

.detail__section .section-content .btn-list .btn-green-secondary {
  margin-right: 0;
  padding: 5px 30px 5px 16px;
}

.detail__section .section-content .card {
  padding: 20px;
  width: 1139px;
}

@media (min-width: 768px) {
  .detail__section .section-content .card {
    width: unset;
  }
}

.detail__section .section-content .card .detail-table {
  width: 100%;
}

@media (min-width: 1366px) {
  .detail__section .section-content .card .detail-table {
    width: unset;
  }
}

.detail__section .section-content .card .detail-table.is-multi .detail-content {
  border: none;
}

.detail__section .section-content .card .detail-table.is-multi .detail-content .content-item {
  border: 1px solid #DDE3C8;
}

.detail__section .section-content .card .detail-table .detail-header {
  border: 2px solid #DDE3C8;
  background-color: #fff;
  width: 100%;
  margin-bottom: 20px;
}

.detail__section .section-content .card .detail-table .detail-header p {
  border-right: 2px solid #DDE3C8;
  padding: 13px 0;
  text-align: center;
}

.detail__section .section-content .card .detail-table .detail-header p:nth-of-type(1) {
  width: 14.6%;
}

.detail__section .section-content .card .detail-table .detail-header p:nth-of-type(2) {
  width: 36.4%;
}

.detail__section .section-content .card .detail-table .detail-header p:nth-of-type(3) {
  width: 16.4%;
}

.detail__section .section-content .card .detail-table .detail-header p:nth-of-type(4) {
  width: 16.6%;
}

.detail__section .section-content .card .detail-table .detail-header p:nth-of-type(5) {
  width: 16.6%;
  border-right: 0;
}

.detail__section .section-content .card .detail-table .detail-content {
  border: 2px solid #DDE3C8;
  background-color: #fff;
  width: 100%;
}

.detail__section .section-content .card .detail-table .detail-content .content-item {
  padding: 16px;
  border-bottom: 1px solid #dedede;
}

.detail__section .section-content .card .detail-table .detail-content .content-item div.t-center {
  width: 14.6%;
}

.detail__section .section-content .card .detail-table .detail-content .content-item div.t-center div {
  align-items: center;
  padding-top: 10px;
}

.detail__section .section-content .card .detail-table .detail-content .content-item div.t-center div .btn {
  padding: 3px 10px;
  margin-right: 5px;
}

.detail__section .section-content .card .detail-table .detail-content .content-item p.t-center {
  width: 36.4%;
}

.detail__section .section-content .card .detail-table .detail-content .content-item a {
  width: 16.6%;
  padding: 0 10px;
}

.detail__section .section-content .card .detail-table .detail-content .content-item a:first-of-type {
  width: 16.4%;
}

.detail__section .section-content .card .detail-table .detail-content .content-item a .btn {
  padding: 16px;
  font-size: 14px;
}

.detail__section .card-yellow {
  padding: 30px 15px;
  border-radius: 0;
  margin: 85px 30px 100px;
}

@media (min-width: 768px) {
  .detail__section .card-yellow {
    padding: 50px 80px;
  }
}

.detail__section .card-yellow .title {
  margin-bottom: 30px;
  border-bottom: none;
}

.detail__section .card-yellow .title .icon {
  margin-bottom: 28px;
}

.detail__section .card-yellow .title p:nth-of-type(2) {
  padding: 10px 0 26px;
}

.detail__section .card-yellow .card-detail {
  background: #fff;
  border: 2px solid #FC8D90;
  padding: 30px;
  font-size: 14px;
  margin-bottom: 38px;
}

@media (min-width: 768px) {
  .detail__section .card-yellow .card-detail {
    padding: 50px 40px 60px;
  }
}

.detail__section .card-yellow .card-detail ul {
  padding-bottom: 30px;
}

@media (min-width: 768px) {
  .detail__section .card-yellow .card-detail ul {
    padding-bottom: 0;
  }
}

.detail__section.is-caution .title p {
  padding: 0;
}

.detail__section.is-caution p {
  padding: 0 30px;
}

.detail__section.is-facility .btn {
  width: 180px;
  height: 50px;
  margin: 10px 10px;
}

.detail__section.is-map {
  width: 100%;
}

@media (min-width: 768px) {
  .detail__section.is-map {
    width: 49%;
  }
}

.detail__section.is-info {
  width: 100%;
}

@media (min-width: 768px) {
  .detail__section.is-info {
    width: 49%;
  }
}

.detail__section.is-info .table {
  padding: 30px 30px 60px;
  border-bottom: 1px solid #DEDEDE;
}

.detail__section.is-info .table table tr td {
  vertical-align: middle;
}

.detail__section.is-info .table table tr td:nth-of-type(1) {
  width: 150px;
}

.detail__search {
  border-top: 1px solid #CCCCCC;
  padding: 100px 0;
}

.detail__search .title {
  padding-top: 27px;
  padding-bottom: 50px;
}

@media (min-width: 768px) {
  .detail__search .title {
    padding-bottom: 75px;
  }
}

.detail__search .title .icon {
  margin-bottom: 19px;
}

.detail__search .label .icon {
  width: 38px;
  height: 38px;
  border-radius: 20px;
  background-color: #A5CC36;
  display: flex;
  align-items: center;
  justify-content: center;
}

.detail__search .label p {
  font-size: 28px;
  padding-left: 20px;
}

.detail__search .buttons-content {
  margin-top: 46px;
}

.detail__search .buttons-content .btn {
  width: 45%;
  max-width: 220px;
  height: 54px;
  margin: 10px;
}

.text-white{
  color:white !important;
}

.text-red{
  color:red;
}

/*# sourceMappingURL=style.css.map */
