@charset "UTF-8";
* {
  box-sizing: border-box;
}

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent;
  font-family: sans-serif;
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-size: 1.6rem;
  color: #1F1F1F;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  height: 100%;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  letter-spacing: 0.06em;
  width: 100%;
}

a {
  color: #1F1F1F;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  -ms-transition: 0.3s;
}

a:hover {
  text-decoration: none;
  opacity: 0.65;
}

a:active, a:hover {
  outline-width: 0;
}

li {
  margin: 0;
  list-style: none;
}

ul, ol {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, p, figure, dd, dt, dl {
  margin: 0;
}

figcaption, figure, main,
article, aside, footer,
header, nav, section {
  display: block;
}

b, strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

img {
  border-style: none;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button {
  border: none;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type=button], [type=reset], [type=submit] {
  appearance: none;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox], [type=radio] {
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  appearance: none;
  outline-offset: -2px;
}

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

/* Grid System width Flex */
.flexbox {
  display: flex;
}

.flex-row {
  flex-direction: row;
}

.flex-row-rev {
  flex-direction: row-reverse;
}

.flex-col {
  flex-direction: col;
}

.flex-col-rev {
  flex-direction: col-reverse;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  justify-content: flex-start;
}

.flex-justify-end {
  justify-content: flex-end;
}

.flex-justify-center {
  justify-content: center;
}

.flex-justify-between {
  justify-content: space-between;
}

.flex-justify-around {
  justify-content: space-around;
}

.flex-align-start {
  align-items: flex-start;
}

.flex-align-end {
  align-items: flex-end;
}

.flex-align-center {
  align-items: center;
}

.flex-align-baseline {
  align-items: baseline;
}

/*margin*/
.mt0 {
  margin-top: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb55 {
  margin-bottom: 55px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb75 {
  margin-bottom: 75px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb85 {
  margin-bottom: 85px;
}

.mb90 {
  margin-bottom: 90px;
}

.mb95 {
  margin-bottom: 95px;
}

.mb100 {
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .mt0 {
    margin-top: 0px;
  }
  .mt5 {
    margin-top: 2.5px;
  }
  .mt10 {
    margin-top: 5px;
  }
  .mt15 {
    margin-top: 7.5px;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mt25 {
    margin-top: 12.5px;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mt35 {
    margin-top: 17.5px;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mt45 {
    margin-top: 22.5px;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mt55 {
    margin-top: 27.5px;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mt65 {
    margin-top: 32.5px;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mt75 {
    margin-top: 37.5px;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mt85 {
    margin-top: 42.5px;
  }
  .mt90 {
    margin-top: 45px;
  }
  .mt95 {
    margin-top: 47.5px;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mb0 {
    margin-bottom: 0px;
  }
  .mb5 {
    margin-bottom: 2.5px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .mb15 {
    margin-bottom: 7.5px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .mb25 {
    margin-bottom: 12.5px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .mb35 {
    margin-bottom: 17.5px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .mb45 {
    margin-bottom: 22.5px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .mb55 {
    margin-bottom: 27.5px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .mb65 {
    margin-bottom: 32.5px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .mb75 {
    margin-bottom: 37.5px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .mb85 {
    margin-bottom: 42.5px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .mb95 {
    margin-bottom: 47.5px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
}
/*padding*/
.pt0 {
  padding-top: 0px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt25 {
  padding-top: 25px;
}

.pt30 {
  padding-top: 30px;
}

.pt35 {
  padding-top: 35px;
}

.pt40 {
  padding-top: 40px;
}

.pt45 {
  padding-top: 45px;
}

.pt50 {
  padding-top: 50px;
}

.pt55 {
  padding-top: 55px;
}

.pt60 {
  padding-top: 60px;
}

.pt65 {
  padding-top: 65px;
}

.pt70 {
  padding-top: 70px;
}

.pt75 {
  padding-top: 75px;
}

.pt80 {
  padding-top: 80px;
}

.pt85 {
  padding-top: 85px;
}

.pt90 {
  padding-top: 90px;
}

.pt95 {
  padding-top: 95px;
}

.pt100 {
  padding-top: 100px;
}

.pb0 {
  padding-bottom: 0px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb25 {
  padding-bottom: 25px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb35 {
  padding-bottom: 35px;
}

.pb40 {
  padding-bottom: 40px;
}

.pb45 {
  padding-bottom: 45px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb55 {
  padding-bottom: 55px;
}

.pb60 {
  padding-bottom: 60px;
}

.pb65 {
  padding-bottom: 65px;
}

.pb70 {
  padding-bottom: 70px;
}

.pb75 {
  padding-bottom: 75px;
}

.pb80 {
  padding-bottom: 80px;
}

.pb85 {
  padding-bottom: 85px;
}

.pb90 {
  padding-bottom: 90px;
}

.pb95 {
  padding-bottom: 95px;
}

.pb100 {
  padding-bottom: 100px;
}

.pl0 {
  padding-left: 0px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl25 {
  padding-left: 25px;
}

.pl30 {
  padding-left: 30px;
}

.pl35 {
  padding-left: 35px;
}

.pl40 {
  padding-left: 40px;
}

.pl45 {
  padding-left: 45px;
}

.pl50 {
  padding-left: 50px;
}

.pl55 {
  padding-left: 55px;
}

.pl60 {
  padding-left: 60px;
}

.pl65 {
  padding-left: 65px;
}

.pl70 {
  padding-left: 70px;
}

.pl75 {
  padding-left: 75px;
}

.pl80 {
  padding-left: 80px;
}

.pl85 {
  padding-left: 85px;
}

.pl90 {
  padding-left: 90px;
}

.pl95 {
  padding-left: 95px;
}

.pl100 {
  padding-left: 100px;
}

.pr0 {
  padding-right: 0px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr25 {
  padding-right: 25px;
}

.pr30 {
  padding-right: 30px;
}

.pr35 {
  padding-right: 35px;
}

.pr40 {
  padding-right: 40px;
}

.pr45 {
  padding-right: 45px;
}

.pr50 {
  padding-right: 50px;
}

.pr55 {
  padding-right: 55px;
}

.pr60 {
  padding-right: 60px;
}

.pr65 {
  padding-right: 65px;
}

.pr70 {
  padding-right: 70px;
}

.pr75 {
  padding-right: 75px;
}

.pr80 {
  padding-right: 80px;
}

.pr85 {
  padding-right: 85px;
}

.pr90 {
  padding-right: 90px;
}

.pr95 {
  padding-right: 95px;
}

.pr100 {
  padding-right: 100px;
}

@media screen and (max-width: 768px) {
  .pt0 {
    padding-top: 0px;
  }
  .pt5 {
    padding-top: 2.5px;
  }
  .pt10 {
    padding-top: 5px;
  }
  .pt15 {
    padding-top: 7.5px;
  }
  .pt20 {
    padding-top: 10px;
  }
  .pt25 {
    padding-top: 12.5px;
  }
  .pt30 {
    padding-top: 15px;
  }
  .pt35 {
    padding-top: 17.5px;
  }
  .pt40 {
    padding-top: 20px;
  }
  .pt45 {
    padding-top: 22.5px;
  }
  .pt50 {
    padding-top: 25px;
  }
  .pt55 {
    padding-top: 27.5px;
  }
  .pt60 {
    padding-top: 30px;
  }
  .pt65 {
    padding-top: 32.5px;
  }
  .pt70 {
    padding-top: 35px;
  }
  .pt75 {
    padding-top: 37.5px;
  }
  .pt80 {
    padding-top: 40px;
  }
  .pt85 {
    padding-top: 42.5px;
  }
  .pt90 {
    padding-top: 45px;
  }
  .pt95 {
    padding-top: 47.5px;
  }
  .pt100 {
    padding-top: 50px;
  }
  .pb0 {
    padding-bottom: 0px;
  }
  .pb5 {
    padding-bottom: 2.5px;
  }
  .pb10 {
    padding-bottom: 5px;
  }
  .pb15 {
    padding-bottom: 7.5px;
  }
  .pb20 {
    padding-bottom: 10px;
  }
  .pb25 {
    padding-bottom: 12.5px;
  }
  .pb30 {
    padding-bottom: 15px;
  }
  .pb35 {
    padding-bottom: 17.5px;
  }
  .pb40 {
    padding-bottom: 20px;
  }
  .pb45 {
    padding-bottom: 22.5px;
  }
  .pb50 {
    padding-bottom: 25px;
  }
  .pb55 {
    padding-bottom: 27.5px;
  }
  .pb60 {
    padding-bottom: 30px;
  }
  .pb65 {
    padding-bottom: 32.5px;
  }
  .pb70 {
    padding-bottom: 35px;
  }
  .pb75 {
    padding-bottom: 37.5px;
  }
  .pb80 {
    padding-bottom: 40px;
  }
  .pb85 {
    padding-bottom: 42.5px;
  }
  .pb90 {
    padding-bottom: 45px;
  }
  .pb95 {
    padding-bottom: 47.5px;
  }
  .pb100 {
    padding-bottom: 50px;
  }
  .pl0 {
    padding-left: 0px;
  }
  .pl5 {
    padding-left: 2.5px;
  }
  .pl10 {
    padding-left: 5px;
  }
  .pl15 {
    padding-left: 7.5px;
  }
  .pl20 {
    padding-left: 10px;
  }
  .pl25 {
    padding-left: 12.5px;
  }
  .pl30 {
    padding-left: 15px;
  }
  .pl35 {
    padding-left: 17.5px;
  }
  .pl40 {
    padding-left: 20px;
  }
  .pl45 {
    padding-left: 22.5px;
  }
  .pl50 {
    padding-left: 25px;
  }
  .pl55 {
    padding-left: 27.5px;
  }
  .pl60 {
    padding-left: 30px;
  }
  .pl65 {
    padding-left: 32.5px;
  }
  .pl70 {
    padding-left: 35px;
  }
  .pl75 {
    padding-left: 37.5px;
  }
  .pl80 {
    padding-left: 40px;
  }
  .pl85 {
    padding-left: 42.5px;
  }
  .pl90 {
    padding-left: 45px;
  }
  .pl95 {
    padding-left: 47.5px;
  }
  .pl100 {
    padding-left: 50px;
  }
  .pr0 {
    padding-right: 0px;
  }
  .pr5 {
    padding-right: 2.5px;
  }
  .pr10 {
    padding-right: 5px;
  }
  .pr15 {
    padding-right: 7.5px;
  }
  .pr20 {
    padding-right: 10px;
  }
  .pr25 {
    padding-right: 12.5px;
  }
  .pr30 {
    padding-right: 15px;
  }
  .pr35 {
    padding-right: 17.5px;
  }
  .pr40 {
    padding-right: 20px;
  }
  .pr45 {
    padding-right: 22.5px;
  }
  .pr50 {
    padding-right: 25px;
  }
  .pr55 {
    padding-right: 27.5px;
  }
  .pr60 {
    padding-right: 30px;
  }
  .pr65 {
    padding-right: 32.5px;
  }
  .pr70 {
    padding-right: 35px;
  }
  .pr75 {
    padding-right: 37.5px;
  }
  .pr80 {
    padding-right: 40px;
  }
  .pr85 {
    padding-right: 42.5px;
  }
  .pr90 {
    padding-right: 45px;
  }
  .pr95 {
    padding-right: 47.5px;
  }
  .pr100 {
    padding-right: 50px;
  }
}
/* form input*/
table {
  border-collapse: collapse;
  border-spacing: 0;
  max-width: 100%;
  width: 100%;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=url],
input[type=password],
input[type=number],
select {
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #E8E8E8;
  margin: 2px;
  padding: 0 0.3em;
  width: 100%;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=number]:focus,
select:focus {
  outline: none;
  border-color: #000;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  appearance: none;
  margin: 0;
}

input[type=number] {
  appearance: textfield;
}

select {
  font-size: 1.3rem;
  height: 2.5em;
  padding: 0.5em;
  width: auto;
  min-width: 7em;
}

textarea {
  font-size: 1.6rem;
  background: #fff;
  border: 1px solid #E8E8E8;
  padding: 0 0.3em;
  resize: vertical;
  width: 100%;
}
textarea:focus {
  outline: none;
  border-color: #000;
}

input[type=checkbox],
input[type=radio] {
  background: #fff;
  cursor: pointer;
  margin-right: 0.5em;
}

textarea::placeholder,
input::placeholder {
  font-size: 1.4rem;
  color: #C5C5C5;
}

/* wordpress pager */
.pager {
  display: flex;
  height: 35px;
  margin-bottom: 60px;
  max-width: 100%;
  padding: 30px 0;
  position: relative;
}
.pager a {
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  line-height: 1.42857143;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #000;
  font-weight: bold;
  margin: 5px;
  padding: 5px 10px;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #000;
  color: #000;
}

.pager .previous, .pager .next,
.pager .back {
  flex: 1;
}

.pager .previous a {
  padding-left: 1.5em;
}
.pager .previous a:before {
  content: "≪";
  content: "";
  position: absolute;
  left: 5px;
  top: 4px;
}

.pager .next a {
  padding-right: 1.5em;
}
.pager .next a:after {
  content: "≫";
  content: "";
  position: absolute;
  right: 5px;
  top: 4px;
}

.pager .back a {
  padding: 5px;
}

/* wordpress pagination */
.pagination {
  display: flex;
  justify-content: center;
  text-align: center;
}

.pagination > li {
  position: relative;
}

.pagination > li > span,
.pagination > li > a {
  border-radius: 4px;
  border: 1px solid #E8E8E8;
  color: #231815;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.pagination > li > span {
  border-color: #231815;
  cursor: default;
}

.pc .pagination > li > a:active,
.pc .pagination > li > a:hover,
.pc .pagination > li > a:focus {
  border-color: #000;
  color: #000;
}

.pagination > li span.dot {
  border: none;
  width: 1em;
}

/* wordpress wp-pagenavi */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 1.6rem;
  border-radius: 100%;
  border: 1px solid #000;
  color: #000;
  margin: 3px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}
.wp-pagenavi .current {
  border: 0;
  color: #fff;
  background: #000;
  font-weight: normal;
}
.wp-pagenavi a:hover {
  border: 1px solid #000;
}

/* wordpress breadcrumbs */
.txt_ellipsis .breadcrumbs span:last-of-type {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 130px;
  display: inline-block;
  vertical-align: bottom;
}

.breadcrumbs {
  margin: 2% 0;
  font-size: 1.2rem;
}
.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}
.breadcrumbs a {
  color: #1F1F1F;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #1F1F1F;
}
.breadcrumbs ul, .breadcrumbs ol {
  list-style: none;
  padding: 0;
}
.breadcrumbs li {
  display: inline;
}
.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}
.breadcrumbs li:first-child:before {
  display: none;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 1rem;
  }
  .breadcrumbs li:before {
    margin: 0 5px;
  }
}
/* Slick Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

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

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

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

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

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

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

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

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

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

.slick-slide img {
  width: 100%;
  height: auto;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img,
.slick-initialized .slick-slide {
  display: block;
}

.slick-slide.slick-loading img,
.slick-arrow.slick-hidden {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

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

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("../img/common/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  z-index: 1;
  display: block;
  width: 16px;
  height: 31px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  margin-top: -15px;
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  opacity: 0.65;
  color: transparent;
}

.slick-prev.slick-disabled,
.slick-next.slick-disabled {
  opacity: 0.25;
}

.slick-prev {
  left: 30px;
  background: url("../img/common/btn-prev.png") no-repeat center center;
  background-size: cover;
}

.slick-next {
  right: 30px;
  background: url("../img/common/btn-next.png") no-repeat center center;
  background-size: cover;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.slick-dots {
  position: absolute;
  bottom: 10px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0;
  font-size: 0;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 12px;
  line-height: 20px;
  text-align: center;
  color: #AAA;
  opacity: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots .slick-active button:before {
  color: #000;
  opacity: 0.75;
}

.slick-archive {
  padding-top: 10px;
  margin: 0 auto;
  width: calc(100% - 50px);
}

.slick-archive__item {
  padding: 5px;
}

.slick-archive__item a {
  display: block;
  max-width: 350px;
  margin: auto;
  color: #231815;
  text-decoration: none;
  position: relative;
}

.slick-archive__item a:hover {
  opacity: 0.65;
}

.slick-archive__date {
  margin-top: 5px;
  display: block;
}

.slick-archive__title {
  display: block;
  font-weight: bold;
}

.slick-archive__label {
  background-color: #464a4c;
  color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0.2em 2em;
}

@media screen and (max-width: 560px) {
  .slick-archive__date,
  .slick-archive__label {
    font-size: 1rem;
  }
  .slick-archive__title {
    font-size: 1.2rem;
  }
}
/***************************

style/header.scss

***************************/
/* toggle button */
.toggle {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  outline: none;
  position: absolute;
  width: 80px;
  height: 80px;
  background: #D70C19;
  padding: 13px;
  right: 0;
  text-align: center;
  top: 0;
  z-index: 7;
}
@media screen and (min-width: 1025px) {
  .toggle {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  .toggle {
    width: 70px;
    height: 70px;
  }
}

.toggle__bar {
  position: relative;
  margin: 8px auto;
  user-select: none;
}

.toggle__bar, .toggle__bar::before, .toggle__bar::after {
  display: block;
  width: 30px;
  height: 2px;
  background-color: #fff;
  outline: 1px solid transparent;
  transition-property: background-color, transform;
  transition-duration: 0.3s;
}

.toggle__bar::before, .toggle__bar::after {
  position: absolute;
  content: "";
}

.toggle__bar::before {
  top: -8px;
}

.toggle__bar::after {
  top: 8px;
}

.toggle.active .toggle__bar {
  background-color: transparent;
}

.toggle.active .toggle__bar::before {
  transform: translateY(8px) rotate(45deg);
}

.toggle.active .toggle__bar::after {
  transform: translateY(-8px) rotate(-45deg);
}

.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}

.fade.in {
  opacity: 1;
}

/***************************

 header

***************************/
body.hidden {
  overflow: hidden;
}

.header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}
.header-inner {
  width: 100%;
  min-height: 100px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  padding-left: clamp(20px, 3.125vw, 60px);
  padding-right: clamp(20px, 3.125vw, 60px);
}
@media screen and (min-width: 1501px) {
  .header-inner {
    min-height: 120px;
    padding-left: clamp(20px, 5.7291666667vw, 110px);
    padding-right: clamp(20px, 5.7291666667vw, 110px);
  }
}
@media screen and (max-width: 1024px) {
  .header-inner {
    min-height: 80px;
  }
}
@media screen and (max-width: 450px) {
  .header-inner {
    min-height: 70px;
  }
}
.header .logo p {
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1500px) {
  .header .logo p {
    font-size: 1rem;
  }
}
@media screen and (max-width: 1024px) {
  .header .logo p {
    font-size: 0.8rem;
  }
}
.header .logo p span {
  color: #D70C19;
}
.header .logo h1, .header .logo div {
  line-height: 1;
}
@media screen and (max-width: 1500px) {
  .header .logo h1 img, .header .logo div img {
    width: 230px;
  }
}
@media screen and (max-width: 1024px) {
  .header .logo h1 img, .header .logo div img {
    width: 190px;
  }
}
.header-overlay {
  position: fixed;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  z-index: 80;
  opacity: 0;
  visibility: hidden;
}
@media screen and (min-width: 1025px) {
  .header-overlay {
    display: none;
  }
}
.header-overlay.show {
  opacity: 1;
  visibility: visible;
}

@media screen and (max-width: 1024px) {
  .gnav {
    position: fixed;
    max-width: 350px;
    width: 100%;
    height: calc(100lvh - 80px);
    top: 80px;
    right: 0;
    translate: 100% 0;
    z-index: 100;
    background: #fff;
    padding: 30px 20px;
    transition: all 0.6s;
  }
}
@media screen and (max-width: 450px) {
  .gnav {
    max-width: 450px;
    height: calc(100lvh - 70px);
    top: 70px;
  }
}
.gnav.active {
  translate: 0 0;
}
.gnav-inner {
  display: flex;
  gap: 30px;
}
@media screen and (min-width: 1501px) {
  .gnav-inner {
    gap: 30px 3.125vw;
  }
}
@media screen and (max-width: 1024px) {
  .gnav-inner {
    flex-direction: column;
  }
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media screen and (min-width: 1501px) {
  .main-nav {
    gap: 15px 1.8229166667vw;
  }
}
@media screen and (max-width: 1024px) {
  .main-nav {
    flex-direction: column;
  }
}
.main-nav li.current a {
  color: #D70C19;
}
.main-nav li a {
  font-weight: 600;
  letter-spacing: 0.224em;
}

.h-tel .tel {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  line-height: 1.1;
}
@media screen and (max-width: 1024px) {
  .h-tel .tel {
    text-align: center;
  }
}
.h-tel .tel a {
  font-size: 2.4rem;
  color: #FF0533;
}
@media screen and (min-width: 1501px) {
  .h-tel .tel a {
    font-size: 2.9rem;
  }
}
.h-tel .time {
  font-size: 1.3rem;
  font-weight: 500;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .h-tel .time {
    text-align: center;
  }
}

/***************************

style/footer.scss

***************************/
.footer {
  position: relative;
  width: 100%;
  background: linear-gradient(150deg, #FC9252, #FF0433, #E21818);
  margin-top: 150px;
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .footer {
    margin-top: 80px;
    padding-top: 50px;
  }
}
.footer:after {
  position: absolute;
  content: "";
  max-width: 1025px;
  min-width: 650px;
  width: 53.3854166667vw;
  aspect-ratio: 1025/723;
  background: url("../img/common/contact-path.png") no-repeat center center;
  background-size: cover;
  z-index: 1;
  left: 0;
  bottom: 0;
}
@media screen and (max-width: 900px) {
  .footer:after {
    bottom: 50%;
    translate: 0 50%;
    min-width: auto;
    width: 85.4166666667vw;
  }
}
.footer-contact {
  position: relative;
  max-width: 1240px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .footer-contact {
    flex-direction: column;
  }
}
.footer-contact-head {
  max-width: 390px;
}
.footer-contact-tel {
  max-width: 715px;
  width: calc(100% - 430px);
  min-height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1019607843);
}
@media screen and (max-width: 900px) {
  .footer-contact-tel {
    width: 420px;
  }
}
@media screen and (max-width: 768px) {
  .footer-contact-tel {
    max-width: 100%;
    width: 100%;
    min-height: 150px;
    gap: 10px;
  }
}
.footer-contact-tel .ttl {
  display: flex;
  gap: 5px;
  font-size: 2.4rem;
  color: #D70C19;
  vertical-align: middle;
}
@media screen and (max-width: 450px) {
  .footer-contact-tel .ttl {
    font-size: clamp(2rem, 5.3333333333vw, 2.4rem);
  }
}
.footer-contact-tel .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.footer-contact-tel .inner .tel {
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .footer-contact-tel .inner .tel {
    font-size: 1.6rem;
  }
}
.footer-contact-tel .inner .tel a {
  font-size: 4.1rem;
}
@media screen and (max-width: 1024px) {
  .footer-contact-tel .inner .tel a {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 450px) {
  .footer-contact-tel .inner .tel a {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 450px) {
  .footer-contact-tel .inner .time {
    font-size: 1.4rem;
  }
}
.footer-content {
  position: relative;
  width: calc(100% - 80px);
  background: #F6F6F6;
  border-top-right-radius: 36px;
  margin-top: 110px;
  padding: 60px 80px 60px 160px;
  z-index: 2;
}
@media screen and (max-width: 1500px) {
  .footer-content {
    width: calc(100% - 60px);
    padding: 60px 30px;
  }
}
@media screen and (max-width: 1024px) {
  .footer-content {
    width: calc(100% - 30px);
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer-content {
    margin-top: 60px;
  }
}
@media screen and (max-width: 450px) {
  .footer-content {
    width: calc(100% - 15px);
  }
}
.footer-content .inner {
  max-width: 1200px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 900px) {
  .footer-content .inner {
    flex-direction: column;
    gap: 40px;
  }
}
.footer-content .footer-add .logo {
  margin-bottom: 40px;
}
@media screen and (max-width: 900px) {
  .footer-content .footer-add .logo {
    text-align: center;
  }
}
.footer-content .footer-add .logo p {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 10px;
}
@media screen and (max-width: 1024px) {
  .footer-content .footer-add .logo p {
    font-size: 1.3rem;
  }
}
.footer-content .footer-add .logo p span {
  color: #D70C19;
}
.footer-content .footer-add .logo h2 {
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .footer-content .footer-add .logo h2 img {
    width: 295px;
  }
}
.footer-content .footer-add .txt {
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  .footer-content .footer-add .txt {
    text-align: center;
  }
}
.footer-content .footer-add .txt a {
  font-size: 1.3rem;
  color: #D70C19;
}
.footer-content .footer-last {
  display: flex;
  flex-direction: column;
  padding-top: 20px;
}
@media screen and (max-width: 900px) {
  .footer-content .footer-last {
    padding-top: 0;
  }
}
.footer-content .footer-last .sub-nav {
  display: flex;
  gap: 15px 30px;
}
@media screen and (max-width: 900px) {
  .footer-content .footer-last .sub-nav {
    justify-content: center;
  }
}
@media screen and (max-width: 768px) {
  .footer-content .footer-last .sub-nav {
    flex-wrap: wrap;
  }
}
.footer-content .footer-last small {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex-grow: 1;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  color: #BABABA;
}
@media screen and (max-width: 900px) {
  .footer-content .footer-last small {
    justify-content: center;
    margin-top: 60px;
  }
}
@media screen and (max-width: 450px) {
  .footer-content .footer-last small {
    font-size: 3.0588235294vw;
  }
}
.footer br.sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .footer br.sp {
    display: block;
  }
}

/*////////////////////////

 user common css

////////////////////////*/
main {
  margin-top: 100px;
}
@media screen and (min-width: 1501px) {
  main {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1024px) {
  main {
    margin-top: 80px;
  }
}
@media screen and (max-width: 450px) {
  main {
    margin-top: 70px;
  }
}

.wrap1200 {
  max-width: 1240px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.tac {
  text-align: center;
}

.tar {
  text-align: right;
}

.vt_align_top {
  vertical-align: top;
}

.wd_100 {
  width: 100%;
}

@media screen and (min-width: 651px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 650px) {
  a[href^="tel:"] {
    text-decoration: underline;
    display: inline-block;
  }
}
/*////////////////////////

fonts

////////////////////////*/
.ls5 {
  letter-spacing: 0.05em;
}

.lh2 {
  line-height: 2;
}

.lh18 {
  line-height: 1.8;
}

.lh1 {
  line-height: 1;
}

.thin {
  font-weight: 100;
}

.ex-light {
  font-weight: 200;
}

.light {
  font-weight: 300;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.sm-bold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.ex-bold {
  font-weight: 800;
}

.black {
  font-weight: 900;
}

.poppins {
  font-family: "Poppins", sans-serif;
}

.fz64 {
  font-size: clamp(5.2rem, 6.25vw, 6.4rem);
}
@media screen and (max-width: 768px) {
  .fz64 {
    font-size: clamp(4rem, 6.7708333333vw, 5.2rem);
  }
}

.fz36 {
  font-size: clamp(3rem, 4.6875vw, 3.6rem);
}

.fz32 {
  font-size: clamp(2.6rem, 4.1666666667vw, 3.2rem);
}

.fz28 {
  font-size: clamp(2.4rem, 3.6458333333vw, 2.8rem);
}

.fz24 {
  font-size: clamp(2rem, 3.125vw, 2.4rem);
}

.fz22 {
  font-size: clamp(1.9rem, 2.8645833333vw, 2.2rem);
}

.fz21 {
  font-size: clamp(1.8rem, 2.734375vw, 2.1rem);
}

.fz18 {
  font-size: 1.8rem;
}

.fz16 {
  font-size: 1.6rem;
}

.fz15 {
  font-size: 1.5rem;
}

.col_white {
  color: #fff;
}

.col_red {
  color: #FF0533;
}

.col_ctc {
  color: #D70C19;
}

.g0 {
  gap: 0px;
}

.g5 {
  gap: 5px;
}

.g10 {
  gap: 10px;
}

.g15 {
  gap: 15px;
}

.g20 {
  gap: 20px;
}

.g25 {
  gap: 25px;
}

.g30 {
  gap: 30px;
}

.g35 {
  gap: 35px;
}

.g40 {
  gap: 40px;
}

.g45 {
  gap: 45px;
}

.g50 {
  gap: 50px;
}

.g55 {
  gap: 55px;
}

.g60 {
  gap: 60px;
}

.g65 {
  gap: 65px;
}

.g70 {
  gap: 70px;
}

.g75 {
  gap: 75px;
}

.g80 {
  gap: 80px;
}

.g85 {
  gap: 85px;
}

.g90 {
  gap: 90px;
}

.g95 {
  gap: 95px;
}

.g100 {
  gap: 100px;
}

.rg0 {
  row-gap: 0px;
}

.rg5 {
  row-gap: 5px;
}

.rg10 {
  row-gap: 10px;
}

.rg15 {
  row-gap: 15px;
}

.rg20 {
  row-gap: 20px;
}

.rg25 {
  row-gap: 25px;
}

.rg30 {
  row-gap: 30px;
}

.rg35 {
  row-gap: 35px;
}

.rg40 {
  row-gap: 40px;
}

.rg45 {
  row-gap: 45px;
}

.rg50 {
  row-gap: 50px;
}

.rg55 {
  row-gap: 55px;
}

.rg60 {
  row-gap: 60px;
}

.rg65 {
  row-gap: 65px;
}

.rg70 {
  row-gap: 70px;
}

.rg75 {
  row-gap: 75px;
}

.rg80 {
  row-gap: 80px;
}

.rg85 {
  row-gap: 85px;
}

.rg90 {
  row-gap: 90px;
}

.rg95 {
  row-gap: 95px;
}

.rg100 {
  row-gap: 100px;
}

.cg0 {
  column-gap: 0px;
}

.cg5 {
  column-gap: 5px;
}

.cg10 {
  column-gap: 10px;
}

.cg15 {
  column-gap: 15px;
}

.cg20 {
  column-gap: 20px;
}

.cg25 {
  column-gap: 25px;
}

.cg30 {
  column-gap: 30px;
}

.cg35 {
  column-gap: 35px;
}

.cg40 {
  column-gap: 40px;
}

.cg45 {
  column-gap: 45px;
}

.cg50 {
  column-gap: 50px;
}

.cg55 {
  column-gap: 55px;
}

.cg60 {
  column-gap: 60px;
}

.cg65 {
  column-gap: 65px;
}

.cg70 {
  column-gap: 70px;
}

.cg75 {
  column-gap: 75px;
}

.cg80 {
  column-gap: 80px;
}

.cg85 {
  column-gap: 85px;
}

.cg90 {
  column-gap: 90px;
}

.cg95 {
  column-gap: 95px;
}

.cg100 {
  column-gap: 100px;
}

.basic-list01 li {
  position: relative;
  padding-left: 1em;
}
.basic-list01 li:before {
  position: absolute;
  content: "・";
  left: 0;
}

/***************************

style/effects.scss

***************************/
/*ロード時にフェードイン*/
.fadein {
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*スクロールフェードイン*/
.fadeInTop {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInTop;
  visibility: visible !important;
}
@keyframes fadeInTop {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInBottom {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInBottom;
  visibility: visible !important;
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInLeft {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInLeft;
  visibility: visible !important;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-30px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  animation-fill-mode: both;
  animation-duration: 1s;
  animation-name: fadeInRight;
  visibility: visible !important;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes aboutText {
  100% {
    transform: rotate(360deg);
  }
}
@keyframes openBox {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@keyframes openText {
  100% {
    line-height: 2;
    opacity: 1;
    visibility: visible;
  }
}
@keyframes faq {
  0% {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  100% {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 1.8;
    visibility: visible;
  }
}
/*////////////////////////

btn

////////////////////////*/
.btn-A {
  position: relative;
  width: 100%;
  min-height: 25px;
  display: flex;
  align-items: center;
  background: #D70C19;
  border-radius: 25px;
  padding: 10px 35px;
  color: #fff;
}
.btn-A:after {
  position: absolute;
  content: "";
  width: 13px;
  height: 12px;
  background: url("../img/common/arrow01.png") no-repeat center center;
  background-size: cover;
  right: 20px;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
  pointer-events: none;
  transition: all 0.6s;
}
.btn-A:hover:after {
  translate: 10px -50%;
}

.btn-B {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 465px;
  width: 100%;
  min-height: 85px;
  border-radius: 6px;
  background: linear-gradient(80deg, #D70C19, #CD1122, #C0182F);
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1019607843);
  border: 2px solid transparent;
}
@media screen and (max-width: 450px) {
  .btn-B {
    min-height: 65px;
    font-size: 2rem;
  }
}
.btn-B .txt {
  width: calc(100% - 85px);
  text-align: center;
}
@media screen and (max-width: 450px) {
  .btn-B .txt {
    width: calc(100% - 65px);
  }
}
.btn-B .arrow {
  position: relative;
  display: block;
  width: 85px;
  height: 85px;
}
@media screen and (max-width: 450px) {
  .btn-B .arrow {
    width: 65px;
    height: 65px;
  }
}
.btn-B .arrow:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background: #fff;
  left: 0;
  top: 10%;
  z-index: 2;
}
.btn-B .arrow:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 17px;
  background: url("../img/common/arrow03.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
}
.btn-B:hover {
  opacity: 1;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1019607843);
  background: #fff;
  color: #D70C19;
  border-color: #C0182F;
}
.btn-B:hover .arrow:before {
  background: #D70C19;
}
.btn-B:hover .arrow:after {
  background: url("../img/common/arrow02.png") no-repeat center center;
  background-size: cover;
  transition: translate 0.6s;
  translate: 0 -50%;
}

.btn-C {
  position: relative;
  display: flex;
  align-items: center;
  max-width: 465px;
  width: 100%;
  min-height: 85px;
  border-radius: 6px;
  background: #fff;
  font-size: 2.4rem;
  font-weight: 700;
  color: #D70C19;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1019607843);
  border: 2px solid #fff;
}
@media screen and (max-width: 450px) {
  .btn-C {
    min-height: 65px;
    font-size: 2rem;
  }
}
.btn-C .txt {
  width: calc(100% - 85px);
  text-align: center;
}
@media screen and (max-width: 450px) {
  .btn-C .txt {
    width: calc(100% - 65px);
  }
}
.btn-C .arrow {
  position: relative;
  display: block;
  width: 85px;
  height: 85px;
}
@media screen and (max-width: 450px) {
  .btn-C .arrow {
    width: 65px;
    height: 65px;
  }
}
.btn-C .arrow:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 80%;
  background: #D70C19;
  left: 0;
  top: 10%;
  z-index: 2;
}
.btn-C .arrow:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 17px;
  background: url("../img/common/arrow02.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 2;
}
.btn-C:hover {
  opacity: 1;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.1019607843);
  background: linear-gradient(80deg, #D70C19, #CD1122, #C0182F);
  color: #fff;
}
.btn-C:hover .arrow:before {
  background: #fff;
}
.btn-C:hover .arrow:after {
  background: url("../img/common/arrow03.png") no-repeat center center;
  background-size: cover;
  transition: translate 0.6s;
  translate: 0 -50%;
}

.btn-center {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 768px) {
  .tab-center {
    margin-left: auto;
    margin-right: auto;
  }
}
/*////////////////////////

hdg__

////////////////////////*/
.hdg01 {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: 5px 15px;
}
.hdg01_en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 9.6rem;
  font-size: clamp(6.6rem, 9.375vw, 9.6rem);
  line-height: 1;
}
@media screen and (max-width: 450px) {
  .hdg01_en {
    font-size: clamp(4rem, 14.6666666667vw, 6.6rem);
  }
}
.hdg01_ja {
  font-size: 2.2rem;
  line-height: 2.2;
}
@media screen and (max-width: 768px) {
  .hdg01_ja {
    font-size: 1.8rem;
  }
}

.hdg02 {
  display: flex;
  flex-direction: column;
}
.hdg02_en {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.08em;
}
.hdg02_ja {
  font-size: 3.6rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .hdg02_ja {
    font-size: clamp(2.8rem, 4.6875vw, 3.6rem);
  }
}

.hdg03 {
  position: relative;
  padding-left: calc(1em + 13px);
}
.hdg03:before {
  position: absolute;
  content: "";
  width: 0.84375em;
  aspect-ratio: 1/1;
  background: linear-gradient(147deg, #FC9252, #FF0404);
  border-radius: 100%;
  left: 0;
  top: 0.378125em;
  z-index: 2;
}
.hdg03:after {
  position: absolute;
  content: "";
  width: 0.53125em;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100%;
  left: 0.15625em;
  top: 0.534375em;
  z-index: 3;
}

.hdg04 {
  position: relative;
  padding-left: 11px;
}
.hdg04:before {
  position: absolute;
  content: "";
  width: 3px;
  height: 1.0555555556em;
  background: #D70C19;
  left: 0;
  top: 0.2722222222em;
}

/***************************

object/top.scss

***************************/
.mv {
  width: 100%;
}

.main-visual {
  position: relative;
  width: 100%;
}
.main-visual .deco {
  position: absolute;
  content: "";
  max-width: 993px;
  width: 51.71875vw;
  aspect-ratio: 993/577;
  left: 0;
  bottom: 35px;
  z-index: 2;
}
.main-visual .deco img {
  mix-blend-mode: screen;
  opacity: 0.2;
  backdrop-filter: blur(18px);
}
.main-visual-image {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.main-visual-image:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(201deg, rgba(255, 255, 255, 0.1215686275), #78696A);
  opacity: 0.48;
  mix-blend-mode: multiply;
  left: 0;
  top: 0;
  z-index: 2;
}
@media screen and (max-width: 650px) {
  .main-visual-image {
    grid-template-columns: 100%;
  }
}
.main-visual-image img {
  width: 100%;
}
@media screen and (min-width: 650px) and (max-width: 1024px) {
  .main-visual-image img {
    min-height: 360px;
    object-fit: cover;
  }
}
.main-visual-inner {
  position: absolute;
  max-width: 1400px;
  width: 100%;
  padding: 0 20px;
  left: 50%;
  top: 50%;
  translate: -50% -50%;
  z-index: 3;
}
.main-visual-pick {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 20px;
}
.main-visual-pick li {
  font-weight: 600;
  font-size: 2.1rem;
  color: #fff;
  letter-spacing: 0.1em;
  background: linear-gradient(110deg, #FC9252, #FF0433, #E21818);
  border-radius: 4px;
  padding: 0 10px;
}
@media screen and (max-width: 1500px) {
  .main-visual-pick li {
    font-size: 1.4vw;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual-pick li {
    font-size: 1.4rem;
  }
}
.main-visual-ttl {
  width: fit-content;
  font-size: 5.2rem;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 1500px) {
  .main-visual-ttl {
    font-size: 3.4666666667vw;
  }
}
@media screen and (max-width: 1024px) {
  .main-visual-ttl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 450px) {
  .main-visual-ttl {
    font-size: 7.5294117647vw;
  }
}
.main-visual-ttl span {
  width: fit-content;
  background: linear-gradient(0deg, #fff 4px, transparent 4px);
  background-size: 100% 4px;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.main-visual-ttl br {
  display: none;
}
@media screen and (max-width: 450px) {
  .main-visual-ttl br {
    display: block;
  }
}

.t-intro {
  position: relative;
  width: 100%;
  background: #fff;
  border-top-left-radius: 36px;
  margin-top: -36px;
  padding: 90px 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .t-intro {
    padding: 50px 0;
  }
}
.t-intro-block {
  position: relative;
}
@media screen and (min-width: 1025px) {
  .t-intro-content {
    position: absolute;
    left: 0;
    top: calc(50% - 40px);
    translate: 0 -50%;
    z-index: 2;
  }
}
@media screen and (max-width: 1200px) {
  .t-intro-content {
    top: 50%;
  }
}
@media screen and (max-width: 1024px) {
  .t-intro-content {
    position: relative;
    z-index: 3;
  }
}
.t-intro-content .ttl {
  font-size: clamp(2.8rem, 3.515625vw, 3.6rem);
  line-height: 2;
}
@media screen and (max-width: 450px) {
  .t-intro-content .ttl {
    font-size: 6.5882352941vw;
  }
}
.t-intro-content .ttl span {
  color: #fff;
  background: linear-gradient(110deg, #FC9252, #FF0433, #E21818);
  border-radius: 4px;
  padding: 0 10px;
}
.t-intro-content .ttl br.sp {
  display: none;
}
@media screen and (max-width: 450px) {
  .t-intro-content .ttl br.sp {
    display: block;
  }
}
.t-intro-map {
  text-align: right;
}
@media screen and (min-width: 769px) and (max-width: 1024px) {
  .t-intro-map {
    position: relative;
    margin-top: -11.71875vw;
    z-index: 1;
  }
}
@media screen and (max-width: 768px) {
  .t-intro-map {
    text-align: center;
    margin-top: 20px;
  }
}

.t-search {
  width: 100%;
  padding-top: 75px;
  padding-bottom: 110px;
  background: #F6F6F6;
  border-radius: 11px 11px 0 0;
}
@media screen and (max-width: 768px) {
  .t-search {
    padding-top: 45px;
    padding-bottom: 60px;
  }
}
.t-search-list {
  max-width: 1540px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) {
  .t-search-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .t-search-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 500px) {
  .t-search-list {
    grid-template-columns: 100%;
    gap: 0;
  }
}
.t-search-list-box {
  padding: 0 25px;
  border-left: 2px dotted #1F1F1F;
}
@media screen and (max-width: 768px) {
  .t-search-list-box:nth-child(odd) {
    border-left: none;
  }
}
@media screen and (max-width: 500px) {
  .t-search-list-box {
    padding: 25px 0;
    border-left: none;
    border-top: 2px dotted #1F1F1F;
  }
}
.t-search-list-box:last-child {
  border-right: 2px dotted #1F1F1F;
}
@media screen and (max-width: 500px) {
  .t-search-list-box:last-child {
    border-right: none;
    border-bottom: 2px dotted #1F1F1F;
  }
}
.t-search-list-box .icn {
  max-width: 147px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1/1;
  background: #fff;
  border-radius: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}

.t-service {
  position: relative;
  width: 100%;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .t-service {
    margin-bottom: 50px;
  }
}
.t-service:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30%;
  background: #F6F6F6;
  border-radius: 0 0 11px 11px;
  left: 0;
  top: 0;
  z-index: -1;
}
.t-service-wrap {
  max-width: 1620px;
  width: calc(100% - 60px);
  margin-right: auto;
  margin-left: auto;
  background: linear-gradient(146deg, #FC9252, #FF0433, #E21818);
  border-radius: 10px;
  padding: 90px 0;
}
@media screen and (max-width: 768px) {
  .t-service-wrap {
    padding: 50px 0;
  }
}
@media screen and (max-width: 450px) {
  .t-service-wrap {
    width: calc(100% - 40px);
  }
}
.t-service-list {
  display: flex;
  flex-wrap: wrap;
  gap: 25px;
}
.t-service-list:first-of-type {
  margin-bottom: 25px;
}
.t-service-list.col3 {
  grid-template-columns: repeat(3, 1fr);
}
@media screen and (max-width: 1200px) {
  .t-service-list.col3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.t-service-list.col3 .t-service-list-box-head {
  gap: 10px;
}
.t-service-list.col3 .icn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  aspect-ratio: 1/1;
  padding: 20px;
  background: #FFF2F2;
  border-radius: 5px;
}
.t-service-list.col3 .inner {
  width: calc(100% - 105px);
}
.t-service-list.col2 {
  grid-template-columns: repeat(2, 1fr);
}
.t-service-list.col2 .t-service-list-box-head {
  gap: 30px;
}
.t-service-list.col2 .ttl {
  display: flex;
  flex-direction: column;
}
.t-service-list.col2 .icn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 165px;
  aspect-ratio: 1/1;
  padding: 20px;
  background: #FFF2F2;
  border-radius: 5px;
}
.t-service-list.col2 .inner {
  width: calc(100% - 195px);
}
.t-service-list-box {
  width: 100%;
  background: #fff;
  border-radius: 14px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1019607843);
  padding: 30px 25px;
}
.t-service-list-box-head {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 500px) {
  .t-service-list-box-head {
    flex-direction: column;
  }
}
.t-service-list-box .ttl {
  font-size: 2.4rem;
  color: #D70C19;
}
@media screen and (max-width: 500px) {
  .t-service-list-box .ttl {
    font-size: 2rem;
  }
}
.t-service-list-box .ttl span {
  font-size: 1.6rem;
}
.t-service-list-box:nth-child(-n+3) {
  width: calc((100% - 50px) / 3);
}
@media screen and (max-width: 1200px) {
  .t-service-list-box:nth-child(-n+3) {
    width: calc((100% - 25px) / 2);
  }
}
@media screen and (max-width: 900px) {
  .t-service-list-box:nth-child(-n+3) {
    width: 100%;
  }
}
.t-service-list-box:nth-child(-n+3) .t-service-list-box-head {
  gap: 10px;
}
.t-service-list-box:nth-child(-n+3) .icn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 95px;
  height: 95px;
  aspect-ratio: 1/1;
  padding: 20px;
  background: #FFF2F2;
  border-radius: 5px;
}
@media screen and (max-width: 500px) {
  .t-service-list-box:nth-child(-n+3) .icn {
    width: 65px;
    height: 65px;
    padding: 10px;
  }
}
.t-service-list-box:nth-child(-n+3) .inner {
  width: calc(100% - 105px);
}
@media screen and (max-width: 500px) {
  .t-service-list-box:nth-child(-n+3) .inner {
    width: 100%;
    text-align: center;
  }
}
.t-service-list-box:nth-last-child(-n+2) {
  width: calc((100% - 25px) / 2);
}
@media screen and (max-width: 900px) {
  .t-service-list-box:nth-last-child(-n+2) {
    width: 100%;
  }
}
.t-service-list-box:nth-last-child(-n+2) .t-service-list-box-head {
  gap: 30px;
}
@media screen and (max-width: 1200px) {
  .t-service-list-box:nth-last-child(-n+2) .t-service-list-box-head {
    gap: 10px;
  }
}
.t-service-list-box:nth-last-child(-n+2) .ttl {
  display: flex;
  flex-direction: column;
}
.t-service-list-box:nth-last-child(-n+2) .icn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 165px;
  aspect-ratio: 1/1;
  padding: 20px;
  background: #FFF2F2;
  border-radius: 5px;
}
@media screen and (max-width: 1200px) {
  .t-service-list-box:nth-last-child(-n+2) .icn {
    width: 95px;
    height: 95px;
  }
}
@media screen and (max-width: 500px) {
  .t-service-list-box:nth-last-child(-n+2) .icn {
    width: 65px;
    height: 65px;
    padding: 10px;
  }
}
.t-service-list-box:nth-last-child(-n+2) .inner {
  width: calc(100% - 195px);
}
@media screen and (max-width: 1200px) {
  .t-service-list-box:nth-last-child(-n+2) .inner {
    width: calc(100% - 105px);
  }
}
@media screen and (max-width: 500px) {
  .t-service-list-box:nth-last-child(-n+2) .inner {
    width: 100%;
    text-align: center;
  }
  .t-service-list-box:nth-last-child(-n+2) .inner p {
    text-align: left;
  }
}
@media screen and (max-width: 1200px) {
  .t-service-list-box:nth-child(4) .icn img {
    width: auto;
    height: 100%;
    object-fit: cover;
  }
}

.t-product {
  position: relative;
  width: 100%;
  padding: 90px 0;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .t-product {
    padding: 50px 0;
    margin-bottom: 60px;
  }
}
.t-product:after {
  position: absolute;
  content: "";
  width: 97.3958333333vw;
  height: 100%;
  background: #F6F6F6;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 0 15px 15px 0;
}
.t-product-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 70px;
}
@media screen and (min-width: 1921px) {
  .t-product-wrap {
    padding-left: 14.5833333333vw;
  }
}
@media screen and (max-width: 1920px) {
  .t-product-wrap {
    max-width: 1720px;
    padding-left: 80px;
    margin-left: auto;
  }
}
@media screen and (max-width: 1024px) {
  .t-product-wrap {
    flex-direction: column-reverse;
    padding-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .t-product-wrap {
    gap: 40px;
  }
}
.t-product-content {
  position: relative;
  max-width: 400px;
}
@media screen and (max-width: 1024px) {
  .t-product-content {
    max-width: 100%;
    width: 100%;
    padding: 0 40px;
  }
}
@media screen and (max-width: 450px) {
  .t-product-content {
    padding: 0 30px;
  }
}
.t-product .productSlide-block {
  width: calc(100% - 470px);
}
@media screen and (max-width: 1024px) {
  .t-product .productSlide-block {
    width: 100%;
    padding-left: 40px;
  }
}
@media screen and (max-width: 450px) {
  .t-product .productSlide-block {
    padding-left: 30px;
  }
}
.t-product .productSlide-controll {
  position: relative;
  display: block;
  max-width: 200px;
  width: 100%;
  height: 95px;
  margin-top: 60px;
}
@media screen and (max-width: 1024px) {
  .t-product .productSlide-controll {
    position: absolute;
    right: 50px;
    top: 0;
    max-width: 140px;
    height: 65px;
    margin-top: 0;
    z-index: 3;
  }
}
@media screen and (max-width: 450px) {
  .t-product .productSlide-controll {
    right: 40px;
    top: 15px;
    max-width: 100px;
    height: 45px;
  }
}
.t-product .productSlide-controll .productSlide-prev,
.t-product .productSlide-controll .productSlide-next {
  width: 95px;
  height: 95px;
  top: 0 !important;
  margin-top: 0;
}
@media screen and (max-width: 1024px) {
  .t-product .productSlide-controll .productSlide-prev,
  .t-product .productSlide-controll .productSlide-next {
    width: 65px;
    height: 65px;
  }
}
@media screen and (max-width: 450px) {
  .t-product .productSlide-controll .productSlide-prev,
  .t-product .productSlide-controll .productSlide-next {
    width: 45px;
    height: 45px;
  }
}
.t-product .productSlide-controll .productSlide-prev:after,
.t-product .productSlide-controll .productSlide-next:after {
  content: "";
  width: 100%;
  height: 100%;
  background: url("../img/common/slide-arrow.png") no-repeat center center;
  background-size: cover;
}
.t-product .productSlide-controll .productSlide-prev {
  left: 0;
}
.t-product .productSlide-controll .productSlide-prev:after {
  rotate: 180deg;
}
.t-product .productSlide-controll .productSlide-next {
  right: 0;
}

.productSlide {
  width: 100%;
}
.productSlide-slide .inner {
  background: #fff;
  border-radius: 14px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1019607843);
  padding-bottom: 50px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .productSlide-slide .inner {
    padding-bottom: 30px;
  }
}
.productSlide-slide .img img {
  border-radius: 15px 15px 0 0;
  width: 100%;
}
.productSlide-slide .cat {
  display: inline-block;
  padding: 8px 20px 8px 30px;
  background: #D70C19;
  color: #fff;
  border-radius: 0 5px 5px 0;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .productSlide-slide .cat {
    padding: 5px 10px 5px 15px;
    font-size: 1.4rem;
    margin-top: 10px;
    margin-bottom: 10px;
  }
}
.productSlide-slide .ttl {
  font-size: 2.4rem;
  padding: 0 40px;
}
@media screen and (max-width: 768px) {
  .productSlide-slide .ttl {
    font-size: 2rem;
    padding: 0 20px;
  }
}

.t-about {
  width: 100%;
}
.t-about-head {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  padding-bottom: 125px;
  background: url("../img/top/about-back.jpg") no-repeat center center;
  background-size: cover;
}
@media screen and (min-width: 1025px) {
  .t-about-head {
    aspect-ratio: 1920/650;
  }
}
@media screen and (max-width: 1024px) {
  .t-about-head {
    height: 370px;
  }
}
@media screen and (max-width: 768px) {
  .t-about-head {
    height: 310px;
    padding-bottom: 65px;
  }
}
.t-about-head:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: #3E384E;
  mix-blend-mode: multiply;
  pointer-events: none;
}
.t-about-head:after {
  position: absolute;
  content: "MIYOSHI BOSAI";
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #fff;
  opacity: 0.09;
  line-height: 0.8;
  letter-spacing: 0.055em;
  mix-blend-mode: lighten;
  bottom: 125px;
  right: 0;
  z-index: 5;
}
@media screen and (min-width: 1921px) {
  .t-about-head:after {
    font-size: 19.2rem;
  }
}
@media screen and (max-width: 1920px) {
  .t-about-head:after {
    font-size: 10vw;
  }
}
@media screen and (max-width: 1024px) {
  .t-about-head:after {
    font-size: 12.20703125vw;
    bottom: 105px;
  }
}
@media screen and (max-width: 768px) {
  .t-about-head:after {
    bottom: 65px;
  }
}
.t-about-head .wrap1200 {
  position: relative;
  z-index: 4;
}
.t-about-body {
  position: relative;
  width: 100%;
}
.t-about-body:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 125px;
  background: #fff;
  border-radius: 36px 0 0 0;
  left: 0;
  bottom: 100%;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  .t-about-body:before {
    height: 65px;
  }
}

.strong-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 1024px) {
  .strong-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .strong-list {
    grid-template-columns: 100%;
  }
}
.strong-list-item {
  position: relative;
  width: 100%;
  border-radius: 10px;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.1019607843);
  padding: 45px;
}
@media screen and (max-width: 450px) {
  .strong-list-item {
    padding: 20px 20px 20px 35px;
  }
}
.strong-list-item:before {
  position: absolute;
  content: "";
  width: 13px;
  height: 100%;
  border-radius: 10px 0 0 10px;
  left: 0;
  top: 0;
  background: #D70C19;
  z-index: 2;
}
.strong-list-item:after {
  position: absolute;
  content: "";
  z-index: -1;
}
.strong-list-item.--01:after {
  width: 109px;
  height: 67px;
  aspect-ratio: 109/67;
  background: url("../img/top/strong01.svg") no-repeat center center;
  background-size: cover;
  top: 35px;
  right: 20px;
}
@media screen and (max-width: 450px) {
  .strong-list-item.--01:after {
    width: 89px;
    height: auto;
    right: 15px;
    top: 15px;
  }
}
.strong-list-item.--02:after {
  width: 80px;
  height: 83px;
  aspect-ratio: 80/83;
  background: url("../img/top/strong02.svg") no-repeat center center;
  background-size: cover;
  top: 20px;
  right: 35px;
}
@media screen and (max-width: 450px) {
  .strong-list-item.--02:after {
    width: 60px;
    height: auto;
    right: 15px;
    top: 15px;
  }
}
.strong-list-item.--03:after {
  width: 104px;
  height: 84px;
  aspect-ratio: 104/84;
  background: url("../img/top/strong03.svg") no-repeat center center;
  background-size: cover;
  top: 20px;
  right: 20px;
}
@media screen and (max-width: 450px) {
  .strong-list-item.--03:after {
    width: 84px;
    height: auto;
    top: 15px;
    right: 15px;
  }
}
.strong-list-item h3 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 2rem;
  font-weight: 600;
  color: #D70C19;
  letter-spacing: 0.01em;
}
.strong-list-item h3 span {
  font-family: "Poppins", sans-serif;
}

.t-under-link {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .t-under-link {
    grid-template-columns: 100%;
  }
}
.t-under-link-box {
  width: 100%;
  border-radius: 16px;
  overflow: hidden;
}
.t-under-link-box a {
  position: relative;
  display: block;
}
.t-under-link-box a:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #FC9252, #FF0404);
  opacity: 0.69;
  top: 0;
  left: 0;
  z-index: 2;
}
.t-under-link-box a:after {
  position: absolute;
  content: "";
  width: 18px;
  height: 17px;
  background: url("../img/common/arrow03.png") no-repeat center center;
  background-size: cover;
  top: 50%;
  right: 50px;
  translate: 0 -50%;
  z-index: 3;
}
.t-under-link-box a:hover {
  opacity: 1;
}
.t-under-link-box a:hover img {
  scale: 1.15;
  transition: all 0.6s;
}
.t-under-link-box a:hover:after {
  translate: 10px -50%;
  transition: all 0.6s;
}
.t-under-link-box .inner {
  position: absolute;
  width: 195px;
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  left: 0;
  top: 0;
  background: #F6F6F6;
  z-index: 3;
}
@media screen and (max-width: 600px) {
  .t-under-link-box .inner {
    width: 150px;
  }
}
.t-under-link-box .inner:after {
  position: absolute;
  content: "";
  width: 75px;
  height: 100%;
  background: linear-gradient(90deg, #F6F6F6, transparent);
  top: 0;
  left: 100%;
  z-index: 3;
}
.t-under-link-box img {
  width: 100%;
  border-radius: 16px;
}
@media screen and (max-width: 1024px) {
  .t-under-link-box img {
    min-height: 235px;
    object-fit: cover;
  }
}
@media screen and (max-width: 768px) {
  .t-under-link-box img {
    min-height: 200px;
  }
}

/***************************

object/subpage.scss

***************************/
.subpage {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.subpage:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 30px;
  background: #fff;
  border-top-left-radius: 36px;
  bottom: 0;
  left: 0;
  z-index: 5;
}
.subpage-mv {
  width: 100%;
  height: 26.8229166667vw;
  overflow: hidden;
}
@media screen and (max-width: 1024px) {
  .subpage-mv {
    height: 280px;
  }
}
@media screen and (max-width: 450px) {
  .subpage-mv {
    height: 230px;
  }
}
.subpage-mv:before {
  position: absolute;
  content: "";
  top: -10px;
  left: 0;
  width: auto;
  height: 25.8333333333vw;
  aspect-ratio: 854/496;
  background: url("../img/subpage/mv-deco.svg") no-repeat center center;
  background-size: cover;
  z-index: 2;
  opacity: 0.1;
  mix-blend-mode: screen;
  backdrop-filter: blur(18px);
}
@media screen and (max-width: 1024px) {
  .subpage-mv:before {
    height: 265px;
  }
}
@media screen and (max-width: 450px) {
  .subpage-mv:before {
    width: 80vw;
    height: auto;
    top: inherit;
    bottom: 20px;
  }
}
.subpage-mv .mainImage {
  position: relative;
  width: 100%;
}
.subpage-mv .mainImage:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(206deg, rgba(255, 255, 255, 0.1215686275), #78696A);
  opacity: 0.47;
  mix-blend-mode: multiply;
  left: 0;
  top: 0;
  z-index: 1;
}
.subpage-mv .mainImage:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(66deg, #FFFFFF, #FFFFFF, #FE2A2A, #E21818);
  opacity: 0.33;
  mix-blend-mode: multiply;
  left: 0;
  top: 0;
  z-index: 1;
}
.subpage-mv img {
  width: 100%;
}
@media screen and (max-width: 1024px) {
  .subpage-mv img {
    height: 285px;
    object-fit: cover;
  }
}
@media screen and (max-width: 450px) {
  .subpage-mv img {
    height: 235px;
  }
}
.subpage-mv-inner {
  position: absolute;
  max-width: 1400px;
  width: 100%;
  padding: 0 20px;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  z-index: 3;
}

.u-section {
  width: 100%;
}
.u-section:nth-child(2) {
  padding-top: 60px;
}
.u-section:not(:last-of-type) {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .u-section:not(:last-of-type) {
    margin-bottom: 60px;
  }
}

.page-anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
}
.page-anchor li {
  position: relative;
  padding-left: 25px;
}
.page-anchor li:before {
  position: absolute;
  content: "";
  width: 14px;
  height: 15px;
  background: url("../img/subpage/anchor-arrow.svg") no-repeat center center;
  background-size: cover;
  left: 0;
  top: calc(0.8em - 7.5px);
}
.page-anchor li:not(:last-child) {
  padding-right: 20px;
}
.page-anchor li:not(:last-child):after {
  position: absolute;
  content: "";
  width: 1px;
  height: 13px;
  background: rgba(31, 31, 31, 0.6);
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}
.page-anchor li a {
  color: #D70C19;
  background: linear-gradient(0deg, #D70C19 2px, transparent 2px);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: 0 2px;
}
.page-anchor li a:hover {
  opacity: 1;
  background-size: 100% 2px;
}

/***************************

object/service.scss

***************************/
.service-list {
  width: 100%;
}
.service-list-block {
  border: 1px solid rgba(140, 157, 170, 0.4);
  border-radius: 14px;
  padding: 60px;
}
@media screen and (max-width: 1024px) {
  .service-list-block {
    padding: 40px;
  }
}
@media screen and (max-width: 768px) {
  .service-list-block {
    padding: 30px;
  }
}
.service-list-block:not(:last-child) {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .service-list-block:not(:last-child) {
    margin-bottom: 50px;
  }
}
.service-list-head {
  width: 100%;
  display: flex;
  gap: 50px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .service-list-head {
    gap: 25px;
  }
}
@media screen and (max-width: 500px) {
  .service-list-head {
    flex-direction: column;
  }
}
.service-list-head .icn {
  width: 197px;
}
@media screen and (max-width: 768px) {
  .service-list-head .icn {
    width: 87px;
  }
}
@media screen and (max-width: 500px) {
  .service-list-head .icn {
    margin-left: auto;
    margin-right: auto;
  }
}
.service-list-head .cont {
  width: calc(100% - 247px);
}
@media screen and (max-width: 768px) {
  .service-list-head .cont {
    width: calc(100% - 112px);
  }
}
@media screen and (max-width: 500px) {
  .service-list-head .cont {
    width: 100%;
  }
}
.service-list-head .cont .list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.service-list-head .cont .list li {
  display: inline-block;
  font-size: 1.4rem;
  color: #fff;
  padding: 5px 10px;
  background: linear-gradient(109deg, #FC9252, #FF0433, #E21818);
  border-radius: 4px;
}
.service-list-feature {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid rgba(140, 157, 170, 0.4);
}
.service-list-feature-list {
  width: 100%;
  margin-top: 40px;
}
.service-list-feature-list-block {
  width: 100%;
  display: flex;
  background: rgba(255, 242, 242, 0.5);
  border-radius: 10px;
  padding: 30px 40px;
}
@media screen and (max-width: 768px) {
  .service-list-feature-list-block {
    padding: 15px 20px;
  }
}
.service-list-feature-list-block:not(:last-child) {
  margin-bottom: 25px;
}
.service-list-feature-list-block .num {
  width: 40px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 2.1rem;
  letter-spacing: 0.02em;
  color: #D70C19;
}
.service-list-feature-list-block .inner {
  width: calc(100% - 40px);
}

/***************************

object/product.scss

***************************/
.product-lineup {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .product-lineup {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 15px;
  }
}
@media screen and (max-width: 450px) {
  .product-lineup {
    grid-template-columns: 100%;
  }
}
.product-lineup-box {
  width: 100%;
}
.product-lineup-box .img img {
  width: 100%;
  border-radius: 14px;
}
.product02 {
  position: relative;
  padding-top: 60px;
}
.product02:before {
  position: absolute;
  content: "";
  max-width: 1200px;
  width: 100%;
  height: 2px;
  border-top: 2px dotted #8C9DAA;
  top: 0;
  left: 50%;
  translate: -50% 0;
  z-index: 2;
}
.product-maker {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px 30px;
}
@media screen and (max-width: 1024px) {
  .product-maker {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .product-maker {
    grid-template-columns: 100%;
    gap: 0;
  }
}
.product-maker a {
  position: relative;
  display: block;
  padding: 25px 0;
  padding-right: 15px;
  border-bottom: 1px solid rgba(140, 157, 170, 0.4);
}
@media screen and (max-width: 450px) {
  .product-maker a {
    padding: 15px 0;
    padding-right: 15px;
  }
}
.product-maker a:after {
  position: absolute;
  content: "";
  width: 11px;
  height: 10px;
  background: url("../img/common/link-icn.png") no-repeat center center;
  background-size: cover;
  right: 0;
  top: 50%;
  translate: 0 -50%;
  z-index: 2;
}
.product-maker a:hover:after {
  translate: -10px -50%;
  transition: all 0.6s;
}
.product-maker a span {
  font-size: 1.2rem;
}
.product-consultation {
  width: 100%;
  border-radius: 14px;
  padding: 50px 20px;
  background: #F6F6F6;
}
@media screen and (max-width: 768px) {
  .product-consultation {
    padding: 30px 20px;
  }
}

/***************************

object/company.scss

***************************/
.company {
  width: 100%;
}
.company-data {
  width: 100%;
  display: flex;
  gap: 50px 90px;
}
@media screen and (max-width: 1024px) {
  .company-data {
    gap: 50px;
  }
}
@media screen and (max-width: 768px) {
  .company-data {
    flex-direction: column;
  }
}
.company-data-txt {
  max-width: 550px;
  width: 45.8333333333%;
}
@media screen and (max-width: 768px) {
  .company-data-txt {
    max-width: 100%;
    width: 100%;
  }
}
.company-data-list {
  width: 100%;
}
.company-data-list-block {
  display: flex;
  padding: 25px 0;
  border-top: 1px solid rgba(140, 157, 170, 0.4);
}
@media screen and (max-width: 450px) {
  .company-data-list-block {
    flex-direction: column;
    gap: 10px;
    padding: 15px 0;
  }
}
.company-data-list-block:last-child {
  border-bottom: 1px solid rgba(140, 157, 170, 0.4);
}
.company-data-list-block dt {
  width: 160px;
}
@media screen and (max-width: 450px) {
  .company-data-list-block dt {
    width: 100%;
  }
}
.company-data-list-block dd {
  width: calc(100% - 160px);
}
@media screen and (max-width: 450px) {
  .company-data-list-block dd {
    width: 100%;
  }
}
.company-data-list-block dd a {
  color: #D70C19;
  display: inline-block;
  margin-left: 10px;
}
.company-data-list-block dd a span {
  text-decoration: underline;
}
.company-data-map {
  position: relative;
  max-width: 560px;
  width: 46.6666666667%;
  aspect-ratio: 560/570;
}
@media screen and (max-width: 768px) {
  .company-data-map {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.company-data-map iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
}

/***************************

object/recruit.scss

***************************/
.recruit-ttl span {
  color: #fff;
  background: linear-gradient(102deg, #FC9252, #FF0433, #E21818);
  padding: 0 5px;
  border-radius: 4px;
  margin-right: 10px;
}
.recruit-list {
  width: 100%;
}
.recruit-list-ttl {
  width: 100%;
  font-size: clamp(2rem, 3.125vw, 2.4rem);
  font-weight: 700;
  background: #F6F6F6;
  border-radius: 10px;
  padding: 35px;
  margin-bottom: 15px;
}
.recruit-list-txt {
  width: 100%;
}
.recruit-list .inner-list {
  width: 100%;
}
.recruit-list .inner-list-block {
  width: 100%;
  display: flex;
}
@media screen and (max-width: 768px) {
  .recruit-list .inner-list-block {
    flex-direction: column;
  }
}
.recruit-list .inner-list-block dt {
  width: 200px;
  padding: 25px 0;
  border-bottom: 1px solid rgba(215, 12, 25, 0.6);
}
@media screen and (max-width: 768px) {
  .recruit-list .inner-list-block dt {
    width: 100%;
    padding: 15px 0 0;
    border-bottom: none;
  }
}
.recruit-list .inner-list-block dd {
  position: relative;
  width: calc(100% - 200px);
  padding: 25px 30px;
  border-bottom: 1px solid rgba(140, 157, 170, 0.4);
}
@media screen and (max-width: 768px) {
  .recruit-list .inner-list-block dd {
    width: 100%;
    padding: 15px 0;
  }
  .recruit-list .inner-list-block dd:after {
    position: absolute;
    content: "";
    width: 35%;
    height: 1px;
    background: rgba(215, 12, 25, 0.6);
    left: 0;
    bottom: -1px;
    z-index: 2;
  }
}
.recruit-last {
  position: relative;
  width: 100%;
  background: #FFF2F2;
  border-radius: 14px;
  padding: 40px 20px 50px;
}
@media screen and (max-width: 768px) {
  .recruit-last {
    padding: 30px 20px;
  }
}
.recruit-last .box-ttl {
  position: absolute;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: clamp(5.2rem, 6.25vw, 6.4rem);
  line-height: 1;
  left: 50%;
  top: -0.5em;
  translate: -50% 0;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  .recruit-last .box-ttl {
    font-size: clamp(4rem, 6.7708333333vw, 5.2rem);
  }
}
.recruit-last a {
  display: block;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 4rem;
  text-decoration: none;
}
@media screen and (max-width: 450px) {
  .recruit-last a {
    font-size: 7.7777777778vw;
  }
}
.recruit-last a span {
  font-size: 2rem;
}
@media screen and (max-width: 450px) {
  .recruit-last a span {
    font-size: 4.4444444444vw;
  }
}/*# sourceMappingURL=style.css.map */