/*!
==========================================================================

SASSにて記述しておりますので、
以下のスタイルには触れないようお願いいたします。

==========================================================================
*/

@import url("https://fonts.googleapis.com/earlyaccess/notosansjapanese.css");
@import url("https://use.typekit.net/tee2bgl.css");

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */

html {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
  overflow-y: scroll
}

*, ::before, ::after {
  box-sizing: inherit;
  background-repeat: no-repeat
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit
}

* {
  margin: 0;
  padding: 0
}

audio:not([controls]) {
  display: none;
  height: 0
}

hr {
  overflow: visible
}

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

summary {
  display: list-item
}

small {
  font-size: 80%
}

[hidden], template {
  display: none
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none
}

a {
  -webkit-text-decoration-skip: objects;
  background-color: transparent
}

a:active, a:hover {
  outline-width: 0
}

code, kbd, pre, samp {
  font-family: monospace, monospace
}

b, strong {
  font-weight: bolder
}

dfn {
  font-style: italic
}

mark {
  background-color: #ff0;
  color: #000
}

sub, sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

input {
  border-radius: 0
}

button, [type="button"], [type="reset"], [type="submit"], [role="button"] {
  cursor: pointer
}

[disabled] {
  cursor: default
}

[type="number"] {
  width: auto
}

[type="search"] {
  -webkit-appearance: textfield
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

textarea {
  overflow: auto;
  resize: vertical
}

button, input, optgroup, select, textarea {
  font: inherit
}

optgroup {
  font-weight: bold
}

button {
  overflow: visible
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: 0
}

button:-moz-focusring, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}

button, select {
  text-transform: none
}

button, input, select, textarea {
  border-style: none;
  background-color: transparent;
  color: inherit
}

select {
  -moz-appearance: none;
  -webkit-appearance: none
}

select::-ms-expand {
  display: none
}

select::-ms-value {
  color: currentColor
}

legend {
  display: table;
  max-width: 100%;
  border: 0;
  color: inherit;
  white-space: normal
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

img {
  border-style: none
}

progress {
  vertical-align: baseline
}

svg:not(:root) {
  overflow: hidden
}

audio, canvas, progress, video {
  display: inline-block
}

@media screen {
  [hidden~="screen"] {
    display: inherit
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    clip: rect(0 0 0 0) !important;
    position: absolute !important
  }
}

[aria-busy="true"] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled] {
  cursor: default
}

::-moz-selection {
  background-color: #d6e4dc;
  color: #000;
  text-shadow: none
}

::selection {
  background-color: #d6e4dc;
  color: #000;
  text-shadow: none
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #333;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  font-size: 62.5%
}

html.is-hidden {
  overflow: hidden
}

body {
  min-width: 320px;
  background: #fff;
  font-size: 1.6rem
}

@media only screen and (max-width: 1024px) {
  body {
    font-size: 1.6rem
  }
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 1.4rem
  }
}

@media only screen and (max-width: 600px) {
  body {
    font-size: 1.4rem
  }
}

h1, h2, h3, h4, h5, h5 {
  font-size: 1em;
  font-weight: inherit
}

a, a:visited {
  color: #333;
  text-decoration: none
}

a:hover {
  transition: 0.3s ease-in-out
}

ul, li {
  list-style: none
}

i {
  font-style: normal
}

em {
  font-style: normal
}

img {
  max-width: 100%;
  vertical-align: bottom
}

table {
  border-collapse: collapse
}

#wrapper {
  min-width: 1140px;
  margin-top: 200px;
  overflow: hidden
}

@media only screen and (max-width: 1024px) {
  #wrapper {
    min-width: inherit;
    margin-top: 153px
  }
}

@media only screen and (max-width: 768px) {
  #wrapper {
    margin-top: 173px
  }
}

@media only screen and (max-width: 480px) {
  #wrapper {
    margin-top: 133px
  }
}

.inner {
  max-width: 1000px;
  margin: 0 auto
}

@media only screen and (max-width: 1024px) {
  .inner {
    width: 90%
  }
}

*::-moz-selection {
  background: #178a45;
  color: #fff
}

*::selection {
  background: #178a45;
  color: #fff
}

.sp {
  display: none
}

@media only screen and (max-width: 1024px) {
  .sp {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .sp {
    display: none
  }
}

@media only screen and (max-width: 600px) {
  .sp {
    display: inherit
  }
}

.tab {
  display: none
}

@media only screen and (max-width: 1024px) {
  .tab {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .tab {
    display: inherit
  }
}

@media only screen and (max-width: 600px) {
  .tab {
    display: inherit
  }
}

.pc {
  display: inherit
}

@media only screen and (max-width: 1024px) {
  .pc {
    display: inherit
  }
}

@media only screen and (max-width: 768px) {
  .pc {
    display: inherit
  }
}

@media only screen and (max-width: 600px) {
  .pc {
    display: none
  }
}

.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat
}

@font-face {
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
  font-family: "slick";
  font-style: normal;
  font-weight: normal
}

.slick-prev, .slick-next {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  display: block;
  position: absolute;
  top: 50%;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25
}

.slick-prev:before, .slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  opacity: .75
}

.slick-prev {
  left: -25px
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto
}

.slick-prev:before {
  content: "←"
}

[dir="rtl"] .slick-prev:before {
  content: "→"
}

.slick-next {
  right: -25px
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px
}

.slick-next:before {
  content: "→"
}

[dir="rtl"] .slick-next:before {
  content: "←"
}

.slick-dotted.slick-slider {
  margin-bottom: 30px
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer
}

.slick-dots li button {
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0px;
  line-height: 0px;
  cursor: pointer
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1
}

.slick-dots li button:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #000;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  content: "•";
  opacity: .25
}

.slick-dots li.slick-active button:before {
  color: #000;
  opacity: .75
}

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

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

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

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto
}

.slick-track:before, .slick-track:after {
  display: table;
  content: ""
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  display: none;
  height: 100%;
  min-height: 1px;
  float: left
}

[dir="rtl"] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

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

.l-article>*:first-child {
  margin-top: 0
}

.l-article .c-title--m {
  margin-top: 40px
}

.l-article .c-title--s {
  margin-top: 32px
}

.l-article>p, .l-article>ul, .l-article>ol, .l-article>table, .l-article>figure {
  margin-bottom: 24px
}

@media only screen and (max-width: 768px) {
  .l-article>p, .l-article>ul, .l-article>ol, .l-article>table, .l-article>figure {
    margin-bottom: 16px
  }
}

.l-article .c-flexbox, .l-article .c-flexbox--2, .l-article .c-flexbox--3, .l-article .c-flexbox--4, .l-article .c-flexbox--6, .l-article .c-flexbox--2, .l-article .c-flexbox--3, .l-article .c-flexbox--4 {
  margin-bottom: 0
}

.l-article p>a {
  color: #20ae59;
  text-decoration: underline;
  transition: color 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out
}

.l-article p>a:hover {
  color: #178a45;
  text-decoration: none;
  transition: color 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out
}

.l-article p>strong {
  padding: 0 .1em;
  color: #20ae59
}

@media only screen and (max-width: 768px) {
  .l-article p>strong::before {
    height: 6px
  }
}

.l-article>ul>li>a, .l-article ol>li>a {
  color: #20ae59;
  text-decoration: underline;
  transition: color 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out
}

.l-article>ul>li>a:hover, .l-article ol>li>a:hover {
  color: #178a45;
  text-decoration: none;
  transition: color 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, text-decoration 0.3s ease-in-out, -webkit-text-decoration 0.3s ease-in-out
}

.l-footer {
  z-index: 0;
  position: relative;
  padding-bottom: 16px;
  background: #20ae59;
  color: #fff
}

.l-footer::before {
  display: block;
  position: absolute;
  top: -138px;
  left: 0;
  width: 100%;
  height: 138px;
  background: url(/common/img/footer_illust.png) repeat-x;
  content: ''
}

@media only screen and (max-width: 480px) {
  .l-footer::before {
    top: -88px;
    height: 100px;
    background-position: calc(50% - 147px);
    background-size: auto 75px
  }
}

.l-footer__sitemap {
  display: flex;
  padding: 58px 0
}

.l-footer__sitemap>div {
  width: 25%
}

@media only screen and (max-width: 768px) {
  .l-footer__sitemap {
    flex-wrap: wrap;
    width: 88%;
    margin: auto
  }
  .l-footer__sitemap>div {
    width: 50%;
    padding-right: 0
  }
  .l-footer__sitemap>div:nth-child(1) {
    order: -2;
    width: 40%
  }
  .l-footer__sitemap>div:nth-child(2) {
    order: 0;
    width: 40%
  }
  .l-footer__sitemap>div:nth-child(3) {
    order: -1;
    width: 60%;
    padding: 0
  }
  .l-footer__sitemap>div:nth-child(4) {
    order: 1;
    width: 60%;
    padding: 0
  }
}

@media only screen and (max-width: 480px) {
  .l-footer__sitemap {
    padding: 24px 0 16px
  }
}

.l-footer__nav1>li+li {
  margin-top: 24px
}

.l-footer__nav1>li>a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0.1em
}

@media only screen and (max-width: 480px) {
  .l-footer__nav1>li+li {
    margin-top: 16px
  }
  .l-footer__nav1>li>a {
    font-size: 1.2rem
  }
}

.l-footer__nav2 {
  margin-top: 6px;
  margin-bottom: 24px
}

@media only screen and (max-width: 768px) {
  .l-footer__nav2 {
    margin-top: 11px
  }
}

.l-footer__nav2>li+li {
  margin-top: 6px
}

.l-footer__nav2>li>a, .l-footer__nav2>li>p {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
  line-height: 1.2
}

.l-footer__nav2>li>a::before, .l-footer__nav2>li>p::before {
  display: block;
  position: absolute;
  top: .6em;
  left: 0;
  width: 5px;
  height: 1px;
  margin: auto;
  background: #178a45;
  content: ''
}

.l-footer__nav2>li>a:hover, .l-footer__nav2>li>p:hover {
  color: #fff
}

.l-footer__nav2>li>p:hover {
  color: rgba(255, 255, 255, 0.6)
}

@media only screen and (max-width: 480px) {
  .l-footer__nav2>li+li {
    margin-top: 12px
  }
  .l-footer__nav2>li>a, .l-footer__nav2>li>p {
    display: block;
    padding-left: 10px;
    font-size: 1.1rem
  }
}

.l-footer__nav3 {
  margin-top: 8px;
  margin-left: 14px
}

@media only screen and (max-width: 480px) {
  .l-footer__nav3 {
    margin-top: 12px;
    margin-left: 10px
  }
}

.l-footer__nav3>li+li {
  margin-top: 8px
}

.l-footer__nav3>li>a {
  display: inline-block;
  position: relative;
  padding-left: 14px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
  line-height: 1.2
}

.l-footer__nav3>li>a::before {
  display: block;
  position: absolute;
  top: .6em;
  left: 0;
  width: 5px;
  height: 1px;
  margin: auto;
  background: #178a45;
  content: ''
}

.l-footer__nav3>li>a:hover {
  color: #fff
}

@media only screen and (max-width: 480px) {
  .l-footer__nav3>li+li {
    margin-top: 12px
  }
  .l-footer__nav3>li>a {
    display: block;
    padding-left: 10px;
    font-size: 1.1rem
  }
}

.l-footer small {
  display: block;
  width: 100%;
  color: rgba(255, 255, 255, 0.4);
  font-size: 1.2rem;
  text-align: right
}

@media only screen and (max-width: 480px) {
  .l-footer small {
    font-size: 1rem;
    text-align: center
  }
}

.l-footer .l-lines {
  position: absolute
}

.l-footer .l-line--1, .l-footer .l-line--2, .l-footer .l-line--3, .l-footer .l-line--4, .l-footer .l-line--5, .l-footer .l-line--6, .l-footer .l-line--7 {
  background: rgba(255, 255, 255, 0.04)
}

.l-pagetop {
  display: block;
  z-index: 10;
  position: absolute;
  top: -30px;
  right: 40px;
  width: 60px;
  height: 60px;
  margin-top: 0;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.12);
  transition: margin-top 0.3s ease-in-out
}

.l-pagetop::after {
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: 27px;
  right: 0;
  left: 0;
  width: 12px;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #20ae59;
  border-left: 2px solid #20ae59;
  content: ''
}

.l-pagetop:hover {
  margin-top: -10px;
  transition: margin-top 0.3s ease-in-out
}

@media only screen and (max-width: 768px) {
  .l-pagetop {
    top: -23px;
    right: 0;
    left: 0;
    width: 46px;
    height: 46px;
    margin: 0 auto
  }
  .l-pagetop::after {
    top: 21px;
    width: 10px;
    height: 10px
  }
  .l-pagetop:hover {
    margin-top: -4px
  }
}

.l-breadCrumb {
  z-index: 0;
  position: relative;
  padding: 16px 0;
  background: #178a45;
  font-size: 1.2rem
}

@media only screen and (max-width: 768px) {
  .l-breadCrumb {
    padding: 28px 0 16px;
    font-size: 1.1rem
  }
}

.l-breadCrumb__list {
  display: flex;
  flex-wrap: wrap
}

.l-breadCrumb__list>li {
  position: relative
}

.l-breadCrumb__list>li+li {
  display: inline-block;
  margin-left: 10px;
  padding-left: 20px
}

.l-breadCrumb__list>li+li::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 1px;
  margin: auto;
  background: #fff;
  content: ''
}

.l-breadCrumb__list>li>a {
  color: #fff
}

.l-breadCrumb__list>li>a:hover {
  text-decoration: underline
}

@media only screen and (max-width: 768px) {
  .l-breadCrumb__list>li {
    margin-top: 4px
  }
}

.l-breadCrumb .l-lines {
  position: absolute
}

.l-breadCrumb .l-line--1, .l-breadCrumb .l-line--2, .l-breadCrumb .l-line--3, .l-breadCrumb .l-line--4, .l-breadCrumb .l-line--5, .l-breadCrumb .l-line--6, .l-breadCrumb .l-line--7 {
  background: rgba(255, 255, 255, 0.04)
}

.l-header {
  display: flex;
  z-index: 999;
  position: fixed;
  top: 0;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  min-width: 1140px;
  height: 200px;
  background: #fff;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.15);
  opacity: 1;
  transition: box-shadow 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out
}

.l-header.is-shadow {
  top: 0;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
  opacity: 1;
  transition: box-shadow 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out
}

.l-header.is-hide {
  top: -202px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  opacity: 1;
  transition: box-shadow 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out
}

@media only screen and (max-width: 1500px) {
  .l-header {
    flex-direction: row-reverse
  }
  _:-ms-fullscreen, :root .l-header {
    flex-direction: row
  }
}

@media only screen and (max-width: 1024px) {
  .l-header {
    display: block;
    min-width: inherit;
    height: 60px
  }
  .l-header.is-hide {
    top: -174px
  }
}

.l-header__logo {
  width: 159px;
  margin: 30px 0 0 41px
}

@media only screen and (max-width: 1500px) {
  .l-header__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 159px
  }
}

@media only screen and (max-width: 1024px) {
  .l-header__logo {
    width: 98px;
    margin: 16px 0 0 10px;
    padding: 0
  }
}

.l-header__search {
  position: relative;
  width: 290px;
  margin: 30px
}

.l-header__search input {
  display: block;
  position: relative;
  height: 40px;
  border: none;
  outline: none;
  background: #e8e8e8
}

.l-header__search input[type="text"] {
  width: 220px;
  padding: 5px 18px;
  border-radius: 20px 0 0 20px
}

.l-header__search input[type="submit"] {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 70px;
  padding: 5px 25px 5px 18px;
  border-radius: 0 20px 20px 0;
  background: #e8e8e8 url(/common/img/search_ico.png) center center/18px 18px no-repeat
}

