@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, 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: inherit;
  font-size: 100%;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

/* 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;
}

/* basis style */
html {
  font-size: 62.5%;
}
@media screen and (max-width: 1000px) {
  html {
    font-size: 1.3333333333vw;
  }
}

.noto {
  font-family: "Noto Sans JP", sans-serif;
}

.zenkakug {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

input,
button {
  font-family: "Noto Sans JP", sans-serif;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  line-height: normal;
  min-height: 100vh;
  min-width: 1060px;
}
@media screen and (max-width: 1000px) {
  body {
    min-width: auto;
  }
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  outline: none;
  font-style: normal;
  text-decoration: none;
  color: #000000;
  transition: 0.3s;
}

a:link {
  font-style: normal;
}

a:hover {
  color: inherit;
  text-decoration: none;
  opacity: 0.75;
}

#link a:hover,
footer a:hover {
  text-decoration: underline;
}

a img {
  outline: none;
}

a:focus {
  outline: none;
}

section {
  margin: 0 auto;
  position: relative;
}

main {
  display: block;
  min-width: auto;
}

.inner {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .inner {
    width: 90vw;
  }
}

@media screen and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}
@media screen and (min-width: 1000px) {
  .sp {
    display: none !important;
  }
}
/* page style */
header {
  position: absolute;
  left: 8%;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  header {
    position: static;
  }
}
header .inner {
  width: 83.33333vw;
}
@media screen and (max-width: 1000px) {
  header .inner {
    width: 90vw;
    height: 12rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
header .header_title {
  font-size: 2.4rem;
  font-weight: bold;
}
header .logo {
  width: 6.5%;
  padding-top: 2vw;
}
@media screen and (max-width: 1000px) {
  header .logo {
    width: 8rem;
    padding: 0;
  }
}
header .logo img {
  width: 100%;
}

#mv {
  background-color: #f2f2f2;
  position: relative;
  font-size: 0.8333333333vw;
  padding-top: 85em;
}
@media screen and (max-width: 1000px) {
  #mv {
    padding-top: 208rem;
    width: 100%;
    overflow: hidden;
  }
}
#mv .title {
  position: absolute;
  z-index: 5;
  width: 100em;
  top: 11.6em;
  left: calc(50% - 50em);
}
@media screen and (max-width: 1000px) {
  #mv .title {
    width: auto;
    top: 2.8rem;
    left: 2.7rem;
  }
}
#mv .title h1 span {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #318040;
  font-weight: bold;
  color: #ffffff;
}
#mv .title h1 span:first-of-type {
  font-size: 2.3em;
  width: 6.4347826087em;
  height: 1.5217391304em;
}
@media screen and (max-width: 1000px) {
  #mv .title h1 span:first-of-type {
    font-size: 2.8rem;
    width: 15rem;
    height: 4.2rem;
  }
}
#mv .title h1 span:nth-of-type(2) {
  font-size: 3.2em;
  margin-top: 0.4375em;
  width: 19.25em;
  height: 1.375em;
}
@media screen and (max-width: 1000px) {
  #mv .title h1 span:nth-of-type(2) {
    font-size: 3.8rem;
    margin-top: 1.4rem;
    width: 70rem;
    height: 5.4rem;
  }
}
#mv .title h1 span:last-of-type {
  font-size: 1.6em;
  margin-top: 0.875em;
  width: 8.4375em;
  height: 1.875em;
}
@media screen and (max-width: 1000px) {
  #mv .title h1 span:last-of-type {
    font-size: 2.4rem;
    margin-top: 1.4rem;
    width: 16.9rem;
    height: 3.5rem;
  }
}
#mv .title .description {
  margin-top: 2em;
}
@media screen and (max-width: 1000px) {
  #mv .title .description {
    margin-top: 0;
    position: absolute;
    top: 155.8rem;
    left: 1.3rem;
  }
}
#mv .title .description span {
  display: inline-block;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  font-size: 1.4em;
  font-weight: bold;
  height: 1.9285714286em;
}
@media screen and (max-width: 1000px) {
  #mv .title .description span {
    font-size: 2.6rem;
    height: 4.2rem;
  }
}
#mv .title .description span:first-of-type {
  width: 21em;
}
@media screen and (max-width: 1000px) {
  #mv .title .description span:first-of-type {
    width: 50.8rem;
  }
}
#mv .title .description span:nth-of-type(2) {
  width: 19.5em;
  margin-top: 0.8em;
}
@media screen and (max-width: 1000px) {
  #mv .title .description span:nth-of-type(2) {
    width: 48rem;
    margin-top: 0.8rem;
  }
}
#mv .title .description span:last-of-type {
  width: 23.35em;
  margin-top: 0.8em;
}
@media screen and (max-width: 1000px) {
  #mv .title .description span:last-of-type {
    width: 58rem;
    margin-top: 0.8rem;
  }
}
#mv .action {
  position: absolute;
  z-index: 3;
}
#mv .action.support {
  width: 30em;
  top: 16em;
  left: calc(50% + 0em);
}
@media screen and (max-width: 1000px) {
  #mv .action.support {
    width: 27.2rem;
    top: 14.6rem;
    left: calc(50% + 3rem);
  }
}
#mv .action.retail {
  width: 34.8em;
  top: 10.5em;
  left: calc(50% + 20.5em);
}
@media screen and (max-width: 1000px) {
  #mv .action.retail {
    width: 45.1rem;
    top: 38.4rem;
    left: calc(50% - 5rem);
  }
}
#mv .action.furusato {
  width: 62.9em;
  top: 9.3em;
  left: calc(50% - 32em);
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  #mv .action.furusato {
    width: 68.1rem;
    top: 2.75rem;
    left: calc(50% - 35rem);
  }
}
#mv .action.ad {
  width: 31.8em;
  top: 36.3em;
  left: calc(50% - 2em);
}
@media screen and (max-width: 1000px) {
  #mv .action.ad {
    width: 69.2rem;
    top: 77.4rem;
    left: calc(50% - 35rem);
  }
}
#mv .action.shopping {
  width: 23.7em;
  top: 34.3em;
  left: calc(50% + 30em);
}
@media screen and (max-width: 1000px) {
  #mv .action.shopping {
    width: 29.7rem;
    top: 66.4rem;
    left: calc(50% + 7rem);
  }
}
#mv .action.hotel {
  width: 28.4em;
  top: 40.3em;
  left: calc(50% - 52em);
}
@media screen and (max-width: 1000px) {
  #mv .action.hotel {
    width: 39.8rem;
    top: 50.7rem;
    left: calc(50% - 35rem);
  }
}
#mv .action.bus {
  width: 20.7em;
  top: 49em;
  left: calc(50% - 24em);
}
@media screen and (max-width: 1000px) {
  #mv .action.bus {
    width: 33.5rem;
    top: 99.9rem;
    left: calc(50% - 35rem);
  }
}
#mv .action.ekinaka {
  width: 30.1em;
  top: 60em;
  left: calc(50% - 8em);
  z-index: 4;
}
@media screen and (max-width: 1000px) {
  #mv .action.ekinaka {
    width: 33.1rem;
    top: 126.6rem;
    left: calc(50% - 35rem);
  }
}
#mv .action.train {
  width: 84.7em;
  top: 54.5em;
  left: calc(50% - 26em);
}
@media screen and (max-width: 1000px) {
  #mv .action.train {
    width: 77rem;
    top: 116.6rem;
    left: calc(50% - 33rem);
  }
}
#mv .action.note {
  width: 25em;
  top: 68.2em;
  left: calc(50% - 49em);
}
@media screen and (max-width: 1000px) {
  #mv .action.note {
    width: 67rem;
    top: 176.9rem;
    left: calc(50% - 33.5rem);
  }
}
#mv .action.note::after {
  content: "";
  display: block;
  background-color: #f2f2f2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1000px) {
  #mv .action.note::after {
    content: none;
  }
}
#mv .action.note a {
  position: relative;
  z-index: 1;
  display: block;
}
#mv .action img {
  width: 100%;
}

