@charset "UTF-8";
@font-face {
  font-family: "Gen Jyuu Gothic";
  src: url("fonts/GenJyuuGothic-Medium.woff2") format("woff2"), url("fonts/GenJyuuGothic-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gen Jyuu Gothic";
  src: url("fonts/GenJyuuGothic-Bold.woff2") format("woff2"), url("fonts/GenJyuuGothic-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* perfect-scrollbar v0.6.11 */
.ps-container {
  touch-action: none;
  overflow: hidden !important;
  -ms-overflow-style: none;
}

@supports (-ms-overflow-style: none) {
  .ps-container {
    overflow: auto !important;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .ps-container {
    overflow: auto !important;
  }
}
.ps-container.ps-active-x > .ps-scrollbar-x-rail,
.ps-container.ps-active-y > .ps-scrollbar-y-rail {
  display: block;
  background-color: transparent;
}

.ps-container.ps-in-scrolling {
  pointer-events: none;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

.ps-container > .ps-scrollbar-x-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  bottom: 3px;
  /* there must be 'bottom' for ps-scrollbar-x-rail */
  height: 8px;
}

.ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  bottom: 0;
  /* there must be 'bottom' for ps-scrollbar-x */
  height: 8px;
}

.ps-container > .ps-scrollbar-y-rail {
  display: none;
  position: absolute;
  /* please don't change 'position' */
  border-radius: 4px;
  opacity: 0.2;
  transition: background-color 0.2s linear, opacity 0.2s linear;
  right: 3px;
  /* there must be 'right' for ps-scrollbar-y-rail */
  width: 6px;
}

.ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  position: absolute;
  /* please don't change 'position' */
  background-color: #aaa;
  border-radius: 4px;
  transition: background-color 0.2s linear;
  right: 0;
  /* there must be 'right' for ps-scrollbar-y */
  width: 6px;
}

.ps-container:hover.ps-in-scrolling {
  pointer-events: none;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-x-rail,
.ps-container:hover > .ps-scrollbar-y-rail {
  opacity: 0.6;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
  background-color: #999;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover {
  background-color: #eee;
  opacity: 0.9;
}

.ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
  background-color: #999;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  left: 50%;
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  margin-left: -427px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  margin-left: 363px;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

#fixed_menu {
  position: fixed;
  bottom: 15px;
  right: 0;
  z-index: 99;
}
@media (min-width: 1000px) {
  #fixed_menu {
    bottom: 30px;
  }
}
#fixed_menu ul li {
  height: 42px;
  margin-top: 1px;
}
#fixed_menu ul li a {
  position: relative;
  right: 10px;
  display: block;
  height: 40px;
  color: white;
  text-decoration: none;
  line-height: 40px;
  width: 0px;
  padding-left: 40px;
  text-align: center;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: bold;
  transition-duration: 0.2s;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 1000px) {
  #fixed_menu ul li a {
    width: 100px;
    right: -100px;
    border-radius: 0;
  }
  #fixed_menu ul li a:hover {
    right: 0;
  }
}
#fixed_menu ul li a::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  content: " ";
  display: block;
}
#fixed_menu ul li a.call {
  background: #ff8181;
}
#fixed_menu ul li a.call::before {
  background: #FF5E5E url(../images/call_icon.svg) 50% 50% no-repeat;
  background-size: 19px 19px;
}
#fixed_menu ul li a.contact {
  background: #ff9244;
}
#fixed_menu ul li a.contact::before {
  background: #FF8732 url(../images/contact_icon.svg) 50% 50% no-repeat;
  background-size: 20px 18px;
}
#fixed_menu ul li a.line {
  background: #1bc515;
}
#fixed_menu ul li a.line::before {
  background: #05B900 url(../images/line_logo.svg) 50% 50% no-repeat;
  background-size: 20px 19px;
}
#fixed_menu ul li a.back_top {
  background: #b4b4b4;
}
#fixed_menu ul li a.back_top::before {
  background: #959595 url(../images/back_top.svg) 50% 50% no-repeat;
  background-size: 17px 15px;
}

html, body {
  width: 100%;
  height: 100%;
  font-family: "Gen Jyuu Gothic", "微軟正黑體", "微軟正黑體", "Microsoft JhengHei", "Adobe 繁黑體 Std B", "儷黑 Pro";
  background: #FFF8F8;
}

body {
  overflow-x: hidden;
}