@media only screen and (max-width: 1024px) {
  .l-header__search {
    position: absolute;
    top: 13px;
    right: 46px;
    width: 196px;
    height: 34px;
    margin: 0
  }
  .l-header__search input[type="text"] {
    width: 146px;
    height: 34px
  }
  .l-header__search input[type="submit"] {
    width: 50px;
    height: 34px;
    background-size: 16px 16px
  }
}

.l-header__menuBar {
  display: none
}

@media only screen and (max-width: 1024px) {
  .l-header__menuBar {
    display: block;
    position: absolute;
    top: 5px;
    right: 0;
    width: 50px;
    height: 50px
  }
  .l-header__menuBar>span {
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 20px;
    height: 2px;
    margin: auto;
    background: #20ae59
  }
  .l-header__menuBar>span:nth-child(1) {
    top: 16px;
    transform: rotate(0);
    transition: top 0.3s ease-in-out, transform 0.3s ease-in-out
  }
  .l-header__menuBar>span:nth-child(2) {
    top: 24px
  }
  .l-header__menuBar>span:nth-child(3) {
    bottom: 16px;
    transform: rotate(0);
    transition: bottom 0.3s ease-in-out, transform 0.3s ease-in-out
  }
  .l-header__menuBar.is-active>span:nth-child(1) {
    top: 24px;
    transform: rotate(45deg);
    transition: top 0.3s ease-in-out, transform 0.3s ease-in-out
  }
  .l-header__menuBar.is-active>span:nth-child(2) {
    display: none
  }
  .l-header__menuBar.is-active>span:nth-child(3) {
    bottom: 24px;
    transform: rotate(-45deg);
    transition: bottom 0.3s ease-in-out, transform 0.3s ease-in-out
  }
}

.l-header__menuWrap {
  display: flex;
  width: 100%
}

@media only screen and (max-width: 1024px) {
  .l-header__menuWrap {
    display: block;
    z-index: 10;
    position: absolute;
    top: 60px;
    width: 100%;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease-in-out
  }
  .l-header__menuWrap.is-show {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.3s ease-in-out
  }
  .l-header__menuWrap.is-show::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    content: ''
  }
}

.l-header__menu {
  display: flex;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  margin-right: 32px
}

@media only screen and (max-width: 1500px) {
  .l-header__menu {
    margin-right: 24px
  }
}

@media only screen and (max-width: 1024px) {
  .l-header__menu {
    display: block;
    margin: 0 auto
  }
}

.l-header__nav {
  display: none
}

@media only screen and (max-width: 1500px) {
  .l-header__nav {
    font-size: 1.3rem
  }
}

@media only screen and (max-width: 1024px) {
  .l-header__nav {
    display: block;
    overflow-y: auto;
    font-size: 1.4rem
  }
}

.l-header__nav__list {
  display: flex;
  justify-content: flex-end;
  margin-top: 12px
}

.l-header__nav__list>li {
  position: relative;
  margin-right: 20px;
  padding-bottom: 20px
}

.l-header__nav__list>li:last-child {
  margin-right: 0
}

.l-header__nav__list>li>a:hover {
  color: #20ae59
}

.l-header__nav__list>li>a.is-active {
  color: #20ae59
}

.l-header__nav__list>li>a.is-active::after {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  margin: auto;
  border-width: 0 5px 8px 5px;
  border-style: solid;
  border-color: transparent transparent #20ae59 transparent;
  content: ''
}

@media only screen and (max-width: 1500px) {
  .l-header__nav__list>li {
    margin-right: 16px
  }
}

@media only screen and (max-width: 1024px) {
  .l-header__nav__list {
    display: block;
    width: 90%;
    margin: 0 auto
  }
  .l-header__nav__list>li {
    margin-right: 0;
    padding-bottom: 0
  }
  .l-header__nav__list>li>a {
    display: block;
    position: relative;
    padding: 11px 0;
    border-bottom: 1px solid #e1eaf3
  }
  .l-header__nav__list>li>a.is-active::after {
    display: none
  }
  .l-header__nav__list>li>a i {
    display: block;
    position: relative;
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    width: 12px;
    height: 19px;
    margin: auto
  }
  .l-header__nav__list>li>a i::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background: #aaa;
    content: ''
  }
  .l-header__nav__list>li>a i::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 1px solid #aaa;
    border-right: 1px solid #aaa;
    content: ''
  }
  .l-header__nav__list>li>a.is-active i {
    display: block;
    position: relative;
    position: absolute;
    top: 0;
    right: 6px;
    bottom: 0;
    width: 12px;
    height: 19px;
    margin: auto
  }
  .l-header__nav__list>li>a.is-active i::before {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    margin: auto;
    background: #20ae59;
    content: ''
  }
  .l-header__nav__list>li>a.is-active i::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 7px;
    height: 7px;
    margin: auto;
    transform: rotate(45deg);
    border-top: 1px solid #20ae59;
    border-right: 1px solid #20ae59;
    content: ''
  }
}

@media only screen and (max-width: 1024px) {
  .l-header__toggle {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    width: 45px;
    height: 45px;
    cursor: pointer
  }
  .l-header__toggle::before, .l-header__toggle::after {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 9px;
    height: 1px;
    margin: auto;
    background: #888;
    content: ''
  }
  .l-header__toggle::before {
    transform: rotate(0);
    opacity: 1;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out
  }
  .l-header__toggle::after {
    transform: rotate(90deg);
    opacity: 1;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out
  }
  .l-header__toggle.is-active {
    background: #e1eaf3
  }
  .l-header__toggle.is-active::before {
    transform: rotate(90deg);
    opacity: 0;
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out
  }
  .l-header__toggle.is-active::after {
    transform: rotate(180deg);
    transition: transform 0.3s ease-in-out
  }
}

.l-header__slideMenu {
  display: none;
  position: absolute;
  top: 30px;
  left: 50%;
  width: 220px;
  margin-left: -110px;
  padding: 8px 24px 12px;
  background: #0f4374;
  box-shadow: 0 4px 12px rgba(15, 67, 116, 0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out
}

.l-header__slideMenu.is-show {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease-in-out
}

.l-header__slideMenu__list>li>a {
  display: block;
  padding: 8px 0;
  color: #fff;
  font-size: 1.3rem;
  text-align: center;
  transition: border-bottom-color 0.3s ease-in-out, color 0.3s ease-in-out
}

.l-header__slideMenu__list>li>a:hover {
  color: rgba(255, 255, 255, 0.6)
}

@media only screen and (max-width: 1024px) {
  .l-header__slideMenu {
    display: none;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    margin-left: 0;
    padding: 0;
    background: #e1eaf3;
    box-shadow: none;
    opacity: 1;
    pointer-events: auto
  }
  .l-header__slideMenu__list>li>a {
    padding: 13px 45px 13px 16px;
    color: #333;
    text-align: left
  }
  .l-header__slideMenu__list>li>a:hover {
    color: #20ae59
  }
  .l-header__slideMenu.is-on {
    display: block
  }
}

.l-header__img__menu {
  width: 100%
}

@media only screen and (max-width: 1024px) {
  .l-header__img__menu {
    position: relative;
    top: 60px
  }
}

.l-header__img__menu__list {
  display: flex;
  flex-wrap: wrap
}

.l-header__img__menu__list>li {
  width: 17%
}

.l-header__img__menu__list>li:nth-child(3n-1) {
  width: 16%
}

@media only screen and (max-width: 768px) {
  .l-header__img__menu__list>li {
    width: 33%
  }
  .l-header__img__menu__list>li:nth-child(3n-1) {
    width: 34%
  }
}

.l-header__img__menu__list>li a {
  display: block;
  height: 100px;
  text-align: center
}

@media only screen and (max-width: 768px) {
  .l-header__img__menu__list>li a {
    height: auto
  }
}

.l-header__img__menu__list>li a dl {
  height: 100px;
  box-shadow: none;
  transition: box-shadow 0.3s ease-in-out
}

.l-header__img__menu__list>li a dl dt {
  z-index: 0;
  position: relative;
  padding: 30px 0;
  letter-spacing: 0.1em;
  transition: color 0.3s ease-in-out
}

.l-header__img__menu__list>li a dl dt span {
  display: block;
  color: #20ae59;
  font-family: montserrat, sans-serif;
  font-size: 1.2rem;
  letter-spacing: 0.1em;
  transition: color 0.3s ease-in-out
}

.l-header__img__menu__list>li a dl dt::before {
  display: block;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  content: '';
  transition: background 0.3s ease-in-out
}

@media only screen and (max-width: 1024px) {
  .l-header__img__menu__list>li a dl dt {
    font-size: 1.3rem
  }
  .l-header__img__menu__list>li a dl dt span {
    font-size: 1.1rem
  }
}

@media only screen and (max-width: 768px) {
  .l-header__img__menu__list>li a dl {
    height: auto
  }
  .l-header__img__menu__list>li a dl dt {
    padding: 12px 0;
    letter-spacing: 0
  }
  .l-header__img__menu__list>li a dl dt span {
    letter-spacing: 0
  }
}

@media only screen and (max-width: 480px) {
  .l-header__img__menu__list>li a dl dt {
    padding: 8px 0;
    font-size: 1.2rem
  }
  .l-header__img__menu__list>li a dl dt span {
    font-size: 1rem
  }
}

.l-header__img__menu__list>li a:hover dl, .l-header__img__menu__list>li a.is-active dl {
  height: auto;
  box-shadow: 0 6px 20px rgba(32, 174, 89, 0.5);
  transition: box-shadow 0.3s ease-in-out
}

.l-header__img__menu__list>li a:hover dl dt, .l-header__img__menu__list>li a.is-active dl dt {
  color: #fff;
  transition: color 0.3s ease-in-out
}

.l-header__img__menu__list>li a:hover dl dt span, .l-header__img__menu__list>li a.is-active dl dt span {
  color: #fff;
  transition: color 0.3s ease-in-out
}

.l-header__img__menu__list>li a:hover dl dt::before, .l-header__img__menu__list>li a.is-active dl dt::before {
  background: rgba(32, 174, 89, 0.8);
  transition: background 0.3s ease-in-out
}

.l-header__img__menu__list>li a.is-active dl {
  box-shadow: none
}

.l-header__img__menu__list>li:nth-child(1) a dl dt {
  background: url(/common/img/mv_menu_01.jpg) center/cover no-repeat
}

.l-header__img__menu__list>li:nth-child(2) a dl dt {
  background: url(/common/img/mv_menu_02.jpg) center/cover no-repeat
}

.l-header__img__menu__list>li:nth-child(3) a dl dt {
  background: url(/common/img/mv_menu_03.jpg) center/cover no-repeat
}

.l-header__img__menu__list>li:nth-child(4) a dl dt {
  background: url(/common/img/mv_menu_04.jpg) center/cover no-repeat
}

.l-header__img__menu__list>li:nth-child(5) a dl dt {
  background: url(/common/img/mv_menu_05.jpg) center/cover no-repeat
}

.l-header__img__menu__list>li:nth-child(6) a dl dt {
  background: url(/common/img/mv_menu_06.jpg) center/cover no-repeat
}

.is-hidden .l-header {
  top: 0 !important
}

.l-inner {
  width: 1000px;
  margin: 0 auto
}

@media only screen and (max-width: 1024px) {
  .l-inner {
    width: 90%
  }
}

.l-lines {
  display: none;
  z-index: -1;
  position: fixed;
  top: 0;
  width: 100%;
  min-width: 1140px;
  height: 100%;
  overflow: hidden
}

@media only screen and (max-width: 1024px) {
  .l-lines {
    min-width: inherit
  }
}

.l-line, .l-line--1, .l-line--2, .l-line--3, .l-line--4, .l-line--5, .l-line--6, .l-line--7 {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 1px;
  height: 100%;
  background: #f4f6f7
}

.l-line--1 {
  margin-left: -750px
}

@media only screen and (max-width: 1024px) {
  .l-line--1 {
    display: none
  }
}

.l-line--2 {
  margin-left: -500px
}

@media only screen and (max-width: 1024px) {
  .l-line--2 {
    display: none
  }
}

.l-line--3 {
  margin-left: -250px
}

@media only screen and (max-width: 1024px) {
  .l-line--3 {
    margin-left: -45%
  }
}

.l-line--4 {
  margin-left: 0
}

.l-line--5 {
  margin-left: 250px
}

@media only screen and (max-width: 1024px) {
  .l-line--5 {
    margin-left: 45%
  }
}

.l-line--6 {
  margin-left: 500px
}

@media only screen and (max-width: 1024px) {
  .l-line--6 {
    display: none
  }
}

.l-line--7 {
  margin-left: 750px
}

@media only screen and (max-width: 1024px) {
  .l-line--7 {
    display: none
  }
}

.l-main {
  padding-bottom: 220px
}

@media only screen and (max-width: 480px) {
  .l-main {
    padding-bottom: 120px
  }
}

.l-mv {
  position: relative;
  width: 100%;
  height: 180px;
  margin-bottom: 60px;
  background: center /cover no-repeat
}

@media only screen and (max-width: 1024px) {
  .l-mv {
    margin-bottom: 40px
  }
}

.l-mv .l-inner {
  display: flex
}

.l-mv .l-lines {
  z-index: 0;
  position: absolute
}

@media only screen and (max-width: 1024px) {
  .l-mv .l-lines {
    z-index: -1
  }
}

.l-mv .l-line--6, .l-mv .l-line--7 {
  background: rgba(255, 255, 255, 0.04)
}

.l-mv__title {
  width: 75%;
  margin-top: 48px;
  color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: .06em
}

.l-mv__title span {
  display: block;
  position: relative;
  margin-bottom: 6px;
  padding-left: 24px;
  font-family: montserrat, sans-serif;
  font-size: 1.4rem
}

.l-mv__title span::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 1px;
  margin: auto;
  background: #20ae59;
  content: ''
}

@media only screen and (max-width: 1024px) {
  .l-mv__title {
    margin-top: 54px;
    font-size: 2.4rem
  }
  .l-mv__title span {
    margin-bottom: 4px;
    padding-left: 16px;
    font-size: 1.2rem
  }
  .l-mv__title span::before {
    width: 10px
  }
}

.l-mv__contNav {
  display: flex;
  position: relative;
  align-items: center;
  width: 25%;
  height: 180px
}

.l-mv__contNav::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: calc(250px + (100vw - 1000px) / 2);
  height: 180px;
  background: linear-gradient(105deg, #178a45, #20ae59);
  content: ''
}

@media screen and (min-width: 1025px) {
  .l-mv__contNav.rows {
    width: 50%
  }
  .l-mv__contNav.rows::before {
    width: calc(500px + (100vw - 1000px) / 2)
  }
}

@media only screen and (max-width: 1024px) {
  .l-mv__contNav {
    position: absolute;
    top: 0;
    right: -80%;
    width: 80%;
    transition: right 0.3s ease-in-out
  }
  .l-mv__contNav::before {
    width: 100%
  }
  .l-mv__contNav.is-slide {
    right: 0;
    transition: right 0.3s ease-in-out
  }
}

.l-mv__contNav__toggle {
  display: none
}

@media only screen and (max-width: 1024px) {
  .l-mv__contNav__toggle {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    width: 40px;
    height: 48px;
    margin: auto;
    border-radius: 24px 0 0 24px;
    background: #000
  }
  .l-mv__contNav__toggle::after {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 19px;
    width: 8px;
    height: 8px;
    margin: auto;
    transform: rotate(-45deg);
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
    content: '';
    transition: left 0.3s ease-in-out, transform 0.3s ease-in-out
  }
  .l-mv__contNav__toggle.is-active::after {
    left: 17px;
    transform: rotate(135deg);
    transition: left 0.3s ease-in-out, transform 0.3s ease-in-out
  }
}

.l-mv__contNav__list {
  z-index: 1;
  width: 100%;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left: 20px
}

