@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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

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

html {
  overflow-y: scroll;
}

blockquote, q {
  quotes: none;
}

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

input, textarea {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

a:focus {
  outline: none;
}

@font-face {
  font-family: "YuGothic M";
  src: local(YuGothic-Medium), local(Yu Gothic Medium), local(YuGothic-Regular);
}

html {
  font-size: 62.5%;
}

body {
  color: #000;
  background-color: #fff;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1072px;
  }
}

@media screen and (max-width: 767px) {
  html, body {
    height: 100%;
  }
}

h1, h2, h3, h4 {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  letter-spacing: .02em;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  h1, h2, h3, h4 {
    font-size: 1.4rem;
  }
}

table {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.8;
}

p {
  color: #000;
  font-size: 16px;
  line-height: 1.8;
}

a {
  color: #034ea2;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  a:hover {
    text-decoration: underline;
  }
}

small {
  font-size: 0.8em;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

input, button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

input[type="text"],
input[type="email"],
input[type="password"] {
  border: 1px solid #c1c1c1;
  padding: 0 10px;
  height: 2.5em;
  font-size: 1.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
}

@media screen and (max-width: 767px) {
  input[type="text"],
  input[type="email"],
  input[type="password"] {
    font-size: 1.3rem;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="checkbox"] {
  cursor: pointer;
}

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

button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

.wrapper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .wrapper {
    width: 1072px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 767px) {
  .wrapper.wrapper-padSp {
    padding-left: 15px;
    padding-right: 15px;
  }
}

a:hover img {
  opacity: .8;
}

.header {
  background-color: #14a83b;
  position: relative;
  padding: 5px 10px;
  text-align: right;
}

.header a {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .header a {
    font-size: 15px;
  }
}

.header a img {
  width: 8px;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -.1em;
}

@media screen and (max-width: 767px) {
  .header a img {
    width: 6px;
  }
}

.mv {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .mv {
    min-width: 1072px;
    background-image: url(../images/mv-pc.jpg?0515);
    height: 543px;
    background-position: 51% 0%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .mv {
    height: 430px;
    background-size: cover;
  }
}

.mv img {
  max-width: 100%;
}

.lead {
  background-color: #fffbeb;
}

.lead-inner {
  padding: 30px 0 60px;
}

@media screen and (min-width: 768px) {
  .lead-inner {
    padding: 100px 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.lead-inner > div:nth-child(1) {
  -ms-flex-preferred-size: 330px;
  flex-basis: 330px;
}

.lead-inner > div:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (min-width: 768px) {
  .lead-inner > div:nth-child(2) {
    padding-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .lead-inner figure {
    height: 150px;
    background-size: cover;
    background-position: 50%;
    margin-top: 15px;
  }
}

.lead-inner h2 {
  border-bottom: 1px solid #000;
}

@media screen and (min-width: 768px) {
  .lead-inner h2 {
    margin-top: -60px;
  }
}

.lead-inner h2:after {
  content: "";
  display: block;
  border-bottom: 1px solid #000;
  margin-bottom: 2px;
}

@media screen and (max-width: 767px) {
  .lead-inner h2:after {
    padding-bottom: 10px;
  }
}

.lead-inner p {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .lead-inner p {
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.7;
  }
}

.about {
  border-bottom: 5px solid #f9f4cb;
  padding-bottom: 30px;
}

.about h2 {
  text-align: center;
  margin-top: -30px;
}

@media screen and (min-width: 768px) {
  .about h2 {
    margin-top: -50px;
  }
}

.about h2 img {
  width: 260px;
}

@media screen and (min-width: 768px) {
  .about h2 img {
    width: 420px;
  }
}

@media screen and (min-width: 768px) {
  .about .about-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../images/about-bg-pc.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 20px;
  }
}

@media screen and (min-width: 768px) {
  .about .about-text > div:nth-child(1) {
    margin-right: 40px;
  }
}

@media screen and (min-width: 768px) {
  .about .about-text > div:nth-child(2) {
    padding-top: 30px;
  }
}

@media screen and (max-width: 767px) {
  .about .about-text p {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 10px;
  }
}

.about .about-button {
  text-align: center;
  margin-top: 20px;
}

.about .about-button img {
  width: 500px;
}

.omoiyari {
  background-color: #fffbeb;
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .omoiyari {
    padding: 60px 0;
  }
}

.omoiyari h2 {
  text-align: center;
}

.omoiyari h2 img {
  width: 180px;
}

@media screen and (min-width: 768px) {
  .omoiyari h2 img {
    width: 310px;
  }
}

.omoiyari-contents {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .omoiyari-contents {
    margin-top: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.omoiyari-contents > div {
  background-color: #fff;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

@media screen and (min-width: 768px) {
  .omoiyari-contents > div {
    padding: 30px;
  }
}

.omoiyari-contents > div:nth-child(1) {
  border: 2px solid #caaf44;
}

@media screen and (min-width: 768px) {
  .omoiyari-contents > div:nth-child(1) {
    width: 400px;
  }
}

@media screen and (max-width: 767px) {
  .omoiyari-contents > div:nth-child(1) figure {
    padding: 0 17px;
  }
}

.omoiyari-contents > div:nth-child(2) {
  border: 2px solid #14a83b;
}

@media screen and (min-width: 768px) {
  .omoiyari-contents > div:nth-child(2) {
    width: 648px;
  }
}

@media screen and (max-width: 767px) {
  .omoiyari-contents > div:nth-child(2) {
    margin-top: 40px;
  }
}

.omoiyari-contents > div:nth-child(2) h3 {
  background-color: #14a83b;
}

.omoiyari-contents > div:nth-child(2) h3:before {
  border-color: transparent #14a83b transparent transparent;
}

.omoiyari-contents > div:nth-child(2) h3:after {
  border-color: transparent transparent transparent #14a83b;
}

.omoiyari-contents h3 {
  background-color: #caaf44;
  position: absolute;
  left: 20px;
  top: -19px;
  width: calc(100% - 40px);
  height: 36px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .omoiyari-contents h3 {
    height: 54px;
    top: -27px;
  }
}

.omoiyari-contents h3:before, .omoiyari-contents h3:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 17px 18px 0;
  border-color: transparent #caaf44 transparent transparent;
  position: absolute;
  left: -17px;
  top: 0;
}

@media screen and (min-width: 768px) {
  .omoiyari-contents h3:before, .omoiyari-contents h3:after {
    border-width: 27px 17px 27px 0;
  }
}

.omoiyari-contents h3:after {
  left: 100%;
  border-width: 18px 0 18px 17px;
  border-color: transparent transparent transparent #caaf44;
}

@media screen and (min-width: 768px) {
  .omoiyari-contents h3:after {
    border-width: 27px 0 27px 17px;
  }
}

.omoiyari-contents h3 img {
  height: 16px;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .omoiyari-contents h3 img {
    height: 22px;
    margin-top: 15px;
  }
}

.omoiyari-contents figure {
  margin: 20px 0 10px 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .omoiyari-contents figure {
    margin: 40px 0 20px 0;
  }
}

@media screen and (max-width: 767px) {
  .omoiyari-contents figure img {
    width: 100%;
    max-width: 375px;
  }
}

@media screen and (max-width: 767px) {
  .omoiyari-contents p {
    font-size: 13px;
    line-height: 1.6;
  }
}

.categories {
  background-image: url(../images/categories-bg.jpg);
  background-position: 50% 0%;
  background-repeat: no-repeat;
  padding-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .categories {
    background-size: 900px auto;
    padding-bottom: 30px;
  }
}

.categories h2 {
  text-align: center;
  padding-top: 50px;
}

@media screen and (min-width: 768px) {
  .categories h2 {
    padding-top: 100px;
  }
}

@media screen and (max-width: 767px) {
  .categories h2 img {
    width: 160px;
  }
}

.categories-overview {
  text-align: center;
  margin-top: 40px;
}

.categories-details {
  border: 4px solid #5e5e5e;
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .categories-details {
    margin-top: 80px;
  }
}

.categories-details .categories-details-inner {
  margin: 3px;
  border: 1px solid #5e5e5e;
  padding: 10px 10px;
}

@media screen and (min-width: 768px) {
  .categories-details .categories-details-inner {
    padding: 30px 20px;
  }
}

.categories-details-item {
  border-top: 1px dashed #333;
  margin-top: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 767px) {
  .categories-details-item {
    margin-top: 15px;
    padding-top: 15px;
  }
}

.categories-details-item:first-of-type {
  border-top: 0px dashed #333;
  margin-top: 0px;
  padding-top: 0px;
}

@media screen and (min-width: 768px) {
  .categories-details-item-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (min-width: 768px) {
  .categories-details-item-header > div:nth-child(1) {
    -ms-flex-preferred-size: 264px;
    flex-basis: 264px;
    border-right: 1px solid #14a83b;
    margin-right: 40px;
  }
}

.categories-details-item-header > div:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

@media screen and (max-width: 767px) {
  .categories-details-item-header h3 img {
    height: 35px;
  }
}

.categories-details-item-header p {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  .categories-details-item-header p {
    font-size: 13px;
    margin-top: 10px;
  }
}

@media screen and (min-width: 768px) {
  .categories-details-item-example {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
  }
}

@media screen and (min-width: 768px) {
  .categories-details-item-example > div:nth-child(1) {
    -ms-flex-preferred-size: 264px;
    flex-basis: 264px;
    margin-right: 40px;
  }
}

.categories-details-item-example > div:nth-child(2) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.categories-details-item-example h3 {
  background-color: #f3f8e6;
  border: 1px solid #78ac05;
  padding: 10px;
}

@media screen and (min-width: 768px) {
  .categories-details-item-example h3 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .categories-details-item-example h3 {
    color: #78ac05;
    padding: 5px 10px;
  }
}

.categories-details-item-example h3 span {
  color: #78ac05;
  margin-right: 5px;
}

.categories-details-item-example.categories-details-item-example-gray h3 {
  background-color: #f2f2f2;
  border: 1px solid #929292;
}

@media screen and (max-width: 767px) {
  .categories-details-item-example.categories-details-item-example-gray h3 {
    color: #666960;
  }
}

.categories-details-item-example p {
  margin-top: 10px;
}

.categories-details-item-example p:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .categories-details-item-example p {
    font-size: 13px;
    line-height: 1.6;
  }
}

.categories-details-item-example a {
  color: #be4939;
}

.categories-details-item-accordion-header {
  margin-top: 10px;
  position: relative;
}

.categories-details-item-accordion-header:after {
  content: "";
  width: 15px;
  height: 15px;
  background-image: url(../images/icon-accordion.png);
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.categories-details-item-example-gray .categories-details-item-accordion-header:after {
  background-image: url(../images/icon-accordion-gray.png);
}

.categories-details-item-accordion-header.open:after {
  -webkit-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
}

@media screen and (max-width: 767px) {
  .categories-details-item-accordion-body {
    overflow: hidden;
    max-height: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: max-height .5s ease;
    transition: max-height .5s ease;
  }
}

.categories-details-item-accordion-body.open {
  max-height: 350px;
}

@media screen and (max-width: 767px) {
  .categories-details-item-example-text {
    border: 1px solid #78ac05;
    border-top: 0;
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .categories-details-item-example-gray .categories-details-item-example-text {
    border: 1px solid #929292;
    border-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .categories-details-item-example-text > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10px;
  }
  .categories-details-item-example-text > div figure {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
  .categories-details-item-example-text > div h4 {
    -ms-flex-preferred-size: 48%;
    flex-basis: 48%;
  }
}

@media screen and (max-width: 767px) {
  .categories-details-item-example-text > img {
    max-width: 45%;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
  }
  .categories-details-item-example-text > img + p {
    margin-top: 0;
  }
}

.categories-button {
  text-align: center;
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .categories-button {
    margin-top: 60px;
  }
}

.categories-button img {
  width: 500px;
}

.cities {
  background-color: #fffbeb;
  padding: 40px 0;
}

@media screen and (min-width: 768px) {
  .cities {
    padding: 80px 0;
  }
}

.cities h2,
.cities h3 {
  text-align: center;
}

.cities h3 {
  position: relative;
  margin-top: 40px;
  border-bottom: 1px solid #333;
}

.cities h2 span,
.cities h3 span {
  display: inline-block;
  background-color: #fffbeb;
  padding: 0 40px;
}

.cities h3 span {
  position: relative;
  top: 12px;
}

@media screen and (max-width: 767px) {
  .cities h3 {
    margin-top: 50px;
  }

  .cities h3 span {
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    transform: translateY(-50%);
    margin: 0 60px;
    padding: 0 20px;
  }
}

.cities h2 img {
  height: 32px;
}

.cities h3 img {
  min-height: 24px;
}

.cities-feature {
  margin: 40px 0 80px;
}

@media screen and (min-width: 768px) {
  .cities-feature {
    margin-top: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.cities-feature li {
  background-color: #fff;
  border: 1px solid #cacaca;
  padding: 15px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .cities-feature li {
    width: 48%;
    padding: 20px;
  }
}

@media screen and (max-width: 767px) {
  .cities-feature li {
    margin-top: 15px;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .cities-feature li > div {
    margin-top: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .cities-feature li > div > div:nth-child(1) {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .cities-feature li > div > div:nth-child(1) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 767px) and (min-width: 768px) {
  .cities-feature li > div > div:nth-child(2) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 767px) and (max-width: 767px) {
  .cities-feature li > div > div:nth-child(2) {
    margin-top: 10px;
  }
}

.cities-feature figure {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .cities-feature figure {
    margin-top: 5px;
  }
}

.cities-feature figure img {
  max-width: 100%;
}

.cities-feature h3,
.cities-feature h4 {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.4;
}

@media screen and (min-width: 768px) {
  .cities-feature h3,
  .cities-feature h4 {
    font-size: 30px;
    margin-top: 10px;
  }
}

.cities-feature p {
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .cities-feature p {
    margin-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .cities-feature p {
    font-size: 13px;
    line-height: 1.5;
  }
}

.cities-feature .cities-feature-link {
  text-align: right;
  margin-top: 10px;
}

.cities-feature .cities-feature-link a {
  display: inline-block;
  background-color: #be4939;
  color: #fff;
  padding: 3px 10px;
  border-radius: 10px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .cities-feature .cities-feature-link a {
    padding: 3px 30px;
  }
}

@media screen and (max-width: 767px) {
  .cities-feature .cities-feature-link a {
    border-radius: 5px;
    font-size: 12px;
    display: block;
    text-align: center;
    max-width: 180px;
    margin: 0 auto;
  }
}

.cities-feature .cities-feature-link a:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  right: 8px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cities-feature .cities-feature-link a:hover {
  opacity: .8;
  text-decoration: none;
}

.cities-tab__navigation {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
  border-right: 1px solid #cacaca;
}

.cities-tab__navigation > li {
  width: 50%;
  box-sizing: border-box;
  border: solid #cacaca;
  border-width: 1px 0 0 1px;
}

.cities-tab__navigation > li > label {
  display: block;
  padding: 16px;
  background-color: #f2f2f2;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  cursor: pointer;
}

.cities-tab__content {
  display: none;
  flex-direction: column;
  padding: 0 16px;
  border: 1px solid #cacaca;
  background-color: #fff;
}

.cities-tab__content > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  border-bottom: 1px dashed #cacaca;
  color: #000;
  font-size: 16px;
  line-height: 1;
}

.cities-tab__input {
  display: none;
}

#pref-group1:checked ~ .cities-tab__navigation label[for="pref-group1"],
#pref-group2:checked ~ .cities-tab__navigation label[for="pref-group2"],
#pref-group3:checked ~ .cities-tab__navigation label[for="pref-group3"],
#pref-group4:checked ~ .cities-tab__navigation label[for="pref-group4"],
#pref-group5:checked ~ .cities-tab__navigation label[for="pref-group5"],
#pref-group6:checked ~ .cities-tab__navigation label[for="pref-group6"] {
  background-color: #14a83b;
  color: #fff;
}

#pref-group1:checked ~ #pref-group__content1.cities-tab__content,
#pref-group2:checked ~ #pref-group__content2.cities-tab__content,
#pref-group3:checked ~ #pref-group__content3.cities-tab__content,
#pref-group4:checked ~ #pref-group__content4.cities-tab__content,
#pref-group5:checked ~ #pref-group__content5.cities-tab__content,
#pref-group6:checked ~ #pref-group__content6.cities-tab__content {
  display: flex;
}

@media screen and (max-width: 767px) {
  .cities-tab__content > li:last-child > a {
    border: 0;
  }
}

@media screen and (min-width: 768px) {
  .cities-tab__navigation {
    flex-wrap: nowrap;
    margin: 40px -10px 0;
    border: 0;
  }

  .cities-tab__navigation > li {
    width: 100%;
    margin: 0 10px;
    border: 0;
  }

  .cities-tab__content {
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px 12px 38px;
  }

  .cities-tab__content > li {
    width: 25%;
    padding: 0 12px;
    box-sizing: border-box;
  }
}

.inq {
  padding: 30px 0;
}

@media screen and (min-width: 768px) {
  .inq {
    padding: 60px 0;
  }
}

.inq h2 {
  text-align: center;
}

.inq h2 img {
  width: 240px;
}

@media screen and (min-width: 768px) {
  .inq h2 img {
    width: 340px;
  }
}

.inq p {
  margin-top: 20px;
  font-size: 13px;
  line-height: 1.6;
}

@media screen and (min-width: 768px) {
  .inq p {
    text-align: center;
    margin-top: 30px;
    font-size: 16px;
  }
}

.inq-button {
  text-align: center;
}

.inq-button a {
  display: inline-block;
  background-color: #14a83b;
  color: #fff;
  padding: 10px 100px;
  border-radius: 6px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .inq-button a {
    width: 100%;
    max-width: 400px;
  }
}

.inq-button a:hover {
  opacity: .8;
}

/*
footer
--------------------------------------*/
.pagetop {
  background-color: #F6F6F6;
  font-weight: bold;
  text-align: center;
  padding: 10px 0;
  cursor: pointer;
}

.ftr-lp__wrap {
  background-color: #ad0003;
}

.ftr-lp__inner {
  text-align: center;
  padding-top: 16px;
}

@media screen and (min-width: 768px) {
  .ftr-lp__inner {
    position: relative;
    padding: 16px 0;
    margin: 0 auto;
    width: 1072px;
    text-align: left;
  }
}

.ftr-lp__sns {
  padding: 12px 0;
}

@media screen and (min-width: 768px) {
  .ftr-lp__sns {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.lp-lst-sns {
  display: flex;
  justify-content: center;
  gap: 8px;
}

.lp-lst-icon__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: opacity 0.3s;
}

.lp-lst-icon__link:hover {
  opacity: 0.85;
}

.ftr-lp__info {
  background-color: #3d3d3d;
}

.lp-lst-link__item {
  margin-bottom: 8px;
}

.lp-lst-link__item a {
  color: #FFF;
  font-size: 14px;
  font-weight: 900;
}

@media screen and (min-width: 768px) {
  .lp-lst-link__item {
    display: inline;
    margin-bottom: 0;
  }
  .lp-lst-link__item:not(:last-child) {
    border-right: 1px #767676 solid;
    padding-right: 8px;
    margin-right: 8px;
  }
}

.lp-lst-link {
  display: inline;
}

.text-align__left {
  text-align: left;
  padding: 0 16px 16px;
}

@media screen and (min-width: 768px) {
  .text-align__left {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .ftr-lp__copywrap {
    float: right;
  }
}

.ftr-lp__copyright {
  color: #FFF;
  font-size: 12px;
  font-weight: 900;
}

/*
utils
---------------*/
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px) {
  .sp {
    display: none !important;
  }
}

@media print {
  .sp {
    display: none !important;
  }
}

.font-en {
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.font-jp {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "YuGothic M", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.fs-l {
  font-size: 1.2em;
}

.mt-s {
  margin-top: 10px !important;
}

@media screen and (max-width: 767px) {
  .mt-s {
    margin-top: 5px !important;
  }
}

.mt-m {
  margin-top: 20px !important;
}

@media screen and (max-width: 767px) {
  .mt-m {
    margin-top: 10px !important;
  }
}

.mt-l {
  margin-top: 40px !important;
}

@media screen and (max-width: 767px) {
  .mt-l {
    margin-top: 20px !important;
  }
}

.mt-xl {
  margin-top: 60px !important;
}

@media screen and (max-width: 767px) {
  .mt-xl {
    margin-top: 30px !important;
  }
}

.mt-xxl {
  margin-top: 80px !important;
}

@media screen and (max-width: 767px) {
  .mt-xxl {
    margin-top: 40px !important;
  }
}

.mt-0 {
  margin-top: 0px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.w60p {
  width: 60% !important;
}

.w80p {
  width: 80% !important;
}

.w100p {
  width: 100% !important;
}

.block {
  display: block !important;
}

.align-left {
  text-align: left !important;
}

.align-right {
  text-align: right !important;
}

.align-center {
  text-align: center !important;
}

@media screen and (min-width: 768px) {
  .align-center-pc {
    text-align: center !important;
  }
}

.of-hidden {
  overflow: hidden;
}

.w7em {
  width: 7em;
}

.w4em {
  width: 4em;
}