.hide {
  display: none;
}

header {
  position: relative;
  padding-top: 107px;
  padding-bottom: 77px;
}
@media (max-width: 767px) {
  header {
    padding-bottom: 39px;
  }
}
header > .bg {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  max-width: 1440px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
header > .bg svg {
  position: absolute;
  left: 50%;
  top: 0px;
  transform: translateX(-50%);
  width: 1440px;
  height: 1035px;
}
@media (max-width: 767px) {
  header > .bg svg {
    width: 720px;
    height: 517px;
  }
}
header .deco-left-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 33.8%;
}
header .deco-left-top img {
  display: block;
  width: 100%;
}
header .deco-right-top {
  position: absolute;
  right: 0;
  top: 0;
  width: 29.3%;
}
header .deco-right-top img {
  display: block;
  width: 100%;
}
header h1 {
  width: 490px;
  margin: 0 auto;
  text-indent: -999px;
  overflow: hidden;
  max-width: 70%;
}
header h1 span {
  display: none;
}
header h1 img {
  display: block;
  width: 100%;
}
header h2 {
  width: 477px;
  margin: 30px auto 60px auto;
  text-indent: -999px;
  overflow: hidden;
  max-width: 70%;
}
header h2 img {
  display: block;
  width: 100%;
}
header .bn {
  position: relative;
  max-width: 952px;
  margin: 0 auto;
}
header .bn .bg {
  width: 100%;
}
header .bn .bg img {
  display: block;
  width: 100%;
}
header .bn .p1 {
  position: absolute;
  top: 0.2%;
  left: 0.2%;
  width: 100%;
}
header .bn .p1 img {
  display: block;
  width: 77.4%;
}
@media (max-width: 767px) {
  header .bn {
    max-width: 95%;
  }
}

#menu {
  position: fixed;
  right: 25px;
  top: 25px;
  border-radius: 30px;
  background: white;
  min-height: 60px;
  text-decoration: none;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.16);
  transition-duration: 0.2s;
  z-index: 999;
}
#menu a {
  color: #605F5F;
  text-decoration: none;
  font-size: 20px;
  display: block;
  padding-left: 30px;
  padding-right: 70px;
  text-align: right;
}
#menu a:hover {
  color: #292929;
}
#menu .toggle {
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
  background: url(../images/hamburger.png) transparent left 50% no-repeat;
  background-size: 24px 24px;
  text-indent: -999px;
  overflow: hidden;
  width: 54px;
  height: 60px;
  cursor: pointer;
}
#menu .toggle:focus {
  outline: none;
}
#menu ul {
  padding-top: 8px;
}
#menu ul li {
  display: none;
}
#menu ul li:first-child {
  display: block;
}
#menu ul li:last-child {
  padding-bottom: 15px;
}
#menu ul li.show {
  display: block;
}
#menu ul li a {
  line-height: 45px;
}
@media (max-width: 767px) {
  #menu {
    right: 15px;
    top: 15px;
    min-height: 35px;
    border-radius: 20px;
  }
  #menu a {
    font-size: 16px;
    padding-left: 20px;
    padding-right: 50px;
  }
  #menu .toggle {
    background-size: 20px 20px;
    width: 35px;
    height: 35px;
  }
  #menu ul {
    padding-top: 4px;
  }
  #menu ul li:last-child {
    padding-bottom: 10px;
  }
  #menu ul li.show {
    display: block;
  }
  #menu ul li a {
    line-height: 30px;
  }
}

h2.heading {
  position: relative;
  font-size: 48px;
  text-align: center;
  line-height: 108px;
  margin-bottom: 48px;
}
h2.heading p {
  position: relative;
  font-weight: bold;
  color: #333233;
}
h2.heading .deco {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 123px;
  height: 108px;
}
@media (max-width: 767px) {
  h2.heading {
    font-size: 24px;
    line-height: 54px;
    margin-bottom: 24px;
  }
  h2.heading .deco {
    width: 61px;
    height: 54px;
  }
}

