@charset "UTF-8";
/*
	HTML5 Reset :: style.css
	----------------------------------------------------------
	We have learned much from/been inspired by/taken code where offered from:

	Eric Meyer					:: http://meyerweb.com
	HTML5 Doctor				:: http://html5doctor.com
	and the HTML5 Boilerplate	:: http://html5boilerplate.com

-------------------------------------------------------------------------------*/
/* Let's default this puppy out
-------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, menu, nav, section, time, mark, audio, video, details, summary {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}

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

/* Handle box-sizing while better addressing child elements:
   http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

/* consider resetting the default cursor: https://gist.github.com/murtaugh/5247154 */
/* Responsive images and other embedded objects */
/* if you don't have full control over `img` tags (if you have to overcome attributes), consider adding height: auto */
img,
object,
embed {
  max-width: 100%;
}

/*
   Note: keeping IMG here will cause problems if you're using foreground images as sprites.
	In fact, it *will* cause problems with Google Maps' controls at small size.
	If this is the case for you, try uncommenting the following:

#map img {
		max-width: none;
}
*/
/* force a vertical scrollbar to prevent a jumpy page */
html {
  overflow-y: scroll;
}

/* we use a lot of ULs that aren't bulleted.
	you'll have to restore the bullets within content,
	which is fine because they're probably customized anyway */
ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted #000;
  cursor: help;
}

/* tables still need cellspacing="0" in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

th {
  font-weight: bold;
  vertical-align: bottom;
}

td {
  font-weight: normal;
  vertical-align: top;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

pre {
  white-space: pre;
  /* CSS2 */
  white-space: pre-wrap;
  /* CSS 2.1 */
  white-space: pre-line;
  /* CSS 3 (and 2.1 as well, actually) */
  word-wrap: break-word;
  /* IE */
}

input[type="radio"] {
  vertical-align: text-bottom;
}

input[type="checkbox"] {
  vertical-align: bottom;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

select, input, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

small {
  font-size: 85%;
}

strong {
  font-weight: bold;
}

td, td img {
  vertical-align: top;
}

/* Make sure sup and sub don't mess with your line-heights http://gist.github.com/413930 */
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* standardize any monospaced elements */
pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

/* hand cursor on clickable elements */
.clickable,
label,
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
}

/* Webkit browsers add a 2px margin outside the chrome of form elements */
button, input, select, textarea {
  margin: 0;
}

/* make buttons play nice in IE */
button,
input[type=button] {
  width: auto;
  overflow: visible;
}

/* scale images in IE7 more attractively */
.ie7 img {
  -ms-interpolation-mode: bicubic;
}

/* prevent BG image flicker upon hover
   (commented out as usage is rare, and the filter syntax messes with some pre-processors)
.ie6 html {filter: expression(document.execCommand("BackgroundImageCache", false, true));}
*/
/* let's clear some floats */
.clearfix:before, .clearfix:after {
  content: "\0020";
  display: block;
  height: 0;
  overflow: hidden;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

html {
  font-size: 62.5%;
  height: auto;
  overflow: visible;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #131313;
  height: auto;
  overflow: visible;
}

@media screen and (max-width: 768px) {
  body.is__fix {
    overflow: hidden;
    height: 100%;
    position: static;
  }
}

img {
  vertical-align: bottom;
}

a:hover img[src$=".jpg"] {
  opacity: .75;
}

a:hover img[src$=".png"] {
  opacity: .75;
}

a:hover img[src$=".webp"] {
  opacity: .75;
}

.slick-slider {
  opacity: 0;
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
}

.slick-slider.slick-initialized {
  opacity: 1;
}

.container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

.pcnon {
  display: none !important;
}

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

.spnon {
  display: block !important;
}

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

.lowPage__header {
  height: 360px;
  padding-top: 80px;
  background: #fff!important;
  border-bottom: 1px solid #bebebe;
}

@media screen and (max-width: 768px) {
  .lowPage__header {
    height: 213px;
    padding-top: 70px;
    margin-bottom: 40px;
  }
}

.lowPage__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  font-size: 4.2rem;
}

@media screen and (max-width: 768px) {
  .lowPage__ttl {
    font-size: 2.5rem;
  }
}

.lowPage__ttl_type_vt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.lowPage__ttlTxt {
  font-weight: bold;
  display: inline-block;
  padding: 5px;
  line-height: 1;
}

.lowPage__ttlTxt_type_sm {
  font-size: 2.4rem;
  margin-bottom: 2px;
}

@media screen and (max-width: 768px) {
  .lowPage__ttlTxt_type_sm {
    font-size: 1.8rem;
    margin-bottom: -.15em !important;
  }
}

@media screen and (max-width: 768px) {
  .lowPage__ttlTxt {
    padding: 0 .1em;
    margin: .4em 0 .15em;
    line-height: 1.4;
  }
}

.breadcrumb {
  margin-top: 15px;
  margin-bottom: 80px;
}
.breadcrumb__item {
  display: inline-block;
}
.breadcrumb__item:nth-child(n+2)::before {
  content: " - ";
}
.breadcrumb__link {
  font-size: 1.2rem;
  line-height: 1.2;
}
a.breadcrumb__link {
  color: inherit;
  text-decoration: underline;
}
a.breadcrumb__link:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.sectionHead {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .sectionHead {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
    margin-bottom: 25px;
  }
}

.sectionHead__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 100px);
}

@media screen and (max-width: 1150px) {
  .sectionHead__ttl {
    line-height: 1.35;
  }
}

@media screen and (max-width: 768px) {
  .sectionHead__ttl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    width: 100%;
  }
}

.sectionHead__ttlEn {
  font-size: 6.1rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
}

@media screen and (max-width: 1150px) {
  .sectionHead__ttlEn {
    font-size: 4.5rem;
    width: -webkit-min-content;
    width: -moz-min-content;
    width: min-content;
  }
}

@media screen and (max-width: 768px) {
  .sectionHead__ttlEn {
    font-size: 4.5rem;
    line-height: 1.1;
    margin-bottom: 10px;
    width: 100%;
  }
}

.sectionHead__ttlJp {
  padding-left: 25px;
  font-size: 1.45rem;
}

@media screen and (max-width: 1150px) {
  .sectionHead__ttlJp {
    max-width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .sectionHead__ttlJp {
    padding-left: 0;
    text-align: center;
    width: 100%;
    display: block;
    max-width: none;
  }
}

.sectionHead__ttlJpSt {
  font-size: 2.4rem;
  font-weight: bold;
  display: block;
}

@media screen and (max-width: 1150px) {
  .sectionHead__ttlJpSt {
    font-size: 2.2rem;
    margin-bottom: 5px;
  }
}

@media screen and (max-width: 768px) {
  .sectionHead__ttlJpSt {
    font-size: 2.2rem;
    margin-bottom: 10px;
    width: 100%;
  }
}

.bdcTtl {
  position: relative;
}

.bdcTtl:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #131313;
  position: absolute;
  left: 0;
  top: calc(50% - .5px);
  display: block;
}

@media screen and (max-width: 768px) {
  .bdcTtl:after {
    display: none;
  }
}

.bdcTtl__txt {
  font-size: 2.4rem;
  font-weight: bold;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-right: .5em;
  display: inline-block;
}

@media screen and (max-width: 768px) {
  .bdcTtl__txt {
    font-size: 1.8rem;
    padding: 0;
  }
}

.bdTtl02 {
  font-size: 2.8rem;
  font-weight: bold;
  border-top: 1px solid #131313;
  border-bottom: 1px solid #131313;
  text-align: center;
  padding: 20px 0;
}

@media screen and (max-width: 768px) {
  .bdTtl02 {
    font-size: 1.6rem;
    padding: 10px 0;
  }
}

.sqBt {
  font-size: 1.6rem;
  color: #131313;
  text-decoration: none;
  min-width: 97px;
  height: 48px;
  border: 1px solid #131313;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  background-color: #fff;
  padding: 10px 25px;
}

@media screen and (max-width: 768px) {
  .sqBt {
    position: static;
    min-width: 126px;
    height: 41px;
    font-size: 1.6rem;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    right: auto;
    top: auto;
  }
}

.sqBt:after {
  content: "";
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .sqBt:after {
    width: 5px;
    height: 10px;
    top: calc(50% - 5px);
    position: absolute;
    right: 10px;
  }
}

.sqBt:hover {
  background-color: #131313;
  color: #fff;
}

.sqBt span {
  font-weight: bold;
  line-height: 1.2;
}

.sqBt .cpy {
  font-size: .8em;
  font-weight: bold;
  display: block;
}

.sectionBt {
  position: absolute;
  top: 23px;
  right: 30px;
  font-size: 1.6rem;
  color: #131313;
  text-decoration: none;
  width: 97px;
  height: 48px;
  border: 1px solid #131313;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  background-color: #fff;
}

.sectionBt:hover {
  background-color: #131313;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .sectionBt {
    position: static;
    width: 126px;
    height: 41px;
    font-size: 1.6rem;
    text-align: center;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    right: auto;
    top: auto;
  }
}

.sectionBt:after {
  content: "";
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .sectionBt:after {
    width: 5px;
    height: 10px;
    top: calc(50% - 5px);
    position: absolute;
    right: 10px;
  }
}

.listBt {
  width: 250px;
  height: 68px;
  background-color: #131313;
  color: #fff;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.8rem;
  font-weight: bold;
  border: 2px solid #131313;
}

@media screen and (max-width: 768px) {
  .listBt {
    width: 161px;
    height: 44px;
    font-size: 1.6rem;
  }
}

.listBt:hover {
  color: #131313;
  background-color: #fff;
}

.listBt:hover:before {
  background-image: url(../img/icon_list_black.svg);
}

.listBt:before {
  content: "";
  background: url(../img/icon_list.svg) no-repeat center center/cover;
  width: 21px;
  height: 21px;
  display: block;
  margin-right: 10px;
}

.contactBt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ED000F;
  color: #fff;
  height: 79px;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: bold;
}

.contactBt:hover {
  background-color: #131313;
}

@media screen and (max-width: 768px) {
  .contactBt {
    width: 100%;
    height: 45px;
    font-size: 1.4rem;
  }
}

.contactBt:before {
  content: "";
  display: block;
  width: 19px;
  height: 13px;
  background: url(../img/icon_mail.svg) no-repeat center center/cover;
  margin-right: 10px;
}

.pagination {
  margin-top: 65px;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin-top: 45px;
  }
}

.pagination__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pagination__item {
  padding: 0 7px;
  width: 64px;
  height: 50px;
}

@media screen and (max-width: 768px) {
  .pagination__item {
    width: 50px;
    height: 40px;
    padding: 0 5px;
  }
}

.pagination__item_type_prev, .pagination__item_type_next, .pagination__item_type_dot {
  width: 40px;
}

.pagination__link,
.pagination__item .page-numbers {
  color: inherit;
  text-decoration: none;
}

.pagination__link_type_prev,
.pagination__item .page-numbers.prev {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: none;
}

.pagination__link_type_prev:hover,
.pagination__item .page-numbers.prev:hover {
  opacity: .7;
  background-color: inherit;
  color: inherit;
}

.pagination__icon {
  width: 6px;
}

.pagination__iconImg {
  fill: none;
  stroke: #131313;
  stroke-miterlimit: 10;
  stroke-width: 2px;
}

.pagination__link_type_num,
.pagination__item .page-numbers {
  width: 100%;
  height: 100%;
  border: 1px solid #131313;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pagination__link_type_num,
  .pagination__item .page-numbers {
    font-size: 1.4rem;
  }
}

.pagination__link_type_num:hover,
.pagination__item .page-numbers:hover {
  background-color: #131313;
  color: #fff;
}

.pagination__link_type_current,
.pagination__item .page-numbers.current {
  background-color: #131313;
  color: #fff;
}

.pagination__link_type_dot,
.pagination__item .page-numbers.dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  letter-spacing: -.35em;
  border: none;
  font-weight: normal;
}

.pagination__link_type_dot:hover,
.pagination__item .page-numbers.dots:hover {
  background-color: inherit;
  color: inherit;
}

.pagination__link_type_next,
.pagination__item .page-numbers.next {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  border: none;
}

.pagination__link_type_next:hover,
.pagination__item .page-numbers.next:hover {
  opacity: .7;
  background-color: inherit;
  color: inherit;
}

.pagination__number {
  text-align: center;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .pagination__number {
    font-size: 1.2rem;
    margin-top: 15px;
  }
}

.interviewList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -20px;
}

.interviewList__item {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  padding: 20px;
}

.interviewList__link {
  display: block;
  text-decoration: none;
  color: inherit;
}

.interviewList__link:hover .interviewList__fig {
  opacity: .75;
}

.interviewList__fig {
  margin-bottom: 15px;
  padding-top: 68%;
  overflow: hidden;
  position: relative;
}

.interviewList__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.interviewList__cat {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .interviewList__cat {
    font-size: 1.6rem;
  }
}

.interviewList__ttl {
  font-size: 1.8rem;
  margin-top: 5px;
}

.itemNumber {
  text-align: right;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .itemNumber {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 40px;
  }
}

.itemList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -25px -20px;
}

@media screen and (max-width: 768px) {
  .itemList {
    margin: -10px;
  }
}

.itemList__item {
  width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  padding: 25px 20px;
}

@media screen and (max-width: 768px) {
  .itemList__item {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 10px 10px;
  }
}

.itemList__link {
  color: inherit;
  text-decoration: none;
}

.itemList__fig {
  margin-bottom: 15px;
  background-color: #131313;
}

@media screen and (max-width: 768px) {
  .itemList__fig {
    margin-bottom: 10px;
  }
}

.itemList__name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .itemList__name {
    font-size: 1.4rem;
    padding-right: 15px;
  }
}

.itemList__name:after {
  content: "";
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  position: absolute;
  right: 0;
  top: 9px;
}

.readymade__inner--package .itemList {
  margin: -15px -10px;
}
.readymade__inner--package .itemList__item {
  padding: 15px 10px;
}
.readymade__inner--package .itemList__name:after {
  content: none;
}
@media screen and (max-width: 768px) {
  .readymade__inner--package .itemList {
    margin: -10px;
  }
  .readymade__inner--package .itemList__item {
    padding: 10px 10px;
  }
}


.tabsBody__item {
  display: none;
}

.tabsBody__item_is_active {
  display: block;
}

.tabsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .tabsList_col_3 {
    margin-left: -3px;
    margin-right: -3px;
  }
}

.tabsList_col_3 .tabsList__item {
  width: 364px;
  -webkit-flex-basis: 364px;
      -ms-flex-preferred-size: 364px;
          flex-basis: 364px;
  margin: 0 2px;
}

@media screen and (max-width: 768px) {
  .tabsList_col_3 .tabsList__item {
    width: calc(33.333%  -2px);
    -webkit-flex-basis: calc(33.333%  -2px);
        -ms-flex-preferred-size: calc(33.333%  -2px);
            flex-basis: calc(33.333%  -2px);
  }
}

@media screen and (max-width: 768px) {
  .tabsList {
    margin-bottom: 5px;
  }
}

.tabsList:after {
  content: "";
  width: 100vw;
  height: 1px;
  background-color: #131313;
  position: absolute;
  bottom: 0;
  left: -calc(50vw);
}

.tabsList__item {
  width: 443px;
  border: 1px solid #131313;
  border-bottom: 0;
  line-height: 1;
  padding: 20px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  background-color: #131313;
  color: #fff;
  cursor: pointer;
}

.tabsList__item:hover {
  background-color: #fff;
  color: #131313;
  position: relative;
}

.tabsList__item:hover:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .tabsList__item {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.tabsList__item_is_active {
  background-color: #fff;
  color: #131313;
  position: relative;
}

.tabsList__item_is_active:after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  z-index: 2;
}


.tabsList__item_is_none {
  background: none;
  border: none;
}

.tabsList__item_is_brn {
  border-right: 0;
}

.tabContent {
  padding: 65px 0;
  position: relative;
}

.tabContent:after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #131313, #131313 2px, transparent 2px, transparent 6px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .tabContent {
    padding: 20px 0;
  }
}

.tabContent__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.tabContent__fig {
  width: 386px;
  -webkit-flex-basis: 386px;
      -ms-flex-preferred-size: 386px;
          flex-basis: 386px;
}

@media screen and (max-width: 1150px) {
  .tabContent__fig {
    width: 35%;
    -webkit-flex-basis: 35%;
        -ms-flex-preferred-size: 35%;
            flex-basis: 35%;
  }
}

@media screen and (max-width: 768px) {
  .tabContent__fig {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 20px;
  }
}

.tabContent__desc {
  width: calc(100% - 386px);
  -webkit-flex-basis: calc(100% - 386px);
      -ms-flex-preferred-size: calc(100% - 386px);
          flex-basis: calc(100% - 386px);
  padding-left: 55px;
}