@media only screen and (max-width: 1024px) {
  .l-mv__contNav__list {
    margin: 0 6%
  }
}

.l-mv__contNav__list>li>a {
  display: block;
  position: relative;
  padding: 8px 24px 8px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.5);
  font-size: 1.3rem
}

.l-mv__contNav__list>li>a::after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  background: #fff;
  content: '';
  transition: width 0.3s ease-in-out
}

.l-mv__contNav__list>li>a i {
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  right: 6px;
  bottom: 0;
  width: 12px;
  height: 19px;
  margin: auto;
  opacity: .5;
  transition: opacity 0.3s ease-in-out
}

.l-mv__contNav__list>li>a i::before {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #fff;
  content: ''
}

.l-mv__contNav__list>li>a i::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: ''
}

.l-mv__contNav__list>li>a.is-active {
  border-bottom: 1px solid #fff;
  color: #fff
}

.l-mv__contNav__list>li>a.is-active i {
  opacity: 1
}

.l-mv__contNav__list>li>a:hover {
  color: #fff
}

.l-mv__contNav__list>li>a:hover::after {
  width: 100%;
  transition: width 0.3s ease-in-out
}

.l-mv__contNav__list>li>a:hover i {
  opacity: 1;
  transition: opacity 0.3s ease-in-out
}

@media only screen and (max-width: 1024px) {
  .l-mv__contNav__list>li>a {
    padding: 8px 24px 8px 0;
    font-size: 1.2rem
  }
  .l-mv__contNav__list>li>a::after {
    display: none
  }
}

.c-btn, .c-btn--line {
  display: block;
  position: relative;
  padding: 12px 0;
  overflow: hidden;
  background: #20ae59;
  font-size: 1.4rem;
  text-align: center
}

.c-btn::before, .c-btn--line::before {
  display: block;
  position: absolute;
  top: 0;
  right: calc(100% + 6px);
  width: 160%;
  height: 100%;
  transform: skewX(-45deg);
  background: #178a45;
  content: '';
  transition: right 0.3s ease-in-out
}

_:-ms-fullscreen, :root .c-btn::before, :root .c-btn--line::before {
  right: 103%
}

.c-btn span, .c-btn--line span {
  display: inline-block;
  position: relative;
  padding-right: 32px;
  color: #fff;
  transition: color 0.3s ease-in-out
}

.c-btn span i, .c-btn--line span i {
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  height: 13px;
  margin: auto;
  transition: right 0.3s ease-in-out
}

.c-btn span i::before, .c-btn--line span i::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #fff;
  content: ''
}

.c-btn span i::after, .c-btn--line span i::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: ''
}

.c-btn:hover::before, .c-btn--line:hover::before {
  right: -30px;
  transition: right 0.3s ease-in-out
}

.c-btn:hover span i, .c-btn--line:hover span i {
  right: -4px;
  transition: right 0.3s ease-in-out
}

.c-btn.-more span i, .-more.c-btn--line span i {
  width: 15px;
  height: 15px;
  background: url(/common/img/list_ico.gif) center no-repeat
}

.c-btn.-more span i::before, .-more.c-btn--line span i::before, .c-btn.-more span i::after, .-more.c-btn--line span i::after {
  display: none
}

.c-btn.-more:hover span i, .-more.c-btn--line:hover span i {
  width: 15px;
  height: 15px
}

.c-btn.-blank span i, .-blank.c-btn--line span i {
  width: 13px;
  height: 11px
}

.c-btn.-blank span i::before, .-blank.c-btn--line span i::before, .c-btn.-blank span i::after, .-blank.c-btn--line span i::after {
  width: 10px;
  height: 8px;
  transform: none;
  background: transparent
}

.c-btn.-blank span i::before, .-blank.c-btn--line span i::before {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  border: 1px solid #fff
}

.c-btn.-blank span i::after, .-blank.c-btn--line span i::after {
  top: 0;
  right: 0;
  bottom: auto;
  left: auto;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff
}

.c-btn.-plus span, .-plus.c-btn--line span {
  padding-right: 32px
}

.c-btn.-plus span::before, .-plus.c-btn--line span::before, .c-btn.-plus span::after, .-plus.c-btn--line span::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 11px;
  height: 1px;
  margin: auto;
  background: #fff;
  content: ''
}

.c-btn.-plus span::after, .-plus.c-btn--line span::after {
  transform: rotate(90deg)
}

@media only screen and (max-width: 768px) {
  .c-btn.-plus, .-plus.c-btn--line {
    padding: 13px 0
  }
  .c-btn.-plus span, .-plus.c-btn--line span {
    padding-right: 18px
  }
}

.c-btn--line {
  border: 1px solid #fff;
  background: transparent
}

.c-btn--line::before {
  background: #fff
}

.c-btn--line:hover span {
  color: #20ae59;
  transition: color 0.3s ease-in-out
}

.c-btn--line:hover span i {
  display: block;
  position: relative;
  position: absolute;
  width: 17px;
  height: 13px
}

.c-btn--line:hover span i::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #20ae59;
  content: ''
}

.c-btn--line:hover span i::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #20ae59;
  border-right: 1px solid #20ae59;
  content: ''
}

.c-btn--line.-more:hover span i {
  width: 15px;
  height: 15px;
  background: url(/common/img/list_ico_blue.gif) center no-repeat
}

.c-fig {
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  text-align: center
}

.c-fig__img {
  margin: 24px
}

.c-fig__cap {
  padding: 12px;
  background: #f8f8f8;
  font-size: 1.2rem
}

.c-flex, .c-flex--rev {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.c-flex--rev {
  flex-direction: row-reverse
}

@media only screen and (max-width: 600px) {
  .c-flex--rev {
    flex-direction: row
  }
}

.c-flexbox, .c-flexbox--2, .c-flexbox--3, .c-flexbox--4, .c-flexbox--6 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.c-flexbox__item {
  margin-bottom: 40px
}

@media only screen and (max-width: 768px) {
  .c-flexbox__item {
    margin-bottom: 24px
  }
}

.c-flexbox--2 .c-flexbox__item {
  width: calc((100% - (40px * 1)) / 2)
}

@media only screen and (max-width: 768px) {
  .c-flexbox--2 .c-flexbox__item {
    width: calc((100% - (24px * 1)) / 2)
  }
}

@media only screen and (max-width: 480px) {
  .c-flexbox--2 .c-flexbox__item {
    width: 100%
  }
}

.c-flexbox--3 .c-flexbox__item, .c-flexbox--3::after {
  width: calc((100% - (40px * 2)) / 3)
}

@media only screen and (max-width: 768px) {
  .c-flexbox--3 .c-flexbox__item, .c-flexbox--3::after {
    width: calc((100% - (24px * 2)) / 3)
  }
}

@media only screen and (max-width: 600px) {
  .c-flexbox--3 .c-flexbox__item, .c-flexbox--3::after {
    width: calc((100% - (24px * 1)) / 2)
  }
}

@media only screen and (max-width: 480px) {
  .c-flexbox--3 .c-flexbox__item, .c-flexbox--3::after {
    width: 100%
  }
}

.c-flexbox--3::after {
  display: block;
  content: ''
}

.c-flexbox--4 .c-flexbox__item, .c-flexbox--4::before, .c-flexbox--4::after {
  width: calc((100% - (40px * 3)) / 4)
}

@media only screen and (max-width: 768px) {
  .c-flexbox--4 .c-flexbox__item, .c-flexbox--4::before, .c-flexbox--4::after {
    width: calc((100% - (24px * 3)) / 4)
  }
}

@media only screen and (max-width: 600px) {
  .c-flexbox--4 .c-flexbox__item, .c-flexbox--4::before, .c-flexbox--4::after {
    width: calc((100% - (24px * 1)) / 2)
  }
}

.c-flexbox--4::before, .c-flexbox--4::after {
  display: block;
  content: ''
}

.c-flexbox--4::before {
  order: 1
}

.c-flexbox--6 .c-flexbox__item {
  width: calc((100% - (40px * 5)) / 6)
}

@media only screen and (max-width: 768px) {
  .c-flexbox--6 .c-flexbox__item {
    width: calc((100% - (16px * 5)) / 6)
  }
}

@media only screen and (max-width: 600px) {
  .c-flexbox--6 .c-flexbox__item {
    width: calc((100% - (24px * 2)) / 3)
  }
}

@media only screen and (max-width: 480px) {
  .c-flexbox--6 .c-flexbox__item {
    width: calc((100% - (24px * 1)) / 2)
  }
}

.c-form {
  width: 100%;
  margin-bottom: 40px;
  background: #eff6f2
}

@media only screen and (max-width: 600px) {
  .c-form {
    margin-bottom: 24px
  }
}

.c-form .is-error {
  width: 100%;
  margin-bottom: 8px;
  color: #fc0339
}

.c-form th, .c-form td {
  padding: 16px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  line-height: 1.4
}

.c-form th>span, .c-form td>span {
  display: inline-block
}

.c-form th.-w250, .c-form td.-w250 {
  width: 250px
}

.c-form th.-required, .c-form th.-option, .c-form td.-required, .c-form td.-option {
  width: 60px;
  padding-right: 0
}

.c-form th.-required+td, .c-form th.-option+td, .c-form td.-required+td, .c-form td.-option+td {
  border-left: none
}

.c-form th.-required>span, .c-form th.-option>span, .c-form td.-required>span, .c-form td.-option>span {
  padding: 4px 6px;
  background: #fc0339;
  color: #fff;
  font-size: 1.2rem
}

@media only screen and (max-width: 600px) {
  .c-form th.-required, .c-form th.-option, .c-form td.-required, .c-form td.-option {
    padding: 0
  }
  .c-form th.-required span, .c-form th.-option span, .c-form td.-required span, .c-form td.-option span {
    position: absolute;
    top: 8px;
    right: 12px
  }
}

.c-form th.-option>span, .c-form td.-option>span {
  background: #aaa
}

@media only screen and (max-width: 600px) {
  .c-form th.-empty, .c-form td.-empty {
    display: none
  }
}

@media only screen and (max-width: 1024px) {
  .c-form th.-w250, .c-form td.-w250 {
    width: auto
  }
}

@media only screen and (max-width: 768px) {
  .c-form th, .c-form td {
    padding: 12px
  }
}

@media only screen and (max-width: 600px) {
  .c-form th, .c-form td {
    display: block;
    border-top: none;
    font-size: 1.2rem
  }
}

.c-form th {
  background: #20ae59;
  color: #fff;
  font-weight: normal
}

.c-form th .english {
  color: rgba(255, 255, 255, 0.6);
  font-size: 1.2rem
}

.c-form td {
  padding: 16px 20px
}

.c-form td input {
  width: 100%;
  padding: 8px 12px;
  border-radius: 3px;
  background: #fff
}

.c-form td input[type="submit"] {
  background: #20ae59;
  color: #fff;
  transition: background 0.3s ease-in-out
}

.c-form td input[type="submit"]:hover {
  background: #0c3d6b;
  transition: background 0.3s ease-in-out
}

.c-form td input[disabled] {
  background: #ccdded;
  cursor: default
}

.c-form td textarea {
  width: 100%;
  padding: 8px 12px;
  border-radius: 3px;
  background: #fff
}

@media only screen and (max-width: 600px) {
  .c-form td {
    padding: 14px 14px 24px
  }
  .c-form td.-send {
    padding-top: 0
  }
  .c-form td input {
    padding: 12px 14px;
    font-size: 1.4rem
  }
  .c-form td input[type="submit"] {
    padding: 14px 16px
  }
  .c-form td textarea {
    width: 100%;
    padding: 8px 12px;
    border-radius: 3px;
    background: #fff
  }
}

.c-form__btn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 250px;
  margin: 0 auto 24px;
  padding: 12px 0;
  overflow: hidden;
  background: #20ae59;
  font-size: 1.4rem;
  text-align: center
}

.c-form__btn::before {
  display: block;
  position: absolute;
  top: 0;
  right: calc(100% + 6px);
  width: 160%;
  height: 100%;
  transform: skewX(-45deg);
  background: #178a45;
  content: '';
  transition: right 0.3s ease-in-out
}

_:-ms-fullscreen, :root .c-form__btn::before {
  right: 103%
}

.c-form__btn span {
  display: inline-block;
  position: relative;
  padding-right: 32px;
  color: #fff;
  transition: color 0.3s ease-in-out
}

.c-form__btn span i {
  display: block;
  position: relative;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  height: 13px;
  margin: auto;
  transition: right 0.3s ease-in-out
}

.c-form__btn span i::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #fff;
  content: ''
}

.c-form__btn span i::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: ''
}

.c-form__btn.-login span i {
  display: block;
  width: 15px;
  height: 16px;
  background: url(/common/img/login_ico.png) center/contain no-repeat
}

.c-form__btn.-login span i::before, .c-form__btn.-login span i::after {
  display: none
}

.c-form__btn.-register span i {
  display: block;
  width: 15px;
  height: 16px;
  background: url(/common/img/register_ico_w.png) center/contain no-repeat
}

.c-form__btn.-register span i::before, .c-form__btn.-register span i::after {
  display: none
}

.c-form__btn:hover::before {
  right: -30px;
  transition: right 0.3s ease-in-out
}

.c-form__btn:hover span i {
  right: -4px;
  transition: right 0.3s ease-in-out
}

.c-form__selectwrap {
  display: inline-block;
  position: relative
}

.c-form__selectwrap::after {
  display: block;
  position: absolute;
  top: 14px;
  right: 10px;
  width: 0;
  height: 0;
  border-width: 8px 6px 0 6px;
  border-style: solid;
  border-color: #20ae59 transparent transparent transparent;
  content: '';
  pointer-events: none
}

_:-ms-fullscreen, :root .c-form__selectwrap::after {
  top: 18px
}

.c-form__selectwrap select {
  padding: 8px 24px 8px 12px;
  border-radius: 3px;
  background: #fff;
  cursor: pointer
}

.c-form__selectwrap select[disabled] {
  background: #ccdded;
  cursor: default
}

@media only screen and (max-width: 600px) {
  .c-form__selectwrap::after {
    top: 17px
  }
  .c-form__selectwrap select {
    padding: 12px 24px 12px 16px;
    font-size: 1.4rem
  }
}

.c-form__moreBtn {
  display: block;
  position: relative;
  width: 100%;
  max-width: 250px;
  margin: 0 auto 24px;
  padding: 12px 0;
  background: #aaa;
  color: #fff;
  font-size: 1.4rem;
  text-align: center;
  cursor: pointer;
  transition: background 0.3s ease-in-out
}

.c-form__moreBtn:hover {
  background: #777;
  transition: background 0.3s ease-in-out
}

.c-form__moreBtn .-closeTxt {
  display: none
}

.c-form__moreBtn.is-active {
  background: #777
}

.c-form__moreBtn.is-active:hover {
  background: #aaa
}

.c-form__moreBtn.is-active .-moreTxt {
  display: none
}

.c-form__moreBtn.is-active .-closeTxt {
  display: inherit
}

div.input_btn {
  display: flex;
  justify-content: center
}

div.input_btn .c-form__btn {
  margin: 0 16px
}

div.input_btn .c-form__btn.cancel, div.input_btn .c-form__btn.return {
  background: #999
}

div.input_btn .c-form__btn.cancel::before, div.input_btn .c-form__btn.return::before {
  background: #777
}

@media only screen and (max-width: 600px) {
  div.input_btn .c-form__btn {
    margin: 0 6px
  }
}

.agree {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 24px 0 40px
}

.agree .required {
  margin-right: 16px;
  padding: 4px 6px;
  background: #fc0339;
  color: #fff;
  font-size: 1.2rem
}

.agree>label {
  font-weight: bold;
  cursor: pointer;
  transition: color 0.3s ease-in-out
}

.agree>label>input {
  margin-right: 4px
}

