@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@600&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap');

/* ==============================
    リセットCSS
============================== */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  list-style-type: none;
}

a {
  color: #000;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  line-height: 1;
  letter-spacing: 0.04em;
}

blockquote,
q {
  quotes: none;
}

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

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

input[type=submit],
input[type=button],
input[type=reset],
input[type=search],
input[type=checkbox] {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=search]:focus {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=text] {
  box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input[type=text]:focus,
button {
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}

html {
  font-size: 10px;
}

@media screen and (max-width: 1250px) and (min-width: 770px) {
  html {
    font-size: 0.8vw;
  }
}

:root {
  --rem: calc(100vw / 1280);
  --blue: #005DBC;
  --sans-serif: "Zen Kaku Gothic New", sans-serif;
}

@media screen and (max-width: 769px) {
  html {
    font-size: calc(100vw / 375 * 10);
  }

  :root {
    --rem: calc(100vw / 390);
  }
}

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

@media screen and (min-width: 770px) {
  .sp {
    display: none !important;
  }
}

body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}


.mincho {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 600;
}

.mincho-300 {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 300;
}

/* ヘッダーナビゲーションpc */

.header_nav.pc {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 7.3rem;
  height: 10.4rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
}

@media screen and (max-width: 769px) {
  .header_nav.pc {
    display: none;
  }
}

.header_nav.pc .logo {
  width: 19.6875vw;
  max-width: 31.3rem;
}

.header_nav.pc .header_nav_list {
  display: flex;
  align-items: center;
  gap: 4.2rem;
}

.header_nav.pc .header_nav_list_item {
  font-size: 1.8rem;
}

.header_nav.pc .header_nav_list_item.urgent a {
  color: #ffffff;
  display: flex;
  align-items: center;
  height: 4.4rem;
  padding: 0 2.4rem;
  background-color: #AF1919;
  border-radius: 0.6rem;
}

/* ヘッダーナビゲーションsp */

.header_nav.sp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 1.8rem;
  height: 6.8rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  z-index: 2;
}

.header_nav.sp .logo {
  width: 36vw;
  max-width: 18.7rem;
}

.header_nav.sp .header_nav_buttons {
  display: flex;
  align-items: center;
  gap: 2.6rem;
}

.header_nav.sp .header_nav_button.urgent {
  color: #ffffff;
  display: flex;
  align-items: center;
  height: 3.7rem;
  padding: 0 1.4rem;
  background-color: #AF1919;
  border-radius: 0.6rem;
  font-size: 1.5rem;
}

button.header_nav_button.menu {
  width: 3.3rem;
  appearance: none;
  border: none;
  background: none;
  padding: 0;
}

.header_nav_sp_menu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #26466D;
  padding: 11.5rem 1.25rem 1.6rem 1.25rem;
  z-index: 9999;
  min-height: 100svh;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

button.header_nav_sp_menu_close {
  position: absolute;
  top: 1.6rem;
  right: 1.25rem;
  width: 2.4rem;
  height: 2.4rem;
  appearance: none;
  border: none;
  background: none;
  padding: 0;

}

.header_nav_sp_menu_list {
  display: flex;
  flex-direction: column;
  gap: 4.8rem;
  align-items: center;
}

.header_nav_sp_menu_list_item a {
  font-size: 1.6rem;
  color: #fff;
}

.header_nav_sp_menu_list_item.urgent a {
  color: #ffffff;
  display: flex;
  align-items: center;
  height: 4.1rem;
  padding: 0 2.4rem;
  background-color: #AF1919;
  border-radius: 0.6rem;
}

.header_nav_sp_menu_bottom {
  margin-top: 12.8rem;
}

.header_nav_sp_menu_bottom .cta-tel {
  margin-bottom: 1.6rem;
  display: block;
}

.fv-cta {
  background-color: #26466D;
  padding: 1.6rem 1.25rem;
}

.fv-cta .cta-tel {
  margin-bottom: 1.6rem;
  display: block;
}

.container {
  width: 100%;
  background: #f4f4f4;
}

.footer {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  margin-top: 19.3rem;
  padding: 1rem 0;
  background: #005dbc;
}

.totop {
  position: sticky;
  z-index: 9999;
  bottom: 3.2rem;
  left: 100%;
  width: 6rem;
  margin: -5.7rem 11.6rem 0 0;
}

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

.totop a {
  display: block;
}

.cta-tel_container {
  position: fixed;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
}

.cta-tel_container a.cta-tel {
  transition: 0.5s;
  transform: translateY(100%);
  display: block;
}

body.scrollOver .cta-tel_container a.cta-tel {
  transform: translateY(0);
}

.main {
  overflow-x: hidden;
  letter-spacing: 0.04em;
  padding-top: 10.4rem;
}

@media screen and (max-width: 769px) {
  .main {
    padding-top: 6.8rem;
  }
}

.main-fv.pc .fv-cta {
  padding: 1.92rem 0;
}