.paging {
  position: relative;
  z-index: 1;
  text-align: center;
}
.paging li {
  display: inline-block;
  margin: 0 10px;
}
.paging li button {
  position: relative;
  background: white;
  width: 48px;
  height: 48px;
  padding: 0;
  border: 2px solid #EC8787;
  box-sizing: border-box;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 44px;
  border-radius: 30px;
  overflow: hidden;
  color: #EC8787;
  font-family: "Gen Jyuu Gothic", "微軟正黑體", "微軟正黑體", "Microsoft JhengHei", "Adobe 繁黑體 Std B", "儷黑 Pro";
  cursor: pointer;
  transition-duration: 0.2s;
}
.paging li button.active {
  color: white;
  background: #EC8787;
}
.paging li button:not(.active):hover {
  opacity: 0.9;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
.paging li button:focus {
  outline: none;
}
@media (max-width: 767px) {
  .paging li {
    margin: 0 3px;
  }
  .paging li button {
    width: 28px;
    height: 28px;
    font-size: 12px;
    line-height: 20px;
  }
}

#qa {
  background: #FFF8F8;
}
#qa .card {
  position: relative;
  z-index: 3;
  background: #FFFFFF;
  border-radius: 40px;
  padding: 58px 133px 48px 133px;
  margin: 0 auto;
  max-width: 1260px;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  #qa .card {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  #qa .card {
    padding: 30px 20px;
  }
}
#qa h2.heading .deco svg path {
  fill: #FFE9E9;
}
#qa .block_deco {
  position: absolute;
  right: -15px;
  bottom: -189px;
  width: 204px;
  height: 286px;
  background: url(../images/person1.png) 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  #qa .block_deco {
    bottom: -94px;
    width: 102px;
    height: 143px;
  }
}
#qa .list li {
  border: 2px solid #EC8787;
  border-radius: 16px;
  margin-bottom: 20px;
}
#qa .list li:last-child {
  margin-bottom: 0;
}
#qa .list li > a {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 20px;
  line-height: 74px;
  color: #333233;
  text-decoration: none;
  padding: 0 32px;
}
#qa .list li > a .arrow {
  position: absolute;
  right: 20px;
  top: 23px;
  width: 28px;
  height: 28px;
  background: #EC8787;
  border-radius: 20px;
}
#qa .list li > a .arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background: url(../images/arrow_up.png) 0 0 no-repeat;
  background-size: 12px 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.2s;
}
#qa .list li > a.active .arrow::after {
  transform: translate(-50%, -50%) rotate(180deg);
}
#qa .list li .content {
  position: relative;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  margin-right: 28px;
  padding: 0 30px 0px 32px;
  margin-bottom: 20px;
  max-height: 300px;
}
#qa .list li .content img {
  display: inline-block;
  max-width: 100%;
}
#qa .list li .content a {
  color: #5b80e4;
  text-decoration: underline;
}
#qa .list li .content table th, #qa .list li .content table td {
  border: 1px solid #ccc;
}
#qa .list li .content b {
  font-weight: bold;
}
#qa .list li .content ul {
  list-style-type: initial;
}
#qa .list li .content ol {
  list-style-type: initial;
}
@media (max-width: 767px) {
  #qa .list li > a {
    font-size: 14px;
    line-height: 20px;
    padding: 10px 40px 10px 15px;
  }
  #qa .list li > a .arrow {
    right: 15px;
    top: 13px;
    width: 14px;
    height: 14px;
  }
  #qa .list li > a .arrow::after {
    width: 6px;
    height: 4px;
    background-size: 6px 4px;
  }
  #qa .list li .content {
    padding: 0 30px 0 15px;
    font-size: 12px;
    line-height: 16px;
    margin-right: 16px;
    margin-bottom: 15px;
  }
}
#qa .paging {
  padding-top: 38px;
}
@media (max-width: 767px) {
  #qa .paging {
    padding-top: 20px;
  }
}

.qa_type_filter {
  margin-bottom: 25px;
  height: 37px;
}
.qa_type_filter .selection {
  position: relative;
  z-index: 2;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  display: block;
}
.qa_type_filter .selection.qa_type {
  width: 260px;
}
.qa_type_filter .selection ul {
  background: white;
  border-color: #EC8787;
}
.qa_type_filter .selection button {
  border-color: #EC8787;
  color: #EC8787;
}
.qa_type_filter .selection button .arrow {
  background-image: url(../images/arrow_bottom_pink.svg);
}
@media (min-width: 768px) {
  .qa_type_filter {
    height: 74px;
  }
  .qa_type_filter .selection.qa_type {
    width: 440px;
  }
}

