@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700&display=swap");
/*! sanitize.css v4.1.0 | CC0 License | github.com/jonathantneal/sanitize.css */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template,
[hidden] {
  display: none;
}

*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  height: 0;
  overflow: visible;
}

nav ol,
nav ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b,
strong {
  font-weight: inherit;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:hover {
  outline-width: 0;
}

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

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

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

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}

:root {
  --white: #fff;
  --black: #000;
  --bg-beige: #E7D0A9;
  --bg-grey: #ccc;
}

html {
  font-family: "Noto Sans JP", sans-serif;
  color: #000;
  line-height: 1.8;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  scroll-behavior: smooth;
}

html {
  width: 100%;
}

body {
  width: 100%;
  font-size: 12px;
}
@media print, screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

table th {
  font-weight: normal;
}

a {
  color: #000;
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  vertical-align: middle;
  border: 0;
}

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

dl, dt, dd {
  margin: 0;
}

p {
  margin-top: 0;
}

figure {
  margin: 0;
}

/*---------------------------------------
 * Print
 ---------------------------------------*/
@media print {
  body {
    zoom: 65%;
    -webkit-print-color-adjust: exact;
  }
}
@media print and (-ms-high-contrast: none) {
  @page {
    size: A4;
    margin: 12.7mm 9.7mm;
  }
  body {
    zoom: 1.8;
    width: 1200px;
    transform: scale(0.5);
    transform-origin: 0 0;
  }
}
/*---------------------------------------
 * Layout Common
 ---------------------------------------*/
.l-container {
  width: 95%;
  margin: 0 auto;
  padding: 30px 0;
}
@media print, screen and (min-width: 768px) {
  .l-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 0;
  }
}

/*---------------------------------------
 *  Layout Header
 ---------------------------------------*/
.l-header {
  background-color: #fff;
  border-bottom: 1px solid #eee;
  position: relative;
  height: 50px;
}
@media print, screen and (min-width: 768px) {
  .l-header {
    height: 80px;
  }
}
.l-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 10px;
  max-width: 1200px;
}
@media screen and (max-width: 767px) {
  .l-header__inner {
    height: 50px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__inner {
    height: 80px;
    padding: 20px 0;
  }
}
.l-header__site-info {
  display: flex;
  align-items: center;
}
@media print, screen and (min-width: 768px) {
  .l-header__logo {
    margin-left: 10px;
  }
}
.l-header__logo .link {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.l-header__logo .image {
  width: 96px;
  height: 26px;
}
@media print, screen and (min-width: 768px) {
  .l-header__logo .image {
    width: 116px;
    height: 32px;
  }
}
.l-header__logo .text {
  margin-left: 8px;
  font-size: 14px;
  color: #000;
  font-weight: 500;
}
@media print, screen and (min-width: 768px) {
  .l-header__logo .text {
    font-size: 16px;
  }
}
.l-header__button {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header__button {
    display: block;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 20px;
  }
}
.l-header__button span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  z-index: 9999;
  transition: all 0.3s ease-in;
}
.l-header__button span:nth-of-type(1) {
  top: 0;
}
.l-header__button span:nth-of-type(2) {
  top: 50%;
  transform: translateY(-50%);
}
.l-header__button span:nth-of-type(3) {
  bottom: 0;
}
.l-header__button.is-active span:nth-of-type(1) {
  top: 50%;
  transform: rotate(45deg);
}
.l-header__button.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__button.is-active span:nth-of-type(3) {
  top: 50%;
  transform: rotate(-45deg);
}
@media print, screen and (min-width: 768px) {
  .l-header__menu {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    position: absolute;
    z-index: 0;
    top: 50px;
    left: 0;
    width: 100%;
    transform: translateX(200%);
    transition: transform 0.6s ease-in-out;
    background-color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .l-header__menu.is-active {
    transform: translateX(0);
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__nav .list {
    display: flex;
    gap: 30px;
  }
}
.l-header__nav .link {
  font-size: 16px;
  color: #000;
  text-decoration: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-header__nav .link {
    display: block;
    height: 50px;
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
  }
}
.l-header__nav .link:hover {
  color: #e60012;
}
@media print, screen and (min-width: 768px) {
  .l-header__cta-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin-left: 50px;
  }
}
.l-header__cta-list .item {
  height: 50px;
}
@media screen and (max-width: 767px) {
  .l-header__cta-list .item {
    display: block;
  }
}
@media print, screen and (min-width: 768px) {
  .l-header__cta-list .item {
    width: 240px;
    height: 40px;
  }
}
.l-header__cta-list .item a {
  position: relative;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  line-height: 1;
  transition: opacity 0.3s ease;
}
@media print, screen and (min-width: 768px) {
  .l-header__cta-list .item a {
    padding-left: 40px;
  }
}
.l-header__cta-list .item a::before {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: inline-block;
}
.l-header__cta-list .item a:hover {
  opacity: 0.7;
}
.l-header__cta-list .item--tel a {
  background-color: #000;
  font-size: 18px;
}
.l-header__cta-list .item--tel a::before {
  left: 24px;
  width: 22px;
  height: 22px;
  background: url("../images/icon_tel.svg") no-repeat center/contain;
}
.l-header__cta-list .item--mail a {
  background-color: #ff5b00;
}
.l-header__cta-list .item--mail a::before {
  width: 32px;
  height: 22px;
  background: url("../images/icon_mail.svg") no-repeat center/contain;
}

#nav2 {
  right: 0;
  left: auto;
  height: 368px;
  background: transparent;
  box-shadow: unset;
  opacity: 0;
}
#nav2.show {
  opacity: 1;
}