@media screen and (min-width: 1600px) {
  .main-fv.pc .fv-cta {
    padding: 2.4rem 0;
  }
}

.main-fv.pc .fv-cta_inner {
  display: flex;
  align-items: center;
  gap: 2.08rem;
  margin: 0 auto;
  position: relative;
  padding-left: 6.96rem;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1600px) {
  .main-fv.pc .fv-cta_inner {
    gap: 2.4rem;
    max-width: 1600px;
  }
}

@media screen and (min-width: 1280px) and (max-width: 1600px) {
  .main-fv.pc .fv-cta_inner {
    max-width: 1280px;
  }
}


.main-fv.pc .fv-cta_inner::after {
  content: "";
  display: block;
  background: url('../images/fv_bottom_human.png');
  background-size: cover;
  background-position: center;
  width: 17.84rem;
  height: 16.96rem;
  position: absolute;
  bottom: -1.92rem;
  right: 2.4rem;
  z-index: 0;
}

@media screen and (min-width: 1600px) {
  .main-fv.pc .fv-cta_inner::after {
    bottom: -2.4rem;
    right: 3rem;
    width: 22.32rem;
    height: 21.2rem;
  }
}

.main-fv.pc .fv-cta_card {
  width: 59.52rem;
}

@media screen and (min-width: 1600px) {
  .main-fv.pc .fv-cta_card {
    width: 74.5rem;
  }
}

.main-fv.pc .fv-cta_tel_icon {
  width: 3.12rem;
  display: block;
  margin-right: 0.64rem;
}

@media screen and (min-width: 1600px) {
  .main-fv.pc .fv-cta_tel_icon {
    width: 3.9rem;
    margin-right: 0.8rem;
  }
}

.fv-cta_text {
  width: 23.36rem;
  margin-left: 4.1rem;
}

@media screen and (min-width: 1600px) {
  .main-fv.pc .fv-cta_text {
    width: 29.2rem;
    margin-left: 5.12rem;
  }
}

.main-fv.pc .fv-cta_tel {
  font-size: 5.68rem;
  color: #FFE000;
  display: flex;
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.04em;
}

@media screen and (min-width: 1600px) {
  .main-fv.pc .fv-cta_tel {
    font-size: 7.1rem;
  }
}

.main_inner {
  max-width: 125rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}

@media screen and (max-width: 769px) {
  .main_inner {
    padding: 0 1.8rem;
  }
}

.main .head-1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.main .head-1_head {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 769px) {
  .main .head-1_head {
    font-size: 1.6rem;
  }
}

.main .head-1_bottom {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 769px) {
  .main .head-1_bottom {
    font-size: 2.2rem;
  }
}

.main .head-2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.main .head-2::after {
  display: block;
  content: "";
  width: 11.2rem;
  height: 0.3rem;
  background: currentColor;
  margin-top: 0.8rem;
}

.main .head-2_head {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 1.5;
}

@media screen and (max-width: 769px) {
  .main .head-2_head {
    font-size: 1.6rem;
  }
}

.main .head-2_bottom {
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.5;
}

@media screen and (max-width: 769px) {
  .main .head-2_bottom {
    font-size: 2.4rem;
  }
}

.main .head-3 {
  display: flex;
  gap: 1.6rem;
  border-bottom: solid 0.2rem #000;
}

.main .head-3 strong {
  position: relative;
  font-size: 2rem;
  line-height: 1.5;
  color: #fff;
  background: #000;
  padding: 0.2rem 2.4rem;
  border-radius: 0.8rem;
  margin-bottom: 1.2rem;
}

.main .head-3 strong::after {
  position: absolute;
  top: 100%;
  left: 0;
  display: block;
  content: "";
  margin-top: 0.6rem;
  width: 100%;
  height: 0.6rem;
  background: #000;
}

.main .head-3 span {
  font-size: 2.2rem;
  line-height: 1.5;
  color: #000;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 769px) {
  .main .head-3 span {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }
}

.main .table_container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 5rem;
  letter-spacing: 0;
}

@media screen and (max-width: 769px) {
  .main .table_container:not(.sp-scroll) {
    flex-direction: column;
    gap: 2.4rem;
  }

  .main .table_container:not(.sp-scroll) .table_item {
    flex-basis: unset;
    width: 100%;
  }

  .main .table_container.sp-scroll {
    overflow-x: scroll;
    margin: 0 -1.8rem;
    padding: 0 1.8rem;
  }

  .main .table_container.sp-scroll .table_item {
    flex-basis: unset;
    min-width: 36.7rem;
  }
}

.main .table_container .table_item {
  flex-basis: calc((100% - 10rem) / 3);
  background: #fff;
}

.main .table_container .table_item table {
  font-size: 1.8rem;
  line-height: 1.5;
  width: 100%;
  border: solid 1px #858585;
}

@media screen and (max-width: 769px) {
  .main .table_container .table_item table {
    font-size: 1.6rem;
  }
}

