@charset "UTF-8";
@font-face {
  font-family: "Banana Slip Plus";
  src: url("../fonts/bananaslipplus.woff") format("woff");
}
body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #231815;
  letter-spacing: 0.01em;
  line-height: 1.6;
  font-family: "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  body {
    line-height: 1.8;
  }
}

main {
  margin: 60px 0 0;
}

@media only screen and (max-width: 767px) {
  .for-pc {
    display: none;
  }
}

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

@media only screen and (min-width: 768px) {
  a[href^=tel] {
    pointer-events: none;
    color: #231815;
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  a[href^=tel] {
    color: #2bb7b3;
    text-decoration: underline;
  }
}

footer#global-footer {
  margin: 80px 0 0;
  padding: 0 0 80px;
  text-align: center;
}
footer#global-footer p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  footer#global-footer p {
    font-size: 12px;
  }
}
footer#global-footer figure {
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  footer#global-footer figure {
    display: block;
    max-width: 50%;
    margin: 30px auto 0;
  }
  footer#global-footer figure img {
    display: block;
    width: 100%;
  }
}
footer#global-footer address {
  margin: 40px 0 0;
  font-size: 12px;
  font-style: normal;
}

#about header nav ul, #global-header nav .content {
  list-style: none;
  margin: 0;
  padding: 0;
}

#global-header, main {
  padding: 0 40px;
}
@media only screen and (max-width: 767px) {
  #global-header, main {
    padding: 0 10px;
  }
}

#pamphlet, #about, #youtube, #lead, #global-header nav, .area {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#pamphlet, #about, #youtube, #lead, #global-header nav, .area, #pamphlet .content, #about .content, #youtube .content, #lead .content, #global-header nav .content, .area .content {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #pamphlet .content, #about .content, #youtube .content, #lead .content, #global-header nav .content, .area .content {
    max-width: 1200px;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  #pamphlet .content, #about .content, #youtube .content, #lead .content, #global-header nav .content, .area .content {
    width: 100%;
  }
}

#about section div p, #lead section p {
  font-size: 18px;
}

@media only screen and (min-width: 768px) {
  #about header nav a, #lead footer p a, #global-header nav a, .reference a {
    transition: opacity 0.3s ease-out 0s;
  }
  #about header nav a:hover, #lead footer p a:hover, #global-header nav a:hover, .reference a:hover {
    opacity: 0.5;
  }
}

#global-header nav .content::before, #global-header nav .content::after, .area .voice-content div::before, .area header h2::before, .area section .area-contact h3 span::after, .area section nav h3 span::after, .area header h2 span::after {
  display: block;
  content: "";
}