#story_wrap {
  position: relative;
  margin-top: -143px;
  background: #FFF9F0;
  padding-top: 140px;
}
@media (max-width: 767px) {
  #story_wrap {
    margin-top: -72px;
    padding-top: 67px;
  }
}
#story_wrap h2.heading .deco svg path {
  fill: rgba(238, 164, 95, 0.3);
}
#story_wrap .panel {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  max-width: 1260px;
  padding-bottom: 100px;
  padding-top: 110px;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  #story_wrap .panel {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  #story_wrap .panel {
    padding-top: 59px;
    padding-bottom: 50px;
  }
}
#story_wrap .list {
  padding-top: 22px;
}
#story_wrap .list li {
  float: left;
  width: calc((100% - 32px) / 2);
  margin-right: 32px;
  margin-top: 75px;
}
#story_wrap .list li:nth-child(2n) {
  margin-right: 0;
}
#story_wrap .list li a {
  position: relative;
  display: block;
  background: #FFFFFF;
  border-radius: 20px;
  text-decoration: none;
  padding-top: 35px;
  padding-bottom: 21px;
  border-bottom: 8px solid #EEA45F;
  color: #333233;
  transition-duration: 0.2s;
}
#story_wrap .list li a:hover {
  transform: scale(1.03);
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.25);
}
#story_wrap .list li a .arrow {
  position: absolute;
  right: 24px;
  bottom: 28px;
  width: 28px;
  height: 28px;
  background: #EEA45F;
  border-radius: 20px;
}
#story_wrap .list li a .arrow::after {
  content: "";
  display: block;
  width: 12px;
  height: 8px;
  background: url(../images/arrow_up.png) 0 0 no-repeat;
  background-size: 12px 8px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
}
#story_wrap .list li .photo {
  position: absolute;
  top: -30px;
  left: 30px;
  width: 140px;
  height: 140px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 20px;
  overflow: hidden;
}
#story_wrap .list li .name {
  margin-left: 196px;
  font-size: 24px;
}
#story_wrap .list li .title {
  font-size: 18px;
  margin-top: 15px;
  margin-left: 196px;
  margin-right: 50px;
  height: 40px;
}
#story_wrap .list li p {
  padding: 0 50px 0 30px;
  margin-top: 21px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  word-break: break-all;
}
@media (max-width: 767px) {
  #story_wrap .list {
    padding-top: 0;
  }
  #story_wrap .list li {
    width: 100%;
    margin-right: 0px;
    margin-top: 35px;
  }
  #story_wrap .list li a {
    border-radius: 10px;
    padding-top: 10px;
    padding-bottom: 11px;
    border-bottom: 4px solid #EEA45F;
  }
  #story_wrap .list li a .arrow {
    right: 12px;
    bottom: 14px;
    width: 14px;
    height: 14px;
  }
  #story_wrap .list li a .arrow::after {
    width: 6px;
    height: 4px;
    background-size: 6px 4px;
  }
  #story_wrap .list li .photo {
    top: -15px;
    left: 15px;
    width: 70px;
    height: 70px;
    border-radius: 10px;
  }
  #story_wrap .list li .name {
    margin-left: 98px;
    font-size: 14px;
  }
  #story_wrap .list li .title {
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
    margin-left: 98px;
    margin-right: 30px;
    height: 30px;
  }
  #story_wrap .list li p {
    padding: 0 30px 0 15px;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
  }
}
#story_wrap .paging {
  padding-top: 53px;
}
#story_wrap .paging li button {
  border-color: #EEA45F;
  color: #EEA45F;
}
#story_wrap .paging li button.active {
  color: white;
  background: #EEA45F;
}
@media (max-width: 767px) {
  #story_wrap .paging {
    padding-top: 27px;
  }
}