.main .table_container .table_item table tr>* {
  width: 50%;
  padding: 1rem;
}

.main .table_container .table_item table tr>*:not(:last-child) {
  border-right: solid 1px #858585;
}

.main .table_container .table_item table thead tr>* {
  text-align: left;
  color: #fff;
  background: #039d00;
  border-bottom: solid 1px #858585;
}

.main .table_container .table_item table tbody tr th {
  text-align: left;
}

.main .table_container .table_item table tbody tr td {
  text-align: right;
}

.main .table_container .table_item table tbody tr:nth-child(even) th,
.main .table_container .table_item table tbody tr:nth-child(even) td {
  background: #ecf3fa;
}

.main .table_container .table_item table tbody tr:not(:first-child)>* {
  border-top: solid 1px #858585;
}

.main .section {
  /*===== 国内のご遺体搬送 =====*/
  /*===== ご遺体搬送料金表 =====*/
}

.main .section_header_tit {
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .main .section_header_tit {
    font-size: 2.4rem;
  }
}

.main .section_header_lead {
  font-size: 1.6rem;
  line-height: 1.8;
  text-align: center;
  color: #1e1e1e;
  margin-top: 1em;
}

/*===== ききょうについて =====*/
.main .section.about {
  letter-spacing: 0.04em;
  color: var(--blue);
  margin-top: 11rem;
}


@media screen and (max-width: 769px) {
  .main .section.about {
    margin-top: 8rem;
  }
}

.main .section.about .section_contents {
  margin-top: 4rem;
}

@media screen and (max-width: 769px) {
  .main .section.about .section_contents {
    margin-top: 2.4rem;
  }
}

.l-about_text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.9;
  text-align: center;
}

@media screen and (max-width: 769px) {
  .l-about_text {
    font-size: 1.4rem;
    line-height: 2.5;
  }
}

/*===== 6つの理由 =====*/
.main .section.reason {
  margin-top: 10rem;
}

@media screen and (max-width: 769px) {
  .main .section.reason {
    margin-top: 8rem;
  }
}

.main .section.reason .section_header {
  color: #005dbc;
}

.main .section.reason .section_header .head-1_bottom {
  position: relative;
  z-index: 1;
}

.main .section.reason .section_header .head-1_bottom::after {
  display: block;
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0.8rem;
  left: -0.8rem;
  right: -0.8rem;
  height: 1.9rem;
  background: #ffe000;
}

@media screen and (max-width: 769px) {
  .main .section.reason .section_header .head-1_bottom::after {
    bottom: 0.6rem;
    left: -0.6rem;
    right: -0.6rem;
    height: 1.3rem;
  }
}

.main .section.reason .reason_list {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  margin-top: 6.8rem;
}

@media screen and (max-width: 769px) {
  .main .section.reason .reason_list {
    gap: 0.8rem;
    margin-top: 2.4rem;
  }
}

.main .section.reason .reason_list_item {
  text-align: center;
  color: #005dbc;
  width: calc((100% - 10rem) / 3);
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 1rem 0.2rem rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 769px) {
  .main .section.reason .reason_list_item {
    width: calc((100% - 0.8rem) / 2);
    border-radius: 1.2rem;
    box-shadow: 0 0 0.6rem 0.1rem rgba(0, 0, 0, 0.15);
  }
}

.main .section.reason .reason_list_item dl {
  padding: 2.5rem 0 5.7rem;
}

@media screen and (max-width: 769px) {
  .main .section.reason .reason_list_item dl {
    padding: 1.5rem 0 1.7rem;
  }
}