.area section .area-contact h3 span, .area section nav h3 span, .area header h2 span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.area section .area-contact h3 span::after, .area section nav h3 span::after, .area header h2 span::after {
  flex: 0 0 100%;
  height: 1px;
  background-color: transparent;
  background-image: linear-gradient(to right, #231815, #231815 7px, #fff, 7px, #fff 12px);
  background-position: left top;
  background-repeat: repeat-x;
  background-size: 12px 1px;
}

.background-block {
  position: relative;
  background: transparent url("../images/block_bg_01.jpg") left top repeat-y;
  background-size: cover;
}
.background-block::before, .background-block::after {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
.background-block::before {
  top: -1px;
  padding: 4.452% 0 0;
  background-image: url("../images/block_bg_02.png");
  background-position: left top;
}
.background-block::after {
  bottom: -1px;
  padding: 3.8527% 0 0;
  background-image: url("../images/block_bg_03.png");
  background-position: left bottom;
}

.reference-list {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  margin: 30px -10px 0;
}
.reference-list[data-align=center] {
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .reference-list {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .reference-list {
    flex-direction: column;
  }
}
.reference-list .reference {
  flex: 0 1 calc((100% - 40px) / 3);
  flex: 0 1 auto;
  min-width: calc((100% - 60px) / 3);
  margin: 20px 10px 0;
}
@media only screen and (max-width: 767px) {
  .reference-list .reference {
    flex: 0 1 auto;
    margin: 10px 0 0;
  }
  .reference-list .reference:first-of-type {
    margin-top: 0;
  }
}

.reference a {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0.3em 0.5em 0.25em;
  background: #2bb7b3;
  color: #fff;
  text-decoration: none;
  font-family: "Banana Slip Plus", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.reference a::before, .reference a::after {
  font-family: "Font Awesome 5 Free", sans-serif;
}
.reference a::before {
  margin: 0 0.3em 0 auto;
  font-size: 21px;
  content: "";
}
.reference a::after {
  margin: 0 0 0 auto;
  padding: 0 0 0 0.25em;
  font-size: 20px;
  font-weight: 900;
  content: "\f105";
}
@media only screen and (min-width: 768px) {
  .reference a {
    font-size: 27px;
  }
}
@media only screen and (max-width: 767px) {
  .reference a {
    max-width: 280px;
    margin: 0 auto;
    font-size: 21px;
  }
}
.reference[data-content-type=life] a::before {
  font-weight: 900;
  content: "\f4b8";
}
.reference[data-content-type=home] a::before {
  font-weight: 900;
  content: "\e065";
}
.reference[data-content-type=family] a::before {
  font-weight: 900;
  content: "\f77c";
}
.reference[data-content-type=fun] a::before {
  font-weight: 900;
  content: "\f70c";
}
.reference[data-content-type=health] a::before {
  font-weight: 400;
  content: "\f004";
}
.reference[data-content-type=job] a::before {
  font-weight: 900;
  content: "\f0b1";
}
.reference[data-content-type=event] a::before {
  font-weight: 900;
  content: "\f86d";
}
.reference[data-content-type=wellness] a::before {
  font-weight: 900;
  content: "\e068";
}
.reference[data-content-type=agriculture] a::before {
  font-weight: 900;
  content: "\f4d8";
}
.reference[data-content-type=contact] a::before {
  font-weight: 900;
  content: "\f0e0";
}
.reference[data-content-type=youtube] a::before {
  font-family: "Font Awesome 5 Brands", sans-serif;
  font-weight: 400;
  content: "\f167";
}

.area {
  margin: 80px 0 0;
}
@media only screen and (max-width: 767px) {
  .area {
    margin: 40px 0 0;
  }
}
.area header h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: -47px;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  .area header h2 {
    left: 0;
  }
}
.area header h2::before {
  width: 85px;
  height: 91px;
  margin: 0 16px 0 0;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .area header h2::before {
    width: 42px;
    height: 45px;
    margin-right: 5px;
  }
}
.area header h2 span {
  color: #2bb7b3;
  font-family: "Banana Slip Plus", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  letter-spacing: 0.3em;
}
.area header h2 b {
  font-size: 94px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .area header h2 b {
    font-size: 42px;
  }
}
.area header h2 small {
  margin-left: 0.75em;
  text-transform: uppercase;
  font-style: normal;
  font-size: 64px;
}
@media only screen and (max-width: 767px) {
  .area header h2 small {
    font-size: 21px;
  }
}
.area header figure {
  margin: 60px 0 0;
}
@media only screen and (max-width: 767px) {
  .area header figure {
    margin: 40px 0 0;
  }
}
.area header figure img {
  position: relative;
  left: -32px;
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .area header figure img {
    left: -5px;
  }
}
.area section {
  margin: 60px 0 0;
}
@media only screen and (max-width: 767px) {
  .area section {
    margin: 30px 0 0;
  }
}
.area section p {
  margin: 0;
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .area section p {
    font-size: 16px;
  }
  .area section p br {
    display: none;
  }
}
.area section nav {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto 0;
}
@media only screen and (max-width: 767px) {
  .area section nav {
    margin: 30px auto 0;
  }
}
.area section nav h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-family: "Banana Slip Plus", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .area section nav h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .area section nav h3 {
    font-size: 22px;
  }
}
.area section .area-contact {
  max-width: 1000px;
  width: 100%;
  margin: 50px auto 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .area section .area-contact {
    margin: 30px auto 0;
  }
}
.area section .area-contact h3 {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  font-family: "Banana Slip Plus", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
}
@media only screen and (min-width: 768px) {
  .area section .area-contact h3 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .area section .area-contact h3 {
    font-size: 22px;
  }
}
.area section .area-contact p {
  margin: 50px 0 0;
}
@media only screen and (max-width: 767px) {
  .area section .area-contact p {
    margin: 30px 0 0;
  }
  .area section .area-contact p br {
    display: inherit;
  }
}
.area section .area-contact a {
  color: #2bb7b3;
  text-decoration: none;
}
.area section .area-contact a:hover {
  text-decoration: underline;
}
@media only screen and (min-width: 768px) {
  .area section .area-contact a[href^="tel:"] {
    pointer-events: none;
    color: #231815;
  }
  .area section .area-contact a[href^="tel:"]:hover {
    text-decoration: none;
  }
}
.area footer {
  margin: 70px 0 0;
  padding: 40px;
}
@media only screen and (max-width: 767px) {
  .area footer {
    margin: 40px 0 0;
    padding: 40px 10px;
  }
}
.area footer h3 img {
  display: block;
  margin: 0 auto;
}
.area .voice-content {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  .area .voice-content {
    display: block;
  }
}
.area .voice-content h4 {
  flex: 1 1 435px;
  margin: 0;
  font-weight: 400;
}
.area .voice-content h4 img {
  display: block;
  width: 100%;
}
.area .voice-content h4 span {
  display: block;
  margin: 20px 0 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .area .voice-content h4 span {
    margin: 10px 0 0;
  }
}
.area .voice-content div {
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex: 1 1 530px;
  margin: 0 0 0 60px;
}
@media only screen and (max-width: 767px) {
  .area .voice-content div {
    display: block;
    margin: 20px 0 0;
  }
}
.area .voice-content div::before {
  flex: 0 0 25px;
  background: transparent url("../images/voice_arrow_01_pc.png") left center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 767px) {
  .area .voice-content div::before {
    content: none;
  }
}
.area .voice-content div p {
  flex: 0 1 auto;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 0 68px;
  text-align: center;
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .area .voice-content div p {
    display: block;
    margin: 0;
    font-size: 15px;
  }
  .area .voice-content div p br {
    display: none;
  }
  .area .voice-content div p br.for-sp {
    display: block;
  }
}
.area .voice-content:first-child {
  margin-top: 0;
}
.area .voice-content:nth-of-type(2n) {
  flex-direction: row-reverse;
}
.area .voice-content:nth-of-type(2n) div {
  flex-direction: row-reverse;
  margin: 0 60px 0 0;
}
@media only screen and (max-width: 767px) {
  .area .voice-content:nth-of-type(2n) div {
    margin: 20px 0 0;
  }
}
.area .voice-content:nth-of-type(2n) div::before {
  background-image: url("../images/voice_arrow_02_pc@2x.png");
}
.area .voice-content:nth-of-type(2n) div p {
  margin: 0 68px 0 0;
}
@media only screen and (max-width: 767px) {
  .area .voice-content:nth-of-type(2n) div p {
    margin: 0;
  }
}
.area#mifune header h2::before {
  background-image: url("../images/mifune_symbol@2x.png");
}
.area#kashima header h2::before {
  background-image: url("../images/kashima_symbol_pc@2x.png");
}
.area#mashiki header h2::before {
  background-image: url("../images/mashiki_symbol_pc@2x.png");
}
.area#kousa header h2::before {
  background-image: url("../images/kousa_symbol_pc@2x.png");
}
.area#yamato header h2::before {
  background-image: url("../images/yamato_symbol_pc@2x.png");
  background-size: 75% auto;
}