.agree>label:hover {
  color: #178a45;
  transition: color 0.3s ease-in-out
}

@media only screen and (max-width: 600px) {
  .agree .required {
    margin-right: 12px;
    padding: 2px 4px;
    font-size: 1.1rem
  }
  .agree>label>input {
    margin-right: 2px
  }
}

.c-info {
  margin-top: 32px;
  padding: 16px 40px 40px;
  background: #f3fbf5;
  box-shadow: 0 6px 18px rgba(24, 125, 177, 0.2)
}

@media only screen and (max-width: 768px) {
  .c-info {
    margin-top: 24px;
    padding: 16px 24px 24px
  }
}

@media only screen and (max-width: 768px) {
  .c-info {
    padding: 4px 16px 24px
  }
}

.c-info__list {
  margin-bottom: 40px
}

@media only screen and (max-width: 480px) {
  .c-info__list {
    margin-bottom: 24px
  }
}

.c-info__list li a {
  display: block;
  position: relative;
  padding: 20px 0 16px;
  border-bottom: 1px solid #c0d9ee
}

.c-info__list li a .pdf {
  top: 5px;
  right: 3px
}

@media only screen and (max-width: 480px) {
  .c-info__list li a {
    padding: 12px 0 12px
  }
}

.c-info__list li a dl {
  position: relative
}

.c-info__list li a dl dt {
  color: #aaa;
  font-size: 1.2rem
}

.c-info__list li a dl dd {
  margin-top: 10px;
  transition: color 0.3s ease-in-out
}

@media only screen and (max-width: 480px) {
  .c-info__list li a dl dd {
    margin-top: 6px
  }
}

.c-info__list li a dl dd ul {
  display: flex;
  position: absolute;
  top: -3px;
  left: 80px;
  margin-bottom: 8px
}

.c-info__list li a dl dd ul li {
  padding: 3px 16px;
  border: 1px solid #178a45;
  border-radius: 3px;
  background: #fff;
  color: #178a45;
  font-size: 1.2rem
}

.c-info__list li a dl dd ul li+li {
  margin-left: 6px
}

@media only screen and (max-width: 768px) {
  .c-info__list li a dl dd ul {
    top: -2px
  }
  .c-info__list li a dl dd ul li {
    padding: 3px 8px;
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .c-info__list li a dl dd ul {
    position: relative;
    top: auto;
    left: auto;
    flex-wrap: wrap;
    margin-bottom: 4px
  }
  .c-info__list li a dl dd ul li {
    margin: 0 4px 4px 0
  }
  .c-info__list li a dl dd ul li+li {
    margin: 0 4px 4px 0
  }
}

.c-info__list li a:hover dl dd {
  color: #178a45;
  transition: color 0.3s ease-in-out
}

.c-info .c-btn, .c-info .c-btn--line {
  max-width: 250px;
  margin: 0 0 0 auto
}

@media only screen and (max-width: 600px) {
  .c-info .c-btn, .c-info .c-btn--line {
    width: 100%;
    max-width: none
  }
}

.c-list--ul {
  padding: 16px 24px;
  background: #f8f8f8
}

.c-list--ul>li {
  position: relative;
  padding-left: 16px
}

.c-list--ul>li::before {
  display: block;
  position: absolute;
  top: 12px;
  left: 0;
  width: 8px;
  height: 1px;
  background: #888;
  content: ''
}

.c-list--ul>li+li {
  margin-top: 12px
}

@media only screen and (max-width: 768px) {
  .c-list--ul {
    padding: 12px 16px
  }
  .c-list--ul>li {
    padding-left: 12px
  }
  .c-list--ul>li::before {
    top: 10px;
    width: 6px
  }
}

.c-list--ul.-anotate>li {
  padding-left: 1em;
  text-indent: -1em
}

.c-list--ul.-anotate>li::before {
  display: none
}

@media only screen and (max-width: 480px) {
  .c-list--ul.-anotate {
    font-size: 1.2rem
  }
}

.c-list--ol {
  padding: 16px 24px 16px 40px;
  background: #f8f8f8
}

.c-list--ol>li {
  list-style: decimal
}

.c-list--ol>li+li {
  margin-top: 12px
}

@media only screen and (max-width: 768px) {
  .c-list--ol {
    padding: 12px 16px 12px 32px
  }
}

.pdf {
  display: block;
  position: absolute;
  padding: 0 7px;
  background: #178a45;
  color: #fff !important;
  font-size: 10px;
  font-weight: bold;
  cursor: pointer
}

.pdf::before {
  display: block;
  position: absolute;
  top: -3px;
  right: -3px;
  width: 100%;
  height: 100%;
  border-top: 1px solid #178a45;
  border-right: 1px solid #178a45;
  content: ''
}

.c-sort {
  position: relative;
  margin: 80px 0 60px 0
}

@media only screen and (max-width: 1024px) {
  .c-sort {
    flex-wrap: wrap;
    justify-content: center
  }
}

@media only screen and (max-width: 768px) {
  .c-sort {
    margin: 26px 0 15px 0
  }
}

@media only screen and (max-width: 480px) {
  .c-sort {
    margin: 43px 0 18px 0
  }
}

.c-sort__issue {
  display: flex;
  width: 360px
}

@media only screen and (max-width: 1024px) {
  .c-sort__issue {
    order: 1;
    width: 100%
  }
}

.c-sort__issue>li {
  width: 50%
}

.c-sort__issue>li>a {
  display: block;
  height: 40px;
  background: #e4eef8;
  color: #20ae59;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center
}

.c-sort__issue>li>a span {
  display: inline-block;
  position: relative;
  padding-right: 20px
}

.c-sort__issue>li>a span::after {
  display: block;
  position: absolute;
  top: 19px;
  right: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 2px solid #20ae59;
  border-left: 2px solid #20ae59;
  content: ''
}

.c-sort__issue>li>a.is-active {
  background: #20ae59;
  color: #fff
}

.c-sort__issue>li>a.is-active span::after {
  top: 15px;
  transform: rotate(-135deg);
  border-color: #fff
}

@media only screen and (max-width: 480px) {
  .c-sort__issue>li>a {
    font-size: 1.2rem
  }
  .c-sort__issue>li>a span {
    padding-right: 16px
  }
}

.c-sort__catChanger {
  display: block;
  position: relative;
  height: 44px;
  background: #111;
  color: #fff;
  font-size: 1.4rem;
  line-height: 44px;
  text-align: center;
  transition: background 0.3s ease-in-out
}

@media only screen and (max-width: 1024px) {
  .c-sort__catChanger {
    width: 100%;
    margin-bottom: 8px
  }
}

@media only screen and (max-width: 480px) {
  .c-sort__catChanger {
    font-size: 1.4rem
  }
}

.c-sort__catChanger span {
  display: inline-block;
  position: relative;
  padding-right: 45px;
  color: #fff
}

.c-sort__catChanger span::before, .c-sort__catChanger span::after {
  display: block;
  position: absolute;
  top: 0;
  right: 16px;
  bottom: 0;
  width: 11px;
  height: 1px;
  margin: auto;
  background: #fff;
  content: ''
}

.c-sort__catChanger span::after {
  transform: rotate(90deg)
}

@media only screen and (max-width: 768px) {
  .c-sort__catChanger span {
    display: block;
    padding: 0;
    text-align: center
  }
}

.c-sort__catChanger.is-active span::after {
  display: none
}

.c-sort__catChanger:hover {
  background: #555;
  transition: background 0.3s ease-in-out
}

@media only screen and (max-width: 768px) {
  .c-sort__catChanger:hover {
    background: #000
  }
}

.c-sort__cat {
  display: none;
  z-index: 20;
  position: absolute;
  top: 44px;
  left: 0;
  width: 100%;
  padding: 18px 20px 20px;
  background: #fff url(/publication/parts/img/slash-bg.gif)
}

@media only screen and (max-width: 1024px) {
  .c-sort__cat {
    padding: 0 3% 10px 3%
  }
}

.c-sort__cat__search {
  display: flex;
  justify-content: space-between;
  margin-top: 0;
  padding: 0 0 20px
}

.c-sort__cat__search__input {
  display: block;
  position: relative;
  width: calc(100% - 250px - 12px)
}

.c-sort__cat__search__input input[type="text"] {
  width: 100%;
  padding: 10px 12px;
  border-radius: 4px;
  background: #fff
}

.c-sort__cat__search__input a {
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  width: 24px;
  height: 24px;
  margin: auto;
  border-radius: 50%;
  background: #111;
  cursor: pointer
}

.c-sort__cat__search__input a::before, .c-sort__cat__search__input a::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 11px;
  height: 1px;
  margin: auto;
  transform: rotate(-45deg);
  background: #fff;
  content: ''
}

.c-sort__cat__search__input a::after {
  transform: rotate(45deg)
}

.c-sort__cat__search button[type="submit"] {
  position: relative;
  width: 250px;
  overflow: hidden;
  background: #20ae59;
  color: #fff
}

.c-sort__cat__search button[type="submit"]::before {
  display: block;
  position: absolute;
  top: 0;
  right: calc(100% + 6px);
  width: 160%;
  height: 100%;
  transform: skewX(-45deg);
  background: #178a45;
  content: '';
  transition: right 0.3s ease-in-out
}

.c-sort__cat__search button[type="submit"] span {
  display: inline-block;
  position: relative;
  padding-right: 32px
}

.c-sort__cat__search button[type="submit"] span::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 16px;
  height: 15px;
  margin: auto;
  background: url(/publication/parts/img/search_ico.png) center/contain no-repeat;
  content: ''
}

@media only screen and (max-width: 768px) {
  .c-sort__cat__search button[type="submit"] span {
    padding-right: 22px
  }
  .c-sort__cat__search button[type="submit"] span::after {
    width: 12px;
    height: 11px
  }
}

.c-sort__cat__search button[type="submit"]:hover::before {
  right: -30px;
  transition: right 0.3s ease-in-out
}

@media only screen and (max-width: 1024px) {
  .c-sort__cat__search {
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px 0 20px 0
  }
  .c-sort__cat__search__input {
    width: 100%
  }
  .c-sort__cat__search__input input[type="text"] {
    padding: 12px 16px
  }
  .c-sort__cat__search__input input[type="text"]::-webkit-input-placeholder {
    font-size: 1.2rem
  }
  .c-sort__cat__search__input input[type="text"]::-moz-placeholder {
    font-size: 1.2rem
  }
  .c-sort__cat__search__input input[type="text"]:-ms-input-placeholder {
    font-size: 1.2rem
  }
  .c-sort__cat__search__input input[type="text"]::-ms-input-placeholder {
    font-size: 1.2rem
  }
  .c-sort__cat__search__input input[type="text"]::placeholder {
    font-size: 1.2rem
  }
  .c-sort__cat__search__input a {
    right: 10px
  }
  .c-sort__cat__search button[type="submit"] {
    width: 100%;
    margin-top: 6px;
    padding: 12px
  }
}

.c-sort__changer {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.c-sort__changer__item {
  width: calc((100% - 25px) / 2)
}

@media only screen and (max-width: 1024px) {
  .c-sort__changer {
    padding: 0
  }
  .c-sort__changer__item {
    width: calc((100% - 10px) / 2)
  }
}

.c-sort__pager {
  display: flex;
  justify-content: center
}

.pager {
  display: flex
}

@media only screen and (max-width: 1024px) {
  .pager {
    order: 2;
    margin-top: 24px
  }
}

.pager li {
  position: relative;
  cursor: pointer
}

.pager--latest {
  width: 40px;
  height: 40px;
  background: #20ae59
}

.pager--latest::before, .pager--latest::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  transform: rotate(-45deg);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  content: ''
}

.pager--latest::before {
  left: -4px
}

.pager--latest::after {
  left: 6px
}

.pager--prev {
  width: 40px;
  height: 40px;
  background: #32ba69
}

.pager--prev::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  transform: rotate(-45deg);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  content: ''
}

.pager--current {
  width: 72px;
  background: #36cb72;
  color: #fff;
  font-size: 1.4rem;
  line-height: 40px;
  text-align: center;
  cursor: default !important
}

.pager--next {
  width: 40px;
  height: 40px;
  background: #32ba69
}

.pager--next::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  transform: rotate(135deg);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  content: ''
}

.pager--last {
  width: 40px;
  height: 40px;
  background: #20ae59
}

.pager--last::before, .pager--last::after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 7px;
  height: 7px;
  margin: auto;
  transform: rotate(135deg);
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  content: ''
}

.pager--last::before {
  left: 4px
}

.pager--last::after {
  left: -6px
}

.c-table {
  width: 100%;
  background: #eff6f2
}

.c-table th, .c-table td {
  padding: 16px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  line-height: 1.4
}

@media only screen and (max-width: 768px) {
  .c-table th, .c-table td {
    padding: 12px;
    font-size: 1.2rem
  }
}

@media only screen and (max-width: 480px) {
  .c-table th, .c-table td {
    padding: 8px
  }
}

.c-table th {
  background: #20ae59;
  color: #fff;
  font-weight: normal
}

.c-table td>a {
  color: #20ae59;
  text-decoration: underline;
  transition: color 0.3s ease-in-out
}

.c-table td>a:hover {
  color: #178a45;
  text-decoration: none;
  transition: color 0.3s ease-in-out
}

.c-title--l {
  margin-bottom: 24px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 4.2rem;
  font-weight: 500;
  letter-spacing: .08em
}

.c-title--l span {
  display: block;
  position: relative;
  margin-bottom: 6px;
  padding-left: 24px;
  color: #178a45;
  font-family: montserrat, sans-serif;
  font-size: 1.4rem
}

.c-title--l span::before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  height: 1px;
  margin: auto;
  background: #178a45;
  content: ''
}

@media only screen and (max-width: 768px) {
  .c-title--l {
    margin-bottom: 20px;
    font-size: 2.8rem;
    letter-spacing: .06em
  }
  .c-title--l span {
    font-size: 1.2rem
  }
}

@media only screen and (max-width: 480px) {
  .c-title--l {
    margin-bottom: 16px;
    font-size: 2.4rem;
    letter-spacing: .04em
  }
  .c-title--l span {
    margin-bottom: 2px
  }
}

.c-title--m {
  margin-bottom: 24px;
  padding-left: 16px;
  border-left: 1px solid #20ae59;
  color: #20ae59;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: .06em;
  line-height: 1.4
}

@media only screen and (max-width: 768px) {
  .c-title--m {
    margin-bottom: 16px;
    padding-left: 12px;
    font-size: 2.4rem;
    letter-spacing: .04em
  }
}

@media only screen and (max-width: 480px) {
  .c-title--m {
    font-size: 2.2rem
  }
}

.c-title--s {
  margin-bottom: 16px;
  color: #000;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1.4
}

@media only screen and (max-width: 768px) {
  .c-title--s {
    margin-bottom: 14px;
    font-size: 1.8rem;
    letter-spacing: .024em
  }
}

.c-title--ss {
  display: block;
  position: relative;
  margin-bottom: 10px;
  color: #000;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .06em;
  line-height: 1.4
}

@media only screen and (max-width: 768px) {
  .c-title--ss {
    margin-bottom: 14px;
    font-size: 1.4rem;
    letter-spacing: .024em
  }
}

@media only screen and (max-width: 768px) {
  .c-title--ss {
    margin-bottom: 5px
  }
}

.c-title--ss.-green {
  color: #20ae59
}

.c-title--ss.-border::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 1px dotted #20ae59;
  content: ''
}

.c-title--ss.-border span {
  display: inline-block;
  z-index: 2;
  position: relative;
  padding-right: 10px;
  background: #fff
}

.p-404 .l-mv {
  background-image: url(/404/parts/img/mv.jpg)
}

.p-404 .l-article>p>.c-btn, .p-404 .l-article>p>.c-btn--line {
  max-width: 250px
}

