@charset "UTF-8";

@keyframes lineanim {
  0% {
    transform: scale(1);
    transform-origin: top right
  }

  50% {
    transform: scaleX(0);
    transform-origin: top right
  }

  51% {
    transform: scaleX(0);
    transform-origin: top left
  }

  to {
    transform: scale(1);
    transform-origin: top left
  }
}

@keyframes lineanim_r {
  0% {
    transform: scale(1);
    transform-origin: top left
  }

  50% {
    transform: scaleX(0);
    transform-origin: top left
  }

  51% {
    transform: scaleX(0);
    transform-origin: top right
  }

  to {
    transform: scale(1);
    transform-origin: top right
  }
}

@keyframes lineanim_y {
  0% {
    transform: scale(1);
    transform-origin: bottom right
  }

  50% {
    transform: scaleY(0);
    transform-origin: bottom right
  }

  51% {
    transform: scaleY(0);
    transform-origin: bottom left
  }

  to {
    transform: scale(1);
    transform-origin: bottom left
  }
}

@keyframes lineanim_yt {
  0% {
    transform: scale(1);
    transform-origin: top right
  }

  50% {
    transform: scaleY(0);
    transform-origin: top right
  }

  51% {
    transform: scaleY(0);
    transform-origin: top left
  }

  to {
    transform: scale(1);
    transform-origin: top left
  }
}

@keyframes fuwafuwa {

  0%,
  to {
    transform: translateY(0)
  }

  50% {
    transform: translateY(-20px)
  }
}

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

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

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

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

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

input,
select {
  vertical-align: middle
}

:after,
:before,
a,
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
button,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
input,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
textarea,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
  left: 0;
  right: 0;
  -webkit-text-size-adjust: 100%;
  line-height: 1.6;
  color: #222222;
  font-size: 16px;
  font-feature-settings: "palt";
  overflow-wrap: break-word
}

@media only screen and (max-width:767px) {
  body {
    font-size: 14px
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400
}

li {
  list-style-type: none
}

a {
  text-decoration: none;
  color: #222222;
  outline: 0;
  transition: opacity 0.6s ease-in-out
}

a:hover {
  opacity: 0.7
}

img {
  border: 0;
  vertical-align: middle
}

img:not([width]) {
  max-width: 100%;
  height: auto
}

html {
  scroll-padding-top: 150px
}

@media only screen and (max-width:767px) {
  html {
    scroll-padding-top: 70px
  }
}

em,
i {
  font-style: normal
}

button,
input:not([type=checkbox]):not([type=radio]),
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #fff;
  vertical-align: middle;
  font-size: 16px;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  border: 1px solid #AAAAAA;
  border-radius: 4px;
  padding: 5px 10px;
  width: 100%
}

select {
  border: 0;
  outline: 0;
  margin: 0;
  padding: 0;
  background: #ffffff url("../images/common/arrow.svg") no-repeat center right 10px;
  vertical-align: middle;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  padding: 5px 10px;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 30px;
  border: 1px solid #AAAAAA;
  border-radius: 4px
}

select::-ms-expand {
  display: none
}

input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: #cccccc
}

option {
  outline: 0
}

sup {
  position: relative;
  top: -0.7em;
  font-size: 70%
}

a[href^="tel:"].tel_disable {
  pointer-events: none;
  text-decoration: none
}

@-ms-viewport {
  width: device-width
}

.shiny a {
  display: inline-block;
  max-width: 100%;
  position: relative;
  overflow: hidden
}

.shiny a:before {
  display: block;
  position: absolute;
  z-index: 10;
  left: -100%;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0) 100%);
  animation: shiny 4s infinite linear 0s
}

@keyframes shiny {
  0% {
    left: -100%
  }

  20%,
  to {
    left: 100%
  }
}

.btn {
  max-width: 320px;
  margin: 0 auto;
  text-align: center
}

.btn a {
  font-size: 22px;
  font-weight: bold;
  display: block;
  background: #ffd800;
  border-radius: 60px;
  padding: 18px 15px;
  opacity: 1;
  line-height: 1.3;
  box-shadow: 0px 5px 0px #222;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out
}

.btn a:hover {
  box-shadow: 0px 0px 0px #222;
  transform: translateY(4px)
}

@media only screen and (max-width:767px) {
  .btn a {
    font-size: 18px
  }
}

.inview.fade {
  opacity: 0;
  filter: blur(20px);
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out, filter 0.5s ease-in-out
}

.inview.fade.fade_puff {
  transform: scale(1.3)
}

.inview.fade.fade_puff.active {
  transform: none
}

.inview.fade.active {
  opacity: 1;
  filter: blur(0px)
}

.inview.fade.fade_left {
  transform: translateX(-40px)
}

.inview.fade.fade_left.active {
  transform: none
}

.inview.fade.fade_right {
  transform: translateX(40px)
}

.inview.fade.fade_right.active {
  transform: none
}

.inview.fade.fade_bottom {
  transform: translateY(20px)
}

.inview.fade.fade_bottom.active {
  transform: none
}

.inview.inview_delay01 {
  transition-delay: 0.1s
}

.inview.inview_delay02 {
  transition-delay: 0.2s
}

.inview.inview_delay03 {
  transition-delay: 0.3s
}

.inview.inview_delay04 {
  transition-delay: 0.4s
}

.inview.inview_delay05 {
  transition-delay: 0.5s
}

.inview.inview_delay06 {
  transition-delay: 0.6s
}

.inview.inview_delay07 {
  transition-delay: 0.7s
}

.inview.inview_delay08 {
  transition-delay: 0.8s
}

.inview.inview_delay09 {
  transition-delay: 0.9s
}

.inview.inview_delay10 {
  transition-delay: 1s
}

@keyframes draw {
  0% {
    width: 0%
  }

  50% {
    width: 100%
  }

  to {
    left: auto;
    right: 0;
    width: 0%
  }
}

.contact_link {
  padding: 110px 0;
  background: #d93016
}

.contact_link .link_btn_tel .tel_block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  transform: translateY(-50%)
}

.contact_link .link_btn_tel .tel_block .tel_txt {
  font-size: 52px;
  margin-bottom: 10px
}

.contact_link .link_btn_tel .tel_block .tel_sub {
  font-size: 17px
}

.contact_link .links {
  text-align: center;
  display: flex;
  justify-content: space-between
}

.contact_link .links>li {
  width: 47.5%
}

.contact_link .links>li>p:first-child {
  margin-bottom: 20px
}

.contact_link .links>li a {
  display: block;
  opacity: 1;
  filter: drop-shadow(0px 5px 0px #000);
  position: relative;
  transition: filter 0.2s ease-in-out, transform 0.2s ease-in-out
}

.contact_link .links>li a:hover {
  filter: drop-shadow(0px 0px 0px #000);
  transform: translateY(4px)
}

@media only screen and (max-width:1260px) {
  .contact_link .link_btn_tel .tel_block .tel_txt {
    font-size: 4.5vw;
    margin-bottom: 5px
  }

  .contact_link .link_btn_tel .tel_block .tel_sub {
    font-size: 1.5vw
  }
}

@media only screen and (max-width:767px) {
  .contact_link {
    padding: 45px 15px
  }

  .contact_link .link_btn_tel .tel_block .tel_txt {
    font-size: 6.5vw
  }

  .contact_link .link_btn_tel .tel_block .tel_sub {
    font-size: 2.8vw
  }

  .contact_link .links {
    display: block
  }

  .contact_link .links>li {
    width: auto;
    margin-bottom: 30px
  }

  .contact_link .links>li:last-child {
    margin-bottom: 0
  }
}

.wp-pagenavi .first,
.wp-pagenavi .last,
.wp-pagenavi .pages {
  display: none !important
}

.pagenavi {
  text-align: center
}

.pagenavi .wp-pagenavi {
  position: relative;
  display: inline-block
}

.pagenavi .wp-pagenavi a {
  transition: background 0.5s ease-in-out, opacity 0.6s ease-in-out, color 0.6s ease-in-out
}

.pagenavi .wp-pagenavi a,
.pagenavi .wp-pagenavi span {
  padding: 0px 0;
  width: 40px;
  line-height: 38px;
  text-decoration: none;
  border-radius: 50%;
  font-weight: normal !important;
  font-family: "Noto Sans JP", sans-serif;
  display: inline-block;
  margin: 0 0px 10px;
  margin-bottom: 10px;
  opacity: 1;
  vertical-align: top;
  color: #222222
}

.pagenavi .wp-pagenavi a {
  opacity: 0.7
}

.pagenavi .wp-pagenavi a:hover,
.pagenavi .wp-pagenavi span.current {
  opacity: 1
}

.pagenavi .wp-pagenavi .nextpostslink,
.pagenavi .wp-pagenavi .previouspostslink {
  width: 40px;
  height: 40px;
  opacity: 1;
  position: relative;
  text-indent: -9999em;
  background: #ffd800
}

.pagenavi .wp-pagenavi span.extend {
  background: none;
  color: #333;
  border: 0
}

.pagenavi .wp-pagenavi .nextpostslink:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ffffff;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.pagenavi .wp-pagenavi .previouspostslink:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ffffff transparent transparent;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}

.pagenavi .wp-pagenavi .nextpostslink:hover,
.pagenavi .wp-pagenavi .previouspostslink:hover {
  opacity: 0.7
}

@media only screen and (max-width:767px) {

  .pagenavi .wp-pagenavi a,
  .pagenavi .wp-pagenavi span {
    width: 30px;
    line-height: 28px
  }

  .pagenavi .wp-pagenavi .nextpostslink,
  .pagenavi .wp-pagenavi .previouspostslink {
    width: 30px;
    height: 28px
  }
}

aside.common_aside .cats a {
  display: block;
  font-weight: bold;
  background: #fff;
  border: 1px solid #222222;
  border-radius: 60px;
  line-height: 1.2;
  padding: 13px 20px;
  position: relative
}

aside.common_aside .cats a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #d93016;
  position: absolute;
  top: 50%;
  right: 25px;
  transform: translateY(-50%)
}

aside.common_aside .cats>li {
  margin-bottom: 15px
}

aside.common_aside .cats>li:last-child {
  margin-bottom: 0
}

@media only screen and (max-width:767px) {
  aside.common_aside {
    padding: 60px 0;
    background: #f7f7f7;
    margin: 0 -15px
  }
}

.case_slider {
  display: none;
  position: relative;
  z-index: 9
}

.case_slider .slick-slide {
  padding: 0 15px
}

.case_slider.slick-initialized {
  display: block
}

.case_slider .slick-track {
  display: flex
}

.case_slider .slick-slide {
  height: auto !important
}

.case_slider .slick-slide a,
.case_slider .slick-slide li,
.case_slider .slick-slide>div {
  height: 100%
}

.case_slider .slick-arrow {
  width: 20px;
  height: 38px;
  background: url("../images/next.svg") no-repeat center center;
  background-size: contain;
  transition: opacity 0.4s ease-in-out
}

.case_slider .slick-arrow:hover {
  opacity: 0.7
}

.case_slider .slick-arrow.slick-prev {
  background: url("../images/prev.svg") no-repeat center center;
  background-size: contain;
  z-index: 999999
}

.case_slider .slick-arrow:before {
  content: ""
}

.case_slider a {
  display: block;
  padding: 20px;
  background: #fff;
  opacity: 1
}

.case_slider a:hover .img img {
  transform: scale(1.05)
}

.case_slider .img {
  margin-bottom: 30px;
  overflow: hidden
}

.case_slider .img img {
  transition: transform 0.4s ease-in-out;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1/0.7
}

.case_slider h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px
}

.case_slider .dl_block dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px
}

.case_slider .dl_block dl:last-child {
  margin-bottom: 0
}

.case_slider .dl_block dl dt {
  width: 110px;
  background: #ececec;
  text-align: center;
  padding: 5px 10px
}

.case_slider .dl_block dl dd {
  width: calc(100% - 130px)
}

.case_slider .dl_block dl.price_dl dt {
  font-weight: bold;
  background: #d93016;
  color: #fff
}

.case_slider .dl_block dl.price_dl dd {
  color: #d93016;
  font-weight: bold
}

.case_slider .dl_block dl.price_dl dd>span {
  font-size: 200%
}

@media only screen and (max-width:960px) {
  .case_slider .slick-arrow {
    width: 10px;
    height: 19px
  }

  .case_slider .slick-arrow.slick-prev {
    left: -3px
  }

  .case_slider .slick-arrow.slick-next {
    right: -3px
  }

  .case_slider .img {
    margin-bottom: 20px
  }

  .case_slider h3 {
    margin-bottom: 15px;
    font-size: 19px
  }
}

.case_articles {
  position: relative;
  z-index: 9;
  display: flex;
  flex-wrap: wrap;
  gap: 2.495%
}

.case_articles>article {
  width: 31.67%;
  margin-bottom: 40px
}

.case_articles a {
  display: block;
  padding: 20px;
  height: 100%;
  background: #fff;
  border: 1px solid #CCCCCC;
  opacity: 1
}

.case_articles a:hover .img img {
  transform: scale(1.05)
}

.case_articles .img {
  margin-bottom: 20px;
  overflow: hidden
}

.case_articles .img img {
  transition: transform 0.4s ease-in-out;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1/0.7
}

.case_articles h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px
}

.case_articles .dl_block dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px
}

.case_articles .dl_block dl:last-child {
  margin-bottom: 0
}

.case_articles .dl_block dl dt {
  width: 110px;
  background: #ececec;
  text-align: center;
  padding: 5px 10px
}

