@charset "UTF-8";
/*------------------------------------------------------------------------------
    config
------------------------------------------------------------------------------*/
/***  media ***/
/***  color ***/
/*** font ***/
@font-face {
  font-family: "MyFont";
  src: url("../fonts/DINAlternate-Bold.ttf") format("truetype");
  font-display: swap;
}
/*------------------------------------------------------------------------------
    reset
------------------------------------------------------------------------------*/
#wpadminbar {
  display: block !important;
  z-index: 9999999 !important;
}
html {
  font-size: 0.78125vw;
}
@media screen and (max-width: 818px) {
  html {
    font-size: 1vw;
  }
}
body {
  margin: 0;
  color: #222222;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}
ul {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  padding-inline-start: 0;
}
* {
  box-sizing: border-box;
}
*:before,
*:after {
  box-sizing: border-box;
}
img {
  width: 100%;
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
p {
  margin: 0 0 1em;
  padding: 0;
  margin-block-start: 0px;
  margin-block-end: 0px;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  cursor: pointer;
  color: #222222;
  text-decoration: none;
}
a:link,
a:visited {
  color: #222222;
  text-decoration: none;
}
input,
textarea,
select {
  font-family: "Noto Sans JP", sans-serif;
  border-radius: 0;
  outline: none;
}
table {
  border-collapse: collapse;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  padding: 0;
  margin-block-start: 0;
  margin-block-end: 0;
}
#wrapper {
  position: relative;
  padding: 0;
  overflow: hidden;
}
dd,
dt {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
dl {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
/*------------------------------------------------------------------------------
    CSS reset
------------------------------------------------------------------------------*/
@media screen and (max-width: 818px) {
  body {
    position: static;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.42;
  }
  #wrapper {
    min-width: 320px;
    position: relative;
  }
  img {
    width: 100%;
    max-width: 100%;
  }
  input[type="submit"] {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}
body,
p {
  line-height: 1.875;
}
@media screen and (max-width: 818px) {
  body,
  p {
    line-height: 1.42;
  }
}
@media screen and (min-width: 819px) {
  a {
    transition: 0.3s ease-in-out;
  }
  a:hover {
    opacity: 0.7;
  }
}
button {
  outline: none;
}
.inner {
  width: 100%;
  margin: auto;
  position: relative;
  text-align: center;
}
/*------------------------------------------------------------------------------
    フェードインのCSS
------------------------------------------------------------------------------*/
.scrollanime {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.scrollanime2 {
  opacity: 0;
}
/*一瞬表示されるのを防ぐ*/
.fadeInDown2 {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
@-webkit-keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
@keyframes fadeInDown2 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
/*2.上下の動きを指定*/
.updown {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
}
.downup {
  -webkit-transform: translateY(30px);
  transform: translateY(30px);
}
.leftin {
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}
.rightin {
  -webkit-transform: translateX(30px);
  transform: translateX(30px);
}
/*3.左右の動きを指定*/
.sect02 {
  overflow: hidden;
}
/*横スクロールバーを隠す*/
.slide-right {
  -webkit-transform: translateX(200px);
  transform: translateX(200px);
}
.slide-left {
  -webkit-transform: translateX(-200px);
  transform: translateX(-200px);
}
/* ---------------------------------------------
*   js_fadein_up
--------------------------------------------- */
.js_fadein_up {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up.is-active {
  transform: translateY(0);
  animation-delay: 0.5s;
  opacity: 1;
  transition: transform 0.8s, opacity 0.5s;
}
.js_fadein_up_d {
  opacity: 0;
  transform: translateY(50px);
}
.js_fadein_up_d.is-active_d {
  transform: translateY(0);
  animation-delay: 2s;
  opacity: 1;
  transition: transform 2.8s, opacity 4.5s;
}
/* -------------------------------フェードインのCSS */
/*------------------------------------------------------------------------------
    header
------------------------------------------------------------------------------*/
#header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999;
  align-items: center;
  display: flex;
  background: #241F1F;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
}
#header .inner {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1130px;
}
@media screen and (max-width: 818px) {
  #header .inner {
    padding-left: 26px;
    padding-right: 10px;
  }
}
#header .header_item {
  display: flex;
  position: relative;
  align-items: center;
  margin: auto;
  width: 100%;
  padding: 0 0 0 10px;
  height: 100px;
}
@media screen and (max-width: 818px) {
  #header .header_item {
    padding: 0 0 0 0;
    align-items: center;
    justify-content: center;
    width: auto;
    display: flex;
    height: 62px;
    width: 100%;
  }
}
#header .header_item .logo {
  display: flex;
}
#header .header_item .logo .logo_img {
  display: flex;
  align-items: center;
}
#header .header_item .logo img {
  max-width: 231px;
}
@media screen and (max-width: 1040px) {
  #header .header_item .logo img {
    max-width: 210px;
  }
}
@media screen and (max-width: 900px) {
  #header .header_item .logo img {
    max-width: 190px;
  }
}
@media screen and (max-width: 818px) {
  #header .header_item .logo img {
    max-width: 132px;
  }
}
#header .header_item .logo .pc_txt {
  display: flex;
  align-items: center;
  column-gap: 6px;
  margin-left: 11px;
}
@media screen and (max-width: 818px) {
  #header .header_item .logo .pc_txt {
    display: none;
  }
}
#header .header_item .logo .pc_txt span {
  max-width: 240px;
}
@media screen and (max-width: 1040px) {
  #header .header_item .logo .pc_txt span {
    max-width: 180px;
  }
}
@media screen and (max-width: 900px) {
  #header .header_item .logo .pc_txt span {
    max-width: 160px;
  }
}
#header .h_line {
  max-width: 297px;
  display: block;
  margin: auto;
  margin-right: 0;
}
@media screen and (max-width: 1040px) {
  #header .h_line {
    max-width: 247px;
  }
}
@media screen and (max-width: 900px) {
  #header .h_line {
    max-width: 200px;
  }
}
#header .h_line img {
  transition: all 0.3s ease;
}
@media screen and (max-width: 818px) {
  #header .h_line {
    max-width: 172px;
  }
}
#header .h_line:hover {
  opacity: 1;
}
#header .h_line:hover img {
  transition: all 0.3s ease;
  transform: scale(1.05);
}
#wrapper {
  margin: auto;
}
.cta {
  background: #ffffff;
}
.cta .inner {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 818px) {
  .cta .inner {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.cta ul {
  display: flex;
  flex-wrap: wrap;
  gap: 19px;
  column-gap: 20px;
  max-width: 769px;
  margin: auto;
}
@media screen and (max-width: 818px) {
  .cta ul {
    gap: 21px;
    column-gap: 16px;
  }
}
.cta ul .line {
  width: 100%;
  max-width: 763px;
}
.cta ul .line a img {
  transition: all 0.3s ease;
}
.cta ul .line a:hover {
  opacity: 1 !important;
}
.cta ul .line a:hover img {
  opacity: 1 !important;
  transition: all 0.3s ease;
  transform: scale(1.05);
}
.osusume {
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .osusume {
    margin-top: 0;
  }
}
.osusume .ttl {
  background: url(../img/jishin_ttl_bg.webp) no-repeat top;
  background-size: 100% 100%;
  padding-top: 38px;
  padding-bottom: 33px;
}
@media screen and (max-width: 818px) {
  .osusume .ttl {
    padding-top: 32px;
    padding-bottom: 22px;
    padding-left: 12px;
    padding-right: 12px;
    background: url(../img/jishin_ttl_bg_sp01.webp) no-repeat top;
    background-size: 100% 100%;
  }
}
.osusume .ttl img {
  max-width: 704px;
  margin: auto;
}
.osusume .inner {
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .osusume .inner {
    padding-bottom: 40px;
  }
}
.osusume .sub_ttl {
  margin: auto;
  margin-top: 60px;
  width: fit-content;
  padding: 8px 20px;
  background: url(../img/main_subttl_bg.png) no-repeat top;
  background-size: 100% 100%;
  font-weight: 900;
  font-size: 26px;
  line-height: 1.4;
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 818px) {
  .osusume .sub_ttl {
    font-size: 19px;
    letter-spacing: 0;
    line-height: 1.3;
    padding: 10px 25px;
    margin-top: 25px;
    background: url(../img/main_subttl_bg_sp.png) no-repeat top;
    background-size: 100% 100%;
  }
}
.osusume p {
  margin: auto;
  text-align: center;
  max-width: 816px;
  margin-top: 15px;
  font-size: 20px;
  line-height: 1.9;
  font-weight: 500;
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 38px;
}
@media screen and (max-width: 818px) {
  .osusume p {
    padding-left: 6px;
    padding-right: 6px;
    text-align: left;
  }
}
@media screen and (max-width: 818px) {
  .osusume p {
    margin-bottom: 22px;
  }
}
.osusume p:last-child {
  margin-bottom: 0;
}
.osusume p span {
  display: block;
}
@media screen and (max-width: 818px) {
  .osusume p {
    margin-top: 12px;
    font-size: 14px;
    line-height: 1.7;
  }
  .osusume p span {
    font-size: 11px;
    display: block;
    text-align: left;
    letter-spacing: -0.5px;
  }
}
.osusume .inner {
  max-width: 1085px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}
@media screen and (max-width: 818px) {
  .osusume .inner {
    padding-left: 18px;
    padding-right: 18px;
    padding-bottom: 20px;
  }
}
.voice {
  margin-top: 30px;
}
@media screen and (max-width: 818px) {
  .voice {
    margin-top: 0;
  }
}
.voice .ttl {
  background: url(../img/jishin_ttl_bg.webp) no-repeat top;
  background-size: 100% 100%;
  padding-top: 40px;
  padding-bottom: 30px;
}
@media screen and (max-width: 818px) {
  .voice .ttl {
    padding-top: 22px;
    padding-bottom: 15px;
    padding-left: 12px;
    padding-right: 12px;
    background: url(../img/jishin_ttl_bg_sp.webp) no-repeat top;
    background-size: 100% 100%;
  }
}
.voice .ttl img {
  max-width: 711px;
  margin: auto;
}
@media screen and (max-width: 818px) {
  .voice .ttl img {
    max-width: 349px;
  }
}
.voice .voice_item {
  background: url(../img/voice_bg.webp) no-repeat top;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .voice .voice_item {
    background: url(../img/voice_bg_sp.webp) no-repeat top;
    background-size: 100% 100%;
  }
}
.voice .voice_item .inner {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1155px;
  padding-top: 100px;
  padding-bottom: 140px;
}
@media screen and (max-width: 818px) {
  .voice .voice_item .inner {
    padding-top: 37px;
    padding-bottom: 82px;
  }
}
.voice .voice_item ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  column-gap: 17px;
}
@media screen and (max-width: 818px) {
  .voice .voice_item ul {
    gap: 25px;
  }
}
.voice .voice_item ul li {
  width: calc(50% - 8.5px);
  border-top: 3px solid #95170A;
  padding: 0 10px 20px 10px;
  background: #ffffff;
}
@media screen and (max-width: 818px) {
  .voice .voice_item ul li {
    width: 100%;
    padding: 0 7px 7px 7px;
  }
}
.voice .voice_item ul li .ttl {
  width: 100%;
  padding-top: 30px;
  text-align: center;
  background: #ffffff;
  min-height: 190px;
  color: #95170A;
  font-family: "Noto Sans JP";
  font-size: 36px;
  font-style: normal;
  font-weight: 900;
  line-height: 110%;
  /* 46.8px */
  letter-spacing: -0.36px;
  font-style: italic;
}
@media screen and (max-width: 900px) {
  .voice .voice_item ul li .ttl {
    font-size: 28px;
  }
}
@media screen and (max-width: 818px) {
  .voice .voice_item ul li .ttl {
    font-size: 20px;
    padding-top: 15px;
    line-height: 1.1;
    min-height: 92px;
    letter-spacing: 0;
  }
}
.voice .voice_item ul li .ttl span {
  display: block;
  color: #95170A;
  font-family: "Noto Sans JP";
  font-size: 35px;
  font-style: normal;
  font-weight: 300;
  line-height: 130%;
  /* 45.5px */
  letter-spacing: 0.35px;
  text-transform: uppercase;
  margin-bottom: 6px;
}
@media screen and (max-width: 818px) {
  .voice .voice_item ul li .ttl span {
    margin-bottom: 1px;
    font-size: 18px;
  }
}
.voice .voice_item ul li .txt {
  width: 100%;
  background: #F7F7F7;
  padding: 30px 30px 30px 35px;
  min-height: 347px;
  font-weight: 500;
  font-size: 24PX;
  line-height: 1.63;
  letter-spacing: 1.4px;
  text-align: left;
}
@media screen and (max-width: 900px) {
  .voice .voice_item ul li .txt {
    font-size: 20px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 818px) {
  .voice .voice_item ul li .txt {
    padding: 15px 15px 25px 25px;
    min-height: auto;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.42PX;
  }
}
.jishin .ttl {
  background: url(../img/jishin_ttl_bg.webp) no-repeat top;
  background-size: 100% 100%;
  padding-top: 30px;
  padding-bottom: 35px;
}
@media screen and (max-width: 818px) {
  .jishin .ttl {
    padding-top: 45px;
    padding-bottom: 31px;
    padding-left: 12px;
    padding-right: 12px;
    background: url(../img/jishin_ttl_bg_sp.webp) no-repeat top;
    background-size: 100% 100%;
  }
}
.jishin .ttl img {
  max-width: 1076px;
  margin: auto;
}
.jishin .inner {
  max-width: 1085px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 60px;
  padding-bottom: 40px;
}
@media screen and (max-width: 818px) {
  .jishin .inner {
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.jishin .sub_txt {
  margin: auto;
  margin-top: 30px;
  text-align: center;
  font-weight: 900;
  font-size: 31px;
  line-height: 1.5;
  letter-spacing: 0;
  width: fit-content;
  position: relative;
  letter-spacing: 0.9px;
}
.jishin .sub_txt span {
  position: relative;
  z-index: 10;
}
.jishin .sub_txt::after {
  content: "";
  position: absolute;
  width: 530px;
  height: 91px;
  right: -10px;
  bottom: -55px;
  background: url(../img/jishin_after.png) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .jishin .sub_txt::after {
    width: 249px;
    height: 38px;
    bottom: -20px;
    right: calc(50% - 124.5px);
  }
}
@media screen and (max-width: 818px) {
  .jishin .sub_txt {
    letter-spacing: 0;
    font-size: 17px;
    line-height: 1.4;
  }
}
.jishin .list01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 10px;
  column-gap: 14px;
}
@media screen and (max-width: 818px) {
  .jishin .list01 {
    gap: 14px;
    column-gap: 7px;
  }
}
.jishin .list01 li {
  width: calc(33.3333% - 9.3333333px);
}
@media screen and (max-width: 818px) {
  .jishin .list01 li {
    width: calc(50% - 3.5px);
  }
}
.kyoka {
  background: url(../img/kyoka_bg.webp) no-repeat top;
  background-size: 100% auto;
}
@media screen and (max-width: 818px) {
  .kyoka {
    background: url(../img/kyoka_bg_sp.webp) no-repeat top;
    background-size: 100% auto;
  }
}
.kyoka .inner {
  padding-top: 37px;
  padding-bottom: 70px;
  max-width: 978px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 818px) {
  .kyoka .inner {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.kyoka .ttl {
  margin: auto;
  max-width: 533px;
}
@media screen and (max-width: 818px) {
  .kyoka .ttl {
    max-width: 278px;
  }
}
.kyoka .list01 {
  margin-top: 41px;
  display: flex;
  column-gap: 18px;
}
@media screen and (max-width: 818px) {
  .kyoka .list01 {
    margin-top: 20px;
    column-gap: 9px;
  }
}
.kyoka .list01 li {
  width: calc(50% - 9px);
}
@media screen and (max-width: 818px) {
  .kyoka .list01 li {
    width: calc(50% - 4.5px);
  }
}
.kyoka .list02 {
  gap: 25px;
  display: flex;
  column-gap: 23px;
  flex-wrap: wrap;
  margin-top: 20px;
}
@media screen and (max-width: 818px) {
  .kyoka .list02 {
    gap: 6px;
    column-gap: 9px;
    margin-top: 6px;
  }
}
.kyoka .list02 li {
  width: calc(33.3333% - 15.33333px);
}
@media screen and (max-width: 818px) {
  .kyoka .list02 li {
    width: calc(50% - 4.5px);
  }
}
.list {
  background: url(../img/list_bg.webp) no-repeat center;
  background-size: cover;
}
@media screen and (max-width: 818px) {
  .list {
    background: url(../img/list_bg_sp.webp) no-repeat center;
    background-size: cover;
  }
}
.list .inner {
  padding-bottom: 80px;
}
@media screen and (max-width: 818px) {
  .list .inner {
    padding-bottom: 55px;
  }
}
.list .ttl {
  max-width: 837px;
  margin: auto;
}
@media screen and (max-width: 818px) {
  .list .ttl {
    max-width: 354px;
  }
}
.list .list_txt {
  margin-top: 38px;
  font-weight: 900;
  text-align: center;
  font-size: 34px;
  line-height: 1.3;
}
@media screen and (max-width: 900px) {
  .list .list_txt {
    font-size: 28px;
  }
}
@media screen and (max-width: 818px) {
  .list .list_txt {
    font-size: 17px;
  }
}
@media screen and (max-width: 818px) {
  .list .list_txt {
    margin-top: 33px;
  }
}
@media screen and (max-width: 818px) {
  .list .list_txt .t02 {
    margin-top: 3px;
  }
}
.list .list_txt .num {
  font-family: "Roboto", sans-serif;
  font-size: 38px;
}
@media screen and (max-width: 818px) {
  .list .list_txt .num {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 17px;
  }
}
.list .list_txt .red {
  color: #C62416;
}
.list .list_txt .t03 {
  padding-top: 8px;
  margin-top: 4px;
}
@media screen and (max-width: 818px) {
  .list .list_txt .t03 {
    margin-top: 0;
  }
}
.list .list_txt .t03 .ten {
  position: relative;
}
.list .list_txt .t03 .ten:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  left: calc(50% - 3px);
  top: -2px;
  background: #C42516;
}
@media screen and (max-width: 818px) {
  .list .list_txt .t03 .ten:after {
    width: 3px;
    height: 3px;
    left: calc(50% - 1.5px);
    top: -1px;
  }
}
.list .list_ttl01 {
  max-width: 789px;
  margin: auto;
  margin-top: 84px;
}
@media screen and (max-width: 818px) {
  .list .list_ttl01 {
    margin-top: 17px;
    max-width: 354px;
  }
}
.list .inner {
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 818px) {
  .list .inner {
    padding-top: 35px;
  }
}
.list .list01 {
  margin: auto;
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  column-gap: 24px;
  max-width: 921px;
}
@media screen and (max-width: 900px) {
  .list .list01 {
    column-gap: 14px;
  }
}
@media screen and (max-width: 818px) {
  .list .list01 {
    gap: 16px;
    column-gap: 21px;
    margin-top: 13px;
    display: block;
    max-width: 333px;
  }
}
.list .list01 li {
  width: calc(33.3333% - 16px);
  border-radius: 6px;
  background: #ffffff;
  border: 3px solid #D2D2D2;
  padding: 20px 20px 25px 20px;
}
@media screen and (max-width: 900px) {
  .list .list01 li {
    width: calc(33.3333% - 9.333333px);
    padding: 20px 10px 25px 10px;
  }
}
@media screen and (max-width: 818px) {
  .list .list01 li {
    min-height: 197px;
    padding: 15px 5px 15px 22px;
    width: 100%;
  }
  .list .list01 li + li {
    margin-top: 20px;
  }
  .list .list01 li:nth-child(1) {
    background: url(../img/list_img001_bg.webp) no-repeat #fff;
    background-position-x: 6px;
    background-position-y: center;
    background-size: auto 100%;
  }
  .list .list01 li:nth-child(2) {
    background: url(../img/list_img002_bg.webp) no-repeat #fff;
    background-position-x: 6px;
    background-position-y: center;
    background-size: auto 100%;
  }
  .list .list01 li:nth-child(3) {
    background: url(../img/list_img003_bg.webp) no-repeat #fff;
    background-position-x: 6px;
    background-position-y: center;
    background-size: auto 100%;
  }
  .list .list01 li:nth-child(4) {
    background: url(../img/list_img004_bg.webp) no-repeat #fff;
    background-position-x: 6px;
    background-position-y: center;
    background-size: auto 100%;
  }
  .list .list01 li:nth-child(5) {
    background: url(../img/list_img005_bg.webp) no-repeat #fff;
    background-position-x: 6px;
    background-position-y: center;
    background-size: auto 100%;
  }
  .list .list01 li:nth-child(6) {
    background: url(../img/list_img006_bg.webp) no-repeat #fff;
    background-position-x: 6px;
    background-position-y: center;
    background-size: auto 100%;
  }
}
.list .list01 li .img {
  max-width: 241px;
  margin: auto;
}
@media screen and (max-width: 818px) {
  .list .list01 li .img {
    display: none;
  }
}
.list .list01 li .ttl01 {
  text-align: left;
  line-height: 1.1;
  font-size: 22px;
  font-weight: bold;
  color: #222;
}
@media screen and (max-width: 900px) {
  .list .list01 li .ttl01 {
    font-size: 21px;
  }
}
@media screen and (max-width: 818px) {
  .list .list01 li .ttl01 {
    margin-top: 3px;
    font-size: 21px;
    text-align: left;
  }
}
.list .list01 li .ttl01 span {
  letter-spacing: 1px;
  display: block;
}
@media screen and (max-width: 818px) {
  .list .list01 li .ttl01 span {
    margin-top: 3px;
    letter-spacing: -1.4px;
  }
}
.list .list01 li .ttl02 {
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.2px;
  color: #333;
  line-height: 1.1;
  margin-top: 2px;
  text-transform: uppercase;
}
@media screen and (max-width: 900px) {
  .list .list01 li .ttl02 {
    font-size: 15px;
  }
}
@media screen and (max-width: 818px) {
  .list .list01 li .ttl02 {
    text-align: left;
    font-size: 15px;
    letter-spacing: -0.14px;
  }
}
.list .list01 li .ttl02 .big {
  font-size: 22px;
  font-weight: bold;
  display: inline-block;
}
@media screen and (max-width: 900px) {
  .list .list01 li .ttl02 .big {
    font-size: 21px;
  }
}
@media screen and (max-width: 818px) {
  .list .list01 li .ttl02 .big {
    font-size: 21px;
    font-weight: 900;
  }
}
.list .list01 li .ttl02 span {
  margin-left: 6px;
  background: #808080;
  line-height: 21px;
  border-radius: 21px;
  padding: 0 8px;
  font-size: 16px;
  letter-spacing: -0.16px;
  color: #ffffff;
  font-weight: 500;
}
@media screen and (max-width: 900px) {
  .list .list01 li .ttl02 span {
    font-size: 12px;
  }
}
@media screen and (max-width: 818px) {
  .list .list01 li .ttl02 span {
    line-height: 17px;
    font-size: 12px;
    letter-spacing: -0.12px;
  }
}
.list .list01 li .price {
  margin-top: 12px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .list .list01 li .price {
    justify-content: center;
    display: block;
    text-align: left;
  }
}
.list .list01 li .price .p {
  background: #222;
  line-height: 25px;
  color: #ffffff;
  width: fit-content;
  padding: 0 5px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: -0.5px;
}
@media screen and (max-width: 900px) {
  .list .list01 li .price .p {
    font-size: 12px;
  }
}
@media screen and (max-width: 818px) {
  .list .list01 li .price .p {
    line-height: 20px;
    margin: auto;
    font-size: 14px;
    padding: 0 6px;
    margin-bottom: 5px;
    margin-left: 0;
    margin-right: auto;
  }
}
.list .list01 li .price .num {
  font-size: 19px;
  font-weight: 500;
  margin-left: 8px;
  display: flex;
  align-items: baseline;
  letter-spacing: -1.5px;
}
@media screen and (max-width: 900px) {
  .list .list01 li .price .num {
    font-size: 15px;
  }
}
@media screen and (max-width: 818px) {
  .list .list01 li .price .num {
    margin-left: auto;
    font-size: 18px;
    width: fit-content;
    margin: auto;
    margin-left: 0;
    margin-right: auto;
  }
}
.list .list01 li .price .num span {
  color: #B12416;
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  line-height: 1.01;
  font-size: 38px;
  display: flex;
  letter-spacing: 0px;
}
@media screen and (max-width: 818px) {
  .list .list01 li .price .num span {
    margin-right: 5px;
    font-size: 50px;
  }
}
.list .list01 li .price .num span .do {
  margin-left: -2px;
  margin-right: -1px;
}
.list .list01 .icon {
  border: none;
  display: flex;
  align-items: flex-end;
  padding: 0;
  padding-bottom: 7px;
}
@media screen and (max-width: 818px) {
  .list .list01 .icon {
    display: none;
  }
}
.list .list01 .icon img {
  max-width: 291px;
}
.box_02 ul {
  margin: auto;
  margin-top: 50px;
  display: flex;
  column-gap: 57px;
  max-width: 1029px;
  padding-left: 18px;
  padding-right: 18px;
  flex-wrap: wrap;
}
@media screen and (max-width: 818px) {
  .box_02 ul {
    padding-left: 22px;
    padding-right: 22px;
    gap: 0;
    column-gap: 11px;
    display: flex;
    margin-top: 30px;
  }
}
.box_02 ul li {
  width: calc(33.3333% - 38px);
}
@media screen and (max-width: 818px) {
  .box_02 ul li {
    width: 100%;
    display: flex;
    column-gap: 10px;
  }
  .box_02 ul li + li {
    margin-top: 5px;
  }
  .box_02 ul li:nth-child(even) {
    flex-direction: row-reverse;
  }
}
.box_02 ul .img {
  border-radius: 100%;
  background-color: #95170A;
  padding: 6px;
  box-sizing: border-box;
}
@media screen and (max-width: 818px) {
  .box_02 ul .img {
    padding: 3px;
    max-width: 163px;
    margin: auto;
  }
}
.box_02 ul .img img {
  border-radius: 100%;
}
.box_02 ul .txt {
  text-align: center;
  margin-top: 13px;
  font-size: 27px;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: -0.56px;
}
@media screen and (max-width: 1040px) {
  .box_02 ul .txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 818px) {
  .box_02 ul .txt {
    width: calc(100% - 173px);
    margin: auto;
    text-align: left;
    font-size: 18px;
    letter-spacing: 0.9px;
  }
}
.box_02 ul .txt span {
  color: #C62416;
}
.box_02 .big_ttl02 {
  margin: auto;
  margin-top: 40px;
  position: relative;
  font-size: 54px;
  letter-spacing: 0.5px;
  font-weight: 900;
  text-align: center;
  line-height: 1.25;
  padding-left: 90px;
  padding-right: 90px;
  width: fit-content;
}
@media screen and (max-width: 818px) {
  .box_02 .big_ttl02 {
    margin-top: 20px;
    padding-left: 22px;
    padding-right: 22px;
    font-size: 27px;
    letter-spacing: 0.2px;
  }
}
.box_02 .big_ttl02::after {
  content: "";
  position: absolute;
  width: 70px;
  height: 115px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/after01.webp) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .box_02 .big_ttl02::after {
    width: 22px;
    height: 50px;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: url(../img/after01_sp.webp) no-repeat center;
    background-size: 100% 100%;
  }
}
.box_02 .big_ttl02::before {
  content: "";
  position: absolute;
  width: 70px;
  height: 115px;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/after02.webp) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .box_02 .big_ttl02::before {
    width: 22px;
    height: 50px;
    top: auto;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: url(../img/after02_sp.webp) no-repeat center;
    background-size: 100% 100%;
  }
}
.box_02 .big_ttl02 span {
  display: block;
  color: #C62416;
  font-size: 35px;
  letter-spacing: 0.7px;
  margin-bottom: 3px;
}
@media screen and (max-width: 818px) {
  .box_02 .big_ttl02 span {
    font-size: 18px;
    letter-spacing: 0.36px;
  }
}
.main_point {
  margin: auto;
  margin-top: 60px;
  display: flex;
  column-gap: 57px;
  max-width: 1029px;
  padding-left: 18px;
  padding-right: 18px;
  flex-wrap: wrap;
}
@media screen and (max-width: 818px) {
  .main_point {
    gap: 0;
    column-gap: 11px;
    display: flex;
    margin-top: 32px;
  }
}
.main_point li {
  width: calc(33.3333% - 38px);
}
@media screen and (max-width: 818px) {
  .main_point li {
    width: calc(50% - 5.5px);
  }
  .main_point li:first-child {
    width: 100%;
  }
}
.main_point .img {
  border-radius: 100%;
  background-color: #95170A;
  padding: 6px;
  box-sizing: border-box;
}
@media screen and (max-width: 818px) {
  .main_point .img {
    padding: 3px;
    max-width: 164px;
    margin: auto;
  }
}
.main_point .img img {
  border-radius: 100%;
}
.main_point .txt {
  text-align: center;
  margin-top: 13px;
  font-size: 34px;
  line-height: 1.5;
  font-weight: 900;
  letter-spacing: -1px;
}
@media screen and (max-width: 900px) {
  .main_point .txt {
    font-size: 24px;
  }
}
@media screen and (max-width: 818px) {
  .main_point .txt {
    margin: auto;
    text-align: center;
    font-size: 19px;
    letter-spacing: -1px;
    margin-top: 4px;
  }
}
.main_point .txt span {
  color: #C62416;
}
.addr {
  background: #F8F8F8;
}
.addr .inner {
  max-width: 1440px;
}
@media screen and (max-width: 818px) {
  .addr .sp_b_m {
    margin-bottom: 48px;
  }
}
.addr .list {
  display: flex;
  background: none;
}
@media screen and (max-width: 818px) {
  .addr .list {
    display: block;
  }
}
.addr .list .img {
  width: 50%;
}
@media screen and (max-width: 818px) {
  .addr .list .img {
    position: relative;
    z-index: 1;
    width: 100%;
  }
}
.addr .list .txt_item {
  width: 50%;
  padding-left: 30px;
  padding-top: 40px;
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 818px) {
  .addr .list .txt_item {
    padding-left: 0;
    padding-top: 0;
    position: relative;
    z-index: 5;
    width: calc(100% - 36px);
    margin-left: 18px;
    margin-top: -6px;
    background: none;
  }
}
.addr .list .txt_item::after {
  position: absolute;
  left: 0;
  top: -0.5vw;
  color: #fff;
  content: "HANDS CRAFT";
  font-size: 5vw;
  font-weight: 900;
  line-height: 1.01;
}
@media screen and (max-width: 818px) {
  .addr .list .txt_item::after {
    display: none;
  }
}
.addr .list .txt_item .txt_item_box {
  position: relative;
  z-index: 10;
  width: 100%;
}
@media screen and (max-width: 818px) {
  .addr .list .txt_item .txt_box {
    border-radius: 6px 6px 0 0;
    padding: 20px 10px 10px 16px;
    background: #ffffff;
  }
}
.addr .list .txt_item .txt_box .ttl {
  text-align: left;
  padding-left: 30px;
  position: relative;
  font-weight: bold;
  font-size: 28px;
  letter-spacing: 1.96px;
  line-height: 1.3;
  margin-left: 10px;
}
@media screen and (max-width: 818px) {
  .addr .list .txt_item .txt_box .ttl {
    font-size: 26px;
    letter-spacing: 1.3px;
    margin-bottom: 15px;
    margin-left: 0;
  }
}
.addr .list .txt_item .txt_box .ttl::after {
  width: 10px;
  height: 100%;
  top: 0;
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  background: #D31B19;
}
.addr .list .txt_item .txt_box .ttl::before {
  z-index: 5;
  width: 3.5px;
  height: 100%;
  top: 0;
  content: "";
  position: absolute;
  left: 3px;
  background: #ffffff;
}
.addr .list .txt_item .txt_box .ttl span {
  display: block;
  color: #D31B19;
  margin-bottom: 16px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.48px;
  text-align: left;
  line-height: 1.3;
}
@media screen and (max-width: 818px) {
  .addr .list .txt_item .txt_box .ttl span {
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 2.24px;
    margin-bottom: 20px;
  }
}
.addr .list .txt_item .txt_box .icon_list {
  margin-top: 30px;
  margin-left: 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  column-gap: 9px;
}
@media screen and (max-width: 818px) {
  .addr .list .txt_item .txt_box .icon_list {
    margin-top: 33px;
    gap: 8px;
    column-gap: 12px;
    margin-left: 0;
  }
}
.addr .list .txt_item .txt_box .icon_list .icon {
  width: 65px;
  text-align: center;
}
@media screen and (max-width: 818px) {
  .addr .list .txt_item .txt_box .icon_list .icon {
    width: 52px;
  }
}
.addr .list .txt_item .txt_box .icon_list .icon img {
  margin: auto;
  max-width: 56px;
}
.addr .list .txt_item .txt_box .icon_list .txt {
  text-align: center;
  color: #D31B19;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: -0.13px;
  margin-top: 7px;
  line-height: 1.4;
}
@media screen and (max-width: 818px) {
  .addr .list .txt_item .txt_box .icon_list .txt {
    font-size: 10px;
    letter-spacing: -0.1px;
    margin-top: 4px;
  }
}
.addr .list .txt_item .txt_box .icon_list .icon08 {
  line-height: 1.1;
}
.addr .list .txt_item .txt_box .pc_330 {
  max-width: 350px;
}
@media screen and (max-width: 818px) {
  .addr .list .txt_item .txt_box .pc_330 {
    max-width: 100%;
  }
}
.addr .list .txt_item .txt_box .addr_info {
  margin-top: 24px;
  margin-bottom: 20px;
  max-width: 440px;
}
@media screen and (max-width: 818px) {
  .addr .list .txt_item .txt_box .addr_info {
    margin-bottom: 20px;
    max-width: 294px;
  }
}
.addr .list .txt_item .txt_box .addr_info dl {
  display: flex;
  font-size: 18px;
  line-height: 1.4;
}
@media screen and (max-width: 818px) {
  .addr .list .txt_item .txt_box .addr_info dl {
    padding-left: 15px;
    display: block;
    font-size: 14px;
  }
}
.addr .list .txt_item .txt_box .addr_info dl + dl {
  padding-top: 21px;
  margin-top: 21px;
  border-top: dotted 3px #ABABAB;
}
@media screen and (max-width: 818px) {
  .addr .list .txt_item .txt_box .addr_info dl + dl {
    display: flex;
    padding-top: 10px;
    margin-top: 12px;
    border-top: dotted 2px #ABABAB;
  }
  .addr .list .txt_item .txt_box .addr_info dl + dl dt {
    width: 68px;
  }
  .addr .list .txt_item .txt_box .addr_info dl + dl dd {
    width: calc(100% - 68px);
    margin-top: 0;
  }
}
.addr .list .txt_item .txt_box .addr_info dl dt {
  text-align: left;
  width: 99px;
  font-weight: bold;
  letter-spacing: 1px;
}
@media screen and (max-width: 818px) {
  .addr .list .txt_item .txt_box .addr_info dl dt {
    width: 100%;
    letter-spacing: 0.84px;
  }
}
.addr .list .txt_item .txt_box .addr_info dl dd {
  width: calc(100% - 99px);
  text-align: left;
  font-weight: 500;
  letter-spacing: 0.36px;
}
@media screen and (max-width: 818px) {
  .addr .list .txt_item .txt_box .addr_info dl dd {
    letter-spacing: 0.28px;
    width: 100%;
    margin-top: 8px;
  }
}
.addr .list .txt_item .map {
  height: 232px;
  max-width: 486px;
}
@media screen and (max-width: 818px) {
  .addr .list .txt_item .map {
    height: 221px;
  }
}
.addr .list .txt_item .map iframe {
  width: 100%;
  height: 232px;
}
@media screen and (max-width: 818px) {
  .addr .list .txt_item .map iframe {
    height: 221px;
  }
}
.b_gr {
  background: #F8F8F8;
}
.faq {
  background: #F8F8F8;
}
.faq .ttl {
  background: url(../img/jishin_ttl_bg.webp) no-repeat top;
  background-size: 100% 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}
@media screen and (max-width: 818px) {
  .faq .ttl {
    padding-top: 38px;
    padding-bottom: 35px;
    padding-left: 12px;
    padding-right: 12px;
    background: url(../img/jishin_ttl_bg_sp.webp) no-repeat top;
    background-size: 100% 100%;
  }
}
.faq .ttl img {
  max-width: 493px;
  margin: auto;
}
@media screen and (max-width: 818px) {
  .faq .ttl img {
    max-width: 246px;
  }
}
.faq .inner {
  padding-left: 20px;
  padding-right: 20px;
  max-width: 961px;
  padding-top: 70px;
}
@media screen and (max-width: 818px) {
  .faq .inner {
    padding-top: 30px;
  }
}
.faq ul {
  background: #ffffff;
  box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15);
  padding: 85px 55px 110px 55px;
}
@media screen and (max-width: 818px) {
  .faq ul {
    padding: 30px 15px 35px 15px;
    box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  }
}
.faq ul li + li {
  margin-top: 35px;
  border-top: 2px solid #DEDEDE;
  padding-top: 45px;
}
@media screen and (max-width: 818px) {
  .faq ul li + li {
    margin-top: 25px;
    border-top: 1px solid #DEDEDE;
    padding-top: 38px;
  }
}
.faq ul li .q_txt {
  display: flex;
}
.faq ul li .q_txt .q_icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 58px;
  border-radius: 100%;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  background: #BF261A;
}
@media screen and (max-width: 818px) {
  .faq ul li .q_txt .q_icon {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.faq ul li .q_txt .q_l {
  width: calc(100% - 58px);
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1.5;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .faq ul li .q_txt .q_l {
    width: calc(100% - 30px);
    padding-left: 6px;
    font-size: 17px;
    letter-spacing: 0;
  }
}
.faq ul li .a_txt {
  display: flex;
  margin-top: 17px;
}
@media screen and (max-width: 818px) {
  .faq ul li .a_txt {
    margin-top: 10px;
  }
}
.faq ul li .a_txt .a_icon {
  width: 58px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 58px;
  border-radius: 100%;
  font-size: 36px;
  font-weight: bold;
  color: #BF261A;
  font-family: "Roboto", sans-serif;
  background: #FEE3E5;
  border: 1px solid #BF261A;
}
@media screen and (max-width: 818px) {
  .faq ul li .a_txt .a_icon {
    font-size: 20px;
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
}
.faq ul li .a_txt .a_l {
  width: calc(100% - 58px);
  padding-left: 10px;
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.9;
  text-align: left;
  padding-right: 20px;
  padding-top: 9px;
}
@media screen and (max-width: 818px) {
  .faq ul li .a_txt .a_l {
    padding-right: 10px;
    width: calc(100% - 30px);
    padding-left: 6px;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 1.5;
    padding-top: 5px;
  }
}
.contact {
  background: #F8F8F8;
}
.contact .inner {
  padding-top: 55px;
  padding-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .contact .inner {
    padding-top: 20px;
    padding-bottom: 30px;
  }
}
.contact p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.8px;
  color: #333;
  line-height: 1.7;
}
@media screen and (max-width: 818px) {
  .contact p {
    font-size: 15px;
    line-height: 1.9;
    letter-spacing: 0.3px;
  }
}
.contact p span {
  color: #C62416;
}
.contact .sub {
  margin: auto;
  margin-top: 15px;
  width: fit-content;
  padding-left: 27px;
  padding-right: 27px;
  font-size: 24px;
  letter-spacing: 2px;
  line-height: 1.3;
  font-weight: 900;
  font-style: italic;
  position: relative;
}
@media screen and (max-width: 818px) {
  .contact .sub {
    margin-top: 30px;
    font-size: 15px;
    letter-spacing: 0.45px;
    padding-left: 29px;
    padding-right: 21px;
  }
}
.contact .sub::after {
  position: absolute;
  content: "";
  width: 27px;
  height: 32px;
  left: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/faq_after01.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .contact .sub::after {
    top: 55%;
    height: 42px;
    background: url(../img/faq_after01_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
.contact .sub::before {
  position: absolute;
  content: "";
  width: 27px;
  height: 32px;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  background: url(../img/faq_after02.png) no-repeat center / contain;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .contact .sub::before {
    top: 55%;
    height: 42px;
    background: url(../img/faq_after02_sp.png) no-repeat center / contain;
    background-size: 100% 100%;
  }
}
.contact .c_btn {
  width: 100%;
  margin: auto;
  margin-top: 20px;
  position: relative;
  display: block;
  max-width: 770px;
  transition: all 0.3s ease;
}
.contact .c_btn:hover {
  opacity: 1 !important;
  transition: all 0.3s ease;
  transform: scale(1.05);
}
@media screen and (max-width: 818px) {
  .contact .c_btn {
    margin-top: 8px;
    width: calc(100% - 36px);
    margin-left: 18px;
  }
}
.contact .c_btn::after {
  background: #75190D;
  width: 100%;
  height: 86px;
  bottom: -5px;
  border-radius: 86px;
  content: "";
  position: absolute;
  left: 0;
}
@media screen and (max-width: 818px) {
  .contact .c_btn::after {
    bottom: -4px;
    height: 48px;
  }
}
.contact .c_btn span {
  width: 100%;
  color: #ffffff;
  position: relative;
  background: #C02518;
  z-index: 10;
  line-height: 86px;
  border-radius: 86px;
  display: block;
  padding-left: 12px;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 2.4px;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 818px) {
  .contact .c_btn span {
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0;
    line-height: 48px;
  }
}
.contact .c_btn span::after {
  content: "";
  position: absolute;
  width: 36px;
  height: 29px;
  left: 58px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/c_after01.webp) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .contact .c_btn span::after {
    width: 18px;
    height: 15px;
    left: 19px;
  }
}
.contact .c_btn span::before {
  content: "";
  position: absolute;
  width: 26px;
  height: 26px;
  right: 60px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/c_after02.webp) no-repeat center;
  background-size: 100% 100%;
}
@media screen and (max-width: 818px) {
  .contact .c_btn span::before {
    width: 14px;
    height: 14px;
    right: 23px;
  }
}
.footer {
  background: #8F1106;
  color: #ffffff;
  margin-top: 40px;
}
@media screen and (max-width: 818px) {
  .footer {
    margin-top: 0;
  }
}
.footer .inner {
  display: flex;
  justify-content: space-between;
  max-width: 919px;
  padding-top: 5px;
  padding-bottom: 10px;
}
@media screen and (max-width: 818px) {
  .footer .inner {
    display: block;
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 15px;
  }
}
.footer .f_logo {
  max-width: 204px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .footer .f_logo {
    margin: auto;
    max-width: 132px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.footer .txt_item {
  width: fit-content;
  margin-left: auto;
  margin-right: 0;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 818px) {
  .footer .txt_item {
    font-size: 11px;
    margin: auto;
  }
}
.footer .txt_item .f_list {
  display: flex;
  align-items: center;
}
.footer .txt_item .f_list a {
  color: #ffffff !important;
  text-decoration: underline;
}
.footer .txt_item a,
.footer .txt_item p {
  font-size: 15px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 818px) {
  .footer .txt_item a,
  .footer .txt_item p {
    font-size: 13px;
    letter-spacing: 0.39px;
  }
}
.mv {
  margin-top: 100px;
}
@media screen and (max-width: 818px) {
  .mv {
    margin-top: 62px;
  }
}
.mv .inner {
  max-width: 100%;
}
