@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
html,
body {
  height: 100%;
}

*,
*:after,
*:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

pre,
textarea {
  overflow: auto;
}

[hidden],
audio:not([controls]),
template {
  display: none;
}

details,
main,
summary {
  display: block;
}

input[type=number] {
  width: auto;
}

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

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

progress {
  display: inline-block;
}

small {
  font-size: 75%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

textarea {
  resize: vertical;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border: 0; 
  max-width: 100%;
  height: auto;
}

button,
input,
select,
textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer; 

  -webkit-appearance: button;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

input {
  line-height: normal;
}

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

ol,
ul {
  list-style: none;
}

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

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

fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
html {
  font-size: 14px;
}

body {
  background-color: #fff;
  word-wrap: break-word; 
  color: #333;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  line-height: 1.6875;

  -webkit-font-smoothing: antialiased;
          font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

a {
  text-decoration: none; 
  color: #00f;
}
a:visited {
  color: #000080;
}
a:hover {
  text-decoration: none; 
  color: #f00;
}
a:active {
  text-decoration: none; 
  color: #ff8000;
}
a[href^="tel:"]:hover {
  color: #00f;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 767.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1024px) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visible-sm {
  display: none !important;
}
@media screen and (max-width: 768px) {
  .u-visible-sm {
    display: block !important;
  }
}

.u-hidden-sm {
  display: block !important;
}
@media screen and (max-width: 768px) {
  .u-hidden-sm {
    display: none !important;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------
  Components
------------------------ */
/* ------------------------
  Common
------------------------ */
body {
  background-color: #f2f5f7; 
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 769px) {
  body {
    overflow-x: hidden;
    min-width: 980px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.73333vw;
  }
}

.l-main {
  overflow: hidden; 
  position: relative;
  width: 100%;
}

.l-inner {
  position: relative;
  margin: 0 auto;
  padding: 0 20px; 
  width: 100%;
  max-width: 1020px;
}
@media screen and (max-width: 768px) {
  .l-inner {
    padding: 0;
  }
}

.l-section {
  position: relative;
}

.u-accentColor {
  color: #e60012;
}

/* --------------------------------
  header
-------------------------------- */
.p-header {
  position: fixed;
  z-index: 20;
  top: 0;
  width: 100%;
  height: 86px;
  background-color: #fff;
  -webkit-box-shadow: #1f292e 0 0 5px;
          box-shadow: #1f292e 0 0 5px;
}
@media screen and (max-width: 768px) {
  .p-header {
    height: 11.46667vw;
  }
}
.p-header .p-header_logo {
  display: inline-block;
  margin: 10px 30px; 
  width: 190px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .p-header .p-header_logo {
    margin: 1.46667vw 2.93333vw; 
    width: 25.33333vw;
    height: 8vw;
  }
}
.p-header .p-header_catchcopy {
  display: inline-block;
  position: absolute;
  right: 110px;
  bottom: 10px;
  width: 290px;
  height: 60px;
}
@media screen and (max-width: 768px) {
  .p-header .p-header_catchcopy {
    right: 15.33333vw;
    bottom: 1.33333vw; 
    width: 38.66667vw;
    height: 8vw;
  }
}
.p-header .p-header_catchcopy img {
  padding-top: 20px;
}
@media screen and (max-width: 768px) {
  .p-header .p-header_catchcopy img {
    padding: 0;
    vertical-align: sub;
    line-height: normal;
  }
}

.p-header_menu {
  position: absolute;
  right: 0;
  border: none; 
  width: 86px;
  height: 86px;
  background-color: #221815;
}
@media screen and (max-width: 768px) {
  .p-header_menu {
    width: 11.46667vw;
    height: 11.46667vw;
  }
}
.p-header_menu .icon {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-header_menu .icon i {
  display: block;
  margin: 10px 0;
  width: 28px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-header_menu .icon i {
    margin: 1.33333vw; 
    width: 3.73333vw;
  }
}
.p-header_menu .icon i:last-child {
  width: 21px;
}
@media screen and (max-width: 768px) {
  .p-header_menu .icon i:last-child {
    width: 2.8vw;
  }
}

.p-drawer {
  position: fixed;
  z-index: 200;
  top: 0;
  right: 0;
  min-width: 570px;
  min-height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); 
  -webkit-transform: translate(100%, 0); 
      -ms-transform: translate(100%, 0); 
          transform: translate(100%, 0);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-drawer {
    min-width: calc(88% + 2px);
  }
}
.p-drawer .p-drawer_container {
  overflow-y: scroll;
  margin: 0 auto;
  padding: 44px 0;
  width: 370px;
  height: 980px;

  -ms-overflow-style: none;
  /* IE, Edge */
  scrollbar-width: none;
  /* Firefox */
}
.p-drawer .p-drawer_container::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-drawer .p-drawer_container {
    padding: 0 10%;
    width: unset;
    max-width: 100%;

    -ms-overflow-style: scrollbar;
    /* IE, Edge 対応 */
    scrollbar-width: auto;
    /* Firefox 対応 */
  }
}
@media all and (min-height: 880px) {
  .p-drawer .p-drawer_container {
    overflow-y: unset;
  }
}
.p-drawer .p-drawer_content {
  height: 85rem;
}
@media screen and (max-width: 768px) {
  .p-drawer .p-drawer_content {
    padding: 14px 0;
  }
}
.p-drawer .p-drawer_content .p-drawer_list {
  padding-bottom: 15px;
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  .p-drawer .p-drawer_content .p-drawer_list {
    font-size: 4vw;
  }
}
.p-drawer .p-drawer_content .p-drawer_list .p-drawer_item {
  padding: 16px 0;
}
@media screen and (max-width: 768px) {
  .p-drawer .p-drawer_content .p-drawer_list .p-drawer_item {
    padding: 13px 0;
  }
}
.p-drawer .p-drawer_content .p-drawer_list .p-drawer_item :last-child {
  padding-bottom: 0;
}
.p-drawer .p-drawer_content .p-drawer_list .p-drawer_item:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}
.p-drawer .p-drawer_content .p-drawer_list .p-drawer_item a {
  display: inline-block;
  width: 100%;
  height: 100%;
  -webkit-transition: color cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s;
  transition: color cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s; 
  letter-spacing: 1px;
  color: #1f292e;
  font-weight: 600;
}
.p-drawer .p-drawer_content .p-drawer_list .p-drawer_item a:hover {
  -webkit-transition: color cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s;
  transition: color cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s; 
  color: #d8281c;
}
@media screen and (max-width: 768px) {
  .p-drawer .p-drawer_content .p-drawer_list .p-drawer_item a {
    font-size: 4vw;
  }
}
.p-drawer .p-drawer_content .p-drawer_list .p-drawer_item .p-drawer_activity {
  display: inline-block;
  padding-bottom: 20px;
}
.p-drawer .p-drawer_content .p-drawer_list .p-drawer_subCategorys {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px; 

  -webkit-box-orient: horizontal; 

  -webkit-box-direction: normal; 

      -ms-flex-flow: row; 

          flex-flow: row;
}
.p-drawer .p-drawer_content .p-drawer_list .p-drawer_subCategorys .p-drawer_subCategory {
  width: 50%;
}
.p-drawer .p-drawer_content .p-drawer_list .p-drawer_subCategorys .p-drawer_subCategory:first-child {
  margin-right: 40px;
}
.p-drawer .p-drawer_content .p-drawer_list .p-drawer_subCategorys .p-drawer_subCategory li {
  padding: 15px 10px;
  border-top: 0.5px dashed #dbdbdb;
  font-size: 16px;
}
.p-drawer .p-drawer_content .p-drawer_list .p-drawer_subCategorys .p-drawer_subCategory li:last-child {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .p-drawer .p-drawer_content .p-drawer_list .p-drawer_subCategorys .p-drawer_subCategory li {
    padding: 12px 15px;
  }
}
@media screen and (max-width: 768px) {
  .p-drawer .p-drawer_content .p-drawer_list .p-drawer_subCategorys .p-drawer_subCategory li a {
    font-size: 3.2vw;
  }
}
.p-drawer .p-drawer_content .p-drawer_vote {
  padding-top: 10px;
  text-align: center;
}
.p-drawer .p-drawer_content .p-drawer_links {
  padding-top: 27px;
  text-align: center;
}
.p-drawer .p-drawer_content .p-drawer_links li {
  display: inline-block;
  padding-left: 15px;
}
.p-drawer .p-drawer_content .p-drawer_links li:first-child {
  padding-right: 15px;
  padding-left: 0;
  border-right: 1px solid #dbdbdb;
}
.p-drawer .p-drawer_content .p-drawer_links li:last-child img {
  padding-left: 6px;
}
.p-drawer .p-drawer_content .p-drawer_links li a {
  padding-bottom: 6px;
  -webkit-transition: color cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s;
  transition: color cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s; 
  color: #1f292e;
  font-size: 14px;
  font-weight: 600;
}
.p-drawer .p-drawer_content .p-drawer_links li a:hover {
  -webkit-transition: color cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s;
  transition: color cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s; 
  color: #d8281c;
}
@media screen and (max-width: 768px) {
  .p-drawer .p-drawer_content .p-drawer_links li a {
    font-size: 3.2vw;
  }
}
.p-drawer .p-drawer_btn {
  position: absolute;
  top: 0;
  left: -86px;
  border: none;
  outline: none; 
  width: 86px;
  height: 86px;
  background-color: #221815;
}
@media screen and (max-width: 768px) {
  .p-drawer .p-drawer_btn {
    left: -11.6vw; 
    width: 11.6vw;
    height: 11.46667vw;
  }
}
.p-drawer .p-drawer_btn .icon {
  display: block; 
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-drawer .p-drawer_btn .icon i {
  display: block;
  margin: 10px 0;
  width: 28px;
  height: 2px;
  -webkit-animation: iconUp -0.1s 0.5s forwards;
          animation: iconUp -0.1s 0.5s forwards; 
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-drawer .p-drawer_btn .icon i {
    margin: 1.33333vw;
    width: 3.73333vw;
    -webkit-animation: unset;
            animation: unset;
  }
}

@-webkit-keyframes iconUp {
  0% {
    margin-top: 20px;
  }
  100% {
  }
}

@keyframes iconUp {
  0% {
    margin-top: 20px;
  }
  100% {
  }
}

@-webkit-keyframes iconUp-sm {
  0% {
    margin-top: 2.66667vw;
  }
  100% {
  }
}

@keyframes iconUp-sm {
  0% {
    margin-top: 2.66667vw;
  }
  100% {
  }
}
.p-drawer .p-drawer_btn .icon :last-child {
  width: 16px;
}
@media screen and (max-width: 768px) {
  .p-drawer .p-drawer_btn .icon :last-child {
    width: 2.13333vw;
  }
}
.p-drawer .p-drawer_btn:hover i:not(:last-child) {
  -webkit-animation: iconDown 0.3s 0.3s forwards;
          animation: iconDown 0.3s 0.3s forwards;
}
@media screen and (max-width: 768px) {
  .p-drawer .p-drawer_btn:hover i:not(:last-child) {
    -webkit-animation: unset;
            animation: unset;
  }
}

@-webkit-keyframes iconDown {
  0% {
  }
  100% {
    margin-top: 20px;
  }
}

@keyframes iconDown {
  0% {
  }
  100% {
    margin-top: 20px;
  }
}
.p-drawer .p-drawer_btn:hover i:last-child {
  -webkit-transform-origin: right top;
      -ms-transform-origin: right top;
          transform-origin: right top;
  -webkit-animation: iconSlideOut 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) forwards, iconSlideOut2 0.25s 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
          animation: iconSlideOut 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) forwards, iconSlideOut2 0.25s 0.25s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
@media screen and (max-width: 768px) {
  .p-drawer .p-drawer_btn:hover i:last-child {
    -webkit-animation: unset;
            animation: unset;
  }
}

@-webkit-keyframes iconSlideOut {
  0% {
  }
  100% {
    width: 28px;
  }
}

@keyframes iconSlideOut {
  0% {
  }
  100% {
    width: 28px;
  }
}

@-webkit-keyframes iconSlideOut2 {
  0% {
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}

@keyframes iconSlideOut2 {
  0% {
  }
  100% {
    -webkit-transform: scale(0, 1);
            transform: scale(0, 1);
  }
}
.p-drawer .p-drawer_btn .-open i {
  display: none;
}
.p-drawer .p-drawer_btn .-open::after,
.p-drawer .p-drawer_btn .-open::before {
  content: "";
  position: absolute;
  width: 30px;
  height: 2px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-drawer .p-drawer_btn .-open::after,
  .p-drawer .p-drawer_btn .-open::before {
    width: 4vw;
  }
}
@media screen and (max-width: 768px) {
  .p-drawer .p-drawer_btn .-open::after img,
  .p-drawer .p-drawer_btn .-open::before img {
    width: 14.66667vw;
    height: 14.66667vw;
  }
}
.p-drawer .p-drawer_btn .-open::after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-drawer .p-drawer_btn .-open::before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.-open {
  -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); 
  -webkit-transform: translate(0, 0); 
      -ms-transform: translate(0, 0); 
          transform: translate(0, 0);
}

.p-drawer_blind {
  display: none;
  position: absolute;
  z-index: 11; 
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-drawer_blind span {
  display: inline-block;
  opacity: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1); 
  background: rgba(76, 76, 76, 0.7);
}
.-open + .p-drawer_blind span {
  opacity: 1;
  -webkit-transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: opacity 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.-open + .p-drawer_blind {
  display: block;
}

/* --------------------------------
  footer
-------------------------------- */
.l-footer {
  position: relative;
  background-color: #120e0d;
  text-align: right;
}
.l-footer .footer-container {
  position: relative; 
  padding-top: 100px;
  height: 200px;
}
@media screen and (max-width: 768px) {
  .l-footer .footer-container {
    height: 78.26667vw;
  }
}

.footer_logo {
  position: absolute;
  bottom: 62px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .footer_logo {
    bottom: 30%;
    left: 50%;
    width: 29.06667vw;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.footer_logo svg {
  width: 100%;
  height: 100%; 

  fill: #fff;
}

.footer_buttonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 74px;
  width: 580px; 
  text-align: center;

  -ms-flex-wrap: wrap;

      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer_buttonList {
    margin: 0 auto 4.53333vw;
    width: 100%;
  }
}
.footer_buttonList li {
  margin-bottom: 10px; 
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer_buttonList li {
    margin-bottom: 2.66667vw; 
    width: 100%;
  }
}
.footer_buttonList li .fb-page {
  margin: 40px auto 0; 
  width: 100%;
  max-width: 500px;
}
@media screen and (max-width: 768px) {
  .footer_buttonList li .fb-page {
    margin-top: 6.66667vw;
  }
}
.footer_buttonList li:first-child a {
  position: relative;
  border: 1px solid #8c8e8f;
  background-color: #1f292e;
  color: #f2f5f7;
}
.footer_buttonList li:first-child a::after {
  content: "";
  position: absolute;
  right: 6px;
  bottom: 6px;
  border-color: transparent transparent #c3c4c5 transparent;
}
@media screen and (max-width: 768px) {
  .footer_buttonList li:first-child a::after {
    right: 0.93333vw;
    bottom: 0.93333vw;
  }
}
.footer_buttonList li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .footer_buttonList li:last-child {
    margin-bottom: 2.66667vw;
  }
}
.footer_buttonList li a {
  display: block;
  position: relative;
  padding: 24px;
  border: 1px solid #f2f5f7;
  -webkit-transition: all 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.15s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
  background-color: #f2f5f7;
  color: #1f292e;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .footer_buttonList li a {
    padding: 2.66667vw;
  }
}
.footer_buttonList li a::after {
  content: "";
  position: absolute;
  right: 3px;
  bottom: 3px;
  border-width: 0 0 20px 20px;
  border-style: solid;
  border-color: transparent transparent #1f292e transparent;
  width: 0;
  height: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: all 0.2s cubic-bezier(0.39, 0.575, 0.565, 1);
}
@media screen and (max-width: 768px) {
  .footer_buttonList li a::after {
    right: 0.93333vw;
    bottom: 0.93333vw;
    border-width: 0 0 4vw 4vw;
  }
}
.no-touchevents .footer_buttonList li a:hover {
  border-color: #e60012;
  background-color: #e60012;
  color: #fff;
}
.no-touchevents .footer_buttonList li a:hover::after {
  border-color: transparent transparent #fff transparent;
}

.footer_link {
  position: absolute;
  right: 0;
  bottom: 56px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .footer_link {
    top: 84px;
    bottom: unset;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 
    text-align: center;
    font-size: 2.53333vw;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .footer_link {
    /* IE */
    bottom: auto;
  }
}
.footer_link li {
  display: inline-block; 
  padding: 0 20px;
  letter-spacing: 1.5px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer_link li {
    letter-spacing: 1.5px; 
    font-size: 2.53333vw;
  }
}
.footer_link li:first-child {
  display: inline-block;
  border-right: 0.5px solid #878787; 
  height: 100%;
}
.footer_link a {
  display: inline-block;
  position: relative;
  padding-bottom: 10px;
  -webkit-transition: color cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s;
  transition: color cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s; 
  color: #fff;
}
.footer_link a:hover {
  -webkit-transition: color cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s;
  transition: color cubic-bezier(0.25, 0.25, 0.75, 0.75) 0.15s; 
  color: #d8281c;
}
.footer_link a img {
  padding-left: 4px;
}

.footer_copyright {
  display: inline-block;
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
  text-align: left; 
  letter-spacing: 1px;
  color: #747373;
  font-family: YuGothic, "ヒラギノ角ゴ ProN W3", "Lucida Grande", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 13px;
}
@media screen and (max-width: 768px) {
  .footer_copyright {
    bottom: 12%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); 
    text-align: center;
    font-size: 2.93333vw;
    line-height: 1.4;
  }
}
@media screen and (max-width: 320px) {
  .footer_copyright {
    bottom: 3%;
  }
}

.pagetop {
  position: absolute;
  top: -26px;
  right: 0;
  width: 52px;
  height: 52px;
  -webkit-transition: all 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.25s cubic-bezier(0.25, 0.25, 0.75, 0.75); 
  -webkit-transform: rotate(180deg); 
      -ms-transform: rotate(180deg); 
          transform: rotate(180deg);
}
@media screen and (max-width: 768px) {
  .pagetop {
    top: 3px;
    right: unset;
    left: 50%;
    width: 11.73333vw;
    height: 11.73333vw; 
    -webkit-transform: translate(-50%, -50%) rotate(180deg); 
        -ms-transform: translate(-50%, -50%) rotate(180deg); 
            transform: translate(-50%, -50%) rotate(180deg);
  }
}
.pagetop:hover {
  top: -37px;
}
@media screen and (max-width: 768px) {
  .pagetop:hover {
    top: 3px;
  }
}
.pagetop a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #e60012;
}
.pagetop a:after {
  content: "";
  position: absolute;
  top: -3px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(-225deg);
      -ms-transform: rotate(-225deg);
          transform: rotate(-225deg);
}

/* ------------------------
  modal
------------------------ */
.view-modal {
  overflow-y: hidden;
}
.view-modal .l-main {
  overflow: hidden;
}

.modal-open {
  overflow: hidden;
  height: 100%;
}

.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  z-index: 3000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0.5s;
  transition: opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0.5s; 
  background-color: rgba(31, 41, 46, 0.8);
}
.view-modal .modal {
  visibility: visible;
  opacity: 1;
  -webkit-transition: opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0s;
  transition: opacity 0.5s cubic-bezier(0.25, 0.25, 0.75, 0.75), visibility 0s;
}