.case_articles .dl_block dl dd {
  width: calc(100% - 130px)
}

.case_articles .dl_block dl.price_dl dt {
  font-weight: bold;
  background: #d93016;
  color: #fff
}

.case_articles .dl_block dl.price_dl dd {
  color: #d93016;
  font-weight: bold
}

.case_articles .dl_block dl.price_dl dd>span {
  font-size: 200%
}

@media only screen and (max-width:960px) {
  .case_articles {
    gap: auto;
    justify-content: space-between
  }

  .case_articles>article {
    width: 48.5%
  }
}

@media only screen and (max-width:767px) {
  .case_articles {
    display: block
  }

  .case_articles>article {
    width: auto;
    margin-bottom: 6%
  }

  .case_articles h3 {
    font-size: 19px
  }
}

.mt0 {
  margin-top: 0px !important
}

.mr0 {
  margin-right: 0px !important
}

.ml0 {
  margin-left: 0px !important
}

.mb0 {
  margin-bottom: 0px !important
}

.pt0 {
  padding-top: 0px !important
}

.pr0 {
  padding-right: 0px !important
}

.pl0 {
  padding-left: 0px !important
}

.pb0 {
  padding-bottom: 0px !important
}

.mt1 {
  margin-top: 1px !important
}

.mr1 {
  margin-right: 1px !important
}

.ml1 {
  margin-left: 1px !important
}

.mb1 {
  margin-bottom: 1px !important
}

.pt1 {
  padding-top: 1px !important
}

.pr1 {
  padding-right: 1px !important
}

.pl1 {
  padding-left: 1px !important
}

.pb1 {
  padding-bottom: 1px !important
}

.mt2 {
  margin-top: 2px !important
}

.mr2 {
  margin-right: 2px !important
}

.ml2 {
  margin-left: 2px !important
}

.mb2 {
  margin-bottom: 2px !important
}

.pt2 {
  padding-top: 2px !important
}

.pr2 {
  padding-right: 2px !important
}

.pl2 {
  padding-left: 2px !important
}

.pb2 {
  padding-bottom: 2px !important
}

.mt3 {
  margin-top: 3px !important
}

.mr3 {
  margin-right: 3px !important
}

.ml3 {
  margin-left: 3px !important
}

.mb3 {
  margin-bottom: 3px !important
}

.pt3 {
  padding-top: 3px !important
}

.pr3 {
  padding-right: 3px !important
}

.pl3 {
  padding-left: 3px !important
}

.pb3 {
  padding-bottom: 3px !important
}

.mt4 {
  margin-top: 4px !important
}

.mr4 {
  margin-right: 4px !important
}

.ml4 {
  margin-left: 4px !important
}

.mb4 {
  margin-bottom: 4px !important
}

.pt4 {
  padding-top: 4px !important
}

.pr4 {
  padding-right: 4px !important
}

.pl4 {
  padding-left: 4px !important
}

.pb4 {
  padding-bottom: 4px !important
}

.mt5 {
  margin-top: 5px !important
}

.mr5 {
  margin-right: 5px !important
}

.ml5 {
  margin-left: 5px !important
}

.mb5 {
  margin-bottom: 5px !important
}

.pt5 {
  padding-top: 5px !important
}

.pr5 {
  padding-right: 5px !important
}

.pl5 {
  padding-left: 5px !important
}

.pb5 {
  padding-bottom: 5px !important
}

.mt6 {
  margin-top: 6px !important
}

.mr6 {
  margin-right: 6px !important
}

.ml6 {
  margin-left: 6px !important
}

.mb6 {
  margin-bottom: 6px !important
}

.pt6 {
  padding-top: 6px !important
}

.pr6 {
  padding-right: 6px !important
}

.pl6 {
  padding-left: 6px !important
}

.pb6 {
  padding-bottom: 6px !important
}

.mt7 {
  margin-top: 7px !important
}

.mr7 {
  margin-right: 7px !important
}

.ml7 {
  margin-left: 7px !important
}

.mb7 {
  margin-bottom: 7px !important
}

.pt7 {
  padding-top: 7px !important
}

.pr7 {
  padding-right: 7px !important
}

.pl7 {
  padding-left: 7px !important
}

.pb7 {
  padding-bottom: 7px !important
}

.mt8 {
  margin-top: 8px !important
}

.mr8 {
  margin-right: 8px !important
}

.ml8 {
  margin-left: 8px !important
}

.mb8 {
  margin-bottom: 8px !important
}

.pt8 {
  padding-top: 8px !important
}

.pr8 {
  padding-right: 8px !important
}

.pl8 {
  padding-left: 8px !important
}

.pb8 {
  padding-bottom: 8px !important
}

.mt9 {
  margin-top: 9px !important
}

.mr9 {
  margin-right: 9px !important
}

.ml9 {
  margin-left: 9px !important
}

.mb9 {
  margin-bottom: 9px !important
}

.pt9 {
  padding-top: 9px !important
}

.pr9 {
  padding-right: 9px !important
}

.pl9 {
  padding-left: 9px !important
}

.pb9 {
  padding-bottom: 9px !important
}

.mt10 {
  margin-top: 10px !important
}

.mr10 {
  margin-right: 10px !important
}

.ml10 {
  margin-left: 10px !important
}

.mb10 {
  margin-bottom: 10px !important
}

.pt10 {
  padding-top: 10px !important
}

.pr10 {
  padding-right: 10px !important
}

.pl10 {
  padding-left: 10px !important
}

.pb10 {
  padding-bottom: 10px !important
}

.mt15 {
  margin-top: 15px !important
}

.mr15 {
  margin-right: 15px !important
}

.ml15 {
  margin-left: 15px !important
}

.mb15 {
  margin-bottom: 15px !important
}

.pt15 {
  padding-top: 15px !important
}

.pr15 {
  padding-right: 15px !important
}

.pl15 {
  padding-left: 15px !important
}

.pb15 {
  padding-bottom: 15px !important
}

.mt20 {
  margin-top: 20px !important
}

.mr20 {
  margin-right: 20px !important
}

.ml20 {
  margin-left: 20px !important
}

.mb20 {
  margin-bottom: 20px !important
}

.pt20 {
  padding-top: 20px !important
}

.pr20 {
  padding-right: 20px !important
}

.pl20 {
  padding-left: 20px !important
}

.pb20 {
  padding-bottom: 20px !important
}

.mt25 {
  margin-top: 25px !important
}

.mr25 {
  margin-right: 25px !important
}

.ml25 {
  margin-left: 25px !important
}

.mb25 {
  margin-bottom: 25px !important
}

.pt25 {
  padding-top: 25px !important
}

.pr25 {
  padding-right: 25px !important
}

.pl25 {
  padding-left: 25px !important
}

.pb25 {
  padding-bottom: 25px !important
}

.mt30 {
  margin-top: 30px !important
}

.mr30 {
  margin-right: 30px !important
}

.ml30 {
  margin-left: 30px !important
}

.mb30 {
  margin-bottom: 30px !important
}

.pt30 {
  padding-top: 30px !important
}

.pr30 {
  padding-right: 30px !important
}

.pl30 {
  padding-left: 30px !important
}

.pb30 {
  padding-bottom: 30px !important
}

.mt35 {
  margin-top: 35px !important
}

.mr35 {
  margin-right: 35px !important
}

.ml35 {
  margin-left: 35px !important
}

.mb35 {
  margin-bottom: 35px !important
}

.pt35 {
  padding-top: 35px !important
}

.pr35 {
  padding-right: 35px !important
}

.pl35 {
  padding-left: 35px !important
}

.pb35 {
  padding-bottom: 35px !important
}

.mt40 {
  margin-top: 40px !important
}

.mr40 {
  margin-right: 40px !important
}

.ml40 {
  margin-left: 40px !important
}

.mb40 {
  margin-bottom: 40px !important
}

.pt40 {
  padding-top: 40px !important
}

.pr40 {
  padding-right: 40px !important
}

.pl40 {
  padding-left: 40px !important
}

.pb40 {
  padding-bottom: 40px !important
}

.mt45 {
  margin-top: 45px !important
}

.mr45 {
  margin-right: 45px !important
}

.ml45 {
  margin-left: 45px !important
}

.mb45 {
  margin-bottom: 45px !important
}

.pt45 {
  padding-top: 45px !important
}

.pr45 {
  padding-right: 45px !important
}

.pl45 {
  padding-left: 45px !important
}

.pb45 {
  padding-bottom: 45px !important
}

.mt50 {
  margin-top: 50px !important
}

.mr50 {
  margin-right: 50px !important
}

.ml50 {
  margin-left: 50px !important
}

.mb50 {
  margin-bottom: 50px !important
}

.pt50 {
  padding-top: 50px !important
}

.pr50 {
  padding-right: 50px !important
}

.pl50 {
  padding-left: 50px !important
}

.pb50 {
  padding-bottom: 50px !important
}

.mt55 {
  margin-top: 55px !important
}

.mr55 {
  margin-right: 55px !important
}

.ml55 {
  margin-left: 55px !important
}

.mb55 {
  margin-bottom: 55px !important
}

.pt55 {
  padding-top: 55px !important
}

.pr55 {
  padding-right: 55px !important
}

.pl55 {
  padding-left: 55px !important
}

.pb55 {
  padding-bottom: 55px !important
}

.mt60 {
  margin-top: 60px !important
}

.mr60 {
  margin-right: 60px !important
}

.ml60 {
  margin-left: 60px !important
}

.mb60 {
  margin-bottom: 60px !important
}

.pt60 {
  padding-top: 60px !important
}

.pr60 {
  padding-right: 60px !important
}

.pl60 {
  padding-left: 60px !important
}

.pb60 {
  padding-bottom: 60px !important
}

.mt65 {
  margin-top: 65px !important
}

.mr65 {
  margin-right: 65px !important
}

.ml65 {
  margin-left: 65px !important
}

.mb65 {
  margin-bottom: 65px !important
}

.pt65 {
  padding-top: 65px !important
}

.pr65 {
  padding-right: 65px !important
}

.pl65 {
  padding-left: 65px !important
}

.pb65 {
  padding-bottom: 65px !important
}

.mt70 {
  margin-top: 70px !important
}

.mr70 {
  margin-right: 70px !important
}

.ml70 {
  margin-left: 70px !important
}

.mb70 {
  margin-bottom: 70px !important
}

.pt70 {
  padding-top: 70px !important
}

.pr70 {
  padding-right: 70px !important
}

.pl70 {
  padding-left: 70px !important
}

.pb70 {
  padding-bottom: 70px !important
}

.mt75 {
  margin-top: 75px !important
}

.mr75 {
  margin-right: 75px !important
}

.ml75 {
  margin-left: 75px !important
}

.mb75 {
  margin-bottom: 75px !important
}

.pt75 {
  padding-top: 75px !important
}

.pr75 {
  padding-right: 75px !important
}

.pl75 {
  padding-left: 75px !important
}

.pb75 {
  padding-bottom: 75px !important
}

.mt80 {
  margin-top: 80px !important
}

.mr80 {
  margin-right: 80px !important
}

.ml80 {
  margin-left: 80px !important
}

.mb80 {
  margin-bottom: 80px !important
}

.pt80 {
  padding-top: 80px !important
}

.pr80 {
  padding-right: 80px !important
}

.pl80 {
  padding-left: 80px !important
}

.pb80 {
  padding-bottom: 80px !important
}

.mt85 {
  margin-top: 85px !important
}

.mr85 {
  margin-right: 85px !important
}

.ml85 {
  margin-left: 85px !important
}

.mb85 {
  margin-bottom: 85px !important
}

.pt85 {
  padding-top: 85px !important
}

.pr85 {
  padding-right: 85px !important
}

.pl85 {
  padding-left: 85px !important
}

.pb85 {
  padding-bottom: 85px !important
}

.mt90 {
  margin-top: 90px !important
}

.mr90 {
  margin-right: 90px !important
}

.ml90 {
  margin-left: 90px !important
}

.mb90 {
  margin-bottom: 90px !important
}

.pt90 {
  padding-top: 90px !important
}

.pr90 {
  padding-right: 90px !important
}

.pl90 {
  padding-left: 90px !important
}

.pb90 {
  padding-bottom: 90px !important
}

.mt95 {
  margin-top: 95px !important
}

.mr95 {
  margin-right: 95px !important
}

.ml95 {
  margin-left: 95px !important
}

.mb95 {
  margin-bottom: 95px !important
}

.pt95 {
  padding-top: 95px !important
}

.pr95 {
  padding-right: 95px !important
}

.pl95 {
  padding-left: 95px !important
}

.pb95 {
  padding-bottom: 95px !important
}

.mt100 {
  margin-top: 100px !important
}

.mr100 {
  margin-right: 100px !important
}

.ml100 {
  margin-left: 100px !important
}

.mb100 {
  margin-bottom: 100px !important
}

.pt100 {
  padding-top: 100px !important
}

.pr100 {
  padding-right: 100px !important
}

.pl100 {
  padding-left: 100px !important
}

.pb100 {
  padding-bottom: 100px !important
}

.mt105 {
  margin-top: 105px !important
}

.mr105 {
  margin-right: 105px !important
}

.ml105 {
  margin-left: 105px !important
}

.mb105 {
  margin-bottom: 105px !important
}

.pt105 {
  padding-top: 105px !important
}

.pr105 {
  padding-right: 105px !important
}

.pl105 {
  padding-left: 105px !important
}

.pb105 {
  padding-bottom: 105px !important
}

