@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital,wght@0,400..800;1,400..800&family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200");
:root {
  --hl: 8rem;
  --hm: 4rem;
  --hs: 2rem;
}

table {
  border-collapse: collapse;
}

picture {
  display: block;
}
picture.objectfit {
  overflow: hidden;
}
picture.objectfit img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-width: none;
}

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

sup {
  font-size: 50%;
}

.pc,
.tb,
.sp {
  display: none;
}

@media screen and (min-width: 1316.7894736842px) {
  .pc {
    display: inline-block;
  }
}
@media screen and (min-width: 961px) and (max-width: 1388.8888888889px) {
  .pc {
    display: inline-block;
  }
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .tb {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  .sp {
    display: inline-block;
  }
}
.large {
  font-size: 2.4rem;
}

.medium {
  font-size: 1.6rem;
}

.small {
  font-size: 1.2rem;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .center.spleft {
    text-align: left;
  }
}

.right {
  text-align: right;
}

.maincolor {
  color: #ff8000;
}

.subcolor2 {
  color: #770495;
}

.redtext {
  color: #c4004b;
}

.letterspacing {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .letterspacing {
    letter-spacing: 0;
  }
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.flex.itemcenter {
  align-items: center;
}
.flex.left {
  justify-content: left;
  align-items: center;
}
.flex.left > *:not(:last-child) {
  margin-right: 1em;
}
.flex.c2 > * {
  width: 48%;
  margin-bottom: 1rem;
}
@media screen and (max-width: 768px) {
  .flex.c2.onecolumn > * {
    width: 100%;
  }
  .flex.c2.onecolumn > *:last-child {
    margin-bottom: 0;
  }
}
.flex.c3 > * {
  width: 30%;
  margin-bottom: 1rem;
}
.flex.c4 > * {
  width: 22%;
  margin-bottom: 1rem;
}

.grid {
  display: grid;
  gap: 2rem;
}
.grid.g2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.g3 {
  grid-template-columns: repeat(3, 1fr);
}

.initboxover {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.initbox {
  width: 95%;
  max-width: 1250px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .initbox {
    width: 90%;
  }
  .initbox .initbox2 {
    width: 100%;
  }
}

.initbox2 {
  width: 80%;
  max-width: 960px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .initbox2 {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .nontable table,
  .nontable tbody,
  .nontable tr,
  .nontable th,
  .nontable td {
    display: block;
    width: 100%;
    padding: 0;
  }
  .nontable thead {
    display: none;
  }
  .nontable th:has([data-title]):before,
  .nontable td:has([data-title]):before {
    content: attr(data-title) "";
    display: block;
    font-size: 75%;
    opacity: 0.7;
  }
}

.maxW {
  width: 100%;
}

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

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

.mt05 {
  margin-top: 0.5em;
}

.mt1 {
  margin-top: 1em;
}

.mt2 {
  margin-top: 2em;
}

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

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

.mb05 {
  margin-bottom: 0.5em;
}

.mb1 {
  margin-bottom: 1em;
}

.mb2 {
  margin-bottom: 2em;
}

.pbL {
  padding-bottom: var(--hl);
}
@media screen and (max-width: 768px) {
  .pbL {
    padding-bottom: calc(0.6666666667 * var(--hl));
  }
}

.mbL {
  margin-bottom: var(--hl);
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbL {
    margin-bottom: var(--hl);
  }
}
@media screen and (max-width: 768px) {
  .mbL {
    margin-bottom: calc(0.6666666667 * var(--hl));
  }
}

.mbM {
  margin-bottom: var(--hm);
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbM {
    margin-bottom: var(--hm);
  }
}
@media screen and (max-width: 768px) {
  .mbM {
    margin-bottom: calc(0.6666666667 * var(--hm));
  }
}

.mbS {
  margin-bottom: var(--hs);
}
@media only screen and (min-width: 769px) and (max-width: 960px) {
  .mbS {
    margin-bottom: var(--hs);
  }
}
@media screen and (max-width: 768px) {
  .mbS {
    margin-bottom: calc(var(--hs) / 2);
  }
}

.pagination {
  text-align: center;
}
.pagination .nav-links {
  display: inline-block;
  margin: 0 auto;
}
.pagination .nav-links .page-numbers {
  display: flex;
  justify-content: center;
}
.pagination .nav-links .page-numbers li {
  list-style: none;
  margin: 0 0.5em;
}
.pagination .nav-links .page-numbers li a, .pagination .nav-links .page-numbers li:not(:has(a)) span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  border-radius: 50%;
}
.pagination .nav-links .page-numbers li a {
  transition: 0.5s;
  text-decoration: none;
  color: #231815;
  background: #f0f0f0;
}
.pagination .nav-links .page-numbers li a:hover {
  background: #231815;
  color: white;
}
.pagination .nav-links .page-numbers li:not(:has(a)) span.current {
  color: #FFF;
  background: #ff8000;
}
.ggmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
@media screen and (max-width: 768px) {
  .ggmap {
    padding-top: 75%;
  }
}
.ggmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.require {
  background: yellow;
  color: #231815;
  font-size: 1.2rem;
  padding: 0.2rem 0.5em;
  border-radius: 3px;
  border: 1px solid rgba(0, 52, 118, 0.3);
  vertical-align: text-top;
}

.wpcf7 .wp-block-table table {
  background: white;
}
.wpcf7 .wp-block-table table:not(:first-child) {
  margin-top: var(--hm);
}
.wpcf7 .wp-block-table table tbody tr {
  font-size: 1.6rem;
}
.wpcf7 .wp-block-table table tbody tr:nth-child(even) {
  background: rgba(240, 240, 240, 0.3);
}
.wpcf7 .wp-block-table table tbody tr th {
  background: #003476;
  color: white;
  width: 25%;
  font-weight: 400;
  position: relative;
}
.wpcf7 .wp-block-table table tbody tr th .require {
  position: absolute;
  top: 2px;
  left: 2px;
}
.wpcf7 .wp-block-table table tbody tr td {
  padding: 1em;
}
.wpcf7 .wp-block-table table tbody tr td input,
.wpcf7 .wp-block-table table tbody tr td select,
.wpcf7 .wp-block-table table tbody tr td textarea {
  border: 1px solid rgba(35, 24, 21, 0.5);
  border-radius: 3px;
  padding: 0.75em 1em;
  background: white;
}
.wpcf7 .wp-block-table table tbody tr td input::-moz-placeholder, .wpcf7 .wp-block-table table tbody tr td select::-moz-placeholder, .wpcf7 .wp-block-table table tbody tr td textarea::-moz-placeholder {
  color: rgba(35, 24, 21, 0.3);
}
.wpcf7 .wp-block-table table tbody tr td input::placeholder,
.wpcf7 .wp-block-table table tbody tr td select::placeholder,
.wpcf7 .wp-block-table table tbody tr td textarea::placeholder {
  color: rgba(35, 24, 21, 0.3);
}
.wpcf7 .wp-block-table table tbody tr td input.wS,
.wpcf7 .wp-block-table table tbody tr td select.wS,
.wpcf7 .wp-block-table table tbody tr td textarea.wS {
  width: 10em;
}
.wpcf7 .wp-block-table table tbody tr td input.wM,
.wpcf7 .wp-block-table table tbody tr td select.wM,
.wpcf7 .wp-block-table table tbody tr td textarea.wM {
  width: 50%;
}
.wpcf7 .wp-block-table table tbody tr td input.wL,
.wpcf7 .wp-block-table table tbody tr td select.wL,
.wpcf7 .wp-block-table table tbody tr td textarea.wL {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wpcf7 .wp-block-table table tbody tr td input,
  .wpcf7 .wp-block-table table tbody tr td select,
  .wpcf7 .wp-block-table table tbody tr td textarea {
    width: 100%;
  }
  .wpcf7 .wp-block-table table tbody tr td input.wS, .wpcf7 .wp-block-table table tbody tr td input.wM,
  .wpcf7 .wp-block-table table tbody tr td select.wS,
  .wpcf7 .wp-block-table table tbody tr td select.wM,
  .wpcf7 .wp-block-table table tbody tr td textarea.wS,
  .wpcf7 .wp-block-table table tbody tr td textarea.wM {
    width: 100%;
  }
}
.wpcf7 .wp-block-table table tbody tr td p + p,
.wpcf7 .wp-block-table table tbody tr td p + .formcheck {
  margin-top: 0.5rem !important;
}
.wpcf7 .wp-block-table table tbody tr td .formcheck + p,
.wpcf7 .wp-block-table table tbody tr td .formcheck + .formcheck {
  margin-top: 0.5rem;
}
.wpcf7 .wp-block-table table.nontable tr th,
.wpcf7 .wp-block-table table.nontable tr td {
  border: none;
  padding: 0;
}
.wpcf7 .wp-block-table table.nontable tr:not(:first-child) th,
.wpcf7 .wp-block-table table.nontable tr:not(:first-child) td {
  padding-top: 0.5rem;
}
.wpcf7 .wp-block-table table.nontable tbody tr:nth-child(even) {
  background: none;
}
@media screen and (max-width: 768px) {
  .wpcf7 .wp-block-table table {
    display: block;
  }
  .wpcf7 .wp-block-table table tbody {
    display: block;
  }
  .wpcf7 .wp-block-table table tbody tr {
    display: block;
    width: 100%;
  }
  .wpcf7 .wp-block-table table tbody tr th,
  .wpcf7 .wp-block-table table tbody tr td {
    display: block;
    width: 100%;
  }
}
.wpcf7 .submitbox {
  padding: var(--hm) 0;
  display: flex;
  justify-content: center;
}
.wpcf7 .submitbox input {
  padding: 1em 2em;
  text-align: center;
  font-size: 1.8rem;
  background: #ff8000;
  color: white;
  border: none;
  margin: 0 0.5em;
  display: block;
  box-shadow: 0 0 8px rgba(35, 24, 21, 0.5);
  transition: 0.5s;
  cursor: pointer;
}
.wpcf7 .submitbox input:hover {
  box-shadow: none;
}
.wpcf7 .exitcautionbox {
  border: 1px solid rgba(35, 24, 21, 0.3);
  background: #f8f8f8;
  padding: 1em;
}

.wpcf7-response-output {
  position: fixed;
  background: #c4004b;
  color: white;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 999;
}

#cf7-confirm-modal .init {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  border: 1px solid rgba(35, 24, 21, 0.3);
  padding: var(--hm);
  padding-bottom: var(--hl);
  z-index: 10;
  width: 80%;
  max-width: 600px;
  max-height: 80vh;
  overflow-y: scroll;
}
#cf7-confirm-modal .init strong {
  display: block;
  font-size: 1.2rem;
  color: rgba(35, 24, 21, 0.5);
}
#cf7-confirm-modal .init .confirm {
  display: flex;
  justify-content: center;
  align-items: center;
}
#cf7-confirm-modal .init .confirm #confirm-ok,
#cf7-confirm-modal .init .confirm #confirm-cancel {
  font-size: 1.8rem;
  padding: 0.5em 2em;
  margin: 0 0.5em;
  cursor: pointer;
  transition: 0.5s;
  box-shadow: 0 0 8px rgba(35, 24, 21, 0.3);
  border: none;
}
#cf7-confirm-modal .init .confirm #confirm-ok:hover,
#cf7-confirm-modal .init .confirm #confirm-cancel:hover {
  box-shadow: none;
}
#cf7-confirm-modal .init .confirm #confirm-ok {
  background: #ff8000;
  color: white;
}
#cf7-confirm-modal .init .confirm #confirm-cancel {
  background: bgcolor(1);
}
@media screen and (max-width: 768px) {
  #cf7-confirm-modal .init {
    width: 95%;
    padding: 1em;
  }
  #cf7-confirm-modal .init .flex.c2 > * {
    width: 100%;
  }
  #cf7-confirm-modal .init .flex.c2 > * + * {
    margin-top: 0.5em;
  }
  #cf7-confirm-modal .init .confirm {
    flex-wrap: wrap;
  }
  #cf7-confirm-modal .init .confirm #confirm-ok,
  #cf7-confirm-modal .init .confirm #confirm-cancel {
    width: 100%;
    display: block;
    text-align: center;
  }
  #cf7-confirm-modal .init .confirm #confirm-ok {
    margin-bottom: 1em;
  }
}

