@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

img {
  max-width: 100%;
  height: auto;
}

html {
  overflow: hidden;
}

body {
  height: 100vh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
}

#suntory_contents {
  font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
  color: #393636;
  position: relative;
  overflow: hidden;
}
#suntory_contents a {
  -webkit-tap-highlight-color: transparent;
}

.headArea {
  background-color: #fff;
  border-bottom: 1px solid #E5E5EA;
  padding: 5px 20px 5px;
  position: absolute;
  top: 5px;
  width: 100%;
  z-index: 20;
}
.headArea .logoArea {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.headArea .logoArea .logo a {
  background: url("../img/logo_sp.png") no-repeat 0 0;
  background-size: 100%;
  display: block;
  height: 80px;
  width: 300px;
}
.headArea .logoArea .headLink {
  display: none;
}
.headArea .logoArea .headLink a {
  background: #393636;
  border-radius: 8px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 53px;
  text-decoration: none;
  width: 152px;
}
.headArea .logoArea .headLink a:after {
  background: url("../img/slidearrow.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 8px;
  display: block;
  margin-bottom: 2px;
  margin-left: 12px;
  width: 7px;
}
.headArea.detailHead, .headArea.scroll {
  padding: 5px 20px;
}
.headArea.detailHead .logoArea, .headArea.scroll .logoArea {
  justify-content: center;
}
.headArea.detailHead .logoArea .logo a, .headArea.scroll .logoArea .logo a {
  background-image: url("../img/logo_scroll_sp.png");
  height: 40px;
  width: 251px;
}
.headArea.scroll {
  position: fixed;
  top: 0;
}
.headArea.detailHead + .headTopicArea {
  padding-top: 65px;
}
@media only screen and (min-width: 768px) {
  .headArea {
    padding: 15px 10px 15px;
  }
  .headArea .logoArea {
    max-width: 1164px;
  }
  .headArea .logoArea .logo a {
    background-image: url("../img/logo.png");
    height: 100px;
    width: 500px;
  }
  .headArea .logoArea .headLink {
    display: block;
  }
  .headArea .logoArea .headLink a:hover {
    opacity: 0.7;
  }
  .headArea.detailHead, .headArea.scroll {
    padding: 10px;
  }
  .headArea.detailHead .logoArea, .headArea.scroll .logoArea {
    justify-content: space-between;
  }
  .headArea.detailHead .logoArea .logo a, .headArea.scroll .logoArea .logo a {
    background-image: url("../img/logo_scroll.png");
    height: 70px;
    width: 317px;
  }
  .headArea.detailHead + .headTopicArea {
    padding-top: 110px;
  }
}

.headTopicArea {
  border-bottom: 1px solid #E5E5EA;
  margin-top: 5px;
  position: relative;
  padding: 105px 20px 15px;
  width: 100%;
}
.headTopicArea .swiper-wrapper {
  display: flex;
}
.headTopicArea .swiper-wrapper .swiper-slide {
  border: 1px solid #E5E5EA;
  border-radius: 50px;
  margin-right: 12px;
  overflow: hidden;
  width: auto;
}
.headTopicArea .swiper-wrapper .swiper-slide a {
  color: #393636;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 12px;
  text-decoration: none;
}
.headTopicArea .swiper-wrapper .swiper-slide a.current {
  background-color: #393636;
  color: #fff;
}
.headTopicArea .swiper-wrapper .swiper-slide.movie {
  border: none;
  position: relative;
  margin-left: 10px;
  overflow: visible;
}
.headTopicArea .swiper-wrapper .swiper-slide.movie:before {
  background-color: #E5E5EA;
  content: "";
  position: absolute;
  top: 0;
  left: -11px;
  height: 100%;
  width: 1px;
}
.headTopicArea .swiper-wrapper .swiper-slide.movie a {
  background: url("../img/movieicon02.svg") no-repeat 14px 16px #ADE1ED;
  border: 1px solid #ADE1ED;
  border-radius: 50px;
  padding-left: 50px;
  padding-right: 30px;
}
.headTopicArea .swiper-wrapper .swiper-slide.movie a.current {
  background-image: url("../img/movieicon2.svg");
  background-color: #393636;
  border-color: #393636;
}
.headTopicArea .swiper-button-prev {
  border: none;
  position: absolute;
  background: url("../img/topicarrow.png") no-repeat 0 0;
  background-size: 100%;
  top: 67px;
  z-index: 1;
  width: 60px;
  height: 70px;
  left: 0;
  transform: scale(-1, 1);
}
.headTopicArea .swiper-button-prev:after {
  display: none;
}
.headTopicArea .swiper-button-prev.swiper-button-disabled {
  display: none !important;
}
.headTopicArea .swiper-button-next {
  border: none;
  position: absolute;
  background: url("../img/topicarrow.png") no-repeat 0 0;
  background-size: 100%;
  top: 67px;
  z-index: 1;
  width: 60px;
  height: 70px;
  right: 0;
}
.headTopicArea .swiper-button-next:after {
  display: none;
}
.headTopicArea .swiper-button-next.swiper-button-disabled {
  display: none !important;
}
@media only screen and (max-width: 1023px) {
  .headTopicArea .headTopicInner {
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .headTopicArea .headTopicInner::-webkit-scrollbar {
    display: none;
  }
  .headTopicArea .swiper-button-prev,
  .headTopicArea .swiper-button-next {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .headTopicArea {
    padding: 150px 20px 20px;
  }
  .headTopicArea .headTopicInner {
    max-width: 1164px;
    margin: 0 auto;
  }
  .headTopicArea ul {
    width: 100vw;
  }
  .headTopicArea .swiper-button-prev,
  .headTopicArea .swiper-button-next {
    cursor: pointer;
    top: 112px;
    height: 84px;
    width: 80px;
  }
}

.h2title {
  background: url("../img/h2icon.svg") no-repeat 20px 40px;
  background-size: 16px;
  border-top: 1px solid #E5E5EA;
  color: #949090;
  font-size: 14px;
  margin-top: 60px;
  margin: 40px -20px 25px;
  padding: 60px 20px 0;
}
.h2title span {
  color: #393636;
  font-family: "Arial Black", Arial-BoldMT, Arial, Helvetica, Gadget, "sans-serif";
  font-weight: 900;
  display: block;
  font-size: 28px;
  line-height: 140%;
}
.h2title.topics {
  background-image: url("../img/tagicon.svg");
}
.h2title.movie {
  background-image: url("../img/movieicon01.svg");
}
@media only screen and (max-width: 1023px) {
  .h2title:first-of-type {
    margin-top: 0;
    border-top: none;
  }
}
@media only screen and (min-width: 1024px) {
  .h2title {
    background-position: 0 0;
    background-size: 26px;
    border-top: none;
    font-size: 18px;
    margin-top: 60px;
    margin: 60px 0 40px;
    padding: 27px 0 0;
  }
  .h2title span {
    font-size: 44px;
  }
}

.slidePict img {
  border: 1px solid #E5E5EA;
  display: block;
  border-radius: 20px;
}
@media only screen and (max-width: 1023px) {
  .slidePict img {
    border-radius: 16px;
  }
}
.slidePict.movie a {
  display: block;
  position: relative;
}
.slidePict.movie a:after {
  background: url("../img/movieicon.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 60px;
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: auto;
  left: auto;
  width: 60px;
}
@media only screen and (max-width: 1023px) {
  .slidePict.movie a:after {
    height: 50px;
    top: 10px;
    right: 10px;
    width: 50px;
  }
}

.slideTab {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
  max-height: 70px;
  overflow: hidden;
}
.slideTab li {
  background-color: #F4F5F9;
  border-radius: 8px;
  font-size: 13px;
  margin: 0 10px 10px 0;
  padding: 6px 13px;
}
.slideTab li span {
  color: #5BC2DC;
  margin-right: 4px;
}

.slideDate {
  color: #949090;
  font-size: 13px;
}

.topPickupArea .h2title {
  border-top: none;
  margin: 0;
}
.topPickupArea .slideArrowArea {
  display: none;
}
.topPickupArea .topPickupSlide {
  padding-left: 20px;
}
@media only screen and (max-width: 1023px) {
  .topPickupArea .topPickupSlide {
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .topPickupArea .topPickupSlide::-webkit-scrollbar {
    display: none;
  }
  .topPickupArea .topPickupSlide .swiper-slide {
    margin-right: 0;
    padding-right: 16px;
  }
}
.topPickupArea .topPickupTitle {
  margin-bottom: 25px;
}
@media only screen and (max-width: 1023px) {
  .topPickupArea + .topPage .h2title:first-of-type {
    border-top: 1px solid #E5E5EA;
    margin-top: 40px;
  }
  .topPickupArea .slidePict.movie a:after {
    height: 50px;
    width: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .topPickupArea {
    border-bottom: 1px solid #E5E5EA;
    margin-top: 40px;
    margin-bottom: 210px;
  }
  .topPickupArea + .topPage {
    margin-top: 0;
  }
  .topPickupArea .topPickupTitle {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    max-width: 1164px;
    margin: 0 auto 40px;
  }
  .topPickupArea .h2title {
    background-position: 0 0;
    margin: 0;
    padding: 20px 0 0;
  }
  .topPickupArea .topPickupSlide {
    max-width: 1164px;
    margin: 0 auto;
    padding-bottom: 50px;
    padding-left: 0;
    overflow: visible;
  }
  .topPickupArea .topPickupSlide .slick-list {
    overflow: visible;
  }
  .topPickupArea .slideArrowArea {
    display: flex;
    padding-right: 10px;
  }
  .topPickupArea .slideArrowArea .swiper-button-prev2 {
    background: url("../img/slidearrow.svg") no-repeat 50% 50% #5BC2DC;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    height: 60px;
    transform: scale(-1, 1);
    margin-right: 25px;
    width: 60px;
  }
  .topPickupArea .slideArrowArea .swiper-button-prev2.swiper-button-disabled {
    background-color: #C3C3C3;
    cursor: default;
  }
  .topPickupArea .slideArrowArea .swiper-button-next2 {
    background: url("../img/slidearrow.svg") no-repeat 50% 50% #5BC2DC;
    border: none;
    border-radius: 60px;
    cursor: pointer;
    height: 60px;
    width: 60px;
  }
  .topPickupArea .slideArrowArea .swiper-button-next2.swiper-button-disabled {
    background-color: #C3C3C3;
    cursor: default;
  }
  .topPickupArea .slidePict.movie a:after {
    height: 90px;
    width: 90px;
  }
}
.topPickupArea .swiper-wrapper .swiper-slide {
  max-width: 574px;
}
@media only screen and (max-width: 1198px) {
  .topPickupArea .swiper-wrapper .swiper-slide {
    max-width: 45vw;
  }
}
@media only screen and (max-width: 767px) {
  .topPickupArea .swiper-wrapper .swiper-slide {
    max-width: 78vw;
  }
}
.topPickupArea .swiper-wrapper .swiper-slide a {
  color: #393636;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .topPickupArea .swiper-wrapper .swiper-slide a:hover {
    opacity: 0.7;
  }
}
.topPickupArea .swiper-wrapper .swiper-slide .slideTitle {
  font-size: 16px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
  line-height: 150%;
}
@media only screen and (min-width: 1024px) {
  .topPickupArea .swiper-wrapper .swiper-slide {
    margin-right: 25px;
  }
  .topPickupArea .swiper-wrapper .swiper-slide .slideTitle {
    font-size: 18px;
    margin-top: 20px;
  }
}

main {
  padding: 0 20px 40px;
}
main .errorArea,
main .searchlistArea,
main .linkListArea {
  width: 100%;
}
main .listTitle {
  border-bottom: 1px solid #E5E5EA;
  line-height: 140%;
}
main .listTitle span {
  color: #5BC2DC;
}
main .listTitleArea {
  border-bottom: 1px solid #E5E5EA;
}
main .listTitleArea .listTitle {
  border-bottom: none;
}
main .listTitleArea .listthumbnail {
  margin-bottom: 20px;
}
main .listTitleArea .listInfo {
  font-size: 13px;
  margin-bottom: 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 1023px) {
  main .side_search {
    display: none;
  }
  main .tagArea {
    padding-bottom: 20px;
  }
  main .listTitle {
    font-size: 18px;
    margin-bottom: 40px;
    padding-bottom: 20px;
  }
  main .listTitleArea {
    margin-bottom: 40px;
    padding-bottom: 1px;
  }
  main .listTitleArea .listTitle {
    margin-bottom: 0;
  }
  main .breadcrumbArea {
    display: block;
    margin: 40px -20px 0;
    padding: 20px;
  }
  main .sideBanner {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  main {
    max-width: 1190px;
    margin: 0 auto 70px;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 10px;
  }
  main:after {
    background-color: #E5E5EA;
    content: "";
    display: none;
    position: absolute;
    top: 0;
    right: 360px;
    height: 100%;
    width: 1px;
  }
}
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
  main:after {
    right: 30vw;
  }
}
@media only screen and (min-width: 1024px) {
  main .errorArea,
  main .searchlistArea,
  main .linkListArea {
    width: 66%;
  }
  main .sideWrap {
    width: 30%;
  }
  main .sideArea {
    padding-left: 60px;
  }
  main .sideArea .h2title {
    display: none;
  }
  main .sideArea h3 {
    font-size: 22px;
    margin-bottom: 25px;
  }
  main .sideArea .searchInput {
    margin-bottom: 30px;
  }
  main .sideArea .searchInput input {
    height: 60px;
  }
  main .sideBanner li {
    margin-top: 30px;
    width: 277px;
  }
  main .sideBanner li a:hover {
    opacity: 0.7;
  }
  main .listTitle {
    font-size: 24px;
    margin-bottom: 60px;
    padding-bottom: 20px;
  }
  main .listTitleArea {
    margin-bottom: 60px;
    padding-bottom: 1px;
  }
  main .listTitleArea .listTitle {
    margin-bottom: 0;
  }
  main .breadcrumbArea {
    display: none;
  }
}

.searchInput {
  position: relative;
}
.searchInput input[type="text"] {
  background-color: #F4F5F9;
  border: 1px solid #E5E5EA;
  border-radius: 16px;
  color: #393636;
  font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
  font-size: 13px;
  padding: 0 40px 0 20px;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .searchInput input[type="text"] {
    font-size: 16px;
  }
}
.searchInput input[type="text"]::placeholder {
  color: #949090;
}
.searchInput input[type="text"]:focus {
  outline: none;
}
.searchInput input[type="submit"] {
  background: url("../img/search_icon.svg") no-repeat 50% 50%;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 0;
  right: 5px;
  width: 40px;
  text-indent: 100%;
}
.searchInput button {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  position: absolute;
  top: 21px;
  right: 20px;
}
.searchInput button:before {
  background: url("../img/search_icon.svg") no-repeat 0 0;
  height: 17px;
  content: "";
  display: block;
  width: 16px;
}

@media only screen and (min-width: 1024px) {
  .tagArea {
    margin-right: -10px;
  }
}
.tagArea ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 5px;
}
.tagArea ul li {
  background-color: #F4F5F9;
  border-radius: 8px;
  font-size: 13px;
  margin: 0 10px 10px 0;
  padding: 6px 13px;
}
.tagArea ul li a {
  color: #393636;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .tagArea ul li a:hover {
    opacity: 0.7;
  }
}
.tagArea ul li span {
  color: #5BC2DC;
  margin-right: 4px;
}
.tagArea ul.hotword li span {
  color: #FFA800;
}
.tagArea h4 {
  background: url("../img/h2icon.svg") no-repeat 0 0;
  background-size: 16px;
  font-weight: 600;
  margin: 40px 0 15px;
  padding-left: 20px;
}
.tagArea h4.hotword, .tagArea h4:first-of-type {
  background-image: url("../img/tagicon.svg");
}
.tagArea h4.movie {
  background-image: url("../img/movieicon01.svg");
  background-position: 0 2px;
}
.tagArea .moviebanner img {
  border-radius: 16px;
}
@media only screen and (min-width: 1024px) {
  .tagArea .moviebanner a:hover {
    opacity: 0.8;
  }
  .tagArea .moviebanner img {
    border-radius: 20px;
  }
}

.topPage {
  position: relative;
}
.topPage h3 {
  font-size: 24px;
}
.topPage .topicSub {
  margin-top: 60px;
  margin-bottom: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 1023px) {
  .topPage .topicSub {
    margin-top: 30px;
  }
  .topPage .topicSub h3 {
    line-height: 1.4;
    max-width: 230px;
  }
}
.topPage h2 + .topicSub {
  margin-top: 0;
}
.topPage .topNewLink a,
.topPage .topicSubLink a {
  background: url("../img/linkicon.svg") no-repeat 100% 2px;
  color: #393636;
  font-weight: 600;
  padding-right: 20px;
  text-decoration: none;
}
@media only screen and (max-width: 1023px) {
  .topPage .topNewLink a,
  .topPage .topicSubLink a {
    font-size: 14px;
  }
}
.topPage .topNewLink {
  margin: -40px 0 25px;
  text-align: right;
}
@media only screen and (min-width: 1024px) {
  .topPage {
    margin-top: 200px;
  }
  .topPage .h2title:first-of-type {
    margin: 0;
    position: absolute;
    top: -160px;
    left: 10px;
  }
  .topPage h3 {
    font-size: 32px;
    font-weight: 600;
  }
  .topPage .topicSub {
    margin-top: 60px;
    margin-bottom: 40px;
  }
  .topPage .topNewLink a:hover,
  .topPage .topicSubLink a:hover {
    opacity: 0.7;
  }
  .topPage .topNewLink {
    margin: -55px 0 40px;
  }
}
.topPage .linkListSlideArea {
  margin: 0 -20px;
  padding: 0 0 0 20px;
}
@media only screen and (max-width: 1023px) {
  .topPage .linkListSlideArea {
    padding-bottom: 30px;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .topPage .linkListSlideArea::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .topPage .linkListSlideArea .swiper-slide {
    margin: 0;
    padding-right: 16px;
    max-width: 45vw;
    display: block;
  }
  .topPage .linkListSlideArea .swiper-slide .slidePict {
    width: 100%;
  }
  .topPage .linkListSlideArea .swiper-slide .slideDetail {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .topPage .linkListSlideArea .swiper-slide {
    max-width: 78vw;
  }
}
@media only screen and (min-width: 1024px) {
  .topPage .linkListSlideArea .swiper-wrapper {
    display: block;
  }
}

.linkListSlideArea {
  padding: 0 0 1px;
}
.linkListSlideArea .swiper-slide {
  margin-bottom: 40px;
}
.linkListSlideArea .swiper-slide a {
  color: #393636;
  text-decoration: none;
}
.linkListSlideArea .swiper-slide .slideTitle {
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
  margin: 10px 0;
}
.linkListSlideArea .swiper-slide.type2 h3 {
  border-bottom: 1px solid #5BC2DC;
  font-size: 18px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  line-height: 1.4;
}
.linkListSlideArea .swiper-slide.type2 .pickup_info {
  line-height: 180%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .linkListSlideArea {
    margin: 0;
    padding: 0;
  }
  .linkListSlideArea .swiper-slide {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .linkListSlideArea .swiper-slide a:hover {
    opacity: 0.7;
  }
  .linkListSlideArea .swiper-slide .slidePict {
    width: 48%;
  }
  .linkListSlideArea .swiper-slide .slideDetail {
    padding-top: 3px;
    width: 48%;
  }
  .linkListSlideArea .swiper-slide .slideTitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.topicFreearea h3 {
  border-bottom: 1px solid #5BC2DC;
  font-size: 18px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  line-height: 1.4;
}
.topicFreearea .freepict {
  border-radius: 30px;
  overflow: hidden;
  margin-bottom: 20px;
}
.topicFreearea .freetxt {
  padding-bottom: 1px;
}
.topicFreearea .freetxt p {
  line-height: 180%;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .topicFreearea {
    margin: 0;
    padding: 0;
  }
  .topicFreearea .swiper-slide {
    display: flex;
    justify-content: space-between;
    max-width: 100%;
    margin: 0 auto 30px;
  }
  .topicFreearea .swiper-slide a:hover {
    opacity: 0.7;
  }
  .topicFreearea .swiper-slide .slidePict {
    width: 48%;
  }
  .topicFreearea .swiper-slide .slideDetail {
    padding-top: 3px;
    width: 48%;
  }
  .topicFreearea .swiper-slide .slideTitle {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

.listPage {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .listPage {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .listPage .linkListSlideArea .swiper-slide {
    margin-top: 40px;
  }
  .listPage .linkListSlideArea .swiper-slide a {
    display: flex;
    justify-content: space-between;
  }
  .listPage .linkListSlideArea .swiper-slide .slidePict {
    width: 40%;
  }
  .listPage .linkListSlideArea .swiper-slide .slidePict img {
    object-fit: cover;
    width: 100%;
    height: 174px;
  }
  .listPage .linkListSlideArea .swiper-slide .slideDetail {
    width: 56.9%;
  }
  .listPage .linkListSlideArea .swiper-slide.type2 {
    display: block;
  }
  .listPage .linkListSlideArea .swiper-slide.type2 .slidePict {
    width: 100%;
  }
  .listPage .linkListSlideArea .swiper-slide.type2 .slidePict img {
    height: auto;
  }
  .listPage .linkListSlideArea .swiper-slide.type2 .slideDetail {
    width: 100%;
  }
}
.listPage .tagTitle {
  font-weight: 600;
  font-size: 14px;
  margin-top: 60px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .listPage .tagTitle {
    margin-top: 100px;
  }
}
.listPage .slideTab li a {
  color: #393636;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .listPage .slideTab li a:hover {
    opacity: 0.7;
  }
}
.listPage .slideTab.topic_tab {
  max-height: none;
}
.listPage .back_link {
  display: flex;
  margin-top: 60px;
}
@media only screen and (min-width: 1024px) {
  .listPage .back_link {
    display: none;
  }
}

.back_link {
  display: flex;
  justify-content: center;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .back_link {
    display: flex;
    margin-bottom: 80px;
  }
}
.back_link a {
  background-color: #F5F5F5;
  border-radius: 8px;
  color: #393636;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-right: 20px;
  position: relative;
  text-decoration: none;
}
.back_link a:before {
  background: url("../img/linkicon.svg") no-repeat 0 0;
  content: "";
  height: 12px;
  display: inline-block;
  margin-right: 10px;
  width: 10px;
  transform: scale(-1, 1);
}
@media only screen and (max-width: 1023px) {
  .back_link a {
    font-size: 14px;
    height: 60px;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .back_link a {
    height: 70px;
    width: 370px;
  }
  .back_link a:hover {
    opacity: 0.7;
  }
}

.searchlistArea .search_back {
  display: none;
}
.searchlistArea .pbox-search-status ._pbox-search-status {
  font-size: 18px;
  font-weight: 600;
  margin: 0 0 30px;
}
.searchlistArea .pbox-search-status ._pbox-search-status i {
  color: #5BC2DC;
}
@media only screen and (min-width: 1024px) {
  .searchlistArea .pbox-search-status ._pbox-search-status {
    font-size: 24px;
  }
}
.searchlistArea ._pbox-searchresult {
  opacity: 0;
}
.searchlistArea ._pbox-searchresult ._records ._record {
  margin-bottom: 30px;
  padding: 0;
}
.searchlistArea ._pbox-searchresult ._records ._record ._id {
  display: none;
}
.searchlistArea ._pbox-searchresult ._records ._record ._title {
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
  margin: 10px 0;
}
.searchlistArea ._pbox-searchresult ._records ._record ._nearby {
  font-size: 14px;
  line-height: 140%;
  margin-bottom: 10px;
}
.searchlistArea ._pbox-searchresult ._records ._record ._thumb {
  width: 170px;
}
.searchlistArea ._pbox-searchresult ._records ._record ._thumb img {
  max-width: 150px;
  max-height: 100%;
}
@media only screen and (min-width: 1024px) {
  .searchlistArea ._pbox-searchresult ._records ._record ._thumb {
    width: 230px;
  }
  .searchlistArea ._pbox-searchresult ._records ._record ._thumb img {
    width: 200px;
  }
}
.searchlistArea .pbox-pagenav {
  border-top: 1px solid #E5E5EA;
  padding-top: 20px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .searchlistArea .pbox-pagenav {
    margin-top: 60px;
  }
}
.searchlistArea .pbox-pagenav ._pbox-pagenav {
  margin: 0;
}
.searchlistArea .pbox-pagenav ._navs {
  display: flex;
  justify-content: center;
}
.searchlistArea .pbox-pagenav ._navs ._page {
  border-radius: 36px;
  cursor: pointer;
  font-size: 14px;
  margin: 0 4px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
}
.searchlistArea .pbox-pagenav ._navs ._page._cur {
  background-color: #EDF4F7;
  color: #5BC2DC;
}
.searchlistArea .pbox-pagenav ._navs ._page a {
  color: #393636;
  text-decoration: none;
}
.searchlistArea .pbox-pagenav ._prev,
.searchlistArea .pbox-pagenav ._next {
  position: absolute;
  top: 25px;
}
.searchlistArea .pbox-pagenav ._prev._noanc,
.searchlistArea .pbox-pagenav ._next._noanc {
  display: none;
}
.searchlistArea .pbox-pagenav ._prev a,
.searchlistArea .pbox-pagenav ._next a {
  background: url("../img/page_next.svg") no-repeat 0 0;
  background-size: 100%;
  height: 16px;
  cursor: pointer;
  display: block;
  width: 10px;
}
.searchlistArea .pbox-pagenav ._prev {
  left: 0;
  transform: scale(-1, 1);
}
.searchlistArea .pbox-pagenav ._next {
  right: 0;
}

.search-relation {
  border-bottom: 1px solid #E5E5EA;
  margin-bottom: 40px;
  padding-bottom: 15px;
}
.search-relation h3 {
  font-size: 16px;
  margin-bottom: 20px;
}
.search-relation .slideTab li a {
  color: #393636;
  text-decoration: none;
}

.searchzero {
  background-color: #F4F5F9;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column;
  text-align: center;
  padding: 80px 0;
}
.searchzero .search-relation {
  display: none;
}
.searchzero .pbox-search-status {
  background: url("../img/search_zero.svg") no-repeat 50% 0;
  font-size: 26px;
  margin-bottom: 30px;
  padding-top: 90px;
}
.searchzero .pbox-search-status ._pbox-search-status {
  font-weight: 600;
  line-height: 140%;
}
.searchzero .pbox-search-status ._pbox-search-status i {
  color: #5BC2DC;
}
.searchzero .search_back {
  display: block;
}
.searchzero .search_back a {
  background-color: #393636;
  border-radius: 30px;
  color: #fff;
  display: flex;
  font-weight: 600;
  font-size: 12px;
  justify-content: center;
  align-items: center;
  height: 40px;
  text-decoration: none;
  width: 110px;
}
@media only screen and (min-width: 1024px) {
  .searchzero {
    border-radius: 16px;
    padding: 120px 0;
  }
  .searchzero .pbox-search-status {
    font-size: 30px;
  }
  .searchzero .search_back a {
    font-size: 14px;
    height: 50px;
    width: 150px;
  }
  .searchzero .search_back a:hover {
    opacity: 0.7;
  }
}

footer {
  background-color: #fff;
}
footer .footerArea {
  margin: 0 auto;
  padding: 40px 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  footer .footerArea {
    display: block;
  }
}
footer .footTitle h2 {
  margin: 0 auto 20px;
  max-width: 90%;
}
footer .footTitle p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
  font-weight: 600;
}
footer .foot_recruit_top {
  margin-bottom: 30px;
  text-align: center;
}
footer .foot_recruit_top a {
  background: #393636;
  border-radius: 8px;
  color: #fff;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  margin: 0 auto;
  text-decoration: none;
  width: 163px;
}
footer .foot_recruit_top a:after {
  background: url("../img/slidearrow.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 8px;
  display: block;
  margin-bottom: 2px;
  margin-left: 12px;
  width: 7px;
}
footer .footLink li {
  margin-top: 12px;
  font-size: 12px;
  font-weight: 600;
}
footer .footLink li a {
  background-color: #F5F5F5;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #393636;
  height: 60px;
  padding: 0 20px 0 15px;
  text-decoration: none;
}
footer .footLink li a:after {
  background: url("../img/foot_arrow.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 18px;
  width: 18px;
}
footer .footBanner {
  border-top: 1px solid #eee;
  padding: 1px 20px 30px;
}
footer .footBanner li {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  footer .footerArea {
    max-width: 1164px;
    margin: 0 auto;
    padding: 55px 40px;
  }
  footer .footTitle {
    display: flex;
    flex-flow: column-reverse;
  }
  footer .footTitle h2 {
    margin-bottom: 25px;
  }
  footer .footTitle p {
    margin-bottom: 30px;
  }
  footer .footTitle p br {
    display: none;
  }
  footer h2 {
    margin-bottom: 30px;
  }
  footer .foot_recruit_top {
    margin-bottom: 40px;
  }
  footer .foot_recruit_top a {
    font-size: 16px;
    height: 53px;
    width: 216px;
  }
  footer .foot_recruit_top a:hover {
    opacity: 0.7;
  }
  footer .footLink {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footLink li {
    font-size: 16px;
    margin: 15px 2% 0 0;
    width: 49%;
  }
  footer .footLink li:nth-child(2n) {
    margin-right: 0;
  }
  footer .footLink li:nth-child(-n+2) {
    margin-top: 0;
  }
  footer .footLink li a {
    height: 70px;
  }
  footer .footLink li a:hover {
    opacity: 0.7;
  }
  footer .footLink li a:after {
    height: 20px;
    width: 20px;
  }
  footer .footBanner {
    padding-left: 40px;
    padding-right: 40px;
  }
  footer .footBanner ul {
    display: flex;
    flex-wrap: wrap;
  }
  footer .footBanner ul li {
    margin: 30px 2% 0 0;
    width: 49%;
  }
  footer .footBanner ul li:nth-child(2n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  footer .footerArea {
    padding: 55px 10px;
  }
  footer .footLink li {
    font-size: 16px;
    margin: 15px 1.25% 0 0;
    width: 32.5%;
  }
  footer .footLink li:nth-child(2n) {
    margin-right: 1.25%;
  }
  footer .footLink li:nth-child(3n) {
    margin-right: 0;
  }
  footer .footLink li:nth-child(-n+3) {
    margin-top: 0;
  }
  footer .footLink li a {
    height: 70px;
  }
  footer .footLink li a:hover {
    opacity: 0.7;
  }
  footer .footLink li a:after {
    height: 20px;
    width: 20px;
  }
  footer .footBanner {
    display: none;
  }
}

.pagetop,
.searchFlow {
  position: fixed;
  bottom: 40px;
  right: 40px;
  -webkit-tap-highlight-color: transparent;
  outline: none;
  z-index: 20;
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.1));
}
@media only screen and (max-width: 767px) {
  .pagetop,
  .searchFlow {
    bottom: 20px;
    right: 20px;
  }
}
.pagetop:focus,
.searchFlow:focus {
  outline: none;
}
.pagetop img,
.searchFlow img {
  width: 58px;
}

@media only screen and (min-width: 1024px) {
  .searchFlow {
    display: none;
  }
}

.pagetop {
  opacity: 0;
  cursor: pointer;
  transition: opacity 0.5s;
}
.pagetop.show {
  opacity: 1;
}
@media only screen and (min-width: 1024px) {
  .pagetop img {
    width: 70px;
  }
}

.remodal-wrapper {
  padding: 0;
}

.remodal-close-wrap {
  background-color: #fff;
  position: sticky;
  top: 0;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}
.remodal-close-wrap .remodal-close {
  display: block;
  position: static;
  left: auto;
  top: auto;
  height: 42px;
  width: 42px;
  -webkit-tap-highlight-color: transparent;
}
.remodal-close-wrap .remodal-close:before {
  background: url("../img/modal_close.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 42px;
  position: relative;
  top: auto;
  left: auto;
  width: 42px;
}
.remodal-close-wrap h3 {
  font-size: 18px;
}

.remodal {
  font-family: "ヒラギノ角ゴ W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", sans-serif;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  text-align: left;
}
.remodal .modal_searchinput {
  padding: 15px 20px 0;
}
.remodal .modal_searchinput .searchInput input {
  height: 60px;
}
.remodal .tagArea {
  margin: 0;
  padding: 0 20px 20px;
}
.remodal .modal_link {
  background-color: #fff;
  border-top: 1px solid #E5E5EA;
  padding: 20px;
  position: sticky;
  bottom: 0;
  left: 0;
}
.remodal .modal_link a {
  background-color: #393636;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  padding: 0 20px 0 25px;
  text-decoration: none;
}
.remodal .modal_link a:after {
  background: url("../img/modal_arrow.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 20px;
  width: 20px;
}

.breadcrumbArea {
  border-top: 1px solid #E5E5EA;
}
@media only screen and (max-width: 1023px) {
  .breadcrumbArea {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .breadcrumbArea {
    padding: 15px 10px;
  }
}
.breadcrumbArea .breadcrumb {
  max-width: 1164px;
  margin: 0 auto;
}
.breadcrumbArea.detailBreadcrumb {
  border-bottom: 1px solid #eee;
}
.breadcrumbArea.detailBreadcrumb .breadcrumb {
  max-width: 100%;
}
.breadcrumbArea.detailBreadcrumb .breadcrumbWrap {
  overflow-x: auto;
  scrollbar-color: #ccc #333;
  scrollbar-width: thin;
  width: 100%;
}
.breadcrumbArea.detailBreadcrumb .breadcrumbWrap::-webkit-scrollbar {
  width: 5px;
  height: 6px;
}
.breadcrumbArea.detailBreadcrumb .breadcrumbWrap::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #333;
}
.breadcrumbArea.detailBreadcrumb .breadcrumbWrap::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.3);
}
@media only screen and (max-width: 1023px) {
  .breadcrumbArea.detailBreadcrumb {
    display: block;
    padding: 110px 0 10px;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .breadcrumbArea.detailBreadcrumb {
    padding: 70px 0 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .breadcrumbArea.detailBreadcrumb .breadcrumbScroll {
    padding-bottom: 5px;
    padding-left: 20px;
  }
  .breadcrumbArea.detailBreadcrumb .breadcrumbScroll .breadcrumb {
    position: relative;
    width: 100%;
  }
  .breadcrumbArea.detailBreadcrumb .breadcrumbScroll .breadcrumb li {
    flex-shrink: 0;
  }
  .breadcrumbArea.detailBreadcrumb .breadcrumbScroll .breadcrumb li:last-child {
    padding-right: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .breadcrumbArea.detailBreadcrumb {
    padding-top: 105px;
    padding-left: calc((100vw - 790px) / 2);
  }
}

.breadcrumb {
  display: flex;
  align-items: center;
}
.breadcrumb li {
  background: url("../img/breadcrumb_icon.svg") no-repeat 0 9px;
  font-size: 11px;
  margin-left: 12px;
  padding: 0 0 0 21px;
  display: flex;
  height: 30px;
  align-items: center;
}
.breadcrumb li:first-child {
  background: none;
  margin-left: 0;
  padding-left: 0;
}
.breadcrumb li a {
  background-color: #F4F5F9;
  border-radius: 40px;
  color: #393636;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  height: 30px;
  padding: 0 12px;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .breadcrumb li a:hover {
    opacity: 0.7;
  }
}

.pager {
  border-top: 1px solid #E5E5EA;
  padding-top: 20px;
  display: none;
  position: relative;
}
.pager.show {
  display: block;
}
@media only screen and (min-width: 1024px) {
  .pager {
    margin-top: 60px;
  }
}
.pager .num {
  display: flex;
  justify-content: center;
}
.pager .num span {
  border-radius: 36px;
  cursor: pointer;
  font-size: 14px;
  margin: 0 4px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 36px;
  width: 36px;
}
.pager .num span.current {
  background-color: #EDF4F7;
  color: #5BC2DC;
}
.pager .prev,
.pager .next {
  background: url("../img/page_next.svg") no-repeat 0 0;
  background-size: 100%;
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  width: 10px;
}
.pager .prev.none,
.pager .next.none {
  display: none;
}
.pager .prev {
  left: 0;
  transform: scale(-1, 1);
}
.pager .next {
  right: 0;
}

.pager_other {
  border-top: 1px solid #E5E5EA;
  padding-top: 20px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .pager_other {
    margin-top: 60px;
  }
}
.pager_other .num {
  display: flex;
  justify-content: center;
}
.pager_other .num a {
  border-radius: 36px;
  cursor: pointer;
  color: #393636;
  font-size: 14px;
  margin: 0 4px;
  font-weight: 700;
  display: none;
  justify-content: center;
  align-items: center;
  height: 36px;
  text-decoration: none;
  width: 36px;
}
.pager_other .num a.show {
  display: flex;
}
.pager_other .num a.current {
  background-color: #EDF4F7;
  color: #5BC2DC;
  display: flex;
}
.pager_other .prev,
.pager_other .next {
  height: 16px;
  cursor: pointer;
  position: absolute;
  top: 25px;
  width: 10px;
}
.pager_other .prev a,
.pager_other .next a {
  background: url("../img/page_next.svg") no-repeat 0 0;
  background-size: 100%;
  display: block;
  height: 16px;
  width: 10px;
}
.pager_other .prev {
  left: 0;
}
.pager_other .prev a {
  transform: scale(-1, 1);
}
.pager_other .next {
  right: 0;
}

.detailPage {
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  max-width: 570px;
}
.detailPage:after {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .detailPage {
    margin-top: 5px;
    padding-top: 25px;
    max-width: 790px;
  }
}
.detailPage p {
  margin-top: 40px;
  line-height: 180%;
}
.detailPage p.date {
  color: #949090;
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.detailPage p.lead {
  font-weight: 600;
}
.detailPage p.lead2 {
  background-color: #CCF2FC;
  border-radius: 15px;
  font-weight: 600;
  padding: 20px 40px;
}
.detailPage p.lead3 {
  background-color: #CCF2FC;
  border-radius: 15px;
  padding: 20px 40px;
}
.detailPage p.detailLink {
  background: url("../img/detail_link_icon.svg") no-repeat 0 2px;
  padding-left: 25px;
  font-weight: 700;
  font-size: 14px;
}
.detailPage p.detailLink a {
  color: #5BC2DC;
  text-decoration: none;
}
.detailPage p.notice {
  font-size: 11px;
}
.detailPage .mt_detailarea ul,
.detailPage .detailList {
  margin-top: 40px;
  padding-left: 1em;
}
.detailPage .mt_detailarea ul li,
.detailPage .detailList li {
  list-style: disc;
  line-height: 180%;
  margin-top: 10px;
}
.detailPage h1 {
  line-height: 140%;
  font-weight: 600;
  font-size: 22px;
  margin-top: 10px;
}
.detailPage .mvArea {
  margin-top: 30px;
}
.detailPage .mvArea .topLead {
  background-color: #F4F5F9;
  font-size: 14px;
  margin: 0;
  padding: 20px 30px;
}
.detailPage .mvArea .topLead p:first-of-type {
  margin-top: 0;
}
.detailPage .mvArea .topLead p + p {
  margin-top: 20px;
}
.detailPage .mvArea .topLead ul {
  margin-top: 20px;
  padding-left: 1em;
}
.detailPage .mvArea .topLead ul li {
  list-style: disc;
  line-height: 180%;
  margin-top: 10px;
}
.detailPage .mvArea .topLead ul + p {
  margin-top: 20px;
}
.detailPage .mvArea p + img {
  margin-top: 20px;
}
.detailPage .mvArea p + img + p {
  margin-top: 20px;
}
.detailPage .mvArea img {
  vertical-align: bottom;
}
.detailPage .mvArea .secTitle {
  border-bottom: none;
  margin-top: 15px;
  margin-bottom: 20px;
  padding: 0;
}
.detailPage .mvArea .movie {
  aspect-ratio: 16 / 9;
  position: relative;
  cursor: pointer;
}
.detailPage .mvArea .movie:after {
  background: url("../img/movieicon.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  width: 50px;
}
@media only screen and (min-width: 1024px) {
  .detailPage .mvArea .movie:after {
    height: 90px;
    width: 90px;
  }
}
.detailPage .mvArea .movie.show:after {
  display: none;
}
.detailPage .mvArea .movie iframe {
  width: 100%;
  height: 100%;
}
.detailPage .caseTitle {
  background: url("../img/case_title.svg") no-repeat 0 3px, url("../img/case_title.svg") no-repeat 100% 3px;
  color: #5BC2DC;
  font-size: 20px;
  margin-top: 55px;
  margin-bottom: 45px;
  text-align: center;
}
.detailPage .caseTitle span {
  background-color: #fff;
  display: inline-block;
  padding: 0 10px;
}
@media only screen and (max-width: 1023px) {
  .detailPage .caseTitle {
    background: url("../img/case_title2.svg") no-repeat 0 3px, url("../img/case_title2.svg") no-repeat 100% 3px;
  }
  .detailPage .caseTitle span {
    padding: 0 20px;
  }
}
.detailPage .ttl_h3,
.detailPage .secTitle {
  border-bottom: 1px solid #5BC2DC;
  font-size: 18px;
  font-weight: 600;
  margin-top: 50px;
  margin-bottom: 40px;
  padding-bottom: 15px;
  line-height: 1.4;
}
.detailPage .columTitle {
  font-weight: 600;
  line-height: 170%;
  font-size: 22px;
  margin-top: 60px;
  margin-bottom: 40px;
}
.detailPage .columTitle span.colum {
  background-color: #5BC2DC;
  border-radius: 8px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  line-height: 120%;
  padding: 8px 15px 5px;
}
.detailPage .columTitle span.sub {
  font-size: 16px;
  font-weight: 500;
  display: block;
  margin: 10px 0 5px;
  line-height: 140%;
}
.detailPage .senpaiArea {
  background-color: #CCF2FC;
  border-radius: 15px;
  position: relative;
  margin-top: 120px;
  padding: 70px 16px 16px;
}
.detailPage .senpaiArea .senpaiImage {
  border: 16px solid #CCF2FC;
  border-radius: 50%;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -80px;
  width: 150px;
}
.detailPage .senpaiArea .senpaiImage img {
  border-radius: 50%;
}
.detailPage .senpaiArea .senpaiProf {
  margin: 0 auto;
  text-align: center;
  width: 85%;
}
.detailPage .senpaiArea .senpaiProf .name {
  font-size: 16px;
  margin-top: 0;
}
.detailPage .senpaiArea .senpaiProf .name span {
  font-weight: 600;
  margin-right: 5px;
}
.detailPage .senpaiArea .senpaiProf .name:after {
  background-color: rgba(57, 54, 54, 0.2);
  content: "";
  height: 1px;
  display: block;
  margin: 10px auto 0;
  width: 70px;
}
.detailPage .senpaiArea .senpaiProf .occupation,
.detailPage .senpaiArea .senpaiProf .year {
  font-weight: 600;
}
.detailPage .senpaiArea .senpaiProf .occupation {
  margin-top: 2px;
}
.detailPage .senpaiArea .senpaiProf .year {
  margin-top: 10px;
}
.detailPage .senpaiArea .senpaiComment {
  background-color: #fff;
  border-radius: 16px;
  margin-top: 40px;
  padding: 30px 16px 16px;
  position: relative;
}
.detailPage .senpaiArea .senpaiComment:before {
  background: url("../img/comment_icon.svg") no-repeat 0 0;
  background-size: 100%;
  height: 14px;
  content: "";
  margin: 0 auto;
  position: absolute;
  top: -14px;
  left: 0;
  right: 0;
  width: 30px;
}
.detailPage .senpaiArea .senpaiComment h4 {
  font-weight: 600;
  line-height: 140%;
  text-align: center;
}
.detailPage .senpaiArea .senpaiComment p {
  margin-top: 20px;
}
.detailPage .senpaiArea .prof {
  margin: 0 auto;
  text-align: center;
  width: 85%;
}
.detailPage .senpaiArea .prof .name {
  font-size: 16px;
  font-weight: 600;
  margin-top: 0;
}
.detailPage .senpaiArea .prof .name span {
  font-weight: 500;
  display: block;
  font-size: 14px;
}
.detailPage .senpaiArea .prof .company {
  font-size: 14px;
  margin-top: 10px;
}
.detailPage .senpaiArea .proftxt {
  margin-top: 10px;
  padding: 0 16px 16px;
}
.detailPage .senpaiArea .proftxt:before {
  background-color: rgba(57, 54, 54, 0.2);
  content: "";
  height: 1px;
  display: block;
  margin: 0 auto 30px;
  width: 70px;
}
.detailPage .scheduleArea {
  background-color: #CCF2FC;
  border-radius: 15px;
  position: relative;
  margin-top: 60px;
  padding: 30px 12px 12px;
}
.detailPage .scheduleArea h4 {
  color: #5BC2DC;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
}
.detailPage .timelineArea {
  margin-top: 30px;
}
.detailPage .timelineArea .timelineCont {
  background-color: #fff;
  border-radius: 15px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 25px;
}
.detailPage .timelineArea .timelineCont:first-of-type {
  margin-top: 0;
}
.detailPage .timelineArea .timelineCont .time {
  color: #5BC2DC;
  font-weight: 700;
  margin: 0;
  width: 15%;
}
.detailPage .timelineArea .timelineCont dl {
  width: 85%;
}
.detailPage .timelineArea .timelineCont dl dt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 600;
}
.detailPage .timelineArea .timelineCont dl dt + dd {
  margin-top: 10px;
}
.detailPage .timelineArea .timelineCont dl dt + dd:empty {
  margin-top: 0;
}
.detailPage .timelineArea .timelineCont dl dt:empty + dd {
  margin-top: 0;
}
.detailPage .timelineArea .timelineCont dl dd {
  font-size: 14px;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .detailPage .timelineArea .timelineCont .time {
    width: 25%;
  }
  .detailPage .timelineArea .timelineCont dl {
    width: 75%;
  }
}
@media only screen and (min-width: 1024px) {
  .detailPage .timelineArea .timelineCont .time {
    width: 10%;
  }
  .detailPage .timelineArea .timelineCont dl {
    width: 90%;
  }
}
.detailPage .scheduleImageArea {
  border: 1px solid #eee;
  border-radius: 15px;
  margin-top: 40px;
  padding: 25px;
}
.detailPage .scheduleImageArea p {
  background: url("../img/schedule_icon.svg") no-repeat 0 0;
  font-size: 14px;
  font-weight: 600;
  display: none;
  padding-left: 30px;
  margin: 0 0 15px;
}
.detailPage .scheduleImageArea .scheduleImageScroll {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .detailPage .scheduleImageArea {
    padding-left: 0;
    padding-right: 0;
  }
  .detailPage .scheduleImageArea p {
    display: block;
    margin: 0 25px 15px;
  }
  .detailPage .scheduleImageArea .scheduleImage {
    display: none;
  }
  .detailPage .scheduleImageArea .scheduleImageScroll {
    display: block;
    overflow-x: auto;
    padding: 0 25px;
  }
  .detailPage .scheduleImageArea .scheduleImageScroll img {
    max-width: 150vw;
  }
}
.detailPage .memberArea {
  display: flex;
  flex-wrap: wrap;
}
.detailPage .memberArea .member .pict {
  border-radius: 15px;
  overflow: hidden;
  position: relative;
}
.detailPage .memberArea .member .pict span {
  background-color: #CCF2FC;
  border-radius: 0 0 15px 15px;
  display: flex;
  align-items: center;
  padding: 10px;
  line-height: 150%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.detailPage .memberArea .member p span {
  display: block;
}
@media only screen and (max-width: 767px) {
  .detailPage .memberArea .member {
    margin-top: 30px;
    margin-right: 4.6%;
    width: 47.7%;
  }
  .detailPage .memberArea .member:nth-of-type(-n+2) {
    margin-top: 0;
  }
  .detailPage .memberArea .member:nth-of-type(2n) {
    margin-right: 0;
  }
  .detailPage .memberArea .member .pict {
    margin-bottom: 15px;
  }
  .detailPage .memberArea .member .pict img {
    width: 100%;
  }
  .detailPage .memberArea .member .pict span {
    font-size: 11px;
    min-height: 54px;
  }
  .detailPage .memberArea .member p {
    font-size: 11px;
    margin: 0;
  }
  .detailPage .memberArea .member p.name {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 5px;
  }
  .detailPage .memberArea .member p.name span {
    font-size: 11px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .detailPage .memberArea .member {
    margin-top: 30px;
    margin-right: 5.6%;
    width: 29.6%;
  }
  .detailPage .memberArea .member:nth-of-type(-n+3) {
    margin-top: 0;
  }
  .detailPage .memberArea .member:nth-of-type(3n) {
    margin-right: 0;
  }
  .detailPage .memberArea .member .pict {
    margin-bottom: 15px;
  }
  .detailPage .memberArea .member .pict span {
    font-size: 11px;
    min-height: 54px;
  }
  .detailPage .memberArea .member p {
    font-size: 11px;
    margin: 0;
  }
  .detailPage .memberArea .member p.name {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 5px;
  }
  .detailPage .memberArea .member p.name span {
    font-size: 11px;
  }
}
@media only screen and (min-width: 1024px) {
  .detailPage .memberArea .member {
    margin-top: 30px;
    margin-right: 4.2%;
    width: 21.8%;
  }
  .detailPage .memberArea .member:nth-of-type(-n+4) {
    margin-top: 0;
  }
  .detailPage .memberArea .member:nth-of-type(4n) {
    margin-right: 0;
  }
  .detailPage .memberArea .member .pict {
    margin-bottom: 15px;
  }
  .detailPage .memberArea .member .pict span {
    font-size: 11px;
    min-height: 54px;
  }
  .detailPage .memberArea .member p {
    font-size: 11px;
    margin: 0;
  }
  .detailPage .memberArea .member p.name {
    font-size: 16px;
    line-height: 130%;
    margin-bottom: 5px;
  }
  .detailPage .memberArea .member p.name span {
    font-size: 11px;
  }
}
.detailPage .mt_detailarea .columTitle:before {
  content: "COLUMN";
  background-color: #5BC2DC;
  border-radius: 8px;
  display: block;
  color: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 120%;
  padding: 8px 12px 5px;
  width: 65px;
}
.detailPage .mt_detailarea .columTitle + img {
  margin-top: 0;
}
.detailPage .mt_detailarea p strong.name {
  color: #5BC2DC;
}
.detailPage .mt_detailarea p + p {
  margin-top: 25px;
}
.detailPage .mt_detailarea > .mt-enclosure-image,
.detailPage .mt_detailarea > img,
.detailPage .mt_detailarea p + img {
  border-radius: 16px;
  margin-top: 40px;
  display: inline-block;
}
.detailPage .mt_detailarea > .mt-enclosure-image + p.notice,
.detailPage .mt_detailarea > img + p.notice,
.detailPage .mt_detailarea p + img + p.notice {
  margin-top: 15px;
}
.detailPage .mt_detailarea ul {
  margin-top: 40px;
  padding-left: 1em;
}
.detailPage .mt_detailarea ul li {
  list-style: disc;
  line-height: 180%;
  margin-top: 10px;
}
.detailPage .mt_detailarea h3 + img {
  margin-top: 0;
}

.reviewArea {
  border-top: 1px solid #E5E5EA;
  text-align: center;
}
.reviewArea .review {
  padding: 40px 0;
}
.reviewArea p {
  color: #949090;
  font-size: 13px;
  font-weight: 700;
}
.reviewArea h4 {
  font-weight: 600;
  margin: 15px auto 25px;
  line-height: 140%;
}
.reviewArea h4 .on {
  display: none;
}
.reviewArea .on h4 .on {
  display: inline;
}
.reviewArea .on h4 .off {
  display: none;
}
.reviewArea .reviewLink {
  margin: 0 auto;
  width: 196px;
}
.reviewArea .reviewLink a {
  background-color: #F4F5F9;
  border: 1px solid #F4F5F9;
  border-radius: 40px;
  color: #393636;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 65px;
  padding-left: 20px;
  text-decoration: none;
  position: relative;
}
.reviewArea .reviewLink a:before {
  background: url("../img/good_Icon.svg") no-repeat 0 0;
  content: "";
  height: 29px;
  display: block;
  position: absolute;
  top: 15px;
  left: 18px;
  width: 28px;
}
.reviewArea .reviewLink a.on {
  background-color: #EDF4F7;
  border-color: #5BC2DC;
}
.reviewArea .reviewLink a.on:before {
  background-image: url("../img/good_Icon2.svg");
}
@media only screen and (min-width: 1024px) {
  .reviewArea .reviewLink a:hover {
    background-color: #EDF4F7;
    border-color: #5BC2DC;
  }
  .reviewArea .reviewLink a:hover:before {
    background-image: url("../img/good_Icon2.svg");
  }
}

.recruitArea {
  padding-bottom: 30px;
  text-align: center;
}
.recruitArea p {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 12px;
  line-height: 1.5;
}
.recruitArea .recruitLink a {
  background-color: #393636;
  border-radius: 100px;
  color: #fff;
  display: flex;
  font-size: 13px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  font-weight: 600;
  text-decoration: none;
  height: 65px;
  width: 353px;
}
.recruitArea .recruitLink a img {
  width: 85px;
}
.recruitArea .recruitLink a span {
  margin-left: 16px;
  display: flex;
  align-items: center;
}
.recruitArea .recruitLink a span:before {
  background-color: #fff;
  content: "";
  height: 24px;
  margin-right: 16px;
  width: 1px;
}
.recruitArea .recruitLink a span:after {
  background: url("../img/slidearrow.svg") no-repeat 0 0;
  background-size: 100%;
  content: "";
  height: 8px;
  display: block;
  margin-bottom: 2px;
  margin-left: 12px;
  width: 7px;
}
@media only screen and (min-width: 768px) {
  .recruitArea {
    padding: 5px 0 30px;
  }
  .recruitArea p {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .recruitArea p {
    font-size: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .recruitArea p span {
    display: none;
  }
  .recruitArea .recruitLink a {
    border-radius: 100px;
    font-size: 20px;
    height: 90px;
    width: 480px;
  }
  .recruitArea .recruitLink a img {
    width: 120px;
  }
  .recruitArea .recruitLink a span {
    margin-left: 25px;
  }
  .recruitArea .recruitLink a span:before {
    height: 40px;
    margin-right: 25px;
  }
  .recruitArea .recruitLink a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .recruitArea .recruitLink a {
    font-size: 13px;
    height: 65px;
    width: 345px;
  }
  .recruitArea .recruitLink a img {
    width: 85px;
  }
  .recruitArea .recruitLink a span {
    margin-left: 16px;
  }
  .recruitArea .recruitLink a span:before {
    height: 24px;
    margin-right: 16px;
  }
}

.snsAreaWrap {
  border-top: 1px solid #E5E5EA;
  padding: 0 20px;
  margin-bottom: 30px;
}
.snsAreaWrap .snsArea {
  max-width: 570px;
  margin: 40px auto 0;
  padding: 0;
}
@media only screen and (min-width: 1024px) {
  .snsAreaWrap .snsArea {
    max-width: 770px;
  }
}
.snsAreaWrap .snsArea .tagTitle {
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 20px;
}
.snsAreaWrap .snsArea .slideTab li a {
  color: #393636;
  text-decoration: none;
}
@media only screen and (min-width: 1024px) {
  .snsAreaWrap .snsArea .slideTab li a:hover {
    opacity: 0.7;
  }
}
.snsAreaWrap .sns {
  background: url("../img/sns_areabg.svg") no-repeat 0 100%;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
  padding-bottom: 60px;
}
.snsAreaWrap .sns ul {
  display: flex;
  align-items: center;
}
.snsAreaWrap .sns ul li {
  margin-left: 16px;
  width: 32px;
}
@media only screen and (min-width: 1024px) {
  .snsAreaWrap .sns ul li a:hover {
    opacity: 0.7;
  }
}

.recommendArea {
  border-top: 1px solid #E5E5EA;
}
@media only screen and (max-width: 1023px) {
  .recommendArea {
    padding: 0 0 50px;
  }
  .recommendArea .h2title {
    background-position: 0 30px;
    border-top: none;
    margin-left: calc((100vw - 570px) / 2);
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    margin-top: 0;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 610px) {
  .recommendArea .h2title {
    margin-left: 20px;
  }
}
@media only screen and (max-width: 1023px) {
  .recommendArea .swiper-slide {
    display: block;
    margin-left: 0;
    margin-right: 0;
    padding-right: 16px;
    max-width: 45vw;
  }
  .recommendArea .swiper-slide .slideDetail,
  .recommendArea .swiper-slide .slidePict {
    width: 100%;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .recommendArea .swiper-slide {
    max-width: 78vw;
  }
}
@media only screen and (max-width: 1023px) {
  .recommendArea .linkListSlideArea {
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: none;
    scrollbar-width: none;
    padding-left: calc((100vw - 570px) / 2);
  }
  .recommendArea .linkListSlideArea::-webkit-scrollbar {
    display: none;
  }
}
@media only screen and (max-width: 1023px) and (max-width: 610px) {
  .recommendArea .linkListSlideArea {
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1024px) {
  .recommendArea {
    padding: 0 10px;
  }
  .recommendArea .swiper-wrapper {
    display: block;
  }
  .recommendArea .recommend {
    max-width: 770px;
    margin: 0 auto;
    padding: 0 0 30px;
  }
}

.errorCont {
  background-color: #F4F5F9;
  margin: -30px -20px -40px;
  padding: 70px 20px 30px;
  text-align: center;
}
.errorCont h2 {
  margin-bottom: 60px;
}
.errorCont dl dt {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 12px;
}
.errorCont dl dd {
  font-size: 13px;
  line-height: 1.4;
  margin-bottom: 32px;
}
.errorCont .toplink a {
  background-color: #393636;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  text-decoration: none;
  height: 40px;
  font-size: 11px;
  width: 106px;
}
@media only screen and (min-width: 768px) {
  .errorCont {
    padding: 110px 40px 80px;
  }
  .errorCont h2 {
    margin-bottom: 65px;
  }
  .errorCont dl dt {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .errorCont dl dd {
    font-size: 18px;
    margin-bottom: 40px;
  }
  .errorCont dl dd br.sp {
    display: none;
  }
  .errorCont .toplink a {
    font-size: 16px;
    height: 53px;
    width: 136px;
  }
  .errorCont .toplink a:hover {
    opacity: 0.7;
  }
}
@media only screen and (min-width: 1024px) {
  .errorCont {
    border-radius: 20px;
    margin: 0;
    padding: 110px 40px 80px;
  }
}

/* pagetop */
.recruit_pagetop {
  background-color: #5BC2DC;
}

.recruit_pagetop a {
  background: url("/recruit/assets/img/icon-pagetop.png") no-repeat 50% 20px;
  color: #fff;
  font-family: Arial, Helvetica, Gadget, "sans-serif";
  font-size: 22px;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  height: 160px;
  text-decoration: none;
  transition: .3s;
}

.recruit_pagetop a span {
  margin-left: 20px;
}

.recruit_pagetop a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 1024px) {
  .recruit_pagetop a {
    background-size: 38px;
    background-position: 50% 5px;
    font-size: 15px;
    height: 80px;
    padding-top: 10px;
  }
}
/* pagetop */