.main .section.reason .reason_list_item dl dt {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  font-size: 3.2rem;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

@media screen and (max-width: 769px) {
  .main .section.reason .reason_list_item dl dt {
    gap: 0.4rem;
    font-size: 2rem;
  }
}

.main .section.reason .reason_list_item dl dt span {
  font-size: 0.5625em;
}

@media screen and (max-width: 769px) {
  .main .section.reason .reason_list_item dl dt span {
    font-size: 0.55em;
  }
}

.main .section.reason .reason_list_item dl dd {
  margin-top: 1.3rem;
}

@media screen and (max-width: 769px) {
  .main .section.reason .reason_list_item dl dd {
    margin-top: 0;
  }
}

.main .section.reason .reason_list_item dl dd p {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.6;
}

@media screen and (max-width: 769px) {
  .main .section.reason .reason_list_item dl dd p {
    font-size: 1.2rem;
  }
}

.main .section.reason .reason_list_item dl dd p span {
  position: relative;
}

.main .section.reason .reason_list_item dl dd p span sup {
  position: absolute;
  left: calc(100% + 0.0833333333em);
  bottom: 0.8em;
  font-weight: normal;
  font-size: 0.5416666667em;
}

@media screen and (max-width: 769px) {
  .main .section.reason .reason_list_item dl dd p span sup {
    bottom: 0.2em;
  }
}

.main .section.reason .reason_notes {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 2.6rem;
}

@media screen and (max-width: 769px) {
  .main .section.reason .reason_notes {
    font-size: 1.1rem;
    margin-top: 1.6rem;
  }
}

/*===== WORKS =====*/
.main .section.works {
  letter-spacing: 0.04em;
  color: var(--blue);
  margin-top: 10rem;
}

.main .section.works .section_contents {
  margin-top: 4rem;
}

@media screen and (max-width: 769px) {
  .main .section.works .section_contents {
    margin-top: 2.4rem;
  }
}

.l-works_text {
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.9;
  text-align: center;
}


@media screen and (max-width: 769px) {
  .l-works_text {
    font-size: 1.4rem;
    line-height: 2.5;
  }
}

/*===== 火葬CTA =====*/
.c-osohshikiCta {
  font-family: var(--sans-serif);
  line-height: 1.75;
  margin: 15.3rem calc(50% - 50vw) 0;
  padding: 4.1rem 0 4.8rem;
  background: linear-gradient(90deg, #333333 0%, #4d4d4d 100%);
}

@media (max-width: 768px) {
  .c-osohshikiCta {
    margin-top: 8rem;
    padding: 21px 0 24px;
  }
}

.c-osohshikiCta .inner {
  max-width: 992px;
  width: 90%;
  margin: 0 auto;
}

.c-osohshikiCta .catch {
  position: relative;
  z-index: 1;
  font-size: 4rem;
  text-align: center;
  color: #ffffff;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .c-osohshikiCta .catch {
    font-size: calc(var(--rem) * 22);
    text-align: left;
    margin-bottom: 17px;
  }
}

.c-osohshikiCta .btn-wrapper {
  background: #ebe7e6;
  border-radius: 4px;
  padding: 24px 26px 30px;
  position: relative;
}

@media (max-width: 768px) {
  .c-osohshikiCta .btn-wrapper {
    padding: 30px 10px 45px;
  }
}

.c-osohshikiCta .btn-wrapper::after {
  content: "";
  background: url(../images/cta-man.png) no-repeat;
  background-size: 197px auto;
  background-position: top right;
  position: absolute;
  right: 10px;
  top: -189px;
  display: block;
  bottom: 0;
  left: 0;
  pointer-events: none;
}

@media (max-width: 768px) {
  .c-osohshikiCta .btn-wrapper::after {
    background-size: calc(var(--rem) * 136) auto;
    right: calc(var(--rem) * -16);
    top: calc(var(--rem) * -131);
  }
}

.c-osohshikiCta .btn-wrapper ul {
  display: flex;
  justify-content: space-between;
  width: 100%;
  column-gap: 20px;
}

@media (max-width: 768px) {
  .c-osohshikiCta .btn-wrapper ul {
    display: block;
  }
}

.c-osohshikiCta .btn-wrapper ul li {
  width: 100%;
  text-align: center;
  aspect-ratio: 460/116;
}

@media (max-width: 768px) {
  .c-osohshikiCta .btn-wrapper ul li {
    width: 90%;
    max-width: 460px;
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .c-osohshikiCta .btn-wrapper ul li:nth-child(1) {
    margin-bottom: 16px;
  }
}

.c-osohshikiCta .btn-wrapper ul li p {
  line-height: 1.4;
}

.c-osohshikiCta .btn-wrapper ul li a {
  transition: 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.c-osohshikiCta .btn-wrapper ul li a:hover {
  transform: scale(1.1);
}

.c-osohshikiCta .btn-wrapper ul li .small {
  font-size: 1.6rem;
}

@media (max-width: 768px) {
  .c-osohshikiCta .btn-wrapper ul li .small {
    font-size: calc(var(--rem) * 11);
  }
}

.c-osohshikiCta .btn-wrapper ul li .small .big {
  font-size: calc(1em / 16 * 20);
}

.c-osohshikiCta .btn-wrapper ul .tel {
  background: url(../images/cta-tel.png) no-repeat center/contain;
}

.c-osohshikiCta .btn-wrapper ul .tel .con-tel {
  font-size: 2.7rem;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .c-osohshikiCta .btn-wrapper ul .tel .con-tel {
    font-size: calc(var(--rem) * 25);
  }
}

.c-osohshikiCta .btn-wrapper ul .mail {
  background: url(../images/cta-mail.png) no-repeat center/contain;
  color: #ffffff;
}

.c-osohshikiCta .btn-wrapper ul .mail a {
  padding-bottom: 3%;
}

.c-osohshikiCta .btn-wrapper ul .mail .con-mail {
  font-size: 2.4rem;
}

@media (max-width: 768px) {
  .c-osohshikiCta .btn-wrapper ul .mail .con-mail {
    font-size: calc(var(--rem) * 17);
  }
}

.c-osohshikiCta .btn-wrapper ul .mail p {
  color: #ffffff;
}

.c-osohshikiCta .btn-wrapper__catch {
  font-size: clamp(20px, var(--rem) * 32, 32px);
  margin-bottom: 24px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 768px) {
  .c-osohshikiCta .btn-wrapper__catch {
    font-size: calc(var(--rem) * 20);
    white-space: nowrap;
    letter-spacing: 0;
    margin-bottom: 16px;
  }
}

/*===== ききょうCTA =====*/
.c-kikyouCta {
  margin: 8.6rem calc(50% - 50vw);
  padding: 4.2rem 0;
  background: #fff;
}

@media (max-width: 768px) {
  .c-kikyouCta {
    margin: 4.3rem calc(50% - 50vw);
    padding: 2rem 0;
  }
}

.c-kikyouCta_inner {
  max-width: 125rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.c-kikyouCta_head {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: calc(1em / 35 * 22);
  font-weight: 600;
  font-size: 3.5rem;
  line-height: 1.5;
  text-align: center;
}

@media (max-width: 768px) {
  .c-kikyouCta_head {
    font-size: 1.7rem;
  }
}

.c-kikyouCta_head::before,
.c-kikyouCta_head::after {
  display: block;
  content: "";
  width: calc(1em / 35 * 3);
  height: calc(1em / 35 * 32);
  background: currentColor;
  border-radius: 500em;
}

.c-kikyouCta_head::before {
  transform: rotate(-20deg);
}

.c-kikyouCta_head::after {
  transform: rotate(20deg);
}

.c-kikyouCta_body {
  display: flex;
  gap: 4.7rem;
  margin-top: 2.3rem;
}

@media (max-width: 768px) {
  .c-kikyouCta_body {
    flex-direction: column;
    align-items: center;
    gap: 2.4rem;
    margin-top: 1.2rem;
  }
}

.c-kikyouCta_tel {
  display: flex;
  align-items: center;
  gap: 1.3rem;
  white-space: nowrap;
  padding: 3.6rem 4rem 3.6rem 11.4rem;
  background: #005DBC;
  border-radius: 500em;
}

@media (max-width: 768px) {
  .c-kikyouCta_tel {
    gap: 0.6rem;
    width: 100%;
    padding: 1.8rem 2rem;
  }
}

.c-kikyouCta_tel .--icon {
  width: 5.1rem;
}

@media (max-width: 768px) {
  .c-kikyouCta_tel .--icon {
    width: 2.6rem;
    margin-left: auto;
  }
}

.c-kikyouCta_tel .--text {
  font-weight: 500;
  font-size: 4.2rem;
  line-height: 1.5;
  color: #fff;
}

@media (max-width: 768px) {
  .c-kikyouCta_tel .--text {
    font-size: 2.1rem;
    margin-right: 0.5em;
  }
}

.c-kikyouCta_tel .--arrow {
  width: 1.5rem;
  margin-left: 12.8rem;
}

@media (max-width: 768px) {
  .c-kikyouCta_tel .--arrow {
    width: 0.8rem;
    margin-left: auto;
  }
}

.c-kikyouCta_brands {
  flex: auto;
  display: flex;
  flex-direction: column;
  padding: 0.5rem 0 1.4rem;
  border: solid #005DBC;
  border-width: 0.3rem 0;
}

.c-kikyouCta_brands--head {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  color: #005DBC;
}

@media (max-width: 768px) {
  .c-kikyouCta_brands--head {
    font-size: 1.2rem;
  }
}

.c-kikyouCta_brands--body {
  position: relative;
  height: 100%;
}

@media (max-width: 768px) {
  .c-kikyouCta_brands--body {
    height: auto;
  }
}

.c-kikyouCta_brands--body img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

@media (max-width: 768px) {
  .c-kikyouCta_brands--body img {
    position: static;
    height: auto;
  }
}

/*===== 目次 =====*/
.main .section.toc {
  margin-top: 13.8rem;
}

@media screen and (max-width: 769px) {
  .main .section.toc {
    margin-top: 8rem;
  }
}

.main .section.toc .toc_link {
  display: flex;
  justify-content: center;
  gap: 4.8rem;
}

@media screen and (max-width: 769px) {
  .main .section.toc .toc_link {
    flex-direction: column;
    gap: 2.4rem;
  }
}

.main .section.toc .toc_link_item {
  transition: 0.3s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  width: 50%;
  max-width: 48.3rem;
  padding: 3.8rem 0;
  border-radius: 1rem;
  border: solid 0.2rem;
}

@media screen and (max-width: 769px) {
  .main .section.toc .toc_link_item {
    font-size: 2rem;
    width: 100%;
    max-width: 100%;
    padding: 2rem 0;
  }
}

.main .section.toc .toc_link_item:hover {
  transform: translateY(-10%);
  background: #fff !important;
}

.main .section.toc .toc_link_item::before {
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.2rem 0.6rem 0;
  border-color: currentColor transparent transparent;
}

.main .section.toc .toc_link_item.-local {
  background: #005dbc;
  border-color: #005dbc;
}

@media screen and (max-width: 769px) {
  .main .section.toc .toc_link_item.-local {
    box-shadow: 0 0.4rem 0 0 #26466d;
  }
}

.main .section.toc .toc_link_item.-local:hover {
  color: #005dbc;
}

.main .section.toc .toc_link_item.-global {
  background: #f27234;
  border-color: #f27234;
}

@media screen and (max-width: 769px) {
  .main .section.toc .toc_link_item.-global {
    box-shadow: 0 0.4rem 0 0 #c0450a;
  }
}

.main .section.toc .toc_link_item.-global:hover {
  color: #f27234;
}

.main .section.toc .toc_arrow {
  max-width: 24.8rem;
  margin: 6.4rem auto 0;
}

@media screen and (max-width: 769px) {
  .main .section.toc .toc_arrow {
    max-width: 13.2rem;
    margin-top: 4.8rem;
  }
}

.main .section.local {
  margin-top: 6.4rem;
}

@media screen and (max-width: 769px) {
  .main .section.local {
    margin-top: 3.2rem;
  }
}

.main .section.local .section_header_tit {
  color: #005dbc;
}

.main .section.local .section_contents .head-2 {
  color: #005dbc;
}

.main .section.local .section_contents .local_case {
  margin-top: 6.4rem;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_case {
    margin-top: 4.8rem;
  }
}

.main .section.local .section_contents .local_case_list {
  display: flex;
  gap: 5rem;
  margin-top: 5.6rem;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_case_list {
    flex-direction: column;
    gap: 2.4rem;
    margin-top: 4rem;
  }
}

.main .section.local .section_contents .local_case_item {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3rem 2.4rem 2rem;
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 0 1rem 0.2rem rgba(0, 0, 0, 0.15);
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_case_item {
    padding: 3rem 1rem;
  }
}

.main .section.local .section_contents .local_case_item_tit {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.5;
  color: #005dbc;
  padding: 0.5rem 1.8rem;
  border: solid 2px currentColor;
}

.main .section.local .section_contents .local_case_item_content {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}

.main .section.local .section_contents .local_case_item_content .-flow {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1.6rem;
}

.main .section.local .section_contents .local_case_item_content .-flow p {
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  min-width: 4.2857142857em;
  padding: 0.1rem 0;
  background: #666;
  border-radius: 0.5rem;
}

.main .section.local .section_contents .local_case_item_content .-flow p.-purple {
  background: #8357af;
}

.main .section.local .section_contents .local_case_item_content .-flow p.-orange {
  background: #f27234;
}

.main .section.local .section_contents .local_case_item_content .-flow p.-green {
  background: #039d00;
}

.main .section.local .section_contents .local_case_item_content .-flow img {
  width: 2rem;
}

.main .section.local .section_contents .local_case_item_content .-img {
  height: 11.6rem;
  margin-top: 1.5rem;
}

.main .section.local .section_contents .local_case_item_content .-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.main .section.local .section_contents .local_case_item_content .-root {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.6rem;
  margin-top: 2rem;
}

.main .section.local .section_contents .local_case_item_content .-root_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}

.main .section.local .section_contents .local_case_item_content .-root_item_tit {
  font-size: 1.4rem;
  line-height: 1.5;
  color: #fff;
  padding: 0.1rem 0.8rem;
  background: #005dbc;
  border-radius: 0.5rem;
}

.main .section.local .section_contents .local_case_item_content .-root_item_txt {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
}

.main .section.local .section_contents .local_case_item_content .-items {
  margin: 1.9rem 0 auto;
}

.main .section.local .section_contents .local_case_item_content .-items_item {
  display: flex;
  justify-content: space-between;
  font-size: 1.2rem;
  line-height: 2.1666666667;
  padding: 0.4rem 0;
  border-bottom: solid 1px #d9d9d9;
}

.main .section.local .section_contents .local_case_item_content .-items_item strong {
  font-weight: 600;
}

.main .section.local .section_contents .local_case_item_content .-items_item.-bold {
  font-weight: 600;
}

.main .section.local .section_contents .local_case_item_content .-price {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4.6rem;
}

.main .section.local .section_contents .local_case_item_content .-price_head {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.5;
}

.main .section.local .section_contents .local_case_item_content .-price_txt {
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  color: #a90000;
}

.main .section.local .section_contents .local_case_item_content .-price_txt span {
  font-size: 0.7em;
}

.main .section.local .section_contents .local_case--notes {
  font-size: 1.3rem;
  line-height: 1.5;
  margin-top: 2.4rem;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_case--notes {
    font-size: 1.1rem;
    margin-top: 1.6rem;
  }
}

.main .section.local .section_contents .local_flow {
  margin-top: 10.5rem;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_flow {
    margin-top: 4.8rem;
  }
}

.main .section.local .section_contents .local_flow_items {
  display: flex;
  flex-direction: column;
  gap: 6.6rem;
  margin-top: 3.2rem;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_flow_items {
    gap: 4.1rem;
  }
}

.main .section.local .section_contents .local_flow_item {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 2rem;
  padding: 0 4rem;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_flow_item {
    flex-direction: column;
    gap: 2.4rem;
    justify-content: center;
    padding: 2.8rem 1rem 3rem;
  }
}

.main .section.local .section_contents .local_flow_item dt {
  flex: 0.2571428571;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-weight: 600;
  font-size: 3.2rem;
  line-height: 1.5;
  color: #005dbc;
  margin: 5.6rem 0;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_flow_item dt {
    flex: unset;
    gap: 1.5rem;
    justify-content: center;
    font-size: 2.2rem;
    margin: 0;
  }
}

.main .section.local .section_contents .local_flow_item dd {
  flex: 0.7428571429;
  font-weight: 600;
  font-size: 2rem;
  line-height: 1.5;
  margin-left: auto;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_flow_item dd {
    flex: unset;
    font-size: 1.6rem;
  }
}

.main .section.local .section_contents .local_flow_item:not(:first-child)::before {
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  bottom: 100%;
  display: block;
  content: "";
  width: 0;
  height: 0;
  margin-bottom: 1.6rem;
  border-style: solid;
  border-width: 2.6rem 1.5rem 0;
  border-color: #005dbc transparent transparent;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_flow_item:not(:first-child)::before {
    margin-bottom: 0.8rem;
    border-width: 1.8rem 1.05rem 0;
  }
}

.main .section.local .section_contents .local_faq {
  margin-top: 6.4rem;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_faq {
    margin-top: 4.8rem;
  }
}

.main .section.local .section_contents .local_faq_list {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  margin-top: 3.2rem;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_faq_list {
    gap: 1.6rem;
  }
}

.main .section.local .section_contents .local_faq_item {
  background: #fff;
  border-radius: 2rem;
  padding: 0 4rem 0 6.3rem;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_faq_item {
    padding: 0 1.6rem 0 1rem;
  }
}

.main .section.local .section_contents .local_faq_item dt {
  cursor: pointer;
  position: relative;
  display: flex;
  gap: 2.4rem;
  padding: 2.1rem 0;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_faq_item dt {
    gap: 1.2rem;
    padding: 2.5rem 0 2.3rem;
  }
}

.main .section.local .section_contents .local_faq_item dt::before,
.main .section.local .section_contents .local_faq_item dt::after {
  transition: 0.3s;
  position: absolute;
  top: 3.8rem;
  right: 0;
  display: block;
  content: "";
  width: 2.7rem;
  height: 0.3rem;
  background: #000;
}

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

  .main .section.local .section_contents .local_faq_item dt::before,
  .main .section.local .section_contents .local_faq_item dt::after {
    top: 4.8rem;
    width: 1.3rem;
    height: 0.1rem;
  }
}

.main .section.local .section_contents .local_faq_item dt::after {
  transform: rotate(-90deg);
}

.main .section.local .section_contents .local_faq_item dt .-q {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  min-width: 1.52em;
  max-width: 1.52em;
  height: 1.52em;
  background: #005dbc;
  border-radius: 50%;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_faq_item dt .-q {
    margin-top: 0.4rem;
  }
}

.main .section.local .section_contents .local_faq_item dt .-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_faq_item dt .-txt {
    font-size: 1.6rem;
    margin-top: 0;
    padding-right: 2.2rem;
  }
}

