@charset "UTF-8";
/*============================
reset
============================*/
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500&subset=japanese");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  background: none;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

sup,
sub {
  line-height: 100%;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

br {
  line-height: 0%;
}

/* ***************************
html, body
*************************** */
html {
  height: 100%;
  min-height: 100%;
}

body {
  height: 100%;
  min-height: 100%;
  background: #fff;
  vertical-align: baseline;
  font-weight: normal;
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 87.5%;
  line-height: 150%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  color: #222;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

@media screen and (max-width: 767px) {
  body {
    min-width: 320px;
  }
}

body.is-fixed {
  position: fixed;
  width: 100%;
  left: 0;
}

input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  font-size: 100%;
  line-height: 150%;
  line-height: inherit;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ***************************
  a
*************************** */
a {
  color: #222;
  text-decoration: underline;
}

a.hover, a:hover {
  color: #e50038;
  text-decoration: none;
}

a.hover:before, a:hover:before {
  text-decoration: none;
}

/*
hr
--------------------------- */
hr {
  height: 0;
  margin-top: 20px;
  margin-bottom: 28px;
  border: 0 none;
  border-top: 1px solid #ccc;
  background: none;
}

/* ***************************
img
*************************** */
img {
  line-height: 0;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  img {
    max-width: 100%;
    height: auto;
  }
}

/* ***************************
mark, caution
*************************** */
strong,
b {
  font-weight: bold;
}

em {
  color: #b33904;
  font-weight: bold;
}

mark {
  color: #ff0000;
}

/* ***************************
headding
*************************** */
/* h1 */
h1 {
  font-size: 214.28571%;
  line-height: 134%;
}

/* h2 */
h2 {
  margin: 0 0 22px;
  padding: 0px 14px;
  color: #222;
  position: relative;
  font-size: 157.14286%;
  line-height: 110%;
}

@media screen and (max-width: 767px) {
  h2 {
    margin-bottom: 18px;
    padding: 0 10px;
    font-size: 142.85714%;
    line-height: 150%;
  }
}

h2:before {
  display: block;
  width: 2px;
  height: 83.333%;
  margin: auto;



  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: #e50038;
  content: '';
}

@media all and (-ms-high-contrast: none) {
  h2:before {
    top: -3px;
  }
}

* + h2 {
  margin-top: 52px;
}

@media screen and (max-width: 767px) {
  * + h2 {
    margin-top: 27px;
  }
}

/* h3 */
h3 {
  position: relative;
  margin: 0 0 20px;
  padding-left: 18px;
  font-size: 142.85714%;
  line-height: 120%;
}

@media screen and (max-width: 767px) {
  h3 {
    margin-bottom: 12px;
    font-size: 128.57143%;
    line-height: 134%;
  }
}

h3:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  background: #e50038;
}

@media all and (-ms-high-contrast: none) {
  h3:before {
    top: -5px;
  }
}

* + h3 {
  margin-top: 42px;
}

@media screen and (max-width: 767px) {
  * + h3 {
    margin-top: 27px;
  }
}

/* h4 */
h4 {
  position: relative;
  margin: 0 0 15px;
  padding-bottom: 6px;
  font-size: 121.42857%;
  line-height: 142%;
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  h4 {
    font-size: 114.28571%;
    line-height: 150%;
  }
}

* + h4 {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  * + h4 {
    margin-top: 27px;
  }
}

/* h5 */
h5 {
  position: relative;
  margin: 0 0 15px;
  padding: 0;
  font-size: 107.14286%;
  line-height: 160%;
}

@media screen and (max-width: 767px) {
  h5 {
    font-size: 107.14286%;
    line-height: 160%;
  }
}

* + h5 {
  margin-top: 26px;
}

h2 + h3 {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  h2 + h3 {
    margin-top: 25px;
  }
}

/* ***************************
text
*************************** */
* + p {
  margin-top: 16px;
}

p + p {
  margin-top: 15px;
}

.js-noArticle {
  padding-top: 17px;
}

@media screen and (max-width: 900px) {
  .js-noArticle {
    padding-top: 18px;
  }
}

/* ***************************
list
*************************** */
/*
ul, ol
--------------------------- */
* + ul {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  * + ul {
    margin-top: 20px;
  }
}

ul li {
  position: relative;
  padding-left: 15px;
}

ul li ul,
ul li ol,
ul li + li {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  ul li ul,
  ul li ol,
  ul li + li {
    margin-top: 15px;
  }
}

ul li:before {
  content: '';
  position: absolute;
  top: 9px;
  left: 0;
  display: block;
  width: 5px;
  height: 5px;
  background: #222;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  ul li:before {
    top: 7px;
    left: 2px;
    width: 6px;
    height: 6px;
  }
}

ul li ul li {
  padding-left: 15px;
}

ul li ul li:before {
  left: 0;
  background: #bfbfbf;
}

@media screen and (max-width: 767px) {
  ul li ul li:before {
    left: 2px;
  }
}

* + ol {
  margin-top: 28px;
}

ol {
  counter-reset: count-number;
}

ol li {
  position: relative;
  padding-left: 20px;
  counter-increment: count-number;
}

ol li ul,
ol li ol,
ol li + li {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  ol li ul,
  ol li ol,
  ol li + li {
    margin-top: 15px;
  }
}

ol li:before {
  content: counter(count-number) ".";
  position: absolute;
  top: -1px;
  left: 0;
  width: auto;
  height: auto;
  background: none;
}

ol li ol {
  counter-reset: cnt;
}

ol li ol li {
  padding-left: 25px;
  counter-increment: cnt;
}

@media screen and (max-width: 767px) {
  ol li ol li {
    padding-left: 20px;
  }
}

ol li ol li:before {
  left: -8px;
  content: "（" counter(cnt) "）";
}

@media screen and (max-width: 767px) {
  ol li ol li:before {
    left: -12px;
  }
}

ol ol,
ol ul {
  counter-reset: count-number;
}

ol ul li {
  position: relative;
  padding-left: 20px;
}

ol ul li ul,
ol ul li ol,
ol ul li + li {
  margin-top: 7px;
}

ol ul li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 3px;
  display: block;
  width: 4px;
  height: 4px;
  background: #bfbfbf;
  border-radius: 50%;
}

/* ***************************
table
*************************** */
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  word-break: break-all;
}

* + table {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  * + table {
    margin-top: 20px;
  }
}

th,
td {
  border-bottom: 1px solid #c1c1c1;
  border-right: 1px solid #c1c1c1;
  box-sizing: border-box;
}

th {
  padding: 16px 10px 15px;
  background: #efefef;
  color: #222;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  th {
    padding: 21px 20px;
  }
}

td {
  padding: 16px 30px 15px;
}

@media screen and (max-width: 767px) {
  td {
    padding: 21px 20px;
  }
}

.th--black {
  background-color: #222;
  color: #fff;
}

.th--pink {
  background-color: #f9dada;
}

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

[class^="icon-"], [class*=" icon-"], .c-fNaviSub__item__link:before, .c-navi__item__link:before, .c-subNavi__item__link:before, .p-inquiryLink__link:before, .p-spMenuLink__item__link:before, .p-catTabs__arrowBtn__btn--prev:before, .p-catTabs__arrowBtn__btn--next:before, .c-anchorLink__item__link:before, .c-listLnav__item__link:before, .c-anchorLink__item__link:before, .c-linkList li a:before, .c-linkList--red li a:before, .p-textBnr__link__text:before, .p-underLink__item__link:before, .p-underLinkSub__item__link:before, .p-hayawakariAnchor__item:before, .p-studyReport__item__head a:before, .p-studyReport__item__head span:before, .p-galleryPanel__image:after, .p-artworkBtn__body:after, .p-categoryUnderLink__item__link:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.c-fNaviSub__item__link:before, .c-navi__item__link:before, .c-subNavi__item__link:before {
  content: "\e900";
  color: #555;
}

.icon-zoom:before {
  content: "\e902";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

/*
.icon-twitter:before {
  content: "\ea96";
} */

/* 20231102 tks add */
.icon-twitter:before{
  content: "";
  background-color: #666;
  display: inline-block;
  height: 1rem;
  width: 1rem;
  -webkit-mask: url("/styles/images/x_logo.svg");
  mask: url("/styles/images/x_logo.svg");
  -webkit-mask-size: cover;
  mask-size: cover;
  vertical-align: middle;
}

.icon-twitter:hover:before{
  background-color: #fff;
}

/* 20231102 tks add */

.icon-youtube:before {
  content: "\ea9d";
}

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

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

.slick-list:focus {
  outline: none;
}

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

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

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

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

.slick-track:after {
  clear: both;
}

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

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

[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;
}

.slick-dots {
  margin-top: 5px;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
  justify-content: center;
}

.slick-dots li {
  list-style: none;
  display: inline-block;
  margin: 5px;
}

.slick-dots li:before {
  display: none;
}

.slick-dots li.slick-active img {
  opacity: 1;
}

.slick-dots li img {
  opacity: 0.5;
  width: 100%;
  height: auto;
}

.slick-prev {
  position: absolute;
  z-index: 99;
  top: 120px;
  left: -50px;
}

.slick-next {
  position: absolute;
  z-index: 99;
  top: 120px;
  right: -50px;
}

/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0;
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  transition: all 0.3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
}

.modaal-wrapper .modaal-close {
  border: none;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1;
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0;
}

.modaal-wrapper *[tabindex="0"] {
  outline: none !important;
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%;
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block;
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px;
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 1000px;
  border-radius: 0px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  cursor: auto;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden;
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto;
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-close:focus, .modaal-close:hover {
  outline: none;
  background: #fff;
}

.modaal-close:focus:before, .modaal-close:focus:after, .modaal-close:hover:before, .modaal-close:hover:after {
  background: #b93d0c;
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-close:before, .modaal-close:after {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-close:before {
  transform: rotate(-45deg);
}

.modaal-close:after {
  transform: rotate(45deg);
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px;
}

.modaal-content-container {
  padding: 30px;
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0;
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: transparent;
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  transition: background 0.2s ease-in-out;
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f;
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline;
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f;
}

@keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-ms-keyframes instaReveal {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.modaal-instagram .modaal-container {
  width: auto;
  background: transparent;
  box-shadow: none !important;
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: transparent;
}

.modaal-instagram .modaal-content-container > blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  animation: instaReveal 1s linear forwards;
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px;
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%;
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff;
}

.modaal-gallery-item {
  display: none;
}

.modaal-gallery-item img {
  display: block;
}

.modaal-gallery-item.is_active {
  display: block;
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.modaal-gallery-label:focus {
  outline: none;
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  transition: all 0.2s ease-in-out;
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default;
}

.modaal-gallery-control:focus, .modaal-gallery-control:hover {
  outline: none;
  background: #fff;
}

.modaal-gallery-control:focus:before, .modaal-gallery-control:focus:after, .modaal-gallery-control:hover:before, .modaal-gallery-control:hover:after {
  background: #afb7bc;
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.modaal-gallery-control:before, .modaal-gallery-control:after {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  transition: background 0.2s ease-in-out;
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px;
}

.modaal-gallery-next-outer {
  right: 45px;
}

.modaal-gallery-prev:before, .modaal-gallery-prev:after {
  left: 22px;
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  transform: rotate(-45deg);
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  transform: rotate(45deg);
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px;
}

.modaal-gallery-prev-outer {
  left: 45px;
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative;
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.modaal-video-container iframe,
.modaal-video-container object,
.modaal-video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%;
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block;
}

@media only screen and (min-width: 1400px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px;
  }
}

@media only screen and (max-width: 1140px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px;
  }
  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    transform: none;
    background: rgba(0, 0, 0, 0.7);
  }
  .modaal-gallery-control:before, .modaal-gallery-control:after {
    background: #fff;
  }
  .modaal-gallery-next {
    left: auto;
    right: 20px;
  }
  .modaal-gallery-prev {
    left: 20px;
    right: auto;
  }
}

@media screen and (max-width: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
}

@media screen and (max-height: 1100px) {
  .modaal-instagram iframe {
    width: 700px !important;
  }
}

@media screen and (max-height: 1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .modaal-instagram iframe {
    width: 600px !important;
  }
}

@media screen and (max-height: 900px) {
  .modaal-instagram iframe {
    width: 500px !important;
  }
  .modaal-video-container {
    max-width: 900px;
    max-height: 510px;
  }
}

@media only screen and (max-width: 600px) {
  .modaal-instagram iframe {
    width: 280px !important;
  }
}

@media only screen and (max-height: 820px) {
  .modaal-gallery-label {
    display: none;
  }
}

.modaal-loading-spinner {
  background: none;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  transform: scale(0.25);
}

@-ms-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
  }
  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.modaal-loading-spinner > div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute;
}

.modaal-loading-spinner > div > div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff;
}

.modaal-loading-spinner > div:nth-of-type(1) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: 0s;
  -moz-animation-delay: 0s;
  -webkit-animation-delay: 0s;
  -o-animation-delay: 0s;
  animation-delay: 0s;
}

.modaal-loading-spinner > div:nth-of-type(2) > div, .modaal-loading-spinner > div:nth-of-type(3) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(2) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .12s;
  -moz-animation-delay: .12s;
  -webkit-animation-delay: .12s;
  -o-animation-delay: .12s;
  animation-delay: .12s;
}

.modaal-loading-spinner > div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(3) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .25s;
  -moz-animation-delay: .25s;
  -webkit-animation-delay: .25s;
  -o-animation-delay: .25s;
  animation-delay: .25s;
}

.modaal-loading-spinner > div:nth-of-type(4) > div, .modaal-loading-spinner > div:nth-of-type(5) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(4) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .37s;
  -moz-animation-delay: .37s;
  -webkit-animation-delay: .37s;
  -o-animation-delay: .37s;
  animation-delay: .37s;
}

.modaal-loading-spinner > div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(5) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .5s;
  -moz-animation-delay: .5s;
  -webkit-animation-delay: .5s;
  -o-animation-delay: .5s;
  animation-delay: .5s;
}

.modaal-loading-spinner > div:nth-of-type(6) > div, .modaal-loading-spinner > div:nth-of-type(7) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner > div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(6) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .62s;
  -moz-animation-delay: .62s;
  -webkit-animation-delay: .62s;
  -o-animation-delay: .62s;
  animation-delay: .62s;
}

.modaal-loading-spinner > div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(7) > div {
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .75s;
  -moz-animation-delay: .75s;
  -webkit-animation-delay: .75s;
  -o-animation-delay: .75s;
  animation-delay: .75s;
}

.modaal-loading-spinner > div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
}

.modaal-loading-spinner > div:nth-of-type(8) > div {
  -ms-animation: modaal-loading-spinner 1s linear infinite;
  -moz-animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  -o-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -ms-animation-delay: .87s;
  -moz-animation-delay: .87s;
  -webkit-animation-delay: .87s;
  -o-animation-delay: .87s;
  animation-delay: .87s;
}

.modaal-loading-spinner > div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -moz-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -o-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
}

/* ***************************
header
*************************** */
.l-header {
  width: 100%;
  padding: 0 20px;
  position: fixed;
  top: 0;
  left: 0;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
  z-index: 5;
}

@media screen and (max-width: 900px) {
  .l-header {
    padding: 0;
  }
}

.l-header__body {
  width: auto;
  max-width: 1000px;
  margin: auto;
  position: relative;
  padding-top: 12px;
  flex-wrap: wrap;
  transition: padding .2s;
}

@media screen and (max-width: 900px) {
  .l-header__body {
    display: flex;
    min-height: 60px;
    padding: 8px 0 7px;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
  }
}

.is-scroll .l-header__body {
  padding: 6px 0 0;
  align-items: center;
}

@media screen and (max-width: 900px) {
  .is-scroll .l-header__body {
    padding: 8px 0 7px;
  }
}

.l-header__body__left {
  position: absolute;
  top: 12px;
  left: 0;
  transition: all .2s;
}

@media screen and (max-width: 900px) {
  .l-header__body__left {
    width: 108px;
    height: 43px;
    padding-left: 11px;
    position: static;
  }
}

.is-scroll .l-header__body__left {
  width: 97px;
  top: 6px;
}

@media screen and (max-width: 900px) {
  .is-scroll .l-header__body__left {
    width: 108px;
    height: 43px;
  }
}

.l-header__body__right {
  display: flex;
  position: absolute;
  top: 12px;
  right: 0;
  justify-content: flex-end;
  transition: all 0.2s;
}

@media screen and (max-width: 900px) {
  .l-header__body__right {
    width: 97px;
    height: 33px;
    margin-left: auto;
    padding-right: 15px;
    position: static;
    justify-content: space-between;
  }
}

.is-scroll .l-header__body__right {
  width: 49px;
  top: 2px;
}

@media screen and (max-width: 900px) {
  .is-scroll .l-header__body__right {
    width: 97px;
    height: 33px;
  }
}

.l-footer {
  margin-top: 80px;
  position: relative;
  background: #efefef;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
}

.l-footer__body {
  width: 1000px;
  max-width: 1000px;
  margin: auto;
  padding: 0 10px 49px;
  width: auto;
}

@media screen and (max-width: 900px) {
  .l-footer__body {
    padding: 0;
  }
}

.l-footer__body__top {
  padding: 16px 10px 17px;
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 900px) {
  .l-footer__body__top {
    padding: 40px 10px;
  }
}

.l-footer__body__middle {
  margin-top: 35px;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .l-footer__body__middle {
    margin-top: 0;
  }
}

.l-footer__body__bottom {
  margin-top: 56px;
}

@media screen and (max-width: 900px) {
  .l-footer__body__bottom {
    margin-top: 32px;
    flex-wrap: wrap;
  }
}

