@charset "UTF-8";
/* ==============================================================
*  foundation
* ============================================================ */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* #Base
   -------------------------------------------------------------------------- */
html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

html {
  font-size: 62.5%;
  line-height: 1.8;
}

body {
  color: #242424;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 400;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: auto;
  font-kerning: normal;
  background-color: #fff;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: Meiryo, sans-serif;
  }
}
/*_:-ms-input-placeholder, :root{
  font-family: Meiryo, sans-serif;
}*/
h1, h2, h3, h4, h5, h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.4;
  color: inherit;
}

ul, ol {
  padding-left: 1em;
  list-style: none;
}

li {
  list-style: none;
}

li > ul, li > ol {
  margin-bottom: 0;
}

dd {
  margin-left: 0;
}

table {
  width: 100%;
}

th {
  text-align: left;
}

a {
  text-decoration: none;
  color: #242424;
}
a:hover, a:active {
  text-decoration: none;
  color: #242424;
}

b, strong {
  font-family: -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI semibold", "Helvetica Neue", HelveticaNeue, YuGothic, "Yu Gothic", "Segoe UI", Verdana, Meiryo, sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

[src$=".svg"],
[data$=".svg"] {
  width: 100%;
}

i,
cite,
em,
address,
dfn {
  font-style: normal;
}

code,
pre {
  font-family: Consolas, Menlo, Courier, monospace;
}

code {
  padding: 0.2em;
  border-radius: 3px;
  font-size: 0.8em;
  background-color: rgba(0, 0, 0, 0.06);
}

pre code {
  padding: 0;
  font-size: 0.8em;
  background-color: inherit;
}

h1, h2, h3, h4, h5, h6,
ul, ol, dl,
blockquote, p, address,
hr,
table,
fieldset, figure,
pre {
  margin-top: 0;
  margin-bottom: 0;
}

/* ==============================================================
*  layout
* ============================================================ */
.l-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 112px;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .l-header {
    min-width: 100%;
    height: 58px;
  }
}
.l-header::before {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
  width: 100vw;
  height: 112px;
  box-shadow: 0 5px 8px rgba(0, 0, 0, 0.18);
  content: "";
}
@media screen and (max-width: 980px) {
  .l-header::before {
    content: none;
  }
}

.l-header_inner {
  display: flex;
  justify-content: space-between;
  max-width: 1240px;
  height: 100%;
  margin: 0 auto;
  padding: 0 20px;
}
@media screen and (max-width: 980px) {
  .l-header_inner {
    position: relative;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
  }
}

.l-header_logo {
  align-self: center;
  width: 260px;
  height: auto;
}
@media screen and (max-width: 980px) {
  .l-header_logo {
    position: absolute;
    top: 13px;
    left: 20px;
    width: 130px;
  }
}

.l-header_en {
  display: none;
}
@media screen and (max-width: 980px) {
  .l-header_en {
    position: absolute;
    top: 10px;
    right: 37px;
    display: block;
  }
  .l-header_en a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 37px;
    height: 37px;
  }
}

@media screen and (max-width: 980px) {
  .l-header_spMenu {
    position: absolute;
    top: 10px;
    right: 0;
  }
}

.l-headerMenu {
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 1200px) {
  .l-headerMenu {
    max-width: 700px;
  }
}
@media screen and (max-width: 980px) {
  .l-headerMenu {
    display: none;
    position: absolute;
    top: 58px;
    left: 0;
    width: 100%;
    max-width: 100%;
    height: 100vh;
    height: calc(var(--vh,1vh)*100 - 58px);
    background-color: #fff;
    overflow-y: scroll;
  }
}

.l-footer {
  width: 100%;
  padding: 15px 0;
  background-color: #4c4c4c;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .l-footer {
    min-width: 100%;
    padding-top: 0;
  }
}
:not(.l-main-top) + .l-footer {
  margin-top: 105px;
}

.l-footer_inner {
  width: 100%;
  max-width: 1240px;
  margin: 0 auto;
  padding: 0 20px;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .l-footer_inner {
    max-width: 100%;
    padding: 0;
  }
}

.l-footer_main {
  display: flex;
  flex-direction: row-reverse;
}
@media screen and (max-width: 980px) {
  .l-footer_main {
    display: block;
    padding-top: 20px;
  }
}

/*  #Main
   -------------------------------------------------------------------------- */
.l-main {
  width: 100%;
  padding-top: 112px;
}
@media screen and (max-width: 980px) {
  .l-main {
    padding-top: 58px;
    overflow: hidden;
  }
}

@media screen and (max-width: 980px) {
  .l-main_header {
    display: flex;
    flex-direction: column-reverse;
  }
}

.l-main_body {
  display: flex;
  width: 100%;
  max-width: 1240px;
  margin: 60px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 980px) {
  .l-main_body {
    margin-top: 20px;
  }
}

.l-main_contents {
  width: 100%;
  max-width: 865px;
}
@media screen and (max-width: 980px) {
  .l-main_contents {
    max-width: 100%;
  }
}

.l-main_sidebar {
  flex-shrink: 0;
  width: 255px;
  margin-left: 80px;
}
@media screen and (max-width: 980px) {
  .l-main_sidebar {
    display: none;
  }
}

/* ==============================================================
*  component
* ============================================================ */
.c-section {
  margin-top: 30px;
}

.c-section_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .c-section_inner {
    padding: 0 20px;
  }
}

.c-heading-lv1 {
  display: flex;
  align-items: center;
  font-size: 4.6rem;
  font-weight: 600;
  line-height: 0.7;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .c-heading-lv1 {
    align-items: center;
    font-size: 4.792vw;
  }
}
.c-heading-lv1 span {
  display: flex;
  align-items: center;
  font-size: 3.6rem;
  line-height: 1;
  vertical-align: text-bottom;
}
@media screen and (max-width: 980px) {
  .c-heading-lv1 span {
    font-size: 3.75vw;
  }
}
.c-heading-lv1 span:before {
  display: inline-block;
  width: 3px;
  height: 4.6rem;
  margin: 0 20px;
  background-color: #e70017;
  line-height: 1;
  content: "";
}
@media screen and (max-width: 980px) {
  .c-heading-lv1 span:before {
    width: 2px;
    height: 2.3rem;
    margin: 0 10px;
  }
}
.c-heading-lv2 {
  position: relative;
  margin-bottom: 30px;
  padding: 3px 0 7px 25px;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .c-heading-lv2 {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
* + .c-heading-lv2 {
  margin-top: 70px;
}
.c-heading-lv2::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background-color: #f0831e;
  content: "";
}
.c-heading-lv2 span {
  display: block;
  margin-top: 6px;
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  .c-heading-lv2 span {
    font-size: 1.6rem;
  }
}
.c-heading-lv3 {
  margin: 30px 0 15px;
  padding-bottom: 8px;
  border-bottom: 1px solid #f0831e;
  font-size: 1.6rem;
  font-weight: 500;
  color: #242424;
}
.c-heading-lv4 {
  margin: 40px 0 18px;
  padding: 8px 18px 9px;
  font-size: 2rem;
  font-weight: 500;
  background-color: #f6f5f1;
}
@media screen and (max-width: 480px) {
  .c-heading-lv4 {
    font-size: 1.8rem;
  }
}
.c-heading-lv5 {
  position: relative;
  margin: 35px 0 30px;
  padding: 0 0 0 25px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .c-heading-lv5 {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
}
.c-heading-lv5::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background-color: #f0831e;
  content: "";
}
.c-heading-lv6 {
  margin: 15px 0 4px;
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .c-heading-lv6 {
    font-size: 1.6rem;
  }
}

.c-textArea {
  max-width: 900px;
  margin: 0 auto;
  padding: 4rem 0;
}

.c-text {
  text-align: center;
}

.c-textLink {
  color: #242424;
  text-decoration: underline;
  transition: all .2s;
}
.c-textLink:hover, .c-textLink:active {
  color: #e50012;
}
.c-textLink-pdf {
  display: inline-block;
}
.c-textLink-pdf::after {
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-left: 10px;
  background: url("/common/images/common/icon_pdf.png") no-repeat;
  background-size: cover;
  content: "";
}
.c-textLink + .c-textLink-pdf {
  margin-left: 20px;
}

.c-button_link {
  display: block;
  width: 100%;
  padding: 4px;
  font-size: 2rem;
  color: #000;
  text-decoration: none;
  box-sizing: border-box;
}
.c-button_link:hover, .c-button_link:active {
  color: #000;
  text-decoration: none;
}

.c-listDisc {
  padding: 0;
}

.c-listDisc_item {
  position: relative;
  padding-left: 1em;
  text-indent: -1em;
}
.c-listDisc_item::before {
  content: "・";
}
.c-listDisc-arrow .c-listDisc_item {
  text-indent: 0;
}
.c-listDisc-arrow .c-listDisc_item::before {
  position: absolute;
  left: 0;
}
.c-listDisc_item p {
  text-indent: 0;
}

.c-listDisc_link {
  text-decoration: underline;
}
.c-listDisc_link:hover {
  text-decoration: none;
}
.c-listDisc_link-arrow {
  position: relative;
  text-decoration: none;
  transition: all .2s;
}
.c-listDisc_link-arrow:hover {
  color: #e50012;
  text-decoration: underline;
}
.c-listDisc_link-arrow::after {
  transform: translateY(-50%);
  display: inline-block;
  margin-left: 8px;
  border-top: 5px solid transparent;
  border-right: none;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #f0831e;
  vertical-align: text-bottom;
  content: "";
}

/* #List-ordered
  -------------------------------------------------------------------------- */
.c-listOrdered {
  margin: 0;
  padding: 0;
  counter-reset: ordered;
}

.c-listOrdered_item {
  position: relative;
  padding-left: 1.5em;
  list-style: none;
  counter-increment: ordered;
}
.c-listOrdered_item::before {
  position: absolute;
  left: 0;
  content: counter(ordered) ".";
}

.c-listOrdered--type2 .c-listOrdered_item {
  padding-left: 3em;
}
.c-listOrdered--type2 .c-listOrdered_item::before {
  content: "（" counter(ordered) "）";
}

/* #Table
  -------------------------------------------------------------------------- */
/*doc
---
title: table
name: table
categories: [component]
---

tableのレイアウトアルゴリズム（`table-layout`）の変更、
`<th>`と`<td>`のpaddingなどを変更します。

Modifierは以下のとおりです。

* セルの余白を変更 `--small`, `--large`

```block
<div class="c-wrapper">
  <table class="c-table c-table--fixed">
    <tr>
      <th class="u-percent50">th1</th>
      <th>th2</th>
      <th>th3</th>
    </tr>
    <tr>
      <td>td1</td>
      <td>td2</td>
      <td>td3</td>
    </tr>
  </table>
</div>
```
*/
.c-table {
  border: 1px solid #cfcfcf;
}
.c-table tr:not(:last-child) {
  border-bottom: 1px solid #cfcfcf;
}
.c-table th {
  width: 160px;
  padding: 13px 10px;
  font-size: 1.5rem;
  font-weight: 400;
  background-color: #f2f2f2;
  line-height: 1.4;
  text-align: center;
  vertical-align: top;
}
.c-table td {
  padding: 10px 20px;
  font-size: 1.5rem;
}

.c-tableWrap {
  margin: 10px 0;
}
@media screen and (max-width: 980px) {
  .c-tableWrap-scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .c-tableWrap-scroll::-webkit-scrollbar {
    height: 5px;
  }
  .c-tableWrap-scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .c-tableWrap-scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .c-tableWrap-scroll table {
    width: 100%;
  }
}

.c-tableWrap_date {
  margin-top: 10px;
  text-align: right;
}

/* ==============================================================
*  project
* ============================================================ */
.p-headerMenu_list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .p-headerMenu_list {
    padding: 9px;
    justify-content: center;
    background-color: #F5F5F5;
  }
}

@media screen and (max-width: 980px) {
  .p-headerMenu_item {
    width: 100%;
  }
}
.p-headerMenu_item a {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s;
}

@media screen and (max-width: 980px) {
  .p-headerMenu_item-english {
    display: none;
  }
}
.p-headerMenu_item-english a {
  padding: 6px 14px;
  border: 1px solid #4c4c4c;
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  background-color: #4c4c4c;
}
.p-headerMenu_item-english a:hover {
  color: #242424;
  background-color: #fff;
}

@media screen and (max-width: 980px) {
  .p-headerMenu_item-contact {
    display: none;
  }
}
.p-headerMenu_item-contact a {
  padding: 7px 20px;
  font-size: 1.4rem;
  font-weight: 500;
  border: 1px solid #fa9146;
  color: #fff;
  background-color: #fa9146;
}
.p-headerMenu_item-contact a:hover {
  color: #fa9146;
  background-color: #fff;
}

.p-headerMenu_button .p-headerMenu_link {
  display: none;
}
@media screen and (max-width: 980px) {
  .p-headerMenu_button .p-headerMenu_link {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    font-size: 1.3rem;
    font-weight: 500;
    color: #fff;
    background-color: #4C4C4C;
  }
}

@media screen and (max-width: 980px) {
  .p-spMenu {
    display: block;
    width: 37px;
    height: 37px;
    background-color: #fa9146;
  }
}

@media screen and (max-width: 980px) {
  .p-spMenu_item {
    position: relative;
    top: 17px;
    left: 8px;
    display: block;
    width: 21px;
    height: 2px;
    background-color: #fff;
    transition: all .1s;
  }
  .is-open .p-spMenu_item {
    visibility: hidden;
  }
  .p-spMenu_item::before {
    position: absolute;
    top: -8px;
    left: 0;
    transform-origin: center;
    width: 21px;
    height: 2px;
    background-color: #fff;
    transition: all .3s;
    content: "";
  }
  .is-open .p-spMenu_item::before {
    top: 0;
    transform: rotate(135deg);
    visibility: visible;
  }
  .p-spMenu_item::after {
    position: absolute;
    top: 8px;
    left: 0;
    transform-origin: center;
    width: 21px;
    height: 2px;
    background-color: #fff;
    transition: all .3s;
    content: "";
  }
  .is-open .p-spMenu_item::after {
    top: 0;
    transform: rotate(225deg);
    visibility: visible;
  }
}

.p-globalNavigation {
  height: 45%;
  margin-top: 22px;
}
@media screen and (max-width: 980px) {
  .p-globalNavigation {
    margin: 0;
    height: calc(100% - 105px);
  }
}