@media screen and (max-width: 1150px) {
  .tabContent__desc {
    width: 65%;
    -webkit-flex-basis: 65%;
        -ms-flex-preferred-size: 65%;
            flex-basis: 65%;
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .tabContent__desc {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-left: 0;
  }
}

.tabContent__ttl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 1150px) {
  .tabContent__ttl {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 768px) {
  .tabContent__ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.tabContent__subTtl {
  margin-top: 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .tabContent__subTtl {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

.tabContent__ttlNum {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #131313;
  margin-right: 20px;
}

@media screen and (max-width: 1150px) {
  .tabContent__ttlNum {
    font-size: 2.2rem;
    width: 45px;
    height: 45px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 768px) {
  .tabContent__ttlNum {
    font-size: 1.2rem;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

.tabContent__para {
  font-size: 1.8rem;
  line-height: 1.55;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .tabContent__para {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.tabContent__para:last-of-type {
  margin-bottom: 0;
}

.tabContent__tel {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .tabContent__tel {
    pointer-events: auto;
  }
}

.tabContent__list {
  margin: 20px 0;
}

.tabContent__linkBt {
  font-size: 1.6rem;
  background-color: #F4F5F5;
  text-decoration: underline;
  padding: 8px 20px;
  border-radius: 40px;
  color: inherit;
  margin-top: 20px;
  display: inline-block;
}

.tabContent__linkBt:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .tabContent__linkBt {
    padding: 5px 10px;
    font-size: 1.4rem;
  }
}

.tabContent__bts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 25px -10px 0 -10px;
}

@media screen and (max-width: 768px) {
  .tabContent__bts {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 15px 0 0 0;
  }
}

.tabContent .sqBt {
  position: relative;
  width: 210px;
}

@media screen and (max-width: 768px) {
  .tabContent .sqBt {
    width: 100%;
  }
}

.tabContent .sqBt:after {
  position: absolute;
  right: 15px;
  top: calc(50% - 4.5px);
}

.tabContent__btsItem {
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .tabContent__btsItem {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0;
  }
  .tabContent__btsItem:first-of-type {
    margin-bottom: 15px;
  }
}

.tabContent__btsLink {
  width: 190px;
  height: 48px;
  border: 1px solid #131313;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: none;
  color: inherit;
  position: relative;
}

.tabContent__btsLink_type_lg {
  width: 270px;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .tabContent__btsLink {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.tabContent__btsLink:hover {
  background-color: #131313;
  color: #fff;
}

.tabContent__btsLink::after {
  content: "";
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  margin-left: 10px;
  position: absolute;
  right: 15px;
  top: calc(50% - 4.5px);
}

.tabContent__about {
  margin-top: 15px;
}

.tabContent__about_type_bd {
  -webkit-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.05);
}

.tabContent__about_type_bd .tabContent__aboutDl {
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-bottom: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  position: relative;
}

.tabContent__about_type_bd .tabContent__aboutDl:after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #E1E1E1;
  position: absolute;
  left: 20px;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .tabContent__about_type_bd .tabContent__aboutDl {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.tabContent__about_type_bd .tabContent__aboutDl:last-of-type {
  border: none;
}

.tabContent__about_type_bd .tabContent__aboutDl:last-of-type:after {
  display: none;
}

@media screen and (max-width: 768px) {
  .tabContent__about_type_bd .tabContent__aboutDt {
    margin-bottom: 10px;
  }
}

.tabContent__about_type_bd .tabContent__aboutHead {
  font-size: 2.0rem;
  font-weight: bold;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .tabContent__about_type_bd .tabContent__aboutHead {
    font-size: 1.6rem;
    text-align: left;
  }
}

.tabContent__about_type_bd .tabContent__aboutPara {
  margin-top: 5px;
  line-height: 1.625;
}

@media screen and (max-width: 768px) {
  .tabContent__about_type_bd .tabContent__aboutPara {
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 769px) {
  .design__section .tabContent__about_type_bd .tabContent__aboutPara {
    text-align: right;
  }
}

.tabContent__aboutDl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.05);
  padding: 0 20px;
  margin-bottom: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .tabContent__aboutDl {
    margin-bottom: 15px;
  }
}

.tabContent__aboutDl:last-of-type {
  margin-bottom: 0;
}

.tabContent__aboutDt {
  font-size: 2.0rem;
  font-weight: bold;
  width: 206px;
  -webkit-flex-basis: 206px;
      -ms-flex-preferred-size: 206px;
          flex-basis: 206px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 20px;
  border-left: 3px solid #ED000F;
}

@media screen and (max-width: 768px) {
  .tabContent__aboutDt {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-left: 0;
    border-left: none;
    border-bottom: 2px solid #ED000F;
    padding-bottom: 5px;
    font-size: 1.4rem;
  }
}

.tabContent__aboutDd {
  width: calc(100% - 206px);
  -webkit-flex-basis: calc(100% - 206px);
      -ms-flex-preferred-size: calc(100% - 206px);
          flex-basis: calc(100% - 206px);
}

@media screen and (max-width: 768px) {
  .tabContent__aboutDd {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.tabContent__aboutList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tabContent__aboutItem {
  font-size: 2.0rem;
  font-weight: bold;
  width: calc(50% - 12px);
  -webkit-flex-basis: calc(50% - 12px);
      -ms-flex-preferred-size: calc(50% - 12px);
          flex-basis: calc(50% - 12px);
  padding: 15px 0;
  border-bottom: 1px solid #E1E1E1;
}

@media screen and (max-width: 768px) {
  .tabContent__aboutItem {
    font-size: 1.4rem;
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 10px 0;
  }
  .tabContent__aboutItem:nth-of-type(even) {
    text-align: right;
  }
}

.tabContent__aboutItem:nth-last-of-type(2), .tabContent__aboutItem:nth-last-of-type(1) {
  border: none;
}

.tabContent__aboutItem:last-of-type() {
  border: none;
}

.tabContent__aboutCaution {
  margin-top: 20px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .tabContent__aboutCaution {
    font-size: 1.4rem;
    text-align: left;
    margin-top: 15px;
  }
}

.tabContent__bt {
  width: 265px;
  margin-top: 25px;
}

.tabContent__bt + .tabContent__bt {
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .tabContent__bt + .tabContent__bt {
    margin-left: 0;
    margin-top: 20px;
  }
  .tabContent__bt.contactBt {
    width: 100%;
  }
}

.tabContent__cautionDl {
  margin-top: 25px;
}

@media screen and (max-width: 768px) {
  .tabContent__cautionDl {
    margin-top: 20px;
  }
}

.tabContent__cautionDt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .tabContent__cautionDt {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}

.tabContent__cautionDt:before {
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/icon_ex_black.svg) no-repeat center center/cover;
  margin-right: 3px;
}

.tabContent__cautionDd {
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .tabContent__cautionDd {
    line-height: 1.5;
  }
}

.tabContent__cautionList {
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .tabContent__cautionList {
    line-height: 1.5;
  }
}

.tabContent__cautionItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .tabContent__cautionItem {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.tabContent__cautionItem:before {
  content: "・";
}

.catchHead {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .catchHead {
    margin-bottom: 30px;
  }
}

.catchHead__dl {
  border: 1px solid #131313;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 8px;
}

@media screen and (max-width: 768px) {
  .catchHead__dl {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    padding: 10px;
  }
}

.catchHead__dt {
  background-color: #FFEF18;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px 70px;
  font-size: 2.2rem;
  line-height: 1.72;
  font-weight: bold;
  position: relative;
  min-width: 360px;
}

@media screen and (max-width: 1150px) {
  .catchHead__dt {
    font-size: 1.6rem;
    min-width: 300px;
  }
}

@media screen and (max-width: 768px) {
  .catchHead__dt {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    font-size: 1.4rem;
    padding: 10px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
    min-width: auto;
  }
  .catchHead__dt br {
    display: none;
  }
}

@media screen and (min-width: 1261px) {
  .design__catch .catchHead__dt {
    padding: 20px 40px;
    min-width: 300px;
  }
}

@media screen and (min-width: 769px) {
  .design__catch .catchHead__dt {
    padding: 20px 40px;
    min-width: 240px;
  }
}

@media screen and (min-width: 1151px) and (max-width: 1260px) {
  .design__catch .catchHead__item {
    font-size: 1.8rem;
  }
}


.catchHead__dt:after {
  content: "";
  position: absolute;
  top: 0;
  right: -43px;
  width: 43px;
  height: 100%;
  background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, transparent), color-stop(50%, #FFEF18)) top left/100% 50% no-repeat, -webkit-gradient(linear, right bottom, left top, color-stop(50%, transparent), color-stop(50%, #FFEF18)) bottom left/100% 50% no-repeat;
  background: linear-gradient(to bottom left, transparent 50%, #FFEF18 50%) top left/100% 50% no-repeat, linear-gradient(to top left, transparent 50%, #FFEF18 50%) bottom left/100% 50% no-repeat;
}

@media screen and (max-width: 768px) {
  .catchHead__dt:after {
    background: -webkit-gradient(linear, right top, left bottom, color-stop(50%, #FFEF18), color-stop(50%, transparent)) top left/50% 100% no-repeat, -webkit-gradient(linear, left top, right bottom, color-stop(50%, #FFEF18), color-stop(50%, transparent)) top right/50% 100% no-repeat;
    background: linear-gradient(to bottom left, #FFEF18 50%, transparent 50%) top left/50% 100% no-repeat, linear-gradient(to bottom right, #FFEF18 50%, transparent 50%) top right/50% 100% no-repeat;
    top: auto;
    bottom: -20px;
    width: 100%;
    height: 20px;
    left: 0;
  }
}

.catchHead__dd {
  padding: 20px 0 20px 70px;
}

@media screen and (max-width: 768px) {
  .catchHead__dd {
    padding: 5px;
  }
}

.catchHead__list_type_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-right: 60px;
}

@media screen and (max-width: 768px) {
  .catchHead__list_type_col {
    display: block;
    padding-right: 0;
  }
}

.catchHead__item {
  width: 100%;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: -.05em;
}

@media screen and (max-width: 1150px) {
  .catchHead__item {
    font-size: 1.6rem;
    letter-spacing: 0;
  }
}

@media screen and (max-width: 768px) {
  .catchHead__item {
    font-size: 1.4rem;
    margin-bottom: 10px;
  }
}

.catchHead__item:last-of-type {
  margin-bottom: 0;
}

.catchHead__item:before {
  content: "・";
}

.catchHead__st {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFF571));
  background: linear-gradient(transparent 60%, #FFF571 60%);
}

.mailForm__list {
  max-width: 615px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media screen and (max-width: 768px) {
  .mailForm__list {
    margin-bottom: 30px;
  }
}

.mailForm__list:after {
  content: "";
  width: calc(100% - 40px);
  height: 1px;
  background-color: #131313;
  position: absolute;
  top: 20px;
  left: 20px;
}

@media screen and (max-width: 768px) {
  .mailForm__list:after {
    top: 14px;
  }
}

.mailForm__item {
  position: relative;
  z-index: 2;
}

.mailForm__item_is_active .mailForm__itemNum {
  background-color: #131313;
  color: #fff;
}

.mailForm__itemInner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}

.mailForm__itemNum {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 39px;
  height: 39px;
  border: 1px solid #131313;
  border-radius: 39px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .mailForm__itemNum {
    font-size: 1.0rem;
    width: 28px;
    height: 28px;
  }
}

.mailForm__itemTxt {
  display: block;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .mailForm__itemTxt {
    font-size: 1.4rem;
    margin-top: 5px;
  }
}

.mailForm__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .mailForm__ttl {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
}

.mailForm__intro {
  text-align: center;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .mailForm__intro {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .mailForm__intro_type_thanks {
    text-align: left;
  }
}

.mailForm__note {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .mailForm__note {
    font-size: 1.7rem;
    margin-bottom: 20px;
  }
}

.mailForm__contents {
  border-top: 1px solid #ECECEC;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .mailForm__contents {
    margin-bottom: 25px;
  }
}

.mailForm__contents_type_confirm .mailForm__dt_type_req:after {
  display: none;
}

.mailForm__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 25px 0;
  border-bottom: 1px solid #ECECEC;
}

@media screen and (max-width: 768px) {
  .mailForm__dl {
    padding: 20px 0;
  }
}

.mailForm__dt {
  font-size: 1.8rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-weight: bold;
  width: 300px;
  -webkit-flex-basis: 300px;
      -ms-flex-preferred-size: 300px;
          flex-basis: 300px;
}

@media screen and (max-width: 768px) {
  .mailForm__dt {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    font-size: 1.7rem;
    margin-bottom: 15px;
  }
  .mailForm__dt br {
    display: none;
  }
}

.mailForm__dt span {
  font-weight: bold;
}

.mailForm__dt_type_req:after {
  content: "必須";
  width: 37px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
  background-color: #ED000F;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .mailForm__dt_type_req:after {
    font-size: 1.5rem;
    width: 36px;
    height: 20px;
  }
}

.mailForm__dd {
  width: calc(100% - 300px);
  -webkit-flex-basis: calc(100% - 300px);
      -ms-flex-preferred-size: calc(100% - 300px);
          flex-basis: calc(100% - 300px);
  padding-left: 25px;
}

@media screen and (max-width: 768px) {
  .mailForm__dd {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-left: 0;
  }
}

.mailForm__dd .form-err {
  color: red;
  margin-top: 5px;
}

.mailForm__selectLab {
  width: 425px;
  position: relative;
  display: block;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .mailForm__selectLab {
    width: 100%;
  }
}

.mailForm__selectLab:after {
  content: "";
  display: block;
  width: 11px;
  height: 24.5px;
  background: url(../img/icon_select.svg) no-repeat center center/cover;
  position: absolute;
  top: calc(50% - 12.25px);
  right: 20px;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .mailForm__selectLab:after {
    width: 7px;
    height: 13.5px;
    right: 15px;
    top: calc(50% - 6.75px);
  }
}

.mailForm__select {
  width: 100%;
  font-size: 1.8rem;
  padding: 15px 20px;
  border: 1px solid #000;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
}

@media screen and (max-width: 768px) {
  .mailForm__select {
    padding: 12px 15px;
    font-size: 1.6rem;
  }
}

.mailForm__check {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .mailForm__check {
    margin-top: 10px;
  }
}

.mailForm__checkLab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.mailForm__checkLab:before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #131313;
  display: block;
}

.mailForm__checkInp {
  display: none;
}

.mailForm__checkInp:checked + .mailForm__checkTxt:before {
  opacity: 1;
}

.mailForm__checkTxt {
  font-size: 1.8rem;
  margin-left: .5em;
}

@media screen and (max-width: 768px) {
  .mailForm__checkTxt {
    font-size: 1.6rem;
  }
}

.mailForm__checkTxt::before {
  content: "";
  border: 2px solid #ED000F;
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 0.5rem;
  width: 1rem;
  position: absolute;
  left: 4px;
  top: 10px;
  opacity: 0;
}

.mailForm__input {
  font-size: 1.8rem;
  padding: 15px 20px;
  border: 1px solid #000;
  background-color: #fff;
  width: 100%;
  display: block;
}

@media screen and (max-width: 768px) {
  .mailForm__input {
    padding: 12px 15px;
    font-size: 1.6rem;
  }
}

.mailForm__input::-webkit-input-placeholder {
  color: #B2B2B3;
}

.mailForm__input::-moz-placeholder {
  color: #B2B2B3;
}

.mailForm__input:-ms-input-placeholder {
  color: #B2B2B3;
}

.mailForm__input::-ms-input-placeholder {
  color: #B2B2B3;
}

.mailForm__input::placeholder {
  color: #B2B2B3;
}

.mailForm__inpList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .mailForm__inpList {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.mailForm__inpItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.mailForm__inpItem:last-of-type {
  margin-right: 0;
}

@media screen and (max-width: 768px) {
  .mailForm__inpItem {
    margin-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .mailForm__inpItem_type_y {
    width: 100%;
    margin-bottom: 15px;
  }
}

.mailForm__inpItem_type_y .mailForm__inpForm {
  width: 173px;
}

@media screen and (max-width: 768px) {
  .mailForm__inpItem_type_y .mailForm__inpForm {
    width: calc(100% - 1em - 10px);
  }
}

.mailForm__inpForm {
  font-size: 1.8rem;
  padding: 15px 20px;
  border: 1px solid #000;
  background-color: #fff;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .mailForm__inpForm {
    padding: 12px 15px;
    font-size: 1.6rem;
  }
}

.mailForm__inpTxt {
  font-size: 1.8rem;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .mailForm__inpTxt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .mailForm__inpItem_type_m {
    width: calc(50%);
    padding-right: 10px;
  }
}

.mailForm__inpItem_type_m .mailForm__inpForm {
  width: 107px;
}

@media screen and (max-width: 768px) {
  .mailForm__inpItem_type_m .mailForm__inpForm {
    width: calc(100% - 1em - 10px);
  }
}

@media screen and (max-width: 768px) {
  .mailForm__inpItem_type_d {
    width: calc(50%);
    padding-left: 10px;
  }
}

.mailForm__inpItem_type_d .mailForm__inpForm {
  width: 107px;
}

@media screen and (max-width: 768px) {
  .mailForm__inpItem_type_d .mailForm__inpForm {
    width: calc(100% - 1em - 10px);
  }
}

.mailForm__file {
  border: 1px solid #000;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .mailForm__file {
    display: block;
    padding: 20px 25px;
  }
}

.mailForm__fileLab {
  width: 163px;
  min-width: 163px;
  height: 37px;
  background-color: #131313;
  color: #fff;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #131313;
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .mailForm__fileLab {
    width: 100%;
    min-width: none;
    height: 47px;
    font-size: 1.6rem;
  }
}

.mailForm__fileLab:hover {
  background-color: #fff;
  color: #131313;
}

.mailForm__fileTxt {
  padding: 0 5px;
  font-size: 1.8rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: calc(100% - 163px);
}

@media screen and (max-width: 768px) {
  .mailForm__fileTxt {
    font-size: 1.6rem;
    padding: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}

.mailForm__file .del_file_label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 .5em;
  height: 100%;
  width: 30px;
  font-size: 1.2em;
  font-weight: 600;
  color: #999;
  cursor: pointer;
  z-index: 1;
  display: none;
}

.mailForm__file .del_file_check {
  background-color: transparent;
  border-style: none;
  color: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0;
}

.mailForm__fileInp {
  display: none;
}

.mailForm__caution {
  margin-top: 5px;
}

.mailForm__body {
  font-size: 1.8rem;
  padding: 15px 20px;
  border: 1px solid #000;
  background-color: #fff;
  width: 100%;
  height: 200px;
}

@media screen and (max-width: 768px) {
  .mailForm__body {
    height: 160px;
    padding: 12px 15px;
  }
}

.mailForm__privacy {
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .mailForm__privacy {
    margin-bottom: 20px;
  }
}

.mailForm__confirmTxt {
  text-align: center;
  margin-top: 75px;
}

@media screen and (max-width: 768px) {
  .mailForm__confirmTxt {
    margin-top: 40px;
    text-align: left;
  }
}

.mailForm__privacyLink {
  color: inherit;
}

.mailForm__privacyLink:hover {
  text-decoration: none;
}

.mailForm .g-recaptcha {
  margin: 0 0 40px;
  display: flex;
  justify-content: center;
}
.mailForm .form-err-recaptcha {
  margin: -25px 0 40px;
  color: #f00;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .mailForm .g-recaptcha {
    margin: 0 0 20px;
  }
  .mailForm .form-err-recaptcha {
    margin: -10px 0 20px;
    line-height:1.5;
  }
}


.mailForm__bts {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: -10px;
  margin-right: -10px;
}

@media screen and (max-width: 768px) {
  .mailForm__bts {
    margin-left: 0;
    margin-right: 0;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .mailForm__bts.mailForm__bts-confirm {
    flex-direction: column-reverse;
  }
}

.mailForm__btsItem {
  padding: 0 10px;
}

@media screen and (max-width: 768px) {
  .mailForm__btsItem {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .mailForm__btsItem:last-of-type {
    margin-bottom: 0;
  }
  .mailForm__bts-confirm .mailForm__btsItem {
    margin-bottom: 20px;
  }
  .mailForm__bts-confirm .mailForm__btsItem:first-of-type {
    margin-bottom: 0;
  }
}

.mailForm__btsBt {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.8rem;
  background-color: transparent;
  border: 1px solid #131313;
  border-radius: 80px;
  width: 272px;
  font-weight: bold;
  position: relative;
  text-decoration: none;
  color: #131313;
}

@media screen and (max-width: 768px) {
  .mailForm__btsBt {
    font-size: 1.7rem;
    height: 66px;
    width: 100%;
  }
}

.mailForm__btsBt_type_bg {
  color: #fff;
  background-color: #FF7343;
  border: 1px solid #FF7343;
  width: 392px;
}

@media screen and (max-width: 768px) {
  .mailForm__btsBt_type_bg {
    width: 100%;
  }
}

.mailForm__btsBt_type_bg:hover {
  background-color: #131313;
  border-color: #131313;
}

.mailForm__btsBt_type_bg:after {
  content: "";
  display: block;
  background: url(../img/icon_arrow_right_white.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  position: absolute;
  right: 30px;
  top: calc(50% - 4.5px);
}

@media screen and (max-width: 768px) {
  .mailForm__btsBt_type_bg:after {
    right: 20px;
  }
}

.mailForm__btsBt_type_ol:hover {
  background-color: #131313;
  color: #fff;
}

.mailForm__btsBt_type_ol:hover:after {
  background-image: url(../img/icon_arrow_right_white.svg);
}

.mailForm__btsBt_type_ol:after {
  content: "";
  display: block;
  background: url(../img/icon_arrow_right_black.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  position: absolute;
  left: 30px;
  top: calc(50% - 4.5px);
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .mailForm__btsBt_type_ol:after {
    left: 20px;
  }
}

.mailForm__btsBt_type_passive {
  background-color: #ddd;
  pointer-events: none;
  color: #fff;
  border-color: #ddd;
}

.mailForm__changesItem {
  display: none;
}

@media screen and (max-width: 768px) {
  .selectPackages {
    margin-bottom: 10px;
  }
}

.selectPackages__item {
  line-height: 1.77;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .selectPackages__item {
    line-height: 1.5;
  }
}

.selectPackages__lab {
  position: relative;
  cursor: default;
}

.selectPackages__check {
  display: none;
}

.selectPackages__check:checked + .selectPackages__txt:before {
  opacity: 1;
  display: block;
}

.selectPackages__txt {
  font-size: 1.8rem;
  padding-left: 20px;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .selectPackages__txt {
    font-size: 1.6rem;
  }
}

.selectPackages__txt::before {
  content: "";
  border: 2px solid #ED000F;
  border-top-style: none;
  border-right-style: none;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  height: 0.5rem;
  width: 1rem;
  position: absolute;
  left: 4px;
  top: 12px;
  opacity: 0;
}

@media screen and (max-width: 768px) {
  .selectPackages__txt::before {
    top: 9px;
  }
}

.selectPackages__delete {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 .5em;
  height: 100%;
  width: 30px;
  font-size: 1.2em;
  font-weight: 600;
  line-height: 1;
  color: #999;
  cursor: pointer;
  position: absolute;
  right: 4px;
  top: 0;
  z-index: 1;
}

.selectPackages__delete:hover + .selectPackages__lab {
  opacity: .5;
}

html {
  font-size: 62.5%;
}

body.is_active {
  overflow: hidden;
}

.header {
  z-index: 5;
  background-color: #fff;
}

.header.is_scroll {
  position: fixed;
  background-color: #fff;
}

.header.is_scroll .header__logoImg.pcnon {
  display: block !important;
}

.header.is_scroll .header__logoImg.spnon {
  display: none !important;
}

.header__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.header__inner::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #bebebe;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.header__logo {
  width: 297px;
  height: 210px;
  background-color: #131313;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1150px) {
  .header__logo {
    width: 137px;
    height: 69px;
  }
}

.header__logoLink {
  display: block;
}

.header__logoImg {
  width: 100%;
  height: 108px;
  display: block;
}

@media screen and (max-width: 1150px) {
  .header__logoImg {
    width: 107px;
    height: auto;
  }
}

@media screen and (max-width: 1150px) {
  .header__logoImg.pcnon {
    display: block !important;
  }
}

@media screen and (max-width: 1150px) {
  .header__logoImg.spnon {
    display: none !important;
  }
}

.header__desc {
  display: none;
  font-size: 1.5rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .header__desc {
    display: block;
    margin-left: 10px;
  }
}

.header_type_top {
  background-color: inherit;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 2;
}

@media screen and (max-width: 1150px) {
  .header_type_top {
    position: fixed;
  }
}

@media screen and (max-width: 768px) {
  .header_type_top {
    background-color: #fff;
  }
}

.header_type_top__inner {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.header_type_top .header__inner::before {
  content: none;
}

@media screen and (max-width: 768px) {
  .header_type_top__inner {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header_type_top .header__inner::before {
    content: "";
  }
  .header_type_top.jsActive .header__inner::before {
    content: none;
  }
}

.header_type_top .gnav {
  position: relative;
  padding-left: 30px;
}

.header_type_top .gnav__item {
  line-height: 2.4;
}

.header_type_top .gnav__link {
  font-size: 1.6rem;
  font-weight: bold;
  color: #131313;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 190px;
  height: 39px;
  padding: 0 10px;
}

.header_type_top .gnav__link:before {
  content: "-";
  padding-right: .5em;
}

.header_type_top .gnav__link:hover {
  background-color: #131313;
  color: #fff;
}

.header_type_top .gnav__sub {
  left: 220px;
  top: -20px;
}

.header_type_top .gnav__ec {
  position: absolute;
  right: auto;
  top: -28px;
  right: calc(-100vw + 517px);
}

.header_type_top .gnav__contact {
  position: absolute;
  right: auto;
  top: -18px;
  left: calc(100vw - 509px);
}

.header_type_low {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
}

@media screen and (max-width: 1150px) {
  .header_type_low {
    position: fixed;
  }
}

.header_type_low .header__logo {
  width: 174px;
  height: 82px;
}

@media screen and (max-width: 1150px) {
  .header_type_low .header__logo {
    width: 137px;
    height: 69px;
  }
}

.header_type_low .header__logoImg {
  width: 128px;
  height: auto;
}

@media screen and (max-width: 1150px) {
  .header_type_low .header__logoImg {
    width: 107px;
  }
}

.header_type_low .gnav {
  margin-left: auto;
}

.header_type_low .gnav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_type_low .gnav__item {
  position: relative;
}

.header_type_low .gnav__link {
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  padding: 0 1.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 82px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.header_type_low .gnav__sub {
  left: 0;
  top: 82px;
}

.header_type_low .gnav__sub_type_list {
  left: inherit;
  right: 0;
}

.header_type_low .gnav__ec {
  width: auto;
  height: 82px;
  padding: 0 1.5em;
  background-color: inherit;
}

.header_type_low .gnav__contact {
  height: 82px;
}

@media screen and (max-width: 1150px) {
  .header.jsActive {
    background-color: #131313;
    height: 100%;
    max-height: 100vh;
    overflow: scroll;
  }
  .header.jsActive .header__inner::before {
    content: none;
  }
  .header.jsActive .gnav {
    display: block;
    width: 100%;
    position: absolute;
    top: 69px;
    padding: 0 25px;
  }
  .header.jsActive .gnav__list {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header.jsActive .gnav__item {
    border-bottom: 1px solid #808080;
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
    width: 100%;
    padding: 0;
  }
  .header.jsActive .gnav__item_type_ec {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
  .header.jsActive .gnav__item_type_ec {
    padding: 20px 0 0;
    border-bottom: none;
  }
  .header.jsActive .gnav__item_type_contact {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .header.jsActive .gnav__item_type_contact {
    padding: 20px 0 30px;
  }
  .header.jsActive .gnav__item:last-of-type {
    border: none;
  }
  .header.jsActive .gnav__link {
    color: #fff;
    height: auto;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    font-size: 1.9rem;
    font-weight: bold;
    line-height: 1;
    padding: 0 0;
    position: relative;
    padding: 25px 0;
    width: 100%;
  }
  .header.jsActive .gnav__link .pcnon {
    font-weight: bold;
  }
  .header.jsActive .gnav__link:before {
    content: "";
    width: 30px;
    height: 30px;
    background: #282828;
    position: absolute;
    right: 0;
    top: calc(50% - 15px);
  }
  .header.jsActive .gnav__link:after {
    content: "";
    width: 8px;
    height: 8px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    right: 11px;
    top: calc(50% - 4px);
  }
  .header.jsActive .gnav__link_type_toggle:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .header.jsActive .gnav__link_type_toggle.jsActive:after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .header.jsActive .gnav__sub {
    display: block;
    padding: 0;
    margin-top: 15px;
    width: 100%;
    display: none;
    margin-top: -10px;
    padding-bottom: 15px;
  }
  .header.jsActive .gnav__subMenuItem {
    margin-bottom: 0;
  }
  .header.jsActive .gnav__subMenuLink {
    font-size: 1.7rem;
  }
  .header.jsActive .gnav__subMenuImg {
    display: none;
  }
  .header.jsActive .gnav__subMenuTxt {
    margin-top: 0;
    line-height: 2.4;
    font-weight: normal;
  }
  .header.jsActive .gnav__subMenuTxt:after {
    display: none;
  }
  .header.jsActive .gnav__subMenuTxt:before {
    content: "-";
    padding-right: .5em;
  }
  .header.jsActive .gnav__subList {
    display: block;
    margin: 0;
  }
  .header.jsActive .gnav__subListItem {
    color: #fff;
    padding: 0;
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
  .header.jsActive .gnav__subListLink {
    background-color: transparent;
    height: auto;
  }
  .header.jsActive .gnav__subListImg {
    display: none;
  }
  .header.jsActive .gnav__subListTxt {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-left: 0;
    font-weight: normal;
    font-size: 1.7rem;
    line-height: 2.4;
  }
  .header.jsActive .gnav__subListTxt:before {
    content: "-";
    padding-right: .5em;
  }
  .header.jsActive .gnav__subListTxt:after {
    display: none;
  }
  .header.jsActive .gnav__subListTxt br {
    display: none;
  }
  .header.jsActive .gnav__ec {
    width: 250px;
    margin: 0 auto;
    height: 49px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.9rem;
    font-weight: bold;
    background: #fff;
    border-radius: 49px;
    position: relative;
    left: auto;
    right: auto;
    top: auto;
  }
  .header.jsActive .gnav__ec:before {
    display: none;
  }
  .header.jsActive .gnav__ec:after {
    content: "";
    position: absolute;
    right: 0;
    background: url(../img/icon_arrow_right_red2.svg) no-repeat center center/cover;
    width: 5px;
    height: 9px;
    right: 20px;
    top: calc(50% - 4.5px);
  }
  .header.jsActive .gnav__ec:hover {
    color: #131313;
  }
  .header.jsActive .gnav__contact {
    width: 250px;
    margin: 0 auto;
    height: 49px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 1.9rem;
    font-weight: bold;
    color: #fff;
    background: #ff7114;
    background: -webkit-gradient(linear, left top, right top, from(#ff7114), to(#ed000f));
    background: linear-gradient(90deg, #ff7114 0%, #ed000f 100%);
    border-radius: 49px;
    position: relative;
    left: auto;
    top: auto;
  }
  .header.jsActive .gnav__contact:before {
    display: none;
  }
  .header.jsActive .gnav__contact:after {
    content: "";
    position: absolute;
    right: 0;
    background: url(../img/icon_arrow_right_white.svg) no-repeat center center/cover;
    width: 5px;
    height: 9px;
    right: 20px;
    top: calc(50% - 4.5px);
  }
  .header.jsActive .gnav__others {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 25px 0;
  }
  .header.jsActive .gnav__othersItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header.jsActive .gnav__othersItem:after {
    content: "｜";
    padding: 0 1em;
    color: #fff;
    display: block;
  }
  .header.jsActive .gnav__othersItem:last-of-type:after {
    content: none;
  }
  .header.jsActive .gnav__othersLink {
    color: #fff;
    text-decoration: none;
    display: block;
  }
  .header.jsActive .gnav__bt {
    background-color: #282828;
    color: #fff;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    height: 58px;
    margin-left: -25px;
    margin-right: -25px;
  }
  .header.jsActive .gnav__btClose {
    display: block;
    width: 18px;
    height: 18px;
    position: relative;
    margin-right: 10px;
  }
  .header.jsActive .gnav__btClose:before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
  }
  .header.jsActive .gnav__btClose:after {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #fff;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
  }
  .header.jsActive .gnav__btTxt {
    color: #fff;
    display: block;
  }
  .header.jsActive .hum__bar:nth-of-type(1) {
    top: calc(50% - 1px);
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header.jsActive .hum__bar:nth-of-type(2) {
    opacity: 0;
  }
  .header.jsActive .hum__bar:nth-of-type(3) {
    top: calc(50% - 1px);
    bottom: auto;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}

@media screen and (max-width: 1150px) {
  .gnav {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .gnav__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.gnav__item:hover .gnav__link {
  background-color: #131313;
  color: #fff;
}

.gnav__item_type_sp {
  display: none;
}

@media screen and (max-width: 1150px) {
  .gnav__item_type_sp {
    display: block;
  }
}

.gnav__item .gnav__sub {
  display: none;
  background-color: #131313;
  position: absolute;
}

@media screen and (max-width: 1150px) {
  .gnav__item .gnav__sub {
    position: static;
  }
}

.gnav__sub {
  width: 390px;
  padding: 40px 40px 30px 40px;
  z-index: 5;
}

.gnav__sub_type_list {
  width: 720px;
  padding: 40px;
}

@media screen and (max-width: 1260px) {
  .gnav__sub_type_list {
    width: calc(100vw - 517px);
  }
}

@media screen and (max-width: 1150px) {
  .gnav__sub_type_list {
    width: 100%;
  }
}

.gnav__subMenuItem {
  margin-bottom: 25px;
}

.gnav__subMenuItem:last-of-type {
  margin-bottom: 0;
}

.gnav__subMenuLink {
  color: #fff;
  text-decoration: none;
}

.gnav__subMenuTxt {
  font-weight: bold;
  position: relative;
  margin-top: 15px;
  line-height: 1;
}

.gnav__subMenuTxt:after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  right: 0;
  top: calc(50% - 4.5px);
}

.gnav__subList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -7.5px;
}

.gnav__subListItem {
  width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 7.5px;
}

.gnav__subListLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 79px;
  background-color: #fff;
  text-decoration: none;
  color: inherit;
}

.gnav__subListLink:hover {
  opacity: .75;
}

.gnav__subListImg {
  width: 78px;
  height: 79px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gnav__subListTxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 78px);
  -webkit-flex-basis: calc(100% - 78px);
      -ms-flex-preferred-size: calc(100% - 78px);
          flex-basis: calc(100% - 78px);
  padding-left: 15px;
  font-weight: bold;
  line-height: 1.5;
}

.gnav__subListTxt:after {
  content: "";
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  margin-left: auto;
  margin-right: 15px;
}

.gnav__ec {
  width: 250px;
  height: 86px;
  background-color: #fff;
  color: #131313;
  display: flex;
  align-items: center;
  text-decoration: none;
  right: 212px;
  top: 0;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}
.gnav__ec:before {
  content: "";
  display: block;
  width: 23px;
  height: 21px;
  background: url(../img/icon_cart.png) no-repeat center center/contain;
  margin-right: 10px;
}
.gnav__ec:hover {
  background-color: #131313;
  color: #fff;
}
.gnav__ec:hover::before {
  background: url(../img/icon_cart_white.png) no-repeat center center/contain;
}

.gnav__contact {
  width: 212px;
  height: 86px;
  background-color: #ED000F;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  right: 0;
  top: 0;
  font-size: 1.6rem;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.gnav__contact:hover {
  background-color: #131313;
}

.gnav__contact:before {
  content: "";
  display: block;
  width: 19px;
  height: 13px;
  background: url(../img/icon_mail.svg) no-repeat center center/cover;
  margin-right: 10px;
}

.hum {
  display: none;
}

@media screen and (max-width: 1150px) {
  .hum {
    width: 82px;
    height: 82px;
    background-color: #131313;
    display: block;
    margin-left: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

@media screen and (max-width: 1150px) {
  .hum {
    width: 69px;
    height: 69px;
  }
}

.hum__inner {
  position: relative;
  width: 100%;
  height: 69px;
}

.hum__bar {
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  left: calc(50% - 10px);
  background-color: #fff;
}

.hum__bar:nth-of-type(1) {
  top: 22px;
}

.hum__bar:nth-of-type(2) {
  top: calc(50% - 1px);
}

.hum__bar:nth-of-type(3) {
  bottom: 21px;
}

main {
  display: block;
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  main {
    margin-bottom: 50px;
  }
}

.estimateSec {
  background: url(../img/bg_footer.webp) no-repeat center center/cover;
  padding: 110px 0 120px;
}
.no-webp .estimateSec {
  background-image: url(../img/bg_footer.jpg);
}

@media screen and (max-width: 768px) {
  .estimateSec {
    padding: 40px 0 50px;
    background-image: url(../img/bg_footer_sp.webp);
  }
  .no-webp .estimateSec {
    background-image: url(../img/bg_footer_sp.jpg);
  }
}

.estimateSec__inner {
  color: #fff;
}

.estimateSec__ttl {
  text-align: center;
  font-size: 4.2rem;
  line-height: 1.4;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin-bottom: 20px;
}

@media screen and (max-width: 1150px) {
  .estimateSec__ttl {
    font-size: 3.2rem;
  }
}

@media screen and (max-width: 768px) {
  .estimateSec__ttl {
    font-size: 1.8rem;
  }
}

.estimateSec__para {
  font-size: 1.8rem;
  line-height: 1.66;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .estimateSec__para {
    font-size: 1.6rem;
    line-height: 1.68;
    text-align: left;
  }
}

.estimateSec__bt {
  width: 255px;
  height: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 68px;
  background: #ff7114;
  background: -webkit-gradient(linear, left top, right top, from(#ff7114), to(#ed000f));
  background: linear-gradient(90deg, #ff7114 0%, #ed000f 100%);
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-decoration: none;
  margin: auto;
  margin: 40px auto 0 auto;
  position: relative;
}

.estimateSec__bt:hover {
  background: #131313;
}

@media screen and (max-width: 768px) {
  .estimateSec__bt {
    font-size: 1.7rem;
    height: 63px;
    margin-top: 25px;
  }
}

.estimateSec__bt:after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../img/icon_arrow_right_white.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  right: 20px;
  top: calc(50% - 4.5px);
}

.instaSec {
  width: 100%;
  max-width: 1260px;
  padding: 100px 30px 120px;
  margin: 0 auto;
  border-bottom: 1px solid #D9DADA; }
  .instaSec__ttl {
    text-align: center;
    margin-bottom: 50px;
  }
  .instaSec__ttlImg {
    width: 290px;
    height: auto;
  }
  .instaSec__list {
    margin: -6px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
  }
  .instaSec__item {
    width: calc(25% - 12px);
    margin: 6px;
  }
  .instaSec__link {
    width: 100%;
    display: block;
    aspect-ratio: 1 / 1;
  }
  a.instaSec__link:hover {
    opacity: .7;
  }
  .instaSec__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .instaSec__bt {
    margin: 50px auto 0;
    width: 300px;
    height: 68px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 999px;
    border: 1px solid #231815;
    background: #231815;;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    position: relative;
  }
  .instaSec__bt::after {
    content: "";
    position: absolute;
    right: 0;
    background: url(../img/icon_arrow_right_white.svg) no-repeat center center/cover;
    width: 5px;
    height: 9px;
    right: 20px;
    top: calc(50% - 4.5px);
  }
  .instaSec__bt:hover {
    background: #fff;
    color: #231815;
  }
  .instaSec__bt:hover::after {
    background-image: url(../img/icon_arrow_right_black.svg);
  }
@media screen and (max-width: 768px) {
  .instaSec {
    padding: 40px 25px 45px;
  }
  .instaSec__ttl {
    margin-bottom: 40px;
  }
  .instaSec__ttlImg {
    width: 200px;
  }
  .instaSec__item {
    width: calc(33.33% - 6px);
    margin: 3px;
  }
  .instaSec__item:nth-child(n+7) {
    display: none;
  }
  .instaSec__bt {
    margin: 30px auto 0;
    width: 255px;
    height: 63px;
    font-size: 1.7rem;
  }
}

.footer {
  padding: 105px 0 70px;
}

@media screen and (max-width: 1150px) {
  .footer {
    padding: 40px 0 30px;
  }
}

@media screen and (max-width: 1150px) {
  .footer__info {
    text-align: center;
  }
}

.footer__catch {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .footer__catch {
    text-align: center;
  }
}

.footer__snsLink-items {
  margin-top: 15px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.footer__snsLink {
  margin-right: 10px;
  width: 40px;
  height: 40px;
  font-size: 0;
  line-height: 0;
  display: block;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 50%;
}
.footer__snsLink:hover {
  opacity: .7;
}
.footer__snsLink.footer__snsLink-x {
  background-color: #000;
  background-image: url(../img/icon_x.svg);
  background-size: 22px;
}
.footer__snsLink.footer__snsLink-tw {
  background-color: #1d9bf0;
  background-image: url(../img/icon_tw.svg);
  background-size: 21.7px 17.7px;
}
.footer__snsLink.footer__snsLink-inst {
  background-color: none;
  background-image: url(../img/icon_Instagram.svg);
  background-size: 40px 40px;
}
@media screen and (max-width: 1150px) {
  .footer__snsLink-items {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer__snsLink-items {
    margin-top: 25px;
  }
}

.footer__btnLink {
  margin-top: 25px;
  padding-left: 20px;
  color: #131313;
  text-decoration: none;
  width: 220px;
  height: 40px;
  border: 1px solid #131313;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  background-color: #fff;
  border-radius: 999px;
  position: relative;
}
.footer__btnLink::after {
  content: "";
  display: block;
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
}
.footer__btnLink:hover {
  background-color: #131313;
  color: #fff;
}
@media screen and (max-width: 1150px) {
  .footer__btnLink {
    margin: 30px auto 0;
    padding: 0;
    justify-content: center;
  }
}

.footer__logo {
  width: 174px;
  height: 123px;
  background: #131313;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-left: 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 1150px) {
  .footer__logo {
    margin: 30px auto 25px auto;
  }
}

.footer__logoImg {
  width: 125px;
  height: auto;
}

.footer__copy {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .footer__copy {
    text-align: center;
    font-size: 1.6rem;
  }
}

.fNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}

.fNav__content {
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #ECECEC;
}

@media screen and (max-width: 1150px) {
  .fNav__content {
    padding: 0;
    display: none;
  }
}

.fNav__content:first-of-type {
  padding-left: 0;
  -webkit-align-content: flex-start;
      -ms-flex-line-pack: start;
          align-content: flex-start;
}

@media screen and (min-width: 1151px) {
  .fNav__content:last-of-type .fNav__sub {
    min-height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
  .fNav__content:last-of-type .footer__info {
    margin-top: auto;
  }
}
@media screen and (max-width: 1150px) {
  .fNav__content:last-of-type {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    display: block;
  }
}

.fNav__content:nth-of-type(n + 4) {
  padding-right: 0;
  border-right: none;
}

.fNav__subList + .fNav__dl {
  margin-top: 25px;
}

.fNav__dl {
  margin-bottom: 25px;
}

.fNav__dl:last-of-type {
  margin-bottom: 0;
}

.fNav__dt {
  font-weight: bold;
  line-height: 2.4;
}

.fNav__dtLink {
  color: inherit;
  text-decoration: none;
}

.fNav__dtLink:hover {
  text-decoration: underline;
}

.fNav__item {
  font-size: 1.4rem;
  line-height: 2.1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
}

.fNav__item:before {
  content: "-";
  padding-right: .5em;
}

.fNav__link {
  color: inherit;
  text-decoration: none;
}

.fNav__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 1150px) {
  .fNav__subList {
    display: none;
  }
}

.fNav__subItem {
  line-height: 2.4;
}

.fNav__subLink {
  font-weight: bold;
  text-decoration: none;
  color: inherit;
}

.fNav__subLink:hover {
  text-decoration: underline;
}

.error404__inner {
  overflow: hidden;
}

.error404 .lowPage__header {
  background: url(../img/404/bg_key.webp) no-repeat center center/cover;
}
.no-webp .error404 .lowPage__header {
  background-image: url(../img/404/bg_key.jpg);
}

.error404__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .error404__ttl {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
}

.error404__para {
  text-align: center;
}

@media screen and (max-width: 768px) {
  .error404__para {
    text-align: left;
  }
}

.about__inner {
  overflow: hidden;
}

.about .lowPage__header {
  background: url(../img/about/bg_key.webp) no-repeat center center/cover;
}
.no-webp .about .lowPage__header {
  background-image: url(../img/about/bg_key.jpg);
}

.aboutIntro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .aboutIntro {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 35px;
  }
}

.aboutIntro__txt {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .aboutIntro__txt {
    width: 100%;
  }
}

.aboutIntro__ttl {
  font-size: 3.8rem;
  font-weight: bold;
  line-height: 1.68;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .aboutIntro__ttl {
    font-size: 2.1rem;
    line-height: 1.57;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .aboutIntro__desc {
    margin-bottom: 25px;
  }
}

.aboutIntro__descPara {
  font-size: 1.8rem;
  line-height: 1.66;
  margin-bottom: 1.5em;
}

@media screen and (max-width: 768px) {
  .aboutIntro__descPara {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.aboutIntro__descPara:last-of-type {
  margin-bottom: 0;
}

.aboutIntro__fig {
  margin-left: 70px;
  margin-right: -35vw;
  width: 48vw;
  -webkit-flex-basis: 48vw;
      -ms-flex-preferred-size: 48vw;
          flex-basis: 48vw;
}

@media screen and (max-width: 768px) {
  .aboutIntro__fig {
    width: calc(100% + 25px);
    -webkit-flex-basis: calc(100% + 25px);
        -ms-flex-preferred-size: calc(100% + 25px);
            flex-basis: calc(100% + 25px);
    margin-left: 0;
    margin-right: -25px;
  }
}

.aboutIntro__img {
  width: 100%;
  height: auto;
}

.aboutPillar__ttl {
  font-size: 4.2rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .aboutPillar__ttl {
    font-size: 2.2rem;
    line-height: 1.5;
    margin-bottom: 10px;
  }
}

.aboutPillar__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -30px;
}

@media screen and (max-width: 768px) {
  .aboutPillar__list {
    margin: 0;
  }
}

.aboutPillar__item {
  width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 30px;
}

@media screen and (max-width: 768px) {
  .aboutPillar__item {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0;
  }
  .aboutPillar__item:last-of-type {
    margin-bottom: -15px;
  }
}

.pillar__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 1;
}

.pillar__num {
  font-size: 14.6rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .pillar__num {
    font-size: 8.4rem;
  }
}

.pillar__name {
  font-size: 2.0rem;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  line-height: 1;
  margin-top: 2em;
  margin-left: 1em;
}

@media screen and (max-width: 768px) {
  .pillar__name {
    font-size: 1.5rem;
    margin-top: 1em;
    margin-left: .5em;
  }
}

.pillar__body {
  position: relative;
  margin-top: -70px;
}

@media screen and (max-width: 768px) {
  .pillar__body {
    margin-top: -45px;
    margin-bottom: -10px;
  }
}

.pillar__fig {
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .pillar__fig {
    padding-left: 25px;
  }
}

.pillar__detail {
  position: absolute;
  bottom: 35px;
  left: 0;
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .pillar__detail {
    position: relative;
    bottom: 31px;
    padding-right: 0;
  }
}

.pillar__ttl {
  font-size: 3.2rem;
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .pillar__ttl {
    font-size: 1.9rem;
    padding: 15px 15px 0 0;
    line-height: 1;
    margin-bottom: 15px;
  }
}

.pillar__para {
  font-size: 1.8rem;
  line-height: 1.66;
}

@media screen and (max-width: 768px) {
  .pillar__para {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.pillar__paraTxt {
  background-color: #fff;
  padding: 2px;
}

.blog .lowPage__header {
  background: url(../img/blog/bg_key.webp) no-repeat center center/cover;
}
.no-webp .blog .lowPage__header {
  background-image: url(../img/blog/bg_key.jpg);
}

.blog__intro {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .blog__intro {
    font-size: 2.0rem;
    margin-bottom: 25px;
    text-align: left;
  }
  .blog__intro br {
    display: none;
  }
}

.blog__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 768px) {
  .blog__list {
    margin: 0;
  }
}

.blog__item {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .blog__item {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .blog__item:last-of-type {
    margin-bottom: 0;
  }
}

.blog__link {
  color: inherit;
  text-decoration: none;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.07);
  display: block;
}

.blog__link:hover .blog__head {
  text-decoration: underline;
}

.blog__fig {
  background-color: #131313;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}

.blog__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog__txt {
  padding: 25px;
}

@media screen and (max-width: 768px) {
  .blog__txt {
    padding: 20px 15px;
  }
}

.blog__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.blog__infoPost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blog__date {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .blog__date {
    font-size: 1.2rem;
  }
}

.blog__date:after {
  content: "｜";
  padding: 0 .5em;
}

.blog__infoName {
  font-size: 1.4rem;
}

@media screen and (max-width: 768px) {
  .blog__infoName {
    font-size: 1.2rem;
  }
}

.blog__infoCatWrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
}

.blog__infoCat {
  font-size: 1.4rem;
  border: 1px solid #131313;
  padding: 5px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .blog__infoCat {
    font-size: 1.2rem;
  }
}

.blog__infoCat + .blog__infoCat{
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .blog__infoCat + .blog__infoCat{
    margin-left: 5px;
  }
}

.blog__head {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1.6;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .blog__head {
    font-size: 1.6rem;
  }
}

.blogPost {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.blogPost__header {
  padding-bottom: 40px;
  position: relative;
}

.blogPost__header:after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #131313, #131313 2px, transparent 2px, transparent 6px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .blogPost__header {
    padding-bottom: 30px;
  }
}

.blogPost__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .blogPost__top {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

.blogPost__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.blogPost__date {
  font-size: 2.0rem;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .blogPost__date {
    font-size: 1.6rem;
    margin-right: 10px;
  }
}

.blogPost__cat {
  line-height: 1;
  padding: 5px 20px;
  border: 1px solid #131313;
}

@media screen and (max-width: 768px) {
  .blogPost__cat {
    font-size: 1.4rem;
    padding: 3px 10px;
  }
}

.blogPost__cat + .blogPost__cat{
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .blogPost__cat + .blogPost__cat{
    margin-left: 5px;
  }
}

@media screen and (max-width: 768px) {
  .blogPost__sns {
    margin-top: 15px;
  }
}

.blogPost__fig {
  margin-bottom: 30px;
}

.blogPost__fig img {
  width: 100%;
}

.blogPost__head {
  font-size: 3.4rem;
  font-weight: bold;
  line-height: 1.47;
}

@media screen and (max-width: 768px) {
  .blogPost__head {
    font-size: 2.0rem;
    line-height: 1.5;
  }
}

.blogPost__content h2 {
  font-size: 2.6rem;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #131313;
  margin: 3.5em 0 .5em;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.blogPost__content h2:before {
  content: "";
  width: 3px;
  height: 26px;
  display: block;
  background-color: #ED000F;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .blogPost__content h2 {
    font-size: 1.8rem;
    padding-bottom: 10px;
    margin: 2.5em 0 .5em;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .blogPost__content h2:before {
    height: 18px;
    width: 2px;
    margin-right: 10px;
    position: relative;
    top: 5px;
  }
}

.blogPost__content h3 {
  font-size: 2.4rem;
  font-weight: bold;
  margin: 2.5em 0 .5em;
}

@media screen and (max-width: 768px) {
  .blogPost__content h3 {
    font-size: 1.6rem;
    margin-top: 1.5em;
  }
}

.blogPost__content img {
  margin-top: 1.5em;
  margin-bottom: 1em;
  height: auto;
}

@media screen and (max-width: 768px) {
  .blogPost__content img {
    margin-top: 1em;
  }
}

.blogPost__content figcaption,
.blogPost__content p {
  font-size: 1.8rem;
  line-height: 1.66;
  margin: 1em 0;
}

@media screen and (max-width: 768px) {
  .blogPost__content figcaption,
  .blogPost__content p {
    font-size: 1.6rem;
  }
}

.blogPost__content .wp-block-image figcaption,
.blogPost__content p.wp-caption-text {
  font-size: 1.6rem;
  margin-top: 0;
}

@media screen and (max-width: 768px) {
  .blogPost__content .wp-block-image figcaption,
  .blogPost__content p.wp-caption-text {
    font-size: 1.4rem;
    margin-top: -.5em;
    margin-bottom: 0;
  }
}

.blogPost__content a {
  color: #036EB5;
}

.blogPost__content table {
  width: 100%;
}

.blogPost__content tr th {
  border-bottom: 1px solid #fff;
}

.blogPost__content tr:last-of-type th {
  border-bottom: 1px solid #131313;
}

.blogPost__content th {
  text-align: left;
  background-color: #131313;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 20px;
  vertical-align: middle;
  border: 1px solid #131313;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .blogPost__content th {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.blogPost__content td {
  font-size: 1.8rem;
  padding: 20px 25px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #131313;
}

@media screen and (max-width: 768px) {
  .blogPost__content td {
    font-size: 1.4rem;
    padding: 10px;
  }
}

.snsList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -5px;
  margin-right: -5px;
}

.snsList__item {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  padding: 0 5px;
}

.snsList__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100px;
  height: 30px;
}

.snsList__link:hover {
  opacity: .75;
}

.snsList__img {
  height: 20px;
  width: auto;
}

.snsList__item_type_x .snsList__link {
  background-color: #000;
}

.snsList__item_type_tw .snsList__link {
  background-color: #1B95E0;
}

.snsList__item_type_fb .snsList__link {
  background-color: #1877F2;
}

.snsList__item_type_line .snsList__link {
  background-color: #06C755;
}

.wp-block-image figure.aligncenter {
  text-align: center;
}
.wp-block-image figure.alignright {
  text-align: right;
}

.wp-block-gallery,
.post__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -18px;
  margin-right: -18px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.wp-block-gallery .wp-block-image,
.post__imagesItem {
  padding: 0 18px;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  position: relative;
  margin-top: auto;
  margin-bottom: auto;
  flex-direction: column;
  max-width: 100%;
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
.post__images_col_02 .post__imagesItem {
  width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

@media screen and (max-width: 768px) {
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
  .post__images_col_02 .post__imagesItem {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }

  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) img,
  .post__images_col_02 .post__imagesItem img {
    width: 100%;
  }
}

.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
.post__images_col_03 .post__imagesItem {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
}

@media screen and (max-width: 768px) {
  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image),
  .post__images_col_03 .post__imagesItem {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }

  .wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image) img,
  .post__images_col_03 .post__imagesItem img {
    width: 100%;
  }
}

.table01 th {
  width: 230px;
}

@media screen and (max-width: 768px) {
  .table01 th {
    width: 100px;
  }
}

.table01 td {
  width: calc(100% - 230px);
}

@media screen and (max-width: 768px) {
  .table01 td {
    width: calc(100% - 100px);
  }
}

.table02 th {
  width: 50%;
}

.table02 td {
  width: 50%;
}

.catalog .lowPage__header {
  background: url(../img/catalog/bg_key.webp) no-repeat center center/cover;
}
.no-webp .catalog .lowPage__header {
  background-image: url(../img/catalog/bg_key.jpg);
}

.company__inner {
  overflow: hidden;
}

.company .lowPage__header {
  background: url(../img/company/bg_key.webp) no-repeat center center/cover;
}
.no-webp .company .lowPage__header {
  background-image: url(../img/company/bg_key.jpg);
}

.company__ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .company__ttl {
    margin-bottom: 25px;
  }
}

.company__table {
  border-top: 1px solid #ECECEC;
}

.company__tr {
  border-bottom: 1px solid #ECECEC;
}

.company__th {
  font-size: 1.8rem;
  font-weight: bold;
  padding: 25px 0;
  width: 300px;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .company__th {
    width: 100px;
    font-size: 1.6rem;
    padding: 15px 0;
  }
}

.company__td {
  font-size: 1.8rem;
  padding: 25px 0;
  width: calc(100% - 300px);
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  .company__td {
    width: calc(100% - 100px);
    font-size: 1.6rem;
    padding: 15px 0;
  }
}

.company__tdLink {
  color: inherit;
  text-decoration: none;
}

.company__tdLink:hover {
  text-decoration: underline;
}

.company__tel {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .company__tel {
    pointer-events: all;
  }
}

.company__link {
  color: inherit;
  text-decoration: none;
}

.contact .lowPage__header {
  background: url(../img/contact/bg_key.webp) no-repeat center center/cover;
}
.no-webp .contact .lowPage__header {
  background-image: url(../img/contact/bg_key.jpg);
}

.estimates .lowPage__header {
  background: url(../img/estimate/bg_key.webp) no-repeat center center/cover;
}
.no-webp .estimates .lowPage__header {
  background-image: url(../img/estimates/bg_key.jpg);
}

.guide .lowPage__header {
  background: url(../img/guide/bg_key.webp) no-repeat center center/cover;
}
.no-webp .guide .lowPage__header {
  background-image: url(../img/guide/bg_key.jpg);
}

.guide__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 768px) {
  .guide__list {
    margin: -10px -5px;
  }
}

.guide__item {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .guide__item {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 10px 5px;
  }
}

.guide__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: flex-start;
      -ms-flex-align: flex-start;
          align-items: flex-start;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  text-decoration: none;
  color: inherit;
  -webkit-box-shadow: 5px 4px 12px rgba(35, 35, 35, 0.1);
          box-shadow: 5px 4px 12px rgba(35, 35, 35, 0.1);
  padding: 20px;
  height: 100%;
}

@media screen and (max-width: 768px) {
  .guide__link {
    padding: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.guide__link:hover {
  text-decoration: underline;
}

.guide__fig {
  width: 150px;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .guide__fig {
    padding: 0 0 0 0;
    width: calc(100% + 30px);
    margin: -15px -15px 0 -15px;
  }
}

.guide__img {
  opacity: 1;
}

.guide__name {
  width: 100%;
  text-align: center;
  font-size: 2.2rem;
  font-weight: bold;
  border-top: 1px solid #EDEDED;
  padding-top: 15px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .guide__name {
    font-size: 1.6rem;
    text-align: left;
    padding-right: 15px;
    border-top: none;
  }
}

.guide__name:after {
  content: "";
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  position: absolute;
  right: 0;
  top: calc(50% + 2px);
}

@media screen and (max-width: 768px) {
  .guide__name:after {
    top: calc(50% + 4px);
  }
}

.flow__inner {
  overflow: hidden;
}

.flow .lowPage__header {
  background: url(../img/guide/flow/bg_key.webp) no-repeat center center/cover;
}
.no-webp .flow .lowPage__header {
  background-image: url(../img/guide/flow/bg_key.jpg);
}

.payment .lowPage__header {
  background: url(../img/guide/payment/bg_key.webp) no-repeat center center/cover;
}
.no-webp .payment .lowPage__header {
  background-image: url(../img/guide/payment/bg_key.jpg);
}

.paymentSection {
  margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .paymentSection {
    margin-bottom: 45px;
  }
}

.paymentSection:last-of-type {
  margin-bottom: 0;
}

.paymentSection__ttl {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .paymentSection__ttl {
    font-size: 2.0rem;
    margin-bottom: 15px;
  }
}

.paymentSection__desc {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .paymentSection__desc {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
    text-align: left;
  }
}

.paymentSection__list {
  position: relative;
}

.paymentSection__list:after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #131313, #131313 2px, transparent 2px, transparent 6px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.paymentSection__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 35px 0;
  position: relative;
}

.paymentSection__dl:after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #131313, #131313 2px, transparent 2px, transparent 6px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .paymentSection__dl {
    padding: 20px 0;
  }
}

.paymentSection__dt {
  width: 270px;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .paymentSection__dt {
    width: 100%;
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}

.paymentSection__dd {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .paymentSection__dt + .paymentSection__dd {
    width: calc(100% - 270px);
  }
}

.paymentSection__text {
  font-size: 1.8rem;
  line-height: 1.55;
}
.paymentSection__img {
  width: 100%;
  margin-top: 30px;
  max-width: 490px;
  height: auto;
}
.paymentSection__note {
  margin-top: 20px;
  font-size: 1.6rem;
}
.paymentSection__table {
  margin-top: 25px;
  width: 100%;
  max-width: 500px;
  border: 1px solid #131313;
}
.paymentSection__table th {
  width: 50%;
  background-color: #f4f4f4;
  border: 1px solid #131313;
  padding: 12px;
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}
.paymentSection__table td {
  width: 50%;
  padding: 12px;
  border: 1px solid #131313;
  font-size: 1.6rem;
  text-align: center;
}
.paymentSection__itms {
  width: 100%;
  margin-bottom: 10px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}
.paymentSection__itm {
  width: calc(25% - 15px);
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 20px 10px;
  font-size: 1.8rem;
  font-weight: 600;
  text-align: center;
  border: 1px solid #131313;
}
.paymentSection__itm:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 1150px) and (min-width: 834px) {
  .paymentSection__itm {
    width: calc(33.3% - 14px);
    padding: 15px 0;
  }
  .paymentSection__itm:nth-child(4n) {
    margin-right: 20px;
  }
  .paymentSection__itm:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 833px) {
  .paymentSection__itm {
    width: calc(50% - 5px);
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px 0;
  }
  .paymentSection__itm:nth-child(2n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .paymentSection__text {
    font-size: 1.4rem;
    line-height: 1.5;
  }
  .paymentSection__img {
    margin-top: 15px;
  }
  .paymentSection__note {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .paymentSection__table {
    margin-top: 15px;
  }
  .paymentSection__table th {
    padding: 10px;
    font-size: 1.2rem;
  }
  .paymentSection__table td {
    padding: 10px;
    font-size: 1.2rem;
  }
  .paymentSection__itms {
    margin-bottom: 10px;
  }
  .paymentSection__itm {
    font-size: 1.2rem;
  }
}

.printing .lowPage__header {
  background: url(../img/guide/printing/bg_key.webp) no-repeat center center/cover;
}
.no-webp .printing .lowPage__header {
  background-image: url(../img/guide/printing/bg_key.jpg);
}

.printing__intro {
  font-size: 2.2rem;
  line-height: 1.72;
  font-weight: bold;
  text-align: center;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .printing__intro {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 25px;
  }
}

.printing__section {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .printing__section {
    margin-bottom: 40px;
  }
}

.printing__section:last-of-type {
  margin-bottom: 0;
}

.printing__ttl {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .printing__ttl {
    margin-bottom: 30px;
  }
}

.printing__list {
  position: relative;
}

.printing__list:before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #131313, #131313 2px, transparent 2px, transparent 6px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.printing__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

.printing__dl:after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #131313, #131313 2px, transparent 2px, transparent 6px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .printing__dl {
    padding: 20px 0;
  }
}

.printing__dt {
  width: 232px;
  height: 100px;
  background-color: #131313;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .printing__dt {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 15px;
    font-size: 1.6rem;
    height: auto;
    padding: 8px 10px;
  }
  .printing__dt br {
    display: none;
  }
}

.printing__dt_type_img {
  height: auto;
}

@media screen and (max-width: 768px) {
  .printing__dt_type_img {
    padding: 0 0 0 0;
  }
}

.printing__dtImg {
  width: 100%;
  height: auto;
}

.printing__dd {
  width: calc(100% - 232px);
  -webkit-flex-basis: calc(100% - 232px);
      -ms-flex-preferred-size: calc(100% - 232px);
          flex-basis: calc(100% - 232px);
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .printing__dd {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-left: 0;
  }
}

.printing__ddPara {
  font-size: 1.8rem;
  line-height: 1.55;
}

@media screen and (max-width: 768px) {
  .printing__ddPara {
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.printing__ddList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 15px -5px -5px -5px;
}

.printing__ddItem {
  padding: 5px;
  position: relative;
}

.printing__ddLink {
  font-size: 1.6rem;
  background-color: #F4F5F5;
  text-decoration: underline;
  padding: 8px 20px;
  border-radius: 40px;
  cursor: pointer;
  color: inherit;
}

.printing__ddLink:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .printing__ddLink {
    padding: 5px 10px;
    font-size: 1.4rem;
  }
}

.printing__subTtl {
  margin-top: 55px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .printing__subTtl {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

.printing__ddTtl {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .printing__ddTtl {
    font-size: 1.6rem;
    margin-bottom: 5px;
  }
}

.processing .lowPage__header {
  background: url(../img/guide/processing/bg_key.webp) no-repeat center center/cover;
}
.no-webp .processing .lowPage__header {
  background-image: url(../img/guide/processing/bg_key.jpg);
}

.processing__intro {
  font-size: 2.15rem;
  line-height: 1.72;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .processing__intro {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 25px;
  }
}

.processing__head {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: -10px;
}

@media screen and (max-width: 768px) {
  .processing__head {
    font-size: 2.0rem;
    margin-bottom: 10px;
  }
}

.design .lowPage__header {
  background: url(../img/guide/processing/bg_key.webp) no-repeat center center/cover;
}
.no-webp .design .lowPage__header {
  background-image: url(../img/guide/processing/bg_key.jpg);
}

.design__intro {
  font-size: 2.2rem;
  line-height: 1.72;
  font-weight: bold;
  text-align: center;
  margin-bottom: 45px;
}

@media screen and (max-width: 768px) {
  .design__intro {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 25px;
  }
}

.design__section {
  margin-bottom: 80px;
  border-bottom: none;
}

@media screen and (max-width: 768px) {
  .design__section {
    margin-bottom: 40px;
  }
}

.design__section#content01 {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .design__section#content01 {
    margin-bottom: 30px;
  }
}

.design .tabContent {
  padding-top: 30px;
  padding-bottom: 0;
  margin-bottom: 80px;
  border-bottom: none;
}

.design .tabContent:after {
  display: none;
}

.design .tabContent:last-of-type {
  margin-bottom: 0;
}

.flowList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  counter-reset: number 0;
  width: auto;
}

@media screen and (max-width: 768px) {
  .flowList {
    margin: 0 0 0 0;
  }
}

.flowList__item {
  list-style: none;
  width: calc(25% - 15px);
  padding: 20px;
  -webkit-box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05);
          box-shadow: 4px 4px 5px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 768px) {
  .flowList__item {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
  }
  .flowList__item:last-of-type {
    margin-bottom: 0;
  }
}

.flowList__ttl {
  font-size: 1.8rem;
  font-weight: 600;
}
.flowList__txt {
  margin-top: 1em;
  font-size: 1.8rem;
  line-height: 1.56;
}
.flowList__ttl:before {
  counter-increment: number 1;
  content: counter(number) ".";
  font-size: 2.2rem;
  font-weight: 600;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .flowList__ttl {
    font-size: 1.6rem;
  }
  .flowList__txt {
    font-size: 1.6rem;
  }
  .flowList__ttl:before {
    font-size: 1.8rem;
  }
}

.faq .lowPage__header {
  background: url(../img/guide/faq/bg_key.webp) no-repeat center center/cover;
}
.no-webp .faq .lowPage__header {
  background-image: url(../img/guide/faq/bg_key.jpg);
}

.faq__section {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .faq__section {
    margin-bottom: 40px;
  }
}

.faq__section:last-of-type {
  margin-bottom: 0;
}

.faq__head {
  margin-bottom: 5px;
}

.faq__item {
  padding: 5px 0;
  position: relative;
}

.faq__item:after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #131313, #131313 2px, transparent 2px, transparent 6px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

.faq__link {
  color: inherit;
  text-decoration: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .faq__link {
    padding-left: 0;
    padding-right: 15px;
  }
}

.faq__link:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(../img/icon_arrow_right_black.svg) no-repeat center center/cover;
  position: absolute;
  right: 25px;
  top: calc(50% - 6px);
}

@media screen and (max-width: 768px) {
  .faq__link:after {
    right: 0;
  }
}

.faq__link:hover {
  background-color: #EFEFEF;
}

.faq__link:before {
  content: "Q";
  font-weight: bold;
  font-size: 2.2rem;
  width: 53px;
  min-width: 53px;
  height: 53px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #131313;
  margin-right: 20px;
  font-family: "Yu Mincho", "YuMincho", serif;
}

@media screen and (max-width: 768px) {
  .faq__link:before {
    width: 36px;
    min-width: 36px;
    height: 36px;
    font-size: 1.6rem;
    margin-right: 10px;
  }
}

.faq__linkTxt {
  font-size: 2.2rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .faq__linkTxt {
    font-size: 1.6rem;
  }
}

.faq__bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 346px;
  height: 76px;
  margin: 100px auto 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .faq__bt {
    width: 100%;
    height: 45px;
    margin-top: 30px;
  }
}

.faq__bt:after {
  position: absolute;
  right: 15px;
  top: calc(50% - 4.5px);
}

.faqForm {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .faqForm {
    margin-bottom: 40px;
  }
}

.faqForm__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: -25px;
  margin-right: -25px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.faqForm__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0 25px;
}

.faqForm__search:nth-of-type(1) {
  width: 38.75%;
  -webkit-flex-basis: 38.75%;
      -ms-flex-preferred-size: 38.75%;
          flex-basis: 38.75%;
}

@media screen and (max-width: 768px) {
  .faqForm__search:nth-of-type(1) {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 15px;
  }
}

.faqForm__search:nth-of-type(1) .faqForm__searchDt {
  width: 6.5em;
  -webkit-flex-basis: 6.5em;
      -ms-flex-preferred-size: 6.5em;
          flex-basis: 6.5em;
}

.faqForm__search:nth-of-type(1) .faqForm__searchDd {
  width: calc(100% - 6.5em);
  -webkit-flex-basis: calc(100% - 6.5em);
      -ms-flex-preferred-size: calc(100% - 6.5em);
          flex-basis: calc(100% - 6.5em);
  padding-left: 25px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .faqForm__search:nth-of-type(1) .faqForm__searchDd {
    padding-left: 0;
  }
}

.faqForm__search:nth-of-type(2) {
  width: 61.25%;
  -webkit-flex-basis: 61.25%;
      -ms-flex-preferred-size: 61.25%;
          flex-basis: 61.25%;
}

@media screen and (max-width: 768px) {
  .faqForm__search:nth-of-type(2) {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.faqForm__search:nth-of-type(2) .faqForm__searchDt {
  width: 7.5em;
  -webkit-flex-basis: 7.5em;
      -ms-flex-preferred-size: 7.5em;
          flex-basis: 7.5em;
}

@media screen and (max-width: 768px) {
  .faqForm__search:nth-of-type(2) .faqForm__searchDt {
    display: none;
  }
}

.faqForm__search:nth-of-type(2) .faqForm__searchDd {
  width: calc(100% - 7.5em);
  -webkit-flex-basis: calc(100% - 7.5em);
      -ms-flex-preferred-size: calc(100% - 7.5em);
          flex-basis: calc(100% - 7.5em);
  padding-left: 25px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .faqForm__search:nth-of-type(2) .faqForm__searchDd {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-left: 0;
  }
}

.faqForm__searchDt {
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .faqForm__searchDt {
    font-size: 1.6rem;
  }
}

.faqForm__searchDd {
  position: relative;
}

.faqForm__searchLab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.faqForm__searchLab:after {
  content: "";
  display: block;
  width: 11px;
  height: 24.5px;
  background: url(../img/icon_select.svg) no-repeat center center/cover;
  position: absolute;
  top: calc(50% - 12.25px);
  right: 20px;
}

@media screen and (max-width: 768px) {
  .faqForm__searchLab:after {
    width: 8px;
    height: 17.5px;
    right: 10px;
    top: calc(50% - 8.75px);
  }
}

.faqForm__searchSelect {
  width: 100%;
  background-color: #F4F5F5;
  border: none;
  font-size: 1.8rem;
  padding: 30px 25px;
  display: block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

@media screen and (max-width: 768px) {
  .faqForm__searchSelect {
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #131313;
    font-size: 1.6rem;
  }
}

.faqForm__searchInp {
  width: 100%;
  background-color: #F4F5F5;
  border: none;
  font-size: 1.8rem;
  padding: 30px 25px;
  display: block;
}

@media screen and (max-width: 768px) {
  .faqForm__searchInp {
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #131313;
    font-size: 1.6rem;
  }
}

.faqForm__searchInp::-webkit-input-placeholder {
  color: #B2B2B3;
}

.faqForm__searchInp::-moz-placeholder {
  color: #B2B2B3;
}

.faqForm__searchInp:-ms-input-placeholder {
  color: #B2B2B3;
}

.faqForm__searchInp::-ms-input-placeholder {
  color: #B2B2B3;
}

.faqForm__searchInp::placeholder {
  color: #B2B2B3;
}

.faqForm__searchBt {
  position: absolute;
  width: 130px;
  height: 52px;
  background-color: #131313;
  color: #fff;
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 15px;
  top: calc(50% - 26px);
}

@media screen and (max-width: 768px) {
  .faqForm__searchBt {
    text-indent: -9999999px;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
    font-size: 0;
  }
}

.faqForm__searchBt:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_search.svg) no-repeat center center/cover;
  margin-right: 5px;
}

.faqSingle {
  max-width: 1000px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faqSingle__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

.faqSingle__header:after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #131313, #131313 2px, transparent 2px, transparent 6px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .faqSingle__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-bottom: 15px;
    margin-bottom: 18px;
  }
}

.faqSingle__header:before {
  content: "質問";
  background-color: #131313;
  border: 1px solid #131313;
  color: #fff;
  width: 125px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  padding: 6px 15px;
  display: block;
}

@media screen and (max-width: 768px) {
  .faqSingle__header:before {
    font-size: 1.8rem;
    padding: 5px 10px;
    width: 60px;
    min-width: 60px;
    position: absolute;
    height: 42px;
    left: 0;
    top: calc(50% - 21px - 7.5px);
  }
}

.faqSingle__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 20px;
  max-width: calc(100% - 300px);
}

@media screen and (max-width: 768px) {
  .faqSingle__ttl {
    font-size: 1.8rem;
    padding-left: 75px;
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    max-width: none;
  }
}

.faqSingle__cat {
  font-size: 1.4rem;
  background-color: #131313;
  color: #fff;
  padding: 5px 15px;
  border-radius: 30px;
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .faqSingle__cat {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    padding: 3px 10px;
    font-size: 1.2rem;
    margin-left: 75px;
    margin-right: auto;
    margin-bottom: 5px;
  }
}

.faqSingle__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.faqSingle__body:before {
  content: "回答";
  background-color: #fff;
  border: 1px solid #131313;
  color: #131313;
  width: 125px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  padding: 6px 15px;
  display: block;
}

@media screen and (max-width: 768px) {
  .faqSingle__body:before {
    font-size: 1.8rem;
    padding: 5px 10px;
    width: 60px;
    min-width: 60px;
    position: absolute;
    height: 42px;
    left: 0;
    top: calc(50% - 21px);
  }
}

.faqSingle__answer {
  font-size: 1.8rem;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .faqSingle__answer {
    font-size: 1.6rem;
    padding-left: 15px;
    padding-left: 75px;
  }
}

.top {
  margin-top: 0;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .top {
    margin-top: 70px;
    width: 100%;
    overflow: hidden;
  }
}

.about__btn {
  display: block;
  background-color: #fff;
  color: #000;
}

.about__btn_is_active {
  background-color: #000;
  color: #fff;
}

.topMv {
  position: relative;
  margin-bottom: 80px;
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .topMv {
    margin-bottom: 35px;
    padding-top: 20px;
  }
}

.topMv__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  height: 100vh;
  min-height: 890px;
}

@media screen and (max-width: 1150px) {
  .topMv__inner {
    min-height: 750px;
    height: 100vh;
    padding-right: 0;
  }
}

@media screen and (max-width: 768px) {
  .topMv__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    height: auto;
    min-height: auto;
  }
}

.topMv__txt {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  margin-top: 210px;
}

@media screen and (max-width: 1150px) {
  .topMv__txt {
    padding-left: 30px;
    margin-top: 70px;
  }
}

@media screen and (max-width: 768px) {
  .topMv__txt {
    -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
            writing-mode: horizontal-tb;
    margin-left: 0;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 25px;
    margin-top: 0;
  }
}

.topMv__catch {
  font-size: 2.1rem;
  line-height: 3;
}

@media screen and (max-width: 768px) {
  .topMv__catch {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 5px;
  }
}

.topMv__catchNum {
  text-combine-upright: all;
}

.topMv__ttl {
  font-size: 4.7rem;
  line-height: 1.8;
}

@media screen and (max-width: 768px) {
  .topMv__ttl {
    font-size: 2.9rem;
    line-height: 1.3;
  }
}

.topMv__ttlSt {
  color: #fff;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-weight: 400;
  padding: 0 3px;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
}

.topMv__thumbnails {
  height: 100%;
  margin-left: 140px;
  width: calc(62.1vw);
  -webkit-flex-basis: calc(62.1vw);
      -ms-flex-preferred-size: calc(62.1vw);
          flex-basis: calc(62.1vw);
}

@media screen and (max-width: 1150px) {
  .topMv__thumbnails {
    width: 55vw;
    -webkit-flex-basis: 55vw;
        -ms-flex-preferred-size: 55vw;
            flex-basis: 55vw;
    margin-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .topMv__thumbnails {
    width: calc(100% + 25px);
    -webkit-flex-basis: calc(100% + 25px);
        -ms-flex-preferred-size: calc(100% + 25px);
            flex-basis: calc(100% + 25px);
    margin-left: 0;
    height: auto;
    padding-left: 0;
    min-height: auto;
    margin-right: -25px;
  }
}

@media screen and (min-width: 1151px) {
  .topMv__inner {
    padding-right: calc(50% + 12.1vw - 140px + 30px);
  }
  .topMv__thumbnails {
    width: calc(62.1vw - 140px);
  }
}
@media screen and (min-width: 769px) {
  .topMv .container {
    position: unset;
  }
  .topMv__inner {
    padding-right: calc(50% + 5vw + 30px);
    justify-content: center;
  }
  .topMv__thumbnails {
    margin-left: 0;
    width: calc(55vw);
    position: absolute!important;
    top: 0;
    right: 0;
  }
}

.topMv .slick-list, .topMv .slick-track, .topMv .slick-slide div {
  height: 100%;
}

.topMv__thumbnailsItem {
  width: 100%;
}

.topMv__thumbnailsImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.topMv__scroll {
  display: block;
  width: 98px;
  text-decoration: none;
  color: #131313;
  position: absolute;
  bottom: 0;
  z-index: 2;
  right: 45px;
  font-family: 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 1.4rem;
  transform-origin: bottom right;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

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

.topMv__scroll:after {
  content: "";
  width: 98px;
  height: 1px;
  background-color: #131313;
  display: block;
  bottom: 0;
  left: 0;
  position: absolute;
  -webkit-animation: pathmove 1.4s ease-in-out infinite;
          animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

@-webkit-keyframes pathmove {
  0% {
    left: -10px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    left: 80px;
    opacity: 0;
  }
}

@keyframes pathmove {
  0% {
    left: -10px;
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    left: 80px;
    opacity: 0;
  }
}

.topOp {
  margin-bottom: 20px;
}

@media screen and (max-width: 1150px) {
  .topOp {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .topOp {
    margin-bottom: 10px;
  }
}

.topOp__ttl {
  width: auto;
}

.topOp__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -20px -50px;
  position: relative;
}

.topOp__list:after {
  content: "";
  display: block;
  position: absolute;
  top: 15px;
  left: calc(50% - .5px);
  width: 1px;
  height: calc(100% - 30px);
  background-color: #131313;
}

@media screen and (max-width: 768px) {
  .topOp__list:after {
    display: none;
  }
}

@media screen and (max-width: 1150px) {
  .topOp__list {
    margin: -15px -25px;
  }
}

@media screen and (max-width: 768px) {
  .topOp__list {
    margin: 0;
  }
}

.topOp__item {
  width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  padding: 20px 50px;
}

@media screen and (max-width: 1150px) {
  .topOp__item {
    padding: 15px 25px;
  }
}

@media screen and (max-width: 768px) {
  .topOp__item {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
  .topOp__item:last-of-type {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .topOp__item:nth-of-type(2):after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #131313;
    margin-top: 15px;
  }
}

.topOp__itemInner {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: block;
  background-color: #131313;
}

.topOp__itemInner:hover .topOp__itemTxt {
  background-color: #131313;
  color: #fff;
}

.topOp__itemInner:hover .topOp__itemImg {
  opacity: .75;
}

.topOp__itemTxt {
  font-size: 2.0rem;
  font-weight: bold;
  max-width: 300px;
  width: 100%;
  height: 57px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
}

@media screen and (max-width: 768px) {
  .topOp__itemTxt {
    width: 234px;
    font-size: 1.6rem;
    height: 35px;
    padding: 10px;
  }
}

.topOp__itemTxt:after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  right: 20px;
  top: calc(50% - 4.5px);
}

.topMenu__wrap {
  margin-top: 45px;
}
.topMenu__ttl {
  margin-bottom: 35px;
  font-size: 2.4rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .topMenu__wrap {
    margin-top: 35px;
  }
  .topMenu__ttl {
    margin-bottom: 20px;
    font-size: 1.8rem;
  }
}
.topMenu__list {
  display: flex;
  flex-wrap: wrap;
  margin: -10px;
}
.topMenu__item {
  width: 33.33%;
  padding: 10px;
}
.topMenu__itemLink {
  width: 100%;
  height: 224px;
  color: inherit;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  background-color: #131313;
  background-repeat: no-repeat;
  background-size: auto 100px;
  background-position: top 31px center;
  box-shadow: 4px 4px 6px rgba(35, 35, 35, 0.1);
}
.topMenu__itemLink.topMenu__itemLink-package {
  background-image: url(../img/icon_menu_01.svg?231016);
}
.topMenu__itemLink.topMenu__itemLink-parts {
  background-image: url(../img/icon_menu_02.svg?231016);
}
.topMenu__itemLink.topMenu__itemLink-season {
  background-image: url(../img/icon_menu_03.svg?231016);
}
.topMenu__itemLink.topMenu__itemLink-original {
  background-image: url(../img/icon_menu_04.svg?231016);
}
.topMenu__itemLink:hover {
  opacity: .7;
}
.topMenu__itemLinkName {
  display: block;
  width: 100%;
  padding: 16px 20px;
  color: inherit;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: left;
  position: relative;
  background: #fff;
}
.topMenu__itemLinkName::after {
  content: "";
  display: block;
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .topMenu__list {
    margin: -5px;
  }
  .topMenu__item {
    width: 50%;
    padding: 5px;
  }
  .topMenu__itemLink {
    height: 160px;
    background-size: auto 80px;
    background-position: top 16px center;
  }
  .topMenu__itemLinkName {
    padding: 13px 9px;
    font-size: 1.3rem;
  }
  .topMenu__itemLinkName::after {
    width: 4px;
    height: 7px;
    right: 10px;
  }
}
.topCategory__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  margin: -10px;
}
.topCategory__item {
  width: 25%;
  padding: 10px;
}
.topCategory__itemLink {
  width: 100%;
  height: 100%;
  min-height: 103px;
  padding: 10px;
  text-decoration: none;
  color: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  box-shadow: 4px 4px 6px rgba(35, 35, 35, 0.1);
  position: relative;
}
.topCategory__itemLink:hover {
  opacity: .7;
}
.topCategory__itemLink:after {
  content: "";
  display: block;
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}
.topCategory__itemImg {
  width: 60px;
  height: auto;
}
.topCategory__itemTxt {
  width: calc(100% - 70px);
  display: block;
  margin-left: 10px;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.33;
}
.topCategory__itemTxtType {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 1150px) {
  .topCategory__item {
    width: 33.33%;
  }
}
@media screen and (max-width: 768px) {
  .topCategory__list {
    margin: 0;
  }
  .topCategory__item {
    width: 100%;
    padding: 0px;
    margin-bottom: 10px;
  }
  .topCategory__itemLink {
    min-height: inherit;
    height: auto;
    padding: 5px;
  }
  .topCategory__itemLink:after {
    width: 4px;
    height: 8px;
    right: 20px;
  }
  .topCategory__itemImg {
    width: 50px;
  }
  .topCategory__itemTxt {
    margin-left: 10px;
    font-size: 1.5rem;
  }
  .topCategory__itemTxtType {
    margin-bottom: 3px;
    font-size: 1.2rem;
  }
}


.topMonth {
  padding: 80px 0 100px;
}

@media screen and (max-width: 768px) {
  .topMonth {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .topMonth .sectionBt {
    margin-top: 30px;
  }
}

.topMonth__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 768px) {
  .topMonth__list {
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-left: -35px;
    margin-right: -35px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.topMonth__item {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .topMonth__item {
    width: 68vw;
    -webkit-flex-basis: 68vw;
        -ms-flex-preferred-size: 68vw;
            flex-basis: 68vw;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0 10px;
  }
}

.topMonth__link {
  display: block;
  padding-top: 71%;
  overflow: hidden;
  position: relative;
}

.topMonth__link:hover {
  opacity: .75;
}

.topMonth__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topRank {
  background: url(../img/bg_02.webp);
  padding: 80px 0 100px;
  margin-top: 100px;
}
.no-webp .topRank {
  background-image: url(../img/bg_02.png);
}

@media screen and (max-width: 768px) {
  .topRank {
    padding: 30px 0;
    margin-top: 30px;
  }
}

.topRank__ttl {
  color: #fff;
}

.topRank__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -25px -20px;
  position: relative;
  left: 15px;
  width: calc(100% + 20px);
}

@media screen and (max-width: 768px) {
  .topRank__list {
    margin: -10px;
    width: calc(100% + 20px);
    position: static;
  }
}

.topRank__item {
  padding: 25px 20px;
  width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .topRank__item {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 10px;
  }
}

.topRank__item:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../img/icon_rank_04.svg) no-repeat center center/cover;
  width: 47px;
  height: 47px;
  left: 10px;
  top: 15px;
  z-index: 2;
}

@media screen and (max-width: 768px) {
  .topRank__item:before {
    width: 27px;
    height: 27px;
    top: 5px;
    left: 5px;
  }
}

.topRank__item:nth-of-type(1):before {
  background-image: url(../img/icon_rank_01.svg);
  width: 59px;
  height: 59px;
}

@media screen and (max-width: 768px) {
  .topRank__item:nth-of-type(1):before {
    width: 34px;
    height: 34px;
  }
}

.topRank__item:nth-of-type(2):before {
  background-image: url(../img/icon_rank_02.svg);
  width: 59px;
  height: 59px;
}

@media screen and (max-width: 768px) {
  .topRank__item:nth-of-type(2):before {
    width: 34px;
    height: 34px;
  }
}

.topRank__item:nth-of-type(3):before {
  background-image: url(../img/icon_rank_03.svg);
  width: 59px;
  height: 59px;
}

@media screen and (max-width: 768px) {
  .topRank__item:nth-of-type(3):before {
    width: 34px;
    height: 34px;
  }
}

.topRank__item:nth-of-type(4):before {
  background-image: url(../img/icon_rank_04.svg);
}

.topRank__item:nth-of-type(5):before {
  background-image: url(../img/icon_rank_05.svg);
}

.topRank__item:nth-of-type(6):before {
  background-image: url(../img/icon_rank_06.svg);
}

.topRank__item:nth-of-type(7):before {
  background-image: url(../img/icon_rank_07.svg);
}

.topRank__item:nth-of-type(8):before {
  background-image: url(../img/icon_rank_08.svg);
}

.topRank__link {
  color: #fff;
  text-decoration: none;
}

.topRank__link:hover .topRank__img {
  opacity: .75;
}

.topRank__name {
  margin-top: 15px;
  position: relative;
  padding-right: 1.25em;
}

@media screen and (max-width: 768px) {
  .topRank__name {
    margin-top: 10px;
  }
}

.topRank__name:after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  right: 0;
  top: 8px;
}

@media screen and (max-width: 768px) {
  .topRank__name:after {
    width: 3px;
    height: 6px;
    top: 9px;
  }
}

.topWorks {
  background: url(../img/bg_01.webp);
  padding: 80px 0 100px;
}
.no-webp .topWorks {
  background-image: url(../img/bg_01.png);
}

@media screen and (max-width: 768px) {
  .topWorks {
    padding: 30px 0 40px;
  }
}

.topWorks .infiniteslide_wrap {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media screen and (max-width: 768px) {
  .topWorks__list {
    margin-bottom: 30px;
  }
}

.topWorks__item {
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .topWorks__item {
    padding: 0 15px;
  }
}

.topWorks__link {
  background-color: #131313;
  display: block;
}

a.topWorks__link:hover {
  opacity: .75;
}

.topWorks__img {
  width: auto;
  height: 274px;
  -o-object-fit: cover;
     object-fit: cover;
  border: 1px solid #131313;
}

@media screen and (max-width: 1150px) {
  .topWorks__img {
    width: auto;
    height: 215px;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.topInterview {
  padding: 80px 0 100px;
}

@media screen and (max-width: 1150px) {
  .topInterview {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .topInterview {
    padding: 35px 0 40px;
  }
}

@media screen and (max-width: 1150px) {
  .topInterview__list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: scroll;
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: -45px;
    margin-right: -45px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .topInterview__list {
    padding-left: 35px;
    padding-right: 35px;
  }
}

@media screen and (max-width: 1150px) {
  .topInterview .interviewList__item {
    width: 47vw;
    -webkit-flex-basis: 47vw;
        -ms-flex-preferred-size: 47vw;
            flex-basis: 47vw;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .topInterview .interviewList__item {
    width: 68vw;
    -webkit-flex-basis: 68vw;
        -ms-flex-preferred-size: 68vw;
            flex-basis: 68vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.topInterview .interviewList__link:hover {
  text-decoration: underline;
}

.topBg {
  background: url(../img/bg_01.webp);
  padding: 80px 0 100px;
}
.no-webp .topBg {
  background-image: url(../img/bg_01.png);
}

@media screen and (max-width: 1150px) {
  .topBg {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .topBg {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

.topMade {
  background: url(../img/bg_01.webp);
  padding: 80px 0 100px;
}
.no-webp .topMade {
  background-image: url(../img/bg_01.png);
}

@media screen and (max-width: 768px) {
  .topMade {
    padding-top: 35px;
    padding-bottom: 40px;
  }
}

.topMade__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px;
}

@media screen and (max-width: 768px) {
  .topMade__list {
    margin: 0;
  }
}

.topMade__item {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .topMade__item {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .topMade__item:last-of-type {
    margin-bottom: 0;
  }
}

.topMade__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  text-decoration: none;
  width: 100%;
  color: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 4px 4px 6px rgba(35, 35, 35, 0.1);
          box-shadow: 4px 4px 6px rgba(35, 35, 35, 0.1);
}

.topMade__link:hover {
  background-color: #131313;
  color: #fff;
}

.topMade__link:after {
  content: "";
  display: block;
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  margin-left: auto;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .topMade__link:after {
    width: 4px;
    height: 8px;
  }
}

.topMade__img {
  width: 78px;
  height: 79px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .topMade__img {
    width: 55px;
    height: 55px;
  }
}

.topMade__txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 20px;
  line-height: 1.25;
  margin-top: 3px;
}

@media screen and (max-width: 768px) {
  .topMade__txt {
    font-size: 1.3rem;
    margin-left: 20px;
    margin-top: 2px;
  }
}

.topMade__linkSt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  top: -3px;
}

@media screen and (max-width: 768px) {
  .topMade__linkSt {
    font-size: 1.7rem;
    top: -1px;
  }
}

.topService__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px;
}

@media screen and (max-width: 768px) {
  .topService__list {
    margin: 0;
  }
}

.topService__item {
  width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  padding: 10px;
}

@media screen and (max-width: 1150px) {
  .topService__item {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

@media screen and (max-width: 768px) {
  .topService__item {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .topService__item:last-of-type {
    margin-bottom: 0;
  }
}

.topService__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  text-decoration: none;
  color: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 4px 4px 6px rgba(35, 35, 35, 0.1);
          box-shadow: 4px 4px 6px rgba(35, 35, 35, 0.1);
}

.topService__link:hover {
  background-color: #131313;
  color: #fff;
}

.topService__link:after {
  content: "";
  display: block;
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  margin-left: auto;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .topService__link:after {
    width: 4px;
    height: 8px;
    margin-right: 20px;
  }
}

.topService__img {
  width: 78px;
  height: 79px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media screen and (max-width: 768px) {
  .topService__img {
    width: 55px;
    height: 55px;
  }
}

.topService__txt {
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: 15px;
  line-height: 1.25;
}

@media screen and (max-width: 768px) {
  .topService__txt {
    font-size: 1.7rem;
    margin-left: 20px;
  }
}

.topService__bt {
  display: none;
  width: 132px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 42px;
  font-weight: bold;
  position: relative;
  background-color: #fff;
  border: 1px solid #131313;
  margin-top: 30px;
}

.topService__bt:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #131313;
  border-right: 2px solid #131313;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 10px;
  top: calc(50% - 3px);
}

@media screen and (max-width: 768px) {
  .topService__bt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 163px;
    margin-top: 20px;
  }
}

/*
.topService__spContents {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
*/

@media screen and (max-width: 768px) {
  .topService__spContents {
    display: none;
    width: 100%;
  }
}

.topTriviaList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -15px;
}

.topTriviaList__item {
  width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  padding: 15px;
}

.topTriviaList__link {
  color: inherit;
  text-decoration: none;
}

.topTriviaList__link:hover {
  text-decoration: underline;
}

.topTriviaList__fig {
  margin-bottom: 25px;
  padding-top: 68%;
  overflow: hidden;
  position: relative;
}

.topTriviaList__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.topTriviaList__info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 1.4rem;
}

.topTriviaList__infoPost {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.topTriviaList__date:after {
  content: "/";
  padding: 0 .5em;
}

.topTriviaList__infoCat {
  height: 24px;
  background: #131313;
  border-radius: 46px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 3px 10px;
}

.topTriviaList__head {
  font-size: 1.8rem;
  margin-top: 10px;
}

.topTrivia {
  padding: 80px 0 80px;
}

@media screen and (max-width: 768px) {
  .topTrivia {
    padding: 35px 0 35px;
  }
}

@media screen and (max-width: 768px) {
  .topTrivia__body {
    margin-bottom: 25px;
  }
}

.topTrivia__cats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  align-items: center;
  margin: -5px -5px 45px -5px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.topTrivia__catsItem {
  padding: 5px;
}

.topTrivia__catsLink {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 30px;
  border: 1px solid #131313;
  color: inherit;
  text-decoration: none;
  border-radius: 60px;
  padding: 5px 10px;
  font-size: 1.4rem;
  font-weight: bold;
}

.topTrivia__catsLink:hover {
  background-color: #131313;
  color: #fff;
}

@media screen and (max-width: 1150px) {
  .topTrivia__list {
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important;
    margin-left: -35px;
    margin-right: -35px;
    margin-bottom: 0;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 1150px) {
  .topTrivia .topTriviaList__item {
    width: 47vw;
    -webkit-flex-basis: 47vw;
        -ms-flex-preferred-size: 47vw;
            flex-basis: 47vw;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
  }
}

@media screen and (max-width: 768px) {
  .topTrivia .topTriviaList__item {
    width: 68vw;
    -webkit-flex-basis: 68vw;
        -ms-flex-preferred-size: 68vw;
            flex-basis: 68vw;
    padding: 0 10px;
  }
}

.topNews {
  padding: 0 0 0;
}

@media screen and (max-width: 768px) {
  .topNews__list {
    margin-bottom: 30px;
  }
}

.newsList {
  border-top: 1px solid #BEBEBE;
}

.newsList__item {
  border-bottom: 1px solid #BEBEBE;
  width: 100%;
}

.newsList__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  text-decoration: none;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
}

.newsList__link:hover .newsList__ttl {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .newsList__link {
    display: block;
    padding: 15px 0;
  }
}

@media screen and (max-width: 768px) {
  .newsList__time {
    margin-bottom: 5px;
    display: block;
  }
}

.newsList__time:after {
  content: "｜";
  padding: 0 2em;
}

@media screen and (max-width: 768px) {
  .newsList__time:after {
    display: none;
  }
}

.newsList__ttl {
  max-width: calc(100% - 10em);
}

@media screen and (max-width: 768px) {
  .newsList__ttl {
    font-size: 1.8rem;
    max-width: none;
  }
}

.interview .lowPage__header {
  background: url(../img/performance/interview/bg_key.webp) no-repeat center center/cover;
}
.no-webp .interview .lowPage__header {
  background-image: url(../img/performance/interview/bg_key.jpg);
}

.interview__ttl {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .interview__ttl {
    font-size: 2.0rem;
    margin-bottom: 25px;
    text-align: left;
  }
}

.interview__articles .articles__bt {
  width: 200px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .interview__articles .articles__bt {
    width: 100%;
  }
}

.interview__articles .articles__bt:after {
  position: absolute;
  right: 15px;
  top: calc(50% - 4.5px);
}

.interview__bt {
  width: 346px;
  height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 80px auto 0 auto;
  position: relative;
}

@media screen and (max-width: 768px) {
  .interview__bt {
    height: 41px;
    margin-top: 30px;
  }
}

.interview__bt:after {
  position: absolute;
  right: 15px;
  top: calc(50% - 4.5px);
}

.interviewPost {
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .interviewPost {
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
}

.interviewPost__fig {
  margin-bottom: 50px;
  padding-top: 48%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .interviewPost__fig {
    margin-bottom: 20px;
  }
}

.interviewPost__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.interviewPost__inner {
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.interviewPost__cat {
  font-size: 2.0rem;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .interviewPost__cat {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.interviewPost__head {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 1.47;
}

@media screen and (max-width: 768px) {
  .interviewPost__head {
    font-size: 2.0rem;
    margin-bottom: 25px;
    line-height: 1.5;
  }
}

.interviewPost__intro {
  font-size: 1.8rem;
  line-height: 1.66;
  padding: 20px 0;
  position: relative;
}

.interviewPost__intro:before {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #131313, #131313 2px, transparent 2px, transparent 6px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.interviewPost__intro:after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #131313, #131313 2px, transparent 2px, transparent 6px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .interviewPost__intro {
    padding: 15px 0;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.interviewPost__content {
  padding-top: 90px;
  margin-bottom: -1em;
}

@media screen and (max-width: 768px) {
  .interviewPost__content {
    padding-top: 30px;
  }
}

.interviewPost__content h2 {
  font-size: 2.4rem;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid #131313;
  margin: 1em 0 .5em;
}

@media screen and (max-width: 768px) {
  .interviewPost__content h2 {
    font-size: 1.8rem;
    padding-bottom: 10px;
  }
}

.interviewPost__content img {
  margin-bottom: 1em;
  height: auto;
}

.interviewPost__content figcaption,
.interviewPost__content p {
  font-size: 1.8rem;
  line-height: 1.66;
  margin: 1em 0;
}

@media screen and (max-width: 768px) {
  .interviewPost__content figcaption,
  .interviewPost__content p {
    font-size: 1.6rem;
  }
}

.interviewPost__content .wp-block-image figcaption,
.interviewPost__content p.wp-caption-text {
  font-size: 1.6rem;
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .interviewPost__content .wp-block-image figcaption,
  .interviewPost__content p.wp-caption-text {
    font-size: 1.4rem;
    margin-top: -.5em;
  }
}

.interviewPost__content table {
  width: 100%;
}

.interviewPost__content tr th {
  border-bottom: 1px solid #fff;
}

.interviewPost__content tr:last-of-type th {
  border-bottom: 1px solid #131313;
}

.interviewPost__content th {
  text-align: left;
  background-color: #131313;
  color: #fff;
  font-size: 2.0rem;
  font-weight: bold;
  padding: 20px;
  vertical-align: middle;
  border: 1px solid #131313;
  border-right: 1px solid #fff;
}

@media screen and (max-width: 768px) {
  .interviewPost__content th {
    font-size: 1.6rem;
    padding: 10px;
  }
}

.interviewPost__content td {
  font-size: 1.8rem;
  padding: 20px 25px;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #131313;
}

@media screen and (max-width: 768px) {
  .interviewPost__content td {
    font-size: 1.4rem;
    padding: 10px;
  }
}

.relatedPost {
  background: url(../img/performance/interview/single/bg_related_post.webp);
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  padding: 80px 0 85px;
}
.no-webp .relatedPost {
  background-image: url(../img/performance/interview/single/bg_related_post.jpg);
}

@media screen and (max-width: 1150px) {
  .relatedPost {
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .relatedPost {
    padding: 30px 0;
  }
}

.relatedPost__ttl {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .relatedPost__ttl {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.relatedPost__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -25px;
  margin-right: -25px;
}

@media screen and (max-width: 1150px) {
  .relatedPost__list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow-x: scroll;
    margin-top: 0;
    margin-bottom: 25px;
    margin-left: -45px;
    margin-right: -45px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .relatedPost__list {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.relatedPost__item {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  padding: 0 25px;
}

@media screen and (max-width: 1150px) {
  .relatedPost__item {
    width: 47vw;
    -webkit-flex-basis: 47vw;
        -ms-flex-preferred-size: 47vw;
            flex-basis: 47vw;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 768px) {
  .relatedPost__item {
    width: 68vw;
    -webkit-flex-basis: 68vw;
        -ms-flex-preferred-size: 68vw;
            flex-basis: 68vw;
    padding-left: 10px;
    padding-right: 10px;
  }
}

.relatedPost__link {
  text-decoration: none;
  color: inherit;
}

.relatedPost__link:hover {
  text-decoration: underline;
}

.relatedPost__fig {
  margin-bottom: 15px;
  padding-top: 68%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .relatedPost__fig {
    margin-bottom: 10px;
  }
}

.relatedPost__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.relatedPost__cat {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .relatedPost__cat {
    font-size: 1.4rem;
    margin-bottom: 5px;
  }
}

.relatedPost__name {
  font-size: 2.2rem;
  line-height: 1.36;
}

@media screen and (max-width: 768px) {
  .relatedPost__name {
    font-size: 1.6rem;
  }
}

.news .lowPage__header {
  background: url(../img/news/bg_key.webp) no-repeat center center/cover;
}
.no-webp .news .lowPage__header {
  background-image: url(../img/news/bg_key.jpg);
}

.news__ttl {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .news__ttl {
    font-size: 2.0rem;
    margin-bottom: 25px;
    text-align: left;
  }
  .news__ttl br {
    display: none;
  }
}

.news__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -15px;
}

@media screen and (max-width: 768px) {
  .news__list {
    margin: 0;
  }
}

.news__item {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  padding: 15px;
}

@media screen and (max-width: 768px) {
  .news__item {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .news__item:last-of-type {
    margin-bottom: 0;
  }
}

.news__link {
  color: inherit;
  text-decoration: none;
  -webkit-box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.07);
          box-shadow: 4px 4px 15px rgba(0, 0, 0, 0.07);
  display: block;
}

.news__link:hover .blog__head {
  text-decoration: underline;
}

.make .lowPage__header {
  background: url(../img/readymade/bg_key.webp) no-repeat center center/cover;
}
.no-webp .make .lowPage__header {
  background-image: url(../img/readymade/bg_key.jpg);
}

.make_type_fullorder .lowPage__header {
  background: url(../img/fullorder/bg_key.webp) no-repeat center center/cover;
}
.no-webp .make_type_fullorder .lowPage__header {
  background-image: url(../img/fullorder/bg_key.jpg);
}

.makeDetail {
  margin-top: 15px;
}
.makeDetail + .makeDetail {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .makeDetail {
    margin-top: 0;
  }
  .makeDetail + .makeDetail {
    margin-top: 80px;
  }
}

.makeDetail__ttl {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 130px;
}

@media screen and (max-width: 768px) {
  .makeDetail__ttl {
    font-size: 2.0rem;
    margin-bottom: 25px;
    text-align: left;
  }
}

.makeList {
  margin-bottom: 130px;
  padding-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .makeList {
    padding-bottom: 40px;
    margin-bottom: 45px;
  }
}

.makeList__inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -60px;
  z-index: -1;
  width: 100vw;
  height: 340px;
}

.makeList:nth-of-type(1) .makeList__inner:after {
  right: 110px;
  background: rgba(240, 149, 0, 0.12);
}

.makeList:nth-of-type(2) .makeList__inner:after {
  left: 110px;
  background: rgba(19, 171, 103, 0.12);
}

@media screen and (max-width: 768px) {
  .makeList__inner:after {
    height: calc(100% - 50vw);
    width: 86vw;
  }
  .makeList:nth-of-type(1) .makeList__inner:after {
    right: inherit;
    left: 0;
  }
  .makeList:nth-of-type(2) .makeList__inner:after {
    left: inherit;
    right: 0;
  }
}

.makeList:nth-of-type(1) .makeList__figItem:nth-of-type(1) {
  width: 410px;
  margin-top: -50px;
  margin-right: -70px;
}

@media screen and (max-width: 768px) {
  .makeList:nth-of-type(1) .makeList__figItem:nth-of-type(1) {
    margin-top: 20px;
    margin-right: -20px;
  }
}

.makeList:nth-of-type(1) .makeList__figItem:nth-of-type(2) {
  width: 375px;
}

.makeList:nth-of-type(1) .makeList__figItem:nth-of-type(2) .makeList__figImg {
  -webkit-box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.08);
}

.makeList:nth-of-type(2) .makeList__fig {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}

@media screen and (max-width: 768px) {
  .makeList:nth-of-type(2) .makeList__fig {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}

.makeList:nth-of-type(2) .makeList__figItem:nth-of-type(1) {
  width: 375px;
  margin-top: -50px;
  margin-right: -70px;
}

@media screen and (max-width: 768px) {
  .makeList:nth-of-type(2) .makeList__figItem:nth-of-type(1) {
    margin-top: 20px;
    margin-right: -20px;
    z-index: 0;
  }
}

.makeList:nth-of-type(2) .makeList__figItem:nth-of-type(1) .makeList__figImg {
  -webkit-box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.08);
          box-shadow: 12px 12px 30px rgba(0, 0, 0, 0.08);
  position: relative;
  z-index: 2;
}

.makeList:nth-of-type(2) .makeList__figItem:nth-of-type(2) {
  width: 410px;
}

@media screen and (max-width: 768px) {
  .makeList:nth-of-type(2) .makeList__figItem:nth-of-type(2) {
    z-index: 2;
  }
}

.makeList:nth-of-type(2) .makeList__txt {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
  padding-left: 0;
  padding-right: 65px;
}

@media screen and (max-width: 768px) {
  .makeList:nth-of-type(2) .makeList__txt {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    padding-right: 0;
  }
}

.makeList:last-of-type {
  margin-bottom: 0;
}

.makeList__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media screen and (max-width: 768px) {
  .makeList__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.makeList__fig {
  width: 715px;
  -webkit-flex-basis: 715px;
      -ms-flex-preferred-size: 715px;
          flex-basis: 715px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1150px) {
  .makeList__fig {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

@media screen and (max-width: 768px) {
  .makeList__fig {
    width: calc(100% + 50px);
    -webkit-flex-basis: calc(100% + 50px);
        -ms-flex-preferred-size: calc(100% + 50px);
            flex-basis: calc(100% + 50px);
    margin-left: -25px;
    margin-right: -25px;
    margin-bottom: 25px;
  }
}

.makeList__figImg {
  width: 100%;
  height: auto;
}

.makeList__txt {
  width: calc(100% - 715px);
  -webkit-flex-basis: calc(100% - 715px);
      -ms-flex-preferred-size: calc(100% - 715px);
          flex-basis: calc(100% - 715px);
  padding-left: 65px;
}

@media screen and (max-width: 1150px) {
  .makeList__txt {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
  }
}

@media screen and (max-width: 768px) {
  .makeList__txt {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-left: 0;
    padding-right: 0;
  }
}

.makeList__ttl {
  font-size: 3.4rem;
  font-weight: bold;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .makeList__ttl {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.makeList__desc {
  font-size: 1.8rem;
  line-height: 1.66;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .makeList__desc {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.readymade .lowPage__header {
  background: url(../img/package/readymade/bg_key.webp) no-repeat center center/cover;
}
.no-webp .readymade .lowPage__header {
  background-image: url(../img/package/readymade/bg_key.jpg);
}

.readymade_type_parts .lowPage__header {
  background: url(../img/parts/readymade/bg_key.webp) no-repeat center center/cover;
}
.no-webp .readymade_type_parts .lowPage__header {
  background-image: url(../img/parts/readymade/bg_key.jpg);
}

.readymadeRow__inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
.readymadeRow__sidebar {
  width: 260px;
}
.readymadeRow__content {
  width: calc(100% - 310px);
}
@media screen and (max-width: 768px) {
  .readymadeRow__inner {
    flex-direction: column-reverse;
  }
  .readymadeRow__sidebar {
    width: 100%;
    margin-top: 50px;
  }
  .readymadeRow__content {
    width: 100%;
  }
}

.sidebar__content {
  width: 100%;
}
.sidebar__content + .sidebar__content {
  margin-top: 40px;
}
.sidebar__ttl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 27px;
}
.sidebar__form {
  width: 100%;
}
.sidebarForm__search {
  width: 100%;
  height: 52px;
  position: relative;
}
.sidebarForm__searchInp {
  width: 100%;
  height: 100%;
  background-color: #F4F5F5;
  border: none;
  font-size: 1.4rem;
  padding: 15px 44px 15px 14px;
  display: block;
}
.sidebarForm__searchInp::-webkit-input-placeholder,
.sidebarForm__searchInp::-moz-placeholder,
.sidebarForm__searchInp:-ms-input-placeholder,
.sidebarForm__searchInp::-ms-input-placeholder,
.sidebarForm__searchInp::placeholder {
  color: #B2B2B3;
}
.sidebarForm__searchBt {
  width: 42px;
  height: 100%;
  font-size: 0;
  background: #131313 url(../img/icon_search.svg) no-repeat center center;
  background-size: 20px 20px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
.sidebarCategory__list {
  width: 100%;
  border-bottom: 1px solid #ccc;
}
.sidebarCategory__item {
  width: 100%;
  border-top: 1px solid #ccc;
}
.sidebarCategory__itemLink {
  width: 100%;
  padding: 10px 0;
  text-decoration: none;
  color: inherit;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
}
.sidebarCategory__itemLink:hover {
  opacity: .7;
}
.sidebarCategory__itemImg {
  width: 28px;
  height: auto;
}
.sidebarCategory__itemTxt {
  width: calc(100% - 38px);
  display: block;
  margin-left: 10px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.33;
}
.sidebarCategory__itemTxt .sm {
  font-size: 1.3rem;
  font-weight: bold;
}
.sidebarCategory__itemTxtType {
  display: block;
  margin-bottom: 2px;
  font-size: 1rem;
  font-weight: bold;
}
.sidebarMade__list {
  width: 100%;
}
.sidebarMade__item {
  width: 100%;
  margin-bottom: 10px;
}
.sidebarMade__item:last-of-type {
  margin-bottom: 0;
}
.sidebarMade__link {
  display: flex;
  background: #fff;
  text-decoration: none;
  width: 100%;
  color: inherit;
  align-items: center;
  box-shadow: 4px 4px 6px rgba(35, 35, 35, 0.1);
}
.sidebarMade__link:hover {
  background-color: #131313;
  color: #fff;
}
.sidebarMade__link:after {
  content: "";
  display: block;
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  margin-left: auto;
  margin-right: 15px;
}
.sidebarMade__img {
  width: 47px;
  height: 47px;
  -o-object-fit: cover;
     object-fit: cover;
}
.sidebarMade__txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.2rem;
  font-weight: bold;
  margin-left: 15px;
  line-height: 1.25;
  margin-top: 2px;
}
.sidebarMade__linkSt {
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  top: -2px;
}
.sidebarMonth__list {
  width: 100%;
}
.sidebarMonth__item {
  width: 100%;
  margin-bottom: 20px;
}
.sidebarMonth__item:last-of-type {
  margin-bottom: 0;
}
.sidebarMonth__link {
  display: block;
  padding-top: 71%;
  overflow: hidden;
  position: relative;
}
.sidebarMonth__link:hover {
  opacity: .75;
}
.sidebarMonth__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .sidebar__content + .sidebar__content {
    margin-top: 25px;
  }
  .sidebar__ttl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .sidebarForm__search {
    height: 46px;
  }
  .sidebarForm__searchInp {
    font-size: 1.4rem;
    padding: 12px 42px 12px 14px;
  }
  .sidebarForm__searchBt {
    width: 40px;
    background-size: 18px 18px;
  }
  .sidebarCategory__itemTxt {
    font-size: 1.4rem;
  }
  .sidebarCategory__itemTxt .sm {
    font-size: 1.4rem;
  }
  .sidebarCategory__itemTxtType {
    font-size: 1rem;
  }
  .sidebarMade__link:after {
    width: 4px;
    height: 8px;
  }
  .sidebarMade__img {
    width: 46px;
    height: 46px;
  }
  .sidebarMonth__item {
    margin-bottom: 15px;
  }
  .sidebarMonth__item:last-of-type {
    margin-bottom: 0;
  }
}

.readymadeSearch__category {
  width: 100%;
  margin-bottom: 35px;
}
.readymadeSearch__categoryTtl {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 27px;
}
.readymadeSearch__categoryDesc {
  margin-top: 5px;
  display: block;
  font-size: 1.6rem;
  font-weight: normal;
}
.readymadeSearch__categoryList {
  min-height: 52px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  background-color: #f4f5f5;
}
.readymadeSearch__categoryItem {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.readymadeSearch__categoryItem::after {
  content: "/";
  font-size: 1.2rem;
  color: #b2b2b3;
  margin: 0 15px;
}
.readymadeSearch__categoryItem:last-child::after {
  content: none;
}
.readymadeSearch__categoryItemTxt {
  font-size: 1.6rem;
  line-height: 2;
  color: #b2b2b3;
  text-decoration: none;
}
.readymadeSearch__categoryItemTxt.checked {
  color: #131313;
  font-weight: bold;
}
.readymadeSearch__categoryItemTxt:hover {
  color: #131313;
}

@media screen and (max-width: 768px) {
  .readymadeSearch__category {
    margin-bottom: 25px;
  }
  .readymadeSearch__categoryTtl {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
  .readymadeSearch__categoryDesc {
    margin-top: 3px;
    font-size: 1.4rem;
  }
  .readymadeSearch__categoryList {
    padding: 10px 15px;
  }
  .readymadeSearch__categoryItem::after {
    font-size: 1rem;
    margin: 0 10px;
  }
  .readymadeSearch__categoryItemTxt {
    font-size: 1.4rem;
  }
}





.readymade__number {
  text-align: right;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .readymade__number {
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 40px;
  }
}

.readymadeForm {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .readymadeForm {
    margin-bottom: 25px;
  }
}

.readymadeForm__header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

@media screen and (max-width: 1150px) {
  .readymadeForm__header {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.readymadeForm__search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 285px);
  -webkit-flex-basis: calc(100% - 285px);
      -ms-flex-preferred-size: calc(100% - 285px);
          flex-basis: calc(100% - 285px);
}

@media screen and (max-width: 1150px) {
  .readymadeForm__search {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.readymadeForm__searchDt {
  font-size: 1.8rem;
  font-weight: bold;
  width: 160px;
  -webkit-flex-basis: 160px;
      -ms-flex-preferred-size: 160px;
          flex-basis: 160px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1150px) {
  .readymadeForm__searchDt {
    display: none;
  }
}

.readymadeForm__searchDd {
  width: calc(100% - 160px);
  -webkit-flex-basis: calc(100% - 160px);
      -ms-flex-preferred-size: calc(100% - 160px);
          flex-basis: calc(100% - 160px);
  position: relative;
}

@media screen and (max-width: 1150px) {
  .readymadeForm__searchDd {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.readymadeForm__searchInp {
  width: 100%;
  background-color: #F4F5F5;
  border: none;
  font-size: 1.8rem;
  padding: 30px 25px;
  display: block;
}

@media screen and (max-width: 768px) {
  .readymadeForm__searchInp {
    background-color: #fff;
    padding: 10px 15px;
    border: 1px solid #131313;
    font-size: 1.6rem;
  }
}

.readymadeForm__searchInp::-webkit-input-placeholder {
  color: #B2B2B3;
}

.readymadeForm__searchInp::-moz-placeholder {
  color: #B2B2B3;
}

.readymadeForm__searchInp:-ms-input-placeholder {
  color: #B2B2B3;
}

.readymadeForm__searchInp::-ms-input-placeholder {
  color: #B2B2B3;
}

.readymadeForm__searchInp::placeholder {
  color: #B2B2B3;
}

.readymadeForm__searchBt {
  position: absolute;
  width: 130px;
  height: 52px;
  background-color: #131313;
  color: #fff;
  border: none;
  font-size: 1.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 15px;
  top: calc(50% - 26px);
}

@media screen and (max-width: 768px) {
  .readymadeForm__searchBt {
    text-indent: -9999999px;
    width: 50px;
    height: 100%;
    top: 0;
    right: 0;
  }
}

.readymadeForm__searchBt:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_search.svg) no-repeat center center/cover;
  margin-right: 5px;
}

.readymadeForm__borderBt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 265px;
  border: 1px solid #131313;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-left: auto;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  cursor: pointer;
}

@media screen and (max-width: 1150px) {
  .readymadeForm__borderBt {
    width: 100%;
    height: 64px;
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 768px) {
  .readymadeForm__borderBt {
    width: 100%;
    margin: 15px 0 0 0;
    height: 45px;
    font-size: 1.4rem;
  }
}

.readymadeForm__borderBt:after {
  content: "";
  display: block;
  width: 6px;
  height: 12px;
  background: url(../img/icon_arrow_right_black.svg) no-repeat center center/cover;
  position: absolute;
  right: 25px;
  top: calc(50% - 6px);
}

@media screen and (max-width: 768px) {
  .readymadeForm__borderBt:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.readymadeForm__borderBt.jsActive:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.readymadeForm__selects {
  border-top: 1px solid #ECECEC;
}

.readymadeForm__selects .readymadeForm__dt {
  width: 160px;
  -webkit-flex-basis: 160px;
      -ms-flex-preferred-size: 160px;
          flex-basis: 160px;
}

@media screen and (max-width: 768px) {
  .readymadeForm__selects .readymadeForm__dt {
    width: 3em;
    -webkit-flex-basis: 3em;
        -ms-flex-preferred-size: 3em;
            flex-basis: 3em;
  }
}

.readymadeForm__detail {
  border-top: 1px solid #ECECEC;
  display: none;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .readymadeForm__detail {
    margin-bottom: 25px;
  }
}

.readymadeForm__detail-package {
  border: none;
}
.readymadeForm__detail-taxarchive {
  display: block;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .readymadeForm__detail-package {
    border: none;
    margin-bottom: 40px;
  }
  .readymadeForm__detail-taxarchive {
    margin-bottom: 30px;
  }
}

.readymadeForm__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #ECECEC;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .readymadeForm__dl {
    padding: 15px 0;
  }
}

.readymadeForm__dt {
  width: 184px;
  -webkit-flex-basis: 184px;
      -ms-flex-preferred-size: 184px;
          flex-basis: 184px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .readymadeForm__dt {
    font-size: 1.4rem;
    width: 4em;
    -webkit-flex-basis: 4em;
        -ms-flex-preferred-size: 4em;
            flex-basis: 4em;
  }
}

.readymadeForm__dd {
  width: calc(100% - 184px);
  -webkit-flex-basis: calc(100% - 184px);
      -ms-flex-preferred-size: calc(100% - 184px);
          flex-basis: calc(100% - 184px);
}

@media screen and (max-width: 768px) {
  .readymadeForm__dd {
    width: calc(100% - 4em);
    -webkit-flex-basis: calc(100% - 4em);
        -ms-flex-preferred-size: calc(100% - 4em);
            flex-basis: calc(100% - 4em);
    padding-left: 20px;
  }
}

.readymadeForm__detail-taxarchive .readymadeForm__dt {
  width: 150px;
  -webkit-flex-basis: 150px;
      -ms-flex-preferred-size: 150px;
          flex-basis: 150px;
}
.readymadeForm__detail-taxarchive .readymadeForm__dd {
  width: calc(100% - 150px);
  -webkit-flex-basis: calc(100% - 150px);
      -ms-flex-preferred-size: calc(100% - 150px);
          flex-basis: calc(100% - 150px);
}
@media screen and (max-width: 768px) {
  .readymadeForm__detail-taxarchive .readymadeForm__dt {
    width: 4em;
    -webkit-flex-basis: 4em;
        -ms-flex-preferred-size: 4em;
            flex-basis: 4em;
  }
  .readymadeForm__detail-taxarchive .readymadeForm__dd {
    width: calc(100% - 4em);
    -webkit-flex-basis: calc(100% - 4em);
        -ms-flex-preferred-size: calc(100% - 4em);
            flex-basis: calc(100% - 4em);
  }
}


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

.readymadeForm__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -8px;
}

@media screen and (max-width: 768px) {
  .readymadeForm__list {
    margin: -5px;
  }
}

.readymadeForm__item {
  padding: 8px;
}

@media screen and (max-width: 768px) {
  .readymadeForm__item {
    padding: 5px;
  }
}

.readymadeForm__itemInner {
  text-decoration: none;
}

.readymadeForm__item_type_selected .readymadeForm__itemTxt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.readymadeForm__item_type_selected .readymadeForm__itemTxt:after {
  content: "×";
  display: block;
  margin-left: 25px;
}

@media screen and (max-width: 768px) {
  .readymadeForm__item_type_selected .readymadeForm__itemTxt:after {
    margin-left: 15px;
  }
}

.readymadeForm__item_type_selected:hover .readymadeForm__itemTxt {
  border: 1px solid #ddd;
}

.readymadeForm__check {
  display: none;
}

.readymadeForm__itemTxt.checked,
.readymadeForm__itemTxt:hover,
.readymadeForm__check:checked + .readymadeForm__itemTxt {
  background-color: #131313;
  color: #fff;
}

.readymadeForm__itemTxt {
  background-color: #F4F5F5;
  border: 1px solid #F4F5F5;
  color: #000;
  padding: 11px 25px;
  border-radius: 60px;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .readymadeForm__itemTxt {
    font-size: 1.4rem;
    padding: 3px 10px;
  }
}

.readymadeForm__bgBt {
  width: 248px;
  height: 68px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #131313;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  border: none;
  margin: 40px auto 0 auto;
}

.readymadeForm__bgBt:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url(../img/icon_search.svg) no-repeat center center/cover;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .readymadeForm__bgBt {
    width: 124px;
    height: 44px;
    font-size: 1.6rem;
    margin-top: 25px;
  }
}

.readymadeFormMade__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px;
}
.readymadeFormMade__item {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  padding: 10px;
}
.readymadeFormMade__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  text-decoration: none;
  width: 100%;
  color: inherit;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 4px 4px 6px rgba(35, 35, 35, 0.1);
          box-shadow: 4px 4px 6px rgba(35, 35, 35, 0.1);
}
.readymadeFormMade__link:hover {
  background-color: #131313;
  color: #fff;
}
.readymadeFormMade__link:after {
  content: "";
  display: block;
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  margin-left: auto;
  margin-right: 20px;
}
.readymadeFormMade__img {
  width: 78px;
  height: 79px;
  -o-object-fit: cover;
     object-fit: cover;
}
.readymadeFormMade__txt {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.4rem;
  font-weight: bold;
  margin-left: 20px;
  line-height: 1.25;
  margin-top: 3px;
}
.readymadeFormMade__linkSt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 2.0rem;
  font-weight: bold;
  position: relative;
  top: -3px;
}
@media screen and (max-width: 768px) {
  .readymadeFormMade__list {
    margin: 0;
  }
  .readymadeFormMade__item {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .readymadeFormMade__item:last-of-type {
    margin-bottom: 0;
  }
  .readymadeFormMade__link:after {
    width: 4px;
    height: 8px;
  }
  .readymadeFormMade__img {
    width: 55px;
    height: 55px;
  }
  .readymadeFormMade__txt {
    font-size: 1.3rem;
    margin-left: 20px;
    margin-top: 2px;
  }
  .readymadeFormMade__linkSt {
    font-size: 1.7rem;
    top: -1px;
  }
}

.madeSingle .lowPage__header {
  background: url(../img/package/readymade/bg_key.webp) no-repeat center center/cover;
}
.no-webp .madeSingle .lowPage__header {
  background-image: url(../img/package/readymade/bg_key.jpg);
}

.madeSingle_type_parts .lowPage__header {
  background: url(../img/parts/readymade/bg_key.webp) no-repeat center center/cover;
}
.no-webp .madeSingle_type_parts .lowPage__header {
  background-image: url(../img/parts/readymade/bg_key.jpg);
}

.madeSingle__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .madeSingle__body {
    margin-bottom: 25px;
  }
}

.madeSingle .madeSingleSlider {
  width: 565px;
  -webkit-flex-basis: 565px;
      -ms-flex-preferred-size: 565px;
          flex-basis: 565px;
}

@media screen and (max-width: 1150px) {
  .madeSingle .madeSingleSlider {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 25px;
  }
}

.madeSingle .madeSingleSlider__mainItem img {
  width: 100%;
}

.madeSingle .madeSingleSlider__thumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 16px -8px 0;
}

@media screen and (max-width: 768px) {
  .madeSingle .madeSingleSlider__thumb {
    margin: 7px -5px 0;
  }
}

.madeSingle .madeSingleSlider__thumb .slick-track {
  width: 100% !important;
}

.madeSingle .madeSingleSlider__thumb .slick-track {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transform: none !important;
          transform: none !important;
}

.madeSingle .madeSingleSlider__thumb .slick-slide {
  width: 25% !important;
  -webkit-flex-basis: 25% !important;
      -ms-flex-preferred-size: 25% !important;
          flex-basis: 25% !important;
  padding: 0 8px !important;
}

@media screen and (max-width: 768px) {
  .madeSingle .madeSingleSlider__thumb .slick-slide {
    padding: 0 5px !important;
  }
}

.madeSingle .madeSingleSlider__thumbItem {
  width: 100%;
  cursor: pointer;
  background-color: #131313;
}

.madeSingle .madeSingleSlider__thumbItem:hover .madeSingleSlider__thumbImg {
  opacity: .75;
}

.madeSingle .madeSingleContents {
  width: calc(100% - 565px);
  -webkit-flex-basis: calc(100% - 565px);
      -ms-flex-preferred-size: calc(100% - 565px);
          flex-basis: calc(100% - 565px);
  padding-left: 45px;
}

@media screen and (max-width: 1150px) {
  .madeSingle .madeSingleContents {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-left: 0;
  }
}

.madeSingle__tips {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px;
}

.madeSingle__tipsItem {
  padding: 5px;
  position: relative;
}

.madeSingle__tipsName {
  font-size: 1.4rem;
  background-color: #F4F5F5;
  text-decoration: underline;
  padding: 8px 20px;
  border-radius: 40px;
  cursor: pointer;
  color: #131313;
}

@media screen and (max-width: 768px) {
  .madeSingle__tipsName {
    padding: 5px 10px;
  }
}

.madeSingle__tipsName:hover {
  text-decoration: none;
}

.madeSingle__tipsDesc {
  display: none;
  position: absolute;
  width: 224px;
  padding: 25px 30px;
  background-color: #131313;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.7;
  bottom: 67px;
  left: calc(50% - 112px);
}

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

.madeSingle__tipsDesc:after {
  content: "";
  width: 0;
  display: block;
  position: absolute;
  left: calc(50% - 7px);
  bottom: -19px;
  height: 0;
  border-style: solid;
  border-width: 19px 6.5px 0 6.5px;
  border-color: #131313 transparent transparent transparent;
}

.madeSingle__head {
  font-size: 3.2rem;
  font-weight: bold;
  margin-top: 30px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .madeSingle__head {
    font-size: 2.5rem;
    margin-top: 25px;
    margin-bottom: 10px;
  }
}

.madeSingle__desc {
  font-size: 1.8rem;
  line-height: 1.55;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .madeSingle__desc {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 25px;
  }
}

.madeSingle__details {
  border-top: 1px solid #131313;
}

.madeSingle__dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  border-bottom: 1px solid #131313;
}

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

@media screen and (max-width: 768px) {
  .madeSingle__dl {
    padding: 15px 0;
  }
}

.madeSingle__dt {
  width: 155px;
  -webkit-flex-basis: 155px;
      -ms-flex-preferred-size: 155px;
          flex-basis: 155px;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .madeSingle__dt {
    width: 3em;
    -webkit-flex-basis: 3em;
        -ms-flex-preferred-size: 3em;
            flex-basis: 3em;
    font-size: 1.4rem;
  }
}

.madeSingle__dd {
  width: calc(100% - 155px);
  -webkit-flex-basis: calc(100% - 155px);
      -ms-flex-preferred-size: calc(100% - 155px);
          flex-basis: calc(100% - 155px);
}

@media screen and (max-width: 768px) {
  .madeSingle__dd {
    width: calc(100% - 3em);
    -webkit-flex-basis: calc(100% - 3em);
        -ms-flex-preferred-size: calc(100% - 3em);
            flex-basis: calc(100% - 3em);
    padding-left: 30px;
    font-size: 1.4rem;
  }
}

.madeSingle__ddList {
  width: 100%;
  margin: -10px 0;
}

.madeSingle__ddItem {
  padding: 10px 0;
  border-bottom: 1px solid #D9DADA;
}

.madeSingle__ddItem:last-of-type {
  border: none;
}

.madeSingle__more {
  display: none;
}

@media screen and (max-width: 768px) {
  .madeSingle__more {
    display: block;
    margin-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #131313;
  }
}

@media screen and (max-width: 768px) {
  .madeSingle__moreBt {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 45px;
    background-color: #fff;
    border: 1px solid #131313;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    font-weight: bold;
    font-size: 1.4rem;
    color: #131313;
    text-decoration: none;
    position: relative;
  }
  .madeSingle__moreBt:after {
    content: "";
    position: absolute;
    top: calc(50% - 4.5px);
    right: 15px;
    background: url(../img/icon_arrow_right_black.svg) no-repeat center center/cover;
    width: 5px;
    height: 9px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.madeSingle__bts {
  margin-top: 40px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .madeSingle__bts {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

.madeSingle__btsItem {
  border: 2px solid #131313;
  font-weight: bold;
  height: 76px;
}

@media screen and (max-width: 768px) {
  .madeSingle__btsItem {
    height: 45px;
    border: 1px solid #131313;
  }
}

.madeSingle__btsItem_type_bg {
  width: 58.6%;
  -webkit-flex-basis: 58.6%;
      -ms-flex-preferred-size: 58.6%;
          flex-basis: 58.6%;
}

@media screen and (max-width: 768px) {
  .madeSingle__btsItem_type_bg {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 15px;
  }
}

.madeSingle__btsItem_type_bg .madeSingle__btsLink {
  background-color: #131313;
  color: #fff;
}

.madeSingle__btsItem_type_bg .madeSingle__btsLink:hover {
  background-color: #fff;
  color: #131313;
}

.madeSingle__btsItem_type_ol {
  width: 40%;
  -webkit-flex-basis: 40%;
      -ms-flex-preferred-size: 40%;
          flex-basis: 40%;
}

@media screen and (max-width: 768px) {
  .madeSingle__btsItem_type_ol {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.madeSingle__btsItem_type_ol .madeSingle__btsLink {
  background-color: #fff;
  color: #131313;
}

.madeSingle__btsItem_type_ol .madeSingle__btsLink:hover {
  background-color: #131313;
  color: #fff;
}

.madeSingle__btsLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  height: 100%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .madeSingle__btsLink {
    font-size: 1.4rem;
  }
}

.madeSingle__btsLink:after {
  content: "";
  position: absolute;
  top: calc(50% - 4.5px);
  right: 15px;
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
}

.madeSingle__store {
  background-color: #EFEFEF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 20px 20px 20px 20px;
  margin-bottom: 40px;
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .madeSingle__store {
    padding: 15px 20px 20px 20px;
    margin-bottom: 25px;
    margin-top: 25px;
  }
}

.madeSingle__storeTxt {
  width: calc(100% - 236px);
  -webkit-flex-basis: calc(100% - 236px);
      -ms-flex-preferred-size: calc(100% - 236px);
          flex-basis: calc(100% - 236px);
  padding-right: 20px;
  line-height: 1.75;
}

@media screen and (max-width: 768px) {
  .madeSingle__storeTxt {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-right: 0;
    margin-bottom: 10px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.madeSingle__storeBt {
  width: 236px;
  height: 76px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 2px solid #131313;
  color: #131313;
  text-decoration: none;
  background-color: #fff;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 768px) {
  .madeSingle__storeBt {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    font-size: 1.4rem;
    height: 45px;
    border-width: 1px;
  }
}

.madeSingle__storeBt:hover {
  background-color: #131313;
  color: #fff;
}

.madeSingle__storeBt-onlineshop {
  background-color: #131313;
  color: #fff;
}
.madeSingle__storeBt-onlineshop:hover {
  background-color: #fff;
  color: #131313;
}


.madeSingle__storeBt:after {
  content: "";
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  margin-left: 10px;
}
.madeSingle__storeBt.madeSingle__storeBt-contact:after {
  position: absolute;
  top: calc(50% - 4.5px);
  right: 15px;
}
@media screen and (max-width: 768px) {
  .madeSingle__storeBt:after {
    position: absolute;
    right: 15px;
    top: calc(50% - 4.5px);
  }
}

.madeSingle__contact {
  margin-top: 25px;
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .madeSingle__contact {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

.madeSingle__contactLink {
  color: inherit;
  font-size: 1.4rem;
}

.madeSingle__contactLink:hover {
  text-decoration: none;
}

.praMark {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.praMark__img {
  width: 39px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .praMark__img {
    width: 37px;
  }
}

.praMark__txt {
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .praMark__txt {
    font-size: 1.4rem;
  }
}

.madeSingle__variation {
  margin-top: 40px;
}

@media screen and (max-width: 768px) {
  .madeSingle__variation {
    margin-top: 25px;
  }
}

.itemVariation__dt {
  font-size: 2.0rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .itemVariation__dt {
    font-size: 1.6rem;
  }
}

.itemVariation__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -5px;
}

.itemVariation__item {
  padding: 5px;
}

.itemVariation__itemTxt {
  border: 1px solid #131313;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px 10px;
  color: inherit;
  text-decoration: none;
}

.itemVariation__itemTxt:hover {
  background-color: #131313;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .itemVariation__itemTxt {
    font-size: 1.4rem;
  }
}

.others__ttl {
  margin-bottom: 35px;
}

@media screen and (max-width: 768px) {
  .others__ttl {
    margin-bottom: 15px;
  }
}

.others__bt {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .others__bt {
    margin-top: 20px;
  }
}

.fullorder_type_package .lowPage__header {
  background: url(../img/fullorder/package/bg_key.webp) no-repeat center center/cover;
}
.no-webp .fullorder_type_package .lowPage__header {
  background-image: url(../img/fullorder/package/bg_key.jpg);
}

.fullorder_type_package .fullorder__caution {
  margin-top: 60px;
}

@media screen and (max-width: 768px) {
  .fullorder_type_package .fullorder__caution {
    margin-top: 25px;
  }
}

.fullorder_type_parts .lowPage__header {
  background: url(../img/fullorder/parts/bg_key.webp) no-repeat center center/cover;
}
.no-webp .fullorder_type_parts .lowPage__header {
  background-image: url(../img/fullorder/parts/bg_key.jpg);
}

.fullorder__intro {
  font-size: 2.2rem;
  line-height: 1.72;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

@media screen and (max-width: 1150px) {
  .fullorder__intro {
    text-align: left;
  }
  .fullorder__intro br {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .fullorder__intro {
    font-size: 1.6rem;
    text-align: left;
    margin-bottom: 25px;
  }
  .fullorder__intro br {
    display: none;
  }
}

.fullorder__intro_type_detail {
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .fullorder__intro_type_detail {
    margin-bottom: 25px;
  }
}

.fullorder__caution {
  border: 1px solid #131313;
  padding: 30px 30px 25px 30px;
}

@media screen and (max-width: 768px) {
  .fullorder__caution {
    padding: 15px 15px 15px 15px;
    margin-top: 25px;
  }
}

@media screen and (min-width: 769px) {
  .design__inner .fullorder__caution + .fullorder__caution {
    margin-top: 35px;
  }
}

.fullorder__cautionTtl {
  font-size: 2.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  .fullorder__cautionTtl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}

.fullorder__cautionTtl:before {
  content: "";
  width: 31px;
  height: 31px;
  display: block;
  background: url(../img/icon_exmark.svg) no-repeat center center/cover;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .fullorder__cautionTtl:before {
    width: 18px;
    height: 18px;
  }
}

.fullorder__cautionItem {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .fullorder__cautionItem {
    font-size: 1.4rem;
    line-height: 1.4;
  }
}

.fullorder__cautionItem:before {
  content: "・";
}

.localNav__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -10px;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .localNav__list {
    margin-bottom: 25px;
  }
}

.localNav__item {
  width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  padding: 10px;
}

@media screen and (max-width: 768px) {
  .localNav__item {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 5px;
  }
}

.localNav__item_type_lg {
  width: 50%;
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
}

@media screen and (max-width: 768px) {
  .localNav__item_type_lg {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.localNav__link {
  font-size: 1.4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  border: 2px solid #131313;
  color: inherit;
  text-decoration: none;
  border-radius: 36px;
  position: relative;
  padding-top: 1px;
}

@media screen and (max-width: 768px) {
  .localNav__link {
    font-size: 1.2rem;
    height: 26px;
  }
}

.localNav__link:after {
  content: "";
  position: absolute;
  right: 0;
  background: url(../img/icon_arrow_right_black.svg) no-repeat center center/cover;
  width: 6px;
  height: 10px;
  right: 15px;
  top: calc(50% - 5px);
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.localNav__link:hover {
  color: #fff;
  background-color: #131313;
}

.localNav__link:hover:after {
  background: url(../img/icon_arrow_right_white.svg) no-repeat center center/cover;
}

.ogps__item {
  margin-bottom: 120px;
}

@media screen and (max-width: 768px) {
  .ogps__item {
    margin-bottom: 30px;
  }
}

.ogps__item.ogps__item-no_gallery {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .ogps__item.ogps__item-no_gallery {
    margin-bottom: 30px;
  }
}

.ogps__item:last-of-type {
  margin-bottom: 0;
}

.ogps__item a {
  color: #131313;
  text-decoration: none;
}

.ogps__item a:hover {
  text-decoration: underline;
}

.ogps__head {
  -webkit-box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
          box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .ogps__head {
    margin-bottom: 15px;
    position: relative;
  }
}

@media screen and (max-width: 768px) {
  .ogps__head:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 44px;
    height: 100%;
    background-color: #131313;
  }
}

.ogps__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .ogps__ttl {
    font-size: 1.6rem;
  }
}

.ogps__ttl:before {
  content: "";
  display: block;
  width: 78px;
  height: 79px;
  background: url(../img/fullorder/parts/icon_parts_01.svg) no-repeat center center/cover;
  margin-right: 30px;
  position: relative;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .ogps__ttl:before {
    width: 44px;
    height: 45px;
    margin-right: 15px;
    background-color: #131313;
  }
}

.ogps__ttl_type_01:before {
  background-image: url(../img/fullorder/parts/icon_parts_01.svg);
}

.ogps__ttl_type_02:before {
  background: url(../img/fullorder/parts/icon_parts_02.svg) no-repeat center center/cover;
}

.ogps__ttl_type_03:before {
  background: url(../img/fullorder/parts/icon_parts_02.svg) no-repeat center center/cover;
}

.ogps__ttl_type_04:before {
  background: url(../img/fullorder/parts/icon_parts_02.svg) no-repeat center center/cover;
}

.ogps__ttl_type_05:before {
  background: url(../img/fullorder/parts/icon_parts_02.svg) no-repeat center center/cover;
}

.ogps__ttl_type_06:before {
  background: url(../img/fullorder/parts/icon_parts_02.svg) no-repeat center center/cover;
}

.ogps__ttl_type_07:before {
  background: url(../img/fullorder/parts/icon_parts_02.svg) no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .ogps__ttl_type_row {
    font-size: 1.4rem;
    padding: 15px 0;
  }
}

.ogps__link {
  font-weight: bold;
  color: inherit;
  text-decoration: none;
  margin-right: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ogps__link:hover {
  text-decoration: underline;
}

@media screen and (max-width: 768px) {
  .ogps__link {
    font-size: 1.2rem;
    margin-right: 15px;
  }
}

.ogps__link:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/icon_arrow_circle_black.svg) no-repeat center center/cover;
  display: block;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .ogps__link:after {
    width: 15px;
    height: 15px;
    margin-left: 5px;
  }
}

.ogps__intro {
  margin-bottom: 30px;
  font-size: 1.8rem;
  line-height: 1.55;
}

@media screen and (max-width: 768px) {
  .ogps__intro {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 15px;
  }
  .ogps__intro br {
    display: none;
  }
}

.ogps__images {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.ogps__imagesDt {
  width: 1em;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  vertical-align: center;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .ogps__imagesDt {
    font-size: 1.4rem;
  }
}

.ogps__imagesDtTxt {
  font-weight: bold;
  display: inline-block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  padding-bottom: 10px;
}

.ogps__imagesDt:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #131313;
  left: calc(50% - 0.5px);
  top: 0;
}

.ogps__imagesDd {
  width: calc(100% - 1em);
  -webkit-flex-basis: calc(100% - 1em);
      -ms-flex-preferred-size: calc(100% - 1em);
          flex-basis: calc(100% - 1em);
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .ogps__imagesDd {
    padding-left: 15px;
  }
}

.ogps__thumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -12px;
}

@media screen and (max-width: 768px) {
  .ogps__thumbs {
    margin: -10px;
  }
}

.ogps__thumbsItem {
  width: 25%;
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  padding: 12px;
}

@media screen and (max-width: 768px) {
  .ogps__thumbsItem {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 10px;
  }
}

.fullorderProcedure {
  margin-bottom: 90px;
}

@media screen and (max-width: 768px) {
  .fullorderProcedure {
    margin-bottom: 0;
  }
}

.fullorderProcedure__ttl {
  margin-top: 90px;
  margin-bottom: 25px;
}

@media screen and (max-width: 768px) {
  .fullorderProcedure__ttl {
    margin-top: 25px;
    margin-bottom: 0;
  }
}

.fullorderProcedure__content {
  padding: 55px 0;
  position: relative;
}

.fullorderProcedure__content:after {
  content: "";
  width: 100%;
  height: 1px;
  background-image: linear-gradient(to right, #131313, #131313 2px, transparent 2px, transparent 6px);
  background-size: 6px 1px;
  background-position: left bottom;
  background-repeat: repeat-x;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .fullorderProcedure__content {
    padding: 20px 0;
  }
}

.fullorderProcedure__content_type_col {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .fullorderProcedure__content_type_col {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.fullorderProcedure__content_type_col .fullorderProcedure__texts {
  width: calc(100% - 265px);
  -webkit-flex-basis: calc(100% - 265px);
      -ms-flex-preferred-size: calc(100% - 265px);
          flex-basis: calc(100% - 265px);
  padding-right: 30px;
}

@media screen and (max-width: 768px) {
  .fullorderProcedure__content_type_col .fullorderProcedure__texts {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
  }
}

.fullorderProcedure__content_type_col .fullorderProcedure__bt {
  width: 265px;
  -webkit-flex-basis: 265px;
      -ms-flex-preferred-size: 265px;
          flex-basis: 265px;
}

.fullorderProcedure__content_type_col .fullorderProcedure__bt_type_sq {
  width: 190px;
  -webkit-flex-basis: 190px;
      -ms-flex-preferred-size: 190px;
          flex-basis: 190px;
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 10px;
}

@media screen and (max-width: 768px) {
  .fullorderProcedure__content_type_col .fullorderProcedure__bt_type_sq {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-top: 10px;
    margin-left: 0;
  }
}

.fullorderProcedure__content_type_col .fullorderProcedure__bt_type_sq:after {
  margin-left: 15px;
}

@media screen and (max-width: 768px) {
  .fullorderProcedure__content_type_col .fullorderProcedure__bt_type_sq:after {
    margin-left: auto;
  }
}

@media screen and (max-width: 768px) {
  .fullorderProcedure__content_type_col .fullorderProcedure__bt {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-top: 10px;
  }
}

.fullorderProcedure__subTtl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2.8rem;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .fullorderProcedure__subTtl {
    font-size: 1.6rem;
  }
}

.fullorderProcedure__subTtlNum {
  font-size: 2.8rem;
  font-weight: bold;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  height: 64px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #131313;
  margin-right: 20px;
}

@media screen and (max-width: 768px) {
  .fullorderProcedure__subTtlNum {
    font-size: 1.2rem;
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }
}

.fullorderProcedure__para {
  font-size: 1.8rem;
  line-height: 1.55;
  margin-bottom: 1.5em;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .fullorderProcedure__para {
    font-size: 1.4rem;
    line-height: 1.4;
    margin-top: 10px;
  }
}

.fullorderProcedure__para:last-of-type {
  margin-bottom: 0;
}

.olList {
  border: 1px solid #E1E1E1;
  padding: 25px;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .olList {
    padding: 10px 15px;
  }
}

.olList__item {
  font-size: 1.8rem;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .olList__item {
    font-size: 1.2rem;
    line-height: 1.5;
  }
}

.olList__item:before {
  content: "・";
  margin-right: .5em;
}

.special .lowPage__header {
  background: url(../img/package/special/bg_key.webp) no-repeat center center/cover;
}
.no-webp .special .lowPage__header {
  background-image: url(../img/package/special/bg_key.jpg);
}

@media screen and (max-width: 768px) {
  .special__inner {
    overflow: hidden;
  }
}

.special__head {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 75px;
}

@media screen and (max-width: 768px) {
  .special__head {
    font-size: 2.0rem;
    margin-bottom: 25px;
    text-align: left;
  }
}

.special__others {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .special__others {
    margin-top: 25px;
  }
}

.articles__item {
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .articles__item {
    margin-bottom: 40px;
    padding-bottom: 45px;
  }
}

.articles__item:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: calc(-50vw + 600px);
  z-index: -1;
  width: calc(50vw + 440px);
  height: 260px;
  background: #F4F5F5;
}

@media screen and (max-width: 768px) {
  .articles__item:after {
    right: -25px;
    height: calc(100% - 40vw);
  }
}

.articles__item:last-of-type {
  margin-bottom: 0;
}

.articles__inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .articles__inner {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.articles__thumb {
  width: 540px;
  -webkit-flex-basis: 540px;
      -ms-flex-preferred-size: 540px;
          flex-basis: 540px;
  -webkit-box-shadow: 10px 10px 24px rgba(0, 0, 0, 0.08);
          box-shadow: 10px 10px 24px rgba(0, 0, 0, 0.08);
  padding-top: 380px;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 1150px) {
  .articles__thumb {
    width: 40%;
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    padding-top: 28%;
  }
}

@media screen and (max-width: 768px) {
  .articles__thumb {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    margin-bottom: 20px;
    padding-top: 70%;
  }
}

.articles__thumbImg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.articles__thumbLink {
  width: 100%;
  height: 100%;
}

.articles__texts {
  width: calc(100% - 540px);
  -webkit-flex-basis: calc(100% - 540px);
      -ms-flex-preferred-size: calc(100% - 540px);
          flex-basis: calc(100% - 540px);
  padding-left: 60px;
}

@media screen and (max-width: 1150px) {
  .articles__texts {
    width: 60%;
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    padding-left: 30px;
  }
}

@media screen and (max-width: 768px) {
  .articles__texts {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding-left: 0;
  }
}

.articles__date {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background-color: #131313;
  padding: 5px 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .articles__date {
    font-size: 1.4rem;
    padding: 3px 8px;
    margin-bottom: 15px;
  }
}

.articles__date_type_current {
  background-color: #ED000F;
}

.articles__ttl {
  font-size: 2.7rem;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .articles__ttl {
    font-size: 2.1rem;
    margin-bottom: 10px;
  }
}

.articles__desc {
  font-size: 1.8rem;
  line-height: 1.66;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .articles__desc {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .articles__bt {
    width: 100%;
  }
}

.bnList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 -20px;
}

@media screen and (max-width: 768px) {
  .bnList {
    overflow-x: scroll;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-left: -35px;
    margin-right: -35px;
    padding-left: 25px;
    padding-right: 25px;
  }
}

.bnList__item {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .bnList__item {
    width: 68vw;
    -webkit-flex-basis: 68vw;
        -ms-flex-preferred-size: 68vw;
            flex-basis: 68vw;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 0 10px;
  }
}

.bnList__link {
  display: block;
}

.bnList__fig {
  background-color: #131313;
}

.gallery .lowPage__header {
  background: url(../img/performance/gallery/bg_key.webp) no-repeat center center/cover;
}
.no-webp .gallery .lowPage__header {
  background-image: url(../img/performance/gallery/bg_key.jpg);
}

.gallery__ttl {
  font-size: 3.4rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .gallery__ttl {
    font-size: 2.0rem;
    margin-bottom: 25px;
    text-align: left;
  }
}

.gallery__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: -25px;
}

@media screen and (max-width: 768px) {
  .gallery__list {
    margin: -10px;
  }
}

.gallery__item {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  padding: 25px;
}

@media screen and (max-width: 768px) {
  .gallery__item {
    width: 50%;
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    padding: 10px 10px;
  }
}

.gallery__link {
  color: inherit;
  text-decoration: none;
}

.gallery__link:hover {
  text-decoration: underline;
}

.gallery__fig {
  margin-bottom: 20px;
  padding-top: 60%;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px) {
  .gallery__fig {
    margin-bottom: 10px;
  }
}

.gallery__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.gallery__texts {
  position: relative;
}

.gallery__texts:after {
  content: "";
  background: url(../img/icon_arrow_right_red.svg) no-repeat center center/cover;
  width: 5px;
  height: 9px;
  position: absolute;
  right: 0;
  top: calc(50% - 4.5px);
}

.gallery__cat {
  font-size: 1.4rem;
  display: inline-block;
  border: 1px solid #131313;
  padding: 5px 10px;
  line-height: 1;
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .gallery__cat {
    font-size: 1.2rem;
    padding: 3px 8px;
    margin-bottom: 5px;
  }
}

.gallery__name {
  font-size: 2.0rem;
}

@media screen and (max-width: 768px) {
  .gallery__name {
    font-size: 1.6rem;
  }
}

.modal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(19, 19, 19, 0.76);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 5;
  display: none;
}

.modal.jsActive {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal__inner {
  max-width: 926px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .modal__inner {
    padding: 20px;
  }
}

.modal__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  cursor: pointer;
}

.modal__close {
  width: 50px;
  height: 50px;
  background-color: #000;
  position: absolute;
  right: 30px;
  top: 30px;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .modal__close {
    width: 30px;
    height: 30px;
    right: 10px;
    top: 10px;
  }
}

.modal__closeBar {
  width: 16px;
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  left: calc(50% - 8px);
  top: calc(50% - 1px);
}

.modal__closeBar:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal__closeBar:nth-of-type(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.modal__content {
  background-color: #fff;
  padding: 50px;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .modal__content {
    padding: 20px;
  }
}

.modal__content_wrap {
  max-height: calc(100vh - 200px);
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .modal__content_wrap {
    max-height: calc(100vh - 120px);
  }
}

.modal__fig {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .modal__fig {
    margin-bottom: 15px;
  }
}

.modal__img {
  width: 100%;
  height: auto;
}

.modal__desc {
  font-size: 1.8rem;
  line-height: 1.6;
  font-weight: bold;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .modal__desc {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

.modal__table {
  width: 100%;
}

.modal__th {
  background-color: #F5F6F8;
  border: 1px solid #131313;
  font-weight: bold;
  padding: 10px 15px;
  text-align: left;
  width: 211px;
  vertical-align: top;
}

@media screen and (max-width: 768px) {
  .modal__th {
    font-size: 1.4rem;
    width: 140px;
    padding: 5px 10px;
  }
}

.modal__td {
  border: 1px solid #131313;
  font-weight: bold;
  padding: 10px 15px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .modal__td {
    font-size: 1.4rem;
    padding: 5px 10px;
  }
}

.privacy__inner {
  overflow: hidden;
}

.privacy .lowPage__header {
  background: url(../img/company/bg_key.webp) no-repeat center center/cover;
}
.no-webp .privacy .lowPage__header {
  background-image: url(../img/company/bg_key.jpg);
}

.privacy__intro {
  font-size: 1.8rem;
  line-height: 1.66;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .privacy__intro {
    font-size: 1.6rem;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}

.privacy__section {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .privacy__section {
    margin-bottom: 30px;
  }
}

.privacy__section:last-of-type {
  margin-bottom: 0;
}

.privacy__ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .privacy__ttl {
    margin-bottom: 15px;
  }
}

.privacy__list {
  list-style: none;
}

.privacy__item {
  font-size: 1.8rem;
  line-height: 1.66;
}

@media screen and (max-width: 768px) {
  .privacy__item {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.privacy__para {
  font-size: 1.8rem;
  line-height: 1.66;
}

@media screen and (max-width: 768px) {
  .privacy__para {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.rule__inner {
  overflow: hidden;
}

.rule .lowPage__header {
  background: url(../img/company/bg_key.webp) no-repeat center center/cover;
}
.no-webp .rule .lowPage__header {
  background-image: url(../img/company/bg_key.jpg);
}

.rule__intro {
  font-size: 1.8rem;
  line-height: 1.66;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .rule__intro {
    font-size: 1.6rem;
    margin-bottom: 30px;
    line-height: 1.5;
  }
}

.rule__section {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .rule__section {
    margin-bottom: 30px;
  }
}

.rule__section:last-of-type {
  margin-bottom: 0;
}

.rule__ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .rule__ttl {
    margin-bottom: 15px;
  }
}

.rule__list {
  list-style: none;
}

.rule__item {
  font-size: 1.8rem;
  line-height: 1.66;
}

@media screen and (max-width: 768px) {
  .rule__item {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.rule__para {
  font-size: 1.8rem;
  line-height: 1.66;
}

@media screen and (max-width: 768px) {
  .rule__para {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.rule__subList {
  padding-left: 1em;
}

.rule__subItem {
  font-size: 1.8rem;
  line-height: 1.66;
}

@media screen and (max-width: 768px) {
  .rule__subItem {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

.rule__signature {
  font-size: 1.8rem;
  line-height: 1.66;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .rule__signature {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: 30px;
  }
}

.sample .lowPage__header {
  background: url(../img/sample/bg_key.webp) no-repeat center center/cover;
}
.no-webp .sample .lowPage__header {
  background-image: url(../img/sample/bg_key.jpg);
}

.telForm {
  margin-bottom: 80px;
}

@media screen and (max-width: 768px) {
  .telForm {
    margin-bottom: 30px;
  }
}

.telForm__ttl {
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .telForm__ttl {
    font-size: 1.9rem;
    margin-bottom: 10px;
  }
}

.telForm__content {
  max-width: 710px;
  margin-left: auto;
  margin-right: auto;
  background-color: #F5F6F8;
  padding: 35px 20px 45px 20px;
}

@media screen and (max-width: 768px) {
  .telForm__content {
    padding: 20px;
  }
}

.telForm__tel {
  font-size: 5.0rem;
  font-weight: bold;
  display: block;
  text-align: center;
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .telForm__tel {
    font-size: 2.8rem;
    pointer-events: all;
  }
}

.telForm__desc {
  text-align: center;
  margin-top: 15px;
}

@media screen and (max-width: 768px) {
  .telForm__desc {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}

.telForm__fax {
  font-size: 3.0rem;
  text-align: center;
  margin-top: 15px;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .telForm__fax {
    font-size: 2rem;
    margin-top: 10px;
  }
}

.sitemap__inner {
  overflow: hidden;
}

.sitemap .lowPage__header {
  background: url(../img/company/bg_key.webp) no-repeat center center/cover;
}
.no-webp .sitemap .lowPage__header {
  background-image: url(../img/company/bg_key.jpg);
}

.sitemap__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 50px;
}

@media screen and (max-width: 768px) {
  .sitemap__content {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
  }
}

.sitemap__list {
  width: 33.333%;
  -webkit-flex-basis: 33.333%;
      -ms-flex-preferred-size: 33.333%;
          flex-basis: 33.333%;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .sitemap__list {
    width: 100%;
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0 0;
  }
}

.sitemap__list_in {
  width: 100%;
  padding: 0;
  margin-bottom: 30px;
}

.sitemap__item + .sitemap__item_group {
  margin-top: 30px;
}

.sitemap__item_name {
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  line-height: 1;
  padding: 20px 0;
  border-bottom: 1px solid #E2E2E2;
}

@media screen and (max-width: 768px) {
  .sitemap__item_name {
    font-size: 1.6rem;
    padding: 20px 0;
  }
}

.sitemap__link {
  color: inherit;
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  line-height: 1;
  padding: 20px 0 20px 15px;
  border-bottom: 1px solid #E2E2E2;
  background: url(../img/icon_arrow_right_red2.svg) no-repeat;
  background-position: center left;
  background-size: 5.5px 10px;
}

@media screen and (max-width: 768px) {
  .sitemap__link {
    font-size: 1.6rem;
    padding: 20px 0 20px 15px;
  }
}

.sitemap__link:hover {
  text-decoration: underline;
}

.sitemap__list_in .sitemap__link,
.sitemap__link_type_in {
  padding-left: 1em;
  font-size: 1.4rem;
  font-weight: normal;
  padding-left: 25px;
  background-position: center left 9px;
}

/* blog content common */
body {
  --preset--color--black: #000000;
  --preset--color--cyan-bluish-gray: #abb8c3;
  --preset--color--white: #ffffff;
  --preset--color--pale-pink: #f78da7;
  --preset--color--vivid-red: #cf2e2e;
  --preset--color--luminous-vivid-orange: #ff6900;
  --preset--color--luminous-vivid-amber: #fcb900;
  --preset--color--light-green-cyan: #7bdcb5;
  --preset--color--vivid-green-cyan: #00d084;
  --preset--color--pale-cyan-blue: #8ed1fc;
  --preset--color--vivid-cyan-blue: #0693e3;
  --preset--color--vivid-purple: #9b51e0;
}
.has-black-color {
  color: var(--preset--color--black) !important;
}
.has-cyan-bluish-gray-color {
  color: var(--preset--color--cyan-bluish-gray) !important;
}
.has-white-color {
  color: var(--preset--color--white) !important;
}
.has-pale-pink-color {
  color: var(--preset--color--pale-pink) !important;
}
.has-vivid-red-color {
  color: var(--preset--color--vivid-red) !important;
}
.has-luminous-vivid-orange-color {
  color: var(--preset--color--luminous-vivid-orange) !important;
}
.has-luminous-vivid-amber-color {
  color: var(--preset--color--luminous-vivid-amber) !important;
}
.has-light-green-cyan-color {
  color: var(--preset--color--light-green-cyan) !important;
}
.has-vivid-green-cyan-color {
  color: var(--preset--color--vivid-green-cyan) !important;
}
.has-pale-cyan-blue-color {
  color: var(--preset--color--pale-cyan-blue) !important;
}
.has-vivid-cyan-blue-color {
  color: var(--preset--color--vivid-cyan-blue) !important;
}
.has-vivid-purple-color {
  color: var(--preset--color--vivid-purple) !important;
}

.interviewPost__content strong,
.blogPost__content strong {
  font-weight: 600;
}
.interviewPost__content strong mark,
.blogPost__content strong mark {
  font-weight: inherit;
}
.interviewPost__content em,
.blogPost__content em {
  font-style: italic;
}
.interviewPost__content sup,
.blogPost__content sup {
  top: -0.5em;
}
.interviewPost__content sup,
.blogPost__content sup {
  top: -0.5em;
}
.interviewPost__content sub,
.interviewPost__content sup,
.blogPost__content sub,
.blogPost__content sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
.interviewPost__content s,
.interviewPost__content strike,
.interviewPost__content del,
.blogPost__content s,
.blogPost__content strike,
.blogPost__content del {
  text-decoration: line-through;
}

.blogcard {
  width: 100%;
  margin: 2.5em 0;
}
.blogcard .blogcard-link {
  width: 100%;
  position: relative;
  border: 2px solid #e5e5e5;
  word-wrap: break-word;
  box-sizing: border-box;
  text-decoration: none;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.blogcard .blogcard-link:hover {
  color: #333;
  background: rgba(235, 235, 235, 0.8);
  text-decoration: none;
  box-shadow: 0 10px 20px -5px rgba(0, 0, 0, .2);
  -moz-transform: translateY(-2px);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}
.blogcard-label{
  display: inline-block;
  position: absolute;
  background-color: #ffb36b;
  top: 0px;
  left: 0px;
  width: 70px;
  height: 25px;
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
  line-height: 25px;
  transform-origin: 50% 50%;
  z-index: 2;
}
.blogcard-thumb {
  width: 200px;
  min-height: 120px;
  overflow: hidden;
  position: relative;
}
.blogcard-thumb img {
  width: 100%;
  height: 100%;
  margin: 0;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.blogcard-content {
  width: calc(100% - 200px);
  padding: 1em;
  border-left: #e5e5e5 solid 2px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
.blogcard-date {
  width: 100%;
  margin-bottom: .3em;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #131313;
}
.blogcard-title {
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  color: #131313;
}
.blogcard-excerpt {
  width: 100%;
  margin-top: .6em;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #131313;
}
@media screen and (max-width: 768px) {
  .blogcard {
    margin: 1.5em 0;
  }
  .blogcard-label{
    width: 55px;
    height: 20px;
    font-size: 1rem;
    line-height: 20px;
  }
  .blogcard-thumb {
    width: 120px;
    min-height: 72px
  }
  .blogcard-content {
    width: calc(100% - 120px);
  }
  .blogcard-date {
    font-size: 1.2rem;
  }
  .blogcard-title {
    font-size: 1.4rem;
  }
  .blogcard-excerpt {
    display: none;
    font-size: 1.2rem;
  }
}

body {
  --preset--color--black: #000000;
  --preset--color--cyan-bluish-gray: #abb8c3;
  --preset--color--white: #ffffff;
  --preset--color--pale-pink: #f78da7;
  --preset--color--vivid-red: #cf2e2e;
  --preset--color--luminous-vivid-orange: #ff6900;
  --preset--color--luminous-vivid-amber: #fcb900;
  --preset--color--light-green-cyan: #7bdcb5;
  --preset--color--vivid-green-cyan: #00d084;
  --preset--color--pale-cyan-blue: #8ed1fc;
  --preset--color--vivid-cyan-blue: #0693e3;
  --preset--color--vivid-purple: #9b51e0;
}
.has-black-color { color: var(--preset--color--black) !important; }
.has-cyan-bluish-gray-color { color: var(--preset--color--cyan-bluish-gray) !important; }
.has-white-color { color: var(--preset--color--white) !important; }
.has-pale-pink-color { color: var(--preset--color--pale-pink) !important; }
.has-vivid-red-color { color: var(--preset--color--vivid-red) !important; }
.has-luminous-vivid-orange-color { color: var(--preset--color--luminous-vivid-orange) !important; }
.has-luminous-vivid-amber-color { color: var(--preset--color--luminous-vivid-amber) !important; }
.has-light-green-cyan-color { color: var(--preset--color--light-green-cyan) !important; }
.has-vivid-green-cyan-color { color: var(--preset--color--vivid-green-cyan) !important; }
.has-pale-cyan-blue-color { color: var(--preset--color--pale-cyan-blue) !important; }
.has-vivid-cyan-blue-color { color: var(--preset--color--vivid-cyan-blue) !important; }
.has-vivid-purple-color { color: var(--preset--color--vivid-purple) !important; }

.has-small-font-size { font-size: 1.3rem!important; }
.has-medium-font-size { font-size: 2rem!important; }
.has-large-font-size { font-size: 3.6rem!important; }
.has-x-large-font-size { font-size: 4.2rem!important; }

.has-text-align-left { text-align: left; }
.has-text-align-right { text-align: right; }
.has-text-align-center { text-align: center; }
