@import url("https://use.typekit.net/byg8oyf.css");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@600&display=swap");
body {
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans CJK JP", sans-serif;
  line-height: 1.5;
  color: #0A1612;
}

@font-face {
    font-family: Noto Sans JP;
    src: url(NotoSansJP-Regular.otf);
}
body {
  /*font-family: "Noto Sans CJK JP", sans-serif;*/
font-family: Hiragino-W6,'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}


body.change {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

img[src$=".svg"] {
  fill: currentColor;
  width: 100%;
  height: auto;
}

button {
  letter-spacing: 2px;
  cursor: pointer;
}

a {
  text-decoration: none;
  color: black;
}

.c-title {
  padding-left: 16px;
  position: relative;
  margin-bottom: 30px;
}

.c-title p {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  letter-spacing: 0.03em;
  line-height: 1.2;
  color: rgba(15, 157, 132, 0.8);
}

.c-title h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
  color: #1f0322;
}

.c-title::before {
  content: "";
  width: 3px;
  height: 100%;
  border-radius: 1.5px;
  background: #0f9d84;
  position: absolute;
  top: 0;
  left: 0;
}

.c-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.c-group__img {
  background: #f4f5f7;
  margin-right: 20px;
  width: 159px;
  height:159px;

}

.c-group__img img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;

  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;

}

.c-group__img img:hover {
  opacity: 0.5;
}

.c-group__img:hover .overlay {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0.5;
}

.c-group__img .overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0;
  top: 0;
}

/**/

.h_100 {
  height: 100%;
}




/**/

.c-group__category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-group__category span {
  border-radius: 4px;
  font-weight: bold;
  font-size: 10px;
  padding: 4px 8px;
  margin-right: 4px;
  display: inline-block;
}

.c-group__category .blue {
  background: #2176ff;
  color: #fff;
}

.c-group__category .deep_blue {
  background: #0b4ebb;
  color: #fff;
}


.c-group__category .green {
  background: #17A468;
  color: #fff;
}

.c-group__category .red {
  background: white;
  color: #F05D5E;
  border: 1px solid #F05D5E;
}

.c-group__category .wakuwari {
  background: white;
  color: #123d90;
  border: 1px solid #123d90;
}


.c-group__category .yellow {
  background: #F1A208;
  color: white;
}

.c-group__txtarea {
  width: 261px;
}

.c-group h3 {
  margin: 10px 0 12px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  color: #010101;
}

.c-group p {
  font-size: 12px;
  line-height: 18px;
  color: #6b717e;
}

.c-group__keywords {
  margin-top: 16px;
}

.c-group__keywords span {
  border-radius: 13.5px;
  background: #fff;
  border: 1px solid rgba(107, 113, 126, 0.2);
  font-weight: 500;
  font-size: 10px;
  color: #1ebf73;
  padding: 6px 12px;
  display: inline-block;
}

.c-group__keywords span:hover {
  background-color: #E3F7EE;
}

.c-group__ttl:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: black;
          text-decoration-color: black;
}

.c-imgGroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