#about {
  background-color: #a5d5bf;
  padding: 70px 0 86px;
}
@media screen and (max-width: 1000px) {
  #about {
    padding: 5rem 0 14.6rem;
  }
}
#about h2 {
  display: inline-block;
  font-size: 1.6rem;
  border: 1px #000 solid;
  padding: 7px 12px;
}
@media screen and (max-width: 1000px) {
  #about h2 {
    display: block;
    font-size: 2.6rem;
    border-width: 2px;
    padding: 1.1rem 0;
    text-align: center;
  }
}
#about * + h2 {
  margin-top: 65px;
}
@media screen and (max-width: 1000px) {
  #about * + h2 {
    margin-top: 9rem;
  }
}
#about .efforts {
  font-size: 2rem;
  line-height: 2;
  font-weight: bold;
  margin-top: 52px;
  padding-left: 27px;
}
@media screen and (max-width: 1000px) {
  #about .efforts {
    font-size: 3.3rem;
    line-height: 1.875;
    margin-top: 3.5rem;
    padding-left: 0;
  }
}
#about .prime {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 2.2rem;
  font-weight: bold;
  margin-top: 56px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 1000px) {
  #about .prime {
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    font-size: 3.2rem;
    margin-top: 3.2rem;
    padding-left: 0;
    padding-right: 0;
  }
}
#about .prime::before {
  content: "「";
}
@media screen and (max-width: 1000px) {
  #about .prime::before {
    content: none;
  }
}
#about .prime::after {
  content: "」";
}
@media screen and (max-width: 1000px) {
  #about .prime::after {
    content: none;
  }
}
#about .prime .prime_logo {
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #about .prime .prime_logo {
    margin-top: 1.8rem;
  }
}
#about .prime .prime_logo::before {
  content: "いばらき・ふくしまプライム";
  font-size: 1.4rem;
  font-family: "Zen Kaku Gothic New", sans-serif;
  position: absolute;
  top: -16px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  #about .prime .prime_logo::before {
    font-size: 2.2rem;
    top: auto;
    bottom: -2.2rem;
  }
}
#about .prime .prime_logo img {
  width: 600px;
}
@media screen and (max-width: 1000px) {
  #about .prime .prime_logo img {
    width: 100%;
  }
}
#about .concept {
  font-size: 1.8rem;
  margin-top: 10px;
  padding-left: 27px;
}
@media screen and (max-width: 1000px) {
  #about .concept {
    font-size: 3rem;
    margin-top: 7.3rem;
    padding-left: 0;
    line-height: 1.7333333333;
  }
}
#about .diagram {
  margin: 22px auto 0 54px;
}
@media screen and (max-width: 1000px) {
  #about .diagram {
    margin: 2.6rem auto 0;
  }
}
#about .diagram img {
  width: 829px;
}
@media screen and (max-width: 1000px) {
  #about .diagram img {
    width: 100%;
  }
}
#about .more_btn {
  display: block;
  width: 200px;
  height: 41px;
  border-radius: 5px;
  margin: 34px auto 0;
  padding-right: 12px;
  color: #ffffff;
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #318040;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #about .more_btn {
    width: 32rem;
    height: 6.6rem;
    margin-top: 4rem;
    padding-right: 2.2rem;
    font-size: 2.2rem;
  }
}
#about .more_btn::after {
  content: "";
  display: block;
  width: 9px;
  height: 14px;
  background: url(../img/icon_arrow.svg) no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 7px);
  right: 27px;
}
@media screen and (max-width: 1000px) {
  #about .more_btn::after {
    width: 1.4rem;
    height: 2.4rem;
    top: calc(50% - 1.4rem);
    right: 4.4rem;
  }
}
#about .contact_me {
  font-size: 1.8rem;
  line-height: 1.9444444444;
  margin-top: 40px;
  padding-left: 27px;
}
@media screen and (max-width: 1000px) {
  #about .contact_me {
    font-size: 3rem;
    line-height: 1.7333333333;
    margin-top: 5rem;
    padding-left: 0;
  }
}