.main .section.local .section_contents .local_faq_item dd {
  display: none;
}

.main .section.local .section_contents .local_faq_item dd .-inner {
  display: flex;
  gap: 1.2rem;
  padding: 2.3rem 0 3.1rem;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_faq_item dd .-inner {
    padding: 0.8rem 0 2.5rem;
  }
}

.main .section.local .section_contents .local_faq_item dd .-icon {
  font-weight: 600;
  font-size: 2.5rem;
  line-height: 1.5;
  text-align: center;
  color: #fff;
  min-width: 1.52em;
  max-width: 1.52em;
  height: 1.52em;
  background: #f27234;
  border-radius: 50%;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_faq_item dd .-icon {
    margin-top: 0.4rem;
  }
}

.main .section.local .section_contents .local_faq_item dd .-txt {
  font-size: 1.8rem;
  line-height: 1.5;
  margin-top: 0.5rem;
}

@media screen and (max-width: 769px) {
  .main .section.local .section_contents .local_faq_item dd .-txt {
    font-size: 1.6rem;
    margin-top: 0;
  }
}

.main .section.local .section_contents .local_faq_item.-open dt::after {
  transform: rotate(0);
}

.main .section.global {
  margin-top: 6.4rem;
}

@media screen and (max-width: 769px) {
  .main .section.global {
    margin-top: 4.8rem;
  }
}

