@charset "UTF-8";
/*! destyle.css v3.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: 700;
}

/* mixin
----------------------------------------------------*/
/* variable
----------------------------------------------------*/
html {
  font-size: 62.5%;
}

body {
  font-family: sans-serif;
  color: #333;
  word-break: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body.nokv {
  padding: 130px 0 0 0;
}
@media screen and (max-width: 1080px) {
  body.nokv {
    padding: 70px 0 0 0;
  }
}

img {
  max-width: 100%;
}

a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 720px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

.simplebar-track.simplebar-vertical {
  right: 13px;
  width: 16px;
  background: transparent;
}
.simplebar-track.simplebar-vertical::before {
  content: "";
  position: absolute;
  top: 0;
  left: 8px;
  width: 1px;
  height: 100%;
  background: #003879;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar {
  background: #003879;
  border-radius: 8px;
  width: 100%;
}

/* header
----------------------------------------------------*/
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1001;
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1080px) {
  .l-header {
    height: 60px;
  }
}
.l-header::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 20%, rgba(0, 0, 0, 0) 100%);
  mix-blend-mode: multiply;
  pointer-events: none;
}
@media screen and (max-width: 1080px) {
  .l-header::before {
    display: none;
  }
}
.l-header_logo {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 24px;
  background: #fff;
}
.l-header_logo img {
  width: auto;
  height: 44px;
}
@media screen and (max-width: 1300px) {
  .l-header_logo {
    padding: 0 16px;
  }
  .l-header_logo img {
    height: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .l-header_logo {
    height: 60px;
    padding: 0 16px;
  }
  .l-header_logo img {
    height: 34px;
  }
}
.l-header_btn {
  display: none;
}
@media screen and (max-width: 1080px) {
  .l-header_btn {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 4;
    display: block;
    width: 60px;
    height: 60px;
    background: #003879;
  }
  .l-header_btn span {
    position: absolute;
    left: 12px;
    display: block;
    width: 36px;
    height: 1px;
    background: #fff;
    transform-origin: center center;
  }
  .l-header_btn span:nth-of-type(1) {
    top: 25px;
    animation: menu-bar01 0.6s forwards;
  }
  .l-header_btn span:nth-of-type(2) {
    top: 30px;
    transition: all 0.3s 0.3s;
    opacity: 1;
  }
  .l-header_btn span:nth-of-type(3) {
    top: 35px;
    animation: menu-bar02 0.6s forwards;
  }
}
.l-header_inner {
  display: contents;
}
@media screen and (max-width: 1080px) {
  .l-header_inner {
    position: absolute;
    left: 0;
    top: 0;
    overflow: auto;
    display: block;
    width: 100%;
    height: 100vh;
    padding: 80px 20px 20px;
    background: rgba(255, 255, 255, 0.95);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.6s ease;
  }
}
.l-header_sp-top {
  display: contents;
}
@media screen and (max-width: 1080px) {
  .l-header_sp-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 720px) {
  .l-header_sp-top {
    display: block;
  }
}
.l-header_sp-btm {
  display: contents;
}
@media screen and (max-width: 1080px) {
  .l-header_sp-btm {
    display: block;
  }
}
.l-header_support {
  display: none;
}
@media screen and (max-width: 1080px) {
  .l-header_support {
    display: block;
  }
  .l-header_support img {
    width: auto;
    height: 70px;
  }
}
@media screen and (max-width: 720px) {
  .l-header_support img {
    width: 100%;
    height: auto;
  }
}
.l-header_mail {
  display: none;
}
@media screen and (max-width: 1080px) {
  .l-header_mail {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 70px;
    padding: 16px;
    border: 2px solid #003879;
    border-radius: 5px;
    background: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 18px;
    font-size: 1.8rem;
    color: #003879;
  }
}
@media screen and (max-width: 720px) {
  .l-header_mail {
    width: 100%;
    margin: 10px 0 0;
  }
}
.l-header_mail img {
  width: 24px;
  margin-bottom: 2px;
}
@media screen and (max-width: 1080px) {
  .l-header_mail img {
    width: 20px;
    margin: 0 10px 0 0;
  }
}
.l-header_mail span {
  display: none;
}
@media screen and (max-width: 1080px) {
  .l-header_mail span {
    display: inline;
  }
}
.l-header_tel {
  display: none;
}
@media screen and (max-width: 720px) {
  .l-header_tel {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    width: 100%;
    height: 70px;
    margin: 10px 0 0;
    padding: 16px;
    background: #fff;
    border: 1px solid #003879;
    border-radius: 5px;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 28px;
    font-size: 2.8rem;
    color: #003879;
    border-width: 2px;
  }
  .l-header_tel::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 16px;
    mask: url(../images/common/tel.svg) no-repeat center center;
    mask-size: contain;
    background: #003879;
  }
  .l-header_tel img {
    display: none;
  }
}
.l-header_access {
  display: none;
}
@media screen and (max-width: 1080px) {
  .l-header_access {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: fit-content;
    height: 70px;
    padding: 16px;
    border-radius: 5px;
    background: #003879;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 700;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
  }
}
@media screen and (max-width: 720px) {
  .l-header_access {
    justify-content: center;
    gap: 10px;
    width: 50%;
    padding: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .l-header_access_wrap {
    margin: 10px 0 0;
  }
}
.l-header_access img {
  width: 20px;
  margin-bottom: 5px;
}
@media screen and (max-width: 1080px) {
  .l-header_access img {
    margin: 0 10px 0 0;
  }
}
@media screen and (max-width: 720px) {
  .l-header_access img {
    margin: 0;
  }
}
.l-header_access_wrap {
  display: contents;
}
@media screen and (max-width: 1080px) {
  .l-header_access_wrap {
    display: flex;
    align-items: center;
    gap: 20px;
  }
}
.l-header_address {
  display: none;
}
@media screen and (max-width: 1080px) {
  .l-header_address {
    display: block;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 400;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
  }
}
@media screen and (max-width: 720px) {
  .l-header_address {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-header_nav {
  display: flex;
  align-items: stretch;
  width: fit-content;
  height: 100%;
  margin: 0 115px 0 auto;
}
@media screen and (max-width: 1080px) {
  .l-header_nav {
    display: block;
    margin: 0;
    width: 100%;
    height: auto;
  }
}
.l-header_nav_parent {
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 1080px) {
  .l-header_nav_parent {
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 0 20px;
  }
}
.l-header_nav_parent_item {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1080px) {
  .l-header_nav_parent_item {
    display: block;
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 720px) {
  .l-header_nav_parent_item {
    width: 100%;
  }
}
.l-header_nav_parent_item.--onlysp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .l-header_nav_parent_item.--onlysp {
    display: block;
  }
}
.l-header_nav_parent_item:hover > a::before {
  opacity: 1;
}
.l-header_nav_parent_item:has(.l-header_nav_child):hover > a::after {
  opacity: 1;
}
.l-header_nav_parent_item:has(.l-header_nav_child):hover .l-header_nav_child {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.l-header_nav_parent_item > a {
  position: relative;
  z-index: 3;
  padding: 0 10px;
  border-right: 1px solid #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
}
@media screen and (max-width: 1520px) {
  .l-header_nav_parent_item > a {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media screen and (max-width: 1400px) {
  .l-header_nav_parent_item > a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1250px) {
  .l-header_nav_parent_item > a {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1080px) {
  .l-header_nav_parent_item > a {
    display: block;
    padding: 10px 0;
    border: none;
    border-bottom: 1px solid #E2E2E2;
    color: #003879;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-size: 18px;
    font-size: 1.8rem;
    background: url(../images/common/nav_arrow.svg) no-repeat right center;
    background-size: 24px 24px;
    line-height: 1.8;
  }
}
.l-header_nav_parent_item > a::before {
  content: "";
  position: absolute;
  bottom: -7px;
  left: 15px;
  width: calc(100% - 30px);
  border-bottom: 1px solid #fff;
  opacity: 0;
  transition: 0.4s ease;
}
@media screen and (max-width: 1080px) {
  .l-header_nav_parent_item > a::before {
    display: none;
  }
}
.l-header_nav_parent_item > a::after {
  content: "";
  position: absolute;
  bottom: -54px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 24px;
  border-radius: 12px;
  background: #003879;
  opacity: 0;
  transition: 0.4s ease;
}
@media screen and (max-width: 1080px) {
  .l-header_nav_parent_item > a::after {
    display: none;
  }
}
.l-header_nav_parent_item:last-of-type a {
  padding-right: 0;
  border-right: none;
}
.l-header_nav_parent_item:nth-of-type(3) .l-header_nav_child_item:nth-of-type(1) a {
  background-image: url(../images/common/nav01_03.jpg);
}
.l-header_nav_parent_item:nth-of-type(4) .l-header_nav_child_item:nth-of-type(1) a {
  background-image: url(../images/common/nav01_01.jpg);
}
.l-header_nav_parent_item:nth-of-type(4) .l-header_nav_child_item:nth-of-type(2) a {
  background-image: url(../images/common/nav01_02.jpg);
}
.l-header_nav_parent_item:nth-of-type(4) .l-header_nav_child_item:nth-of-type(3) a {
  background-image: url(../images/common/nav01_04.jpg);
}
.l-header_nav_parent_item:nth-of-type(4) .l-header_nav_child_item:nth-of-type(4) a {
  background-image: url(../images/common/nav01_05.jpg);
}
.l-header_nav_parent_item:nth-of-type(5) .l-header_nav_child_item:nth-of-type(1) a {
  background-image: url(../images/common/nav02_01.jpg);
}
.l-header_nav_parent_item:nth-of-type(5) .l-header_nav_child_item:nth-of-type(2) a {
  background-image: url(../images/common/nav02_02.jpg);
}
.l-header_nav_parent_item:nth-of-type(5) .l-header_nav_child_item:nth-of-type(3) a {
  background-image: url(../images/common/nav02_03.jpg);
}
.l-header_nav_parent_item:nth-of-type(5) .l-header_nav_child_item:nth-of-type(4) a {
  background-image: url(../images/common/nav02_04.jpg);
}
.l-header_nav_parent_item:nth-of-type(5) .l-header_nav_child_item:nth-of-type(5) a {
  background-image: url(../images/common/nav02_05.jpg);
}
.l-header_nav_parent_item:nth-of-type(6) .l-header_nav_child_item:nth-of-type(1) a {
  background-image: url(../images/common/nav03_01.jpg);
}
.l-header_nav_parent_item:nth-of-type(6) .l-header_nav_child_item:nth-of-type(2) a {
  background-image: url(../images/common/nav03_02.jpg);
}
.l-header_nav_parent_item:nth-of-type(6) .l-header_nav_child_item:nth-of-type(3) a {
  background-image: url(../images/common/nav03_03.jpg);
}
.l-header_nav_parent_item:nth-of-type(6) .l-header_nav_child_item:nth-of-type(4) a {
  background-image: url(../images/common/nav03_05.jpg);
}
.l-header_nav_parent_item:nth-of-type(7) .l-header_nav_child_item:nth-of-type(1) a {
  background-image: url(../images/common/nav03_04.jpg);
}
.l-header_nav_parent_item:nth-of-type(8) .l-header_nav_child_item:nth-of-type(1) a {
  background-image: url(../images/common/nav04_01.jpg);
}
.l-header_nav_parent_item:nth-of-type(8) .l-header_nav_child_item:nth-of-type(2) a {
  background-image: url(../images/common/nav04_02.jpg);
}
.l-header_nav_parent_item:nth-of-type(8) .l-header_nav_child_item:nth-of-type(3) a {
  background-image: url(../images/common/nav04_03.jpg);
}
.l-header_nav_parent_item:nth-of-type(8) .l-header_nav_child_item:nth-of-type(4) a {
  background-image: url(../images/common/nav04_04.jpg);
}
.l-header_nav_parent_item:nth-of-type(8) .l-header_nav_child_item:nth-of-type(5) a {
  background-image: url(../images/common/nav04_05.jpg);
}
.l-header_nav_parent_item:nth-of-type(8) .l-header_nav_child_item:nth-of-type(6) a {
  background-image: url(../images/common/nav04_06.jpg);
}
.l-header_nav_parent_item:nth-of-type(8) .l-header_nav_child_item:nth-of-type(7) a {
  background-image: url(../images/common/nav04_07.jpg);
}
.l-header_nav_parent_item:nth-of-type(8) .l-header_nav_child_item:nth-of-type(8) a {
  background-image: url(../images/common/nav04_08.jpg);
}
.l-header_nav_parent_item:nth-of-type(9) .l-header_nav_child_item:nth-of-type(1) a {
  background-image: url(../images/common/nav05_01.jpg);
}
.l-header_nav_parent_item:nth-of-type(9) .l-header_nav_child_item:nth-of-type(2) a {
  background-image: url(../images/common/nav05_02.jpg);
}
.l-header_nav_parent_item:nth-of-type(9) .l-header_nav_child_item:nth-of-type(3) a {
  background-image: url(../images/common/nav05_03.jpg);
}
.l-header_nav_parent_item:nth-of-type(10) .l-header_nav_child_item:nth-of-type(1) a {
  background-image: url(../images/common/nav06_01.jpg);
}
.l-header_nav_parent_item:nth-of-type(10) .l-header_nav_child_item:nth-of-type(2) a {
  background-image: url(../images/common/nav06_02.jpg);
}
.l-header_nav_parent_item:nth-of-type(8) .l-header_nav_child_item:nth-of-type(2), .l-header_nav_parent_item:nth-of-type(8) .l-header_nav_child_item:nth-of-type(3) {
  display: none;
}
.l-header_nav_child {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 2;
  width: 100%;
  padding: 20px;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: 0.4s ease;
}
@media screen and (max-width: 1080px) {
  .l-header_nav_child {
    position: static;
    opacity: 1;
    background: none;
    padding: 0 0 0 35px;
  }
}
.l-header_nav_child_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  max-width: 1080px;
  margin: 0 auto;
}
@media screen and (max-width: 1200px) {
  .l-header_nav_child_list {
    max-width: initial;
  }
}
@media screen and (max-width: 1080px) {
  .l-header_nav_child_list {
    display: block;
  }
}
@media screen and (max-width: 1200px) {
  .l-header_nav_child_item {
    width: calc(20% - 16px);
  }
}
@media screen and (max-width: 1080px) {
  .l-header_nav_child_item {
    width: auto;
    border-bottom: 1px solid #E2E2E2;
  }
}
.l-header_nav_child_item a {
  position: relative;
  display: block;
  width: 200px;
  padding: 160px 0 0 0;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #003879;
}
@media screen and (max-width: 1200px) {
  .l-header_nav_child_item a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1080px) {
  .l-header_nav_child_item a {
    width: auto;
    padding: 10px 24px 10px 0;
    background: url(../images/common/nav_arrow.svg) no-repeat right center !important;
    background-size: 24px 24px !important;
    font-weight: 700;
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-header_nav_child_item a::after {
  content: "";
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 14px;
  height: 1px;
  background: #003879;
}
@media screen and (max-width: 1080px) {
  .l-header_nav_child_item a::after {
    display: none;
  }
}
.l-header_sns {
  display: none;
}
@media screen and (max-width: 1080px) {
  .l-header_sns {
    display: block;
    margin: 30px 0 0;
  }
  .l-header_sns_list {
    display: flex;
    justify-content: center;
    gap: 40px;
  }
  .l-header_sns_item a {
    display: block;
    max-width: 40px;
    background: #003879;
  }
  .l-header_sns_item a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    visibility: hidden;
  }
  .l-header_sns_item:nth-of-type(1) a {
    mask-image: url(../images/common/fb.svg);
  }
  .l-header_sns_item:nth-of-type(2) a {
    mask-image: url(../images/common/x.svg);
  }
  .l-header_sns_item:nth-of-type(3) a {
    mask-image: url(../images/common/insta.svg);
  }
}
.l-header_higashihonganji {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 84px;
  height: 84px;
  padding: 25px 7px;
  background: #fff;
  box-shadow: 0 0 6px 0 rgba(0, 56, 121, 0.3);
}
@media screen and (max-width: 1080px) {
  .l-header_higashihonganji {
    position: static;
    display: block;
    width: 300px;
    height: auto;
    margin: 24px auto 0;
    padding: 7px;
    border: 1px solid #E2E2E2;
    box-shadow: none;
    text-align: center;
  }
  .l-header_higashihonganji img {
    width: 100px;
    height: auto;
  }
}

.--menu-open .l-header_btn span:nth-of-type(1) {
  animation: active-menu-bar01 0.6s forwards;
}
.--menu-open .l-header_btn span:nth-of-type(2) {
  opacity: 0;
}
.--menu-open .l-header_btn span:nth-of-type(3) {
  animation: active-menu-bar03 0.6s forwards;
}
.--menu-open .l-header_inner {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
@media screen and (max-width: 1080px) {
  .--menu-open .l-header_nav_child {
    visibility: visible;
    pointer-events: auto;
  }
}

.l-header {
  transition: transform 0.35s ease, opacity 0.35s ease;
  will-change: transform;
}
.l-header.--scroll-hide {
  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;
}
.l-header.--scroll-show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

@keyframes menu-bar01 {
  0% {
    transform: translateY(5px) rotate(15deg);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu-bar02 {
  0% {
    transform: translateY(-5px) rotate(-15deg);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(0) rotate(0);
  }
}
@keyframes active-menu-bar01 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(5px) rotate(0);
  }
  100% {
    transform: translateY(5px) rotate(15deg);
  }
}
@keyframes active-menu-bar03 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-5px) rotate(0);
  }
  100% {
    transform: translateY(-5px) rotate(-15deg);
  }
}
.l-fixed {
  position: relative;
  z-index: 20;
}
@media screen and (max-width: 1080px) {
  .l-fixed {
    display: none;
  }
}
.l-fixed_mail {
  position: fixed;
  right: 0;
  top: 150px;
  width: 100px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #003879;
  border-right: none;
  border-radius: 6px 0 0 6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  color: #003879;
}
.l-fixed_access {
  position: fixed;
  right: 0;
  top: 260px;
  width: 100px;
  height: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: #003879;
  border-radius: 6px 0 0 6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}

/* footer
----------------------------------------------------*/
.l-footer {
  margin-top: 120px;
}
@media screen and (max-width: 720px) {
  .l-footer {
    margin-top: 60px;
  }
}
.l-footer_contact {
  position: relative;
  padding: 75px 14% 65px;
  background: url(../images/common/footer.jpg) no-repeat 80% 50%;
  background-size: cover;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .l-footer_contact {
    padding: 65px 20px;
    background: url(../images/common/footer_sp.jpg) no-repeat center center;
    background-size: cover;
  }
}
@media screen and (max-width: 720px) {
  .l-footer_contact_title {
    position: relative;
    z-index: 2;
  }
}
.l-footer_contact_title_ja {
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 720px) {
  .l-footer_contact_title_ja {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.l-footer_contact_title_en {
  margin: 10px 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
.l-footer_contact_lead {
  margin: 32px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
@media screen and (max-width: 720px) {
  .l-footer_contact_lead {
    position: relative;
    z-index: 2;
  }
}
.l-footer_contact_lead a {
  color: #003879;
  text-decoration: underline;
}
@media screen and (hover: hover) {
  .l-footer_contact_lead a:hover {
    text-decoration: none;
  }
}
.l-footer_contact_method {
  margin: 32px 0 0;
}
@media screen and (max-width: 720px) {
  .l-footer_contact_method {
    position: relative;
    z-index: 2;
    margin-top: 30px;
  }
}
.l-footer_contact_method_title {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.8;
}
.l-footer_contact_mail {
  display: inline-block;
  min-width: 380px;
  margin: 10px 0 0;
  padding: 20px 30px;
  border: 2px solid #003879;
  border-radius: 5px;
  background: #fff;
  color: #003879;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.04em;
}
@media screen and (max-width: 720px) {
  .l-footer_contact_mail {
    min-width: initial;
    width: 100%;
    padding: 11px 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-footer_contact_mail img {
  margin: 0 10px 0 0;
  vertical-align: -6px;
}
.l-footer_contact_tel {
  display: inline-block;
  margin: 10px 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  pointer-events: none;
}
@media screen and (max-width: 720px) {
  .l-footer_contact_tel {
    pointer-events: auto;
    display: block;
    width: 100%;
    padding: 14px 30px;
    border: 2px solid #003879;
    border-radius: 5px;
    background: #fff;
    color: #003879;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.04em;
  }
  .l-footer_contact_tel::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 16px;
    mask: url(../images/common/tel.svg) no-repeat center center;
    mask-size: contain;
    background: #003879;
  }
}
.l-footer_contact_tel img {
  margin: 0 10px 0 0;
  vertical-align: 1px;
}
@media screen and (max-width: 720px) {
  .l-footer_contact_tel img {
    display: none;
  }
}
.l-footer_contact_time {
  margin: 10px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
}
.l-footer_contact .c-pagetop {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #003879;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
  border-radius: 100px;
  cursor: pointer;
}
@media screen and (max-width: 720px) {
  .l-footer_contact .c-pagetop {
    right: 10px;
    bottom: 10px;
    width: 38px;
    height: 38px;
    box-shadow: 0px 0px 9.38px 0px rgba(0, 0, 0, 0.1490196078);
  }
}
.l-footer_contact .c-pagetop::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 55%;
  width: 15px;
  height: 15px;
  border-left: 2px solid #003879;
  border-top: 2px solid #003879;
  transform: translate(-50%, -50%) rotate(45deg);
}
@media screen and (max-width: 720px) {
  .l-footer_contact .c-pagetop::before {
    top: 58%;
    width: 8px;
    height: 8px;
    border-top-width: 1px;
    border-left-width: 1px;
  }
}
.l-footer_menus {
  position: relative;
  overflow: hidden;
  padding: 70px 0 80px;
  background: #001D47;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .l-footer_menus {
    padding: 40px 20px;
  }
}
.l-footer_menus::before {
  content: "";
  position: absolute;
  top: -18px;
  left: 1px;
  width: 373px;
  height: 225px;
  background: url(../images/common/footer_bg02.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  .l-footer_menus::before {
    width: 332px;
    height: 201px;
    top: auto;
    bottom: 0;
    left: -38px;
  }
}
.l-footer_menus::after {
  content: "";
  position: absolute;
  top: -18px;
  right: -44px;
  width: 529px;
  height: 251px;
  background: url(../images/common/footer_bg01.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  .l-footer_menus::after {
    width: 405px;
    height: 191px;
    top: -10px;
    right: -80px;
  }
}
.l-footer_logo {
  display: inline-block;
  width: 200px;
}
.l-footer_add {
  margin: 20px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  line-height: 1.7;
}
@media screen and (max-width: 720px) {
  .l-footer_add {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-footer_links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 20px 0 0;
  line-height: 1.7;
}
@media screen and (max-width: 720px) {
  .l-footer_links {
    display: block;
  }
}
.l-footer_links_tel {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
.l-footer_links_tel img {
  margin: 0 10px 0 0;
  vertical-align: -1px;
}
.l-footer_links_access {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 720px) {
  .l-footer_links_access {
    margin: 20px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-footer_links_access img {
  margin: 0 10px 0 0;
  vertical-align: -2px;
}
.l-footer_links_access small {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 720px) {
  .l-footer_links_access small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.l-footer_sns {
  margin: 20px 0 0;
}
.l-footer_sns_list {
  display: flex;
  justify-content: center;
  gap: 40px;
}
.l-footer_sns_item a {
  display: block;
  max-width: 40px;
}
.l-footer_sns_item a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.l-footer_nav {
  max-width: 1240px;
  margin: 70px auto 0;
}
@media screen and (max-width: 1260px) {
  .l-footer_nav {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 720px) {
  .l-footer_nav {
    margin: 40px 0 0;
  }
}
.l-footer_nav_parent {
  display: flex;
  gap: 20px;
  text-align: left;
}
@media screen and (max-width: 720px) {
  .l-footer_nav_parent {
    flex-wrap: wrap;
    gap: 20px 10px;
  }
}
.l-footer_nav_parent_item {
  min-width: 190px;
}
@media screen and (max-width: 1260px) {
  .l-footer_nav_parent_item {
    min-width: initial;
    width: calc(16.6666666667% - 16.66px);
  }
}
@media screen and (max-width: 720px) {
  .l-footer_nav_parent_item {
    width: calc(50% - 5px);
  }
}
.l-footer_nav_parent_item > a {
  position: relative;
  display: block;
  margin: 0 0 15px;
  padding: 0 0 8px 0;
  border-bottom: 1px solid #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .l-footer_nav_parent_item > a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.l-footer_nav_parent_item > a::after {
  content: "";
  position: absolute;
  bottom: 5px;
  right: 0;
  width: 20px;
  height: 20px;
  background: url(../images/common/nav_arrow.svg) no-repeat;
}
@media screen and (max-width: 720px) {
  .l-footer_nav_parent_item > a::after {
    mask: url(../images/common/nav_arrow.svg) no-repeat;
    background: #fff;
  }
}
.l-footer_nav_parent_item > a.l-footer_nav_parent_sub {
  margin-top: 45px;
}
@media screen and (max-width: 720px) {
  .l-footer_nav_parent_item > a.l-footer_nav_parent_sub {
    margin-top: 30px;
  }
}
.l-footer_nav_child_list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.l-footer_nav_child_item {
  position: relative;
  margin: 10px 0 0;
  padding: 0 0 0 22px;
}
@media screen and (max-width: 720px) {
  .l-footer_nav_child_item {
    margin-top: 5px;
  }
}
.l-footer_nav_child_item::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  width: 12px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .l-footer_nav_child_item::before {
    top: 7px;
  }
}
.l-footer_nav_child_item a {
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 14px;
  font-size: 1.4rem;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .l-footer_nav_child_item a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.l-footer_btm {
  display: flex;
  justify-content: space-between;
  padding: 18px 30px;
  background: #003879;
  color: #fff;
  line-height: 1.7;
}
@media screen and (max-width: 720px) {
  .l-footer_btm {
    flex-direction: column-reverse;
    align-items: center;
    gap: 10px;
    padding: 20px;
    text-align: center;
  }
}
.l-footer_copy {
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}
.l-footer_privacy {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
}

/* layout
----------------------------------------------------*/
.l-container {
  overflow-x: hidden;
}

.l-sec {
  position: relative;
  min-height: 600px;
  margin: 120px 0 0;
  padding: 0 0 80px;
}
@media screen and (max-width: 1080px) {
  .l-sec {
    margin: 60px 0 0;
  }
}
@media screen and (max-width: 720px) {
  .l-sec {
    min-height: initial;
    margin: 50px 0 0;
    padding-bottom: 40px;
  }
  .nokv .l-sec {
    margin-top: 30px;
  }
  .l-sec.--noimg {
    margin-top: 90px;
  }
}
.l-sec_inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .l-sec_inner {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .l-sec_inner {
    padding: 0;
  }
}
.l-sec_inner + .l-sec_inner {
  margin-top: 120px;
}
@media screen and (max-width: 720px) {
  .l-sec_inner + .l-sec_inner {
    margin-top: 40px;
  }
}
@media screen and (max-width: 720px) {
  .l-sec_inner > .l-sec_lead {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.l-sec_image {
  position: absolute;
  left: -200px;
  top: 0;
  z-index: 3;
  flex-shrink: 0;
  width: 700px;
}
@media screen and (max-width: 1400px) {
  .l-sec_image {
    left: calc(-100vw + 1200px);
    width: calc(100vw - 700px);
  }
}
@media screen and (max-width: 1200px) {
  .l-sec_image {
    left: 0;
    width: 500px;
  }
}
@media screen and (max-width: 1080px) {
  .l-sec_image {
    width: 48%;
  }
}
@media screen and (max-width: 720px) {
  .l-sec_image {
    position: static;
    width: calc(100% - 20px);
  }
}
.l-sec_image .splide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.l-sec_image .splide__pagination {
  right: 0;
  bottom: -23px;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  padding: 0;
}
.l-sec_image .splide__pagination li {
  font-size: 1px;
}
.l-sec_image .splide__pagination__page {
  width: 30px;
  height: 3px;
  margin: 0;
  border-radius: 0;
  background: #003879;
  opacity: 0.3;
  transition: 0.4s ease;
  line-height: 1;
}
.l-sec_image .splide__pagination__page.is-active {
  background: #003879;
  transform: none;
  opacity: 1;
}
.l-sec_image .splide__pagination__page:hover {
  opacity: 0.6;
}
.l-sec_image .splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.l-sec_image .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.l-sec_txt {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 450px;
  min-height: 500px;
  margin: 0 0 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1400px) {
  .l-sec_txt {
    min-height: calc((100vw - 700px) / 7 * 5);
  }
}
@media screen and (max-width: 1200px) {
  .l-sec_txt {
    min-height: 357px;
  }
}
@media screen and (max-width: 1080px) {
  .l-sec_txt {
    width: 48%;
    min-height: 34.2857142857%;
  }
}
@media screen and (max-width: 720px) {
  .l-sec_txt {
    width: auto;
    min-height: initial;
    margin: 30px 20px 0;
  }
}
.l-sec_txt:has(.l-sec_title) {
  padding-top: 36px;
}
@media screen and (max-width: 720px) {
  .l-sec_txt:has(.l-sec_title) {
    padding: 0;
  }
}
.l-sec_titles {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 720px) {
  .l-sec_titles {
    flex-direction: column;
    gap: 30px;
  }
  .l-sec_titles .l-sec_title {
    text-align: center;
  }
}
.l-sec_first {
  margin: 30px 0 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .l-sec_first {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-sec_mainlead {
  max-width: 52%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .l-sec_mainlead {
    max-width: initial;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.l-sec_title_sub {
  display: block;
  margin: 0 0 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #003879;
  line-height: 1.8;
}
.l-sec_title_ja {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 720px) {
  .l-sec_title_ja {
    font-size: 30px;
    font-size: 3rem;
  }
}
.l-sec_title_ja {
  color: #003879;
  line-height: 1.5;
}
.l-sec_title_en {
  display: block;
  margin: 10px 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #003879;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 720px) {
  .l-sec_title_en {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.l-sec_title.--center {
  text-align: center;
}
.l-sec_title + .l-sec_inner, .l-sec_title + .l-sec_lead, .l-sec_title + .l-sec_subtitle {
  margin-top: 40px;
}
.l-sec_title small {
  font-size: 18px;
  font-size: 1.8rem;
}
.l-sec_subtitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .l-sec_subtitle {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.l-sec_subtitle {
  color: #003879;
  line-height: 1.5;
}
.l-sec_subtitle + .l-sec_lead {
  margin-top: 20px;
}
.l-sec_subtitle.--center {
  text-align: center;
}
@media screen and (max-width: 720px) {
  .l-sec_subtitle.--center {
    margin-left: 20px;
    margin-right: 20px;
    text-align: left;
  }
}
.l-sec_lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 720px) {
  .l-sec_lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .l-sec_title + .l-sec_lead {
    margin-top: 20px;
  }
}
.l-sec_lead p + p {
  margin-top: 1.8em;
}
.l-sec_lead a {
  color: #003879;
  text-decoration: underline;
}
.l-sec_lead a:hover {
  text-decoration: none;
}
.l-sec_all {
  margin: 80px 0 0;
}
@media screen and (max-width: 720px) {
  .l-sec_all {
    margin: 50px 20px 0;
  }
}
.l-sec_btn {
  margin: 40px 0 0;
  padding: 0 20px 0 0;
  text-align: right;
}
@media screen and (max-width: 720px) {
  .l-sec_btn {
    margin-top: 20px;
  }
}
.l-sec_btn.--center {
  padding-right: 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .l-sec_btn.--center {
    padding-right: 40px;
    text-align: right;
  }
}
.l-sec_double {
  display: flex;
  gap: 40px;
  margin: 60px 0 0;
}
@media screen and (max-width: 720px) {
  .l-sec_double {
    flex-direction: column;
    gap: 20px;
    margin: 50px 20px 0;
  }
}
.l-sec_double_item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 720px) {
  .l-sec_double_item {
    width: auto;
  }
}
.l-sec_double_item_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 2.5em;
  margin: 20px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .l-sec_double_item_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.l-sec_double_item_title {
  color: #003879;
  line-height: 1.5;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .l-sec_double_item_title {
    display: block;
    height: auto;
    text-align: left;
  }
}
.l-sec_double_item_txt {
  margin: 15px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.l-sec.--all {
  background: #F7FAFE;
}
.l-sec.--all::before, .l-sec.--all::after {
  content: "";
  position: absolute;
  width: 755px;
  height: 299px;
  background: url(../images/common/kumo03.svg) no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  .l-sec.--all::before, .l-sec.--all::after {
    width: 400px;
    height: 157px;
  }
}
.l-sec.--all::before {
  left: 0;
  top: -112px;
}
@media screen and (max-width: 720px) {
  .l-sec.--all::before {
    left: -132px;
    top: -70px;
  }
}
.l-sec.--all::after {
  content: "";
  right: 0;
  bottom: -112px;
}
@media screen and (max-width: 720px) {
  .l-sec.--all::after {
    right: -132px;
    bottom: -50px;
  }
}
@media screen and (max-width: 720px) {
  .l-sec.--center {
    padding: 0 40px 60px;
  }
}
.l-sec.--center::before {
  content: "";
  position: absolute;
  left: 75px;
  bottom: 0;
  width: calc(100% - 150px);
  height: calc(100% - 58px);
  background: #F7FAFE;
}
@media screen and (max-width: 1080px) {
  .l-sec.--center::before {
    left: 40px;
    width: calc(100% - 80px);
  }
}
@media screen and (max-width: 720px) {
  .l-sec.--center::before {
    left: 20px;
    width: calc(100% - 40px);
    height: calc(100% - 120px);
  }
}
.l-sec.--center::after {
  content: "";
  position: absolute;
  left: 0;
  top: -112px;
  width: 755px;
  height: 299px;
  background: url(../images/common/kumo03.svg) no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  .l-sec.--center::after {
    top: -50px;
    width: 350px;
    height: 139px;
  }
}
.l-sec.--center .l-sec_inner {
  display: flex;
  align-items: flex-start;
  gap: 50px;
  max-width: 900px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .l-sec.--center .l-sec_inner {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .l-sec.--center .l-sec_inner {
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }
}
.l-sec.--center .l-sec_image {
  position: static;
  flex-shrink: 0;
  flex-grow: 0;
  width: 300px;
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.1490196078);
}
@media screen and (max-width: 1080px) {
  .l-sec.--center .l-sec_image {
    width: 36%;
  }
}
@media screen and (max-width: 720px) {
  .l-sec.--center .l-sec_image {
    order: 2;
    width: 100%;
  }
}
.l-sec.--center .l-sec_txt {
  position: static;
  flex-grow: 1;
}
@media screen and (max-width: 720px) {
  .l-sec.--center .l-sec_txt {
    margin: 0;
  }
}
@media screen and (max-width: 720px) {
  .l-sec.--center .l-sec_title {
    text-align: center;
  }
}
.l-sec.--center .l-sec_btn p {
  margin: 10px -20px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: right;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .l-sec.--center .l-sec_btn p {
    margin-right: -10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 720px) {
  .l-sec.--center .l-sec_btn .c-btn.--m {
    width: 100%;
  }
}
.l-sec.--right::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(1000px + (100% - 1000px) / 2 + 50px);
  height: calc(100% - 58px);
  background: #F7FAFE;
}
@media screen and (max-width: 720px) {
  .l-sec.--right::before {
    width: 100%;
    height: calc(100% - 120px);
  }
}
.l-sec.--right::after {
  content: "";
  position: absolute;
  right: 0;
  top: -48px;
  width: 500px;
  height: 250px;
  background: url(../images/common/kumo01.svg) no-repeat right top;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  .l-sec.--right::after {
    top: 72vw;
    left: auto;
    right: 0;
    width: 300px;
    height: 140px;
  }
}
@media screen and (max-width: 720px) {
  .l-sec.--right.--noimg::after {
    top: -40px !important;
    width: 300px !important;
    height: 142px !important;
  }
}
.l-sec.--left::before, .l-sec_inner.--left::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(1000px + (100% - 1000px) / 2 + 50px);
  height: calc(100% - 58px);
  background: #F7FAFE;
}
@media screen and (max-width: 720px) {
  .l-sec.--left::before, .l-sec_inner.--left::before {
    width: 100%;
    height: calc(100% - 120px);
  }
}
.l-sec.--left::after, .l-sec_inner.--left::after {
  content: "";
  position: absolute;
  left: 0;
  top: -100px;
  width: 374px;
  height: 225px;
  background: url(../images/common/kumo02.svg) no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  .l-sec.--left::after, .l-sec_inner.--left::after {
    top: 65vw;
    left: -50px;
    width: 300px;
    height: 200px;
  }
}
@media screen and (max-width: 720px) {
  .l-sec.--left.--noimg::after, .l-sec_inner.--left.--noimg::after {
    top: -50px !important;
    left: -50px !important;
    width: 300px !important;
    height: 200px !important;
  }
}
.l-sec.--left .l-sec_image, .l-sec_inner.--left .l-sec_image {
  left: auto;
  right: -200px;
}
@media screen and (max-width: 1400px) {
  .l-sec.--left .l-sec_image, .l-sec_inner.--left .l-sec_image {
    right: calc(-100vw + 1200px);
  }
}
@media screen and (max-width: 1200px) {
  .l-sec.--left .l-sec_image, .l-sec_inner.--left .l-sec_image {
    right: 0;
    width: 500px;
  }
}
@media screen and (max-width: 1080px) {
  .l-sec.--left .l-sec_image, .l-sec_inner.--left .l-sec_image {
    width: 48%;
  }
}
@media screen and (max-width: 720px) {
  .l-sec.--left .l-sec_image, .l-sec_inner.--left .l-sec_image {
    width: calc(100% - 20px);
    margin: 0 0 0 20px;
  }
}
.l-sec.--left .l-sec_image .splide__pagination, .l-sec_inner.--left .l-sec_image .splide__pagination {
  right: auto;
  left: 0;
  justify-content: flex-start;
}
.l-sec.--left .l-sec_txt, .l-sec_inner.--left .l-sec_txt {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 720px) {
  .l-sec.--left .l-sec_txt, .l-sec_inner.--left .l-sec_txt {
    margin: 30px 20px 0;
  }
}
.l-sec_inner.--left::before {
  display: none;
}
.l-sec_inner.--left::after {
  top: -50px;
  left: calc((100vw - 100%) / -2);
}
@media screen and (max-width: 720px) {
  .l-sec_inner.--left::after {
    top: 65vw;
    left: -50px;
    width: 300px;
    height: 200px;
  }
}
.l-sec.--left .l-sec_inner.--right::before {
  display: none;
}
.l-sec.--left .l-sec_inner.--right::after {
  top: -50px;
  left: calc((100vw - 100%) / -2);
}
@media screen and (max-width: 720px) {
  .l-sec.--left .l-sec_inner.--right::after {
    top: 65vw;
    left: -50px;
    width: 300px;
    height: 200px;
  }
}
.l-sec.--left .l-sec_inner.--right .l-sec_image {
  left: -200px;
}
@media screen and (max-width: 1400px) {
  .l-sec.--left .l-sec_inner.--right .l-sec_image {
    left: calc(-100vw + 1200px);
  }
}
@media screen and (max-width: 1200px) {
  .l-sec.--left .l-sec_inner.--right .l-sec_image {
    left: 0;
  }
}
@media screen and (max-width: 720px) {
  .l-sec.--left .l-sec_inner.--right .l-sec_image {
    width: calc(100% - 20px);
  }
}
.l-sec.--left .l-sec_inner.--right .l-sec_txt {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 720px) {
  .l-sec.--left .l-sec_inner.--right .l-sec_txt {
    margin: 30px 20px 0;
  }
}
.l-sec.--over {
  padding-top: 80px;
}
@media screen and (max-width: 720px) {
  .l-sec.--over {
    padding-top: 0;
  }
  .l-sec.--over::after {
    top: -60px;
    left: -50px;
  }
}
.l-sec.--over::before {
  height: 100%;
}
@media screen and (max-width: 720px) {
  .l-sec.--over::before {
    width: 100%;
    height: calc(100% - 26px);
  }
}
@media screen and (max-width: 1080px) {
  .l-sec.--nobox {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .l-sec.--nobox {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.l-sec.--nobox.--right::before {
  display: none !important;
}
@media screen and (max-width: 720px) {
  .l-sec.--nobox.--right::after {
    top: 0;
  }
}
.l-sec > * {
  position: relative;
  z-index: 2;
}

.l-2column {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  max-width: 1000px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1080px) {
  .l-2column {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .l-2column {
    display: contents;
  }
  .l-2column_wrap {
    display: flex;
    flex-direction: column;
    margin: 50px 0 0;
  }
}
.l-2column_main {
  position: relative;
  padding: 0 30px 80px;
  flex-grow: 1;
}
@media screen and (max-width: 720px) {
  .l-2column_main {
    order: 1;
    padding: 0 20px 40px;
  }
}
.l-2column_main::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: calc(100% - 70px);
  background: #F7FAFE;
}
@media screen and (max-width: 720px) {
  .l-2column_main::before {
    width: 100%;
    height: calc(100% - 52px);
  }
}
.l-2column_main > * {
  position: relative;
  z-index: 2;
}
.l-2column_side {
  flex-shrink: 0;
  flex-grow: 0;
  width: 260px;
}
@media screen and (max-width: 720px) {
  .l-2column_side {
    order: 3;
    width: auto;
    margin: 30px 20px 0;
  }
}

/* title
----------------------------------------------------*/
.c-title {
  color: #003879;
}
.c-title_ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 720px) {
  .c-title_ja {
    font-size: 30px;
    font-size: 3rem;
  }
}
.c-title_ja {
  letter-spacing: 0.05em;
  line-height: 1.5;
}
.c-title_en {
  display: block;
  margin: 10px 0 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
}

/* btn
----------------------------------------------------*/
.c-btn {
  position: relative;
  display: inline-block;
  padding: 5px;
  background: #003879;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 30px;
}
.c-btn::before, .c-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
}
.c-btn::before {
  right: 0;
  border-top: 1px solid #fff;
}
.c-btn::after {
  right: -20px;
  border-top: 1px solid #003879;
  pointer-events: none;
}
.c-btn.--s {
  width: 200px;
}
.c-btn.--m {
  width: 300px;
}
.c-btn.--purple {
  background: #60275C;
}
.c-btn.--gold {
  background: #AA870F;
}
.c-btn.--gold::after {
  border-top-color: #AA870F;
}
.c-btn.--gold2 {
  background: #957451;
}
.c-btn.--gold2::after {
  border-top-color: #957451;
}
.c-btn.--pdf::before {
  display: none;
}
.c-btn.--pdf::after {
  right: 10px;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  border: none;
  background: url(../images/common/pdf.svg) no-repeat center center;
  background-size: contain;
}
.c-btn.--ex::before {
  display: none;
}
.c-btn.--ex::after {
  right: 10px;
  margin-top: -13px;
  width: 26px;
  height: 26px;
  border: none;
  background: url(../images/common/ex.svg) no-repeat center center;
  background-size: contain;
}
.c-btn.--r::before {
  left: 0;
}
.c-btn.--r::after {
  left: -20px;
}

/* cat
----------------------------------------------------*/
.c-cat {
  width: fit-content;
  padding: 5px 20px;
  border: 1px solid #003879;
  border-radius: 100px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  color: #003879;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 720px) {
  .c-cat {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-cat.--current {
  background: #003879;
  color: #fff;
}

/* kv
----------------------------------------------------*/
.c-kv {
  position: relative;
  width: calc(100% - 80px);
  height: 500px;
  margin: 0 0 0 80px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 720px) {
  .c-kv {
    width: calc(100% - 30px);
    height: 400px;
    margin-left: 30px;
  }
}
.c-kv::before {
  content: "";
  position: absolute;
  left: -46px;
  bottom: 50px;
  height: 70px;
  border-left: 1px solid #003879;
}
@media screen and (max-width: 720px) {
  .c-kv::before {
    left: -16px;
  }
}
.c-kv::after {
  content: "scroll";
  position: absolute;
  left: -105px;
  bottom: 0;
  width: 52px;
  height: 20px;
  padding: 0 5px 0 0;
  line-height: 20px;
  color: #003879;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  text-align: right;
  transform: rotate(90deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 720px) {
  .c-kv::after {
    left: -76px;
  }
}
.c-kv_inner {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 30px;
  height: 100%;
  padding: 100px 70px 0;
}
@media screen and (max-width: 1080px) {
  .c-kv_inner {
    padding-top: 60px;
  }
}
@media screen and (max-width: 720px) {
  .c-kv_inner {
    gap: 10px;
    padding: 60px 30px 0;
  }
}
.c-kv_inner::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  display: block;
  width: 100%;
  height: 350px;
  background: linear-gradient(180deg, rgba(25, 76, 134, 0) 0%, #113054 100%);
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.c-kv_title {
  position: relative;
  z-index: 2;
  color: #fff;
  font-size: 56px;
  font-size: 5.6rem;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 720px) {
  .c-kv_title {
    font-size: 34px;
    font-size: 3.4rem;
  }
}
.c-kv_lead {
  position: relative;
  z-index: 2;
  max-width: 950px;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .c-kv_lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* breadcrumb
----------------------------------------------------*/
.c-breadcrumb {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
.c-breadcrumb ol {
  padding: 0 0 1px;
  font-size: 0;
}
.c-breadcrumb ol li {
  display: inline;
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 720px) {
  .c-breadcrumb ol li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-breadcrumb ol li::after {
  content: ">";
  margin: 0 1em;
}
.c-breadcrumb ol li:last-child::after {
  display: none;
}
.c-breadcrumb ol li a {
  text-decoration: underline;
}
.c-kv .c-breadcrumb {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 10px 20px 0;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .c-kv .c-breadcrumb {
    max-width: 300px;
    padding: 10px 10px 0;
    line-height: 1.5;
  }
}
.nokv .c-breadcrumb {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: calc(100% - 220px);
  margin-left: 110px;
  line-height: 1.5;
}
@media screen and (max-width: 1350px) {
  .nokv .c-breadcrumb {
    max-width: initial;
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .nokv .c-breadcrumb {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
  }
}

/* pagination
----------------------------------------------------*/
.c-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  margin: 50px 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
  line-height: 30px;
}
@media screen and (max-width: 720px) {
  .c-pagination {
    gap: 20px;
    margin-top: 30px;
  }
}
.c-pagination .current {
  width: 30px;
  border-radius: 15px;
  background: #003879;
  color: #fff;
}
.c-pagination a {
  color: #003879;
  line-height: 30px;
}
.c-pagination_arrow {
  position: relative;
  width: 30px;
  height: 30px;
}
.c-pagination_arrow::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/common/nav_arrow.svg) no-repeat;
  background-size: contain;
}
.c-pagination_arrow.--prev::after {
  transform: scaleX(-1);
}
/* box
----------------------------------------------------*/
.c-box {
  padding: 30px;
  border: 1px solid #EEF5FD;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .c-box {
    padding: 20px;
  }
}
.c-box.--blue {
  border: none;
  background: #003879;
  color: #fff;
}

/* faq
----------------------------------------------------*/
.c-faq {
  margin: 80px 0 0;
}
@media screen and (max-width: 720px) {
  .c-faq {
    margin: 40px 20px 0;
  }
}
.c-faq_q {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 30px 90px 30px 30px;
  border-top: 5px solid #003879;
  background: url(../images/faq/link.svg) no-repeat right 40px top 30px #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .c-faq_q {
    padding: 20px 20px 60px;
    background-position: right 20px bottom 25px;
    background-size: 30px 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-faq_q::before {
  content: "Q";
  flex-shrink: 0;
  flex-grow: 0;
  width: 40px;
  height: 40px;
  background: #003879;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .c-faq_q::before {
    display: block;
    margin: 0 0 20px;
  }
}
.c-faq_q + .c-faq_q {
  margin-top: 30px;
}
@media screen and (max-width: 720px) {
  .c-faq_q + .c-faq_q {
    margin-top: 20px;
  }
}
.c-faq_a {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin: 10px 0 30px;
  padding: 30px;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .c-faq_a {
    margin-bottom: 20px;
    padding: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-faq_a::before {
  content: "A";
  flex-shrink: 0;
  flex-grow: 0;
  width: 40px;
  height: 40px;
  border: 1px solid #003879;
  background: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 2.2rem;
  color: #003879;
  line-height: 40px;
  text-align: center;
}
.c-faq_btn {
  margin: 70px 0 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .c-faq_btn {
    margin-top: 20px;
  }
}

/* contact
----------------------------------------------------*/
.c-contact {
  max-width: 830px;
  margin: 120px auto;
  padding: 50px 0;
  border-top: 2px solid #003879;
  border-bottom: 2px solid #003879;
}
@media screen and (max-width: 910px) {
  .c-contact {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .c-contact {
    margin: 50px 20px;
    padding: 30px 0;
  }
}
.c-contact.--noborder {
  padding: 0;
  border: none;
}
.c-contact_title {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 720px) {
  .c-contact_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-contact_title b {
  color: #003879;
  font-weight: 500;
}
.c-contact_lead {
  margin: 20px 0 0;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .c-contact_lead {
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    letter-spacing: normal;
  }
}
.c-contact_inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: 20px 0 0;
}
@media screen and (max-width: 720px) {
  .c-contact_inner {
    flex-direction: column;
    gap: 10px;
    margin: 0;
  }
}
.c-contact_item {
  width: calc(50% - 15px);
  padding: 20px;
  border: 2px solid #003879;
  border-radius: 5px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .c-contact_item {
    width: 100%;
    padding: 15px;
  }
}
.c-contact_item.--youtube {
  order: -1;
  width: 100%;
  padding: 0;
  border: none;
  text-align: left;
}
.c-contact_item:nth-of-type(1) {
  background: #003879;
  color: #fff;
}
.c-contact_item:nth-of-type(1) .c-contact_method {
  border-color: #fff;
}
.c-contact_item:nth-of-type(1) .c-contact_time span {
  background: #fff;
  color: #003879;
}
.c-contact_item:nth-of-type(2) {
  background: #fff;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .c-contact_item:nth-of-type(2) {
    padding-bottom: 35px;
  }
}
.c-contact_item:nth-of-type(2) .c-contact_method {
  border-color: #003879;
}
.c-contact_item:nth-of-type(2) .c-contact_time span {
  background: #003879;
  color: #fff;
}
.c-contact_item:nth-of-type(2) .c-contact_tel {
  margin-top: 15px;
}
.c-contact_item:nth-of-type(2) .c-contact_tel::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  margin-right: 10px;
  vertical-align: 1px;
  mask: url(../images/common/tel.svg) no-repeat center;
  mask-size: contain;
  background: #003879;
}
@media screen and (max-width: 720px) {
  .c-contact_item:nth-of-type(2) .c-contact_tel::before {
    width: 20px;
    height: 20px;
    margin-right: 6px;
    vertical-align: 0;
  }
}
.c-contact_item:nth-of-type(2) .c-contact_tel img {
  display: none;
}
.c-contact_method {
  width: fit-content;
  margin: 0 auto;
  border-bottom: 1px solid;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 720px) {
  .c-contact_method {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-contact_method.--24 {
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 720px) {
  .c-contact_method.--24 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-contact_method.--24 small {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 720px) {
  .c-contact_method.--24 small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-contact_tel {
  display: block;
  width: fit-content;
  margin: 5px auto 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  color: currentColor;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  .c-contact_tel {
    font-size: 30px;
    font-size: 3rem;
  }
}
.c-contact_tel img {
  width: 24px;
  height: auto;
  margin-right: 10px;
  vertical-align: 1px;
}
@media screen and (max-width: 720px) {
  .c-contact_tel img {
    width: 20px;
    margin-right: 6px;
    vertical-align: 0;
  }
}
.c-contact_time {
  margin: 5px 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (max-width: 720px) {
  .c-contact_time {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
.c-contact_time span {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 8px;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 720px) {
  .c-contact_time span {
    padding: 1px 4px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-contact_mail {
  display: block;
  width: fit-content;
  margin: 16px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 720px) {
  .c-contact_mail {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-contact_mail img {
  width: 30px;
  height: auto;
  margin-right: 6px;
  vertical-align: -6px;
}
@media screen and (max-width: 720px) {
  .c-contact_mail img {
    width: 25px;
  }
}

/* subnav
----------------------------------------------------*/
.c-subnav {
  padding: 40px 0;
  background: url(../images/common/nav.png) repeat center center #EEF5FD;
}
@media screen and (max-width: 720px) {
  .c-subnav.--text {
    padding: 20px 0;
  }
}
.c-subnav_list {
  display: flex;
  justify-content: center;
  gap: 28px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .c-subnav_list {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .c-subnav_list {
    display: block;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.--text .c-subnav_list {
  flex-wrap: wrap;
  gap: 25px;
}
@media screen and (max-width: 720px) {
  .--text .c-subnav_list {
    display: block;
    margin-left: 37.5px;
    margin-right: 37.5px;
    border-top: 1px solid #fff;
  }
}
.c-subnav_item {
  width: calc(33.33% - 18.66px);
}
@media screen and (max-width: 720px) {
  .c-subnav_item {
    width: auto;
  }
  .c-subnav_item + .c-subnav_item {
    margin-top: 20px;
  }
  .c-subnav_item a {
    display: flex;
    align-items: center;
    gap: 10px;
  }
  .c-subnav_item img {
    flex-shrink: 0;
    flex-grow: 0;
    width: 44%;
  }
}
.c-subnav_item span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  height: 3em;
  margin: 20px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .c-subnav_item span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-subnav_item span {
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #333;
}
@media screen and (max-width: 1080px) {
  .c-subnav_item span {
    font-size: 20px;
    font-size: 2rem;
  }
  .c-subnav_item span br {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .c-subnav_item span {
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: auto;
    margin: 0;
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
  .c-subnav_item span br {
    display: block;
  }
}
.c-subnav_item span::after {
  content: "";
  flex-shrink: 0;
  flex-grow: 0;
  width: 30px;
  height: 30px;
  background: url(../images/daikou/arrow.svg) no-repeat center center;
  background-size: contain;
}
.--text .c-subnav_item {
  width: auto;
}
@media screen and (max-width: 720px) {
  .--text .c-subnav_item {
    margin: 0;
  }
}
.--text .c-subnav_item a {
  display: flex;
  align-items: center;
  gap: 25px;
  padding: 0 25px;
  border-right: 1px solid #E2E2E2;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #333;
}
@media screen and (max-width: 720px) {
  .--text .c-subnav_item a {
    justify-content: space-between;
    padding: 10px 0;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
}
.--text .c-subnav_item a::after {
  content: "";
  flex-shrink: 0;
  flex-grow: 0;
  width: 24px;
  height: 24px;
  background: url(../images/faq/arrow.svg) no-repeat center center;
  background-size: contain;
}

/* flow
----------------------------------------------------*/
.c-flow {
  counter-reset: step;
  margin: 80px 0 0;
}
@media screen and (max-width: 720px) {
  .c-flow {
    margin: 40px 20px 0;
  }
}
.c-flow_title {
  margin: 20px 0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .c-flow_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-flow_lead {
  margin: 25px 0 30px;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .c-flow_lead {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-flow_step {
  display: flex;
  gap: 20px;
}
.c-flow_step_bar {
  flex-shrink: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 80px;
  background: #003879;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .c-flow_step_bar {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-flow_step_bar {
  line-height: 1;
  text-align: center;
  color: #fff;
  letter-spacing: 0.1em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 720px) {
  .c-flow_step_bar {
    display: block;
    width: 30px;
    padding: 30px 0 0;
    text-align: left;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 30px;
  }
}
.c-flow_step_bar small {
  font-size: 16px;
  font-size: 1.6rem;
}
.c-flow_step_bar::before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 100%;
  height: 20px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
@media screen and (max-width: 720px) {
  .c-flow_step_bar::before {
    height: 8px;
  }
}
.c-flow_step:nth-of-type(1) .c-flow_step_bar {
  background: #003879;
}
@media screen and (max-width: 720px) {
  .c-flow_step:nth-of-type(1) .c-flow_step_bar {
    padding-top: 20px;
  }
}
.c-flow_step:nth-of-type(1) .c-flow_step_bar::before {
  display: none;
}
.c-flow_step:nth-of-type(1) .c-flow_item_title {
  color: #003879;
}
.c-flow_step:nth-of-type(1) .c-flow_item_title::before {
  background: #003879;
}
.c-flow_step:nth-of-type(2) .c-flow_step_bar {
  background: #001D47;
}
.c-flow_step:nth-of-type(2) .c-flow_step_bar::before {
  background: #003879;
}
.c-flow_step:nth-of-type(2) .c-flow_item_title {
  color: #001D47;
}
.c-flow_step:nth-of-type(2) .c-flow_item_title::before {
  background: #001D47;
}
.c-flow_step:nth-of-type(3) .c-flow_step_bar {
  background: #60275C;
}
.c-flow_step:nth-of-type(3) .c-flow_step_bar::before {
  background: #001D47;
}
.c-flow_step:nth-of-type(3) .c-flow_item_title {
  color: #60275C;
}
.c-flow_step:nth-of-type(3) .c-flow_item_title::before {
  background: #60275C;
}
.c-flow_step_txt {
  flex-grow: 1;
}
.c-flow_item {
  counter-increment: step;
  margin: 0 0 20px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .c-flow_item {
    padding: 20px;
  }
}
.c-flow_item_title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .c-flow_item_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-flow_item_title {
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 720px) {
  .c-flow_item_title {
    gap: 10px;
    margin-bottom: 10px;
  }
}
.c-flow_item_title::before {
  content: counter(step, decimal-leading-zero);
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .c-flow_item_title::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.c-flow_item_lead {
  margin: 20px 0;
  padding: 20px;
  background: #F6F7F8;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .c-flow_item_lead {
    margin: 10px 0;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
  }
}
.c-flow_item_list {
  counter-reset: list;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .c-flow_item_list {
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-flow_item_list li {
  counter-increment: list;
  display: flex;
  align-items: flex-start;
  list-style-type: none;
}
@media screen and (max-width: 720px) {
  .c-flow_item_list li + li {
    margin-top: 5px;
  }
}
.c-flow_item_list li::before {
  flex-shrink: 0;
  flex-grow: 0;
  content: "（" counter(list) "）";
  display: inline-block;
}
.c-flow_item_list li p {
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}
@media screen and (max-width: 720px) {
  .c-flow_item_list li p {
    line-height: 1.5;
  }
}
.c-flow_item_list + .c-flow_item_txt {
  margin: 5px 0 0;
}
.c-flow_item_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .c-flow_item_txt {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-flow_item_inner {
  display: flex;
  gap: 20px;
  margin: 20px 0 0;
}
@media screen and (max-width: 720px) {
  .c-flow_item_inner {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
}
.c-flow_item_img {
  flex-shrink: 0;
  flex-grow: 0;
  width: 240px;
}
@media screen and (max-width: 720px) {
  .c-flow_item_img {
    width: 100%;
  }
}
.c-flow .c-flow_step:last-of-type .c-flow_item:last-of-type {
  margin-bottom: 0;
}
.c-flow_sub {
  margin: 30px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .c-flow_sub {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-flow_sub a {
  color: #003879;
  text-decoration: underline;
}
.c-flow_sub a:hover {
  text-decoration: none;
}

/* note
----------------------------------------------------*/
.c-note {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  margin: 20px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.c-note + .c-note {
  margin-top: 10px;
}
.c-note::before {
  content: "※";
}

/* ex
----------------------------------------------------*/
.c-ex {
  color: #003879;
  text-decoration: underline;
}
.c-ex::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  mask: url(../images/common/ex.svg) no-repeat center center;
  mask-size: contain;
  background: #003879;
  vertical-align: -4px;
}
@media screen and (hover: hover) {
  .c-ex:hover {
    text-decoration: none;
  }
}

/* card
----------------------------------------------------*/
.c-card {
  display: flex;
  margin: 20px 0 0;
  background: #003879;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .c-card {
    flex-direction: column;
  }
}
.c-card_img {
  flex-shrink: 0;
  flex-grow: 0;
  width: 333px;
}
@media screen and (max-width: 720px) {
  .c-card_img {
    width: auto;
  }
  .c-card_img img {
    width: 100%;
  }
}
.c-card_txt {
  padding: 30px;
}
@media screen and (max-width: 720px) {
  .c-card_txt {
    padding: 20px;
  }
}
.c-card_txt b {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .c-card_txt b {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-card_txt p {
  margin: 10px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

/* content
----------------------------------------------------*/
.c-content > h2 {
  clear: both;
  margin: 40px 0 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #003879;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .c-content > h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-content > h2 {
  line-height: 1.5;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .c-content > h2 {
    margin: 10px 0 0;
  }
}
.c-content > h3 {
  clear: both;
  margin: 60px 0 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #003879;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .c-content > h3 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-content > h3 {
  line-height: 1.5;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .c-content > h3 {
    margin: 30px 0 0;
  }
}
.c-content > h4 {
  clear: both;
  margin: 50px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .c-content > h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-content > h4 {
  line-height: 1.5;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .c-content > h4 {
    margin: 30px 0 0;
  }
}
.c-content p {
  margin: 30px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 720px) {
  .c-content p {
    margin: 20px 0 0;
  }
}
.c-content p a:not(.c-btn) {
  color: #003879;
  text-decoration: underline;
}
.c-content ul, .c-content ol {
  margin: 30px 0 0;
  padding-left: 1.5em;
}
.c-content ul li, .c-content ol li {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.c-content ul li + li, .c-content ol li + li {
  margin: 10px 0 0;
}
.c-content ul li p, .c-content ol li p {
  margin: 0;
}
.c-content ul li {
  list-style-type: disc;
}
.c-content ol li {
  list-style-type: decimal;
}
.c-content table {
  width: 100% !important;
  height: auto !important;
  margin: 30px 0 0;
  border: 30px solid #fff;
  background: #fff;
  border-collapse: collapse;
}
@media screen and (max-width: 720px) {
  .c-content table {
    display: block;
    border-width: 20px;
  }
}
.c-content table th, .c-content table td {
  width: auto !important;
  height: auto !important;
  padding: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  vertical-align: middle;
}
@media screen and (max-width: 720px) {
  .c-content table th, .c-content table td {
    display: block;
    padding: 10px;
  }
}
.c-content table th p, .c-content table td p {
  margin: 0;
}
.c-content table th {
  background: #EEF5FD;
  border-bottom: 1px solid #fff;
  color: #003879;
  font-weight: 700;
}
.c-content table td {
  border-bottom: 1px solid #EEF5FD;
}
.c-content .alignright {
  float: right;
  margin: 0 0 0 30px;
}
@media screen and (max-width: 720px) {
  .c-content .alignright {
    float: none;
    margin: 10px 0 0;
  }
}
.c-content .alignleft {
  float: left;
  margin: 0 30px 0 0;
}
@media screen and (max-width: 720px) {
  .c-content .alignleft {
    float: none;
    margin: 10px 0 0;
  }
}
.c-content .aligncenter {
  display: block;
  width: fit-content;
  margin: 0 auto;
}
.c-content .wp-caption {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 720px) {
  .c-content .wp-caption {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
.c-content .wp-caption-text {
  margin-top: 10px;
  text-align: right;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #8B8B8B;
}
.c-content .clear {
  clear: both;
}
.c-content .c-btn {
  margin-top: 10px;
}
.c-content blockquote {
  margin: 30px 0;
  padding: 20px;
  background: #fff;
}
.c-content blockquote p {
  margin: 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-content blockquote cite {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  text-align: right;
}

/* detail
----------------------------------------------------*/
.c-detail {
  margin: 70px 0 0;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .c-detail {
    margin-top: 40px;
    padding: 20px;
  }
}
.c-detail p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .c-detail p {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.c-detail p + p {
  margin-top: 20px;
}
@media screen and (max-width: 720px) {
  .c-detail p + p {
    margin-top: 10px;
  }
}
.c-detail table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.c-detail table th, .c-detail table td {
  width: auto !important;
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 720px) {
  .c-detail table th, .c-detail table td {
    display: block;
    padding: 10px;
  }
}
.c-detail table th {
  min-width: 150px;
  border-bottom: 1px solid #fff;
  background: #EEF5FD;
  font-weight: 700;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .c-detail table th {
    min-width: initial;
    border: none;
  }
}
.c-detail table td {
  border-bottom: 1px solid #EEF5FD;
}
@media screen and (max-width: 720px) {
  .c-detail table td {
    border: none;
  }
}
.c-detail table td img {
  max-width: 100%;
  height: auto;
}
.c-detail table td img:not(:first-child) {
  margin: 20px 0 0;
}
@media screen and (max-width: 720px) {
  .c-detail table td iframe {
    width: 100%;
    height: 300px;
  }
}
.c-detail table td a {
  color: #003879;
  text-decoration: underline;
}
@media screen and (hover: hover) {
  .c-detail table td a:hover {
    text-decoration: none;
  }
}
.c-detail table + p {
  margin-top: 20px;
}
@media screen and (max-width: 720px) {
  .c-detail table + p {
    margin-top: 10px;
  }
}

/* profile
----------------------------------------------------*/
.c-profile {
  display: flex;
  gap: 30px;
  margin: 30px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .c-profile {
    flex-direction: column;
    gap: 20px;
    margin-top: 20px;
  }
}
.c-profile_img {
  flex-shrink: 0;
  flex-grow: 0;
  width: 500px;
}
@media screen and (max-width: 1080px) {
  .c-profile_img {
    width: 45%;
  }
}
@media screen and (max-width: 720px) {
  .c-profile_img {
    width: 100%;
  }
}
.c-profile_img img {
  width: 100%;
  height: auto;
}
.c-profile_txt {
  flex-grow: 1;
}
.c-profile_txt em {
  display: block;
  width: fit-content;
  padding: 0 20px;
  margin: 0 0 20px;
  background: #003879;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  font-style: normal;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .c-profile_txt em {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-profile_txt b {
  display: block;
  margin: 0 0 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .c-profile_txt b {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-profile_txt b {
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .c-profile_txt b {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-profile_txt p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}

/* cassette
----------------------------------------------------*/
.c-cassette {
  position: relative;
}
.c-cassette::before {
  position: absolute;
  top: -20px;
  right: 20px;
  z-index: 2;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 720px) {
  .c-cassette::before {
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-cassette.--recruiting::before {
  content: "募集中";
  background: #C7BC28;
}
.c-cassette.--new::before {
  content: "NEW";
  background: #CB3322;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
.c-cassette.--recommended::before {
  content: "おすすめ";
  background: #B84C9B;
}
.c-cassette a {
  display: block;
}
.c-cassette_img {
  width: 100%;
  aspect-ratio: 3/2;
  box-shadow: 0px 8px 15px rgba(0, 56, 121, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
.c-cassette_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.--book .c-cassette_img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 360px;
  aspect-ratio: unset;
  background: linear-gradient(113.82deg, rgba(246, 247, 248, 0.5) 1.54%, rgba(25, 76, 134, 0.5) 100%);
}
@media screen and (max-width: 720px) {
  .--book .c-cassette_img {
    height: 180px;
  }
}
.--book .c-cassette_img img {
  width: auto;
  height: auto;
  max-height: 280px;
  object-fit: contain;
}
@media screen and (max-width: 720px) {
  .--book .c-cassette_img img {
    max-height: 150px;
  }
}
.c-cassette_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 72px;
  margin: 10px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .c-cassette_title {
    margin-top: 15px;
    height: auto;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-cassette_title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.--book .c-cassette_title {
  display: block;
  height: auto;
  text-align: center;
  line-height: 1.8;
}
.--book .c-cassette_title span {
  display: inline;
}
@media screen and (max-width: 720px) {
  .--book .c-cassette_title span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.c-cassette_cats {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 15px 0 0;
}
.c-cassette_cat {
  margin: 15px 0 0;
}
.c-cassette_date {
  margin: 10px 0 0;
  padding: 8px 10px;
  background: #EEF5FD;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 400;
  color: #003879;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 720px) {
  .c-cassette_date {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.5;
  }
}
.c-cassette_txt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .c-cassette_txt {
    margin-top: 20px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* catnav
----------------------------------------------------*/
.c-catnav {
  margin: 60px 0 0;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .c-catnav {
    margin: 30px 20px 0;
    padding: 20px;
  }
}
.c-catnav ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 720px) {
  .c-catnav ul {
    justify-content: flex-start;
    gap: 15px;
  }
  .c-catnav ul li {
    width: calc(50% - 7.5px);
  }
}
.c-catnav .c-cat {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 720px) {
  .c-catnav .c-cat {
    width: 100%;
    padding: 5px 0;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: center;
  }
}

/* sidebox
----------------------------------------------------*/
.c-sidebox {
  display: block;
}
.c-sidebox + .c-sidebox {
  margin: 40px 0 0;
}
@media screen and (max-width: 720px) {
  .c-sidebox + .c-sidebox {
    margin-top: 30px;
  }
}
.c-sidebox_title {
  padding: 0 0 10px;
  border-bottom: 1px solid #003879;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .c-sidebox_title {
    margin-bottom: 10px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/* category
----------------------------------------------------*/
.c-category_item {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  border-bottom: 1px solid #E2E2E2;
}
.c-category_item a {
  position: relative;
  display: block;
  padding: 10px 30px 10px 0;
}
.c-category_item a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background: url(../images/common/nav_arrow.svg) no-repeat;
  background-size: contain;
}

/* ===== 自由記述欄タイポ（Figma 投稿ページパーツ準拠）2026-07 =====
   講座案内(lecture)/サンガ抄録(samgha)/法話行事案内(event)の自由記述は
   すべて .c-content で出力し、書籍(book)と同じ記述欄スタイルに統一する。
   （book は _book.scss の .p-book_single で別途対応済み） */
.single-lecture .c-content,
.single-samgha .c-content,
.single-event .c-content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.single-lecture .c-content > h2,
.single-samgha .c-content > h2,
.single-event .c-content > h2 {
  clear: both;
  margin: 40px 0 0;
  padding-bottom: 0;
  border-bottom: none;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 720px) {
  .single-lecture .c-content > h2,
  .single-samgha .c-content > h2,
  .single-event .c-content > h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.single-lecture .c-content > h2,
.single-samgha .c-content > h2,
.single-event .c-content > h2 {
  line-height: 1.5;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .single-lecture .c-content > h2,
  .single-samgha .c-content > h2,
  .single-event .c-content > h2 {
    margin: 10px 0 0;
  }
}

@media screen and (max-width: 1080px) {
  .u-only-pc {
    display: none;
  }
}

@media screen and (max-width: 720px) {
  .u-only-tabover {
    display: none;
  }
}

.u-only-sp {
  display: none;
}
@media screen and (max-width: 720px) {
  .u-only-sp {
    display: block;
  }
}

/* AUTO-GENERATED. DO NOT EDIT. */
/* c-kv
----------------------------------------------------*/
.about .c-kv {
  height: 400px;
  background-image: url(../images/about/kv.jpg);
}
@media screen and (max-width: 720px) {
  .about .c-kv {
    background-image: url(../images/about/kv_sp.jpg);
  }
}
.about .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-about
----------------------------------------------------*/
@media screen and (max-width: 720px) {
  .p-about_sec02::before {
    height: calc(100% - 80px) !important;
  }
  .p-about_sec02::after {
    top: -20px !important;
    left: -50px !important;
    width: 300px !important;
    height: 200px !important;
  }
  .p-about_sec02 .l-sec_title {
    padding-top: 30px;
  }
}

/* p-about_cinerary（納骨誘導セクション・添付デザインのカード）
----------------------------------------------------*/
.p-about_cinerary {
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 0 20px;
}
@media screen and (max-width: 720px) {
  .p-about_cinerary {
    margin-top: 40px;
  }
}
.p-about_cinerary_inner {
  display: flex;
  align-items: stretch;
}
@media screen and (max-width: 720px) {
  .p-about_cinerary_inner {
    display: block;
  }
}
.p-about_cinerary_img {
  flex-shrink: 0;
  width: 38%;
}
@media screen and (max-width: 720px) {
  .p-about_cinerary_img {
    width: 100%;
  }
}
.p-about_cinerary_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 720px) {
  .p-about_cinerary_img img {
    height: 240px;
  }
}
.p-about_cinerary_box {
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #EEF5FD;
}
.p-about_cinerary_ttl {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 24px;
  background: #003879;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-about_cinerary_ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-about_cinerary_ttl {
  line-height: 1.4;
}
@media screen and (max-width: 720px) {
  .p-about_cinerary_ttl {
    padding: 14px 16px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-about_cinerary_ttl img {
  flex-shrink: 0;
  width: 34px;
  height: auto;
}
.p-about_cinerary_body {
  flex: 1;
  padding: 24px;
}
@media screen and (max-width: 720px) {
  .p-about_cinerary_body {
    padding: 20px;
  }
}
.p-about_cinerary_body p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-about_cinerary_body p + p {
  margin-top: 1em;
}
.p-about_cinerary_btn {
  margin: 24px 0 0;
  text-align: right;
}
@media screen and (max-width: 720px) {
  .p-about_cinerary_btn {
    text-align: center;
  }
}
.p-about_cinerary_btn .c-btn {
  width: 280px;
}

/* c-kv
----------------------------------------------------*/
.access .c-kv {
  background-image: url(../images/inquiry/kv.jpg);
}
@media screen and (max-width: 720px) {
  .access .c-kv {
    background-image: url(../images/inquiry/kv_sp.jpg);
  }
}

/* p-access
----------------------------------------------------*/
.p-access_sec01::before, .p-access_sec02::before, .p-access_sec03::before {
  height: calc(100% - 38px) !important;
}
@media screen and (max-width: 720px) {
  .p-access_sec01::before, .p-access_sec02::before, .p-access_sec03::before {
    height: calc(100% - 28px) !important;
  }
}
.p-access_sec03 .l-sec_inner {
  margin-top: 40px;
}
.p-access_sec03 .l-sec_txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 499px;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  .p-access_sec03 .l-sec_txt {
    height: calc((100vw - 700px) * 0.7128571429);
  }
}
@media screen and (max-width: 1200px) {
  .p-access_sec03 .l-sec_txt {
    height: 356.4285714286px;
  }
}
@media screen and (max-width: 720px) {
  .p-access_sec03 .l-sec_txt {
    height: auto;
  }
}
.p-access_sec03 .l-sec_lead {
  margin: 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-access_table {
  max-width: 830px;
  margin: 40px auto 0;
  border-top: 1px solid #E2E2E2;
}
@media screen and (max-width: 720px) {
  .p-access_table {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.p-access_table_item {
  padding: 20px 0;
  border-bottom: 1px solid #E2E2E2;
}
.p-access_table_item:has(.p-access_table_txts) {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
@media screen and (max-width: 720px) {
  .p-access_table_item:has(.p-access_table_txts) {
    display: block;
  }
}
.p-access_table_item_title {
  border-left: 4px solid #003879;
  padding: 0 0 0 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.5;
}
.p-access_table_item_txt {
  margin: 10px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-access_table_item_txt.--large {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.p-access_table_item_txt a {
  color: #003879;
  text-decoration: underline;
}
.p-access_table_item_txt a:hover {
  text-decoration: none;
}
.p-access_table_item_txt a[href^="tel:"] {
  margin-right: 16px;
  text-decoration: none;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 600;
  vertical-align: -2px;
}
@media screen and (max-width: 720px) {
  .p-access_table_item_txt a[href^="tel:"] {
    display: block;
    width: fit-content;
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 1.2;
  }
}
.p-access_table_item_txt a[href^="tel:"]:hover {
  text-decoration: none;
}
.p-access_table_item_txt ul {
  margin: 0 0 20px;
}
.p-access_table_item_txt ul li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.p-access_table_item_txt ul li + li {
  margin-top: 10px;
}
.p-access_table_item_txt ul li::before {
  content: "●";
  color: #003879;
}
@media screen and (max-width: 720px) {
  .p-access_table_btn {
    margin-top: 10px;
  }
}
.p-access_table_btn .l-footer_contact_mail {
  min-width: initial;
  margin: 0;
}
@media screen and (max-width: 720px) {
  .p-access_table_btn .l-footer_contact_mail {
    margin-top: 10px;
  }
}
.p-access_table_btn img {
  max-width: 335px;
}
.p-access_table_map {
  margin: 10px 0 0;
  text-align: right;
}
.p-access_table_map a::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background: #003879;
  mask: url(../images/common/access.svg) no-repeat center;
  mask-size: contain;
  vertical-align: middle;
}
.p-access_facility {
  margin: 40px 0 0;
}
@media screen and (max-width: 720px) {
  .p-access_facility {
    margin: 30px 20px 0;
  }
}
.p-access_facility_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-access_facility_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-access_facility_title {
  line-height: 1.5;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .p-access_facility_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-access_facility_title b {
  display: inline-block;
  margin-right: 20px;
  padding: 10px 20px;
  background: #003879;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .p-access_facility_title b {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-access_facility_list {
  margin: 30px 0 0;
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 720px) {
  .p-access_facility_list {
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 30px 15px;
  }
}
.p-access_facility_item {
  width: calc(25% - 15px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 720px) {
  .p-access_facility_item {
    width: calc(50% - 7.5px);
  }
}
.p-access_facility_img {
  position: relative;
  cursor: pointer;
}
.p-access_facility_img::before {
  content: "";
  position: absolute;
  bottom: 10px;
  left: 10px;
  width: 40px;
  height: 40px;
  background: url(../images/access/plus.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.p-access_facility_img img {
  width: 100%;
  aspect-ratio: 235/157;
}
.p-access_facility_name {
  margin: 32px 0;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .p-access_facility_name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 720px) {
  .p-access_facility_name {
    margin: 15px 0 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-access_facility_txt {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-access_facility.--other .p-access_facility_title b {
  background: #60275C;
}
.p-access_facility.--other .p-access_facility_img::before {
  background-image: url(../images/access/plus_p.svg);
}

/* c-kv
----------------------------------------------------*/
.book .c-kv {
  height: 400px;
  background-image: url(../images/book/kv.jpg);
}
@media screen and (max-width: 720px) {
  .book .c-kv {
    height: 300px;
    background-image: url(../images/book/kv_sp.jpg);
  }
}
.book .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-book
----------------------------------------------------*/
.p-book_sec01 {
  margin-top: 130px;
}
.p-book_sec01 .l-sec_title {
  position: relative;
  top: -32px;
  margin-bottom: -32px;
}
@media screen and (max-width: 720px) {
  .p-book_sec01 .l-sec_title {
    top: -26px;
    margin-bottom: -26px;
  }
}
.p-book_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 27px;
  margin: 60px auto 0;
}
@media screen and (max-width: 720px) {
  .p-book_list {
    gap: 30px 15px;
    margin: 50px 20px 0;
  }
}
.p-book_item {
  width: calc(33.33% - 18px);
}
@media screen and (max-width: 720px) {
  .p-book_item {
    width: calc(50% - 7.5px);
  }
}
.p-book_item .c-cassette_img {
  border-radius: none;
  box-shadow: none;
  overflow: visible;
}
.p-book_item .c-cassette_img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1490196078));
}
.p-book_item .c-cassette_title {
  display: block;
  height: auto;
  text-align: center;
  line-height: 1.8;
}
.p-book_item .c-cassette_title span {
  display: inline;
}
@media screen and (max-width: 720px) {
  .p-book_item .c-cassette_title span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.p-book_single .l-sec_image {
  position: relative;
  left: auto;
  top: auto;
  width: 600px;
  height: 400px;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .p-book_single .l-sec_image {
    width: 100%;
    height: auto;
  }
}
.p-book_single .l-sec_image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 720px) {
  .p-book_single .l-sec_image img {
    height: 240px;
    filter: drop-shadow(0px 0px 15px rgba(0, 0, 0, 0.1490196078));
  }
}
.p-book_single .l-sec_image::before {
  position: absolute;
  top: -20px;
  right: 20px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 720px) {
  .p-book_single .l-sec_image::before {
    right: 10px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-book_single .l-sec_image.--recruiting::before {
  content: "募集中";
  background: #C7BC28;
}
.p-book_single .l-sec_image.--new::before {
  content: "NEW";
  background: #CB3322;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-book_single .l-sec_image.--recommended::before {
  content: "おすすめ";
  background: #B84C9B;
}
.p-book_single .l-sec_txt {
  max-width: initial;
  width: auto;
  min-height: initial;
  margin: 50px 0 0;
}
@media screen and (max-width: 720px) {
  .p-book_single .l-sec_txt {
    margin: 30px 20px 0;
  }
}
.p-book_single_cat {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin: 0 0 10px;
}
.p-book_single .c-content {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 720px) {
  .p-book_single .c-content {
    margin: 30px 20px 0;
  }
}
.p-book_single .c-content > h2 {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 720px) {
  .p-book_single .c-content > h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-book_single .c-content > h2 {
  padding-bottom: 0;
  border-bottom: none;
}
.p-book_single_heading {
  clear: both;
  margin: 40px 0 0;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #003879;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-book_single_heading {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-book_single_heading {
  line-height: 1.5;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .p-book_single_heading {
    margin: 40px 20px 0;
  }
}
.p-book_single_heading + .c-detail {
  margin-top: 30px;
}
@media screen and (max-width: 720px) {
  .p-book_single .c-detail {
    margin: 20px 20px 0;
  }
}
.p-book_single .c-detail th {
  min-width: 0;
  width: 1%;
  white-space: nowrap;
  text-align: left;
  vertical-align: middle;
}
.p-book_single .c-detail th:empty {
  width: 20px;
  min-width: 20px;
  max-width: 20px;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 720px) {
  .p-book_single .c-detail th {
    width: auto;
    min-width: 0;
    text-align: left;
  }
}
.p-book_single_btn {
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-book_single_btn {
    margin: 30px 0 0;
  }
}
.p-book_single_btn.--back {
  text-align: left;
}
.p-book_slider {
  margin: 50px 0 0;
}
@media screen and (max-width: 720px) {
  .p-book_slider {
    margin: 30px 0 0;
  }
}
.p-book_slider .splide__arrow {
  width: 80px;
  height: 80px;
  background: url(../images/event/arrow.svg) no-repeat center;
  background-size: contain;
  outline: none;
}
@media (max-width: 1080px) {
  .p-book_slider .splide__arrow {
    top: 21%;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-book_slider .splide__arrow {
    top: 24%;
  }
}
.p-book_slider .splide__arrow--prev {
  left: calc((100vw - 1000px) / 2 - 54px);
  transform: scaleX(-1) translateY(-50%);
}
@media (max-width: 1080px) {
  .p-book_slider .splide__arrow--prev {
    left: calc(10% - 34px);
  }
}
@media screen and (max-width: 720px) {
  .p-book_slider .splide__arrow--prev {
    left: calc(15.35% - 34px);
  }
}
.p-book_slider .splide__arrow--next {
  right: calc((100vw - 1000px) / 2 - 54px);
}
@media (max-width: 1080px) {
  .p-book_slider .splide__arrow--next {
    right: calc(10% - 34px);
  }
}
@media screen and (max-width: 720px) {
  .p-book_slider .splide__arrow--next {
    right: calc(15.35% - 34px);
  }
}
.p-book_slider .splide__arrow svg {
  display: none;
}

/* c-kv
----------------------------------------------------*/
.buddhis .c-kv {
  height: 400px;
  background-image: url(../images/buddhis/kv.jpg);
}
@media screen and (max-width: 720px) {
  .buddhis .c-kv {
    height: 300px;
    background-image: url(../images/buddhis/kv_sp.jpg);
  }
}
.buddhis .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-buddhis
----------------------------------------------------*/
@media screen and (max-width: 720px) {
  .p-buddhis_sec01::before, .p-buddhis_sec02::before, .p-buddhis_sec03::before {
    height: calc(100% - 28px) !important;
  }
}
.p-buddhis_sec01 .c-contact, .p-buddhis_sec02 .c-contact, .p-buddhis_sec03 .c-contact {
  margin-top: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  .p-buddhis_sec01 .c-contact, .p-buddhis_sec02 .c-contact, .p-buddhis_sec03 .c-contact {
    margin-top: 40px;
  }
}
.p-buddhis_flow {
  position: relative;
  counter-reset: step;
  margin: 40px 0 0;
}
@media screen and (max-width: 720px) {
  .p-buddhis_flow {
    margin: 40px 20px 0;
  }
}
.p-buddhis_flow::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #003879;
}
@media screen and (max-width: 720px) {
  .p-buddhis_flow::before {
    left: 40px;
  }
}
.p-buddhis_flow_item {
  counter-increment: step;
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .p-buddhis_flow_item {
    padding: 20px;
  }
}
.p-buddhis_flow_item:last-of-type {
  margin-bottom: 0;
}
.p-buddhis_flow_title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .p-buddhis_flow_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-buddhis_flow_title {
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #003879;
}
.p-buddhis_flow_title::before {
  content: "0" counter(step);
  display: block;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  background: #003879;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 40px;
  text-align: center;
  letter-spacing: 0.06em;
}
.p-buddhis_flow_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-buddhis_table {
  max-width: 830px;
  margin: 40px auto;
  padding: 50px;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .p-buddhis_table {
    margin: 20px 20px 0;
    padding: 20px;
  }
}
.p-buddhis_table table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-buddhis_table table th, .p-buddhis_table table td {
  padding: 17px 10px;
  text-align: center;
}
.p-buddhis_table table th {
  border-right: 1px solid #fff;
  background: #EEF5FD;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: normal;
}
.p-buddhis_table table td {
  border-bottom: 1px solid #E2E2E2;
}

/* c-kv
----------------------------------------------------*/
.buddhism .c-kv {
  height: 400px;
  background-image: url(../images/buddhism/kv.jpg);
}
@media screen and (max-width: 720px) {
  .buddhism .c-kv {
    height: 300px;
    background-image: url(../images/buddhism/kv_sp.jpg);
  }
}
.buddhism .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-buddhism
----------------------------------------------------*/
.p-buddhism_sec01 {
  min-height: initial;
  padding-bottom: 0;
}
.p-buddhism_recruit a {
  display: flex;
  gap: 20px;
  height: 100%;
  padding: 40px 30px;
  border-radius: 5px;
  background: #003879;
  color: #fff;
}
@media screen and (max-width: 720px) {
  .p-buddhism_recruit a {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.p-buddhism_recruit_img {
  flex-shrink: 0;
  flex-grow: 0;
  width: 315px;
}
@media screen and (max-width: 1080px) {
  .p-buddhism_recruit_img {
    width: 45%;
  }
}
@media screen and (max-width: 720px) {
  .p-buddhism_recruit_img {
    width: auto;
  }
}
.p-buddhism_recruit_txt {
  flex-grow: 1;
}
.p-buddhism_recruit_cat {
  border: none;
  background: #fff;
}
.p-buddhism_recruit_title {
  margin: 10px 0 0;
  padding: 10px 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: "Zen Old Mincho", serif;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-buddhism_recruit_title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-buddhism_recruit_desc {
  margin: 10px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-buddhism_recruit_slider {
  margin: 50px 0 0;
}
@media screen and (max-width: 720px) {
  .p-buddhism_recruit_slider {
    margin: 30px 0 0;
  }
}
.p-buddhism_recruit_slider .splide__arrow {
  width: 80px;
  height: 80px;
  background: url(../images/event/arrow.svg) no-repeat center;
  background-size: contain;
  outline: none;
}
@media screen and (max-width: 1080px) {
  .p-buddhism_recruit_slider .splide__arrow {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 720px) {
  .p-buddhism_recruit_slider .splide__arrow {
    width: 50px;
    height: 50px;
  }
}
.p-buddhism_recruit_slider .splide__arrow--prev {
  left: calc(50% - 323px - 55px);
  transform: scaleX(-1) translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .p-buddhism_recruit_slider .splide__arrow--prev {
    left: calc(5% - 10px);
  }
}
@media screen and (max-width: 720px) {
  .p-buddhism_recruit_slider .splide__arrow--prev {
    left: calc(15% - 40px);
  }
}
.p-buddhism_recruit_slider .splide__arrow--next {
  right: calc(50% - 323px - 55px);
}
@media screen and (max-width: 1080px) {
  .p-buddhism_recruit_slider .splide__arrow--next {
    right: calc(5% - 10px);
  }
}
@media screen and (max-width: 720px) {
  .p-buddhism_recruit_slider .splide__arrow--next {
    right: calc(15% - 40px);
  }
}
.p-buddhism_recruit_slider .splide__arrow svg {
  display: none;
}
.p-buddhism_sec02 {
  margin-top: 130px;
}
.p-buddhism_sec02::after {
  display: none;
}
@media screen and (max-width: 720px) {
  .p-buddhism_sec02 {
    margin-top: 80px;
  }
  .p-buddhism_sec02::before {
    top: -60px !important;
    left: -90px !important;
    width: 300px !important;
    height: 200px !important;
  }
}
.p-buddhism_sec02 .l-sec_title {
  position: relative;
  top: -32px;
  margin-bottom: -32px;
}
@media screen and (max-width: 720px) {
  .p-buddhism_sec02 .l-sec_title {
    top: -26px;
    margin-bottom: -26px;
  }
}
@media screen and (max-width: 720px) {
  .p-buddhism_sec02 .l-sec_inner {
    margin-top: 30px;
  }
}
.p-buddhism_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 27px;
  margin: 80px auto 0;
}
@media screen and (max-width: 720px) {
  .p-buddhism_list {
    gap: 30px 15px;
    margin: 30px 20px 0;
  }
}
.p-buddhism_item {
  width: calc(33.33% - 18px);
}
@media screen and (max-width: 720px) {
  .p-buddhism_item {
    width: calc(50% - 7.5px);
  }
}
.p-buddhism_item a {
  display: block;
}
.p-buddhism_item .c-cassette_date {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  color: #001D47;
  line-height: 1.3;
}
@media screen and (max-width: 720px) {
  .p-buddhism_item .c-cassette_date {
    font-size: 13px;
    font-size: 1.3rem;
    text-align: left;
    line-height: 1.5;
  }
}
.p-buddhism_banner {
  margin: 60px 0 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-buddhism_banner {
    margin: 30px 20px 0;
  }
}
.p-buddhism_banner img {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.p-buddhism_single_num {
  margin: 40px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .p-buddhism_single_num {
    margin: 20px 0;
  }
}
@media screen and (max-width: 720px) {
  .p-buddhism_single .c-content {
    margin: 40px 20px 0;
  }
}
@media screen and (max-width: 720px) {
  .p-buddhism_single .c-card + h2 {
    margin-top: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-buddhism_single .c-detail {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.p-buddhism_single .c-detail th {
  width: calc(10em + 40px) !important;
  vertical-align: middle;
}
@media screen and (max-width: 720px) {
  .p-buddhism_single .c-detail th {
    width: auto !important;
  }
}
.p-buddhism_single_btn {
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-buddhism_single_btn {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 1080px) {
  .p-buddhism_sec {
    margin-top: 120px;
  }
}
.p-buddhism_sec .l-sec_title {
  position: relative;
  top: -30px;
  margin-bottom: -30px;
}
.p-buddhism_slider {
  margin: 30px 0 0;
}
@media screen and (max-width: 720px) {
  .p-buddhism_slider {
    margin: 30px 0 0;
  }
}
.p-buddhism_slider .splide__arrow {
  width: 80px;
  height: 80px;
  background: url(../images/event/arrow.svg) no-repeat center;
  background-size: contain;
  outline: none;
}
@media (max-width: 1080px) {
  .p-buddhism_slider .splide__arrow {
    top: 21%;
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 720px) {
  .p-buddhism_slider .splide__arrow {
    top: 24%;
  }
}
.p-buddhism_slider .splide__arrow--prev {
  left: calc((100vw - 1000px) / 2 - 54px);
  transform: scaleX(-1) translateY(-50%);
}
@media (max-width: 1080px) {
  .p-buddhism_slider .splide__arrow--prev {
    left: calc(10% - 39px);
  }
}
@media screen and (max-width: 720px) {
  .p-buddhism_slider .splide__arrow--prev {
    left: calc(15.35% - 39px);
  }
}
.p-buddhism_slider .splide__arrow--next {
  right: calc((100vw - 1000px) / 2 - 54px);
}
@media (max-width: 1080px) {
  .p-buddhism_slider .splide__arrow--next {
    right: calc(10% - 39px);
  }
}
@media screen and (max-width: 720px) {
  .p-buddhism_slider .splide__arrow--next {
    right: calc(15.35% - 39px);
  }
}
.p-buddhism_slider .splide__arrow svg {
  display: none;
}

/* c-kv
----------------------------------------------------*/
.butsuzen .c-kv {
  height: 400px;
  background-image: url(../images/butsuzen/kv.jpg);
}
@media screen and (max-width: 720px) {
  .butsuzen .c-kv {
    height: 300px;
    background-image: url(../images/butsuzen/kv_sp.jpg);
  }
}
.butsuzen .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-butsuzen
----------------------------------------------------*/
@media screen and (max-width: 720px) {
  .p-butsuzen_sec02 {
    margin-top: 120px;
  }
}
.p-butsuzen_sec02 .l-sec_title {
  position: relative;
  top: -32px;
  margin-bottom: -32px;
}
.p-butsuzen_sec03 {
  padding-bottom: 0;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_sec03 {
    margin-top: 80px;
  }
}
@media screen and (max-width: 720px) {
  .p-butsuzen_sec03::before {
    height: calc(100% - 28px) !important;
  }
}
.p-butsuzen_sec04 {
  padding-bottom: 0;
}
.p-butsuzen_sec04_item {
  position: relative;
  display: flex;
  gap: 30px;
  max-width: 1000px;
  margin: 60px auto 0;
  padding: 55px;
  border: 1px solid #BF9300;
}
@media screen and (max-width: 1080px) {
  .p-butsuzen_sec04_item {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-butsuzen_sec04_item {
    display: block;
    margin: 30px 20px 0;
    padding: 25px;
  }
}
.p-butsuzen_sec04_item + .p-butsuzen_sec04_item {
  margin-top: 40px;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_sec04_item + .p-butsuzen_sec04_item {
    margin-top: 30px;
  }
}
.p-butsuzen_sec04_item::before {
  content: "";
  position: absolute;
  left: 4px;
  top: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  border: 1px solid #BF9300;
  pointer-events: none;
}
.p-butsuzen_sec04_img {
  flex-shrink: 0;
  flex-grow: 0;
  max-width: 380px;
}
@media screen and (max-width: 1080px) {
  .p-butsuzen_sec04_img {
    max-width: 40%;
  }
}
@media screen and (max-width: 720px) {
  .p-butsuzen_sec04_img {
    max-width: initial;
  }
}
.p-butsuzen_sec04_lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_sec04_lead {
    margin-top: 20px;
  }
}
.p-butsuzen_sec04_title {
  margin: 10px 0 0;
}
.p-butsuzen_sec04_title_ja {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_sec04_title_ja {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-butsuzen_sec04_title_ja {
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_sec04_title_ja {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.p-butsuzen_sec04_title_en {
  margin: 10px 0 0;
  display: block;
  color: #BF9300;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.p-butsuzen_sec04_price {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin: 30px 0 0;
  padding: 10px;
  border-top: 1px solid #8B8B8B;
  border-bottom: 1px solid #8B8B8B;
}
.p-butsuzen_sec04_price span {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
.p-butsuzen_sec04_price b {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_sec04_price b {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-butsuzen_sec04_price b {
  line-height: 1.2;
  letter-spacing: 0.1em;
}
.p-butsuzen_sec04_inner {
  margin: 30px 0 0;
}
.p-butsuzen_sec04_subtitle {
  width: fit-content;
  padding: 5px 10px;
  background: #FCFAF2;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_sec04_subtitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-butsuzen_sec04_subtitle {
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-butsuzen_sec04_list {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-butsuzen_sec04_list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-top: 10px;
}
.p-butsuzen_sec04_list li::before {
  content: "";
  flex-shrink: 0;
  flex-grow: 0;
  width: 8px;
  height: 8px;
  margin: 10px 0 0;
  border-radius: 50%;
  background: #BF9300;
}
.p-butsuzen_sec04_place {
  margin: 10px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-butsuzen_sec04_sub {
  margin: 10px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-butsuzen_contact {
  position: relative;
  margin: 188px 0 120px;
  padding: 90px 0;
  background: url(../images/butsuzen/contact_bg.jpg) no-repeat center center;
  background-size: cover;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_contact {
    margin: 90px 0 0;
    padding: 70px 20px;
    background-image: url(../images/butsuzen/contact_bg_sp.jpg);
  }
}
.p-butsuzen_contact::before {
  content: "";
  position: absolute;
  left: 0;
  top: -30px;
  width: 322px;
  height: 148px;
  background: url(../images/butsuzen/deco02.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_contact::before {
    top: -24px;
    left: -60px;
    width: 200px;
    height: 92px;
  }
}
.p-butsuzen_contact::after {
  content: "";
  position: absolute;
  right: 115px;
  bottom: -44px;
  width: 266px;
  height: 122px;
  background: url(../images/butsuzen/deco02.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_contact::after {
    right: 0;
    bottom: -30px;
    width: 200px;
    height: 92px;
  }
}
.p-butsuzen_contact_mail {
  position: relative;
  display: inline-block;
  width: 500px;
  padding: 20px;
  background: #BF9300;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.5;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_contact_mail {
    width: 100%;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-butsuzen_contact_mail::before {
  content: "";
  position: absolute;
  left: 50%;
  top: -150px;
  width: 110px;
  height: 119px;
  background: url(../images/butsuzen/contact.svg) no-repeat;
  background-size: contain;
  transform: translateX(-50%);
  pointer-events: none;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_contact_mail::before {
    top: -117px;
    width: 80px;
    height: 82px;
  }
}
.p-butsuzen_contact_mail::after {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  transform: translate(-50%, -50%) rotate(45deg);
  pointer-events: none;
}
.p-butsuzen_sec05 .l-sec_txt .l-sec_title_ja {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_sec05 .l-sec_txt .l-sec_title_ja {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-butsuzen_sec05 .l-sec_txt .l-sec_title_ja {
  line-height: 1.5;
}
.p-butsuzen_sec05 .l-sec_txt .l-sec_title_en {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-butsuzen_sec05 .l-sec_image p {
  position: absolute;
  right: 50px;
  top: -30px;
  padding: 10px;
  background: #003879;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
  writing-mode: vertical-rl;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_sec05 .l-sec_image p {
    right: 40px;
    top: -10px;
    padding: 8px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-butsuzen_sec05_01 .l-sec_image p {
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_sec05_01 .l-sec_image p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-butsuzen_sec05_02 .l-sec_image p, .p-butsuzen_sec05_04 .l-sec_image p {
  right: auto;
  left: 50px;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_sec05_02 .l-sec_image p, .p-butsuzen_sec05_04 .l-sec_image p {
    left: 40px;
  }
}
.p-butsuzen_img {
  position: relative;
}
.p-butsuzen_img::after {
  content: "BUDDHIST WEDDING";
  position: absolute;
  left: 0;
  bottom: -55px;
  width: 100%;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 110px;
  font-size: 11rem;
  line-height: 1.2;
  color: rgba(191, 147, 0, 0.5);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 1200px) {
  .p-butsuzen_img::after {
    bottom: -50px;
    font-size: 100px;
    font-size: 10rem;
  }
}
@media screen and (max-width: 1080px) {
  .p-butsuzen_img::after {
    bottom: -35px;
    font-size: 70px;
    font-size: 7rem;
  }
}
@media screen and (max-width: 720px) {
  .p-butsuzen_img::after {
    bottom: -75px;
    font-size: 60px;
    font-size: 6rem;
    line-height: 0.9;
  }
}
.p-butsuzen_img_title {
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_img_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-butsuzen_img_title {
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-butsuzen_img .splide {
  margin: 30px 0 0;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_img .splide {
    margin-top: 20px;
  }
}
.p-butsuzen_sec06.--noimg {
  margin-top: 220px;
  padding-bottom: 0;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_sec06.--noimg {
    margin-top: 140px;
  }
}
.p-butsuzen_sec06.--noimg .c-flow_item {
  background: #FCFAF2;
}
.p-butsuzen_sec06.--noimg .c-flow_item_title {
  color: #333 !important;
}
.p-butsuzen_sec06.--noimg .c-flow_item_num {
  display: flex;
  gap: 20px;
  margin: 20px 0 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
}
@media screen and (max-width: 720px) {
  .p-butsuzen_sec06.--noimg .c-flow_item_num {
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
  }
}
.p-butsuzen_sec06.--noimg .c-flow_step:nth-of-type(1) .c-flow_step_bar {
  background: #D9BE66;
  color: #333;
}
.p-butsuzen_sec06.--noimg .c-flow_step:nth-of-type(1) .c-flow_item_title::before {
  background: #D9BE66;
}
.p-butsuzen_sec06.--noimg .c-flow_step:nth-of-type(2) .c-flow_step_bar {
  background: #BF9300;
}
.p-butsuzen_sec06.--noimg .c-flow_step:nth-of-type(2) .c-flow_step_bar::before {
  background: #D9BE66;
}
.p-butsuzen_sec06.--noimg .c-flow_step:nth-of-type(2) .c-flow_item_title::before {
  background: #BF9300;
}

.l-sec[class*=p-butsuzen_sec]::before {
  background: #FCFAF2;
}
.l-sec[class*=p-butsuzen_sec].--right::after {
  top: -62px;
  width: 335px;
  height: 293px;
  background-image: url(../images/butsuzen/deco01.svg);
}
@media screen and (max-width: 720px) {
  .l-sec[class*=p-butsuzen_sec].--right::after {
    top: 67vw;
    right: -50px;
    width: 230px;
    height: 200px;
  }
}
.l-sec[class*=p-butsuzen_sec].--right .l-sec_inner::after {
  content: "";
  position: absolute;
  left: -172px;
  bottom: 60px;
  width: 322px;
  height: 148px;
  background: url(../images/butsuzen/deco02.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  .l-sec[class*=p-butsuzen_sec].--right .l-sec_inner::after {
    bottom: -80px;
    left: -40px;
    width: 260px;
    height: 120px;
  }
}
.l-sec[class*=p-butsuzen_sec].p-butsuzen_sec05 .l-sec.--right .l-sec_inner::after {
  display: none;
}
.l-sec[class*=p-butsuzen_sec].--left::after {
  top: -60px;
  left: -56px;
  width: 322px;
  height: 148px;
  background-image: url(../images/butsuzen/deco02.svg);
}
@media screen and (max-width: 720px) {
  .l-sec[class*=p-butsuzen_sec].--left::after {
    top: 65vw;
    left: 0;
    width: 230px;
    height: 200px;
  }
}
.l-sec[class*=p-butsuzen_sec].--all {
  background: #FCFAF2;
}
.l-sec[class*=p-butsuzen_sec].--all::before {
  top: -62px;
  width: 335px;
  height: 293px;
  background: url(../images/butsuzen/deco01.svg) no-repeat left top;
  transform: scaleX(-1);
}
@media screen and (max-width: 720px) {
  .l-sec[class*=p-butsuzen_sec].--all::before {
    top: -30px;
    left: -60px;
    width: 230px;
    height: 200px;
    background-size: contain;
  }
}
.l-sec[class*=p-butsuzen_sec].--all::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -48px;
  width: 322px;
  height: 148px;
  background: url(../images/butsuzen/deco02.svg) no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}
@media screen and (max-width: 720px) {
  .l-sec[class*=p-butsuzen_sec].--all::after {
    bottom: -40px;
    width: 260px;
    height: 120px;
  }
}
.l-sec[class*=p-butsuzen_sec] .l-sec_title_ja {
  color: #333;
}
.l-sec[class*=p-butsuzen_sec] .l-sec_title_en {
  color: #BF9300;
}
.l-sec[class*=p-butsuzen_sec] .l-sec_double_item_title {
  color: #333;
}
.l-sec[class*=p-butsuzen_sec] .c-faq_q {
  border-top: 5px solid #BF9300;
  background: #FCFAF2;
}
.l-sec[class*=p-butsuzen_sec] .c-faq_q::before {
  background: #BF9300;
}
.l-sec[class*=p-butsuzen_sec] .c-faq_a {
  background: #FCFAF2;
}
.l-sec[class*=p-butsuzen_sec] .c-faq_a::before {
  border: 1px solid #BF9300;
  background: none;
  color: #BF9300;
}

/* c-kv
----------------------------------------------------*/
.cinerary .c-kv {
  height: 400px;
  background-image: url(../images/serve/kv.jpg);
}
@media screen and (max-width: 720px) {
  .cinerary .c-kv {
    height: 300px;
    background-image: url(../images/serve/kv_sp.jpg);
  }
}
.cinerary .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-cinerary
----------------------------------------------------*/
@media screen and (max-width: 720px) {
  .p-cinerary_sec03 .l-sec_inner, .p-cinerary_sec04 .l-sec_inner {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 720px) {
  .p-cinerary_sec03::before, .p-cinerary_sec04::before, .p-cinerary_sec05::before, .p-cinerary_sec06::before, .p-cinerary_sec07::before {
    height: calc(100% - 28px) !important;
  }
}
.p-cinerary_lead {
  margin: 50px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-cinerary_lead {
    margin-top: 40px;
  }
}
.p-cinerary_subsec {
  margin: 50px 0 0;
}
@media screen and (max-width: 720px) {
  .p-cinerary_subsec {
    margin-top: 30px;
  }
}
.p-cinerary_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-cinerary_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-cinerary_title {
  line-height: 1.5;
  text-align: center;
  letter-spacing: 0.02em;
  color: #003879;
}
.p-cinerary_box {
  max-width: 830px;
  margin: 30px auto 0;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .p-cinerary_box {
    margin-top: 20px;
  }
}
.p-cinerary_box2 {
  margin: 20px auto;
  padding: 20px;
  background: #fff;
  border: 1px solid #003879;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-cinerary_box2 b {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .p-cinerary_box2 b {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-cinerary_box2 b {
  color: #003879;
}
.p-cinerary_box3 {
  margin: 20px auto;
  padding: 20px;
  background: #fff;
}
.p-cinerary_box3 p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
}
.p-cinerary_box3 ul {
  margin: 15px 0 0;
  padding: 20px;
  background: #F7FAFE;
}
.p-cinerary_box3 ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  width: fit-content;
  margin: 0 auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-cinerary_box3 ul li::before {
  content: "";
  flex-shrink: 0;
  flex-grow: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #003879;
}
.p-cinerary_small {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.p-cinerary_bdall {
  padding: 10px;
  border: 1px solid #003879;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 400;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .p-cinerary_bdall {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-cinerary_bdall {
  line-height: 1.5;
}
@media screen and (max-width: 720px) {
  .p-cinerary_bdall {
    padding: 20px;
    text-align: left;
  }
}
.p-cinerary_bdall b {
  color: #003879;
  font-weight: 400;
}
.p-cinerary_txt {
  margin: 20px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-cinerary_plan {
  display: flex;
  gap: 40px;
  margin: 30px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 720px) {
  .p-cinerary_plan {
    flex-direction: column;
  }
}
.p-cinerary_plan_item {
  width: calc(50% - 20px);
}
@media screen and (max-width: 720px) {
  .p-cinerary_plan_item {
    width: 100%;
  }
}
.p-cinerary_plan_title {
  padding: 20px 0;
  border-top: 1px solid #003879;
  border-bottom: 1px solid #003879;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .p-cinerary_plan_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-cinerary_plan_title {
  line-height: 1.5;
  text-align: center;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .p-cinerary_plan_title {
    padding: 10px 0;
  }
}
.p-cinerary_plan_list {
  margin: 20px 0;
}
.p-cinerary_plan_list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
.p-cinerary_plan_list li + li {
  margin-top: 10px;
}
.p-cinerary_plan_list li::before {
  content: "";
  flex-shrink: 0;
  flex-grow: 0;
  width: 8px;
  height: 8px;
  margin-top: 0.7em;
  border-radius: 4px;
  background: #003879;
}
.p-cinerary_fee {
  margin: 50px 0 0;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .p-cinerary_fee {
    margin-top: 25px;
  }
}
.p-cinerary_fee b {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-cinerary_fee_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-cinerary_fee_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-cinerary_fee_title {
  line-height: 1.5;
  text-align: center;
  color: #003879;
  letter-spacing: 0.02em;
}
.p-cinerary_fee_price {
  margin: 20px 0 0;
  border-top: 1px solid #003879;
  border-bottom: 1px solid #003879;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  color: #003879;
}
.p-cinerary_fee_price b {
  font-size: 40px;
  font-size: 4rem;
  font-weight: 700;
}
.p-cinerary_fee_inner {
  display: flex;
  gap: 20px;
  margin: 15px 0 0;
}
@media screen and (max-width: 720px) {
  .p-cinerary_fee_inner {
    flex-direction: column;
  }
}
.p-cinerary_fee_detail {
  width: calc(50% - 10px);
  padding: 15px;
  background: #F7FAFE;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
@media screen and (max-width: 720px) {
  .p-cinerary_fee_detail {
    width: 100%;
  }
}
.p-cinerary_fee_detail_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .p-cinerary_fee_detail_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-cinerary_fee_detail_title {
  line-height: 1.5;
  color: #003879;
  text-align: center;
}
.p-cinerary_fee_detail .p-cinerary_fee_price {
  margin: 15px 0 0;
  font-size: 18px;
  font-size: 1.8rem;
}
.p-cinerary_fee_detail .p-cinerary_fee_price b {
  font-size: 30px;
  font-size: 3rem;
}
.p-cinerary_fee_detail_txt {
  margin-top: 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-cinerary_fee_detail:nth-of-type(2) .p-cinerary_plan_list {
  font-size: 14px;
  font-size: 1.4rem;
}
.p-cinerary_fee_detail:nth-of-type(2) .p-cinerary_plan_list b {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-cinerary_fee .p-cinerary_plan_list {
  margin-bottom: 0;
}
.p-cinerary_fee .p-cinerary_plan_list li {
  margin-top: 0;
}
.p-cinerary_fee_lead {
  margin: 15px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.5;
}
.p-cinerary_fee_list {
  margin: 15px 0 0;
  padding: 20px;
  background: #F7FAFE;
}
.p-cinerary_fee_list ul {
  width: fit-content;
  margin: 0 auto;
}
.p-cinerary_fee_list li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-cinerary_fee_list li + li {
  margin-top: 10px;
}
.p-cinerary_fee_list li::before {
  content: "";
  flex-shrink: 0;
  flex-grow: 0;
  width: 8px;
  height: 8px;
  margin-top: 0.7em;
  border-radius: 4px;
  background: #003879;
}
.p-cinerary_fee_list p {
  content: "または";
  display: block;
  margin: 4px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  text-align: center;
}
.p-cinerary_fee_btm {
  max-width: 260px;
  margin: 15px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
}
.p-cinerary_fee_btm b {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 700;
}
.p-cinerary_fig {
  margin: 40px 0 0;
}
@media screen and (max-width: 720px) {
  .p-cinerary_fig {
    margin-top: 30px;
  }
}
.p-cinerary_flow {
  position: relative;
  counter-reset: step;
  margin: 40px 0 0;
}
@media screen and (max-width: 720px) {
  .p-cinerary_flow {
    margin: 40px 20px 0;
  }
}
.p-cinerary_flow::before {
  content: "";
  position: absolute;
  left: 50px;
  top: 0;
  width: 1px;
  height: 100%;
  background: #003879;
}
@media screen and (max-width: 720px) {
  .p-cinerary_flow::before {
    left: 40px;
  }
}
.p-cinerary_flow_item {
  counter-increment: step;
  position: relative;
  z-index: 2;
  margin: 0 0 20px;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .p-cinerary_flow_item {
    padding: 20px;
  }
}
.p-cinerary_flow_item:last-of-type {
  margin-bottom: 0;
}
.p-cinerary_flow_title {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 0 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .p-cinerary_flow_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-cinerary_flow_title {
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #003879;
}
.p-cinerary_flow_title::before {
  content: "0" counter(step);
  display: block;
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #003879;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 50px;
  text-align: center;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-cinerary_flow_title::before {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
}
.p-cinerary_flow_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-cinerary_flow_box {
  margin: 20px 0;
  padding: 20px;
  background: #F7FAFE;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #003879;
}
.p-cinerary_flow_box li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  position: relative;
}
.p-cinerary_flow_box li + li {
  margin-top: 10px;
}
.p-cinerary_flow_box li::before {
  content: "";
  flex-shrink: 0;
  flex-grow: 0;
  width: 8px;
  height: 8px;
  margin-top: 0.7em;
  border-radius: 4px;
  background: #003879;
}
.p-cinerary_date {
  margin: 60px 0 0;
}
@media screen and (max-width: 720px) {
  .p-cinerary_date {
    margin: 30px 20px 0;
  }
}
.p-cinerary_date_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-cinerary_date_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-cinerary_date_title {
  line-height: 1.5;
  color: #003879;
  letter-spacing: 0.02em;
}
.p-cinerary_date_inner {
  margin: 30px 0 0;
  padding: 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  background: #fff;
  line-height: 1.8;
}
@media screen and (max-width: 720px) {
  .p-cinerary_date_inner {
    margin: 20px 0 0;
  }
}
.p-cinerary_sec07 .c-contact {
  margin-top: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  .p-cinerary_sec07 .c-contact {
    margin-top: 30px;
  }
}

.c-flow_item .p-cinerary_flow_box {
  padding: 0;
  background: none;
  color: #60275C;
}
.c-flow_item .p-cinerary_flow_box li::before {
  background: #60275C;
}

/* c-kv
----------------------------------------------------*/
.cultural .c-kv {
  height: 400px;
  background-image: url(../images/cultural/kv.jpg);
}
@media screen and (max-width: 720px) {
  .cultural .c-kv {
    height: 300px;
    background-image: url(../images/cultural/kv_sp.jpg);
  }
}
.cultural .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-cultural
----------------------------------------------------*/
.p-cultural_subnav {
  margin: 100px 0 120px;
}
@media screen and (max-width: 720px) {
  .p-cultural_subnav {
    margin: 50px 0;
  }
}
@media screen and (max-width: 720px) {
  .p-cultural_sec::before {
    left: -150px !important;
    top: -70px !important;
    width: 400px !important;
    height: 158px !important;
  }
  .p-cultural_sec::after {
    content: "";
    right: -150px !important;
    bottom: -70px !important;
    width: 400px !important;
    height: 158px !important;
  }
}
.p-cultural_sec .l-sec_image img {
  width: 100%;
  aspect-ratio: 7/5;
  object-fit: cover;
}
.p-cultural_date {
  margin: 40px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #003879;
}
.p-cultural_single .l-sec_title_ja {
  font-size: 30px;
  font-size: 3rem;
}
.p-cultural_single .l-sec_image img {
  width: 100%;
  aspect-ratio: 7/5;
  object-fit: cover;
}
.p-cultural_single_back {
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-cultural_single_back {
    margin: 30px 0 0;
  }
}
@media screen and (max-width: 720px) {
  .p-cultural_single .c-detail {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.p-cultural_slider {
  margin: 60px 0 0;
}
@media screen and (max-width: 720px) {
  .p-cultural_slider {
    margin: 30px 0 0;
  }
}
.p-cultural_slider .splide__arrow {
  width: 80px;
  height: 80px;
  background: url(../images/event/arrow.svg) no-repeat center;
  background-size: contain;
  outline: none;
}
@media (max-width: 1080px) {
  .p-cultural_slider .splide__arrow {
    top: 21%;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-cultural_slider .splide__arrow {
    top: 24%;
  }
}
.p-cultural_slider .splide__arrow--prev {
  left: calc((100vw - 1000px) / 2 - 54px);
  transform: scaleX(-1) translateY(-50%);
}
@media (max-width: 1080px) {
  .p-cultural_slider .splide__arrow--prev {
    left: calc(10% - 34px);
  }
}
@media screen and (max-width: 720px) {
  .p-cultural_slider .splide__arrow--prev {
    left: calc(15.35% - 34px);
  }
}
.p-cultural_slider .splide__arrow--next {
  right: calc((100vw - 1000px) / 2 - 54px);
}
@media (max-width: 1080px) {
  .p-cultural_slider .splide__arrow--next {
    right: calc(10% - 34px);
  }
}
@media screen and (max-width: 720px) {
  .p-cultural_slider .splide__arrow--next {
    right: calc(15.35% - 34px);
  }
}
.p-cultural_slider .splide__arrow svg {
  display: none;
}

/* c-kv
----------------------------------------------------*/
.daikou .c-kv {
  height: 400px;
  background-image: url(../images/daikou/kv.jpg);
}
@media screen and (max-width: 720px) {
  .daikou .c-kv {
    height: 300px;
    background-image: url(../images/daikou/kv_sp.jpg);
  }
}
.daikou .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-daikou
----------------------------------------------------*/
.p-daikou_lead {
  margin: 50px 40px;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 720px) {
  .p-daikou_lead {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-daikou_lead b {
  font-weight: 400;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .p-daikou_sec01::before, .p-daikou_sec02::before, .p-daikou_sec03::before {
    height: calc(100% - 28px) !important;
  }
}
.p-daikou_sec01 .l-sec_txt, .p-daikou_sec02 .l-sec_txt, .p-daikou_sec03 .l-sec_txt {
  min-height: 500px;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  .p-daikou_sec01 .l-sec_txt, .p-daikou_sec02 .l-sec_txt, .p-daikou_sec03 .l-sec_txt {
    min-height: calc((100vw - 700px) * 0.7142857143);
  }
}
@media screen and (max-width: 1200px) {
  .p-daikou_sec01 .l-sec_txt, .p-daikou_sec02 .l-sec_txt, .p-daikou_sec03 .l-sec_txt {
    min-height: 357.1428571429px;
  }
}
@media screen and (max-width: 720px) {
  .p-daikou_sec01 .l-sec_txt, .p-daikou_sec02 .l-sec_txt, .p-daikou_sec03 .l-sec_txt {
    min-height: initial;
  }
}
.p-daikou_sec01 .c-contact, .p-daikou_sec02 .c-contact, .p-daikou_sec03 .c-contact {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media screen and (max-width: 720px) {
  .p-daikou_sec01 .c-contact, .p-daikou_sec02 .c-contact, .p-daikou_sec03 .c-contact {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.p-daikou_note {
  margin: 40px 0 0;
  padding: 20px;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .p-daikou_note {
    margin: 20px 0 0;
  }
}
.p-daikou_note li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0 0;
}
.p-daikou_note li::before {
  content: "";
  flex-shrink: 0;
  flex-grow: 0;
  width: 26px;
  height: 26px;
  background: url(../images/daikou/chk.svg) no-repeat center center;
  background-size: contain;
}
.p-daikou_note + p {
  margin-top: 1.8em;
}
.p-daikou_fig {
  margin: 80px 0;
}
@media screen and (max-width: 720px) {
  .p-daikou_fig {
    margin: 40px 20px;
  }
}
.p-daikou_date {
  max-width: 830px;
  margin: 80px auto 0;
  padding: 50px 65px;
  background: #EEF5FD;
}
@media screen and (max-width: 720px) {
  .p-daikou_date {
    margin: 40px 20px 0;
    padding: 20px;
  }
}
.p-daikou_date_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .p-daikou_date_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-daikou_date_title {
  line-height: 1.5;
  color: #003879;
  text-align: center;
}
.p-daikou_date_lead {
  margin: 20px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-daikou_date_lead {
    margin: 10px 0;
  }
}
.p-daikou_date_table {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  background-image: repeating-linear-gradient(90deg, #8b8b8b, #8b8b8b 2px, transparent 2px, transparent 12px);
  background-position: left center;
  background-repeat: repeat-x;
  background-size: 100% 1px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 720px) {
  .p-daikou_date_table {
    padding: 10px 0;
    line-height: 1.8;
  }
  .p-daikou_date_table.--long {
    display: block;
    background-position: left 0 bottom calc(10px + 0.7em);
  }
}
.p-daikou_date_table + .p-daikou_date_table {
  border-top: none;
}
.p-daikou_date_table dt {
  padding: 0 10px 0 0;
  background: #EEF5FD;
}
@media screen and (max-width: 720px) {
  .p-daikou_date_table dt {
    padding: 0;
  }
}
.p-daikou_date_table dd {
  padding: 0 0 0 10px;
  background: #EEF5FD;
}
@media screen and (max-width: 720px) {
  .p-daikou_date_table dd {
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
  }
}
.p-daikou_date_txt {
  margin: 20px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-daikou_date_txt {
    margin: 10px 0;
  }
}
.p-daikou_jiin {
  display: flex;
  align-items: center;
  gap: 40px;
  max-width: 830px;
  margin: -30px auto -20px;
  padding: 25px 35px;
  border-radius: 5px;
  border: 2px solid #008181;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .p-daikou_jiin {
    flex-direction: column;
    gap: 15px;
    margin: -10px 20px 0;
    padding: 30px 20px;
  }
}
.p-daikou_jiin_img {
  flex-shrink: 0;
  flex-grow: 0;
}
.p-daikou_jiin_img img {
  width: 320px;
}
@media screen and (max-width: 720px) {
  .p-daikou_jiin_img img {
    width: 100%;
  }
}
.p-daikou_jiin_txt {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-daikou_jiin_txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-daikou_jiin_txt a {
  display: block;
  margin: 12px 0 0;
  padding: 5px;
  background: #008181;
  border-radius: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-daikou_jiin_txt a {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: -0.05em;
  }
}
.p-daikou_jiin_txt a::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 5px;
  background: url(../images/common/ex.svg) no-repeat center center;
  background-size: contain;
  vertical-align: -4px;
}

/* c-kv
----------------------------------------------------*/
.doubou .c-kv {
  height: 400px;
  background-image: url(../images/doubou/kv.jpg);
}
@media screen and (max-width: 720px) {
  .doubou .c-kv {
    height: 300px;
    background-image: url(../images/doubou/kv_sp.jpg);
  }
}
.doubou .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-doubou
----------------------------------------------------*/
.p-doubou_sec02 .l-sec_inner + .l-sec_inner {
  margin-top: 80px;
}
@media screen and (max-width: 720px) {
  .p-doubou_sec03 {
    margin-top: 80px;
  }
  .p-doubou_sec03::before {
    height: calc(100% - 28px) !important;
  }
}
.p-doubou_sec03 .l-sec_subtitle {
  margin: 50px 0 -10px;
}
@media screen and (max-width: 720px) {
  .p-doubou_sec03 .l-sec_subtitle {
    margin: 40px 20px -10px;
  }
}
.p-doubou_target {
  margin: 40px 0 0;
}
.p-doubou_target_title {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #003879;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-doubou_target_list {
  margin: 20px 0 0;
  padding: 20px;
  background: #fff;
}
.p-doubou_target_item {
  position: relative;
  padding: 0 0 0 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #003879;
}
.p-doubou_target_item + .p-doubou_target_item {
  margin: 10px 0 0;
}
.p-doubou_target_item::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 11.6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #003879;
}
.p-doubou_box {
  margin: 30px 0 0;
  padding: 20px;
  background: #fff;
}
.p-doubou_box_title {
  margin: 0 0 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #003879;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-doubou_box p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-doubou_cta {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin: 120px 0 0;
  padding: 50px 0;
  background: rgba(255, 253, 228, 0.3019607843);
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .p-doubou_cta {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-doubou_cta {
    flex-direction: column;
    margin-top: 50px;
    padding: 40px 20px;
  }
}
.p-doubou_cta_link {
  margin: 20px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-doubou_cta_link a {
  color: #003879;
  text-decoration: underline;
}
.p-doubou_cta_link a:hover {
  text-decoration: none;
}
.p-doubou_cta_banner {
  max-width: 400px;
}
@media screen and (max-width: 1080px) {
  .p-doubou_cta_banner {
    width: 60%;
  }
}
@media screen and (max-width: 720px) {
  .p-doubou_cta_banner {
    width: 100%;
  }
}
.p-doubou_cta_banner .p-doubou_cta_link {
  font-weight: 400;
}

/* c-kv
----------------------------------------------------*/
.event .c-kv {
  height: 400px;
  background-image: url(../images/event/kv.jpg);
}
@media screen and (max-width: 720px) {
  .event .c-kv {
    height: 300px;
    background-image: url(../images/event/kv_sp.jpg);
  }
}
.event .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-event
----------------------------------------------------*/
.p-event_subnav {
  margin: 100px 0 152px;
}
@media screen and (max-width: 720px) {
  .p-event_subnav {
    margin: 50px 0;
  }
  .p-event_subnav .c-subnav_list {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-left: 24px;
    margin-right: 24px;
    border: none;
  }
  .p-event_subnav .c-subnav_item {
    width: calc(25% - 15px);
  }
  .p-event_subnav .c-subnav_item:nth-of-type(1) {
    width: 100%;
  }
  .p-event_subnav .c-subnav_item a {
    justify-content: space-between;
    gap: 0;
    border-top: 1px solid #E2E2E2;
    border-bottom: 1px solid #E2E2E2;
  }
}
@media screen and (max-width: 720px) {
  .p-event_sec::before {
    left: -150px !important;
    top: -70px !important;
    width: 400px !important;
    height: 158px !important;
  }
  .p-event_sec::after {
    content: "";
    right: -150px !important;
    bottom: -70px !important;
    width: 400px !important;
    height: 158px !important;
  }
}
.p-event_sec .l-sec_title {
  position: relative;
  top: -32px;
  margin-bottom: -32px;
}
@media screen and (max-width: 720px) {
  .p-event_sec .l-sec_title {
    top: -26px;
    margin-bottom: -26px;
  }
}
.p-event_inner {
  max-width: 1000px;
  margin: 80px auto 0;
}
@media screen and (max-width: 1080px) {
  .p-event_inner {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-event_inner {
    margin: 50px 20px 0;
  }
}
.p-event_inner:first-of-type {
  margin-top: 60px;
}
@media screen and (max-width: 720px) {
  .p-event_inner:first-of-type {
    margin-top: 50px;
  }
}
.p-event_label {
  padding: 5px;
  background: #003879;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.02em;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-event_label {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-event_label {
  color: #fff;
}
@media screen and (max-width: 720px) {
  .p-event_label {
    padding: 10px;
  }
}
.p-event_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 27px;
  margin: 40px auto 0;
}
@media screen and (max-width: 720px) {
  .p-event_list {
    gap: 30px 15px;
    margin-top: 30px;
  }
}
.p-event_item {
  width: calc(33.33% - 18px);
}
@media screen and (max-width: 720px) {
  .p-event_item {
    width: calc(50% - 7.5px);
  }
}
.p-event_item a {
  display: block;
}
.p-event_link {
  display: flex;
  align-items: flex-end;
  gap: 30px;
  max-width: 630px;
  margin: 40px auto 0;
}
@media screen and (max-width: 720px) {
  .p-event_link {
    flex-direction: column;
    gap: 20px;
    width: fit-content;
  }
}
.p-event_link.--single {
  justify-content: center;
}
.p-event_link_lead {
  margin: 0 0 10px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #003879;
  text-align: center;
}
.p-event_empty {
  margin: 40px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .p-event_empty {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-event_empty {
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #003879;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-event_empty {
    margin: 30px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-event_single_date {
  width: fit-content;
  margin: 40px 0;
  padding: 6px 20px;
  background: #EEF5FD;
  color: #001D47;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-event_single_date {
    margin-top: 20px;
  }
}
.p-event_single .l-sec_lead p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
.p-event_single_back {
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-event_single_back {
    margin: 30px 0 0 20px;
    text-align: left;
  }
}
.p-event_slider {
  margin: 60px 0 0;
}
@media screen and (max-width: 720px) {
  .p-event_slider {
    margin: 30px 0 0;
  }
}
.p-event_slider .splide__arrow {
  width: 80px;
  height: 80px;
  background: url(../images/event/arrow.svg) no-repeat center;
  background-size: contain;
  outline: none;
}
@media (max-width: 1080px) {
  .p-event_slider .splide__arrow {
    top: 21%;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-event_slider .splide__arrow {
    top: 24%;
  }
}
.p-event_slider .splide__arrow--prev {
  left: calc((100vw - 1000px) / 2 - 54px);
  transform: scaleX(-1) translateY(-50%);
}
@media (max-width: 1080px) {
  .p-event_slider .splide__arrow--prev {
    left: calc(10% - 34px);
  }
}
@media screen and (max-width: 720px) {
  .p-event_slider .splide__arrow--prev {
    left: calc(15.35% - 34px);
  }
}
.p-event_slider .splide__arrow--next {
  right: calc((100vw - 1000px) / 2 - 54px);
}
@media (max-width: 1080px) {
  .p-event_slider .splide__arrow--next {
    right: calc(10% - 34px);
  }
}
@media screen and (max-width: 720px) {
  .p-event_slider .splide__arrow--next {
    right: calc(15.35% - 34px);
  }
}
.p-event_slider .splide__arrow svg {
  display: none;
}

/* c-kv
----------------------------------------------------*/
.faq .c-kv {
  height: 400px;
  background-image: url(../images/faq/kv.jpg);
}
@media screen and (max-width: 720px) {
  .faq .c-kv {
    height: 300px;
    background-image: url(../images/faq/kv_sp.jpg);
  }
}
.faq .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-faq
----------------------------------------------------*/
.p-faq_subnav {
  margin: 100px 0 120px;
}
@media screen and (max-width: 720px) {
  .p-faq_subnav {
    margin: 50px 0;
  }
}
.p-faq_sec {
  padding-top: 80px;
}
@media screen and (max-width: 720px) {
  .p-faq_sec {
    padding-top: 40px !important;
  }
}
.p-faq_sec::before {
  height: 100% !important;
}
.p-faq_sec .c-faq {
  margin-top: 30px;
}
@media screen and (max-width: 720px) {
  .p-faq_sec .c-faq {
    margin-top: 20px;
  }
}
.p-faq_sec .c-contact {
  margin-top: 80px;
  margin-bottom: 0;
}
@media screen and (max-width: 720px) {
  .p-faq_sec .c-contact {
    margin-top: 30px;
  }
}
@media screen and (max-width: 720px) {
  .p-faq_inner .l-sec_title {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.p-faq_inner + .p-faq_inner {
  margin-top: 80px;
}
@media screen and (max-width: 720px) {
  .p-faq_inner + .p-faq_inner {
    margin-top: 30px;
  }
}

.--faq .c-content h2 {
  margin-top: 70px;
}
@media screen and (max-width: 720px) {
  .--faq .c-content h2 {
    margin-top: 30px;
  }
}
.--faq .c-content h2::before {
  content: "A. ";
}

/* c-kv
----------------------------------------------------*/
.first_time .c-kv {
  height: 400px;
  background-image: url(../images/first_time/kv.jpg);
}
@media screen and (max-width: 720px) {
  .first_time .c-kv {
    height: 300px;
    background-image: url(../images/first_time/kv_sp.jpg);
  }
}
.first_time .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-first_time
----------------------------------------------------*/
.p-first_time_sec03 {
  margin-top: 180px;
  padding-top: 40px;
}
@media screen and (max-width: 720px) {
  .p-first_time_sec03 {
    margin-top: 100px;
    padding-top: 30px;
  }
}
.p-first_time_sec03::before {
  height: 100% !important;
}
.p-first_time_sec03::after {
  top: -100px !important;
}
@media screen and (max-width: 720px) {
  .p-first_time_sec03::after {
    top: -40px !important;
  }
}
.p-first_time_sec03 .l-sec_double {
  margin-top: 0;
}
@media screen and (max-width: 720px) {
  .p-first_time_sec03 .l-sec_double_item_title {
    text-align: center;
  }
  .p-first_time_sec03 .l-sec_double + .l-sec_btn.--center {
    margin-left: 20px;
    text-align: center;
  }
}

/* ==================================================
   問い合わせフォーム量産ページ KV (2026-07)
   page-inquiry.php を使う量産12ページの body_class 別 KV 背景。
   記法は _ohigan.scss / _butsuzen.scss と同一（height:400/300 + mqSP）。
   画像: images/【クラス名】/kv.jpg（PC）・kv_sp.jpg（SP）
==================================================== */
.cinerary_form .c-kv {
  height: 400px;
  background-image: url(../images/cinerary_form/kv.jpg);
}
@media screen and (max-width: 720px) {
  .cinerary_form .c-kv {
    height: 300px;
    background-image: url(../images/cinerary_form/kv_sp.jpg);
  }
}

.obon_form .c-kv {
  height: 400px;
  background-image: url(../images/obon_form/kv.jpg);
}
@media screen and (max-width: 720px) {
  .obon_form .c-kv {
    height: 300px;
    background-image: url(../images/obon_form/kv_sp.jpg);
  }
}

.obon2 .c-kv {
  height: 400px;
  background-image: url(../images/obon2/kv.jpg);
}
@media screen and (max-width: 720px) {
  .obon2 .c-kv {
    height: 300px;
    background-image: url(../images/obon2/kv_sp.jpg);
  }
}

.lecture .c-kv {
  height: 400px;
  background-image: url(../images/lecture/kv.jpg);
}
@media screen and (max-width: 720px) {
  .lecture .c-kv {
    height: 300px;
    background-image: url(../images/lecture/kv_sp.jpg);
  }
}

.shukatsu-shien .c-kv {
  height: 400px;
  background-image: url(../images/shukatsu-shien/kv.jpg);
}
@media screen and (max-width: 720px) {
  .shukatsu-shien .c-kv {
    height: 300px;
    background-image: url(../images/shukatsu-shien/kv_sp.jpg);
  }
}

.terakoya .c-kv {
  height: 400px;
  background-image: url(../images/terakoya/kv.jpg);
}
@media screen and (max-width: 720px) {
  .terakoya .c-kv {
    height: 300px;
    background-image: url(../images/terakoya/kv_sp.jpg);
  }
}

.nyuumonnkouza .c-kv {
  height: 400px;
  background-image: url(../images/nyuumonnkouza/kv.jpg);
}
@media screen and (max-width: 720px) {
  .nyuumonnkouza .c-kv {
    height: 300px;
    background-image: url(../images/nyuumonnkouza/kv_sp.jpg);
  }
}

.nyuumonnkouza_plus .c-kv {
  height: 400px;
  background-image: url(../images/nyuumonnkouza_plus/kv.jpg);
}
@media screen and (max-width: 720px) {
  .nyuumonnkouza_plus .c-kv {
    height: 300px;
    background-image: url(../images/nyuumonnkouza_plus/kv_sp.jpg);
  }
}

.regchange .c-kv {
  height: 400px;
  background-image: url(../images/regchange/kv.jpg);
}
@media screen and (max-width: 720px) {
  .regchange .c-kv {
    height: 300px;
    background-image: url(../images/regchange/kv_sp.jpg);
  }
}

.samghanet_symposium .c-kv {
  height: 400px;
  background-image: url(../images/samghanet_symposium/kv.jpg);
}
@media screen and (max-width: 720px) {
  .samghanet_symposium .c-kv {
    height: 300px;
    background-image: url(../images/samghanet_symposium/kv_sp.jpg);
  }
}

.gojikai_form .c-kv {
  height: 400px;
  background-image: url(../images/gojikai_form/kv.jpg);
}
@media screen and (max-width: 720px) {
  .gojikai_form .c-kv {
    height: 300px;
    background-image: url(../images/gojikai_form/kv_sp.jpg);
  }
}

.kikyoushiki .c-kv {
  height: 400px;
  background-image: url(../images/kikyoushiki/kv.jpg);
}
@media screen and (max-width: 720px) {
  .kikyoushiki .c-kv {
    height: 300px;
    background-image: url(../images/kikyoushiki/kv_sp.jpg);
  }
}

/* c-kv
----------------------------------------------------*/
.forum .c-kv {
  height: 400px;
  background-image: url(../images/forum/kv.jpg);
}
@media screen and (max-width: 720px) {
  .forum .c-kv {
    height: 300px;
    background-image: url(../images/forum/kv_sp.jpg);
  }
}
.forum .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-forum
----------------------------------------------------*/
.p-forum_sec01 {
  margin-top: 130px;
}
@media screen and (max-width: 720px) {
  .p-forum_sec01 {
    margin-top: 100px;
  }
  .p-forum_sec01 .l-sec_inner {
    margin-top: 30px;
  }
}
.p-forum_sec01 .l-sec_title {
  position: relative;
  top: -32px;
  margin-bottom: -32px;
}
@media screen and (max-width: 720px) {
  .p-forum_sec01 .l-sec_title {
    top: -26px;
    margin-bottom: -26px;
  }
}
.p-forum_btn {
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-forum_btn {
    margin-top: 20px;
  }
}
.p-forum_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 27px;
  margin: 60px auto 0;
}
@media screen and (max-width: 720px) {
  .p-forum_list {
    gap: 30px 15px;
    margin: 50px 20px 0;
  }
}
.p-forum_item {
  width: calc(33.33% - 18px);
}
@media screen and (max-width: 720px) {
  .p-forum_item {
    width: calc(50% - 7.5px);
  }
}
.p-forum_item a {
  display: block;
}
.p-forum_banner {
  margin: 60px 0 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-forum_banner {
    margin: 30px 0 0;
  }
}
.p-forum_banner img {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.p-forum_single_date {
  width: fit-content;
  margin: 40px 0 0;
  padding: 6px 20px;
  background: #EEF5FD;
  color: #001D47;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-forum_single_date {
    margin-top: 20px;
  }
}
.p-forum_single .c-detail th {
  white-space: nowrap;
  vertical-align: middle;
}
.p-forum_single_btn {
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-forum_single_btn {
    margin: 30px 0 0 20px;
    text-align: left;
  }
}
.p-forum_slider {
  margin: 50px 0 0;
}
@media screen and (max-width: 720px) {
  .p-forum_slider {
    margin: 30px 0 0;
  }
}
.p-forum_slider .splide__arrow {
  width: 80px;
  height: 80px;
  background: url(../images/event/arrow.svg) no-repeat center;
  background-size: contain;
  outline: none;
}
@media (max-width: 1080px) {
  .p-forum_slider .splide__arrow {
    top: 21%;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-forum_slider .splide__arrow {
    top: 24%;
  }
}
.p-forum_slider .splide__arrow--prev {
  left: calc((100vw - 1000px) / 2 - 54px);
  transform: scaleX(-1) translateY(-50%);
}
@media (max-width: 1080px) {
  .p-forum_slider .splide__arrow--prev {
    left: calc(10% - 34px);
  }
}
@media screen and (max-width: 720px) {
  .p-forum_slider .splide__arrow--prev {
    left: calc(15.35% - 34px);
  }
}
.p-forum_slider .splide__arrow--next {
  right: calc((100vw - 1000px) / 2 - 54px);
}
@media (max-width: 1080px) {
  .p-forum_slider .splide__arrow--next {
    right: calc(10% - 34px);
  }
}
@media screen and (max-width: 720px) {
  .p-forum_slider .splide__arrow--next {
    right: calc(15.35% - 34px);
  }
}
.p-forum_slider .splide__arrow svg {
  display: none;
}

/* c-kv
----------------------------------------------------*/
.gojikai .c-kv {
  height: 400px;
  background-image: url(../images/gojikai/kv.jpg);
}
@media screen and (max-width: 720px) {
  .gojikai .c-kv {
    height: 300px;
    background-image: url(../images/gojikai/kv_sp.jpg);
  }
}
.gojikai .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-gojikai
----------------------------------------------------*/
.p-gojikai_sec03 {
  counter-reset: benfit;
}
.p-gojikai_sec03 .l-sec_subtitle {
  counter-increment: benfit;
}
.p-gojikai_sec03 .l-sec_subtitle::before {
  content: "特典" counter(benfit);
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  padding: 0 15px;
  background: #003879;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-gojikai_sec03 .l-sec_subtitle::before {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-gojikai_sec03 .l-sec_subtitle::before {
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-gojikai_sec03 .l-sec_inner + .l-sec_inner {
  margin-top: 80px;
}
.p-gojikai_sec03_03 .l-sec_txt {
  min-height: 411px;
}
@media screen and (max-width: 1400px) {
  .p-gojikai_sec03_03 .l-sec_txt {
    min-height: calc((100vw - 700px) / 700 * 411);
  }
}
@media screen and (max-width: 1200px) {
  .p-gojikai_sec03_03 .l-sec_txt {
    min-height: 293.5714285714px;
  }
}
@media screen and (max-width: 1080px) {
  .p-gojikai_sec03_03 .l-sec_txt {
    min-height: 28.1828571429%;
  }
}
.p-gojikai_sec03_02::after, .p-gojikai_sec03_04::after {
  display: none;
}
.p-gojikai_sec03 .l-sec_lead b {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #003879;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-gojikai_sec03 .l-sec_btn {
  text-align: left;
}
@media screen and (max-width: 720px) {
  .p-gojikai_sec04 {
    margin-top: 80px;
  }
  .p-gojikai_sec04::before {
    height: calc(100% - 28px) !important;
  }
}
.p-gojikai_sec04 .l-sec_subtitle {
  margin: 50px 0 -10px;
}
@media screen and (max-width: 720px) {
  .p-gojikai_sec04 .l-sec_subtitle {
    margin: 40px 20px -10px;
  }
}
.p-gojikai_price {
  margin: 40px 0 0;
  padding: 20px;
  background: #fff;
  border: 1px solid #003879;
}
.p-gojikai_price_title {
  margin: 0 0 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #003879;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-gojikai_price p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-gojikai_box {
  margin: 40px 0 0;
  padding: 30px;
  background: #fff;
}
.p-gojikai_box_item + .p-gojikai_box_item {
  margin: 20px 0 0;
  padding: 20px 0 0;
  border-top: 1px solid #E2E2E2;
}
.p-gojikai_box_item b {
  font-weight: 700;
  color: #003879;
}
.p-gojikai_box_title {
  margin: 0 0 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #003879;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-gojikai_box p:not(.c-note) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-gojikai_box p:not(.c-note) + .p-samghanet_box_title {
  margin-top: 30px;
}
.p-gojikai_cta {
  margin: 120px 0 0;
  padding: 50px 0;
  background: rgba(149, 116, 81, 0.1019607843);
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .p-gojikai_cta {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-gojikai_cta {
    margin-top: 50px;
    padding: 40px 20px;
  }
}
.p-gojikai_cta_link {
  margin: 30px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-gojikai_cta_link a {
  color: #003879;
  text-decoration: underline;
}
.p-gojikai_cta_link a:hover {
  text-decoration: none;
}

/* c-kv
----------------------------------------------------*/
.inquiry .c-kv {
  background-image: url(../images/inquiry/kv.jpg);
}
@media screen and (max-width: 720px) {
  .inquiry .c-kv {
    background-image: url(../images/inquiry/kv_sp.jpg);
  }
}

/* p-inquiry
----------------------------------------------------*/
@media screen and (max-width: 720px) {
  .p-inquiry_sec {
    margin-top: 30px;
  }
}

/* c-kv
----------------------------------------------------*/
.kokorodial .c-kv {
  background-image: url(../images/kokorodial/kv.jpg);
}
@media screen and (max-width: 720px) {
  .kokorodial .c-kv {
    background-image: url(../images/kokorodial/kv_sp.jpg);
  }
}

/* p-kokorodial
----------------------------------------------------*/
.p-kokorodial_sec::before {
  height: calc(100% - 38px) !important;
}
@media screen and (max-width: 720px) {
  .p-kokorodial_sec::before {
    height: calc(100% - 28px) !important;
  }
}
.p-kokorodial_dial {
  width: fit-content;
  margin: 40px 0;
  padding: 20px 30px;
  border: 2px solid #E65D6B;
  border-radius: 5px;
  background: #fff;
  text-align: center;
  color: #E6765D;
}
@media screen and (max-width: 720px) {
  .p-kokorodial_dial {
    margin: 20px 0;
    padding: 16px;
  }
}
.p-kokorodial_dial_title {
  border-bottom: 1px solid #E6765D;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .p-kokorodial_dial_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-kokorodial_dial_title {
  line-height: 1.3;
}
@media screen and (max-width: 720px) {
  .p-kokorodial_dial_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-kokorodial_dial_phone {
  display: block;
  width: fit-content;
  margin: 18px auto 0;
  font-family: "Roboto", sans-serif;
  font-weight: 600;
  font-size: 36px;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
  color: #E6765D !important;
  line-height: 1.5;
  text-decoration: none !important;
}
@media screen and (max-width: 1080px) {
  .p-kokorodial_dial_phone {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 720px) {
  .p-kokorodial_dial_phone {
    margin: 10px auto 0;
  }
}
.p-kokorodial_dial_phone::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  mask: url(../images/common/tel.svg) no-repeat center center;
  mask-size: contain;
  background: #E6765D;
}
@media screen and (max-width: 1080px) {
  .p-kokorodial_dial_phone::before {
    width: 25px;
    height: 25px;
  }
}
.p-kokorodial_dial_time {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 720px) {
  .p-kokorodial_dial_time {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-kokorodial_note {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
}
.p-kokorodial_note li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  line-height: 1.5;
}
.p-kokorodial_note li + li {
  margin-top: 10px;
}
.p-kokorodial_note li::before {
  content: "※";
}

/* c-kv
----------------------------------------------------*/
.learn .c-kv {
  background-image: url(../images/learn/kv.jpg);
}
@media screen and (max-width: 720px) {
  .learn .c-kv {
    background-image: url(../images/learn/kv_sp.jpg);
  }
}

/* p-learn
----------------------------------------------------*/
.p-learn_subnav {
  margin: 100px 0 152px;
}
@media screen and (max-width: 720px) {
  .p-learn_subnav {
    margin: 50px 0;
  }
}
@media screen and (max-width: 720px) {
  .p-learn_sec01, .p-learn_sec03 {
    margin-top: 80px;
  }
  .p-learn_sec01::before, .p-learn_sec03::before {
    height: calc(100% - 28px) !important;
  }
  .p-learn_sec01::after, .p-learn_sec03::after {
    top: -60px !important;
    left: -90px !important;
    width: 300px !important;
    height: 200px !important;
  }
}
@media screen and (max-width: 720px) {
  .p-learn_sec02 {
    margin-top: 80px;
  }
  .p-learn_sec02::before {
    height: calc(100% - 28px) !important;
  }
  .p-learn_sec02::after {
    top: -40px !important;
    width: 300px !important;
    height: 140px !important;
  }
}
.p-learn_list {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 27px;
  margin: 40px auto 0;
}
@media screen and (max-width: 720px) {
  .p-learn_list {
    gap: 30px 15px;
    margin: 40px 20px 0;
  }
}
.p-learn_item {
  width: calc(33.33% - 18px);
}
@media screen and (max-width: 720px) {
  .p-learn_item {
    width: calc(50% - 7.5px);
  }
}
.p-learn_btn {
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-learn_btn {
    margin-top: 30px;
  }
}
.p-learn_column_date {
  margin: 50px 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #8B8B8B;
}
@media screen and (max-width: 720px) {
  .p-learn_column_date {
    margin: 20px 0 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-learn_column_title {
  margin: 30px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-learn_column_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-learn_column_title {
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-learn_column_desc {
  margin: 30px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-learn_column_desc {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-learn_sec04 .l-sec_image::before {
  position: absolute;
  top: -20px;
  right: 20px;
  display: block;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 700;
  line-height: 60px;
  text-align: center;
  pointer-events: none;
}
@media screen and (max-width: 720px) {
  .p-learn_sec04 .l-sec_image::before {
    right: 50px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-learn_sec04 .l-sec_image.--recruiting::before {
  content: "募集中";
  background: #C7BC28;
}
.p-learn_sec04 .l-sec_image.--new::before {
  content: "NEW";
  background: #CB3322;
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
}
.p-learn_sec04 .l-sec_image.--recommended::before {
  content: "おすすめ";
  background: #B84C9B;
}
.p-learn_sec04 .p-learn_list {
  margin-top: 70px;
}
@media screen and (max-width: 720px) {
  .p-learn_sec05 {
    margin-top: 90px;
  }
  .p-learn_sec05::before {
    height: calc(100% - 28px) !important;
  }
}
.p-learn_single_date {
  width: fit-content;
  margin: 40px 0 0;
  padding: 6px 20px;
  background: #EEF5FD;
  color: #001D47;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-learn_single_date {
    margin-top: 20px;
  }
}
.p-learn_single_detail {
  margin: 70px 0 0;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .p-learn_single_detail {
    margin-top: 40px;
    padding: 20px;
  }
}
.p-learn_single_detail table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-learn_single_detail table th, .p-learn_single_detail table td {
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 720px) {
  .p-learn_single_detail table th, .p-learn_single_detail table td {
    display: block;
    padding: 10px;
  }
}
.p-learn_single_detail table th {
  border-bottom: 1px solid #fff;
  background: #EEF5FD;
  font-weight: 700;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .p-learn_single_detail table th {
    border: none;
  }
}
.p-learn_single_detail table td {
  border-bottom: 1px solid #EEF5FD;
}
@media screen and (max-width: 720px) {
  .p-learn_single_detail table td {
    border: none;
  }
}
.p-learn_single_back {
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-learn_single_back {
    margin: 30px 0 0 20px;
    text-align: left;
  }
}
.p-learn_slider {
  margin: 60px 0 0;
}
@media screen and (max-width: 720px) {
  .p-learn_slider {
    margin: 30px 0 0;
  }
}
.p-learn_slider .splide__arrow {
  width: 80px;
  height: 80px;
  background: url(../images/event/arrow.svg) no-repeat center;
  background-size: contain;
  outline: none;
}
@media (max-width: 1080px) {
  .p-learn_slider .splide__arrow {
    top: 21%;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-learn_slider .splide__arrow {
    top: 24%;
  }
}
.p-learn_slider .splide__arrow--prev {
  left: calc((100vw - 1000px) / 2 - 54px);
  transform: scaleX(-1) translateY(-50%);
}
@media (max-width: 1080px) {
  .p-learn_slider .splide__arrow--prev {
    left: calc(10% - 34px);
  }
}
@media screen and (max-width: 720px) {
  .p-learn_slider .splide__arrow--prev {
    left: calc(15.35% - 34px);
  }
}
.p-learn_slider .splide__arrow--next {
  right: calc((100vw - 1000px) / 2 - 54px);
}
@media (max-width: 1080px) {
  .p-learn_slider .splide__arrow--next {
    right: calc(10% - 34px);
  }
}
@media screen and (max-width: 720px) {
  .p-learn_slider .splide__arrow--next {
    right: calc(15.35% - 34px);
  }
}
.p-learn_slider .splide__arrow svg {
  display: none;
}

/* c-kv
----------------------------------------------------*/
.news .c-kv {
  background-image: url(../images/news/kv.jpg);
}

/* p-news
----------------------------------------------------*/
.news .l-sec {
  margin-top: 150px;
  padding: 60px 0 120px;
}
@media screen and (max-width: 720px) {
  .news .l-sec {
    margin-top: 40px;
    padding: 30px 0 60px;
  }
  .news .l-sec::before, .news .l-sec::after {
    display: none;
  }
}

.p-news_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 27px;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .p-news_list {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-news_list {
    gap: 30px 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.p-news_item {
  width: calc(33.33% - 18px);
}
@media screen and (max-width: 720px) {
  .p-news_item {
    width: calc(50% - 7.5px);
  }
}
.p-news_item a {
  display: block;
}
.p-news_item_img {
  width: 100%;
  max-height: 210px;
  aspect-ratio: 3/2;
  box-shadow: 0px 8px 15px rgba(0, 56, 121, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
.p-news_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-news_item_cats {
  margin: 20px 0 0;
}
.p-news_item_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 72px;
  margin: 10px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 1080px) {
  .p-news_item_title {
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  .p-news_item_title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-news_item_title span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.p-news_item_date {
  display: block;
  margin: 10px 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  color: #8B8B8B;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-news_item_date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-news_single {
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .p-news_single {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-news_single {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.p-news_single_img {
  max-width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 720px) {
  .p-news_single_img {
    max-width: initial;
    width: calc(100% + 20px);
    margin: 0 0 0 -20px;
  }
}
.p-news_single_cats {
  margin: 60px 0 0;
  padding-left: 40px;
  padding-right: 40px;
}
@media screen and (max-width: 720px) {
  .p-news_single_cats {
    margin-top: 30px;
  }
}
.p-news_single_title {
  margin: 10px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 40px;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .p-news_single_title {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 720px) {
  .p-news_single.--faq .p-news_single_title {
    padding-bottom: 30px;
    border-bottom: 1px solid #E2E2E2;
  }
}
.p-news_single.--faq .p-news_single_title::before {
  content: "Q. ";
}
.p-news_single_back {
  margin: 50px 0 0;
}
@media screen and (max-width: 720px) {
  .p-news_single_back {
    margin-top: 30px;
  }
}
.p-news_nav {
  display: flex;
  justify-content: space-between;
  gap: 36px;
  margin: 60px 0 0;
}
.p-news_nav.--no-prev {
  justify-content: flex-end;
}
.p-news_nav.--no-next {
  justify-content: flex-start;
}
@media screen and (max-width: 720px) {
  .p-news_nav {
    margin-top: 30px;
    flex-direction: column;
    gap: 20px;
  }
}
.p-news_nav_item {
  width: calc(50% - 18px);
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 720px) {
  .p-news_nav_item {
    width: 100%;
  }
}
.p-news_nav_item a {
  display: flex;
  align-items: center;
  gap: 20px;
  height: calc(3.6em + 60px);
  padding: 45px 90px 45px 30px;
  border-top: 5px solid #003879;
  background: url(../images/faq/link.svg) no-repeat no-repeat right 30px top 50% #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-news_nav_item a {
    align-items: flex-start;
    height: auto;
    padding: 20px 20px 60px 20px;
    background-position: right 20px bottom 25px;
    background-size: 30px 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-news_nav_item a::before {
  content: "Q";
  flex-shrink: 0;
  flex-grow: 0;
  width: 40px;
  height: 40px;
  background: #003879;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 22px;
  font-size: 2.2rem;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.p-news_nav_item a span {
  flex-shrink: 0;
  flex-grow: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: calc(100% - 60px);
}
.p-news_nav_item.--prev a {
  flex-direction: row-reverse;
  transform: scaleX(-1);
}
.p-news_nav_item.--prev a::before,
.p-news_nav_item.--prev a span {
  transform: scaleX(-1);
}

/* c-kv
----------------------------------------------------*/
.obon .c-kv {
  height: 400px;
  background-image: url(../images/obon/kv.jpg);
}
@media screen and (max-width: 720px) {
  .obon .c-kv {
    height: 300px;
    background-image: url(../images/obon/kv_sp.jpg);
  }
}
.obon .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-obon
----------------------------------------------------*/
@media screen and (max-width: 720px) {
  .p-obon_sec03::before {
    height: calc(100% - 28px) !important;
  }
}
.p-obon_column {
  overflow: auto;
  height: 500px;
  margin: 50px 0 0;
  padding: 0 85px;
}
@media screen and (max-width: 1080px) {
  .p-obon_column {
    padding: 0 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-obon_column {
    margin-top: 30px;
    padding: 0 45px 0 20px;
  }
}
.p-obon_column_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-obon_column_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-obon_column_title {
  color: #003879;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-obon_column_title {
    text-align: left;
  }
}
.p-obon_column_name {
  margin: 30px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: right;
}
@media screen and (max-width: 720px) {
  .p-obon_column_name {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-obon_column_content {
  margin: 30px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: left;
}
.p-obon_column_content p + p {
  margin-top: 1.8em;
}
.p-obon_sec05 {
  max-width: 830px;
  margin: 120px auto 0;
  padding: 50px;
  background: #EEF5FD;
}
@media screen and (max-width: 1080px) {
  .p-obon_sec05 {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-obon_sec05 {
    margin: 50px 20px 0;
    padding: 20px;
  }
}
.p-obon_sec05_title {
  margin: 0 0 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-obon_sec05_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-obon_sec05_title {
  color: #003879;
  line-height: 1.5;
  letter-spacing: 0.02em;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-obon_sec05_title {
    margin-bottom: 20px;
    text-align: left;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-obon_sec05_txt {
  margin: 10px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: left;
}
.p-obon_sec05_inner {
  margin: 30px 0 0;
}
@media screen and (max-width: 720px) {
  .p-obon_sec05_inner {
    margin-top: 20px;
  }
}
.p-obon_sec05_subtitle {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .p-obon_sec05_subtitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-obon_sec05_subtitle {
  color: #003879;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
/* c-kv
----------------------------------------------------*/
.ohigan .c-kv {
  height: 400px;
  background-image: url(../images/ohigan/kv.jpg);
}
@media screen and (max-width: 720px) {
  .ohigan .c-kv {
    height: 300px;
    background-image: url(../images/ohigan/kv_sp.jpg);
  }
}
.ohigan .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-ohigan
----------------------------------------------------*/
@media screen and (max-width: 720px) {
  .p-ohigan_sec03::before {
    height: calc(100% - 28px) !important;
  }
}

/* c-kv
----------------------------------------------------*/
.privacy .c-kv {
  background-image: url(../images/privacy/kv.jpg);
}
@media screen and (max-width: 720px) {
  .privacy .c-kv {
    background-image: url(../images/privacy/kv_sp.jpg);
  }
}

/* p-privacy
----------------------------------------------------*/
.p-privacy_sec {
  min-height: initial;
}
@media screen and (max-width: 720px) {
  .p-privacy_sec::before {
    height: calc(100% - 28px) !important;
  }
  .p-privacy_sec::after {
    top: -40px !important;
    width: 300px !important;
    height: 142px !important;
  }
}
.p-privacy_list {
  max-width: 830px;
  margin: 40px auto 0;
  padding: 20px 0;
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-privacy_list {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.p-privacy_list > li {
  list-style-type: decimal;
  margin: 10px 0 0 1.5em;
}
.p-privacy_list ol li {
  list-style-type: none;
  margin: 10px 0 0;
}
.p-privacy_list ol li:nth-of-type(1)::before {
  content: "①";
}
.p-privacy_list ol li:nth-of-type(2)::before {
  content: "②";
}

/* c-kv
----------------------------------------------------*/
.samgha .c-kv {
  height: 400px;
  background-image: url(../images/samgha/kv.jpg);
}
@media screen and (max-width: 720px) {
  .samgha .c-kv {
    height: 300px;
    background-image: url(../images/samgha/kv_sp.jpg);
  }
}
.samgha .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-samgha
----------------------------------------------------*/
.p-samgha_sec01 {
  min-height: initial;
  margin-top: 130px;
  padding-bottom: 40px;
}
.p-samgha_sec01 .l-sec_title {
  position: relative;
  top: -32px;
  margin-bottom: -32px;
}
@media screen and (max-width: 720px) {
  .p-samgha_sec01 .l-sec_title {
    top: -26px;
    margin-bottom: -26px;
  }
}
.p-samgha_sec01::after {
  display: none;
}
.p-samgha_feature {
  padding: 20px 0;
}
.p-samgha_feature a {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 40px 30px;
  border-radius: 5px;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
  color: #333;
}
@media screen and (max-width: 1080px) {
  .p-samgha_feature a {
    height: auto;
  }
}
@media screen and (max-width: 720px) {
  .p-samgha_feature a {
    flex-direction: column;
    gap: 20px;
    padding: 20px;
  }
}
.p-samgha_feature_img {
  flex-shrink: 0;
  flex-grow: 0;
  width: 360px;
  aspect-ratio: 3/2;
}
@media screen and (max-width: 1080px) {
  .p-samgha_feature_img {
    width: 45%;
  }
}
@media screen and (max-width: 720px) {
  .p-samgha_feature_img {
    width: auto;
  }
}
.p-samgha_feature_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-samgha_feature_txt {
  flex-grow: 1;
}
.p-samgha_feature_meta {
  display: flex;
  gap: 10px;
  align-items: center;
}
@media screen and (max-width: 720px) {
  .p-samgha_feature_meta .p-samgha_feature_date {
    display: none;
  }
}
.p-samgha_feature_date {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #8B8B8B;
}
.p-samgha_feature_desc + .p-samgha_feature_date {
  display: none;
}
@media screen and (max-width: 720px) {
  .p-samgha_feature_desc + .p-samgha_feature_date {
    display: block;
    margin: 10px 0 0;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-samgha_feature_title {
  margin: 20px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .p-samgha_feature_title {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-samgha_feature_title {
  line-height: 1.5;
  letter-spacing: 0.06em;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .p-samgha_feature_title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.p-samgha_feature_desc {
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 20px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-samgha_feature_desc {
    -webkit-line-clamp: 3;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-samgha_feature_slider {
  margin: 30px 0 0;
}
@media screen and (max-width: 720px) {
  .p-samgha_feature_slider {
    margin: 30px 0 0;
  }
}
.p-samgha_feature_slider .splide__arrow {
  width: 80px;
  height: 80px;
  background: url(../images/event/arrow.svg) no-repeat center;
  background-size: contain;
  outline: none;
}
@media screen and (max-width: 1080px) {
  .p-samgha_feature_slider .splide__arrow {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 720px) {
  .p-samgha_feature_slider .splide__arrow {
    width: 50px;
    height: 50px;
  }
}
.p-samgha_feature_slider .splide__arrow--prev {
  left: calc(50% - 370px - 55px);
  transform: scaleX(-1) translateY(-50%);
}
@media screen and (max-width: 1080px) {
  .p-samgha_feature_slider .splide__arrow--prev {
    left: calc(5% - 10px);
  }
}
@media screen and (max-width: 720px) {
  .p-samgha_feature_slider .splide__arrow--prev {
    left: calc(15% - 40px);
  }
}
.p-samgha_feature_slider .splide__arrow--next {
  right: calc(50% - 370px - 55px);
}
@media screen and (max-width: 1080px) {
  .p-samgha_feature_slider .splide__arrow--next {
    right: calc(5% - 10px);
  }
}
@media screen and (max-width: 720px) {
  .p-samgha_feature_slider .splide__arrow--next {
    right: calc(15% - 40px);
  }
}
.p-samgha_feature_slider .splide__arrow svg {
  display: none;
}
.p-samgha_sec02 {
  margin-top: 130px;
}
.p-samgha_sec02::after {
  display: none;
}
.p-samgha_sec02 .l-sec_title {
  position: relative;
  top: -32px;
  margin-bottom: -32px;
}
@media screen and (max-width: 720px) {
  .p-samgha_sec02 .l-sec_title {
    top: -26px;
    margin-bottom: -26px;
  }
}
.p-samgha_list {
  display: flex;
  flex-wrap: wrap;
  gap: 50px 27px;
  margin: 80px auto 0;
}
@media screen and (max-width: 720px) {
  .p-samgha_list {
    gap: 30px 15px;
    margin: 50px 20px 0;
  }
}
.p-samgha_item {
  width: calc(33.33% - 18px);
}
@media screen and (max-width: 720px) {
  .p-samgha_item {
    width: calc(50% - 7.5px);
  }
}
.p-samgha_item a {
  display: block;
}
.p-samgha_item .c-cassette_date {
  padding: 0;
  background: none;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  color: #8B8B8B;
  text-align: left;
}
@media screen and (max-width: 720px) {
  .p-samgha_item .c-cassette_date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-sidebox .p-samgha_item {
  width: 100%;
  margin: 20px 0 0;
}
.c-sidebox .p-samgha_item a {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.c-sidebox .p-samgha_item .c-cassette_img {
  flex-shrink: 0;
  flex-grow: 0;
  width: 138px;
  aspect-ratio: 3/2;
  border-radius: 7px;
  box-shadow: 0px 7px 13px 0px rgba(0, 56, 121, 0.1490196078);
}
.c-sidebox .p-samgha_item .c-cassette_cat {
  width: 100%;
  margin: 0;
  padding: 3px;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}
.c-sidebox .p-samgha_item .c-cassette_title {
  height: 42px;
  margin: 5px 0 0;
  font-size: 14px;
  font-size: 1.4rem;
}
.c-sidebox .p-samgha_item .c-cassette_date {
  margin: 5px 0 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.p-samgha_banner {
  margin: 60px 0 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-samgha_banner {
    margin: 30px 0 0;
  }
}
.p-samgha_banner img {
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1019607843);
}
.p-samgha_single_img, .p-samgha_single_movie {
  margin: 40px 0 0;
}
@media screen and (max-width: 720px) {
  .p-samgha_single_img, .p-samgha_single_movie {
    margin-top: 20px;
  }
}
.p-samgha_single_movie {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
.p-samgha_single_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-samgha_single_intro {
  margin: 40px 0 0;
  padding: 20px 0;
  border-top: 1px solid #003879;
  border-bottom: 1px solid #003879;
}
@media screen and (max-width: 720px) {
  .p-samgha_single_intro {
    margin-top: 20px;
  }
}
.p-samgha_single_intro p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-samgha_single_sub {
  margin: 40px 0 0;
  padding: 20px;
  background: #fff;
  color: #003879;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-samgha_single_sub {
    margin-top: 20px;
  }
}
.p-samgha_single_btn {
  margin: 50px 0 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-samgha_single_btn {
    margin: 30px 0 0 0;
    text-align: center;
  }
}
.p-samgha_single_nav {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  max-width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 1080px) {
  .p-samgha_single_nav {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-samgha_single_nav {
    order: 2;
    margin: 30px 20px;
    flex-direction: column-reverse;
    gap: 20px;
  }
}
.p-samgha_single_nav_item {
  width: calc(50% - 10px);
  flex-shrink: 0;
  flex-grow: 0;
}
@media screen and (max-width: 720px) {
  .p-samgha_single_nav_item {
    width: 100%;
  }
}
.p-samgha_single_nav_item a {
  display: flex;
  align-items: center;
  gap: 20px;
  height: calc(3.6em + 40px);
  padding: 15px 60px 20px 20px;
  border-top: 5px solid #003879;
  background: url(../images/faq/link.svg) no-repeat no-repeat right 20px top 50% #F7FAFE;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-samgha_single_nav_item a {
    align-items: flex-start;
    height: auto;
    padding: 20px 20px 60px 20px;
    background-position: right 20px bottom 25px;
    background-size: 30px 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-samgha_single_nav_item a span {
  flex-shrink: 0;
  flex-grow: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  width: 100%;
}
.p-samgha_single_nav_item.--prev a {
  flex-direction: row-reverse;
  transform: scaleX(-1);
}
.p-samgha_single_nav_item.--prev a::before,
.p-samgha_single_nav_item.--prev a span {
  transform: scaleX(-1);
}
.p-samgha_slider {
  margin: 50px 0 0;
}
@media screen and (max-width: 720px) {
  .p-samgha_slider {
    margin: 30px 0 0;
  }
}
.p-samgha_slider .splide__arrow {
  width: 80px;
  height: 80px;
  background: url(../images/event/arrow.svg) no-repeat center;
  background-size: contain;
  outline: none;
}
@media (max-width: 1080px) {
  .p-samgha_slider .splide__arrow {
    top: 21%;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-samgha_slider .splide__arrow {
    top: 24%;
  }
}
.p-samgha_slider .splide__arrow--prev {
  left: calc((100vw - 1000px) / 2 - 54px);
  transform: scaleX(-1) translateY(-50%);
}
@media (max-width: 1080px) {
  .p-samgha_slider .splide__arrow--prev {
    left: calc(10% - 34px);
  }
}
@media screen and (max-width: 720px) {
  .p-samgha_slider .splide__arrow--prev {
    left: calc(15.35% - 34px);
  }
}
.p-samgha_slider .splide__arrow--next {
  right: calc((100vw - 1000px) / 2 - 54px);
}
@media (max-width: 1080px) {
  .p-samgha_slider .splide__arrow--next {
    right: calc(10% - 34px);
  }
}
@media screen and (max-width: 720px) {
  .p-samgha_slider .splide__arrow--next {
    right: calc(15.35% - 34px);
  }
}
.p-samgha_slider .splide__arrow svg {
  display: none;
}

/* c-kv
----------------------------------------------------*/
.samghanet .c-kv {
  height: 400px;
  background-image: url(../images/samghanet/kv.jpg);
}
@media screen and (max-width: 720px) {
  .samghanet .c-kv {
    height: 300px;
    background-image: url(../images/samghanet/kv_sp.jpg);
  }
}
.samghanet .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-samghanet
----------------------------------------------------*/
.p-samghanet_sec02 {
  counter-reset: benfit;
}
.p-samghanet_sec02 .l-sec_subtitle {
  counter-increment: benfit;
}
.p-samghanet_sec02 .l-sec_subtitle::before {
  content: "特典" counter(benfit);
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  padding: 0 15px;
  background: #003879;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-samghanet_sec02 .l-sec_subtitle::before {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-samghanet_sec02 .l-sec_subtitle::before {
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-samghanet_sec02 .l-sec_inner + .l-sec_inner {
  margin-top: 80px;
}
.p-samghanet_sec02_02 .l-sec_txt, .p-samghanet_sec02_04 .l-sec_txt {
  min-height: 411px;
}
@media screen and (max-width: 1400px) {
  .p-samghanet_sec02_02 .l-sec_txt, .p-samghanet_sec02_04 .l-sec_txt {
    min-height: calc((100vw - 700px) / 700 * 411);
  }
}
@media screen and (max-width: 1200px) {
  .p-samghanet_sec02_02 .l-sec_txt, .p-samghanet_sec02_04 .l-sec_txt {
    min-height: 293.5714285714px;
  }
}
@media screen and (max-width: 1080px) {
  .p-samghanet_sec02_02 .l-sec_txt, .p-samghanet_sec02_04 .l-sec_txt {
    min-height: 28.1828571429%;
  }
}
.p-samghanet_sec02_03 .l-sec_txt {
  min-height: 347px;
}
@media screen and (max-width: 1400px) {
  .p-samghanet_sec02_03 .l-sec_txt {
    min-height: calc((100vw - 700px) / 700 * 347);
  }
}
@media screen and (max-width: 1200px) {
  .p-samghanet_sec02_03 .l-sec_txt {
    min-height: 247.8571428571px;
  }
}
@media screen and (max-width: 1080px) {
  .p-samghanet_sec02_03 .l-sec_txt {
    min-height: 23.7942857143%;
  }
}
.p-samghanet_sec02_05 .l-sec_txt {
  min-height: 320px;
}
@media screen and (max-width: 1400px) {
  .p-samghanet_sec02_05 .l-sec_txt {
    min-height: calc((100vw - 700px) / 700 * 320);
  }
}
@media screen and (max-width: 1200px) {
  .p-samghanet_sec02_05 .l-sec_txt {
    min-height: 228.5714285714px;
  }
}
@media screen and (max-width: 1080px) {
  .p-samghanet_sec02_05 .l-sec_txt {
    min-height: 21.9428571429%;
  }
}
.p-samghanet_sec02_03::after, .p-samghanet_sec02_05::after {
  display: none;
}
@media screen and (max-width: 720px) {
  .p-samghanet_sec03 {
    margin-top: 80px;
  }
  .p-samghanet_sec03::before {
    height: calc(100% - 28px) !important;
  }
}
.p-samghanet_sec03 .l-sec_subtitle {
  margin: 50px 0 -10px;
}
@media screen and (max-width: 720px) {
  .p-samghanet_sec03 .l-sec_subtitle {
    margin: 40px 20px -10px;
  }
}
.p-samghanet_target {
  margin: 40px 0 0;
}
.p-samghanet_target_title {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #003879;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-samghanet_target_list {
  margin: 20px 0 0;
  padding: 20px;
  background: #fff;
}
.p-samghanet_target_item {
  position: relative;
  padding: 0 0 0 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  color: #003879;
}
.p-samghanet_target_item + .p-samghanet_target_item {
  margin: 10px 0 0;
}
.p-samghanet_target_item::before {
  content: "";
  position: absolute;
  left: 7px;
  top: 11.6px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #003879;
}
.p-samghanet_box {
  margin: 40px 0 0;
  padding: 30px;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .p-samghanet_box {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px;
  }
}
.p-samghanet_box_lead {
  margin: 0 0 20px;
  padding: 10px 20px;
  border: 1px solid #003879;
  text-align: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #003879;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-samghanet_box_title {
  margin: 0 0 10px;
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #003879;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
.p-samghanet_box p:not(.c-note) {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
}
.p-samghanet_box p:not(.c-note) + .p-samghanet_box_title {
  margin-top: 30px;
}
.p-samghanet_cta {
  margin: 120px 0 0;
  padding: 50px 0;
  background: rgba(170, 135, 15, 0.1019607843);
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .p-samghanet_cta {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-samghanet_cta {
    margin-top: 50px;
    padding: 40px 20px;
  }
}
.p-samghanet_cta_link {
  margin: 30px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-samghanet_cta_link a {
  color: #003879;
  text-decoration: underline;
}
.p-samghanet_cta_link a:hover {
  text-decoration: none;
}

/* c-kv
----------------------------------------------------*/
.serve .c-kv {
  background-image: url(../images/serve/kv.jpg);
}
@media screen and (max-width: 720px) {
  .serve .c-kv {
    background-image: url(../images/serve/kv_sp.jpg);
  }
}

/* p-serve
----------------------------------------------------*/
.p-serve_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1100px;
  margin: 120px auto;
}
@media screen and (max-width: 1180px) {
  .p-serve_list {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-serve_list {
    flex-direction: column;
    margin: 100px 20px;
  }
}
.p-serve_list::before {
  content: "";
  position: absolute;
  left: -150px;
  top: -100px;
  z-index: -1;
  width: 755px;
  height: 299px;
  background: url(../images/top/bg01.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  .p-serve_list::before {
    left: -50px;
    top: -80px;
    width: 328px;
    height: 130px;
  }
}
.p-serve_item {
  display: flex;
  flex-direction: column;
  width: calc(33.33% - 20px);
  padding: 40px 30px 85px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 720px) {
  .p-serve_item {
    width: 100%;
    padding: 30px 20px;
  }
}
.p-serve_item.--daikou {
  background-image: url(../images/serve/daikou.jpg);
}
.p-serve_item.--buddhis {
  background-image: url(../images/serve/buddhis.jpg);
}
.p-serve_item.--cinerary {
  background-image: url(../images/serve/cinerary.jpg);
}
.p-serve_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 720px) {
  .p-serve_title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-serve_title {
  line-height: 1.5;
  color: #fff;
  letter-spacing: 0.05em;
  color: #003879;
  text-align: center;
}
@media screen and (max-width: 1080px) {
  .p-serve_title {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-serve_txt {
  margin: 40px 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 720px) {
  .p-serve_txt {
    margin: 20px 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-serve_btn {
  margin: auto 0 0;
}
@media screen and (max-width: 720px) {
  .p-serve_btn {
    text-align: center;
  }
}
.p-serve_btn .c-btn {
  display: block;
  width: 100%;
}
@media screen and (max-width: 720px) {
  .p-serve_btn .c-btn {
    width: 260px;
    margin-left: 20px;
  }
}

/* c-kv
----------------------------------------------------*/
.shinran .c-kv {
  height: 400px;
  background-image: url(../images/shinran/kv.jpg);
}
@media screen and (max-width: 720px) {
  .shinran .c-kv {
    height: 300px;
    background-image: url(../images/shinran/kv_sp.jpg);
  }
}
.shinran .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-shinran
----------------------------------------------------*/
.p-shinran_sec01 .l-sec_txt {
  min-height: 500px;
  padding: 0;
}
@media screen and (max-width: 1400px) {
  .p-shinran_sec01 .l-sec_txt {
    min-height: calc((100vw - 700px) * 0.7142857143);
  }
}
@media screen and (max-width: 1200px) {
  .p-shinran_sec01 .l-sec_txt {
    min-height: 357.1428571429px;
  }
}
@media screen and (max-width: 720px) {
  .p-shinran_sec01 .l-sec_txt {
    min-height: initial;
  }
}
@media screen and (max-width: 720px) {
  .p-shinran_sec02 {
    margin-top: 80px;
  }
  .p-shinran_sec02::before {
    height: calc(100% - 28px) !important;
  }
  .p-shinran_sec02::after {
    top: -60px !important;
    left: -90px !important;
    width: 300px !important;
    height: 200px !important;
  }
}
@media screen and (max-width: 720px) {
  .p-shinran_sec03 {
    margin-top: 80px;
  }
  .p-shinran_sec03::before {
    height: calc(100% - 28px) !important;
  }
  .p-shinran_sec03::after {
    top: -40px !important;
    width: 300px !important;
    height: 140px !important;
  }
}
.p-shinran_timeline {
  margin: 80px 0 0;
  padding: 50px 50px 30px;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .p-shinran_timeline {
    margin: 30px 20px 0;
    padding: 0;
  }
}
.p-shinran_timeline table {
  width: 100%;
  border-collapse: collapse;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-shinran_timeline table {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}
.p-shinran_timeline table th, .p-shinran_timeline table td {
  padding: 20px;
  text-align: left;
}
@media screen and (max-width: 720px) {
  .p-shinran_timeline table th, .p-shinran_timeline table td {
    padding: 20px 10px;
  }
}
.p-shinran_timeline table th {
  background: #EEF5FD;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}
.p-shinran_timeline table th:first-of-type {
  border-right: 1px solid #fff;
}
.p-shinran_timeline table td {
  border-bottom: 1px solid #EEF5FD;
}
.p-shinran_timeline table tr td:first-child {
  position: relative;
  padding-left: 40px;
  white-space: nowrap;
}
.p-shinran_timeline table tr td:first-child::before {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  width: 1px;
  height: 100%;
  background: #003879;
}
.p-shinran_timeline table tr td:first-child::after {
  content: "";
  position: absolute;
  top: 24px;
  left: 12px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #003879;
}
.p-shinran_timeline table tbody tr:first-of-type td:first-child::before {
  top: 24px;
  height: calc(100% - 24px);
}
.p-shinran_timeline table tbody tr:last-of-type td:first-child::before {
  height: 24px;
}
.p-shinran_timeline table tr td:nth-of-type(2) {
  white-space: nowrap;
}
.p-shinran_timeline table tr:last-of-type td {
  border-bottom: none;
}
@media screen and (max-width: 720px) {
  .p-shinran_timeline table tbody tr td:nth-of-type(1) {
    padding-right: 0;
  }
  .p-shinran_timeline table tbody tr td:nth-of-type(1),
  .p-shinran_timeline table tbody tr td:nth-of-type(2) {
    line-height: 1;
    writing-mode: vertical-rl;
  }
  .p-shinran_timeline table tbody tr td:nth-of-type(1) .up,
  .p-shinran_timeline table tbody tr td:nth-of-type(2) .up {
    text-orientation: upright;
  }
  .p-shinran_timeline table tbody tr td:nth-of-type(1) .combi,
  .p-shinran_timeline table tbody tr td:nth-of-type(2) .combi {
    text-combine-upright: all;
    text-orientation: upright;
  }
  .p-shinran_timeline table tbody tr td:nth-of-type(3) {
    padding: 20px;
  }
}
.p-shinran_timeline_inner {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 720px) {
  .p-shinran_timeline_inner {
    flex-direction: column;
    gap: 10px;
  }
}
.p-shinran_timeline_inner p {
  flex-grow: 1;
}
.p-shinran_timeline_img {
  flex-shrink: 0;
  flex-grow: 0;
  position: relative;
  width: 300px;
  cursor: pointer;
}
@media screen and (max-width: 1080px) {
  .p-shinran_timeline_img {
    width: 40%;
  }
}
@media screen and (max-width: 720px) {
  .p-shinran_timeline_img {
    width: 100%;
  }
}
.p-shinran_timeline_img::before {
  content: "";
  position: absolute;
  right: 10px;
  top: 10px;
  width: 40px;
  height: 40px;
  background: url(../images/access/plus.svg) no-repeat center;
  background-size: contain;
  pointer-events: none;
}
.p-shinran_timeline_img::after {
  content: attr(data-caption);
  display: block;
  margin: 10px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: right;
  color: #8B8B8B;
}
@media screen and (max-width: 720px) {
  .p-shinran_timeline_img::after {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-shinran_read {
  max-width: 830px;
  margin: 50px auto 0;
}
@media screen and (max-width: 720px) {
  .p-shinran_read {
    margin: 30px 20px 0;
  }
}
.p-shinran_read_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-shinran_read_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-shinran_read_title {
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #003879;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-shinran_read_title {
    font-size: 22px;
    font-size: 2.2rem;
    text-align: left;
  }
}
.p-shinran_read_txt {
  margin: 30px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-shinran_read_txt {
    margin-top: 20px;
  }
}
.p-shinran_read_quote {
  margin: 20px 0 -10px;
  padding: 20px 30px;
  border: 1px solid #003879;
  background: #EEF5FD;
}
@media screen and (max-width: 720px) {
  .p-shinran_read_quote {
    margin-bottom: 20px;
  }
}
.p-shinran_read_quote p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-shinran_read_quote cite {
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  font-style: normal;
  text-align: right;
}
.p-shinran_fig {
  margin: 50px 0 0;
}
@media screen and (max-width: 720px) {
  .p-shinran_fig {
    margin: 30px 20px 0;
  }
}
.p-shinran_sig {
  margin: 50px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
  text-align: right;
}
@media screen and (max-width: 720px) {
  .p-shinran_sig {
    margin-top: 20px;
    text-align: left;
  }
}
.p-shinran_column {
  margin: 50px 0 0;
  padding: 50px;
  background: #EEF5FD;
}
@media screen and (max-width: 720px) {
  .p-shinran_column {
    margin: 40px 20px 0;
    padding: 20px;
  }
}
.p-shinran_column_title {
  margin: 0 0 30px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-shinran_column_title {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-shinran_column_title {
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #003879;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-shinran_column_title {
    margin-bottom: 20px;
    text-align: left;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.p-shinran_column_subtitle {
  margin: 0 0 10px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .p-shinran_column_subtitle {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-shinran_column_subtitle {
  line-height: 1.5;
  letter-spacing: 0.02em;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .p-shinran_column_subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.p-shinran_column p {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
.p-shinran_column_inner {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  margin: 30px 0 0;
}
@media screen and (max-width: 720px) {
  .p-shinran_column_inner {
    flex-direction: column;
    gap: 20px;
  }
}
.p-shinran_column_inner.--reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 720px) {
  .p-shinran_column_inner.--reverse {
    flex-direction: column;
  }
}
.p-shinran_column_img {
  flex-shrink: 0;
  flex-grow: 0;
  width: 200px;
}
@media screen and (max-width: 720px) {
  .p-shinran_column_img {
    width: 100%;
  }
}

/* c-kv
----------------------------------------------------*/
.support .c-kv {
  height: 400px;
  background-image: url(../images/support/kv.jpg);
}
@media screen and (max-width: 720px) {
  .support .c-kv {
    height: 300px;
    background-image: url(../images/support/kv_sp.jpg);
  }
}
.support .c-kv_inner::before {
  height: 250px;
  opacity: 0.8;
}

/* p-support
----------------------------------------------------*/
.p-support_sec01 .c-contact {
  margin-top: 45px;
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .p-support_sec01 .c-contact {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 720px) {
  .p-support_sec01 .c-contact {
    margin: 40px 20px;
  }
}
.p-support_sec01 .c-contact_inner {
  margin-top: 0;
}
.p-support_sec02 {
  counter-reset: support;
}
@media screen and (max-width: 720px) {
  .p-support_sec02 {
    margin-top: 80px;
  }
  .p-support_sec02::before {
    height: calc(100% - 28px) !important;
  }
}
.p-support_sec02 .l-sec_subtitle {
  counter-increment: support;
}
.p-support_sec02 .l-sec_subtitle::before {
  content: "サポート" counter(support, decimal-leading-zero);
  display: block;
  width: fit-content;
  margin-bottom: 10px;
  padding: 5px 15px;
  background: #003879;
  color: #fff;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 26px;
  font-size: 2.6rem;
}
@media screen and (max-width: 720px) {
  .p-support_sec02 .l-sec_subtitle::before {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-support_sec02 .l-sec_subtitle::before {
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.p-support_sec02 .l-sec_inner + .l-sec_inner {
  margin-top: 80px;
}
.p-support_sec02_03 .l-sec_txt {
  min-height: 411px;
}
@media screen and (max-width: 1400px) {
  .p-support_sec02_03 .l-sec_txt {
    min-height: calc((100vw - 700px) / 700 * 411);
  }
}
@media screen and (max-width: 1200px) {
  .p-support_sec02_03 .l-sec_txt {
    min-height: 293.5714285714px;
  }
}
@media screen and (max-width: 1080px) {
  .p-support_sec02_03 .l-sec_txt {
    min-height: 28.1828571429%;
  }
}
.p-support_sec02_02::after, .p-support_sec02_04::after {
  display: none;
}
@media screen and (max-width: 720px) {
  .p-support_sec02_03::after, .p-support_sec02_05::after {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .p-support_sec03 {
    margin-top: 80px;
  }
  .p-support_sec03::before {
    height: calc(100% - 28px) !important;
  }
}
.p-support_sec03 .l-sec_title {
  position: relative;
  top: -32px;
  margin-bottom: -32px;
}
@media screen and (max-width: 720px) {
  .p-support_sec03 .l-sec_title {
    top: -26px;
    margin-bottom: -26px;
  }
}
.p-support_sec03 .c-contact {
  margin-top: 50px;
  margin-bottom: 0;
}
@media screen and (max-width: 1080px) {
  .p-support_sec03 .c-contact {
    margin-left: 0;
    margin-right: 0;
  }
}
@media screen and (max-width: 720px) {
  .p-support_sec03 .c-contact {
    margin: 40px 20px;
  }
}
.p-support_note {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 0 15px;
  margin: 40px 0 0;
  padding: 10px 20px 20px;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: 400;
  line-height: 1.8;
  color: #003879;
}
@media screen and (max-width: 720px) {
  .p-support_note {
    margin: 20px 0 0;
  }
}
.p-support_note::after {
  content: "等";
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.p-support_note li {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 10px 0 0;
}
.p-support_note li:nth-of-type(2n+1) {
  width: calc(65% - 7.5px);
}
@media screen and (max-width: 1080px) {
  .p-support_note li:nth-of-type(2n+1) {
    width: 100%;
  }
}
.p-support_note li:nth-of-type(2n) {
  width: calc(35% - 7.5px);
}
@media screen and (max-width: 1080px) {
  .p-support_note li:nth-of-type(2n) {
    width: 100%;
  }
}
.p-support_note li::before {
  content: "";
  flex-shrink: 0;
  flex-grow: 0;
  width: 26px;
  height: 26px;
  background: url(../images/daikou/chk.svg) no-repeat center center;
  background-size: contain;
}
.p-support_note + p {
  margin-top: 1.8em;
}
.p-support_target {
  max-width: 830px;
  margin: 50px auto 0;
  padding: 50px 100px;
  background: #EEF5FD;
}
@media screen and (max-width: 720px) {
  .p-support_target {
    margin: 40px 20px 0;
    padding: 30px 20px;
  }
}
.p-support_target_title {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
  color: #003879;
  text-align: center;
}
.p-support_target .p-support_note {
  margin-top: 20px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 720px) {
  .p-support_target .p-support_note {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-support_target .p-support_note::after {
  display: none;
}
.p-support_target .p-support_note li {
  width: 100%;
}
.p-support_target .p-support_note li::before {
  margin-top: 3px;
}
.p-support_chu {
  margin: 40px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  letter-spacing: 0.06em;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-support_chu {
    margin: -20px 20px 0;
    text-align: left;
  }
}

/* c-contact --col3（仏事サポートセンター 3列相談ボックス・Figma準拠）
----------------------------------------------------*/
.c-contact.--col3 {
  max-width: 1000px;
  padding: 0 0 50px;
  border-top: none;
}
@media screen and (max-width: 720px) {
  .c-contact.--col3 {
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 1080px) {
  .c-contact.--col3 {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .c-contact.--col3 {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.c-contact.--col3 .c-contact_divider {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 720px) {
  .c-contact.--col3 .c-contact_divider {
    margin-bottom: 30px;
  }
}
.c-contact.--col3 .c-contact_divider::before, .c-contact.--col3 .c-contact_divider::after {
  content: "";
  flex: 1;
  height: 2px;
  background: #003879;
}
.c-contact.--col3 .c-contact_divider img {
  flex-shrink: 0;
  width: 44px;
  height: auto;
  margin: 0 24px;
}
@media screen and (max-width: 720px) {
  .c-contact.--col3 .c-contact_divider img {
    width: 38px;
    margin: 0 16px;
  }
}
.c-contact.--col3 .c-contact_inner {
  flex-wrap: nowrap;
  gap: 20px;
}
@media screen and (max-width: 1080px) {
  .c-contact.--col3 .c-contact_inner {
    flex-direction: column;
    flex-wrap: wrap;
    gap: 15px;
  }
}
.c-contact.--col3 .c-contact_item {
  width: calc(33.33% - 13.34px);
  display: flex;
  flex-direction: column;
  padding: 24px 20px;
  background: #fff;
  color: #003879;
  border: 2px solid #003879;
}
@media screen and (max-width: 1080px) {
  .c-contact.--col3 .c-contact_item {
    width: 100%;
  }
}
.c-contact.--col3 .c-contact_item .c-contact_method {
  border-color: #003879;
  font-size: 20px;
  font-size: 2rem;
}
@media screen and (max-width: 720px) {
  .c-contact.--col3 .c-contact_item .c-contact_method {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.c-contact.--col3 .c-contact_item .c-contact_tel {
  margin-top: 12px;
  font-size: 32px;
  font-size: 3.2rem;
  white-space: nowrap;
}
@media screen and (max-width: 1080px) {
  .c-contact.--col3 .c-contact_item .c-contact_tel {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
.c-contact.--col3 .c-contact_item .c-contact_tel::before {
  content: "";
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 10px;
  vertical-align: -3px;
  mask: url(../images/common/tel.svg) no-repeat center;
  mask-size: contain;
  background: #003879;
}
@media screen and (max-width: 720px) {
  .c-contact.--col3 .c-contact_item .c-contact_tel::before {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }
}
.c-contact.--col3 .c-contact_item .c-contact_tel img {
  display: none;
}
.c-contact.--col3 .c-contact_item .c-contact_time {
  margin-top: auto;
  padding-top: 12px;
}
.c-contact.--col3 .c-contact_item .c-contact_time span {
  background: #003879;
  color: #fff;
}
.c-contact.--col3 .c-contact_item:nth-of-type(2) {
  background: #003879;
  color: #fff;
}
.c-contact.--col3 .c-contact_item:nth-of-type(2) .c-contact_method {
  border-color: #fff;
}
.c-contact.--col3 .c-contact_item:nth-of-type(2) .c-contact_time span {
  background: #fff;
  color: #003879;
}
.c-contact.--col3 .c-contact_item:nth-of-type(2) .c-contact_tel::before {
  background: #fff;
}
.c-contact.--col3 .c-contact_item:nth-of-type(3) .c-contact_time {
  margin-top: 24px;
  padding-top: 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 24px;
  font-size: 2.4rem;
}
@media screen and (max-width: 720px) {
  .c-contact.--col3 .c-contact_item:nth-of-type(3) .c-contact_time {
    margin-top: 16px;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.c-contact.--col3 .c-contact_desc {
  margin: 10px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 720px) {
  .c-contact.--col3 .c-contact_desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-contact.--col3 .c-contact_mailbtn {
  margin: 30px 0 0;
  text-align: center;
}

/* c-kv
----------------------------------------------------*/
.temple .c-kv {
  background-image: url(../images/temple/kv.jpg);
}
@media screen and (max-width: 720px) {
  .temple .c-kv {
    background-image: url(../images/temple/kv_sp.jpg);
  }
}

/* p-temple
----------------------------------------------------*/
.p-temple_subnav {
  margin: 100px 0 120px;
}
@media screen and (max-width: 720px) {
  .p-temple_subnav {
    margin: 50px 0;
  }
}

/* p-top
----------------------------------------------------*/
.p-top_visual {
  position: relative;
  height: 100vh;
  margin: 0 0 0 80px;
}
@media screen and (max-width: 720px) {
  .p-top_visual {
    height: 600px;
    margin-left: 30px;
  }
}
.p-top_visual .splide img,
.p-top_visual .splide video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top_visual::before {
  content: "";
  position: absolute;
  left: -46px;
  bottom: 50px;
  height: 70px;
  border-left: 1px solid #003879;
}
@media screen and (max-width: 720px) {
  .p-top_visual::before {
    left: -16px;
  }
}
.p-top_visual::after {
  content: "scroll";
  position: absolute;
  left: -105px;
  bottom: 0;
  width: 52px;
  height: 20px;
  padding: 0 5px 0 0;
  line-height: 20px;
  color: #003879;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "Roboto", sans-serif;
  text-align: right;
  transform: rotate(90deg);
  transform-origin: right bottom;
}
@media screen and (max-width: 720px) {
  .p-top_visual::after {
    left: -76px;
  }
}
.p-top_visual .splide::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 440px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 100%);
}
.p-top_visual .splide__pagination {
  right: auto;
  bottom: auto;
  top: 50%;
  left: -43px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 3px;
  padding: 0;
  transform: translateY(-50%);
}
@media screen and (max-width: 720px) {
  .p-top_visual .splide__pagination {
    left: -16px;
  }
}
.p-top_visual .splide__pagination__page {
  height: 30px;
  width: 3px;
  margin: 0;
  border-radius: 0;
  background: #003879;
  opacity: 0.3;
  transition: 0.4s ease;
}
.p-top_visual .splide__pagination__page.is-active {
  background: #003879;
  transform: none;
  opacity: 1;
}
.p-top_visual .splide__pagination__page:hover {
  opacity: 0.6;
}
.p-top_visual .splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.p-top_visual .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.p-top_visual_txt {
  position: absolute;
  left: 75px;
  bottom: 150px;
  color: #fff;
}
@media screen and (max-width: 1400px) {
  .p-top_visual_txt {
    bottom: 180px;
  }
}
@media screen and (max-width: 720px) {
  .p-top_visual_txt {
    left: 35px;
    bottom: 110px;
    width: calc(100% - 85px);
  }
}
.p-top_visual_txt_title {
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 60px;
  font-size: 6rem;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-top_visual_txt_title {
    font-size: 40px;
    font-size: 4rem;
    line-height: 1.4;
  }
}
.p-top_visual_txt_lead {
  margin: 30px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.06em;
  line-height: 1.8;
}
@media screen and (max-width: 720px) {
  .p-top_visual_txt_lead {
    margin-top: 5px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-top_visual_support {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 40px 0 0 40px;
  background: #fff;
}
@media screen and (max-width: 720px) {
  .p-top_visual_support {
    padding: 10px 0 0 10px;
  }
}
.p-top_visual_support img {
  width: 407px;
  height: auto;
}
@media screen and (max-width: 720px) {
  .p-top_visual_support img {
    width: 280px;
  }
}
.p-top_news {
  position: relative;
  max-width: 1000px;
  margin: 130px auto 0;
}
@media screen and (max-width: 1080px) {
  .p-top_news {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-top_news {
    margin: 50px 0 0;
  }
  .p-top_news_slide {
    margin: -20px 0 0;
  }
  .p-top_news_track {
    padding: 20px 0;
  }
  .p-top_news .splide__arrow {
    width: 60px;
    height: 60px;
    border: 1px solid #003879;
    border-radius: 30px;
    background: transparent;
  }
  .p-top_news .splide__arrow::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 20px;
    height: 20px;
    margin: -10px 0 0 -10px;
    background: url(../images/common/nav_arrow.svg) no-repeat;
    background-size: contain;
  }
  .p-top_news .splide__arrow--prev {
    left: 12px;
  }
  .p-top_news .splide__arrow--prev::before {
    transform: scaleX(-1);
  }
  .p-top_news .splide__arrow--next {
    right: 12px;
  }
  .p-top_news .splide__arrow svg {
    display: none;
  }
}
.p-top_news::before {
  content: "";
  position: absolute;
  left: -20vw;
  top: -383px;
  z-index: -1;
  width: 1141px;
  height: 451px;
  background: url(../images/top/bg01.svg) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  .p-top_news::before {
    width: 387px;
    height: 155px;
    left: -67px;
    top: -74px;
  }
}
.p-top_news::after {
  content: "";
  position: absolute;
  right: -20vw;
  bottom: -130px;
  z-index: -1;
  width: 1141px;
  height: 451px;
  background: url(../images/top/bg01.svg) no-repeat;
  background-size: contain;
  transform: scaleX(-1);
}
@media screen and (max-width: 720px) {
  .p-top_news::after {
    width: 532px;
    height: 211px;
    right: auto;
    left: 32px;
    bottom: -47px;
  }
}
.p-top_news_title {
  position: absolute;
  left: -80px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .p-top_news_title {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 0 30px;
  }
}
@media screen and (max-width: 720px) {
  .p-top_news_title {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.p-top_news_title .c-title_ja {
  writing-mode: vertical-rl;
  line-height: 40px;
}
@media screen and (max-width: 1200px) {
  .p-top_news_title .c-title_ja {
    writing-mode: horizontal-tb;
  }
}
.p-top_news_list {
  display: flex !important;
  flex-wrap: wrap;
  gap: 30px 27px;
}
.p-top_news_slide.is-active .p-top_news_list {
  flex-wrap: nowrap;
  gap: 0;
}
.p-top_news_item {
  width: calc(33.33% - 18px);
}
.p-top_news_item a {
  display: block;
}
.p-top_news_item_img {
  width: 100%;
  height: 210px;
  box-shadow: 0px 8px 15px rgba(0, 56, 121, 0.15);
  border-radius: 8px;
  overflow: hidden;
}
.p-top_news_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top_news_item_cats {
  margin: 20px 0 0;
}
.p-top_news_item_title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 72px;
  margin: 10px 0 0;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 720px) {
  .p-top_news_item_title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: auto;
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.p-top_news_item_date {
  display: block;
  margin: 10px 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  color: #8B8B8B;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 720px) {
  .p-top_news_item_date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-top_news_slide.is-active .p-top_news_item a {
  height: 100%;
  padding: 30px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.0784313725);
}
.p-top_news_slide.is-active .p-top_news_item_img {
  aspect-ratio: 220/147;
  object-fit: cover;
  height: auto;
  box-shadow: none;
  border-radius: 4px;
}
.p-top_news_list.--noimg {
  display: block !important;
  max-height: 370px;
  overflow-y: scroll;
  margin: 30px 0 0;
}
@media screen and (max-width: 720px) {
  .p-top_news_list.--noimg {
    max-height: 700px;
    margin: 20px 20px 0;
  }
}
.p-top_news_list.--noimg .p-top_news_item {
  max-width: initial;
  width: 100%;
  border-bottom: 1px solid #E2E2E2;
}
.p-top_news_list.--noimg .p-top_news_item:first-of-type {
  border-top: 1px solid #E2E2E2;
}
.p-top_news_list.--noimg .p-top_news_item a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px 0;
}
@media screen and (max-width: 720px) {
  .p-top_news_list.--noimg .p-top_news_item a {
    flex-wrap: wrap;
    padding: 20px 0 10px;
  }
}
.p-top_news_list.--noimg .p-top_news_item_date {
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 720px) {
  .p-top_news_list.--noimg .p-top_news_item_date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-top_news_list.--noimg .p-top_news_item_cats {
  width: 170px;
  margin: 0;
  padding: 5px;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-top_news_list.--noimg .p-top_news_item_cats {
    width: fit-content;
    padding: 5px 20px;
  }
}
.p-top_news_list.--noimg .p-top_news_item_title {
  height: auto;
  margin: 0 0 0 10px;
}
@media screen and (max-width: 720px) {
  .p-top_news_list.--noimg .p-top_news_item_title {
    margin: 0;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    color: #333;
  }
}
.p-top_news_btn {
  margin: 40px 0 0;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-top_news_btn {
    margin-top: 30px;
  }
}
.p-top_shortcut {
  position: relative;
  margin: 120px auto 0;
}
@media screen and (max-width: 1080px) {
  .p-top_shortcut {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-top_shortcut {
    margin: 50px 0 0;
  }
}
.p-top_shortcut::before {
  content: "";
  position: absolute;
  left: 0;
  top: -120px;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff);
}
@media screen and (max-width: 720px) {
  .p-top_shortcut::before {
    display: none;
  }
}
.p-top_shortcut_title {
  text-align: center;
}
.p-top_shortcut_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1000px;
  margin: 40px auto 0;
}
@media screen and (max-width: 720px) {
  .p-top_shortcut_list {
    margin: 27px 20px 0;
    gap: 15px;
  }
}
.p-top_shortcut_item {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
  width: calc(25% - 22.5px);
  min-height: 130px;
  padding: 0 30px;
  border: 1px solid #003879;
}
@media screen and (max-width: 720px) {
  .p-top_shortcut_item {
    width: calc(50% - 7.5px);
    min-height: 100px;
    padding: 0;
  }
}
.p-top_shortcut_item.--large {
  width: calc(33.33% - 20px);
}
@media screen and (max-width: 720px) {
  .p-top_shortcut_item.--large {
    width: 100%;
  }
}
.p-top_shortcut_item_txt {
  font-family: "Zen Old Mincho", serif;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.06em;
  color: #333;
  text-align: center;
}
.p-top_standing {
  position: relative;
  margin: 120px 0 0;
  padding: 140px 50px 40px;
  background: url(../images/top/standing.jpg) no-repeat center center;
  background-size: cover;
  color: #fff;
  text-align: center;
}
@media screen and (max-width: 720px) {
  .p-top_standing {
    margin: 50px 0 0;
    padding: 40px 30px;
    background-image: url(../images/top/standing_sp.jpg);
  }
}
.p-top_standing::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 90%;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 80.17%);
  mix-blend-mode: multiply;
}
@media screen and (max-width: 720px) {
  .p-top_standing::before {
    background: linear-gradient(180deg, rgba(25, 76, 134, 0) 0%, rgba(25, 76, 134, 0.5) 80.17%);
  }
}
.p-top_standing_title {
  position: relative;
  z-index: 2;
  color: #fff;
  text-align: center;
}
.p-top_standing_title .c-title_ja {
  font-size: 26px;
  font-size: 2.6rem;
  text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000, 0px 0px 20px #000000;
}
@media screen and (max-width: 720px) {
  .p-top_standing_title .c-title_ja {
    line-height: 1.5;
  }
}
.p-top_standing_title .c-title_en {
  font-size: 14px;
  font-size: 1.4rem;
}
@media screen and (max-width: 720px) {
  .p-top_standing_title .c-title_en {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.p-top_standing_title br {
  display: none;
}
@media screen and (max-width: 720px) {
  .p-top_standing_title br {
    display: block;
  }
}
.p-top_standing_txt {
  position: relative;
  z-index: 2;
  writing-mode: vertical-rl;
  display: inline-block;
  width: fit-content;
  margin: 120px auto 0;
  text-align: left;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 720px) {
  .p-top_standing_txt {
    writing-mode: horizontal-tb;
    margin: 47px 0 0;
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.6;
    letter-spacing: 0.06em;
  }
  .p-top_standing_txt br {
    display: none;
  }
}
.p-top_standing_txt p + p {
  margin-right: 30px;
}
@media screen and (max-width: 720px) {
  .p-top_standing_txt p + p {
    margin: 30px 0 0;
  }
}
.p-top_standing_btn {
  margin: 30px 0 0;
}
@media screen and (max-width: 720px) {
  .p-top_standing_btn {
    margin-top: 70px;
  }
}
.p-top_sec {
  position: relative;
  min-height: 600px;
  margin: 120px 0 0;
  padding: 0 0 80px;
}
@media screen and (max-width: 720px) {
  .p-top_sec {
    min-height: initial;
    margin-top: 50px;
    padding-bottom: 40px;
  }
}
.p-top_sec::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: calc(1000px + (100% - 1000px) / 2 + 50px);
  height: calc(100% - 58px);
  background: #F7FAFE;
}
@media screen and (max-width: 720px) {
  .p-top_sec::before {
    width: 100%;
    height: calc(100% - 120px);
  }
}
.p-top_sec::after {
  content: "";
  position: absolute;
  right: 0;
  top: -48px;
  width: 500px;
  height: 250px;
  background: url(../images/common/kumo01.svg) no-repeat right top;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  .p-top_sec::after {
    top: 75vw;
    width: 300px;
    height: 140px;
  }
}
.p-top_sec_inner {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .p-top_sec_inner {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-top_sec_inner {
    padding: 0;
  }
}
.p-top_sec_image {
  position: absolute;
  left: -200px;
  top: 0;
  z-index: 3;
  flex-shrink: 0;
  width: 700px;
}
@media screen and (max-width: 1400px) {
  .p-top_sec_image {
    left: calc(-100vw + 1200px);
    width: calc(100vw - 700px);
  }
}
@media screen and (max-width: 1200px) {
  .p-top_sec_image {
    left: 0;
    width: 500px;
  }
}
@media screen and (max-width: 720px) {
  .p-top_sec_image {
    position: static;
    width: calc(100% - 20px);
  }
}
.p-top_sec_image .splide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top_sec_image .splide__pagination {
  right: 0;
  bottom: -23px;
  display: flex;
  justify-content: flex-end;
  gap: 6px;
  padding: 0;
}
.p-top_sec_image .splide__pagination li {
  font-size: 1px;
}
.p-top_sec_image .splide__pagination__page {
  width: 30px;
  height: 3px;
  margin: 0;
  border-radius: 0;
  background: #003879;
  opacity: 0.3;
  transition: 0.4s ease;
  line-height: 1;
}
.p-top_sec_image .splide__pagination__page.is-active {
  background: #003879;
  transform: none;
  opacity: 1;
}
.p-top_sec_image .splide__pagination__page:hover {
  opacity: 0.6;
}
.p-top_sec_image .splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.p-top_sec_image .splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}
.p-top_sec_txt {
  position: relative;
  z-index: 2;
  flex-shrink: 0;
  width: 450px;
  margin: 0 0 0 auto;
  padding: 36px 0 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.8;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 1080px) {
  .p-top_sec_txt {
    width: calc(100% - 500px);
  }
}
@media screen and (max-width: 720px) {
  .p-top_sec_txt {
    width: auto;
    margin: 53px 20px 0;
    padding: 0;
  }
}
.p-top_sec_title_ja {
  display: block;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 720px) {
  .p-top_sec_title_ja {
    font-size: 30px;
    font-size: 3rem;
  }
}
.p-top_sec_title_ja {
  color: #003879;
  line-height: 1.5;
}
.p-top_sec_title_en {
  display: block;
  margin: 10px 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #003879;
  line-height: 1.2;
}
@media screen and (max-width: 720px) {
  .p-top_sec_title_en {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-top_sec_lead {
  margin: 40px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 720px) {
  .p-top_sec_lead {
    margin-top: 20px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-top_sec_nav {
  margin: 40px 0 0;
}
@media screen and (max-width: 720px) {
  .p-top_sec_nav {
    margin-top: 20px;
  }
}
.p-top_sec_nav_list {
  border-top: 1px solid #003879;
}
.p-top_sec_nav_item {
  border-bottom: 1px solid #003879;
}
.p-top_sec_nav_item a {
  position: relative;
  display: block;
  padding: 15px 20px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 500;
  font-size: 16px;
  font-size: 1.6rem;
  color: #001D47;
  line-height: 1.5;
}
.p-top_sec_nav_item a::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 10px;
  height: 10px;
  margin: -5px 0 0;
  border-radius: 5px;
  background: #003879;
}
.p-top_sec_nav_item a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 20px;
  margin: -10px 0 0;
  background: url(../images/common/nav_arrow.svg) no-repeat;
}
.p-top_sec_btn {
  margin: 40px 0 0;
  padding: 0 20px 0 0;
  text-align: right;
}
@media screen and (max-width: 720px) {
  .p-top_sec_btn {
    margin-top: 20px;
  }
}
.p-top_sec.--reverse::before {
  right: auto;
  left: 0;
}
.p-top_sec.--reverse::after {
  right: auto;
  left: 0;
  top: -100px;
  width: 374px;
  height: 225px;
  background: url(../images/common/kumo02.svg) no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 720px) {
  .p-top_sec.--reverse::after {
    top: 65vw;
    left: -50px;
    width: 300px;
    height: 200px;
  }
}
.p-top_sec.--reverse .p-top_sec_image {
  left: auto;
  right: -200px;
}
@media screen and (max-width: 1400px) {
  .p-top_sec.--reverse .p-top_sec_image {
    right: calc(-100vw + 1200px);
  }
}
@media screen and (max-width: 1200px) {
  .p-top_sec.--reverse .p-top_sec_image {
    right: 0;
    width: 500px;
  }
}
@media screen and (max-width: 720px) {
  .p-top_sec.--reverse .p-top_sec_image {
    width: calc(100% - 20px);
    margin: 0 0 0 20px;
  }
}
.p-top_sec.--reverse .p-top_sec_image .splide__pagination {
  right: auto;
  left: 0;
  justify-content: flex-start;
}
.p-top_sec.--reverse .p-top_sec_txt {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 720px) {
  .p-top_sec.--reverse .p-top_sec_txt {
    margin: 53px 20px 0;
  }
}
.p-top_column {
  margin: 120px 0 0;
  padding: 120px 0;
  background: url(../images/top/column.png) repeat center top;
}
@media screen and (max-width: 720px) {
  .p-top_column {
    margin: 0;
    padding: 60px 20px;
  }
}
.p-top_column_inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .p-top_column_inner {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-top_column_inner {
    padding: 0;
  }
}
.p-top_column_title {
  position: absolute;
  left: -80px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .p-top_column_title {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 0 30px;
  }
}
.p-top_column_title .c-title_ja {
  writing-mode: vertical-rl;
  line-height: 40px;
}
@media screen and (max-width: 1200px) {
  .p-top_column_title .c-title_ja {
    writing-mode: horizontal-tb;
  }
}
.p-top_column_content {
  min-width: 0;
}
.p-top_column_lead {
  margin: 0 0 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (max-width: 720px) {
  .p-top_column_lead {
    margin: 20px 0 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.p-top_column_list {
  margin: 32px 0 0;
  border-top: 1px solid #E2E2E2;
}
.p-top_column_item {
  border-bottom: 1px solid #E2E2E2;
}
.p-top_column_item a {
  display: flex;
  align-items: flex-start;
  gap: 30px;
  padding: 30px 0;
}
@media screen and (max-width: 720px) {
  .p-top_column_item a {
    gap: 20px;
    padding: 20px 0;
  }
}
.p-top_column_item_img {
  flex-shrink: 0;
  width: 150px;
  aspect-ratio: 3/2;
  overflow: hidden;
}
@media screen and (max-width: 720px) {
  .p-top_column_item_img {
    width: 100px;
  }
}
.p-top_column_item_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-top_column_item_title {
  margin: 10px 0 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333;
  line-height: 1.8;
}
.p-top_column_item_date {
  display: block;
  margin: 10px 0 0;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  color: #8B8B8B;
}
@media screen and (max-width: 720px) {
  .p-top_column_item_date {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.p-top_column_more {
  margin: 40px 0 0;
  text-align: right;
}
@media screen and (max-width: 720px) {
  .p-top_column_more {
    margin-top: 30px;
    text-align: center;
  }
}
.p-top_column_more .c-btn {
  margin: 0;
}
.p-top_column_banner {
  display: flex;
  gap: 40px;
  margin: 30px 0 0;
}
@media screen and (max-width: 720px) {
  .p-top_column_banner {
    flex-direction: column;
    gap: 15px;
    margin-top: 20px;
  }
}
.p-top_column_banner_item {
  display: block;
  width: calc(50% - 20px);
}
@media screen and (max-width: 720px) {
  .p-top_column_banner_item {
    width: 100%;
  }
}
.p-top_column_banner_item img {
  display: block;
  width: 100%;
  height: auto;
}
.p-top_links {
  margin: 48px 0 0;
}
@media screen and (max-width: 720px) {
  .p-top_links {
    margin-top: 60px;
  }
}
.p-top_links_inner {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 1080px) {
  .p-top_links_inner {
    margin-left: 40px;
    margin-right: 40px;
  }
}
@media screen and (max-width: 720px) {
  .p-top_links_inner {
    margin: 0 20px;
  }
}
.p-top_links_title {
  position: absolute;
  left: -80px;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .p-top_links_title {
    position: static;
    flex-direction: row;
    justify-content: flex-start;
    gap: 20px;
    margin: 0 0 30px;
  }
}
.p-top_links_title .c-title_ja {
  writing-mode: vertical-rl;
  line-height: 40px;
}
@media screen and (max-width: 1200px) {
  .p-top_links_title .c-title_ja {
    writing-mode: horizontal-tb;
  }
}
.p-top_links_list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
@media screen and (max-width: 720px) {
  .p-top_links_list {
    margin: 30px 0 0;
  }
}
.p-top_links_item {
  display: block;
  width: calc(33.33% - 13.34px);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-size: 14px;
  font-size: 1.4rem;
  color: #333;
  line-height: 1.5;
}
@media screen and (max-width: 1080px) {
  .p-top_links_item {
    width: calc(50% - 10px);
  }
}
@media screen and (max-width: 720px) {
  .p-top_links_item {
    width: 100%;
  }
  .p-top_links_item img {
    width: 100%;
  }
}
.p-top_links_item span {
  display: block;
  margin: 20px 0 0;
  letter-spacing: 0.06em;
}

/*# sourceMappingURL=style.css.map */

/* SP: 本文内iframe(Googleマップ等)のはみ出し防止 20260831 */
.c-content iframe { max-width: 100%; }