.l-base {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

/* ***************************
main
*************************** */
.l-main {
  margin: 0 auto;
  padding-top: 112px;
  position: relative;
}

@media screen and (max-width: 900px) {
  .l-main {
    padding-top: 60px;
  }
}

/*
  main__body
  --------------------------- */
.l-main__body {
  margin: 65px auto 0;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .l-main__body {
    margin-top: 40px;
  }
}

/*
  main__middle
  --------------------------- */
.l-main__middle {
  display: flex;
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
  position: relative;
  flex-wrap: wrap;
  box-sizing: border-box;
  z-index: 1;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .l-main__middle {
    padding: 0;
  }
}

.l-main__middle--top {
  overflow: hidden;
}

.l-main__middle--ir {
  margin: auto;
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  z-index: 1;
}

.l-main__middle--hayawakari {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.l-main__middle--hayawakari img {
  max-width: 100%;
  height: auto;
}

.p-companySection .p-categoryLink__list__item img {
  width: 70%;
}

.l-main__middle__main {
  width: calc(100% - 280px);
  margin-top: 30px;
  order: 2;
}

@media screen and (max-width: 767px) {
  .l-main__middle__main {
    width: 100%;
    margin-top: 36px;
    padding: 0 20px;
    box-sizing: border-box;
    order: 1;
  }
}

.l-main__middle__body {
  margin-top: 38px;
  font-size: 100%;
  line-height: 172%;
}

@media screen and (max-width: 767px) {
  .l-main__middle__body {
    margin-top: 32px;
    font-size: 100%;
    line-height: 158%;
  }
}

.l-main__middle__body img {
  max-width: 100%;
  height: auto;
}

.l-main__middle__side {
  width: 240px;
  margin-top: 48px;
  margin-right: 40px;
  order: 1;
}

@media screen and (max-width: 767px) {
  .l-main__middle__side {
    width: 100%;
    margin-top: 80px;
    margin-right: 0;
    order: 2;
  }
}

/* ***************************
btn
*************************** */
.c-btn {
  display: block;
  text-align: center;
}

* + .c-btn {
  margin-top: 26px;
}

@media screen and (max-width: 767px) {
  * + .c-btn {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .c-section--info .c-btn {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

table + .c-btn {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  table + .c-btn {
    margin-top: 50px;
  }
}

.p-introLink + .c-btn {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .p-introLink + .c-btn {
    margin-top: 42px;
  }
}

.c-btn__body, .c-btn__body--wide {
  display: inline-block;
  min-width: 400px;
  padding: 14px 50px;
  position: relative;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.07);
  font-size: 100%;
  line-height: 143%;
  text-align: center;
  text-decoration: none;
  color: #222;
}

@media screen and (max-width: 767px) {
  .c-btn__body, .c-btn__body--wide {
    width: 100%;
    min-width: auto;
    padding: 20px 50px 21px;
    box-sizing: border-box;
    font-size: 128.57143%;
    line-height: 150%;
  }
}

@media screen and (max-width: 374px) {
  .c-btn__body, .c-btn__body--wide {
    padding: 20px 45px 21px;
  }
}

.c-btn__body:after, .c-btn__body--wide:after {
  display: block;
  width: 60px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/styles/images/arrow.svg) no-repeat;
  background-size: 60px 7px;
  content: '';
}

@media screen and (max-width: 767px) {
  .c-btn__body:after, .c-btn__body--wide:after {
    height: 7px;
  }
}

.c-btn__body:hover, .c-btn__body--wide:hover {
  background: #f2f2f2;
  color: #222;
}

.c-navLocal__body .c-btn {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .c-navLocal__body .c-btn {
    margin-top: 40px;
    padding: 0 20px;
  }
}

.c-navLocal__body .c-btn__body {
  min-width: auto;
  width: 210px;
}

@media screen and (max-width: 767px) {
  .c-navLocal__body .c-btn__body {
    width: 100%;
  }
}

.c-column__body .c-btn__body {
  min-width: auto;
  width: 100%;
  max-width: 400px;
}

@media screen and (min-width: 768px) {
  .c-column__body .c-btn__body {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/* ***************************
column
*************************** */
* + .c-column {
  margin: 30px 0 0;
}

h2 + .c-column, h3 + .c-column, h4 + .c-column {
  margin-top: 10px;
}

.c-column__body {
  display: flex;
  flex-wrap: wrap;
  margin: -20px -15px 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-column__body {
    display: block;
    margin: 0;
  }
}

.c-column__body.no-wrap {
  flex-wrap: nowrap;
}

.c-column__item {
  margin-top: 20px;
  padding: 0 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-column__item {
    margin: 0;
    padding: 0;
  }
  .c-column__item + .c-column__item {
    margin-top: 15px;
  }
}

.c-column__item img {
  max-width: 100%;
  height: auto;
}

.c-column__txt {
  flex: 1;
}

.c-column--width1 {
  width: 8.33333333333%;
}

@media screen and (max-width: 767px) {
  .c-column--width1 {
    width: 100%;
  }
}

.c-column--width2 {
  width: 16.6666666667%;
}

@media screen and (max-width: 767px) {
  .c-column--width2 {
    width: 100%;
  }
}

.c-column--width3 {
  width: 25.0%;
}

@media screen and (max-width: 767px) {
  .c-column--width3 {
    width: 100%;
  }
}

.c-column--width4 {
  width: 33.3333333333%;
}

@media screen and (max-width: 767px) {
  .c-column--width4 {
    width: 100%;
  }
}

.c-column--width5 {
  width: 41.6666666667%;
}

@media screen and (max-width: 767px) {
  .c-column--width5 {
    width: 100%;
  }
}

.c-column--width6 {
  width: 50.0%;
}

@media screen and (max-width: 767px) {
  .c-column--width6 {
    width: 100%;
  }
}

.c-column--width7 {
  width: 58.3333333333%;
}

@media screen and (max-width: 767px) {
  .c-column--width7 {
    width: 100%;
  }
}

.c-column--width8 {
  width: 66.6666666667%;
}

@media screen and (max-width: 767px) {
  .c-column--width8 {
    width: 100%;
  }
}

.c-column--width9 {
  width: 75.0%;
}

@media screen and (max-width: 767px) {
  .c-column--width9 {
    width: 100%;
  }
}

.c-column--width10 {
  width: 83.3333333333%;
}

@media screen and (max-width: 767px) {
  .c-column--width10 {
    width: 100%;
  }
}

.c-column--width11 {
  width: 91.6666666667%;
}

@media screen and (max-width: 767px) {
  .c-column--width11 {
    width: 100%;
  }
}

.c-column--width12 {
  width: 100%;
}

/* ***************************
dlList
*************************** */
* + .c-dlList {
  margin-top: 35px;
}

.c-dlList dl {
  display: flex;
  padding: 18px 0 20px;
  border-bottom: 1px dashed #c1c1c1;
}

@media screen and (max-width: 767px) {
  .c-dlList dl {
    display: block;
  }
}

.c-dlList dl:first-child {
  border-top: 1px dashed #c1c1c1;
}

.c-dlList dt {
  width: 190px;
  padding-right: 20px;
  font-weight: bold;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-dlList dt {
    width: 100%;
    padding: 0;
  }
}

.c-dlList dd {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .c-dlList dd {
    margin-top: 10px;
  }
}

/* ***************************
linkList
*************************** */
.c-linkList, .c-linkList--red {
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

* + .c-linkList, * + .c-linkList--red {
  margin-top: 20px;
}

.c-linkList li,
.c-linkList--red li {
  margin-top: 0;
  padding-left: 0;
}

.c-linkList li:before,
.c-linkList--red li:before {
  display: none;
}

.c-linkList li + li,
.c-linkList--red li + li {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .c-linkList li + li,
  .c-linkList--red li + li {
    margin-top: 15px;
  }
}

.c-linkList li a,
.c-linkList--red li a {
  display: inline-block;
  padding-left: 18px;
  position: relative;
  color: #222;
  text-decoration: none;
}

.c-linkList li a:before,
.c-linkList--red li a:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  content: "\e900";
  font-size: 13px;
}

@media all and (-ms-high-contrast: none) {
  .c-linkList li a:before,
  .c-linkList--red li a:before {
    top: 2px;
  }
}

.c-linkList li a:hover, .c-linkList li a:hover:before {
  color: #e50038;
}

.c-linkList li a:before {
  color: #666;
}

.c-linkList--red li a:before, .c-linkList--red li a:hover {
  color: #e50038;
}

/* ***************************
anchorLink
*************************** */
.c-anchorLink {
  display: flex;
  margin-top: 0;
  flex-wrap: wrap;
}

.c-anchorLink__item {
  width: 16.6%;
  margin-top: 10px;
  padding-left: 0;
}

@media screen and (max-width: 900px) {
  .c-anchorLink__item {
    width: 25%;
  }
}

@media screen and (max-width: 767px) {
  .c-anchorLink__item {
    width: 33.3%;
  }
}

.c-anchorLink__item:before {
  display: none;
}

.c-anchorLink__item__link {
  display: inline-block;
  padding-left: 17px;
  position: relative;
  color: #222;
  text-decoration: none;
}

.c-anchorLink__item__link:hover, .c-anchorLink__item__link:hover:before {
  color: #e50038;
}

.c-anchorLink__item__link:before {
  display: inline-block;
  width: 8px;
  height: 12px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  content: "\e900";
  transform: rotate(90deg);
  font-size: 12px;
  color: #666;
}

/* ***************************
sideList
*************************** */
.c-sideList {
  display: flex;
  flex-wrap: wrap;
}

/* ***************************
frame
*************************** */
* + .c-frame {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  * + .c-frame {
    margin-top: 20px;
  }
}

.c-frame__body {
  padding: 25px 20px;
  border: 2px solid #c1c1c1;
}

@media screen and (max-width: 767px) {
  .c-frame__body {
    padding: 20px;
  }
}

.c-frame__body--red {
  border-color: #e50038;
}

/* ***************************
faq
*************************** */
.c-faq__item {
  border-bottom: 1px dashed #c1c1c1;
}

.c-faq__item:first-child {
  border-top: 1px dashed #c1c1c1;
}

.c-faq__item + .c-faq__item {
  margin-top: 0;
}

.c-faq__item__head {
  margin: 0;
  padding: 0;
}

.c-faq__item__head a {
  display: table;
  width: 100%;
  padding: 0 85px 0 30px;
  position: relative;
  color: #222;
  font-size: 114.28571%;
  line-height: 150%;
  text-align: left;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .c-faq__item__head a {
    padding: 0 40px 0 0;
    font-size: 114.28571%;
    line-height: 138%;
  }
}

.c-faq__item__head a:hover {
  background: #efefef;
}

.c-faq__item__head a:before,
.c-faq__item__head a span {
  display: table-cell;
  padding: 14px 0;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .c-faq__item__head a:before,
  .c-faq__item__head a span {
    padding: 16px 0;
  }
}

.c-faq__item__head a:before {
  content: 'Q.';
  width: 16px;
  padding-right: 18px;
}

.c-faq__item__head a:after {
  content: '';
  display: block;
  width: 15px;
  height: 8px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  background-image: url(images/accordion_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform .3s;
}

@media screen and (max-width: 767px) {
  .c-faq__item__head a:after {
    right: 15px;
  }
}

_:-ms-lang(x)::-ms-backdrop, .c-faq__item__head a:before {
  padding-top: 11px;
  padding-bottom: 17px;
}

@media screen and (max-width: 767px) {
  _:-ms-lang(x)::-ms-backdrop, .c-faq__item__head a:before {
    padding-top: 13px;
    padding-bottom: 19px;
  }
}

body.is-sp .c-faq__item__head a:hover, body.is-tablet .c-faq__item__head a:hover {
  background-color: #fff;
}

.c-faq__item.is-open .c-faq__item__head a:after {
  transform: rotate(-180deg);
}

.c-faq__item__body {
  display: none;
  margin: 0;
  padding: 15px 25px 25px 65px;
  font-size: 100%;
  line-height: 172%;
}

@media screen and (max-width: 767px) {
  .c-faq__item__body {
    padding: 12px 0 24px 32px;
    font-size: 100%;
    line-height: 158%;
  }
}

/* ***************************
listStyle
*************************** */
.c-listStyle li {
  padding: 0 0 0 20px;
}

.c-listStyle li:before {
  display: none;
}

.c-listStyle--square li:before {
  display: block;
  width: 10px;
  height: 10px;
  top: 7px;
  left: 0;
  border-radius: 0;
}

@media screen and (max-width: 767px) {
  .c-listStyle--square li:before {
    top: 6px;
  }
}

/* ***************************
navGlobal
*************************** */
.c-navGlobal {
  width: 100%;
  max-width: 1000px;
  margin: 69px auto 0;
  position: relative;
  transition: all .2s;
}

@media screen and (max-width: 900px) {
  .c-navGlobal {
    display: none;
    height: calc(100vh - 60px);
    margin: 0;
    padding: 31px 20px 80px;
    position: absolute;
    top: 60px;
    left: 0;
    background: #efefef;
    transition: all 0s;
    overflow-y: auto;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
  }
}

.is-scroll .c-navGlobal {
  width: calc(100% - 150px - 105px);
  margin-top: 13px;
  padding-left: 45px;
}

@media screen and (max-width: 900px) {
  .is-scroll .c-navGlobal {
    width: 100%;
    margin-top: 0;
    padding: 31px 20px 38px;
  }
}

.c-listGnav {
  display: flex;
  margin: 0 -15px;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .c-listGnav {
    display: block;
    margin: 0;
    border-top: 1px solid #d9d9d9;
  }
}

.is-scroll .c-listGnav {
  margin: 0 -5px;
}

@media screen and (max-width: 900px) {
  .is-scroll .c-listGnav {
    margin: 0;
  }
}

.c-listGnav__item {
  margin-top: 0;
  padding: 0 15px;
  position: static;
  text-align: center;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .c-listGnav__item {
    padding: 0;
    text-align: left;
    border-bottom: 1px solid #d9d9d9;
    box-sizing: border-box;
  }
}

.c-listGnav__item:before {
  display: none;
}

.is-scroll .c-listGnav__item {
  padding: 0 5px;
}

@media screen and (max-width: 900px) {
  .is-scroll .c-listGnav__item {
    padding: 19px 0;
  }
}

.c-listGnav__item.is-active .c-listGnav__item__body:after,
.c-listGnav__item.is-current .c-listGnav__item__body:after,
.c-listGnav__item:hover .c-listGnav__item__body:after {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #e50038;
  content: '';
}

.c-listGnav__item__body {
  display: inline-block;
  padding-bottom: 10px;
  position: relative;
  vertical-align: middle;
}

@media screen and (max-width: 900px) {
  .c-listGnav__item__body {
    width: 100%;
    padding: 20px 40px 20px 6px;
    box-sizing: border-box;
    font-size: 128.57143%;
    line-height: 150%;
  }
}

@media screen and (max-width: 900px) {
  .c-listGnav__item__body:before,
  .c-listGnav__item__body:after {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #e50038;
    content: '';
  }
}

@media screen and (max-width: 900px) {
  .c-listGnav__item__body:before {
    width: 15px;
    height: 1px;
    right: 19px;
  }
}

@media screen and (max-width: 900px) {
  .c-listGnav__item__body:after {
    width: 1px !important;
    height: 15px !important;
    right: 26px !important;
    left: auto !important;
  }
}

@media screen and (max-width: 900px) {
  .c-listGnav__item.is-active .c-listGnav__item__body {
    color: #e50038;
  }
}

@media screen and (max-width: 900px) {

  .c-listGnav__item.is-active .c-listGnav__item__body:after {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .c-listGnav__item.is-active .c-listGnav__item__child {
    padding-bottom: 19px;
    border-top: 1px solid #d9d9d9;
  }
}

.c-listGnav__item__body.is-active + .c-listGnav__item__child {
  display: block;
}

.c-navi {
  display: flex;
  margin-top: 0;
  align-items: flex-start;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

@media screen and (max-width: 900px) {
  .c-navi {
    display: block;
    margin-top: 23px;
  }
}

.c-navi__item {
  display: flex;
  margin-top: 0;
  padding-left: 17px;
  flex-wrap: wrap;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .c-navi__item {
    margin-top: 20px;
  }
}

.c-navi__item:before {
  display: none;
}

.c-navi__item + .c-navi__item {
  margin-left: 10px;
}

@media screen and (max-width: 900px) {
  .c-navi__item + .c-navi__item {
    margin-left: 0;
  }
}

.c-navi__item__link {
  margin-left: -17px;
  font-size: 100%;
  line-height: 193%;
  font-weight: bold;
  text-decoration: none;
  color: #222;
}

@media screen and (max-width: 900px) {
  .c-navi__item__link {
    position: relative;
    margin-left: 0;
    font-size: 128.57143%;
    line-height: 150%;
    font-weight: normal;
  }
}

.c-navi__item__link:hover, .c-navi__item__link:hover:before {
  color: #e50038;
}

.c-navi__item__link:before {
  padding-right: 10px;
  font-size: 12px;
}

@media screen and (max-width: 900px) {
  .c-navi__item__link:before {
    padding-right: 5px;
    position: absolute;
    top: 7px;
    left: -16px;
    font-size: 12px;
  }
}

.c-navi__item__body {
  display: flex;
  width: 100%;
}

@media screen and (max-width: 900px) {
  .c-navi__item__body {
    display: block;
  }
}

.c-subNavi {
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .c-subNavi {
    margin-left: -17px;
  }
}

.c-subNavi + .c-subNavi {
  padding-left: 80px;
}

@media screen and (max-width: 900px) {
  .c-subNavi + .c-subNavi {
    padding-left: 0;
  }
}

.c-subNavi__item {
  margin-top: 3px;
  padding-left: 17px;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 900px) {
  .c-subNavi__item {
    margin-top: 20px;
  }
}

.c-subNavi__item:before {
  display: none;
}

.c-subNavi__item__link {
  font-size: 100%;
  line-height: 150%;
  text-decoration: none;
  color: #222;
}

@media screen and (max-width: 900px) {
  .c-subNavi__item__link {
    font-size: 128.57143%;
    line-height: 150%;
  }
}

.c-subNavi__item__link:hover, .c-subNavi__item__link:hover:before {
  color: #e50038;
}

.c-subNavi__item__link:before {
  position: absolute;
  top: 5px;
  left: 0;
  font-size: 85.71429%;
  line-height: 100%;
}

@media all and (-ms-high-contrast: none) {
  .c-subNavi__item__link:before {
    top: 2px;
  }
}

@media screen and (max-width: 900px) {
  .c-subNavi__item__link:before {
    top: 7px;
    font-size: 12px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 900px) {
  .c-subNavi__item__link:before {
    top: 4px;
  }
}

/* ***************************
navLocal
*************************** */
.c-navLocal__head {
  margin-bottom: 0;
  padding: 0 20px 3px;
  font-size: 114.28571%;
  line-height: 232%;
  font-weight: bold;
  border-bottom: 1px solid #414141;
}

@media screen and (max-width: 767px) {
  .c-navLocal__head {
    font-size: 135.71429%;
    line-height: 158%;
    padding-bottom: 15px;
  }
}

.c-navLocal__head:before {
  display: none;
}

.c-listLnav {
  font-size: 100%;
  line-height: 143%;
}

.c-listLnav__item {
  margin-top: 0;
  padding-left: 0;
}

.c-listLnav__item:before {
  display: none;
}

.c-listLnav__item__link {
  display: block;
  padding: 15px 20px 15px 38px;
  position: relative;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .c-listLnav__item__link {
    padding: 21px 20px 20px 40px;
    font-size: 128.57143%;
    line-height: 128%;
  }
}

.c-listLnav__item__link:before {
  content: "\e900";
  display: block;
  width: 8px;
  height: 16px;
  position: absolute;
  top: 18px;
  left: 21px;
  color: #666;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .c-listLnav__item__link:before {
    top: 26px;
  }
}

.c-listLnav__item__link:hover {
  background: #efefef;
  color: #222;
}

.c-listLnavSub {
  margin-top: 0;
}

.c-listLnavSub__item {
  margin-top: 0;
  padding-left: 0;
}

.c-listLnavSub__item:before {
  display: none;
}

.c-listLnavSub__item__link {
  display: block;
  padding: 16px 20px 15px 38px;
  color: #222;
  text-decoration: none;
  border-bottom: 1px solid #d9d9d9;
}

@media screen and (max-width: 767px) {
  .c-listLnavSub__item__link {
    padding: 21px 20px 20px 40px;
    font-size: 128.57143%;
    line-height: 128%;
  }
}

.c-listLnavSub__item__link:hover {
  background: #efefef;
  color: #222;
}

.c-listLnav__item__link.is-current, .c-listLnavSub__item__link.is-current {
  background: #efefef;
}

/*--202303 tk add--*/
.c-listLnav__item__sub {
  display: none;
}

.wrap-subhas {
  /*display: flex;*/
  position: relative;
}

.btn-subhas {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  display: block;
}

.btn-subhas:hover {
  cursor: pointer;
}

.c-listLnav__item__sub {
  margin: 0;
}

.c-listLnav__item__link {

}

.c-listLnav__item__link.is-current + .btn-subhas {
  background: #efefef;
}

.btn-subhas:before {
  display: block;
  content: '';
  background-color: #000;
  position: absolute;
  width: 1px;
  height: 16px;
  top: 50%;
  right: 20px;
  transform: translate(-50%, -50%);
}

.btn-subhas.close:before {
  width: 0;
}

.btn-subhas:after {
  display: block;
  content: '';
  background-color: #000;
  position: absolute;
  width: 16px;
  height: 1px;
  top: 50%;
  right: 5px;
  transform: translate(-50%, -50%);
}



/* ***************************
logo
*************************** */
.c-headerLogo {
  margin: 0;
  padding: 0;
}

.c-headerLogo img {
  max-width: 100%;
  height: auto;
}

.c-headerLogo__link {
  display: inline-block;
  width: 100%;
  text-decoration: none;
  transition: opacity .5s;
}

.c-headerLogo__link:hover {
  opacity: .7;
}

.c-headerLogo__top {
  display: block;
  text-align: center;
  line-height: 0%;
}

@media screen and (max-width: 900px) {
  .c-headerLogo__top {
    width: 80.204%;
    margin: auto;
  }
}

.is-scroll .c-headerLogo__top {
  display: none;
}

@media screen and (max-width: 900px) {
  .is-scroll .c-headerLogo__top {
    display: block;
  }
}

.c-headerLogo__bottom {
  margin-top: 4px;
}

/* ***************************
breadCrumb
*************************** */
.c-breadCrumb {
  background: #efefef;
}

.c-breadCrumb__body {
  max-width: 1000px;
  margin: 0 auto;
  padding: 6px 10px 9px;
}

@media screen and (max-width: 767px) {
  .c-breadCrumb__body {
    padding: 4px 10px 6px;
  }
}

.c-listBreadCrumb {
  font-size: 85.71429%;
  line-height: 150%;
  font-weight: bold;
}

.c-listBreadCrumb__item {
  display: inline;
  position: relative;
  padding: 0;
  vertical-align: middle;
  color: #4e4e4e;
}

.c-listBreadCrumb__item:before {
  content: none;
}

.c-listBreadCrumb__item + .c-listBreadCrumb__item {
  padding-left: 42px;
}

@media screen and (max-width: 767px) {
  .c-listBreadCrumb__item + .c-listBreadCrumb__item {
    padding-left: 14px;
  }
}

.c-listBreadCrumb__item + .c-listBreadCrumb__item:before {
  width: 5px;
  height: 5px;
  position: absolute;
  top: 6px;
  left: 14px;
  border-top: 1px solid #343434;
  border-right: 1px solid #343434;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

@media all and (-ms-high-contrast: none) {
  .c-listBreadCrumb__item + .c-listBreadCrumb__item:before {
    top: 7px;
  }
}

@media screen and (max-width: 767px) {
  .c-listBreadCrumb__item + .c-listBreadCrumb__item:before {
    top: 5px;
    left: 0;
  }
}

@media screen and (max-width: 767px) and (-ms-high-contrast: none) {
  .c-listBreadCrumb__item + .c-listBreadCrumb__item:before {
    top: 7px;
  }
}

.c-listBreadCrumb__item__link {
  font-weight: normal;
  color: #4e4e4e;
  text-decoration: none;
}

.c-listBreadCrumb__item__link:hover {
  color: #e50038;
}

/* ***************************
returnTop
*************************** */
.c-returnTop {
  position: fixed;
  bottom: 56px;
  right: 20px;
  display: block;
  width: 56px;
  height: 56px;
  font-size: 0%;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .c-returnTop {
    display: none !important;
  }
}

.c-returnTop__body {
  width: 100%;
  height: 100%;
}

.c-returnTop__body__link {
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(/styles/images/page_top_arrow.png);
  background-position: center 0;
  background-repeat: no-repeat;
}

.c-returnTop__body__link:hover {
  background-position: center -56px;
}

/* ***************************
copyright
*************************** */
.c-copyright {
  margin-top: 15px;
  font-size: 85.71429%;
  line-height: 117%;
  color: #414141;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .c-copyright {
    width: 100%;
    margin-top: 32px;
    padding: 22px 20px 23px;
    border-top: 1px solid #d9d9d9;
    text-align: center;
    font-size: 71.42857%;
    line-height: 150%;
  }
}

/* ***************************
icon
*************************** */
.c-icon--pdf:after {
  display: inline-block;
  width: 12px;
  height: 16px;
  margin-top: -5px;
  margin-left: 5px;
  background: url(/styles/images/icon_pdf.svg) no-repeat;
  background-size: cover;
  vertical-align: middle;
  content: '';
}

.c-icon--dl {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-icon--dl {
    padding-left: 0;
  }
}

.c-icon--dl:before {
  display: inline-block;
  width: 13px;
  height: 15px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background: url(/styles/images/icon_dl.png) no-repeat;
  background-size: cover;
  vertical-align: middle;
  content: '';
}

@media screen and (max-width: 767px) {
  .c-icon--dl:before {
    width: 30px;
    height: 35px;
    left: -38px;
  }
}

/* ***************************
pageTitle
*************************** */
.c-pageTitle, .c-pageTitle--ir, .c-pageTitle--news, .c-pageTitle--company, .c-pageTitle--business, .c-pageTitle--recruit, .c-pageTitle--csr, .c-pageTitle--event, .c-pageTitle--study {
  display: table;
  width: 100%;
  margin: 0;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
}

.c-pageTitle--ir {
  background-image: url(/styles/images/ir_head_bg.jpg);
}

@media screen and (max-width: 767px) {
  .c-pageTitle--ir {
    background-image: url(/styles/images/ir_head_bg_sp.jpg);
  }
}

.c-pageTitle--news {
  background-image: url(/styles/images/news_head_bg.jpg);
}

@media screen and (max-width: 767px) {
  .c-pageTitle--news {
    background-image: url(/styles/images/news_head_bg_sp.jpg);
  }
}

.c-pageTitle--company {
  background-image: url(/styles/images/company_head_bg.jpg);
}

@media screen and (max-width: 767px) {
  .c-pageTitle--company {
    background-image: url(/styles/images/company_head_bg_sp.jpg);
  }
}

.c-pageTitle--business {
  background-image: url(/styles/images/business_head_bg.jpg);
}

@media screen and (max-width: 767px) {
  .c-pageTitle--business {
    background-image: url(/styles/images/business_head_bg_sp.jpg);
  }
}

.c-pageTitle--recruit {
  background-image: url(/styles/images/recruit_head_bg.jpg);
}

@media screen and (max-width: 767px) {
  .c-pageTitle--recruit {
    background-image: url(/styles/images/recruit_head_bg_sp.jpg);
  }
}

.c-pageTitle--csr {
  background-image: url(/styles/images/sustainability_head_bg.jpg);
}

@media screen and (max-width: 767px) {
  .c-pageTitle--csr {
    background-image: url(/styles/images/sustainability_head_bg_sp.jpg);
  }
}

.c-pageTitle--event {
  background-image: url(/styles/images/event_head_bg.jpg);
}

@media screen and (max-width: 767px) {
  .c-pageTitle--event {
    background-image: url(/styles/images/event_head_bg_sp.jpg);
  }
}

.c-pageTitle--study {
  background-image: url(/styles/images/study_head_bg.jpg);
}

@media screen and (max-width: 767px) {
  .c-pageTitle--study {
    background-image: url(/styles/images/study_head_bg_sp.jpg);
  }
}

.c-pageTitle__title {
  display: table-cell;
  height: 220px;
  text-align: center;
  vertical-align: middle;
  font-size: 214.28571%;
  line-height: 150%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .c-pageTitle__title {
    height: 120px;
    font-size: 171.42857%;
    line-height: 150%;
  }
}

.c-pageTitle__text {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-pageTitle__text {
    padding: 0 15px;
  }
}

.c-pageTitle__text span {
  display: table-cell;
  height: 120px;
  padding: 10px 0;
  vertical-align: middle;
  box-sizing: border-box;
}

.c-underPageTitle {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #c1c1c1;
  font-size: 214.28571%;
  line-height: 134%;
}

.c-underPageTitle:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .c-underPageTitle {
    font-size: 171.42857%;
    line-height: 121%;
  }
}

.c-underPageTitle--h2 {
  margin: 0;
  font-size: 157.14286%;
  line-height: 155%;
}

@media screen and (max-width: 767px) {
  .c-underPageTitle--h2 {
    margin-top: 8px;
    font-size: 142.85714%;
    line-height: 150%;
  }
}

.c-underPageTitle--h2:before {
  height: 58.82%;
}

@media screen and (max-width: 767px) {
  .c-underPageTitle--h2:before {
    height: 80%;
  }
}

.c-underPageTitle__text {
  display: inline-block;
  padding-bottom: 14px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .c-underPageTitle__text {
    padding-bottom: 18px;
  }
}

.c-underPageTitle__text:after {
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -1px;
  left: 0;
  background: #e50038;
  content: '';
}

.p-hideTitle {
  width: 0;
  height: 0;
  position: absolute;
  visibility: hidden;
}

/* ***************************
section
*************************** */
.c-section--important,
.c-section--info,
.c-section--recomend {
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .c-section--important,
  .c-section--info,
  .c-section--recomend {
    margin-top: 40px;
  }
}

.c-section--important {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .c-section--important {
    margin-top: 40px;
  }
}

@media screen and (max-width: 900px) {
  .c-section--info {
    padding: 0;
  }
}

.c-section--panel {
  margin: 60px auto 0;
}

@media screen and (max-width: 767px) {
  .c-section--panel {
    margin-top: 47px;
  }
}

.c-section--recomend {
  padding: 0 55px;
}

@media screen and (max-width: 767px) {
  .c-section--recomend {
    margin-top: 78px;
    padding: 0 20px;
  }
}

.c-section--ir, .c-section--link {
  width: 100%;
  max-width: 1040px;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .c-section--ir, .c-section--link {
    padding: 0;
  }
}

.c-section--ir {
  margin: 54px auto 0;
}

@media screen and (max-width: 767px) {
  .c-section--ir {
    margin-top: 30px;
  }
}

.c-section--ir * + .c-section__body {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .c-section--ir .c-section__title {
    font-size: 171.42857%;
    line-height: 150%;
  }
}

@media screen and (max-width: 767px) {
  .c-section--ir .c-btn {
    padding: 0 20px;
  }
}

.c-section--banner {
  margin-top: 35px;
}

* + .c-section--banner {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  * + .c-section--banner {
    margin-top: 46px;
  }
}

.c-section--banner .c-section__body__link {
  position: relative;
  text-align: center;
  background: #ebfbff;
}

@media screen and (min-width: 1000px) {
  .c-section--banner .c-section__body__link {
    padding-top: 300px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 1000px) {
  .c-section--banner .c-section__body__link img {
    display: inline-block;
    width: 1200px;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.c-section--link {
  margin: 35px auto 0;
}

@media screen and (max-width: 767px) {
  .c-section--link {
    padding: 0 20px;
  }
}

* + .c-section--link {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  * + .c-section--link {
    margin-top: 72px;
  }
}

.c-section__title, .c-section__body__title {
  margin: 0;
  padding: 0 0 16px;
  position: relative;
  text-align: center;
  font-size: 157.14286%;
  line-height: 150%;
  color: #222;
}

@media screen and (max-width: 767px) {
  .c-section__title, .c-section__body__title {
    padding-bottom: 15px;
    font-size: 142.85714%;
    line-height: 150%;
  }
}

.c-section__title:before, .c-section__body__title:before {
  display: none;
}

.c-section__title:after, .c-section__body__title:after {
  display: block;
  width: 50px;
  height: 2px;
  margin: auto;
  position: absolute;
  background: #e50038;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
}

.c-section--important .c-section__body__title {
  padding-bottom: 0;
}

.c-section--important .c-section__body__title:after {
  content: none;
}

.c-section__body {
  margin-top: 0;
}

* + .c-section__body {
  margin-top: 24px;
}

.c-section--important .c-section__body {
  padding: 24px 20px;
  border: 1px solid #e50038;
}

.c-section__body__link {
  display: block;
  transition: opacity .5s;
}

.c-section__body__link:hover {
  opacity: .7;
}

.c-section__body__link img {
  max-width: 100%;
  height: auto;
}

* + .c-section__body__main {
  margin-top: 35px;
}

/* ***************************
mainVisual
*************************** */
.c-mainVisual {
  max-height: 520px;
  min-height: 520px;
  overflow: hidden;
}

.c-mainVisual.slick-initialized {
  max-height: none;
  min-height: auto;
}

.c-mainVisual img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

.c-mainVisual__item {
  position: relative;
  outline: none;
}

.c-mainVisual__image {
  margin-top: 0;
}

.c-mainVisual .slick-dots {
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 16px;
  left: 0;
}

.c-mainVisual .slick-dots li {
  margin: 0 5px;
  padding-left: 0;
}

.c-mainVisual .slick-dots button {
  width: 20px;
  height: 20px;
  position: relative;
  font-size: 0%;
  cursor: pointer;
}

.c-mainVisual .slick-dots button:before {
  display: block;
  width: 10px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #ccc;
  border-radius: 50%;
  content: '';
}

.c-mainVisual .slick-dots li.slick-active button:before {
  background-color: #fff;
}

/* ***************************
spMenuToggle
*************************** */
.c-spMenuToggle {
  margin-top: 0;
}

.l-header.is-open .c-spMenuToggle__btn {
  display: none;
  background-image: url(/styles/images/menu_btn_close.png);
}

@media screen and (max-width: 900px) {
  .l-header.is-open .c-spMenuToggle__btn {
    display: block;
  }
}

.c-spMenuToggle__btn {
  display: none;
  width: 30px;
  height: 33px;
  background-image: url(/styles/images/menu_btn.png);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 0%;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .c-spMenuToggle__btn {
    display: block;
  }
}

/* ***************************
fNavi
*************************** */
.c-fNaviList {
  display: flex;
  margin: 0 -15px;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .c-fNaviList {
    margin: 0;
    flex-wrap: wrap;
  }
}

.c-fNaviList__item {
  width: 20%;
  margin-top: 0;
  padding: 0 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .c-fNaviList__item {
    width: 100%;
    max-width: none;
    padding: 0;
  }
}

.c-fNaviList__item:before {
  display: none;
}

.c-fNavi {
  margin-top: 0;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .c-fNavi {
    flex-wrap: wrap;
    border-bottom: 1px solid #d9d9d9;
  }
}

.c-fNavi + .c-fNavi {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .c-fNavi + .c-fNavi {
    margin-top: 0;
  }
}

@media screen and (max-width: 900px) {
  .c-fNavi--pc {
    display: none;
  }
}

.c-fNavi--sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .c-fNavi--sp {
    display: block;
  }
}

.c-fNavi__item {
  margin-top: 0;
  padding-left: 0;
}

@media screen and (max-width: 900px) {
  .c-fNavi__item {
    width: 100%;
    max-width: none;
  }
}

.c-fNavi__item:before {
  display: none;
}

.c-fNavi__item__link {
  color: #222;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (max-width: 900px) {
  .c-fNavi__item__link {
    display: block;
    padding: 19px 40px 19px 20px;
    position: relative;
    font-size: 128.57143%;
    line-height: 150%;
    font-weight: normal;
  }
}

.c-fNavi__item__link:hover {
  color: #e50038;
}

@media screen and (max-width: 900px) {
  .c-fNavi__item__link:hover {
    color: #222;
  }
}

@media screen and (max-width: 900px) {
  .c-fNavi__item__link:before,
  .c-fNavi__item__link:after {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #e50038;
    content: '';
  }
}

@media screen and (max-width: 900px) {
  .c-fNavi__item__link:before {
    width: 15px;
    height: 1px;
    right: 20px;
  }
}

@media screen and (max-width: 900px) {
  .c-fNavi__item__link:after {
    width: 1px;
    height: 15px;
    right: 27px;
  }
}

@media screen and (max-width: 900px) {
  .c-fNavi__item__link.is-active {
    color: #e50038;
  }
}

@media screen and (max-width: 900px) {
  .c-fNavi__item__link.is-active:after {
    display: none;
  }
}

@media screen and (max-width: 900px) {
  .c-fNavi__item__child {
    display: none;
    border-top: 1px solid #d9d9d9;
  }
}

.c-fNaviSub {
  margin-top: 20px;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

@media screen and (max-width: 900px) {
  .c-fNaviSub {
    margin-bottom: 10px;
    padding: 0 20px;
  }
}

.c-fNaviSub__item {
  margin-top: 13px;
  padding-left: 17px;
}

@media screen and (max-width: 900px) {
  .c-fNaviSub__item {
    margin-top: 20px;
  }
}

.c-fNaviSub__item:first-child {
  display: none;
}

@media screen and (max-width: 900px) {
  .c-fNaviSub__item:first-child {
    display: block;
  }
}

.c-fNaviSub__item:before {
  display: none;
}

.c-fNaviSub__item__link {
  position: relative;
  color: #222;
  text-decoration: none;
  font-size: 100%;
  line-height: 129%;
}

@media screen and (max-width: 900px) {
  .c-fNaviSub__item__link {
    font-size: 128.57143%;
    line-height: 150%;
  }
}

.c-fNaviSub__item__link:hover, .c-fNaviSub__item__link:hover:before {
  color: #e50038;
}

.c-fNaviSub__item__link:before {
  position: absolute;
  font-size: 12px;
  top: 4px;
  left: -17px;
}

@media all and (-ms-high-contrast: none) {
  .c-fNaviSub__item__link:before {
    top: 3px;
  }
}

@media screen and (max-width: 900px) {
  .c-fNaviSub__item__link:before {
    top: 7px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 900px) {
  .c-fNaviSub__item__link:before {
    top: 6px;
  }
}

/* ***************************
fLink
*************************** */
.c-fLink {
  display: flex;
  justify-content: center;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

@media screen and (max-width: 900px) {
  .c-fLink {
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .c-fLink {
    margin: auto;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 375px) {
  .c-fLink {
    padding: 0;
  }
}

.c-fLink__item {
  margin-top: 0;
  padding-left: 0;
}

.c-fLink__item:before {
  display: none;
}

.c-fLink__item:after {
  content: '|';
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
}

.c-fLink__item:last-child:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .c-fLink__item:nth-child(1),
  .c-fLink__item:nth-child(3) {
    text-align: right;
  }
  .c-fLink__item:nth-child(2),
  .c-fLink__item:nth-child(4),
  .c-fLink__item:nth-child(6) {
    text-align: left;
  }
  .c-fLink__item:nth-child(5) {
    text-align: center;
  }
  .c-fLink__item:nth-child(2):after,
  .c-fLink__item:nth-child(4):after {
    display: none;
  }
  .c-fLink__item:nth-child(1) {
    width: 50%;
  }
  .c-fLink__item:nth-child(2) {
    width: 50%;
  }
  .c-fLink__item:nth-child(3) {
    width: 59%;
  }
  .c-fLink__item:nth-child(4) {
    width: 41%;
  }
  .c-fLink__item:nth-child(5) {
    width: 100%;
  }
  /*  .c-fLink__item:nth-child(6) {
    width: 48%;
  }  */
}

@media screen and (max-width: 360px) {
  .c-fLink__item {
    margin-top: 10px;
    width: 100% !important;
    text-align: center !important;
  }
  .c-fLink__item:after {
    display: none;
  }
}

.c-fLink__item__link {
  font-size: 85.71429%;
  line-height: 117%;
  color: #222;
  text-decoration: none;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .c-fLink__item__link {
    font-size: 107.14286%;
    line-height: 200%;
  }
}

.c-fLink__item__link:hover {
  color: #e50038;
}

/* ***************************
spMenu
*************************** */
.p-spMenuBottom {
  display: none;
  margin-top: 31px;
  margin-bottom: 30px;
}

.l-header.is-open .p-spMenuBottom {
  display: none;
}

@media screen and (max-width: 900px) {
  .l-header.is-open .p-spMenuBottom {
    display: block;
  }
}

.p-spMenuLink {
  display: flex;
  margin-top: 0;
  flex-wrap: wrap;
  overflow: hidden;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}

.p-spMenuLink__item {
  margin-top: 30px;
  padding-left: 0;
}

.p-spMenuLink__item:before {
  display: none;
}

.p-spMenuLink__item:after {
  content: '|';
  display: inline-block;
  margin: 0 18px;
  color: #d9d9d9;
}

@media screen and (max-width: 374px) {
  .p-spMenuLink__item:after {
    margin: 0 10px;
  }
}

.p-spMenuLink__item:last-child:after {
  margin-right: 0;
}

.p-spMenuLink__item:first-child .p-spMenuLink__item__link:before {
  content: "\e901";
  padding-right: 12px;
  font-size: 16px;
  color: #b3b3b3;
}

.p-spMenuLink__item__link {
  font-size: 114.28571%;
  line-height: 150%;
  text-decoration: none;
  color: #222;
}

.p-spMenuLink__item__link.is-current, .p-spMenuLink__item__link:hover, .p-spMenuLink__item__link:hover:before {
  color: #e50038 !important;
}

/* ***************************
SNS
*************************** */
.c-snsList {
  display: flex;
  justify-content: center;
}

.c-snsList__item {
  margin-top: 0;
  padding: 0 10px;
}

.c-snsList__item:before {
  display: none;
}

.c-snsList__item__link {
  display: block;
  width: 46px;
  height: 46px;
  position: relative;
  border: 1px solid #c1c1c1;
  border-radius: 50%;
  background: #fff;
  font-size: 0%;
  box-sizing: border-box;
  text-decoration: none;
}

.c-snsList__item__link:hover {
  background: #414141;
  border-color: #414141;
}

.c-snsList__item__link:before {
  width: 28px;
  height: 28px;
  margin: auto;
  color: #414141;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-decoration: none;
  font-size: 28px;
  -webkit-text-size-adjust: 100%;
}

.c-snsList__item__link:hover:before {
  color: #fff;
}

/* ***************************
headerSymbol
*************************** */
.p-headerSymbol {
  margin-top: 8px;
}

@media screen and (max-width: 900px) {
  .p-headerSymbol {
    width: 54px;
    margin-top: 0;
  }
}

.p-headerSymbol img {
  max-width: 100%;
  height: auto;
}

.is-scroll .p-headerSymbol {
  width: 100%;
}

@media screen and (max-width: 900px) {
  .is-scroll .p-headerSymbol {
    width: 54px;
    margin-top: 0;
  }
}

/* ***************************
hLink
*************************** */
.p-hLink {
  padding-right: 30px;
}

@media screen and (max-width: 900px) {
  .p-hLink {
    display: none;
  }
}

.is-scroll .p-hLink {
  display: none;
}

.p-hLink__top {
  display: flex;
  align-items: center;
  overflow: hidden;
}

/* ***************************
inquiryLink
*************************** */
.p-inquiryLink:after {
  content: '|';
  display: inline-block;
  margin-right: 7px;
  margin-left: 14px;
  color: #c6c6c6;
}

.p-inquiryLink__link {
  font-size: 85.71429%;
  line-height: 150%;
  text-decoration: none;
  color: #222;
}

.p-inquiryLink__link:hover, .p-inquiryLink__link:hover:before {
  color: #e50038;
}

.p-inquiryLink__link:before {
  padding-right: 7px;
  font-size: 13px;
  content: "\e901";
  color: #666;
}

/* ***************************
multiLangLink
*************************** */
.p-multiLangLink {
  display: flex;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  justify-content: flex-end;
}

.p-multiLangLink__item {
  margin-top: 0;
  padding-left: 0;
}

.p-multiLangLink__item:before {
  display: none;
}

.p-multiLangLink__item:after {
  content: '|';
  display: inline-block;
  margin: 0 11px;
  color: #c6c6c6;
}

.p-multiLangLink__item:last-child:after {
  display: none;
}

.p-multiLangLink__item__link {
  font-size: 85.71429%;
  line-height: 150%;
  font-weight: bold;
  text-decoration: none;
  color: #222;
}

.p-multiLangLink__item__link.is-current, .p-multiLangLink__item__link:hover {
  color: #e50038;
}

/* ***************************
siteSearch
*************************** */
.p-siteSearch {
  display: flex;
}

.p-siteSearch__form {
  display: flex;
  align-items: center;
}

.p-siteSearch.is-open .p-siteSearch__textarea {
  width: 190px;
  padding: 0 5px;
  font-size: 12px;
}

.p-siteSearch.is-open .p-siteSearch__btn {
  display: block;
}

.p-siteSearch__textarea {
  width: 0;
  height: 30px;
  margin-right: 8px;
  padding: 0;
  background: #f4f4f4;
  box-sizing: border-box;
  transition: width 0.2s, padding 0.2s;
}

.p-siteSearch__btn {
  display: none;
  width: 18px;
  height: 21px;
  font-size: 0px;
  background: url(/styles/images/zoom.svg) no-repeat;
  background-position: 0 center;
  background-size: 18px 21px;
  cursor: pointer;
}

.p-siteSearch__btn:hover {
  color: #e50038;
  background: url(/styles/images/zoom_on.svg) no-repeat;
  background-position: 0 center;
  background-size: 18px 21px;
}

.p-siteSearch__toggle {
  padding-left: 24px;
  font-size: 85.71429%;
  line-height: 150%;
  cursor: pointer;
  background: url(/styles/images/zoom.svg) no-repeat;
  background-position: 0 center;
  background-size: 18px 25px;
  cursor: pointer;
}

.p-siteSearch__toggle:hover {
  color: #e50038;
  background: url(/styles/images/zoom_on.svg) no-repeat;
  background-position: 0 center;
  background-size: 18px 25px;
}

.p-siteSearch.is-open .p-siteSearch__toggle {
  padding-left: 10px;
  background: none;
}

.p-siteSearch--sp .p-siteSearch__form {
  position: relative;
  background: #fff;
  border-radius: 5px;
}

.p-siteSearch--sp .p-siteSearch__textarea {
  width: calc(100% - 60px);
  height: 35px;
  margin: 10px 45px 10px 10px;
  padding: 0;
  background: #fff;
  border-right: 1px solid #d9d9d9;
  font-size: 114.28571%;
  line-height: 150%;
}

.p-siteSearch--sp .p-siteSearch__btn {
  display: inline-block;
  width: 50px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/styles/images/zoom_sp.svg) no-repeat;
  background-position: center center;
  background-size: 25px 25px;
}

.p-siteSearch--sp .p-siteSearch__btn:hover {
  background: url(/styles/images/zoom_on.svg) no-repeat;
  background-position: center center;
  background-size: 25px 25px;
}

/* ***************************
megaMenu
*************************** */
.p-megaMenu {
  display: none;
  width: 100vw;
  padding: 20px 20px 27px;
  position: absolute;
  top: auto;
  left: 50%;
  box-sizing: border-box;
  transform: translateX(-50%);
  background: #efefef;
  text-align: left;
  cursor: auto;
  box-shadow: 0 3px 2px -2px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 900px) {
  .p-megaMenu {
    width: 100%;
    padding: 0;
    position: static;
    transform: none;
    box-shadow: none;
  }
}

.p-megaMenu__body {
  display: flex;
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.p-megaMenu__body__center {
  width: calc(100% - 220px);
  padding-left: 40px;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .p-megaMenu__body__center {
    width: 100%;
    padding-left: 12px;
    box-sizing: border-box;
  }
}

.p-megaMenu__body__left {
  width: 220px;
  margin-top: 7px;
}

@media screen and (max-width: 900px) {
  .p-megaMenu__body__left {
    display: none;
  }
}

.p-megaMenu__body__left .p-megaMenu__banner__text {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 128.57143%;
  line-height: 150%;
  text-align: center;
  color: #fff;
  z-index: 1;
}

.p-megaMenu__body__left .p-megaMenu__banner__link {
  position: relative;
}

.p-megaMenu__body__left .p-megaMenu__banner__link:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  content: '';
  transition: opacity .5s;
  transform: translate3d(0, 0, 0);
}

.p-megaMenu__body__left .p-megaMenu__banner__link:hover:after {
  opacity: .1;
}

.p-megaMenu__body__left .p-megaMenu__banner__link img {
  display: block;
  max-width: 100%;
  height: auto;
  transition: transform .5s;
  transform: translate3d(0, 0, 0);
}

.p-megaMenu__body__left .p-megaMenu__banner__link:hover img {
  transform: scale(1.05);
}

.p-megaMenu__body__right {
  margin-left: auto;
  align-self: flex-end;
}

@media screen and (max-width: 900px) {
  .p-megaMenu__body__right {
    display: none;
  }
}

.p-megaMenu__body__right .p-megaMenu__banner {
  position: absolute;
  right: 0;
  bottom: 0;
}

.p-megaMenu__body__right .p-megaMenu__banner__link {
  transition: opacity .5s;
}

.p-megaMenu__body__right .p-megaMenu__banner__link:hover {
  opacity: .7;
}

.p-megaMenu__banner__link {
  display: block;
  width: 100%;
  overflow: hidden;
}

/* ***************************
info
*************************** */
.p-infoTab {
  margin-top: 60px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-infoTab {
    margin-top: 45px;
  }
}

.p-infoTab__head {
  display: flex;
  position: relative;
  justify-content: center;
}

@media screen and (max-width: 900px) {
  .p-infoTab__head {
    height: 40px;
    overflow: hidden;
  }
}

@media screen and (max-width: 900px) {
  .p-infoTab__head:after {
    display: block;
    width: 100vw;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #c1c1c1;
    content: '';
  }
}

.p-infoTab__head__content {
  width: 100%;
}

.p-infoTab__head.is-scroll .p-catTabs__btns {
  width: 84%;
  margin: auto;
}

.p-infoTab__head.is-scroll .p-catTabs__arrowBtn {
  display: block;
}

.p-infoTab__head.is-scroll .p-catTabs__btns__inner {
  padding: 0;
}

.p-infoTab__list {
  margin-top: 19px;
}

@media screen and (max-width: 900px) {
  .p-infoTab__list {
    padding: 0 30px;
  }
}

@media screen and (max-width: 767px) {
  .p-infoTab__list {
    margin-top: 12px;
    padding: 0 0 30px;
  }
}

.p-infoTab__list .slick-dots {
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-infoTab__list .slick-dots li {
  margin: 0;
  padding-left: 0;
}

.p-infoTab__list .slick-dots button {
  width: 16px;
  height: 16px;
  position: relative;
  font-size: 0%;
  cursor: pointer;
}

.p-infoTab__list .slick-dots button:before {
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #c1c1c1;
  border-radius: 50%;
  content: '';
}

.p-infoTab__list .slick-dots li.slick-active button:before {
  background: #e50038;
}

.p-infoTab__list__item {
  display: none;
  min-height: 275px;
  outline: none;
}

.p-infoTab__list__item:first-child {
  display: block;
}

.p-infoList {
  width: 100%;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-infoList {
    padding: 0 30px;
  }
}

.p-infoList--ir {
  width: 100%;
  box-sizing: border-box;
}

.p-infoList__item {
  display: block;
  border-bottom: 1px dashed #c1c1c1;
}

.p-infoList__item:nth-child(n+6) {
  display: none;
}

.p-infoList--ir .p-infoList__item:nth-child(n+6) {
  display: block;
}

.c-section--ir .p-infoList__item:first-child {
  border-top: 1px dashed #c1c1c1;
}

.p-news__body .p-infoList__item:first-child {
  border-top: 1px dashed #c1c1c1;
}

.p-infoList__item__body {
  display: flex;
  padding: 17px 32px 16px;
  color: #222;
  text-decoration: none;
  flex-wrap: wrap;
}

@media screen and (max-width: 900px) {
  .p-infoList__item__body {
    padding: 18px 0 17px;
  }
}

.p-infoList__item__body:hover {
  color: #222;
}

a.p-infoList__item__body:hover {
  background: #f2f2f2;
}

.slick-slide .p-infoList__item__body:hover {
  background: #fff;
}

.p-infoList__item__date {
  width: 112px;
  text-align: right;
}

@media screen and (max-width: 900px) {
  .p-infoList__item__date {
    width: 120px;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .p-infoList__item__date {
    width: auto;
    min-width: 100px;
  }
}

.p-infoList__item__label--product,
.p-infoList__item__label--topics,
.p-infoList__item__label--event,
.p-infoList__item__label--ir {
  display: flex;
  width: 60px;
  height: 20px;
  margin: 0 22px;
  align-items: center;
  justify-content: center;
  font-size: 75%;
  line-height: 153%;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .p-infoList__item__label--product,
  .p-infoList__item__label--topics,
  .p-infoList__item__label--event,
  .p-infoList__item__label--ir {
    margin: 0 15px;
  }
}

.p-infoList__item__label--product {
  background: #7992c1;
}

.p-infoList__item__label--topics {
  background: #8eb573;
}

.p-infoList__item__label--event {
  background: #d8B853;
}

.p-infoList__item__label--ir {
  background: #98b2c1;
}

.p-infoList__item__title {
  margin: 0;
  padding: 0;
  flex: 1;
  font-size: 100%;
  line-height: 150%;
}

.p-infoList__item__title:before {
  display: none;
}

@media screen and (max-width: 900px) {
  .p-infoList__item__title {
    width: 100%;
    margin-top: 10px;
    flex: auto;
    font-size: 100%;
    line-height: 158%;
  }
}

/* ------------------------
newsPage
------------------------ */
@media screen and (max-width: 767px) {
  .p-infoTab--newsPage {
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-infoTab--newsPage .p-infoTab__head {
    height: 32px;
    overflow: visible;
  }
}

@media screen and (max-width: 767px) {
  .p-infoTab--newsPage .p-infoTab__head:after {
    left: 50%;
    transform: translateX(-50%);
    background: #efefef;
  }
}

@media screen and (max-width: 767px) {
  .p-infoTab--newsPage .p-infoTab__head .p-catTabs__btns {
    width: 90.14%;
    margin: auto;
  }
}

.p-infoTab--newsPage .p-infoTab__head__content {
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-infoTab--newsPage .p-infoList {
    padding: 0 10px;
  }
}

.p-infoTab--newsPage .p-infoList__item {
  display: block;
}

.p-infoTab--newsPage .p-infoList__item__title {
  font-size: 100%;
  line-height: 172%;
}

/* ***************************
topPanel
*************************** */
.p-topPanel {
  margin-top: 61px;
}

.p-topPanel {
  display: flex;
  margin: 0 -1px 0 -2px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-topPanel {
    flex-wrap: wrap;
  }
}

.p-topPanel + .p-topPanel {
  margin-top: 3px;
}

@media screen and (max-width: 767px) {
  .p-topPanel + .p-topPanel {
    margin-top: 0;
  }
}

.p-topPanel__col {
  width: 100%;
  padding: 0 1px 0 2px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-topPanel__col {
    margin-top: 3px;
    padding: 0;
  }
}

.p-topPanel__col--hayawakari {
  width: 100%;
  padding: 0 1px 0 2px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-topPanel__col--hayawakari {
    margin-top: 3px;
  }
}

/* ***************************
introLink
*************************** */
.p-introLink {
  display: flex;
  margin: -25px -10px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-introLink {
    margin: -15px 0;
  }
}

.p-introLink__item {
  width: 50%;
  margin: 25px 0;
  padding: 0 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-introLink__item {
    width: 100%;
    margin: 15px 0;
    padding: 0;
  }
}

.p-introLink__item h2 {
  margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
  .p-introLink__item h2 {
    margin-bottom: 17px;
  }
}

.p-introLink__item__link {
  display: block;
  text-decoration: none;
}

.p-introLink__item__link:hover .p-introLink__item__image {
  opacity: .7;
}

.p-introLink__item__image {
  transition: opacity .5s;
}

.p-introLink__item__image img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-introLink__item__image img {
    width: 100%;
  }
}

.p-introLink__item__text {
  margin-top: 15px;
  color: #222;
  text-decoration: none;
}

/* ***************************
linkPanel
*************************** */
.p-linkPanel--hayawakari {
  width: 100%;
  box-sizing: border-box;
}

.p-linkPanel__inner,
.p-linkPanel__inner--hayawakari {
  display: block;
  position: relative;
  text-decoration: none;
}

.p-linkPanel__inner--hayawakari {
  transition: opacity .5s;
  background: #ebfbff;
}

.p-linkPanel__inner--hayawakari:hover {
  opacity: .7;
}

@media screen and (min-width: 1000px) {
  .p-linkPanel__inner--hayawakari .p-linkPanel__image {
    position: relative;
    padding-top: 300px;
    box-sizing: border-box;
    text-align: center;
  }
}

.p-linkPanel__inner--hayawakari .p-linkPanel__image img {
  transition: none;
  transform: none;
}

@media screen and (min-width: 1000px) {
  .p-linkPanel__inner--hayawakari .p-linkPanel__image img {
    display: inline-block;
    width: 1200px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.p-linkPanel__inner:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  content: '';
  transition: opacity .5s;
  transform: translate3d(0, 0, 0);
}

.p-linkPanel__inner:hover img {
  transform: scale(1.05);
  transition: transform .5s;
}

.p-linkPanel__inner:hover:after {
  opacity: .3;
}

.p-linkPanel__right {
  margin-top: 0;
  position: relative;
}

.p-linkPanel__left {
  margin-top: 0;
  padding-right: 28px;
}

.p-linkPanel__title,
.p-linkPanel__title--message,
.p-linkPanel__title--vision {
  display: block;
  width: 100%;
  margin-top: 0;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  text-align: center;
  font-size: 2.3vw;
  line-height: 3.5vw;
  color: #fff;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .p-linkPanel__title,
  .p-linkPanel__title--message,
  .p-linkPanel__title--vision {
    font-size: 200%;
    line-height: 143%;
  }
}

.p-linkPanel__title--message {
  left: -15%;
  color: #222;
}

@media screen and (max-width: 767px) {
  .p-linkPanel__title--message {
    top: 15%;
    left: 0;
  }
}

.p-linkPanel__title--vision {
  top: 27%;
}

@media screen and (max-width: 767px) {
  .p-linkPanel__title--vision {
    top: 25.4%;
  }
}

.p-linkPanel__description {
  margin-top: 5px;
  color: #484a48;
}

.p-linkPanel__image {
  width: 100%;
  margin-top: 0;
  overflow: hidden;
}

.p-linkPanel__image img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .5s;
  transform: translate3d(0, 0, 0);
}

.p-linkPanel__symbol {
  width: 33.612%;
  margin: 0 auto;
  position: absolute;
  top: 43%;
  right: 0;
  left: 0;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .p-linkPanel__symbol {
    width: 100%;
    left: 48%;
    transform: translateX(-50%);
    text-align: center;
  }
}

.p-linkPanel__symbol img {
  display: block;
  width: 100%;
  height: auto;
  margin: auto;
  transition: transform .5s;
}

@media screen and (max-width: 767px) {
  .p-linkPanel__symbol img {
    width: 201px;
    max-width: 100%;
  }
}

/* ***************************
linkCard
*************************** */
.p-linkCard {
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.07);
  border: 1px solid  #c1c1c1;
}

.p-linkCard__link {
  display: block;
  position: relative;
  color: #222;
  text-decoration: none;
  background: #fff;
}

.p-linkCard__link:after {
  display: block;
  width: 30px;
  height: 8px;
  position: absolute;
  right: 14px;
  bottom: 16px;
  background: url(/styles/images/arrow.svg) no-repeat;
  background-size: 30px 8px;
  content: '';
}

@media screen and (max-width: 767px) {
  .p-linkCard__link:after {
    right: 11px;
    bottom: 13px;
  }
}

.p-linkCard__link:hover {
  color: #222;
  background: #f2f2f2;
}

@media screen and (max-width: 767px) {
  .p-linkCard__link:hover {
    background: none;
  }
}

.p-linkCard__link:hover .p-linkCard__image:after {
  opacity: .3;
}

@media screen and (max-width: 767px) {
  .p-linkCard__link:hover .p-linkCard__image:after {
    opacity: 0;
  }
}

.p-linkCard__image {
  position: relative;
}

.p-linkCard__image:after {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0;
  content: '';
}

.p-linkCard__image img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-linkCard__image img {
    width: 100%;
  }
}

.p-linkCard__bottom {
  padding: 16px 15px 34px;
  font-size: 100%;
  line-height: 172%;
  letter-spacing: -0.5px;
}

@media screen and (max-width: 767px) {
  .p-linkCard__bottom {
    padding: 11px 7px 16px;
  }
}

.p-linkCard__bottom__title {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-linkCard__bottom__title {
    min-height: 40px;
    box-sizing: border-box;
    font-size: 100%;
    line-height: 143%;
  }
}


.p-linkCard__bottom__description {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-linkCard__bottom__description {
    font-size: 78.57143%;
    line-height: 182%;
  }
}

/* ***************************
catTabs
*************************** */
.p-catTabs {
  display: flex;
  position: relative;
}

.p-catTabs__arrowBtn {
  display: none;
  margin-top: 0;
}

.p-catTabs__arrowBtn__btn--prev,
.p-catTabs__arrowBtn__btn--next {
  display: block;
  width: 25px;
  height: 20px;
  position: relative;
  font-size: 0%;
  cursor: pointer;
}

.p-catTabs__arrowBtn__btn--prev:before,
.p-catTabs__arrowBtn__btn--next:before {
  width: 6px;
  height: 10px;
  margin: auto;
  position: absolute;
  font-size: 10px;
  top: 2px;
  right: 0;
  bottom: 0;
  left: 0;
  content: "\e900";
  color: #c1c1c1;
}

.p-catTabs__arrowBtn__btn--prev:before {
  transform: rotate(180deg);
}

.p-catTabs__btns {
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
}

.p-catTabs__btns__inner {
  display: flex;
  margin-top: 0;
}

@media screen and (max-width: 900px) {
  .p-catTabs__btns__inner {
    padding: 0 20px;
    position: relative;
    justify-content: space-around;
  }
}

@media screen and (max-width: 767px) {
  .p-catTabs__btns__inner {
    height: 40px;
    white-space: nowrap;
    justify-content: space-between;
  }
}

.p-catTabs__btnsItem {
  width: 20%;
  margin-top: 0;
  position: relative;
  border-bottom: 3px solid #c1c1c1;
}

@media screen and (max-width: 900px) {
  .p-catTabs__btnsItem {
    border: none;
    height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .p-catTabs__btnsItem {
    width: auto;
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .p-catTabs__btnsItem + .p-catTabs__btnsItem {
    margin-left: 15px;
  }
}

.p-catTabs__btnsItem__btn {
  width: 100%;
  padding-bottom: 16px;
  text-align: center;
  font-size: 114.28571%;
  line-height: 150%;
  cursor: pointer;
}

@media screen and (max-width: 900px) {
  .p-catTabs__btnsItem__btn {
    height: 40px;
    padding-bottom: 20px;
    font-size: 100%;
    line-height: 150%;
    white-space: nowrap;
  }
}

@media screen and (max-width: 375px) {
  .p-catTabs__btnsItem__btn {
    font-size: 85.71429%;
    line-height: 150%;
  }
}

.p-catTabs__btnsItem__btn:hover {
  color: #e50038;
}

.p-catTabs__btnsItem.is-active {
  border-color: #e50038;
}

.p-catTabs__btnsItem.is-active .p-catTabs__btnsItem__btn {
  font-weight: bold;
}

.p-catTabs__btnsItem.is-active .p-catTabs__btnsItem__btn:hover {
  color: #222;
}

@media screen and (max-width: 900px) {
  .p-catTabs__btnsItem.is-active:after {
    display: block;
    width: 100%;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0;
    background: #e50038;
    content: '';
    z-index: 1;
  }
}

/* ------------------------
newsPage
------------------------ */
@media screen and (max-width: 900px) {
  .p-infoTab--newsPage .p-catTabs__btns__inner {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-infoTab--newsPage .p-catTabs__btnsItem {
    max-width: 20%;
    height: 32px;
    margin: 0;
    padding: 0 20px;
  }
}

.p-infoTab--newsPage .p-catTabs__btnsItem__btn {
  font-size: 114.28571%;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .p-infoTab--newsPage .p-catTabs__btnsItem__btn {
    height: 32px;
    font-size: 85.71429%;
    line-height: 167%;
  }
}

.p-infoTab--newsPage .p-catTabs__arrowBtn__btn--prev,
.p-infoTab--newsPage .p-catTabs__arrowBtn__btn--next {
  width: 12px;
}

/* ***************************
adTable
*************************** */
@media screen and (max-width: 767px) {
  .p-adTable {
    padding: 0 10px;
  }
}

.p-adTable__inner {
  border: none;
}

.p-adTable__row {
  border-bottom: 1px dashed #c1c1c1;
}

@media screen and (max-width: 767px) {

  .p-adTable__row {
    display: block;
  }
}

.p-adTable__row:first-child {
  border-top: 1px dashed #c1c1c1;
}

.p-adTable__row__date, .p-adTable__row__ad {
  border: none;
}

@media screen and (max-width: 767px) {
  .p-adTable__row__date, .p-adTable__row__ad {
    display: block;
  }
}

.p-adTable__row__date {
  min-width: 180px;
  padding: 16px 18px 15px;
  background: none;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-adTable__row__date {
    padding: 20px 0 0;
    text-align: left;
  }
}

.p-adTable__row__ad {
  padding: 16px 16px 15px;
}

@media screen and (max-width: 767px) {
  .p-adTable__row__ad {
    padding: 8px 0;
  }
}

.p-adTable__row__ad a {
  text-decoration: none;
  color: #222;
}

.p-adTable__row__ad a:hover {
  color: #e50038;
}

/* ***************************
newsDetail
*************************** */
.p-newsDetail {
  display: none;
  width: calc(100% - 110px - 104px);
  margin: 10px 0 40px auto;
  padding: 0 32px;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .p-newsDetail {
    width: 100%;
    padding: 0;
    margin-top: 0;
  }
}

.p-newsDetail__body p + p {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .p-newsDetail__body p + p {
    margin-top: 25px;
  }
}

.p-newsDetail__body p {
  color: #666;
}

.p-newsDetail__body p a {
  color: #666;
}

.p-newsDetail__body p a:hover {
  color: #e50038;
  text-decoration: none;
}

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

@media screen and (max-width: 767px) {
  .p-newsDetail__btn {
    margin-top: 20px;
  }
}

.p-newsDetail__btn button {
  width: 100px;
  height: 40px;
  padding-left: 15px;
  position: relative;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-sizing: border-box;
  color: #222;
  cursor: pointer;
  vertical-align: middle;
}

.p-newsDetail__btn button:before, .p-newsDetail__btn button:after {
  display: inline-block;
  width: 1px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  background: #222;
  content: '';
  vertical-align: middle;
}

.p-newsDetail__btn button:before {
  transform: rotate(45deg);
}

.p-newsDetail__btn button:after {
  transform: rotate(-45deg);
}

.p-newsDetail__btn button:hover {
  background: #f2f2f2;
}

/* ***************************
dateInfoList
*************************** */
.p-dateInfoList {
  display: flex;
  margin-top: 15px;
}

@media screen and (max-width: 900px) {
  .p-dateInfoList {
    margin-top: 18px;
    flex-wrap: wrap;
  }
}

.p-dateInfoList dt {
  width: 110px;
  padding-right: 22px;
}

@media screen and (max-width: 900px) {
  .p-dateInfoList dt {
    padding-right: 0;
  }
}

.p-dateInfoList dd {
  width: calc(100% - 110px - 22px);
}

@media screen and (max-width: 900px) {
  .p-dateInfoList dd {
    width: 100%;
    margin-top: 10px;
  }
}

/* ***************************
news
*************************** */
.p-news {
  width: 100%;
  max-width: 1040px;
  margin: auto;
  padding: 0 20px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-news {
    padding: 0;
  }
}

* + .p-news {
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  * + .p-news {
    margin-top: 30px;
  }
}

.p-news__head {
  margin: 0;
  padding: 0 0 16px;
  position: relative;
  text-align: center;
  font-size: 157.14286%;
  line-height: 150%;
  color: #222;
}

@media screen and (max-width: 767px) {
  .p-news__head {
    padding-bottom: 15px;
    font-size: 171.42857%;
    line-height: 150%;
  }
}

.p-news__head:before {
  display: none;
}

.p-news__head:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  margin: auto;
  position: absolute;
  background: #e50038;
  right: 0;
  bottom: 0;
  left: 0;
}

* + .p-news__body {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-news__body .c-btn {
    padding: 0 20px;
  }
}

/* ***************************
relLink
*************************** */
* + .p-relLink {
  margin-top: 20px;
}

.p-relLink__body {
  display: flex;
  margin: -20px -15px 0;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-relLink__body {
    margin: -20px -10px 0;
  }
}

.p-relLink__item {
  width: 33.33%;
  margin-top: 20px;
  padding: 0 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-relLink__item {
    width: 50%;
    padding: 0 10px;
  }
}

.p-relLink__item__link {
  text-decoration: none;
}

.p-relLink__item__link:after {
  content: none;
}

.p-relLink__item__link:hover .p-relLink__item__img {
  opacity: .7;
}

.p-relLink__item__link:hover .p-relLink__item__desc {
  color: #222;
}

.p-relLink__item__img {
  display: block;
  transition: opacity .5s;
  text-align: center;
}

.p-relLink__item__desc {
  display: block;
  text-align: center;
}

/* ***************************
categoryLink
*************************** */
.p-categoryLink {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

* + .p-categoryLink {
  margin-top: 60px;
}

.p-categoryLink__list {
  display: flex;
  margin: -30px -15px 0;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-categoryLink__list {
    margin: -45px 0 0;
  }
}

@media screen and (max-width: 767px) {
  .p-categoryLink__list--panel {
    margin-top: -30px;
  }
}

@media screen and (max-width: 767px) {
  .p-categoryLink__list--panel .p-categoryLink__list__item {
    margin-top: 30px;
  }
}

.p-categoryLink__list__item {
  margin-top: 30px;
  padding: 0 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-categoryLink__list__item {
    margin-top: 0;
    padding: 0;
  }
}

.p-categoryLink__list__item:before {
  content: none;
}

.p-categoryLink__list__item--col2 {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-categoryLink__list__item--col2 {
    width: 100%;
  }
}

.p-categoryLink__list__item--col3 {
  width: 33.3%;
}

@media screen and (max-width: 767px) {
  .p-categoryLink__list__item--col3 {
    width: 100%;
  }
}

.p-categoryLink__list__item--col4 {
  width: 25%;
}

@media screen and (max-width: 900px) {
  .p-categoryLink__list__item--col4 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-categoryLink__list__item--col4 {
    width: 100%;
  }
}

.p-categoryLinkTitle {
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-categoryLinkTitle {
    padding-top: 23.8806%;
    box-sizing: border-box;
    overflow: hidden;
  }
}

.p-categoryLinkTitle:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: .3;
}

.p-categoryLinkTitle--noFilter:after {
  content: none;
}

.p-categoryLinkTitle__image {
  display: block;
  width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-categoryLinkTitle__image {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
}

.p-categoryLinkTitle__text {
  width: 100%;
  padding: 0 10px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  font-size: 142.85714%;
  line-height: 140%;
  text-align: center;
  color: #fff;
  box-sizing: border-box;
  z-index: 1;
}

@media all and (-ms-high-contrast: none) {
  .p-categoryLinkTitle__text {
    margin-top: 3px;
  }
}

@media screen and (max-width: 767px) {
  .p-categoryLinkTitle__text {
    font-size: 150%;
    line-height: 120%;
  }
}

@media screen and (max-width: 900px) {
  .p-categoryLinkTitle__text br {
    display: none;
  }
}

.p-categoryUnderLink {
  margin-top: 15px;
}

.p-categoryUnderLink__item {
  margin-top: 0;
  padding-left: 0;
  position: relative;
}

* + .p-categoryUnderLink__item {
  margin-top: 13px;
}

.p-categoryUnderLink__item:before {
  display: none;
}

.p-categoryUnderLink__item__link {
  display: inline-block;
  padding-left: 20px;
  color: #222;
  text-decoration: none;
}

.p-categoryUnderLink__item__link:hover, .p-categoryUnderLink__item__link:hover:before {
  color: #e50038;
}

.p-categoryUnderLink__item__link:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 12px;
  content: "\e900";
  color: #666;
}

/* ***************************
awardHistory
*************************** */
* + .p-awardHistory {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  * + .p-awardHistory {
    margin-top: 25px;
  }
}

.p-awardHistory__article {
  padding: 22px 0 30px;
  border-bottom: 1px dashed #c1c1c1;
}

@media screen and (max-width: 767px) {
  .p-awardHistory__article {
    padding-bottom: 35px;
  }
}

.p-awardHistory__article:first-of-type {
  border-top: 1px dashed #c1c1c1;
}

.p-awardHistory__title {
  margin: 5px 0 0;
  padding: 0;
  font-size: 142.85714%;
  line-height: 140%;
  font-weight: bold;
  border: none;
}

@media screen and (max-width: 767px) {
  .p-awardHistory__title {
    font-size: 128.57143%;
    line-height: 145%;
  }
}

.p-awardHistory__title:before, .p-awardHistory__title:after {
  content: none;
}

.p-awardHistory__images {
  display: flex;
  margin: 30px -15px 0;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-awardHistory__images {
    display: block;
    margin: 20px 0 0;
  }
}

.p-awardHistory__images__item {
  width: 100%;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-awardHistory__images__item {
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-awardHistory__images__item img {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-awardHistory__images__item + .p-awardHistory__images__item {
    margin-top: 15px;
  }
}

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

@media screen and (max-width: 767px) {
  .p-awardHistory__desc {
    margin-top: 20px;
  }
}

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

/* ***************************
panelLink
*************************** */
.p-panelLink {
  height: 100%;
}

.p-panelLink__body {
  display: block;
  height: 100%;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-sizing: border-box;
  text-decoration: none;
  overflow: hidden;
}

.p-panelLink__body:hover {
  color: #222;
}

.p-panelLink__body:hover .p-panelLink__body__text {
  background-color: #f2f2f2;
}

.p-panelLink__body:hover .p-panelLink__body__image img {
  opacity: .7;
}

.p-panelLink__body__image {
  display: block;
}

.p-panelLink__body__image img {
  width: 100%;
  height: auto;
  transition: opacity .5s;
}

.p-panelLink__body__text {
  display: flex;
  padding: 21px 50px 21px 25px;
  position: relative;
  align-items: center;
  font-size: 157.14286%;
  line-height: 128%;
  box-sizing: border-box;
  transition: background-color .5s;
}

@media screen and (max-width: 767px) {
  .p-panelLink__body__text {
    padding: 18px 50px 17px 20px;
    font-size: 135.71429%;
    line-height: 132%;
  }
}

.p-panelLink__body__text:after {
  content: '';
  display: block;
  width: 60px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 4px;
  right: 3px;
  bottom: 0;
  background: url(/styles/images/arrow.svg) no-repeat;
  background-size: 60px 7px;
}

@media screen and (max-width: 767px) {
  .p-panelLink__body__text:after {
    right: 0;
  }
}

@media all and (-ms-high-contrast: none) and (min-width: 768px) {
  .p-panelLink__body__text {
    padding: 24px 50px 18px 25px;
  }
}

@media all and (-ms-high-contrast: none) and (max-width: 767px) {
  .p-panelLink__body__text {
    padding: 20px 50px 15px 20px;
  }
}

/* ***************************
pageLead
*************************** */
.p-pageLead {

  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

* + .p-pageLead {
  margin-top: 30px;
}

.p-pageLead__body {
  padding: 23px;
  font-weight: bold;
  font-size: 114.28571%;
  line-height: 188%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-pageLead__body {
    padding: 15px 20px;
    font-size: 100%;
    line-height: 165%;
    text-align: left;
  }
}

.p-pageLead__body--red {
  background-color: #fff3f5;
}

/* ***************************
scrollTable
*************************** */
* + .p-scrollTable {
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  * + .p-scrollTable {
    margin-top: 22px;
  }
}

.p-scrollTable__note {
  padding: 7px 10px 6px 13px;
  background-color: #efefef;
}

@media screen and (min-width: 901px) {
  .p-scrollTable__note {
    display: none;
  }
}

.p-scrollTable__note + * {
  margin-top: 20px;
}

.p-scrollTable__note:before {
  content: '';
  display: inline-block;
  width: 12px;
  height: 14px;
  margin-right: 6px;
  background-image: url(images/icon_swip.png);
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (max-width: 900px) {
  .p-scrollTable__body {
    margin-right: -20px;
    overflow-x: auto;
  }
}

@media screen and (max-width: 900px) {
  .p-scrollTable__body table {
    width: 720px;
  }
}

/* ***************************
modal
*************************** */
.p-mapModalBtn {
  max-width: 60px;
  margin: auto;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 1px 0 2px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

.p-mapModalBtn__body {
  display: flex;
  padding: 14px 15px;
  align-items: center;
  justify-content: center;
  font-size: 100%;
  line-height: 143%;
  text-decoration: none;
}

@media all and (-ms-high-contrast: none) {
  .p-mapModalBtn__body {
    padding: 17px 15px 11px;
  }
}

.p-mapModalBtn__body:hover {
  background: #f2f2f2;
  color: #222;
}

.p-mapModal {
  display: none;
}

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

@media screen and (max-width: 767px) {
  .mapModal .modaal-inner-wrapper {
    padding: 20px 0;
  }
}

.mapModal .modaal-container {
  width: auto;
  padding-bottom: 60px;
}

.mapModal .modaal-close {
  width: 100px;
  height: 40px;
  margin: auto;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 24px;
  left: 0;
  color: #222;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-shadow: 1px 0 2px 0px rgba(0, 0, 0, 0.07);
}

.mapModal .modaal-close:hover {
  background-color: #f2f2f2;
}

.mapModal .modaal-close:before, .mapModal .modaal-close:after {
  content: '';
  top: 0;
  bottom: 0;
  left: 18px;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #222;
}

.mapModal .modaal-close span {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding-left: 20px !important;
}

.mapModal .modaal-close span {
  position: static !important;
  width: auto !important;
  height: auto !important;
}

.p-galleryModal .modaal-container {
  max-width: 628px;
  padding-bottom: 85px;
  box-shadow: 0px 7px 15.7px 0.3px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 767px) {
  .p-galleryModal .modaal-container {
    padding-bottom: 100px;
  }
}

.p-galleryModal .modaal-content {
  padding: 14px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-galleryModal .modaal-content {
    padding: 20px 20px 10px;
    position: static;
  }
}

.p-galleryModal .modaal-inner-wrapper {
  padding: 20px;
}

@media screen and (max-width: 767px) {
  .p-galleryModal .modaal-inner-wrapper {
    padding: 20px 0;
  }
}

.p-galleryModal .modaal-gallery-item img {
  max-width: 600px;
}

.p-galleryModal .modaal-gallery-control {
  top: 50%;
  bottom: auto;
  transform: translateY(-50%);
  background-color: #000;
  opacity: .3 !important;
}

@media screen and (max-width: 767px) {
  .p-galleryModal .modaal-gallery-control {
    width: 40px;
    height: 40px;
    top: auto;
    bottom: 35px;
    transform: none;
  }
}

@media screen and (min-width: 768px) {
  .p-galleryModal .modaal-gallery-control:hover {
    opacity: 1 !important;
  }
}

@media screen and (max-width: 767px) {
  .p-galleryModal .modaal-gallery-control:before, .p-galleryModal .modaal-gallery-control:after {
    width: 3px;
    height: 13px;
    top: 14px;
    left: 20px;
  }
}

.p-galleryModal .modaal-gallery-control:focus:before, .p-galleryModal .modaal-gallery-control:focus:after, .p-galleryModal .modaal-gallery-control:hover:before, .p-galleryModal .modaal-gallery-control:hover:after {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .p-galleryModal .modaal-gallery-prev:before, .p-galleryModal .modaal-gallery-prev:after {
    left: 17px;
  }
}

@media screen and (max-width: 767px) {
  .p-galleryModal .modaal-gallery-control:before {
    margin-top: -4px;
  }
}

@media screen and (max-width: 767px) {
  .p-galleryModal .modaal-gallery-control:after {
    margin-top: 4px;
  }
}

@media screen and (max-width: 767px) {
  .p-galleryModal .modaal-gallery-prev:after {
    margin-top: -4px;
  }
}

@media screen and (max-width: 767px) {
  .p-galleryModal .modaal-gallery-prev:before {
    margin-top: 4px;
  }
}

.p-galleryModal .modaal-gallery-next-inner {
  margin-left: 0;
  right: 25px;
  left: auto;
}

@media screen and (max-width: 767px) {
  .p-galleryModal .modaal-gallery-next-inner {
    left: 180px;
    right: 0;
    margin: auto;
  }
}

.p-galleryModal .modaal-gallery-prev-inner {
  margin-right: 0;
  right: auto;
  left: 25px;
}

@media screen and (max-width: 767px) {
  .p-galleryModal .modaal-gallery-prev-inner {
    left: 0;
    right: 180px;
    margin: auto;
  }
}

.p-galleryModal .modaal-close {
  width: 100px;
  height: 40px;
  margin: auto;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 24px;
  left: 0;
  color: #222;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-shadow: 1px 0 2px 0px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 767px) {
  .p-galleryModal .modaal-close {
    height: 45px;
    bottom: 32px;
  }
}

.p-galleryModal .modaal-close:hover {
  background-color: #f2f2f2;
}

.p-galleryModal .modaal-close:before, .p-galleryModal .modaal-close:after {
  content: '';
  top: 0;
  bottom: 0;
  left: 18px;
  margin: auto;
  width: 12px;
  height: 1px;
  background-color: #222;
}

.p-galleryModal .modaal-close span {
  position: static !important;
  width: auto !important;
  height: auto !important;
  padding-left: 20px !important;
}

/* ***************************
companyData
*************************** */
.p-companyData dl {
  display: flex;
  padding: 19px 0 18px;
  border-bottom: 1px dashed #c1c1c1;
}

@media screen and (max-width: 767px) {
  .p-companyData dl {
    display: block;
  }
}

.p-companyData dl:first-child {
  border-top: 1px dashed #c1c1c1;
}

.p-companyData dl dt {
  width: 120px;
  padding-right: 15px;
  font-weight: bold;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-companyData dl dt {
    width: 100%;
    padding: 0;
  }
}

.p-companyData dl dd {
  width: calc(100% - 120px);
}

@media screen and (max-width: 767px) {
  .p-companyData dl dd {
    width: 100%;
    margin-top: 8px;
  }
}

* + .p-companyData {
  margin-top: 10px;
}

.p-companyData + * {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-companyData + * {
    margin-top: 45px;
  }
}

.p-companyData p + p {
  margin-top: 9px;
}

.p-businessIcon {
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}

.p-businessIcon__item {
  margin-top: 0;
  margin-bottom: 5px;
  padding-left: 0;
  padding-right: 5px;
}

.p-businessIcon__item:before {
  content: none;
}

.p-businessIcon__item img {
  max-width: 100%;
  height: auto;
}

/* ***************************
inquiryBox
*************************** */
.p-inquiryBox {
  max-width: 696px;
}

* + .p-inquiryBox {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  h2 + .p-inquiryBox, h3 + .p-inquiryBox, h4 + .p-inquiryBox {
    margin-top: 30px;
  }
}

.p-inquiryBox__row__head {
  padding: 13px 3px;
  font-size: 114.28571%;
  line-height: 150%;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .p-inquiryBox__row__head {
    display: block;
    padding: 10px;
    font-size: 114.28571%;
    line-height: 138%;
  }
}

.p-inquiryBox__row__data {
  padding: 13px 3px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-inquiryBox__row__data {
    display: block;
    padding: 29px 20px;
  }
}

.p-inquiryBox__row__tel {
  display: inline-block;
  padding-left: 32px;
  position: relative;
  font-size: 214.28571%;
  line-height: 100%;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .p-inquiryBox__row__tel {
    pointer-events: none;
  }
}

.p-inquiryBox__row__tel:before {
  content: '';
  display: block;
  width: 22px;
  height: 28px;
  position: absolute;
  top: 3px;
  left: 0;
  background-image: url(images/icon_tel.png);
  background-repeat: no-repeat;
}

.p-inquiryBox__row__note {
  margin-top: 8px;
  font-size: 92.85714%;
  line-height: 185%;
}

@media screen and (max-width: 767px) {
  .p-inquiryBox__row__note {
    font-size: 100%;
    line-height: 158%;
  }
}

/* ***************************
employee
*************************** */
* + .p-employee {
  margin-top: 30px;
}

.p-employee + .p-employee {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .p-employee + .p-employee {
    margin-top: 45px;
  }
}

.p-employee__intro {
  display: flex;
  align-items: center;
  box-sizing: border-box;
}

.p-employee__intro__name {
  margin-top: 5px;
  font-size: 142.85714%;
  line-height: 140%;
  font-weight: bold;
  order: 3;
}

@media screen and (max-width: 767px) {
  .p-employee__intro__name {
    margin-top: 8px;
    font-size: 142.85714%;
    line-height: 111%;
  }
}

.p-employee__intro__belong {
  margin-top: 12px;
  color: #4d4d4d;
  font-size: 92.85714%;
  line-height: 154%;
  order: 2;
}

@media screen and (max-width: 767px) {
  .p-employee__intro__belong {
    margin-top: 8px;
  }
}

.p-employee__intro__image {
  margin: 0;
  padding-right: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-employee__intro__image {
    padding-right: 10px;
  }
}

.p-employee__intro__image img {
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  .p-employee__intro__image img {
    width: 100%;
  }
}

.p-employee__intro__identity {
  margin: 0;
}

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

.p-employee__message__title {
  padding-left: 0;
  color: #bd173b;
  font-size: 128.57143%;
  line-height: 134%;
}

@media screen and (max-width: 767px) {
  .p-employee__message__title {
    font-size: 128.57143%;
    line-height: 145%;
  }
}

.p-employee__message__title:before {
  content: none;
}

.p-employee__message__body {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .p-employee__message__body {
    margin-top: 18px;
  }
}

/* ***************************
studyReport
*************************** */
* + .p-studyReport {
  margin-top: 30px;
}

.p-studyReport__item {
  padding: 21px 0;
  border-bottom: 1px dashed #c1c1c1;
}

@media screen and (max-width: 767px) {
  .p-studyReport__item {
    padding: 27px 0;
  }
}

.p-studyReport__item:first-child {
  border-top: 1px dashed #c1c1c1;
}

.p-studyReport__item:before {
  content: none;
}

.p-studyReport__item__head a, .p-studyReport__item__head span {
  display: inline-block;
  padding-left: 18px;
  position: relative;
  text-decoration: none;
}

.p-studyReport__item__head a.noIcon, .p-studyReport__item__head span.noIcon {
  padding-left: 0;
}

.p-studyReport__item__head a.noIcon:before, .p-studyReport__item__head span.noIcon:before {
  content: none;
}

.p-studyReport__item__head a:before, .p-studyReport__item__head span:before {
  display: inline-block;
  position: absolute;
  top: 6px;
  left: 0;
  content: "\e900";
  font-size: 10px;
}

.p-studyReport__item__foot {
  margin-top: 8px;
  color: #666;
}

@media screen and (max-width: 767px) {
  .p-studyReport__item__foot {
    margin-top: 15px;
  }
}

/* ***************************
historyList
*************************** */
* + .p-historyList {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  * + .p-historyList {
    margin-top: 35px;
  }
}

.p-historyList__item {
  display: flex;
  padding: 19px 0 18px;
  border-bottom: 1px dashed #c1c1c1;
}

@media screen and (max-width: 900px) {
  .p-historyList__item {
    display: block;
  }
}

.p-historyList__item:first-child {
  border-top: 1px dashed #c1c1c1;
}

.p-historyList__time {
  display: flex;
  width: 240px;
  padding-right: 45px;
  font-weight: bold;
  justify-content: space-between;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-historyList__time {
    width: 175px;
    padding-right: 0;
  }
}

.p-historyList__time__month {
  margin-top: 0;
}

.p-historyList__desc {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-historyList__desc {
    margin-top: 8px;
  }
}

.p-historyList__desc p + p {
  margin-top: 10px;
}

/* ***************************
memberList
*************************** */
* + .p-memberList {
  margin-top: 35px;
}

.p-memberList dl {
  display: flex;
  padding: 18px 0 20px;
  border-bottom: 1px dashed #c1c1c1;
}

@media screen and (max-width: 767px) {
  .p-memberList dl {
    display: block;
  }
}

.p-memberList dl:first-child {
  border-top: 1px dashed #c1c1c1;
}

.p-memberList dt {
  width: 280px;
  padding: 0 30px 0 18px;
  font-weight: bold;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-memberList dt {
    width: 100%;
    padding: 0;
  }
}

.p-memberList dd {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-memberList dd {
    margin-top: 10px;
  }
}

/* ***************************

*************************** */
.p-eventArticle {
  padding-bottom: 35px;
  border-bottom: 1px dashed #c1c1c1;
}

@media screen and (max-width: 900px) {
  .p-eventArticle {
    padding-bottom: 30px;
  }
}

.p-eventArticle + .p-eventArticle {
  margin-top: 32px;
}

@media screen and (max-width: 900px) {
  .p-eventArticle + .p-eventArticle {
    margin-top: 25px;
  }
}

@media screen and (max-width: 767px) {
  .p-eventArticle__head {
    font-size: 142.85714%;
    line-height: 130%;
  }
}

.p-eventArticle__body {
  display: flex;
  margin-top: 30px;
}

@media screen and (max-width: 900px) {
  .p-eventArticle__body {
    display: block;
    margin-top: 20px;
  }
}

.p-eventArticle__image {
  display: flex;
  width: 250px;
  padding-right: 26px;
  flex-direction: column;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .p-eventArticle__image {
    width: 100%;
    padding-right: 0;
  }
}

.p-eventArticle__image__item {
  display: flex;
  min-height: 168px;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  .p-eventArticle__image__item {
    min-height: 122px;
  }
}

.p-eventArticle__image__item + .p-eventArticle__image__item {
  margin-top: 20px;
}

@media screen and (max-width: 900px) {
  .p-eventArticle__image__item + .p-eventArticle__image__item {
    margin-top: 16px;
  }
}

.p-eventArticle__image__item img {
  max-width: 100%;
  height: auto;
}

.p-eventArticle__detail {
  flex: 1;
}

@media screen and (max-width: 900px) {
  .p-eventArticle__detail {
    margin-top: 15px;
  }
}

.p-eventArticle__image + .p-eventArticle__detail .p-eventArticle__links {
  margin: 8px 0 0;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
  .p-eventArticle__image + .p-eventArticle__detail .p-eventArticle__links {
    display: block;
    margin-top: 30px;
  }
}

.p-eventArticle__image + .p-eventArticle__detail .p-eventArticle__links__item {
  max-width: 225px;
  width: 100%;
  min-width: 220px;
  margin-top: 10px;
  padding: 0;
  box-sizing: content-box;
}

@media screen and (max-width: 900px) {
  .p-eventArticle__image + .p-eventArticle__detail .p-eventArticle__links__item {
    max-width: 400px;
  }
}

.p-eventArticle__image + .p-eventArticle__detail .p-eventArticle__links__item:first-child {
  padding-right: 10px;
}

@media screen and (max-width: 900px) {
  .p-eventArticle__image + .p-eventArticle__detail .p-eventArticle__links__item:first-child {
    padding-right: 0;
  }
}

.p-eventArticle__links {
  display: flex;
  margin: 8px -15px;
}

@media screen and (max-width: 900px) {
  .p-eventArticle__links {
    display: block;
    margin-top: 30px;
  }
}

.p-eventArticle__links__item {
  width: 50%;
  min-width: 220px;
  margin-top: 10px;
  padding: 0 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .p-eventArticle__links__item {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 0;
  }
}

.p-eventArticle__links__item:before {
  content: none;
}

@media screen and (max-width: 900px) {
  .p-eventArticle__links__item + .p-eventArticle__links__item {
    margin-top: 15px;
  }
}

.p-eventArticle__links__link {
  display: block;
  padding: 14px 50px;
  position: relative;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.07);
  font-size: 100%;
  line-height: 143%;
  text-align: center;
  text-decoration: none;
  color: #222;
}

@media screen and (max-width: 767px) {
  .p-eventArticle__links__link {
    padding: 20px 50px 21px;
    font-size: 128.57143%;
    line-height: 150%;
  }
}

.p-eventArticle__links__link:after {
  content: '';
  display: block;
  width: 60px;
  height: 10px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(/styles/images/arrow.svg) no-repeat;
  background-size: 60px 7px;
}

@media screen and (max-width: 767px) {
  .p-eventArticle__links__link:after {
    height: 7px;
  }
}

.p-eventArticle__links__link:hover {
  background: #f2f2f2;
  color: #222;
}

/* ***************************

*************************** */
.p-award {
  display: flex;
}

@media screen and (max-width: 767px) {
  .p-award {
    display: block;
  }
}

.p-award + .p-award, div + .p-award, p + .p-award {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-award + .p-award, div + .p-award, p + .p-award {
    margin-top: 30px;
  }
}

.p-award__artwork {
  width: 249px;
  padding-right: 25px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-award__artwork {
    width: 100%;
    padding-right: 0;
  }
}

.p-award__artwork__image {
  display: flex;
  height: 0;
  padding-top: 75%;
  position: relative;
  align-items: center;
  justify-content: center;
}

.p-award__artwork__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.p-award__artwork__zoom {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-award__artwork__zoom {
    margin-top: 15px;
  }
}

.p-award__detail {
  flex: 1;
}

@media screen and (max-width: 767px) {
  .p-award__detail {
    margin-top: 26px;
  }
}

.p-award__detail__winner {
  font-weight: bold;
  font-size: 142.85714%;
  line-height: 140%;
}

@media screen and (max-width: 767px) {
  .p-award__detail__winner {
    font-size: 128.57143%;
    line-height: 145%;
  }
}

.p-award__detail__comment {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-award__detail__comment {
    margin-top: 15px;
  }
}

.p-award__detail__comment p + p {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-award__detail__comment p + p {
    margin-top: 5px;
  }
}

.p-artworkBtn {
  width: 136px;
  margin: auto;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 1px 0 2px 0px rgba(0, 0, 0, 0.07);
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .p-artworkBtn {
    width: 128px;
  }
}

.p-artworkBtn__body {
  display: flex;
  padding: 5px 35px 5px 20px;
  position: relative;
  align-items: center;
  font-size: 92.85714%;
  line-height: 154%;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-artworkBtn__body {
    padding: 8px 30px 8px 17px;
    font-size: 92.85714%;
    line-height: 177%;
  }
}

.p-artworkBtn__body:hover {
  background: #f2f2f2;
  color: #222;
}

.p-artworkBtn__body:after {
  content: '\e903';
  display: block;
  width: 16px;
  height: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 14px;
  bottom: 0;
  color: #666;
  font-size: 16px;
  line-height: 16px;
}

/* ***************************
gallery
*************************** */
* + .p-gallery {
  margin-top: 28px;
}

@media screen and (max-width: 767px) {
  * + .p-gallery {
    margin-top: 30px;
  }
}

.p-gallery__list {
  display: flex;
  flex-wrap: wrap;
  margin: -27px -15px 0;
}

@media screen and (max-width: 767px) {
  .p-gallery__list {
    margin: -25px -8px 0 -7px;
  }
}

.p-gallery__list__item {
  width: 33.33%;
  margin-top: 27px;
  padding: 0 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .p-gallery__list__item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .p-gallery__list__item {
    margin-top: 25px;
    padding: 0 8px 0 7px;
  }
}

.p-gallery__list__item:before {
  content: none;
}

.p-galleryPanel {
  display: block;
  text-decoration: none;
}

.p-galleryPanel:hover .p-galleryPanel__image img {
  transform: scale(1.05) rotate(0.01deg);
}

.p-galleryPanel__image {
  display: flex;
  height: 0;
  padding-top: 75%;
  position: relative;
  align-items: center;
  justify-content: center;
  background-color: #f5f5f5;
  overflow: hidden;
}

.p-galleryPanel__image:after {
  content: '\e903';
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #666;
  font-size: 16px;
  line-height: 16px;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 1px 0 2px 0px rgba(0, 0, 0, 0.07);
}

@media screen and (max-width: 767px) {
  .p-galleryPanel__image:after {
    width: 35px;
    height: 35px;
    font-size: 24px;
    line-height: 24px;
  }
}

.p-galleryPanel__image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform .5s;
}

.p-galleryPanel__title {
  display: block;
  margin-top: 8px;
  color: #222;
}

@media screen and (max-width: 767px) {
  .p-galleryPanel__title {
    margin-top: 5px;
    font-size: 92.85714%;
    line-height: 139%;
  }
}

.p-galleryPanel__desc, .p-galleryPanelDesc {
  display: none;
}

.p-galleryModal__caption {
  padding: 0 14px;
}

@media screen and (max-width: 767px) {
  .p-galleryModal__caption {
    padding: 0 20px;
  }
}

.p-galleryModal__caption__title {
  font-size: 114.28571%;
  line-height: 125%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-galleryModal__caption__title {
    font-size: 114.28571%;
    line-height: 138%;
  }
}

.p-galleryModal__caption__desc {
  font-size: 92.85714%;
  line-height: 154%;
}

@media screen and (max-width: 767px) {
  .p-galleryModal__caption__desc {
    font-size: 100%;
    line-height: 158%;
  }
}

* + .p-galleryModal__caption__desc {
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  * + .p-galleryModal__caption__desc {
    font-size: 100%;
    line-height: 158%;
  }
}

/* ***************************
imgBanner
*************************** */
.p-imgBanner {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

* + .p-imgBanner {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  * + .p-imgBanner {
    margin-top: 20px;
  }
}

.p-imgBanner__body {
  display: flex;
  margin: -30px -15px 0;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-imgBanner__body {
    margin: -20px 0 0;
  }
}

.p-imgBanner__body__item {
  width: 100%;
  margin-top: 30px;
  padding: 0 15px;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-imgBanner__body__item {
    margin-top: 20px;
    padding: 0;
  }
}

.p-imgBanner__body__link {
  display: block;
  text-decoration: none;
}

.p-imgBanner__body__link:after {
  content: none;
}

.p-imgBanner__body__link:hover img {
  opacity: .7;
}

.p-imgBanner__body__link img {
  max-width: 100%;
  height: auto;
  transition: opacity .5s;
}

/* ***************************
imgLink
*************************** */
.p-imgLink {
  width: 100%;
}

.p-imgLink a {
  display: inline-block;
  transition: opacity .5s;
  text-decoration: none;
}

.p-imgLink a:hover {
  opacity: .7;
}

.p-imgLink a:after {
  content: none;
}

.p-imgLink a span {
  display: block;
}

.p-imgLink img {
  max-width: 100%;
  height: auto;
}

/* ***************************
clickableMap
*************************** */
* + .p-clickableMap {
  margin-top: 30px;
}

.p-clickableMap area, .p-clickableMap area:focus {
  border: none;
  outline: none;
}

/* ***************************
movie
*************************** */
.p-movie {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

* + .p-movie {
  margin-top: 20px;
}

.p-movie__body {
  height: 0;
  padding-top: 56.25%;
  position: relative;
  box-sizing: border-box;
}

.p-movie__body iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* ***************************
imgDL
*************************** */
* + .p-imgDL {
  margin-top: 28px;
}

.p-imgDL__list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin: -42px -15px 0;
}

@media screen and (min-width: 768px) {
  .p-imgDL__list {
    max-height: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .p-imgDL__list {
    display: block;
    margin: 0;
    overflow: hidden;
  }
}

.p-imgDL__list__item {
  width: 100%;
  margin-top: 42px;
  padding: 0 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-imgDL__list__item {
    padding: 0;
  }
}

.p-imgDL__list__item:before {
  content: none;
}

@media screen and (max-width: 767px) {
  .p-imgDL__list__item + .p-imgDL__list__item {
    margin-top: 38px;
  }
}

@media screen and (max-width: 767px) {
  .p-imgDL__list__item:first-of-type {
    margin-top: 0;
  }
}

.p-imgDLPanel__img img {
  width: 100%;
  height: auto;
}

.p-imgDLPanel__img figcaption {
  margin-top: 8px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-imgDLPanel__img figcaption {
    font-size: 100%;
    line-height: 115%;
  }
}

.p-imgDLPanel__btn {
  margin-top: 25px;
}

.p-imgDLPanel__btn__heading {
  font-size: 128.57143%;
  line-height: 156%;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-imgDLPanel__btn__heading {
    font-size: 128.57143%;
    line-height: 145%;
  }
}

* + .p-imgDLPanel__btn__heading {
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  * + .p-imgDLPanel__btn__heading {
    margin-top: 20px;
  }
}

.p-imgDLPanel__btn__list {
  display: flex;
  flex-wrap: wrap;
  margin: -8px -12px 0;
}

.p-imgDLPanel__btn__listItem {
  width: 100%;
  margin-top: 0;
  padding: 0 12px;
  box-sizing: border-box;
}

.p-imgDLPanel__btn__listItem:before {
  content: none;
}

.p-imgDLPanelBtn {
  display: block;
  height: 100%;
  text-align: center;
}

.p-imgDLPanelBtn__body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 14px 45px;
  position: relative;
  background-color: #f0f0f0;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.07);
  font-size: 100%;
  line-height: 143%;
  font-weight: 500;
  letter-spacing: 0.05em;
  text-align: center;
  text-decoration: none;
  color: #222;
}

@media screen and (max-width: 767px) {
  .p-imgDLPanelBtn__body {
    width: 100%;
    min-width: auto;
    padding: 23px 40px 23px 15px;
    box-sizing: border-box;
    font-size: 128.57143%;
    line-height: 123%;
    font-weight: normal;
  }
}

.p-imgDLPanelBtn__body:after {
  display: block;
  width: 18px;
  height: 14px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  background: url(/styles/images/icon_window_off.png) no-repeat;
  background-size: 18px 14px;
  content: '';
}

.p-imgDLPanelBtn__body:hover {
  background-color: #fff;
  border-color: #e50038;
  color: #e50038;
}

.p-imgDLPanelBtn__body:hover:after {
  background-image: url(/styles/images/icon_window_on.png);
}

@media screen and (min-width: 768px) {
  .p-imgDLPanelBtn--small .p-imgDLPanelBtn__body {
    padding: 14px 45px 14px 20px;
  }
}

.p-imgDLPanel--sp {
  display: flex;
}

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

.p-imgDLPanel--sp .p-imgDLPanel__btn__listItem {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  .p-imgDLPanel--sp .p-imgDLPanel__btn__listItem + .p-imgDLPanel__btn__listItem {
    margin-top: 15px;
  }
}

.p-imgDLPanel--sp .p-imgDLPanel__img {
  width: 34.66667%;
  margin-top: 8px;
  padding-right: 35px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-imgDLPanel--sp .p-imgDLPanel__img {
    width: 100%;
    padding-right: 0;
  }
}

.p-imgDLPanel--sp .p-imgDLPanel__btn {
  width: 65.33333%;
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .p-imgDLPanel--sp .p-imgDLPanel__btn {
    width: 100%;
    margin-top: 20px;
  }
}

.p-imgDLMoreBtn {
  position: absolute;
  bottom: 0;
  left: auto;
  display: none;
  width: 100%;
  padding: 15px 10px 35px;
  background-color: #fff;
  border: 1px solid #c1c1c1;
  box-shadow: 0px -20px 15px 10px rgba(255, 255, 255, 0.85);
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-imgDLMoreBtn {
    display: block;
  }
}

.p-imgDLMoreBtn:after {
  position: absolute;
  right: 0;
  bottom: 20px;
  left: 0;
  display: block;
  width: 12px;
  height: 12px;
  border-right: 2px solid #e50038;
  border-bottom: 2px solid #e50038;
  margin: auto;
  box-sizing: border-box;
  transform: rotate(45deg);
  content: '';
}

.p-imgDLMoreBtn__body {
  font-size: 114.28571%;
  line-height: 138%;
}

/* ***************************
notesFrame
*************************** */
* + .p-notesFrame {
  margin-top: 54px;
}

@media screen and (max-width: 767px) {
  * + .p-notesFrame {
    margin-top: 60px;
  }
}

.p-notesFrame__body {
  padding: 32px 40px;
  border: 1px solid #c1c1c1;
}

@media screen and (max-width: 767px) {
  .p-notesFrame__body {
    padding: 25px 30px;
  }
}

.p-notesFrame__heading {
  font-size: 142.85714%;
  line-height: 140%;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .p-notesFrame__heading {
    font-size: 135.71429%;
    line-height: 137%;
  }
}

.p-notesFrame__heading + * {
  margin-top: 40px;
}

.p-notesFrame__subHeading {
  color: #bd173b;
  font-size: 128.57143%;
  line-height: 134%;
}

* + .p-notesFrame__subHeading {
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  * + .p-notesFrame__subHeading {
    margin-top: 28px;
  }
}

.p-notesFrame__subHeading + * {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-notesFrame__subHeading + * {
    margin-top: 10px;
  }
}

/* ***************************
recomendCards
*************************** */
.p-recomendCards__list {
  display: flex;
  margin: 0 -8px;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.p-recomendCards__list__item {
  width: 25%;
  margin-top: 16px;
  padding: 0 8px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-recomendCards__list__item {
    width: 50%;
    margin-top: 24px;
    padding: 0 8px 0 7px;
  }
}

.p-recomendCards__list__item:before {
  display: none;
}

.p-recomendCards__btn--prev,
.p-recomendCards__btn--next {
  display: block;
  width: 30px;
  height: 30px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  cursor: pointer;
  font-size: 0%;
}

.p-recomendCards__btn--prev:before,
.p-recomendCards__btn--next:before {
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-top: 2px solid #ddd;
  border-right: 2px solid #ddd;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  content: '';
}

.p-recomendCards__btn--prev.hover:before,
.p-recomendCards__btn--next.hover:before {
  border-color: #e50038;
}

.is-tablet .p-recomendCards__btn--prev:before, .is-tablet .p-recomendCards__btn--next:before, .is-sp .p-recomendCards__btn--prev:before, .is-sp .p-recomendCards__btn--next:before {
  border-color: #ddd !important;
}

.p-recomendCards__btn--prev {
  left: -40px;
}

.p-recomendCards__btn--prev:before {
  left: 10px;
  transform: rotate(-135deg);
}

.p-recomendCards__btn--next {
  right: -40px;
}

.p-recomendCards__btn--next:before {
  right: 10px;
}

.p-recomendCards__list .slick-list {
  width: 100%;
}

.p-recomendCards__list .slick-dots {
  display: none;
  margin: 5px auto 0;
}

.p-recomendCards__list .slick-dots li {
  margin: 10px 5px;
  padding-left: 0;
}

.p-recomendCards__list .slick-dots .slick-active button {
  background: #e50038;
}

.p-recomendCards__list .slick-dots button {
  width: 10px;
  height: 10px;
  background: #c1c1c1;
  font-size: 0%;
  border-radius: 50%;
  cursor: pointer;
}

/* ***************************
textBnr
*************************** */
.p-textBnr {
  margin-top: 20px;
}

.p-textBnr + .p-textBnr {
  margin-top: 32px;
}

.p-textBnr__link {
  display: inline-block;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-textBnr__link {
    width: 100%;
  }
}

.p-textBnr__link__body {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .p-textBnr__link__body {
    flex-wrap: wrap;
  }
}

.p-textBnr__link:hover .p-textBnr__link__image {
  opacity: .7;
}

.p-textBnr__link:hover .p-textBnr__link__text, .p-textBnr__link:hover .p-textBnr__link__text:before {
  color: #e50038;
}

.p-textBnr__link__image {
  padding-right: 18px;
  transition: opacity .5s;
}

@media screen and (max-width: 767px) {
  .p-textBnr__link__image {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .p-textBnr__link__image img {
    width: 100%;
  }
}

.p-textBnr__link__text {
  margin-top: 0;
  padding-left: 18px;
  position: relative;
  color: #222;
}

@media screen and (max-width: 767px) {
  .p-textBnr__link__text {
    width: 100%;
    margin-top: 15px;
  }
}

.p-textBnr__link__text:before {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: 0;
  content: "\e900";
  font-size: 12px;
  color: #666;
}

/* ***************************
tableCaption
*************************** */
.p-tableCaption {
  text-align: right;
  font-size: 92.85714%;
  line-height: 247%;
}

@media screen and (max-width: 767px) {
  .p-tableCaption {
    font-size: 85.71429%;
    line-height: 134%;
  }
}

.p-tableCaption + * {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .p-tableCaption + * {
    margin-top: 35px;
  }
}

/* ***************************
underLink
*************************** */
.p-underLink__item {
  margin-top: 0;
  padding-left: 0;
  position: relative;
}

.p-underLink__item:before {
  display: none;
}

.p-underLink__item__body {
  display: block;
  border-bottom: 1px solid #d9d9d9;
}

.p-underLink__item__link {
  display: inline-block;
  padding-bottom: 15px;
  padding-left: 28px;
  font-size: 157.14286%;
  line-height: 155%;
  color: #222;
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-underLink__item__link {
    padding-left: 18px;
  }
}

.p-underLink__item__link:hover, .p-underLink__item__link:hover:before {
  color: #e50038;
}

.p-underLink__item__link:before {
  display: inline-block;
  position: absolute;
  top: 12px;
  left: 9px;
  font-size: 12px;
  content: "\e900";
  color: #666;
}

@media screen and (max-width: 767px) {
  .p-underLink__item__link:before {
    left: 0;
  }
}

.p-underLinkSub {
  margin-top: 18px;
  padding-left: 28px;
}

@media screen and (max-width: 767px) {
  .p-underLinkSub {
    margin-top: 16px;
    padding-left: 18px;
  }
}

.p-underLinkSub__item {
  margin-top: 0;
  padding-left: 0;
  position: relative;
}

* + .p-underLinkSub__item {
  margin-top: 12px;
}

.p-underLinkSub__item:before {
  display: none;
}

.p-underLinkSub__item__link {
  display: inline-block;
  padding-left: 15px;
  color: #222;
  text-decoration: none;
}

.p-underLinkSub__item__link:hover, .p-underLinkSub__item__link:hover:before {
  color: #e50038;
}

.p-underLinkSub__item__link:before {
  display: inline-block;
  position: absolute;
  top: 4px;
  left: 0;
  font-size: 12px;
  content: "\e900";
  color: #666;
}

/* ***************************
bottomLink
*************************** */
.p-bottomLink {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-bottomLink {
    margin: 0;
  }
}

.p-bottomLink__item {
  width: 25%;
  padding: 0 10px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-bottomLink__item {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  * + .p-bottomLink__item {
    margin-top: 25px;
  }
}

/* ***************************
btnColumn
*************************** */
.p-btnColumn {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
}

* + .p-btnColumn {
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  * + .p-btnColumn {
    margin-top: 5px;
  }
}

h2 + .p-btnColumn, h3 + .p-btnColumn {
  margin-top: -16px;
}

.p-btnColumn__item {
  margin-top: 24px;
  padding: 0 12px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-btnColumn__item {
    margin-top: 25px;
  }
}

.p-btnColumn__item .c-btn__body {
  display: flex;
  min-width: auto;
  width: 100%;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-btnColumn__item .c-btn__body {
    padding: 24px 50px;
  }
}

.l-main__middle__body .p-btnColumn__item {
  max-width: 420px;
  margin-right: auto;
  margin-left: auto;
}

/* ***************************
hayawakari
*************************** */
.l-main__middle--hayawakari h2,
.l-main__middle--hayawakari h3,
.l-main__middle--hayawakari h4,
.p-introSection__title,
.p-companySection__item__title,
.p-companySection__item__slogan,
.p-companySection__item__vision,
.p-companySection__item__title,
.p-companySection__item__data,
.p-companySection__item__title,
.p-companySection__item__data,
.p-companySection__item__title,
.p-companySection__item__data,
.p-historySection__title {
  font-family: "Microsoft YaHei", 'M PLUS Rounded 1c';
  visibility: hidden;
}

.wf-active .l-main__middle--hayawakari h2,
.wf-active .l-main__middle--hayawakari h3,
.wf-active .l-main__middle--hayawakari h4,
.wf-active .p-introSection__title,
.wf-active .p-companySection__item__title,
.wf-active .p-companySection__item__slogan,
.wf-active .p-companySection__item__vision,
.wf-active .p-companySection__item__title,
.wf-active .p-companySection__item__data,
.wf-active .p-companySection__item__title,
.wf-active .p-companySection__item__data,
.wf-active .p-companySection__item__title,
.wf-active .p-companySection__item__data,
.wf-active .p-historySection__title {
  visibility: visible;
}

.p-hayawakariMV__image,
.p-companySection,
.p-diversitySection,
.p-historySection,
.p-advantageSection,
.p-socialSection {
  background-color: #f7f7f7;
}

.l-main__middle--hayawakari h2 {
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  padding: 0 0 30px;
  font-size: 357.14286%;
  line-height: 128%;
  font-weight: 500;
  letter-spacing: 3px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .l-main__middle--hayawakari h2 {
    font-size: 171.42857%;
    line-height: 125%;
    letter-spacing: normal;
  }
}

.l-main__middle--hayawakari h2:before {
  content: none;
}

.l-main__middle--hayawakari h2:after {
  content: '';
  display: block;
  width: 66px;
  height: 5px;
  margin: auto;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #1e86d5;
}

@media screen and (max-width: 767px) {
  .l-main__middle--hayawakari h2:after {
    width: 40px;
    height: 3px;
  }
}

.l-main__middle--hayawakari area,
.l-main__middle--hayawakari area:focus {
  border: none;
  outline: none;
}

.l-main__middle--hayawakari h3 {
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  padding-left: 0;
  color: #222;
  font-size: 235.71429%;
  line-height: 134%;
  font-weight: 500;
  text-align: center;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .l-main__middle--hayawakari h3 {
    font-size: 135.71429%;
    line-height: 143%;
    letter-spacing: normal;
  }
}

.l-main__middle--hayawakari h3:before {
  content: none;
}

.p-diversitySection__item,
.p-historySection__top,
.p-historySection__bottom,
.p-businessSection__contents,
.p-advantageSection__item,
.p-globalSection__item,
.p-socialSection__item,
.p-hayawakariBottom {
  max-width: 1000px;
  margin: auto;
}

.p-introSection__text,
.p-businessSection__lead__text,
.p-shareContainer__lead,
.p-technologyContainer__text,
.p-designContainer__lead,
.p-baseContainer__text,
.p-exporContainer__text,
.p-furtherContainer__lead,
.p-exhibitionContainer__lead,
.p-environmentContainer__text,
.p-communicationContainer__lead {
  max-width: 680px;
  margin: auto;
  font-size: 128.57143%;
  line-height: 189%;
}

@media screen and (max-width: 767px) {
  .p-introSection__text,
  .p-businessSection__lead__text,
  .p-shareContainer__lead,
  .p-technologyContainer__text,
  .p-designContainer__lead,
  .p-baseContainer__text,
  .p-exporContainer__text,
  .p-furtherContainer__lead,
  .p-exhibitionContainer__lead,
  .p-environmentContainer__text,
  .p-communicationContainer__lead {
    font-size: 107.14286%;
    line-height: 174%;
  }
}

.p-hayawakariMV {
  position: relative;
}

@media screen and (max-width: 1000px) {
  .p-hayawakariMV {
    max-height: 630px;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .p-hayawakariMV {
    max-height: none;
  }
}

.p-hayawakariMV__image {
  position: relative;
  /*height: 630px;*/
  padding-top: 37%;
  box-sizing: border-box;
  overflow: hidden;
}

@media screen and (max-width: 1000px) {
  .p-hayawakariMV__image {
    height: 0;
    padding-top: 46%;
  }
}

@media screen and (max-width: 767px) {
  .p-hayawakariMV__image {
    height: 0;
    padding-top: 70%;
  }
}

@media screen and (max-width: 600px) {
  .p-hayawakariMV__image {
    height: 0;
    padding-top: 85%;
  }
}

@media screen and (max-width: 425px) {
  .p-hayawakariMV__image {
    height: 0;
    padding-top: 93%;
  }
}

@media screen and (max-width: 374px) {
  .p-hayawakariMV__image {
    min-height: 333px;
  }
}

.p-hayawakariMV__image img {
  position: absolute;
  top: 20px;
  left: 50%;
  transform: translateX(-50%);
  width: 80%;
  height: auto;
}

@media screen and (max-width: 1000px) {
  .p-hayawakariMV__image img {
    max-width: 157%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .p-hayawakariMV__image img {
    max-width: 100%;
  }
}

.p-hayawakariMV__item {
  position: absolute;
  right: 0;
  bottom: 36px;
  left: 0;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .p-hayawakariMV__item {
    bottom: 11px;
  }
}

.p-hayawakariAnchor {
  display: flex;
  max-width: 1000px;
  margin: auto;
  padding: 5px 40px 6px;
  justify-content: space-between;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 80px;
  box-sizing: border-box;
}

@media screen and (max-width: 900px) {
  .p-hayawakariAnchor {
    padding: 5px 20px 6px;
  }
}

@media screen and (max-width: 767px) {
  .p-hayawakariAnchor {
    max-width: 100%;
    padding: 0 2px;
    background: none;
  }
}

.p-hayawakariAnchor__item {
  margin-top: 0;
  padding-left: 20px;
  font-size: 114.28571%;
  line-height: 225%;
  font-weight: bold;
}

@media screen and (max-width: 900px) {
  .p-hayawakariAnchor__item {
    font-size: 100%;
    line-height: 200%;
  }
}

@media screen and (max-width: 767px) {
  .p-hayawakariAnchor__item {
    width: 50%;
    padding: 3px 4px;
    box-sizing: border-box;
    font-size: 85.71429%;
    line-height: 200%;
  }
}

.p-hayawakariAnchor__item:before {
  display: inline-block;
  width: 8px;
  height: 16px;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 2px;
  content: "\e900";
  transform: rotate(90deg);
  font-size: 16px;
  color: #e50038;
  background: none;
}

@media screen and (max-width: 900px) {
  .p-hayawakariAnchor__item:before {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .p-hayawakariAnchor__item:before {
    left: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 374px) {
  .p-hayawakariAnchor__item:before {
    top: 4px;
    left: 10px;
  }
}

.p-hayawakariAnchor__item__link {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .p-hayawakariAnchor__item__link {
    display: block;
    padding: 8px 10px 8px 35px;
    background: #fff;
    border-radius: 40px;
    box-sizing: border-box;
    font-size: 11px;
  }
}

@media screen and (max-width: 374px) {
  .p-hayawakariAnchor__item__link {
    padding: 5px 5px 5px 20px;
  }
}

#hayawakari .p-introSection {
  padding: 50px 20px 90px;
}

@media screen and (max-width: 767px) {
  #hayawakari .p-introSection {
    padding-top: 80px;
    padding-bottom: 55px;
  }
}

.p-introSection {
  padding: 20px 20px 50px;
}

@media screen and (max-width: 767px) {
  .p-introSection {
    padding-top: 20px;
    padding-bottom: 35px;
  }
}

.p-introSection__logo {
  max-width: 1000px;
  margin: auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-introSection__logo img {
    width: 82px;
  }
}

.p-introSection__title {
  font-family: -apple-system, BlinkMacSystemFont, "Microsoft YaHei", "Helvetica Neue", "Segoe UI", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, sans-serif;
  margin-top: 38px;
}

@media screen and (max-width: 767px) {
  .p-introSection__title {
    margin-top: 24px;
  }
}

.p-introSection__text {
  margin: 45px auto 0;
}

@media screen and (max-width: 767px) {
  .p-introSection__text {
    margin-top: 25px;
  }
}

.p-companySection {
  position: relative;
  padding: 50px 20px 0px;
}

@media screen and (max-width: 767px) {
  .p-companySection {
    padding-top: 60px;
  }
}

/*.p-companySection:before {
  content: '';
  height: 100%;
  max-height: 588px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-image: url(/styles/images/hayawakari_earth_pc.png);
  background-position: center 0;
  background-repeat: no-repeat;
  transition: opacity .8s;
  opacity: 0;
}*/

@media screen and (max-width: 767px) {
  .p-companySection:before {
    max-height: 226px;
    background-size: 375px;
  }
}

.p-companySection.js-fadeIn:before {
  opacity: 1;
}

.p-companySection__item--slogan,
.p-companySection__item--vision,
.p-companySection__item--sales,
.p-companySection__item--group,
.p-companySection__item--employee {
  display: flex;
  max-width: 1000px;
  margin: auto;
  position: relative;
}

.p-companySection__item--sales,
.p-companySection__item--employee {
  text-align: right;
  justify-content: flex-end;
}

.p-companySection__item--slogan {
  transition: opacity .8s;
  opacity: 0;
}

.js-fadeIn .p-companySection__item--slogan {
  opacity: 1;
}

.p-companySection__item--slogan .p-companySection__item__detail {
  max-width: 675px;
  margin: auto;
}

.p-companySection__item--vision {
  margin-top: 50px;
  transition: opacity .8s;
  opacity: 0;
}

.js-fadeIn .p-companySection__item--vision {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-companySection__item--vision {
    margin-top: 40px;
  }
}

.p-companySection__item--vision .p-companySection__item__detail {
  margin: auto;
  text-align: center;
}

.p-companySection__item--vision .p-companySection__item__text {
  display: inline-block;
  text-align: left;
}

.p-companySection__item--group {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .p-companySection__item--group {
    margin-top: 60px;
  }
}

@media screen and (max-width: 425px) {
  .p-companySection__item--group {
    justify-content: space-between;
  }
}

.p-companySection__item--group .p-companySection__item__detail {
  padding-right: 87px;
}

@media screen and (max-width: 425px) {
  .p-companySection__item--group .p-companySection__item__detail {
    padding-right: 10px;
  }
}

.p-companySection__item--group .p-companySection__item__image {
  margin-top: 8px;
}

@media screen and (max-width: 767px) {
  .p-companySection__item--group .p-companySection__item__image {
    margin-top: 0;
  }
}

.p-companySection__item--employee {
  margin-top: 88px;
  position: relative;
  align-items: flex-end;
}

@media screen and (max-width: 767px) {
  .p-companySection__item--employee {
    margin-top: 60px;
  }
}

.p-companySection__item--employee .p-companySection__item__image {
  padding-right: 28px;
}

@media screen and (max-width: 767px) {
  .p-companySection__item--employee .p-companySection__item__image {
    padding-right: 0;
  }
}

@media screen and (max-width: 425px) {
  .p-companySection__item--employee .p-companySection__item__image {
    position: absolute;
    top: 0;
    left: 1px;
  }
}

@media screen and (max-width: 767px) {
  .p-companySection__item--employee .p-companySection__item__detail {
    position: relative;
  }
}

.p-companySection__item__title {
  font-size: 235.71429%;
  line-height: 110%;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-companySection__item__title {
    font-size: 142.85714%;
    line-height: 120%;
  }
}

.p-companySection__item--slogan .p-companySection__item__title {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-companySection__item--slogan .p-companySection__item__title {
    font-size: 100%;
    line-height: 143%;
  }
}

.p-companySection__item__data {
  margin-top: 3px;
  font-size: 428.57143%;
  line-height: 100%;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .p-companySection__item__data {
    margin-top: 0;
    font-size: 391.42857%;
    line-height: 100%;
  }
}

.p-companySection__item__data span {
  font-size: 41.25%;
  line-height: 131%;
}

@media screen and (max-width: 767px) {
  .p-companySection__item__data span {
    font-size: 32.5%;
    line-height: 147%;
  }
}

@media screen and (max-width: 767px) {
  .p-companySection__item--employee .p-companySection__item__data span {
    font-size: 24.28571%;
    line-height: 148%;
  }
}

@media screen and (max-width: 767px) {
  .p-companySection__item--employee .p-companySection__item__data {
    font-size: 500%;
    line-height: 120%;
  }
}

.p-companySection__item__text {
  margin-top: 28px;
  font-size: 128.57143%;
  line-height: 189%;
}

@media screen and (max-width: 767px) {
  .p-companySection__item__text {
    margin-top: 15px;
    font-size: 107.14286%;
    line-height: 174%;
  }
}

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

@media screen and (max-width: 767px) {
  .p-companySection__item__link {
    margin-top: 15px;
  }
}

.p-companySection__item__note {
  margin-top: 0;
  font-size: 85.71429%;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .p-companySection__item__image img {
    width: 150px;
  }
}

.p-companySection__item__slogan {
  margin-top: 25px;
  font-weight: 500;
  text-align: center;
  font-size: 357.14286%;
  line-height: 100%;
  color: #1e86d5;
}

@media screen and (max-width: 767px) {
  .p-companySection__item__slogan {
    margin-top: 5px;
    font-size: 157.14286%;
    line-height: 150%;
  }
}

.p-companySection__item__vision {
  margin-top: 20px;
  font-weight: 500;
  text-align: left;
  font-size: 235.71429%;
  line-height: 146%;
  letter-spacing: 2px;
}

@media screen and (max-width: 767px) {
  .p-companySection__item__vision {
    margin-top: 5px;
    font-size: 128.57143%;
    line-height: 150%;
  }
}

.p-diversitySection {
  padding: 100px 20px 0;
}

@media screen and (max-width: 767px) {
  .p-diversitySection {
    padding-top: 60px;
  }
}

.p-diversitySection .c-linkList--red li a {
  padding-left: 18px;
  font-size: 114.28571%;
  line-height: 163%;
}

@media screen and (max-width: 767px) {
  .p-diversitySection .c-linkList--red li a {
    padding-left: 10px;
    font-size: 85.71429%;
    line-height: 167%;
  }
}

@media screen and (max-width: 767px) {
  .p-diversitySection .c-linkList--red li a:before {
    top: 5px;
    font-size: 10px;
  }
}

.p-historySection {
  padding: 50px 20px 60px;
}

@media screen and (max-width: 767px) {
  .p-historySection {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.p-historySection__top {
  display: flex;
  justify-content: space-between;
  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-historySection__top {
    flex-wrap: wrap;
  }
}

.js-fadeIn .p-historySection__top {
  opacity: 1;
}

.p-historySection__top__left {
  max-width: 100%;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .p-historySection__top__left {
    max-width: 100%;
    width: 100%;
  }
}

.p-historySection__bottom {
  margin-top: 35px;
  transition: opacity .8s;
  opacity: 0;
}

.js-fadeIn .p-historySection__bottom {
  opacity: 1;
}

.p-historySection__title {
  font-size: 30px;
  line-height: 118%;
  font-weight: 500;
  letter-spacing: 3px;
  padding: 30px 30px 0 30px;
}

@media screen and (max-width: 767px) {
  .p-historySection__title {
    font-size: 171.42857%;
    line-height: 125%;
    letter-spacing: normal;
  }
}

.p-historySection__text {
  margin-top: 32px;
  font-size: 16px;
  line-height: 189%;
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .p-historySection__text {
    margin-top: 15px;
    font-size: 107.14286%;
    line-height: 174%;
  }
}

@media screen and (max-width: 767px) {
  .p-historySection__image {
    margin-top: 22px;
  }
}

.p-historySection__link {
  margin-top: 20px;
  padding: 0 20px 20px 20px;
}

.p-historySection__link .p-hayawakariLink:first-child {
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-historySection__link {
    margin-top: 25px;
    padding: 0 10px 20px 10px;
  }
}

@media screen and (max-width: 450px) {
  .p-historySection__link {
    margin-top: 25px;
    padding: 0 10px 20px 10px;
    text-align: center;
  }
}

@media screen and (max-width: 374px) {
  .p-historySection__link .p-hayawakariLink:first-child {
    margin-right: 0;
    margin-bottom: 5px;
  }
}


.p-historySection__banner {
  transition: opacity .5s;
}

.p-historySection__banner:hover {
  opacity: .7;
}

.p-businessSection {
  padding: 50px 20px 60px;
}

@media screen and (max-width: 767px) {
  .p-businessSection {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.p-businessSection__lead {
  margin-top: 45px;
  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-businessSection__lead {
    margin-top: 30px;
  }
}

.p-businessSection__title.js-fadeIn + .p-businessSection__lead {
  opacity: 1;
}

.p-businessSection__lead__title {
  margin: 0;
  padding: 0;
  border: none;
  color: #1e86d5;
  font-size: 185.71429%;
  line-height: 139%;
  text-align: center;
}

.p-businessSection__lead__text {
  margin-top: 36px;
}

@media screen and (max-width: 767px) {
  .p-businessSection__lead__text {
    margin-top: 26px;
  }
}

.p-businessSection__lead__image {
  margin-top: 30px;
  text-align: center;
}

.p-businessSection__contents {
  margin-top: 55px;
}

@media screen and (max-width: 767px) {
  .p-businessSection__contents {
    margin-top: 5px;
  }
}

.p-businessSection__contents__link {
  margin-top: 48px;
  text-align: center;
  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-businessSection__contents__link {
    margin-top: 30px;
  }
}

.p-businessSection__contents__link.js-fadeIn {
  opacity: 1;
}

.p-advantageSection {
  padding: 50px 20px 60px;
}

@media screen and (max-width: 767px) {
  .p-advantageSection {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.p-shareContainer {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .p-shareContainer {
    margin-top: 30px;
  }
}

.js-fadeIn + .p-advantageSection__item .p-shareContainer__title, .js-fadeIn + .p-advantageSection__item .p-shareContainer__lead {
  opacity: 1;
}

.p-shareContainer__title {
  transition: opacity .8s;
  opacity: 0;
}

.p-shareContainer__lead {
  display: flex;
  margin-top: 30px;
  justify-content: space-between;

  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-shareContainer__lead {
    margin-top: 20px;
  }
}

.p-shareContainer__lead__left {
  padding-right: 0;
}

.p-shareContainer__lead__right {
  min-width: 136px;
}

@media screen and (max-width: 767px) {
  .p-shareContainer__lead__right {
    min-width: 108px;
  }
}

.p-shareContainer__contents {
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
  .p-shareContainer__contents {
    margin-top: 5px;
  }
}

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

@media screen and (max-width: 767px) {
  .p-technologyContainer {
    margin-top: 50px;
  }
}

.p-technologyContainer__text {
  max-width: 740px;
  margin-top: 40px;
}

@media screen and (max-width: 767px) {
  .p-technologyContainer__text {
    margin-top: 20px;
  }
}

.p-technologyContainer__image {
  margin-top: 50px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-technologyContainer__image {
    margin-top: 20px;
  }
}

.p-designContainer {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-designContainer {
    margin-top: 50px;
  }
}

.p-designContainer__title {
  transition: opacity .8s;
  opacity: 0;
}

.p-designContainer__title.js-fadeIn {
  opacity: 1;
}

.p-designContainer__lead {
  margin-top: 35px;
  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-designContainer__lead {
    margin-top: 20px;
  }
}

.js-fadeIn + .p-designContainer__lead {
  opacity: 1;
}

.p-designContainer__contents {
  margin-top: 85px;
}

@media screen and (max-width: 767px) {
  .p-designContainer__contents {
    margin-top: 15px;
  }
}

.p-hayawakariDesign {
  display: flex;
  padding: 5px 10px;
  flex-wrap: wrap;
  background: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-hayawakariDesign {
    border-radius: 10px;
  }
}

.p-hayawakariDesign.js-fadeIn {
  opacity: 1;
}

.p-hayawakariDesign__item {
  width: 50%;
  padding: 40px 30px;
  box-sizing: border-box;
  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-hayawakariDesign__item {
    width: 100%;
    padding: 15px 0 20px;
  }
}

.p-hayawakariDesign__item.js-fadeIn {
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .p-hayawakariDesign__item__image {
    text-align: center;
  }
}

.p-hayawakariDesign__item__title {
  font-size: 114.28571%;
  line-height: 175%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-hayawakariDesign__item__title {
    font-size: 100%;
    line-height: 172%;
  }
}

.p-hayawakariDesign__item__text {
  margin-top: 0;
  font-size: 100%;
  line-height: 172%;
}

@media screen and (max-width: 767px) {
  .p-hayawakariDesign__item__text {
    margin-top: 5px;
    font-size: 85.71429%;
    line-height: 150%;
  }
}

.p-hayawakariDesign__item__link {
  margin-top: 12px;
}

@media screen and (max-width: 767px) {
  .p-hayawakariDesign__item__link {
    text-align: right;
  }
}

.p-hayawakariDesign__item__link .c-linkList--red a {
  padding-left: 18px;
  font-size: 100%;
  line-height: 172%;
}

@media screen and (max-width: 767px) {
  .p-hayawakariDesign__item__link .c-linkList--red a {
    padding-left: 20px;
    font-size: 85.71429%;
    line-height: 150%;
  }
}

.p-hayawakariDesign__item__link .c-linkList--red a:before {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .p-hayawakariDesign__item__link .c-linkList--red a:before {
    top: 4px;
    font-size: 12px;
  }
}

.p-baseContainer {
  margin-top: 155px;
  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-baseContainer {
    margin-top: 80px;
  }
}

.p-baseContainer.js-fadeIn {
  opacity: 1;
}

.p-baseContainer__text {
  margin-top: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-baseContainer__text {
    margin-top: 20px;
  }
}

.p-baseContainer__images {
  display: flex;
  margin-top: 118px;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .p-baseContainer__images {
    margin-top: 25px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .p-baseContainer__images picture {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .p-baseContainer__images picture + picture {
    margin-top: 48px;
  }
}

.p-baseContainer__images__left {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-baseContainer__images__left {
    width: 100%;
    text-align: center;
  }
}

.p-baseContainer__images__right {
  width: 50%;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .p-baseContainer__images__right {
    width: 100%;
    margin-top: 35px;
    text-align: center;
  }
}

.p-baseContainer__images__link {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-baseContainer__images__link {
    margin-top: 10px;
    text-align: right;
  }
}

.p-baseContainer__images__link .c-linkList--red li a {
  padding-left: 15px;
}

@media screen and (max-width: 767px) {
  .p-baseContainer__images__link .c-linkList--red li a {
    padding-left: 12px;
    font-size: 85.71429%;
    line-height: 150%;
  }
}

.p-baseContainer__images__link .c-linkList--red li a:before {
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .p-baseContainer__images__link .c-linkList--red li a:before {
    top: 3px;
    font-size: 12px;
  }
}

.p-globalSection {
  padding: 50px 20px 60px;
}

@media screen and (max-width: 767px) {
  .p-globalSection {
    padding-top: 35px;
    padding-bottom: 30px;
  }
}

.p-globalSection__title {
  transition: opacity .8s;
  opacity: 0;
}

.p-globalSection__title.js-fadeIn {
  opacity: 1;
}

.js-fadeIn + .p-globalSection__item .p-exportContainer {
  opacity: 1;
}

.p-exportContainer {
  margin-top: 50px;
  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-exportContainer {
    margin-top: 30px;
  }
}

.p-exporContainer__text {
  max-width: 700px;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .p-exporContainer__text {
    margin-top: 20px;
  }
}

.p-exporContainer__image {
  margin-top: 35px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-exporContainer__image {
    margin-top: 10px;
  }
}


.p-exporContainer__image__top {
  display: flex;
  max-width: 700px;
  margin: auto;
  position: relative;
  justify-content: space-between;
  z-index: 1;
}

.p-exporContainer__image__top .p-imageColumn {
  margin: 0 -10px;
  flex-wrap: nowrap;
}

@media screen and (max-width: 767px) {
  .p-exporContainer__image__top .p-imageColumn {
    margin-right: -7px;
    margin-left: -8px;
  }
}

.p-exporContainer__image__top .p-imageColumn__item {
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .p-exporContainer__image__top .p-imageColumn__item {
    padding-right: 7px;
    padding-left: 8px;
  }
}

.p-exporContainer__image__bottom {
  margin-top: 10px;
  box-sizing: border-box;
  text-align: center;
}

.p-furtherContainer {
  margin-top: 70px;
  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-furtherContainer {
    margin-top: 40px;
  }
}

.p-furtherContainer.js-fadeIn {
  opacity: 1;
}

.p-furtherContainer__lead {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .p-furtherContainer__lead {
    margin-top: 20px;
  }
}

.p-furtherContainer__contents {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-furtherContainer__contents {
    margin-top: 20px;
  }
}

.p-exhibitionContainer {
  margin-top: 145px;
  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-exhibitionContainer {
    margin-top: 80px;
  }
}

.p-exhibitionContainer.js-fadeIn {
  opacity: 1;
}

.p-exhibitionContainer__lead {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .p-exhibitionContainer__lead {
    margin-top: 20px;
  }
}

.p-exhibitioContainer__contents {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .p-exhibitioContainer__contents {
    margin-top: 20px;
  }
}

.p-socialSection {
  padding: 50px 20px 90px;
}

@media screen and (max-width: 767px) {
  .p-socialSection {
    padding-top: 35px;
    padding-bottom: 50px;
  }
}

.p-socialSection__title {
  transition: opacity .8s;
  opacity: 0;
}

.p-socialSection__title.js-fadeIn {
  opacity: 1;
}

.js-fadeIn + .p-socialSection__item .p-environmentContainer__title,
.js-fadeIn + .p-socialSection__item .p-environmentContainer__subTitle,
.js-fadeIn + .p-socialSection__item .p-environmentContainer__text {
  opacity: 1;
}

.p-environmentContainer {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .p-environmentContainer {
    margin-top: 25px;
  }
}

.p-environmentContainer__title {
  transition: opacity .8s;
  opacity: 0;
}

.p-environmentContainer__subTitle {
  margin: 35px 0 0;
  padding: 0;
  border: none;
  color: #1e86d5;
  font-size: 185.71429%;
  line-height: 139%;
  text-align: center;
  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-environmentContainer__subTitle {
    margin-top: 20px;
    font-size: 128.57143%;
    line-height: 123%;
  }
}

.p-environmentContainer__text {
  margin-top: 35px;
  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-environmentContainer__text {
    margin-top: 20px;
  }
}

.p-environmentContainer__image {
  margin-top: 50px;
  text-align: center;
  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-environmentContainer__image {
    margin-top: 25px;
  }
}

.p-environmentContainer__image.js-fadeIn {
  opacity: 1;
}

.js-fadeIn + .p-environmentContainer__link {
  opacity: 1;
}

.p-environmentContainer__link {
  margin-top: 25px;
  text-align: center;
  transition: opacity .8s;
  opacity: 0;
}

.p-environmentContainer__link .p-hayawakariLink {
  padding: 6px 47px;
}

@media screen and (max-width: 767px) {
  .p-environmentContainer__link .p-hayawakariLink {
    padding: 2px 20px;
  }
}

.p-communicationContainer {
  margin-top: 150px;
  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-communicationContainer {
    margin-top: 80px;
  }
}

.p-communicationContainer.js-fadeIn {
  opacity: 1;
}

.p-communicationContainer__lead {
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .p-communicationContainer__lead {
    margin-top: 20px;
  }
}

.p-communicationContainer__contents {
  margin-top: 70px;
}

@media screen and (max-width: 767px) {
  .p-communicationContainer__contents {
    margin-top: 20px;
  }
}

.p-contestContainer {
  margin-top: 60px;
  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-contestContainer {
    margin-top: 50px;
  }
}

.p-contestContainer.js-fadeIn {
  opacity: 1;
}

.p-contestContainer__contents {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .p-contestContainer__contents {
    margin-top: 25px;
  }
}

.p-hayawakariLink {
  display: inline-block;
  min-width: 200px;
  padding: 6px 20px;
  background: #e50038;
  border-radius: 34px;
  box-sizing: border-box;
  color: #fff;
  font-size: 128.57143%;
  line-height: 156%;
  text-align: center;
  text-decoration: none;
  transition: opacity .5s;
}

@media screen and (max-width: 767px) {
  .p-hayawakariLink {
    min-width: 150px;
    padding: 2px 20px;
    font-size: 85.71429%;
    line-height: 200%;
  }
}

@media screen and (max-width: 425px) {
  .p-hayawakariLink {
    min-width: 130px;
  }
}

.p-hayawakariLink:hover {
  color: #fff;
  opacity: .7;
}

.p-hayawakariGraphs {
  transition: opacity .8s;
  opacity: 0;
}

.p-hayawakariGraphs.js-fadeIn {
  opacity: 1;
}

.p-hayawakariGraphs {
  display: flex;
  flex-wrap: wrap;
}

.p-hayawakariGraphs--share {
  display: flex;
  flex-wrap: wrap;
  width: 70%;
  margin: auto;
}

.p-hayawakariGraphs + .p-hayawakariLink,
.p-hayawakariGraphs--share + .p-hayawakariLink {
  margin-top: 48px;
}

.p-hayawakariGraphs--share {
  transition: opacity .8s;
  opacity: 0;
}

.p-hayawakariGraphs--share .p-hayawakariGraphs__item__graph {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs--share .p-hayawakariGraphs__item__graph {
    width: auto;
    margin: 15px auto 0;
  }
}

.p-hayawakariGraphs--share.js-fadeIn {
  opacity: 1;
}

.p-hayawakariGraphs__note {
  width: 100%;
  font-size: 100%;
  line-height: 143%;
  text-align: right;
}

.p-hayawakariGraphs__item,
.p-hayawakariGraphs__item--border {
  width: 50%;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item,
  .p-hayawakariGraphs__item--border {
    width: 100%;
    border: none;
  }
}

.p-hayawakariGraphs__item {
  padding-top: 35px;
  transition: opacity .8s;
  opacity: 0;
}

.p-hayawakariGraphs__item:nth-of-type(1) {
  padding-right: 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item:nth-of-type(1) {
    padding-right: 0;
  }
}

.p-hayawakariGraphs__item:nth-of-type(2) {
  padding-left: 20px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item:nth-of-type(2) {
    padding-left: 0;
  }
}

.p-hayawakariGraphs__item:nth-of-type(3) {
  padding-top: 20px;
  padding-right: 20px;
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item:nth-of-type(3) {
    padding-top: 45px;
    padding-right: 0;
  }
}

.p-hayawakariGraphs__item:nth-of-type(4) {
  padding-top: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item:nth-of-type(4) {
    padding-top: 45px;
    padding-left: 0;
  }
}

.p-hayawakariGraphs__item.js-fadeIn {
  opacity: 1;
}

.p-hayawakariGraphs__item--border {
  margin-top: 10px;
  padding-top: 5px;
  padding-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item--border {
    padding-bottom: 35px;
  }
}

.p-hayawakariGraphs__item--border:nth-of-type(1) {
  padding-right: 45px;
  /*border-right: 1px solid #d9dfe0;*/
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item--border:nth-of-type(1) {
    padding-right: 0;
    border: none;
  }
}

.p-hayawakariGraphs__item--border:nth-of-type(2) {
  padding-left: 45px;
  /*border-left: 1px solid #d9dfe0;*/
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item--border:nth-of-type(2) {
    padding-left: 0;
    border: none;
  }
}

.p-hayawakariGraphs__item--border:nth-of-type(3) {
  margin-top: 0;
  padding-top: 0;
  padding-right: 45px;
  padding-bottom: 10px;
  /*border-right: 1px solid #d9dfe0;*/
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item--border:nth-of-type(3) {
    padding-top: 20px;
    padding-right: 0;
    border: none;
  }
}

.p-hayawakariGraphs__item--border:nth-of-type(4) {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 10px;
  padding-left: 45px;
  /*border-left: 1px solid #d9dfe0;*/
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item--border:nth-of-type(4) {
    padding-top: 35px;
    padding-left: 0;
    border: none;
  }
}

.p-hayawakariGraphs__item--border:nth-of-type(3).js-fadeIn, .p-hayawakariGraphs__item--border:nth-of-type(4).js-fadeIn {
  /*border-top: 2px solid #d9dfe0;*/
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item--border:nth-of-type(3).js-fadeIn, .p-hayawakariGraphs__item--border:nth-of-type(4).js-fadeIn {
    border: none;
  }
}

.p-hayawakariGraphs__item--border * {
  transition: opacity .8s;
  opacity: 0;
}

.p-hayawakariGraphs__item--border.js-fadeIn * {
  opacity: 1;
}

.p-hayawakariGraphs__item__title--blue,
.p-hayawakariGraphs__item__title--green,
.p-hayawakariGraphs__item__title--yellow,
.p-hayawakariGraphs__item__title--purple {
  margin-bottom: 0;
  padding-bottom: 0;
  border: none;
  font-size: 235.71429%;
  line-height: 131%;
  font-weight: 500;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item__title--blue,
  .p-hayawakariGraphs__item__title--green,
  .p-hayawakariGraphs__item__title--yellow,
  .p-hayawakariGraphs__item__title--purple {
    font-size: 135.71429%;
    line-height: 158%;
    font-weight: 500;
  }
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs--share .p-hayawakariGraphs__item__title--blue, .p-hayawakariGraphs--share
  .p-hayawakariGraphs__item__title--green, .p-hayawakariGraphs--share
  .p-hayawakariGraphs__item__title--yellow, .p-hayawakariGraphs--share
  .p-hayawakariGraphs__item__title--purple {
    font-size: 142.85714%;
    line-height: 120%;
  }
}

.p-hayawakariGraphs__item__title--blue {
  color: #bf0000;
}

.p-hayawakariGraphs__item__title--green {
  color: #ff0000;
}

.p-hayawakariGraphs__item__title--yellow {
  color: #00aff0;
}

.p-hayawakariGraphs__item__title--purple {
  color: #00cc00;
}

.p-hayawakariGraphs__item__graph {
  /*margin-top: 35px;*/
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item__graph {
    margin-top: 12px;
  }
}

.p-hayawakariGraphs__item__text {
  /*margin-top: 50px;*/
  font-size: 114.28571%;
  line-height: 188%;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item__text {
    margin-top: 25px;
    font-size: 100%;
    line-height: 172%;
  }
}

@media screen and (max-width: 425px) {
  .p-hayawakariGraphs__item__text {
    margin-top: 10px;
  }
}

.p-hayawakariGraphs__item__image {
  margin-top: 40px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item__image {
    margin-top: 30px;
  }
}

@media screen and (max-width: 425px) {
  .p-hayawakariGraphs__item__image {
    margin-top: 10px;
  }
}

* + .p-hayawakariGraphs__item__link {
  margin-top: 10px;
}

.p-hayawakariGraphs__item__link .c-linkList--red li a {
  padding-left: 18px;
  font-size: 114.28571%;
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item__link .c-linkList--red li a {
    padding-left: 10px;
    font-size: 85.71429%;
  }
}

.p-hayawakariGraphs__item__link .c-linkList--red li a:before {
  top: 5px;
}

@media screen and (max-width: 767px) {
  .p-hayawakariGraphs__item__link .c-linkList--red li a:before {
    font-size: 12px;
  }
}

.p-hayawakariGraphs__item__company {
  display: flex;
  margin-top: 16px;
}

.p-hayawakariGraphs__item__company dt {
  padding-right: 20px;
}

.p-hayawakariGraphs__item__company dd {
  text-align: left;
}

.p-hayawakariGraphs__item__company dd ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.p-hayawakariGraphs__item__company .c-linkList--red li + li {
  margin-top: 2px;
}

.p-hayawakariGraphs__item__company .c-linkList--red a {
  padding-left: 18px;
}

.p-hayawakariGraphs__item__company .c-linkList--red a:before {
  top: 4px;
  font-size: 12px;
}

.p-imageColumn {
  display: flex;
  margin: 0 -19px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-imageColumn {
    margin: -10px -7px -10px -8px;
  }
}

.p-imageColumn__item {
  width: 33.3%;
  padding: 0 19px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-imageColumn__item {
    width: 50%;
    padding: 10px 7px 10px 8px;
  }
}

.p-imageColumn__item__text {
  font-size: 114.28571%;
  line-height: 150%;
}

@media screen and (max-width: 767px) {
  .p-imageColumn__item__text {
    font-size: 85.71429%;
    line-height: 150%;
  }
}

.p-imageColumn2 {
  display: flex;
  margin: 0 -15px;
}

@media screen and (max-width: 767px) {
  .p-imageColumn2 {
    margin: 0 -8px;
  }
}

.p-imageColumn2__item {
  width: 50%;
  padding: 0 15px;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .p-imageColumn2__item {
    padding: 0 8px;
  }
}

.p-imageColumn2__item__link {
  display: block;
  text-decoration: none;
  transition: opacity .5s;
}

.p-imageColumn2__item__link:hover {
  opacity: .7;
}

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

.p-imageColumn2__item__image img {
  max-width: 100%;
  height: auto;
}

.p-imageColumn2__item__caption {
  margin-top: 5px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .p-imageColumn2__item__caption {
    font-size: 78.57143%;
    line-height: 155%;
  }
}

.p-hayawakariCol2 {
  display: flex;
  margin: -65px -20px;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .p-hayawakariCol2 {
    margin: -38px -7px -38px -8px;
  }
}

.p-hayawakariCol2__item {
  width: 50%;
  padding: 65px 30px;
  box-sizing: border-box;
  transition: opacity .8s;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .p-hayawakariCol2__item {
    padding: 38px 7px 38px 8px;
  }
}

.p-hayawakariCol2__item.js-fadeIn {
  opacity: 1;
}

.p-hayawakariCol2__item__ttl {
  color: #1e86d5;
  font-size: 235.71429%;
  line-height: 110%;
  text-align: center;
}

.p-hayawakariCol2__item__ttl:before {
  content: none;
}

.p-hayawakariGlobalMap {
  position: relative;
}

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

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

.p-hayawakariCard__title {
  margin-top: 20px;
  font-size: 150%;
  line-height: 172%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .p-hayawakariCard__title {
    margin-top: 18px;
    font-size: 100%;
    line-height: 143%;
  }
}

.p-hayawakariCard__text {
  margin-top: 12px;
  font-size: 114.28571%;
  line-height: 188%;
}

@media screen and (max-width: 767px) {
  .p-hayawakariCard__text {
    font-size: 85.71429%;
    line-height: 150%;
  }
}

.p-hayawakariCard__link {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .p-hayawakariCard__link {
    margin-top: 8px;
  }
}

.p-hayawakariCard__link .c-linkList--red li a {
  font-size: 114.28571%;
  line-height: 163%;
}

@media screen and (max-width: 767px) {
  .p-hayawakariCard__link .c-linkList--red li a {
    padding-left: 15px;
    font-size: 85.71429%;
    line-height: 150%;
  }
}

.p-hayawakariCard__link .c-linkList--red li a:before {
  top: 6px;
  font-size: 14px;
}

@media screen and (max-width: 767px) {
  .p-hayawakariCard__link .c-linkList--red li a:before {
    top: 3px;
    font-size: 12px;
  }
}

.p-hayawakariBottom__body {
  height: 233px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-hayawakariBottom__body {
    height: 160px;
  }
}

.p-hayawakariBottom__body img {
  width: 357px;
  margin: auto;
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  transition: top .8s;
}

@media screen and (max-width: 767px) {
  .p-hayawakariBottom__body img {
    width: 240px;
  }
}

.p-hayawakariBottom__body img.js-slideUp {
  top: -185px;
}

@media screen and (max-width: 767px) {
  .p-hayawakariBottom__body img.js-slideUp {
    top: -128px;
  }
}

.p-introSection,
.p-companySection__item--sales,
.p-companySection__item--group,
.p-companySection__item--employee,
.p-diversitySection__item,
.p-technologyContainer,
.p-businessSection__title,
.p-advantageSection__title {
  transition: opacity .8s;
  opacity: 0;
}

.p-introSection.js-fadeIn,
.p-companySection__item--sales.js-fadeIn,
.p-companySection__item--group.js-fadeIn,
.p-companySection__item--employee.js-fadeIn,
.p-diversitySection__item.js-fadeIn,
.p-technologyContainer.js-fadeIn,
.p-businessSection__title.js-fadeIn,
.p-advantageSection__title.js-fadeIn {
  opacity: 1;
}

.p-hayawakariBnr {
  margin-top: 35px;
}

* + .p-hayawakariBnr {
  margin-top: 60px;
}

@media screen and (max-width: 767px) {
  * + .p-hayawakariBnr {
    margin-top: 55px;
  }
}

.p-hayawakariBnr__body__link {
  display: block;
  position: relative;
  text-align: center;
  background: #ebfbff;
  transition: opacity .5s;
}

@media screen and (min-width: 1000px) {
  .p-hayawakariBnr__body__link {
    padding-top: 300px;
    box-sizing: border-box;
  }
}

.p-hayawakariBnr__body__link:hover {
  opacity: .7;
}

.p-hayawakariBnr__body__link img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 1000px) {
  .p-hayawakariBnr__body__link img {
    display: inline-block;
    width: 1200px;
    max-width: none;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
}

.l-main__middle--hayawakari .c-frame .c-frame__body {
  display: flex;
  padding: 32px 55px;
  background: #fff;
  border: 2px solid #b9c9e1;
  border-radius: 20px;
}

@media screen and (max-width: 767px) {
  .l-main__middle--hayawakari .c-frame .c-frame__body {
    padding: 23px 20px 24px;
    border-radius: 10px;
  }
}

.l-main__middle--hayawakari .c-frame__body__left {
  width: 74.4%;
  padding-right: 8.6%;
}

@media screen and (max-width: 767px) {
  .l-main__middle--hayawakari .c-frame__body__left {
    width: calc(100% - 90px);
    padding-right: 7px;
  }
}

@media screen and (max-width: 767px) {
  .l-main__middle--hayawakari .c-frame__body__right {
    width: 83px;
  }
}

.l-main__middle--hayawakari .c-frame__title {
  font-size: 157.14286%;
  line-height: 164%;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .l-main__middle--hayawakari .c-frame__title {
    font-size: 100%;
    line-height: 172%;
  }
}

.l-main__middle--hayawakari .c-frame__text {
  font-size: 114.28571%;
  line-height: 163%;
}

@media screen and (max-width: 767px) {
  .l-main__middle--hayawakari .c-frame__text {
    margin-top: 12px;
    font-size: 100%;
    line-height: 172%;
  }
}

* + .l-main__middle--hayawakari .c-frame__link {
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  * + .l-main__middle--hayawakari .c-frame__link {
    margin-top: 5px;
  }
}

/* ***************************
telLink
*************************** */
.p-telLink {
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .p-telLink {
    pointer-events: none;
  }
}

/* ---------------------------
pc sp
--------------------------- */
@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}

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

/* ***************************
width
*************************** */
.u-w0 {
  width: 0;
}

.u-w5 {
  width: 5px;
}

.u-w10 {
  width: 10px;
}

.u-w15 {
  width: 15px;
}

.u-w20 {
  width: 20px;
}

.u-w25 {
  width: 25px;
}

.u-w30 {
  width: 30px;
}

.u-w35 {
  width: 35px;
}

.u-w40 {
  width: 40px;
}

.u-w45 {
  width: 45px;
}

.u-w50 {
  width: 50px;
}

.u-w55 {
  width: 55px;
}

.u-w60 {
  width: 60px;
}

.u-w65 {
  width: 65px;
}

.u-w70 {
  width: 70px;
}

.u-w75 {
  width: 75px;
}

.u-w80 {
  width: 80px;
}

.u-w85 {
  width: 85px;
}

.u-w90 {
  width: 90px;
}

.u-w95 {
  width: 95px;
}

.u-w100 {
  width: 100px;
}

.u-w105 {
  width: 105px;
}

.u-w110 {
  width: 110px;
}

.u-w115 {
  width: 115px;
}

.u-w120 {
  width: 120px;
}

.u-w125 {
  width: 125px;
}

.u-w130 {
  width: 130px;
}

.u-w135 {
  width: 135px;
}

.u-w140 {
  width: 140px;
}

.u-w145 {
  width: 145px;
}

.u-w150 {
  width: 150px;
}

.u-w155 {
  width: 155px;
}

.u-w160 {
  width: 160px;
}

.u-w165 {
  width: 165px;
}

.u-w170 {
  width: 170px;
}

.u-w175 {
  width: 175px;
}

.u-w180 {
  width: 180px;
}

.u-w185 {
  width: 185px;
}

.u-w190 {
  width: 190px;
}

.u-w195 {
  width: 195px;
}

.u-w200 {
  width: 200px;
}

.u-w205 {
  width: 205px;
}

.u-w210 {
  width: 210px;
}

.u-w215 {
  width: 215px;
}

.u-w220 {
  width: 220px;
}

.u-w225 {
  width: 225px;
}

.u-w230 {
  width: 230px;
}

.u-w235 {
  width: 235px;
}

.u-w240 {
  width: 240px;
}

.u-w245 {
  width: 245px;
}

.u-w250 {
  width: 250px;
}

.u-w255 {
  width: 255px;
}

.u-w260 {
  width: 260px;
}

.u-w265 {
  width: 265px;
}

.u-w270 {
  width: 270px;
}

.u-w275 {
  width: 275px;
}

.u-w280 {
  width: 280px;
}

.u-w285 {
  width: 285px;
}

.u-w290 {
  width: 290px;
}

.u-w295 {
  width: 295px;
}

.u-w300 {
  width: 300px;
}

.u-w305 {
  width: 305px;
}

.u-w310 {
  width: 310px;
}

.u-w315 {
  width: 315px;
}

.u-w320 {
  width: 320px;
}

.u-w325 {
  width: 325px;
}

.u-w330 {
  width: 330px;
}

.u-w335 {
  width: 335px;
}

.u-w340 {
  width: 340px;
}

.u-w345 {
  width: 345px;
}

.u-w350 {
  width: 350px;
}

.u-w355 {
  width: 355px;
}

.u-w360 {
  width: 360px;
}

.u-w365 {
  width: 365px;
}

.u-w370 {
  width: 370px;
}

.u-w375 {
  width: 375px;
}

.u-w380 {
  width: 380px;
}

.u-w385 {
  width: 385px;
}

.u-w390 {
  width: 390px;
}

.u-w395 {
  width: 395px;
}

.u-w400 {
  width: 400px;
}

.u-w405 {
  width: 405px;
}

.u-w410 {
  width: 410px;
}

.u-w415 {
  width: 415px;
}

.u-w420 {
  width: 420px;
}

.u-w425 {
  width: 425px;
}

.u-w430 {
  width: 430px;
}

.u-w435 {
  width: 435px;
}

.u-w440 {
  width: 440px;
}

.u-w445 {
  width: 445px;
}

.u-w450 {
  width: 450px;
}

.u-w455 {
  width: 455px;
}

.u-w460 {
  width: 460px;
}

.u-w465 {
  width: 465px;
}

.u-w470 {
  width: 470px;
}

.u-w475 {
  width: 475px;
}

.u-w480 {
  width: 480px;
}

.u-w485 {
  width: 485px;
}

.u-w490 {
  width: 490px;
}

.u-w495 {
  width: 495px;
}

.u-w500 {
  width: 500px;
}

.u-w505 {
  width: 505px;
}

.u-w510 {
  width: 510px;
}

.u-w515 {
  width: 515px;
}

.u-w520 {
  width: 520px;
}

.u-w525 {
  width: 525px;
}

.u-w530 {
  width: 530px;
}

.u-w535 {
  width: 535px;
}

.u-w540 {
  width: 540px;
}

.u-w545 {
  width: 545px;
}

.u-w550 {
  width: 550px;
}

.u-w555 {
  width: 555px;
}

.u-w560 {
  width: 560px;
}

.u-w565 {
  width: 565px;
}

.u-w570 {
  width: 570px;
}

.u-w575 {
  width: 575px;
}

.u-w580 {
  width: 580px;
}

.u-w585 {
  width: 585px;
}

.u-w590 {
  width: 590px;
}

.u-w595 {
  width: 595px;
}

.u-w600 {
  width: 600px;
}

.u-w605 {
  width: 605px;
}

.u-w610 {
  width: 610px;
}

.u-w615 {
  width: 615px;
}

.u-w620 {
  width: 620px;
}

.u-w625 {
  width: 625px;
}

.u-w630 {
  width: 630px;
}

.u-w635 {
  width: 635px;
}

.u-w640 {
  width: 640px;
}

.u-w645 {
  width: 645px;
}

.u-w650 {
  width: 650px;
}

.u-w655 {
  width: 655px;
}

.u-w660 {
  width: 660px;
}

.u-w665 {
  width: 665px;
}

.u-w670 {
  width: 670px;
}

.u-w675 {
  width: 675px;
}

.u-w680 {
  width: 680px;
}

.u-w685 {
  width: 685px;
}

.u-w690 {
  width: 690px;
}

.u-w695 {
  width: 695px;
}

.u-w700 {
  width: 700px;
}

.u-w705 {
  width: 705px;
}

.u-w710 {
  width: 710px;
}

.u-w715 {
  width: 715px;
}

.u-w720 {
  width: 720px;
}

.u-w725 {
  width: 725px;
}

.u-w730 {
  width: 730px;
}

.u-w735 {
  width: 735px;
}

.u-w740 {
  width: 740px;
}

.u-w745 {
  width: 745px;
}

.u-w750 {
  width: 750px;
}

.u-w755 {
  width: 755px;
}

.u-w760 {
  width: 760px;
}

.u-w765 {
  width: 765px;
}

.u-w770 {
  width: 770px;
}

.u-w775 {
  width: 775px;
}

.u-w780 {
  width: 780px;
}

.u-w785 {
  width: 785px;
}

.u-w790 {
  width: 790px;
}

.u-w795 {
  width: 795px;
}

.u-w800 {
  width: 800px;
}

.u-w805 {
  width: 805px;
}

.u-w810 {
  width: 810px;
}

.u-w815 {
  width: 815px;
}

.u-w820 {
  width: 820px;
}

.u-w825 {
  width: 825px;
}

.u-w830 {
  width: 830px;
}

.u-w835 {
  width: 835px;
}

.u-w840 {
  width: 840px;
}

.u-w845 {
  width: 845px;
}

.u-w850 {
  width: 850px;
}

.u-w855 {
  width: 855px;
}

.u-w860 {
  width: 860px;
}

.u-w865 {
  width: 865px;
}

.u-w870 {
  width: 870px;
}

.u-w875 {
  width: 875px;
}

.u-w880 {
  width: 880px;
}

.u-w885 {
  width: 885px;
}

.u-w890 {
  width: 890px;
}

.u-w895 {
  width: 895px;
}

.u-w900 {
  width: 900px;
}

/*
width(%)
--------------------------- */
.u-w-0p {
  width: 0%;
}

.u-w-5p {
  width: 5%;
}

.u-w-10p {
  width: 10%;
}

.u-w-15p {
  width: 15%;
}

.u-w-20p {
  width: 20%;
}

.u-w-25p {
  width: 25%;
}

.u-w-30p {
  width: 30%;
}

.u-w-35p {
  width: 35%;
}

.u-w-40p {
  width: 40%;
}

.u-w-45p {
  width: 45%;
}

.u-w-50p {
  width: 50%;
}

.u-w-55p {
  width: 55%;
}

.u-w-60p {
  width: 60%;
}

.u-w-65p {
  width: 65%;
}

.u-w-70p {
  width: 70%;
}

.u-w-75p {
  width: 75%;
}

.u-w-80p {
  width: 80%;
}

.u-w-85p {
  width: 85%;
}

.u-w-90p {
  width: 90%;
}

.u-w-95p {
  width: 95%;
}

.u-w-100p {
  width: 100%;
}

/*
width(%) 12分割
--------------------------- */
.u-width0 {
  width: 0%;
}

.u-width1 {
  width: 8.33333%;
}

.u-width2 {
  width: 16.66667%;
}

.u-width3 {
  width: 25%;
}

.u-width4 {
  width: 33.33333%;
}

.u-width5 {
  width: 41.66667%;
}

.u-width6 {
  width: 50%;
}

.u-width7 {
  width: 58.33333%;
}

.u-width8 {
  width: 66.66667%;
}

.u-width9 {
  width: 75%;
}

.u-width10 {
  width: 83.33333%;
}

.u-width11 {
  width: 91.66667%;
}

.u-width12 {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .u-width1 {
    width: 100%;
  }
  .u-width2 {
    width: 100%;
  }
  .u-width3 {
    width: 100%;
  }
  .u-width4 {
    width: 100%;
  }
  .u-width5 {
    width: 100%;
  }
  .u-width6 {
    width: 100%;
  }
  .u-width7 {
    width: 100%;
  }
  .u-width8 {
    width: 100%;
  }
  .u-width9 {
    width: 100%;
  }
  .u-width10 {
    width: 100%;
  }
  .u-width11 {
    width: 100%;
  }
  .u-width12 {
    width: 100%;
  }
}

/* ***************************
text
*************************** */
/* ------------------------
text-align
------------------------ */
.u-alignCenter {
  text-align: center !important;
}

.u-alignLeft {
  text-align: left !important;
}

.u-alignRight {
  text-align: right !important;
}

/* ------------------------
vertical-align
------------------------ */
.u-alignTop {
  vertical-align: top !important;
}

.u-alignMiddle {
  vertical-align: middle !important;
}

.u-alignBottom {
  vertical-align: bottom !important;
}

/* ------------------------
font-weight
------------------------ */
.u-fwNormal {
  font-weight: normal !important;
}

.u-fwBold {
  font-weight: bold !important;
}

/* ------------------------
color
------------------------ */
.u-red {
  color: #f00;
}

/* ***************************
margin
*************************** */
.u-m-auto {
  margin-left: auto;
  margin-right: auto;
}

/* top */
.u-m-t0 {
  margin-top: 0;
}

.u-m-t5 {
  margin-top: 5px;
}

.u-m-t10 {
  margin-top: 10px;
}

.u-m-t15 {
  margin-top: 15px;
}

.u-m-t20 {
  margin-top: 20px;
}

.u-m-t25 {
  margin-top: 25px;
}

.u-m-t30 {
  margin-top: 30px;
}

.u-m-t35 {
  margin-top: 35px;
}

.u-m-t40 {
  margin-top: 40px;
}

.u-m-t45 {
  margin-top: 45px;
}

.u-m-t50 {
  margin-top: 50px;
}

.u-m-t55 {
  margin-top: 55px;
}

.u-m-t60 {
  margin-top: 60px;
}

.u-m-t65 {
  margin-top: 65px;
}

.u-m-t70 {
  margin-top: 70px;
}

.u-m-t75 {
  margin-top: 75px;
}

.u-m-t80 {
  margin-top: 80px;
}

.u-m-t85 {
  margin-top: 85px;
}

.u-m-t90 {
  margin-top: 90px;
}

.u-m-t95 {
  margin-top: 95px;
}

.u-m-t100 {
  margin-top: 100px;
}

/* right */
.u-m-r0 {
  margin-right: 0;
}

.u-m-r5 {
  margin-right: 5px;
}

.u-m-r10 {
  margin-right: 10px;
}

.u-m-r15 {
  margin-right: 15px;
}

.u-m-r20 {
  margin-right: 20px;
}

.u-m-r25 {
  margin-right: 25px;
}

.u-m-r30 {
  margin-right: 30px;
}

.u-m-r35 {
  margin-right: 35px;
}

.u-m-r40 {
  margin-right: 40px;
}

.u-m-r45 {
  margin-right: 45px;
}

.u-m-r50 {
  margin-right: 50px;
}

.u-m-r55 {
  margin-right: 55px;
}

.u-m-r60 {
  margin-right: 60px;
}

.u-m-r65 {
  margin-right: 65px;
}

.u-m-r70 {
  margin-right: 70px;
}

.u-m-r75 {
  margin-right: 75px;
}

.u-m-r80 {
  margin-right: 80px;
}

.u-m-r85 {
  margin-right: 85px;
}

.u-m-r90 {
  margin-right: 90px;
}

.u-m-r95 {
  margin-right: 95px;
}

.u-m-r100 {
  margin-right: 100px;
}

/* bottom */
.u-m-b0 {
  margin-bottom: 0;
}

.u-m-b5 {
  margin-bottom: 5px;
}

.u-m-b10 {
  margin-bottom: 10px;
}

.u-m-b15 {
  margin-bottom: 15px;
}

.u-m-b20 {
  margin-bottom: 20px;
}

.u-m-b25 {
  margin-bottom: 25px;
}

.u-m-b30 {
  margin-bottom: 30px;
}

.u-m-b35 {
  margin-bottom: 35px;
}

.u-m-b40 {
  margin-bottom: 40px;
}

.u-m-b45 {
  margin-bottom: 45px;
}

.u-m-b50 {
  margin-bottom: 50px;
}

.u-m-b55 {
  margin-bottom: 55px;
}

.u-m-b60 {
  margin-bottom: 60px;
}

.u-m-b65 {
  margin-bottom: 65px;
}

.u-m-b70 {
  margin-bottom: 70px;
}

.u-m-b75 {
  margin-bottom: 75px;
}

.u-m-b80 {
  margin-bottom: 80px;
}

.u-m-b85 {
  margin-bottom: 85px;
}

.u-m-b90 {
  margin-bottom: 90px;
}

.u-m-b95 {
  margin-bottom: 95px;
}

.u-m-b100 {
  margin-bottom: 100px;
}

/* left */
.u-m-l0 {
  margin-left: 0;
}

.u-m-l5 {
  margin-left: 5px;
}

.u-m-l10 {
  margin-left: 10px;
}

.u-m-l15 {
  margin-left: 15px;
}

.u-m-l20 {
  margin-left: 20px;
}

.u-m-l25 {
  margin-left: 25px;
}

.u-m-l30 {
  margin-left: 30px;
}

.u-m-l35 {
  margin-left: 35px;
}

.u-m-l40 {
  margin-left: 40px;
}

.u-m-l45 {
  margin-left: 45px;
}

.u-m-l50 {
  margin-left: 50px;
}

.u-m-l55 {
  margin-left: 55px;
}

.u-m-l60 {
  margin-left: 60px;
}

.u-m-l65 {
  margin-left: 65px;
}

.u-m-l70 {
  margin-left: 70px;
}

.u-m-l75 {
  margin-left: 75px;
}

.u-m-l80 {
  margin-left: 80px;
}

.u-m-l85 {
  margin-left: 85px;
}

.u-m-l90 {
  margin-left: 90px;
}

.u-m-l95 {
  margin-left: 95px;
}

.u-m-l100 {
  margin-left: 100px;
}

/* ***************************
padding
*************************** */
/* top */
.u-p-t0 {
  padding-top: 0;
}

.u-p-t5 {
  padding-top: 5px;
}

.u-p-t10 {
  padding-top: 10px;
}

.u-p-t15 {
  padding-top: 15px;
}

.u-p-t20 {
  padding-top: 20px;
}

.u-p-t25 {
  padding-top: 25px;
}

.u-p-t30 {
  padding-top: 30px;
}

.u-p-t35 {
  padding-top: 35px;
}

.u-p-t40 {
  padding-top: 40px;
}

.u-p-t45 {
  padding-top: 45px;
}

.u-p-t50 {
  padding-top: 50px;
}

.u-p-t55 {
  padding-top: 55px;
}

.u-p-t60 {
  padding-top: 60px;
}

.u-p-t65 {
  padding-top: 65px;
}

.u-p-t70 {
  padding-top: 70px;
}

.u-p-t75 {
  padding-top: 75px;
}

.u-p-t80 {
  padding-top: 80px;
}

.u-p-t85 {
  padding-top: 85px;
}

.u-p-t90 {
  padding-top: 90px;
}

.u-p-t95 {
  padding-top: 95px;
}

.u-p-t100 {
  padding-top: 100px;
}

/* right */
.u-p-r0 {
  padding-right: 0;
}

.u-p-r5 {
  padding-right: 5px;
}

.u-p-r10 {
  padding-right: 10px;
}

.u-p-r15 {
  padding-right: 15px;
}

.u-p-r20 {
  padding-right: 20px;
}

.u-p-r25 {
  padding-right: 25px;
}

.u-p-r30 {
  padding-right: 30px;
}

.u-p-r35 {
  padding-right: 35px;
}

.u-p-r40 {
  padding-right: 40px;
}

.u-p-r45 {
  padding-right: 45px;
}

.u-p-r50 {
  padding-right: 50px;
}

.u-p-r55 {
  padding-right: 55px;
}

.u-p-r60 {
  padding-right: 60px;
}

.u-p-r65 {
  padding-right: 65px;
}

.u-p-r70 {
  padding-right: 70px;
}

.u-p-r75 {
  padding-right: 75px;
}

.u-p-r80 {
  padding-right: 80px;
}

.u-p-r85 {
  padding-right: 85px;
}

.u-p-r90 {
  padding-right: 90px;
}

.u-p-r95 {
  padding-right: 95px;
}

.u-p-r100 {
  padding-right: 100px;
}

/* bottom */
.u-p-b0 {
  padding-bottom: 0;
}

.u-p-b5 {
  padding-bottom: 5px;
}

.u-p-b10 {
  padding-bottom: 10px;
}

.u-p-b15 {
  padding-bottom: 15px;
}

.u-p-b20 {
  padding-bottom: 20px;
}

.u-p-b25 {
  padding-bottom: 25px;
}

.u-p-b30 {
  padding-bottom: 30px;
}

.u-p-b35 {
  padding-bottom: 35px;
}

.u-p-b40 {
  padding-bottom: 40px;
}

.u-p-b45 {
  padding-bottom: 45px;
}

.u-p-b50 {
  padding-bottom: 50px;
}

.u-p-b55 {
  padding-bottom: 55px;
}

.u-p-b60 {
  padding-bottom: 60px;
}

.u-p-b65 {
  padding-bottom: 65px;
}

.u-p-b70 {
  padding-bottom: 70px;
}

.u-p-b75 {
  padding-bottom: 75px;
}

.u-p-b80 {
  padding-bottom: 80px;
}

.u-p-b85 {
  padding-bottom: 85px;
}

.u-p-b90 {
  padding-bottom: 90px;
}

.u-p-b95 {
  padding-bottom: 95px;
}

.u-p-b100 {
  padding-bottom: 100px;
}

/* left */
.u-p-l0 {
  padding-left: 0;
}

.u-p-l5 {
  padding-left: 5px;
}

.u-p-l10 {
  padding-left: 10px;
}

.u-p-l15 {
  padding-left: 15px;
}

.u-p-l20 {
  padding-left: 20px;
}

.u-p-l25 {
  padding-left: 25px;
}

.u-p-l30 {
  padding-left: 30px;
}

.u-p-l35 {
  padding-left: 35px;
}

.u-p-l40 {
  padding-left: 40px;
}

.u-p-l45 {
  padding-left: 45px;
}

.u-p-l50 {
  padding-left: 50px;
}

.u-p-l55 {
  padding-left: 55px;
}

.u-p-l60 {
  padding-left: 60px;
}

.u-p-l65 {
  padding-left: 65px;
}

.u-p-l70 {
  padding-left: 70px;
}

.u-p-l75 {
  padding-left: 75px;
}

.u-p-l80 {
  padding-left: 80px;
}

.u-p-l85 {
  padding-left: 85px;
}

.u-p-l90 {
  padding-left: 90px;
}

.u-p-l95 {
  padding-left: 95px;
}

.u-p-l100 {
  padding-left: 100px;
}

/*============================
print
============================*/
@media print {
  .l-header,
  .l-main__middle__side,
  .c-breadCrumb,
  .c-returnTop,
  .l-footer,
  .c-btn__body:after,
  .c-btn__body--wide:after,
  .c-underPageTitle__text:after {
    display: none;
  }
  .l-main {
    padding-top: 0;
  }
  .l-main__middle__main {
    width: 100%;
  }
  .c-pageTitle__title {
    height: auto;
  }
  .c-mainVisual img {
    width: auto;
  }
  .slick-arrow,
  .slick-dots,
  .modaal-close {
    display: none !important;
  }
  .modaal-noscroll {
    position: relative !important;
  }
  .modaal-noscroll .l-base {
    display: none !important;
  }
  .modaal-container {
    box-shadow: none !important;
  }
}

/*============================
sustainability/materiality.html
============================*/
#materiality.p-scrollTable td {
  padding: 11px 10px 10px;
  background: #F2F8F4;
}

#materiality.p-scrollTable .dec {
  height:25px;
  width:25px;
  border-radius:50%;
  line-height:22px;
  text-align:center;
  background: #508060;
  display: inline-block;
  font-size: 20px;
  color: #fff;
  margin-right: 5px;
}

#materiality.p-scrollTable .d-flex {
  display: flex;
  align-items: center;
}

#materiality .btn-more {
  background: #fff;
  padding: 5px 10px;
  border: 1px solid #518061;
  border-radius: 10px;
  text-decoration: none;
}

#materiality .btn-more:hover {
  background: #518061;
  color: #fff;
}

#materiality.p-scrollTable td img {
  width: 40px;
}



/*============================
/company/group.html
============================*/

.c-underPageTitle--h3 {
  margin-top: 10px;
  cursor: pointer;
}

.c-underPageTitle--h3 span {
  position: relative;
  display: block;
}

.c-underPageTitle--h3 span::before, .c-underPageTitle--h3 span::after {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 2px;
  height: 15px;
  background-color: #ccc;
  content: "";
}

.c-underPageTitle--h3 span::before {
  transform: translateY(-50%);
  transition: transform .4s linear;
}

.c-underPageTitle--h3 span::after {
  transform: translateY(-50%) rotate(90deg);
}

.c-underPageTitle--h3.is-open span::before {
  transform: translateY(-50%) rotate(270deg);
  transition: transform .4s linear;
}

@media screen and (max-width: 900px) {
  .p-infoListWrap {
    padding: 0 10px;
  }
}

.p-infoListWrap__item {
  margin-top: 8px;
  padding-bottom: 6px;
  border-bottom: 1px solid #ccc;
}

@media screen and (max-width: 900px) {
  .p-infoList {
    padding: 0;
  }
}

.p-infoList__item__heading {
  max-width: calc(100% - 214px);
}
@media screen and (max-width: 900px) {
  .p-infoList__item__heading {
    width: 100%;
    max-width: 100%;
  }
}

:not([class^=p-infoList__item__label]) + .p-infoList__item__heading {
  margin-left: 104px;
}
@media screen and (max-width: 900px) {
  :not([class^=p-infoList__item__label]) + .p-infoList__item__heading {
    margin-left: 0;
  }
}

.js-accordion + .p-infoList {
  display: none;
  margin-top: 8px;
  margin-bottom: 40px;
}

.c-underPageTitle--h3 {
  margin: 20px;

  font-size: 20px;
  line-height: 120%;
}

@media screen and (max-width: 767px) {
  .c-underPageTitle--h3 {
    margin-top: 8px;
    font-size: 20px;
    line-height: 150%;
  }
}

.c-underPageTitle--h3:before {
  height: 11px;
}

@media screen and (max-width: 767px) {
  .c-underPageTitle--h3:before {
    height: 11px;
  }
}

.g_anchor {
  margin: 10px;
}

.l_clear {
  text-decoration: none;
}

/*============================
20240521 tksadd
============================*/
.sp-only{
    display: none;
}

@media screen and (max-width: 767px){
    .sp-only{
      margin: auto;
      display: block;
    } 
}  

/*--about--hayawakari--*/
.l-main__middle--hayawakari .p-companySection__item--sales .p-categoryLink__list__item--col3 > div {
  min-height: 478px;
}

@media screen and (max-width: 767px){
.l-main__middle--hayawakari .p-companySection__item--sales .p-categoryLink__list__item--col3 > div {
  min-height: inherit;
}
}

.l-main__middle--hayawakari .p-companySection__item--sales .p-companySection__item__link {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

@media screen and (max-width: 767px){
.l-main__middle--hayawakari .p-companySection__item--sales .p-companySection__item__link {
  position: relative;
}
}

.l-main__middle--hayawakari .p-hayawakariGraphs__item .c-linkList--red {
  text-align: center;
}