#global-header nav {
  padding: 70px 0 0;
  font-family: "Banana Slip Plus", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media only screen and (max-width: 767px) {
  #global-header nav {
    padding: 30px 0 0;
  }
}
#global-header nav .content {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 5px;
  border-bottom: 1px solid rgba(35, 24, 21, 0.7);
}
#global-header nav .content::before, #global-header nav .content::after {
  position: absolute;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  background-color: #231815;
  border-radius: 50%;
  transform: translateY(50%);
}
#global-header nav .content::before {
  left: 0;
}
#global-header nav .content::after {
  right: 0;
}
#global-header nav li {
  margin: 0 25px;
}
@media only screen and (max-width: 767px) {
  #global-header nav li {
    margin: 0 10px;
  }
}
#global-header nav a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border: 1px solid #231815;
  padding: 0.5em 1em 0.3em;
  background: #231815;
  color: #fff;
  line-height: 1;
  text-decoration: none;
  font-size: 21px;
}
#global-header nav a::after {
  margin: 0 0 0 0.25em;
  font-family: "Font Awesome 5 Free", sans-serif;
  font-size: 12px;
  font-weight: 900;
  content: "\f105";
}
@media only screen and (max-width: 767px) {
  #global-header nav a {
    padding: 0.5em 0.5em 0.3em;
    font-size: 16px;
  }
}
#global-header h1 {
  margin: 60px 0 0;
}
@media only screen and (max-width: 767px) {
  #global-header h1 {
    margin: 30px 0 0;
  }
}
#global-header h1 .content span,
#global-header h1 .content span img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
#global-header h1 .content span.impress,
#global-header h1 .content span img.impress {
  margin: 60px 0 0;
}
@media only screen and (min-width: 768px) {
  #global-header h1 .content span.impress,
#global-header h1 .content span img.impress {
    margin: 30px 0 0;
  }
}
#global-header h1 .content span.impress img,
#global-header h1 .content span img.impress img {
  position: relative;
  left: 16px;
}
@media only screen and (max-width: 767px) {
  #global-header h1 .content span.impress img,
#global-header h1 .content span img.impress img {
    left: 5px;
  }
}

