/*-- フッター--------------------------------------------------------------*/
section.f_ar02 {
  padding: 100px 15px;
}

.f_logo {
  max-width: 60px;
  width: 100%;
  margin: 0 auto 46px;
}

.f_nav_ar {
  max-width: 698px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}

a.f_nav_link {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #000;
  letter-spacing: 0.04em;
}

.f_bd {
  height: 1px;
  margin: 46px 0;
  background: #E0E0E0;
}

.f_nav_ar02 {
  max-width: 650px;
  display: flex;
  justify-content: space-between;
  margin: auto;
}

p.copyright {
  font-size: 12px;
  font-weight: 500;
  margin-top: 46px;
  text-align: center;
  font-family: "Montserrat";
  letter-spacing: 0.1em;
  color: #000;
}
a.f_nav_link02 {
  color: #000;
  font-size: 14px;
  letter-spacing: 0.04em;
}

.f_inner {
  max-width: 1200px;
  margin: auto;
}
section.f_ar01 {
  padding: 100px 15px;
  background: url(../img/f_bg.png) no-repeat center bottom;
  background-size: cover;
}
.f_tit01 {
  text-align: center;
  font-size: 32px;
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height: 1.4em;
}

p.f_txt01 {
  font-size: 16px;
  color: #fff;
  margin-top: 32px;
  text-align: center;
  line-height: 1.75em;
  letter-spacing: 0.04em;
}

.f_link_ar {
  margin: 56px auto 0;
  max-width: 760px;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.f_link_box {
  max-width: 320px;
  width: 100%;
}

a.f_link01 {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  padding: 28px 10px;
  background: #fff;
  transition: .5s;
  font-weight: 700;
  letter-spacing: 0.04em;
}
a.f_link01:hover {
  opacity: .7;
  transition: .5s;
}
p.f_txt02 {
  font-size: 14px;
  color: #fff;
  text-align: center;
  margin-top: 16px;
  line-height: 1.75em;
  letter-spacing: 0.04em;
}
.f_link_box:first-child .f_link_txt {
  color: #4483B2;
  margin-left: 2px;
}

.f_link_box:last-child .f_link_txt {
  color: #004E9A;
  margin-left: 8px;
}
.f_link_icon {
  display: flex;
  align-items: center;
}
.f_bd02 {
  width: 1px;
  height: 16px;
  background: #000;
}

a.pagetop {
  width: 60px;
  height: 60px;
  background: #fff;
  border-radius: 100%;
  border: 1px solid #1c4f9a;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
}

a.pagetop p {
  color: #1c4f9a;
}

a.pagetop:hover {
  opacity: .7;
}

@media screen and (max-width:768px) {
  .f_link_ar {
    flex-flow: column;
    margin: 30px auto 0;
    align-items: center;
}

.f_link_box:first-child {
    margin-bottom: 20px;
}

.f_nav_ar02 {
    flex-flow: column;
    text-align: center;
    gap: 10px;
}

.f_bd {
    margin: 23px 0;
}

section.f_ar02 {
    padding: 50px 15px;
}

.f_logo {
    max-width: 45px;
    margin: 0 auto 23px;
}

a.f_nav_link {
    font-size: 14px;
}

a.f_nav_link02 {
    font-size: 13px;
}

p.copyright {
    font-size: 11px;
    margin-top: 23px;
}
.f_tit01 {
  font-size: 22px;
}

p.f_txt01 {
  font-size: 14px;
  text-align: left;
  text-align: center;
}

section.f_ar01 {
  padding: 50px 15px;
}
.f_nav_ar {
  flex-flow: column;
  gap: 10px;
}

.f_bd02 {
  height: 1px;
  width: 16px;
}

a.pagetop {
  width: 40px;
  height: 40px;
  font-size: 12px;
}

}