.c-imgGroup-item {
  position: relative;
  margin-right: 16px;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

  .c-imgGroup-item img {
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease;
}

.c-imgGroup-item:hover img {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

@media only screen and (max-width: 768px) {
  .c-imgGroup-item:hover img {
    -webkit-transform: unset;
            transform: unset;
  }
}

.c-imgGroup-item p {
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  position: absolute;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  top: 50%;
  width: 100%;
  text-align: center;
}

.c-btn {
  text-align: center;
  padding: 10px 0 40px;
}

.c-btn button {
  width: 273px;
  border-radius: 29px;
  background: #fff;
  border: 1px solid #1f0322;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #1f0322;
  padding: 18px 0;
}

.c-btn button:hover {
  background-color: #1f0322;
  color: white;
}

.c-btn a {
  width: 273px;
  border-radius: 29px;
  background: #fff;
  border: 1px solid #1f0322;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #1f0322;
  padding: 18px 0;
  display:inline-block;
}

.c-btn a:hover {
  background-color: #1f0322;
  color: white;
}

.c-keywords span {
  font-weight: 500;
  font-size: 15px;
  color: #1ebf73;
  border-radius: 21px;
  background: #fff;
  border: 1px solid rgba(107, 113, 126, 0.2);
  display: inline-block;
  padding: 10px 20px;
  margin: 0 6px 12px 0;
  cursor: pointer;
}

.c-keywords span:hover {
  background-color: #E3F7EE;
}

.c-keywords.white span {
  color: #6b717e;
  background-color: white;
}

.c-keywords.white span.active {
  background-color: #1EBF73 !important;
  border: unset;
  color: white;
}

.c-keywords.white span:hover {
  background-color: #E3F7EE;
}

.search {
  padding: 60px 0;
}

.goTop {
  display: none;
  position: fixed;
  bottom: 70px;
  right: 30px;
  z-index: 200;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0;
  text-align: center;
  background-color: transparent;
}

.goTop div {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  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;
  background-color: white;
  -webkit-filter: drop-shadow(0px 5px 40px rgba(107, 113, 126, 0.4));
          filter: drop-shadow(0px 5px 40px rgba(107, 113, 126, 0.4));
  margin-bottom: 8px;
}

.overlay-bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: transparent;
  background-color: #25252580;
  z-index: 98;
}

.overlay-bg.change {
  display: block;
}

.c-overlay {
  overflow-y: auto;
  overflow-x: hidden;
  position: fixed;
  height: 100%;
  z-index: 99;
  -webkit-font-smoothing: antialiased;
  /* to stop flickering of text in safari */
  right: 0;
  -webkit-transition: width 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  transition: width 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
  width: 0;
}

.c-overlay__close {
  position: absolute;
  top: 20px;
  right: 13px;
  width: 40px;
  height: 55px;
  text-align: center;
}

.c-overlay__close p {
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.04em;
  color: #1f0322;
}

.c-overlay__close img {
  width: 22px;
  z-index: 2;
  position: relative;
}

.c-overlay__close::after {
  width: 28px;
  height: 28px;
  background-color: #e8fe3d73;
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 1;
  border-radius: 50%;
}

.c-overlay-content {
  overflow-y: auto;
  position: relative;
  padding: 16px 0;
  width: calc(100% - 54px);
  left: 54px;
  background: white;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.c-overlay-content .btn {
  margin: 0 0 20px 20px;
}

.c-overlay-content .btn button {
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #5438dc;
  border-radius: 21px;
  background: transparent;
  border: 1px solid #5438dc;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-overlay-content .btn button::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_globe.svg") top center/cover;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}


.c-overlay-content .btn a {
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #5438dc;
  border-radius: 21px;
  background: transparent;
  border: 1px solid #5438dc;
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: inline-block;
}

.c-overlay-content .btn a::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_globe.svg") top center/cover;
  width: 18px;
  height: 18px;
  margin-right: 5px;
}




.c-overlay-content h3 {
  font-family: "Noto Sans CJK JP";
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #1f0322;
  margin: 30px 20px 10px;
}

.c-overlay-content .list p {
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #E3E3EA;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #1f0322;
  position: relative;
}

.c-overlay-content .list p::after {
  content: "";
  display: inline-block;
  background: url("../img/icon_arrow_gr.svg") top center/cover;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 23px;
}

.c-overlay.change {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .c-imgGroup {
    display: -webkit-box;
    margin-top: 20px;
    overflow-x: auto;
  }
  .c-imgGroup-item {
    display: block;
    overflow: unset;
    text-align: center;
  }
  .c-group__ttl p:last-child {
    display: none;
  }
  .c-btn {
    padding: 30px 0;
  }
}

body {
  background-image: url(../img/bg_body.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
}

.fv-menuSm {
  overflow: hidden;
  font-weight: 300;
  font-size: 11px;
  line-height: 1.5;
  padding-top: 12px;
}

.fv-menuSm a {
  float: left;
  margin-left: 30px;
}

.fv-menuSm a:first-child {
  margin-left: 0;
}

.fv-menuSm a:hover {
  opacity: 0.5;
}

.fv-menuMd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 13px;
}

.fv-menuMd-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fv-menuMd-logo {
  margin-right: 24.1px;
}




.fv-menuMd-logo a img {
  min-width: 170px;
}

.fv-menuMd i {
  width: 23px;
  height: 20px;
  display: inline-block;
  margin-right: 2px;
}

.fv-menuMd .icon-bag {
  background-image: url(../img/icon_bag.svg);
}

.fv-menuMd .icon-book {
  background-image: url(../img/icon_book.svg);
}

.fv-menuMd .icon-register {
  background-image: url(../img/icon_register.svg);
}

.fv-menuMd .icon-user {
  background-image: url(../img/icon_user.svg);
}

.fv-menuMd a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 30px;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.5;
  color: #010101;
}

.fv-menuMd-logo a{
  margin-left: 0px;
}

.fv-menuMd-right a:hover {
  opacity: 0.5;
}

.fv-menuLg {
  margin-top: 17px;
  background: #1fbba7;
  -webkit-box-shadow: 0px 3px 24px rgba(37, 55, 74, 0.06);
          box-shadow: 0px 3px 24px rgba(37, 55, 74, 0.06);
  border-top: 3px solid #f0ec57;
  font-weight: 500;
  font-size: 15px;
}

.fv-menuLg a {
  padding: 20px 0;
  margin-right: 40px;
  color: #fff;
  display: inline-block;
}

.fv-menuLg a:hover {
  opacity: 0.5;
}

.fv-menuLg a.v-line {
  padding: 15px 0;
  border-left: 1px solid #fff;
  width: 1px;
  vertical-align: middle;
}

.fv-spMenu-sm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: white;
  padding: 0 13px 0 20px;
}

.fv-spMenu-sm__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.fv-spMenu-sm__logo img {
  min-width: 150px;
}

.fv-spMenu-sm__logo a {
  margin-left: 0px;
}

.fv-spMenu-sm i {
  width: 28px;
  height: 26px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  z-index: 2;
}

.fv-spMenu-sm .icon-register {
  background-image: url(../img/icon_sp_register.svg);
}

.fv-spMenu-sm .icon-user {
  background-image: url(../img/icon_sp_user.svg);
}

.fv-spMenu-sm .icon-menu {
  background-image: url(../img/icon_sp_menu.svg);
}

.fv-spMenu-sm a {
  display: inline-block;
  margin-left: 10px;
  text-align: right;
  padding: 18px 0 10px;
  text-align: center;
}

.fv-spMenu-sm__logo a{
  margin-left: 0px;
}

.fv-spMenu-sm a .user-icon::after {
  right: 7px !important;
}

.fv-spMenu-sm a .menu-icon::after {
  right: -5px !important;
}

.fv-spMenu-sm a span {
  display: block;
}

.fv-spMenu-sm a span:first-child {
  position: relative;
}

.fv-spMenu-sm a span:first-child::after {
  width: 28px;
  height: 28px;
  background-color: #e8fe3d73;
  content: "";
  display: inline-block;
  position: absolute;
  top: -2px;
  right: 0;
  z-index: 1;
  border-radius: 50%;
}