@media screen and (max-width: 768px) {
  .spscroll {
    position: relative;
    width: 100%;
    overflow-x: scroll;
  }
  .spscroll::after {
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(0);
    animation: spscrollicon_after ease-in-out 2s infinite;
  }
  .spscroll::after {
    font-family: "Material Symbols Outlined";
    content: "\ebb9";
    vertical-align: middle;
    font-size: 150%;
    font-weight: 200;
    width: 5rem;
    height: 5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3rem;
    color: white;
    background: rgba(255, 128, 0, 0.8);
  }
  .spscroll.isactive::after {
    animation: spscrollicon 1s forwards;
  }
}
@keyframes spscrollicon_after {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translateX(-50%);
    opacity: 0;
  }
}
@keyframes spscrollicon {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.wp-block-list li {
  margin-left: 2em;
}
@media screen and (max-width: 768px) {
  .wp-block-list li {
    margin-left: 1.5em;
  }
}
.wp-block-list.cautionUl li, .wp-block-list.cautionul li {
  text-align: left;
  list-style: none;
  margin-left: 1em;
  text-indent: -1em;
}
.wp-block-list.toclist {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wp-block-list.toclist li {
  width: calc((100% - 6rem) / 4);
  list-style: none;
  margin-left: 0;
}
.wp-block-list.toclist li a {
  text-decoration: none;
  display: block;
  padding: 0.5em 0;
  text-align: center;
  border: 1px solid #003476;
}
.wp-block-list.toclist li a::after {
  font-family: "Material Symbols Outlined";
  content: "\e313";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  margin-left: 0.25em;
  line-height: 1;
}
.wp-block-list.toclist li a:hover {
  border-color: #ff8000;
}

.wp-block-group.unitbox > .wp-block-group__inner-container > .wp-block-group {
  padding: var(--hm) 0;
}
.wp-block-group.unitbox > .wp-block-group__inner-container > .wp-block-group:first-child {
  padding-top: 0;
}
.wp-block-group.unitbox > .wp-block-group__inner-container > .wp-block-group:nth-child(even) {
  position: relative;
}
.wp-block-group.unitbox > .wp-block-group__inner-container > .wp-block-group:nth-child(even) h5.linehead span {
  background: #f0f0f0;
}
.wp-block-group.unitbox > .wp-block-group__inner-container > .wp-block-group:nth-child(even)::after {
  content: "";
  width: 100vw;
  height: 100%;
  background: #f0f0f0;
  position: absolute;
  top: 0;
  left: -2.5vw;
  z-index: -1;
  transition: 0;
}
@media screen and (min-width: 1316.7894736842px) {
  .wp-block-group.unitbox > .wp-block-group__inner-container > .wp-block-group:nth-child(even)::after {
    left: calc((100vw - 1250px) / -2);
  }
}
@media screen and (max-width: 768px) {
  .wp-block-group.unitbox > .wp-block-group__inner-container > .wp-block-group:nth-child(even)::after {
    left: -5vw;
  }
}
.wp-block-group.faqbox dl {
  box-shadow: 0 0 8px rgba(35, 24, 21, 0.3);
  border: 1px solid #f0f0f0;
  background: white;
}
.wp-block-group.faqbox dl dt,
.wp-block-group.faqbox dl dd {
  position: relative;
  padding: 2rem;
  padding-left: 0;
}
.wp-block-group.faqbox dl dt::before,
.wp-block-group.faqbox dl dd::before {
  position: absolute;
  font-size: 2em;
  top: 0;
  left: -6rem;
  width: 6rem;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .wp-block-group.faqbox dl dt::before,
  .wp-block-group.faqbox dl dd::before {
    font-size: 1.5em;
    left: -3rem;
    width: 2.5rem;
  }
}
.wp-block-group.faqbox dl dt {
  margin-left: 8rem;
  font-size: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .wp-block-group.faqbox dl dt {
    font-size: 1.8rem;
    margin-left: 5rem;
  }
}
.wp-block-group.faqbox dl dt::before {
  content: "Q.";
  align-items: center;
  color: #ff8000;
}
.wp-block-group.faqbox dl dt::after {
  font-family: "Material Symbols Outlined";
  content: "\e316";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: translateY(-50%);
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .wp-block-group.faqbox dl dt::after {
    right: 0;
    bottom: 0;
  }
}
.wp-block-group.faqbox dl dd {
  padding-top: 1em;
  margin-left: 12rem;
}
@media screen and (max-width: 768px) {
  .wp-block-group.faqbox dl dd {
    font-size: 1.4rem;
    margin-left: 5rem;
  }
}
.wp-block-group.faqbox dl dd::before {
  content: "A.";
  color: #003476;
}
.wp-block-group.faqbox dl dd::after {
  content: "";
  position: absolute;
  border-top: 1px dotted #231815;
  width: calc(100% + 8rem);
  top: 0;
  left: -10rem;
}
@media screen and (max-width: 768px) {
  .wp-block-group.faqbox dl dd::after {
    width: calc(100% + 5rem);
    left: -5rem;
  }
}
.wp-block-group.faqbox dl.isactive dt::after {
  transform: rotate(180deg);
}
.wp-block-group.faqbox dl.isactive + dl {
  margin-top: var(--hm);
}
.wp-block-group.faqbox dl + dl {
  margin-top: 1rem;
}
.wp-block-group.stepbox > .wp-block-group__inner-container {
  counter-reset: stepnumber;
}
.wp-block-group.stepbox > .wp-block-group__inner-container > .wp-block-group {
  padding-bottom: var(--hm);
  margin-left: 8rem;
  position: relative;
}
.wp-block-group.stepbox > .wp-block-group__inner-container > .wp-block-group::before, .wp-block-group.stepbox > .wp-block-group__inner-container > .wp-block-group::after {
  position: absolute;
  left: -8rem;
  width: 5rem;
  text-align: center;
}
.wp-block-group.stepbox > .wp-block-group__inner-container > .wp-block-group::before {
  content: "step";
  top: 0;
  color: #ff8000;
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  line-height: 1;
}
.wp-block-group.stepbox > .wp-block-group__inner-container > .wp-block-group::after {
  counter-increment: stepnumber;
  content: counter(stepnumber) "";
  top: 2rem;
  font-size: 4rem;
  height: 5rem;
  color: white;
  background: #ff8000;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.wp-block-group.stepbox > .wp-block-group__inner-container > .wp-block-group > .wp-block-group__inner-container > h3 {
  padding-top: 2.5rem;
}
.wp-block-group.stepbox > .wp-block-group__inner-container > .wp-block-group:not(:last-child) > .wp-block-group__inner-container {
  position: relative;
}
.wp-block-group.stepbox > .wp-block-group__inner-container > .wp-block-group:not(:last-child) > .wp-block-group__inner-container::before {
  content: "";
  width: 0;
  height: calc(100% - 2rem + var(--hm));
  position: absolute;
  bottom: calc(var(--hm) * -1);
  left: -5.5rem;
  border-left: 4px solid #f0f0f0;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 768px) {
  .wp-block-group.stepbox > .wp-block-group__inner-container > .wp-block-group:not(:last-child) > .wp-block-group__inner-container::before {
    left: -2.5rem;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-group.stepbox > .wp-block-group__inner-container > .wp-block-group {
    margin-left: 4rem;
  }
  .wp-block-group.stepbox > .wp-block-group__inner-container > .wp-block-group::before, .wp-block-group.stepbox > .wp-block-group__inner-container > .wp-block-group::after {
    left: -4rem;
    width: 3rem;
  }
  .wp-block-group.stepbox > .wp-block-group__inner-container > .wp-block-group::after {
    font-size: 2rem;
    height: 3rem;
  }
}
.wp-block-group .pdfdl a,
.wp-block-group .exceldl a {
  text-decoration: none;
  color: rgb(13, 110, 56);
  border: 1px solid rgb(13, 110, 56);
  padding: 0.25em 1em;
  background: white;
  text-align: center;
  display: inline-block;
}
.wp-block-group .pdfdl a::after,
.wp-block-group .exceldl a::after {
  font-family: "Material Symbols Outlined";
  content: "\f090";
  vertical-align: middle;
  font-size: 150%;
  font-weight: 200;
  color: rgb(13, 110, 56);
  margin-left: 0.25em;
  line-height: 1;
}
.wp-block-group .pdfdl a:hover,
.wp-block-group .exceldl a:hover {
  color: white;
  background: rgb(13, 110, 56);
}
.wp-block-group .pdfdl a:hover::after,
.wp-block-group .exceldl a:hover::after {
  color: white;
}
.wp-block-group .pdfdl a {
  font-size: 1.4rem;
  color: rgb(244, 15, 2);
  border-color: rgb(244, 15, 2);
}
.wp-block-group .pdfdl a::after {
  color: rgb(244, 15, 2);
}
.wp-block-group .pdfdl a:hover {
  background: rgb(244, 15, 2);
}

.wp-block-table {
  background: white;
}
.wp-block-table.noborder tr, .wp-block-table.noborder th, .wp-block-table.noborder td {
  border: none;
}
.wp-block-table.noborder tbody tr td:first-child {
  padding-left: 0;
}
.wp-block-table.topborder tbody tr {
  border-top: 1px solid rgba(35, 24, 21, 0.5);
}
.wp-block-table.topborder tbody tr td {
  border: none;
  padding-bottom: 2em;
  white-space: nowrap;
}
.wp-block-table.topborder tbody tr td:first-child {
  vertical-align: top;
  position: relative;
}
.wp-block-table.topborder tbody tr td:first-child::before {
  content: "";
  display: block;
  width: 50%;
  border-bottom: 3px solid rgba(35, 24, 21, 0.5);
  position: absolute;
  top: 0;
  left: 0;
}
.wp-block-table.normal table:not(.has-fixed-layout) {
  width: auto;
  /*
  tr {
  	td:first-child {
  		white-space: nowrap;
  	}
  }
  */
}
.wp-block-table.normal thead {
  border-top: 2px solid rgba(35, 24, 21, 0.5);
  border-bottom: 2px solid rgba(35, 24, 21, 0.5);
}
.wp-block-table.normal thead tr th {
  background: rgba(35, 24, 21, 0.5);
  color: white;
}
.wp-block-table.normal thead tr th:first-child {
  border-left: 1px solid #231815;
}
.wp-block-table.normal thead tr th:last-child {
  border-right: 1px solid #231815;
}
.wp-block-table.normal tbody tr td {
  padding: 0.5em 1em;
  line-height: 1.5;
}
.wp-block-table.normal tbody tr:nth-child(even) {
  background: rgba(240, 240, 240, 0.3);
}
.wp-block-table.guidelinetable tbody tr td:first-child {
  width: 25%;
  background: linear-gradient(to right bottom, rgba(229, 115, 0, 0.1), rgba(255, 128, 0, 0.2));
}
@media screen and (max-width: 768px) {
  .wp-block-table:has(.has-fixed-layout) {
    width: 100%;
    overflow-x: scroll;
  }
  .wp-block-table:has(.has-fixed-layout) table {
    width: auto;
  }
  .wp-block-table:has(.has-fixed-layout) table thead th {
    white-space: nowrap;
    padding: 0.5rem 8rem;
  }
  .wp-block-table:has(.has-fixed-layout) table + figcaption {
    top: 2em;
    right: auto;
    left: 0;
  }
}
@media screen and (max-width: 768px) and (max-width: 768px) {
  .wp-block-table:has(.has-fixed-layout) table + figcaption {
    white-space: nowrap;
  }
}
@media screen and (max-width: 768px) {
  .wp-block-table:has(.has-fixed-layout) table::before {
    content: "スクロールできます →";
    font-size: 1rem;
    color: rgba(35, 24, 21, 0.3);
  }
  .wp-block-table.guidelinetable tbody,
  .wp-block-table.guidelinetable tr,
  .wp-block-table.guidelinetable td {
    width: 100%;
    display: block;
  }
}

.wp-block-columns.spacebetween {
  justify-content: space-between;
  flex-wrap: wrap !important;
}

.wp-block-buttons.mybtn a.wp-block-button__link {
  display: inline-block;
  padding: 0.5em 3em;
  text-decoration: none;
  position: relative;
  border: 1px solid #231815;
  color: #231815;
  background: white;
  border-radius: 0;
}
.wp-block-buttons.mybtn a.wp-block-button__link::before, .wp-block-buttons.mybtn a.wp-block-button__link::after {
  content: "";
  height: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-buttons.mybtn a.wp-block-button__link::before {
  width: 3em;
  border-bottom: 1px solid #231815;
  right: -1.5em;
}
.wp-block-buttons.mybtn a.wp-block-button__link::after {
  width: 0;
  border: 0.5rem solid transparent;
  border-left-color: #231815;
  right: calc(-1.5em - 0.5rem);
}
.wp-block-buttons.mybtn a.wp-block-button__link:hover {
  color: #003476;
  border-color: #003476;
}
.wp-block-buttons.mybtn a.wp-block-button__link:hover::before {
  border-bottom-color: #003476;
  right: -2em;
}
.wp-block-buttons.mybtn a.wp-block-button__link:hover::after {
  border-left-color: #003476;
  right: calc(-2em - 0.5rem);
}
.wp-block-buttons.btnbox a {
  border-radius: 0;
  padding: 0.5em 1.5em;
}
.wp-block-buttons.btnbox .conversion a {
  background: #ff8000;
}
.wp-block-buttons.btnbox .departure a {
  background: #770495;
}
.wp-block-buttons.btnbox .goback a {
  background: gray;
}
.wp-block-buttons.btnbox .conversion a:hover,
.wp-block-buttons.btnbox .departure a:hover,
.wp-block-buttons.btnbox .goback a:hover {
  background: #00973b;
}
@media screen and (max-width: 768px) {
  .wp-block-buttons.btnbox a {
    display: block;
    width: 100%;
    min-width: 68vw;
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }
  .wp-block-buttons.btnbox a + a {
    margin-top: 1em;
  }
}

.wp-block-custom-dl-block.mydl dt {
  font-size: 2rem;
  font-weight: 600;
  padding-bottom: 0.25em;
  border-bottom: 1px dotted #231815;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .wp-block-custom-dl-block.mydl dt {
    font-size: 1.7rem;
    line-height: 1.5;
  }
}
.wp-block-custom-dl-block.mydl dd > * + h5 {
  margin-top: var(--hs);
}
.wp-block-custom-dl-block.mydl dd h5 {
  font-size: 1.6rem;
  margin-bottom: 0.25em;
}
.wp-block-custom-dl-block.mydl + .mydl {
  margin-top: var(--hm);
}

.flowOl {
  list-style: none;
  counter-reset: flownumber;
}
.flowOl li {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  counter-increment: flownumber;
}
@media screen and (max-width: 768px) {
  .flowOl li {
    display: block;
    flex-wrap: wrap;
  }
}
.flowOl li dl {
  padding-left: 10rem;
  position: relative;
  flex: 1;
}
.flowOl li dl::before {
  content: counter(flownumber) "";
  width: 9rem;
  padding-top: 1.5rem;
  height: 100%;
  border-radius: 3px;
  background: linear-gradient(135deg, #00973b, #427935);
  display: block;
  text-align: center;
  font-size: 3rem;
  color: white;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: polygon(50% 0%, 100% 0%, 100% calc(100% - 2rem), 50% 100%, 0% calc(100% - 2rem), 0% 0%);
}
@media screen and (max-width: 768px) {
  .flowOl li dl {
    padding-left: 6rem;
  }
  .flowOl li dl::before {
    width: 5rem;
  }
}
.flowOl li dl::after {
  content: "STEP";
  font-size: 1.2rem;
  width: 9rem;
  text-align: center;
  color: white;
  position: absolute;
  top: 0.5rem;
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .flowOl li dl::after {
    width: 5rem;
  }
}
.flowOl li dl dt {
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  border-bottom: 4px solid #f0f0f0;
  font-size: 2rem;
  margin-left: 1rem;
  position: relative;
  line-height: 1.5;
}
.flowOl li dl dt::before {
  content: "";
  width: 10rem;
  height: 4px;
  background: #00973b;
  position: absolute;
  bottom: -4px;
  left: 0;
}
.flowOl li dl dd {
  padding: 0 1rem 3rem;
}
.flowOl li dl dd .btnbox {
  margin: 2rem 0 0 0;
}
.flowOl li dl + dl {
  margin-left: 2rem;
}
@media screen and (max-width: 768px) {
  .flowOl li dl + dl {
    margin-left: 0;
  }
  .flowOl li dl + dl::before {
    text-indent: -2000em;
    height: calc(100% + 2rem);
    top: -2rem;
    z-index: -1;
  }
  .flowOl li dl + dl::after {
    content: none;
  }
}
.flowOl li dl.orange::before {
  background: linear-gradient(135deg, #ff8000, #e57300);
}
.flowOl li dl.orange dt::before {
  background: #ff8000;
}
.flowOl li dl.blue::before {
  background: linear-gradient(135deg, #217392, #00319a);
}
.flowOl li dl.blue dt::before {
  background: #217392;
}
.flowOl li dl.purple::before {
  background: linear-gradient(135deg, #770495, #563380);
}
.flowOl li dl.purple dt::before {
  background: #770495;
}
.flowOl li + li {
  margin-top: var(--hm);
}/*# sourceMappingURL=gutenberg.css.map */