@charset "UTF-8";
@media (max-width: 480px) {
  .pc_only {
    display: none;
  }
}

.sp_only {
  display: none;
}
@media (max-width: 480px) {
  .sp_only {
    display: block;
  }
}

.main_title {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.18em;
}

h2.under_title {
  font-family: "Noto Sans JP", sans-serif;
  color: #47362e;
  font-size: 3rem;
  line-height: 1.667;
  text-align: center;
  font-weight: 700;
  position: relative;
  padding-bottom: 25px;
  margin-bottom: clamp(40px, 3.6603221083vw, 50px);
}
h2.under_title::after {
  content: "";
  background: url(../img/illust_004.svg);
  width: 92px;
  height: 12px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 480px) {
  h2.under_title {
    padding-bottom: 20px;
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}

h3.under_subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 2.2rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #47362e;
  position: relative;
  margin-bottom: 20px;
}
@media (max-width: 480px) {
  h3.under_subtitle {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}

h3.under_subtitle2 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 2.6rem;
  line-height: 1.667;
  letter-spacing: 0.1em;
  color: #47362e;
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  h3.under_subtitle2 {
    margin-bottom: 15px;
    font-size: 1.8rem;
  }
}
h3.under_subtitle2::after {
  content: "";
  width: 40px;
  height: 2px;
  background: #e2501e;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.content {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  color: #47362e;
  line-height: 1.875;
  letter-spacing: 0.02em;
}

.wrap p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.875;
  color: #47362e;
  letter-spacing: 0.02em;
}
@media (max-width: 480px) {
  .wrap p {
    font-size: 1.4rem;
  }
}
.wrap .row {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .wrap .row {
    margin-bottom: 45px;
  }
}

.u_mb0 {
  margin-bottom: 0px;
}

.u_mb10 {
  margin-bottom: 10px;
}

.u_mb20 {
  margin-bottom: 20px;
}

.u_mb30 {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .u_mb30 {
    margin-bottom: 25px;
  }
}

.u_mb40 {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  .u_mb40 {
    margin-bottom: 35px;
  }
}

.u_mb60 {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .u_mb60 {
    margin-bottom: 40px;
  }
}

.u_mb80 {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .u_mb80 {
    margin-bottom: 60px;
  }
}

.u_mb120 {
  margin-bottom: 120px;
}
@media (max-width: 480px) {
  .u_mb120 {
    margin-bottom: 80px;
  }
}

.text_12 {
  font-size: 12px;
}
@media (max-width: 480px) {
  .text_12 {
    font-size: 11px;
  }
}

.text_14 {
  font-size: 14px;
}
@media (max-width: 480px) {
  .text_14 {
    font-size: 12px;
  }
}

.text_16 {
  font-size: 16px;
}
@media (max-width: 480px) {
  .text_16 {
    font-size: 14px;
  }
}

.text_18 {
  font-size: 18px;
}
@media (max-width: 480px) {
  .text_18 {
    font-size: 16px;
  }
}

.text_20 {
  font-size: 20px;
}
@media (max-width: 480px) {
  .text_20 {
    font-size: 18px;
  }
}

.text_22 {
  font-size: 22px;
}
@media (max-width: 480px) {
  .text_22 {
    font-size: 20px;
  }
}

.text_24 {
  font-size: 24px;
}
@media (max-width: 480px) {
  .text_24 {
    font-size: 20px;
  }
}

.text_28 {
  font-size: 28px;
}
@media (max-width: 480px) {
  .text_28 {
    font-size: 22px;
  }
}

html body {
  background: url(../img/top_bg002.jpg);
  background-size: cover;
}

html body .wrap .u_mb0 {
  margin-bottom: 0px;
}
html body .wrap .u_mb10 {
  margin-bottom: 10px;
}
html body .wrap .u_mb20 {
  margin-bottom: 20px;
}
html body .wrap .u_mb30 {
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  html body .wrap .u_mb30 {
    margin-bottom: 25px;
  }
}
html body .wrap .u_mb40 {
  margin-bottom: 40px;
}
@media (max-width: 480px) {
  html body .wrap .u_mb40 {
    margin-bottom: 35px;
  }
}
html body .wrap .u_mb60 {
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  html body .wrap .u_mb60 {
    margin-bottom: 40px;
  }
}
html body .wrap .u_mb80 {
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  html body .wrap .u_mb80 {
    margin-bottom: 60px;
  }
}
html body .wrap .u_mb120 {
  margin-bottom: 120px;
}
@media (max-width: 480px) {
  html body .wrap .u_mb120 {
    margin-bottom: 80px;
  }
}
html body .wrap .text_12 {
  font-size: 12px;
}
@media (max-width: 480px) {
  html body .wrap .text_12 {
    font-size: 11px;
  }
}
html body .wrap .text_14 {
  font-size: 14px;
}
@media (max-width: 480px) {
  html body .wrap .text_14 {
    font-size: 12px;
  }
}
html body .wrap .text_16 {
  font-size: 16px;
}
@media (max-width: 480px) {
  html body .wrap .text_16 {
    font-size: 14px;
  }
}
html body .wrap .text_18 {
  font-size: 18px;
}
@media (max-width: 480px) {
  html body .wrap .text_18 {
    font-size: 16px;
  }
}
html body .wrap .text_20 {
  font-size: 20px;
}
@media (max-width: 480px) {
  html body .wrap .text_20 {
    font-size: 18px;
  }
}
html body .wrap .text_22 {
  font-size: 22px;
}
@media (max-width: 480px) {
  html body .wrap .text_22 {
    font-size: 20px;
  }
}
html body .wrap .text_24 {
  font-size: 24px;
}
@media (max-width: 480px) {
  html body .wrap .text_24 {
    font-size: 20px;
  }
}
html body .wrap .text_28 {
  font-size: 28px;
}
@media (max-width: 480px) {
  html body .wrap .text_28 {
    font-size: 22px;
  }
}
html body .wrap .al_start {
  align-items: start;
}
html body .wrap .al_center {
  align-items: center;
}
html body .wrap .js_cneter {
  justify-content: center;
}
html body .wrap .flex_center {
  align-items: center;
  justify-content: center;
}
html body .wrap .re_center {
  text-align: center;
}
@media (max-width: 480px) {
  html body .wrap .re_center {
    text-align: start;
  }
}
html body .wrap .u_center {
  text-align: center;
}
html body .wrap .u_start {
  text-align: start;
}
html body .wrap .u_end {
  text-align: end;
}