.selection {
  position: relative;
  vertical-align: top;
  display: inline-block;
  margin: 0 10px;
  text-align: left;
}
.selection.location {
  width: 230px;
}
.selection button {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 46px;
  font-size: 20px;
  font-weight: bold;
  font-family: "Gen Jyuu Gothic", "微軟正黑體", "微軟正黑體", "Microsoft JhengHei", "Adobe 繁黑體 Std B", "儷黑 Pro";
  color: #ECBE0B;
  background: white;
  border: 0;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
}
.selection button .arrow {
  position: absolute;
  right: 46px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(../images/arrow_bottom.svg) 50% 50% no-repeat;
  background-size: contain;
}
.selection button:focus {
  outline: none;
}
.selection > button {
  position: relative;
  border-radius: 100px;
  border: 2px solid #ECBE0B;
  z-index: 3;
  padding: 20px 76px 20px 46px;
}
.selection ul {
  position: relative;
  left: 0;
  top: -37px;
  padding-top: 37px;
  background: white;
  z-index: 2;
  border: 2px solid #ECBE0B;
  box-sizing: border-box;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  display: none;
}
@media (max-width: 767px) {
  .selection {
    margin: 0 5px;
  }
  .selection.location {
    width: 140px;
  }
  .selection.city {
    width: 110px;
  }
  .selection.mental_type {
    width: 170px;
  }
  .selection button {
    padding: 5px 23px;
    font-size: 14px;
  }
  .selection button .arrow {
    right: 23px;
    width: 10px;
    height: 10px;
  }
  .selection ul {
    position: relative;
    left: 0;
    top: -19px;
    padding-top: 19px;
    border-radius: 0 0 15px 15px;
  }
}

.no_data {
  padding: 80px 0;
  font-size: 16px;
  text-align: center;
}
@media (min-width: 768px) {
  .no_data {
    padding: 160px 0;
    font-size: 24px;
  }
}

#medical {
  position: relative;
  background: #FFFEF4;
  padding-top: 92px;
}
@media (max-width: 767px) {
  #medical {
    padding-top: 46px;
  }
}
#medical h2.heading .deco svg path {
  fill: rgba(236, 190, 11, 0.3);
}
#medical .panel {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  max-width: 1260px;
  padding-bottom: 87px;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  #medical .panel {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  #medical .panel {
    padding-bottom: 43px;
  }
}
#medical .deco1 {
  position: absolute;
  left: 34px;
  top: 0;
  width: 120px;
  height: 103px;
  background: url(../images/person2.png) 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  #medical .deco1 {
    left: 17px;
    width: 60px;
    height: 52px;
  }
}
#medical .deco2 {
  position: absolute;
  right: 38px;
  bottom: -82px;
  width: 279px;
  height: 137px;
  background: url(../images/person3.png) 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  #medical .deco2 {
    right: -15px;
    bottom: -31px;
    width: 140px;
    height: 69px;
  }
}
#medical .area_filter {
  text-align: center;
  height: 74px;
}
@media (max-width: 767px) {
  #medical .area_filter {
    height: 37px;
  }
}
#medical .list {
  padding-top: 18px;
}
#medical .list li {
  float: left;
  width: calc((100% - 32px) / 2);
  margin-right: 32px;
  margin-top: 32px;
  background: #FFFFFF;
  border: 2px solid #ECBE0B;
  box-sizing: border-box;
  border-radius: 20px;
}
#medical .list li:nth-child(2n) {
  margin-right: 0;
}
#medical .list li .info {
  padding: 22px 30px;
  background: #FFF8DD;
  border-radius: 18px;
}
#medical .list li .info .left {
  float: left;
  width: 60%;
}
#medical .list li .info .right {
  float: right;
  width: 40%;
}
#medical .list li .bottom {
  padding: 11px 30px 20px 30px;
}
#medical .list li .bottom label {
  color: #ECBE0B;
}
#medical .list li .bottom p {
  font-weight: bold;
}
#medical .list li label {
  font-size: 18px;
  color: #959393;
}
#medical .list li p {
  margin-top: 12px;
  font-size: 24px;
  color: #333233;
}
#medical .list li p span {
  font-size: 18px;
}
@media (max-width: 767px) {
  #medical .list {
    padding-top: 10px;
  }
  #medical .list li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
    border-radius: 10px;
  }
  #medical .list li .info {
    padding: 11px 15px;
    border-radius: 10px;
  }
  #medical .list li .info .left {
    width: 60%;
  }
  #medical .list li .info .right {
    width: 40%;
  }
  #medical .list li .bottom {
    padding: 10px 15px;
  }
  #medical .list li .bottom p {
    line-height: 20px;
  }
  #medical .list li label {
    font-size: 13px;
  }
  #medical .list li p {
    margin-top: 6px;
    font-size: 16px;
  }
  #medical .list li p span {
    font-size: 12px;
  }
}
#medical .paging {
  padding-top: 53px;
}
#medical .paging li button {
  border-color: #ECBE0B;
  color: #ECBE0B;
}
#medical .paging li button.active {
  color: white;
  background: #ECBE0B;
}
@media (max-width: 767px) {
  #medical .paging {
    padding-top: 27px;
  }
}