.fv-spMenu-sm a span:last-child {
  margin-top: 9px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: -0.02em;
  color: #1f0322;
}

.fv-spMenu-sm__right a:hover {
  opacity: 0.5;
}

.fv-spMenu-md {
  padding: 0 20px;
  border-top: 5px solid #f0ec57;
  background: #1fbba7;
}

.fv-spMenu-md .u-search {
  margin-top: 12px;
}

.fv-spMenu-md .u-search input {
  background-position: 16px 16px;
  width: 100%;
  font-size: 15px;
  line-height: 28px;
  color: rgba(107, 113, 126, 0.6);
}

.fv-spMenu-md ul {
  font-weight: normal;
  font-size: 15px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow-x: auto;
}

.fv-spMenu-md ul a {
  padding: 15px 0;
  margin-right: 27px;
  color: #fff;
  display: inline-block;
  white-space: pre;
}

.fv-spMenu-md ul a:hover {
  opacity: 0.5;
}

.fv-spMenu-md ul a.v-line {
  padding: 15px 0;
  border-left: 1px solid #fff;
  width: 1px;
  vertical-align: middle;
}

.fv-slide {
  margin-top: 34px;
}

.fv-slide-item {
  margin: 0 20px;
  max-width: 700px;
}

.fv-slide-item p {
  padding: 18px 0;
  text-align: center;
  font-weight: bold;
  font-size: 23px;
  line-height: 1.52174;
  color: #1f0322;
  background-color: white;
}

.fv-slide-item img {
  border-radius: 8px 8px 0px 0px;
}

.popularTicket {
  margin-top: 67px;
  padding: 30px 0 30px 60px;
  background-color: white;
}

.popularTicket .c-title {
  margin-bottom: 0;
}

.popularTicket-slide {
  margin-top: 30px;
}

.popularTicket-slide .c-group {
  margin-right: 50px;
}

.popularTicket-slide .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;*/

    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;

}

.categorySearch {
  margin-top: 60px;
}

.recommendTicket {
  margin-top: 80px;
}

.recommendTicket-slide .c-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.recommendTicket-slide .c-group__img {
  margin-bottom: 20px;
  width: 197px;
  height: 197px;
}

.recommendTicket-slide .c-group__txtarea {
  width: 191px;
}

.recentTicket {
  background-color: #E9EBEF;
  padding: 40px 0;
  margin-top: 60px;
}

.recentTicket h2 {
  margin-bottom: 20px;
}

.recentTicket p {
  font-weight: bold;
  font-size: 12px;
  color: #e9ebef;
  bottom: 14px;
  top: unset;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 0 10px;
text-shadow:1px 0 5px black;
}

.recent_img_size{
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
}



.featuredKeywords {
  padding: 60px 0;
  background-color: #F4F5F7;
  position: relative;
}

.featuredKeywords .c-title {
  margin-bottom: 30px;
}

.featuredKeywords__btn {
  text-align: center;
  margin-top: 30px;
  position: relative;
}