#nav2 .nav-list {
  width: 100px;
  background: #fff;
  padding: 0;
  margin: 5px 0;
  background: transparent;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 2px;
}

#nav2 .nav-list li {
  border-radius: 4px 0 0 4px;
  width: 94px;
  height: 88px;
  box-shadow: 0px 0px 3px 3px rgba(0, 0, 0, 0.15);
}
#nav2 .nav-list li:nth-child(odd) {
  background: #f0a400;
}
#nav2 .nav-list li:nth-child(even) {
  background: #ff6600;
}
#nav2 .nav-list li:last-child.sidebtn {
  background: #ff6600;
}
#nav2 .nav-list li .link p {
  padding: 14px 0 0;
}
#nav2 .nav-list li .link span {
  top: 70%;
  line-height: 1.2;
  font-size: 12px;
}

#header {
  opacity: 1;
}

/*---------------------------------------
 * Layout Footer
 ---------------------------------------*/
.l-footer {
  color: #fff;
  background-color: #000;
}
.l-footer__inner {
  padding: 25px 0;
  display: grid;
  grid-template-columns: 1fr;
}
@media print, screen and (min-width: 768px) {
  .l-footer__inner {
    max-width: 1100px;
    grid-template-columns: 1fr 1fr;
    margin: 0 auto;
    padding: 70px 0;
  }
}
.l-footer__logo {
  display: block;
  width: 282px;
  margin: 0 auto;
  margin-left: 0;
  transition: opacity 0.3s ease;
}
.l-footer__logo img {
  margin-left: 0;
}
.l-footer__logo:hover {
  opacity: 0.7;
}
.l-footer__address {
  margin-top: 20px;
}
@media print, screen and (min-width: 768px) {
  .l-footer__address {
    margin-top: 40px;
  }
}
.l-footer__menu-list {
  display: flex;
}
@media screen and (max-width: 767px) {
  .l-footer__menu-list {
    margin-top: 25px;
    gap: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .l-footer__menu-list {
    display: flex;
    justify-content: flex-end;
    gap: 40px;
  }
}
.l-footer__menu-list li a {
  color: #fff;
}
@media print, screen and (min-width: 768px) {
  .l-footer__menu-list li a {
    font-size: 14px;
  }
}
.l-footer__menu-list li a:hover {
  text-decoration: underline;
}
.l-footer__copyright {
  margin-top: 40px;
  color: #fff;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .l-footer__copyright {
    margin-top: 20px;
    font-size: 10px;
    margin-bottom: 0;
  }
}

/*---------------------------------------
 * Layout Main
 ---------------------------------------*/
.l-wrapper {
  width: 100%;
}

.main-visual img {
  width: 100%;
  height: auto;
  display: block;
}