@media only screen and (max-width: 600px) {
  .p-404 .l-article>p>.c-btn, .p-404 .l-article>p>.c-btn--line {
    width: 100%;
    max-width: none
  }
}

.p-about .l-mv {
  background-image: url(/about/parts/img/mv.jpg)
}

.p-about__profile_table th {
  width: 20%
}

@media only screen and (max-width: 600px) {
  .p-about__profile_table th {
    width: 94px
  }
}

.p-about__profile_table--map {
  align-items: center
}

@media only screen and (max-width: 600px) {
  .p-about__profile_table--map {
    flex-direction: column;
    align-items: inherit
  }
}

.p-about__profile_table--map p {
  width: calc(70% - 8px)
}

@media only screen and (max-width: 600px) {
  .p-about__profile_table--map p {
    width: 100%
  }
}

.p-about__profile_table--map span {
  font-weight: 600
}

.p-about__profile_table--map .c-btn, .p-about__profile_table--map .c-btn--line {
  width: calc(30% - 8px)
}

@media only screen and (max-width: 600px) {
  .p-about__profile_table--map .c-btn, .p-about__profile_table--map .c-btn--line {
    width: 100%;
    margin: 24px 0 0 0
  }
}

.p-about__profile_table--role {
  width: 400px
}

@media only screen and (max-width: 768px) {
  .p-about__profile_table--role {
    width: 100%
  }
}

.p-about__profile_table--role dt, .p-about__profile_table--role dd {
  width: calc((100% - 32px)/ 2)
}

@media only screen and (max-width: 600px) {
  .p-about__profile_table--office {
    flex-direction: column
  }
}

.p-about__profile_table--office dt {
  width: calc(20% - 8px)
}

@media only screen and (max-width: 600px) {
  .p-about__profile_table--office dt {
    width: 100%
  }
}

.p-about__profile_table--office dd {
  width: calc(80% - 8px);
  margin-bottom: 24px
}

.p-about__profile_table--office dd:last-of-type {
  margin: 0
}

@media only screen and (max-width: 600px) {
  .p-about__profile_table--office dd {
    width: 100%;
    margin-bottom: 16px
  }
}

.p-contact .l-mv {
  background-image: url(/contact/parts/img/mv.jpg)
}

.p-contact .is-error {
  width: 100%;
  margin-bottom: 8px;
  color: #fc0339
}

.p-contact #company_else {
  display: none
}

.p-contact .c-btn.-w400, .p-contact .-w400.c-btn--line {
  max-width: 400px
}

@indluce media(s) {
  .p-contact .c-btn.-w400, .p-contact .-w400.c-btn--line {
    max-width: none
  }
}

.p-contact__caption {
  margin-bottom: 48px !important;
  padding: 16px 24px;
  background: #f8f8f8
}

.p-mypage__form .is-error {
  width: 100%;
  margin-bottom: 8px;
  color: #fc0339
}

@media only screen and (max-width: 600px) {
  .p-mypage__form__table tr {
    display: block;
    position: relative
  }
}