.modal_contents {
  position: absolute;
  z-index: 1;
  top: 46px;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 980px;
  height: calc(100% - 166px);
  background-color: #f2f5f7;
}
@media screen and (max-width: 768px) {
  .modal_contents {
    top: 18.66667vw;
    margin: 0 4vw;
    width: auto;
    height: calc(100% - 90px);
  }
}

.modal_mask {
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.modal_close {
  position: absolute;
  z-index: 100;
  top: -48px;
  right: 0;
  width: 34px;
  height: 34px;
}
@media screen and (max-width: 768px) {
  .modal_close {
    top: -34px;
    width: 26px;
    height: 26px;
  }
}
.modal_close a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.modal_close a:before,
.modal_close a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 34px;
  height: 3px;
  background-color: #f2f5f7;
}
@media screen and (max-width: 768px) {
  .modal_close a:before,
  .modal_close a:after {
    width: 26px;
  }
}
.modal_close a:before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal_close a:after {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.no-touchevents .modal_close:hover {
  opacity: 0.7;
}

.modal_heading {
  position: relative;
  z-index: 4;
  text-align: center;
}
.is-active .modal_heading {
  z-index: 4;
}

.modal_heading_title {
  opacity: 0;
  position: absolute;
  z-index: 7;
  top: 30px;
  right: 0;
  left: 0;
  margin: 0 auto;
  -webkit-transition: opacity 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform cubic-bezier(0.23, 1, 0.32, 1) 1.2s;
  transition: opacity 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform cubic-bezier(0.23, 1, 0.32, 1) 1.2s;
  transition: transform cubic-bezier(0.23, 1, 0.32, 1) 1.2s, opacity 0.8s cubic-bezier(0.39, 0.575, 0.565, 1);
  transition: transform cubic-bezier(0.23, 1, 0.32, 1) 1.2s, opacity 0.8s cubic-bezier(0.39, 0.575, 0.565, 1), -webkit-transform cubic-bezier(0.23, 1, 0.32, 1) 1.2s;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  -webkit-transform: translateY(40px);
      -ms-transform: translateY(40px);
          transform: translateY(40px);
  text-align: center;
  font-size: 22px;
  font-weight: 900;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal_heading_title {
    top: 5.06667vw;
    font-size: 4vw;
  }
}
.is-active .modal_heading_title {
  opacity: 1; 
  -webkit-transform: translateY(0); 
      -ms-transform: translateY(0); 
          transform: translateY(0);
}
.modal_heading_title span {
  color: #e60012;
}
.modal_heading_title:after {
  content: "";
  position: absolute;
  z-index: 7;
  right: 0;
  bottom: -17px;
  left: 0;
  margin: auto;
  width: 34px;
  height: 4px;
  background-image: linear-gradient(to right, #e60012, #e60012 4px, rgba(255, 255, 255, 0) 4px, rgba(255, 255, 255, 0) 10px);
  background-repeat: repeat-x; 
  background-size: 10px 4px;
}
@media screen and (max-width: 768px) {
  .modal_heading_title:after {
    bottom: -8px;
    width: 17px;
    height: 2px;
    background-image: linear-gradient(to right, #e60012, #e60012 2px, rgba(255, 255, 255, 0) 2px, rgba(255, 255, 255, 0) 5px);
    background-size: 5px 2px;
  }
}

.modal_heading_english {
  display: inline-block;
  overflow: hidden; 
  position: relative;
  letter-spacing: 6px;
  color: #e6eaec;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 98px;
  font-weight: bold;
  font-style: italic;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal_heading_english {
    letter-spacing: 2px;
    font-size: 16.53333vw;
  }
}
.modal_heading_english:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 0.6s cubic-bezier(0.23, 1, 0.32, 1); 
  -webkit-transform: translateX(0); 
      -ms-transform: translateX(0); 
          transform: translateX(0);
  background-color: #f2f5f7;
}
.is-active .modal_heading_english:after {
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}

/* 活動事例 ---------------- */
.modal_case {
  overflow: auto;
  height: 100%;
}

.modal_case_content {
  display: none;
  padding: 60px 66px 60px 80px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal_case_content {
    padding: 6.66667vw 5.33333vw 8vw;
  }
}
.modal_case_content.is-show {
  display: block;
}

.modal_case_photo {
  margin-bottom: 54px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .modal_case_photo {
    margin-bottom: 4vw;
  }
}

.modal_case_title {
  margin-bottom: 7px;
  font-size: 40px;
  font-weight: 900;
  font-style: italic;
  line-height: 1.3;
}
.modal_case_title:first-letter {
  color: #e60012;
}
@media screen and (max-width: 768px) {
  .modal_case_title {
    font-size: 6.13333vw;
  }
}

.modal_case_lead {
  margin-bottom: 25px;
  font-size: 18px; 
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .modal_case_lead {
    margin-bottom: 5.33333vw;
    font-size: 3.46667vw;
  }
}

.modal_case_theme {
  margin-bottom: 38px;
  padding: 20px 30px;
  background-color: #e6eaec;
}
@media screen and (max-width: 768px) {
  .modal_case_theme {
    margin-bottom: 6.66667vw;
    padding: 4vw 3.46667vw 2.66667vw;
  }
}
.modal_case_theme dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: bold; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
.modal_case_theme dl + dl {
  margin-top: 12px;
}
@media screen and (max-width: 768px) {
  .modal_case_theme dl + dl {
    margin-top: 3.2vw;
  }
}
.modal_case_theme dt {
  padding: 5px 0 7px;
  width: 92px;
  background-color: #1f292e;
  text-align: center;
  color: #fff;
  font-weight: bold;
  line-height: 1; 

  -ms-flex-item-align: start; 

      align-self: flex-start;
}
@media screen and (max-width: 768px) {
  .modal_case_theme dt {
    padding: 1.33333vw 0 1.33333vw;
    width: 14.66667vw;
    font-size: 2.93333vw;
  }
}
.modal_case_theme dd {
  margin-left: 10px; 

  -webkit-box-flex: 1; 

      -ms-flex: 1; 

          flex: 1;
}
@media screen and (max-width: 768px) {
  .modal_case_theme dd {
    font-size: 3.46667vw;
  }
}

.modal_case_sdgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px; 

  -ms-flex-wrap: wrap; 

      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .modal_case_sdgs {
    margin-top: 5.33333vw;

    -webkit-box-pack: justify;

        -ms-flex-pack: justify;

            justify-content: space-between;
  }
}
.modal_case_sdgs li {
  width: 84px;
}
@media screen and (max-width: 768px) {
  .modal_case_sdgs li {
    margin-bottom: 2.4vw; 
    width: 24vw;
  }
  .modal_case_sdgs li img {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .modal_case_sdgs li + li {
    margin-left: 10px;
  }
}

.modal_case_text {
  line-height: 2.5;
}
@media screen and (max-width: 768px) {
  .modal_case_text {
    font-size: 3.46667vw;
    line-height: 1.8;
  }
}

.modal_case_date {
  clear: both;
  margin-top: 23px;
  text-align: right;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .modal_case_date {
    margin-top: 5.33333vw;
    font-size: 2.93333vw;
  }
}

.modal_case_block {
  clear: both;
}
.modal_case_block + .modal_case_block {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .modal_case_block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .modal_case_block + .modal_case_block {
    margin-top: 5.06667vw;
  }
}

.modal_case_block_photo {
  clear: both;
  width: 360px;
}
@media screen and (max-width: 768px) {
  .modal_case_block_photo {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .modal_case_block-photoLeft .modal_case_block_photo {
    float: left;
    margin-right: 50px;
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 768px) {
  .modal_case_block-photoLeft .modal_case_block_photo {
    margin-bottom: 5.06667vw;
  }
}
@media screen and (min-width: 769px) {
  .modal_case_block-photoRight .modal_case_block_photo {
    float: right;
    margin-bottom: 24px; 
    margin-left: 50px;
  }
}
@media screen and (max-width: 768px) {
  .modal_case_block-photoRight .modal_case_block_photo {
    margin-bottom: 5.06667vw;
  }
}

@media screen and (min-width: 769px) {
  .modal_case_content-case1 .modal_case_block-photoLeft .modal_case_block_photo,
  .modal_case_content-case1 .modal_case_block-photoRight .modal_case_block_photo {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .modal_case_content-case2 .modal_case_block-photoLeft .modal_case_text:nth-child(2) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

@media screen and (max-width: 768px) {
  .modal_case_content-case2 .modal_case_block-photoLeft .modal_case_block_photo {
    margin-bottom: 5.06667vw;

    -webkit-box-ordinal-group: 2;

        -ms-flex-order: 1;

            order: 1;
  }
}

@media screen and (max-width: 768px) {
  .modal_case_content-case2 .modal_case_block-photoRight .modal_case_text:nth-child(3) {
    margin-top: 5.06667vw;
  }
}

.modal_case_close {
  margin: 36px auto 0;
  max-width: 560px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal_case_close {
    margin: 6.66667vw auto 0;
  }
}
.modal_case_close a {
  display: block;
  padding: 25px;
  border: 1px solid #1f292e;
  width: 100%;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  transition: all 0.2s cubic-bezier(0.25, 0.25, 0.75, 0.75);
  color: #1f292e; 
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .modal_case_close a {
    padding: 4vw;
    font-size: 3.46667vw;
  }
}
.no-touchevents .modal_case_close a:hover {
  border: 1px solid #e60012; 
  background-color: #e60012;
  color: #fff;
}

/* 組織図 ---------------- */
.modal_case_content-organization {
  padding: 70px 59px 60px 72px;
}
@media screen and (max-width: 768px) {
  .modal_case_content-organization {
    padding: 10.4vw 4vw;
  }
}

.organization_title {
  margin-bottom: 36px;
}
@media screen and (max-width: 768px) {
  .organization_title {
    margin-bottom: 7.46667vw;
  }
}

.organization_figure {
  margin-bottom: 82px;
}
@media screen and (max-width: 768px) {
  .organization_figure {
    margin-bottom: 10.66667vw;
  }
}

.modal_case_content .modal_heading_title {
  opacity: 1;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 768px) {
  .modal_case_content .modal_heading_title {
    top: 2.66667vw;
  }
}

.modal_case_content .modal_heading_english:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .modal_case_content .modal_heading_english {
    letter-spacing: 2px;
    font-size: 12.8vw;
  }
}