#lead header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#lead header h2 {
  margin: 0;
  border-bottom: 1px dashed #231815;
  padding: 0 0 15px;
  text-align: center;
  font-family: "Banana Slip Plus", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 27px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #lead header h2 {
    font-size: 24px;
  }
}
#lead section {
  margin: 30px 0 0;
}
#lead section p {
  margin: 0;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #lead section p {
    font-size: 16px;
  }
  #lead section p br {
    display: none;
  }
}
#lead footer {
  margin: 60px 0 0;
}
#lead footer p {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
#lead footer p a {
  display: block;
}
#lead footer p img {
  display: block;
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}

#youtube {
  width: 100%;
  max-width: 830px;
  margin: 40px auto 0;
}
#youtube header {
  flex: 0 1 50%;
  flex-basis: calc(50% - 25px);
}
#youtube header h2 {
  margin: 0;
  border-bottom: 1px dashed #231815;
  padding: 0 0 15px;
  text-align: center;
  font-family: "Banana Slip Plus", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 27px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #youtube header h2 {
    font-size: 24px;
  }
}
#youtube header h2 img {
  height: 1em;
  margin: 0 0.25em 0 0;
  vertical-align: text-top;
}
#youtube section {
  display: flex;
  justify-content: stretch;
  align-items: center;
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  #youtube section {
    display: block;
  }
}
#youtube figure {
  flex: 0 1 64%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #youtube figure {
    max-width: 480px;
    margin: 0 auto;
  }
}
#youtube figure img {
  width: 100%;
}
#youtube nav {
  flex: 1;
  margin: 0 0 0 40px;
}
@media only screen and (max-width: 767px) {
  #youtube nav {
    margin: 40px 0 0;
  }
}
#youtube ul {
  flex: 1;
  list-style: none;
  margin: 0;
  padding: 0;
}
#youtube li {
  margin: 20px 0 0;
}
@media only screen and (max-width: 767px) {
  #youtube li {
    margin-top: 10px;
  }
}
#youtube li:first-child {
  margin: 0;
}