.main .section.global .section_header_tit {
  color: #f27234;
}

.main .section.global .global_section.global_flow {
  margin-top: 6.4rem;
}

@media screen and (max-width: 769px) {
  .main .section.global .global_section.global_flow {
    margin-top: 4.8rem;
  }
}

.main .section.global .global_section.global_flow .head-2 {
  color: #f27234;
}

.main .section.global .global_section.global_flow .global_flow_list {
  display: flex;
  justify-content: space-between;
  gap: 3.6rem;
  margin-top: 3.2rem;
}

@media screen and (max-width: 769px) {
  .main .section.global .global_section.global_flow .global_flow_list {
    flex-direction: column;
    gap: 2.2rem;
  }
}

.main .section.global .global_section.global_flow .global_flow_list li {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1;
  writing-mode: vertical-rl;
  font-weight: 600;
  font-size: 2.3rem;
  line-height: 1.08;
  letter-spacing: 0.2em;
  padding: 2.4rem 0 3.4rem;
  background: #fff;
  border-radius: 1.4rem;
}

@media screen and (max-width: 769px) {
  .main .section.global .global_section.global_flow .global_flow_list li {
    display: block;
    writing-mode: initial;
    font-size: 1.6rem;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-align: center;
    padding: 1.8rem 0;
  }
}

