/* # =================================================================
# Global selectors
# ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

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

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

/* Remove margin, padding of all elements and set background-no-repeat as default */
* {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements */
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
  line-height: 1.0;
}

/* # =================================================================
# General elements
# ================================================================= */
/* Add the correct display in iOS 4-7.*/

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
aside,
footer,
header,
main,
nav,
section {
  display: block;
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

b {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

/* Address styling not present in IE 8/9 */

/* https://gist.github.com/unruthless/413930 */

/* # =================================================================
# Forms
# ================================================================= */
/* Apply cursor pointer to button elements */

/* Replace pointer cursor in disabled elements */

[type="number"] {
  width: auto;
  /* Firefox 36+ */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

/* Remove inner padding and border in Firefox 4+ */
[type="submit"]::-moz-focus-inner {
  padding: 0;
}

/* Replace focus style removed in the border reset above */
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
/* Style select like a standard input */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
# Specify media element style
# ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
  max-width: 100%;
  height: auto;
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */

/* # =================================================================
# Accessibility
# ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {

  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */

/* Specify the pointer cursor of trigger elements */

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */

/* # =================================================================
# Selection
# ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

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

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

img {
  display: block;
  width: 100%;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: .1s;
  transition: .1s;
}

* {
  font-family: "Noto Sans JP", sans-serif;
  color: #2F261C;
  font-weight: 400;
}
.pageTopBlock, .top2021_contents .top2021_contents_long_interview .list > li > .ele .image, .top2021_contents .top2021_contents_header .top, .top2021_contents .top2021_contents_long_interview .list, .top2021_footerTop .top2021_footerTop_block, .top2021_footerTop .top2021_footerTop_block .ele, .top2021_footerTop .top2021_footerTop_block .ele dl, .top2021_footerBottom, .top2021_footerBottom .lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top2021_contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.top2021_contents .top2021_contents_long_interview > .ttl {
  font-size: 28px;
  font-weight: 700;
  padding: 0 0 12px;
  margin: 0 0 18px;
  border-bottom: 1px solid #999999;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_long_interview > .ttl {
    font-size: 4.8vw;
    line-height: 1.3;
    padding: 0 0 8px;
    margin: 0 0 9px;
  }
}

.top2021_contents .top2021_contents_long_interview .text {
  font-size: 16px;
  line-height: 1.7;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_long_interview .text {
    font-size: 4vw;
    margin: 0 0 20px;
  }
}

.top2021_contents .top2021_contents_long_interview .btn {
  display: block;
  color: #ffffff;
  background: #433B32;
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  width: 65vw;
  max-width: 420px;
  border-radius: 2px;
  padding: 28px 0;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
  border: 1px solid #433B32;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_long_interview .btn {
    font-size: 4vw;
    padding: 14px 0;
  }
}
.top2021_contents .top2021_contents_long_interview .btn:hover {
  opacity: .7;
}

.pageTopBlock {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 51px;
}
@media only screen and (max-width: 768px) {
  .pageTopBlock {
    margin: 0 0 35px;
  }
}
.pageTopBlock > h1 {
  width: 520px;
  margin: 0 4% 0 0;
}
@media only screen and (max-width: 768px) {
  .pageTopBlock > h1 {
    width: 100%;
    margin: 0 0 15px;
  }
}
.pageTopBlock > h1 > span {
  font-size: 46px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 900;
  line-height: 1.6;
  display: none;
}
@media only screen and (max-width: 768px) {
  .pageTopBlock > h1 > span {
    font-size: 6.4vw;
  }
}
.pageTopBlock > p {
  font-size: 16px;
  line-height: 2.0;
  width: calc(100% - 4% - 520px - 30px);
}
@media only screen and (max-width: 768px) {
  .pageTopBlock > p {
    font-size: 4vw;
    width: 100%;
  }
}

.top2021_contents .top2021_contents_long_interview .list > li > .ele .image {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 42%;
  height: 186px;
  margin: 0 3% 0 0;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_long_interview .list > li > .ele .image {
    width: 100%;
    margin: 0 0 11px;
    height: 35vw;
  }
}
.top2021_contents .top2021_contents_long_interview .list > li > .ele .image .main, .top2021_contents .top2021_contents_long_interview .list > li > .ele .image .spec {
  background-size: cover;
  background-position: center;
}
.top2021_contents .top2021_contents_long_interview .list > li > .ele .image .main {
  width: 59%;
}
.top2021_contents .top2021_contents_long_interview .list > li > .ele .image .spec {
  width: 41%;
}
.top2021_contents .top2021_contents_long_interview .list > li > .ele .detail {
  width: 44%;
  margin: 0 11% 0 0;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_long_interview .list > li > .ele .detail {
    width: 100%;
    margin: 0;
  }
}
.top2021_contents .top2021_contents_long_interview .list > li > .ele .detail .ttl {
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_long_interview .list > li > .ele .detail .ttl {
    font-size: 4vw;
    line-height: 1.4;
    margin: 0 0 7px;
  }
}
.top2021_contents .top2021_contents_long_interview .list > li > .ele .detail .name {
  font-size: 13px;
  line-height: 1.5;
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_long_interview .list > li > .ele .detail .name {
    font-size: 4vw;
    margin: 0 0 6px;
  }
}
.top2021_contents .top2021_contents_long_interview .list > li > .ele .detail .category {
  font-size: 14px;
  color: #6E6D6D;
  border: 1px solid #C6C6C6;
  border-radius: 2px;
  display: inline-block;
  padding: 6px 9px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_long_interview .list > li > .ele .detail .category {
    font-size: 4vw;
    padding: 3px 7px;
  }
}

.top2021_contents .top2021_contents_main {
  width: 75%;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_main {
    width: 100%;
  }
}
.top2021_contents .top2021_contents_main .top2021_contents_mainInner {
  padding: 0 calc( 75vw - 1000px - 43px ) 0 43px;
}
@media only screen and (max-width: 1439px) {
  .top2021_contents .top2021_contents_main .top2021_contents_mainInner {
    padding: 0 5vw;
  }
}
@media only screen and (max-width: 1235px) {
  .top2021_contents .top2021_contents_main .top2021_contents_mainInner {
    padding: 0 4vw;
  }
}
.top2021_contents .top2021_contents_main .nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top2021_contents .top2021_contents_main .nav > a {
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
}
@media only screen and (max-width: 1235px) {
  .top2021_contents .top2021_contents_main .nav > a {
    font-size: 13px;
  }
}
.top2021_contents .top2021_contents_main .nav > a:hover {
  text-decoration: underline;
}
.top2021_contents .top2021_contents_main .nav > a {
  border-left: 1px dotted #8D8D8D;
  width: 50%;
  text-align: center;
}
.top2021_contents .top2021_contents_main .nav > a:nth-last-of-type(1) {
  border-right: 1px dotted #8D8D8D;
}
.top2021_contents .top2021_contents_fixedHeader {
  position: fixed;
  padding: 27px 230px 0 43px;
  -webkit-transition: 1s;
  transition: 1s;
  top: 0;
  left: 25vw;
  width: 75vw;
  background: #E6E6E7;
  z-index: 10;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_fixedHeader {
    display: none;
  }
}
.top2021_contents .top2021_contents_fixedHeader .nav > a {
  margin: 0 0 36px;
}
.top2021_contents .top2021_contents_header {
  padding: 18px calc( 75vw - 43px - 980px + 180px ) 12px 43px;
  -webkit-transition: .25s;
  transition: .25s;
  background: #F7F7F7;
  position: absolute;
  top: 0;
  right: 0;
  width: 75%;
  z-index: 40;
  -webkit-box-shadow: 4px 0 4px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 4px 0 4px 2px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1439px) {
  .top2021_contents .top2021_contents_header {
    padding: 18px 200px 12px 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_header {
    display: none;
  }
}
.top2021_contents .top2021_contents_header.fixed {
  position: fixed;
  width: 100%;
  padding: 25px calc(75vw - 43px - 980px + 180px) 25px calc(43px + 25%);
}
@media only screen and (max-width: 1439px) {
  .top2021_contents .top2021_contents_header.fixed {
    padding: 25px 200px 25px 5vw;
  }
}
@media only screen and (min-width: 768px) {
    body.is_form_page .top2021_contents .top2021_contents_header.fixed {
        position: relative;
    }
}
@media only screen and (max-width: 768px) {
  body.is_form_page .top2021_contents .top2021_contents_spHeader {
      position: absolute;
  }
}
.top2021_contents .top2021_contents_header.fixed .top {
  display: none;
}
.top2021_contents .top2021_contents_header.fixed .contact {
  padding: 14px 0 0;
  left: calc(25% + 43px + 980px - 160px);
}
@media only screen and (max-width: 1439px) {
  .top2021_contents .top2021_contents_header.fixed .contact {
    left: auto;
  }
}
.top2021_contents .top2021_contents_header.fixed .contact > img {
  display: inline-block;
  margin: 1px 10px 0 0;
}
.top2021_contents .top2021_contents_header.fixed .logo {
  width: 176px;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 5px;
  left: calc(25% - 176px);
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (max-width: 1439px) {
  .top2021_contents .top2021_contents_header.fixed .logo {
    width: 33px;
    left: calc(2.5vw - 16px);
    overflow: hidden;
  }
}
@media only screen and (max-width: 1439px) {
  .top2021_contents .top2021_contents_header.fixed .logo img {
    width: 176px;
    max-width: none;
  }
}
.top2021_contents .top2021_contents_header .logo {
  display: none;
}
.top2021_contents .top2021_contents_header .contact {
  position: absolute;
  top: 0;
  left: calc(43px + 980px - 160px);
  right: 0;
  width: 225px;
  height: 100%;
  background: #454545;
  padding: 26px 0 0;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
@media only screen and (max-width: 1439px) {
  .top2021_contents .top2021_contents_header .contact {
    width: 180px;
    left: auto;
    right: 0;
  }
}
.top2021_contents .top2021_contents_header .contact > span {
  display: block;
  color: #FFFFFF;
  font-size: .75rem;
  padding-top: .5rem;
}
.top2021_contents .top2021_contents_header .contact:hover {
  opacity: .7;
}
.top2021_contents .top2021_contents_header .contact > img {
  display: block;
  width: 20px;
  margin: 0 auto 10px;
  vertical-align: top;
}
.header_modal_window,
.header_contact_modal_window {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .5);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 999;
}
.header_modal_window .modal_box,
.header_contact_modal_window .modal_box {
  background-color: #FFFFFF;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 50px;
  z-index: 0;
  width: 45%;
}
@media only screen and (max-width: 768px) {
  .header_modal_window .modal_box,
  .header_contact_modal_window .modal_box {
    padding: 30px;
    z-index: 0;
    width: 90%;
  }
}
.header_contact_modal_window .modal_box p {
  line-height: 1.6;
}
.header_contact_modal_window .modal_box p > a{
  border-bottom: 1px solid #000000;
  color: #0157CC;
  transition: .2s;
}
.header_contact_modal_window .modal_box .contact_btn > a {
  background: linear-gradient(90deg, #FDD659 0, #FDB436 100%);
  font-size: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
  text-align: center;
  border: none;
  display: block;
  width: 100%;
  max-width: 423px;
  margin: 1.5rem auto 0;
  padding: 30px 18px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 2px;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  color: #2F261C;
}
.header_modal_window  .icon_close,
.header_contact_modal_window .modal_box .icon_close {
  position: absolute;
  right: -50px;
  top: 0px;
  width: 40px;
  height: 40px;
  z-index: 99999;
  display: block;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .header_modal_window  .icon_close,
  .header_contact_modal_window .modal_box .icon_close {
    position: absolute;
    right: 0;
    top: -50px;
  }
}
.header_modal_window .icon_close::before,
.header_modal_window .icon_close::after,
.header_contact_modal_window .modal_box .icon_close::before,
.header_contact_modal_window .modal_box .icon_close::after  {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000000;
  top: 50%;
  left: 50%;
}
.header_modal_window .icon_close::before,
.header_contact_modal_window .icon_close::before {
  transform: translateY(-50%) translateX(-50%) rotate(45deg);
}

.header_modal_window .icon_close::after,
.header_contact_modal_window .icon_close::after {

  transform: translateY(-50%) translateX(-50%) rotate(-45deg);
}

.header_modal_window .header_modal_items {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}

.header_modal_window .header_modal_items > li {
  flex-basis: 48%;
  margin-top: 15px;
}

.header_modal_window .header_modal_items > li:nth-child(1),
.header_modal_window .header_modal_items > li:nth-child(2) {
  margin-top: 0;
}

.header_modal_window .header_modal_items > li > a  {
  display: block;
    color: #ffffff;
    background: #433B32;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    width: 100%;
    border-radius: 2px;
    padding: 28px 0;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
    border: 1px solid #433B32;
}
.header_contact_modal_window {
}
.top2021_contents .top2021_contents_header .top {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 22px 0;
  justify-content: flex-end;
}
.top2021_contents .top2021_contents_header .top .ttl {
  color: #5B544C;
  font-size: 12px;
  width: calc( 100% - 198px - 127px );
}
@media only screen and (max-width: 1235px) {
  .top2021_contents .top2021_contents_header .top .ttl {
    font-size: 16px;
    line-height: 1.3;
  }
}
.top2021_contents .top2021_contents_header .top .tel,
.top2021_contents .top2021_contents_header .top .time {
  color: #433B32;
  text-align: center;
}
.top2021_contents .top2021_contents_header .top .tel {
  width: 198px;
  /* height: 24px; */
  text-align: center;
}
.top2021_contents .top2021_contents_header .top .tel > a {
  font-size: 21px;
  font-weight: 500;
}
@media only screen and (min-width: 767px) {
  .top2021_contents .top2021_contents_header .top .tel > a {
    pointer-events: none;
  }
}
.top2021_contents .top2021_contents_header .top .tel img {
  display: inline-block;
  width: 17px;
  margin: 0 6px 0 0;
  vertical-align: baseline;
}
.top2021_contents .top2021_contents_header .top .time {
  font-size: 12px;
  /* width: 127px; */
  padding-top: 5px;

}
.top2021_contents .top2021_contents_header .top .icon_insta {
  width: 26px;
}
.top2021_contents .top2021_contents_emp {
  height: 91px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_emp {
    display: block;
    height: 56px;
  }
}
.top2021_contents .top2021_contents_spHeader {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_spHeader {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    padding: 0 6vw;
    height: 56px;
    margin: 0 auto;
    background: #ffffff;
    /* position: fixed; */
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
  }
}
.top2021_contents .top2021_contents_spHeader_tel, .top2021_contents .top2021_contents_spHeader_menu {
  width: 30px;
}
.top2021_contents .top2021_contents_spHeader_logo {
  width: 136px;
}
.top2021_contents .top2021_contents_spMenu {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_spMenu {
    background: #F2F2F2;
    position: fixed;
    top: 0;
    left: 19%;
    width: 81%;
    height: 100vh;
    overflow-y: scroll;
    z-index: 21;
    padding: 34px 0 0;
  }
}
.top2021_contents .top2021_contents_spMenu .nav > a,
.top2021_contents .top2021_contents_spMenu .nav .nav_cate,
.top2021_contents .top2021_contents_spMenu .nav .nav_qa,
.top2021_contents .top2021_contents_spMenu .nav .nav_about,
.top2021_contents .top2021_contents_spMenu .nav .nav_co,
.top2021_contents .top2021_contents_spMenu .nav h3 {
  display: block;
  font-size: 12px;
  font-weight: 500;
  padding: 12px 30px;
  width: 100%;
  border-bottom: 1px solid #BDCCD4;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_spMenu .nav > a, .top2021_contents .top2021_contents_spMenu .nav .nav_cate, .top2021_contents .top2021_contents_spMenu .nav .nav_qa, .top2021_contents .top2021_contents_spMenu .nav .nav_about, .top2021_contents .top2021_contents_spMenu .nav .nav_co, .top2021_contents .top2021_contents_spMenu .nav h3  {
    font-size: 3.6vw;
    padding: 15px 30px;
  }
}
.top2021_contents .top2021_contents_spMenu .nav > a .arr,
.top2021_contents .top2021_contents_spMenu .nav .nav_cate .arr,
.top2021_contents .top2021_contents_spMenu .nav .nav_qa .arr,
.top2021_contents .top2021_contents_spMenu .nav .nav_about .arr,
.top2021_contents .top2021_contents_spMenu .nav .nav_co .arr,
.top2021_contents .top2021_contents_spMenu .nav h3 .arr {
  display: inline-block;
  width: 7px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 30px;
  -webkit-transition: .4s;
  transition: .4s;
}
.top2021_contents .top2021_contents_spMenu .nav h3 {
  padding: 12px 30px 12px 40px;
}
.top2021_contents .top2021_contents_spMenu .nav li {
  background: #ffffff;
  border-radius: 3px;
  margin: 0 0 4px;
  font-size: 10px;
  font-weight: 500;
}
.top2021_contents .top2021_contents_spMenu .nav li > a {
  display: block;
  padding: 11px;
}
.top2021_contents .top2021_contents_spMenu .nav .nav_qa_contents,
.top2021_contents .top2021_contents_spMenu .nav .nav_about_contents,
.top2021_contents .top2021_contents_spMenu .nav .nav_co_contents {
  display: none;
  background: #D5D3D2;
  padding: 11px 15px 7px;
}
.top2021_contents .top2021_contents_spMenu .nav .nav_cate_contents {
  display: none;
}
.top2021_contents .top2021_contents_spMenu .nav .nav_cate_contents > ul {
  display: none;
}
.top2021_contents .top2021_contents_spMenu .nav .nav_cate_contents > ul.active {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #D5D3D2;
  padding: 11px 15px 7px;
}
.top2021_contents .top2021_contents_spMenu .nav .nav_cate_contents > ul.active li {
  width: 49%;
  background: #ffffff;
  border-radius: 3px;
  padding: 0;
  margin: 0 2% 4px 0;
  position: relative;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.top2021_contents .top2021_contents_spMenu .nav .nav_cate_contents > ul.active li:nth-of-type(2n) {
  margin: 0 0 4px;
}
.top2021_contents .top2021_contents_spMenu .nav .nav_cate_contents > ul.active li > a {
  padding: 0 6px 0 calc( 32px + 12px );
  line-height: 1.2;
  font-size: 10px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_spMenu .nav .nav_cate_contents > ul.active li > a {
      font-size: 3vw;
  }
}
.top2021_contents .top2021_contents_spMenu .nav .nav_cate_contents > ul.active li > a img {
  max-width: 32px;
  max-height: 35px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 7%;
  -webkit-transition: .4s;
  transition: .4s;
}
.top2021_contents .top2021_contents_spMenu_close {
  position: fixed;
  top: 10px;
  right: 6vw;
  width: 30px;
  z-index: 22;
}
.top2021_contents .top2021_contents_spMenu_contact {
  display: block;
  font-size: 12px;
  width: 80%;
  margin: 26px auto 14px;
  text-align: center;
  font-weight: 500;
  padding: 15px 0;
  border-radius: 3px;
  background: #454545;
  color: #FFFFFF;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_spMenu_contact {
      font-size: 3.6vw;
      position: relative;
  }
}
.top2021_contents .top2021_contents_spMenu_contact > img {
  display: inline-block;
  width: 20px;
  margin: 0 15px 0 0;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_spMenu_contact > img {
    display: inline-block;
    width: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 1.5rem;
  }
  .top2021_contents .top2021_contents_spMenu_contact > span {
    display: block;
    color: #FFFFFF;
    font-size: .75rem;
    padding-top: .5rem;
  }
}
.top2021_contents .top2021_contents_spMenu_tel {
  font-size: 19px;
  text-align: center;
  color: #433B32;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_spMenu_tel {
      font-size: 6vw;
  }
}
.top2021_contents .top2021_contents_spMenu_tel img {
  display: inline-block;
  width: 13px;
  margin: 0 5px 0 0;
}
.top2021_contents .top2021_contents_spMenu_time {
  font-size: 10px;
  text-align: center;
  color: #433B32;
  margin: 7px 0 0;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_spMenu_time {
      font-size: 3.2vw;
  }
}
.top2021_contents .top2021_contents_spMenu_bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 24px;
}
.top2021_contents .top2021_contents_spMenu_bottom .icon_insta {
  width: 30px;
  margin: 0 0 0 10px;
}
.top2021_contents .top2021_contents_spTtl {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_spTtl {
    display: block;
    width: 88vw;
    font-size: 4vw;
    color: #5B544C;
    line-height: 1.3;
    margin: 0 auto 15px;
  }
}
.top2021_contents .top2021_contents_open,
.top2021_contents .top2021_contents_close {
  position: fixed;
  top: 0;
  right: 0;
  width: 180px;
  z-index: 11;
  display: none;
  cursor: pointer;
}
.top2021_contents .top2021_contents_close {
  display: none;
}
.top2021_contents .top2021_contents_long_interview {
  margin: 0 0 87px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_long_interview {
    margin: 0 0 43px;
  }
}
.top2021_contents .top2021_contents_long_interview .list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 38px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_long_interview .list {
    margin: 0 0 5px;
  }
}
.top2021_contents .top2021_contents_long_interview .list > li {
  width: 48%;
  margin: 0 4% 30px 0;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_long_interview .list > li {
    width: 100%;
    margin: 0 0 21px;
  }
}
.top2021_contents .top2021_contents_long_interview .list > li:nth-of-type(2n) {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_long_interview .list > li:nth-of-type(2n) {
    margin: 0 0 21px;
  }
}
.top2021_contents .top2021_contents_long_interview .list > li > .ele {
  width: 100%;
  display: block;
}
.top2021_contents .top2021_contents_long_interview .list > li > .ele:hover {
  opacity: .7;
}
.top2021_contents .top2021_contents_long_interview .list > li > .ele .image {
  width: 100%;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_long_interview .list > li > .ele .image {
    margin: 0 0 11px;
  }
}
.top2021_contents .top2021_contents_long_interview .list > li > .ele .detail {
  width: 100%;
}
.top2021_contents .top2021_contents_long_interview .list > li > .ele .detail .ttl {
  font-size: 16px;
  margin: 0 0 13px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_long_interview .list > li > .ele .detail .ttl {
    font-size: 4vw;
    margin: 0 0 6px;
  }
}
.top2021_contents .top2021_contents_long_interview .list > li > .ele .detail .name {
  font-size: 13px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_long_interview .list > li > .ele .detail .name {
    font-size: 4vw;
  }
}
.top2021_contents .top2021_contents_long_interview .btn {
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_long_interview .btn {
    margin: 0 auto;
  }
}
.top2021_contents .top2021_contents_sidebar {
  width: 25%;
  padding: 33px 43px 17px calc(25% - 170px - 43px);
  background: #ffffff;
  -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
          box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.15);
}
@media only screen and (max-width: 1439px) {
  .top2021_contents .top2021_contents_sidebar {
    padding: 33px 5vw 17px calc(25% - 170px - 5vw);
  }
}
@media only screen and (max-width: 1235px) {
  .top2021_contents .top2021_contents_sidebar {
    padding: 33px 4vw 17px calc(25% - 170px - 4vw);
  }
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_sidebar {
    display: none;
  }
}
.top2021_contents .top2021_contents_sidebar .logo {
  display: block;
  width: 95%;
  margin: 0 auto 43px;
}
.top2021_contents .top2021_contents_sidebar .logo > img {
  width: 160px;
  height: 94px;
  -webkit-transition: .2s;
  transition: .2s;
}
.top2021_contents .top2021_contents_sidebar .logo:hover > img {
  opacity: .7;
}
.top2021_contents .top2021_contents_sidebar .emblem {
  margin: -23px 0 43px;
  /*display: none;*/
}
.top2021_contents .top2021_contents_sidebar .emblem .emblem_list {
  position: relative;
  padding: 0 1rem;
  display: flex;
  align-items: center;
  flex-flow: wrap;
}
.top2021_contents .top2021_contents_sidebar .emblem .emblem_list::before,.top2021_contents .top2021_contents_sidebar .emblem .emblem_list::after {
  content: "";
  width: 1.6rem;
  height: 4.5rem;
  top: 50%;
  transform: translateY(-45%);
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/common/bg_emblem01.svg);
}
.top2021_contents .top2021_contents_sidebar .emblem .emblem_list::before {
  left: -.5rem;
  background-position: top left;
}
.top2021_contents .top2021_contents_sidebar .emblem .emblem_list::after {
  right: -.5rem;
  transform: rotateY(180deg) translateY(-50%);
  background-position: top right;
}
.top2021_contents .top2021_contents_sidebar .emblem .emblem_list dt {
  position: relative;
  z-index: 0;
  color: #FFFFFF;
  font-size: .7rem;
  text-align: center;
  font-weight: 700;
  width: 2rem;
  height: 1.5rem;
  margin-right: .2rem;
  padding-top: .25rem;
  letter-spacing: .1em;
  margin-top: .3rem;
}
.top2021_contents .top2021_contents_sidebar .emblem .emblem_list dt::before {
  content: "";
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-52%) translateY(-49%);
  background-image: url(../images/common/bg_emblem02.png);
}
.top2021_contents .top2021_contents_sidebar .emblem .emblem_list dd {
  font-size: 1.8rem;
  color: #78786E;
  font-weight: 700;
  width: calc(100% - 2.5rem);
  letter-spacing: -.075em;
  display: flex;
  flex-flow: wrap;
  align-items: baseline;
  margin-bottom: .2rem;
}
.top2021_contents .top2021_contents_sidebar .emblem .emblem_list dd:last-of-type {
  align-items: flex-end;
  margin-bottom: 0;
}
.top2021_contents .top2021_contents_sidebar .emblem .emblem_list dd .small {
  font-size: 55%;
  display: flex;
  flex-flow: column;
  align-items: center;
  color: #78786E;
  font-weight: 700;
  margin-left: .2rem;
}
.top2021_contents .top2021_contents_sidebar .emblem .emblem_list dd .small span {
  font-size: 65%;
  color: #78786E;
  font-weight: 700;
  padding-top: .1rem;
}
.top2021_contents .top2021_contents_sidebar .emblem .emblem_link > a {
  display: block;
  width: 100%;
  background: #454545;
  margin-top: 25px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  padding: 15px 0;
  position: relative;
}
.top2021_contents .top2021_contents_sidebar .emblem .emblem_link > a:hover {
  opacity: .7;
}
.top2021_contents .top2021_contents_sidebar .emblem .emblem_link > a::after {
  content: "";
  width: 12px;
  height: 12px;
  border: 2px solid;
  border-color: #FFFFFF #FFFFFF transparent transparent;
  transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 48%;
  right: 20px;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block {
  margin: 0 0 47px;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block .bnr {
  display: block;
  margin: 0 0 11px;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block .bnr > img {
  -webkit-transition: .2s;
  transition: .2s;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block .bnr:hover > img {
  opacity: .7;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block .openListBtn {
  font-size: 14px;
  line-height: 2.5;
  cursor: pointer;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block .openListBtn:hover {
  text-decoration: underline;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block .openListBtn > img {
  display: inline-block;
  width: 4px;
  margin: 0 6px 0 0;
  -webkit-transition: .1s;
  transition: .1s;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block .list {
  display: none;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block .list > a {
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 2.5;
  color: #2F261C;
  padding: 0 0 0 10px;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block .list > a:hover {
  text-decoration: underline;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block .list + .btn {
  margin: 19px auto 0;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block .btn {
  display: block;
  border: 1px solid #433B32;
  border-radius: 2px;
  font-size: 14px;
  font-weight: 700;
  color: #433B32;
  text-align: center;
  padding: 16px 0;
  margin: 0 0 11px;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block .btn:hover {
  background: #433B32;
  color: #ffffff;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block .btn:hover .def {
  display: none;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block .btn:hover .color {
  display: block;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block .btn > img {
  width: auto;
  height: 20px;
  margin: 0 auto 8px;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block .btn .color {
  display: none;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block > h2 {
  font-size: 16px;
  font-weight: 700;
  padding: 0 0 11px;
  margin: 0 0 20px;
  border-bottom: 1px solid #827C75;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block > h3, .top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block > h3 > a {
  font-size: 16px;
  color: #433B32;
  font-weight: 700;
  margin: 0 0 14px;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block > h3 > a:hover {
  text-decoration: underline;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block > ul {
  margin: 0 0 36px;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block > ul li {
  margin: 0 0 14px;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block > ul li a {
  font-size: 14px;
  color: #433B32;
  cursor: pointer;
}
.top2021_contents .top2021_contents_sidebar .top2021_contents_sidebar_block > ul li a:hover {
  text-decoration: underline;
}

.top2021_footerTop .top2021_footerTop_slider {
  margin: 0 0 49px;
}
@media only screen and (max-width: 768px) {
  .top2021_footerTop .top2021_footerTop_slider {
    margin: 0 0 39px;
  }
}
.top2021_footerTop .top2021_footerTop_slider .slick-slide {
  width: 270px;
}
@media only screen and (max-width: 768px) {
  .top2021_footerTop .top2021_footerTop_slider .slick-slide {
    width: 135px;
  }
}
.top2021_footerTop .top2021_footerTop_slider .slick-slide:hover {
  opacity: .7;
}
.top2021_footerTop .top2021_footerTop_block {
  background: #F0F0EE;
  padding: 35px calc( 50% - 600px );
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 1235px) {
  .top2021_footerTop .top2021_footerTop_block {
    padding: 35px 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_footerTop .top2021_footerTop_block {
    padding: 25px 6vw;
  }
}
.top2021_footerTop .top2021_footerTop_block .left {
  width: 45%;
  margin: 0 1% 0 0;
}
@media only screen and (max-width: 768px) {
  .top2021_footerTop .top2021_footerTop_block .left {
    width: 100%;
    margin: 0;
  }
}
.top2021_footerTop .top2021_footerTop_block .left .ele {
  padding: 25px 43px 25px 33px;
}
@media only screen and (max-width: 768px) {
  .top2021_footerTop .top2021_footerTop_block .left .ele {
    padding: 12px 21px 12px 16px;
    margin: 0 0 10px;
  }
}
.top2021_footerTop .top2021_footerTop_block .left .ele:nth-of-type(1) {
  margin: 0 0 14px;
}
@media only screen and (max-width: 768px) {
  .top2021_footerTop .top2021_footerTop_block .left .ele:nth-of-type(1) {
    margin: 0 0 10px;
  }
}
.top2021_footerTop .top2021_footerTop_block .right {
  width: 54%;
}
@media only screen and (max-width: 768px) {
  .top2021_footerTop .top2021_footerTop_block .right {
    width: 100%;
  }
}
.top2021_footerTop .top2021_footerTop_block .right .ele {
  padding: 30px 64px 30px 33px;
}
@media only screen and (max-width: 768px) {
  .top2021_footerTop .top2021_footerTop_block .right .ele {
    padding: 12px 21px 12px 16px;
  }
}
.top2021_footerTop .top2021_footerTop_block .ele {
  background: #ffffff;
}
@media only screen and (max-width: 768px) {
  .top2021_footerTop .top2021_footerTop_block .ele {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.top2021_footerTop .top2021_footerTop_block .ele > h2 {
  width: 103px;
  margin: 0 43px 0 0;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top2021_footerTop .top2021_footerTop_block .ele > h2 {
    width: 100%;
    margin: 0;
    text-align: left;
    font-size: 16px;
  }
}
.top2021_footerTop .top2021_footerTop_block .ele > h2 > img {
  max-width: 35px;
  max-height: 28px;
  margin: 0 auto 13px;
}
@media only screen and (max-width: 768px) {
  .top2021_footerTop .top2021_footerTop_block .ele > h2 > img {
    display: inline-block;
    max-width: 23px;
    max-height: 14px;
    margin: 0 10px 0 0;
  }
}
.top2021_footerTop .top2021_footerTop_block .ele > p, .top2021_footerTop .top2021_footerTop_block .ele > div {
  width: calc( 100% - 103px - 43px );
}
@media only screen and (max-width: 768px) {
  .top2021_footerTop .top2021_footerTop_block .ele > p, .top2021_footerTop .top2021_footerTop_block .ele > div {
    width: 100%;
    margin: 9px 0 0;
  }
}
.top2021_footerTop .top2021_footerTop_block .ele dl.fl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.top2021_footerTop .top2021_footerTop_block .ele dl.fl dt, .top2021_footerTop .top2021_footerTop_block .ele dl.fl dd {
  width: 100%;
}
.top2021_footerTop .top2021_footerTop_block .ele dl:nth-last-of-type(1) {
  margin: 0 0 26px;
}
.top2021_footerTop .top2021_footerTop_block .ele dl dt {
  width: 184px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .top2021_footerTop .top2021_footerTop_block .ele dl dt {
    width: 141px;
  }
}
.top2021_footerTop .top2021_footerTop_block .ele dl dd {
  width: calc( 100% - 184px );
}
@media only screen and (max-width: 768px) {
  .top2021_footerTop .top2021_footerTop_block .ele dl dd {
    width: calc( 100% - 141px );
  }
}
.top2021_footerTop .top2021_footerTop_block .ele dt, .top2021_footerTop .top2021_footerTop_block .ele dd, .top2021_footerTop .top2021_footerTop_block .ele p {
  font-size: 13px;
  line-height: 2.1;
}
@media only screen and (max-width: 1235px) {
  .top2021_footerTop .top2021_footerTop_block .ele dt, .top2021_footerTop .top2021_footerTop_block .ele dd, .top2021_footerTop .top2021_footerTop_block .ele p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_footerTop .top2021_footerTop_block .ele dt, .top2021_footerTop .top2021_footerTop_block .ele dd, .top2021_footerTop .top2021_footerTop_block .ele p {
    font-size: 3.6vw;
    line-height: 1.7;
  }
}

.top2021_footerBottom {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 42px calc( 50% - 600px );
}
@media only screen and (max-width: 1235px) {
  .top2021_footerBottom {
    padding: 42px 4vw;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_footerBottom {
    padding: 21px 6vw;
  }
}
.top2021_footerBottom_main {
  width: 16.7%;
}
@media only screen and (max-width: 768px) {
  .top2021_footerBottom_main {
    width: 100%;
  }
}
.top2021_footerBottom_main .logo {
  display: block;
  width: 88%;
  margin: 0 0 22px;
}
@media only screen and (max-width: 768px) {
  .top2021_footerBottom_main .logo {
    width: 48%;
    margin: 0 auto 22px;
  }
}
.top2021_footerBottom_main .logo > img {
  -webkit-transition: .2s;
  transition: .2s;
}
.top2021_footerBottom_main .logo:hover > img {
  opacity: .7;
}
.top2021_footerBottom_main .address {
  font-size: 13px;
  line-height: 1.6;
  margin: 0 0 19px;
}
@media only screen and (max-width: 768px) {
  .top2021_footerBottom_main .address {
    display: inline-block;
    font-size: 3.6vw;
    width: calc( 100% - 30vw );
    margin: 0;
  }
}
@media only screen and (min-width: 767px) {
  .top2021_footerBottom_main .address > a {
    pointer-events: none;
  }
}
.top2021_footerBottom_main .btn {
  display: block;
  width: 100%;
  margin: 0 0 31px;
  text-align: center;
  padding: 14px 0;
  font-size: 16px;
  font-weight: 500;
  background: #454545;
  font-weight: 500;
  border-radius: 2px;
  color: #FFFFFF;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .top2021_footerBottom_main .btn {
    display: inline-block;
    width: 25vw;
    font-size: 3.2vw;
    padding: 4vw 0;
    margin: 0 0 0 2vw;
    vertical-align: bottom;
  }
}
.top2021_footerBottom_main .btn:hover {
  opacity: .7;
}
.top2021_footerBottom_main .btn img {
  display: inline-block;
  width: 20px;
  margin: 0 15px 0 0;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .top2021_footerBottom_main .btn img {
    display: block;
    width: 13px;
    margin: 0 auto 6px;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_footerBottom_main .sns {
    text-align: center;
    margin: 20px 0 0;
  }
}
.top2021_footerBottom_main .sns > a {
  display: inline-block;
  width: 35px;
  margin: 0 18px 0 0;
}
@media only screen and (max-width: 768px) {
  .top2021_footerBottom_main .sns > a {
    width: 25px;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_footerBottom_main .sns > a:nth-last-of-type(1) {
    margin: 0;
  }
}
.top2021_footerBottom_main .sns > a:hover {
  opacity: .7;
}
.top2021_footerBottom_category {
  width: 33.6%;
}
@media only screen and (max-width: 768px) {
  .top2021_footerBottom_category {
    display: none;
  }
}
.top2021_footerBottom_order, .top2021_footerBottom_company {
  width: 14.1%;
}
@media only screen and (max-width: 768px) {
  .top2021_footerBottom_order, .top2021_footerBottom_company {
    display: none;
  }
}
.top2021_footerBottom h2 {
  font-size: 14px;
  color: #433B32;
  font-weight: 700;
  padding: 0 0 13px;
  margin: 0 0 18px;
  border-bottom: 1px solid #E6E6E6;
}
.top2021_footerBottom h3, .top2021_footerBottom h3 > a {
  font-size: 14px;
  font-weight: 700;
  color: #433B32;
  margin: 0 0 14px;
}
.top2021_footerBottom h3 > a:hover {
  text-decoration: underline;
}
.top2021_footerBottom ul {
  margin: 0 0 23px;
}
.top2021_footerBottom ul li {
  margin: 0 0 14px;
}
.top2021_footerBottom ul li > a {
  font-size: 12px;
  color: #433B32;
}
.top2021_footerBottom ul li > a:hover {
  text-decoration: underline;
}
.top2021_footerBottom .lg > div {
  width: 50%;
}

.top2021_copy {
  font-size: 10px;
  margin: 0 calc( 50% - 600px ) 42px;
  text-align: right;
}
@media only screen and (max-width: 1235px) {
  .top2021_copy {
    margin: 0 4vw 42px;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_copy {
    margin: 0 6vw 21px;
    text-align: center;
  }
}

@-webkit-keyframes turnFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}

@keyframes turnFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  50% {
    opacity: 0;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: rotateY(360deg);
            transform: rotateY(360deg);
  }
}
.fixedFooter {
  position: fixed;
  bottom: 0;
  left: 5px;
  z-index: 40;
  width: 342px;
  -webkit-transition: 1s;
  transition: 1s;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
@media only screen and (max-width: 768px) {
  .fixedFooter {
    width: 100vw;
    left: 0;
    -webkit-transform: translateY(calc(100% - calc(0.24 * calc(100% - 209px))));
            transform: translateY(calc(100% - calc(0.24 * calc(100% - 209px))));
    display: block;
  }
}
.fixedFooter.visible {
  -webkit-animation: slideExpandUp_btn 1s ease-out forwards;
          animation: slideExpandUp_btn 1s ease-out forwards;
  visibility: visible !important;
}

body.is_form_page .fixedFooter {
	display:none;
}

.fixedFooter.active {
  -webkit-animation: slideExpandUp_list 1.6s ease-out forwards;
          animation: slideExpandUp_list 1.6s ease-out forwards;
  visibility: visible !important;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fixedFooter.active .fixedFooter__main {
  -webkit-animation: none;
          animation: none;
}
@media only screen and (max-width: 768px) {
  .fixedFooter.active .fixedFooter__main {
    margin: 0 0 -7px 2.7vw;
  }
}
.fixedFooter.active .fixedFooter__main:hover {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.fixedFooter.active .fixedFooter__main .arr {
  display: none;
}
.fixedFooter.active .fixedFooter__main .close {
  display: block;
}
.fixedFooter.active .fixedFooter__list {
  background: #F6AAA4;
}
@media only screen and (max-width: 768px) {
  .fixedFooter.active .fixedFooter__list {
    padding: 14px 8px 83px; } }
.fixedFooter.active .fixedFooter__list > li {
  -webkit-animation: turnFadeIn 2s ease-in-out forwards;
          animation: turnFadeIn 2s ease-in-out forwards;
}
.fixedFooter__main {
  width: 100%;
  margin: 0 auto -5px;
  position: relative;
  cursor: pointer;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-animation: 2s ease-in 1s infinite alternate forwards running pulse;
          animation: 2s ease-in 1s infinite alternate forwards running pulse;
}
@media only screen and (max-width: 768px) {
  .fixedFooter__main {
    width: calc(100% - 209px);
    margin: 0 0 0 2.7vw;
  }
}
.fixedFooter__main:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}
.fixedFooter__main .arr,
.fixedFooter__main .close {
  position: absolute;
  top: 30px;
  right: 24px;
  z-index: 1;
  width: 36px;
}
@media only screen and (max-width: 768px) {
  .fixedFooter__main .arr,
  .fixedFooter__main .close {
    width: 5.5vw;
    top: calc(.13 * calc(100vw - 209px));
    right: 4.5vw;
  }
}
.fixedFooter__main .close {
  display: none;
}
.fixedFooter__list {
  margin: 0 10px;
  background: #F6AAA4;
  padding: 12px 15px 18px;
  max-height: 78vh;
  overflow-y: scroll;
}
@media only screen and (max-width: 768px) {
  .fixedFooter__list {
    background: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0;
    margin: 0 4vw;
  }
}
.fixedFooter__list > li {
  margin: 0 0 19px;
  opacity: 0;
}
@media only screen and (max-width: 768px) {
  .fixedFooter__list > li {
    width: 48.6%;
    margin: 0 2.8% 8px 0;
  }
}
.fixedFooter__list > li:nth-last-of-type(1) {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .fixedFooter__list > li:nth-last-of-type(1) {
    margin: 0 2.8% 8px 0;
  }
}
@media only screen and (max-width: 768px) {
  .fixedFooter__list > li:nth-of-type(2n) {
    margin: 0 0 8px;
  }
}
.fixedFooter__list > li > a {
  display: block;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.fixedFooter__list > li > a:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

@-webkit-keyframes slideExpandUp_btn {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5);
            transform: translateY(100%) scaleX(0.5);
  }
  30% {
    -webkit-transform: translateY(calc(100% - 113px)) scaleX(0.5);
            transform: translateY(calc(100% - 113px)) scaleX(0.5);
  }
  40% {
    -webkit-transform: translateY(calc(100% - 73px)) scaleX(0.5);
            transform: translateY(calc(100% - 73px)) scaleX(0.5);
  }
  50% {
    -webkit-transform: translateY(calc(100% - 93px)) scaleX(1.1);
            transform: translateY(calc(100% - 93px)) scaleX(1.1);
  }
  60% {
    -webkit-transform: translateY(calc(100% - 93px)) scaleX(0.9);
            transform: translateY(calc(100% - 93px)) scaleX(0.9);
  }
  70% {
    -webkit-transform: translateY(calc(100% - 93px)) scaleX(1.05);
            transform: translateY(calc(100% - 93px)) scaleX(1.05);
  }
  80% {
    -webkit-transform: translateY(calc(100% - 93px)) scaleX(0.95);
            transform: translateY(calc(100% - 93px)) scaleX(0.95);
  }
  90% {
    -webkit-transform: translateY(calc(100% - 93px)) scaleX(1.02);
            transform: translateY(calc(100% - 93px)) scaleX(1.02);
  }
  100% {
    -webkit-transform: translateY(calc(100% - 93px)) scaleX(1);
            transform: translateY(calc(100% - 93px)) scaleX(1);
  }
}

@keyframes slideExpandUp_btn {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5);
            transform: translateY(100%) scaleX(0.5);
  }
  30% {
    -webkit-transform: translateY(calc(100% - 113px)) scaleX(0.5);
            transform: translateY(calc(100% - 113px)) scaleX(0.5);
  }
  40% {
    -webkit-transform: translateY(calc(100% - 73px)) scaleX(0.5);
            transform: translateY(calc(100% - 73px)) scaleX(0.5);
  }
  50% {
    -webkit-transform: translateY(calc(100% - 93px)) scaleX(1.1);
            transform: translateY(calc(100% - 93px)) scaleX(1.1);
  }
  60% {
    -webkit-transform: translateY(calc(100% - 93px)) scaleX(0.9);
            transform: translateY(calc(100% - 93px)) scaleX(0.9);
  }
  70% {
    -webkit-transform: translateY(calc(100% - 93px)) scaleX(1.05);
            transform: translateY(calc(100% - 93px)) scaleX(1.05);
  }
  80% {
    -webkit-transform: translateY(calc(100% - 93px)) scaleX(0.95);
            transform: translateY(calc(100% - 93px)) scaleX(0.95);
  }
  90% {
    -webkit-transform: translateY(calc(100% - 93px)) scaleX(1.02);
            transform: translateY(calc(100% - 93px)) scaleX(1.02);
  }
  100% {
    -webkit-transform: translateY(calc(100% - 93px)) scaleX(1);
            transform: translateY(calc(100% - 93px)) scaleX(1);
  }
}
@-webkit-keyframes slideExpandUp_list {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5);
            transform: translateY(100%) scaleX(0.5);
  }
  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5);
            transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    -webkit-transform: translateY(2%) scaleX(0.5);
            transform: translateY(2%) scaleX(0.5);
  }
  50% {
    -webkit-transform: translateY(0%) scaleX(1.1);
            transform: translateY(0%) scaleX(1.1);
  }
  60% {
    -webkit-transform: translateY(0%) scaleX(0.9);
            transform: translateY(0%) scaleX(0.9);
  }
  70% {
    -webkit-transform: translateY(0%) scaleX(1.05);
            transform: translateY(0%) scaleX(1.05);
  }
  80% {
    -webkit-transform: translateY(0%) scaleX(0.95);
            transform: translateY(0%) scaleX(0.95);
  }
  90% {
    -webkit-transform: translateY(0%) scaleX(1.02);
            transform: translateY(0%) scaleX(1.02);
  }
  100% {
    -webkit-transform: translateY(0%) scaleX(1);
            transform: translateY(0%) scaleX(1);
  }
}
@keyframes slideExpandUp_list {
  0% {
    -webkit-transform: translateY(100%) scaleX(0.5);
            transform: translateY(100%) scaleX(0.5);
  }
  30% {
    -webkit-transform: translateY(-8%) scaleX(0.5);
            transform: translateY(-8%) scaleX(0.5);
  }
  40% {
    -webkit-transform: translateY(2%) scaleX(0.5);
            transform: translateY(2%) scaleX(0.5);
  }
  50% {
    -webkit-transform: translateY(0%) scaleX(1.1);
            transform: translateY(0%) scaleX(1.1);
  }
  60% {
    -webkit-transform: translateY(0%) scaleX(0.9);
            transform: translateY(0%) scaleX(0.9);
  }
  70% {
    -webkit-transform: translateY(0%) scaleX(1.05);
            transform: translateY(0%) scaleX(1.05);
  }
  80% {
    -webkit-transform: translateY(0%) scaleX(0.95);
            transform: translateY(0%) scaleX(0.95);
  }
  90% {
    -webkit-transform: translateY(0%) scaleX(1.02);
            transform: translateY(0%) scaleX(1.02);
  }
  100% {
    -webkit-transform: translateY(0%) scaleX(1);
            transform: translateY(0%) scaleX(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
  }
}
.ttl_style_2, .top2021_contents .top2021_contents_interview .ttl, .top2021_contents .top2021_contents_case .ttl, .top2021_contents .top2021_contents_long_interview > .ttl {
padding: 0;
border-bottom: none;
margin: 0 0 29px; }
@media only screen and (max-width: 768px) {
.ttl_style_2, .top2021_contents .top2021_contents_interview .ttl, .top2021_contents .top2021_contents_case .ttl, .top2021_contents .top2021_contents_long_interview > .ttl {
margin: 0 0 17px; } }
.ttl_style_2 > h2, .top2021_contents .top2021_contents_interview .ttl > h2, .top2021_contents .top2021_contents_case .ttl > h2, .top2021_contents .top2021_contents_long_interview > .ttl > h2 {
display: inline-block;
font-size: 28px;
font-weight: 700;
margin: 0 18px 0 0; }
@media only screen and (max-width: 768px) {
.ttl_style_2 > h2, .top2021_contents .top2021_contents_interview .ttl > h2, .top2021_contents .top2021_contents_case .ttl > h2, .top2021_contents .top2021_contents_long_interview > .ttl > h2 {
display: block;
font-size: 18px;
margin: 0 0 7px;
line-height: 1.3; } }
.ttl_style_2 > p, .top2021_contents .top2021_contents_interview .ttl > p, .top2021_contents .top2021_contents_case .ttl > p, .top2021_contents .top2021_contents_long_interview > .ttl > p {
font-size: 16px;
display: inline-block;
margin: 18px 0 0;
line-height: 1.3; }
@media only screen and (max-width: 768px) {
.ttl_style_2 > p, .top2021_contents .top2021_contents_interview .ttl > p, .top2021_contents .top2021_contents_case .ttl > p, .top2021_contents .top2021_contents_long_interview > .ttl > p {
display: block;
font-size: 4vw;
line-height: 1.3; } }