#about {
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  #about {
    margin-top: 20%;
  }
}
#about header {
  padding: 80px 80px 60px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #about header {
    padding: 40px 10px;
  }
}
#about header p {
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #about header p {
    position: relative;
    margin: -19% -5% 0 -2%;
    z-index: 1;
  }
}
#about header img {
  width: auto;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  #about header img {
    width: 100%;
    max-width: none;
  }
}
#about header nav {
  margin: 30px 0 0;
}
@media only screen and (max-width: 767px) {
  #about header nav {
    margin: 10px 0 0;
  }
}
#about header nav ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 767px) {
  #about header nav ul {
    flex-wrap: wrap;
  }
}
#about header nav li {
  margin: 0 13px;
}
@media only screen and (max-width: 767px) {
  #about header nav li {
    margin: 0 5px;
  }
}
#about header nav a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  border: 6px solid #2bb7b3;
  border-radius: 50%;
  color: #2bb7b3;
  text-decoration: none;
  font-family: "Banana Slip Plus", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 40px;
}
@media only screen and (max-width: 767px) {
  #about header nav a {
    width: 2.5em;
    height: 2.5em;
    font-size: 18px;
  }
}
#about section {
  display: flex;
  justify-content: center;
  align-items: stretch;
  margin: 40px 0 0;
}
@media only screen and (max-width: 767px) {
  #about section {
    flex-wrap: wrap;
  }
}
#about section h2 {
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  flex: 0 1 auto;
  margin: 0;
}
@media only screen and (max-width: 767px) {
  #about section h2 {
    flex: 0 1 calc(65% - 5px);
    align-items: center;
  }
}
#about section h2 img {
  width: auto;
  max-width: 100%;
}
#about section div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 1 0 auto;
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 767px) {
  #about section div {
    order: 3;
    flex: 1 1 100%;
    margin: 30px 0 0;
  }
}
#about section div p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #about section div p {
    text-align: center;
    font-size: 16px;
  }
}
#about section figure {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex: 0 1 auto;
  margin: 0 0 0 30px;
}
@media only screen and (max-width: 767px) {
  #about section figure {
    flex: 0 1 calc(35% - 5px);
    order: 2;
    margin: 0 0 0 10px;
  }
}
#about section figure img {
  width: auto;
  max-width: 100%;
}
#about footer {
  margin: 30px 0 0;
}
#about footer p {
  margin: 0;
  color: #2bb7b3;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (max-width: 767px) {
  #about footer p {
    font-size: 16px;
  }
}
#about footer nav {
  margin: 40px 0 0;
}

#pamphlet {
  margin: 40px 0 0;
}
#pamphlet header {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#pamphlet header h2 {
  margin: 0;
  border-bottom: 1px dashed #231815;
  padding: 0 0 15px;
  text-align: center;
  font-family: "Banana Slip Plus", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 27px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #pamphlet header h2 {
    font-size: 24px;
  }
}
#pamphlet .pamphlet__inner {
  max-width: 830px;
  margin: auto;
}
#pamphlet .pamphlet__row {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  gap: 40px;
}
@media only screen and (max-width: 767px) {
  #pamphlet .pamphlet__row {
    flex-direction: column;
    gap: 30px;
  }
}
#pamphlet .pamphlet__column.left {
  flex: 0 1 64%;
}
#pamphlet .pamphlet__column.left .pic {
  text-align: center;
  max-width: 400px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #pamphlet .pamphlet__column.left .pic {
    max-width: 300px;
  }
}
#pamphlet .pamphlet__column.left .pic img {
  max-width: 100%;
  vertical-align: top;
}
#pamphlet .pamphlet__column.left .button {
  margin: 20px auto 0;
  max-width: 300px;
}
@media only screen and (min-width: 768px) {
  #pamphlet .pamphlet__column.left .button a {
    min-width: 200px;
  }
}
#pamphlet .pamphlet__column.right {
  flex: 1;
}
#pamphlet .pamphlet__column.right h3 {
  text-align: center;
  margin: 0;
  font-family: "Banana Slip Plus", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 27px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  #pamphlet .pamphlet__column.right h3 {
    font-size: 24px;
  }
}
#pamphlet .reference-list {
  gap: 20px 0;
  flex-direction: column;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  #pamphlet .reference-list {
    gap: 10px 0;
  }
}
#pamphlet .reference-list .reference {
  margin-top: 0;
}
/*# sourceMappingURL=kamimashiki-lp.css.map */