.bg_b {
  padding: clamp(70px, 7.3206442167vw, 100px) 0;
  position: relative;
  background: url(../img/top_bg003.jpg);
  background-size: cover;
}
@media (max-width: 480px) {
  .bg_b {
    padding: 60px 0;
  }
}

.bg_w {
  background: transparent;
  padding: clamp(70px, 7.3206442167vw, 100px) 0;
  background-size: cover;
}
@media (max-width: 480px) {
  .bg_w {
    padding: 60px 0;
  }
}
.bg_w.add_top {
  position: relative;
}
.bg_w.add_top::after {
  position: absolute;
  top: 0;
  left: 0px;
  width: 100%;
  height: 60px;
  content: "";
  z-index: 0;
  background: url(../img/dot_bg.svg) 0% 0%/auto;
  z-index: 1;
}
@media (max-width: 480px) {
  .bg_w.add_top::after {
    height: 30px;
  }
}

.effect_left {
  position: relative;
}
.effect_left::before {
  background: url(../img/illust_001.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: 0;
  width: 193px;
  height: 127px;
  top: -85.5px;
  z-index: 2;
}
@media (max-width: 480px) {
  .effect_left::before {
    width: 95px;
    height: 63px;
    top: -40px;
  }
}

.effect_right {
  position: relative;
}
.effect_right::before {
  background: url(../img/illust_001.png) no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  right: 0;
  width: 193px;
  height: 127px;
  top: -85.5px;
  z-index: 2;
  transform: scaleX(-1);
}
@media (max-width: 480px) {
  .effect_right::before {
    width: 95px;
    height: 63px;
    top: -40px;
  }
}

.under_blue {
  background: #effafc;
  padding: 55px;
}
@media (max-width: 480px) {
  .under_blue {
    padding: 55px 6%;
  }
}

.flex_box {
  display: flex;
  -moz-column-gap: 3.64%;
       column-gap: 3.64%;
  justify-content: space-between;
  align-items: start;
}
@media (max-width: 480px) {
  .flex_box {
    flex-direction: column;
    row-gap: clamp(20px, 6.25vw, 30px);
    align-items: center;
  }
}
.flex_box .img_area {
  width: 51.82%;
}
@media (max-width: 480px) {
  .flex_box .img_area {
    width: 100%;
  }
}
.flex_box .text_area {
  width: 44.55%;
}
@media (max-width: 480px) {
  .flex_box .text_area {
    width: 100%;
  }
}
.flex_box .col {
  width: 50%;
}
@media (max-width: 480px) {
  .flex_box .col {
    width: 100%;
  }
}
.flex_box .w30 {
  width: 30%;
}
@media (max-width: 480px) {
  .flex_box .w30 {
    width: 100%;
  }
}
.flex_box .w40 {
  width: 40%;
}
@media (max-width: 480px) {
  .flex_box .w40 {
    width: 100%;
  }
}
.flex_box .w60 {
  width: 60%;
}
@media (max-width: 480px) {
  .flex_box .w60 {
    width: 100%;
  }
}
.flex_box .w70 {
  width: 70%;
}
@media (max-width: 480px) {
  .flex_box .w70 {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .flex_box.box_reverse {
    flex-direction: column-reverse;
  }
}

.flex_box_nores {
  display: flex;
  -moz-column-gap: clamp(10px, 2.196193265vw, 30px);
       column-gap: clamp(10px, 2.196193265vw, 30px);
  justify-content: space-between;
}
.flex_box_nores .col {
  width: 50%;
}

.flex_box_nores.u_mb30 {
  margin-bottom: clamp(10px, 2.196193265vw, 30px) !important;
}

.step_box {
  position: relative;
}
.step_box .step_flex {
  display: flex;
  position: relative;
  margin-bottom: 60px;
}
@media (max-width: 480px) {
  .step_box .step_flex {
    flex-direction: column;
  }
}
.step_box .step_flex:last-of-type::after {
  display: none;
}
.step_box .step_flex::after {
  top: 110%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(194, 225, 245, 0) !important;
  border-top-color: #e2501e !important;
  border-width: 30px !important;
  margin-left: -30px !important;
  z-index: 20 !important;
}
@media (max-width: 480px) {
  .step_box .step_flex::after {
    border-width: 20px !important;
    margin-left: -20px !important;
    top: 107%;
  }
}
.step_box .step_flex .step_area {
  background: #e2501e;
  padding: 64px 37px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-top-left-radius: 20px;
}
@media (max-width: 480px) {
  .step_box .step_flex .step_area {
    padding: 10px;
  }
}
.step_box .step_flex .step_area p {
  color: #fff;
}
.step_box .step_flex .step_area p .s_s {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 2.2rem;
  line-height: 1.364;
  color: #fff;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media (max-width: 480px) {
  .step_box .step_flex .step_area p .s_s {
    font-size: 1.8rem;
  }
}
.step_box .step_flex .content_area {
  padding: 30px 20px;
  background: #effafb;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.step_box .step_flex .content_area h3 {
  font-size: 2rem;
}

.Qa-Box {
  width: 100%;
  margin: 0 auto;
}
.Qa-Box .Qa {
  margin-bottom: 30px;
}
.Qa-Box .Qa dt,
.Qa-Box .Qa dd {
  display: flex;
  align-items: baseline;
  padding: 15px;
}
.Qa-Box .Qa dt p,
.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 0;
}
.Qa-Box .Qa dt {
  background: #e2501e;
  margin: 0;
  border-top-left-radius: 20px;
}
.Qa-Box .Qa dt::before {
  content: "Q.";
  color: #fff;
  font-weight: 500;
  padding: 0 4px;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  letter-spacing: 0.06em;
  line-height: normal;
  font-size: 2rem;
}
.Qa-Box .Qa dt p {
  color: #fff;
  font-weight: bold;
  padding-left: 5px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.667;
  letter-spacing: 0.02em;
}
.Qa-Box .Qa dd {
  border-bottom-right-radius: 20px;
  box-shadow: 0 2px 6px 0 #deeff0;
}
.mv_wrap {
  margin-top: 20px;
  padding: 0 30px;
  position: relative;
}
@media (max-width: 480px) {
  .mv_wrap {
    padding: 0 10px;
    overflow: hidden;
    margin-top: 0;
  }
}
.mv_wrap::after {
  content: "";
  background: url(../img/under/sub_illust001.svg) no-repeat;
  background-size: contain;
  width: clamp(120px, 9.4791666667vw, 182px);
  height: clamp(170px, 13.0729166667vw, 251px);
  bottom: -134px;
  left: 0;
  position: absolute;
  content: "";
  z-index: 2;
}
@media (max-width: 1366px) {
  .mv_wrap::after {
    bottom: -10px;
  }
}
@media (max-width: 480px) {
  .mv_wrap::after {
    width: 60px;
    height: 85px;
    bottom: 0;
  }
}
.mv_wrap::before {
  content: "";
  background: url(../img/under/sub_illust002.svg) no-repeat;
  background-size: contain;
  width: clamp(80px, 6.6145833333vw, 127px);
  height: clamp(180px, 13.75vw, 264px);
  bottom: -155px;
  right: 0;
  position: absolute;
  content: "";
  z-index: 2;
}
@media (max-width: 1366px) {
  .mv_wrap::before {
    bottom: -10px;
  }
}
@media (max-width: 480px) {
  .mv_wrap::before {
    width: 60px;
    height: 85px;
    bottom: 0;
    right: -6%;
  }
}
.mv_wrap .main_visual_subpage {
  width: 100%;
  height: 264px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  position: relative;
  padding: 0 6%;
  background: url(../img/under/h1_bg.jpg) no-repeat;
  background-size: cover;
  z-index: 1;
  border-radius: 20px;
}
@media (max-width: 480px) {
  .mv_wrap .main_visual_subpage {
    padding: 0 2%;
    text-align: center;
    align-items: center;
    height: 150px;
  }
}
.mv_wrap .main_visual_subpage .page_name {
  z-index: 3;
}
.mv_wrap .main_visual_subpage .page_name h1 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #47362e;
  font-size: clamp(28px, 2.5622254758vw, 35px);
}
@media (max-width: 480px) {
  .mv_wrap .main_visual_subpage .page_name h1 {
    font-size: clamp(24px, 5.8333333333vw, 28px);
  }
}