.mt110 {
  margin-top: 110px !important
}

.mr110 {
  margin-right: 110px !important
}

.ml110 {
  margin-left: 110px !important
}

.mb110 {
  margin-bottom: 110px !important
}

.pt110 {
  padding-top: 110px !important
}

.pr110 {
  padding-right: 110px !important
}

.pl110 {
  padding-left: 110px !important
}

.pb110 {
  padding-bottom: 110px !important
}

.mt115 {
  margin-top: 115px !important
}

.mr115 {
  margin-right: 115px !important
}

.ml115 {
  margin-left: 115px !important
}

.mb115 {
  margin-bottom: 115px !important
}

.pt115 {
  padding-top: 115px !important
}

.pr115 {
  padding-right: 115px !important
}

.pl115 {
  padding-left: 115px !important
}

.pb115 {
  padding-bottom: 115px !important
}

.mt120 {
  margin-top: 120px !important
}

.mr120 {
  margin-right: 120px !important
}

.ml120 {
  margin-left: 120px !important
}

.mb120 {
  margin-bottom: 120px !important
}

.pt120 {
  padding-top: 120px !important
}

.pr120 {
  padding-right: 120px !important
}

.pl120 {
  padding-left: 120px !important
}

.pb120 {
  padding-bottom: 120px !important
}

.mt125 {
  margin-top: 125px !important
}

.mr125 {
  margin-right: 125px !important
}

.ml125 {
  margin-left: 125px !important
}

.mb125 {
  margin-bottom: 125px !important
}

.pt125 {
  padding-top: 125px !important
}

.pr125 {
  padding-right: 125px !important
}

.pl125 {
  padding-left: 125px !important
}

.pb125 {
  padding-bottom: 125px !important
}

.mt130 {
  margin-top: 130px !important
}

.mr130 {
  margin-right: 130px !important
}

.ml130 {
  margin-left: 130px !important
}

.mb130 {
  margin-bottom: 130px !important
}

.pt130 {
  padding-top: 130px !important
}

.pr130 {
  padding-right: 130px !important
}

.pl130 {
  padding-left: 130px !important
}

.pb130 {
  padding-bottom: 130px !important
}

.mt135 {
  margin-top: 135px !important
}

.mr135 {
  margin-right: 135px !important
}

.ml135 {
  margin-left: 135px !important
}

.mb135 {
  margin-bottom: 135px !important
}

.pt135 {
  padding-top: 135px !important
}

.pr135 {
  padding-right: 135px !important
}

.pl135 {
  padding-left: 135px !important
}

.pb135 {
  padding-bottom: 135px !important
}

.mt140 {
  margin-top: 140px !important
}

.mr140 {
  margin-right: 140px !important
}

.ml140 {
  margin-left: 140px !important
}

.mb140 {
  margin-bottom: 140px !important
}

.pt140 {
  padding-top: 140px !important
}

.pr140 {
  padding-right: 140px !important
}

.pl140 {
  padding-left: 140px !important
}

.pb140 {
  padding-bottom: 140px !important
}

.mt145 {
  margin-top: 145px !important
}

.mr145 {
  margin-right: 145px !important
}

.ml145 {
  margin-left: 145px !important
}

.mb145 {
  margin-bottom: 145px !important
}

.pt145 {
  padding-top: 145px !important
}

.pr145 {
  padding-right: 145px !important
}

.pl145 {
  padding-left: 145px !important
}

.pb145 {
  padding-bottom: 145px !important
}

.mt150 {
  margin-top: 150px !important
}

.mr150 {
  margin-right: 150px !important
}

.ml150 {
  margin-left: 150px !important
}

.mb150 {
  margin-bottom: 150px !important
}

.pt150 {
  padding-top: 150px !important
}

.pr150 {
  padding-right: 150px !important
}

.pl150 {
  padding-left: 150px !important
}

.pb150 {
  padding-bottom: 150px !important
}

.mt155 {
  margin-top: 155px !important
}

.mr155 {
  margin-right: 155px !important
}

.ml155 {
  margin-left: 155px !important
}

.mb155 {
  margin-bottom: 155px !important
}

.pt155 {
  padding-top: 155px !important
}

.pr155 {
  padding-right: 155px !important
}

.pl155 {
  padding-left: 155px !important
}

.pb155 {
  padding-bottom: 155px !important
}

.mt160 {
  margin-top: 160px !important
}

.mr160 {
  margin-right: 160px !important
}

.ml160 {
  margin-left: 160px !important
}

.mb160 {
  margin-bottom: 160px !important
}

.pt160 {
  padding-top: 160px !important
}

.pr160 {
  padding-right: 160px !important
}

.pl160 {
  padding-left: 160px !important
}

.pb160 {
  padding-bottom: 160px !important
}

.mt165 {
  margin-top: 165px !important
}

.mr165 {
  margin-right: 165px !important
}

.ml165 {
  margin-left: 165px !important
}

.mb165 {
  margin-bottom: 165px !important
}

.pt165 {
  padding-top: 165px !important
}

.pr165 {
  padding-right: 165px !important
}

.pl165 {
  padding-left: 165px !important
}

.pb165 {
  padding-bottom: 165px !important
}

.mt170 {
  margin-top: 170px !important
}

.mr170 {
  margin-right: 170px !important
}

.ml170 {
  margin-left: 170px !important
}

.mb170 {
  margin-bottom: 170px !important
}

.pt170 {
  padding-top: 170px !important
}

.pr170 {
  padding-right: 170px !important
}

.pl170 {
  padding-left: 170px !important
}

.pb170 {
  padding-bottom: 170px !important
}

.mt175 {
  margin-top: 175px !important
}

.mr175 {
  margin-right: 175px !important
}

.ml175 {
  margin-left: 175px !important
}

.mb175 {
  margin-bottom: 175px !important
}

.pt175 {
  padding-top: 175px !important
}

.pr175 {
  padding-right: 175px !important
}

.pl175 {
  padding-left: 175px !important
}

.pb175 {
  padding-bottom: 175px !important
}

.mt180 {
  margin-top: 180px !important
}

.mr180 {
  margin-right: 180px !important
}

.ml180 {
  margin-left: 180px !important
}

.mb180 {
  margin-bottom: 180px !important
}

.pt180 {
  padding-top: 180px !important
}

.pr180 {
  padding-right: 180px !important
}

.pl180 {
  padding-left: 180px !important
}

.pb180 {
  padding-bottom: 180px !important
}

.mt185 {
  margin-top: 185px !important
}

.mr185 {
  margin-right: 185px !important
}

.ml185 {
  margin-left: 185px !important
}

.mb185 {
  margin-bottom: 185px !important
}

.pt185 {
  padding-top: 185px !important
}

.pr185 {
  padding-right: 185px !important
}

.pl185 {
  padding-left: 185px !important
}

.pb185 {
  padding-bottom: 185px !important
}

.mt190 {
  margin-top: 190px !important
}

.mr190 {
  margin-right: 190px !important
}

.ml190 {
  margin-left: 190px !important
}

.mb190 {
  margin-bottom: 190px !important
}

.pt190 {
  padding-top: 190px !important
}

.pr190 {
  padding-right: 190px !important
}

.pl190 {
  padding-left: 190px !important
}

.pb190 {
  padding-bottom: 190px !important
}

.mt195 {
  margin-top: 195px !important
}

.mr195 {
  margin-right: 195px !important
}

.ml195 {
  margin-left: 195px !important
}

.mb195 {
  margin-bottom: 195px !important
}

.pt195 {
  padding-top: 195px !important
}

.pr195 {
  padding-right: 195px !important
}

.pl195 {
  padding-left: 195px !important
}

.pb195 {
  padding-bottom: 195px !important
}

.mt200 {
  margin-top: 200px !important
}

.mr200 {
  margin-right: 200px !important
}

.ml200 {
  margin-left: 200px !important
}

.mb200 {
  margin-bottom: 200px !important
}

.pt200 {
  padding-top: 200px !important
}

.pr200 {
  padding-right: 200px !important
}

.pl200 {
  padding-left: 200px !important
}

.pb200 {
  padding-bottom: 200px !important
}

@media screen and (max-width:812px) {
  .mb0_sp {
    margin-bottom: 0px !important
  }

  .mb1_sp {
    margin-bottom: 1px !important
  }

  .mb2_sp {
    margin-bottom: 2px !important
  }

  .mb3_sp {
    margin-bottom: 3px !important
  }

  .mb4_sp {
    margin-bottom: 4px !important
  }

  .mb5_sp {
    margin-bottom: 5px !important
  }

  .mb6_sp {
    margin-bottom: 6px !important
  }

  .mb7_sp {
    margin-bottom: 7px !important
  }

  .mb8_sp {
    margin-bottom: 8px !important
  }

  .mb9_sp {
    margin-bottom: 9px !important
  }

  .mb10_sp {
    margin-bottom: 10px !important
  }

  .mb15_sp {
    margin-bottom: 15px !important
  }

  .mb20_sp {
    margin-bottom: 20px !important
  }

  .mb25_sp {
    margin-bottom: 25px !important
  }

  .mb30_sp {
    margin-bottom: 30px !important
  }

  .mb35_sp {
    margin-bottom: 35px !important
  }

  .mb40_sp {
    margin-bottom: 40px !important
  }

  .mb45_sp {
    margin-bottom: 45px !important
  }

  .mb50_sp {
    margin-bottom: 50px !important
  }

  .mb55_sp {
    margin-bottom: 55px !important
  }

  .mb60_sp {
    margin-bottom: 60px !important
  }

  .mb65_sp {
    margin-bottom: 65px !important
  }

  .mb70_sp {
    margin-bottom: 70px !important
  }

  .mb75_sp {
    margin-bottom: 75px !important
  }

  .mb80_sp {
    margin-bottom: 80px !important
  }

  .mb85_sp {
    margin-bottom: 85px !important
  }

  .mb90_sp {
    margin-bottom: 90px !important
  }

  .mb95_sp {
    margin-bottom: 95px !important
  }

  .mb100_sp {
    margin-bottom: 100px !important
  }

  .mb105_sp {
    margin-bottom: 105px !important
  }

  .mb110_sp {
    margin-bottom: 110px !important
  }

  .mb115_sp {
    margin-bottom: 115px !important
  }

  .mb120_sp {
    margin-bottom: 120px !important
  }

  .mb125_sp {
    margin-bottom: 125px !important
  }

  .mb130_sp {
    margin-bottom: 130px !important
  }

  .mb135_sp {
    margin-bottom: 135px !important
  }

  .mb140_sp {
    margin-bottom: 140px !important
  }

  .mb145_sp {
    margin-bottom: 145px !important
  }

  .mb150_sp {
    margin-bottom: 150px !important
  }

  .mb155_sp {
    margin-bottom: 155px !important
  }

  .mb160_sp {
    margin-bottom: 160px !important
  }

  .mb165_sp {
    margin-bottom: 165px !important
  }

  .mb170_sp {
    margin-bottom: 170px !important
  }

  .mb175_sp {
    margin-bottom: 175px !important
  }

  .mb180_sp {
    margin-bottom: 180px !important
  }

  .mb185_sp {
    margin-bottom: 185px !important
  }

  .mb190_sp {
    margin-bottom: 190px !important
  }

  .mb195_sp {
    margin-bottom: 195px !important
  }

  .mb200_sp {
    margin-bottom: 200px !important
  }
}

#hd {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: #fff
}

#hd .hd_top {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

#hd .hd_top .logo {
  font-size: 10px;
  top: 5px;
  width: 30.34%
}

#hd .hd_top .logo h1 {
  margin-bottom: 5px
}

#hd .hd_top .sub_actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 49.17%
}

#hd .hd_top .sub_actions.row-3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 65.17%
}

#hd .hd_top .sub_actions>li:first-child {
  width: 50.85%
}

#hd .hd_top .sub_actions.row-3>li:first-child {
  width: 38%
}

#hd .hd_top .sub_actions>li:nth-child(2) {
  width: 44.92%
}

#hd .hd_top .sub_actions.row-3>li:nth-child(2) {
  width: 29%
}

#hd .hd_top .sub_actions.row-3>li:nth-child(3) {
  width: 29%
}

#hd .hd_top .sub_actions .h_tel {
  text-align: center
}

#hd .hd_top .sub_actions .h_tel .tel_obi {
  background: #1458A8;
  font-size: 12px;
  line-height: 1.3;
  padding: 3px 8px;
  color: #fff;
  letter-spacing: -0.04em
}

#hd .hd_top .sub_actions .h_tel .tel_obi>span {
  color: #FFD800;
  font-weight: bold
}

#hd .hd_top .sub_actions .h_tel a {
  font-size: 37px;
  font-weight: bold;
  line-height: 1.2
}

#hd .hd_top .sub_actions .h_tel a img {
  margin-right: 5px
}

#hd .hd_top .sub_actions .h_btn a {
  display: block;
  opacity: 1;
  border-radius: 35px;
  box-shadow: 0px 5px 0px #000;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out
}

#hd .hd_top .sub_actions .h_btn a:hover {
  box-shadow: 0px 0 0px #222;
  transform: translateY(4px)
}

#hd .hd_top .sub_actions .h_btn a img {
  width: 100%;
  display: block
}

#hd .gnav {
  background: #dbdbdb
}

#hd .gnav>ul {
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 15px;
  display: flex;
  text-align: center;
  justify-content: space-between
}

#hd .gnav>ul>li {
  width: 20%
}

#hd .gnav>ul>li:last-child a:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background: #fff;
  right: 0
}

