/* media query */
#contents .mainimg {
  background-image: url(../images/mainimg.jpg);
}
#contents .copyArea {
  max-width: 1360px;
  margin: 0 auto;
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media all and (max-width: 1400px) {
  #contents .copyArea {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .copyArea {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 1100px) {
  #contents .copyArea {
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .copyArea {
    text-align: left;
    padding-top: 70px;
    padding-bottom: 30px;
  }
}
#contents .categoryArea {
  background: linear-gradient(90deg, #ddfdf1 0%, #ddfdf1 15%, transparent 15%, transparent 85%, #ddfdf1 85%, #ddfdf1 100%);
  padding: 50px 0;
}
@media screen and (max-width: 960px) {
  #contents .categoryArea {
    padding: 30px 0;
  }
}
#contents .categoryArea > ul {
  max-width: 1660px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 1400px) {
  #contents .categoryArea > ul {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .categoryArea > ul {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .categoryArea > ul {
    display: block;
  }
}
#contents .categoryArea > ul > li {
  width: calc(33.3333333333% - 22px);
}
@media screen and (max-width: 960px) {
  #contents .categoryArea > ul > li {
    width: calc(33.3333333333% - 10px);
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .categoryArea > ul > li {
    width: 100%;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .categoryArea > ul > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
#contents .categoryArea > ul > li a {
  position: relative;
  display: block;
  overflow: hidden;
}
#contents .categoryArea > ul > li a img {
  transition: 0.8s;
}
#contents .categoryArea > ul > li a > strong {
  position: absolute;
  width: 100%;
  top: 30%;
  z-index: 1;
  text-align: center;
  font-size: 1.5em;
  display: block;
}
@media screen and (max-width: 1100px) {
  #contents .categoryArea > ul > li a > strong {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 960px) {
  #contents .categoryArea > ul > li a > strong {
    font-size: 1em;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 740px) {
  #contents .categoryArea > ul > li a > strong {
    font-size: 0.8em;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .categoryArea > ul > li a > strong {
    font-size: 1.2em;
    letter-spacing: 3px;
  }
}
#contents .categoryArea > ul > li a span {
  width: 44px;
  height: 44px;
  padding: 13px;
  z-index: 1;
  display: block;
  line-height: 100%;
  border-radius: 50%;
  transition: 0.5s;
  background-color: #7dfac9;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 960px) {
  #contents .categoryArea > ul > li a span {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}
#contents .categoryArea > ul > li a:hover img {
  transform: scale(1.05);
}
#contents .categoryArea > ul > li a:hover > span {
  background-color: #adffa2;
  transform: translateX(calc(-50% + 5px));
}
#contents .linkArea {
  margin-bottom: 70px;
}
@media screen and (max-width: 960px) {
  #contents .linkArea {
    margin-bottom: 30px;
  }
}
#contents .linkArea > div {
  height: 400px;
  display: flex;
  flex-flow: row-reverse;
  cursor: pointer;
}
@media screen and (max-width: 960px) {
  #contents .linkArea > div {
    height: 300px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .linkArea > div {
    height: auto;
    flex-flow: column;
  }
}
#contents .linkArea > div:nth-child(2n+1) {
  background-color: #f4f0eb;
}
#contents .linkArea > div > p {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .linkArea > div > p {
    width: 100%;
    height: 200px;
  }
}
#contents .linkArea > div > p span {
  display: block;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: 0.5s;
}
#contents .linkArea > div > div {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .linkArea > div > div {
    width: 100%;
    display: block;
    padding: 20px;
  }
}
#contents .linkArea > div > div > section {
  width: 430px;
  position: relative;
  padding-left: 70px;
  transition: 0.5s;
}
@media screen and (max-width: 1100px) {
  #contents .linkArea > div > div > section {
    padding-left: 60px;
    width: 400px;
  }
}
@media screen and (max-width: 960px) {
  #contents .linkArea > div > div > section {
    padding-left: 40px;
    width: 310px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .linkArea > div > div > section {
    width: 100%;
  }
}
#contents .linkArea > div > div > section > h3 {
  font-size: 1.5em;
}
@media screen and (max-width: 1100px) {
  #contents .linkArea > div > div > section > h3 {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 960px) {
  #contents .linkArea > div > div > section > h3 {
    font-size: 1.25em;
    letter-spacing: 1px;
  }
}
@media screen and (max-width: 350px) and (orientation: portrait) {
  #contents .linkArea > div > div > section > h3 {
    font-size: 1.1em;
  }
}
#contents .linkArea > div > div > section::after {
  content: "";
  display: block;
  position: absolute;
  left: 13px;
  top: 28px;
  background: url(../../common/images/icon_arrow_w.svg) no-repeat center center;
  background-size: 100% auto;
  width: 18px;
  height: 18px;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  #contents .linkArea > div > div > section::after {
    width: 16px;
    height: 16px;
    left: 8px;
    top: 23px;
  }
}
#contents .linkArea > div > div > section::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 15px;
  width: 44px;
  height: 44px;
  padding: 13px;
  z-index: 1;
  display: block;
  line-height: 100%;
  border-radius: 50%;
  transition: 0.5s;
  background-color: #4e4a54;
  box-sizing: border-box;
}
@media screen and (max-width: 960px) {
  #contents .linkArea > div > div > section::before {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}
#contents .linkArea > div:hover > p span {
  transform: scale(1.03);
}
#contents .linkArea > div:hover > div section {
  transform: translateX(5px);
}
#contents .faqLink {
  max-width: 1360px;
  margin: 0 auto;
  margin-bottom: 100px;
  display: flex;
  justify-content: flex-end;
}
@media all and (max-width: 1400px) {
  #contents .faqLink {
    max-width: 100%;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .faqLink {
    max-width: 100%;
    margin-left: 25px;
    margin-right: 25px;
  }
}
@media screen and (max-width: 960px) {
  #contents .faqLink {
    margin-bottom: 50px;
  }
}
#contents .faqLink > p a {
  display: inline-block;
  border: 5px solid #7dfac9;
  padding: 15px 30px;
  font-size: 0.95em;
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .faqLink > p a {
    padding: 15px;
  }
}
@media screen and (max-width: 350px) and (orientation: portrait) {
  #contents .faqLink > p a {
    letter-spacing: 1px;
  }
}
#contents .faqLink > p a span {
  width: 44px;
  height: 44px;
  padding: 13px;
  z-index: 1;
  display: block;
  line-height: 100%;
  border-radius: 50%;
  transition: 0.5s;
  background-color: #4e4a54;
  display: inline-block;
  width: 25px;
  height: 25px;
  padding: 5px 7px;
  margin-right: 5px;
}
@media screen and (max-width: 960px) {
  #contents .faqLink > p a span {
    width: 32px;
    height: 32px;
    padding: 8px;
  }
}
@media screen and (max-width: 740px) and (orientation: portrait) {
  #contents .faqLink > p a span {
    width: 20px;
    height: 20px;
    padding: 3px 6px 2px;
  }
}
#contents .faqLink > p a strong {
  text-decoration: underline;
}
#contents .faqLink > p a:hover span {
  transform: translateX(5px);
}
#contents .faqLink > p a:hover span img {
  transform: translateY(0);
}/*# sourceMappingURL=index.css.map */