#mental {
  position: relative;
  background: #FAFFF9;
  padding-top: 63px;
}
@media (max-width: 767px) {
  #mental {
    padding-top: 32px;
  }
}
#mental h2.heading .deco svg path {
  fill: rgba(67, 189, 189, 0.2);
}
#mental .panel {
  position: relative;
  z-index: 3;
  margin: 0 auto;
  max-width: 1260px;
  padding-bottom: 215px;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  #mental .panel {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  #mental .panel {
    padding-bottom: 108px;
  }
}
#mental .types {
  text-align: center;
}
#mental .types li {
  display: inline-block;
  margin: 0 10px 10px 10px;
}
#mental .types li button {
  width: 100%;
  padding: 20px 46px;
  font-size: 24px;
  font-weight: bold;
  font-family: "Gen Jyuu Gothic", "微軟正黑體", "微軟正黑體", "Microsoft JhengHei", "Adobe 繁黑體 Std B", "儷黑 Pro";
  color: #43BDBD;
  background: white;
  border: 0;
  text-align: left;
  border: 2px solid #43BDBD;
  cursor: pointer;
  border-radius: 50px;
}
#mental .types li button:focus {
  outline: none;
}
#mental .types li button.active {
  color: white;
  background: #43BDBD;
}
@media (max-width: 850px) {
  #mental .types li {
    margin: 0 5px 10px 5px;
  }
  #mental .types li button {
    padding: 5px 10px;
    font-size: 14px;
  }
}
#mental .type_filter {
  display: none;
}
@media (max-width: 374px) {
  #mental .type_filter {
    text-align: center;
    height: 37px;
  }
  #mental .type_filter .selection button {
    color: #43BDBD;
  }
  #mental .type_filter .selection button .arrow {
    background-image: url(../images/arrow_bottom_blue.svg);
  }
  #mental .type_filter .selection > button {
    border: 2px solid #43BDBD;
  }
  #mental .type_filter .selection ul {
    border: 2px solid #43BDBD;
  }
}
#mental .list {
  padding-top: 8px;
}
#mental .list li {
  float: left;
  width: calc((100% - 32px) / 2);
  margin-right: 32px;
  margin-top: 32px;
  background: #FFFFFF;
  border: 2px solid #43BDBD;
  box-sizing: border-box;
  border-radius: 20px;
}
#mental .list li:nth-child(2n) {
  margin-right: 0;
}
#mental .list li h4 {
  padding: 22px 30px;
  background: rgba(67, 189, 189, 0.2);
  border-radius: 18px;
  font-size: 24px;
  color: #333233;
}
#mental .list li .bottom {
  padding: 20px 30px;
  font-size: 18px;
  color: #959393;
  line-height: 27px;
}
#mental .list li .bottom .phone {
  float: left;
  width: 40%;
}
#mental .list li .bottom .address {
  float: left;
  width: 60%;
}
#mental .list li .bottom .hours {
  margin-top: 12px;
  float: left;
  width: 100%;
}
#mental .list li.type_4 {
  margin-top: 35px;
}
#mental .list li.type_4 h4 {
  position: relative;
  padding: 11px 15px 11px 95px;
}
#mental .list li.type_4 h4 .photo {
  position: absolute;
  top: -20px;
  left: 15px;
  width: 70px;
  height: 70px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px;
  overflow: hidden;
}
#mental .list li.type_4 h4 .gender {
  display: inline-block;
  width: 9px;
  height: 17px;
  vertical-align: middle;
  margin-left: 5px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
