@charset "UTF-8";
/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --white: #ffffff;
  --text-color: #000000;
  --main: #185AA5;
  --sub: #C11414;
  --cta: #FCCA00;
  --pink: #FFDBDB;
  --bg: #f5f5f5;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
:root {
  --inner_width: 120rem;
  --pi: 5rem;
  --transition: 0.5s;
}

/* -------------------------------------------*/
:root {
  --text-base: "Zen Kaku Gothic New","Noto Sans JP",
              "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN",
              "游ゴシック",YuGothic,
              "メイリオ",Meiryo,
              sans-serif;
  --antique: "Zen Kaku Gothic Antique", sans-serif;
  --eng: "Zen Maru Gothic", sans-serif;
  --mincho: "Zen Antique Soft",serif;
}

/* -------------------------------------------*/
/* -------------------------------------------*/
html,
body,
div,
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,
sub,
sup,
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 {
  border: 0;
  font-size: 100%;
  font-weight: 500;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

span {
  font-weight: inherit;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/* -------------------------------------------*/
/* -------------------------------------------*/
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  -ms-overflow-style: scrollbar;
  font-size: 62.5%;
  overflow: auto;
}

body {
  color: var(--text-color);
  font-family: var(--text-base);
  font-size: 16px;
  font-weight: 500;
  height: 100%;
  height: 100%;
  letter-spacing: 0;
  line-height: 1;
  overflow-x: clip;
  position: relative;
}

body:not(.home) {
  background-color: var(--bg);
}

[tabindex="-1"]:focus {
  outline: 0 !important;
}

section {
  position: relative;
  width: 100%;
}

hgroup {
  position: relative;
}

a,
button {
  color: inherit;
  display: block;
  height: 100%;
  text-decoration: none;
  transition: var(--transition);
}
a::before, a::after,
button::before,
button::after {
  transition: var(--transition);
}

a[href^="tel:"] {
  display: inline-block;
}

picture {
  display: block;
}

img {
  height: 100%;
  vertical-align: middle;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

em {
  font-style: normal;
}

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

input,
button,
select,
optgroup,
textarea {
  background-color: transparent;
  border: none;
  border: none;
  box-sizing: border-box;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  position: relative;
  vertical-align: middle;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

input[type=radio],
input[type=checkbox] {
  box-sizing: border-box;
  padding: 0;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=month] {
  -webkit-appearance: listbox;
}

textarea {
  overflow: auto;
  resize: vertical;
}

fieldset {
  border: 0;
  margin: 0;
  min-width: 0;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  border-offset: -2px;
  -webkit-appearance: none;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

output {
  display: inline-block;
}

address {
  font-style: normal;
}
/* スクロールバーのトラックの背景色 */
::-webkit-scrollbar-track {
  background-color: transparent;
}

/* スクロールバーのスクロール部分 */
::-webkit-scrollbar-thumb {
  background-color: #19274e;
  border-radius: 5px;
}

/* スクロールバーの上部ボタン */
::-webkit-scrollbar-button:start {
  display: none;
}

/* スクロールバーの下部ボタン */
::-webkit-scrollbar-button:end {
  display: none;
}

/* -------------------------------------------*/
.p-download-sec {
  margin-top: 5.2rem;
  padding-inline: var(--pi);
}

.p-download-sec__inner {
  margin-inline: auto;
  max-width: var(--inner_width);
}

.p-download-ttlBox {
  font-family: var(--antique);
}

.p-downloadLow-contentsBlock {
  display: flex;
  flex-direction: column;
  gap: 6rem;
  margin-top: 6.2rem;
}

.p-downloadLow-contents {
  background-color: var(--white);
  border-radius: 16px;
  padding: 3rem 7.6rem 4.5rem;
}

.p-downloadLow-imgBox {
  align-items: center;
  display: grid;
  gap: 3.8167938931%;
  grid-template-columns: 24rem 1fr;
  margin-top: 4.2rem;
}

.p-downloadLow-image {
  aspect-ratio: 241/339;
}

.p-downloadLow-name {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.44;
}

.p-downloadLow-meta {
  display: flex;
  font-size: 1.8rem;
  gap: 1em;
  margin-top: 0.6rem;
}
.p-downloadLow-meta span {
  font-size: inherit;
}

.p-downloadLow-downloadBlock {
  margin-top: 1.4rem;
}

.p-downloadLow-downloadBlock__ttl {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.4444444444;
}

.p-downloadLow-downloadBlock__inner {
  display: grid;
  gap: 1.2rem;
  grid-template-columns: 24rem 24rem;
}

.p-downloadLow-download {
  height: 6.9rem;
}

.p-downloadLow-download a {
  align-content: center;
  align-items: center;
  border: 3px solid var(--cta);
  border-radius: 100px;
  box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
  display: flex;
  font-size: 1.7rem;
  gap: 0.9rem;
  justify-content: center;
  line-height: 1.4705882353;
}

.p-downloadLow-download__image {
  aspect-ratio: 26.48/34.97;
  width: 2.6rem;
}

.p-downloadLow-linkBlock {
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
  margin-top: 2.8rem;
}
.p-downloadLow-flyer__listContainer {
  display: grid;
  padding-inline: 0.8rem;
  --column: 3;
  gap: 6.2rem 14.84375%;
  grid-template-columns: repeat(var(--column), 1fr);
  margin-top: 2.4rem;
}

.p-downloadLow-flyer__listItemImage {
  aspect-ratio: 240/334.9;
}

.p-downloadLow-flyer__caption {
  margin-top: 1.8rem;
}

.p-downloadLow-flyer__name {
  font-size: 2rem;
  line-height: 1.4;
  text-align: center;
}

.p-downloadLow-flyer__btn p {
  font-size: 1.7rem;
  line-height: 1.4705882353;
  margin-top: 0.8rem;
  text-align: center;
  text-decoration: underline;
}

.p-downloadLow-cta {
  margin-top: 7.7rem;
}

.p-downloadLow-image,
.p-downloadLow-flyer__listItemImage {
  border: 1px solid #bfbfbf;
}

@media (max-width: 1200px){
  .p-downloadLow-flyer__listContainer {
    gap: 6.2rem 9.765625%;
  }
}

@media screen and (max-width: 1080px){
  html {
    font-size: 57.5%;
  }
}

@media (max-width: 1024px){
  .p-downloadLow-contents {
    padding: 2.8rem 3.6rem;
  }
}

@media (max-width: 960px){
  .p-downloadLow-downloadBlock__inner {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
  }
  .p-downloadLow-download {
    width: 24rem;
  }
  .p-downloadLow-flyer__listContainer {
    gap: 6.2rem 6.25%;
    --column: 2;
  }
}

@media (max-width: 820px){
  .p-downloadLow-download a {
    font-size: 1.5rem;
  }
}

@media (max-width: 768px){
  .p-download-sec {
    margin-top: 1.4rem;
  }
  .p-downloadLow-imgBox {
    gap: 2.8rem;
    grid-template-columns: 48.7804878049% 1fr;
  }
  .p-downloadLow-name {
    font-size: 2rem;
  }
  .p-downloadLow-meta {
    flex-direction: column;
    font-size: 1.5rem;
    gap: 0.5em;
  }
  .p-downloadLow-downloadBlock {
    margin-top: 3rem;
  }
  .p-downloadLow-downloadBlock__ttl {
    font-size: 1.6rem;
  }
  .p-downloadLow-download {
    height: 5rem;
    width: 100%;
  }
  .p-downloadLow-download__image {
    width: 2rem;
  }
  .p-downloadLow-linkBlock.u-768 {
    display: flex !important;
  }
  .p-downloadLow-link a {
    border: unset;
    height: auto;
    text-align: left;
    width: -moz-fit-content;
    width: fit-content;
  }
}

@media not all and (max-width: 768px){
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px){
  :root {
    --pi: 2rem;
  }
  html {
    font-size: 62.5%;
  }
}

@media (max-width: 666px){
  .p-downloadLow-flyer__listContainer {
    gap: 5rem;
    --column: 1;
  }
  .p-downloadLow-flyer__caption {
    margin-top: 1.2rem;
  }
}

@media (hover: hover) and (pointer: fine){
  a:hover,
  button:hover {
    opacity: 0.7;
  }
}

@media all and (-ms-high-contrast: none){
  html,
  body {
    display: none;
  }
}
/*# sourceMappingURL=../maps/project/download.css.map */