.p-globalNavigation_list {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  margin: 0 -20px;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 1200px) {
  .p-globalNavigation_list {
    margin: 0 -1vw;
  }
}
@media screen and (max-width: 980px) {
  .p-globalNavigation_list {
    position: relative;
    display: block;
    margin: 0;
    background: linear-gradient(to right, #fa9146 116px, #fff 116px);
    overflow-y: auto;
    -webkit-overflow-scrolling: auto;
  }
}

.p-globalNavigation_item {
  margin: 0 20px;
}
@media screen and (max-width: 1200px) {
  .p-globalNavigation_item {
    margin: 0 1vw;
  }
}
@media screen and (max-width: 980px) {
  .p-globalNavigation_item {
    margin: 0;
  }
}

.p-globalNavigation_link {
  position: relative;
  display: block;
  font-size: 1.6rem;
  font-weight: 500;
  color: #242424;
  text-decoration: none;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .p-globalNavigation_link {
    display: none;
  }
}
.p-globalNavigation_link:hover, .p-globalNavigation_link:active {
  color: #242424;
  text-decoration: none;
}
.p-globalNavigation_link::before {
  position: absolute;
  bottom: -4px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 4px;
  transition: all .3s;
  content: "";
}
.p-globalNavigation_item:hover .p-globalNavigation_link::before {
  background-color: #f78e45;
}
.is-active .p-globalNavigation_link::before {
  background-color: #f78e45;
}
.is-current .p-globalNavigation_link::before {
  background-color: #f78e45;
}

.p-megaMenu {
  position: absolute;
  top: 112px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
  display: none;
  width: 100%;
  max-width: 1200px;
  height: 470px;
  border: 1px solid #fa9146;
  border-top: none;
  background-color: #fff;
  cursor: auto;
}
@media screen and (max-width: 980px) {
  .p-megaMenu {
    position: static;
    transform: none;
    display: block;
    max-width: 100%;
    height: auto;
    border: none;
  }
}

.p-megaMenu_inner {
  width: 865px;
  margin: 0 auto;
  padding: 35px 0;
}
@media screen and (max-width: 980px) {
  .p-megaMenu_inner {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 980px) {
  .p-megaMenu_header {
    display: inline-block;
    width: auto;
    vertical-align: top;
  }
}

.p-megaMenu_title {
  position: relative;
  padding: 4px 0 4px 80px;
  font-size: 3rem;
  font-weight: 300;
  color: #fa9146;
  background: linear-gradient(to right, #fa9146 62px, #ffffff 62px);
}
@media screen and (max-width: 980px) {
  .p-megaMenu_title {
    z-index: 1;
    display: inline-block;
    width: 116px;
    height: 76px;
    padding: 38px 5px 6px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #fff;
    background: #fa9146;
    text-align: center;
    line-height: 1.4;
    cursor: pointer;
  }
  .is-active .p-megaMenu_title {
    color: #fa9146;
    background-color: rgba(240, 160, 50, 0.1);
  }
}
.p-megaMenu_title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 62px;
  height: 62px;
  background-color: #fff;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 980px) {
  .p-megaMenu_title::before {
    z-index: -1;
    width: 115px;
    height: 76px;
    -webkit-mask-position: top -2px center;
    mask-position: top center;
    -webkit-mask-size: 40%;
    mask-size: 40%;
  }
  .is-active .p-megaMenu_title::before {
    background-color: #fa9146;
  }
}
.p-megaMenu_title1::before {
  -webkit-mask-image: url("/common/images/common/icon_navi_001.svg");
  mask-image: url("/common/images/common/icon_navi_001.svg");
}
.p-megaMenu_title2::before {
  -webkit-mask-image: url("/common/images/common/icon_navi_002.svg");
  mask-image: url("/common/images/common/icon_navi_002.svg");
}
.p-megaMenu_title3::before {
  -webkit-mask-image: url("/common/images/common/icon_navi_003.svg");
  mask-image: url("/common/images/common/icon_navi_003.svg");
}
.p-megaMenu_title4::before {
  -webkit-mask-image: url("/common/images/common/icon_navi_004.svg");
  mask-image: url("/common/images/common/icon_navi_004.svg");
}
.p-megaMenu_title5::before {
  -webkit-mask-image: url("/common/images/common/icon_navi_005.svg");
  mask-image: url("/common/images/common/icon_navi_005.svg");
}
.p-megaMenu_title6::before {
  -webkit-mask-image: url("/common/images/common/icon_navi_006.svg");
  mask-image: url("/common/images/common/icon_navi_006.svg");
}

.p-megaMenu_body {
  display: flex;
  margin: 30px -16px 0;
}
@media screen and (max-width: 980px) {
  .p-megaMenu_body {
    position: absolute;
    top: 0;
    left: 116px;
    display: none;
    width: calc(100% - 116px);
    height: 100%;
    margin: 0;
    overflow-y: scroll;
  }
}

.p-megaMenu_list {
  width: calc(100% / 3);
  margin: 0 13px;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .p-megaMenu_list {
    width: calc(100% - 40px);
    margin: 0 20px;
  }
}

.p-megaMenu_item {
  padding: 10px 0;
  border-top: 1px solid #d8d9d9;
}
@media screen and (max-width: 980px) {
  .p-megaMenu_item {
    position: relative;
    width: 100%;
    padding: 0;
    border-top: none;
    border-bottom: 1px solid #d8d9d9;
  }
}
.p-megaMenu_item:last-child {
  border-bottom: 1px solid #d8d9d9;
}
.p-megaMenu_item-icon {
  padding-left: 20px;
}
@media screen and (max-width: 980px) {
  .p-megaMenu_item-icon {
    padding: 0;
  }
}

.p-megaMenu_link {
  font-size: 1.5rem;
  font-weight: 500;
  color: #242424;
  transition: all .2s;
}
@media screen and (max-width: 980px) {
  .p-megaMenu_link {
    position: relative;
    display: block;
    padding: 10px 0;
  }
  .p-megaMenu_link:not(.p-megaMenu_item-icon)::before {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%) rotate(45deg);
    width: 4px;
    height: 4px;
    border-top: 1px solid #242424;
    border-right: 1px solid #242424;
    content: "";
  }
}
.p-megaMenu_link:hover {
  color: #fa9146;
}
.p-megaMenu_link-none {
  color: #fa9146;
}
.p-megaMenu_item-icon .p-megaMenu_link {
  position: relative;
  cursor: default;
}
@media screen and (max-width: 980px) {
  .p-megaMenu_item-icon .p-megaMenu_link {
    cursor: pointer;
  }
}
.p-megaMenu_item-icon .p-megaMenu_link::before {
  position: absolute;
  top: 50%;
  left: -20px;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #fa9146;
  content: "";
}
@media screen and (max-width: 980px) {
  .p-megaMenu_item-icon .p-megaMenu_link::before {
    right: 0;
    left: auto;
  }
}
.p-megaMenu_item-icon .p-megaMenu_link span::before, .p-megaMenu_item-icon .p-megaMenu_link span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #fa9146;
  content: "";
}
.p-megaMenu_item-icon .p-megaMenu_link span::before {
  left: -17px;
  width: 9px;
  height: 1px;
}
@media screen and (max-width: 980px) {
  .p-megaMenu_item-icon .p-megaMenu_link span::before {
    left: auto;
    right: 3px;
  }
}
.p-megaMenu_item-icon .p-megaMenu_link span::after {
  left: -13px;
  width: 1px;
  height: 9px;
}
@media screen and (max-width: 980px) {
  .p-megaMenu_item-icon .p-megaMenu_link span::after {
    left: auto;
    right: 7px;
  }
}
@media screen and (max-width: 980px) {
  .p-megaMenu_item-icon.is-active .p-megaMenu_link span::before {
    transform: translateY(-50%) rotate(180deg);
  }
}
@media screen and (max-width: 980px) {
  .p-megaMenu_item-icon.is-active .p-megaMenu_link span::after {
    transform: translateY(-50%) rotate(90deg);
  }
}

.p-megaMenuChild_list {
  padding: 0;
}
@media screen and (max-width: 980px) {
  .p-megaMenuChild_list:not(.p-megaMenuChild_list-open) {
    display: none;
  }
}

.p-megaMenuChild_item {
  line-height: 1.6;
}
@media screen and (max-width: 980px) {
  .p-megaMenuChild_item {
    border-top: 1px solid #d8d9d9;
  }
}

.p-megaMenuChild_link {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  font-size: 1.4rem;
  font-weight: 400;
  transition: all .2s;
}
@media screen and (max-width: 980px) {
  .p-megaMenuChild_link {
    display: block;
    padding: 10px 10px 10px 20px;
  }
}
.p-megaMenuChild_link:not(.p-megaMenuChild_link-none):hover {
  color: #fa9146;
}
.p-megaMenuChild_link::before {
  position: absolute;
  top: 12px;
  left: 0;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-right: none;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fa9146;
  content: "";
}
@media screen and (max-width: 980px) {
  .p-megaMenuChild_link::before {
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%) rotate(45deg);
    width: 4px;
    height: 4px;
    border-top: 1px solid #242424;
    border-right: 1px solid #242424;
    border-bottom: none;
    border-left: none;
  }
}
.p-megaMenuChild_link-none::before {
  content: none;
}

.p-megaMenuChild2_list {
  padding-left: 10px;
}
@media screen and (max-width: 980px) {
  .p-megaMenuChild2_list {
    padding-left: 0;
  }
}

@media screen and (max-width: 980px) {
  .p-megaMenuChild2_item {
    border-top: 1px solid #d8d9d9;
  }
}

.p-megaMenuChild2_link {
  position: relative;
  padding-left: 15px;
  font-size: 1.4rem;
  transition: all .2s;
}
@media screen and (max-width: 980px) {
  .p-megaMenuChild2_link {
    display: block;
    padding: 10px 10px 10px 35px;
  }
}
.p-megaMenuChild2_link:hover {
  color: #fa9146;
}
.p-megaMenuChild2_link::before {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 6px;
  height: 1px;
  background-color: #fa9146;
  content: "";
}
@media screen and (max-width: 980px) {
  .p-megaMenuChild2_link::before {
    top: 20px;
    left: 22px;
  }
}
@media screen and (max-width: 980px) {
  .p-megaMenuChild2_link::after {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    transform: translateY(-50%) rotate(45deg);
    width: 4px;
    height: 4px;
    border-top: 1px solid #242424;
    border-right: 1px solid #242424;
    border-bottom: none;
    border-left: none;
    content: "";
  }
}

.p-search {
  position: relative;
  display: block;
  width: 191px;
  margin-right: 16px;
  padding: 0 10px;
  border: 1px solid #242424;
  border-radius: 3px;
  background-color: #fff;
  box-sizing: border-box;
  overflow: hidden;
}
@media screen and (max-width: 980px) {
  .p-search {
    width: 100%;
    margin: 0;
  }
}

.p-search_textarea {
  transform: translateY(-1px);
  width: 140px;
  border: none;
  background-color: #fff;
  font-size: 1.3rem;
  line-height: 20px;
}
@media screen and (max-width: 980px) {
  .p-search_textarea {
    width: 100%;
  }
}
.p-search_textarea:focus {
  outline: 0;
}

.p-search_button {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 16px;
  transform: translateY(-50%);
  height: 16px;
  padding: 12px 14px;
  border: none;
  background-color: transparent;
  background-image: url("/common/images/common/img_nav_search.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  outline: none;
}

/* #Breadcrumb
  -------------------------------------------------------------------------- */
.p-breadcrumb {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 22px 0;
  line-height: 1;
  list-style-type: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  .p-breadcrumb {
    padding: 22px 20px;
  }
}
@media screen and (max-width: 980px) {
  .p-breadcrumb {
    padding: 15px 20px;
  }
}

.p-breadcrumb_item {
  display: inline-block;
  font-size: 1.5rem;
  color: #aaa;
}
@media screen and (max-width: 980px) {
  .p-breadcrumb_item {
    font-size: 1.2rem;
  }
}
.p-breadcrumb_item.is-current {
  color: #f0831e;
}
.p-breadcrumb_item:not(:first-of-type):before {
  margin: 0 0.5em;
  color: #242424;
  content: "/";
}

.p-breadcrumb_link {
  display: inline-block;
  color: #242424;
  text-decoration: none;
}
.p-breadcrumb_link:hover, .p-breadcrumb_link:focus {
  color: #242424;
  text-decoration: none;
}

.p-mainVisualList {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  color: #fff;
}
.p-mainVisualList.slick-initialized {
  display: flex;
}

.p-mainVisual {
  position: relative;
  display: block;
  transition: all .2s;
}
.p-mainVisual:hover {
  opacity: .8;
}

.p-mainVisual_image {
  width: 100vw;
}

.p-mainVisual_texts {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .p-mainVisual_texts {
    max-width: 80%;
  }
}

.p-mainVisual_title img {
  margin: 0 auto;
}

.p-mainVisual_text {
  font-size: 1.8rem;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .p-mainVisual_text {
    display: none;
  }
}

.p-mainVisual_button {
  display: inline-block;
  margin-top: 60px;
  padding: 5px 46px 7px;
  border-radius: 20px;
  font-size: 1.6rem;
  background-color: #fa9146;
}
@media screen and (max-width: 980px) {
  .p-mainVisual_button {
    margin-top: 10px;
    padding: 5px 23px 7px;
    font-size: 1.1rem;
    font-weight: 400;
  }
}

.slick-dots {
  display: flex;
  bottom: -6px;
  left: 0;
}

.slick-dots li {
  width: 100%;
  height: 6px;
  margin: 0;
}
@media screen and (max-width: 980px) {
  .slick-dots li {
    height: 4px;
  }
}

.slick-dots li button {
  width: 100%;
  height: 6px;
  padding: 0;
  background: #D8D9D9;
}
@media screen and (max-width: 980px) {
  .slick-dots li button {
    height: 4px;
  }
}

.slick-dots .slick-active button {
  background: #F0A032;
}

.slick-dots li button::before {
  content: none;
}

.p-pageHeader {
  display: flex;
  align-items: center;
  height: 200px;
  background-color: #f0a032;
  background-repeat: no-repeat;
  background-position: center right;
}
@media screen and (max-width: 980px) {
  .p-pageHeader {
    height: auto;
    padding: 13px 0;
  }
}
.p-pageHeader-jsri {
  background-image: url("/common/images/jsri/mv_jsri_001.jpg");
}
@media screen and (max-width: 980px) {
  .p-pageHeader-jsri {
    background-image: none;
  }
}
.p-pageHeader-studygroup {
  background-image: url("/common/images/studygroup/mv_studygroup_001.jpg");
}
@media screen and (max-width: 980px) {
  .p-pageHeader-studygroup {
    background-image: none;
  }
}
.p-pageHeader-lectures {
  background-image: url("/common/images/lectures/mv_lectures_001.jpg");
}
@media screen and (max-width: 980px) {
  .p-pageHeader-lectures {
    background-image: none;
  }
}
.p-pageHeader-publication {
  background-image: url("/common/images/publication/mv_publication_001.jpg");
}
@media screen and (max-width: 980px) {
  .p-pageHeader-publication {
    background-image: none;
  }
}
.p-pageHeader-library {
  background-image: url("/common/images/library/mv_library_001.jpg");
}
@media screen and (max-width: 980px) {
  .p-pageHeader-library {
    background-image: none;
  }
}
.p-pageHeader-db {
  background-image: url("/common/images/db/mv_db_001.jpg");
}
@media screen and (max-width: 980px) {
  .p-pageHeader-db {
    background-image: none;
  }
}

.p-pageHeader_inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.p-pageHeader_title {
  position: relative;
  padding-left: 100px;
  font-size: 3rem;
  font-weight: 500;
  color: #fff;
  text-shadow: 1px 1px 5px #fa9146, 1px -1px 5px #fa9146, -1px -1px 5px #fa9146, -1px 1px 5px #fa9146;
}
@media screen and (max-width: 1200px) {
  .p-pageHeader_title {
    padding: 0 20px 0 120px;
  }
}
@media screen and (max-width: 980px) {
  .p-pageHeader_title {
    padding-left: 65px;
    font-size: 1.8rem;
    font-weight: 700;
  }
}
.p-pageHeader_title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  background-repeat: no-repeat;
  content: "";
}
@media screen and (max-width: 1200px) {
  .p-pageHeader_title::before {
    left: 20px;
  }
}
@media screen and (max-width: 980px) {
  .p-pageHeader_title::before {
    background-size: cover;
  }
}
.p-pageHeader-jsri .p-pageHeader_title::before {
  width: 72px;
  height: 56px;
  background-image: url("/common/images/jsri/icon_jsri_001.png");
}
@media screen and (max-width: 980px) {
  .p-pageHeader-jsri .p-pageHeader_title::before {
    width: 32px;
    height: 25px;
  }
}
.p-pageHeader-studygroup .p-pageHeader_title::before {
  width: 73px;
  height: 54px;
  background-image: url("/common/images/studygroup/icon_studygroup_001.png");
}
@media screen and (max-width: 980px) {
  .p-pageHeader-studygroup .p-pageHeader_title::before {
    width: 32px;
    height: 24px;
  }
}
.p-pageHeader-lectures .p-pageHeader_title::before {
  width: 82px;
  height: 59px;
  background-image: url("/common/images/lectures/icon_lectures_001.png");
}
@media screen and (max-width: 980px) {
  .p-pageHeader-lectures .p-pageHeader_title::before {
    width: 38px;
    height: 27px;
  }
}
.p-pageHeader-publication .p-pageHeader_title::before {
  width: 73px;
  height: 64px;
  background-image: url("/common/images/publication/icon_publication_001.png");
}
@media screen and (max-width: 980px) {
  .p-pageHeader-publication .p-pageHeader_title::before {
    width: 32px;
    height: 28px;
  }
}
.p-pageHeader-library .p-pageHeader_title::before {
  width: 62px;
  height: 60px;
  background-image: url("/common/images/library/icon_library_001.png");
}
@media screen and (max-width: 980px) {
  .p-pageHeader-library .p-pageHeader_title::before {
    width: 31px;
    height: 30px;
  }
}
.p-pageHeader-db .p-pageHeader_title::before {
  width: 70px;
  height: 54px;
  background-image: url("/common/images/db/icon_db_001.png");
}
@media screen and (max-width: 980px) {
  .p-pageHeader-db .p-pageHeader_title::before {
    width: 35px;
    height: 27px;
  }
}