#mental .list li.type_4 h4 .gender__male {
  background-image: url(../images/icon_male.svg);
}
#mental .list li.type_4 h4 .gender__female {
  background-image: url(../images/icon_female.svg);
}
#mental .list li.type_4 h4 .areas {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #7C7C7C;
  font-size: 14px;
}
#mental .list li.type_4 .bottom {
  padding-top: 25px;
}
#mental .list li.type_4 .bottom .row {
  width: 100%;
}
#mental .list li.type_4 .bottom .row, #mental .list li.type_4 .bottom .col {
  margin-bottom: 15px;
}
#mental .list li.type_4 .bottom label {
  font-size: 14px;
  font-weight: bold;
  color: #333233;
  display: block;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  #mental .list {
    padding-top: 0px;
  }
  #mental .list li {
    width: 100%;
    margin-right: 0;
    margin-top: 15px;
    border-radius: 10px;
  }
  #mental .list li h4 {
    padding: 11px 15px;
    border-radius: 9px;
    font-size: 16px;
  }
  #mental .list li .bottom {
    padding: 10px 15px;
    font-size: 14px;
    line-height: 16px;
  }
  #mental .list li .bottom .phone {
    float: none;
    width: 100%;
  }
  #mental .list li .bottom .address {
    margin-top: 6px;
    float: none;
    width: 100%;
  }
  #mental .list li .bottom .hours {
    margin-top: 6px;
    float: none;
  }
}
@media (max-width: 430px) {
  #mental .list {
    padding-top: 0;
  }
}
@media (min-width: 768px) {
  #mental .list li.type_4 {
    margin-top: 75px;
  }
  #mental .list li.type_4 h4 {
    padding: 22px 30px 22px 190px;
  }
  #mental .list li.type_4 h4 .photo {
    top: -40px;
    left: 30px;
    width: 140px;
    height: 140px;
    border-radius: 20px;
  }
  #mental .list li.type_4 h4 .gender {
    width: 13px;
    height: 26px;
    margin-left: 10px;
  }
  #mental .list li.type_4 h4 .areas {
    font-size: 18px;
    right: 30px;
  }
  #mental .list li.type_4 .bottom {
    display: flex;
    flex-wrap: wrap;
    padding-top: 50px;
  }
  #mental .list li.type_4 .bottom .col {
    flex: 0 0 48%;
  }
  #mental .list li.type_4 .bottom .col:nth-child(2n+1) {
    margin-right: 4%;
  }
  #mental .list li.type_4 .bottom label {
    font-size: 16px;
    margin-bottom: 0;
  }
}
#mental .paging {
  padding-top: 53px;
}
#mental .paging li button {
  border-color: #43BDBD;
  color: #43BDBD;
}
#mental .paging li button.active {
  color: white;
  background: #43BDBD;
}
@media (max-width: 767px) {
  #mental .paging {
    padding-top: 27px;
  }
}

#network {
  background: #F4F9FF;
  padding-bottom: 87px;
}
@media (max-width: 767px) {
  #network {
    padding-bottom: 44px;
  }
}
#network .card {
  position: relative;
  z-index: 3;
  background: #FFFFFF;
  border-radius: 40px;
  padding: 63px 83px 67px 83px;
  margin: -128px auto 0 auto;
  max-width: 1260px;
  box-sizing: border-box;
}
@media (max-width: 1300px) {
  #network .card {
    margin: 0 20px;
  }
}
@media (max-width: 767px) {
  #network .card {
    padding: 30px 20px;
    margin: -64px 20px 0 20px;
  }
}
#network h2.heading .deco svg path {
  fill: rgba(97, 140, 237, 0.2);
}
#network .block_deco {
  position: absolute;
  left: 52px;
  bottom: -215px;
  width: 171px;
  height: 291px;
  background: url(../images/person4.png) 0 0 no-repeat;
  background-size: contain;
}
@media (max-width: 767px) {
  #network .block_deco {
    left: 0px;
    bottom: -108px;
    width: 86px;
    height: 146px;
  }
}
#network .list {
  padding-top: 16px;
}
#network .list li {
  float: left;
  width: calc((100% - 64px) / 3);
  margin-right: 32px;
  margin-top: 32px;
}
#network .list li:nth-child(3n) {
  margin-right: 0;
}
#network .list li > a {
  position: relative;
  display: block;
  text-align: center;
  color: white;
  text-decoration: none;
  padding: 24px;
  background: #618CED;
  border-radius: 12px;
  overflow: hidden;
  transition-duration: 0.2s;
}
#network .list li > a:hover {
  opacity: 0.9;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.25);
}
#network .list li > a .photo {
  width: 100%;
  padding-bottom: 56.25%;
  height: 0;
  background: #FFFFFF;
  border-radius: 12px;
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
#network .list li > a h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-top: 18px;
}
@media (max-width: 1000px) {
  #network .list li {
    width: calc((100% - 16px) / 2);
    margin-right: 16px;
    margin-top: 16px;
  }
  #network .list li:nth-child(3n) {
    margin-right: 16px;
  }
  #network .list li:nth-child(2n) {
    margin-right: 0;
  }
  #network .list li > a {
    padding: 12px;
  }
  #network .list li > a h4 {
    font-size: 14px;
    line-height: 20px;
    margin-top: 9px;
  }
}
@media (max-width: 400px) {
  #network .list {
    padding-top: 8px;
  }
  #network .list li {
    float: none;
    width: 100%;
    border-radius: 12px;
    margin-right: 0;
    margin-top: 15px;
  }
}
#network .paging {
  padding-top: 53px;
}
#network .paging li button {
  border-color: #618CED;
  color: #618CED;
}
#network .paging li button.active {
  color: white;
  background: #618CED;
}
@media (max-width: 767px) {
  #network .paging {
    padding-top: 27px;
  }
}

