@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

th {
  font-weight: normal;
}

td {
  text-align: left;
}

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

_::-webkit-full-page-media,
_:future,
:root * {
  letter-spacing: -0.05em;
}

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

img,
video {
  max-width: 100%;
  height: auto;
}

img {
  border-style: none;
  vertical-align: bottom;
}

img[src$=".svg"] {
  width: 100%;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
a img {
  text-decoration: none;
}

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

input,
select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

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

input,
button,
textarea,
select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select::-ms-expand {
  display: none;
}

img {
  backface-visibility: hidden;
}

html {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "小塚ゴシック Pro'", "Kozuka Gothic Pro", "Noto Sans JP", sans-serif;
  overflow-y: scroll;
}

body {
  background: #fff;
  position: relative;
  min-height: 100vh;
  font-size: 1.125rem;
  line-height: 1.75;
  color: #242424;
  box-sizing: border-box;
}

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

a:link,
a:hover,
a:active,
a:visited {
  color: #00bd98;
}

a:link,
a:visited {
  text-decoration: none;
  color: #00bd98;
}

a:hover,
a:active {
  text-decoration: none;
}

a img:hover {
  opacity: 0.8;
  transition: all 0.3s;
}

header {
  width: 100%;
  padding: 10px;
  text-align: center;
  position: sticky;
  top: 0;
  z-index: 10;
  background: #fff;
}
@media screen and (min-width: 768px) {
  header {
    padding: 15px;
  }
}
@media screen and (min-width: 1170px) {
  header {
    padding: 20px;
  }
}
header .logoBox img.logo {
  width: 100px;
  height: auto;
}
@media screen and (min-width: 768px) {
  header .logoBox img.logo {
    width: 150px;
  }
}
@media screen and (min-width: 1170px) {
  header .logoBox img.logo {
    width: 180px;
  }
}

.titleArea {
  width: 100%;
  background: url(../img/bg_head.jpg) center;
  background-size: cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .titleArea {
    height: 300px;
    padding: 0;
  }
}
@media screen and (min-width: 1170px) {
  .titleArea {
    height: 400px;
  }
}

.titleTxtArea {
  width: 90%;
  margin: 0 auto;
  vertical-align: sub;
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .titleTxtArea {
    width: 95%;
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    padding-bottom: 10px;
    height: 100%;
  }
}
@media screen and (min-width: 1170px) {
  .titleTxtArea {
    max-width: 1170px;
  }
}
.titleTxtArea .headImg {
  width: 160px;
  margin: 0 auto 10px;
}
@media screen and (min-width: 768px) {
  .titleTxtArea .headImg {
    width: 200px;
    margin: 0 0 10px;
  }
}
@media screen and (min-width: 820px) {
  .titleTxtArea .headImg {
    width: 260px;
  }
}
@media screen and (min-width: 1170px) {
  .titleTxtArea .headImg {
    margin: 0 30px 0 0;
  }
}
.titleTxtArea .enTxt {
  font-size: 1rem;
  text-shadow: 0 0 10px #3d2a1a;
}
@media screen and (min-width: 768px) {
  .titleTxtArea .enTxt {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 820px) {
  .titleTxtArea .enTxt {
    font-size: 2.25rem;
  }
}
@media screen and (min-width: 1170px) {
  .titleTxtArea .enTxt {
    font-size: 4.375rem;
  }
}
.titleTxtArea .jpTxt {
  font-size: 1.5rem;
  text-shadow: 0 0 20px #3d2a1a;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .titleTxtArea .jpTxt {
    font-size: 2.5rem;
  }
}
@media screen and (min-width: 820px) {
  .titleTxtArea .jpTxt {
    font-size: 4.25rem;
  }
}
@media screen and (min-width: 1170px) {
  .titleTxtArea .jpTxt {
    font-size: 6.25rem;
  }
}

nav.ancerArea {
  width: 90%;
  margin: 30px auto 0;
}
@media screen and (min-width: 820px) {
  nav.ancerArea {
    width: 80%;
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 1170px) {
  nav.ancerArea {
    width: 70%;
    max-width: 620px;
    margin: 70px auto 0;
  }
}
nav.ancerArea ul.navBox {
  display: flex;
  gap: 10px;
  justify-content: space-around;
  text-align: center;
}
@media screen and (min-width: 768px) {
  nav.ancerArea ul.navBox {
    gap: 30px;
  }
}
@media screen and (min-width: 820px) {
  nav.ancerArea ul.navBox {
    gap: 50px;
  }
}
@media screen and (min-width: 1170px) {
  nav.ancerArea ul.navBox {
    gap: 100px;
  }
}
nav.ancerArea ul.navBox li {
  width: 38%;
}
@media screen and (min-width: 768px) {
  nav.ancerArea ul.navBox li {
    max-width: 120px;
  }
}
@media screen and (min-width: 820px) {
  nav.ancerArea ul.navBox li {
    max-width: 180px;
  }
}
@media screen and (min-width: 1170px) {
  nav.ancerArea ul.navBox li {
    max-width: 200px;
  }
}
nav.ancerArea ul.navBox div.buttonIcon img {
  width: 100%;
  height: auto;
  filter: drop-shadow(0px 0px 10px #cecece);
}
nav.ancerArea ul.navBox dl.appBox {
  margin: 10px auto 0;
}
nav.ancerArea ul.navBox dl.appBox dt.appName {
  font-weight: bold;
  font-size: 1rem;
  margin-top: 15px;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  nav.ancerArea ul.navBox dl.appBox dt.appName {
    font-size: 1.25rem;
    margin-top: 20px;
  }
}
@media screen and (min-width: 820px) {
  nav.ancerArea ul.navBox dl.appBox dt.appName {
    font-size: 1.625rem;
    margin-top: 30px;
    height: 2.75em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
nav.ancerArea ul.navBox dl.appBox dd.appLink {
  margin: 10px 0 0;
  text-align: center;
}
@media screen and (min-width: 820px) {
  nav.ancerArea ul.navBox dl.appBox dd.appLink {
    margin: 15px 0 0;
  }
}
nav.ancerArea ul.navBox dl.appBox .linkArrow {
  margin-top: 10px;
  background: url(../img/icon_arrow_b.svg) no-repeat left/20px 20px;
  font-size: 1rem;
  color: #00bd98;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 0 10px 30px;
}
@media screen and (min-width: 820px) {
  nav.ancerArea ul.navBox dl.appBox .linkArrow {
    font-size: 1.125rem;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1170px) {
  nav.ancerArea ul.navBox dl.appBox .linkArrow {
    font-size: 1.25rem;
    margin-top: 30px;
  }
}

footer {
  margin: 60px auto;
  text-align: center;
  font-size: 0.75rem;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  footer {
    margin: 80px auto;
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 1170px) {
  footer {
    margin: 100px auto;
  }
}
footer ul.footNav {
  display: flex;
  gap: 10px;
  align-items: center;
  justify-content: center;
}
@media screen and (min-width: 768px) {
  footer ul.footNav {
    gap: 30px;
  }
}
@media screen and (min-width: 1170px) {
  footer ul.footNav {
    gap: 40px;
  }
}
footer p.copyright {
  margin-top: 15px;
  font-size: 0.625rem;
}
@media screen and (min-width: 1170px) {
  footer p.copyright {
    margin-top: 30px;
    font-size: 0.75rem;
  }
}

.alC {
  text-align: center;
}

.alL {
  text-align: left;
}

.alR {
  text-align: right;
}

.bold,
b,
em {
  font-weight: bold;
}

.tit {
  margin-top: 20px;
  font-weight: bold;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.5;
}
@media screen and (min-width: 820px) {
  .tit {
    font-size: 1.375rem;
    margin-top: 30px;
  }
}
@media screen and (min-width: 1170px) {
  .tit {
    font-size: 2rem;
    margin-top: 40px;
  }
}

.pcOnly,
.tabOnly {
  display: none;
}

.spOnly {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  .tabOnly {
    display: inline-block;
  }
  .spOnly,
  .pcOnly {
    display: none;
  }
}
@media screen and (min-width: 1170px) {
  .pcOnly {
    display: inline-block;
  }
  .spOnly,
  .tabOnly {
    display: none;
  }
}
section#umanchuAppArea,
section#higashikawaAppArea {
  margin: 30px auto 0;
  width: 90%;
  max-width: 1170px;
}
@media screen and (min-width: 768px) {
  section#umanchuAppArea,
  section#higashikawaAppArea {
    margin: 50px auto 0;
  }
}
@media screen and (min-width: 820px) {
  section#umanchuAppArea,
  section#higashikawaAppArea {
    margin: 70px auto 0;
  }
}
@media screen and (min-width: 1170px) {
  section#umanchuAppArea,
  section#higashikawaAppArea {
    margin: 100px auto 0;
  }
}
section#umanchuAppArea div.appImg,
section#higashikawaAppArea div.appImg {
  margin: 0 auto;
  width: 90%;
}
@media screen and (min-width: 1170px) {
  section#umanchuAppArea div.appImg,
  section#higashikawaAppArea div.appImg {
    max-width: 1170px;
  }
}
section#umanchuAppArea div.appImg img,
section#higashikawaAppArea div.appImg img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  height: 150px;
}
@media screen and (min-width: 768px) {
  section#umanchuAppArea div.appImg img,
  section#higashikawaAppArea div.appImg img {
    height: 200px;
  }
}
@media screen and (min-width: 820px) {
  section#umanchuAppArea div.appImg img,
  section#higashikawaAppArea div.appImg img {
    height: 300px;
  }
}
@media screen and (min-width: 1170px) {
  section#umanchuAppArea div.appImg img,
  section#higashikawaAppArea div.appImg img {
    height: 400px;
  }
}
section#umanchuAppArea h2.appTit,
section#higashikawaAppArea h2.appTit {
  margin-top: 20px;
  text-align: center;
  font-size: 1.25rem;
}
@media screen and (min-width: 820px) {
  section#umanchuAppArea h2.appTit,
  section#higashikawaAppArea h2.appTit {
    margin-top: 30px;
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1170px) {
  section#umanchuAppArea h2.appTit,
  section#higashikawaAppArea h2.appTit {
    margin-top: 40px;
    font-size: 2rem;
  }
}
section#umanchuAppArea div.appSummary,
section#higashikawaAppArea div.appSummary {
  width: 100%;
  margin: 20px auto 0;
}
@media screen and (min-width: 820px) {
  section#umanchuAppArea div.appSummary,
  section#higashikawaAppArea div.appSummary {
    margin: 30px auto 0;
  }
}
@media screen and (min-width: 1170px) {
  section#umanchuAppArea div.appSummary,
  section#higashikawaAppArea div.appSummary {
    margin: 40px auto 0;
    max-width: 1130px;
  }
}