.p-mypage__form__table th.-company, .p-mypage__form__table td.-company {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.p-mypage__form__table th.-company select, .p-mypage__form__table td.-company select {
  width: 200px
}

.p-mypage__form__table th.-company select[name="before_stock"], .p-mypage__form__table td.-company select[name="before_stock"] {
  margin: 0 0 16px 0
}

.p-mypage__form__table th.-company input, .p-mypage__form__table td.-company input {
  width: calc(100% - (200px + 16px));
  margin: 0 0 16px 16px
}

@media only screen and (max-width: 600px) {
  .p-mypage__form__table th.-company input, .p-mypage__form__table td.-company input {
    width: 100%;
    margin-left: 0
  }
}

_:-ms-fullscreen, :root .p-mypage__form__table th.-company, :root .p-mypage__form__table td.-company {
  display: block;
  overflow: hidden
}

_:-ms-fullscreen .c-form__selectwrap, :root .p-mypage__form__table th.-company .c-form__selectwrap, :root .p-mypage__form__table td.-company .c-form__selectwrap {
  float: left
}

_:-ms-fullscreen input[name="company_name"], :root .p-mypage__form__table th.-company input[name="company_name"], :root .p-mypage__form__table td.-company input[name="company_name"] {
  margin: 0 0 18px 16px
}

@media only screen and (max-width: 600px) {
  _:-ms-fullscreen input[name="company_name"], :root .p-mypage__form__table th.-company input[name="company_name"], :root .p-mypage__form__table td.-company input[name="company_name"] {
    width: 100%;
    margin-left: 0
  }
}

.p-mypage__form__table th.-department input, .p-mypage__form__table td.-department input {
  max-width: 240px
}

.p-mypage__form__table th.-name>span, .p-mypage__form__table td.-name>span {
  margin: 4px 0
}

.p-mypage__form__table th.-name input, .p-mypage__form__table td.-name input {
  width: auto;
  max-width: 240px;
  margin: 0 16px 0 8px
}

@media only screen and (max-width: 600px) {
  .p-mypage__form__table th.-name input, .p-mypage__form__table td.-name input {
    margin: 0 8px 0 4px
  }
}

@media only screen and (max-width: 600px) {
  .p-mypage__form__table th.-address, .p-mypage__form__table td.-address {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }
  _:-ms-fullscreen, :root .p-mypage__form__table th.-address, :root .p-mypage__form__table td.-address {
    display: block
  }
  _:-ms-fullscreen .p-mypage__form__selectCountry:first-of-type, :root .p-mypage__form__table th.-address .p-mypage__form__selectCountry:first-of-type, :root .p-mypage__form__table td.-address .p-mypage__form__selectCountry:first-of-type {
    float: left
  }
}

.p-mypage__form__table th.-tel input, .p-mypage__form__table td.-tel input {
  max-width: 240px
}

@media only screen and (max-width: 600px) {
  .p-mypage__form__table th.-tel input, .p-mypage__form__table td.-tel input {
    max-width: none
  }
}

.p-mypage__form__table th.-category, .p-mypage__form__table td.-category {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.p-mypage__form__table th.-category>ul, .p-mypage__form__table td.-category>ul {
  width: 48%
}

.p-mypage__form__table th.-category>ul>li, .p-mypage__form__table td.-category>ul>li {
  margin: 8px 0
}

@media only screen and (max-width: 600px) {
  .p-mypage__form__table th.-category>ul, .p-mypage__form__table td.-category>ul {
    width: 100%
  }
  .p-mypage__form__table th.-category>ul>li, .p-mypage__form__table td.-category>ul>li {
    margin: 0 0 10px 0;
    font-size: 1.4rem
  }
}

.p-mypage__form__table th.-category label, .p-mypage__form__table td.-category label {
  cursor: pointer;
  transition: color 0.3s ease-in-out
}

.p-mypage__form__table th.-category label input, .p-mypage__form__table td.-category label input {
  display: inherit;
  width: auto;
  margin-right: 6px
}

.p-mypage__form__table th.-category label:hover, .p-mypage__form__table td.-category label:hover {
  color: #20ae59;
  transition: color 0.3s ease-in-out
}

@media only screen and (max-width: 600px) {
  .p-mypage__form__table th {
    text-align: left
  }
}

.p-mypage__form__table.is-confirm td.-company {
  display: table-cell
}

.p-mypage__form__selectCountry {
  display: inline-block;
  margin-top: 2px;
  margin-right: 4px;
  margin-bottom: 2px;
  padding: 8px 20px;
  background: #c1e0ce;
  cursor: pointer;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out
}

.p-mypage__form__selectCountry input {
  display: none
}

.p-mypage__form__selectCountry.is-checked {
  background: #20ae59;
  color: #fff
}

.p-mypage__form__selectCountry.is-checked:hover {
  background: #20ae59;
  color: #fff
}

.p-mypage__form__selectCountry:hover {
  background: #c1e0ce;
  color: #178a45;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out
}

.p-mypage__form__address {
  display: none;
  width: 100%
}

@media only screen and (max-width: 600px) {
  .p-mypage__form__address {
    margin-top: 10px
  }
}

.is-confirm .p-mypage__form__address tr:first-of-type th, .is-confirm .p-mypage__form__address tr:first-of-type td {
  padding-top: 8px;
  border-top: none
}

@media only screen and (max-width: 600px) {
  .is-confirm .p-mypage__form__address {
    margin-top: 0
  }
}

.p-mypage__form__address th, .p-mypage__form__address td {
  padding: 16px 0;
  border-left: none
}

@media only screen and (max-width: 600px) {
  .p-mypage__form__address th, .p-mypage__form__address td {
    padding: 10px 0
  }
}

.p-mypage__form__address th.-zip, .p-mypage__form__address td.-zip {
  display: flex;
  flex-wrap: wrap;
  align-items: center
}

.p-mypage__form__address th input[name="zipcode"], .p-mypage__form__address th input[name="zipcode_ovs"], .p-mypage__form__address td input[name="zipcode"], .p-mypage__form__address td input[name="zipcode_ovs"] {
  max-width: 240px;
  margin-left: 8px
}

@media only screen and (max-width: 600px) {
  .p-mypage__form__address th input[name="zipcode"], .p-mypage__form__address th input[name="zipcode_ovs"], .p-mypage__form__address td input[name="zipcode"], .p-mypage__form__address td input[name="zipcode_ovs"] {
    max-width: 120px
  }
}

.p-mypage__form__address th input[name="address1"], .p-mypage__form__address th input[name="address2"], .p-mypage__form__address th input[name="address1_ovs"], .p-mypage__form__address td input[name="address1"], .p-mypage__form__address td input[name="address2"], .p-mypage__form__address td input[name="address1_ovs"] {
  margin-top: 8px
}

.p-mypage__form__address th select[name="prefcode"], .p-mypage__form__address td select[name="prefcode"] {
  width: 240px;
  margin-left: 8px
}

@media only screen and (max-width: 600px) {
  .p-mypage__form__address th select[name="prefcode"], .p-mypage__form__address td select[name="prefcode"] {
    margin-top: 8px;
    margin-left: 0
  }
}

@media only screen and (max-width: 600px) {
  .p-mypage__form__address th .c-form__selectwrap::after, .p-mypage__form__address td .c-form__selectwrap::after {
    top: 24px
  }
}

.p-mypage__form__address.is-show {
  display: table
}

.c-table tr.flash_more {
  display: none
}

.c-table tr.flash_more.is-show {
  display: table-row
}

.p-policy .l-mv {
  background-image: url(/policy/parts/img/mv.jpg)
}

@media only screen and (max-width: 600px) {
  .p-policy .l-mv__title {
    font-size: 2.3rem
  }
}

.p-policy__right {
  text-align: right
}

.p-policy__right dt, .p-policy__right dd {
  display: inline
}

.p-policy__btn--r {
  max-width: 350px;
  margin: 0 0 0 auto
}

@media only screen and (max-width: 600px) {
  .p-policy__btn--r {
    max-width: none
  }
}

.p-policy__btn--l {
  max-width: 350px;
  margin: 0 auto 0 0
}

@media only screen and (max-width: 600px) {
  .p-policy__btn--l {
    max-width: none
  }
}

.p-policy__form {
  max-width: 250px;
  margin: 16px auto 0 0
}

@media only screen and (max-width: 600px) {
  .p-policy__form {
    max-width: none
  }
}

.p-policy__pmark {
  margin-bottom: 24px
}

.p-policy__pmark .c-btn, .p-policy__pmark .c-btn--line {
  flex: 1;
  margin: 0 16px 0 0
}

.p-policy__pmark p {
  width: 64px;
  margin-left: auto
}

.p-policy__complaint {
  display: flex;
  justify-content: flex-start
}

.p-policy__complaint dt {
  margin-right: 16px
}

.p-policy__revision li {
  display: flex
}

.p-policy__revision li span {
  margin-right: 24px
}

.p-policy__bold {
  color: #20ae59;
  font-size: 2.0rem;
  font-weight: 600
}

@media only screen and (max-width: 600px) {
  .p-policy__bold {
    font-size: 1.6rem
  }
}

.p-policy__table th {
  width: 20%;
  text-align: left
}

.p-policy__03__h3 {
  margin: 40px 0 16px
}

.p-policy__agreement {
  height: 400px;
  margin-bottom: 32px;
  padding: 32px 32px 40px;
  overflow-y: scroll;
  background: #eff5f8
}

.p-policy__agreement>article h4 {
  margin-top: 32px;
  margin-bottom: 8px;
  font-weight: bold
}

.p-policy__agreement>article h4:first-of-type {
  margin-top: 0
}

.p-policy__agreement>article .c-list--ol {
  background: none
}

.p-policy__agreement>article .c-list--ol>li+li {
  margin-top: 4px
}

.p-policy__agreement>article a {
  color: #20ae59;
  text-decoration: underline
}

@media only screen and (max-width: 768px) {
  .p-policy__agreement {
    padding: 24px 24px 32px
  }
}

@media only screen and (max-width: 480px) {
  .p-policy__agreement {
    height: 50vh;
    padding: 20px 20px 24px
  }
}

.p-policy__agreement+.c-btn, .p-policy__agreement+.c-btn--line {
  max-width: 350px;
  margin: 0 0 0 auto
}

@media only screen and (max-width: 600px) {
  .p-policy__agreement+.c-btn, .p-policy__agreement+.c-btn--line {
    width: 100%;
    max-width: none;
    padding: 15px 0;
    font-size: 1.2rem
  }
}

.p-publication__select__list {
  margin: 30px 0 50px
}

@media only screen and (max-width: 768px) {
  .p-publication__select__list {
    margin: 15px 0
  }
}

.p-publication__select__list__item {
  position: relative
}

.p-publication__select__list__item.is-new::before {
  display: inline-block;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 60px 60px 0 0;
  border-style: solid;
  border-color: #d02c2c transparent transparent transparent;
  content: ''
}

.p-publication__select__list__item.is-new::after {
  z-index: 2;
  position: absolute;
  top: 12px;
  left: 7px;
  color: #fff;
  font-size: 1.05rem;
  letter-spacing: 0.2em;
  content: '新刊'
}

@media only screen and (max-width: 768px) {
  .p-publication__select__list__item.is-new::before {
    border-width: 55px 55px 0 0
  }
  .p-publication__select__list__item.is-new::after {
    top: 11px;
    left: 6px;
    font-size: 1rem;
    letter-spacing: 0.2em
  }
}

.p-publication__select__list__item a {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 10px;
  padding: 20px 40px;
  background: #eff6f2
}

@media only screen and (max-width: 768px) {
  .p-publication__select__list__item a {
    padding: 15px
  }
}

.p-publication__select__list__item__text {
  width: calc(100% - 130px);
  margin-top: 13px
}

@media only screen and (max-width: 768px) {
  .p-publication__select__list__item__text {
    width: calc(100% - 108px);
    margin-top: 0
  }
}

.p-publication__select__list__item__text__tag {
  display: flex;
  margin: 6px 0 8px
}

.p-publication__select__list__item__text__tag li {
  padding: 1px 20px;
  border-radius: 3px;
  background: #fff;
  color: #8b8f92;
  font-size: 1.2rem
}

.p-publication__select__list__item__text__tag li+li {
  margin-left: 6px
}

.p-publication__select__list__item__text__tag li.is-selection {
  padding: 1px 3px;
  border: 1px solid #d02c2c;
  color: #d02c2c;
  font-size: 1.1rem
}

@media only screen and (max-width: 768px) {
  .p-publication__select__list__item__text__tag li {
    padding: 3px 12px;
    font-size: 1rem
  }
}

@media only screen and (max-width: 600px) {
  .p-publication__select__list__item__text__tag {
    flex-wrap: wrap;
    margin: 0 0 4px 0
  }
  .p-publication__select__list__item__text__tag li {
    margin: 0 4px 4px 0;
    color: #000
  }
  .p-publication__select__list__item__text__tag li+li {
    margin: 0 4px 4px 0
  }
}

.p-publication__select__list__item__text__title {
  display: flex;
  align-items: center;
  margin-bottom: 15px
}

.p-publication__select__list__item__text__title dt {
  margin-right: 20px;
  font-size: 1.8rem;
  font-weight: bold
}

.p-publication__select__list__item__text__title dd {
  font-size: 1.4rem
}

@media only screen and (max-width: 768px) {
  .p-publication__select__list__item__text__title {
    flex-wrap: wrap;
    margin-bottom: 10px
  }
  .p-publication__select__list__item__text__title dt {
    margin: 0;
    font-size: 1.45rem;
    line-height: 1.3em
  }
  .p-publication__select__list__item__text__title dd {
    font-size: 1.2rem
  }
}

.p-publication__select__list__item__text__data {
  display: flex
}

.p-publication__select__list__item__text__data dl {
  display: flex;
  margin-right: 24px;
  color: #8b8f92;
  font-size: 1.4rem
}

.p-publication__select__list__item__text__data dl dt {
  margin-right: 18px
}

.p-publication__select__list__item__text__data dl:nth-child(1) dd {
  min-width: 116px
}

.p-publication__select__list__item__text__data dl:nth-child(2) {
  margin-right: 33px
}

.p-publication__select__list__item__text__data dl:nth-child(2) dt {
  margin-right: 6px
}

@media only screen and (max-width: 960px) {
  .p-publication__select__list__item__text__data {
    flex-wrap: wrap;
    align-items: flex-start
  }
  .p-publication__select__list__item__text__data dl {
    display: block;
    width: 100%;
    margin: 0 0 3px 0;
    font-size: 1.2rem
  }
  .p-publication__select__list__item__text__data dl dt {
    margin: 0 15px 0 0;
    float: left
  }
  .p-publication__select__list__item__text__data dl dd {
    margin-top: 0;
    float: left
  }
  .p-publication__select__list__item__text__data dl:nth-child(1) dd {
    min-width: 0
  }
  .p-publication__select__list__item__text__data dl:nth-child(2) {
    height: 17px;
    margin-right: 0;
    line-height: 17px
  }
  .p-publication__select__list__item__text__data dl:nth-child(2) dt {
    margin: 0 15px 0 0
  }
  .p-publication__select__list__item__text__data dl:nth-child(3) {
    height: 17px;
    line-height: 17px
  }
}

.p-publication__select__list figure {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 92px;
  height: 130px;
  background: #fff
}

.p-publication__select__list figure img {
  max-width: 92px;
  max-height: 130px
}

@media only screen and (max-width: 768px) {
  .p-publication__select__list figure {
    width: 87px
  }
  .p-publication__select__list figure img {
    max-width: 87px
  }
}

.p-publication__thisbook {
  position: relative
}

.p-publication__thisbook__inner {
  width: 600px;
  margin-left: auto
}

@media only screen and (max-width: 1024px) {
  .p-publication__thisbook__inner {
    width: 46vw
  }
}

@media only screen and (max-width: 600px) {
  .p-publication__thisbook__inner {
    width: 100%
  }
}

.p-publication__thisbook__detail1 {
  padding: 54px 0;
  background: #eff6f2
}

@media only screen and (max-width: 600px) {
  .p-publication__thisbook__detail1 {
    padding: 36px 0;
    padding-bottom: calc(24px + 36vw)
  }
}

.p-publication__thisbook__title {
  margin-bottom: 24px;
  font-size: 4.6rem
}

.p-publication__thisbook__title span {
  display: block;
  font-size: 2.4rem
}

@media only screen and (max-width: 768px) {
  .p-publication__thisbook__title {
    margin-bottom: 16px;
    font-size: 2.4rem
  }
  .p-publication__thisbook__title span {
    font-size: 1.7rem
  }
}

.p-publication__thisbook__tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 32px
}

.p-publication__thisbook__tags>li {
  min-width: 72px;
  height: 20px;
  margin: 0 6px 6px 0;
  padding: 0 5px;
  border-radius: 3px;
  background: #fff;
  color: #646464;
  font-size: 1.1rem;
  line-height: 20px;
  text-align: center
}

.p-publication__thisbook__tags>li.-recommend {
  border: 1px solid #d02c2c;
  color: #d02c2c
}

@media only screen and (max-width: 768px) {
  .p-publication__thisbook__tags {
    margin-bottom: 16px
  }
}

.p-publication__thisbook__overview h3 {
  margin-bottom: 12px;
  font-size: 1.6rem;
  font-weight: bold
}

.p-publication__thisbook__image {
  position: absolute;
  top: 60px;
  left: 50%;
  width: 340px;
  margin-left: -500px
}

.p-publication__thisbook__image__main {
  display: flex;
  align-items: center;
  width: 340px;
  height: 500px;
  margin-bottom: 20px;
  overflow: hidden;
  background: #fafafa
}

.p-publication__thisbook__image__main img {
  width: 100%
}

@media only screen and (max-width: 1024px) {
  .p-publication__thisbook__image {
    left: 5%;
    width: 36vw;
    margin-left: auto
  }
  .p-publication__thisbook__image__main {
    width: 36vw;
    height: 53vw
  }
}

@media only screen and (max-width: 600px) {
  .p-publication__thisbook__image {
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    justify-content: space-between;
    width: 90%;
    margin: -36vw auto 0
  }
  .p-publication__thisbook__image__main {
    width: 68.8vw;
    height: 101.17vw;
    margin-bottom: 0
  }
}

.p-publication__thisbook__thumbs {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.p-publication__thisbook__thumbs::before, .p-publication__thisbook__thumbs::after {
  width: 70px;
  content: ''
}

.p-publication__thisbook__thumbs::before {
  order: 1
}

.p-publication__thisbook__thumbs__item {
  display: flex;
  position: relative;
  align-items: center;
  width: 70px;
  height: 103px;
  overflow: hidden
}

.p-publication__thisbook__thumbs__item img {
  width: 100%
}

.p-publication__thisbook__thumbs__item::before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d7d7d7;
  content: ''
}

.p-publication__thisbook__thumbs__item.is-active::before {
  border: 2px solid #20ae59
}

@media only screen and (max-width: 1024px) {
  .p-publication__thisbook__thumbs::before, .p-publication__thisbook__thumbs::after {
    width: 8vw
  }
  .p-publication__thisbook__thumbs__item {
    width: 8vw;
    height: 11.7vw
  }
}

@media only screen and (max-width: 600px) {
  .p-publication__thisbook__thumbs {
    width: 16vw
  }
  .p-publication__thisbook__thumbs::before, .p-publication__thisbook__thumbs::after {
    width: 16vw;
    height: 23.53vw
  }
  .p-publication__thisbook__thumbs__item {
    width: 16vw;
    height: 23.53vw
  }
}

.p-publication__thisbook__detail2 {
  padding: 48px 0 96px
}

@media only screen and (max-width: 768px) {
  .p-publication__thisbook__detail2 {
    padding: 28px 0 34px
  }
}

.p-publication__thisbook__data {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px
}

.p-publication__thisbook__data dt, .p-publication__thisbook__data dd {
  margin-bottom: 10px
}

.p-publication__thisbook__data dt {
  width: 120px;
  color: #8b8f92
}

.p-publication__thisbook__data dd {
  width: calc(100% - 120px)
}

.p-publication__thisbook__data dd a {
  border-bottom: 1px solid
}

@media only screen and (max-width: 768px) {
  .p-publication__thisbook__data {
    margin-bottom: 20px;
    font-size: 1.2rem
  }
  .p-publication__thisbook__data dt, .p-publication__thisbook__data dd {
    margin-bottom: 6px
  }
  .p-publication__thisbook__data dt {
    width: 80px
  }
  .p-publication__thisbook__data dd {
    width: calc(100% - 80px)
  }
}

.p-publication__thisbook__btns {
  display: flex;
  justify-content: space-between
}

.p-publication__thisbook__btns .c-btn, .p-publication__thisbook__btns .c-btn--line {
  width: calc((100% - 20px) / 2)
}

.p-publication__thisbook__btns .c-btn.-border, .p-publication__thisbook__btns .-border.c-btn--line {
  box-sizing: border-box;
  border: 1px solid #20ae59;
  background: #fff
}

.p-publication__thisbook__btns .c-btn.-border span, .p-publication__thisbook__btns .-border.c-btn--line span {
  color: #20ae59
}

.p-publication__thisbook__btns .c-btn.-border span i::before, .p-publication__thisbook__btns .-border.c-btn--line span i::before {
  background: #20ae59
}

.p-publication__thisbook__btns .c-btn.-border span i::after, .p-publication__thisbook__btns .-border.c-btn--line span i::after {
  border-color: #20ae59
}

.p-publication__thisbook__btns .c-btn.-border:hover span, .p-publication__thisbook__btns .-border.c-btn--line:hover span {
  color: #fff
}

.p-publication__thisbook__btns .c-btn.-border:hover span i::before, .p-publication__thisbook__btns .-border.c-btn--line:hover span i::before {
  background: #fff
}

.p-publication__thisbook__btns .c-btn.-border:hover span i::after, .p-publication__thisbook__btns .-border.c-btn--line:hover span i::after {
  border-color: #fff
}

@media only screen and (max-width: 1024px) {
  .p-publication__thisbook__btns {
    display: block
  }
  .p-publication__thisbook__btns .c-btn, .p-publication__thisbook__btns .c-btn--line {
    width: 100%;
    margin-bottom: 16px
  }
}

.p-publication__box {
  display: flex;
  justify-content: space-between;
  padding: 44px 0 40px;
  border-top: 1px solid #dcdcdc
}

.p-publication__box__title {
  width: 200px;
  font-size: 2.2rem;
  font-weight: bold
}

.p-publication__box__text {
  width: calc(100% - (200px + 20px))
}

@media only screen and (max-width: 768px) {
  .p-publication__box {
    display: block;
    padding: 20px 0 24px
  }
  .p-publication__box__title {
    width: 100%;
    margin-bottom: 14px;
    font-weight: normal
  }
  .p-publication__box__text {
    width: 100%
  }
}

.p-publication__index pre {
  height: 120px;
  margin-bottom: 24px;
  overflow: hidden;
  font-family: 'Noto Sans CJK JP', 'Noto Sans JP', sans-serif;
  font-size: 1.4rem;
  line-height: 1.7;
  white-space: pre-wrap
}

.p-publication__index pre.is-open {
  height: auto
}

.p-publication__index .js-index-opener span i::before {
  display: none
}

.p-publication__index .js-index-opener span i::after {
  bottom: auto;
  transform: rotate(135deg)
}

.p-publication__index .js-index-opener span b {
  font-weight: normal
}

.p-publication__index .js-index-opener span b.-open {
  display: none
}

.p-publication__index .js-index-opener span b.-close {
  display: inherit
}

.p-publication__index .js-index-opener.is-active span i::after {
  top: 5px;
  transform: rotate(-45deg)
}

.p-publication__index .js-index-opener.is-active span b.-open {
  display: inherit
}

.p-publication__index .js-index-opener.is-active span b.-close {
  display: none
}

.p-publication__index .js-index-opener:hover span i {
  right: 0
}

.p-publication__author dt {
  margin-bottom: 8px;
  font-size: 1.8rem;
  font-weight: bold
}

.p-publication__author dd {
  font-size: 1.4rem;
  line-height: 1.7
}

@media only screen and (max-width: 768px) {
  .p-publication__author dt {
    font-size: 1.6rem
  }
  .p-publication__author dd {
    font-size: 1.4rem
  }
}

.p-publication__message {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.p-publication__message__item {
  width: calc((100% - 16px) / 2);
  margin-bottom: 16px;
  padding: 24px 28px 28px;
  background: #eff6f2;
  font-size: 1.4rem;
  line-height: 1.7
}

.p-publication__message__name {
  display: block;
  margin-top: 12px;
  font-weight: bold
}

@media only screen and (max-width: 768px) {
  .p-publication__message {
    display: block
  }
  .p-publication__message__item {
    width: 100%;
    margin-bottom: 10px;
    padding: 13px 16px
  }
}

.p-publication__impression {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 30px 60px 30px 30px;
  background: #eff6f2
}

.p-publication__impression h2 {
  font-size: 2.2rem;
  font-weight: bold
}

.p-publication__impression h2 br {
  display: none
}

.p-publication__impression__btns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 456px
}

.p-publication__impression__btns>.c-btn, .p-publication__impression__btns>.c-btn--line {
  width: 274px
}

.p-publication__impression__btns__sns {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 164px
}

.p-publication__impression__btns__sns .fb_iframe_widget {
  margin-bottom: 4px
}

@media all and (-ms-high-contrast: none) {
  .p-publication__impression__btns__sns .twitter-share-button {
    width: 74px;
    height: 20px;
    border-radius: 3px;
    background: #00acee;
    color: #fff;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.9
  }
  .p-publication__impression__btns__sns .twitter-share-button img {
    margin: 0 6px;
    vertical-align: -3px
  }
}

@media only screen and (max-width: 1024px) {
  .p-publication__impression {
    padding: 24px
  }
  .p-publication__impression__btns {
    display: block;
    width: auto
  }
  .p-publication__impression__btns>.c-btn, .p-publication__impression__btns>.c-btn--line {
    margin-bottom: 16px
  }
}

@media only screen and (max-width: 768px) {
  .p-publication__impression {
    display: block;
    padding: 13px 16px 16px
  }
  .p-publication__impression h2 {
    margin-bottom: 14px;
    font-weight: normal;
    text-align: center
  }
  .p-publication__impression h2 br {
    display: inherit
  }
  .p-publication__impression__btns>.c-btn, .p-publication__impression__btns>.c-btn--line {
    width: 100%
  }
  .p-publication__impression__btns__sns {
    justify-content: center;
    width: 100%
  }
  .p-publication__impression__btns__sns .fb_iframe_widget {
    margin: 0 0 0 12px
  }
}

.p-publication__relation {
  margin: 60px auto 48px;
  padding: 30px 40px;
  background: url(/publication/parts/img/service_report_bg.gif);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2)
}

@media only screen and (max-width: 1024px) {
  .p-publication__relation {
    padding: 30px 30px 45px
  }
}

@media only screen and (max-width: 768px) {
  .p-publication__relation {
    margin: 24px auto;
    padding: 16px
  }
}

.p-publication__relation .c-title--m {
  margin-bottom: 30px;
  font-size: 2.2rem
}

@media only screen and (max-width: 768px) {
  .p-publication__relation .c-title--m {
    margin-bottom: 17px
  }
}

.p-publication__relation__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.p-publication__relation__list::before, .p-publication__relation__list::after {
  width: 190px;
  content: ''
}

.p-publication__relation__list::before {
  order: 1
}

.p-publication__relation__list__item {
  width: 190px
}

.p-publication__relation__list__item>a {
  display: block;
  position: relative;
  height: 100%;
  padding-bottom: 60px
}

@media only screen and (max-width: 1024px) {
  .p-publication__relation__list::before, .p-publication__relation__list::after {
    width: 18vw
  }
  .p-publication__relation__list__item {
    width: 18vw
  }
}

@media only screen and (max-width: 768px) {
  .p-publication__relation__list::before, .p-publication__relation__list::after {
    display: none
  }
  .p-publication__relation__list__item {
    width: 38.6vw
  }
  .p-publication__relation__list__item:nth-child(n+3) {
    margin-top: 32px
  }
  .p-publication__relation__list__item>a {
    padding-bottom: 0
  }
}

@media only screen and (max-width: 480px) {
  .p-publication__relation__list__item {
    width: 38vw
  }
}

.p-publication__relation__figure {
  display: flex;
  position: relative;
  align-items: center;
  height: 285px;
  margin-bottom: 18px;
  background: #eee
}

