/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.min.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-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: -.25em
}
sup {
  top: -.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
}
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
}
[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}
label[for] {
  cursor: pointer
}
details {
  display: block
}
summary {
  display: list-item
}
[contenteditable]:focus {
  outline: auto
}
table {
  border-color: inherit;
  border-collapse: collapse
}
caption {
  text-align: left
}
td, th {
  vertical-align: top;
  padding: 0
}
th {
  text-align: left;
  font-weight: 700
}
/**
 * base
 */
:root {
  --col-gray: #5a5a5a;
  --col-orange: #d64000; /* #db4200 */
}
body {
  font-family: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "BIZ UDPGothic", Meiryo, sans-serif;
  font-weight: 400;
  line-height: calc(28 / 18);
  color: #000;
  background-color: #fff;
  overflow-wrap: break-word;
  line-break: strict;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.bg-gray {
  background-color: var(--col-gray)
}
.bg-orange {
  background-color: var(--col-orange)
}
.bg-white {
  background-color: #fff;
}
.text-orange {
  color: var(--col-orange)
}
.text-white {
  color: #fff;
}
.border-orange {
  border-color: var(--col-orange);
}
.border-gray {
  border-color: var(--col-gray);
}
.fw-600 {
  font-weight: 600;
}
.text-indent {
  padding-left: 1em;
  text-indent: -1em;
}
.text-decoration-underline {
  text-decoration: underline;
  text-underline-offset: 0.2em;
}
.text-wbr {
  word-break: keep-all;
  overflow-wrap: anywhere;
}
.text-nowrap {
  white-space: nowrap;
}
.d-none {
  display: none;
}
@media (min-width: 768px) {
  .d-md-block {
    display: block;
  }
  .d-md-none {
    display: none;
  }
  .text-md-wbr {
    word-break: keep-all;
    overflow-wrap: anywhere;
  }
}
@media (min-width: 1060px) {
  .d-lg-block {
    display: block;
  }
  .d-lg-none {
    display: none;
  }
}
/**
 * LP style
 */
.container {
  max-width: 576px;
  margin: auto;
  padding: 0 15px;
}
.section_ttl {
  position: relative;
  margin-bottom: 0.5em;
  padding-left: 0.5em;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: 1.4;
  letter-spacing: 0.06em;
  font-feature-settings: "palt";
}
.section_ttl::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 9px;
  height: calc(100% - 0.4em);
  background: var(--col-orange);
  transform: translateY(-50%);
}

.mv {
  position: relative;
  padding: 15px 0;
  background-color: #ffeee8;
}
.mv_header {
  margin: 0 auto 12px;
  text-align: end;
}
.mv_header img {
  width: 79px;
}
.mv_main {
  width: min(84vw, 315px);
  margin: 0 auto 20px;
}
.mv_img {
  position: unset;
  display: block;
  width: min(92.4vw, 346.5px);
  height: auto;
  margin: 0 auto;
}
.mv_overlay {
  display: none;
}

.counter {
  padding-block: 72px 36px;
  background-image: url(../img/img_bg-wave-mv.png);
  background-position: center top;
  background-size: 138px 20px;
  background-repeat: repeat-x;
}
.counter_txt {
  text-align: justify;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
}

.recommend {
  position: relative;
  padding: 16px 0 165px;
  background-image: url(../img/img_bg-lattice.png);
}
.recommend::before,
.recommend::after {
  content: "";
  position: absolute;
  bottom: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom center;
}
.recommend::before {
  right: calc(50% + 48px);
  width: 104px;
  height: 130px;
  background-image: url(../img/img_recommend_bottom-left.png);
}
.recommend::after {
  left: calc(50% - 58px);
  width: 208px;
  height: 144px;
  background-image: url(../img/img_recommend_bottom-right.png);
}
.recommend_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 15px;
  margin-top: 20px;
}
.recommend_list>li {
  flex: 0 0 100%;
  padding: 52px 25px 12px;
  background-color: #fff;
  background-image: url(../img/icon_check.png);
  background-position: top 15px center;
  background-repeat: no-repeat;
  background-size: 34px auto;
  border-radius: 10px;
}
.recommend_list>li {
  text-align: center;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}