.main .section.global .global_section.global_flow .global_flow_list li:not(:first-child)::before {
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: 100%;
  display: block;
  content: "";
  margin-right: 0.8rem;
  border-style: solid;
  border-width: 1.1rem 0 1.1rem 1.9rem;
  border-color: transparent transparent transparent #f27234;
}

@media screen and (max-width: 769px) {
  .main .section.global .global_section.global_flow .global_flow_list li:not(:first-child)::before {
    transform: translateX(-50%);
    top: unset;
    bottom: 100%;
    left: 50%;
    margin: 0 0 0.3rem;
    border-width: 1.4rem 0.8rem 0;
    border-color: #f27234 transparent transparent;
  }
}

.main .section.global .global_section.global_req-doc {
  margin-top: 6.4rem;
}

@media screen and (max-width: 769px) {
  .main .section.global .global_section.global_req-doc {
    margin-top: 4rem;
  }
}

.main .section.global .global_section.global_req-doc .head-3 {
  color: #a90000;
  border-color: #a90000;
}

.main .section.global .global_section.global_req-doc .head-3 strong {
  background: #a90000;
}

.main .section.global .global_section.global_req-doc .head-3 strong::after {
  background: #a90000;
}

.global_req-doc_list {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

.global_req-doc_item {
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 1.4rem 0;
}

@media screen and (max-width: 769px) {
  .global_req-doc_item {
    flex-direction: column;
    padding: 2.4rem 1.2rem;
  }
}

.global_req-doc_item_tit {
  font-size: 1.8rem;
  text-align: center;
  width: 18.5rem;
  line-height: 1.5;
}

@media screen and (max-width: 769px) {
  .global_req-doc_item_tit {
    width: 100%;
    font-size: 1.6rem;
  }
}

.global_req-doc_item_detail {
  padding: 0 2.4rem;
  flex: 1;
  border-left: 1px solid #D5D5D5;
}

@media screen and (max-width: 769px) {
  .global_req-doc_item_detail {
    border-left: none;
    border-top: 1px solid #D5D5D5;
    padding: 1.6rem 1.6rem 0;
    margin-top: 1.2rem;
  }
}

.global_req-doc_item_detail_list {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

.global_req-doc_item_detail_list_item {
  line-height: 1.5;
  font-size: 1.8rem;
  position: relative;
  padding-left: 1em;
  padding-left: 1.2em;
}

.global_req-doc_item_detail_list_item::before {
  content: "・";
  position: absolute;
  left: 0;
}

@media screen and (max-width: 769px) {
  .global_req-doc_item_detail_list_item {
    font-size: 1.6rem;
  }
}

.global_req-doc_item_detail_list_item_note {
  vertical-align: top;
  font-size: 0.7em;
}

.global_req-doc_list_note {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
}

@media screen and (max-width: 769px) {
  .global_req-doc_list_note {
    margin-top: 1.6rem;
  }
}

.global_req-doc_list_note_item {
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.5;
}

.main .section.price {
  margin-top: 6.4rem;
}

.main .section.price .head-2 {
  color: #039d00;
}

.main .section.price .section_contents {
  margin-top: 4rem;
}

.main .section.price .section_contents .head-3 {
  color: #039d00;
  border-color: #039d00;
}

.main .section.price .section_contents .head-3:not(:first-child) {
  margin-top: 6rem;
}

.main .section.price .section_contents .head-3 strong {
  background: #039d00;
}

.main .section.price .section_contents .head-3 strong::after {
  background: #039d00;
}

.main .section.price .section_contents .table_container {
  margin-top: 2.4rem;
}

.main .section.price .section_contents .price_notes {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-top: 1em;
}

.main .section.price .section_contents .price_notes span {
  color: #ce0000;
}

.main .section.price .section_contents .price_notes+.head-3 {
  margin-top: 4rem;
}

.scroll-hint-icon {
  top: 15rem;
}

/* CTA */

/* メニュー表示中のスクロール防止用クラス */
body.no-scroll {
  overflow: hidden;
}