.p-publication__relation__figure img {
  width: 100%
}

.-new .p-publication__relation__figure::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-width: 80px 0 0 80px;
  border-style: solid;
  border-color: transparent transparent transparent #fff;
  box-shadow: -4px 4px 4px 0px rgba(0, 0, 0, 0.06);
  content: ''
}

.-new .p-publication__relation__figure::after {
  position: absolute;
  bottom: 14px;
  left: 8px;
  color: #d02c2c;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: .06em;
  content: '新刊'
}

@media only screen and (max-width: 1024px) {
  .p-publication__relation__figure {
    height: 27vw
  }
}

@media only screen and (max-width: 768px) {
  .p-publication__relation__figure {
    height: 57.9vw;
    margin-bottom: 15px
  }
}

@media only screen and (max-width: 480px) {
  .p-publication__relation__figure {
    height: 56vw
  }
}

.p-publication__relation__tags {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px
}

.p-publication__relation__tags>li {
  min-width: 72px;
  height: 20px;
  margin: 0 6px 6px 0;
  padding: 0 5px;
  border-radius: 3px;
  background: #eee;
  color: #646464;
  font-size: 1.1rem;
  line-height: 20px;
  text-align: center
}

.p-publication__relation__tags>li.-recommend {
  border: 1px solid #d02c2c;
  background: #fff;
  color: #d02c2c
}

@media only screen and (max-width: 1024px) {
  .p-publication__relation__tags>li {
    min-width: 60px
  }
}

@media only screen and (max-width: 768px) {
  .p-publication__relation__tags {
    margin-bottom: 2px
  }
  .p-publication__relation__tags>li {
    min-width: 58px;
    padding-bottom: 0 4px;
    font-size: 1rem
  }
}

.p-publication__relation__title {
  margin-bottom: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.22
}

.p-publication__relation__title span {
  display: block;
  margin-top: 4px;
  font-size: 1.4rem;
  font-weight: normal;
  line-height: 1.28
}

@media only screen and (max-width: 768px) {
  .p-publication__relation__title {
    margin-bottom: 8px;
    font-size: 1.4rem
  }
  .p-publication__relation__title span {
    font-size: 1.2rem
  }
}

.p-publication__relation__data {
  position: absolute;
  top: 86%;
  left: 0;
  width: 100%;
  color: #8b8f92;
  font-size: 1.4rem
}

.p-publication__relation__data dl {
  display: flex
}

.p-publication__relation__data dl dt {
  margin-right: 14px
}

@media only screen and (max-width: 768px) {
  .p-publication__relation__data {
    position: static;
    font-size: 1.2rem
  }
}

.p-publication__relation__data__author dt {
  min-width: 28px
}

@media only screen and (max-width: 768px) {
  .p-publication__relation__data__author dt {
    min-width: 24px
  }
}

.p-publication__modal {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh
}

.p-publication__modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.63)
}

.p-publication__modal__close.-icon {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #20ae59
}

.p-publication__modal__close.-icon i {
  display: block;
  position: relative;
  width: 14px;
  height: 14px
}

.p-publication__modal__close.-icon i::before, .p-publication__modal__close.-icon i::after {
  display: block;
  position: absolute;
  top: 6px;
  width: 14px;
  height: 1px;
  transform: rotate(-45deg);
  background: #fff;
  content: ''
}

.p-publication__modal__close.-icon i::after {
  transform: rotate(-135deg)
}

.p-publication__modal__content {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1000px;
  padding: 40px 30px;
  transform: translate(-50%, -50%);
  background: #fff
}

.p-publication__modal__content .c-title--m {
  margin-bottom: 30px;
  font-size: 2.4rem
}

.p-publication__modal__content .genre_wrap {
  min-height: 170px;
  max-height: calc(100vh - 335px);
  overflow-y: auto
}

@media only screen and (max-width: 480px) {
  .p-publication__modal__content .genre_wrap {
    height: calc(100vh - 320px)
  }
}

@media only screen and (max-width: 1024px) {
  .p-publication__modal__content {
    width: 90%
  }
}

@media only screen and (max-width: 768px) {
  .p-publication__modal__content {
    top: calc(50% - 20px);
    padding: 15px 0 12px 0
  }
  .p-publication__modal__content .c-title--m {
    margin: 0 12px 12px 12px;
    font-size: 2rem
  }
}

.p-publication__modal__content.-shop {
  top: 50%;
  width: 800px;
  padding: 40px
}

.p-publication__modal__content.-shop .c-title--m {
  margin-bottom: 24px
}

@media only screen and (max-width: 768px) {
  .p-publication__modal__content.-shop {
    width: 90%;
    max-height: calc(100vh - 80px);
    padding: 16px;
    overflow-y: auto
  }
  .p-publication__modal__content.-shop .c-title--m {
    margin-bottom: 12px;
    margin-left: 0;
    font-size: 1.8rem
  }
}

.p-publication__modal__genre {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px
}

.p-publication__modal__genre::before, .p-publication__modal__genre::after {
  display: block;
  width: calc((100% - (15px * 3)) / 4);
  content: ''
}

.p-publication__modal__genre::before {
  order: 1
}

.p-publication__modal__genre li {
  width: calc((100% - (15px * 3)) / 4);
  margin-bottom: 15px
}

.p-publication__modal__genre li a {
  display: block;
  padding: 8px 22px;
  border-radius: 20px;
  background: #f2f2f2;
  font-size: 1.4rem
}

.p-publication__modal__genre li a:hover {
  background: #20ae59;
  color: #fff
}

@media only screen and (max-width: 768px) {
  .p-publication__modal__genre {
    margin: 0 12px 10px 12px
  }
  .p-publication__modal__genre::before, .p-publication__modal__genre::after {
    display: none
  }
  .p-publication__modal__genre li {
    width: calc((100% - (10px * 1)) / 2);
    margin-bottom: 10px
  }
  .p-publication__modal__genre li a {
    padding: 10px;
    font-size: 1.2rem;
    text-align: center
  }
  .p-publication__modal__genre+.c-title--ss {
    margin: 0 12px 5px 12px
  }
}

.p-publication__modal__genre.search_reset {
  flex-flow: row-reverse
}

.p-publication__modal__genre.search_reset li {
  width: auto
}

.p-publication__modal__genre.search_reset a {
  padding-right: 20px;
  padding-left: 20px;
  background: #20AE59;
  color: #fff;
  cursor: pointer
}

.p-publication__modal__author {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px
}

.p-publication__modal__author li {
  display: block;
  position: relative;
  width: calc((100% - (15px * 9)) / 10);
  padding: 8px 40px 8px 20px;
  border-radius: 20px;
  background: #f2f2f2;
  font-size: 1.4rem;
  cursor: pointer
}

.p-publication__modal__author li.is-active, .p-publication__modal__author li:hover {
  background: #20ae59;
  color: #fff
}

.p-publication__modal__author li.is-active {
  position: relative
}

.p-publication__modal__author li.is-active::after {
  display: block;
  content: ''
}

.p-publication__modal__author li.is-active i {
  opacity: 1
}

.p-publication__modal__author li.is-blank {
  border: 1px solid #bebebe;
  background: #fff;
  color: #bebebe;
  cursor: default
}

.p-publication__modal__author li.is-blank:hover {
  border: 1px solid #bebebe;
  background: #fff;
  color: #bebebe
}

.p-publication__modal__author li i {
  display: block;
  position: absolute;
  top: 12px;
  right: 18px;
  width: 11px;
  height: 9px;
  transform: rotate(-45deg);
  opacity: 0
}

.p-publication__modal__author li i::before, .p-publication__modal__author li i::after {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 11px;
  height: 2px;
  border-radius: 2px;
  background: #fff;
  content: ''
}

.p-publication__modal__author li i::after {
  width: 2px;
  height: 9px
}

@media only screen and (max-width: 768px) {
  .p-publication__modal__author {
    flex-wrap: wrap;
    margin: 0 12px
  }
  .p-publication__modal__author li {
    width: calc((100% - (5px * 4)) / 5);
    margin-bottom: 7px;
    padding: 8px 25px 8px 10px;
    font-size: 1.2rem
  }
  .p-publication__modal__author li i {
    top: 10px
  }
  .p-publication__modal__author li i::before, .p-publication__modal__author li i::after {
    height: 1px
  }
  .p-publication__modal__author li i::after {
    width: 1px;
    height: 6px
  }
}

.p-publication__modal__author__name {
  min-height: 65px;
  max-height: calc(100vh - 335px);
  overflow-y: auto
}

.p-publication__modal__author__name>ul {
  display: none
}

.p-publication__modal__author__name>ul.is-show {
  display: flex
}

.p-publication__modal__author__name>ul .c-title--ss {
  margin-bottom: 0
}

.p-publication__modal__author__name>ul>li {
  width: 145px
}

.p-publication__modal__author__name>ul>li+li {
  margin-left: 52px
}

.p-publication__modal__author__name>ul>li>ul {
  height: 450px
}

.p-publication__modal__author__name>ul>li>ul a {
  display: block;
  position: relative;
  padding: 8px 20px 8px 8px;
  border-bottom: 1px solid #dcdcdc;
  font-size: 1.4rem
}

.p-publication__modal__author__name>ul>li>ul a:hover {
  color: #20ae59
}

.p-publication__modal__author__name>ul>li>ul a::after {
  display: block;
  position: absolute;
  top: calc(50% - 4px);
  right: 12px;
  width: 8px;
  height: 8px;
  transform: rotate(-45deg);
  border-right: 1px solid #20ae59;
  border-bottom: 1px solid #20ae59;
  content: ''
}

@media only screen and (max-width: 768px) {
  .p-publication__modal__author__name {
    padding: 0 12px
  }
  .p-publication__modal__author__name>ul {
    flex-wrap: wrap
  }
  .p-publication__modal__author__name>ul>li {
    width: 100%;
    margin-bottom: 20px
  }
  .p-publication__modal__author__name>ul>li+li {
    margin-left: 0
  }
  .p-publication__modal__author__name>ul>li>ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto
  }
  .p-publication__modal__author__name>ul>li>ul a {
    font-size: 1.2rem
  }
  .p-publication__modal__author__name>ul>li>ul li {
    width: calc((100% - (15px * 1)) / 2)
  }
}

.p-publication__modal__anotate {
  margin-bottom: 32px;
  font-size: 1.4rem
}

.p-publication__modal__anotate__item {
  margin-bottom: 4px;
  padding-left: 1em;
  text-indent: -1em
}

@media only screen and (max-width: 768px) {
  .p-publication__modal__anotate {
    margin-bottom: 16px;
    font-size: 1.3rem
  }
}

.p-publication__modal__shop {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 24px;
  row-gap: 24px;
  margin-bottom: 50px;
}

.p-publication__modal__shop__item a {
  display: block;
  position: relative;
  width: 100%;
  height: 72px;
  border: 1px solid #d6d6d6
}

.p-publication__modal__shop__item a img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  max-width: 90%;
  margin: auto
}

.p-publication__modal__shop__item a:hover {
  border-color: #20ae59
}

@media only screen and (max-width: 768px) {
  .p-publication__modal__shop {
    grid-template-columns: repeat(3, 1fr);
    column-gap: 10px;
    row-gap: 10px;
    margin-bottom: 16px;
  }
  .p-publication__modal__shop__item a {
    height: 12.8vw
  }
  .p-publication__modal__shop__item a img {
    max-width: 86%;
    max-height: 60%
  }
}

.p-publication__modal .js-modal-close {
  width: 288px;
  margin: 0 auto;
  padding: 11px 0
}

.p-publication__modal .js-modal-close span {
  padding: 0 24px 3px 0
}

.p-publication__modal .js-modal-close span i {
  width: 15px
}

.p-publication__modal .js-modal-close span i::before {
  transform: rotate(45deg)
}

.p-publication__modal .js-modal-close span i::after {
  right: 7px;
  width: 1px;
  height: 15px;
  border: none;
  background: #fff
}

.p-publication__modal .js-modal-close:hover span i {
  right: 0
}

@media only screen and (max-width: 768px) {
  .p-publication__modal .js-modal-close {
    width: 48%;
    min-width: 168px
  }
}

.p-recruit .l-mv {
  background-image: url(/recruit/parts/img/mv.jpg)
}

.p-recruit__profile_table th {
  width: 20%
}

@media only screen and (max-width: 600px) {
  .p-recruit__profile_table th {
    width: 94px
  }
}

.p-top .l-lines {
  display: block
}

.p-top #wrapper {
  margin-top: 0
}

.p-top #wrapper>.l-header {
  transition: box-shadow 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out
}

.p-top #wrapper>.l-header.is-go {
  display: flex;
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
  transition: box-shadow 0.3s ease-in-out, top 0.3s ease-in-out, opacity 0.3s ease-in-out
}

.p-top #wrapper>.l-main>.l-lines {
  z-index: 0
}

@media only screen and (max-width: 768px) {
  .p-top #wrapper {
    margin-top: 173px
  }
}

@media only screen and (max-width: 600px) {
  .p-top #wrapper {
    margin-top: 133px
  }
}

.p-top__mv {
  z-index: 1;
  position: relative;
  margin-bottom: 80px;
  padding: 285px 0 145px 0;
  background: url(/parts/img/top_mv_bg.jpg)
}

.p-top__mv::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 800px);
  width: 1600px;
  height: 756px;
  background: url(/parts/img/top_mv_slide_bg_noshadow.jpg) center bottom/auto no-repeat;
  content: ''
}

.p-top__mv__wrap {
  z-index: 1;
  position: relative
}

@media only screen and (max-width: 1024px) {
  .p-top__mv {
    padding: 190px 0 144px 0
  }
}

@media only screen and (max-width: 768px) {
  .p-top__mv {
    margin-bottom: 50px;
    padding: 52px 0 100px 0
  }
  .p-top__mv::before {
    bottom: 27px;
    left: calc(50% - 394px);
    width: 800px;
    height: 378px;
    background: url(/parts/img/top_mv_slide_bg_noshadow.jpg) center bottom/100% no-repeat
  }
}

.p-top__mv .c-title--l {
  position: relative;
  width: 1000px;
  margin: auto
}

.p-top__mv .c-title--l span {
  position: absolute;
  top: -2px;
  left: 412px
}

@media only screen and (max-width: 1024px) {
  .p-top__mv .c-title--l span {
    top: 10px;
    left: 430px
  }
}

@media only screen and (max-width: 768px) {
  .p-top__mv .c-title--l {
    width: 90%;
    margin: auto
  }
  .p-top__mv .c-title--l span {
    position: relative;
    top: auto;
    left: auto
  }
}

.p-top__mv__slide {
  position: relative;
  width: 1000px;
  margin: auto;
  overflow: hidden
}

@media only screen and (max-width: 1024px) {
  .p-top__mv__slide {
    width: 713px
  }
}

@media only screen and (max-width: 768px) {
  .p-top__mv__slide {
    width: 470px
  }
}

@media only screen and (max-width: 480px) {
  .p-top__mv__slide {
    width: 330px
  }
}

.p-top__mv__textlist {
  z-index: 2;
  position: absolute;
  top: 315px;
  left: calc(50% - 85px);
  width: 100%;
  max-width: 1512px;
  height: 220px
}

@media only screen and (max-width: 1024px) {
  .p-top__mv__textlist {
    top: 240px;
    left: calc(50% - 60px)
  }
}

@media only screen and (max-width: 768px) {
  .p-top__mv__textlist {
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    width: 90%;
    height: auto;
    margin: 0 auto 10px
  }
}

.p-top__mv__textlist__item a {
  display: block;
  max-width: 700px;
  border: none;
  outline: none
}

.p-top__mv__textlist__item h3 {
  margin-bottom: 15px;
  font-size: 4.4rem;
  line-height: 1.3
}

.p-top__mv__textlist__item h3 span {
  display: block;
  font-size: 3.2rem
}