.p-sidebarText {
  margin-top: 25px;
  color: #707070;
}
.p-sidebarText .c-textLink {
  color: #707070;
}
.p-sidebarText .c-textLink:hover {
  color: #e50012;
}

.p-sidebarArchivesWrap {
  margin-top: 40px;
  border: 1px solid #c8c8c8;
}

.p-sidebarArchives_title {
  padding: 10px 0;
  font-weight: 700;
  color: #fff;
  background-color: #f1835b;
  text-align: center;
}

.p-sidebarArchives {
  padding: 10px 12px;
}

.p-sidebarArchives_link {
  font-size: 1.7rem;
  font-weight: 500;
}

.p-sidebarButton {
  margin-top: 40px;
}

.p-sidebarButton_link {
  position: relative;
  display: block;
  width: 100%;
  padding: 10px 20px 10px;
  border: 1px solid #DD5A31;
  font-weight: 700;
  color: #fff;
  background-color: #DD5A31;
  text-align: center;
  transition: all .2s;
}
.p-sidebarButton_link:hover {
  background-color: #fff;
}
.p-sidebarButton_link:hover::after {
  border-color: #DD5A31;
}
.p-sidebarButton_link::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.p-localNavigation_title {
  padding: 9px 25px 10px;
  background-color: #f1835b;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
}

.p-localNavigationList {
  margin: 0;
  padding: 1px 0 0 0;
}

.p-localNavigationList_item {
  border-bottom: 1px solid #99999a;
}

.p-localNavigationList_link {
  position: relative;
  display: block;
  padding: 12px 25px;
  font-size: 1.5rem;
  line-height: 1.4;
  transition: all .2s;
}
.is-current .p-localNavigationList_link, .p-localNavigationList_link:hover {
  color: #f1835b;
}
.p-localNavigationList_link::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-top: 1px solid #231815;
  border-right: 1px solid #231815;
  content: "";
}
.is-current .p-localNavigationList_link::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #f1835b;
  content: "";
}

.p-localNavigationList_title {
  position: relative;
  display: block;
  padding: 12px 25px;
  font-size: 1.5rem;
  line-height: 1.4;
}
.p-localNavigationList_title-icon {
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 980px) {
  .p-localNavigationList_title-icon {
    cursor: pointer;
  }
}
.p-localNavigationList_title-icon::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 1px solid #f1835b;
  content: "";
}
.p-localNavigationList_title-icon span::before, .p-localNavigationList_title-icon span::after {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f1835b;
  transition: all .3s;
  content: "";
}
.p-localNavigationList_title-icon span::before {
  right: 3px;
  width: 9px;
  height: 1px;
}
.p-localNavigationList_title-icon span::after {
  right: 7px;
  width: 1px;
  height: 9px;
}
.p-localNavigationList_title-icon.is-active span::before {
  display: none;
  transform: translateY(-50%) rotate(90deg);
}
.p-localNavigationList_title-icon.is-active span::after {
  transform: translateY(-50%) rotate(90deg);
}
.is-current .p-localNavigationList_title {
  color: #f1835b;
}
.is-current .p-localNavigationList_title::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 5px;
  height: 100%;
  background-color: #f1835b;
  content: "";
}

.p-localNavigationLowerList {
  padding: 0 0 10px 0;
  display: none;
}
.p-localNavigationLowerList-open {
  display: block;
}
.is-current .p-localNavigationLowerList {
  display: block;
}

.p-localNavigationLowerList_item {
  padding: 0 25px;
}

.p-localNavigationLowerList_link {
  position: relative;
  display: block;
  padding: 6px 0 6px 15px;
  line-height: 1.4;
  transition: all .2s;
}
.p-localNavigationLowerList_link:not(.p-localNavigationLowerList_link-none):hover {
  color: #f1835b;
}
.p-localNavigationLowerList_link::before {
  position: absolute;
  top: 17px;
  left: 4px;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-right: none;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #f1835b;
  content: "";
}
.p-localNavigationLowerList_link-none::before {
  content: none;
}

.p-localNavigationLowerList2 {
  padding-left: 10px;
}

.p-localNavigationLowerList2_link {
  position: relative;
  display: block;
  padding: 5px 6px 5px 20px;
  font-size: 1.5rem;
  line-height: 1.4;
  transition: all .2s;
}
.p-localNavigationLowerList2_link:hover {
  color: #f1835b;
}
.p-localNavigationLowerList2_link::before {
  position: absolute;
  top: 16px;
  left: 8px;
  display: block;
  width: 6px;
  height: 1px;
  background-color: #f1835b;
  content: "";
}

.p-content {
  width: 100%;
  overflow: hidden;
}

.p-content_body p {
  text-indent: 1em;
}

.p-media {
  display: flex;
}
@media screen and (max-width: 980px) {
  .p-media {
    flex-direction: column;
  }
}

.p-media_text {
  width: 100%;
  max-width: 610px;
}
@media screen and (max-width: 980px) {
  .p-media_text {
    order: 2;
    max-width: 100%;
  }
}

.p-media_image {
  width: 210px;
  margin-left: 40px;
}
@media screen and (max-width: 980px) {
  .p-media_image {
    order: 1;
    margin: 0 auto 30px;
  }
}

.p-media_caption {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.33;
  text-indent: 0 !important;
}
@media screen and (max-width: 480px) {
  .p-media_caption {
    text-align: center;
  }
}
.p-media_caption span {
  display: inline-block;
  line-height: 2.33;
}

.p-footerMenu {
  display: flex;
  justify-content: flex-end;
  align-items: flex-start;
  margin: 0 -10px;
}
@media screen and (max-width: 980px) {
  .p-footerMenu {
    display: block;
    margin: 0;
  }
}

.p-footerMenu_item {
  padding: 0 10px;
  position: relative;
  line-height: 1;
}
@media screen and (max-width: 980px) {
  .p-footerMenu_item {
    padding: 0;
  }
}
.p-footerMenu_item:not(:last-child)::after {
  position: absolute;
  top: 60%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 12px;
  background-color: #8c8c8c;
  content: "";
}
@media screen and (max-width: 980px) {
  .p-footerMenu_item:not(:last-child)::after {
    content: none;
  }
}

.p-footerMenu_link {
  color: #fff;
  text-decoration: underline;
  font-size: 1.2rem;
  transition: all .2s;
}
@media screen and (max-width: 980px) {
  .p-footerMenu_link {
    line-height: 1.6;
  }
}
.p-footerMenu_link:hover {
  color: #fa9146;
}

.p-footer_texts {
  margin: 0 auto 0 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 980px) {
  .p-footer_texts {
    margin-top: 20px;
    padding: 0 14px;
  }
}

.p-pagetop {
  position: fixed;
  right: 30px;
  bottom: 90px;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 980px) {
  .p-pagetop {
    position: static;
  }
}

.p-pagetop_link {
  position: relative;
  display: block;
  width: 70px;
  height: 70px;
  margin-bottom: 10px;
  border: 1px solid #fa9146;
  font-size: 0;
  border-radius: 50%;
  background-color: #fa9146;
  box-shadow: 0 7px 4px rgba(0, 0, 0, 0.35);
  transition: all .2s;
}
@media screen and (max-width: 980px) {
  .p-pagetop_link {
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding: 12px 0;
    border-color: #242424;
    font-size: 1.4rem;
    color: #fff;
    background-color: #242424;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
  }
}
.p-pagetop_link:hover {
  background-color: #fff;
}
.p-pagetop_link:hover span::before {
  border-color: #fa9146;
}
@media screen and (max-width: 980px) {
  .p-pagetop_link:hover span::before {
    background-color: #242424;
  }
}
@media screen and (max-width: 980px) {
  .p-pagetop_link span {
    position: relative;
    padding-left: 18px;
  }
}
.p-pagetop_link span::before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -30%) rotate(-45deg);
  width: 23px;
  height: 23px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}
@media screen and (max-width: 980px) {
  .p-pagetop_link span::before {
    top: auto;
    left: 0;
    bottom: -4px;
    transform: translateY(-50%);
    width: 12px;
    height: 12px;
    border: none;
    background-color: #fff;
    -webkit-mask: url("/common/images/common/icon_pagetop.svg") no-repeat;
    mask: url("/common/images/common/icon_pagetop.svg") no-repeat;
  }
}

.p-pageback {
  margin-top: 40px;
}

.p-pageback_link {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  color: #717071;
  line-height: 2.6;
}
.p-pageback_link::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border: 1px solid #717071;
  border-radius: 50%;
  content: "";
}
.p-pageback_link::after {
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #717071;
  border-left: 1px solid #717071;
  content: "";
}

.p-top-visual {
  max-width: 100%;
  margin: 0;
}

.p-top-links {
  margin-top: 70px;
  padding: 70px 0;
  background-color: #f8f7f3;
}

.p-top_title {
  margin-top: 3.5rem;
  font-size: 2.8rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .p-top_title {
    font-size: 1.8rem;
  }
}

.p-top_caption {
  font-size: 1.5rem;
  font-weight: 400;
  text-align: center;
  color: #8C8C8C;
}
@media screen and (max-width: 980px) {
  .p-top_caption {
    display: none;
  }
}

.p-top_description {
  margin-top: 2.5rem;
  font-size: 2.2rem;
  font-weight: 400;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .p-top_description {
    display: none;
  }
}

.p-topListButton {
  margin-top: 38px;
  text-align: right;
}

.p-topListButton_link {
  position: relative;
  padding-right: 50px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #717071;
}
.p-topListButton_link::before {
  position: absolute;
  top: 50%;
  right: 11px;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #717171;
  border-right: 1px solid #717171;
  content: "";
}
.p-topListButton_link::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 35px;
  height: 35px;
  border: 1px solid #717171;
  border-radius: 50%;
  content: "";
}

.p-topNewsTab {
  margin-top: 25px;
}

.p-topNewsTab input[type="radio"] {
  display: none;
}

.p-topNewsTab_item {
  position: relative;
  width: calc((100% / 5) - 1px);
  display: inline-block;
  margin-right: 1px;
  padding: 16px 0;
  font-size: 1.7rem;
  font-weight: 700;
  text-align: center;
  background-color: #b3b3b3;
  color: #fff;
  transition: all .3s;
  cursor: pointer;
}
:checked + .p-topNewsTab_item {
  background-color: #fa9146;
}
@media screen and (max-width: 980px) {
  .p-topNewsTab_item {
    position: relative;
    width: calc((100% / 2) - 1px);
    border-top: 1px solid #fff;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .p-topNewsTab_item::before {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 6px;
    height: 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
    content: "";
  }
}
@media screen and (max-width: 980px) {
  .p-topNewsTab_item:first-of-type {
    width: 100%;
    border: none;
  }
}

.p-topNews_list {
  margin: 0;
  padding: 0;
}

.p-topNews_item {
  border-bottom: 1px solid #d8d8d8;
}