.featuredKeywords__btn::before {
  display: block;
  position: absolute;
  top: -60px;
  left: 0;
  width: 100%;
  height: 2em;
  content: "";
  background-color: #ffffff00;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#F4F5F7), to(#f4f5f780));
  background-image: linear-gradient(0deg, #F4F5F7, #f4f5f780);
}

.featuredKeywords__btn button {
  border-radius: 5px;
  background: #1ebf73;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #fff;
  padding: 18px 0;
  width: 324px;
  outline: unset;
  border: unset;
}

.side {
  width: 300px;
  position: absolute;
  top: 60px;
  right: 0;
}

.side-panel {
  margin-bottom: 30px;
  border-radius: 5px;
}

.side-membership {
  background: #fff;
  border: 1px solid #e3e3ea;
}

.side-membership h5 {
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.03em;
  color: #1f0322;
  border-bottom: 1px solid #E3E3EA;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.side-membership h5::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_membership.png") top center/cover;
  width: 27px;
  height: 24px;
  margin-right: 6px;
}

.side-membership p {
  margin: 0 20px;
  padding: 20px 0;
  border-bottom: 1px solid #E3E3EA;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #1f0322;
  position: relative;
}

.side-membership p::after {
  content: "";
  display: inline-block;
  background: url("../img/icon_arrow_gr.svg") top center/cover;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 23px;
}

.side-membership p:hover {
  opacity: 0.5;
}

.side-zammai {
  background-image: url(../img/bg_zammai.jpg);
  padding: 60px 24px;
}

.side-zammai h3 {
  font-weight: bold;
  font-size: 24px;
  letter-spacing: 0.04em;
  color: #fff;
}

.side-zammai p {
  font-weight: 500;
  font-size: 13px;
  color: #fff;
  padding: 24px 0 50px;
}

.side-zammai button {
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: #F1A208;
  padding: 16px 0;
  width: 100%;
  border: unset;
  border-radius: 5px;
}

.side-zammai button:hover {
  background-color: white;
  color: #F1A208;
}

.side-zammai a {
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: #F1A208;
  padding: 16px 0;
  width: 100%;
  border: unset;
  border-radius: 5px;
  display:block 
}

.side-zammai a:hover {
  background-color: white;
  color: #F1A208;
}


.side-find {
  padding: 20px 29px;
  background: #e3dfd766;
  text-align: center;
}

.side-zammai a {
  font-family: "Noto Sans CJK JP";
  font-weight: 500;
  font-size: 13px;
  text-align: center;
  color: #fff;
  background-color: #F1A208;
  padding: 16px 0;
  width: 100%;
  border: unset;
  border-radius: 5px;
}

.side-zammai a:hover {
  background-color: white;
  color: #F1A208;
}

.side-find-group {
  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;
}

.side-find-group h3 {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.03em;
  text-align: left;
  color: #1f0322;
  margin-left: 15px;
}

.side-find button {
  width: 180px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #010101;
  border-radius: 22.5px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 24px rgba(37, 55, 74, 0.06);
          box-shadow: 0px 3px 24px rgba(37, 55, 74, 0.06);
  padding: 14px 0;
  border: unset;
  margin-top: 25px;
}

.side-find button:hover {
  background-color: black;
  color: white;
}


.side-find a {
  width: 180px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #010101;
  border-radius: 22.5px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 24px rgba(37, 55, 74, 0.06);
          box-shadow: 0px 3px 24px rgba(37, 55, 74, 0.06);
  padding: 14px 0;
  border: unset;
  margin-top: 25px;
  display:inline-block;
}

.side-find a:hover {
  background-color: black;
  color: white;
}


.side-application {
  padding: 40px 0;
  text-align: center;
  background: #5438DC;
  background-image: url("../img/mura.png");
}

.side-application h3 {
  font-weight: bold;
  font-size: 19px;
  letter-spacing: 0.03em;
  color: #fff;
}

.side-application p {
  font-size: 11px;
  letter-spacing: 0.03em;
  line-height: 1.72727;
  color: #fff;
  margin: 20px 0 26px;
}

.side-application button {
  width: 180px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #5438DC;
  border-radius: 22.5px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 24px rgba(37, 55, 74, 0.06);
          box-shadow: 0px 3px 24px rgba(37, 55, 74, 0.06);
  padding: 14px 0;
  border: unset;
  border: 1px solid white;
}

.side-application button:hover {
  background-color: #5438DC;
  color: white;
  border: 1px solid white;
}

.side-application a {
  width: 180px;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.04em;
  color: #5438DC;
  border-radius: 22.5px;
  background: #fff;
  -webkit-box-shadow: 0px 3px 24px rgba(37, 55, 74, 0.06);
          box-shadow: 0px 3px 24px rgba(37, 55, 74, 0.06);
  padding: 14px 0;
  border: unset;
  border: 1px solid white;
  display:inline-block;
}

.side-application a:hover {
  background-color: #5438DC;
  color: white;
  border: 1px solid white;
}


.find {
  background-color: white;
  padding: 20px;
}

.find .side-find {
  margin-bottom: 0;
}

.recommendArticle .c-title p {
  color: rgba(232, 254, 61, 0.8);
}

.recommendArticle .c-title h2 {
  color: white;
}

.recommendArticle .c-title::before {
  background-color: #E8FE3D;
}

.recommendArticle-ttl {
  padding: 60px 0 130px;
  background-color: #1FBBA7;
}

.recommendArticle-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.recommendArticle-content {
  margin: -100px 0 0 60px;
  background-color: white;
  padding: 60px;
  border-top-left-radius: 10px;
}

.recommendArticle-content .u-wrapper {
  border-bottom: 1px solid #E3E3EA;
}

.recommendArticle-content .c-group {
  margin-bottom: 30px;
}

.recommendArticle-content .c-group__img {
  margin-right: 16px;
  width: 134px;
  min-width: 134px;
  height: 134px;
}

.recommendArticle-content .c-group__txtarea {
  width: 270px;
}

.recommendArticle-content .c-group:nth-child(2n+1) {
  margin-right: 24px;
}

.ranking-content {
  display: none;
}

.ranking-content.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


/***********/

.rank_c-btn {
  display: none;
}

.rank_c-btn.active{
  text-align: center;
  padding: 10px 0 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;  
}

.rank_c-btn a {
  width: 273px;
  border-radius: 29px;
  background: #fff;
  border: 1px solid #1f0322;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.04em;
  text-align: center;
  color: #1f0322;
  padding: 18px 0;
  display:inline-block;
}

.rank_c-btn a:hover {
  background-color: #1f0322;
  color: white;
}




/***********/


.ranking .c-group {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 24px 30px 0;
}

.ranking .c-group__img {
  position: relative;
  margin: 0 0 20px 0;
  width: 197px;
  height: 197px;
}

.ranking .c-group__img::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.ranking .c-group__img.first::before {
  content: "";
  display: inline-block;
  background: url("../img/ranking_order01.png") top center/cover;
  width: 50px;
  height: 50px;
}

.ranking .c-group__img.second::before {
  content: "";
  display: inline-block;
  background: url("../img/ranking_order02.png") top center/cover;
  width: 50px;
  height: 50px;
}

.ranking .c-group__img.third::before {
  content: "";
  display: inline-block;
  background: url("../img/ranking_order03.png") top center/cover;
  width: 50px;
  height: 50px;
}

.ranking .c-group__img.fourth::before {
  content: "";
  display: inline-block;
  background: url("../img/ranking_order04.png") top center/cover;
  width: 50px;
  height: 50px;
}

.ranking .c-group__txtarea {
  width: 191px;
}

.ranking .c-keywords {
  margin: 30px 0;
}

.ranking__keywords {
  overflow-x: auto;
  display: none;
}

.ranking__keywords a {
  display: block;
  margin-right: 27px;
  font-weight: normal;
  font-size: 15px;
  color: #6b717e;
}

.ranking__keywords a span {
  padding-bottom: 17px;
  display: block;
}

.ranking__keywords a span.active {
  border-bottom: 3px solid #1EBF73;
  color: #1EBF73;
  font-weight: bold;
}

.interview {
  background-color: #1F0322;
  padding-top: 60px;
}

.interview .c-title p {
  color: #E8FE3D;
}

.interview .c-title h2 {
  color: white;
}

.interview .c-title::before {
  background-color: #E8FE3D;
}

.interview .c-group {
  width: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 24px 30px 0;
}

.interview .c-group__img {
  width: 230px;
  height: 129.38px;
  margin: 0;
  padding: 0;
  position: relative;
}

.interview .c-group__img img {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

.interview .c-group__img img:hover {
  opacity: 1;
}

.interview .c-group__txtarea {
  width: auto;
  max-width:235px;
}

.interview .c-group__txtarea h3,
.interview .c-group__txtarea p {
  color: white;
}

.interview .c-group__txtarea h3 {
  margin: 20px 0 12px;
}

.interview .c-group__txtarea:hover {
  text-decoration: underline;
  -webkit-text-decoration-color: white;
          text-decoration-color: white;
}

.interview .c-group__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 60px;
  border-radius: 8px;
  background-color: #2f1724;
  padding: 12px 10px;
  margin-top: 21px;
  position: relative;
}

.interview .c-group__link img {
  width: 40px;
  border-radius: 5px;
  margin-right: 10px;
}

.interview .c-group__link p {
  font-weight: 500;
  font-size: 10px;
  color: #fff;
}

.interview .c-group__link::before {
  content: "";
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 14px solid #2f1724;
  position: absolute;
  left: 10px;
  top: -9px;
}

.interview .c-group__link:hover {
  background-color: #3E2B24;
}

.interview .c-group__link:hover::before {
  border-bottom: 14px solid #3E2B24;
}

.interview .slick-arrow {
  background-color: #fff;
}

.interview .slick-prev::before {
  content: url(../img/icon_arrow_pl.svg);
}

.interview .slick-next::before {
  content: url(../img/icon_arrow_pr.svg);
}

.interview .slick-disabled:focus, .interview .slick-disabled:hover {
  opacity: 1 !important;
}

.interview .slick-arrow:hover,
.interview .slick-arrow:focus {
  background-color: #fff;
}

.interview .slick-arrow:focus {
  opacity: 1;
}

.interview .c-btn button {
  border: 1px solid white;
  background-color: #1F0322;
  color: white;
}

.interview .c-btn button:hover {
  background-color: white;
  color: #1F0322;
}

.interview .c-btn a {
  border: 1px solid white;
  background-color: #1F0322;
  color: white;
  display:inline-block;
}

.interview .c-btn a:hover {
  background-color: white;
  color: #1F0322;
}


.membership .side-membership {
  border-radius: unset;
  border: unset;
}

.membership .side-membership p {
  margin: 0;
  padding: 20px;
}

.application {
  background-color: white;
  padding: 20px;
}

.application .side-application {
  margin-bottom: 0;
}

.search {
  padding: 60px 0 20px;
  background-color: #F4F5F7;
}

.search .c-imgGroup {
  margin: 24px 0 41px;
}

.search-condition {
  margin-top: 44px;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.03em;
  color: #1f0322;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.search-condition a {
  width: calc((100% - 80px) / 5);
  padding: 0 10px 16px;
  position: relative;
  margin: 0 20px 30px 0;
  border-bottom: 1px solid #6B717E;
}

.search-condition a:nth-child(5n+5) {
  margin-right: 0;
}

.search-condition a p::after {
  content: "";
  display: inline-block;
  background: url("../img/icon_arrow_gr.svg") top center/cover;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 2px;
}

.freepaper-info a p::after {
  content: "";
  display: inline-block;
  background: url("../img/icon_arrow_yl.svg") top center/cover;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 10px;
  top: 2px;
}


.search-condition a p:hover {
  opacity: 0.5;
}

.search__tab {
  display: none;
  border-bottom: 1px solid #E3DFD7;
}

.search__tab a {
  width: 50%;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.03em;
  color: #232020;
  display: block;
  padding-bottom: 14px;
  text-align: center;
  display: inline-block;
}

.search__tab a.active {
  color: #1ebf73;
  border-bottom: 2px solid #1EBF73;
  font-weight: bold;
}

.information {
  padding: 60px 0;
  background-color: #F4F5F7;
}

.information__content {
  margin-left: 50px;
}

.information__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.information-item {
  margin-bottom: 3px;
  background-color: white;
  padding: 24px 40px;
}

.information-item__date {
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #6b717e;
}

.information-item__new {
  font-weight: bold;
  font-size: 9px;
  color: #1f0322;
  padding: 4px 5px;
  background-color: #E8FE3D;
  margin-left: 10px;
}

.information-item p {
  margin-bottom: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.information-item a {
  text-decoration: underline;
}

.information-item a:hover {
  text-decoration: unset;
  opacity: 0.5;
}

.social {
  padding: 60px 0;
  background-color: #1fbba71f;
}

.social__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.social__ttl {
  min-width: 273px;
}

.social__ttl h3 {
  font-family: "Noto Sans CJK JP", sans-serif;
  font-weight: 600;
  font-size: 32px;
  letter-spacing: 0.03em;
  color: #0f9d84;
}

.social__ttl p {
  font-weight: 500;
  font-size: 15px;
  letter-spacing: 0.03em;
  color: #1fbba7;
  margin-top: 30px;
  line-height: 1.86667;
}

.social__content a {
  width: 283px;
  border-radius: 5px;
  background: #fff;
  position: relative;
  font-weight: 500;
  font-size: 17px;
  letter-spacing: 0.03em;
  color: #1f0322;
  padding: 20px 0 20px 64px;
  display: inline-block;
  margin-left: 21px;
  margin-bottom: 10px;
}

.social__content a p:hover {
  opacity: 0.5;
}

.social__content a p::before {
  position: absolute;
  left: 26px;
  top: 24px;
}

.social__content a p.facebook::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_facebook.svg") top center/cover;
  width: 10.39px;
  height: 20px;
}

.social__content a p.twitter::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_twitter.svg") top center/cover;
  width: 20px;
  height: 16.28px;
}