#contents {
  background: transparent;
}

#contents .breadcrumbs {
  background: transparent;
}

.table_base table {
  border-right: 1px solid rgb(8, 42, 79);
  border-left: 1px solid rgb(8, 42, 79);
}
@media (max-width: 480px) {
  .table_base table {
    border: 1px solid rgb(8, 42, 79);
  }
}

.table_base table tbody th {
  font-size: 1.6rem;
  text-align: left;
  width: 28%;
  background: #e2501e;
  color: #fff;
  font-weight: bold;
}
@media (max-width: 480px) {
  .table_base table tbody th {
    width: 100%;
  }
}

.text_flex {
  display: flex;
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin: 0;
  align-items: center;
}
.text_flex img {
  width: 32px;
  height: 32px;
}
.text_flex span {
  color: #47362e;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 480px) {
  .text_flex span {
    font-size: 1.6rem;
  }
}

.a_link {
  color: #e2501e !important;
  font-weight: bold;
  transition: 0.4s;
  text-decoration: underline !important;
}
.a_link:hover {
  opacity: 0.7;
  transition: 0.4s;
}

.anchor {
  margin-top: -120px;
  padding-top: 120px;
}

.under_grid_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: 20px;
       column-gap: 20px;
}
@media (max-width: 480px) {
  .under_grid_box {
    grid-template-columns: 1fr;
    row-gap: 70px;
  }
}
.under_grid_box .col {
  max-width: 420px;
  width: 100%;
  margin: 0 auto;
  padding: 47px 40px 45px;
  position: relative;
}
@media (max-width: 480px) {
  .under_grid_box .col {
    padding: 47px 0 45px;
  }
}
.under_grid_box .col::after {
  position: absolute;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  z-index: 1;
}
.under_grid_box .col .address_content {
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: clamp(18px, 1.5373352855vw, 21px);
  line-height: normal;
  letter-spacing: 0.02em;
  color: #fff;
}
.under_grid_box .col .address {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  text-align: center;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #fff;
  display: block;
  margin-bottom: 17px;
  font-size: clamp(32px, 2.5622254758vw, 35px);
}
.under_grid_box .col.box1 {
  background: #5ab7aa;
  border-top-left-radius: 40px;
}
@media (max-width: 480px) {
  .under_grid_box .col.box1 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.under_grid_box .col.box1::after {
  background: url(../img/icon_001.svg) no-repeat center;
  background-color: #5ab7aa;
}
.under_grid_box .col.box1 .time {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.under_grid_box .col.box1 .time .time_head {
  padding: 3px 10px 4px;
  color: #5ab7aa;
  border-radius: 5px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.02em;
}
.under_grid_box .col.box1 .time .time_body {
  font-family: "Roboto", sans-serif;
  font-weight: bold;
  color: #fff;
  line-height: normal;
  letter-spacing: 0.02em;
  font-size: 2rem;
}
.under_grid_box .col.box2 {
  background: #6baecc;
}
@media (max-width: 480px) {
  .under_grid_box .col.box2 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
  }
}
.under_grid_box .col.box2::after {
  background: url(../img/icon_002.svg) no-repeat center;
  background-color: #6baecc;
}
.under_grid_box .col.box2 .time {
  padding: 3px 10px 4px;
  color: #6baecc;
  border-radius: 5px;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: normal;
  letter-spacing: 0.02em;
}
@media (max-width: 480px) {
  .under_grid_box .col.box2 .time {
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
  }
}
.under_grid_box .col.box3 {
  background: #4fbac8;
  border-bottom-right-radius: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .under_grid_box .col.box3 {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: unset;
    row-gap: 30px;
  }
}
.under_grid_box .col.box3::after {
  background: url(../img/icon_003.svg) no-repeat center;
  background-color: #4fbac8;
}
.under_grid_box .col.box3 .button {
  margin: 0;
}
.under_grid_box .col.box3 .button a {
  width: 265px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  letter-spacing: 0.02em;
  color: #e2501e;
  padding: 1em 4em 1em 1.5em;
  position: relative;
  background: #fff;
  border-radius: 50vh;
  transition: 0.4s all;
  display: block;
  margin: 0 auto;
  border: 1px solid #e2501e;
}
.under_grid_box .col.box3 .button a::after {
  background: url(../img/arrow_002.svg) no-repeat;
  position: absolute;
  top: 50%;
  right: 2.25rem;
  transform: translateY(-50%);
  width: 18px;
  height: 10px;
  background-size: contain;
  content: "";
  transition: 0.4s all;
}
.under_grid_box .col.box3 .button a:hover {
  border: 1px solid #fff;
  background: #e2501e;
  color: #fff;
}
.under_grid_box .col.box3 .button a:hover::after {
  background: url(../img/arrow_001.svg) no-repeat;
  right: 2rem;
  background-size: contain;
}

.s_menu-table {
  width: 100%;
}
.s_menu-table tbody tr {
  border-bottom: 1px solid #47362e;
}
.s_menu-table tbody tr:first-child {
  border-top: 1px solid #47362e;
}
@media (max-width: 769px) {
  .s_menu-table tbody tr {
    border-bottom: none;
  }
}
.s_menu-table th p,
.s_menu-table td p {
  margin: 0;
}
.s_menu-table th {
  text-align: left;
  width: 30%;
  background: transparent;
  border: none;
  line-height: 2;
  padding: 20px 15px;
}
@media (max-width: 480px) {
  .s_menu-table th {
    display: block;
    width: 100%;
    color: #47362e;
    padding: 10px 6%;
  }
}
.s_menu-table th span {
  display: block;
  font-weight: bold;
}
.s_menu-table td {
  border: none;
  line-height: 2;
  padding: 20px 15px;
  font-weight: bold;
  text-align: end;
}
@media (max-width: 480px) {
  .s_menu-table td {
    display: block;
    width: 100%;
    text-align: right;
    border-bottom: 1px solid #47362e;
    padding: 10px 6%;
  }
}

.send_btn_inner button {
  background: #e2501e;
  border: 2px solid #e2501e;
}
.send_btn_inner button:hover {
  color: #e2501e;
}

.fax {
  pointer-events: none;
}

.single .button {
  margin: 0;
}
.single .button a {
  max-width: 265px;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: normal;
  margin: 0 auto;
  letter-spacing: 0.02em;
  color: #fff;
  padding: 1em 4em 1em 1.5em;
  position: relative;
  background: #e2501e;
  border-radius: 50vh;
  transition: 0.4s all;
  display: block;
  border: 1px solid #e2501e;
}
.single .button a::after {
  background: url(../img/arrow_001.svg) no-repeat;
  position: absolute;
  background-size: contain;
  top: 50%;
  right: 2.25rem;
  transform: translateY(-50%);
  width: 18px;
  height: 10px;
  content: "";
  transition: 0.4s all;
}
.single .button a:hover {
  background: #fff;
  color: #e2501e;
}
.single .button a:hover::after {
  background: url(../img/arrow_002.svg) no-repeat;
  right: 2rem;
  background-size: contain;
}

#header::after {
  display: none;
}