.contact {
  padding: 20px 0 27px;
  background-color: #2f5a8f;
  border-color: var(--col-orange);
  border-style: solid;
  border-width: 8px 0;
}
.contact_inner {
  max-width: 576px;
  margin: auto;
  padding: 0 15px;
}
.contact_ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 6px;
  color: #fff;
}
.contact_ttl::before,
.contact_ttl::after {
  content: "";
  flex-grow: 1;
  height: 12px;
  background: transparent;
  border-style: solid;
  border-width: 3px 0;
}
.contact_ttl>span {
  padding-inline: 0.5em;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
}
.contact_note {
  margin-bottom: 0.5em;
  font-size: 0.875rem;
  line-height: 1.4;
  color: #fff;
}
.contact_list {
  display: grid;
  grid-template-rows: auto;
  gap: 20px;
}
.contact_list>li {
  display: grid;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  place-items: center;
  place-content: center;
  width: 100%;
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
}
.contact_list>li:has(a:focus) {
  outline: 5px solid var(--col-orange);
}
.contact_list_item_header {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 15px;
}
.contact_list>li h3 {
  position: relative;
  display: inline-block;
  margin-left: 0.5em;
  padding-left: 2rem;
  font-size: 1.25rem;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  font-feature-settings: "palt";
}
.contact_list>li h3:before {
  position: absolute;
  content: "";
  top: 50%;
  left: -0.5rem;
  width: 34px;
  height: 34px;
  transform: translateY(-50%);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact_list>li:nth-of-type(1) h3:before {
  background-image: url(../img/icon_tel.png);
}
.contact_list>li:nth-of-type(2) h3:before {
  background-image: url(../img/icon_form.png);
}
.contact_list>li:nth-of-type(3) h3:before {
  background-image: url(../img/icon_mail.png);
}
.contact_list_item_main {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.contact_list>li:nth-of-type(1) .contact_list_item_main {
  padding: 20px 16px;
}
.contact_list>li:nth-of-type(2) .contact_list_item_main {
  padding: 16px;
}
.contact_list>li:nth-of-type(3) .contact_list_item_main {
  padding: 30px 16px 33px;
}
.contact_list>li:nth-of-type(4) .contact_list_item_main {
  flex-direction: column;
  padding: 15px 15px 12px;
}
.contact_list>li:not(:nth-of-type(4)) a {
  text-align: center;
  font-weight: 600;
  line-height: 1;
  font-feature-settings: "palt";
  text-box: trim-both cap alphabetic;
}
.contact_list>li:nth-of-type(1) a {
  color: var(--col-orange);
  font-size: 2.5rem;
}
.contact_list>li:nth-of-type(2) a {
  position: relative;
  width: min(14em, 350px);
  padding: 0.65em 1em;
  color: var(--col-orange);
  font-size: 1.5rem;
  letter-spacing: 0.06em;
  border: 2px solid var(--col-orange);
  border-radius: 1.75rem;
}
.contact_list>li:nth-of-type(2) a::after {
  position:absolute;
  content: "";
  top: 50%;
  right: 15px;
  width: 12px;
  height: 19px;
  background: url(../img/icon_arrow.png) center no-repeat;
  background-size: contain;
  transform: translateY(-50%);
}
.contact_list>li:nth-of-type(3) a {
  font-size: 1.125rem;
}
.contact_list>li:nth-of-type(4) p {
  font-size: calc(25rem / 16 / 2);
  font-feature-settings: "palt";
  line-height: 1.25;
  letter-spacing: 0.06em;
}
.contact_list>li:nth-of-type(4) p:first-of-type {
  text-align: center;
}
.contact_list>li:nth-of-type(4) a {
  color: #0033ff;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.contact_list>li:nth-of-type(4) a:hover {
  text-decoration: none;
}
.contact_telephonerelay_btn {
  margin: 15px auto 12px;
}
.contact_telephonerelay_btn img {
  width: 100%;
  max-width: 420px;
}

.basicflow {
  padding-block: 32px 55px;
  background-image: url(../img/img_bg-wave-up.png) ;
  background-position: center bottom;
  background-size: 111px 15px;
  background-repeat: repeat-x;
}
.basicflow_flow {
  margin-top: 20px;
}
.flow-start {
  margin-bottom: 5px;
  padding-bottom: 30px;
  background-image: url(../img/figure_dotted-arrow_short-sp.png);
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: auto 34px;
  text-align: center;
}
.flow-start img {
  width: 55px;
}
.flow-start p {
  margin-bottom: 8px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
.flow_box {
  border-width: 2px;
  border-radius: 10px;
  border-style: solid;
  overflow: hidden;
}
.flow_box_name {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -2px;
  padding: 6px 5px;
  text-align: center;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
.flow_list {
  padding: 15px 12px 12px;
}
.flow_list_item {
  position: relative;
  padding: 0.5em 0.5em;
  text-align: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  border-radius: 0.5rem;
}
.flow_list_item:not(:last-of-type) {
  margin-bottom: 25px;
}
.flow_list_item:not(:last-of-type)::after {
  content:"";
  position: absolute;
  bottom: -6px;
  left: 50%;
  width: 24px;
  height: 16px;
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  transform: translateX(-50%) translateY(100%);
}
.bg-flow_flow1 {
  background-color: #ffe3a4;
}
.bg-flow_flow1::after {
  background-color: #ff9934;
}
.bg-flow_flow2 {
  background-color: #eee;
}
.bg-flow_flow2::after {
  background-color: #999;
}
.flow-arrow {
  display: flex;
  justify-content: space-between;
  max-width: 425px;
  height: 113px;
  margin: 5px auto 5px;
}
.flow-arrow_item {
  position: relative;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.flow-arrow_item:nth-of-type(1) {
  min-width: calc(310% / 6.9);
  background-image: url(../img/figure_dotted-arrow-sp.png);
  background-size: auto 107px;
}
.flow-arrow_item:nth-of-type(2) {
  min-width: calc(368% / 6.9);
  background-image: url(../img/figure_arrow-sp.png);
  background-size: auto 114px;
}
.flow-arrow_item>.flow_box {
  position: absolute;
  top: 45%;
  right: 0;
  left: 0;
  z-index: 5;
  display: flex;
  place-items: center;
  place-content: center;
  min-height: 62px;
  margin: auto;
  transform: translateY(-50%);
}
.flow-arrow_item p {
  display: inline-block;
  padding: 0.25em 0;
  text-align: center;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.06em;
  text-indent: 0.06em;
  text-box: trim-start cap alphabetic;
}
.flow-arrow_item:nth-of-type(1) p {
  font-size: 1.25rem;
}
.flow-arrow_item:nth-of-type(2) p {
  font-size: 1.8125rem;
}

.appendix {
  position: relative;
  background-color: #ffeee8;
  padding: 40px 0;
}
.appendix>.container {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: #fff;
}
.appendix_ttl {
  margin-right: -10px;
  letter-spacing: min(0.216vw, 0.04em);
}
.appendix_desc {
  margin-bottom: 0.5em;
  font-size: 1.125rem;
  letter-spacing: 0.06em;
}
.appendix_note {
  margin-bottom: 1.3em;
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
.appendix_subttl {
  margin-bottom: 0.25em;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
}
.appendix_list {
  display: grid;
  gap: 1rem;
}
.appendix_list li {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.appendix_list li>img {
  width: 132px;
  height: 132px;
  flex: 0 0 132px;
}
.appendix_list_item_name {
  position: relative;
  color: var(--col-orange);
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  margin-left: 0.25em;
  padding-left: 0.375em;
}
.appendix_list_item_name::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -0.2em;
  width: 0.25em;
  height: 0.25em;
  background-color: var(--col-orange);
  border-radius: 50%;
  transform: translateY(-50%);
}
.appendix_list_item_txt {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}
.appendix_list_item_note {
  font-size: 0.875rem;
  letter-spacing: 0.04em;
}
.appendix_overlay {
  display: none;
}

.privacy {
  padding-block: 50px 35px;
  background-image: url(../img/img_bg-wave-down.png);
  background-position: center top;
  background-size: 111px 15px;
  background-repeat: repeat-x;
}
.privacy_ttl {
  margin-bottom: 1rem;
  text-align: center;
  font-size: 1.6875rem;
  font-weight: 600;
  line-height: calc(72 / 54);
  letter-spacing: 0.06em;
  text-indent: 0.06em;
}
.privacy_txt {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
  text-align: justify;
}
.privacy_link {
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}
.privacy_link a {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.privacy_link a:hover {
  text-decoration: none;
}

.footer {
  padding: 0.5rem 0;
  background-color: #000;
}
.footer_txt {
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  text-indent: 0.04em;
}

@media (min-width: 768px) {
  .container {
    max-width: 1060px;
    padding: 0 30px;
  }
  .section_ttl {
    margin-bottom: 24px;
    padding-left: 24px;
    font-size: 2.625rem;
  }
  .section_ttl::before {
    width: 11px;
  }

  .mv {
    padding: 20px 0 90px;
  }
  .mv_header {
    margin: 0 auto;
  }
  .mv_header img {
    width: 158px;
  }
  .mv_main {
    width: 391px;
    margin: 0;
  }
  .mv_img {
    position: absolute;
    bottom: -65px;
    left: max(50%, calc(768px / 2 + 4%));
    width: min(44%, 496px);
    transform: translateX(2px);
  }

  .counter {
    padding-block: 156px 72px;
    background-size: 276px 39px;
  }
  .counter_txt {
    font-size: 1.5625rem;
    line-height: calc(35 / 25);
  }

  .recommend {
    padding-block: 74px 100px;
  }
  .recommend::before {
    right: 80%;
  }
  .recommend::after {
    left: 72%;
  }
  .recommend_list {
    gap: 31px;
  }
  .recommend_list>li {
    flex-basis: 47%;
    background-position: top 20px center;
  }
  .recommend_list>li:first-of-type {
    padding: 60px 50px 15px;
  }
  .recommend_list>li:not(:first-of-type) {
    padding: 60px 18px 12px;
  }

  .contact {
    padding: 56px 0 72px;
  }
  .contact_inner {
    max-width: 768px;
    padding: 0 30px;
  }
  .contact_ttl {
    margin-bottom: 3px;
  }
  .contact_ttl::before,
  .contact_ttl::after {
    height: 15px;
    border-width: 3px 0;
    margin-top: 2px;
  }
  .contact_ttl>span {
    font-size: 2.1875rem;
  }
  .contact_note {
    font-size: 1.125rem;
  }
  .contact_list>li:not(:nth-of-type(4)) {
    grid-template-columns: 136px 1fr;
  }
  .contact_list>li h3 {
    margin-left: 0;
    padding-left: 0;
    padding-top: 74px;
    font-size: 1.25rem;
    line-height: 1.25;
  }
  .contact_list>li h3:before {
    top: 0;
    left: 50%;
    width: 64px;
    height: 64px;
    transform: translateX(-50%);
  }
  .contact_list_item_header {
    padding: 15px 9px 12px;
  }
  .contact_list>li:nth-of-type(4) .contact_list_item_main {
    padding: 20px 25px 30px;
  }
  .contact_list>li:nth-of-type(1) a {
    font-size: 3rem;
    pointer-events: none;
  }
  .contact_list>li:nth-of-type(2) a {
    width: auto;
    padding: 25px 70px 25px 50px;
    font-size: 1.75rem;
    border-radius: 50px;
  }
  .contact_list>li:nth-of-type(3) a {
    font-size: 1.875rem;
  }
  .contact_list>li:nth-of-type(4) p {
    font-size: 1.25rem;
  }
  .contact_list>li:nth-of-type(4) p:last-of-type {
    text-align: center;
  }
  .contact_telephonerelay_btn img {
    max-width: 100%;
  }
  .basicflow {
    padding-block: 70px 118px;
    background-size: 278px 38px;
  }
  .basicflow_flow {
    padding-top: 8px;
  }
  .flow-start {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    padding-bottom: 38px;
    background-image: url(../img/figure_dotted-arrow_short-pc.png);
    background-size: unset;
  }
  .flow-start img {
    margin-left: 30px;
    width: 68px;
    margin-right: 10px;
  }
  .flow-start p {
    margin-bottom: 0;
    font-size: 1.875rem;
  }
  .flow_box {
    border-width: 4px;
    border-radius: 10px;
  }
  .flow_box_name {
    margin-top: -4px;
    padding-block: 11px;
    font-size: 1.875rem;
  }
  .flow_list {
    padding: 30px 7.5% 27px;
  }
  .flow_list_item {
    padding: 25px 0.5em;
    font-size: 1.5rem;
    border-radius: 0.5rem;
  }
  .flow_list_item:not(:last-of-type) {
    margin-bottom: 50px;
  }
  .flow_list_item:not(:last-of-type)::after {
    bottom: -10px;
    width: 45px;
    height: 30px;
  }
  .flow-arrow {
    max-width: unset;
    height: 128px;
  }
  .flow-arrow_item:nth-of-type(1) {
    min-width: 45%;
    background-image: url(../img/figure_dotted-arrow-pc.png);
    background-size: unset;
  }
  .flow-arrow_item:nth-of-type(2) {
    min-width: 45%;
    background-image: url(../img/figure_arrow-pc.png);
    background-size: unset;
  }
  .flow-arrow_item>.flow_box {
    top: 50%;
  }
  .flow-arrow_item:nth-of-type(1) p {
    font-size: 1.5rem;
  }
  .flow-arrow_item:nth-of-type(2) p {
    font-size: 2rem;
  }

  .appendix {
    padding: 60px 0 90px;
  }
  .appendix>.container {
    padding: 30px 40px 40px;
  }
  .appendix_ttl {
    letter-spacing: 0.06em;
  }
  .appendix_desc {
    margin-bottom: 10px;
    font-size: 1.5625rem;
    line-height: calc(35 / 25);
    letter-spacing: 0.04em;
    text-indent: 0;
  }
  .appendix_note {
    margin-bottom: 25px;
    font-size: 1.25rem;
    line-height: 1.4;
    letter-spacing: 0.06em;
  }
  .appendix_subttl {
    margin-bottom: 15px;
    font-size: 1.875rem;
  }
  .appendix_list {
    gap: 21px;
  }
  .appendix_list li {
    flex-direction: row;
  }
  .appendix_list li>img {
    margin-right: 30px;
  }
  .appendix_list_item_name {
    font-size: 1.5625rem;
  }
  .appendix_list_item_txt {
    font-size: 1.25rem;
    line-height: 1.5;
  }
  .appendix_list_item_note {
    font-size: 1.125rem;
    line-height: 1.333;
  }
  .appendix_list_item_txt,
  .appendix_list_item_note {
    margin-left: 0.9375rem;
  }

  .privacy {
    padding-top: 115px;
    background-size: 278px 38px;
  }
  .privacy>.container {
    max-width: 980px;
  }
  .privacy_ttl {
    margin-bottom: 28px;
    font-size: 1.875rem;
  }
  .footer {
    padding: 12px 0;
  }
}

@media (min-width: 992px) {
  .recommend::before {
    right: min(82%, calc(50% + 460px));
  }
  .recommend::after {
    left: min(76%, calc(50% + 460px));
  }
  .recommend_list>li {
    flex-basis: 31%;
  }
}

@media (min-width: 1060px) {
  .contact_inner {
    max-width: 1060px;
  }
  .contact_list {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .contact_list>li:nth-of-type(3),
  .contact_list>li:nth-of-type(4) {
    grid-column: span 2;
  }
  .contact_list>li:nth-of-type(3) a {
    font-size: 3rem;
  }
  .contact_telephonerelay_btn {
    margin: 32px auto 16px;
  }
  .recommend::before {
    width: min(188px, calc(104vw / 10.6));
    height: min(236px, calc(130vw / 10.6));
  }
  .recommend::after {
    width: min(379px, calc(208vw / 10.6));
    height: min(262px, calc(144vw / 10.6));
  }
  .appendix {
    padding: 60px 30px;
  }
  .appendix>.container {
    max-width: 1000px;
    border-radius: 10px;
  }
}

@media (min-width: 1400px) {
  .mv_overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 500px;
    overflow: hidden;
  }
  .mv_overlay::before,
  .mv_overlay::after {
    content: "";
    position: absolute;
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .mv_overlay::before {
    top: -15px;
    width: 291px;
    height: 413px;
    background-image: url(../img/img_bg-mv-left.png);
    transform: translateX(-932px);
  }
  .mv_overlay::after {
    top: 28px;
    width: 474px;
    height: 361px;
    background-image: url(../img/img_bg-mv-right.png);
    transform: translateX(627px);
  }
  .appendix_overlay {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  .appendix_overlay::before,
  .appendix_overlay::after {
    content: "";
    position: absolute;
    left: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom center;
  }
  .appendix_overlay::before {
    top: 85px;
    width: 438px;
    height: 408px;
    background-image: url(../img/img_bg-appendix-left.png);
    transform: translateX(-1059px);
  }
  .appendix_overlay::after {
    bottom: 75px;
    width: 291px;
    height: 413px;
    background-image: url(../img/img_bg-appendix-right.png);
    transform: translateX(631px);
  }
}