.social__content a p.line::before {
  content: "";
  display: inline-block;
  background: url("../img/icon_line.svg") top center/cover;
  width: 20px;
  height: 20px;
}

.social__content a p::after {
  content: "";
  display: inline-block;
  background: url("../img/icon_arrow_gr.svg") top center/cover;
  width: 8px;
  height: 14px;
  position: absolute;
  right: 22px;
  top: 26px;
}

.company {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 60px 0;
}

.company-slide {
  margin-bottom: 88px !important;
  width: 1076px;
  margin: auto;
}

.company-slide img {
  width: auto !important;
  margin-right: 15px;
}

.company p {
  text-align: center;
  margin-bottom: 30px;
}

.company__advertise {
  text-align: center;
}

.company__advertise img:first-child {
  margin-right: 36px;
}

.footer {
  background-color: #3E4852;
}

.footer-menu {
  padding: 140px 0 0;
}

.footer-menu__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-menu-item {
  width: calc((100% - 77px*3) / 4);
  margin-bottom: 20px;
  margin-right: 77px;
}

.footer-menu-item:last-child {
  margin-right: 0;
}

.footer-menu .link a {
  font-size: 13px;
  letter-spacing: 0.03em;
  line-height: 2;
  color: #fff;
}

.footer-menu .link a p:hover {
  opacity: 0.5;
}

