@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/* # =================================================================
# 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 */
}

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

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

/* # =================================================================
# Forms
# ================================================================= */
/* Apply cursor pointer to button elements */
button,
[type="button"] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

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

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

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

button {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* 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 */
[aria-controls] {
  cursor: pointer;
}

/* 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;
}

.fadein {
  opacity: 0;
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: 1s;
  transition: 1s;
}

.fadein.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}
.top2021_contents .top2021_contents_category .list, .top2021_contents .top2021_contents_long_interview .list > li > .ele .image, .top2021_contents .top2021_contents_header .top, .top2021_contents .top2021_contents_mv_news, .top2021_contents .top2021_contents_size .list, .top2021_contents .top2021_contents_needs .list, .top2021_contents .top2021_contents_needs .list .popup, .top2021_contents .top2021_contents_price_top, .top2021_contents .top2021_contents_price_bottom > ul, .top2021_contents .top2021_contents_interview .list, .top2021_contents .top2021_contents_case .list, .top2021_contents .top2021_contents_scene .list, .top2021_contents .top2021_contents_scene .list > a, .top2021_contents .top2021_contents_method > ul, .top2021_contents .top2021_contents_flow > ul, .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_size .ttl, .top2021_contents .top2021_contents_needs .ttl {
  font-size: 23px;
  font-weight: 700;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_size .ttl, .top2021_contents .top2021_contents_needs .ttl {
    font-size: 4vw;
    margin: 0 0 14px;
  }
}
.top2021_contents .top2021_contents_size .ttl > img, .top2021_contents .top2021_contents_needs .ttl > img {
  display: inline-block;
  width: auto;
  height: 23px;
  margin: 0 15px -3px 0;
}
.top2021_contents .top2021_contents_needs .ttl > img {
  margin: 1px 15px -4px 0;

}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_size .ttl > img, .top2021_contents .top2021_contents_needs .ttl > img {
    height: 15px;
    margin: 0 7px 0 0;
  }
}

.top2021_contents .top2021_contents_interview .ttl, .top2021_contents .top2021_contents_case .ttl, .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_interview .ttl, .top2021_contents .top2021_contents_case .ttl, .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_interview .text, .top2021_contents .top2021_contents_case .text, .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_interview .text, .top2021_contents .top2021_contents_case .text, .top2021_contents .top2021_contents_long_interview .text {
    font-size: 4vw;
    margin: 0 0 20px;
  }
}

.top2021_contents .top2021_contents_scene .btn,.top2021_contents .top2021_contents_case .btn, .top2021_contents .top2021_contents_flow .btn, .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_scene .btn,.top2021_contents .top2021_contents_case .btn, .top2021_contents .top2021_contents_flow .btn, .top2021_contents .top2021_contents_long_interview .btn {
    font-size: 4vw;
    padding: 14px 0;
  }
}
.top2021_contents .top2021_contents_scene .btn:hover,.top2021_contents .top2021_contents_case .btn:hover, .top2021_contents .top2021_contents_flow .btn:hover, .top2021_contents .top2021_contents_long_interview .btn:hover {
  opacity: .7;
}

.top2021_contents .top2021_contents_scene .btn {
  margin: 40px auto 0;
}

@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_scene .btn {
    margin: 19px auto 0;
  }
}

.top2021_contents .top2021_contents_mv .slick-dots {
  margin: 10px 0 0;
  text-align: center;
}
.top2021_contents .top2021_contents_mv .slick-dots li {
  display: inline-block;
  width: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_mv .slick-dots li {
    width: 14px;
  }
}
.top2021_contents .top2021_contents_mv .slick-dots li:nth-last-of-type(1) {
  margin-right: 0;
}
.top2021_contents .top2021_contents_mv .slick-dots li.slick-active button:before {
  background-color: #FFC026;
}
.top2021_contents .top2021_contents_mv .slick-dots li button {
  position: relative;
  text-indent: -9999px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.top2021_contents .top2021_contents_mv .slick-dots li button:before {
  content: '';
  display: block;
  background-color: #F0F0ED;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_mv .slick-dots li button:before {
    width: 14px;
    height: 14px;
  }
}

.dot_style_1, .top2021_contents .top2021_contents_mv .slick-dots {
  margin: 10px 0 0;
  text-align: center;
}
.dot_style_1 li, .top2021_contents .top2021_contents_mv .slick-dots li {
  display: inline-block;
  width: 15px;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  .dot_style_1 li, .top2021_contents .top2021_contents_mv .slick-dots li {
    width: 14px;
  }
}
.dot_style_1 li:nth-last-of-type(1), .top2021_contents .top2021_contents_mv .slick-dots li:nth-last-of-type(1) {
  margin-right: 0;
}
.dot_style_1 li.slick-active button:before, .top2021_contents .top2021_contents_mv .slick-dots li.slick-active button:before {
  background-color: #FFC026;
}
.dot_style_1 li button, .top2021_contents .top2021_contents_mv .slick-dots li button {
  position: relative;
  text-indent: -9999px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}
.dot_style_1 li button:before, .top2021_contents .top2021_contents_mv .slick-dots li button:before {
  content: '';
  display: block;
  background-color: #F0F0ED;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 0;
  left: 0;
}
@media only screen and (max-width: 768px) {
  .dot_style_1 li button:before, .top2021_contents .top2021_contents_mv .slick-dots li button:before {
    width: 14px;
    height: 14px;
  }
}

.top2021_contents .top2021_contents_category .list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.top2021_contents .top2021_contents_category .list .ele {
  border: 1px solid #D3DDE2;
  border-radius: 3px;
}
.top2021_contents .top2021_contents_category .list .ele:hover {
  opacity: .7;
}
.top2021_contents .top2021_contents_category .list .ele.lg {
  width: 31%;
  margin: 0 3.5% 25px 0;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_category .list .ele.lg {
    width: 48%;
    margin: 0 4% 10px 0;
  }
}
.top2021_contents .top2021_contents_category .list .ele.lg:nth-of-type(3n) {
  margin: 0 0 25px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_category .list .ele.lg:nth-of-type(3n) {
    margin: 0 4% 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_category .list .ele.lg:nth-of-type(2n) {
    margin: 0 0 10px;
  }
}
.top2021_contents .top2021_contents_category .list .ele.sm {
  width: 23.4%;
  margin: 0 2.1% 25px 0;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_category .list .ele.sm {
    width: 48%;
    margin: 0 4% 10px 0;
  }
}
.top2021_contents .top2021_contents_category .list .ele.sm:nth-of-type(4n) {
  margin: 0 0 25px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_category .list .ele.sm:nth-of-type(4n) {
    margin: 0 0 10px;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_category .list .ele.sm:nth-of-type(2n) {
    margin: 0 0 10px;
  }
}
.top2021_contents .top2021_contents_category .list .ele .img {
  width: 100%;
  height: 160px;
  background-size: contain;
  background-position: center;
  position: relative;
  background-color: #F6F6F6;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_category .list .ele .img {
    height: 80px;
  }
}
.top2021_contents .top2021_contents_category .list .ele .detail {
  padding: 13px 16px 33px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_category .list .ele .detail {
    padding: 10px 8px;
  }
}
.top2021_contents .top2021_contents_category .list .ele .detail_ttl {
  font-size: 19px;
  font-weight: 700;
  margin: 0 0 9px;
  line-height: 1.4;
  color: #433B32;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_category .list .ele .detail_ttl {
    font-size: 4vw;
    margin: 0 0 4px;
    text-align: center;
  }
}
.top2021_contents .top2021_contents_category .list .ele .detail .des {
  font-size: 13px;
  line-height: 1.5;
  color: #433B32;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_category .list .ele .detail .des {
    font-size: 3.2vw;
    margin: 0 0 10px;
    line-height: 1.8;
  }
}
.top2021_contents .top2021_contents_category .list .ele .detail .text {
  color: #FF7700;
  position: absolute;
  bottom: 13px;
  right: 16px;
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_category .list .ele .detail .text {
    position: static;
    text-align: center;
    font-size: 4vw;
  }
}

.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.8;
    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: 5px 10px;
  }
}

.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;
  cursor: pointer;
}
@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;
}

.top2021_contents .top2021_contents_header .top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 22px 0;
}
.top2021_contents .top2021_contents_header .top .ttl {
  color: #5B544C;
  font-size: 12px;
  width: calc( 100% - 65px - 132px - 26px );
}
@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: 132px; */
  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: 16px;
    color: #5B544C;
    line-height: 1.8;
    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_mv {
  padding: 41px 0 70px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_mv {
    padding: 0 0 27px;
  }
}
.top2021_contents .top2021_contents_mv_slider {
  margin: 0 0 35px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_mv_slider {
    /* display: none; */
  }
}
.top2021_contents .top2021_contents_mv_spSlider {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_mv_spSlider {
    display: block;
    margin: 0 0 27px;
  }
}
.top2021_contents .top2021_contents_mv_news {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  border: 1px solid #707070;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_mv_news {
	  display: block;
    display: flex;flex-wrap:wrap;
  }
}
.top2021_contents .top2021_contents_mv_news dt,
.top2021_contents .top2021_contents_mv_news dd,
.top2021_contents .top2021_contents_mv_news a {
  font-size: 14px;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_mv_news dt,
  .top2021_contents .top2021_contents_mv_news dd,
  .top2021_contents .top2021_contents_mv_news a {
    font-size: 16px;
    font-size: 3.5vw;
    line-height: 1.3;
  }
}
.top2021_contents .top2021_contents_mv_news dt {
  width: 15%;
  background: #5F5F5F;
  padding: 10px 0;
  text-align: center;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_mv_news dt {
    width: 100%;
    width: 20%;
    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_mv_news dt > a img {
  display: inline-block;
  width: 19px;
  margin: 0 11px 0 0;
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_mv_news dt > a img {
    display: block;
    width: 16px;
    margin: 0 auto 5px;
  }
}
.top2021_contents .top2021_contents_mv_news dt > a:hover {
  text-decoration: underline;
}
.top2021_contents .top2021_contents_mv_news dd {
  width: 85%;
  padding: 10px 22px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_mv_news dd {
    width: 100%;
    width: 80%;
    padding: 0;
  }
}
.top2021_contents .top2021_contents_mv_news dd a {
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_mv_news dd a {
    /*display: inline-block;*/
    padding: 9px 9px 6px 9px;
    /*min-height: 50px;*/
	      height: 60px;
    display: block;
    display: flex;
    flex-wrap:wrap;
    align-items: center;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
  }
}
.top2021_contents .top2021_contents_mv_news dd a:hover {
  text-decoration: underline;
}
.top2021_contents .top2021_contents_size {
  margin: 0 0 62px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_size {
    margin: 0 0 31px;
  }
}
.top2021_contents .top2021_contents_size .list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background: #FFF7E0;
  padding: 24px 24px 11px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_size .list {
    padding: 10px;
  }
}
.top2021_contents .top2021_contents_size .list > a {
  width: 23.7%;
  margin: 0 1.7% 13px 0;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_size .list > a {
    width: 48.8%;
    margin: 0 2.4% 6px 0;
  }
}
.top2021_contents .top2021_contents_size .list > a:nth-of-type(4n) {
  margin: 0 0 13px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_size .list > a:nth-of-type(2n) {
    margin: 0 0 6px;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_size .list > a:nth-last-of-type(1) {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_size .list > a:nth-last-of-type(2) {
    margin: 0 2.4% 0 0;
  }
}
.top2021_contents .top2021_contents_size .list > a:hover {
  opacity: .7;
}
.top2021_contents .top2021_contents_needs {
  margin: 0 0 75px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_needs {
    margin: 0 0 37px;
  }
}
.top2021_contents .top2021_contents_needs .list {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_needs .list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.top2021_contents .top2021_contents_needs .list .ele {
  width: 19%;
  margin: 0 1.25% 0 0;
  background: #F0F0ED;
  padding: 19px 14px 14px;
  font-size: 15px;
  font-weight: 700;
  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: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 3px;
  cursor: pointer;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_needs .list .ele {
    width: 100%;
    margin: 0 0 6px;
    padding: 10px 14px;
    font-size: 16px;
    -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: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
	  box-sizing: border-box;
	  min-height: 60px;
  }
}
.top2021_contents .top2021_contents_needs .list .ele:nth-last-of-type(2) {
  margin: 0;
}
.top2021_contents .top2021_contents_needs .list .ele .main {
  max-width: 88px;
  max-height: 76px;
  margin: 0 auto 16px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_needs .list .ele .main {
    max-width: 40px;
    max-height: 30px;
    margin: 0 21px 0 0;
  }
}
.top2021_contents .top2021_contents_needs .list .ele .main.mb {
  margin: 0 auto 22px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_needs .list .ele .main.mb {
    margin: 0 21px 0 0;
  }
}
.top2021_contents .top2021_contents_needs .list .ele .arr {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_needs .list .ele .arr {
    display: block;
    width: 9px;
    position: absolute;
    top: 50%;
    right: 14px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
.top2021_contents .top2021_contents_needs .list .spPopup {
  display: none;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_needs .list .spPopup {
    background: #433B32;
    width: 100%;
    margin: -6px 0 6px;
  }
  .top2021_contents .top2021_contents_needs .list .spPopup_ele {
    padding: 17px 10px 17px 90px;
    border-bottom: 1px solid #655E57;
    position: relative;
    display: block;
  }
  .top2021_contents .top2021_contents_needs .list .spPopup_ele > img {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 10px;
    width: 65px;
  }
  .top2021_contents .top2021_contents_needs .list .spPopup_ele .catch {
    font-size: 16px;
    color: #ffffff;
    margin: 0 0 4px;
  }
  .top2021_contents .top2021_contents_needs .list .spPopup_ele .name {
    font-size: 13px;
    color: #FFC026;
  }
}
.top2021_contents .top2021_contents_needs .list .popup {
  position: absolute;
  top: 0;
  background: #433B32;
  border-radius: 5px;
  padding: 15px 10px;
  z-index: 1;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: none;
}
.top2021_contents .top2021_contents_needs .list .popup::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 15px 0 15px;
  border-color: #433B32 transparent transparent transparent;
  position: absolute;
  bottom: 1px;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
}
.top2021_contents .top2021_contents_needs .list .popup_ele {
  display: block;
  width: 160px;
  margin: 0 5px;
}
.top2021_contents .top2021_contents_needs .list .popup_ele:hover {
  opacity: .7;
}
.top2021_contents .top2021_contents_needs .list .popup_ele .catch {
  font-size: 12px;
  line-height: 1.6;
  color: #ffffff;
  text-align: center;
  margin: 9px 0 5px;
}
.top2021_contents .top2021_contents_needs .list .popup_ele .name {
  font-size: 17px;
  line-height: 1.3;
  color: #FFC026;
  text-align: center;
}
.top2021_contents .top2021_contents_needs .list #ele1_popup {
  left: 0;
}
.top2021_contents .top2021_contents_needs .list #ele1_popup::before {
  left: 75px;
}
.top2021_contents .top2021_contents_needs .list #ele2_popup {
  left: 20%;
}
.top2021_contents .top2021_contents_needs .list #ele2_popup::before {
  left: 75px;
}
.top2021_contents .top2021_contents_needs .list #ele3_popup {
  left: 40%;
}
.top2021_contents .top2021_contents_needs .list #ele3_popup::before {
  left: 75px;
}
.top2021_contents .top2021_contents_needs .list #ele4_popup {
  right: 20%;
}
.top2021_contents .top2021_contents_needs .list #ele4_popup::before {
  right: 75px;
}
.top2021_contents .top2021_contents_needs .list #ele5_popup {
  right: 0;
}
.top2021_contents .top2021_contents_needs .list #ele5_popup::before {
  right: 75px;
}
.top2021_contents .top2021_contents_category {
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_category {
    margin: 0 0 25px;
  }
}
.top2021_contents .top2021_contents_category .ttl {
  margin: 0 0 29px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_category .ttl {
    margin: 0 0 17px;
  }
}
.top2021_contents .top2021_contents_category .ttl > h2 {
  display: inline-block;
  font-size: 28px;
  font-weight: 700;
  margin: 0 18px 0 0;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_category .ttl > h2 {
    display: block;
    font-size: 4.8vw;
    margin: 0 0 7px;
  }
}
.top2021_contents .top2021_contents_category .ttl > p {
  display: inline-block;
  font-size: 16px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_category .ttl > p {
    display: block;
    font-size: 3.6vw;
    line-height: 1.6;
  }
}
.top2021_contents .top2021_contents_price {
  background: #F6F6F4;
  border-radius: 5px;
  padding: 52px 45px;
  margin: 0 0 86px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_price {
    margin: 0 0 43px;
    padding: 26px 22px 16px;
  }
}
.top2021_contents .top2021_contents_price_top {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 49px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_price_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 31px;
  }
}
.top2021_contents .top2021_contents_price_top .ttl {
  width: 347px;
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_price_top .ttl {
    width: 100%;
    margin: 0 0 15px;
    text-align: center;
  }
}
.top2021_contents .top2021_contents_price_top .ttl .sm {
  font-size: 29px;
  color: #433B32;
  font-weight: 700;
  margin: 0 0 15px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_price_top .ttl .sm {
    font-size: 4.8vw;
    margin: 0 0 14px;
  }
}
.top2021_contents .top2021_contents_price_top .ttl .lg {
  font-size: 57px;
  font-weight: 700;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_price_top .ttl .lg {
    font-size: 8vw;
  }
}
.top2021_contents .top2021_contents_price_top > p {
  font-size: 16px;
  line-height: 2.0;
  width: calc( 100% - 347px - 40px );
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_price_top > p {
    font-size: 4vw;
    width: 100%;
    line-height: 1.8;
  }
}
.top2021_contents .top2021_contents_price_bottom > h2 {
  color: #5B544C;
  font-size: 31px;
  font-weight: 700;
  margin: 0 0 33px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_price_bottom > h2 {
    font-size: 4.8vw;
    margin: 0 0 16px;
    text-align: center;
  }
}
.top2021_contents .top2021_contents_price_bottom > h2 img {
  display: inline-block;
  width: 217px;
  margin: 0 20px 0 0;
  vertical-align: sub;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_price_bottom > h2 img {
    width: 108px;
    margin: 0 10px 0 0;
    vertical-align: top;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_price_bottom > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.top2021_contents .top2021_contents_price_bottom > ul li {
  width: 31.8%;
  margin: 0 2.3% 0 0;
  background: #ffffff;
  border: 1px solid #FFB500;
  border-radius: 3px;
  padding: 20px 33px 33px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_price_bottom > ul li {
    width: 100%;
    margin: 0 0 10px;
    padding: 14px 16px 16px;
    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;
  }
}
.top2021_contents .top2021_contents_price_bottom > ul li:nth-of-type(3n) {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_price_bottom > ul li:nth-of-type(3n) {
    margin: 0 0 10px;
  }
}
.top2021_contents .top2021_contents_price_bottom > ul li > img {
  width: 70px;
  margin: 0 auto 16px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_price_bottom > ul li > img {
    width: 35px;
    margin: 0 10px 0 0;
  }
}
.top2021_contents .top2021_contents_price_bottom > ul li .ttl {
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  margin: 0 0 10px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_price_bottom > ul li .ttl {
    font-size: 4vw;
    margin: 0;
    text-align: left;
  }
}
.top2021_contents .top2021_contents_price_bottom > ul li .des {
  font-size: 14px;
  line-height: 2.0;
  color: #433B32;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_price_bottom > ul li .des {
    margin: 8px 0 0;
    font-size: 4vw;
	line-height: 1.8;
  }
}
.top2021_contents .top2021_contents_interview {
  margin: 0 0 65px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_interview {
    margin: 0 0 33px;
  }
}
.top2021_contents .top2021_contents_interview .list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top2021_contents .top2021_contents_interview .list > a {
  width: 23.4%;
  margin: 0 2.1% 38px 0;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_interview .list > a {
    width: 48%;
    margin: 0 4% 15px 0;
  }
}
.top2021_contents .top2021_contents_interview .list > a:nth-of-type(4n) {
  margin: 0 0 38px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_interview .list > a:nth-of-type(4n) {
    margin: 0 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_interview .list > a:nth-of-type(2n) {
    margin: 0 0 15px;
  }
}
.top2021_contents .top2021_contents_interview .list > a:hover {
  opacity: .7;
}
.top2021_contents .top2021_contents_case {
  margin: 0 0 105px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_case {
    margin: 0 0 52px;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_case .text {
    margin: 0;
  }
}
.top2021_contents .top2021_contents_case .list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 38px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_case .list {
    margin: 0 0 19px;
  }
}
.top2021_contents .top2021_contents_case .list > li {
  width: 14%;
  margin: 0 3.2% 13px 0;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_case .list > li {
    width: 31%;
    margin: 0 3.5% 6px 0;
  }
}
.top2021_contents .top2021_contents_case .list > li:nth-of-type(6n) {
  margin: 0 0 13px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_case .list > li:nth-of-type(6n) {
    margin: 0 0 6px;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_case .list > li:nth-of-type(3n) {
    margin: 0 0 6px;
  }
}
.top2021_contents .top2021_contents_case .list > li > a {
  width: 100%;
  display: block;
}
.top2021_contents .top2021_contents_case .list > li > a:hover {
  opacity: .7;
}
.top2021_contents .top2021_contents_case .list > li .price_block {
  text-align: center;
  margin: 10px 0;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_case .list > li .price_block {
    margin: 10px 0 5px;
    font-size: 4vw;
  }
}
.top2021_contents .top2021_contents_case .list > li .price_block > span {
  color: #FF7700;
  display: inline-block;
}
.top2021_contents .top2021_contents_case .list > li .price_block > span.tanka {
  color: #000;
}
.top2021_contents .top2021_contents_case .list > li .price_block .tanka, .top2021_contents .top2021_contents_case .list > li .price_block .yen {
  font-size: 14px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_case .list > li .price_block .tanka, .top2021_contents .top2021_contents_case .list > li .price_block .yen {
    font-size: 3.2vw;
  }

}
.top2021_contents .top2021_contents_case .list > li .price_block .price {
  font-size: 26px;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_case .list > li .price_block .price {
    font-size: 4vw;
  }
}
.top2021_contents .top2021_contents_case .list > li .cat_text {
  font-size: 14px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_case .list > li .cat_text {
    font-size: 3.2vw;
	line-height: 1.8;
  }
}
.top2021_contents .top2021_contents_case .btn {
  margin: 40px auto 0;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_case .btn {
    margin: 0 auto;
  }
}
.top2021_contents .top2021_contents_scene {
  margin: 0 0 105px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_scene {
    margin: 0 0 50px;
  }
}
.top2021_contents .top2021_contents_scene .ttl {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 28px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_scene .ttl {
    font-size: 4.8vw;
    margin: 0 0 20px;
  }
}
.top2021_contents .top2021_contents_scene .list {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top2021_contents .top2021_contents_scene .list > a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 49%;
  min-height: 144px;
  margin: 0 2% 25px 0;
  background: #FFF7E0;
  border-radius: 3px;
  font-size: 21px;
  font-weight: 700;
  position: relative;
  line-height: 1.4;
  padding: 0 0 0 27px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_scene .list > a {
    width: 100%;
    margin: 0 0 6px;
    font-size: 3.2vw;
    min-height: 72px;
    padding: 0 0 0 13px;
  }
}
.top2021_contents .top2021_contents_scene .list > a:nth-of-type(2n) {
  margin: 0 0 25px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_scene .list > a:nth-of-type(2n) {
    margin: 0 0 6px;
  }
}
.top2021_contents .top2021_contents_scene .list > a:hover {
  opacity: .7;
}
.top2021_contents .top2021_contents_scene .list > a .img {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background-size: cover;
  border-radius: 0 5px 5px 0;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_scene .list > a .img {
    width: 42%;
  }
}
.top2021_contents .top2021_contents_method {
  margin: 0 0 105px;
  background: #F6F6F4;
  padding: 42px 38px 48px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_method {
    margin: 0 0 50px;
    padding: 21px 19px 24px;
  }
}
.top2021_contents .top2021_contents_method .ttl {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 54px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_method .ttl {
    font-size: 4.8vw;
    margin: 0 0 24px;
  }
}
.top2021_contents .top2021_contents_method .ttl.no_label{
  line-height: 1.4;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_method .ttl.no_label{
    
  }
}
.top2021_contents .top2021_contents_method .ttl.no_label::before, .top2021_contents .top2021_contents_method .ttl.no_label::after {
  display: none;
}
.top2021_contents .top2021_contents_method .ttl::before, .top2021_contents .top2021_contents_method .ttl::after {
  content: '';
  display: block;
  width: 24%;
  height: 8px;
  background-size: contain;
  background-image: url(../images/top2021/border1.svg);
  position: absolute;
  top: 50%;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_method .ttl::before, .top2021_contents .top2021_contents_method .ttl::after {
    width: 12%;
    height: 4px;
  }
}
.top2021_contents .top2021_contents_method .ttl::before {
  left: 0;
}
.top2021_contents .top2021_contents_method .ttl::after {
  right: 0;
}
.top2021_contents .top2021_contents_method > ul {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_method > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.top2021_contents .top2021_contents_method > ul li {
width: 47%; }
@media only screen and (max-width: 768px) {
.top2021_contents .top2021_contents_method > ul li {
width: 100%;
margin: 0 0 19px; } }
@media only screen and (max-width: 768px) {
.top2021_contents .top2021_contents_method > ul li:nth-last-of-type(1) {
margin: 0; } }
.top2021_contents .top2021_contents_method > ul li .top_block {
background-color: #fff;
padding: 23px 162px 28px 23px;
position: relative;
margin: 14px 0 30px; }
@media only screen and (max-width: 768px) {
.top2021_contents .top2021_contents_method > ul li .top_block {
padding: 14px 18px 19px 14px;
margin: 14px 0 19px; } }
.top2021_contents .top2021_contents_method > ul li .top_block > img {
max-width: 162px;
max-height: 150px;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 0;
z-index: 1; }
@media only screen and (max-width: 768px) {
.top2021_contents .top2021_contents_method > ul li .top_block > img {
max-width: 81px;
max-height: 90px; } }
.top2021_contents .top2021_contents_method > ul li .top_block .catch {
font-size: 15px;
line-height: 1.7;
margin: 0 0 5px; }
@media only screen and (max-width: 768px) {
.top2021_contents .top2021_contents_method > ul li .top_block .catch {
font-size: 4vw;
margin: 0 0 2px; } }
.top2021_contents .top2021_contents_method > ul li .top_block .name {
font-size: 26px;
font-weight: 700;
color: #433B32; }
@media only screen and (max-width: 768px) {
.top2021_contents .top2021_contents_method > ul li .top_block .name {
font-size: 4.8vw; } }
.top2021_contents .top2021_contents_method > ul li .des {
font-size: 14px;
line-height: 2.0; }
@media only screen and (max-width: 768px) {
.top2021_contents .top2021_contents_method > ul li .des {
    font-size: 4vw;
    line-height: 1.8;
} }
.top2021_contents .top2021_contents_method .textblock {
  background-color: #FFFFFF;
  padding: 20px 33px 33px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_method .textblock {
    padding: 14px 16px 16px;
  }
}
.top2021_contents .top2021_contents_method .textblock p {
  line-height: 1.6;
}
.top2021_contents .top2021_contents_method .textblock p + p {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_method .textblock p + p {
    margin-top: 1rem;
  }
}
.top2021_contents .top2021_contents_order {
  margin: 0 0 100px;
  border: 1px solid #B7B7A5;
  padding: 94px 61px 0;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_order {
    padding: 69px 24px 0;
    margin: 0 0 50px;
  }
}
.top2021_contents .top2021_contents_order_ttl {
  width: 758px;
  font-size: 34px;
  font-weight: 700;
  color: #3D362A;
  display: inline-block;
  text-align: center;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #ffffff;
  padding: 0 20px;
  line-height: 1.6;
}
@media only screen and (max-width: 1235px) {
  .top2021_contents .top2021_contents_order_ttl {
    width: 82%;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_order_ttl {
    font-size: 4.8vw;
    line-height: 1.8;
    -webkit-transform: translate(-50%, -30%);
            transform: translate(-50%, -30%);
  }
}
.top2021_contents .top2021_contents_order_image {
  max-width: 567px;
  margin: 0 auto 80px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_order_image {
    margin: 0 auto 34px;
  }
}
.top2021_contents .top2021_contents_order_list {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.top2021_contents .top2021_contents_order_list > li {
  width: 28%;
  margin: 0 0 70px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_order_list > li {
    width: 100%;
    margin: 0 0 39px;
  }
}
.top2021_contents .top2021_contents_order_list > li .ttl {
  margin: 0 0 27px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_order_list > li .ttl {
    margin: 0 0 13px;
  }
}
.top2021_contents .top2021_contents_order_list > li .ttl span {
  display: inline-block;
}
.top2021_contents .top2021_contents_order_list > li .ttl .number {
  font-size: 16px;
  font-weight: 500;
  color: #ffffff;
  background: #534d44;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  text-align: center;
  padding: 3px 0 0;
  margin: 0 14px 0 0;
}
@media only screen and (max-width: 1235px) {
  .top2021_contents .top2021_contents_order_list > li .ttl .number {
    font-size: 13px;
    width: 20px;
    height: 20px;
    margin: 0 11px 0 0;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_order_list > li .ttl .number {
    font-size: 4vw;
    width: 22px;
    height: 22px;
    padding-top: .5vw;
  }
}
.top2021_contents .top2021_contents_order_list > li .ttl .text {
  font-size: 26px;
  font-weight: 700;
  color: #534D44;
  vertical-align: text-bottom;
}
@media only screen and (max-width: 1235px) {
  .top2021_contents .top2021_contents_order_list > li .ttl .text {
    font-size: 21px;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_order_list > li .ttl .text {
    font-size: 4vw;
    vertical-align: middle;
  }
}
.top2021_contents .top2021_contents_order_list > li .des {
  font-size: 14px;
  line-height: 2.0;
  color: #3D362A;
  margin: 0 0 31px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_order_list > li .des {
    font-size: 4vw;
    margin: 0 0 18px;
	line-height: 1.8;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_order_list > li > img {
    width: 80%;
    margin: 0 auto;
  }
}
.top2021_contents .top2021_contents_flow {
  margin: 0 0 87px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_flow {
    margin: 0 0 43px;
  }
}
.top2021_contents .top2021_contents_flow .ttl {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin: 0 0 35px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_flow .ttl {
    font-size: 4.8vw;
  }
}
.top2021_contents .top2021_contents_flow .ttl::before, .top2021_contents .top2021_contents_flow .ttl::after {
  content: '';
  display: block;
  width: 21%;
  height: 8px;
  background-size: contain;
  background-image: url(../images/top2021/border1.svg);
  position: absolute;
  top: 50%;
}
.top2021_contents .top2021_contents_flow .ttl::before {
  left: 10%;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_flow .ttl::before {
    left: 0;
  }
}
.top2021_contents .top2021_contents_flow .ttl::after {
  right: 10%;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_flow .ttl::after {
    right: 0;
  }
}
.top2021_contents .top2021_contents_flow > ul {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin: 0 0 30px;
  justify-content: space-between;

}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_flow > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 0 0 4vw;
  }
}
.top2021_contents .top2021_contents_flow > ul li {
  width: 16%;
  width: calc(100% / 6 - 10px);
  border: 1px solid #CCCCCC;
  /* margin: 0 1.2% 0 0; */
  padding: 31px 0 14px;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_flow > ul li {
    width: 100%;
    margin: 0 0 18px;
    padding: 10px 0 10px 17%;
  }
}
.top2021_contents .top2021_contents_flow > ul li:nth-last-of-type(1) {
  margin: 0;
}
.top2021_contents .top2021_contents_flow > ul li:nth-last-of-type(1)::before {
  display: none;
}
.top2021_contents .top2021_contents_flow > ul li::before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #1a1a1a;
  position: absolute;
  top: 50%;
  right: -12px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_flow > ul li::before {
    top: auto;
    right: 0;
    bottom: -7px;
    left: 0;
    margin: auto;
    border-width: 5px 5px 0 5px;
    border-color: #1a1a1a transparent transparent transparent;
    -webkit-transform: translate(0px, 100%);
            transform: translate(0px, 100%);
  }
}
.top2021_contents .top2021_contents_flow > ul li .number {
  position: absolute;
  top: -9px;
  left: 0;
  font-size: 25px;
  color: #433B32;
  width: 58px;
  text-align: center;
  background: #ffffff;
  font-weight: 500;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_flow > ul li .number {
    font-size: 4.8vw;
    width: 34px;
  }
}
.top2021_contents .top2021_contents_flow > ul li > img {
  max-height: 30px;
  max-width: 30px;
  margin: 0 auto 15px;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_flow > ul li > img {
    display: inline-block;
    max-height: 20px;
    max-width: 20px;
    margin: 0 10px 3px 0;
    vertical-align: bottom;
  }
}
.top2021_contents .top2021_contents_flow > ul li .text {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  /* height: 49px; */
  font-weight: 500;
}
@media only screen and (max-width: 1235px) {
  .top2021_contents .top2021_contents_flow > ul li .text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_flow > ul li .text {
    height: auto;
    display: inline-block;
  }
}


.top2021_contents .top2021_contents_flow .des {
  font-size: 14px;
  line-height: 2.0;

}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_flow .des {
    font-size: 3.6vw;
  }
}
.top2021_contents .top2021_contents_flow .btn {
  margin: 50px auto 0 auto;
}
@media screen and (max-width: 767px) {
  .top2021_contents .top2021_contents_flow .btn {
    margin: 6vw auto 0 auto;
  }
}
.top2021_contents .top2021_contents_flow .textblock {
  
}
.top2021_contents .top2021_contents_flow .textblock p {
  line-height: 1.6;
}
.top2021_contents .top2021_contents_flow .textblock p + p {
  margin-top: 1.5rem;
}
@media only screen and (max-width: 768px) {
  .top2021_contents .top2021_contents_flow .textblock p + p {
    margin-top: 1rem;
  }
}
.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: 4vw;
  }
}
.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: 18px;
    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: 14px;
  }
}
@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 11px;
  }
}
.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: 18px;
    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 {
	font-size: 3.2vw;
    margin: 0 6vw 91px;
    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;
    /* 調整（2023.10/3） */
    bottom: -3%;
    /*  */
  }
}
.fixedFooter.visible {
  -webkit-animation: slideExpandUp_btn 1s ease-out forwards;
          animation: slideExpandUp_btn 1s ease-out forwards;
  visibility: visible !important;
}
.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: 4.8vw;
margin: 0 0 7px;
line-height: 1.6; } }
.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.8; }
@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.8; } }
