@charset "UTF-8";
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 {
  background-color: transparent;
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: 0;
  padding: 0;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

ins {
  text-decoration: none;
}

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

hr {
  border: 0;
  border-top: 1px solid #000000;
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

img {
  font-size: 0;
  line-height: 0;
  vertical-align: top;
}

* {
  box-sizing: border-box !important;
  font-size: 1.4rem;
}

html {
  font-size: 62.5%;
  overflow-y: scroll;
}

@media screen and (max-width: 1019px) {
  html {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
}

@media screen and (max-width: 1019px) {
  html::-webkit-scrollbar {
    display: none;
  }
}

body {
  background-color: #ffffff;
  color: #3b3e2b;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: 'palt' 1;
  font-size: 1.0rem;
  font-style: normal;
  letter-spacing: 0.08em;
  overflow: hidden;
}

@font-face {
  body {
    font-family: "Yu Gothic M";
    src: local("Yu Gothic Medium");
  }
}

@font-face {
  body {
    font-family: "Yu Gothic M";
    font-weight: bold;
    src: local("Yu Gothic Bold");
  }
}

a {
  -webkit-transition: 0.3s;
  color: #45629f;
  text-decoration: none;
  transition: 0.3s;
}

a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  a:hover {
    opacity: 1;
  }
}

img {
  -o-object-fit: cover;
  font-family: 'object-fit: cover;';
     object-fit: cover;
}

::-moz-selection {
  background-color: #45629f;
  color: #ffffff;
}

::selection {
  background-color: #45629f;
  color: #ffffff;
}

input[type="submit"],
input[type="button"] {
     -moz-appearance: button;
  -webkit-appearance: button;
          appearance: button;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]:focus,
input[type="button"]:focus {
  outline-offset: -2px;
}

.is-pc {
  display: block;
}

@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

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

@media screen and (max-width: 767px) {
  .is-pc--inline {
    display: none;
  }
}

.is-sp {
  display: none;
}

@media screen and (max-width: 1019px) {
  .is-sp {
    display: block;
  }
}

.is-sp--inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .is-sp--inline {
    display: inline-block;
  }
}

.l-container {
  margin: 0 auto;
  padding: 0 20px;
  width: 1020px;
}

@media screen and (max-width: 1019px) {
  .l-container {
    padding-bottom: 0;
    padding-left: calc(20 / 1020 * 100vw);
    padding-right: calc(20 / 1020 * 100vw);
    padding-top: 0;
    width: 100%;
  }
}

.c-title {
  -webkit-box-align: center;
          align-items: center;
  color: #45629f;
  display: -webkit-box;
  display: flex;
  font-size: 3.4rem;
}

@media screen and (max-width: 1019px) {
  .c-title {
    font-size: calc((34 / 1020) * 100vw);
  }
}

.c-title::before {
  background-color: #45629f;
  content: '';
  display: inline-block;
  height: 40px;
  margin-right: 15px;
  width: 40px;
}

@media screen and (max-width: 1019px) {
  .c-title::before {
    height: calc((40 / 1020) * 100vw);
    margin-right: calc((15 / 1020) * 100vw);
    width: calc((40 / 1020) * 100vw);
  }
}

.c-title--small::before {
  display: none;
}

.c-title--en {
  font-family: "Work Sans", sans-serif;
  font-size: 4.0rem;
}

@media screen and (max-width: 1019px) {
  .c-title--en {
    font-size: calc((40 / 1020) * 100vw);
  }
}

.p-header__inner {
  position: relative;
  padding-bottom: 35px;
  padding-top: 20px;
}

@media screen and (max-width: 1019px) {
  .p-header__inner {
    padding-bottom: calc((35 / 1020) * 100vw);
    padding-top: calc((20 / 1020) * 100vw);
  }
}

.p-header__content__logo img {
  width: 100%;
}

.p-newBooks__inner {
  padding-bottom: 35px;
  padding-top: 35px;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__inner {
    padding-bottom: calc((35 / 1020) * 100vw);
    padding-top: calc((35 / 1020) * 100vw);
  }
}

.p-newBooks__content {
  margin-top: 30px;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__content {
    margin-top: calc((30 / 1020) * 100vw);
  }
}

.p-newBooks__content__bookList > ul > li {
  margin-top: 60px;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__content__bookList > ul > li {
    margin-top: calc((60 / 1020) * 100vw);
  }
}

.p-newBooks__content__bookList > ul > li:first-child {
  margin-top: 0;
}

.p-newBooks__content__bookList__bookBox {
  -webkit-box-pack: justify;
  display: -webkit-box;
  display: flex;
          justify-content: space-between;
}

.p-newBooks__content__bookList__bookBox .img-link {
  width: 100%;
}

.p-newBooks__content__bookList__bookBox__thumbnail {
  width: 450px;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__content__bookList__bookBox__thumbnail  {
    width: calc((450 / 1020) * 100vw);
  }
}

.p-newBooks__content__bookList__bookBox__thumbnail img {
  display: block;
  width: 340px;
  margin: 0 auto;
}
.p-newBooks__content__bookList__bookBox__thumbnail img:nth-of-type(n + 2) {
  margin-top: 15px;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__content__bookList__bookBox__thumbnail img {
    width: calc((340 / 1020) * 100vw);
  }
  .p-newBooks__content__bookList__bookBox__thumbnail img:nth-of-type(n + 2) {
    margin-top: calc((15 / 1020) * 100vw);
  }
}

.p-newBooks__content__bookList__bookBox__infoBox {
  width: 530px;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__content__bookList__bookBox__infoBox {
    margin-top: calc((-8 / 1020) * 100vw);
    width: calc((530 / 1020) * 100vw);
  }
}

.p-newBooks__content__bookList__bookBox__infoBox__titleBox__title {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(94%, transparent), color-stop(0%, #555949));
  background: linear-gradient(transparent 94%, #555949 0%);
  color: #555949;
  display: inline;
  font-size: 4.2rem;
  font-weight: bold;
  line-height: 1.33333;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__content__bookList__bookBox__infoBox__titleBox__title {
    font-size: calc((42 / 1020) * 100vw);
  }
}

.p-newBooks__content__bookList__bookBox__infoBox__titleBox__subtitle {
  font-size: 3rem;
  line-height: 1.5;
  font-weight: bold;
  color: #555949;
  margin-top: 20px;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__content__bookList__bookBox__infoBox__titleBox__subtitle {
    font-size: calc((30 / 1020) * 100vw);
    margin-top: calc((20 / 1020) * 100vw);
  }
}

.p-newBooks__content__bookList__bookBox__infoBox__desc {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #555949;
  margin-top: 20px;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__content__bookList__bookBox__infoBox__desc {
    font-size: calc((22 / 1020) * 100vw);
    margin-top: calc((20 / 1020) * 100vw);
  }
}

.p-newBooks__content__bookList__bookBox__infoBox__shoplist {
  display: flex;
  flex-direction: column;
  width: 80%;
  margin: 40px auto 0;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__content__bookList__bookBox__infoBox__shoplist {
    margin-top: calc((40 / 1020) * 100vw);
  }
}

.p-newBooks__content__bookList__bookBox__infoBox__shop {
  display: inline-block;
  font-size: 2.2rem;
  font-weight: bold;
  text-align: center;
  color: #000;
  border: 1px solid #a1a1a1;
  border-radius: 10px;
  background: linear-gradient(#fff, 70%, #afafaf);
  padding: 15px 10px;
  box-sizing: border-box;
}
.p-newBooks__content__bookList__bookBox__infoBox__shop:nth-of-type(n+2) {
  margin-top: 15px;
}

.p-newBooks__content__bookList__bookBox__infoBox__shop small {
  font-size: 60%;
  vertical-align: baseline;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__content__bookList__bookBox__infoBox__shop {
    font-size: calc((22 / 1020) * 100vw);
    padding: calc((15 / 1020) * 100vw) calc((10 / 1020) * 100vw);
  }
  .p-newBooks__content__bookList__bookBox__infoBox__shop:nth-of-type(n+2) {
    margin-top: calc((15 / 1020) * 100vw);
  }
}

.p-newBooks__content__bookList__bookBox__infoBox__author {
  font-size: 3.5rem;
  font-weight: bold;
  margin-top: 20px;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__content__bookList__bookBox__infoBox__author {
    font-size: calc((35 / 1020) * 100vw);
    margin-top: calc((20 / 1020) * 100vw);
  }
}

.p-newBooks__content__bookList__bookBox__infoBox__kindBox {
  background-color: #f1f1f1;
  border: 2px solid #45629f;
  border-radius: 10px;
  margin-top: 50px;
  padding: 37px 20px 23px;
  position: relative;
  width: 546px;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__content__bookList__bookBox__infoBox__kindBox {
    border-radius: calc((10 / 1020) * 100vw);
    margin-top: calc((50 / 1020) * 100vw);
    padding-bottom: calc((23 / 1020) * 100vw);
    padding-left: calc((20 / 1020) * 100vw);
    padding-right: calc((20 / 1020) * 100vw);
    padding-top: calc((37 / 1020) * 100vw);
    width: calc((546 / 1020) * 100vw);
  }
}

.p-newBooks__content__bookList__bookBox__infoBox__kindBox--kindle {
  margin-top: 60px;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__content__bookList__bookBox__infoBox__kindBox--kindle {
    margin-top: calc((60 / 1020) * 100vw);
  }
}

.p-newBooks__content__bookList__bookBox__infoBox__kindBox__title {
  background-color: #45629f;
  border-radius: 5px;
  color: #ffffff;
  font-size: 2.8rem;
  font-weight: bold;
  height: 40px;
  left: 10px;
  line-height: 40px;
  position: absolute;
  text-align: center;
  top: -20px;
  width: 120px;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__content__bookList__bookBox__infoBox__kindBox__title {
    border-radius: calc((5 / 1020) * 100vw);
    font-size: calc((28 / 1020) * 100vw);
    height: calc((40 / 1020) * 100vw);
    left: calc((10 / 1020) * 100vw);
    line-height: calc((40 / 1020) * 100vw);
    top: calc((-20 / 1020) * 100vw);
    width: calc((120 / 1020) * 100vw);
  }
}

.p-newBooks__content__bookList__bookBox__infoBox__kindBox__priceBox__price {
  font-size: 3.1rem;
  font-weight: bold;
  white-space: nowrap;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__content__bookList__bookBox__infoBox__kindBox__priceBox__price {
    font-size: calc((31 / 1020) * 100vw);
  }
}

.p-newBooks__content__bookList__bookBox__infoBox__kindBox__priceBox__price span {
  font-weight: normal;
}

.p-newBooks__content__bookList__bookBox__infoBox__kindBox__priceBox__text {
  border-top: 2px solid #3b3e2b;
  font-size: 2.5rem;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 10px;
  padding-top: 5px;
}

@media screen and (max-width: 1019px) {
  .p-newBooks__content__bookList__bookBox__infoBox__kindBox__priceBox__text {
    font-size: calc((25 / 1020) * 100vw);
    margin-top: calc((10 / 1020) * 100vw);
    padding-top: calc((5 / 1020) * 100vw);
  }
}

.p-publishedBooks__inner {
  padding-bottom: 35px;
  padding-top: 35px;
}

@media screen and (max-width: 1019px) {
  .p-publishedBooks__inner {
    padding-bottom: calc((35 / 1020) * 100vw);
    padding-top: calc((35 / 1020) * 100vw);
  }
}

.p-publishedBooks__content {
  margin-top: 30px;
}

@media screen and (max-width: 1019px) {
  .p-publishedBooks__content {
    margin-top: calc((30 / 1020) * 100vw);
  }
}

.p-publishedBooks__content__bookList > ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.p-publishedBooks__content__bookList > ul > li {
  width: 200px;
  margin-right: 60px;
  margin-top: 30px;
}

@media screen and (max-width: 1019px) {
  .p-publishedBooks__content__bookList > ul > li {
    width: calc((200 / 1020) * 100vw);
    margin-right: calc((60 / 1020) * 100vw);
    margin-top: calc((30 / 1020) * 100vw);
  }
}

.p-publishedBooks__content__bookList > ul > li:nth-child(-n+4) {
  margin-top: 0;
}

.p-publishedBooks__content__bookList > ul > li:nth-child(4n) {
  margin-right: 0;
}

.p-publishedBooks__content__bookList a {
  color: #3b3e2b;
}

.p-publishedBooks__content__bookList__bookBox__thumbnail img {
  height: 300px;
}

@media screen and (max-width: 1019px) {
  .p-publishedBooks__content__bookList__bookBox__thumbnail img {
    height: calc((300 / 1020) * 100vw);
  }
}

.p-publishedBooks__content__bookList__bookBox__title {
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.5;
  margin-top: 20px;
  text-align: justify;
}

@media screen and (max-width: 1019px) {
  .p-publishedBooks__content__bookList__bookBox__title {
    font-size: calc((16 / 1020) * 100vw);
    margin-top: calc((20 / 1020) * 100vw);
  }
}

.p-profile__inner {
  padding-bottom: 70px;
  padding-top: 35px;
}

@media screen and (max-width: 1019px) {
  .p-profile__inner {
    padding-bottom: calc((70 / 1020) * 100vw);
    padding-top: calc((35 / 1020) * 100vw);
  }
}

.p-profile__content {
  margin-top: 30px;
}

@media screen and (max-width: 1019px) {
  .p-profile__content {
    margin-top: calc((30 / 1020) * 100vw);
  }
}

.p-profile__content__entry p {
  font-size: 3.5rem;
  line-height: 1.42857;
}

@media screen and (max-width: 1019px) {
  .p-profile__content__entry p {
    font-size: calc((35 / 1020) * 100vw);
  }
}

.p-profile__content__entry a {
  color: #3b3e2b;
  text-decoration: underline;
}

/*
.p-profile__content__entry p:nth-child(n+3) {
  display: none;
}
*/

.p-profile__content__entry p + p {
  margin-top: 0.5em;
}

.p-profile__content__entry__showMore {
  cursor: pointer;
  display: block;
  font-weight: bold;
}

.p-profile__content__entry__hide {
  display: none;
  margin-top: 0.5em;
}

.p-profile__content__entry.is-open .p-profile__content__entry__showMore {
  display: none;
}

/*
.p-profile__content__entry.is-open p:nth-child(n+3) {
  display: block;
}
*/

.p-new__inner {
  padding-top: 50px;
  padding-bottom: 70px;
}

@media screen and (max-width: 1019px) {
  .p-new__inner {
    padding-top: calc((50 / 1020) * 100vw);
    padding-bottom: calc((70 / 1020) * 100vw);
  }
}

.p-news__inner {
  padding-bottom: 50px;
  padding-top: 70px;
}

@media screen and (max-width: 1019px) {
  .p-news__inner {
    padding-bottom: calc((50 / 1020) * 100vw);
    padding-top: calc((70 / 1020) * 100vw);
  }
}

.p-news__content {
  margin-top: 40px;
}

@media screen and (max-width: 1019px) {
  .p-news__content {
    margin-top: calc((40 / 1020) * 100vw);
  }
}

.p-news__content__postList > ul {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.p-news__content__postList > ul > li {
  margin-right: 20px;
  margin-top: 50px;
}

@media screen and (max-width: 1019px) {
  .p-news__content__postList > ul > li {
    margin-right: calc((20 / 1020) * 100vw);
    margin-top: calc((50 / 1020) * 100vw);
  }
}

.p-news__content__postList > ul > li:nth-child(-n+2) {
  margin-top: 0;
}

.p-news__content__postList > ul > li:nth-child(2n) {
  margin-right: 0;
}

.p-news__content__postList > ul > li:nth-child(n+5) {
  display: none;
}

.p-news__content__postList a {
  display: block;
}

.p-news__content__postList__postBox {
  width: 480px;
}

@media screen and (max-width: 1019px) {
  .p-news__content__postList__postBox {
    width: calc((480 / 1020) * 100vw);
  }
}

.p-news__content__postList__postBox__thumbnail {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 480px;
}

@media screen and (max-width: 1019px) {
  .p-news__content__postList__postBox__thumbnail {
    height: calc((300 / 1020) * 100vw);
    width: calc((480 / 1020) * 100vw);
  }
}

.p-news__content__postList__postBox__infoBox {
  margin-top: 25px;
  padding: 0 10px;
}

@media screen and (max-width: 1019px) {
  .p-news__content__postList__postBox__infoBox {
    margin-top: calc((25 / 1020) * 100vw);
    padding-left: calc((10 / 1020) * 100vw);
    padding-right: calc((10 / 1020) * 100vw);
  }
}

.p-news__content__postList__postBox__infoBox__pubDate {
  color: #3b3e2b;
  font-size: 1.9rem;
}

@media screen and (max-width: 1019px) {
  .p-news__content__postList__postBox__infoBox__pubDate {
    font-size: calc((19 / 1020) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news__content__postList__postBox__infoBox__pubDate {
    font-size: calc((32 / 1020) * 100vw);
  }
}

.p-news__content__postList__postBox__infoBox__title {
  color: #3b3e2b;
  font-size: 1.9rem;
  font-weight: normal;
  line-height: 1.68421;
  margin-top: 8px;
}

@media screen and (max-width: 1019px) {
  .p-news__content__postList__postBox__infoBox__title {
    font-size: calc((19 / 1020) * 100vw);
    margin-top: calc((8 / 1020) * 100vw);
  }
}

@media screen and (max-width: 767px) {
  .p-news__content__postList__postBox__infoBox__title {
    font-size: calc((32 / 1020) * 100vw);
  }
}

.p-news__content__postList.is-open > ul > li:nth-child(n+5) {
  display: block;
}

.p-news__content__postList.is-open .p-news__content__showMore {
  display: none;
}

.p-news__content__showMore {
  color: #45629f;
  cursor: pointer;
  font-family: "Work Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  margin-top: 60px;
  text-align: center;
}

@media screen and (max-width: 1019px) {
  .p-news__content__showMore {
    font-size: calc((35 / 1020) * 100vw);
    margin-top: calc((60 / 1020) * 100vw);
  }
}

.p-news__content__showMore::after {
  background-image: url('../images/common/icon_arrow_down.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: block;
  height: 20px;
  margin: 15px auto 0;
  width: 28px;
}

@media screen and (max-width: 1019px) {
  .p-news__content__showMore::after {
    height: calc((20 / 1020) * 100vw);
    margin-top: calc((15 / 1020) * 100vw);
    width: calc((28 / 1020) * 100vw);
  }
}

.p-talked__inner {
  padding-bottom: 50px;
  padding-top: 50px;
}

@media screen and (max-width: 1019px) {
  .p-talked__inner {
    padding-bottom: calc((50 / 1020) * 100vw);
    padding-top: calc((50 / 1020) * 100vw);
  }
}

@media screen and (max-width: 1019px) {
  .p-talked__content {
    margin-top: calc((30 / 1020) * 100vw);
  }
}

.p-talked__content_intro {
  font-size: 3.5rem;
}
@media screen and (max-width: 1019px) {
  .p-talked__content_intro {
    font-size: calc((35 / 1020) * 100vw);
  }
}

.p-talked__content_link .talked-unit {
  font-size: 1.9rem;
}
.p-talked__content_link .title {
  min-height: 5em;
  font-size: 1.9rem;
}
.p-talked__content_link .kind {
  font-size: inherit;
}
@media screen and (max-width: 1019px) {
  .p-talked__content_link .talked-unit {
    width: calc((480 / 1020) * 100vw);
    font-size: calc((19 / 1020) * 100vw);
    margin-bottom: calc((20 / 1020) * 100vw);
  }
  .p-talked__content_link .badge {
    font-size: calc((19 / 1020) * 100vw);
  }
  .p-talked__content_link .title {
    font-size: calc((19 / 1020) * 100vw);
  }
  .p-talked__content_link .job {
    padding-left: calc((30 / 1020) * 100vw);
  }
  .p-talked__content_link .people:before, .p-talked__content_link .place:before, .p-talked__content_link .date:before {
    margin: 0 calc((10 / 1020) * 100vw) 0 0;
    width: calc((20 / 1020) * 100vw);
    height: calc((20 / 1020) * 100vw);
  }
}
@media screen and (max-width: 767px) {
  .p-talked__content_link .talked-unit {
    font-size: calc((32 / 1020) * 100vw);
  }
  .p-talked__content_link .badge {
    font-size: calc((32 / 1020) * 100vw);
  }
  .p-talked__content_link .title {
    min-height: 6em;
    font-size: calc((32 / 1020) * 100vw);
  }
  .p-talked__content_link .job {
    padding-left: calc((40 / 1020) * 100vw);
  }
  .p-talked__content_link .people:before, .p-talked__content_link .place:before, .p-talked__content_link .date:before {
    margin: 0 calc((10 / 1020) * 100vw) 0 0;
    width: calc((30 / 1020) * 100vw);
    height: calc((30 / 1020) * 100vw);
  }
}

.p-talked__content__banner p {
  font-family: "Work Sans", sans-serif;
  font-size: 3.0rem;
}
.p-talked__content__banner img {
  width: 100%;
}
@media screen and (max-width: 1019px) {
  .p-talked__content__banner p {
    font-size: calc((35 / 1020) * 100vw);
  }
}

.p-contact__inner {
  padding-bottom: 35px;
  padding-top: 50px;
}

@media screen and (max-width: 1019px) {
  .p-contact__inner {
    padding-bottom: calc((35 / 1020) * 100vw);
    padding-top: calc((50 / 1020) * 100vw);
  }
}

.p-contact__content {
  margin-top: 60px;
}

@media screen and (max-width: 1019px) {
  .p-contact__content {
    margin-top: calc((60 / 1020) * 100vw);
  }
}

.p-contact__content__button a {
  -webkit-box-align: center;
  -webkit-box-pack: center;
          align-items: center;
  background: #45629f;
  border-radius: 68px;
  color: #ffffff;
  display: -webkit-box;
  display: flex;
  font-family: "Work Sans", sans-serif;
  font-size: 4.0rem;
  height: 136px;
          justify-content: center;
  margin: 0 auto;
  width: 601px;
}

@media screen and (max-width: 1019px) {
  .p-contact__content__button a {
    border-radius: calc((68 / 1020) * 100vw);
    font-size: calc((40 / 1020) * 100vw);
    height: calc((136 / 1020) * 100vw);
    width: calc((601 / 1020) * 100vw);
  }
}

.p-contact__content__button a::before {
  background-image: url('../images/common/icon_mail.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 45px;
  margin-right: 18px;
  width: 57px;
}

@media screen and (max-width: 1019px) {
  .p-contact__content__button a::before {
    height: calc((45 / 1020) * 100vw);
    margin-right: calc((18 / 1020) * 100vw);
    width: calc((57 / 1020) * 100vw);
  }
}

.p-sns__inner {
  padding-bottom: 45px;
  padding-top: 35px;
}

@media screen and (max-width: 1019px) {
  .p-sns__inner {
    padding-bottom: calc((45 / 1020) * 100vw);
    padding-top: calc((35 / 1020) * 100vw);
  }
}

.p-sns__content {
  -webkit-box-align: center;
  -webkit-box-pack: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
          justify-content: center;
}

.p-sns__content__title {
  color: #45629f;
  font-family: "Work Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
}

@media screen and (max-width: 1019px) {
  .p-sns__content__title {
    font-size: calc((35 / 1020) * 100vw);
  }
}

.p-sns__content__snsList {
  margin-left: 60px;
}

@media screen and (max-width: 1019px) {
  .p-sns__content__snsList {
    margin-left: calc((60 / 1020) * 100vw);
  }
}

.p-sns__content__snsList > ul {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
}

.p-sns__content__snsList > ul > li {
  margin-left: 40px;
}

@media screen and (max-width: 1019px) {
  .p-sns__content__snsList > ul > li {
    margin-left: calc((40 / 1020) * 100vw);
  }
}

.p-sns__content__snsList > ul > li:first-child {
  margin-left: 0;
}

.p-sns__content__snsList a {
  display: block;
}

.p-sns__content__snsList img {
  height: 45px;
}

@media screen and (max-width: 1019px) {
  .p-sns__content__snsList img {
    height: calc((45 / 1020) * 100vw);
  }
}

.p-footer__inner {
  padding-bottom: 40px;
  padding-top: 45px;
}

@media screen and (max-width: 1019px) {
  .p-footer__inner {
    padding-bottom: calc((40 / 1020) * 100vw);
    padding-top: calc((45 / 1020) * 100vw);
  }
}

.p-footer__content__logo {
  text-align: center;
}

.p-footer__content__logo img {
  width: 300px;
}

@media screen and (max-width: 1019px) {
  .p-footer__content__logo img {
    width: calc((300 / 1020) * 100vw);
  }
}

.p-footer__content__copyright {
  color: #45629f;
  font-family: "Work Sans", sans-serif;
  font-size: 3.5rem;
  font-weight: bold;
  margin-top: 140px;
  text-align: center;
}

@media screen and (max-width: 1019px) {
  .p-footer__content__copyright {
    font-size: calc((35 / 1020) * 100vw);
    margin-top: calc((140 / 1020) * 100vw);
  }
}


/* ===============================================================================
START ADD 20201013 Search
=============================================================================== */
.searchBtn {
	position: absolute;
  cursor: pointer;
  top: 10px;
  right: 0;
  width: 32px;
  height: 32px;
}
.searchBtn img {
  width: 100%;
}
.searchForm .searchBtn {
	position: absolute;
	top: 17px;
	right: 60px;
	width: 27px;
	height: 27px;
}
.searchForm .searchBtn {
	top: 21px;
	right: 90px;
	width: 32px;
	height: 32px;
}
.searchForm {
	position: fixed;
	top: 0;
	right: -100%;
	z-index: 1;
	width: 100%;
	height: 100%;
	overflow-y: scroll;
	background: rgba(0, 0, 0, 0.9);
	transition-property: right;
	transition-duration: .3s;
}
.searchForm.active {
	right: 0;
}
.searchForm > .inner {
	padding: 19px 22px 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}
.searchForm .closeBtn {
	width: 32px;
	margin: 0 0 22px 0;
}
.search-form {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	width: 100%;
}
.search-form .screen-reader-text {
	display: none;
}
.search-form .search-field {
	display: inline-block;
	box-sizing: border-box;
	margin: 0;
	padding: 7px;
	width: 100%;
	-webkit-appearance: none;
	max-width: 100%;
	border: 1px solid #ddd;
	color: #666;
	line-height: 24px;
}
.search-form .search-submit {
	position: absolute;
	top: 0;
	right: 0;
	padding: 8px;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
	background: #4464a1;
	color: #fff;
	font-size: 1.0625rem;
}
.search-form .search-submit .genericon-search {
	display: inline-block;
	color: #fff;
	content: '\f400';
	vertical-align: middle;
	text-decoration: inherit;
	font-weight: normal;
	font-style: normal;
	font-size: 24px;
	font-family: 'Genericons';
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
@media only screen and (min-width: 768px) {
  .searchBtn {
    top: 15px;
    width: 36px;
    height: 36px;
  }
	.searchForm .searchBtn {
		cursor: pointer;
		top: 30px;
		right: 100px;
		width: 36px;
		height: 36px;
	}
	.searchForm {
		overflow-y: auto;
		background: rgba(0, 0, 0, 0.8);
	}
	.searchForm > .inner {
		background: #000;
		width: 400px;
		padding: 26px 50px 50px;
		margin-left: auto;
	}
	.searchForm .closeBtn {
		cursor: pointer;
	}
	.searchForm .searchBtn:hover,
	.searchForm .closeBtn:hover {
		opacity: .7;
	}
}
/* ===============================================================================
END ADD 20201013 Search
=============================================================================== */


.bannerArea {
  margin: 0 0 70px;
}
.bannerArea a {
  display: block;
  width: 560px;
  margin: 0 auto;
}
.bannerArea a img {
  width: 560px;
}
@media screen and (max-width: 1019px) {
  .bannerArea {
    padding-bottom: calc((70 / 1020) * 100vw);
    padding-top: calc((35 / 1020) * 100vw);
    padding-left: calc(20 / 1020 * 100vw);
    padding-right: calc(20 / 1020 * 100vw);
    margin: 0;
  }
  .bannerArea a {
    width: 100%;
  }
  .bannerArea a img {
    width: 100%;
    height: auto;
  }
}

#cookie-law-info-bar .btn-modal.policy {
  display: inline-block;
  font-size: 13px;
  text-decoration: underline;
  cursor: pointer;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  #cookie-law-info-bar[data-cli-style="cli-style-v2"] {
    padding: 25px 15px!important;
  }
  .cli-bar-message {
    text-align: center!important;
  }
  .cli-bar-message + div {
    display: block;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
  }
}