.news_list {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #adadad;
}

.news_item {
  border-bottom: 1px solid #adadad;
  padding: clamp(20px, 2.196193265vw, 30px);
  position: relative;
}
.news_item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  background: url(../img/arrow_orange.png) no-repeat;
  background-size: contain;
  width: 22px;
  height: 16px;
}
@media (max-width: 480px) {
  .news_item::after {
    width: 16px;
    height: 13px;
    transform: unset;
    top: 25px;
  }
}

.news_item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  -moz-column-gap: 30px;
       column-gap: 30px;
  color: #333;
  font-weight: 500;
  transition: all 0.3s ease;
}
@media (max-width: 480px) {
  .news_item a {
    flex-direction: column;
    row-gap: 10px;
    align-items: flex-start;
  }
}

.news_item a:hover span {
  color: #e2501e;
}

.news_date {
  font-size: 1.6rem;
  color: #e2501e;
  font-family: "Roboto", sans-serif;
  line-height: 1.825;
  letter-spacing: 0.02em;
}

.news_title {
  font-size: 1.6rem;
  color: #47362e;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.825;
  letter-spacing: 0.02em;
}

.font_te {
  font-family: "Yuji Mai", serif !important;
}

.grid_button_3column {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: clamp(20px, 2.196193265vw, 30px);
       column-gap: clamp(20px, 2.196193265vw, 30px);
  margin-bottom: clamp(70px, 7.3206442167vw, 100px) !important;
}
@media (max-width: 480px) {
  .grid_button_3column {
    grid-template-columns: 1fr;
    row-gap: clamp(10px, 4.1666666667vw, 20px);
  }
}
.grid_button_3column .under_button a {
  max-width: 280px;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2501e;
  border-radius: 50vh;
  color: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 480px) {
  .grid_button_3column .under_button a {
    height: 45px;
  }
}
.grid_button_3column .under_button a:hover {
  transform: translateY(10px);
}
.grid_button_3column .under_button a::after {
  content: "\f078";
  position: absolute;
  font-weight: bold !important;
  font-family: "Font Awesome 5 Free";
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.grid_button_2column {
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: clamp(20px, 2.196193265vw, 30px);
       column-gap: clamp(20px, 2.196193265vw, 30px);
}
@media (max-width: 480px) {
  .grid_button_2column {
    grid-template-columns: 1fr;
    row-gap: clamp(20px, 6.25vw, 30px);
  }
}
.grid_button_2column .under_button a {
  max-width: 280px;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2501e;
  border-radius: 50vh;
  color: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  transition: 0.4s all;
}
.grid_button_2column .under_button a span {
  position: relative;
  left: 10px;
}
.grid_button_2column .under_button a:hover {
  transform: translateY(10px);
}
.grid_button_2column .under_button a::after {
  content: "\f078";
  position: absolute;
  font-weight: bold !important;
  font-family: "Font Awesome 5 Free";
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.border_20 {
  border-radius: 20px;
}
@media (max-width: 480px) {
  .border_20 {
    border-radius: 8px;
  }
}

.grid_area {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
@media (max-width: 480px) {
  .grid_area {
    grid-template-columns: 1fr;
  }
}
.grid_area .grid_wrap {
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 2;
  gap: 0;
}

.pdf_button a {
  max-width: 320px;
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #fff;
  position: relative;
  border: 1px solid #e2501e;
  transition: 0.4s all;
  margin: 0 auto;
}
.pdf_button a:hover {
  transform: translateY(-10px);
}
.pdf_button a::after {
  content: "";
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url(../img/under/PDF.svg);
  width: 35px;
  height: 35px;
  position: absolute;
}
.pdf_button a span {
  color: #e2501e;
  position: relative;
  left: 20px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2;
  letter-spacing: 0.02em;
}

.under_button_long a {
  max-width: 400px;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2501e;
  border-radius: 50vh;
  color: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 480px) {
  .under_button_long a {
    font-size: 1.4rem;
  }
}
@media (max-width: 374px) {
  .under_button_long a {
    font-size: 1.2rem;
  }
}
.under_button_long a:hover {
  background: #da4c1c;
}
.under_button_long a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url(../img/btn_arrow.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 13px;
}

.under_button_long_2 a {
  max-width: 500px;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2501e;
  border-radius: 50vh;
  color: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 480px) {
  .under_button_long_2 a {
    font-size: 1.4rem;
  }
}
@media (max-width: 374px) {
  .under_button_long_2 a {
    font-size: 1.2rem;
  }
}
.under_button_long_2 a:hover {
  background: #da4c1c;
}
.under_button_long_2 a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url(../img/btn_arrow.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 13px;
}

.under_button.add_arrow a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url(../img/btn_arrow.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 13px;
}
.under_button.add_arrow a:hover {
  transform: unset;
  background: #da4c1c;
}

@media (max-width: 480px) {
  .scrollable {
    overflow-x: auto;
    white-space: nowrap;
    max-width: 100%;
  }
}

.max_img {
  display: inline-block;
}

@media (max-width: 480px) {
  .max_img img {
    width: 800px;
  }
}

.figure_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -moz-column-gap: clamp(10px, 2.196193265vw, 30px);
       column-gap: clamp(10px, 2.196193265vw, 30px);
}

.add_flower {
  position: relative;
}
.add_flower::after {
  content: "";
  background: url(../img/under/sub_illust001.svg) no-repeat;
  background-size: contain;
  width: clamp(120px, 9.4791666667vw, 182px);
  height: clamp(170px, 13.0729166667vw, 251px);
  top: -134px;
  left: 0;
  position: absolute;
  content: "";
  z-index: 10;
}
@media (max-width: 1366px) {
  .add_flower::after {
    top: -100px;
  }
}
@media (max-width: 480px) {
  .add_flower::after {
    width: 80px;
    height: 105px;
    top: -40px;
  }
}
.add_flower::before {
  content: "";
  background: url(../img/under/sub_illust002.svg) no-repeat;
  background-size: contain;
  width: clamp(80px, 6.6145833333vw, 127px);
  height: clamp(180px, 13.75vw, 264px);
  top: -155px;
  right: 0;
  position: absolute;
  content: "";
  z-index: 10;
}
@media (max-width: 1366px) {
  .add_flower::before {
    top: -100px;
  }
}
@media (max-width: 480px) {
  .add_flower::before {
    width: 60px;
    height: 120px;
    top: -40px;
  }
}

.bg_box_b {
  padding: clamp(30px, 3.2942898975vw, 45px) clamp(20px, 2.196193265vw, 30px);
  background: url(../img/top_bg003.jpg) no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.bg_box_w {
  padding: clamp(30px, 3.2942898975vw, 45px) clamp(20px, 2.196193265vw, 30px);
  background: url(../img/top_bg002.jpg) no-repeat;
  background-size: cover;
  border-radius: 20px;
}

@media (max-width: 480px) {
  #contents3 h1 {
    font-size: clamp(20px, 4.5833333333vw, 22px);
  }
}
@media (max-width: 375px) {
  #contents3 h1 {
    font-size: 5.3333333333vw;
  }
}
@media (max-width: 480px) {
  #contents3 h1 span {
    font-size: 1.4rem !important;
  }
}

