@charset "UTF-8";
/*-----------ベース -----------*/
:root {
  --yellow: #ffef00;
  --lightyellow: #f9f2bb;
  --blue: #0092f1;
  --navy: #053e62;
  --lightblue: #e9f0f7;
  --lightgreen: #dcedd0;
  --red: #fc0000;
  --orange: #e83b18;
  --white: #fff;
  --offwhite: #f9f9f9;
  --black: #232323;
  --grey: #d4dde2;
  --darkgrey: #848c8f;
  --lightgrey: #ebf2f6;
  --ivory: #f5f1eb;
  --main-c: var(--navy);
  --base-c: var(--offwhite);
  --accent-c: var(#BCBCA9);
  --bg-c: var(#F4F4ED);
  --border-c: var(--grey);
}

.l-header {
  z-index: 5;
}

.l-footer {
  z-index: 1;
}

.l-overlay {
  z-index: 4;
}

#splash {
  z-index: 8;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 4;
}

[data-appear-blur] {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

[data-appear-blur=true] {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

[data-slidein-border] {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-slidein-border] .anim-text {
  position: relative;
}
[data-slidein-border] .anim-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--main-c);
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-slidein-border=true] .anim-text::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
[data-slidein-border=true] .br {
  content: "";
  width: 100%;
}

[data-appear-each] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
[data-appear-each] .anim-text {
  position: relative;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

[data-appear-each=true] .anim-text {
  -webkit-animation: textAnim 0.7s ease-out forwards;
          animation: textAnim 0.7s ease-out forwards;
}

@-webkit-keyframes textAnim {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes textAnim {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
[data-clip-anim] {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

[data-clip-anim=true] {
  -webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
  clip-path: polygon(0 0, 200% 0, 0 200%);
}

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

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;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
a:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

i {
  font-style: normal;
}

html {
  font-size: 16px;
  text-underline-position: under;
  word-break: break-word;
}
html.--large-font {
  font-size: 115%;
}

body {
  font-family: "yu gothic", "メイリオ", Meiryo, " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  font-weight: 400;
  line-height: 1.75;
  width: 100%;
  overflow-x: hidden;
  letter-spacing: 0.02em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: var(--black);
  font-size: 0.875rem;
  font-weight: 500;
}

a {
  color: inherit;
  cursor: pointer;
}

svg {
  display: block;
  max-width: 100%;
}

img:not(.mod-19 img, .p-front .content p img, .lightbox .lb-image) {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

span,
i {
  font-size: inherit;
  color: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  font-family: inherit;
}

button {
  font-size: inherit;
  font-family: inherit;
  background: none;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
}
button:focus {
  opacity: 0.6;
}

/*-------フォントサイズ---------*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

h1 {
  font-size: 4.8vw;
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 3.75rem;
  }
}

h2 {
  font-size: 1.4375rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  h2 {
    text-align: center;
  }
}
h2 small {
  color: #BCBCA9;
  display: block;
  font-size: 1.125rem;
}

h3 {
  font-size: 1.125rem;
  letter-spacing: 0;
}

h4 {
  font-size: 0.875rem;
}

h5 {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 1.375rem;
  }
}

h6 {
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 768px) {
  h6 {
    font-size: 1.125rem;
  }
}

.c-button {
  background: #000;
  height: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 15px 17px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-button span {
  font-family: "yu gothic", "メイリオ", Meiryo, " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  font-size: 0.9375rem;
  color: #fff;
}
.c-button:before {
  content: url("../images/common/arrow.svg");
  margin-right: 25px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
@media screen and (min-width: 768px) {
  .c-button:hover:before {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}

.c-edit-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: 15px;
  margin-top: 50px;
  margin-bottom: 0;
  padding: 10px;
  background: orange;
  border: 1px solid orange;
  border-radius: 5px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "yu gothic", "メイリオ", Meiryo, " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.c-edit-button:hover {
  cursor: pointer;
  background: #fff;
  color: #ef9c03;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.acf-button {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: orange;
  border: 1px solid orange;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  font-size: 0.875rem;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin-right: 10px;
  margin-left: auto;
  display: block;
  font-weight: bold;
}
.acf-button:hover {
  color: #ef9c03;
  background: #fff;
  opacity: 1;
}

.acf-form-submit input {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: red;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "yu gothic", "メイリオ", Meiryo, " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  padding: 10px 20px;
  margin-top: 25px;
  margin-right: 10px;
  margin-left: auto;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  border: none;
}
.acf-form-submit input:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  background: red;
  border: none;
  color: #fff;
}

.c-logout-button {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: "yu gothic", "メイリオ", Meiryo, " ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 0;
  margin-top: 0;
  padding: 10px 20px;
  border-radius: 50px;
  background: red;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  min-width: 110px;
  margin-right: 0;
  margin-left: auto;
  display: block;
  margin-top: -45px;
}
@media screen and (max-width: 767px) {
  .c-logout-button {
    margin-top: -15px;
    margin-bottom: 25px;
  }
}
.c-logout-button:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

.c-indent {
  padding-left: 15px;
  padding-bottom: 0;
}

p + .c-indent {
  padding-top: 0;
}

/*-----------レイアウト　接頭辞「l-」-----------*/
@media screen and (max-width: 767px) {
  .u-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-pc {
    display: block;
  }
}

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

.l-wrapper {
  padding: 10px;
}

.l-wrapper--nopadding {
  padding: 0;
}

.l-editor-wrapper {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .l-editor-wrapper {
    margin-top: 80px;
  }
}

.l-inner {
  width: 90%;
  max-width: 1280px;
  margin: 0 auto;
  position: relative;
}

.l-inner--wide {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

.l-inner--full {
  width: 100%;
}

.l-inner--short {
  max-width: 880px;
}

.l-2col-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.l-basic-wrapper {
  background-color: inherit;
}

.l-color-wrapper {
  background-color: var(--bg-c);
}

.l-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-flex.-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-flex.-jbetween {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-flex.-jcenter {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-flex.-jaround {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.l-flex.-acenter {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-flex.-abaseline {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.l-flex.-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.l-flex.-gap-s {
  gap: 0.5em;
}
.l-flex.-gap-m {
  gap: 1em;
}
.l-flex.-gap-l {
  gap: 1.5em;
}

.l-grid {
  display: grid;
}
.l-grid.-col2 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .l-grid.-col2 {
    grid-template-columns: 1fr 1fr;
  }
}
.l-grid.-col3 {
  grid-template-columns: 1fr;
}
@media screen and (min-width: 768px) {
  .l-grid.-col3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.l-grid.-col4 {
  grid-template-columns: repeat(2, 1fr);
}
@media screen and (min-width: 768px) {
  .l-grid.-col4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.l-grid.-gap {
  gap: 12px;
}

.l-overlay {
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  position: fixed;
  top: 60px;
  right: -100%;
  -webkit-transition: opacity 0.6s;
  transition: opacity 0.6s;
}
.l-overlay.is-open {
  right: 0;
  opacity: 1;
}
@media screen and (min-width: 1280px) {
  .l-overlay {
    top: 80px;
  }
}

.contents {
  padding-top: 50px;
  padding-bottom: 50px;
}

.content i {
  font-style: italic;
}

html.--large-font .g-nav li {
  margin-right: 5px;
}
@media screen and (min-width: 1090px) {
  html.--large-font .g-nav li {
    margin-right: 8px;
  }
}
@media screen and (min-width: 1280px) {
  html.--large-font .g-nav li {
    margin-right: 15px;
  }
}

.l-header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  height: 60px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
          box-shadow: rgba(0, 0, 0, 0.3) 0 0 10px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
@media screen and (min-width: 1090px) {
  .l-header {
    height: 80px;
  }
}
.l-header .l-flex {
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .logo {
  width: 240px;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.l-header .g-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header .g-nav ul {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .l-header .g-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.l-header .g-nav li {
  margin-right: 40px;
}
.l-header .g-nav li a {
  font-size: 1rem;
  font-weight: bold;
}
.l-header .g-nav li .fontsize {
  width: 42px;
  height: 42px;
  background: #518a66;
  margin-right: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.l-header .g-nav li .fontsize.--active {
  background: #ffc600;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.l-header .g-nav li .fontsize:hover {
  background: #ffc600;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.l-header .hamburger {
  width: 28px;
  height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.l-header .hamburger:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.7;
}
.l-header .hamburger span {
  width: 100%;
  height: 2px;
  background: #518a66;
}
.l-header .hamburger--close {
  display: block;
}

.modal-nav {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  background: rgba(0, 155, 101, 0.9411764706);
  width: 100%;
  height: 100%;
  color: #fff;
  overflow-y: scroll;
}
.modal-nav .close-button {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 35px;
  right: 40px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.modal-nav .close-button:hover {
  cursor: pointer;
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.modal-nav .close-button span {
  height: 2px;
  background: #fff;
  width: 30px;
  display: block;
  position: absolute;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 0;
  bottom: 0;
  margin: auto;
}
.modal-nav .close-button span:first-child {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-nav .close-button span:last-child {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .modal-nav .l-inner {
    height: calc(100% - 100px);
    overflow-y: scroll;
    margin-top: 100px;
  }
}
@media screen and (min-width: 768px) {
  .modal-nav .l-inner {
    height: 100%;
  }
}
.modal-nav__box {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .modal-nav__box {
    width: 30%;
  }
}
.modal-nav__box h2 {
  font-size: 1.375rem;
  text-align: left;
  margin-bottom: 20px;
  text-indent: -21px;
  margin-left: 21px;
}
.modal-nav__box h2:before {
  content: "";
  width: 10px;
  height: 30px;
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.modal-nav__box h3 {
  font-size: 1rem;
  margin-left: 23px;
  display: block;
}
.modal-nav__box h3:last-child {
  margin-bottom: 25px;
}
.modal-nav .l-flex {
  max-width: 1204px;
  margin: 0 auto;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: auto;
  max-height: auto;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .modal-nav .l-flex {
    margin: 100px auto;
    max-height: 1700px;
  }
}

.l-page-header {
  height: auto;
  background-color: #eff0f3;
}
@media screen and (min-width: 768px) {
  .l-page-header {
    height: 400px;
  }
}
.l-page-header .l-inner {
  width: 90%;
  max-width: 950px;
}
.l-page-header .l-inner--wide {
  max-width: 1280px;
}
.l-page-header .mv {
  overflow: hidden;
  border-radius: 0;
  height: 33.333vw;
}
@media screen and (min-width: 768px) {
  .l-page-header .mv {
    height: 265px;
    border-radius: 0 0 20px 20px;
  }
}
.l-page-header .mv img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-page-header .page-information {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  margin-top: -40px;
  margin-left: 35px;
}
@media screen and (max-width: 767px) {
  .l-page-header .page-information {
    margin: 0 auto 20px;
    padding: 5px 0;
    width: 95%;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    position: relative;
  }
}
.l-page-header .page-information .icon {
  width: 74px;
  height: 74px;
  border-radius: 50%;
  overflow: hidden;
  border: 3px #fff solid;
  background: #fff;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .l-page-header .page-information .icon {
    margin-top: -40px;
  }
}
@media screen and (min-width: 768px) {
  .l-page-header .page-information .icon {
    width: 140px;
    height: 140px;
  }
}
.l-page-header .page-information .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.l-page-header .page-information .site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 80px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .l-page-header .page-information .site-title {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: calc(100% - 90px);
    height: auto;
  }
}
.l-page-header .page-information .site-title h1 {
  font-weight: bold;
  line-height: 1.875rem;
  font-size: 1.25rem;
}
@media screen and (min-width: 768px) {
  .l-page-header .page-information .site-title h1 {
    font-size: 1.875rem;
    letter-spacing: 0.125rem;
  }
}
.l-page-header .page-information .site-title small {
  color: #767676;
  line-height: 1.125rem;
  margin-top: 5px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .l-page-header .page-information .site-title small {
    font-size: 1rem;
  }
}

.l-page-header-nav {
  position: sticky;
  top: 60px;
  z-index: 4;
  background: #009564;
}
@media screen and (max-width: 767px) {
  .l-page-header-nav .l-page-header-nav__inner {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .l-page-header-nav {
    top: 80px;
  }
  .l-page-header-nav__inner {
    display: block !important;
  }
}
.l-page-header-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .l-page-header-nav ul {
    height: 62px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.l-page-header-nav ul li {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .l-page-header-nav ul li {
    width: 100%;
  }
}
.l-page-header-nav ul li.-current {
  background-color: #ffc600;
}
.l-page-header-nav ul li a {
  color: #fff;
  font-weight: bold;
  font-size: 0.9375rem;
  display: block;
  height: 100%;
  padding: 15px;
  line-height: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .l-page-header-nav ul li a {
    padding: 5px;
    font-size: 12px;
    border-top: 1px solid #fff;
  }
}
.l-page-header-nav .spmenuclose {
  display: block;
}
@media screen and (min-width: 768px) {
  .l-page-header-nav .spmenuclose {
    display: none;
  }
}

.toggle-button {
  display: block;
  height: 35px;
  background: white;
  position: relative;
}
@media screen and (min-width: 768px) {
  .toggle-button {
    display: none;
  }
}
.toggle-button span {
  display: none;
  position: relative;
  right: -20px;
  left: auto;
  bottom: 0;
  top: 8px;
  margin: auto;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 12px;
  font-weight: bold;
}
.toggle-button.-open span {
  display: block;
}
.toggle-button.-open:before {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 12px;
}
.toggle-button.-open:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 18px;
}
.toggle-button:before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 0;
  left: -30px;
  margin: auto;
  top: 9px;
}
.toggle-button:after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  right: 0;
  left: -30px;
  margin: auto;
  top: 15px;
}

.l-footer {
  background: #fff;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  .l-footer {
    padding: 40px;
  }
}
.l-footer__upper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.l-footer__upper__left {
  width: 60%;
}
@media screen and (min-width: 768px) {
  .l-footer__upper__left {
    width: 210px;
  }
}
.l-footer__upper__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__upper__right .link-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .l-footer__upper__right .link-list {
    display: none;
  }
}
.l-footer__upper__right .link-list a {
  font-size: 16px;
  font-weight: bold;
  margin-left: 40px;
}
.l-footer__upper__right .sns-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: 0;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-footer__upper__right .sns-list li {
  margin-left: 15px;
}
.l-footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .l-footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.l-footer__bottom p {
  font-size: 11px;
  font-family: "Playfair Display", serif;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .l-footer__bottom p {
    font-size: 12px;
  }
}

.l-pagenation {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
.l-pagenation .item {
  display: block;
  margin-right: 20px;
}
.l-pagenation a {
  width: 30px;
  height: 30px;
  font-size: 0.875rem;
  padding: 3px;
  text-align: center;
  background: #fff;
  color: #009564;
  display: block;
}
.l-pagenation a.is-active {
  background: #009564;
  color: #fff;
}
.l-pagenation a.next, .l-pagenation a.prev {
  width: 90px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-pagenation a.next, .l-pagenation a.prev {
    width: 100px;
  }
}
.l-pagenation a.next {
  text-align: left;
  padding-left: 10px;
}
@media screen and (min-width: 768px) {
  .l-pagenation a.next {
    padding-left: 25px;
  }
}
.l-pagenation a.next:after {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #009564;
  border-right: 2px solid #009564;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  position: absolute;
  right: 14px;
  left: auto;
  top: -1px;
  bottom: 0;
  margin: auto;
}
.l-pagenation a.prev {
  text-align: right;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .l-pagenation a.prev {
    padding-right: 25px;
  }
}
.l-pagenation a.prev:before {
  content: "";
  width: 9px;
  height: 9px;
  border-top: 2px solid #009564;
  border-right: 2px solid #009564;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  display: block;
  position: absolute;
  left: 14px;
  right: auto;
  top: -1px;
  bottom: 0;
  margin: auto;
}

/*--------個別ページ　接頭辞「p-」--------------*/
.p-front {
  background-color: #eff0f3;
  padding-bottom: 80px;
}
.p-front .acf-fields {
  padding: 5px;
}
.p-front .acf-fields > .acf-field {
  padding: 20px 0;
}
.p-front .acf-fields .acf-field-flexible-content .acf-field-text {
  padding: 20px;
}
.p-front .acf-label label {
  font-size: 1rem;
}
.p-front .acf-form {
  margin-bottom: 40px;
}
.p-front .acf-field[data-name=reason] {
  display: none !important;
}
.p-front .contents.l-flex {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  padding-top: 0;
  max-width: 1280px;
  width: 90%;
}
@media screen and (min-width: 768px) {
  .p-front .contents.l-flex {
    gap: 5%;
  }
}
@media screen and (max-width: 767px) {
  .p-front .contents.l-flex {
    width: 100%;
  }
}
.p-front .left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-front .left {
    width: 35%;
  }
}
.p-front .left article {
  background-color: #fff;
  max-width: 100%;
  border-radius: 0;
  margin-top: 25px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-front .left article {
    padding: 40px 30px;
    margin-top: 50px;
    border-radius: 17px;
  }
}
.p-front .left article h2 {
  font-weight: bold;
  margin-bottom: 25px;
  padding: 0;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .p-front .left article h2 {
    font-size: 1.125rem;
    margin-bottom: 15px;
  }
}
.p-front .left .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-front .left .gallery .l-flex {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.p-front .left .gallery__head {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-front .left .gallery__head a {
  font-size: 0.9375rem;
  font-weight: bold;
  color: #028ec9;
}
.p-front .left .gallery .image-box {
  position: relative;
  width: calc(50% - 4px);
  margin-bottom: 8px;
}
.p-front .left .gallery .image-box:before {
  content: "";
  padding-top: 100%;
  display: block;
}
.p-front .left .gallery .image-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 8px;
}
.p-front .left .sns .l-flex {
  padding: 20px 30px;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-front .left .sns img {
  width: 70%;
  margin: 0 auto;
}
.p-front .left .sns a {
  width: 29%;
  text-align: center;
}
.p-front .left .sns a + a {
  margin-left: 4.333333%;
}
.p-front .left .sns p {
  font-weight: bold;
  background: #eff0f3;
  margin-top: 9px;
}
.p-front .left .parent-news {
  background: transparent;
  padding: 0;
}
.p-front .left .parent-news .information-cat {
  margin-bottom: 5px;
}
.p-front .left .parent-news h4 {
  font-weight: bold;
  font-size: 1.125rem;
  padding: 0 15px;
  margin: 20px auto;
}
@media screen and (min-width: 768px) {
  .p-front .left .parent-news h4 {
    padding: 0;
    margin: 20px 0 10px;
  }
}
.p-front .left .parent-news h5 {
  width: 100%;
  padding: 15px;
  background: #f4f4f4;
  color: #000;
  position: relative;
  cursor: pointer;
  background: #3a9968;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
}
.p-front .left .parent-news h5:before {
  content: "";
  width: 11px;
  height: 1px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-front .left .parent-news h5::after {
  content: "";
  width: 1px;
  height: 11px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-front .left .parent-news h5.-current:after {
  display: none;
}
.p-front .left .parent-news .information-cat__body {
  background: #fff;
  padding: 10px 20px;
  font-weight: bold;
  border-bottom: #ccc 1px solid;
  color: #333;
  display: none;
}
.p-front .left .parent-news .information-cat__body span {
  display: block;
}
.p-front .left .banner-link {
  background: transparent;
  padding: 0 5%;
}
@media screen and (min-width: 768px) {
  .p-front .left .banner-link {
    padding: 0;
  }
}
.p-front .left .banner-link h4 {
  font-weight: bold;
  font-size: 1.125rem;
  margin: 20px 0 10px;
}
.p-front .left .banner-link a {
  width: 80%;
  display: block;
  background: #fff;
  padding: 20px 20px;
  font-weight: bold;
  margin-top: 10px;
  border-radius: 5px;
  position: relative;
  -webkit-box-shadow: 3px 3px 0px #009564;
          box-shadow: 3px 3px 0px #009564;
}
.p-front .left .banner-link a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #009564;
  border-right: 2px solid #009564;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 20px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-front .right {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-front .right {
    width: 60%;
  }
}
.p-front .right .category-selector {
  margin-top: 50px;
  border-radius: 17px;
  overflow: hidden;
}
.p-front .right .category-selector__title {
  background: #ff6e3d;
  color: #fff;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  will-change: opacity;
}
.p-front .right .category-selector__title:hover {
  opacity: 0.7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  will-change: opacity;
}
.p-front .right .category-selector ul {
  display: none;
}
.p-front .right .category-selector li {
  padding: 10px;
  font-weight: bold;
  background: #fff;
  border-bottom: 1px solid #ccc;
  text-align: center;
}
.p-front .right .category-selector li:last-child {
  border: none;
}
.p-front .right .category-selector li a {
  width: 100%;
  display: block;
}
.p-front .right article {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  margin-top: 25px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .p-front .right article {
    padding: 25px 30px;
    margin-top: 50px;
    border-radius: 17px;
  }
}
.p-front .right article .article__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-front .right article .article__head__image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-front .right article .article__head__image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.p-front .right article .article__head__title h2 {
  font-size: 1rem;
  font-weight: bold;
  margin: 0 0 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.p-front .right article .article__head__title h3 {
  font-size: 0.75rem;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
.p-front .right article .article__head__category {
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 1px 6px;
  background-color: #979696;
  margin-right: 20px;
  border-radius: 5px;
  letter-spacing: 3px;
  display: inline-block;
}
.p-front .right article .article__head__category.-uncategorized, .p-front .right article .article__head__category.-gallery {
  background-color: #ffc600;
}
.p-front .right article .article__head__category.-news {
  background-color: #009b65;
}
.p-front .right article .article__head__category.-activity {
  background-color: #ff6e3d;
}
.p-front .right article .article__head__category.-event {
  background-color: #1673fb;
}
.p-front .right article .content {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-front .right article .content {
    font-size: 0.875rem;
  }
}
.p-front .right article .content p {
  color: #585858;
  font-weight: bold;
  font-size: 0.875rem;
  width: 100%;
}
.p-front .right article .content div {
  max-width: 100%;
}
.p-front .right article .content p + p {
  margin-top: 15px;
}
.p-front .right article .content img {
  max-width: 100%;
}
.p-front .right article .content a {
  color: #028ec9;
  word-break: break-all;
}
.p-front .right article .content a:hover {
  text-decoration: underline;
}
.p-front article .content {
  font-size: 0.875rem;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .p-front article .content {
    font-size: 0.9375rem;
  }
}
.p-front article .content p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.p-front .entry-header {
  display: none;
}
.p-front .delete-button {
  position: relative;
  margin-top: 20px;
}
.p-front .delete-button img {
  width: 30px !important;
  position: absolute;
  right: -8px;
  bottom: -12px;
}
.p-front .delete-button img:hover {
  opacity: 0.7;
  cursor: pointer;
}
.p-front .delete-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  top: 0;
  z-index: 99;
}
.p-front .delete-modal__inner {
  display: none;
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  padding: 40px;
  border-radius: 18px;
}
.p-front .delete-modal__inner h3 {
  font-weight: bold;
  margin-bottom: 25px;
}
.p-front .delete-modal__inner button {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
  font-weight: bold;
  font-size: 1.125rem;
  border-radius: 50px;
  margin-bottom: 15px;
}
.p-front .delete-modal__inner button.cancel {
  border: 1px solid #ccc;
}
.p-front .delete-modal__inner button.cancel:hover {
  background: #ccc;
}
.p-front .delete-modal__inner button.delete {
  background: red;
  color: #fff;
}
.p-front .delete-modal__inner button.delete:hover {
  background: #c30101;
}
.p-front .new-post {
  max-width: 1280px;
}
.p-front .new-post__button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}
.p-front .new-post .c-edit-button {
  margin-left: 0;
  margin-right: 0;
}
.p-front .new-post .acf-form-fields {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-front .new-post .acf-form-fields .acf-field--post-title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.p-front .new-post .acf-form-fields .acf-field-taxonomy {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.p-front .new-post .acf-form-fields .acf-field-radio {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
.p-front .new-post .acf-form-fields .acf-field-flexible-content {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.p-front .acf-form {
  display: none;
}
.p-front #message {
  display: none;
}
.p-front .videobox_list {
  margin: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-front .videobox_list li {
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 20px 60px 20px 20px;
  border-bottom: 1px solid;
  position: relative;
}
.p-front .videobox_list li:after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 30px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-front .videobox_list .videobox_btn_none {
  display: none;
}
.p-front .videobox iframe {
  width: 100%;
  height: 10%;
  aspect-ratio: 16/9;
}
.p-front .content__gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 8px;
}
.p-front .content__gallery img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100% !important;
  aspect-ratio: 1/1;
}
.p-front .content__gallery__more {
  margin: 25px 0 0 auto;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: bold;
}

.p-page {
  background: #eff0f3;
}
.p-page .acf-form-submit {
  border: none;
  margin-top: 5px;
}
.p-page .acf-fields.acf-form-fields.-top {
  height: 600px;
  overflow-y: scroll;
}
.p-page .entry-header {
  display: none;
}
.p-page .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.p-page .acf-form-submit {
  padding: 0 !important;
}
.p-page .acf-form {
  display: none;
  position: relative;
  background: #fff;
  padding: 20px;
  margin: 25px auto;
}
.p-page .post-edit.meta-wrapper {
  display: none;
}

.p-archive-gallery {
  background: #eff0f3;
}
.p-archive-gallery .c-edit-button {
  margin: 0 0 50px auto;
}
.p-archive-gallery .acf-form-submit {
  border: none;
  margin-top: 5px;
}
.p-archive-gallery .acf-fields.acf-form-fields.-top {
  height: 600px;
  overflow-y: scroll;
}
.p-archive-gallery .entry-header {
  display: none;
}
.p-archive-gallery .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.p-archive-gallery .acf-form {
  display: none;
  position: relative;
  background: #fff;
  padding: 20px;
  margin: 25px auto;
}
.p-archive-gallery .post-edit.meta-wrapper {
  display: none;
}
.p-archive-gallery h2 {
  position: relative;
  font-size: clamp(18px, 4vw, 22px);
  padding: 5px 15px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  background: #009b65;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-archive-gallery h2 {
    font-size: clamp(18px, 3.4rem, 22px);
    padding: 9px 30px;
    margin-bottom: 50px;
  }
}
.p-archive-gallery .l-flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-archive-gallery .gallery-box {
  width: 48%;
  margin: 1%;
}
@media screen and (min-width: 640px) {
  .p-archive-gallery .gallery-box {
    width: 31.3%;
  }
}
@media screen and (min-width: 768px) {
  .p-archive-gallery .gallery-box {
    width: 23%;
  }
}
.p-archive-gallery .gallery-box a {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.p-archive-gallery .gallery-box img {
  width: 100% !important;
  aspect-ratio: 1/1 !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
}
.p-archive-gallery .gallery-box h4 {
  margin-top: 5px;
  font-weight: bold;
}

.p-single-gallery {
  background: #eff0f3;
}
.p-single-gallery .acf-form-submit {
  border: none;
  margin-top: 5px;
}
.p-single-gallery .acf-fields.acf-form-fields.-top {
  overflow-y: scroll;
}
.p-single-gallery .entry-header {
  display: none;
}
.p-single-gallery .gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
}
.p-single-gallery .post-edit.meta-wrapper {
  display: none;
}
.p-single-gallery h2 {
  position: relative;
  font-size: clamp(18px, 4vw, 22px);
  padding: 5px 15px;
  font-weight: bold;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  background: #009b65;
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .p-single-gallery h2 {
    font-size: clamp(18px, 3.4rem, 22px);
    padding: 9px 30px;
  }
}
.p-single-gallery a.link {
  text-decoration: underline;
}
.p-single-gallery a.link:hover {
  text-decoration: none;
}
.p-single-gallery h3 {
  position: relative;
  font-size: clamp(26px, 2.5rem, 30px);
  font-weight: bold;
  color: #fff;
  padding: 9px 30px;
  width: 100%;
  margin: 0 auto;
  background: #009b65;
  margin-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .p-single-gallery h3 {
    font-size: clamp(18px, 3.4rem, 22px);
  }
}
.p-single-gallery .image-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-single-gallery .image-list .gallery-box img {
  position: absolute;
  top: 0;
}
.p-single-gallery .image-list li {
  width: 48%;
  margin: 1%;
}
@media screen and (min-width: 640px) {
  .p-single-gallery .image-list li {
    width: 31.3%;
  }
}
@media screen and (min-width: 768px) {
  .p-single-gallery .image-list li {
    width: 18%;
  }
}
.p-single-gallery .image-list li img {
  width: 100%;
}
.p-single-gallery .image-list .caption {
  word-break: break-all;
}

.p-single {
  background-color: #eff0f3;
  padding-bottom: 80px;
}
.p-single .acf-fields {
  padding: 5px;
}
.p-single .acf-fields > .acf-field {
  padding: 20px 0;
}
.p-single .acf-label label {
  font-size: 16px;
}
.p-single .acf-form {
  margin-bottom: 40px;
}
.p-single .acf-field[data-name=reason] {
  display: none !important;
}
.p-single .acf-button {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #b4b4e7;
  border: 1px solid #b4b4e7;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin-right: 10px;
  margin-left: auto;
  display: block;
}
.p-single .contents {
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 auto;
  padding-top: 0;
  width: 90%;
}
.p-single .contents article {
  background: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  margin: 25px auto;
  padding: 20px;
  max-width: 950px;
}
@media screen and (min-width: 768px) {
  .p-single .contents article {
    padding: 25px 30px;
    margin: 50px auto;
    border-radius: 17px;
  }
}
.p-single .contents article .article__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-single .contents article .article__head__image {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.p-single .contents article .article__head__image img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.p-single .contents article .article__head__title h2 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 5px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.p-single .contents article .article__head__title h3 {
  font-size: 12px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
}
.p-single .contents article .content {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .p-single .contents article .content {
    font-size: 0.875rem;
  }
}
.p-single .contents article .content p {
  color: #585858;
  font-weight: bold;
  font-size: 14px;
  width: 100%;
}
.p-single .contents article .content p + p {
  margin-top: 15px;
}
.p-single .contents article .content img {
  max-width: 100%;
}
.p-single .contents article .content a {
  color: #028ec9;
  word-break: break-all;
}
.p-single .contents article .content a:hover {
  text-decoration: underline;
}
.p-single article .content {
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .p-single article .content {
    font-size: 0.9375rem;
  }
}
.p-single article .content p {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.p-single article .content img {
  width: 100%;
}
.p-single .entry-header {
  display: none;
}
.p-single .edit-button {
  margin-left: auto;
  margin-right: 15px;
  margin-bottom: 15px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.p-single .edit-button {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #b4b4e7;
  border: 1px solid #b4b4e7;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.p-single .edit-button:hover {
  cursor: pointer;
  background: #fff;
  color: #b4b4e7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}
.p-single .acf-form-submit input {
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #e0399e;
  border: 1px solid #e0399e;
  color: #fff;
  border-radius: 5px;
  padding: 10px;
  text-decoration: none;
  font-size: 14px;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  margin-right: 10px;
  margin-left: auto;
  display: block;
}
.p-single .acf-form-submit input:hover {
  cursor: pointer;
  background: #fff;
  color: #b4b4e7;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  text-decoration: none;
}
.p-single .new-post {
  margin-top: 50px;
}
.p-single .acf-form {
  display: none;
}
.p-single #message {
  display: none;
}
.p-single .videobox_list {
  margin: 0;
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-single .videobox_list li {
  margin: 0;
  width: 100%;
  text-align: center;
  padding: 20px 60px 20px 20px;
  border-bottom: 1px solid;
  position: relative;
}
.p-single .videobox_list li:after {
  content: "";
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  right: 30px;
  left: auto;
  top: 0;
  bottom: 0;
  margin: auto;
}
.p-single .videobox_list .videobox_btn_none {
  display: none;
}
.p-single .videobox iframe {
  aspect-ratio: 16/9;
  width: 100%;
  height: 10%;
}
.p-single .c-button {
  margin: 0 auto;
  background: orange;
  border: 1px solid orange;
  border-radius: 5px;
  color: #fff;
}

.p-404 .l-inner.contents {
  max-width: 950px;
  padding: 50px 0;
}
.p-404 h4 {
  margin: 25px 0;
  font-weight: bold;
}
.p-404 p {
  margin: 25px 0;
  font-weight: bold;
}
.p-404 a {
  text-decoration: underline;
}

.contents {
  text-align: left;
}
.contents h2 {
  font-weight: 700;
}
.contents h3 {
  font-weight: 700;
}

.mod-margin-xl {
  margin-top: 100px;
}

.mod-margin-lg {
  margin-top: 80px;
}

.mod-margin-md {
  margin-top: 60px;
}

.mod-margin-sm {
  margin-top: 40px;
}

.mod-margin-xs {
  margin-top: 20px;
}

.mod-3rd h2, .mod-3rd h3 {
  text-align: left;
}

:root {
  --yellow: #ffef00;
  --lightyellow: #f9f2bb;
  --blue: #0092f1;
  --navy: #053e62;
  --lightblue: #e9f0f7;
  --lightgreen: #dcedd0;
  --red: #fc0000;
  --orange: #e83b18;
  --white: #fff;
  --offwhite: #f9f9f9;
  --black: #232323;
  --grey: #d4dde2;
  --darkgrey: #848c8f;
  --lightgrey: #ebf2f6;
  --ivory: #f5f1eb;
  --main-c: var(--navy);
  --base-c: var(--offwhite);
  --accent-c: var(#BCBCA9);
  --bg-c: var(#F4F4ED);
  --border-c: var(--grey);
}

.l-header {
  z-index: 5;
}

.l-footer {
  z-index: 1;
}

.l-overlay {
  z-index: 4;
}

#splash {
  z-index: 8;
}

.swiper-button-next,
.swiper-button-prev {
  z-index: 4;
}

[data-appear-blur] {
  -webkit-transition: 1s;
  transition: 1s;
  opacity: 0;
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

[data-appear-blur=true] {
  opacity: 1;
  -webkit-filter: blur(0);
          filter: blur(0);
}

[data-slidein-border] {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-slidein-border] .anim-text {
  position: relative;
}

[data-slidein-border] .anim-text::before {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--main-c);
  opacity: 0;
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
}

[data-slidein-border=true] .anim-text::before {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

[data-slidein-border=true] .br {
  content: "";
  width: 100%;
}

[data-appear-each] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

[data-appear-each] .anim-text {
  position: relative;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  opacity: 0;
}

[data-appear-each=true] .anim-text {
  -webkit-animation: textAnim 0.7s ease-out forwards;
          animation: textAnim 0.7s ease-out forwards;
}

@keyframes textAnim {
  from {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
    opacity: 0;
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
[data-clip-anim] {
  -webkit-clip-path: polygon(0 0, 0 0, 0 0);
  clip-path: polygon(0 0, 0 0, 0 0);
  -webkit-transition: 0.7s ease-in-out;
  transition: 0.7s ease-in-out;
}

[data-clip-anim=true] {
  -webkit-clip-path: polygon(0 0, 200% 0, 0 200%);
  clip-path: polygon(0 0, 200% 0, 0 200%);
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
  margin: 0.5em 0 0.5em 1em;
}

.contents.mod-3rd {
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: clamp(15px, 3rem, 16px);
}
@media screen and (min-width: 768px) {
  .contents.mod-3rd {
    padding-top: 100px;
    padding-bottom: 100px;
    font-size: clamp(16px, 2.2rem, 18px);
  }
}
.contents.mod-3rd .mod-wrapper {
  width: 90%;
  max-width: 945px;
  margin-left: auto;
  margin-right: auto;
}
.contents.mod-3rd .mod-wrapper--short {
  width: 90%;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}
.contents.mod-3rd .mod-wrapper--wide {
  width: 90%;
  max-width: 945px;
}

.mod-01 {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 22.5px 37px;
  overflow: hidden;
  background: #009b65;
  color: #333;
  position: relative;
  border-bottom: 6px solid #008053;
}
@media screen and (min-width: 768px) {
  .mod-01:not(:first-child) {
    margin-top: 60px;
  }
}
.wrapper > .mod-01:not(:first-child) {
  margin-top: 80px;
}
.mod-01 h2 {
  color: #fff;
  font-size: clamp(20px, 3.6rem, 25px);
}
@media screen and (min-width: 768px) {
  .mod-01 h2 {
    font-size: clamp(30px, 2.9rem, 35px);
  }
}

.mod-02 {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #009b65;
}
.mod-02:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .mod-02:not(:first-child) {
    margin-top: 80px;
  }
}
.mod-02 h3 {
  position: relative;
  font-size: clamp(18px, 3.4rem, 22px);
  font-weight: bold;
  color: #009b65;
  padding: 9px 30px;
}
.mod-02 h3::before {
  width: 5rem;
  height: 8px;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
}
@media screen and (min-width: 768px) {
  .mod-02 h3 {
    font-size: clamp(26px, 2.5rem, 30px);
  }
}

.mod-03 {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 22px;
  position: relative;
  font-weight: bold;
}
.mod-03:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .mod-03:not(:first-child) {
    margin-top: 50px;
  }
}
.mod-03:before {
  content: "";
  width: 25px;
  height: 3px;
  background: #009b65;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mod-03 h4 {
  color: #333;
  font-size: clamp(18px, 2.2rem, 20px);
  padding-left: 15px;
}
@media screen and (min-width: 768px) {
  .mod-03 h4 {
    font-size: clamp(20px, 2.2rem, 24px);
  }
}

.mod-p {
  text-align: justify;
  font-size: clamp(15px, 3rem, 16px);
}
.mod-p:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .mod-p {
    font-size: clamp(16px, 2.2rem, 18px);
  }
  .mod-p:not(:first-child) {
    margin-top: 30px;
  }
}

.mod-04 {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-04:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mod-04:not(:first-child) {
    margin-top: 40px;
  }
}

.mod-list-cir:not(:first-child), .mod-list-num:not(:first-child) {
  margin-top: 30px;
}
.mod-list-num {
  counter-reset: li;
}
.mod-list-cir-item:not(:first-child), .mod-list-num-item:not(:first-child) {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .mod-list-cir-item:not(:first-child), .mod-list-num-item:not(:first-child) {
    margin-top: 30px;
  }
}
.mod-list-cir-item {
  position: relative;
}
.mod-list-cir-item::before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  background: #009b65;
  border-radius: 50%;
  top: 10px;
  left: 0;
}
@media screen and (min-width: 768px) {
  .mod-list-cir-item::before {
    top: 12px;
    left: 4px;
  }
}
.mod-list-num-item {
  position: relative;
  text-indent: -22px;
  padding-left: 22px;
}
@media screen and (min-width: 768px) {
  .mod-list-num-item {
    text-indent: -18px;
    padding-left: 18px;
  }
}
.mod-list-num-item::before {
  padding-right: 6px;
  content: counter(li) ".";
  counter-increment: li;
  color: #009b65;
  font-weight: bold;
}

.mod-05 {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8f8f8;
  padding: 40px;
}
.mod-05:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mod-05:not(:first-child) {
    margin-top: 30px;
  }
}

.mod-06 {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #f8f8f8;
  padding: 40px;
}
.mod-06:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mod-06:not(:first-child) {
    margin-top: 30px;
  }
}

.mod-07 {
  padding: 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
}
.mod-07:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mod-07:not(:first-child) {
    margin-top: 30px;
  }
}
.mod-07.mod-f--right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .mod-07.mod-f--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-right: 60px;
    margin-left: auto;
  }
}
.mod-07.mod-f--right .mod-07-img {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .mod-07.mod-f--right .mod-07-img {
    margin-left: 80px;
  }
}
.mod-07.mod-f--left {
  margin-left: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 768px) {
  .mod-07.mod-f--left {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 60px;
    margin-right: auto;
  }
}
.mod-07.mod-f--left .mod-07-img {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .mod-07.mod-f--left .mod-07-img {
    margin-right: 80px;
  }
}
@media screen and (max-width: 767px) {
  .mod-07.mod-f--left .mod-07-text {
    margin-left: 10%;
  }
}
.mod-07 .mod-07-img {
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .mod-07 .mod-07-img {
    width: 48%;
  }
}
.mod-07 .mod-07-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 768px) {
  .mod-07 .mod-07-img--center .mod-img {
    margin-right: auto;
    margin-left: auto;
  }
  .mod-07 .mod-07-img--right .mod-img {
    margin-right: 0;
    margin-left: auto;
  }
}
.mod-07-text {
  width: 90%;
}
@media screen and (min-width: 768px) {
  .mod-07-text {
    width: 48%;
    padding: 25px 0;
  }
}
@media screen and (min-width: 768px) {
  .mod-07-text--center h4.mod-h-03 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: auto;
    margin-left: auto;
  }
  .mod-07-text--center .mod-p {
    text-align: center;
  }
  .mod-07-text--center .mod-08 {
    text-align: center;
  }
  .mod-07-text--right h4.mod-h-03 {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 0;
    margin-left: auto;
  }
  .mod-07-text--right .mod-p {
    text-align: right;
  }
  .mod-07-text--right .mod-08 {
    text-align: right;
  }
}
.mod-07 h4 {
  color: #333;
  font-size: clamp(18px, 2.2rem, 20px);
  padding-left: 35px;
  font-weight: 700;
  position: relative;
  margin-top: 25px;
}
@media screen and (min-width: 768px) {
  .mod-07 h4 {
    font-size: clamp(20px, 2.2rem, 24px);
  }
}
.mod-07 h4:before {
  content: "";
  width: 25px;
  height: 3px;
  background: #009b65;
  display: inline-block;
  margin-right: 10px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.mod-07 .mod-list-cir, .mod-07 .mod-list-num {
  padding: 20px 30px;
  background-color: #f8f8f8;
}
.mod-07 .mod-19 {
  width: 100%;
}

.mod-modal {
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}

.mod-modal-inner {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  display: none;
}

.mod-modal-inner:before {
  position: absolute;
  content: "";
  background: #fff;
  right: 20px;
  top: -40px;
  width: 4px;
  height: 30px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.mod-modal-inner:after {
  position: absolute;
  content: "";
  background: #fff;
  right: 20px;
  top: -40px;
  width: 4px;
  height: 30px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.mod-modal-inner img {
  max-width: 90%;
  max-height: 80vh;
  margin: auto;
}

.mod-g:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mod-g:not(:first-child) {
    margin-top: 30px;
  }
}
.mod-g-img {
  margin-bottom: 50px;
}
.mod-g-img--normal .mod-img {
  width: 100%;
}
.mod-g-img--trim {
  height: 400px;
}
.mod-g-img--trim .mod-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.mod-08 {
  margin: 30px auto;
}
.mod-08-block {
  color: #fff;
  background: #ff6e3d;
  font-size: 1rem;
  font-weight: bold;
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
  font-size: 0.875rem;
}
@media screen and (min-width: 768px) {
  .mod-08-block {
    font-size: 1rem;
  }
}
.mod-08-block:after {
  content: url(../images/common/arrow.svg);
  margin-left: 20px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.mod-08-block[target=_blank]:after {
  content: url(../images/common/outer.svg);
  height: 30px;
}

.mod-09 {
  margin-bottom: 50px;
}
.mod-09-block {
  color: #fff;
  background: #ff6e3d;
  font-size: 1rem;
  font-weight: bold;
  padding: 20px 30px 20px 20px;
  display: inline-block;
  border-radius: 5px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .mod-09-block {
    font-size: 1.125rem;
  }
}
.mod-09-block:after {
  content: url(../images/common/arrow.svg);
  margin-left: 20px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  right: 20px;
}
.mod-09-block[target=_blank]:after {
  content: url(../images/common/outer.svg);
  height: 30px;
}
.mod-09middle.mod-wrapper--short {
  max-width: 50%;
  margin-bottom: 50px;
  position: relative;
}
.mod-09middle.mod-wrapper--short .mod-09-block {
  max-width: 65%;
}

.mod-10 .mod-10-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mod-10 .mod-10-img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) {
  .mod-10 .mod-10-img {
    width: 67%;
    height: 500px;
  }
}
.mod-10 .mod-10-img .mod-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod-10 .mod-10-text {
  width: 90%;
  max-width: 750px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: -20px;
}
@media screen and (min-width: 768px) {
  .mod-10 .mod-10-text {
    margin-top: -280px;
  }
}
.mod-10 .mod-10-text .mod-h-02 {
  color: #fff;
  background: #009b65;
  font-weight: bold;
  text-align: left;
  padding: 10px;
}
@media screen and (min-width: 768px) {
  .mod-10 .mod-10-text .mod-h-02 {
    width: 660px;
    font-size: 1.5rem;
    letter-spacing: 1.5px;
    padding: 30px 37px;
  }
}
.mod-10 .mod-10-text__box {
  background: #Fff;
  padding: 15px;
  font-weight: 500;
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .mod-10 .mod-10-text__box {
    width: 660px;
    padding: 75px;
  }
}
.mod-10 .mod-10-block.left {
  margin: 30px auto 0 5%;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .mod-10 .mod-10-block.left {
    margin: 50px auto 50px 5%;
  }
}
.mod-10 .mod-10-block.left .mod-10-text {
  margin-left: auto;
  margin-right: -5%;
}
@media screen and (min-width: 768px) {
  .mod-10 .mod-10-block.left .mod-10-text {
    margin-right: 0;
  }
}
.mod-10 .mod-10-block.left .mod-10-text__box {
  margin-right: 0;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .mod-10 .mod-10-block.left .mod-10-text__box {
    padding: 75px 92px 75px 75px;
  }
}
.mod-10 .mod-10-block.right {
  margin: 30px 5% 0 auto;
  max-width: 90%;
}
@media screen and (min-width: 768px) {
  .mod-10 .mod-10-block.right {
    margin: 50px 5% 50px auto;
  }
}
.mod-10 .mod-10-block.right .mod-10-img {
  margin-right: 0;
  margin-left: auto;
}
.mod-10 .mod-10-block.right .mod-10-text {
  margin-right: auto;
  margin-left: -5%;
}
@media screen and (min-width: 768px) {
  .mod-10 .mod-10-block.right .mod-10-text {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .mod-10 .mod-10-block.right .mod-10-text .mod-10-text__box {
    padding: 75px 75px 75px 92px;
  }
}
.mod-10 .mod-10-block.right .mod-10-text .mod-h-02 {
  margin-right: 0;
  margin-left: auto;
}

.mod-11 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .mod-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mod-11:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .mod-11:not(:first-child) {
    margin-top: 60px;
  }
}
.mod-11-block {
  width: 100%;
  display: block;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mod-11-block {
    width: 30%;
  }
}
.mod-11-block.mod-text-box {
  border: 3px solid #009563;
  padding: 0 15px;
  -ms-flex-item-align: baseline;
      align-self: baseline;
}
@media screen and (min-width: 768px) {
  .mod-11-block.mod-text-box {
    padding: 0 35px 35px;
  }
}
.mod-11 h4 {
  margin: 15px 0;
  font-size: 0.9375rem;
  color: #009563;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mod-11 h4 {
    margin: 30px 0;
    font-size: 1.0625rem;
  }
}
.mod-11 .mod-p {
  font-size: 1rem;
  font-weight: bold;
  margin-bottom: 30px;
  word-break: break-all;
}

.mod-12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .mod-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mod-12:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .mod-12:not(:first-child) {
    margin-top: 60px;
  }
}
.mod-12-block {
  margin-top: 20px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .mod-12-block {
    margin-top: 40px;
    width: 30%;
  }
}
.mod-12-block__inner {
  width: 100%;
}
.mod-12-block.solid {
  color: #fff;
  background: #ff6e3d;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod-12-block.solid[target=_blank] {
  background: #0066fb;
}
.mod-12-block.solid[target=_blank]:after {
  content: url(../images/common/outer.svg);
}
.mod-12-block.solid:after {
  content: url(../images/common/arrow.svg);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 26px;
}
.mod-12-block.solid h4 {
  width: 90%;
  font-size: 16px;
  font-weight: bold;
}
.mod-12-text {
  width: 90%;
}
.mod-12 .mod-12-block.line {
  position: relative;
}
.mod-12 .mod-12-block.line[target=_blank] .mod-12-block__inner:after {
  background: #0066fb;
  content: url(../images/common/outer.svg);
}
.mod-12 .mod-12-block.line .mod-12-block__inner {
  color: #333333;
  background: #f8f8f8;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  width: 90%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod-12 .mod-12-block.line .mod-12-block__inner:after {
  content: url(../images/common/arrow.svg);
  background: #ff6e3d;
  border-radius: 10px;
  padding: 9px 20px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 48px;
  height: 48px;
}
.mod-12 .mod-12-block.line .mod-12-block__inner h4 {
  width: 90%;
  font-size: 16px;
  font-weight: bold;
}
.mod-12 .mod-12-block.line-text {
  width: 90%;
}

.mod-13 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mod-13:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .mod-13:not(:first-child) {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .mod-13 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.mod-13-block {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mod-13-block {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .mod-13--col2 .mod-13-block, .mod-13--col2 .dummy {
    width: 44%;
  }
}
@media screen and (min-width: 768px) {
  .mod-13--col3 .mod-13-block, .mod-13--col3 .dummy {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  .mod-13--col4 .mod-13-block, .mod-13--col4 .dummy {
    width: 24%;
  }
}
.mod-13-block__inner {
  color: #333333;
  background: #fff;
  font-size: clamp(14px, 1vw, 16px);
  font-weight: bold;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 5px;
  width: calc(100% - 55px);
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mod-13-block__inner:after {
  content: url(../images/common/inner.svg);
  background: #f8f8f8;
  border-radius: 10px;
  padding: 9px 17px;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 48px;
  height: 48px;
}
.mod-13-block__inner h4 {
  width: 90%;
  font-size: 16px;
  font-weight: bold;
}
.mod-13-text {
  width: 90%;
}
.mod-13 .dummy {
  display: none;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  .mod-13 .dummy {
    display: block;
  }
}

/*
.mod-14{
  margin-bottom: 50px;
  .mod-col-img{
    margin-bottom: 30px;
  }
  .mod-img{
    width: 100%;

  }
}
.mod-15{
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  a{
    width: 45%;
    margin-bottom: 10px;
  }
}
.mod-16{
  margin-bottom: 50px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
  .mod-16-block{
    width: 30%;
    margin-bottom: 10px;
  }
}
*/
.mod-14,
.mod-15,
.mod-16 {
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-14:not(:first-child),
.mod-15:not(:first-child),
.mod-16:not(:first-child) {
  margin-top: 50px;
}
@media screen and (min-width: 768px) {
  .mod-14,
  .mod-15,
  .mod-16 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .mod-14:not(:first-child),
  .mod-15:not(:first-child),
  .mod-16:not(:first-child) {
    margin-top: 60px;
  }
}
.mod-14-block,
.mod-15-block,
.mod-16-block {
  display: block;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .mod-14-block:not(:first-child),
  .mod-15-block:not(:first-child),
  .mod-16-block:not(:first-child) {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) {
  .mod-14-block {
    width: 100%;
  }
  .mod-14-block:not(:first-child) {
    margin-top: 40px;
  }
}
.mod-14 .mod-col-img--trim {
  height: 35rem;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .mod-14 .mod-col-img--trim {
    height: 40rem;
  }
}
.mod-14 .mod-col-img--trim .mod-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.mod-14 .mod-col-img--normal .mod-img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .mod-15-block {
    width: calc((100% - 40px) / 2);
  }
  .mod-15-block:nth-child(even) {
    margin-left: 40px;
  }
  .mod-15-block:nth-child(n+3) {
    margin-top: 40px;
  }
  .mod-15-block .mod-col-text {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .mod-16-block {
    width: calc((100% - 61px) / 3);
  }
  .mod-16-block:not(:nth-child(3n+1)) {
    margin-left: 30px;
  }
  .mod-16-block:nth-child(n+4) {
    margin-top: 40px;
  }
  .mod-16-block .mod-col-text {
    width: 100%;
  }
}
.mod-col-img {
  position: relative;
}

.mod-col-text {
  position: relative;
  z-index: 1;
  color: #333;
  -webkit-transition: background-color 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: background-color 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  will-change: background-color;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .mod-col-text {
    padding-top: 15px;
  }
}
.mod-col-text .mod-h-03 {
  margin-top: 30px;
}

.mod-17,
.mod-18,
.mod-19 {
  overflow-x: auto;
  width: 90%;
  max-width: 1030px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-17:not(:first-child),
.mod-18:not(:first-child),
.mod-19:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mod-17:not(:first-child),
  .mod-18:not(:first-child),
  .mod-19:not(:first-child) {
    margin-top: 60px;
  }
}
.mod-17 table,
.mod-18 table,
.mod-19 table {
  border-collapse: collapse;
  border-spacing: 0;
  min-width: 667px;
  font-size: clamp(15px, 3rem, 16px);
  background-color: #f8f8f8;
}
@media screen and (min-width: 768px) {
  .mod-17 table,
  .mod-18 table,
  .mod-19 table {
    width: 100%;
    font-size: clamp(16px, 2.2rem, 18px);
  }
}
.mod-17 table th,
.mod-17 table td,
.mod-18 table th,
.mod-18 table td,
.mod-19 table th,
.mod-19 table td {
  padding: 21px;
  border-bottom: 2px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: middle;
}
.mod-17 table th,
.mod-18 table th,
.mod-19 table th {
  background-color: #008053;
  border-right: 2px solid #fff;
  color: #fff;
  letter-spacing: 0.2rem;
  text-align: center;
}
.mod-17 table td:not(:last-child),
.mod-18 table td:not(:last-child),
.mod-19 table td:not(:last-child) {
  border-right: 2px solid #fff;
}
@media screen and (min-width: 768px) {
  main > .wrapper > .mod-17,
  main > .wrapper > .mod-18,
  main > .wrapper > .mod-19 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

.mod-17 table,
.mod-18 table {
  table-layout: fixed;
}

.mod-17 table tbody > tr:first-child td {
  padding: 21px;
  background-color: #009b65;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.2rem;
  vertical-align: middle;
}

.mod-17 table th,
.mod-19 table th {
  width: 30%;
}

.mod-20 {
  height: 0px;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}
.mod-20:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .mod-20:not(:first-child) {
    margin-top: 60px;
  }
}

.mod-21 {
  width: 90%;
  max-width: 950px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mod-21:not(:first-child) {
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  .mod-21:not(:first-child) {
    margin-top: 60px;
  }
}

.mod-h-03 {
  font-size: clamp(15px, 3rem, 16px);
  line-height: 28px;
  letter-spacing: 0.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .mod-h-03 {
    font-size: clamp(16px, 2.2rem, 18px);
    line-height: 30px;
    letter-spacing: 0.2rem;
  }
}

.mod-21-block {
  position: relative;
  cursor: pointer;
}
.mod-21-block:not(:first-child) {
  margin-top: 50px;
}
.mod-21-block.is-active .mod-p {
  opacity: 1;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.mod-21-title {
  padding: 20px 20px 20px 60px;
  line-height: 28px;
  position: relative;
  overflow: hidden;
  z-index: 2;
  background-color: #ff6e3d;
  color: #fff;
}
.mod-21-title:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.7;
}
.mod-21-title::before, .mod-21-title::after {
  position: absolute;
  z-index: 2;
  background-color: #fff;
  content: "";
  will-change: transform;
}
.mod-21-title::after {
  -webkit-transform: translateY(50%);
          transform: translateY(50%);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 2px;
  height: 18px;
  bottom: 50%;
  left: 28px;
}
.mod-21-title::before {
  width: 18px;
  height: 2px;
  bottom: calc(50% - 1px);
  left: 20px;
}
.mod-21-block.is-active .mod-21-title::after {
  -webkit-transform: translateY(50%) rotate(0) rotate(90deg);
          transform: translateY(50%) rotate(0) rotate(90deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.mod-21-block.is-active .mod-21-title::before {
  opacity: 0;
  -webkit-transform: translateY(50%) rotate(0) rotate(90deg);
          transform: translateY(50%) rotate(0) rotate(90deg);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}

.mod-21-content {
  position: relative;
  display: none;
}
.mod-21-content::after {
  width: 100%;
  height: 1px;
  top: 0;
  left: 0;
  position: absolute;
  content: "";
  opacity: 0;
  -webkit-transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
  transition: opacity 1s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.mod-21-content .mod-p {
  padding: 20px;
  opacity: 0;
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  will-change: opacity;
}
.mod-21-content .mod-p:hover {
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
  opacity: 0.7;
}

.mod-21-block.is-open .mod-21-content {
  display: block;
}
.mod-21-block.is-open::after {
  opacity: 1;
}
.mod-21-block.is-open .mod-p {
  opacity: 1;
}

.mod-22,
.mod-23 {
  background-image: url(../images/common/mod-wood.jpg);
  background-size: cover;
  padding: 20px;
}
.mod-22:not(:first-child),
.mod-23:not(:first-child) {
  margin-top: 40px;
}
@media screen and (min-width: 768px) {
  .mod-22,
  .mod-23 {
    display: grid;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 30px;
  }
  .mod-22:not(:first-child),
  .mod-23:not(:first-child) {
    margin-top: 60px;
  }
}
.mod-22 h4,
.mod-23 h4 {
  font-size: 1.0625rem;
  color: #009b65;
  font-weight: bold;
}
.mod-22 .mod-p,
.mod-23 .mod-p {
  font-size: clamp(15px, 3rem, 16px);
}
.mod-22-block,
.mod-23-block {
  padding: 20px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .mod-22-block:not(:first-child),
  .mod-23-block:not(:first-child) {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .mod-22-block,
  .mod-23-block {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

@media screen and (min-width: 768px) {
  .mod-22 {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}

@media screen and (min-width: 768px) {
  .mod-23 {
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px;
  }
}

.mod-gray {
  background: #ccc;
  padding: 30px;
}/*# sourceMappingURL=style.css.map */