@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

sub, sup {
  font-size: 50%;
  font-weight: normal;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, picture, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

input[type=button]:not([disabled]), input[type=submit]:not([disabled]), input[type=reset]:not([disabled]), button:not([disabled]) {
  cursor: pointer;
}

[hidden] {
  display: none !important;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  touch-action: manipulation;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* Variables */
/* Used in Tailwind config */
.reset-link:link, .reset-link:visited {
  color: #111111;
  text-decoration: none;
}

.reset-list {
  list-style: none;
  padding-left: 0;
}
.reset-list li {
  margin-top: 0;
}
.reset-list li:not(:first-of-type) {
  margin-top: 0;
}

/* ------------------------------------
//  base
// ----------------------------------*/
:root {
  interpolate-size: allow-keywords;
}

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  width: 100%;
  height: 100%;
  font-size: 100%;
}

body {
  padding-top: 70px;
  position: relative;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-variant-numeric: tabular-nums;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.75;
  color: #111111;
  overflow-wrap: break-word;
  overflow-wrap: anywhere; /* 収まらない場合に折り返す */
  word-break: normal; /* 単語の分割はデフォルトに依存 */
  line-break: strict; /* 禁則処理を厳格に適用 */
}
@media only screen and (min-width: 601px) {
  body {
    padding-top: 96px;
    background-image: url("/campaign/gappeikinen/images/bg-body.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    background-attachment: fixed;
    background-size: cover;
  }
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.7;
}

a {
  transition: all 0.1s ease 0s;
}
a:link, a:visited {
  color: #006947;
}
a:hover, a:active {
  opacity: 0.8;
}

strong {
  font-weight: 500;
}

em {
  font-style: normal;
  font-weight: 500;
}

p {
  margin-top: 2em;
}

ul,
ol,
dl {
  margin-top: 1em;
  margin-bottom: 1em;
}

:root {
  scroll-behavior: smooth; /* スムーススクロール */
}

[id] {
  scroll-margin-top: calc(70px + 30px);
}
@media only screen and (min-width: 601px) {
  [id] {
    scroll-margin-top: calc(96px + 30px);
  }
}

/* ------------------------------------
//  button
// ----------------------------------*/
button {
  all: unset;
  display: inline-block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background: none;
  border: none;
  color: inherit;
  font: inherit;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

/* ------------------------------------
//  summary
// ----------------------------------*/
summary {
  outline: none;
  border: none;
  cursor: pointer;
}

/* ------------------------------------
//  画像
// ----------------------------------*/
figure {
  line-height: 1;
}

img,
svg {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

/* ------------------------------------
//  Utility Class
// ----------------------------------*/
small {
  font-size: 90%;
}

.--letter-spacing-none {
  letter-spacing: 0 !important;
}

/* Utilities */
.sp {
  display: block;
}
@media only screen and (min-width: 601px) {
  .sp {
    display: none;
  }
}

.pc {
  display: none;
}
@media only screen and (min-width: 601px) {
  .pc {
    display: block;
  }
}

.hidden {
  display: none;
}

.block {
  display: block;
}

.text-center {
  text-align: center;
}

/* text link arrow */
.text-link-arrow {
  margin: 0.75em 0;
  display: inline-flex;
  align-items: stretch;
  gap: 6px;
  font-size: 1rem;
}
@media only screen and (min-width: 601px) {
  .text-link-arrow {
    font-size: 1.125rem;
  }
}
.text-link-arrow::before {
  content: "";
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-block;
  width: 9px;
  height: auto;
  background-image: url("/campaign/gappeikinen/images/ico-arrow-r-1.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left top 0.5em;
}
@media only screen and (min-width: 601px) {
  .text-link-arrow::before {
    width: 10px;
  }
}
.text-link-arrow.--down::before {
  background-position: left top 0.5em;
  transform: rotate(90deg);
  position: relative;
  top: 2px;
}

.text-link-arrow2 {
  margin: 0.75em 0;
  display: inline-flex;
  align-items: stretch;
  gap: 8px;
  font-size: 0.9375rem;
}
.text-link-arrow2:link, .text-link-arrow2:visited {
  color: #009dff;
}
.text-link-arrow2::before {
  content: "";
  margin-top: 0.35em;
  flex-shrink: 0;
  flex-grow: 0;
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: rotate(-90deg);
  background-image: url("/campaign/gappeikinen/images/ico-arrow-bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: left top;
}
@media only screen and (min-width: 601px) {
  .text-link-arrow2::before {
    width: 20px;
    height: 20px;
  }
}

/* title */
.title01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.1em;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #00543d;
  border-radius: 10px;
  margin-bottom: 1.25rem;
  padding: 0.5em 0.25em;
  min-height: 76px;
}
@media only screen and (min-width: 601px) {
  .title01 {
    border-radius: 13px;
    font-size: 1.625rem;
    min-height: 100px;
  }
}
.title01 span {
  font-size: 88%;
}
.title01 span.small {
  font-size: 75%;
}

/* button */
.btn-wrapper {
  margin: 1.5em auto;
}

.btn-icon-left {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0.5rem 0;
  border-radius: 6px;
  font-size: 0.875rem;
  font-weight: 500;
  text-decoration: none;
}
@media only screen and (min-width: 601px) {
  .btn-icon-left {
    padding: 0.65rem 0;
    font-size: 1rem;
  }
}
.btn-icon-left i {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 601px) {
  .btn-icon-left i {
    width: 60px;
  }
}
.btn-icon-left i img {
  width: 18px;
  height: 18px;
}
@media only screen and (min-width: 601px) {
  .btn-icon-left i img {
    width: 22px;
    height: 22px;
  }
}
.btn-icon-left.btn-open-account {
  background-color: #00543d;
  color: white;
}
.btn-icon-left.btn-app-logon {
  background-color: #ef9718;
  color: white;
}
.btn-icon-left.btn-app-logon i img {
  width: 16px;
  height: 16px;
}
.btn-icon-left.btn-browser-logon {
  border: 1px solid #eceded;
  background-color: white;
  color: #374151;
}
.btn-icon-left.btn-browser-logon i img {
  width: 15px;
  height: 15px;
}
.btn-icon-left.btn-reserve {
  background-color: #00543d;
  color: white;
}
.btn-icon-left.btn-reserve i img {
  width: 10px;
  height: 15px;
}
.btn-icon-left.btn-white {
  background-color: white;
  color: #00543d;
  border: 1px solid #00543d;
}

/* image headline */
.image-headline {
  margin-bottom: 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
@media only screen and (min-width: 601px) {
  .image-headline {
    margin-bottom: 2rem;
    margin-left: -2rem;
    margin-right: -2rem;
  }
}

/* UL / OL / DL - list style */
.list1 li {
  margin-bottom: 0.75em;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}
.list1 li::before {
  content: "";
  margin-top: 0.6rem;
  width: 15px;
  height: 15px;
  background-image: url("/campaign/gappeikinen/images/ico-arrow-right-mark.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
.list1 li a {
  color: #00543d;
}

/* Go Top Button */
.go-top-btn {
  position: fixed;
  bottom: 1.5rem;
  right: 1rem;
  z-index: 15;
  width: 2.5rem;
  /* Reduced from 3rem */
  height: 2.5rem;
  transition: opacity 0.3s;
  cursor: pointer;
}
.go-top-btn img {
  width: 100%;
  height: 100%;
  display: block;
}

/* Section */
.sec {
  margin-bottom: 50px;
}
.sec:last-child {
  margin-bottom: 0;
}
@media only screen and (min-width: 601px) {
  .sec {
    margin-bottom: 70px;
  }
}

/* Main Contents Nav */
.main-contents-nav {
  margin: 0 auto;
  padding: 1.75rem;
  background-color: #ffffff;
}
@media only screen and (min-width: 601px) {
  .main-contents-nav {
    padding: 2rem;
    max-width: 500px;
  }
}

.contents-nav-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 22px;
}
@media only screen and (min-width: 601px) {
  .contents-nav-list {
    gap: 25px 28px;
  }
}

.contents-nav-item__link {
  aspect-ratio: 202/134;
  padding: 8px 0 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  justify-content: space-around;
  background-color: #fff;
  border: 1px solid #00543d;
  border-radius: 9px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 3px 3px 0 0 rgba(0, 0, 0, 0.4);
  position: relative;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 601px) {
  .contents-nav-item__link {
    padding-top: 10px;
  }
}
.contents-nav-item__link:hover {
  opacity: 0.8;
}
.contents-nav-item__link.--type2 {
  aspect-ratio: unset;
  padding: 10px 0;
  gap: 6px;
  background: linear-gradient(#fff 0%, #eaeae9 100%);
  box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
  border-color: #eaeaea;
  border-radius: 4px;
}
@media only screen and (min-width: 601px) {
  .contents-nav-item__link.--type2 {
    padding: 12px 0;
    gap: 10px;
  }
}
.contents-nav-item__link.--type2::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 10px;
  height: 100%;
  background-image: url("/campaign/gappeikinen/images/ico-arrow-r-1.png");
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 601px) {
  .contents-nav-item__link.--type2::after {
    width: 13px;
  }
}
.contents-nav-item__link.--type2 .contents-nav-item__icon img {
  width: auto;
  height: 36px;
}
@media only screen and (min-width: 601px) {
  .contents-nav-item__link.--type2 .contents-nav-item__icon img {
    height: 42px;
  }
}
.contents-nav-item__link.--type2 .contents-nav-item__title {
  font-size: 0.8125rem;
}
@media only screen and (min-width: 601px) {
  .contents-nav-item__link.--type2 .contents-nav-item__title {
    font-size: 1.125rem;
  }
}

.contents-nav-item__icon img {
  width: auto;
  height: 52px;
}
@media only screen and (min-width: 601px) {
  .contents-nav-item__icon img {
    height: 64px;
  }
}

.contents-nav-item__title {
  font-size: 0.75rem;
  color: #111111;
  text-align: center;
  line-height: 1.3;
}
@media only screen and (min-width: 601px) {
  .contents-nav-item__title {
    font-size: 1rem;
  }
}

.contents-nav-item__sub {
  display: block;
  margin-top: 0.5rem;
  font-size: 0.6875rem;
  color: #00543d;
  text-align: center;
}
@media only screen and (min-width: 601px) {
  .contents-nav-item__sub {
    font-size: 0.9375rem;
  }
}

/* Anchor List */
.anchor-list {
  margin: 0 auto;
  padding: 2rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 601px) {
  .anchor-list {
    padding: 2rem 0 3.5rem;
  }
}
.anchor-list li {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media only screen and (min-width: 601px) {
  .anchor-list li {
    margin-bottom: 0.3em;
    gap: 12px;
  }
}
.anchor-list li:before {
  content: "";
  margin-top: 0.25em;
  width: 23px;
  height: 23px;
  background-image: url("/campaign/gappeikinen/images/ico-arrow-bottom.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (min-width: 601px) {
  .anchor-list li:before {
    width: 30px;
    height: 30px;
  }
}
.anchor-list li a {
  font-size: 1.125rem;
  color: #00543d;
}
@media only screen and (min-width: 601px) {
  .anchor-list li a {
    font-size: 1.5rem;
  }
}

/* Card Item */
.card-item {
  margin-bottom: 20px;
  padding: 3px;
  padding-bottom: 1em;
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  /* Variations */
}
@media only screen and (min-width: 601px) {
  .card-item {
    margin-bottom: 26px;
    border-radius: 16px;
  }
}
.card-item.--ochikaku-de-kaisetsu {
  margin-top: 50px;
}
@media only screen and (min-width: 601px) {
  .card-item.--ochikaku-de-kaisetsu {
    margin-top: 70px;
  }
}
.card-item.--ochikaku-de-kaisetsu .title01 {
  margin-bottom: 0;
}

.card-item__content {
  padding: 0 18px;
}
.card-item__content .contents-nav-wrapper {
  width: 94%;
  margin: 0.5rem auto;
}
@media only screen and (min-width: 601px) {
  .card-item__content .contents-nav-wrapper {
    width: 92%;
    margin: 1rem auto;
  }
}

/* Numbering Content */
.numbering-content {
  margin-top: 40px;
}
@media only screen and (min-width: 601px) {
  .numbering-content {
    margin-top: 50px;
  }
}
.numbering-content + .numbering-content {
  margin-top: 30px;
}
@media only screen and (min-width: 601px) {
  .numbering-content + .numbering-content {
    margin-top: 40px;
  }
}
.numbering-content .card-item__data-image {
  margin-bottom: 20px;
}
@media only screen and (min-width: 601px) {
  .numbering-content .card-item__data-image {
    margin-bottom: 30px;
  }
}

/* Open Close Content */
details {
  margin: 15px 0 0;
  padding: 0 15px;
}

summary {
  position: relative;
  padding: 0.5em 30px 0.5em 10px;
  min-height: 60px;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.2;
  color: #00543d;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0;
  border: 4px double #00543d;
  list-style: none; /* 一部ブラウザのマーカー抑制に効く */
  /* バリエーション */
}
@media only screen and (min-width: 601px) {
  summary {
    min-height: 75px;
    font-size: 1.25rem;
  }
}
summary i {
  width: 9px;
  position: absolute;
  top: 50%;
  right: 14px;
  transform: rotate(90deg) translateY(-50%);
  transform-origin: center top;
  transition: all 0.1s ease 0s;
}
summary span {
  font-size: 88%;
}
summary.oc-btn-2 {
  border: 1px solid #049e94;
  font-size: 0.9375rem;
  font-weight: 400;
  text-align: left;
  color: #049e94;
  line-height: 1.4;
}
@media only screen and (min-width: 601px) {
  summary.oc-btn-2 {
    font-size: 1rem;
  }
}

summary:focus-visible {
  outline: 2px solid;
  outline-offset: 3px;
}

details[open] summary i {
  transform: rotate(270deg) translateY(-50%);
}

.open-close-content {
  margin-bottom: 30px;
  font-size: 0.75rem;
  line-height: 1.5;
}
@media only screen and (min-width: 601px) {
  .open-close-content {
    margin-bottom: 40px;
    font-size: 0.9375rem;
    line-height: 1.6;
  }
}
.open-close-content h3 {
  margin: 0.8em auto;
  padding: 0.6em 0.25em;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.6;
  color: #00543d;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #e6f3f1;
  border-radius: 13px;
}
@media only screen and (min-width: 601px) {
  .open-close-content h3 {
    font-size: 1.25rem;
  }
}
.open-close-content dl dt {
  color: #007e65;
}
.open-close-content p {
  margin-top: 1em;
  margin-bottom: 1em;
}

details:last-child .open-close-content {
  margin-bottom: 0;
}

/* main contents nav */
.main-contents-nav__buttons {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
@media only screen and (min-width: 601px) {
  .main-contents-nav__buttons {
    gap: 1.5rem;
  }
}
@media only screen and (min-width: 601px) {
  .main-contents-nav__buttons .btn-icon-left {
    font-size: 1.25rem;
  }
}
.main-contents-nav__buttons .btn-icon-left::after {
  content: "";
  width: 9px;
  height: 14px;
  background-color: #fff;
  -webkit-mask-image: url("/campaign/gappeikinen/images/ico-arrow-r-1.png");
  mask-image: url("/campaign/gappeikinen/images/ico-arrow-r-1.png");
  -webkit-mask-size: 100% auto;
  mask-size: 100% auto;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
}
@media only screen and (min-width: 601px) {
  .main-contents-nav__buttons .btn-icon-left::after {
    width: 15px;
    height: 23px;
  }
}
.main-contents-nav__buttons .btn-icon-left.btn-white::after {
  background-color: #00543d;
}
.main-contents-nav__buttons p {
  margin-top: 0;
  font-size: 85%;
  text-align: center;
}

/* Anchor Link Wrapper */
.anchor-link-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0 1em;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
@media only screen and (min-width: 601px) {
  .anchor-link-wrapper {
    gap: 1rem;
  }
}
.anchor-link-wrapper a {
  margin: 0;
}
.anchor-link-wrapper.--wide {
  margin-top: 2em;
  padding: 0;
}
.anchor-link-wrapper.--wide em {
  display: block;
  margin-bottom: 0.55em;
  font-size: 0.9375rem;
}
@media only screen and (min-width: 601px) {
  .anchor-link-wrapper.--wide em {
    font-size: 1.125rem;
  }
}
.anchor-link-wrapper.--wide .btn-icon-left {
  margin-bottom: 0.75em;
}

/* Data Attention */
.data-attention {
  margin-top: 1em;
  line-height: 1.6;
}
.data-attention:not(:first-child) {
  margin-top: 1.75em;
}
@media only screen and (min-width: 601px) {
  .data-attention {
    font-size: 1.125rem;
  }
}
.data-attention em {
  font-weight: 700;
  color: #017e63;
}
.data-attention p,
.data-attention ul {
  margin-top: 0;
}

/* Attention Text */
.attention-text {
  margin-top: 1.5em;
  font-size: 0.875rem;
  line-height: 2;
}
@media only screen and (min-width: 601px) {
  .attention-text {
    font-size: 1rem;
  }
}

/* Header */
.header {
  width: 100%;
  height: 70px;
  border-bottom: 5px solid #008772;
  background-color: rgb(255, 255, 255);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 13;
  width: 100%;
}
@media only screen and (min-width: 601px) {
  .header {
    height: 96px;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
  }
}
.header .header__container {
  height: 100%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 20px 0 15px;
  max-width: 1090px;
  margin: 0 auto;
  position: relative;
}
.header .header__logo {
  display: flex;
  align-items: center;
}
.header .header__logo img {
  width: 160px;
}
@media only screen and (min-width: 601px) {
  .header .header__logo img {
    width: 236px;
  }
}
.header .header__title {
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 0;
}
@media only screen and (min-width: 601px) {
  .header .header__title {
    gap: clamp(20px, 3.1478770132vw, 43px);
  }
}
.header .header__title svg path {
  fill: #39928b;
}
.header .header__title p {
  margin-top: 0;
  text-align: right;
  line-height: 1.1666666667;
}
.header .header__toggle {
  margin-left: auto;
  display: block;
  width: 38px;
  height: 34px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.header .header__toggle svg {
  width: 100%;
  height: 100%;
}
.header .header__toggle svg path {
  fill: black;
}

/* Slide Menu */
.menu-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 13;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s;
}
.menu-overlay.open {
  opacity: 1;
  visibility: visible;
}

.slide-menu {
  display: grid;
  grid-template-columns: 46px 1fr;
  align-items: flex-start;
  gap: 10px;
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  max-width: 500px;
  background-color: transparent;
  z-index: 15;
  transform: translateX(100%);
  overflow-y: auto;
  transition: transform 0.3s ease-in-out;
}
@media only screen and (min-width: 601px) {
  .slide-menu {
    grid-template-columns: 57px 1fr;
  }
}
.slide-menu.open {
  transform: translateX(0);
}

.slide-menu__close {
  width: 46px;
  cursor: pointer;
}
@media only screen and (min-width: 601px) {
  .slide-menu__close {
    width: 57px;
  }
}

.slide-menu__content {
  padding: 1.5rem 1rem;
  height: 100%;
  background-color: #ffffff;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.slide-menu__nav .slide-menu__title {
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 500;
}
@media only screen and (min-width: 601px) {
  .slide-menu__nav .slide-menu__title {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 601px) {
  .slide-menu__nav .list1 li a {
    font-size: 1.125rem;
  }
}

.slide-menu__buttons {
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

/* Footer */
.footer {
  text-align: center;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.8);
  background-color: #1b7861;
  padding: 1.5rem 0.5rem 1rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 601px) {
  .footer {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.footer__legal {
  line-height: 2;
  margin-bottom: 0.5rem;
}
@media only screen and (min-width: 601px) {
  .footer__legal {
    margin-bottom: 0;
  }
}

.footer__copy {
  white-space: nowrap;
}

/* Main Content */
.main-container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 50px;
  position: relative;
  background-image: url("/campaign/gappeikinen/images/bg-main.png");
  background-repeat: repeat-y;
  background-position: center top;
  background-size: 100% auto;
}
@media only screen and (min-width: 601px) {
  .main-container {
    width: 500px;
    padding-bottom: 80px;
  }
}

.main-wrapper {
  padding: 0 1.5rem;
}
@media only screen and (min-width: 601px) {
  .main-wrapper {
    padding: 0 2rem;
  }
}

/* Hero Section */
.hero {
  aspect-ratio: 390/340;
  margin: 0 auto;
  padding: 26px 0 20px;
  background-image: url("/campaign/gappeikinen/images/bg-body.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  display: grid;
  place-content: center;
}
@media only screen and (min-width: 601px) {
  .hero {
    padding-top: 38px;
    padding-bottom: 42px;
    background-image: none;
    max-width: 500px;
  }
}

.hero__image-wrapper {
  margin: 0 auto;
  width: 45.3846153846%;
}
@media only screen and (min-width: 601px) {
  .hero__image-wrapper {
    width: 303px;
  }
}

.hero__text {
  margin-top: clamp(1em, 5.1282051282%, 26px);
  font-size: clamp(0.75rem, 3.0769230769vw, 1rem);
  text-align: center;
}
@media only screen and (min-width: 601px) {
  .hero__text {
    margin-top: 26px;
    font-size: 0.9375rem;
    line-height: 1.8666666667;
  }
}

/* Campaign List */
.campaign-list {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (min-width: 601px) {
  .campaign-list {
    gap: 4rem;
  }
}

.campaign-card {
  position: relative;
}
.campaign-card.--slim {
  padding: 0 1.5rem;
}

.campaign-card__figure {
  width: 100%;
  padding: 5px 5px 25px;
  background-color: #fff;
  border-radius: 13px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.campaign-card__figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.campaign-detail-btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1em;
  width: 285px;
  margin: 1.5rem auto 0;
  position: relative;
  z-index: 10;
  transition: transform 0.3s;
}
@media only screen and (min-width: 601px) {
  .campaign-detail-btn-wrapper {
    margin-top: 2rem;
    width: 365px;
  }
}
.campaign-detail-btn-wrapper:hover {
  transform: scale(1.05);
}
.campaign-detail-btn-wrapper p {
  margin-top: 0;
  font-size: 80%;
  text-align: center;
}

.campaign-detail-btn-text {
  margin: 0 auto -0.1em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.1em;
  text-align: center;
}
@media only screen and (min-width: 601px) {
  .campaign-detail-btn-text {
    font-size: 1.25rem;
  }
}

.campaign-detail-btn {
  padding: 0.5em 1.5em 0.5em 0.75em;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #017e63;
  border-radius: 999px;
  position: relative;
  white-space: nowrap;
  text-decoration: none;
  width: 100%;
  height: 100%;
  line-height: 1.4;
  text-align: center;
  /* Variations */
}
@media only screen and (min-width: 601px) {
  .campaign-detail-btn {
    font-size: 1.125rem;
  }
}
.campaign-detail-btn:before {
  content: "";
  width: 9px;
  height: 100%;
  background-color: #fff;
  -webkit-mask-image: url("/campaign/gappeikinen/images/ico-arrow-r-1.png");
  mask-image: url("/campaign/gappeikinen/images/ico-arrow-r-1.png");
  -webkit-mask-size: 100%;
  mask-size: 100%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
}
@media only screen and (min-width: 601px) {
  .campaign-detail-btn:before {
    width: 10px;
  }
}
.campaign-detail-btn:link, .campaign-detail-btn:visited {
  color: white;
}
.campaign-detail-btn.--orange {
  background-color: #f38200;
}

/* Login Area */
.login-area {
  margin: 0 auto;
  padding: 2rem 1.5rem;
  background-color: #e6f3f1;
}
@media only screen and (min-width: 601px) {
  .login-area {
    padding: 3rem 2.5rem;
    max-width: 500px;
  }
}
.login-area .list1 li {
  justify-content: center;
}

.login-area__label {
  margin-bottom: 0.5em;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.25rem;
  font-size: 0.75rem;
  color: #006947;
}
.login-area__label i {
  margin-top: 0.2rem;
}
.login-area__label img {
  height: 0.65rem;
}

.login-area__buttons {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
}

.login-area__cta {
  margin-top: 2.5rem;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 13px;
  overflow: hidden;
}
.login-area__cta a {
  display: block;
}
.login-area__cta a:hover {
  opacity: 0.9;
}
.login-area__cta a img {
  width: 100%;
}

/* Campaign Page Nav */
.text-headline {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #049e94;
  border-radius: 13px;
  color: #fff;
  padding: 0.6em 0.5em;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.6;
}
@media only screen and (min-width: 601px) {
  .text-headline {
    font-size: 1.25rem;
  }
}

.campaign-page-nav {
  margin-top: 20px;
  margin-bottom: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
}
@media only screen and (min-width: 601px) {
  .campaign-page-nav {
    margin-top: 26px;
    gap: 22px;
  }
}/*# sourceMappingURL=style.css.map */