#hd .gnav>ul a {
  padding: 14px 10px;
  font-weight: bold;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center
}

#hd .gnav>ul a:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 1px;
  background: #fff
}

@media only screen and (max-width:1260px) {
  #hd .hd_top .sub_actions .h_tel .tel_obi {
    font-size: 1vw
  }

  #hd .hd_top .sub_actions .h_tel a {
    font-size: 2.9vw
  }

  #hd .hd_top .sub_actions .h_tel a img {
    max-width: 16px;
    margin-right: 3px
  }

  #hd .gnav>ul {
    font-size: 14px
  }
}

@media only screen and (max-width:767px) {
  #hd {
    position: fixed;
    height: 70px
  }

  #hd .gnav {
    display: none
  }

  #hd .hd_top {
    padding: 0
  }

  #hd .hd_top .sub_actions,
  #hd .hd_top .sub_actions.row-3 {
    display: none
  }

  #hd .hd_top .logo {
    position: absolute;
    top: 5px;
    left: 15px;
    width: calc(100% - 85px)
  }

  #hd .hd_top .logo h1 {
    margin-bottom: 0
  }

  #hd .hd_top .logo img {
    max-width: 210px
  }
}

#hd .btn_nav {
  width: 70px;
  height: 70px;
  background: #d93016;
  position: absolute;
  z-index: 999999999;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;
  display: none
}

#hd .btn_nav .btn_nav_inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  margin: auto;
  width: 28px;
  height: 28px
}

#hd .btn_nav hr {
  background: #fff;
  height: 2px;
  position: absolute;
  border: none;
  transform-origin: center center;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  margin: 0 auto;
  transition: 0.4s ease-in-out;
  transform: rotate(0deg)
}

#hd .btn_nav hr:first-child {
  top: 0px
}

#hd .btn_nav hr:nth-child(2) {
  top: 11px
}

#hd .btn_nav hr:nth-child(3) {
  top: 22px
}

#hd .btn_nav.opened hr:first-child {
  transform: rotate(45deg);
  top: 12px
}

#hd .btn_nav.opened hr:nth-child(2) {
  transform: scaleX(0);
  top: 12px
}

#hd .btn_nav.opened hr:nth-child(3) {
  transform: rotate(-45deg);
  top: 12px
}

#hd .gnav_sp {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  background: #d93016;
  color: #fff
}

#hd .gnav_sp>.gnav_sp_inner {
  padding-bottom: 150px;
  overflow-y: scroll;
  height: calc(100vh - 70px);
  position: relative;
  z-index: 9
}

#hd .gnav_sp .gnav_spnav {
  padding: 0 15px;
  background: #f7f7f7
}

#hd .gnav_sp .gnav_spnav a {
  display: block;
  font-weight: bold;
  font-size: 18px;
  padding: 20px 40px;
  border-bottom: 1px solid #cccccc;
  position: relative
}

#hd .gnav_sp .gnav_spnav a:before {
  content: "";
  display: block;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #d93016
}

#hd .links_area {
  padding: 40px 35px 0;
  max-width: 524px;
  margin: 0 auto
}

#hd .links_area .link_btn_tel .tel_block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  transform: translateY(-50%)
}

#hd .links_area .link_btn_tel .tel_block .tel_txt {
  font-size: 52px;
  margin-bottom: 10px
}

#hd .links_area .link_btn_tel .tel_block .tel_sub {
  font-size: 16px
}

#hd .links_area ul>li {
  margin-bottom: 25px
}

#hd .links_area ul>li>p:first-child {
  margin-bottom: 10px
}

#hd .links_area ul>li:last-child {
  margin-bottom: 0
}

#hd .links_area ul>li a {
  display: block;
  opacity: 1;
  position: relative;
  filter: drop-shadow(0px 5px 0px #000);
  transition: filter 0.4s ease-in-out
}

#hd .links_area ul>li a:hover {
  filter: drop-shadow(0px 0px 0px #000)
}

#hd .links_area .indent {
  font-size: 12px;
  font-weight: bold
}

@media only screen and (max-width:1260px) {
  #hd .links_area .link_btn_tel .tel_block .tel_txt {
    font-size: 4.5vw;
    margin-bottom: 5px
  }

  #hd .links_area .link_btn_tel .tel_block .tel_sub {
    font-size: 1.8vw
  }
}

@media only screen and (max-width:767px) {
  #hd .links_area .link_btn_tel .tel_block .tel_txt {
    font-size: 6.5vw
  }

  #hd .links_area .link_btn_tel .tel_block .tel_sub {
    font-size: 2.8vw
  }

  #hd .btn_nav {
    display: block
  }
}

.pagetop {
  position: fixed;
  right: 30px;
  bottom: 30px;
  transition: opacity 0.4s ease-in-out;
  opacity: 0;
  z-index: 99
}

.pagetop.scrolled {
  opacity: 1
}

@media only screen and (max-width:767px) {
  .pagetop {
    max-width: 50px;
    right: 10px;
    bottom: 10px
  }
}

#footer {
  margin-top: 120px
}

#footer .f_nav_block {
  text-align: center;
  padding: 37px 10px;
  background: #d93016
}

#footer .f_nav_block>ul {
  letter-spacing: -0.5em;
  line-height: 1.1
}

#footer .f_nav_block>ul>li {
  display: inline-block;
  letter-spacing: normal;
  vertical-align: middle
}

#footer .f_nav_block>ul a {
  display: block;
  padding: 3px 36px;
  color: #fff;
  border-right: 1px solid #fff
}

#footer .f_nav_block>ul>li:first-child a {
  border-left: 1px solid #fff
}

#footer .footer_bottom {
  padding: 30px 15px;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  flex-direction: row-reverse
}

#footer .footer_bottom>div:nth-child(2) {
  font-size: 12px;
  width: calc(100% - 250px)
}

#footer .footer_bottom>div:first-child {
  width: 190px
}

#footer .footer_bottom .f_sns {
  display: flex;
  justify-content: space-between
}

#footer .footer_bottom .f_sns>li {
  width: 23.69%
}

@media only screen and (max-width:1260px) {
  #footer .f_nav_block>ul a {
    padding: 3px 20px
  }
}

@media only screen and (max-width:767px) {
  #footer {
    margin-top: 100px
  }

  #footer .f_nav_block>ul {
    text-align: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
  }

  #footer .f_nav_block>ul>li {
    width: 47.23%
  }

  #footer .f_nav_block>ul>li:first-child,
  #footer .f_nav_block>ul>li:nth-child(2) {
    border-top: 1px solid rgba(255, 255, 255, 0.3)
  }

  #footer .f_nav_block>ul>li a {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 15px 10px
  }

  #footer .f_nav_block>ul>li:first-child a {
    border-left: 0
  }

  #footer .footer_bottom {
    padding: 16px 15px 25vw;
    display: block
  }

  #footer .footer_bottom>div:first-child {
    max-width: 125px;
    width: auto;
    margin: 0 auto 12px
  }

  #footer .footer_bottom>div:nth-child(2) {
    width: auto;
    text-align: center;
    font-size: 10px
  }

  #footer .footer_bottom .logo {
    max-width: 210px;
    margin: 0 auto
  }
}

.sp_fix_btn {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #fff;
  padding: 14px;
  display: none;
  opacity: 0;
  transition: opacity 0.4s ease-in-out
}

.sp_fix_btn>ul {
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}

.sp_fix_btn>ul>li {
  width: 48.65%
}

.sp_fix_btn>ul.row-3>li {
  width: 31.85%
}

.sp_fix_btn>ul .tel .tel_block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  transform: translateY(-50%)
}

.sp_fix_btn>ul .tel .tel_block .tel_icon {
  font-size: 3.5vw
}

.sp_fix_btn>ul.row-3 .tel .tel_block .tel_icon {
  font-size: 2.4vw
}

.sp_fix_btn>ul .tel .tel_block .tel_txt {
  font-size: 4.8vw
}

.sp_fix_btn>ul.row-3 .tel .tel_block .tel_txt {
  font-size: 3.6vw
}

.sp_fix_btn>ul .tel .tel_block img {
  max-width: 15px;
  margin-right: 5px
}

.sp_fix_btn>ul.row-3 .tel .tel_block img {
  max-width: 13px;
  margin-right: 5px
}

.sp_fix_btn>ul a {
  display: block;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 5px 0px #000;
  position: relative
}

.sp_fix_btn>ul img {
  width: 100%
}

@media only screen and (max-width:767px) {
  .sp_fix_btn {
    display: block;
    pointer-events: none
  }

  .sp_fix_btn.scrolled {
    pointer-events: all;
    opacity: 1
  }
}

.main_under {
  padding: 50px 15px;
  margin-bottom: 60px;
  background: #d93016
}

.main_under h2 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff
}

.main_under h2>span {
  font-size: 57.15%
}

@media only screen and (max-width:767px) {
  .main_under {
    margin-bottom: 40px
  }

  .main_under h2 {
    font-size: 28px
  }
}

#news .main_under,
#news_detail .main_under {
  background: #1458a8
}

.ttl_border {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 19px;
  margin-bottom: 40px
}

.ttl_border.ttl_border_color1 {
  color: #fff
}

.ttl_border.ttl_border_color1:before {
  background: #ffd800
}

.ttl_border:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  height: 5px;
  background: #d93016;
  width: 80px
}

@media only screen and (max-width:767px) {
  .ttl_border {
    font-size: 22px;
    margin-bottom: 20px
  }
}

.cat_links {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  gap: 1.3333333333%
}

.cat_links>li {
  width: 23%
}

.cat_links>li:not(:nth-child(-n+4)) {
  margin-top: 1.4%
}

.cat_links a {
  display: block;
  font-weight: bold;
  background: #fff;
  border: 1px solid #222222;
  border-radius: 60px;
  line-height: 1.2;
  padding: 13px 38px;
  position: relative
}

@media screen and (min-width:768px) {
  .cat_links.cat_links1col_pc {
    display: block
  }

  .cat_links.cat_links1col_pc>li {
    width: auto
  }

  .cat_links.cat_links1col_pc>li:not(:nth-child(-n+1)) {
    margin-top: 1.4%
  }
}

@media only screen and (max-width:767px) {
  .cat_links {
    gap: auto;
    justify-content: space-between
  }

  .cat_links>li {
    width: 48.62%
  }

  .cat_links>li:not(:nth-child(-n+2)) {
    margin-top: 2.76%
  }
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto
}

.alignright {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px
}

.alignleft {
  float: left;
  margin-right: 20px;
  margin-bottom: 20px
}

.wp-caption,
[class*=wp-image] {
  display: block;
  max-width: 100% !important;
  text-align: center
}

.wp-caption-text {
  margin-top: 0
}

#top_page .ttl {
  padding: 25px 15px;
  text-align: center;
  background: #d93016;
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  text-shadow: 0px 3px 0px #222
}

@media only screen and (max-width:767px) {
  #top_page .ttl {
    font-size: 22px;
    padding: 10px 15px
  }
}

.main {
  position: relative
}

.main .main_img img {
  width: 100%;
  height: 800px;
  object-fit: cover;
  object-position: center bottom
}

.main .txt_closed {
  background: #f7f7f7;
  padding: 40px 0 0;
}

.main .txt_closed div {
  width: min(800px, 90%);
  margin: 0 auto;
  text-align: center;
  color: #f00;
  border: 1px solid #f00;
  padding: 10px;
  box-sizing: border-box;
}

.main .main_txt {
  position: absolute;
  bottom: 0;
  left: 15px
}

.main .main_form,
.main .main_img_txt {
  position: absolute;
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 55
}

.main .main_form {
  pointer-events: none
}

.main .privacy_txt {
  color: #000;
  font-size: 12px
}

.main .privacy_txt a {
  text-decoration: underline;
  opacity: 1
}

.main .privacy_txt a:hover {
  text-decoration: none
}

.main .main_img_txt {
  z-index: 5
}

.main .main_img_block {
  position: relative
}

.main .main_img_txt img {
  position: absolute;
  bottom: 0;
  left: 15px;
  width: calc(100% - 380px)
}

.main .main_bnr {
  padding: 40px 0;
  background: #f7f7f7
}

.main .main_bnr #main_bnr_list {
  max-width: 920px;
  margin: 0 auto;
  padding: 0 60px;
  display: none
}

.main .main_bnr #main_bnr_list.slick-initialized {
  display: block
}

.main .main_bnr .gw{
  margin-bottom: 20px;
  color: #d93016;
  text-align: center;
  font-size:24px;
  font-weight: bold;
  line-height: 1.5;
}

@media only screen and (max-width:767px) {
  .main .main_bnr .gw{
    font-size: 1rem;
  }
}


.main .main_bnr #main_bnr_list .slick-arrow {
  background: url("../images/case/next.svg") no-repeat center center;
  width: 20px;
  height: 38px;
  background-size: contain;
  transition: opacity 0.4s ease-in-out;
  z-index: 99999
}

.main .main_bnr #main_bnr_list .slick-arrow:hover {
  opacity: 0.7
}

.main .main_bnr #main_bnr_list .slick-arrow.slick-prev {
  background: url("../images/case/prev.svg") no-repeat center center;
  background-size: contain;
  left: 15px
}

.main .main_bnr #main_bnr_list .slick-arrow:before {
  content: ""
}

.main .main_bnr #main_bnr_list .slick-arrow.slick-next {
  right: 15px
}

@media screen and (max-width:960px) and (min-width:768px) {
  .main .main_img_txt img {
    width: calc(100% - 309px)
  }
}