.p-top__mv__textlist__item__caption {
  margin-bottom: 10px;
  font-size: 1.4rem
}

.p-top__mv__textlist__item__data {
  display: flex;
  color: #8b8f92;
  font-size: 1.4rem
}

.p-top__mv__textlist__item__data dl {
  display: flex;
  margin-right: 25px
}

.p-top__mv__textlist__item__data dl dt {
  margin-right: 15px
}

@media only screen and (max-width: 1024px) {
  .p-top__mv__textlist__item h3 {
    margin-bottom: 14px;
    font-size: 3.2rem;
    line-height: 1.3
  }
  .p-top__mv__textlist__item h3 span {
    font-size: 1.8rem
  }
  .p-top__mv__textlist__item__caption {
    margin-bottom: 6px
  }
}

@media only screen and (max-width: 768px) {
  .p-top__mv__textlist__item h3 {
    margin-bottom: 12px;
    font-size: 2.3rem;
    line-height: 1.4
  }
  .p-top__mv__textlist__item h3 span {
    font-size: 1.6rem
  }
  .p-top__mv__textlist__item__caption {
    margin-bottom: 2px;
    color: #8b8f92;
    font-size: 1.1rem
  }
  .p-top__mv__textlist__item__data {
    display: flex;
    font-size: 1.1rem
  }
  .p-top__mv__textlist__item__data dl {
    display: flex;
    margin-right: 10px;
    line-height: 17px
  }
  .p-top__mv__textlist__item__data dl:last-child {
    margin-right: 0
  }
  .p-top__mv__textlist__item__data dl dt {
    margin-right: 5px;
    line-height: 17px
  }
  .p-top__mv__textlist__item__data dl dd {
    line-height: 17px
  }
}

.p-top__mv__textlist .slick-arrow {
  display: block;
  position: absolute;
  bottom: -170px;
  width: 45px;
  height: 45px;
  background: #20ae59;
  cursor: pointer
}

.p-top__mv__textlist .slick-arrow i {
  display: block;
  position: absolute;
  top: calc(50% - 6px);
  right: calc(50% - 9px);
  width: 17px;
  height: 13px;
  transition: right 0.3s ease-in-out
}

.p-top__mv__textlist .slick-arrow i::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #fff;
  content: ''
}

.p-top__mv__textlist .slick-arrow i::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: ''
}

@media only screen and (max-width: 1024px) {
  .p-top__mv__textlist .slick-arrow {
    bottom: -60px
  }
}

@media only screen and (max-width: 768px) {
  .p-top__mv__textlist .slick-arrow {
    bottom: -214px;
    opacity: 0.86
  }
}

.p-top__mv__textlist .project_slide_prev {
  left: calc(-50% - -85px)
}

.p-top__mv__textlist .project_slide_prev i::after {
  right: auto;
  left: 0;
  transform: rotate(225deg)
}

@media only screen and (max-width: 1024px) {
  .p-top__mv__textlist .project_slide_prev {
    left: calc(-50% - -60px)
  }
}

@media only screen and (max-width: 768px) {
  .p-top__mv__textlist .project_slide_prev {
    left: calc(-5% - 2px)
  }
}

.p-top__mv__textlist .project_slide_next {
  right: calc(50% + -85px)
}

@media only screen and (max-width: 1024px) {
  .p-top__mv__textlist .project_slide_next {
    right: calc(50% + -60px)
  }
}

@media only screen and (max-width: 768px) {
  .p-top__mv__textlist .project_slide_next {
    right: calc(-5% - 2px)
  }
}

.p-top__mv__imglist {
  width: 1410px;
  transform: translateX(-400px)
}

.p-top__mv__imglist__item a {
  display: block;
  position: relative;
  width: 180px;
  height: 268px;
  border: none;
  outline: none
}

.p-top__mv__imglist__item a div {
  position: absolute;
  bottom: 0;
  width: 180px;
  height: 268px;
  background: #e9e9e9;
  background-position: bottom;
  background-size: 180px auto
}

.p-top__mv__imglist__item a div img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%)
}

.p-top__mv__imglist__item>div {
  display: flex;
  align-items: flex-end;
  height: 530px;
  padding: 0 10px
}

.p-top__mv__imglist__item.slick-current {
  z-index: 20;
  position: relative
}

.p-top__mv__imglist__item.slick-current::before {
  display: block;
  position: absolute;
  left: -860px;
  width: 860px;
  height: 530px;
  background: url(/parts/img/top_mv_bg.jpg);
  content: ''
}

.p-top__mv__imglist__item.slick-current div {
  z-index: 1;
  width: 356px;
  height: 530px;
  transform: translate(-104px, 0px);
  background-position: bottom;
  background-size: 356px auto
}

@media only screen and (max-width: 1024px) {
  .p-top__mv__imglist {
    width: 1015px;
    transform: translateX(-288px)
  }
  .p-top__mv__imglist__item a {
    width: 130px;
    height: 192px
  }
  .p-top__mv__imglist__item a div {
    width: 130px;
    height: 192px;
    background-size: 130px auto
  }
  .p-top__mv__imglist__item>div {
    height: 386px;
    padding: 0 7px
  }
  .p-top__mv__imglist__item.slick-current div {
    width: 257px;
    height: 372px;
    transform: translate(-77px, 7px);
    background-size: 257px auto
  }
}

@media only screen and (max-width: 768px) {
  .p-top__mv__imglist {
    width: 680px;
    transform: translateX(-206px)
  }
  .p-top__mv__imglist__item a {
    width: 120px;
    height: 175px
  }
  .p-top__mv__imglist__item a div {
    width: 120px;
    height: 175px;
    background-size: 120px auto
  }
  .p-top__mv__imglist__item>div {
    height: 286px;
    padding: 0 8px
  }
  .p-top__mv__imglist__item.slick-current div {
    width: 186px;
    height: 270px;
    transform: translate(-31px, 8px);
    background-size: 186px auto
  }
}

.p-top__pub {
  margin-bottom: 70px
}

@media only screen and (max-width: 768px) {
  .p-top__pub {
    margin-bottom: 0
  }
}

.p-top__pub__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.p-top__pub__list div {
  box-shadow: 0 6px 18px rgba(6, 56, 114, 0.12);
  transition: box-shadow 0.3s ease-in-out
}

.p-top__pub__list a:hover div {
  box-shadow: 0 8px 30px rgba(6, 56, 114, 0.4);
  transition: box-shadow 0.3s ease-in-out
}

.p-top__pub__list__item {
  width: calc((100% - (50px * 4)) / 5)
}

.p-top__pub__list__item>a {
  display: block
}

.p-top__pub__list__item>a figure div {
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
  padding-bottom: 141%;
  overflow: hidden;
  background: #e9e9e9;
  box-shadow: 0px 2px 51px 0px rgba(0, 0, 0, 0.16)
}

.p-top__pub__list__item>a figure div img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%)
}

@media only screen and (max-width: 768px) {
  .p-top__pub__list__item>a figure div {
    margin-bottom: 15px
  }
}

.p-top__pub__list__item>a figure figcaption {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.3
}

.p-top__pub__list__item>a figure figcaption h4 {
  margin-bottom: 15px;
  color: #282828;
  font-size: 1.8rem;
  font-weight: bold
}

.p-top__pub__list__item>a figure figcaption dl {
  margin-bottom: 7px;
  color: #8b8f92;
  font-size: 1.35rem
}

.p-top__pub__list__item>a figure figcaption dl dt {
  margin-right: 14px;
  float: left
}

@media only screen and (max-width: 768px) {
  .p-top__pub__list__item>a figure figcaption {
    font-size: 1.1rem
  }
  .p-top__pub__list__item>a figure figcaption h4 {
    margin-bottom: 10px;
    font-size: 1.4rem
  }
  .p-top__pub__list__item>a figure figcaption dl {
    margin-bottom: 5px;
    font-size: 1.2rem
  }
}

@media only screen and (max-width: 768px) {
  .p-top__pub__list__item {
    width: calc((100% - 24px) / 2);
    margin-bottom: 30px
  }
  .p-top__pub__list__item:nth-child(n+5) {
    display: none
  }
}

.p-top__info {
  z-index: 2;
  position: relative
}

.p-top__info .l-lines {
  position: absolute
}

.p-top__info__news {
  margin-top: 32px;
  padding: 16px 40px 40px;
  background: #f3fbf6;
  box-shadow: 0px 0px 21px 0px rgba(135, 135, 135, 0.34)
}

@media only screen and (max-width: 768px) {
  .p-top__info__news {
    margin-top: 24px;
    padding: 16px 24px 24px
  }
}

@media only screen and (max-width: 768px) {
  .p-top__info__news {
    padding: 4px 16px 24px
  }
}

.p-top__info__news__list {
  margin-bottom: 40px
}

@media only screen and (max-width: 480px) {
  .p-top__info__news__list {
    margin-bottom: 24px
  }
}

.p-top__info__news__list li a {
  display: block;
  padding: 20px 0 16px;
  border-bottom: 1px solid #c9eed7
}

@media only screen and (max-width: 480px) {
  .p-top__info__news__list li a {
    padding: 12px 0 12px
  }
}

.p-top__info__news__list li a dl {
  position: relative
}

.p-top__info__news__list li a dl dt {
  color: #aaa;
  font-size: 1.2rem
}

.p-top__info__news__list li a dl dd {
  margin-top: 10px;
  transition: color 0.3s ease-in-out
}

@media only screen and (max-width: 480px) {
  .p-top__info__news__list li a dl dd {
    margin-top: 6px
  }
}

.p-top__info__news__list li a dl dd ul {
  display: flex;
  position: absolute;
  top: -3px;
  left: 80px;
  margin-bottom: 8px
}

.p-top__info__news__list li a dl dd ul li {
  padding: 3px 16px;
  border: 1px solid #178a45;
  border-radius: 3px;
  background: #fff;
  color: #178a45;
  font-size: 1.2rem
}

.p-top__info__news__list li a dl dd ul li+li {
  margin-left: 6px
}

@media only screen and (max-width: 768px) {
  .p-top__info__news__list li a dl dd ul {
    top: -2px
  }
  .p-top__info__news__list li a dl dd ul li {
    padding: 3px 8px;
    font-size: 1rem
  }
}

@media only screen and (max-width: 480px) {
  .p-top__info__news__list li a dl dd ul {
    position: relative;
    top: auto;
    left: auto;
    flex-wrap: wrap;
    margin-bottom: 4px
  }
  .p-top__info__news__list li a dl dd ul li {
    margin: 0 4px 4px 0
  }
  .p-top__info__news__list li a dl dd ul li+li {
    margin: 0 4px 4px 0
  }
}

.p-top__info__news__list li a:hover dl dd {
  color: #178a45;
  transition: color 0.3s ease-in-out
}

.p-top__info__news .c-btn, .p-top__info__news .c-btn--line {
  max-width: 250px;
  margin: 0 0 0 auto
}

@media only screen and (max-width: 600px) {
  .p-top__info__news .c-btn, .p-top__info__news .c-btn--line {
    width: 100%;
    max-width: none
  }
}

.p-top__modal {
  display: none;
  z-index: 1000;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh
}

.p-top__modal__bg {
  position: absolute;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.63)
}

.p-top__modal__close.-icon {
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: #20ae59;
  cursor: pointer;
  transition: background 0.3s ease-in-out
}

.p-top__modal__close.-icon i {
  display: block;
  position: relative;
  width: 14px;
  height: 14px
}

.p-top__modal__close.-icon i::before, .p-top__modal__close.-icon i::after {
  display: block;
  position: absolute;
  top: 6px;
  width: 14px;
  height: 1px;
  transform: rotate(-45deg);
  background: #fff;
  content: ''
}

.p-top__modal__close.-icon i::after {
  transform: rotate(-135deg)
}

.p-top__modal__close.-icon:hover {
  background: #178a45;
  transition: background 0.3s ease-in-out
}

.p-top__modal__content {
  position: absolute;
  top: calc(50%);
  left: 50%;
  width: 90%;
  max-height: 670px;
  padding: 40px 30px 48px;
  transform: translate(-50%, -50%);
  background: #fff
}

.p-top__modal__content .c-title--m {
  width: calc(100% - 45px);
  margin-bottom: 30px;
  font-size: 2.4rem
}

.p-top__modal__content .c-btn, .p-top__modal__content .c-btn--line {
  max-width: 320px;
  margin: 0 auto
}

@media only screen and (max-width: 768px) {
  .p-top__modal__content {
    top: calc(50% - 20px);
    max-height: calc(100vh - 130px);
    padding: 20px
  }
  .p-top__modal__content .c-title--m {
    margin-bottom: 16px;
    font-size: 2rem
  }
  .p-top__modal__content p {
    margin-bottom: 24px
  }
}

.p-top .l-footer {
  z-index: 1;
  position: relative;
  padding-top: 24px
}

.p-top .l-footer__sitemap {
  padding: 18px 0 58px
}

.p-top .l-breadCrumb {
  display: none
}

.u-aL {
  text-align: left
}

.u-aC {
  text-align: center
}

.u-aR {
  text-align: right
}

.u-mt--0 {
  margin-top: 0px !important
}

.u-mb--0 {
  margin-bottom: 0px !important
}

.u-mt--10 {
  margin-top: 10px !important
}

.u-mb--10 {
  margin-bottom: 10px !important
}

.u-mt--20 {
  margin-top: 20px !important
}

.u-mb--20 {
  margin-bottom: 20px !important
}

.u-mt--30 {
  margin-top: 30px !important
}

.u-mb--30 {
  margin-bottom: 30px !important
}

.u-mt--40 {
  margin-top: 40px !important
}

.u-mb--40 {
  margin-bottom: 40px !important
}

.u-mt--50 {
  margin-top: 50px !important
}

.u-mb--50 {
  margin-bottom: 50px !important
}

.u-mt--60 {
  margin-top: 60px !important
}

.u-mb--60 {
  margin-bottom: 60px !important
}

.u-mt--70 {
  margin-top: 70px !important
}

.u-mb--70 {
  margin-bottom: 70px !important
}

.u-mt--80 {
  margin-top: 80px !important
}

.u-mb--80 {
  margin-bottom: 80px !important
}

.u-mt--90 {
  margin-top: 90px !important
}

.u-mb--90 {
  margin-bottom: 90px !important
}

.u-mt--100 {
  margin-top: 100px !important
}

.u-mb--100 {
  margin-bottom: 100px !important
}

.u-pt--0 {
  padding-top: 0px !important
}

.u-pb--0 {
  padding-bottom: 0px !important
}

.u-pt--10 {
  padding-top: 10px !important
}

.u-pb--10 {
  padding-bottom: 10px !important
}

.u-pt--20 {
  padding-top: 20px !important
}

.u-pb--20 {
  padding-bottom: 20px !important
}

.u-pt--30 {
  padding-top: 30px !important
}

.u-pb--30 {
  padding-bottom: 30px !important
}

.u-pt--40 {
  padding-top: 40px !important
}

.u-pb--40 {
  padding-bottom: 40px !important
}

.u-pt--50 {
  padding-top: 50px !important
}

.u-pb--50 {
  padding-bottom: 50px !important
}

.u-pt--60 {
  padding-top: 60px !important
}

.u-pb--60 {
  padding-bottom: 60px !important
}

.u-pt--70 {
  padding-top: 70px !important
}

.u-pb--70 {
  padding-bottom: 70px !important
}

.u-pt--80 {
  padding-top: 80px !important
}

.u-pb--80 {
  padding-bottom: 80px !important
}

.u-pt--90 {
  padding-top: 90px !important
}

.u-pb--90 {
  padding-bottom: 90px !important
}

.u-pt--100 {
  padding-top: 100px !important
}

.u-pb--100 {
  padding-bottom: 100px !important
}


/*# sourceMappingURL=style.css.map */