.delivery-flow {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 24px;
  padding: 40px 20px;
  position: relative;
}
.delivery-flow .flow-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-bottom: 30px;
  background: #fff;
  border-radius: 20px;
  border: 1px solid #e2501e;
  padding: 20px;
}
@media (max-width: 480px) {
  .delivery-flow .flow-item {
    border-radius: 8px;
  }
}
.delivery-flow .flow-item .icon {
  width: 60px;
  height: 60px;
  margin-bottom: 12px;
}
.delivery-flow .flow-item .icon img {
  max-width: 100%;
  height: auto;
}
.delivery-flow .flow-item .title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 8px;
}
.delivery-flow .flow-item .desc {
  font-size: 14px;
  text-align: start;
  line-height: 1.5;
}
.delivery-flow .flow-item::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -18px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 12px solid #e2501e;
}
.delivery-flow .flow-item:last-child::after {
  display: none;
}
@media (max-width: 480px) {
  .delivery-flow .flow-item::after {
    top: 100%;
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 12px solid #e2501e;
    border-bottom: none;
  }
  .delivery-flow .flow-item:last-child::after {
    display: none;
  }
}
@media (max-width: 480px) {
  .delivery-flow {
    grid-template-columns: 1fr;
  }
}

.price_table {
  width: 100%;
  border-collapse: collapse;
  color: #47362e;
  background: #fff;
  min-width: 100%;
}
.price_table thead {
  background: #e2501e;
  color: #fff;
}
.price_table thead th {
  padding: 12px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  border: 1px solid #e2501e;
  border-bottom: 2px solid #fff;
  border-right: 1px solid #fff;
}
.price_table thead th:last-of-type {
  border-right: 1px solid #e2501e;
}
.price_table tbody tr:nth-child(even) {
  background: #f8f5f3;
}
.price_table tbody tr td {
  padding: 12px;
  text-align: center;
  border: 1px solid #ccc;
  font-size: 14px;
}
@media (max-width: 480px) {
  .price_table {
    min-width: 480px;
  }
}