@media only screen and (max-width:767px) {
  .main .main_img_txt {
    display: none
  }

  .main .main_img img {
    height: auto
  }

  .main .main_bnr {
    padding: 20px 0
  }

  .main .main_form {
    position: static
  }

  .main .main_bnr #main_bnr_list {
    padding: 0 25px
  }

  .main .main_bnr #main_bnr_list .slick-arrow {
    width: 10px;
    height: 19px
  }

  .main .main_bnr #main_bnr_list .slick-arrow.slick-prev {
    left: 0
  }

  .main .main_bnr #main_bnr_list .slick-arrow.slick-next {
    right: 0
  }
}

#top_page .assessment {
  pointer-events: all;
  position: absolute;
  right: 15px;
  top: 25px;
  max-width: 450px;
  width: 100%
}

#top_page .assessment h2 {
  background: #d93016;
  padding: 10px 15px;
  text-align: center;
  color: #ffd800;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.2;
  border-bottom: 4px solid #222222
}

#top_page .assessment h2>span {
  display: inline-block;
  padding: 8px 15px;
  background: #fff;
  border-radius: 20px;
  margin-right: 7px;
  color: #222222
}

#top_page .assessment h2>span>span {
  color: #d93016
}

#top_page .assessment .error {
  color: #d93016;
  font-size: 12px
}

#top_page .assessment .file_name {
  font-size: 12px
}

#top_page .assessment .assessment_body {
  padding: 17px 20px;
  background: #fff
}

#top_page .assessment h3 {
  font-weight: bold;
  text-align: center;
  background: #ececec;
  padding: 5px 15px;
  margin-bottom: 10px
}

#top_page .assessment .step3 {
  display: none
}

#top_page .assessment .assessment_dl dl {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between
}

#top_page .assessment .assessment_dl dl>dt {
  width: 140px;
  font-weight: bold;
  letter-spacing: -0.06em
}

#top_page .assessment .assessment_dl dl>dt.tel_box {
  width: 200px;
}

#top_page .assessment .assessment_dl dl>dt>.s1 {
  font-size: 10px
}

#top_page .assessment .assessment_dl dl>dd {
  width: calc(100% - 140px)
}

#top_page .assessment .assessment_dl dl:last-child {
  margin-bottom: 0
}

#top_page .assessment .assessment_dl dl.upload>dt {
  width: 210px
}

#top_page .assessment .assessment_dl dl.upload>dd {
  width: calc(100% - 210px)
}

#top_page .assessment .assessment_dl .any,
#top_page .assessment .assessment_dl .required {
  display: inline-block;
  background: #ff0000;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  padding: 4px 4px;
  line-height: 1;
  margin-left: 6px;
  color: #fff
}

#top_page .assessment .assessment_dl .any {
  background: #ececec;
  color: #222222
}

#top_page .assessment .assessment_btn button {
  border: 0;
  background: #ffd800;
  padding: 20px 15px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  cursor: pointer;
  border-radius: 40px;
  box-shadow: 0px 5px 0px #222;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out
}

#top_page .assessment .assessment_btn button:hover {
  box-shadow: 0px 0px 0px #222;
  transform: translateY(4px)
}

#top_page .assessment .red_color {
  font-size: 12px;
  font-weight: bold;
  color: #d93016
}

#top_page .assessment .upload_area {
  border: 1px solid #aaaaaa;
  background: #ececec;
  padding: 4px 15px;
  text-align: center;
  position: relative
}

#top_page .assessment .upload_area .upload_title {
  font-size: 12px
}

#top_page .assessment .upload_area .upload_title>span {
  margin-right: 6px
}

#top_page .assessment .upload_area #upload {
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9;
  display: block;
  background: none;
  width: 100%;
  cursor: pointer
}

#top_page .assessment .upload_area #upload::-webkit-file-upload-button {
  cursor: pointer
}

@media screen and (max-width:960px) and (min-width:768px) {
  #top_page .assessment {
    max-width: 370px
  }

  #top_page .assessment h2 {
    font-size: 18px
  }

  #top_page .assessment .assessment_dl dl.upload>dt {
    width: 160px
  }

  #top_page .assessment .assessment_dl dl.upload>dd {
    width: calc(100% - 170px)
  }

  #top_page .assessment .assessment_btn button {
    font-size: 16px
  }
}

@media only screen and (max-width:767px) {
  #top_page .assessment {
    position: static;
    max-width: 100%
  }

  #top_page .assessment h2 {
    font-size: 20px;
    position: relative
  }

  #top_page .assessment h2:before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 50%;
    bottom: 0;
    background: url("../images/assessment_arrow.svg") no-repeat center center;
    background-size: contain;
    transform: translate(-50%, 100%)
  }

  #top_page .assessment .assessment_body {
    padding: 30px 30px 60px
  }

  #top_page .assessment h3 {
    font-size: 22px;
    padding-top: 0;
    padding-bottom: 10px;
    margin-bottom: 10px;
    background: none;
    border-bottom: 2px solid #d93016
  }

  #top_page .assessment .assessment_dl dl {
    display: block
  }

  #top_page .assessment .assessment_dl dl>dt {
    width: auto;
    margin-bottom: 8px
  }

  #top_page .assessment .assessment_dl dl>dd {
    width: auto
  }

  #top_page .assessment .step2 {
    display: none
  }

  #top_page .assessment .assessment_btn button {
    font-size: 18px
  }

  #top_page .assessment .assessment_dl dl.upload>dt {
    width: auto
  }

  #top_page .assessment .assessment_dl dl.upload>dd {
    width: auto
  }
}

#top_page .vendor {
  padding: 100px 0 120px;
  background: url("../images/vendor_bg.jpg") no-repeat center center;
  background-size: cover
}

#top_page .vendor .vendor_list {
  display: flex;
  justify-content: space-between
}

#top_page .vendor .vendor_list li {
  width: 23.09%;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2)
}

#top_page .vendor .vendor_list li a {
  display: block;
  opacity: 1
}

#top_page .vendor .vendor_list li a:hover .img img {
  transform: scale(1.05)
}

#top_page .vendor .vendor_list li h3 {
  padding: 15px 15px;
  background: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 24px
}

#top_page .vendor .vendor_list .img {
  overflow: hidden
}

#top_page .vendor .vendor_list .img img {
  width: 100%;
  transition: transform 0.4s ease-in-out
}

@media only screen and (max-width:767px) {
  #top_page .vendor {
    padding: 30px 0 70px
  }

  #top_page .vendor .vendor_ttl img {
    width: 75%
  }

  #top_page .vendor .vendor_list {
    padding: 0 40px;
    display: none
  }

  #top_page .vendor .vendor_list.slick-initialized {
    display: block
  }

  #top_page .vendor .vendor_list li h3 {
    font-size: 18px;
    padding: 8px 15px
  }

  #top_page .vendor .slick-arrow {
    width: 10px;
    height: 19px;
    background: url("../images/next.svg") no-repeat center center;
    background-size: contain;
    transition: opacity 0.4s ease-in-out;
    z-index: 99999
  }

  #top_page .vendor .slick-arrow:hover {
    opacity: 0.7
  }

  #top_page .vendor .slick-arrow.slick-prev {
    background: url("../images/prev.svg") no-repeat center center;
    background-size: contain;
    left: 15px;
    z-index: 99999
  }

  #top_page .vendor .slick-arrow.slick-next {
    right: 15px
  }

  #top_page .vendor .slick-arrow:before {
    content: ""
  }
}

#top_page .shoplist {
  padding: 120px 0;
  background: #f7f7f7;
}

#top_page .shoplist .shoplist_articles>article {
  width: 100%;
  background-color: #fff;
  border: 1px solid #cccccc;
  margin-bottom: 60px
}

#top_page .shoplist .shoplist_articles a {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 2.495%;
  padding: 18px
}

#top_page .shoplist .shoplist_articles a>div:first-child{
  width: 46.56%
}

#top_page .shoplist .shoplist_articles a>div:nth-child(2){
  width: 50%
}

#top_page .shoplist .shoplist_articles a .img img{
  width: 100%
}

#top_page .shoplist .shoplist_articles h2 {
    font-size: 18px;
    border-left: 5px solid #d93016;
    font-weight: bold;
    padding-left: 11px;
    line-height: 1.4;
    margin-bottom: 23px
}

#top_page .shoplist .shoplist_articles .shoplist_address {
  margin-bottom: 1.4em
}

#top_page .shoplist .shoplist_articles .shoplist_dl dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px
}

#top_page .shoplist .shoplist_articles .shoplist_dl dl:last-child {
  margin-bottom: 0
}

#top_page .shoplist .shoplist_articles .shoplist_dl dl dt {
  width: 110px;
  text-align: center;
  background: #ececec;
  padding: 4px 10px
}

#top_page .shoplist .shoplist_articles .shoplist_dl dl dd {
  width: calc(100% - 125px);
  position: relative;
  top: 2px
}

@media only screen and (max-width:767px) {
  #top_page .shoplist {
    padding: 25px 0 50px
  }

  #top_page .shoplist .shoplist_articles a>div:first-child,
  #top_page .shoplist .shoplist_articles a>div:nth-child(2){
    width: 100%;
    margin-bottom: 25px
  }
}


#top_page .expensive .expensive_ttl img {
  position: relative;
  z-index: 9
}

#top_page .expensive .expensive_ttl>span {
  display: inline-block;
  position: relative
}

#top_page .expensive .expensive_ttl>span:before {
  content: "";
  display: block;
  background: url("../images/expensive_icon.png") no-repeat left center;
  background-size: contain;
  width: 141px;
  height: 128px;
  position: absolute;
  left: 0;
  top: -15px;
  transform: translateX(-100%)
}

#top_page .expensive .expensive_articles>article {
  border: 2px solid #d93016;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2)
}

#top_page .expensive .expensive_articles>article:last-child {
  margin-bottom: 0
}

#top_page .expensive .expensive_articles>article:nth-child(odd) {
  flex-direction: row-reverse
}

#top_page .expensive .expensive_articles>article>div {
  position: relative
}

#top_page .expensive .expensive_articles>article>div:first-child {
  width: 45%
}

#top_page .expensive .expensive_articles>article>div:nth-child(2) {
  width: 45.84%;
  padding: 25px 40px;
  display: flex;
  margin-right: auto;
  align-items: center
}

#top_page .expensive .expensive_articles>article h3 {
  font-size: 26px;
  font-weight: bold;
  padding-bottom: 30px;
  margin-bottom: 35px;
  border-bottom: 1px solid #cccccc;
  color: #d93016
}

#top_page .expensive .expensive_articles>article .point {
  position: absolute;
  left: 20px;
  bottom: 15px;
  font-size: 100px;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.75);
  line-height: 1
}

#top_page .expensive .expensive_articles>article .point_img {
  height: 100%
}

#top_page .expensive .expensive_articles>article .point_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center
}

@media only screen and (max-width:767px) {
  #top_page .expensive .expensive_ttl>span {
    width: 75%;
    margin: 0 auto
  }

  #top_page .expensive .expensive_ttl>span:before {
    max-width: 80px;
    height: 69px;
    left: 22px
  }

  #top_page .expensive .expensive_articles>article {
    display: block;
    margin-bottom: 30px
  }

  #top_page .expensive .expensive_articles>article>div:first-child {
    width: auto
  }

  #top_page .expensive .expensive_articles>article>div:nth-child(2) {
    width: auto;
    padding: 25px 20px
  }

  #top_page .expensive .expensive_articles>article h3 {
    font-size: 20px;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px
  }

  #top_page .expensive .expensive_articles>article .point {
    font-size: 80px
  }
}

#top_page .company {
  padding: 120px 0;
  background: #f7f7f7
}

#top_page .company .company_ttl>span {
  display: inline-block;
  position: relative
}

#top_page .company .company_ttl>span:before {
  content: "";
  display: block;
  background: url("../images/company_icon.png") no-repeat left center;
  background-size: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  right: 0;
  top: -15px;
  transform: translateX(100%)
}

#top_page .company .company_articles>article {
  margin-bottom: 50px
}

#top_page .company .company_articles>article:last-child {
  margin-bottom: 0
}

#top_page .company .company_articles h3 {
  background: var(--bg-color);
  padding: 15px 15px;
  text-align: center;
  color: var(--bg-color);
  font-size: 28px;
  font-weight: bold;
  text-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, -2px 2px 0 #fff, 2px -2px 0 #fff, 0px 2px 0 #fff, 0 -2px 0 #fff, -2px 0 0 #fff, 2px 0 0 #fff, #000 0px 5px
}

#top_page .company .company_articles .company_block {
  padding: 50px 50px;
  background: #fff;
  display: flex;
  justify-content: space-between
}

#top_page .company .company_articles .company_block>div:first-child {
  width: 27.64%;
  text-align: center
}

#top_page .company .company_articles .company_block>div:nth-child(2) {
  width: 61.82%;
  background: url("../images/company_bg.png") no-repeat center left;
  background-size: cover;
  padding: 35px;
  display: flex;
  justify-content: space-between
}

#top_page .company .company_articles .company_block>div:nth-child(2)>div:first-of-type {
  width: 60.3%
}

#top_page .company .company_articles .company_block>div:nth-child(2)>div:nth-of-type(2) {
  width: 24.27%
}