.btnBox {
  margin: 20px auto 0;
  text-align: center;
}
@media screen and (min-width: 820px) {
  .btnBox {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
  }
}
@media screen and (min-width: 1170px) {
  .btnBox {
    margin-top: 50px;
    gap: 30px;
  }
}
.btnBox .btn {
  background: #00bd98;
  border-radius: 6px;
  width: auto;
  padding: 15px 25px;
  display: inline-block;
  text-decoration: none;
  color: #fff;
  line-height: 1;
  font-weight: bold;
  font-size: 0.875rem;
  transition: all 0.3s;
}
@media screen and (max-width: 479px) {
  .btnBox .btn {
    min-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .btnBox .btn {
    background: #00bd98;
    border-radius: 6px;
    width: auto;
    padding: 20px 30px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1170px) {
  .btnBox .btn {
    background: #00bd98;
    border-radius: 6px;
    width: auto;
    padding: 20px 50px;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    font-size: 1.25rem;
  }
}
.btnBox .btn:hover {
  opacity: 0.8;
  transition: all 0.3s;
}
.btnBox .btn svg {
  margin-right: 5px;
  width: 14px;
  height: 14px;
  vertical-align: baseline;
  fill: #fff;
  stroke: #fff;
  margin-left: 5px;
  margin-right: 0;
}