.table_grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 3.8%;
       column-gap: 3.8%;
}
@media (max-width: 480px) {
  .table_grid {
    display: flex;
    flex-direction: column;
    row-gap: 60px;
  }
}
.table_grid .col {
  gap: 0;
  display: grid;
  grid-template-rows: subgrid;
  grid-row: span 4;
}
@media (max-width: 480px) {
  .table_grid .col {
    display: block;
  }
}

.grid_2 {
  grid-template-columns: 0.65fr 0.35fr;
}

.add_line {
  border: 2px solid #e2501e;
  padding: 10px;
  border-radius: 8px;
}

/*=========
faq
=========*/
/*=========
accordion
=========*/
.accordion_area .accordion_one .ac_header {
  border-top: 1px solid #ccc;
  padding: 35px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  transition: 0.2s;
}

.accordion_area .accordion_one:last-child {
  border-bottom: 1px solid #ccc;
}

.accordion_area .accordion_one .ac_header .i_box {
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 20px;
  height: 20px;
  margin-top: -10px;
}

.accordion_area .accordion_one .ac_header .i_box:before,
.accordion_area .accordion_one .ac_header .i_box:after {
  position: absolute;
  content: "";
  margin: auto;
  box-sizing: border-box;
  vertical-align: middle;
}

