@charset "UTF-8";
/* Document
 * ========================================================================== */
/**
 * Add border box sizing in all browsers (opinionated).
 */
*,
::before,
::after {
  box-sizing: border-box;
}

/**
 * 1. Add text decoration inheritance in all browsers (opinionated).
 * 2. Add vertical alignment inheritance in all browsers (opinionated).
 */
::before,
::after {
  text-decoration: inherit; /* 1 */
  vertical-align: inherit; /* 2 */
}

/**
 * 1. Use the default cursor in all browsers (opinionated).
 * 2. Change the line height in all browsers (opinionated).
 * 3. Use a 4-space tab width in all browsers (opinionated).
 * 4. Remove the grey highlight on links in iOS (opinionated).
 * 5. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 * 6. Breaks words to prevent overflow in all browsers (opinionated).
 */
html {
  cursor: default; /* 1 */
  line-height: 1.5; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  -webkit-tap-highlight-color: transparent;
  -ms-text-size-adjust: 100%; /* 5 */
  -webkit-text-size-adjust: 100%; /* 5 */
  word-break: break-word; /* 6 */
}

/* Sections
 * ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Edge, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
 * ========================================================================== */
/**
 * Remove the margin on nested lists in Chrome, Edge, IE, and Safari.
 */
dl dl,
dl ol,
dl ul,
ol dl,
ul dl {
  margin: 0;
}

/**
 * Remove the margin on nested lists in Edge 18- and IE.
 */
ol ol,
ol ul,
ul ol,
ul ul {
  margin: 0;
}

/**
 * 1. Add the correct sizing in Firefox.
 * 2. Show the overflow in Edge 18- and IE.
 */
hr {
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
  display: block;
}

/**
 * Remove the list style on navigation lists in all browsers (opinionated).
 */