#video {
  background: #F9F3FF;
  padding-top: 56px;
  padding-bottom: 85px;
}
@media (max-width: 767px) {
  #video {
    padding-top: 28px;
    padding-bottom: 20px;
  }
}
#video h2.heading .deco svg path {
  fill: rgba(167, 97, 237, 0.2);
}
#video .list li.slide {
  position: relative;
  width: 630px;
  padding: 15px;
  background: #A761ED;
  border-radius: 16px;
  text-align: center;
  margin: 0 40px;
}
#video .list li.slide:focus {
  outline: none;
}
#video .list li.slide .mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: white;
  opacity: 0.5;
  z-index: 9;
}
#video .list li.slide .video_wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
#video .list li.slide .video_wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
#video .list li.slide h4 {
  color: white;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
  margin-top: 16px;
  padding-bottom: 17px;
}
#video .list li.slide.slick-current .mask {
  display: none;
}
#video .list .slick-arrow {
  z-index: 2;
  width: 64px;
  height: 64px;
  background: url(../images/arrow_left_circle.png) 0 0 no-repeat;
  background-size: contain;
  text-indent: -999px;
  overflow: hidden;
}
#video .list .slick-next {
  transform: translateY(-50%) rotate(180deg);
}
@media (max-width: 767px) {
  #video .list li.slide {
    position: relative;
    width: 80px;
    padding: 16px;
    background: #A761ED;
    border-radius: 10px;
    text-align: center;
    margin: 0 20px;
  }
  #video .list li.slide h4 {
    font-size: 14px;
    line-height: 16px;
    margin-top: 8px;
    padding-bottom: 9px;
  }
  #video .list .slick-prev {
    margin-left: 0;
    left: 0px;
  }
  #video .list .slick-next {
    margin-left: 0;
    right: 0px;
    left: auto;
  }
}
@media (max-width: 550px) {
  #video .list .slick-arrow {
    width: 32px;
    height: 32px;
  }
}
#video .copyright {
  font-size: 18px;
  color: #959393;
  text-align: center;
  margin-top: 65px;
}
@media (max-width: 767px) {
  #video .copyright {
    font-size: 12px;
    margin-top: 0px;
  }
}

#direct_line {
  margin-top: 65px;
  padding-bottom: 0px;
}
@media (max-width: 767px) {
  #direct_line {
    margin-top: 45px;
    padding-bottom: 20px;
  }
}
#direct_line h2 {
  position: relative;
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: bold;
}
#direct_line h2::after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 120px;
  height: 6px;
  background: url(../images/article_deco.svg) 0 0 no-repeat;
  background-size: contain;
}
@media (min-width: 1000px) {
  #direct_line h2 {
    font-size: 24px;
    margin-bottom: 40px;
  }
}
#direct_line .card {
  position: relative;
  z-index: 3;
  background: #FFFFFF;
  border-radius: 30px;
  padding: 30px 20px;
  margin: 0 20px 0 20px;
  max-width: 787px;
  box-sizing: border-box;
}
@media (min-width: 800px) {
  #direct_line .card {
    padding: 40px 50px;
    margin: 0 auto 0 auto;
  }
  #direct_line .card .lines {
    display: flex;
  }
}
#direct_line .block {
  max-width: 300px;
  margin: 0 auto;
  padding-bottom: 20px;
}
#direct_line .block:last-child {
  padding-bottom: 0;
}
#direct_line .block h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 20px;
}
#direct_line .block ul li {
  font-size: 14px;
  margin-bottom: 10px;
}
#direct_line .block ul li a {
  color: #0066FF;
}
@media (min-width: 800px) {
  #direct_line .block {
    padding-bottom: 0;
  }
}