#top_page .company .company_articles .company_block h4 {
  margin-bottom: 15px;
  font-size: 25px;
  font-weight: bold;
  line-height: 1.5;
  color: #fff;
  text-shadow: 3px 3px 0 var(--bg-color), -3px -3px 0 var(--bg-color), -3px 3px 0 var(--bg-color), 3px -3px 0 var(--bg-color), 0px 3px 0 var(--bg-color), 0 -3px 0 var(--bg-color), -3px 0 0 var(--bg-color), 3px 0 0 var(--bg-color)
}

@media only screen and (max-width:960px) {
  #top_page .company .company_articles .company_block h4 {
    font-size: 21px
  }
}

@media only screen and (max-width:767px) {
  #top_page .company {
    padding: 25px 0 50px
  }

  #top_page .company .company_ttl>span:before {
    content: none
  }

  #top_page .company .company_articles h3 {
    font-size: 23px
  }

  #top_page .company .company_articles .company_block h4 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 20px;
    width: 100%
  }

  #top_page .company .company_articles .company_block {
    display: block;
    padding: 25px 15px
  }

  #top_page .company .company_articles .company_block>div:first-child {
    width: auto;
    max-width: 55%;
    margin: 0 auto 25px
  }

  #top_page .company .company_articles .company_block>div:nth-child(2) {
    width: auto;
    flex-wrap: wrap;
    padding: 20px;
    flex-direction: row-reverse;
    max-width: 550px;
    margin: 0 auto
  }

  #top_page .company .company_articles .company_block>div:nth-child(2)>div:nth-of-type(2) {
    width: 34.27%
  }
}

#top_page .purchase {
  padding: 120px 0;
  background: #d93016
}

#top_page .purchase .inner {
  position: relative
}

#top_page .purchase .bg_list>li {
  position: absolute;
  width: 27.5%
}

#top_page .purchase .bg_list>li:first-child {
  top: 60px;
  right: -90px
}

#top_page .purchase .bg_list>li:nth-child(2) {
  bottom: 60px;
  left: -180px
}

#top_page .purchase .purchase_ttl {
  text-align: center
}

#top_page .purchase #purchase_slider {
  display: none;
  position: relative;
  z-index: 9
}

#top_page .purchase #purchase_slider.slick-initialized {
  display: block
}

#top_page .purchase #purchase_slider .slick-track {
  display: flex
}

#top_page .purchase #purchase_slider .slick-slide {
  height: auto !important
}

#top_page .purchase #purchase_slider .slick-slide a,
#top_page .purchase #purchase_slider .slick-slide li,
#top_page .purchase #purchase_slider .slick-slide>div {
  height: 100%
}

#top_page .purchase #purchase_slider .slick-arrow {
  width: 20px;
  height: 38px;
  background: url("../images/next.svg") no-repeat center center;
  background-size: contain;
  transition: opacity 0.4s ease-in-out;
  z-index: 99999
}

#top_page .purchase #purchase_slider .slick-arrow:hover {
  opacity: 0.7
}

#top_page .purchase #purchase_slider .slick-arrow.slick-prev {
  background: url("../images/prev.svg") no-repeat center center;
  background-size: contain
}

#top_page .purchase #purchase_slider .slick-arrow:before {
  content: ""
}

#top_page .purchase #purchase_slider a {
  display: block;
  padding: 20px;
  background: #fff;
  opacity: 1
}

#top_page .purchase #purchase_slider a:hover .img img {
  transform: scale(1.05)
}

#top_page .purchase #purchase_slider .img {
  margin-bottom: 30px;
  overflow: hidden
}

#top_page .purchase #purchase_slider .img img {
  transition: transform 0.4s ease-in-out;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1/0.7
}

#top_page .purchase #purchase_slider h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px
}

#top_page .purchase #purchase_slider .slick-slide {
  padding: 0 15px
}

#top_page .purchase #purchase_slider .dl_block dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px
}

#top_page .purchase #purchase_slider .dl_block dl:last-child {
  margin-bottom: 0
}

#top_page .purchase #purchase_slider .dl_block dl dt {
  width: 110px;
  background: #ececec;
  text-align: center;
  padding: 5px 10px
}

#top_page .purchase #purchase_slider .dl_block dl dd {
  width: calc(100% - 130px)
}

#top_page .purchase #purchase_slider .dl_block dl.price_dl dt {
  font-weight: bold;
  background: #d93016;
  color: #fff
}

#top_page .purchase #purchase_slider .dl_block dl.price_dl dd {
  color: #d93016;
  font-weight: bold
}

#top_page .purchase #purchase_slider .dl_block dl.price_dl dd>span {
  font-size: 200%
}

@media only screen and (max-width:960px) {
  #top_page .purchase #purchase_slider .slick-arrow {
    width: 10px;
    height: 19px
  }

  #top_page .purchase #purchase_slider .slick-arrow.slick-prev {
    left: -3px
  }

  #top_page .purchase #purchase_slider .slick-arrow.slick-next {
    right: -3px
  }
}

@media only screen and (max-width:767px) {
  #top_page .purchase {
    padding: 50px 0
  }

  #top_page .purchase .bg_list>li {
    width: 46.5%
  }

  #top_page .purchase .bg_list>li:nth-child(2) {
    left: -105px
  }
}

#top_page .voice {
  padding: 120px 0 120px;
  background: #f7f7f7
}

#top_page .voice .voice_ttl>span {
  display: inline-block;
  position: relative
}

#top_page .voice .voice_ttl>span:before {
  content: "";
  display: block;
  width: 121px;
  height: 120px;
  background: url("../images/voice_icon.png") no-repeat left top;
  background-size: contain;
  position: absolute;
  left: -15px;
  top: -61px;
  transform: translateX(-100%)
}

#top_page .voice .voice_articles>article {
  background: #fff;
  border: 1px solid #cccccc;
  padding: 30px 45px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px
}

#top_page .voice .voice_articles>article:last-child {
  margin-bottom: 0
}

#top_page .voice .voice_articles>article>div:first-child {
  width: 215px
}

#top_page .voice .voice_articles>article>div:nth-child(2) {
  width: calc(100% - 260px)
}

#top_page .voice .voice_articles>article dl {
  display: flex;
  justify-content: space-between;
  align-items: center
}

#top_page .voice .voice_articles>article dl>dt {
  width: 46.52%
}

#top_page .voice .voice_articles>article dl>dd {
  width: 37.21%;
  text-align: center
}

#top_page .voice .voice_articles>article dl .icon {
  background: #1458a8;
  color: #fff;
  text-align: center;
  font-size: 14px;
  padding: 7px 15px;
  border-radius: 18px;
  margin-bottom: 7px
}

@media only screen and (max-width:767px) {
  #top_page .voice {
    padding: 50px 0 60px
  }

  #top_page .voice .voice_ttl>span {
    width: 49%;
    margin: 0 auto
  }

  #top_page .voice .voice_ttl>span:before {
    width: 81px;
    height: 68px;
    top: -25px
  }

  #top_page .voice .voice_articles>article {
    padding: 20px
  }

  #top_page .voice .voice_articles>article>div:first-child {
    width: 100px
  }

  #top_page .voice .voice_articles>article>div:nth-child(2) {
    width: calc(100% - 130px)
  }

  #top_page .voice .voice_articles>article dl {
    display: block
  }

  #top_page .voice .voice_articles>article dl>dt {
    width: auto;
    margin-bottom: 10px
  }

  #top_page .voice .voice_articles>article dl>dd {
    width: auto
  }
}

#top_page .step .inner {
  max-width: 1366px
}

#top_page .step .step_list {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}

#top_page .step .step_list>li {
  width: 23.75%;
  border: 1px solid #cccccc;
  border-top: 0;
  text-align: center;
  position: relative
}

#top_page .step .step_list>li:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 23.5px 0 23.5px 20px;
  border-color: transparent transparent transparent #d93016;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(100%)
}

#top_page .step .step_list>li:last-child:before {
  content: none
}

#top_page .step .step_list .step_head h3 {
  margin: 0 -1px;
  padding: 5px 10px;
  background: #d93016;
  color: #fff;
  font-weight: bold;
  text-align: center
}

#top_page .step .step_list .step_head h3>span {
  font-size: 187%
}

#top_page .step .step_list .step_body {
  font-weight: bold;
  font-size: 22px;
  padding: 40px 15px
}

#top_page .step .step_list .step_body .img {
  margin-bottom: 25px
}

@media only screen and (max-width:767px) {
  #top_page .step .step_list {
    display: block
  }

  #top_page .step .step_list>li {
    width: auto;
    margin-bottom: 15px
  }

  #top_page .step .step_list .step_body {
    display: flex;
    align-items: center;
    font-size: 16px;
    padding: 20px 35px
  }

  #top_page .step .step_list .step_body .img {
    margin-bottom: 0;
    width: 35.49%
  }

  #top_page .step .step_list .step_body .img+p {
    width: 60%
  }

  #top_page .step .step_list>li:before {
    border-width: 14px 16.5px 0 16.5px;
    border-color: #d93016 transparent transparent transparent;
    left: 50%;
    right: auto;
    top: auto;
    bottom: 0;
    transform: translate(-50%, 100%)
  }

  #top_page .step .step_list>li:last-child:before {
    content: none
  }
}

#top_page .news {
  padding: 100px 0 120px;
  background: #f7f7f7
}

#top_page .news .inner {
  max-width: 1366px
}

#top_page .news .ttl {
  background: #1458a8
}

#top_page .news .news_articles {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

#top_page .news .news_articles>article {
  width: 48.75%
}

#top_page .news .news_articles>article:not(:nth-child(-n+2)) {
  margin-top: 30px
}

#top_page .news .news_articles a {
  display: block;
  border: 1px solid #dddddd;
  background: #fff;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  position: relative
}

#top_page .news .news_articles a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 12px;
  border-color: transparent transparent transparent #d93016;
  position: absolute;
  right: 20px;
  bottom: 20px
}

#top_page .news .news_articles a .img img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  aspect-ratio: 1/0.66
}

#top_page .news .news_articles a>div:first-child {
  width: 37.94%
}

#top_page .news .news_articles a>div:nth-child(2) {
  width: 56.73%;
  padding-top: 15px;
  padding-right: 30px
}

#top_page .news .news_articles time {
  font-size: 14px;
  color: #333333
}

@media only screen and (max-width:767px) {
  #top_page .news {
    padding: 50px 0
  }

  #top_page .news .news_articles {
    display: block
  }

  #top_page .news .news_articles>article {
    width: auto
  }

  #top_page .news .news_articles>article:not(:nth-child(-n+1)) {
    margin-top: 10px
  }

  #top_page .news .news_articles a>div:nth-child(2) {
    padding-top: 0
  }

  #top_page .news .news_articles a:before {
    border-width: 5px 0 5px 8px;
    border-color: transparent transparent transparent #d93016
  }
}

#top_page .faq .inner {
  max-width: 1366px
}

#top_page .faq .faq_dl {
  max-width: 1200px;
  margin: 0 auto
}

#top_page .faq .faq_dl dl {
  border: 1px solid #cccccc;
  margin-bottom: 30px
}

#top_page .faq .faq_dl dl:last-child {
  margin-bottom: 0
}

#top_page .faq .faq_dl dt {
  padding: 30px 85px;
  position: relative;
  font-size: 20px;
  cursor: pointer;
  font-weight: bold;
  transition: opacity 0.4s ease-in-out
}

#top_page .faq .faq_dl dt:hover {
  opacity: 0.7
}

#top_page .faq .faq_dl dt.active .icon:after {
  opacity: 0
}

#top_page .faq .faq_dl dt:before {
  content: "Q.";
  display: block;
  position: absolute;
  left: 50px;
  top: 30px
}

#top_page .faq .faq_dl dt .icon {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  display: block
}

#top_page .faq .faq_dl dt .icon:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  transform: translateY(-50%);
  height: 2px;
  background: #d93016
}

#top_page .faq .faq_dl dt .icon:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background: #d93016;
  transition: opacity 0.4s ease-in-out
}

#top_page .faq .faq_dl dd {
  background: #f7f7f7;
  padding: 30px 85px;
  color: #222222;
  display: none
}

#top_page .faq .faq_dl dd a {
  color: #d93016;
  text-decoration: underline;
  opacity: 1
}

#top_page .faq .faq_dl dd a:hover {
  text-decoration: none
}

@media only screen and (max-width:767px) {
  #top_page .faq .faq_dl dl {
    margin-bottom: 10px
  }

  #top_page .faq .faq_dl dt {
    padding: 15px 44px;
    font-size: 16px
  }

  #top_page .faq .faq_dl dt:before {
    left: 20px;
    top: 13px
  }

  #top_page .faq .faq_dl dd {
    padding: 15px 44px
  }

  #top_page .faq .faq_dl dt .icon {
    width: 20px;
    height: 20px;
    right: 20px
  }
}

#thanks .thanks h2 {
  font-size: 25px;
  font-weight: bold
}

@media only screen and (max-width:767px) {
  #thanks .thanks h2 {
    font-size: 22px
  }
}

#privacypolicy .privacypolicy .privacy_list dl {
  margin-bottom: 30px
}

#privacypolicy .privacypolicy .privacy_list dl:last-child {
  margin-bottom: 0
}

#privacypolicy .privacypolicy .privacy_list h2 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 19px;
  border-left: 5px solid #D93016;
  margin-bottom: 15px
}

#flow .flow .flow_articles {
  display: flex;
  justify-content: space-between
}

#flow .flow .flow_articles>article {
  border: 1px solid #cccccc;
  width: 24%;
  position: relative
}

#flow .flow .flow_articles>article:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 11.5px 0 11.5px 13px;
  border-color: transparent transparent transparent #d93016;
  display: block;
  position: absolute;
  right: -1px;
  top: 50%;
  transform: translate(100%, -50%)
}