#contact {
  background-color: #fff;
  text-align: center;
  padding: 102px 0 98px;
}
@media screen and (max-width: 1000px) {
  #contact {
    padding: 15rem 0 20rem;
  }
}
#contact .inner {
  width: 946px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 45px 0;
}
@media screen and (max-width: 1000px) {
  #contact .inner {
    width: calc(90vw + 0.5rem);
    padding: 4rem 0.25rem 3.6rem;
  }
}
#contact h2 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  #contact h2 {
    font-size: 3.8rem;
    letter-spacing: 0.38rem;
  }
}
#contact p {
  margin-top: 30px;
  line-height: 1.75;
}
@media screen and (max-width: 1000px) {
  #contact p {
    font-size: 2.6rem;
    margin-top: 3rem;
    line-height: 1.8076923077;
    text-align: left;
  }
}
#contact ol {
  display: flex;
  justify-content: center;
  margin: 18px auto 0;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  width: 500px;
}
@media screen and (max-width: 1000px) {
  #contact ol {
    margin-top: 4.2rem;
    padding-bottom: 3rem;
    width: 100%;
    justify-content: space-between;
  }
}
#contact ol li {
  font-weight: bold;
  margin: 0 0.5em;
}
@media screen and (max-width: 1000px) {
  #contact ol li {
    font-size: 2.3rem;
    margin: 0;
  }
}
#contact .mail {
  display: block;
  width: 80px;
  margin: 30px auto 0;
}
@media screen and (max-width: 1000px) {
  #contact .mail {
    width: 8rem;
    margin-top: 4rem;
  }
}
#contact .mail:hover {
  opacity: 0.6;
}
#contact .mail img {
  width: 100%;
}