.footer-menu .sns a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 64px;
  height: 64px;
  background-color: white;
  margin-right: 20px;
  border-radius: 8px;
}

.footer-menu .sns a:hover img {
  opacity: 0.5;
}

.footer-menu .sns img {
  width: auto !important;
}

.footer-menu .sns div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer h5 {
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.03em;
  line-height: 1.73333;
  color: #fff;
  opacity: 0.6;
  margin-bottom: 20px;
}

.footer-company {
  padding: 30px 0;
}

.footer-company img:first-child {
  margin-right: 36px;
}

.footer-company img:nth-child(2) {
  margin-right: 36px;
}

.footer-company img:nth-child(3) {
  margin-right: 14px;
}

.footer-logo {
  background-color: white;
  padding: 50px 0 20px;
}

.footer-logo__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer-logo p {
  font-weight: 500;
  font-size: 10px;
  line-height: 2.4;
  color: #232020;
}

@media screen and (max-width: 1440px) {
  .recommendArticle-group {
    display: block;
  }
  .recommendArticle-content .c-group__txtarea {
    width: 340px;
  }
  .company__advertise {
    text-align: center;
  }
  .company__advertise img:first-child {
    margin-right: 0;
  }
  .search-condition a {
    width: calc((100% - 60px) / 4);
    padding: 0 10px 16px;
    position: relative;
    margin: 0 20px 30px 0;
    border-bottom: 1px solid #6B717E;
  }
  .search-condition a:nth-child(5n+5) {
    margin-right: 20px;
  }
  .search-condition a:nth-child(4n+4) {
    margin-right: 0;
  }
  .fv-menuLg a {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1200px) {
  .search-condition a {
    width: calc((100% - 40px) / 3);
    padding: 0 10px 16px;
    position: relative;
    margin: 0 20px 30px 0;
    border-bottom: 1px solid #6B717E;
  }
  .search-condition a:nth-child(5n+5) {
    margin-right: 20px;
  }
  .search-condition a:nth-child(4n+4) {
    margin-right: 20px;
  }
  .search-condition a:nth-child(3n+3) {
    margin-right: 0;
  }
  .footer-menu .sns a {
    width: 45px;
    height: 45px;
  }
  .fv-menuLg a {
    margin-right: 15px;
  }
}

@media screen and (max-width: 1080px) {
  .company-slide {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  body {
    width: 1000px;
  }
}

@media only screen and (max-width: 768px) {
  body {
    width: 100%;
  }
  .fv-slide {
    margin-top: 20px;
  }
  .fv-slide-item {
    margin: 0 10px;
  }
  .fv-slide-item p {
    background-color: white;
    font-size: 14px;
    padding: 12px 0;
  }
  .fv .slick-dots {
    width: auto;
    border-radius: 14px;
    background: #fff;
    -webkit-box-shadow: 0px 0px 20px rgba(197, 193, 192, 0.4);
            box-shadow: 0px 0px 20px rgba(197, 193, 192, 0.4);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 6px 12px 2px;
    left: 50%;
    bottom: -60px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .popularTicket {
    margin-top: 90px;
    padding: 40px 20px 0;
    background-color: white;
  }
  .popularTicket-slide {
    margin-top: 30px;
  }
  .popularTicket .c-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
  .popularTicket .c-group__img {
    margin-bottom: 20px;
    margin-right: 0;
  }
  .popularTicket .c-group__txtarea {
    width: 191px;
  }
  .popularTicket .slick-track {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .categorySearch {
    margin-top: 40px;
  }
  .categorySearch .c-imgGroup-item img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
  }
  .categorySearch .c-imgGroup-item p {
    position: relative;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    font-weight: bold;
    font-size: 12px;
    color: #1f0322;
    width: 100px;
  }
  .recommendTicket {
    margin-top: 30px;
    padding-top: 40px;
    border-top: 1px solid #E3E3EA;
  }
  .recentTicket {
    margin-top: 40px;
  }
  .featuredKeywords {
    padding: 40px 0;
  }
  .featuredKeywords #more-keywords {
    -webkit-transition: cubic-bezier(0.075, 0.82, 0.165, 1);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
  .recommendArticle {
    background-color: #1FBBA7;
    padding-bottom: 60px;
  }
  .recommendArticle .u-wrapper {
    border-bottom: unset;
  }
  .recommendArticle-content {
    margin: -100px 0 0 0;
    background-color: white;
    padding: 24px 10px 0;
    border-radius: 10px;
  }
  .recommendArticle-content .c-group {
    margin: 0 !important;
    padding: 24px 0;
    border-bottom: 1px solid #E3E3EA;
  }
  .recommendArticle-content .c-group__txtarea {
    width: auto;
  }
  .recommendArticle-content .c-group__img {
    /*min-width: 116.44px;
    width: 116.44px;*/
    margin-right: 10px;
  }
  .recommendArticle-content .c-group:first-child {
    padding-top: 0;
  }
  .recommendArticle-ttl {
    padding: 60px 0 100px;
    background-color: #1FBBA7;
  }
  .ranking {
    margin-top: 40px;
  }
  .ranking-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .ranking-content .c-group {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 !important;
    padding: 24px 0;
    border-bottom: 1px solid #E3E3EA;
  }
  .ranking-content .c-group:first-child {
    border-top: 1px solid #E3E3EA;
  }
  .ranking-content .c-group__img {
    /*padding: 0 15px;*/
    margin-right: 12px;
    width: 100px;
    min-width: 100px;
    height: 100px;
  }
  /*.ranking-content .c-group__img img {
    width: 70px;
    min-width: 70px;
  }*/
  .ranking-content .c-group__img::before {
    width: 40px !important;
    height: 40px !important;
  }
  .ranking-content .c-group__keywords {
    display: none;
  }
  .ranking-content .c-group__txtarea {
    width: auto;
  }
  .ranking__keywords {
    display: -webkit-box;
  }
  .interview .c-group {
    width: 175px;
  }
  .interview .c-group__link {
    margin-right: 0;
  }
  .interview .c-group__img {
    width: 175px;
    min-width: 175px;
    height: 98.44px;
  }
  .search {
    background-color: white;
    padding-bottom: 0;
    padding-top: 0;
  }
  .search::before {
    content: "";
    width: 100%;
    height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 245, 254, 0)), to(#f2f5fe));
    background: linear-gradient(rgba(242, 245, 254, 0) 0%, #f2f5fe 100%);
    display: block;
    margin-bottom: 20px;
  }
  .search .c-imgGroup {
    display: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: unset;
    margin-bottom: 0;
  }
  .search .c-imgGroup.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search .c-imgGroup-item {
    margin: 0 0 14px 0;
    width: calc((100% - 14px) / 2);
  }
  .search .c-imgGroup-item img {
    width: 100%;
    border-radius: 8px;
  }
  .search .c-imgGroup-item:nth-child(2n+1) {
    margin-right: 14px;
  }
  .search-condition {
    margin-top: 30px;
  }
  .search-condition__title {
    padding: 0 20px;
    margin-top: 40px;
  }
  .search-condition a {
    width: 100%;
    margin: 0 0 1em 0 !important;
    border-bottom: 1px solid #E3E3EA;
    padding-left: 20px;
    padding-right: 20px;
  }
  .search-condition a:first-child {
    border-top: 1px solid #E3E3EA;
    padding-top: 1em;
  }
  .search-condition a:first-child p::after {
    top: 17px;
  }
  .search-condition a:last-child {
    margin: 0 !important;
    border-bottom: 1px solid #E3E3EA;
  }
  .search-condition a p::after {
    right: 20px;
  }
  .search__tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search__group {
    padding: 0 20px;
  }
  .search .u-px120 {
    padding: 0;
  }
  .search-bg__bottom {
    width: 100%;
    height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 245, 254, 0)), to(#f2f5fe));
    background: linear-gradient(rgba(242, 245, 254, 0) 0%, #f2f5fe 100%);
  }
  .information {
    padding: 60px 0 0;
    background-color: white;
  }
  .information__inner {
    display: block;
  }
  .information__content {
    margin-left: 0;
  }
  .information-item {
    padding: 24px 0;
    border-bottom: 1px solid #E3E3EA;
    margin-bottom: 0;
  }
  .information-item:first-child {
    padding-top: 0;
  }
  .social {
    padding: 40px 0;
  }
  .social__inner {
    display: block;
    text-align: center;
  }
  .social__content {
    margin-top: 40px;
  }
  .social__content a {
    margin-left: 0;
    text-align: left;
  }
  .company {
    padding: 40px 0;
  }
  .company-slide img {
    margin-right: 0;
  }
  .company-slide .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer h5 {
    font-size: 17px;
  }
  .footer-menu {
    padding: 60px 10px 0;
  }
  .footer-menu__inner {
    display: block;
  }
  .footer-menu-item {
    margin: 0;
    width: 100%;
  }
  .footer-menu .sns {
    margin-bottom: 60px;
  }
  .footer-menu .sns a {
    width: 64px;
    height: 64px;
  }
  .footer-menu .link {
    margin-bottom: 60px;
  }
  .footer-menu .link a {
    font-size: 15px;
  }
  .footer-company {
    padding: 30px 10px;
  }
  .footer-company .u-px120 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .footer-company img {
    display: inline-block;
    /*width: calc((100% - 14px) / 2);*/
    margin-right: 0 !important;
    margin-bottom: 10px;
  }

  .footer-company a{
    width: 45%;
    margin-right: 5%;
  }

  .footer-company img:nth-child(2n+1) {
    margin-right: 14px !important;
  }
  .footer-logo__inner {
    display: block;
    text-align: center;
  }
  .footer-logo__inner img {
    margin-bottom: 60px;
  }
  body {
    background-image: url(../img/sp_bg_body.jpg);
  }
}

.slick-arrow {
  background-color: #5438DC;
  top: -35px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  z-index: 1;
}

@media only screen and (max-width: 768px) {
  .slick-arrow {
    display: none !important;
  }
}

.slick-prev {
  opacity: 40;
  right: 170px;
  left: unset;
}

.slick-prev:before {
  content: url(../img/icon_arrow_wl.svg);
  position: absolute;
  left: 15px;
  top: 7px;
}

.slick-next {
  background-color: #5438DC;
  right: 120px;
}

.slick-next:before {
  content: url(../img/icon_arrow_wr.svg);
  position: absolute;
  left: 18px;
  top: 6px;
}

.slick-slider img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 360px;
  -o-object-fit: contain;
     object-fit: contain;
}

.slick-dots {
  bottom: -40px;
}

.slick-dots li {
  margin: 0;
}

.slick-dots li button {
  padding: 3.5px;
}

.slick-dots li button:before {
  font-size: 12px;
  opacity: 1;
  color: #1ebf7380;
}

@media only screen and (max-width: 768px) {
  .slick-dots li button:before {
    font-size: 8px;
  }
}

@media only screen and (max-width: 768px) {
  .slick-dots {
    bottom: -20px;
  }
}

.slick-disabled {
  background-color: #6B717E !important;
}

.slick-disabled:hover,
.slick-disabled:focus,
.slick-disabled:active {
  background-color: #6B717E !important;
  opacity: 1 !important;
}

.slick-arrow:hover,
.slick-arrow:focus {
  background-color: #5438DC;
  opacity: 0.5;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #1EBF73;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.u-px120 {
  padding: 0 120px;
}

.u-pl120 {
  padding-left: 120px;
}

.u-mr120 {
  margin-right: 120px;
}

.u-px23 {
  /*padding: 0 23px;*/
}

.u-px20 {
  /*padding: 0 20px;*/
}

.u-px29 {
  /*padding: 0 29px;*/
}

.u-py25 {
  padding: 25px 0;
}

.u-wrapper {
  width: 900px;
}

.u-font29 {
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.03em;
  color: #1f0322;
}

.float-right {
  float: right !important;
}

.split img {
  width: 100%;
}

.bg-white {
  background-color: white;
}

.u-sp {
  display: none;
}

.u-pc {
  display: block;
}

.u-search {
  position: relative;
}

.u-search input {
  background-image: url(../img/icon_search.svg);
  background-position: 16px 12px;
  background-repeat: no-repeat;
  width: 100%;
  font-weight: 300;
  font-size: 13px;
  line-height: 1.53846;
  padding: 13px 16px 13px 52px;
  border: 1px solid #1fbba7;
  -webkit-filter: drop-shadow(0px 0px 12px rgba(197, 193, 192, 0.2));
          filter: drop-shadow(0px 0px 12px rgba(197, 193, 192, 0.2));
  border-radius: 4px;
  width: 440px;
}

.u-search button {
  position: absolute;
  top: 9px;
  right: 18px;
  padding: 6px 10px;
  border-radius: 2px;
  background: #1fbba7;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
}

.u-search a {
  position: absolute;
  top: 9px;
  right: 18px;
  padding: 6px 10px;
  border-radius: 2px;
  background: #1fbba7;
  color: white;
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 12px;
}



@media screen and (max-width: 1440px) {
  .u-px120 {
    padding: 0 50px;
  }
  .u-pl120 {
    padding-left: 50px;
  }
  .u-mr120 {
    margin-right: 50px;
  }
  .u-wrapper {
    width: 775px;
  }
}

@media screen and (max-width: 1200px) {
  .u-px120 {
    padding: 0 30px;
  }
  .u-pl120 {
    padding-left: 30px;
  }
  .u-mr120 {
    margin-right: 30px;
  }
  .u-wrapper {
    width: 700px;
  }
}

@media only screen and (max-width: 768px) {
  .u-sp {
    display: block;
  }
  .u-pc {
    display: none;
  }
  .u-px120 {
    padding: 0 20px;
  }
  .u-pl120 {
    padding-left: 0;
  }
  .u-mr120 {
    margin-right: 20px;
  }
  .u-wrapper {
    width: 100%;
  }
  .u-sp-none {
    display: none !important;
  }
}

/**フッター広告**/

.footer_ad {
  position: fixed;
  bottom: 0px;
  left:0px;
  width: 100%;
  max-height: 120px;
  border:1px solid #ccc;
  text-align: center;
  background-color: rgba(155, 155, 155, 0.8); /* 背景のみ半透明 */
  /* opacity:0.5; 文字も半透明 */
  z-index: 5;
}
.footer_ad_space {
  height: 120px;
}



.freepaper-info {
  padding-bottom: 30px;
}

.freepaper-info a {
  color: #fff;
}

.freepaper-info a p:hover {
  opacity: 0.5;
}

/*# sourceMappingURL=style.css.map */



.pc-display {
  display:block;
}

.sp-display {
  display:none;
}

@media only screen and (max-width: 768px) {
  .sp-display {
    display:block;
  }

  .pc-display {
    display:none;
  }
}