.accordion_area .accordion_one .ac_header .i_box:before {
  border-top: 2px solid #47362e;
  width: 20px;
  height: 0;
  top: 0;
  bottom: 0;
  right: 0;
}

.accordion_area .accordion_one .ac_header .i_box:after {
  border-left: 2px solid #47362e;
  width: 0;
  height: 20px;
  top: 0;
  bottom: 0;
  right: 9px;
  transition: 0.3s;
}

.accordion_area .accordion_one .ac_header.open .i_box:after {
  height: 0;
}

.accordion_area .accordion_one .ac_inner {
  display: none;
  padding: 0px 35px 35px;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .accordion_area .accordion_one .ac_header {
    padding: 1.5rem 3rem 1.5rem 1rem;
  }
  .accordion_area .accordion_one .ac_header .i_box {
    right: 0.8rem;
    width: 15px;
    height: 15px;
    margin-top: -7px;
  }
  .accordion_area .accordion_one .ac_header .i_box:before {
    width: 15px;
  }
  .accordion_area .accordion_one .ac_header .i_box:after {
    height: 15px;
    right: 7px;
  }
  .accordion_area .accordion_one .ac_inner {
    padding: 0 1.5rem 1.5rem 1rem;
  }
}
/*=========
faq
=========*/
.p-faq__headinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.p-faq__headinner::before {
  position: absolute;
  left: 0;
  content: "Q";
  color: #e2501e;
  font-size: 2.4rem;
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
}

.p-faq__headinner p.p-faq__q-txt {
  font-size: 18px;
  font-weight: bold;
}

@media screen and (max-width: 480px) {
  .p-faq__headinner {
    padding-left: 25px;
  }
  .p-faq__headinner::before {
    font-size: 18px;
  }
  .p-faq__headinner p.p-faq__q-txt {
    font-size: 14px;
  }
}
.p-faq__bodyinner {
  display: block;
  padding-left: 35px;
  position: relative;
  line-height: 1.5;
}

.p-faq__bodyinner::before {
  position: absolute;
  left: 0;
  content: "A";
  color: #f2ce3f;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.2;
}

.p-faq__bodyinner p.p-faq__a-txt {
  font-size: 16px;
}

@media (max-width: 480px) {
  .p-faq__bodyinner {
    padding-left: 25px;
  }
  .p-faq__bodyinner::before {
    font-size: 18px;
  }
  .p-faq__bodyinner p.p-faq__a-txt {
    font-size: 14px;
  }
}
.font_red {
  color: red !important;
}

.white_box {
  background: #fff;
  padding: 25px 25px 30px 25px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}
@media (max-width: 480px) {
  .white_box {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
  }
}

.grid_img img {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}
@media (max-width: 480px) {
  .grid_img img {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
  }
}

.grid_line {
  margin-bottom: 15px;
}

.add_effect {
  position: relative;
}
.add_effect::after {
  content: "";
  position: absolute;
  background: url(../img/under/sub_illust004.svg) no-repeat;
  background-size: contain;
  width: 82px;
  height: 60px;
  top: -30px;
  right: -28px;
}
@media (max-width: 480px) {
  .add_effect::after {
    top: 0;
    width: 40px;
    height: 30px;
    right: -10px;
  }
}

/* ===============================================
# qaここまで
=============================================== */
html body .wrap {
  max-width: 1100px;
  width: 100%;
}

.bg_white td {
  background: #fff !important;
}

.price_table .category {
  background: #f8e6e1 !important;
  font-weight: bold;
}

.access_map .access_data dl dt {
  float: unset;
}

.access_map .access_data dl dd {
  padding-left: unset;
}

.access_map .access_data dl {
  display: grid;
  grid-template-columns: 0.2fr 0.8fr;
}
@media (max-width: 480px) {
  .access_map .access_data dl {
    grid-template-columns: 1fr;
  }
}

#footer {
  position: relative;
}
@media (max-width: 480px) {
  #footer::after {
    content: "";
    right: 0;
    top: -63px;
    position: absolute;
    background: url(../img/illust_022.svg) no-repeat;
    background-size: contain;
    width: 120px;
    height: 100px;
  }
}