#link {
  background-color: #dddddd;
  padding: 42px 0 48px;
}
@media screen and (max-width: 1000px) {
  #link {
    padding: 6.3rem 0 4rem;
  }
}
#link .inner {
  width: 946px;
}
@media screen and (max-width: 1000px) {
  #link .inner {
    width: 90vw;
  }
}
#link h2 {
  font-size: 2rem;
}
@media screen and (max-width: 1000px) {
  #link h2 {
    font-size: 2.8rem;
  }
}
#link .link_list {
  display: flex;
  justify-content: space-between;
  margin-top: 22px;
}
@media screen and (max-width: 1000px) {
  #link .link_list {
    flex-direction: column;
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1000px) {
  #link .link_list dl + dl {
    margin-top: 4.7rem;
  }
}
#link .link_list dl {
  width: 300px;
  font-size: 1.4rem;
}
@media screen and (max-width: 1000px) {
  #link .link_list dl {
    width: 100%;
    font-size: 2.2rem;
  }
}
#link .link_list dl dt {
  border-bottom: #8b8b8c 1px solid;
  padding-bottom: 2px;
}
@media screen and (max-width: 1000px) {
  #link .link_list dl dt {
    border-width: 2px;
    padding-bottom: 0.1rem;
  }
}
#link .link_list dl dt::before {
  content: "■";
  font-size: 1rem;
}
@media screen and (max-width: 1000px) {
  #link .link_list dl dt::before {
    font-size: 2rem;
  }
}
#link .link_list dl dd + dt {
  margin-top: 22px;
}
@media screen and (max-width: 1000px) {
  #link .link_list dl dd + dt {
    margin-top: 3.7rem;
  }
}
#link .link_list dl dt + dd {
  margin-top: 12px;
}
@media screen and (max-width: 1000px) {
  #link .link_list dl dt + dd {
    margin-top: 0.6rem;
  }
}
#link .link_list dl dd ul li {
  line-height: 1.9;
  position: relative;
}
@media screen and (max-width: 1000px) {
  #link .link_list dl dd ul li {
    line-height: 2.2727272727;
  }
}
#link .link_list dl dd ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 9px;
  background: url(../img/icon_arrow_black.svg) no-repeat;
  background-size: contain;
  margin-right: 12px;
  position: absolute;
  top: 8px;
}
@media screen and (max-width: 1000px) {
  #link .link_list dl dd ul li::before {
    width: 1.4rem;
    height: 1.6rem;
    margin-right: 0.8rem;
    top: 1.8rem;
  }
}
#link .link_list dl dd ul li::after {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../img/icon_blank.svg) no-repeat;
  background-size: contain;
  margin-left: 12px;
  position: absolute;
  top: 8px;
}
@media screen and (max-width: 1000px) {
  #link .link_list dl dd ul li::after {
    width: 2.4rem;
    height: 2.4rem;
    margin-left: 1.5rem;
    top: 1.8rem;
  }
}
#link .link_list dl dd ul li.internal::after {
  content: none;
}
#link .link_list dl dd ul li a {
  display: inline-block;
  padding-left: 18px;
}
#link .link_list dl dd ul li a .red {
  color: #FF0000;
}
@media screen and (max-width: 1000px) {
  #link .link_list dl dd ul li a {
    padding-left: 2.4rem;
  }
}
#link .link_list dl dd ul li a .kerning {
  letter-spacing: -1.6px;
}
@media screen and (max-width: 1000px) {
  #link .link_list dl dd ul li a .kerning {
    letter-spacing: 0;
  }
}

footer {
  background-color: #ddd;
  border-top: 1px #7e7e7f solid;
}
footer .inner {
  width: 100%;
  padding: 62px calc((100% - 950px) / 2);
  font-size: 1.4rem;
  letter-spacing: 0.07rem;
}
@media screen and (max-width: 1000px) {
  footer .inner {
    width: 90vw;
    padding: 4.4rem 0 6.6rem;
    font-size: 2.2rem;
    letter-spacing: 0.11rem;
  }
}
footer .inner ul {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  footer .inner ul {
    flex-direction: column;
  }
}
footer .inner ul li {
  position: relative;
}
@media screen and (max-width: 1000px) {
  footer .inner ul li {
    margin-left: 4.2rem;
    line-height: 1.5454545455;
  }
}
footer .inner ul li:not(:first-child) {
  margin-left: 60px;
}
@media screen and (max-width: 1000px) {
  footer .inner ul li:not(:first-child) {
    margin-left: 4.2rem;
    margin-top: 2rem;
  }
}
footer .inner .copy {
  width: 100%;
  text-align: center;
  margin-top: 16px;
  font-size: 1.4rem;
  letter-spacing: 0.7px;
}
@media screen and (max-width: 1000px) {
  footer .inner .copy {
    margin-top: 2.6rem;
    font-size: 2.2rem;
    letter-spacing: 0;
    text-align: left;
  }
}