#flow .flow .flow_articles>article:last-child:before {
  content: none
}

#flow .flow .flow_articles .article_head {
  padding: 11px 15px;
  margin: -1px;
  background: #d93016;
  text-align: center;
  color: #fff
}

#flow .flow .flow_articles .article_head h2 {
  font-weight: bold
}

#flow .flow .flow_articles .article_head h2>span {
  font-size: 171.43%
}

#flow .flow .flow_articles .article_body {
  padding: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

#flow .flow .flow_articles .article_body>div:first-child {
  width: 34.38%
}

#flow .flow .flow_articles .article_body>div:nth-child(2) {
  width: 53.13%
}

#flow .flow .flow_articles h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  min-height: 3em;
  display: flex;
  align-items: end
}

#flow .flow .flow_articles .check {
  max-width: 170px;
  margin: 0 auto;
  text-align: center
}

#flow .flow .flow_articles .check a {
  display: block;
  background: #ffd800;
  padding: 10px 15px;
  font-weight: bold;
  border-radius: 46px
}

#flow .flow .flow_articles .check a>span {
  display: inline-block;
  position: relative;
  padding-right: 15px
}

#flow .flow .flow_articles .check a>span:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #d93016 transparent transparent transparent;
  right: 0;
  top: 50%;
  transform: translateY(-50%)
}

#flow .flow .flow_content {
  padding: 60px 0 100px;
  background: #f7f7f7;
  margin-bottom: -120px
}

#flow .flow .flow_content .flow_content_blocks {
  position: relative
}

#flow .flow .flow_content .flow_content_blocks .contact_link {
  margin: -40px -20px;
  margin-top: 0;
  padding: 50px 40px
}

#flow .flow .flow_content .flow_content_blocks .contact_link .inner {
  padding: 0
}

#flow .flow .flow_content .flow_content_blocks:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  transform: translateX(-50%);
  width: 100px;
  background: #dddddd
}

#flow .flow .flow_content .flow_content_blocks>div {
  margin-bottom: 40px;
  position: relative;
  z-index: 9
}

#flow .flow .flow_content .flow_content_blocks>div:last-child {
  margin-bottom: 0
}

#flow .flow .flow_content .flow_content_blocks .flow_content_head {
  padding: 11px 15px;
  margin: -1px;
  background: #d93016;
  text-align: center;
  color: #fff
}

#flow .flow .flow_content .flow_content_blocks .flow_content_head h2 {
  font-weight: bold
}

#flow .flow .flow_content .flow_content_blocks .flow_content_head h2>span {
  font-size: 171.43%
}

#flow .flow .flow_content .flow_content_blocks .flow_content_body {
  background: #ffffff;
  padding: 20px 20px;
  border: 1px solid #cccccc
}

#flow .flow .flow_content .flow_content_blocks .flow_content_body h3 {
  color: #222222;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 16px
}

#flow .flow .flow_content .flow_content_blocks .img_txt_block {
  display: flex;
  justify-content: space-between
}

#flow .flow .flow_content .flow_content_blocks .img_txt_block .img img {
  width: 100%
}

#flow .flow .flow_content .flow_content_blocks .img_txt_block>div:first-child {
  width: 27.64%
}

#flow .flow .flow_content .flow_content_blocks .img_txt_block>div:nth-child(2) {
  width: 69.09%
}

#flow .flow #step1 {
  margin-bottom: 60px
}

@media screen and (min-width:768px) {
  #flow .flow .contact_link .links {
    margin-bottom: 40px !important
  }
}

@media screen and (min-width:641px) and (max-width:960px) {
  #flow .flow .flow_articles .article_body {
    display: block;
    text-align: center
  }

  #flow .flow .flow_articles .article_body>div:first-child {
    width: auto
  }

  #flow .flow .flow_articles .article_body>div:nth-child(2) {
    width: auto
  }

  #flow .flow .flow_articles h3 {
    font-size: 16px;
    justify-content: center
  }

  #flow .flow .flow_articles>article:before {
    border-width: 8.5px 0 8.5px 9px
  }
}

@media only screen and (max-width:767px) {
  #flow .flow {
    margin-bottom: -100px
  }

  #flow .flow .flow_content .flow_content_blocks .contact_link {
    padding: 45px 30px
  }
}

@media screen and (max-width:640px) {
  #flow .flow .flow_articles {
    display: block
  }

  #flow .flow .flow_articles>article {
    width: auto;
    margin-bottom: 15px
  }

  #flow .flow .flow_articles>article:last-child {
    margin-bottom: 0
  }

  #flow .flow .flow_articles .article_body>div:first-child {
    width: 110px
  }

  #flow .flow .flow_articles .article_body>div:nth-child(2) {
    width: calc(100% - 150px)
  }

  #flow .flow .flow_articles h3 {
    min-height: auto;
    text-align: center;
    display: block
  }

  #flow .flow .flow_articles>article:before {
    border-width: 14px 16.5px 0 16.5px;
    border-color: #d93016 transparent transparent transparent;
    right: auto;
    top: auto;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 100%)
  }
}

@media screen and (max-width:480px) {
  #flow .flow .flow_content .flow_content_blocks .img_txt_block {
    display: block
  }

  #flow .flow .flow_content .flow_content_blocks .img_txt_block>div:first-child {
    width: auto;
    margin-bottom: 20px
  }

  #flow .flow .flow_content .flow_content_blocks .img_txt_block>div:nth-child(2) {
    width: auto
  }
}

#shoplist .shoplist .shoplist_articles {
  display: flex;
  flex-wrap: wrap;
  gap: 2.495%
}

#shoplist .shoplist .shoplist_articles>article {
  width: 31.67%;
  margin-bottom: 40px
}

#shoplist .shoplist .shoplist_articles a {
  display: block;
  padding: 18px;
  opacity: 1;
  border: 2px solid #cccccc
}

#shoplist .shoplist .shoplist_articles a:hover .img img {
  transform: scale(1.05)
}

#shoplist .shoplist .shoplist_articles .img {
  margin-bottom: 15px;
  overflow: hidden
}

#shoplist .shoplist .shoplist_articles .img img {
  width: 100%;
  aspect-ratio: 1/0.6;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease-in-out
}

#shoplist .shoplist .shoplist_articles h2 {
  font-size: 18px;
  font-weight: bold;
  padding-left: 18px;
  padding-right: 30px;
  line-height: 1.4;
  border-left: 5px solid #d93016;
  position: relative
}

#shoplist .shoplist .shoplist_articles h2:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 9px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #d93016
}

@media only screen and (max-width:960px) {
  #shoplist .shoplist .shoplist_articles {
    justify-content: space-between;
    gap: 0
  }

  #shoplist .shoplist .shoplist_articles>article {
    width: 49%;
    margin-bottom: 2%
  }
}

@media screen and (max-width:480px) {
  #shoplist .shoplist .shoplist_articles {
    display: block
  }

  #shoplist .shoplist .shoplist_articles>article {
    width: auto;
    margin-bottom: 6%
  }

  #shoplist .shoplist .shoplist_articles>article:last-child {
    margin-bottom: 0
  }
}

#shoplist_detail .shoplist_detail {
  padding-top: 20px
}

#shoplist_detail .shoplist_detail .shoplist_block {
  padding: 18px;
  border: 2px solid #cccccc
}

#shoplist_detail .shoplist_detail .shoplist_block .title_l{
  font-size: 27px;
  letter-spacing: 0.25em;
  color: #FFF;
  font-weight: 600;
  text-align: center;
  padding: 18px;
  margin-bottom: 30px;
  background-color: #d93016
}

#shoplist_detail .shoplist_detail .shoplist_layout  {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px
}

#shoplist_detail .shoplist_detail .shoplist_layout>div:first-child {
  width: 50%
}

#shoplist_detail .shoplist_detail .shoplist_layout>div:nth-child(2) {
  width: 46.56%
}

#shoplist_detail .shoplist_detail .shoplist_layout .main_img img {
  width: 100%
}

#shoplist_detail .shoplist_detail .shoplist_layout h2 {
  font-size: 18px;
  border-left: 5px solid #d93016;
  font-weight: bold;
  padding-left: 11px;
  line-height: 1.4;
  margin-bottom: 23px
}

#shoplist_detail .shoplist_detail .shoplist_layout .shoplist_address {
  margin-bottom: 1.4em
}

#shoplist_detail .shoplist_detail .shoplist_layout .shoplist_dl dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px
}

#shoplist_detail .shoplist_detail .shoplist_layout .shoplist_dl dl:last-child {
  margin-bottom: 0
}

#shoplist_detail .shoplist_detail .shoplist_layout .shoplist_dl dl dt {
  width: 110px;
  text-align: center;
  background: #ececec;
  padding: 4px 10px
}

#shoplist_detail .shoplist_detail .shoplist_layout .shoplist_dl dl dd {
  width: calc(100% - 125px);
  position: relative;
  top: 2px
}

#shoplist_detail .shoplist_detail .shoplist_staff_layout  {
  max-width: 700px;
  margin: 0 auto;
}

#shoplist_detail .shoplist_detail .shoplist_staff_layout .shoplist_staff {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px
}

#shoplist_detail .shoplist_detail .shoplist_staff_layout .shoplist_staff>div:first-child {
  width: 30%
}

#shoplist_detail .shoplist_detail .shoplist_staff_layout .shoplist_staff>div:nth-child(2) {
  width: 65.56%
}

#shoplist_detail .shoplist_detail .shoplist_staff_layout .shoplist_staff_dl dl {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px
}

#shoplist_detail .shoplist_detail .shoplist_staff_layout .shoplist_staff_dl dl:last-child {
  margin-bottom: 0
}

#shoplist_detail .shoplist_detail .shoplist_staff_layout .shoplist_staff_dl dl dt {
  width: 110px;
  text-align: center;
  background: #ececec;
  padding: 4px 10px
}

#shoplist_detail .shoplist_detail .shoplist_staff_layout .shoplist_staff_dl dl dd {
  width: calc(100% - 125px);
  position: relative;
  top: 2px
}

#shoplist_detail .shoplist_detail .gmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 35%;
  border: 1px solid #CCCCCC
}

#shoplist_detail .shoplist_detail .gmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

#shoplist_detail .shoplist_detail .flex_btn {
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  background: #fff;
  padding: 0 0 35px;
  transition: opacity 0.4s ease-in-out
}

#shoplist_detail .shoplist_detail .flex_btn>ul {
  max-width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between
}

#shoplist_detail .shoplist_detail .flex_btn>ul>li {
  width: 48.65%
}

#shoplist_detail .shoplist_detail .flex_btn>ul>li {
  width: 31.85%
}

#shoplist_detail .shoplist_detail .flex_btn>ul .tel .tel_block {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: bold;
  line-height: 1.1;
  transform: translateY(-50%)
}

#shoplist_detail .shoplist_detail .flex_btn>ul .tel .tel_block .tel_icon {
  font-size: 18px
}

#shoplist_detail .shoplist_detail .flex_btn>ul .tel .tel_block .tel_txt {
  font-size: 27px
}

#shoplist_detail .shoplist_detail .flex_btn>ul .tel .tel_block img {
  max-width: 13px;
  margin-right: 5px
}

#shoplist_detail .shoplist_detail .flex_btn>ul a {
  display: block;
  opacity: 1;
  border-radius: 50px;
  box-shadow: 0px 5px 0px #000;
  position: relative;
  transition: box-shadow 0.2s ease-in-out, transform 0.2s ease-in-out
}

#shoplist_detail .shoplist_detail .flex_btn>ul img {
  width: 100%
}

#shoplist_detail .shoplist_detail .flex_btn a:hover {
    box-shadow: 0px 0 0px #222;
    transform: translateY(4px);
}

@media only screen and (max-width:767px) {
  #shoplist_detail .shoplist_detail .shoplist_layout {
    display: block
  }

  #shoplist_detail .shoplist_detail .shoplist_block .title_l{
    font-size: 5.2vw;
    padding: 3vw;
    margin-bottom: 5vw;
  }

  #shoplist_detail .shoplist_detail .shoplist_layout>div:first-child {
    width: auto;
    margin-bottom: 25px
  }

  #shoplist_detail .shoplist_detail .shoplist_layout>div:nth-child(2) {
    width: auto
  }

  #shoplist_detail .shoplist_detail .gmap {
    padding-top: 68.75%
  }

  #shoplist_detail .shoplist_detail .flex_btn>ul {
    max-width: 100%;
  }

  #shoplist_detail .shoplist_detail .flex_btn>ul .tel .tel_block .tel_icon {
    font-size: 3.5vw
  }

  #shoplist_detail .shoplist_detail .flex_btn>ul .tel .tel_block .tel_icon {
    font-size: 2.2vw
  }

  #shoplist_detail .shoplist_detail .flex_btn>ul .tel .tel_block .tel_txt {
    font-size: 4.8vw
  }

  #shoplist_detail .shoplist_detail .flex_btn>ul .tel .tel_block .tel_txt {
    font-size: 3.1vw
  }

  #shoplist_detail .shoplist_detail .flex_btn>ul .tel .tel_block img {
    max-width: 2.2vw;
    margin-right: 1vw
  }

  #shoplist_detail .shoplist_detail .shoplist_staff_layout .shoplist_staff {
    margin-bottom: 8.6vw
  }

  #shoplist_detail .shoplist_detail .flex_btn a:hover {
    box-shadow: 0px 5px 0px #000;
    transform: translateY(0px)
  }
}