.under_button_wp a {
  max-width: 280px;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2501e;
  border-radius: 50vh;
  color: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  transition: 0.4s all;
}
.under_button_wp a span {
  position: relative;
  left: 10px;
}
.under_button_wp a:hover {
  transform: translateY(10px);
}
.under_button_wp a::after {
  content: "\f078";
  position: absolute;
  font-weight: bold !important;
  font-family: "Font Awesome 5 Free";
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.mt_120 {
  margin-top: clamp(80px, 8.78477306vw, 120px);
}

.title_area {
  margin-top: clamp(60px, 5.8565153734vw, 80px);
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e2501e;
}
.title_area .title {
  text-align: start;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1.385;
  font-size: clamp(26px, 2.196193265vw, 30px);
  letter-spacing: 0.05em;
  color: #47362e;
  margin-bottom: clamp(15px, 1.6105417277vw, 22px);
}
@media (max-width: 480px) {
  .title_area .title {
    font-size: 5.4166666667vw;
  }
}

.news_content {
  margin-bottom: clamp(45px, 4.39238653vw, 60px);
}

#contents .breadcrumbs ul {
  margin: 0 auto;
  max-width: 1100px;
}

.floating_nav {
  grid-template-columns: repeat(4, 1fr);
  display: grid;
  gap: clamp(10px, 1.4641288433vw, 20px);
}
@media (max-width: 480px) {
  .floating_nav {
    grid-template-columns: repeat(2, 1fr);
  }
}
.floating_nav li a {
  max-width: 280px;
  width: 100%;
  height: 64px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2501e;
  border-radius: 50vh;
  color: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 480px) {
  .floating_nav li a {
    height: 45px;
  }
}
@media (max-width: 375px) {
  .floating_nav li a {
    font-size: 4.2666666667vw;
  }
}
.floating_nav li a:hover {
  transform: translateY(10px);
}
.floating_nav li a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url(../img/btn_arrow.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 13px;
}
@media (max-width: 375px) {
  .floating_nav li a::after {
    width: 4.2666666667vw;
    height: 3.4666666667vw;
  }
}

.l-grid {
  display: grid;
  gap: 55px 80px;
  grid-template-columns: 680px 1fr;
  grid-template-areas: "detail sadebar" "pager  pager";
}

@media (max-width: 480px) {
  .l-grid {
    gap: 0px;
    grid-template-columns: 100%;
    grid-template-areas: "detail" "pager" "sadebar";
  }
}
.l-grid .works_detail_main {
  grid-area: detail;
}

.l-grid .side-bar {
  grid-area: sadebar;
}

.l-grid #detail_PageList {
  grid-area: pager;
}

@media (max-width: 480px) {
  .side-bar {
    margin-top: 50px;
  }
}
.side-bar .side-bar__ttl {
  background-color: #e2501e;
  padding: 0.2em 0.5em;
  color: #fff;
  text-align: center;
  margin-bottom: 1em;
}

@media (max-width: 480px) {
  .side-bar .side-bar__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}
.side-bar .side-bar__list .side-bar__link {
  transition: opacity 0.3s;
}

.side-bar .side-bar__list .side-bar__link .side-bar__thumb {
  aspect-ratio: 16/9;
}

.side-bar .side-bar__list .side-bar__link .side-bar__thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.side-bar .side-bar__list .side-bar__link .side-bar__meta {
  line-height: 1.2;
}

.side-bar .side-bar__list .side-bar__link .side-bar__meta .side-bar__title {
  font-weight: 500;
  font-size: 0.9em;
}

.side-bar .side-bar__list .side-bar__link .side-bar__meta .side-bar__date {
  font-size: 0.8em;
}

@media (min-width: 480px) {
  .side-bar .side-bar__list .side-bar__link:hover {
    opacity: 0.7;
  }
}
@media (max-width: 480px) {
  .side-bar .side-bar__list li {
    width: 48.5%;
  }
}
.side-bar .side-bar__list li:not(:last-child) {
  margin-bottom: 1em;
}

.works_detail_category {
  display: flex;
  align-items: center;
  -moz-column-gap: 8px;
       column-gap: 8px;
}
.works_detail_category li {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  border: 1px solid #47362e;
  line-height: 2.286;
  padding: 0 15px;
  letter-spacing: 0.02em;
  border-radius: 50vh;
  background: #f7ebbf;
}

.under_button_short a {
  width: clamp(240px, 20.4978038067vw, 280px);
  height: clamp(50px, 4.6852122987vw, 64px);
  display: flex;
  justify-content: center;
  align-items: center;
  background: #e2501e;
  border-radius: 50vh;
  color: #fff;
  margin: 0 auto;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.02em;
  font-weight: 500;
  position: relative;
  transition: 0.4s all;
}
@media (max-width: 480px) {
  .under_button_short a {
    font-size: 1.4rem;
  }
}
@media (max-width: 375px) {
  .under_button_short a {
    width: 42.6666666667vw;
    height: 13.3333333333vw;
    font-size: 3.2vw;
  }
}
.under_button_short a:hover {
  background: #da4c1c;
}
.under_button_short a::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  background: url(../img/btn_arrow.svg) no-repeat;
  background-size: contain;
  width: 16px;
  height: 13px;
}
@media (max-width: 480px) {
  .under_button_short a::after {
    width: 12px;
    height: 10px;
  }
}

#detail_PageList {
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  justify-content: center;
}
@media (max-width: 480px) {
  #detail_PageList .prev,
  #detail_PageList .next {
    font-size: 1.2rem;
  }
}
@media (max-width: 375px) {
  #detail_PageList .prev,
  #detail_PageList .next {
    font-size: 3.2vw;
  }
}/*# sourceMappingURL=contents.css.map */