.p-home-section {
  background-color: #ffffff;
  text-align: center;
}
.p-home-section--gray {
  background-color: #f7f7f7;
}
.p-home-section .heading {
  display: inline-block;
  margin-bottom: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .heading {
    margin-bottom: 50px;
  }
}
.p-home-section .heading .heading-text {
  display: inline;
  margin-left: auto;
  margin-right: auto;
  font-family: "Noto Sans JP", sans-serif;
  color: #ff6600;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0;
  text-align: center;
  background: linear-gradient(transparent 70%, #fff276 30%);
  position: relative;
  font-feature-settings: "palt";
  font-size: 20px;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .heading .heading-text {
    font-size: 32px;
  }
}
.p-home-section .heading .strong {
  font-size: 24px;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .heading .strong {
    font-size: 40px;
  }
}
.p-home-section .heading--black .heading-text {
  color: #000;
}
.p-home-section .lead {
  line-height: 2.2;
  text-align: justify;
  font-size: 16px;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .lead {
    font-size: 18px;
  }
}
.p-home-section .text {
  line-height: 2;
  text-align: justify;
  font-size: 14px;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .text {
    font-size: 16px;
  }
}
.p-home-section .point-block {
  max-width: 750px;
  padding: 20px 15px;
  margin-top: 30px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #000;
  border-radius: 30px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 8px 0px 0px #cccccc;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .point-block {
    padding: 25px 60px 40px;
    margin-top: 50px;
    margin-bottom: 50px;
  }
}
.p-home-section .point-block .heading {
  margin-bottom: 0;
}
.p-home-section .point-block .list {
  text-align: left;
  list-style-type: none;
}
.p-home-section .point-block .list li {
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 10px;
  padding-left: 40px;
  margin-top: 20px;
  position: relative;
}
.p-home-section .point-block .list li::before, .p-home-section .point-block .list li::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.p-home-section .point-block .list li::before {
  left: 0;
  border-radius: 50%;
  background-color: #ff6600;
  width: 30px;
  height: 30px;
}
.p-home-section .point-block .list li::after {
  top: calc(50% - 1px);
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  left: 10px;
}
.p-home-section .point-block .list li.num_1::after {
  content: "1";
}
.p-home-section .point-block .list li.num_2::after {
  content: "2";
}
.p-home-section .point-block .list li.num_3::after {
  content: "3";
}
.p-home-section .point-block .list li .point-title {
  flex-basis: 36%;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  color: rgb(0, 0, 0);
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .point-block .list li .point-title {
    flex-basis: 33%;
    font-size: 24px;
  }
}
.p-home-section .point-block .list li .point-detail {
  flex: 1;
  line-height: 1.2;
}
.p-home-section .point-block .list li .point-detail .strong {
  color: #ff6600;
  margin-right: 10px;
  font-size: 16px;
  letter-spacing: 0;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .point-block .list li .point-detail .strong {
    font-size: 20px;
  }
}
.p-home-section .point-heading {
  position: relative;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  text-align: left;
  border-bottom: 1px solid #ff6600;
  padding-left: 36px;
  margin-top: 50px;
  margin-bottom: 20px;
  position: relative;
}
.p-home-section .point-heading::before, .p-home-section .point-heading::after {
  position: absolute;
  display: block;
  content: "";
  top: 50%;
  transform: translateY(-50%);
}
.p-home-section .point-heading::before {
  left: 0;
  border-radius: 50%;
  background-color: #ff6600;
  width: 30px;
  height: 30px;
}
.p-home-section .point-heading::after {
  top: calc(50% - 1px);
  line-height: 1.4;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  left: 10px;
}
.p-home-section .point-heading.num_1::after {
  content: "1";
}
.p-home-section .point-heading.num_2::after {
  content: "2";
}
.p-home-section .point-heading.num_3::after {
  content: "3";
}
@media print, screen and (min-width: 768px) {
  .p-home-section .point-heading {
    padding-left: 56px;
    font-size: 32px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home-section .point-heading::before {
    width: 40px;
    height: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home-section .point-heading::after {
    left: 13px;
    font-size: 24px;
    line-height: 1;
  }
}
.p-home-section .system-heading {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .system-heading {
    margin-top: 40px;
    font-size: 32px;
  }
}
.p-home-section .card-group {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .card-group {
    margin-top: 20px;
    margin-bottom: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.p-home-section .card-group .card {
  background: #ffffff;
  padding: 20px;
  text-align: center;
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 767px) {
  .p-home-section .card-group .card {
    max-width: 320px;
  }
}
.p-home-section .card-group .card .title {
  font-size: 20px;
}
.p-home-section .card-group .card .title .strong {
  color: #ff6600;
}
.p-home-section .card-group .card .icon {
  width: 120px;
  margin: 30px auto;
}
.p-home-section .card-group .card .text {
  flex: 1;
}
.p-home-section .system-list {
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  text-align: left;
  border-radius: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .system-list {
    padding: 40px 40px 40px 90px;
  }
}
.p-home-section .system-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 8px;
  font-size: 16px;
  line-height: 1.7;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .system-list li {
    padding-left: 40px;
    font-size: 20px;
  }
}
.p-home-section .system-list li:before {
  position: absolute;
  left: 0;
  top: 6px;
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  background: url("../images/icon_check.svg") no-repeat center center;
  background-size: contain;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .system-list li:before {
    top: 7px;
    width: 20px;
    height: 20px;
  }
}
.p-home-section .schedule-image {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .schedule-image {
    margin-top: 50px;
    margin-bottom: 60px;
  }
}
.p-home-section .phase-list {
  position: relative;
  background-color: #f5f5f5;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 25px;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .phase-list {
    display: flex;
    padding: 25px 30px;
  }
}
.p-home-section .phase-list:not(:last-of-type) {
  margin-bottom: 50px;
}
.p-home-section .phase-list:not(:last-of-type)::after {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -36px;
  content: "";
  display: block;
  width: 42px;
  height: 27px;
  background: url("../images/icon_arrow.svg") no-repeat center center;
  background-size: contain;
}
.p-home-section .phase-list .title {
  font-weight: bold;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .phase-list .title {
    flex-basis: 33%;
  }
}
.p-home-section .phase-list .title .year {
  display: block;
  font-size: 24px;
  color: #f06c00;
  line-height: 1.2;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .phase-list .title .year {
    font-size: 30px;
  }
}
.p-home-section .phase-list .title .period {
  display: block;
  font-size: 16px;
  color: #f06c00;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .p-home-section .phase-list .title .period {
    margin-bottom: 5px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home-section .phase-list .title .period {
    font-size: 18px;
  }
}
.p-home-section .phase-list .description {
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .phase-list .description {
    flex-basis: 70%;
  }
}
.p-home-section .flow-image {
  background: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .flow-image {
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 40px;
  }
}
.p-home-section .round-block {
  border-radius: 30px;
  background: #f0f0f0;
  border: 1px solid #000;
  box-shadow: 0px 8px 0px 0px #cccccc;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .round-block {
    padding: 40px;
  }
}
@media print, screen and (min-width: 768px) {
  .p-home-section .round-block .heading {
    margin-bottom: 25px;
  }
}
.p-home-section .link-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  .p-home-section .link-grid {
    grid-template-columns: 1fr;
  }
}
.p-home-section .link-grid .link-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 16px;
  text-decoration: none;
  color: #333;
  text-align: left;
}
.p-home-section .link-grid .link-card .title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 16px;
  color: rgb(255, 102, 0);
  line-height: 1.5;
  flex: 1;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .link-grid .link-card .title {
    font-size: 20px;
  }
}
.p-home-section .link-grid .link-card .row {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 0;
  margin-bottom: auto;
}
.p-home-section .link-grid .link-card .row .thumb {
  width: 128px;
}
.p-home-section .link-grid .link-card .row .text-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex: 1;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .link-grid .link-card .row .detail {
    font-size: 14px;
  }
}
.p-home-section .link-grid .link-card .row .button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-radius: 10px;
  color: #fff;
  background-color: rgb(255, 102, 0);
  width: 100%;
  height: 30px;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .link-grid .link-card .row .button {
    height: 40px;
    font-size: 16px;
  }
}
.p-home-section .link-grid .link-card .row .button::after {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  display: block;
  width: 6px;
  height: 10px;
  background: url("../images/icon_arrow_white.svg") no-repeat center center;
  background-size: contain;
}
.p-home-section .conclusion {
  width: 100%;
  margin-top: 35px;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.8;
  text-align: left;
}
@media print, screen and (min-width: 768px) {
  .p-home-section .conclusion {
    font-size: 24px;
    margin-top: 70px;
    text-align: center;
  }
}

.c-pagetop {
  position: fixed;
  z-index: 3;
  right: 20px;
  bottom: 20px;
  width: 60px;
  height: 60px;
  transition: all 0.3s ease-in-out;
  background-color: var(--black);
}
.c-pagetop:after {
  display: block;
  margin: 25px auto;
  content: "";
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  border-top: 1px solid var(--white);
  border-left: 1px solid var(--white);
}

@media print, screen and (min-width: 768px) {
  .u-dn-pc,
  .u-dn-md-min {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u-dn-sp,
  .u-dn-md-max {
    display: none;
  }
}

.u-cf::after {
  clear: both;
  content: "";
  display: block;
}