nav ol,
nav ul {
  list-style: none;
  padding: 0;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
 * ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Add the correct text decoration in Edge 18-, IE, and Safari.
 */
abbr[title] {
  text-decoration: underline;
  text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/* Embedded content
 * ========================================================================== */
/*
 * Change the alignment on media elements in all browsers (opinionated).
 */
audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on iframes in all browsers (opinionated).
 */
iframe {
  border-style: none;
}

/**
 * Remove the border on images within links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Change the fill color to match the text color in all browsers (opinionated).
 */
svg:not([fill]) {
  fill: currentColor;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Tabular data
 * ========================================================================== */
/**
 * Collapse border spacing in all browsers (opinionated).
 */
table {
  border-collapse: collapse;
}

/* Forms
 * ========================================================================== */
/**
 * Remove the margin on controls in Safari.
 */
button,
input,
select {
  margin: 0;
}

/**
 * 1. Show the overflow in IE.
 * 2. Remove the inheritance of text transform in Edge 18-, Firefox, and IE.
 */
button {
  overflow: visible; /* 1 */
  text-transform: none; /* 2 */
}

/**
 * Correct the inability to style buttons in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * 1. Change the inconsistent appearance in all browsers (opinionated).
 * 2. Correct the padding in Firefox.
 */
fieldset {
  border: 1px solid #a0a0a0; /* 1 */
  padding: 0.35em 0.75em 0.625em; /* 2 */
}

/**
 * Show the overflow in Edge 18- and IE.
 */
input {
  overflow: visible;
}

/**
 * 1. Correct the text wrapping in Edge 18- and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in Edge 18- and IE.
 * 2. Add the correct vertical alignment in Chrome, Edge, and Firefox.
 */
progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the inheritance of text transform in Firefox.
 */
select {
  text-transform: none;
}

/**
 * 1. Remove the margin in Firefox and Safari.
 * 2. Remove the default vertical scrollbar in IE.
 * 3. Change the resize direction in all browsers (opinionated).
 */
textarea {
  margin: 0; /* 1 */
  overflow: auto; /* 2 */
  resize: vertical; /* 3 */
}

/**
 * Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  padding: 0;
}

/**
 * 1. Correct the odd appearance in Chrome, Edge, and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Safari.
 */
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

/**
 * Remove the inner padding in Chrome, Edge, and Safari on macOS.
 */
::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style upload buttons in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Remove the inner border and padding of focus outlines in Firefox.
 */
::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus outline styles unset by the previous rule in Firefox.
 */
:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove the additional :invalid styles in Firefox.
 */
:-moz-ui-invalid {
  box-shadow: none;
}

/* Interactive
 * ========================================================================== */
/*
 * Add the correct display in Edge 18- and IE.
 */
details {
  display: block;
}

/*
 * Add the correct styles in Edge 18-, IE, and Safari.
 */
dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content;
}

dialog:not([open]) {
  display: none;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
 * ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* User interaction
 * ========================================================================== */
/*
 * 1. Remove the tapping delay in IE 10.
 * 2. Remove the tapping delay on clickable elements
      in all browsers (opinionated).
 */
a,
area,
button,
input,
label,
select,
summary,
textarea,
[tabindex] {
  -ms-touch-action: manipulation; /* 1 */
  touch-action: manipulation; /* 2 */
}

/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Accessibility
 * ========================================================================== */
/**
 * Change the cursor on busy elements in all browsers (opinionated).
 */
[aria-busy=true] {
  cursor: progress;
}

/*
 * Change the cursor on control elements in all browsers (opinionated).
 */
[aria-controls] {
  cursor: pointer;
}

/*
 * Change the cursor on disabled, not-editable, or otherwise
 * inoperable elements in all browsers (opinionated).
 */
[aria-disabled=true],
[disabled] {
  cursor: not-allowed;
}

/*
 * Change the display on visually hidden accessible elements
 * in all browsers (opinionated).
 */
[aria-hidden=false][hidden] {
  display: initial;
}

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

/* -----------------------
  COMMON
 ------------------------- */
html {
  background-color: #fff;
  /*
  font-size: 16px;
  */
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  position: relative;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
body, button, input, select, textarea {
  color: #231200;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
}

body {
  line-height: 1.6;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block;
}

article, aside, audio, blockquote, body, canvas, caption, dd, details, div, dl, dt, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, hr, iframe, legend, li, nav, ol, p, section, ul, video {
  margin: 0;
  padding: 0;
}

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

img {
  width: auto;
  height: auto;
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  vertical-align: text-bottom;
}

:focus {
  outline: none;
}

.scroll-prevent {
  position: fixed;
  z-index: -1;
  width: 100%;
  height: 100%;
}

*, article {
  box-sizing: border-box;
}

.scroll_fadein {
  opacity: 0;
  transform: translate(-60px, 0);
  transition: all 1s;
}
.scroll_fadein.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

.fadeIn {
  opacity: 0;
  transition: all 0.8s;
}
.fadeIn.scrollin {
  opacity: 1;
}

/* -----------------------
  LAYOUT
 ------------------------- */
.section-inner {
  max-width: 1064px;
  width: 100%;
  position: relative;
  margin: auto;
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .section-inner {
    padding: 60px 24px;
  }
}
@media screen and (max-width: 767px) {
  .section-inner {
    padding: 60px 24px;
  }
}

/* -----------------------
　　PARTS
-------------------------- */
a {
  color: #3680CC;
  text-decoration: none;
  transition: all 0.3s ease;
}
@media screen and (min-width: 992px) {
  a:hover {
    opacity: 0.7;
  }
  a[href^="tel:"] {
    pointer-events: none;
  }
}

.alignright {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

.alignleft {
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px), print {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

.aligncenter {
  text-align: center;
}
.aligncenter > * {
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.textleft {
  text-align: left;
}

.textright {
  text-align: right;
}

.textcenter {
  text-align: center;
}

@media screen and (min-width: 992px) {
  .only-sp {
    display: none !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .only-sp {
    display: block !important;
  }
}

@media screen and (min-width: 992px) {
  .only-pc {
    display: block !important;
  }
}
@media screen and (min-width: 768px), print {
  .only-pc {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .only-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .row > * {
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px), print {
  .row {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    margin-bottom: 30px;
  }
  .row .col1 > * {
    width: 90%;
  }
  .row .col2 > * {
    width: 45%;
  }
  .row .col3 > * {
    width: 30%;
  }
  .row .col4 > * {
    width: 22.5%;
  }
  .row .col5 > * {
    width: 18%;
  }
  .row .col6 > * {
    width: 15%;
  }
  .row.wrap {
    flex-wrap: wrap;
  }
  .row.row-center {
    justify-content: center;
  }
  .row.row-around {
    justify-content: space-around;
  }
}

.emoji {
  font-family: "Segoe UI Emoji", "Segoe UI Symbol", "Apple Color Emoji", "Noto Color Emoji", "Noto Emoji";
}

.mb0 {
  margin-bottom: 0px;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb35 {
  margin-bottom: 35px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb45 {
  margin-bottom: 45px;
}

.mb50 {
  margin-bottom: 50px;
}

.w0 {
  width: 0%;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.w105 {
  width: 105%;
}

.w110 {
  width: 110%;
}

.w115 {
  width: 115%;
}

.w120 {
  width: 120%;
}

.w125 {
  width: 125%;
}

.w130 {
  width: 130%;
}

.w135 {
  width: 135%;
}

.w140 {
  width: 140%;
}

.w145 {
  width: 145%;
}

.w150 {
  width: 150%;
}

.w155 {
  width: 155%;
}

.w160 {
  width: 160%;
}

.w165 {
  width: 165%;
}

.w170 {
  width: 170%;
}

.w175 {
  width: 175%;
}

.w180 {
  width: 180%;
}

.w185 {
  width: 185%;
}

.w190 {
  width: 190%;
}

.w195 {
  width: 195%;
}

.w200 {
  width: 200%;
}

.w205 {
  width: 205%;
}

.w210 {
  width: 210%;
}

.w215 {
  width: 215%;
}

.w220 {
  width: 220%;
}

.w225 {
  width: 225%;
}

.w230 {
  width: 230%;
}

.w235 {
  width: 235%;
}

.w240 {
  width: 240%;
}

.w245 {
  width: 245%;
}

.w250 {
  width: 250%;
}

.breadcrumb {
  background-color: #eef5ff;
}
.breadcrumb ul {
  padding: 5px 20px;
}
.breadcrumb ul li {
  display: inline-block;
  font-size: 0.875rem;
}
.breadcrumb ul li:after {
  content: ">";
  display: inline-block;
  margin-right: 7px;
  color: #666666;
}
.breadcrumb ul li:last-child:after {
  display: none;
}
.breadcrumb ul li a {
  display: inline-block;
  margin-right: 7px;
}

.marker {
  padding-bottom: 7px;
  background: linear-gradient(transparent 60%, #FFF500 60%);
}

.modal {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
}
.modal.open {
  display: block;
  opacity: 1;
}
.modal__bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  position: relative;
  z-index: 2;
}
.modal__wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  width: 100vw;
}
@media screen and (min-width: 768px), print {
  .modal__wrap {
    width: calc(100vw - 40px);
  }
}
@media screen and (min-width: 992px) {
  .modal__wrap {
    width: 1064px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.modal__close {
  position: absolute;
  right: -10px;
  width: 64px;
  height: 64px;
  top: 0;
  transform: translateY(calc(-100% - 8px));
}
@media screen and (max-width: 767px) {
  .modal__close {
    width: 50px;
    height: 50px;
    right: 10px;
  }
}
.modal__close a {
  display: block;
  position: relative;
}
.modal__close a:before {
  content: "";
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  top: 8px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .modal__close a:before {
    width: 50px;
    height: 50px;
  }
}
.modal__close a .inner {
  display: block;
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 2;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .modal__close a .inner {
    width: 50px;
    height: 50px;
  }
}
.modal__close a .inner:before {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 26px;
  left: 25%;
  transform: rotate(45deg);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .modal__close a .inner:before {
    width: 24px;
    height: 5px;
    top: 20px;
    left: 24%;
  }
}
.modal__close a .inner:after {
  content: "";
  display: block;
  width: 30px;
  height: 6px;
  border-radius: 3px;
  position: absolute;
  top: 26px;
  left: 25%;
  transform: rotate(-45deg);
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .modal__close a .inner:after {
    width: 24px;
    height: 5px;
    top: 20px;
    left: 24%;
  }
}
.modal__content {
  position: relative;
  background-color: transparent;
}
@media screen and (max-width: 767px) {
  .modal__content {
    max-height: calc(100vh - 80px);
  }
}
.modal .video {
  width: 100%;
  padding-top: 56.25%;
  height: 0;
  position: relative;
  border-radius: 10px;
}
.modal .video iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@keyframes scrollIn {
  0% {
    top: -80px;
  }
  100% {
    top: 0;
  }
}
#site-header {
  width: 100vw;
  height: 80px;
  background-color: #fff;
}
#site-header > .row {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 0 40px;
}
@media screen and (max-width: 767px) {
  #site-header > .row {
    padding: 0 20px;
  }
}
#site-header .site-logo {
  height: 40px;
  margin-bottom: 0;
}
#site-header .site-logo img {
  display: block;
  width: auto;
  height: 100%;
}

#site-footer {
  background-color: #fff;
}
#site-footer .page_footer-inner {
  width: 100%;
  height: auto;
  padding: 40px 0;
  background-color: #ffe000;
}
@media screen and (max-width: 767px) {
  #site-footer .page_footer-inner {
    padding: 8.5333333333vw 0;
  }
}
#site-footer .page_footer-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #site-footer .page_footer-nav ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column nowrap;
    flex-flow: column nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
#site-footer .page_footer-nav ul li {
  font-size: 1.4rem;
  line-height: 1em;
}
@media screen and (max-width: 767px) {
  #site-footer .page_footer-nav ul li {
    font-size: 3.7333333333vw;
  }
}
@media screen and (max-width: 767px) {
  #site-footer .page_footer-nav ul li:not(:first-of-type) {
    margin-top: 2em;
  }
}
@media screen and (min-width: 768px), print {
  #site-footer .page_footer-nav ul li:not(:first-of-type) {
    margin-left: 2em;
  }
}
#site-footer .page_footer-nav ul li a {
  position: relative;
  display: inline-block;
  color: #000;
  padding: 0 0 0 1.25em;
}
@media screen and (max-width: 767px) {
  #site-footer .page_footer-nav ul li a {
    padding: 0;
  }
}
@media screen and (min-width: 768px), print {
  #site-footer .page_footer-nav ul li a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    border: 3px solid #000;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #site-footer .page_footer-nav ul li a:after {
    content: "";
    position: absolute;
    bottom: -0.5em;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #000;
    -webkit-transition: width 0.3s ease;
    transition: width 0.3s ease;
  }
}
@media screen and (min-width: 992px) {
  #site-footer .page_footer-nav ul li a:hover {
    opacity: 1;
  }
  #site-footer .page_footer-nav ul li a:hover:after {
    width: 100%;
  }
}
#site-footer .copyright {
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1em;
  font-style: normal;
  padding: 2em 0;
  color: #fff;
  background-color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.action {
  border: 5px solid #FFF5BE;
  border-radius: 32px;
  padding: 30px;
  position: relative;
}
.action-ttl {
  color: #AA9142;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 25px;
  font-size: 1.6rem;
}
.action-buttons {
  display: flex;
  justify-content: space-between;
}
.action-button {
  flex-basis: 32.26%;
  position: relative;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 13px;
  border-radius: 24px;
  box-shadow: 0 6px 10px rgba(0, 0, 0, 0.16);
}
.action-button:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/ico_pagenav.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translate(0, -50%);
  z-index: 10;
}
.action-button .label {
  color: #fff;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 900;
}
.action-button .label.black {
  color: #000;
}
.action-button small {
  display: block;
  margin-bottom: 0.4em;
  font-size: 0.58em;
  line-height: 1.3;
}
.action-button.--yellow {
  background-color: #FFBF00;
}
.action-button.--red {
  background-color: #E74B3C;
}
.action-button.--green {
  background-color: #428C7D;
}

.page-header {
  background-color: #FFBF00;
  padding: 50px 0 112px;
  text-align: center;
}
.page-header .tagline {
  margin-bottom: 0.4em;
  line-height: 1.3;
  font-size: 34px;
  font-weight: 700;
}

.top-cta {
  margin-top: -64px;
}
.top-cta .ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-cta .section-inner {
  background-color: #fff;
  border-radius: 32px;
  padding: 32px;
}
.top-cta .action-button {
  padding: 25px;
}

.about .section-inner {
  padding-top: 40px;
  padding-bottom: 150px;
  max-width: 850px;
}
.about h2 {
  margin-bottom: 56px;
  text-align: center;
}
.about p {
  font-size: 1.6rem;
  margin-bottom: 1em;
}
.about .img {
  margin-top: 3.2rem;
  text-align: center;
}
.about .img img {
  max-width: 810px;
}

.bottom-cta {
  background-color: #FFBF00;
}
.bottom-cta .ttl {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
}
.bottom-cta .section-inner {
  background-color: #fff;
  border-radius: 32px;
  padding: 10px 65px 50px;
  transform: translateY(-50px);
}