#news .news .news_layout {
  display: flex;
  justify-content: space-between
}

#news .news .news_layout>div:first-child {
  width: calc(100% - 215px)
}

#news .news .news_layout>div:nth-child(2) {
  width: 200px
}

#news .news .news_articles {
  display: flex;
  flex-wrap: wrap;
  gap: 2.495%
}

#news .news .news_articles>article {
  width: 31.67%;
  margin-bottom: 40px
}

#news .news .news_articles a {
  display: block;
  padding: 18px;
  border: 2px solid #cccccc;
  position: relative;
  height: 100%;
  opacity: 1
}

#news .news .news_articles a:hover .img img {
  transform: scale(1.05)
}

#news .news .news_articles .item_body {
  position: relative
}

#news .news .news_articles .item_body:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 16px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #d93016
}

#news .news .news_articles .img {
  margin-bottom: 15px;
  overflow: hidden
}

#news .news .news_articles .img img {
  width: 100%;
  aspect-ratio: 1/0.6;
  object-fit: cover;
  object-position: center center;
  transition: transform 0.3s ease-in-out
}

#news .news .news_articles .time {
  font-size: 14px;
  margin-bottom: 10px
}

#news .news .news_articles h2 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;
  position: relative
}

#news .news .news_articles .cats {
  letter-spacing: -0.5em;
  margin-top: 15px
}

#news .news .news_articles .cats>li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: normal;
  vertical-align: middle;
  border: 1px solid #1458a8;
  padding: 4px 10px;
  line-height: 1.2;
  margin-right: 10px;
  margin-bottom: 10px;
  color: #1458a8
}

@media only screen and (max-width:960px) {
  #news .news .news_articles {
    justify-content: space-between;
    gap: 0
  }

  #news .news .news_articles>article {
    width: 49%;
    margin-bottom: 2%
  }
}

@media only screen and (max-width:767px) {
  #news .news .news_layout {
    display: block
  }

  #news .news .news_layout>div:first-child {
    width: auto;
    margin-bottom: 60px
  }

  #news .news .news_layout>div:nth-child(2) {
    width: auto
  }
}

@media screen and (max-width:480px) {
  #news .news .news_articles {
    display: block
  }

  #news .news .news_articles>article {
    width: auto;
    margin-bottom: 6%
  }

  #news .news .news_articles>article:last-child {
    margin-bottom: 0
  }
}

#news_detail .news {
  padding-top: 20px
}

#news_detail .news .news_block {
  padding: 18px;
  border: 2px solid #cccccc
}

#news_detail .news .ttl_block .time {
  font-size: 14px;
  margin-bottom: 7px
}

#news_detail .news .ttl_block h2 {
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 14px
}

#news_detail .news .ttl_block .cats {
  letter-spacing: -0.5em
}

#news_detail .news .ttl_block .cats>li {
  display: inline-block;
  font-size: 12px;
  letter-spacing: normal;
  vertical-align: middle;
  border: 1px solid #1458a8;
  padding: 4px 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  line-height: 1.2
}

#news_detail .news .ttl_block .cats>li a {
  color: #1458a8
}

#news_detail .news .main_img {
  max-width: 640px;
  margin: 0 auto
}

#news_detail .news .main_img img {
  width: 100%
}

#news_detail .news .news_block_content h2 {
  font-size: 24px;
  padding-left: 14px;
  line-height: 1.3;
  font-weight: bold;
  border-left: 5px solid #d93016;
  margin-bottom: 20px
}

#news_detail .news .news_block_content h3 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 11px;
  margin-bottom: 18px;
  border-bottom: 2px solid #d93016
}

#news_detail .news .news_block_content h4 {
  font-size: 20px;
  font-weight: bold;
  padding-left: 14px;
  border-left: 5px solid #cccccc;
  line-height: 1.3;
  margin-bottom: 20px
}

#news_detail .news .news_block_content h5 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px
}

#news_detail .news .news_block_content h6 {
  font-weight: bold
}

#news_detail .news .news_block_content ol,
#news_detail .news .news_block_content ul {
  display: block;
  margin-left: 1.5em;
  list-style-position: outside;
  margin-bottom: 20px
}

#news_detail .news .news_block_content ol li,
#news_detail .news .news_block_content ul li {
  display: list-item;
  list-style-type: inherit
}

#news_detail .news .news_block_content a {
  color: #d93016;
  text-decoration: underline;
  font-weight: bold;
  opacity: 1
}

#news_detail .news .news_block_content a:hover {
  text-decoration: none
}

#news_detail .news .btn_actions {
  max-width: 400px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between
}

#news_detail .news .btn_actions>li.btn_next,
#news_detail .news .btn_actions>li.btn_prev {
  width: 30px;
  height: 30px
}

#news_detail .news .btn_actions>li.btn_next a,
#news_detail .news .btn_actions>li.btn_prev a {
  width: 100%;
  height: 100%;
  background: #ffd800;
  border-radius: 50%;
  position: relative;
  display: block
}

#news_detail .news .btn_actions>li.btn_next a:before,
#news_detail .news .btn_actions>li.btn_prev a:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 8px 5px 0;
  border-color: transparent #ffffff transparent transparent
}

#news_detail .news .btn_actions>li.btn_next a:before {
  border-width: 5px 0 5px 8px;
  border-color: transparent transparent transparent #ffffff
}

#news_detail .news .btn_actions>li.btn_back {
  max-width: 175px;
  width: 100%;
  margin: 0 15px
}

#news_detail .news .btn_actions>li.btn_back a {
  border: 1px solid #222222;
  border-radius: 28px;
  text-align: center;
  display: block;
  padding: 10px 15px
}

#case .case {
  padding: 60px 0;
  background: #fff
}

#case .case.case1 {
  background: #d93016
}

#case .case.case2 {
  background: #fff
}

#case .case.case3 {
  background: #f7f7f7
}

#case .case_wrap>.case:nth-child(2n) {
  background: #f7f7f7
}

#case .case_wrap .case_slider a {
  border: 1px solid #cccccc
}

#case .case_wrap .case_slider .slick-arrow {
  background: url("../images/case/next.svg") no-repeat center center;
  background-size: contain
}

#case .case_wrap .case_slider .slick-arrow.slick-prev {
  background: url("../images/case/prev.svg") no-repeat center center;
  background-size: contain
}

#case .case_maker {
  padding: 60px 0;
  background: #F7F7F7
}

#case .case_maker .case_kaitori_cats {
  display: flex;
  flex-wrap: wrap;
  gap: 2.495%
}

#case .case_maker .case_kaitori_cats>div {
  width: 31.67%
}

#case .case_maker .case_kaitori_cats>div:not(:nth-child(-n+3)) {
  margin-top: 30px
}

#case .case_maker .case_kaitori_cats a {
  display: block;
  padding: 20px;
  background: #fff;
  border: 1px solid #CCCCCC;
  opacity: 1
}

#case .case_maker .case_kaitori_cats a:hover .img img {
  transform: scale(1.05)
}

#case .case_maker .case_kaitori_cats .img {
  margin-bottom: 20px;
  overflow: hidden
}

#case .case_maker .case_kaitori_cats .img img {
  width: 100%;
  transition: transform 0.4s ease-in-out
}

#case .case_maker .case_kaitori_cats h3 {
  padding-left: 20px;
  position: relative;
  font-weight: bold;
  font-size: 18px
}

#case .case_maker .case_kaitori_cats h3:before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  background: #D93016;
  position: absolute;
  left: 0;
  top: 10px
}

@media only screen and (max-width:960px) {
  #case .case_maker .case_kaitori_cats {
    gap: auto;
    justify-content: space-between
  }

  #case .case_maker .case_kaitori_cats>div {
    width: 48.5%
  }

  #case .case_maker .case_kaitori_cats>div:not(:nth-child(-n+2)) {
    margin-top: 30px
  }
}

@media only screen and (max-width:767px) {
  #case .case_maker .case_kaitori_cats {
    display: block
  }

  #case .case_maker .case_kaitori_cats>div {
    width: auto
  }

  #case .case_maker .case_kaitori_cats>div:not(:nth-child(-n+1)) {
    margin-top: 30px
  }
}

#case .car_link .car_link_item {
  margin-bottom: 60px
}

#case .car_link .car_link_item:last-child {
  margin-bottom: 0
}

#case .car_link h3 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 10px 15px;
  background: #D93016;
  margin-bottom: 20px
}

@media only screen and (max-width:767px) {
  #case .car_link .car_link_item {
    margin-bottom: 40px
  }

  #case .car_link h3 {
    font-size: 18px
  }
}

#case_detail .case .case_block {
  display: flex;
  justify-content: space-between
}

#case_detail .case .case_block>div:first-child {
  width: 56.67%
}

#case_detail .case .case_block>div:nth-child(2) {
  width: 39.17%
}

#case_detail .case .case_block .dl_block dl {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px
}

#case_detail .case .case_block .dl_block dl:last-child {
  margin-bottom: 0
}

#case_detail .case .case_block .dl_block dl dt {
  width: 110px;
  background: #ececec;
  text-align: center;
  padding: 5px 10px
}

#case_detail .case .case_block .dl_block dl dd {
  width: calc(100% - 130px)
}

#case_detail .case .case_block .dl_block dl.price_dl dt {
  font-weight: bold;
  background: #d93016;
  color: #fff
}

#case_detail .case .case_block .dl_block dl.price_dl dd {
  color: #d93016;
  font-weight: bold
}

#case_detail .case .case_block .dl_block dl.price_dl dd>span {
  font-size: 200%;
  display: inline-block;
  line-height: 1
}

@media only screen and (max-width:767px) {
  #case_detail .case .case_block {
    display: block;
    max-width: 600px;
    margin: 0 auto
  }

  #case_detail .case .case_block>div:first-child {
    width: auto;
    text-align: center;
    margin-bottom: 30px
  }

  #case_detail .case .case_block>div:nth-child(2) {
    width: auto;
    padding: 0 20px
  }
}

#case .case_sec .case_sec_layout {
  display: flex;
  justify-content: space-between
}

#case .case_sec .case_sec_layout>div:first-child {
  width: calc(100% - 215px)
}

#case .case_sec .case_sec_layout>div:nth-child(2) {
  width: 200px
}

@media only screen and (max-width:767px) {
  #case .case_sec .case_sec_layout {
    display: block
  }

  #case .case_sec .case_sec_layout>div:first-child {
    width: auto;
    margin-bottom: 60px
  }

  #case .case_sec .case_sec_layout>div:nth-child(2) {
    width: auto
  }
}

@media screen and (max-width:960px) {
  .vpc960 {
    display: none !important
  }
}

@media not screen,
screen and (min-width:961px) {
  .vsp960 {
    display: none !important
  }
}

@media screen and (max-width:767px) {
  .vpc767 {
    display: none !important
  }
}

@media not screen,
screen and (min-width:768px) {
  .vsp767 {
    display: none !important
  }
}

@media screen and (max-width:480px) {
  .vpc480 {
    display: none !important
  }
}

@media not screen,
screen and (min-width:481px) {
  .vsp480 {
    display: none !important
  }
}

#wrap {
  overflow: hidden
}

.ta_r {
  text-align: right
}

.ta_c {
  text-align: center
}

.tel-disable {
  pointer-events: none;
  text-decoration: none !important
}

@media only screen and (max-width:767px) {
  .ta_lsp {
    text-align: left
  }
}

main {
  margin-top: 152px
}

@media only screen and (max-width:767px) {
  main {
    margin-top: 70px
  }
}

.inner {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 15px
}

.indent {
  text-indent: -1em;
  padding-left: 1em
}

.no_link {
  pointer-events: none
}

.medium {
  font-weight: 500
}

.bold {
  font-weight: bold
}

.normal {
  font-weight: normal
}

.text_justify {
  display: inline-block;
  text-align-last: justify;
  text-justify: inter-ideograph
}

.fs20 {
  font-size: 20px
}

@media only screen and (max-width:767px) {
  .fs20 {
    font-size: 16px
  }
}

.fs16 {
  font-size: 16px
}

@media only screen and (max-width:767px) {
  .fs16 {
    font-size: 14px
  }
}

.fs12 {
  font-size: 12px
}

.red {
  color: #e74863
}

.white {
  color: #fff
}

/*area_btn*/
.area_link .area_link__wrap {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.area_link .area_link__wrap .area_link__inner {
  width: 49%;
}

.area_link .area_link__wrap .area_link__ttl {
  font-size: clamp(1.5rem, 1.044rem + 0.95vw, 1.875rem);
  font-weight: 700;
  margin-bottom: 15px;
}

.area_link .area_link__wrap .area_link__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
}

.area_link .area_link__wrap .area_link__item {
  width: calc(25% - (15px / 4));
  background: #eee;
  border-radius: 5px;
}

.area_link .area_link__wrap .area_link__link {
  font-size: clamp(0.938rem, 0.71rem + 0.47vw, 1.125rem);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 14px 0;
  display: block;
}

@media screen and (max-width:960px) {
  .area_link .area_link__wrap .area_link__item {
    width: calc((100% - 10px) / 3);
    background: #eee;
    border-radius: 5px;
  }
}

@media screen and (max-width:768px) {
  .area_link .area_link__wrap {
    flex-direction: column;
  }
  .area_link .area_link__wrap .area_link__inner {
    width: 100%;
  }
  .area_link .area_link__wrap .area_link__inner:first-of-type {
    margin-bottom: 30px;
  }
}