.p-topNews_link {
  position: relative;
  display: flex;
  padding: 23px 0;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 980px) {
  .p-topNews_link {
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
.p-topNews_link::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #858585;
  border-right: 1px solid #858585;
  content: "";
}

.p-topNews_date {
  flex-shrink: 0;
  margin-right: 50px;
  color: #8c8c8c;
}
@media screen and (max-width: 980px) {
  .p-topNews_date {
    margin-right: 30px;
    line-height: 1.3;
  }
}

.p-topNews_category {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 120px;
  margin-right: 25px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .p-topNews_category {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.p-topNews_category span {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #fa9146;
}

.p-topNews_title {
  padding-right: 20px;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .p-topNews_title {
    width: 100%;
    margin-top: 10px;
  }
}

.p-topNewsTab_content {
  display: none;
}

#topNews1:checked ~ #p-topNewsTab_content1,
#topNews2:checked ~ #p-topNewsTab_content2,
#topNews3:checked ~ #p-topNewsTab_content3,
#topNews4:checked ~ #p-topNewsTab_content4,
#topNews5:checked ~ #p-topNewsTab_content5 {
  display: block;
  transition: all .3s;
}

.p-topPanel {
  margin-top: 25px;
  overflow: hidden;
}

.p-topPanelList {
  display: flex;
  margin: 0 -15px;
}
@media screen and (max-width: 980px) {
  .p-topPanelList {
    display: block;
    margin: 0;
  }
}

.p-topPanelList_item {
  width: calc(100% / 3);
  margin: 0 15px;
}
@media screen and (max-width: 980px) {
  .p-topPanelList_item {
    width: 100%;
    margin: 10px 0 0 0;
  }
}

@media screen and (max-width: 980px) {
  .p-topPanel1 .p-topPanel_link {
    display: flex;
  }
}

.p-topPanel_image {
  transition: all .2s;
}
.p-topPanel_link:hover .p-topPanel_image {
  opacity: .7;
}
@media screen and (max-width: 980px) {
  .p-topPanel_image {
    width: 135px;
  }
}

.p-topPanel_texts {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 23px 30px;
  border: 1px solid #eeb83f;
  background-color: #eeb83f;
  background: linear-gradient(0deg, #e09900 0%, #eeb83f 60%, #eeb83f 100%);
  transition: all .2s;
}
.p-topPanel_link:hover .p-topPanel_texts {
  background: #fff;
}
.p-topPanel_link:hover .p-topPanel_texts::after {
  border-color: #eeb83f;
}
.p-topPanel_texts::after {
  position: absolute;
  top: 50%;
  right: 4%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all .2s;
  content: "";
}
@media screen and (max-width: 980px) {
  .p-topPanel1 .p-topPanel_texts {
    align-items: flex-start;
    width: calc(100% - 135px);
    padding: 10px 15px;
  }
}
.p-topPanel2 .p-topPanel_texts {
  padding: 24px;
}

.p-topPanel_title {
  font-size: 2.7rem;
}
@media screen and (max-width: 980px) {
  .p-topPanel_title {
    font-size: 2rem;
    line-height: 1;
  }
}

.p-topPanel_content {
  margin-top: 1.2rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  transition: all .2s;
}
@media screen and (max-width: 980px) {
  .p-topPanel_content {
    margin-top: 1rem;
    font-size: 1.4rem;
    text-align: left;
  }
}
.p-topPanel_link:hover .p-topPanel_content {
  color: #f0a032;
}

.p-topBanner {
  display: flex;
  margin: 0 -23px;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .p-topBanner {
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 0;
  }
}

.p-topBanner_item {
  width: calc(100% / 3);
  margin: 0 23px;
}
@media screen and (max-width: 980px) {
  .p-topBanner_item {
    width: calc((100% / 2) - 20px);
    margin: 0 10px;
  }
  .p-topBanner_item:nth-child(n+3) {
    margin-top: 10px;
  }
}

.p-topBanner_link {
  display: block;
  text-align: center;
}
.p-topBanner_link img {
  border: 1px solid #c8c8c8;
  transition: all .2s;
}
.p-topBanner_link:hover img {
  opacity: .7;
}
.p-topBanner_link span {
  display: block;
  margin-top: 3px;
  font-size: 1.5rem;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .p-topBanner_link span {
    display: none;
  }
}

.p-topButton {
  margin-top: 38px;
}
@media screen and (max-width: 980px) {
  .p-topButton {
    padding: 0 20px;
  }
}

.p-topButton_link {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  padding: 11px 0;
  border: 1px solid #fa9146;
  border-radius: 27px;
  font-size: 1.7rem;
  color: #fff;
  background-color: #fa9146;
  text-align: center;
  transition: all .3s;
}
@media screen and (max-width: 980px) {
  .p-topButton_link {
    position: relative;
    width: 90%;
  }
}
.p-topButton_link:hover {
  color: #fa9146;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .p-topButton_link::before {
    position: absolute;
    top: 50%;
    right: 2%;
    transform: translate(-50%, -50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transition: all .2s;
    content: "";
  }
  .p-topButton_link:hover::before {
    border-color: #fa9146;
  }
}

.p-mediaMission {
  position: relative;
}
.p-mediaMission::before {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 55vw;
  max-width: 840px;
  height: 55vw;
  max-height: 840px;
  border: 2px solid #F1AF5B;
  border-radius: 50%;
  content: "";
}
@media screen and (max-width: 980px) {
  .p-mediaMission::before {
    content: none;
  }
}

.p-mediaMission_list {
  display: flex;
  flex-wrap: wrap;
}

.p-mediaMission_item {
  width: 100%;
  max-width: 50%;
  padding: 0 20px;
}
@media screen and (max-width: 980px) {
  .p-mediaMission_item {
    max-width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 980px) {
  .p-mediaMission_item:not(:first-child) {
    margin-top: 40px;
  }
}
.p-mediaMission_item:nth-child(n+3) {
  margin-top: 90px;
}
@media screen and (max-width: 980px) {
  .p-mediaMission_item:nth-child(n+3) {
    margin-top: 40px;
  }
}

.p-mediaMission_image {
  max-width: 360px;
}
@media screen and (max-width: 980px) {
  .p-mediaMission_image {
    margin: 0 auto;
  }
}
.p-mediaMission_item:nth-child(2n) .p-mediaMission_image {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 980px) {
  .p-mediaMission_item:nth-child(2n) .p-mediaMission_image {
    margin: 0 auto;
  }
}

.p-mediaMission_text {
  max-width: 360px;
}
@media screen and (max-width: 980px) {
  .p-mediaMission_text {
    max-width: 100%;
  }
}
.p-mediaMission_item:nth-child(2n) .p-mediaMission_text {
  margin: 0 0 0 auto;
}

.p-activitiesHeading {
  margin: 30px 0 10px;
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  .p-activitiesHeading {
    font-size: 1.6rem;
    text-align: center;
  }
}

.p-mediaActivities {
  display: flex;
}
@media screen and (max-width: 980px) {
  .p-mediaActivities {
    display: block;
  }
}
.p-mediaActivities-type1 {
  padding: 40px 0 45px;
  border-top: 1px solid #d9dada;
}
.p-mediaActivities + .p-mediaActivities {
  margin-top: 20px;
}

.p-mediaActivities-type1 .p-mediaActivities_texts {
  width: 100%;
  max-width: 536px;
}
@media screen and (max-width: 980px) {
  .p-mediaActivities-type1 .p-mediaActivities_texts {
    max-width: 100%;
    text-align: center;
  }
}
.p-mediaActivities-type2 .p-mediaActivities_texts {
  width: 100%;
  max-width: 460px;
}
@media screen and (max-width: 980px) {
  .p-mediaActivities-type2 .p-mediaActivities_texts {
    max-width: 100%;
  }
}
.p-mediaActivities-type3 .p-mediaActivities_texts {
  width: 100%;
  max-width: 680px;
}
@media screen and (max-width: 980px) {
  .p-mediaActivities-type3 .p-mediaActivities_texts {
    max-width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 980px) {
  .p-mediaActivities_number {
    display: inline-block;
  }
}

.p-mediaActivities_title {
  margin-top: 5px;
  font-size: 2.2rem;
  font-weight: 300;
}
@media screen and (max-width: 980px) {
  .p-mediaActivities_title {
    display: inline-block;
  }
}

.p-mediaActivities_sub {
  font-size: 1.6rem;
  font-weight: 500;
  color: #f0831e;
}
@media screen and (max-width: 980px) {
  .p-mediaActivities_sub {
    margin-top: 18px;
  }
}

.p-mediaActivities-type1 .p-mediaActivities_text {
  margin-top: 10px;
  font-size: 1.4rem;
  font-weight: 300;
}
@media screen and (max-width: 980px) {
  .p-mediaActivities-type1 .p-mediaActivities_text {
    margin-top: 20px;
    text-align: left;
  }
}

.p-mediaActivities_button {
  margin-top: 40px;
}

.p-mediaActivities_buttonLink {
  position: relative;
  display: inline-block;
  padding: 2px 50px 2px 24px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  background-color: #f0831e;
  border: 1px solid #f0831e;
  transition: all .3s;
}
.p-mediaActivities_buttonLink:hover {
  background-color: #fff;
  color: #f0831e;
}
.p-mediaActivities_buttonLink::before {
  position: absolute;
  top: 65%;
  right: 16px;
  transform: translateY(-50%);
  width: 22px;
  height: 1px;
  background-color: #fff;
  transition: all .3s;
  content: "";
}
.p-mediaActivities_buttonLink:hover::before {
  background-color: #f0831e;
}
.p-mediaActivities_buttonLink::after {
  position: absolute;
  top: 55%;
  right: 18px;
  transform: translateY(-50%) rotate(-45deg);
  width: 1px;
  height: 10px;
  background-color: #fff;
  transition: all .3s;
  content: "";
}
.p-mediaActivities_buttonLink:hover::after {
  background-color: #f0831e;
}

.p-mediaActivities_image {
  flex-shrink: 0;
}
.p-mediaActivities-type1 .p-mediaActivities_image {
  width: 242px;
  margin-left: 50px;
}
@media screen and (max-width: 980px) {
  .p-mediaActivities-type1 .p-mediaActivities_image {
    display: none;
  }
}
.p-mediaActivities-type1 .p-mediaActivities_image-sp {
  display: none;
}
@media screen and (max-width: 980px) {
  .p-mediaActivities-type1 .p-mediaActivities_image-sp {
    display: block;
    width: 336px;
    margin: 16px auto 0;
  }
}
.p-mediaActivities-type2 .p-mediaActivities_image {
  width: 358px;
  margin-left: 47px;
}
@media screen and (max-width: 980px) {
  .p-mediaActivities-type2 .p-mediaActivities_image {
    margin: 16px auto 0;
  }
}
.p-mediaActivities-type3 .p-mediaActivities_image {
  width: 145px;
  margin-left: 40px;
}
@media screen and (max-width: 980px) {
  .p-mediaActivities-type3 .p-mediaActivities_image {
    margin: 16px auto 0;
  }
}

.p-mediaActivitiesDl {
  display: flex;
  max-width: 390px;
  padding-left: 20px;
}
@media screen and (max-width: 980px) {
  .p-mediaActivitiesDl {
    max-width: 100%;
    padding-left: 0;
  }
}
.p-mediaActivitiesDl:first-of-type {
  padding-top: 30px;
  border-top: 1px solid #D9DADA;
}
@media screen and (max-width: 980px) {
  .p-mediaActivitiesDl:first-of-type {
    padding-top: 15px;
  }
}
.p-mediaActivitiesDl:last-of-type {
  padding-bottom: 30px;
  border-bottom: 1px solid #D9DADA;
}
@media screen and (max-width: 980px) {
  .p-mediaActivitiesDl:last-of-type {
    padding-bottom: 15px;
  }
}

.p-mediaActivitiesDl_term {
  position: relative;
  flex-shrink: 0;
  width: 80px;
  margin-right: 4px;
}
.p-mediaActivitiesDl_term::after {
  position: absolute;
  right: 0;
  content: "：";
}

.p-activitiesList {
  margin-top: 35px;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .p-activitiesList {
    margin-top: 20px;
  }
}

.p-activitiesDl {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #D9DADA;
}
@media screen and (max-width: 767px) {
  .p-activitiesDl {
    margin-top: 15px;
    padding-top: 10px;
  }
}

.p-activitiesDl_term {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-activitiesDl_term {
    font-size: 1.6rem;
  }
}
.p-activitiesDl_term::before {
  display: inline-block;
  content: "○";
}

.p-activitiesDl_description {
  margin-top: 5px;
}

.p-activitiesListWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 980px) {
  .p-activitiesListWrap {
    display: block;
  }
}

.p-activitiesList {
  padding: 0;
}

.p-activitiesList_title {
  color: #fa9146;
  font-weight: 500;
  transition: all .2s;
}
.p-activitiesList_title-link {
  text-decoration: underline;
}
.p-activitiesList_title-link:hover {
  text-decoration: none;
}

.p-activitiesList_item:not(:first-of-type) {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-activitiesList_item:not(:first-of-type) {
    margin-top: 10px;
  }
}

.p-activitiesListChild_list {
  padding: 0;
}

.p-activitiesListChild_link {
  position: relative;
  display: inline-block;
  padding-left: 10px;
  transition: all .2s;
}
.p-activitiesListChild_link:hover {
  color: #fa9146;
}
.p-activitiesListChild_link::before {
  position: absolute;
  top: 12px;
  left: 0;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-right: none;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fa9146;
  content: "";
}

.p-activitiesListChild2_link {
  position: relative;
  padding-left: 15px;
  transition: all .2s;
}
.p-activitiesListChild2_link:hover {
  color: #fa9146;
}
.p-activitiesListChild2_link::before {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 6px;
  height: 1px;
  background-color: #fa9146;
  content: "";
}

.p-activitiesButton {
  margin-top: 45px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-activitiesButton {
    margin-top: 20px;
  }
}

.p-activitiesButton_link {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 410px;
  padding: 10px 40px;
  border: 1px solid #F3855B;
  font-size: 1.8rem;
  color: #fff;
  background-color: #F3855B;
  border-radius: 27px;
  transition: all .2s;
}
@media screen and (max-width: 767px) {
  .p-activitiesButton_link {
    padding: 5px 40px;
    font-size: 1.6rem;
  }
}
.p-activitiesButton_link:hover {
  color: #F3855B;
  background-color: #fff;
}
.p-activitiesButton_link:hover::after {
  border-color: #F3855B;
}
.p-activitiesButton_link::after {
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all .2s;
  content: "";
}

.p-activitiesLine {
  padding-bottom: 20px;
  border-bottom: 1px solid #D9DADA;
}

.p-activitiesButtonList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 80px -10px 0;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .p-activitiesButtonList {
    display: block;
    margin: 40px 0 0;
  }
}

.p-activitiesButtonList_item {
  width: 100%;
  max-width: calc((100% / 2) - 20px);
  margin: 0 10px;
}
@media screen and (max-width: 980px) {
  .p-activitiesButtonList_item {
    max-width: 100%;
    margin: 10px 0 0;
  }
}
.p-activitiesButtonList_item:nth-of-type(n+3) {
  margin-top: 20px;
}
@media screen and (max-width: 980px) {
  .p-activitiesButtonList_item:nth-of-type(n+3) {
    margin-top: 10px;
  }
}

.p-activitiesButtonList_link {
  position: relative;
  display: block;
  padding: 30px 85px;
  border: 1px solid #D9DADA;
  font-size: 1.8rem;
  font-weight: 500;
  transition: all .2s;
}
@media screen and (max-width: 980px) {
  .p-activitiesButtonList_link {
    padding: 15px 15px 15px 65px;
    font-size: 1.6rem;
  }
}
.p-activitiesButtonList_link:hover {
  color: #fa9146;
}
.p-activitiesButtonList_link::before {
  position: absolute;
  top: 50%;
  left: 55px;
  transform: translate(-50%, -50%);
  display: block;
  background-color: #fa9146;
  -webkit-mask-position: top center;
  mask-position: top center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  content: "";
}
@media screen and (max-width: 980px) {
  .p-activitiesButtonList_link::before {
    left: 35px;
  }
}
.p-activitiesButtonList_link-schedule::before {
  width: 34px;
  height: 32px;
  -webkit-mask-image: url("/common/images/common/icon_schedule.svg");
  mask-image: url("/common/images/common/icon_schedule.svg");
}
@media screen and (max-width: 980px) {
  .p-activitiesButtonList_link-schedule::before {
    width: 28px;
    height: 26px;
  }
}
.p-activitiesButtonList_link-recruitment::before {
  width: 26px;
  height: 32px;
  -webkit-mask-image: url("/common/images/common/icon_recruitment.svg");
  mask-image: url("/common/images/common/icon_recruitment.svg");
}
@media screen and (max-width: 980px) {
  .p-activitiesButtonList_link-recruitment::before {
    width: 21px;
    height: 26px;
  }
}
.p-activitiesButtonList_link-access::before {
  width: 26px;
  height: 34px;
  -webkit-mask-image: url("/common/images/common/icon_access.svg");
  mask-image: url("/common/images/common/icon_access.svg");
}
@media screen and (max-width: 980px) {
  .p-activitiesButtonList_link-access::before {
    width: 21px;
    height: 27px;
  }
}
.p-activitiesButtonList_link-library::before {
  width: 38px;
  height: 32px;
  -webkit-mask-image: url("/common/images/common/icon_library.svg");
  mask-image: url("/common/images/common/icon_library.svg");
}
@media screen and (max-width: 980px) {
  .p-activitiesButtonList_link-library::before {
    width: 26px;
    height: 22px;
  }
}
.p-activitiesButtonList_link-search::before {
  width: 32px;
  height: 32px;
  -webkit-mask-image: url("/common/images/common/icon_search.svg");
  mask-image: url("/common/images/common/icon_search.svg");
}
@media screen and (max-width: 980px) {
  .p-activitiesButtonList_link-search::before {
    width: 26px;
    height: 26px;
  }
}

.p-activitiesYoutube {
  display: flex;
  border: 1px solid #D9DADA;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .p-activitiesYoutube {
    display: block;
    margin-top: 40px;
  }
}

.p-activitiesYoutube_left {
  width: 100%;
  padding: 35px 40px;
}
@media screen and (max-width: 767px) {
  .p-activitiesYoutube_left {
    max-width: 100%;
    padding: 25px 20px;
  }
}

.p-activitiesYoutube_right {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 390px;
  padding: 15px;
  background-color: #F6F5F1;
}
@media screen and (max-width: 767px) {
  .p-activitiesYoutube_right {
    max-width: 100%;
    padding: 25px 20px;
  }
}

.p-activitiesYoutube_title {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-activitiesYoutube_title {
    font-size: 1.8rem;
  }
}

.p-activitiesYoutube_text {
  margin-top: 22px;
  font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-activitiesYoutube_text {
    margin-top: 12px;
  }
}

.p-activitiesYoutubeButton {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-activitiesYoutubeButton {
    margin-top: 20px;
  }
}

.p-activitiesYoutubeButton_link {
  position: relative;
  display: block;
  width: 100%;
  max-width: 250px;
  padding: 15px 30px;
  border: 1px solid #fa9146;
  font-weight: 500;
  color: #fff;
  background-color: #fa9146;
  text-align: center;
  transition: all .2s;
}
@media screen and (max-width: 767px) {
  .p-activitiesYoutubeButton_link {
    margin: 0 auto;
    padding: 10px 30px;
  }
}
.p-activitiesYoutubeButton_link:hover {
  color: #fa9146;
  background-color: #fff;
}
.p-activitiesYoutubeButton_link:hover::after {
  border-color: #fa9146;
}
.p-activitiesYoutubeButton_link::after {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%) rotate(45deg);
  display: block;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transition: all .2s;
  content: "";
}

.p-activitiesImportant {
  margin-top: 35px;
  padding: 14px;
  border: 1px solid #FF1414;
  background-color: rgba(240, 20, 20, 0.1);
  text-align: center;
}

.p-activitiesImportant_link {
  text-decoration: underline;
  transition: all .2s;
}
.p-activitiesImportant_link:hover {
  color: #e50012;
  text-decoration: none;
}

.p-overview_date {
  margin-top: 10px;
  text-align: right;
}

.p-overviewTable {
  font-feature-settings: "palt";
}
@media screen and (max-width: 980px) {
  .p-overviewTable th {
    width: 90px;
    padding: 12px 8px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.p-overviewTable td {
  padding: 12px 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.p-overviewTable p:not(:first-child) {
  margin-top: 8px;
}

.p-historyTable {
  table-layout: fixed;
}
@media screen and (max-width: 980px) {
  .p-historyTable th {
    width: 106px;
    padding: 13px 2px;
    font-size: 1.4rem;
  }
}
.p-historyTable td {
  display: flex;
}
@media screen and (max-width: 980px) {
  .p-historyTable td {
    display: block;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
.p-historyTable td p {
  flex-shrink: 0;
  width: 50px;
  padding-right: 10px;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .p-historyTable td p {
    width: 100%;
    padding: 0;
    text-align: left;
  }
}

.p-researcher {
  margin-top: 30px;
}
@media screen and (max-width: 980px) {
  .p-researcher {
    margin-top: 40px;
  }
}

.p-researcher_list {
  display: flex;
}
@media screen and (max-width: 980px) {
  .p-researcher_list {
    display: block;
  }
}
.p-researcher_list:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .p-researcher_list:nth-child(n+2) {
    margin-top: 0;
  }
}

.p-researcher_item {
  width: 50%;
  margin-top: 15px;
}
@media screen and (max-width: 980px) {
  .p-researcher_item {
    width: 100%;
  }
}
.p-researcher_item:nth-child(2n) {
  border-left: 1px solid #9c9c9d;
}
@media screen and (max-width: 980px) {
  .p-researcher_item:nth-child(2n) {
    margin-top: 25px;
    border-top: 1px solid #9c9c9c;
    border-left: none;
  }
}
@media screen and (max-width: 980px) {
  .p-researcher_list:nth-child(n+2) .p-researcher_item {
    margin-top: 25px;
    border-top: 1px solid #9c9c9c;
  }
}

.p-researcher_title {
  padding: 5px 10px;
  font-weight: 500;
  color: #fff;
  background-color: #f0a032;
}
@media screen and (max-width: 980px) {
  .p-researcher_title {
    font-size: 1.5rem;
  }
}

.p-researcherProfile {
  max-width: 350px;
  padding-right: 35px;
}
@media screen and (max-width: 980px) {
  .p-researcherProfile {
    max-width: 100%;
    padding-right: 0;
  }
}
.p-researcher_item:nth-child(2n) .p-researcherProfile {
  padding-left: 35px;
}
@media screen and (max-width: 980px) {
  .p-researcher_item:nth-child(2n) .p-researcherProfile {
    padding: 25px 0 0 0;
  }
}
@media screen and (max-width: 980px) {
  .p-researcher_list:nth-child(n+2) .p-researcherProfile {
    padding-top: 25px;
  }
}

.p-researcherProfile_link {
  transition: all .3s;
}
.p-researcherProfile_link:hover, .p-researcherProfile_link:focus {
  color: #e50012;
}

.p-researcherProfile_name {
  position: relative;
  display: inline-block;
  padding-right: 20px;
  font-size: 2.3rem;
  font-weight: 500;
  line-height: 1.4;
}
.p-researcherProfile_name::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%) rotate(45deg);
  width: 10px;
  height: 10px;
  border-top: 2px solid #f0831e;
  border-right: 2px solid #f0831e;
  content: "";
}

.p-researcherProfile_en {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

.p-researcherProfile_field {
  margin-top: 10px;
}
.p-researcherProfile_field dt {
  font-size: 1.6rem;
  font-weight: 500;
}
.p-researcherProfile_field dd {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}

.p-profileDetail_top {
  display: flex;
  align-items: center;
}

.p-profileDetail_image {
  margin-right: 40px;
}

.p-profileDetail_name {
  font-size: 2.8rem;
}

.p-profileDetail_en {
  display: block;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.p-profileDetail_bottom {
  margin-top: 40px;
  border-top: 2px solid #f0831e;
  border-bottom: 2px solid #f0831e;
}

.p-profileDetail_position, .p-profileDetail_field, .p-profileDetail_theme {
  display: flex;
}
.p-profileDetail_position dt, .p-profileDetail_field dt, .p-profileDetail_theme dt {
  width: 100%;
  max-width: 170px;
  padding: 11px 0;
  color: #f0831e;
}
@media screen and (max-width: 980px) {
  .p-profileDetail_position dt, .p-profileDetail_field dt, .p-profileDetail_theme dt {
    width: 35%;
  }
}
.p-profileDetail_position dd, .p-profileDetail_field dd, .p-profileDetail_theme dd {
  padding: 11px 20px;
}
@media screen and (max-width: 980px) {
  .p-profileDetail_position dd, .p-profileDetail_field dd, .p-profileDetail_theme dd {
    width: 65%;
  }
}

.p-profileDetail_field {
  border-top: 1px solid #d9dada;
}

.p-profileDetail_theme {
  border-top: 1px solid #d9dada;
}

.p-address {
  margin: 25px 0;
  padding: 0;
}

.p-address_item {
  font-size: 1.5rem;
}
@media screen and (max-width: 980px) {
  .p-address_item {
    font-size: 1.4rem;
  }
}
.p-address_item-access {
  color: #787878;
}

.p-address_link {
  padding-right: 1em;
}
@media screen and (max-width: 980px) {
  .p-address_link {
    display: block;
  }
}

@media screen and (max-width: 980px) {
  .p-addressMap {
    position: relative;
    height: 0;
    padding-bottom: 84.8%;
    overflow: hidden;
  }
}
.p-addressMap iframe {
  max-width: 100%;
}
@media screen and (max-width: 980px) {
  .p-addressMap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.p-businessTable tbody th {
  background-color: #fff;
}
.p-businessTable th {
  border: 1px solid #d7d7d7;
  vertical-align: middle;
}
.p-businessTable td {
  border: 1px solid #d7d7d7;
  text-align: center;
}

.p-complianceDl {
  padding-left: 1em;
}
@media screen and (max-width: 980px) {
  .p-complianceDl {
    padding-left: 0;
  }
}
.p-complianceDl-2 {
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .p-complianceDl-2 {
    margin-top: 20px;
  }
}

.p-complianceDl_term {
  position: relative;
  font-weight: 500;
}
.p-complianceDl_term::before {
  content: "・";
}
.p-complianceDl-2 .p-complianceDl_term::before {
  content: none;
}

.p-complianceDl_description {
  padding-left: 1.4em;
}
@media screen and (max-width: 980px) {
  .p-complianceDl_description {
    padding-left: 0;
    text-indent: 1em;
  }
}
.p-complianceDl-2 .p-complianceDl_description {
  padding-left: 0;
  text-indent: 1em;
}
@media screen and (max-width: 980px) {
  .p-complianceDl-2 .p-complianceDl_description {
    padding-left: 1em;
    text-indent: 0;
  }
}
.p-complianceDl-2 .p-complianceDl_description span {
  text-indent: 0;
}

.p-links_item {
  padding: 18px 0;
  border-top: 1px solid #d9dada;
}

.p-links_link {
  font-size: 2rem;
  font-weight: 500;
  color: #242424;
  text-decoration: underline;
}
.p-links_link:hover {
  color: #e50012;
  text-decoration: none;
}

.p-recruitingDl {
  width: 100%;
  max-width: 540px;
  margin-top: 70px;
  padding: 30px 40px;
  border: 1px solid #b4b4b4;
}

.p-recruitingDl_term {
  font-size: 2rem;
  font-weight: 500;
}

.p-recruitingDl_description {
  margin-top: 20px;
}

.p-magazine_title {
  margin-top: 30px;
  padding: 40px 0 20px;
  font-size: 2rem;
  font-weight: 500;
}
.p-magazine_title:first-of-type {
  margin-top: 0;
  border-top: 1px solid #d9dada;
}

.p-magazineCheck {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.p-magazineCheck input[type="radio"] {
  position: absolute;
  opacity: 0;
}

.p-magazineCheck_label {
  margin-left: 20px;
  font-weight: 500;
}
.p-magazineCheck_label::before {
  position: relative;
  top: 0.3em;
  display: inline-block;
  width: 1.4em;
  height: 1.4em;
  margin-right: 8px;
  border: 1px solid #b4b4b4;
  border-radius: 100%;
  background: #f4f4f4;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  content: "";
}
:checked + .p-magazineCheck_label::before {
  background-color: #51535a;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.p-magazineButton-entry {
  margin-top: 40px;
  text-align: center;
}
.p-magazineButton-cancel {
  margin-top: 20px;
}

.p-magazineButton_link {
  display: inline-block;
  border: 1px solid #b4b4b4;
  font-weight: 500;
  transition: all .2s;
}
.p-magazineButton-entry .p-magazineButton_link {
  padding: 25px 40px 25px 60px;
  font-size: 2.4rem;
  color: #1d237f;
  line-height: 1;
}
.p-magazineButton-entry .p-magazineButton_link:hover {
  color: #fff;
  background-color: #1d237f;
  border-color: #1d237f;
}
.p-magazineButton-entry .p-magazineButton_link:hover::before {
  background-color: #fff;
}
.p-magazineButton-entry .p-magazineButton_link::before {
  display: inline-block;
  width: 43px;
  height: 31px;
  margin-right: 16px;
  background-color: #1d237f;
  -webkit-mask-image: url("/common/images/jsri/icon_mail.svg");
  mask-image: url("/common/images/jsri/icon_mail.svg");
  -webkit-mask-position: top center;
  mask-position: top center;
  vertical-align: text-bottom;
  transition: all .2s;
  content: "";
}
.p-magazineButton-cancel .p-magazineButton_link {
  padding: 12px 30px;
  font-size: 2rem;
  color: #6e6e6e;
}
.p-magazineButton-cancel .p-magazineButton_link:hover {
  color: #fff;
  background-color: #6e6e6e;
}

.p-sitepolicyTable {
  margin-top: 20px;
  border: 1px solid #99999A;
}
.p-sitepolicyTable tr {
  border-top: 1px solid #99999A;
}
.p-sitepolicyTable th {
  width: 22%;
  padding: 20px;
  background-color: #F6F5F1;
  text-align: center;
}
.p-sitepolicyTable td {
  padding: 20px;
}

.p-sitemapTitle {
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .p-sitemapTitle {
    font-size: 1.8rem;
  }
}

.p-sitemap_items {
  display: flex;
  margin: 0 -10px;
  padding: 35px 0;
  border-bottom: 2px solid #fa9146;
}
@media screen and (max-width: 980px) {
  .p-sitemap_items {
    display: block;
  }
}

.p-sitemap_item {
  width: 100%;
  max-width: calc((100% / 3) - 20px);
  margin: 0 10px;
}
@media screen and (max-width: 980px) {
  .p-sitemap_item {
    max-width: 100%;
  }
}

.p-sitemapList_items {
  margin: 0;
  padding: 0;
}

.p-sitemapList_item {
  padding: 5px 0;
}
.p-sitemapList_item-none {
  font-weight: 500;
  color: #fa9146;
}

.p-sitemapList_link {
  text-decoration: underline;
  transition: all .2s;
}
.p-sitemapList_link:hover {
  color: #fa9146;
  text-decoration: none;
}
.p-sitemapList_link span {
  font-weight: 500;
  color: #fa9146;
  text-decoration: underline;
  transition: all .2s;
}
.p-sitemapList_link span:hover {
  color: #242424;
}

.p-sitemapListChild_items {
  margin: 0;
  padding: 0;
}

.p-sitemapListChild_item {
  padding: 6px 0;
  font-weight: 400;
}

.p-sitemapListChild_link {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  text-decoration: underline;
  transition: all .2s;
}
.p-sitemapListChild_link:hover {
  color: #fa9146;
  text-decoration: none;
}
.p-sitemapListChild_link::before {
  position: absolute;
  top: 14px;
  left: 8px;
  transform: translateY(-50%);
  border-top: 4px solid transparent;
  border-right: none;
  border-bottom: 4px solid transparent;
  border-left: 4px solid #fa9146;
  content: "";
}
.p-sitemapListChild_link-none {
  color: #242424;
  text-decoration: none;
}
.p-sitemapListChild_link-none:hover {
  color: #242424;
}

.p-sitemapListChild2_items {
  padding-left: 22px;
}
@media screen and (max-width: 980px) {
  .p-sitemapListChild2_items {
    margin-top: 12px;
    padding-left: 10px;
  }
}

.p-sitemapListChild2_item {
  padding: 6px 0;
}
@media screen and (max-width: 980px) {
  .p-sitemapListChild2_item {
    border-top: 1px solid #d8d9d9;
  }
}
.p-sitemapListChild2_item:last-of-type {
  padding-bottom: 0;
}
@media screen and (max-width: 980px) {
  .p-sitemapListChild2_item:last-of-type {
    padding-bottom: 6px;
    border-bottom: 1px solid #d8d9d9;
  }
}

.p-sitemapListChild2_link {
  position: relative;
  padding-left: 15px;
  font-size: 1.4rem;
  text-decoration: underline;
  transition: all .2s;
}
@media screen and (max-width: 980px) {
  .p-sitemapListChild2_link {
    display: inline-block;
    padding: 0 10px 0 35px;
  }
}
.p-sitemapListChild2_link:hover {
  color: #fa9146;
  text-decoration: none;
}
.p-sitemapListChild2_link::before {
  position: absolute;
  top: 12px;
  left: 0;
  display: block;
  width: 6px;
  height: 1px;
  background-color: #fa9146;
  content: "";
}
@media screen and (max-width: 980px) {
  .p-sitemapListChild2_link::before {
    top: 13px;
    left: 22px;
  }
}

.p-sitemapLink_items {
  margin: 50px 0 0 0;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .p-sitemapLink_items {
    margin-top: 20px;
  }
}

.p-sitemapLink_item {
  padding: 6px 0;
}

.p-sitemapLink_link {
  font-size: 2rem;
  font-weight: 500;
  transition: all .2s;
  text-decoration: underline;
}
@media screen and (max-width: 980px) {
  .p-sitemapLink_link {
    font-size: 1.8rem;
  }
}
.p-sitemapLink_link:hover {
  color: #fa9146;
  text-decoration: none;
}

.p-researchTable {
  margin: 10px 0;
  padding: 10px 18px;
  border: 1px solid #d2d2d2;
}
@media screen and (max-width: 980px) {
  .p-researchTable tr {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 980px) {
  .p-researchTable tr:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (max-width: 980px) {
  .p-researchTable tr:not(:first-child) th {
    margin-top: 20px;
  }
}
.p-researchTable th {
  font-weight: 400;
  text-align: left;
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  .p-researchTable th {
    display: block;
    width: 100%;
  }
}
.p-researchTable td {
  vertical-align: top;
}
@media screen and (max-width: 980px) {
  .p-researchTable td {
    display: block;
    width: 100%;
    padding-left: 1em;
    line-height: 1.4;
  }
}

.p-researchActivity {
  margin: 15px 0 0;
  padding: 0;
  font-weight: 700;
}

.p-researchActivityBorder {
  display: block;
  margin: 5px 0 0 0;
  padding: 0 0 15px 1em;
  border-bottom: 1px dotted #999;
  font-weight: 400;
}

.p-lectures:not(:first-of-type) {
  margin-top: 40px;
}

.p-lectures_title {
  padding: 10px 18px;
  font-size: 2rem;
  font-weight: 700;
  background-color: #f6f5f1;
}

.p-lecturesDate {
  display: flex;
  margin-top: 20px;
}

.p-lecturesDate_title, .p-lecturesTeacher_title {
  flex-shrink: 0;
  width: 64px;
}
.p-lecturesDate_title::after, .p-lecturesTeacher_title::after {
  content: "：";
}

.p-lecturesTeacher, .p-lecturesScheduleTeacher {
  display: flex;
}

.p-lectures_youtube {
  width: 100%;
  max-width: 320px;
  margin-top: 20px;
}

.p-lecturesRulesWrap {
  height: 380px;
  padding: 15px;
  border: 1px solid #D9DADA;
  font-size: 1.4rem;
  overflow-y: scroll;
}

.p-lecturesRules_title:not(:first-of-type) {
  margin-top: 20px;
}

.p-lecturesRules_data {
  margin-left: 10px;
}

.p-lectures_text {
  margin-top: 70px;
  font-feature-settings: "palt";
  text-align: center;
}

.p-lecturesCheckbox {
  margin-top: 20px;
  text-align: center;
}

.p-lecturesCheckbox_check {
  margin-right: 8px;
}

.p-lecturesCheckbox_button {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 30px auto 0;
  padding: 15px 20px;
  border: 1px solid #F0A032;
  font-size: 1.9rem;
  font-weight: 500;
  color: #FFF;
  background-color: #F0A032;
  transition: all .2s;
}
.p-lecturesCheckbox_button:disabled {
  border: 1px solid #B4B4B4;
  color: #999;
  background-color: #eee;
}
.p-lecturesCheckbox_button:not(:disabled):hover {
  color: #F0A032;
  background-color: #FFF;
}

.p-lecturesBox {
  margin-top: 40px;
  padding: 10px 15px;
  border: 1px solid #D9DADA;
}

.p-lecturesSchedule {
  position: relative;
  padding: 24px;
  border: 1px solid #f0831e;
}
.p-lecturesSchedule:not(:first-of-type) {
  margin-top: 30px;
}
.p-lecturesSchedule::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  border-top: none;
  border-right: none;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #f0831e;
  content: "";
}
.p-lecturesSchedule-type2 {
  padding: 14px 24px;
  border-right: none;
  border-bottom: none;
  border-left: none;
}
.p-lecturesSchedule-type2 + .p-lecturesSchedule-type2 {
  margin-top: 0;
}

.p-lecturesSchedule_title {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #D9DADA;
  font-size: 2.2rem;
  font-weight: 500;
}

.p-lecturesScheduleDate {
  display: flex;
  font-size: 1.8rem;
  font-weight: 500;
}

.p-lecturesScheduleDate_title, .p-lecturesScheduleTeacher_title {
  flex-shrink: 0;
  width: 74px;
}
.p-lecturesScheduleDate_title::after, .p-lecturesScheduleTeacher_title::after {
  content: "：";
}

.p-lecturesScheduleTeacher {
  font-size: 1.8rem;
  font-weight: 500;
}

.p-lecturesSchedule_texts {
  margin-top: 30px;
}

.p-lecturesSchedule_note {
  margin-top: 30px;
  padding: 14px;
  border: 1px solid #F01414;
  background-color: rgba(240, 20, 20, 0.1);
  text-align: center;
}

.p-mediaPublication {
  display: flex;
}
@media screen and (max-width: 980px) {
  .p-mediaPublication {
    display: block;
  }
}
.p-mediaPublication:not(:first-child) {
  margin-top: 105px;
}
@media screen and (max-width: 980px) {
  .p-mediaPublication:not(:first-child) {
    margin-top: 50px;
  }
}

.p-mediaPublication_title {
  position: relative;
  margin-bottom: 10px;
  padding: 3px 0 7px 25px;
  font-size: 2.2rem;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .p-mediaPublication_title {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.p-mediaPublication_title::before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 5px;
  height: 100%;
  background-color: #f0831e;
  content: "";
}

.p-mediaPublication_texts {
  width: 100%;
  max-width: 600px;
}
@media screen and (max-width: 980px) {
  .p-mediaPublication_texts {
    max-width: 100%;
  }
}

.p-mediaPublication_image {
  width: 184px;
  margin-left: 85px;
}
@media screen and (max-width: 980px) {
  .p-mediaPublication_image {
    margin: 30px auto 0;
  }
}
.p-mediaPublication_image img {
  border: 1px solid #D9DADA;
}

.p-mediaPublication_profile {
  padding-top: 14px;
  border-top: 1px solid #D9DADA;
}

.p-mediaPublication_introduction {
  margin-top: 20px;
}

.p-mediaPublication_button {
  margin: 20px 0 0 10px;
}

.p-mediaPublication_buttonLink {
  position: relative;
  display: inline-block;
  padding: 2px 50px 2px 24px;
  font-size: 1.5rem;
  font-weight: 300;
  color: #fff;
  background-color: #f0831e;
  border: 1px solid #f0831e;
  transition: all .3s;
}
.p-mediaPublication_buttonLink:hover {
  background-color: #fff;
  color: #f0831e;
}
.p-mediaPublication_buttonLink::before {
  position: absolute;
  top: 65%;
  right: 16px;
  transform: translateY(-50%);
  width: 22px;
  height: 1px;
  background-color: #fff;
  transition: all .3s;
  content: "";
}
.p-mediaPublication_buttonLink:hover::before {
  background-color: #f0831e;
}
.p-mediaPublication_buttonLink::after {
  position: absolute;
  top: 55%;
  right: 18px;
  transform: translateY(-50%) rotate(-45deg);
  width: 1px;
  height: 10px;
  background-color: #fff;
  transition: all .3s;
  content: "";
}
.p-mediaPublication_buttonLink:hover::after {
  background-color: #f0831e;
}

.p-mediaPublication_buy {
  position: relative;
  display: inline-block;
  margin-left: 40px;
}
.p-mediaPublication_buy::after {
  transform: translateY(-2px);
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-left: 4px;
  background-color: #242424;
  -webkit-mask: url(/common/images/publication/icon_cart.svg);
  mask: url(/common/images/publication/icon_cart.svg);
  -webkit-mask-position: top center;
  mask-position: top center;
  vertical-align: text-bottom;
  transition: all .2s;
  content: "";
}

.p-economicsAuthor {
  margin-left: 25px;
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  .p-economicsAuthor {
    margin-left: 0;
    font-size: 1.6rem;
  }
}

.p-economicsDl {
  margin-top: 35px;
}
@media screen and (max-width: 980px) {
  .p-economicsDl {
    margin-top: 20px;
  }
}

.p-economicsButton {
  margin-top: 40px;
  text-align: center;
}

.p-economicsButton_link {
  padding: 15px 20px 18px;
  border: 1px solid #99999a;
  border-radius: 6px;
  font-size: 1.8rem;
  background-color: #fff;
}
@media screen and (max-width: 980px) {
  .p-economicsButton_link {
    padding: 10px 12px 13px;
    font-size: 1.6rem;
  }
}
.p-economicsButton_link::before {
  display: inline-block;
  width: 24px;
  height: 26px;
  margin-right: 10px;
  background: url("/common/images/common/icon_pdf.png") no-repeat;
  background-size: cover;
  vertical-align: middle;
  content: "";
}
@media screen and (max-width: 980px) {
  .p-economicsButton_link::before {
    width: 20px;
    height: 22px;
  }
}

.p-economicsShare {
  display: flex;
  margin-top: 75px;
  padding: 15px 0;
  border-top: 1px solid #020202;
}
@media screen and (max-width: 767px) {
  .p-economicsShare {
    display: block;
    margin-top: 50px;
    padding: 20px 0;
  }
}

.p-economicsSns {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 240px;
  padding: 0;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-economicsSns {
    justify-content: center;
    max-width: 100%;
  }
}

.p-economicsSns_item {
  margin: 0 5px;
}
@media screen and (max-width: 767px) {
  .p-economicsSns_item {
    margin: 0 10px;
  }
}

.p-economicsTagWrap {
  display: flex;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .p-economicsTagWrap {
    margin: 15px 0 0;
  }
}

.p-economicsTag_title {
  flex-shrink: 0;
  margin-top: 8px;
  font-size: 1.2rem;
}

.p-economicsTag {
  display: flex;
  flex-wrap: wrap;
}

.p-economicsTag_item {
  margin: 5px;
}

.p-economicsTag_link {
  padding: 4px 8px 6px;
  border: 1px solid #99999a;
  border-radius: 4px;
  font-size: 1.2rem;
}

.p-economicsOtherWrap {
  margin-top: 60px;
  padding: 28px 28px 50px;
  border: 1px solid #99999a;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .p-economicsOtherWrap {
    margin-top: 30px;
    padding: 20px;
  }
}

.p-economicsOther_title {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-economicsOther_title {
    font-size: 1.6rem;
  }
}

.p-economicsOther_item {
  margin-top: 12px;
}
@media screen and (max-width: 767px) {
  .p-economicsOther_item {
    margin-top: 8px;
  }
}

.p-economicsOther_link {
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-economicsOther_link {
    font-size: 1.6rem;
  }
}
.p-economicsOther_link:hover {
  color: #e50012;
}

.p-periodicalHeadingWrap {
  margin-top: 20px;
  padding: 10px 18px;
  background-color: #f6f5f1;
}
.p-periodicalHeadingWrap:not(:first-of-type) {
  margin-top: 80px;
}
@media screen and (max-width: 767px) {
  .p-periodicalHeadingWrap:not(:first-of-type) {
    margin-top: 40px;
  }
}
.p-periodicalHeadingWrap-buy {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-periodicalHeadingWrap-buy {
    display: block;
  }
}

.p-periodicalHeading {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .p-periodicalHeading {
    font-size: 1.8rem;
  }
}
.p-periodicalHeading span {
  display: inline-block;
  margin-left: 10px;
  padding: 3px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #f1835b;
  line-height: 1;
}

.p-periodicalHeading_buy {
  position: relative;
  font-size: 1.7rem;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-periodicalHeading_buy {
    font-size: 1.4rem;
  }
}
.p-periodicalHeading_buy:hover {
  color: #e50012;
  text-decoration: none;
}
.p-periodicalHeading_buy::after {
  transform: translateY(-2px);
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-left: 4px;
  background-color: #242424;
  -webkit-mask: url("/common/images/publication/icon_cart.svg");
  mask: url("/common/images/publication/icon_cart.svg");
  -webkit-mask-position: top center;
  mask-position: top center;
  vertical-align: text-bottom;
  transition: all .2s;
  content: "";
}

.p-periodical {
  padding: 20px 0;
  border-top: 1px solid #d9dada;
}
.p-periodicalHeadingWrap + .p-periodical {
  border: none;
}

.p-periodical_title {
  position: relative;
  padding-left: 20px;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .p-periodical_title {
    font-size: 1.6rem;
  }
}
.p-periodical_title::before {
  position: absolute;
  top: 14px;
  left: 0;
  transform: translateY(-50%);
  content: "・";
}
.p-periodical_title a {
  text-decoration: underline;
  transition: all .2s;
}
.p-periodical_title a:hover {
  color: #e50012;
  text-decoration: none;
}

.p-periodical_author {
  margin: 8px 0 0 20px;
}

.p-periodical_price {
  margin: 0 0 0 20px;
}

.p-periodical_download {
  display: flex;
  justify-content: flex-start;
  margin-left: 22px;
}
.p-periodicalHeadingWrap .p-periodical_download {
  margin: 4px 0 0 0;
}
.p-periodical_download a {
  text-decoration: underline;
  transition: all .2s;
}
.p-periodical_download a:hover {
  color: #e50012;
  text-decoration: none;
}

.p-periodical_youtube {
  width: 100%;
  max-width: 320px;
  margin: 10px 0 0 20px;
}
@media screen and (max-width: 767px) {
  .p-periodical_youtube {
    margin: 20px 0;
  }
}

.p-periodical_button {
  position: relative;
  display: inline-block;
  margin: 8px 0 0 22px;
  padding-right: 20px;
  font-size: 1.3rem;
  text-decoration: underline;
  transition: all .2s;
}
.p-periodical_button:hover {
  color: #e50012;
  text-decoration: none;
}
.p-periodical_button::after {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 12px;
  height: 13px;
  background: url("/common/images/common/icon_pdf.png") no-repeat;
  background-size: cover;
  content: "";
}

.p-purchaseTable {
  margin-top: 35px;
}
.p-purchaseTable th {
  width: 28%;
  font-size: 1.8rem;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .p-purchaseTable th {
    font-size: 1.6rem;
  }
}

.p-bookEdit {
  font-size: 1.8rem;
}
@media screen and (max-width: 980px) {
  .p-bookEdit {
    font-size: 1.6rem;
  }
}

.p-bookHistory {
  padding-bottom: 30px;
}
.p-bookHistory + .p-bookHistory:not(.p-bookHistory-detail) {
  padding-top: 30px;
  border-top: 1px solid #D9DADA;
}
.p-bookHistory .c-heading-lv5 {
  margin-bottom: 10px;
}

.p-bookHistory_data {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .p-bookHistory_data {
    font-size: 1.6rem;
  }
}

.p-bookHistory_price {
  display: inline-block;
  margin-top: 6px;
  font-size: 1.5rem;
}

.p-bookHistory_title {
  font-size: 1.8rem;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .p-bookHistory_title {
    font-size: 1.6rem;
  }
}

.p-bookHistory_new {
  transform: translateY(-3px);
  display: inline-block;
  padding: 3px;
  font-size: 1.2rem;
  color: #fff;
  background-color: #f1835b;
  line-height: 1;
}

.p-bookHistory_buy {
  position: relative;
  margin-left: 20px;
  font-size: 1.7rem;
  font-weight: 500;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .p-bookHistory_buy {
    font-size: 1.4rem;
  }
}
.p-bookHistory_buy:hover {
  color: #e50012;
  text-decoration: none;
}
.p-bookHistory_buy::after {
  transform: translateY(-2px);
  display: inline-block;
  width: 18px;
  height: 17px;
  margin-left: 4px;
  background-color: #242424;
  -webkit-mask: url("/common/images/publication/icon_cart.svg");
  mask: url("/common/images/publication/icon_cart.svg");
  -webkit-mask-position: top center;
  mask-position: top center;
  vertical-align: text-bottom;
  transition: all .2s;
  content: "";
}

.p-bookHistory_code {
  font-weight: 500;
}

.p-bookHistory_text {
  margin-top: 10px;
}

.p-market_download {
  position: relative;
  font-size: 1.5rem;
  text-decoration: underline;
  transition: all .2s;
}
.p-market_download:hover {
  color: #e50012;
  text-decoration: none;
}
.p-market_download::after {
  display: inline-block;
  width: 12px;
  height: 13px;
  margin-left: 10px;
  background: url(/common/images/common/icon_pdf.png) no-repeat;
  background-size: cover;
  content: "";
}

.p-redirectTitle {
  margin-bottom: 40px;
  font-size: 2.4rem;
  font-weight: 500;
}
@media screen and (max-width: 980px) {
  .p-redirectTitle {
    margin-bottom: 20px;
    font-size: 2rem;
  }
}

.p-redirectButton {
  max-width: 350px;
  margin: 40px 0;
}
@media screen and (max-width: 980px) {
  .p-redirectButton {
    margin: 20px 0;
  }
}

.p-redirectButton_link {
  display: inline-block;
  width: 100%;
  padding: 15px;
  border: 1px solid #fa9146;
  font-size: 1.9rem;
  font-weight: 500;
  color: #FFF;
  background-color: #fa9146;
  text-align: center;
  transition: all .2s;
}
@media screen and (max-width: 980px) {
  .p-redirectButton_link {
    padding: 10px;
    font-size: 1.6rem;
  }
}
.p-redirectButton_link:hover {
  color: #fa9146;
  background-color: #FFF;
}

.p-libraryHeading {
  margin: 60px 0 10px;
  font-size: 2rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .p-libraryHeading {
    font-size: 1.8rem;
  }
}
.c-heading-lv2 + .p-libraryHeading {
  margin-top: 0;
}

.p-libraryOpeningWrap {
  margin: 30px 0;
}

.p-libraryOpening {
  display: flex;
}

.p-libraryOpening_title {
  position: relative;
  flex-shrink: 0;
  width: 80px;
  font-weight: 500;
  color: #e50012;
}
.p-libraryOpening_title::after {
  position: absolute;
  top: 0;
  right: 0;
  content: "：";
}

.p-libraryOpening_data {
  font-weight: 500;
  color: #e50012;
}

.p-libraryListNote {
  margin-top: 20px;
  padding: 0;
}

.p-libraryListNote_item {
  position: relative;
  padding-left: 1em;
}
.p-libraryListNote_item::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
}

@media screen and (max-width: 767px) {
  .p-libraryTableWrap {
    overflow-x: auto;
    white-space: nowrap;
  }
}
.p-libraryTableWrap + .c-heading-lv5 {
  margin-top: 60px;
}
.p-libraryTableWrap + .c-heading-lv6 {
  margin-top: 60px;
}

.p-libraryTable {
  margin-top: 10px;
}
.p-libraryTable th {
  padding: 15px 2px;
  border: 1px solid #CECECE;
  font-weight: 500;
  background-color: #F1F1F1;
  text-align: center;
}
.p-libraryTable td {
  padding: 15px 22px;
  border: 1px solid #CECECE;
  font-weight: 500;
}
.p-libraryTable-typeA th:first-of-type {
  width: 65%;
}
.p-libraryTable-typeA td:nth-of-type(2) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-libraryTable-typeB {
    width: 100%;
  }
}
.p-libraryTable-typeB th:first-of-type {
  width: 12%;
}
.p-libraryTable-typeB th:nth-of-type(2) {
  width: 10%;
}
.p-libraryTable-typeB th:nth-of-type(3) {
  width: 40%;
}
.p-libraryTable-typeB th:nth-of-type(4) {
  width: 14%;
}
.p-libraryTable-typeB th:nth-of-type(5) {
  width: 14%;
}
.p-libraryTable-typeB th:nth-of-type(6) {
  width: 10%;
}
.p-libraryTable-typeB td {
  padding-right: 4px;
  padding-left: 4px;
}
.p-libraryTable-typeB td:first-of-type {
  text-align: center;
}
.p-libraryTable-typeB td:nth-of-type(2) {
  text-align: center;
}
.p-libraryTable-typeB td:nth-of-type(3) {
  padding-right: 10px;
  padding-left: 10px;
}
.p-libraryTable-typeB td:nth-of-type(6) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-libraryTable-typeC {
    width: 100%;
  }
}
.p-libraryTable-typeC th:first-of-type {
  width: 10%;
}
.p-libraryTable-typeC th:nth-of-type(2) {
  width: 52%;
}
.p-libraryTable-typeC th:nth-of-type(3) {
  width: 14%;
}
.p-libraryTable-typeC th:nth-of-type(4) {
  width: 14%;
}
.p-libraryTable-typeC th:nth-of-type(5) {
  width: 10%;
}
.p-libraryTable-typeC td {
  padding-right: 4px;
  padding-left: 4px;
}
.p-libraryTable-typeC td:first-of-type {
  text-align: center;
}
.p-libraryTable-typeC td:nth-of-type(2) {
  padding-right: 10px;
  padding-left: 10px;
}
.p-libraryTable-typeC td:nth-of-type(5) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-libraryTable-typeD {
    width: 100%;
  }
}
.p-libraryTable-typeD tr:nth-of-type(2) th:first-of-type {
  width: 70%;
}
.p-libraryTable-typeD tr:nth-of-type(2) th:nth-of-type(2) {
  width: 10%;
}
.p-libraryTable-typeD tr:nth-of-type(2) th:nth-of-type(3) {
  width: 10%;
}
.p-libraryTable-typeD tr:nth-of-type(2) th:nth-of-type(4) {
  width: 10%;
}
.p-libraryTable-typeD tr td {
  padding-right: 10px;
  padding-left: 10px;
}
.p-libraryTable-typeD tbody tr:nth-child(even) td:not(:first-of-type) {
  text-align: center;
}
.p-libraryTable-typeD tbody tr:nth-of-type(4n+3) {
  background-color: #FBFAF2;
}
.p-libraryTable-typeD tbody tr:nth-of-type(4n+4) {
  background-color: #FBFAF2;
}
@media screen and (max-width: 767px) {
  .p-libraryTable-typeE {
    width: 100%;
  }
}
.p-libraryTable-typeE th:first-of-type {
  width: 15%;
}
.p-libraryTable-typeE th:nth-of-type(2) {
  width: 8%;
}
.p-libraryTable-typeE th:nth-of-type(3) {
  width: 55%;
}
.p-libraryTable-typeE th:nth-of-type(4) {
  width: 22%;
}
.p-libraryTable-typeE td {
  padding-right: 4px;
  padding-left: 4px;
}
.p-libraryTable-typeE td:nth-of-type(2) {
  text-align: center;
}
.p-libraryTable-typeE td:nth-of-type(3) {
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 767px) {
  .p-libraryTable-typeF {
    width: 100%;
  }
}
.p-libraryTable-typeF th:first-of-type {
  width: 10%;
}
.p-libraryTable-typeF th:nth-of-type(2) {
  width: 52%;
}
.p-libraryTable-typeF th:nth-of-type(3) {
  width: 14%;
}
.p-libraryTable-typeF th:nth-of-type(4) {
  width: 10%;
}
.p-libraryTable-typeF th:nth-of-type(5) {
  width: 14%;
}
.p-libraryTable-typeF td {
  padding-right: 4px;
  padding-left: 4px;
}
.p-libraryTable-typeF td:first-of-type {
  text-align: center;
}
.p-libraryTable-typeF td:nth-of-type(2) {
  padding-right: 10px;
  padding-left: 10px;
}
.p-libraryTable-typeF td:nth-of-type(4) {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-libraryTable-typeG {
    width: 100%;
  }
}
.p-libraryTable-typeG th:first-of-type {
  width: 48%;
}
.p-libraryTable-typeG th:nth-of-type(2) {
  width: 12%;
}
.p-libraryTable-typeG th:nth-of-type(3) {
  width: 16%;
}
.p-libraryTable-typeG th:nth-of-type(4) {
  width: 14%;
}
.p-libraryTable-typeG th:nth-of-type(5) {
  width: 10%;
}
.p-libraryTable-typeG td {
  padding-right: 4px;
  padding-left: 4px;
}
.p-libraryTable-typeG td:first-of-type {
  padding-right: 10px;
  padding-left: 10px;
}
.p-libraryTable-typeG td:nth-of-type(3) {
  text-align: center;
}

.p-guidanceTable {
  display: flex;
}
@media screen and (max-width: 980px) {
  .p-guidanceTable {
    display: block;
  }
}
.p-guidanceTable + .p-guidanceTable {
  margin-top: 20px;
}

.p-guidanceTable_title {
  flex-shrink: 0;
  width: 100px;
  padding: 0 10px;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 980px) {
  .p-guidanceTable_title {
    width: 100%;
    text-align: left;
  }
}

.p-guidanceTable_data {
  padding: 0 10px;
}

.p-libraryButton {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 980px) {
  .p-libraryButton {
    margin-top: 20px;
  }
}

.p-libraryButton_link {
  display: inline-block;
  padding: 10px 58px;
  border: 1px solid #fa9146;
  font-size: 1.7rem;
  font-weight: 500;
  color: #FFF;
  background-color: #fa9146;
  transition: all .2s;
}
.p-libraryButton_link:hover {
  color: #fa9146;
  background-color: #FFF;
}

.p-libraryRelation {
  margin-top: 20px;
}

.p-libraryRelation_item {
  margin-top: 20px;
}

.p-libraryListTitle {
  margin: 15px 0 4px;
  padding: 2px 8px;
  font-size: 1.6rem;
  background-color: rgba(240, 160, 50, 0.25);
}

.p-dbList {
  margin: 20px 0;
  padding: 0;
}

.p-dbList_item {
  margin-top: 10px;
}

.p-news_list {
  margin: 0;
  padding: 0;
}

.p-news_item {
  border-bottom: 1px solid #d8d8d8;
}

.p-news_link {
  position: relative;
  display: flex;
  padding: 23px 0;
  font-size: 1.5rem;
  line-height: 1.6;
}
@media screen and (max-width: 980px) {
  .p-news_link {
    flex-wrap: wrap;
    padding: 15px 0;
  }
}
.p-news_link::before {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 8px;
  height: 8px;
  border-top: 1px solid #858585;
  border-right: 1px solid #858585;
  content: "";
}

.p-news_date {
  flex-shrink: 0;
  margin-right: 50px;
  color: #8c8c8c;
}
@media screen and (max-width: 980px) {
  .p-news_date {
    margin-right: 30px;
    line-height: 1.3;
  }
}

.p-news_category {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
  width: 120px;
  margin-right: 25px;
  font-weight: 400;
  color: #fff;
}
@media screen and (max-width: 980px) {
  .p-news_category {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}
.p-news_category span {
  display: inline-block;
  width: 100%;
  text-align: center;
  background-color: #fa9146;
}

.p-news_title {
  padding-right: 20px;
  font-weight: 400;
}
@media screen and (max-width: 980px) {
  .p-news_title {
    width: 100%;
    margin-top: 10px;
  }
}

.p-contactList {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
}
@media screen and (max-width: 980px) {
  .p-contactList {
    display: block;
  }
}

.p-contactList_item {
  width: calc((100% - 100px) / 2);
}
@media screen and (max-width: 980px) {
  .p-contactList_item {
    width: 100%;
  }
}
.p-contactList_item:nth-of-type(2n-1) {
  margin-right: 100px;
}
@media screen and (max-width: 980px) {
  .p-contactList_item:nth-of-type(2n-1) {
    margin-right: 0;
  }
}
@media screen and (max-width: 980px) {
  .p-contactList_item:nth-of-type(n+2) {
    margin-top: 20px;
  }
}
.p-contactList_item:nth-of-type(n+3) {
  margin-top: 40px;
}
@media screen and (max-width: 980px) {
  .p-contactList_item:nth-of-type(n+3) {
    margin-top: 20px;
  }
}

.p-contactDl_term {
  font-size: 2rem;
  font-weight: 500;
}

.p-contactDl_description {
  margin-top: 10px;
}
@media screen and (max-width: 980px) {
  .p-contactDl_description {
    margin-top: 0;
  }
}

.p-contactBox {
  margin-top: 40px;
  padding: 10px;
  border: 1px solid #CFCFCF;
  text-align: center;
}

.p-contactNote {
  margin-top: 70px;
}
@media screen and (max-width: 980px) {
  .p-contactNote {
    margin-top: 30px;
  }
}
.p-contactNote span {
  color: #e50012;
}

.p-contactForm {
  margin-top: 10px;
}
.p-contactForm tr {
  border-top: 1px solid #CFCFCF;
}
@media screen and (max-width: 980px) {
  .p-contactForm tr {
    border-top: none;
  }
}
.p-contactForm tr:last-of-type {
  border-bottom: 1px solid #CFCFCF;
}
@media screen and (max-width: 980px) {
  .p-contactForm tr:last-of-type {
    border-bottom: none;
  }
}

.p-contactForm_title {
  position: relative;
  flex-shrink: 0;
  width: 195px;
  padding: 20px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #F2F2F2;
}
@media screen and (max-width: 980px) {
  .p-contactForm_title {
    display: block;
    width: 100%;
    margin-top: 20px;
    padding: 10px 20px;
  }
}
.p-contactForm_title::after {
  color: #e50012;
  content: "*";
}

.p-contactForm_data {
  padding: 22px 40px;
}
@media screen and (max-width: 980px) {
  .p-contactForm_data {
    display: block;
    width: 100%;
    padding: 10px 0 20px;
  }
}

.p-contactFormList {
  padding: 0;
}

.p-contactForm_type {
  position: absolute;
  opacity: 0;
}

.p-contactForm_label {
  font-feature-settings: "palt";
}
@media screen and (max-width: 480px) {
  .p-contactForm_label {
    font-size: 1.3rem;
  }
}
.p-contactForm_label::before {
  position: relative;
  top: 5px;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 8px;
  border: 1px solid #b4b4b4;
  border-radius: 100%;
  background: #f4f4f4;
  text-align: center;
  vertical-align: top;
  cursor: pointer;
  content: "";
}
@media screen and (max-width: 480px) {
  .p-contactForm_label::before {
    top: 7px;
    width: 16px;
    height: 16px;
  }
}
:checked + .p-contactForm_label::before {
  background-color: #51535a;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}

.p-contactForm_name {
  width: 100%;
  max-width: 480px;
  padding: 13px 15px;
  border: 1px solid #CFCFCF;
}

.p-contactForm_mail {
  width: 100%;
  max-width: 640px;
  padding: 13px 15px;
  border: 1px solid #CFCFCF;
}

.p-contactForm_contents {
  padding: 13px 15px;
  border: 1px solid #CFCFCF;
}

.p-contact_text {
  margin-top: 40px;
  text-align: center;
}

.p-contactCheckbox {
  margin-top: 20px;
  text-align: center;
}

.p-contactCheckbox_check {
  margin-right: 8px;
}

.p-contactCheckbox_button {
  display: block;
  width: 100%;
  max-width: 350px;
  margin: 30px auto 0;
  padding: 20px;
  border: 1px solid #B4B4B4;
  background-color: #fff;
  transition: all .2s;
}
.p-contactCheckbox_button:disabled {
  color: #999;
  background-color: #eee;
}
.p-contactCheckbox_button:not(:disabled):hover {
  color: #fff;
  background-color: #fa9146;
}

/* ==============================================================
*  utility
* ============================================================ */
/* -----------------------------------------------------------------------------
   #Text
   -------------------------------------------------------------------------- */
.u-textLight {
  font-weight: 300 !important;
}

.u-textNormal {
  font-weight: 500 !important;
}

.u-textBold {
  font-weight: 700 !important;
}

.u-textIndent {
  text-indent: 1em !important;
}

.u-textNote {
  margin-left: 1em !important;
  text-indent: -1em !important;
}

.u-textNowrap {
  white-space: nowrap !important;
}

.u-textBreakword {
  word-wrap: break-word !important;
  overflow-wrap: break-word !important;
}

.u-textJustify {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

.u-textNone {
  text-transform: none !important;
}

.u-textLowercase {
  text-transform: lowercase !important;
}

.u-textUppercase {
  text-transform: uppercase !important;
}

.u-textCapitalize {
  text-transform: capitalize !important;
}

.u-textSmallcaps {
  font-variant: small-caps !important;
}

.u-textVertical {
  writing-mode: vertical-rl !important;
  text-orientation: mixed !important;
}

.u-textVertical--upright {
  text-orientation: upright !important;
}

.u-textRight {
  text-align: right !important;
}

.u-textCenter {
  text-align: center !important;
}

.u-textLeft {
  text-align: left !important;
}

.u-textTop {
  vertical-align: top !important;
}

.u-textMiddle {
  vertical-align: middle !important;
}

.u-textBottom {
  vertical-align: bottom !important;
}

.u-color-red {
  color: #e50012;
}

.u-bg-orange {
  background-color: rgba(240, 160, 50, 0.25);
}

/* #Margin
  -------------------------------------------------------------------------- */
.u-mt0 {
  margin-top: 0px !important;
}

.u-mt5 {
  margin-top: 5px !important;
}

.u-mt10 {
  margin-top: 10px !important;
}

.u-mt15 {
  margin-top: 15px !important;
}

.u-mt20 {
  margin-top: 20px !important;
}

.u-mt25 {
  margin-top: 25px !important;
}

.u-mt30 {
  margin-top: 30px !important;
}

.u-mt35 {
  margin-top: 35px !important;
}

.u-mt40 {
  margin-top: 40px !important;
}

.u-mt45 {
  margin-top: 45px !important;
}

.u-mt50 {
  margin-top: 50px !important;
}

.u-mt55 {
  margin-top: 55px !important;
}

.u-mt60 {
  margin-top: 60px !important;
}

.u-mt65 {
  margin-top: 65px !important;
}

.u-mt70 {
  margin-top: 70px !important;
}

.u-mt75 {
  margin-top: 75px !important;
}

.u-mt80 {
  margin-top: 80px !important;
}

.u-mt85 {
  margin-top: 85px !important;
}

.u-mt90 {
  margin-top: 90px !important;
}

.u-mt95 {
  margin-top: 95px !important;
}

.u-mt100 {
  margin-top: 100px !important;
}

.u-mr0 {
  margin-right: 0px !important;
}

.u-mr5 {
  margin-right: 5px !important;
}

.u-mr10 {
  margin-right: 10px !important;
}

.u-mr15 {
  margin-right: 15px !important;
}

.u-mr20 {
  margin-right: 20px !important;
}

.u-mr25 {
  margin-right: 25px !important;
}

.u-mr30 {
  margin-right: 30px !important;
}

.u-mr35 {
  margin-right: 35px !important;
}

.u-mr40 {
  margin-right: 40px !important;
}

.u-mr45 {
  margin-right: 45px !important;
}

.u-mr50 {
  margin-right: 50px !important;
}

.u-mr55 {
  margin-right: 55px !important;
}

.u-mr60 {
  margin-right: 60px !important;
}

.u-mr65 {
  margin-right: 65px !important;
}

.u-mr70 {
  margin-right: 70px !important;
}

.u-mr75 {
  margin-right: 75px !important;
}

.u-mr80 {
  margin-right: 80px !important;
}

.u-mr85 {
  margin-right: 85px !important;
}

.u-mr90 {
  margin-right: 90px !important;
}

.u-mr95 {
  margin-right: 95px !important;
}

.u-mr100 {
  margin-right: 100px !important;
}

.u-mb0 {
  margin-bottom: 0px !important;
}

.u-mb5 {
  margin-bottom: 5px !important;
}

.u-mb10 {
  margin-bottom: 10px !important;
}

.u-mb15 {
  margin-bottom: 15px !important;
}

.u-mb20 {
  margin-bottom: 20px !important;
}

.u-mb25 {
  margin-bottom: 25px !important;
}

.u-mb30 {
  margin-bottom: 30px !important;
}

.u-mb35 {
  margin-bottom: 35px !important;
}

.u-mb40 {
  margin-bottom: 40px !important;
}

.u-mb45 {
  margin-bottom: 45px !important;
}

.u-mb50 {
  margin-bottom: 50px !important;
}

.u-mb55 {
  margin-bottom: 55px !important;
}

.u-mb60 {
  margin-bottom: 60px !important;
}

.u-mb65 {
  margin-bottom: 65px !important;
}

.u-mb70 {
  margin-bottom: 70px !important;
}

.u-mb75 {
  margin-bottom: 75px !important;
}

.u-mb80 {
  margin-bottom: 80px !important;
}

.u-mb85 {
  margin-bottom: 85px !important;
}

.u-mb90 {
  margin-bottom: 90px !important;
}

.u-mb95 {
  margin-bottom: 95px !important;
}

.u-mb100 {
  margin-bottom: 100px !important;
}

.u-ml0 {
  margin-left: 0px !important;
}

.u-ml5 {
  margin-left: 5px !important;
}

.u-ml10 {
  margin-left: 10px !important;
}

.u-ml15 {
  margin-left: 15px !important;
}

.u-ml20 {
  margin-left: 20px !important;
}

.u-ml25 {
  margin-left: 25px !important;
}

.u-ml30 {
  margin-left: 30px !important;
}

.u-ml35 {
  margin-left: 35px !important;
}

.u-ml40 {
  margin-left: 40px !important;
}

.u-ml45 {
  margin-left: 45px !important;
}

.u-ml50 {
  margin-left: 50px !important;
}

.u-ml55 {
  margin-left: 55px !important;
}

.u-ml60 {
  margin-left: 60px !important;
}

.u-ml65 {
  margin-left: 65px !important;
}

.u-ml70 {
  margin-left: 70px !important;
}

.u-ml75 {
  margin-left: 75px !important;
}

.u-ml80 {
  margin-left: 80px !important;
}

.u-ml85 {
  margin-left: 85px !important;
}

.u-ml90 {
  margin-left: 90px !important;
}

.u-ml95 {
  margin-left: 95px !important;
}

.u-ml100 {
  margin-left: 100px !important;
}

/* #Padding
  -------------------------------------------------------------------------- */
.u-pt0 {
  padding-top: 0px !important;
}

.u-pt5 {
  padding-top: 5px !important;
}

.u-pt10 {
  padding-top: 10px !important;
}

.u-pt15 {
  padding-top: 15px !important;
}

.u-pt20 {
  padding-top: 20px !important;
}

.u-pt25 {
  padding-top: 25px !important;
}

.u-pt30 {
  padding-top: 30px !important;
}

.u-pt35 {
  padding-top: 35px !important;
}

.u-pt40 {
  padding-top: 40px !important;
}

.u-pt45 {
  padding-top: 45px !important;
}

.u-pt50 {
  padding-top: 50px !important;
}

.u-pt55 {
  padding-top: 55px !important;
}

.u-pt60 {
  padding-top: 60px !important;
}

.u-pt65 {
  padding-top: 65px !important;
}

.u-pt70 {
  padding-top: 70px !important;
}

.u-pt75 {
  padding-top: 75px !important;
}

.u-pt80 {
  padding-top: 80px !important;
}

.u-pt85 {
  padding-top: 85px !important;
}

.u-pt90 {
  padding-top: 90px !important;
}

.u-pt95 {
  padding-top: 95px !important;
}

.u-pt100 {
  padding-top: 100px !important;
}

.u-pr0 {
  padding-right: 0px !important;
}

.u-pr5 {
  padding-right: 5px !important;
}

.u-pr10 {
  padding-right: 10px !important;
}

.u-pr15 {
  padding-right: 15px !important;
}

.u-pr20 {
  padding-right: 20px !important;
}

.u-pr25 {
  padding-right: 25px !important;
}

.u-pr30 {
  padding-right: 30px !important;
}

.u-pr35 {
  padding-right: 35px !important;
}

.u-pr40 {
  padding-right: 40px !important;
}

.u-pr45 {
  padding-right: 45px !important;
}

.u-pr50 {
  padding-right: 50px !important;
}

.u-pr55 {
  padding-right: 55px !important;
}

.u-pr60 {
  padding-right: 60px !important;
}

.u-pr65 {
  padding-right: 65px !important;
}

.u-pr70 {
  padding-right: 70px !important;
}

.u-pr75 {
  padding-right: 75px !important;
}

.u-pr80 {
  padding-right: 80px !important;
}

.u-pr85 {
  padding-right: 85px !important;
}

.u-pr90 {
  padding-right: 90px !important;
}

.u-pr95 {
  padding-right: 95px !important;
}

.u-pr100 {
  padding-right: 100px !important;
}

.u-pb0 {
  padding-bottom: 0px !important;
}

.u-pb5 {
  padding-bottom: 5px !important;
}

.u-pb10 {
  padding-bottom: 10px !important;
}

.u-pb15 {
  padding-bottom: 15px !important;
}

.u-pb20 {
  padding-bottom: 20px !important;
}

.u-pb25 {
  padding-bottom: 25px !important;
}

.u-pb30 {
  padding-bottom: 30px !important;
}

.u-pb35 {
  padding-bottom: 35px !important;
}

.u-pb40 {
  padding-bottom: 40px !important;
}

.u-pb45 {
  padding-bottom: 45px !important;
}

.u-pb50 {
  padding-bottom: 50px !important;
}

.u-pb55 {
  padding-bottom: 55px !important;
}

.u-pb60 {
  padding-bottom: 60px !important;
}

.u-pb65 {
  padding-bottom: 65px !important;
}

.u-pb70 {
  padding-bottom: 70px !important;
}

.u-pb75 {
  padding-bottom: 75px !important;
}

.u-pb80 {
  padding-bottom: 80px !important;
}

.u-pb85 {
  padding-bottom: 85px !important;
}

.u-pb90 {
  padding-bottom: 90px !important;
}

.u-pb95 {
  padding-bottom: 95px !important;
}

.u-pb100 {
  padding-bottom: 100px !important;
}

.u-pl0 {
  padding-left: 0px !important;
}

.u-pl5 {
  padding-left: 5px !important;
}

.u-pl10 {
  padding-left: 10px !important;
}

.u-pl15 {
  padding-left: 15px !important;
}

.u-pl20 {
  padding-left: 20px !important;
}

.u-pl25 {
  padding-left: 25px !important;
}

.u-pl30 {
  padding-left: 30px !important;
}

.u-pl35 {
  padding-left: 35px !important;
}

.u-pl40 {
  padding-left: 40px !important;
}

.u-pl45 {
  padding-left: 45px !important;
}

.u-pl50 {
  padding-left: 50px !important;
}

.u-pl55 {
  padding-left: 55px !important;
}

.u-pl60 {
  padding-left: 60px !important;
}

.u-pl65 {
  padding-left: 65px !important;
}

.u-pl70 {
  padding-left: 70px !important;
}

.u-pl75 {
  padding-left: 75px !important;
}

.u-pl80 {
  padding-left: 80px !important;
}

.u-pl85 {
  padding-left: 85px !important;
}

.u-pl90 {
  padding-left: 90px !important;
}

.u-pl95 {
  padding-left: 95px !important;
}

.u-pl100 {
  padding-left: 100px !important;
}

body.is-fixed {
  position: fixed;
  left: 0;
  width: 100%;
}

.u-hidden {
  display: none;
}
@media screen and (max-width: 980px) {
  .u-hidden {
    display: inline-block;
  }
}
.u-hidden-sp {
  display: inline-block;
}
@media screen and (max-width: 980px) {
  .u-hidden-sp {
    display: none;
  }
}

.u-youtube {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.u-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
