@charset "UTF-8";
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

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

html {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100%;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  color: #666;
  line-height: 1.72;
  letter-spacing: 1px;
  font-size: 0.825rem;
  scroll-behavior: smooth;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  overflow-x: hidden;
  word-break: break-all;
}
@media only screen and (max-width: 768px) {
  body {
    letter-spacing: 1.925;
  }
}
body:not(.home) {
  font-size: 0.875rem;
}

body.menuOpen {
  overflow: hidden;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  body.sp {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  body.sp {
    display: none;
  }
}

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

h1, h2, h3, h4 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #000;
  font-weight: 800;
}

.box {
  display: block;
}
.box p {
  color: #666;
}

img {
  vertical-align: bottom;
}

.grid-container {
  display: grid;
}

.flex-container {
  display: flex;
}

.caution {
  color: #da2f2f;
}

a:link, a:visited {
  color: #000;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

#logo {
  text-indent: -9999px;
  background: url(../images/jaa_logo_275-80_clear.png) left center no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 768px) {
  #logo {
    width: 70%;
    height: 14vw;
    margin: 1vw 0;
    background-position: 5vw 0;
  }
  #logo #page-title {
    width: 100%;
    height: 14vw;
  }
  #logo #page-title a {
    display: block;
    height: 100%;
  }
}

/* globalHeader */
#globalHeader {
  /* include pc */
}
@media only screen and (max-width: 768px) {
  #globalHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 16vw;
    box-sizing: border-box;
    display: grid;
    grid-template-columns: 84vw 16vw;
  }
  #globalHeader #logo {
    padding: 0 5vw;
    width: 74vw;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #globalHeader #logo {
    width: 68vw;
    padding: 0 2vw;
    box-sizing: border-box;
    background: none;
  }
  #globalHeader #logo #page-title {
    width: 100%;
    height: 100%;
  }
  #globalHeader #logo #page-title a {
    display: block;
    background: url(../images/jaa_logo_275-28.png) left center no-repeat;
    background-size: contain;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) and (min-width: 768px) and (max-width: 1024px) {
  #globalHeader #logo #page-title a {
    max-width: 278px;
  }
}
@media only screen and (max-width: 768px) {
  #globalHeader #pcNav, #globalHeader #pcSubNav {
    display: none;
  }
  #globalHeader.view {
    background: #fff;
  }
  #globalHeader #menuBtn {
    width: 16vw;
    height: 16vw;
    position: fixed;
    top: 0;
    right: 0;
    background: #395e5b;
  }
  #globalHeader #menuBtn .inner {
    position: relative;
    width: 16vw;
    height: 16vw;
  }
  #globalHeader #menuBtn .inner svg {
    fill: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35%;
    height: auto;
  }
  .menuOpen #globalHeader #menuBtn .inner svg {
    transform: rotate(90deg) translate(-50%, 50%);
  }
  #globalHeader #h-siryo {
    position: fixed;
    top: 0;
    right: 16vw;
    display: table;
    height: 16vw;
    vertical-align: middle;
  }
  #globalHeader #h-siryo a {
    display: table-cell;
    vertical-align: middle;
    width: 16vw;
    height: 16vw;
    text-align: center;
    font-weight: 800;
    font-size: 0.525rem;
    color: #fff;
    text-decoration: none;
    background: #da2f2f;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #globalHeader {
    height: 10vw;
  }
  #globalHeader #logo {
    height: 10vw;
  }
  #globalHeader #logo #page-title {
    height: 10vw;
  }
  #globalHeader #menuBtn {
    height: 10vw;
    width: 10vw;
  }
  #globalHeader #menuBtn .inner {
    width: 10vw;
    height: 10vw;
  }
  #globalHeader #h-siryo {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader {
    position: fixed;
    align-items: center;
    width: 100%;
    height: 80px;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: 0.5s ease-in-out;
    background: transparent;
  }
  #globalHeader:hover {
    background: #fff;
  }
  #globalHeader #h-siryo {
    display: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #globalHeader #logo {
    width: 100%;
    height: 80px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #globalHeader #logo #page-title {
    display: block;
    height: 80px;
  }
  #globalHeader #logo #page-title a {
    display: block;
    width: 100%;
    height: 80px;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader .grid-container.inner {
    width: calc(90% - 80px);
    margin: auto;
    display: grid;
    grid-template-columns: 21.484375% 57.78125% 20.734375%;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) and (max-width: 1024px) {
  #globalHeader .grid-container.inner {
    grid-template-columns: 20% 59% 21%;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader #pcNav ul {
    padding-left: 6%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
  }
  #globalHeader #pcNav ul li {
    height: 80px;
    display: table;
    letter-spacing: normal;
  }
  #globalHeader #pcNav ul li a {
    padding: 0 1rem;
    display: table-cell;
    vertical-align: middle;
    color: #000;
    text-decoration: none;
  }
  #globalHeader #pcNav ul li a span {
    line-height: 1.5;
    letter-spacing: normal;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) and (max-width: 1024px) {
  #globalHeader #pcNav ul {
    font-size: 0.525rem;
  }
  #globalHeader #pcNav ul li:last-child {
    display: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) and (max-width: 1024px) {
  #globalHeader #pcSubNav {
    /*display: none;*/
  }
}
@media screen and (min-width: 769px) {
  #globalHeader #pcSubNav ul {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #globalHeader #pcSubNav li {
    height: 80px;
    font-size: 0.625rem;
    display: table;
    letter-spacing: normal;
  }
  #globalHeader #pcSubNav li a {
    padding: 0 0.5rem;
    display: table-cell;
    vertical-align: middle;
    color: #000;
    text-decoration: none;
  }
  #globalHeader #pcSubNav li a.download span {
    padding: 5px 7px;
    background: #da2f2f;
    color: #fff;
    text-decoration: none;
    font-size: 0.625rem;
    border-radius: 5px;
    border: 1px solid #da2f2f;
    transition: all 0.5s ease 0s;
    font-weight: bolder;
  }
  #globalHeader #pcSubNav li a.download span:hover {
    background: #fff;
    color: #da2f2f;
    text-decoration: none;
  }
  #globalHeader #pcSubNav li a span {
    line-height: 1.5;
  }
  #globalHeader #pcSubNav li a span i {
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
  }
  #globalHeader #pcSubNav li a span i .h-icon {
    width: 1rem;
    height: auto;
    -o-object-fit: contain;
       object-fit: contain;
    fill: #fff;
    transition: all 0.5s ease 0s;
  }
  #globalHeader #pcSubNav li a span:hover .h-icon {
    fill: #da2f2f;
  }
  #globalHeader #pcNav li, #globalHeader #pcSubNav li {
    position: relative;
    overflow: hidden;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) and (max-width: 1024px) {
  #globalHeader #pcNav li, #globalHeader #pcSubNav li {
    font-size: 0.625rem;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader #pcNav li:after, #globalHeader #pcSubNav li:after {
    content: "";
    width: 100%;
    display: block;
    position: absolute;
    bottom: 25px;
    opacity: 0;
    left: 0%;
    height: 1px;
    background: #ddd;
    transition: 0.3s ease-out;
  }
  #globalHeader #pcNav li:hover:after, #globalHeader #pcSubNav li:hover:after {
    bottom: 20px;
    opacity: 0.8;
  }
  #globalHeader.view {
    background: #fff;
  }
  #globalHeader #menuBtn {
    width: 80px;
    height: 80px;
    position: fixed;
    top: 0;
    right: 0;
    background: #395e5b;
    cursor: pointer;
  }
  #globalHeader #menuBtn .inner {
    position: relative;
    width: 80px;
    height: 80px;
    transform-origin: center;
    transition: 0.4s;
  }
  .menuOpen #globalHeader #menuBtn .inner {
    transform: rotate(90deg);
  }
  #globalHeader #menuBtn .inner svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
    width: 31.25%;
    height: auto;
    transform-origin: center;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  #globalHeader #pcNav .h-btn {
    display: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  #globalHeader #pcNav .h-btn {
    display: none;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) and (max-width: 1024px) {
  #globalHeader #pcNav .h-btn {
    display: inline-block;
  }
}
@media screen and (min-width: 769px) {
  #globalHeader #pcSubNav li.h-btn:after {
    content: none;
  }
}

/* globalHeader */
/* globalNav */
#globalNav {
  transition: 0.5s;
}
@media only screen and (max-width: 768px) {
  #globalNav {
    display: none;
    opacity: 0;
    transition: 0.5s ease-in-out;
    position: fixed;
    top: 16vw;
    left: 0;
    width: 100%;
    height: calc(100% - 16vw);
    background: transparent;
    color: transparent;
    z-index: 9999;
  }
  #globalNav .gnav {
    padding: 0;
    display: block;
    overflow-y: scroll;
    scrollbar-width: none;
    height: 100%;
  }
  #globalNav .gnav::-webkit-scrollbar {
    display: none;
  }
  #globalNav a {
    padding: 1.2vw 0;
    color: #fff;
    display: block;
    text-decoration: none;
  }
  #globalNav a:active {
    color: #ddd;
  }
  #globalNav dt {
    margin-bottom: 2vw;
  }
  #globalNav dt a {
    display: inline-block;
  }
  #globalNav dt:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23ffffff' clip-rule='evenodd'%3E%3Cpath d='M12 0c6.623 0 12 5.377 12 12s-5.377 12-12 12-12-5.377-12-12 5.377-12 12-12zm0 1c6.071 0 11 4.929 11 11s-4.929 11-11 11-11-4.929-11-11 4.929-11 11-11zm-3 5.753l6.44 5.247-6.44 5.263.678.737 7.322-6-7.335-6-.665.753z'/%3E%3C/svg%3E");
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  #globalNav dd {
    font-size: 0.725rem;
  }
  #globalNav dd li a {
    display: inline-block;
  }
  #globalNav dd li:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23ffffff' clip-rule='evenodd'%3E%3Cpath d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 7px;
    display: inline-block;
    background-position: left center;
    vertical-align: middle;
    margin-right: 10px;
  }
  #globalNav dl + dl {
    margin-top: 12vw;
  }
  #globalNav .sns ul {
    display: flex;
    margin-bottom: 3vw;
  }
  #globalNav .sns ul li {
    margin-left: 15px;
  }
  #globalNav .sns ul li:before {
    content: none;
  }
  #globalNav .sns ul li a svg {
    fill: #fff;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #globalNav {
    top: 10vw;
  }
}
@media screen and (min-width: 769px) {
  #globalNav {
    display: none;
    opacity: 0;
    transition: 0.4s ease-in-out;
    position: fixed;
    top: 80px;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    background: transparent;
    color: transparent;
  }
  #globalNav .gnav {
    padding: 5% 10%;
    box-sizing: border-box;
    width: calc(100% - 100px);
    height: calc(100% - 100px);
    overflow-y: scroll;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  #globalNav .gnav::-webkit-scrollbar {
    display: none;
  }
  #globalNav .gnav .grid4 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75vw;
    color: #fff;
  }
  #globalNav .gnav .grid4 a {
    color: #fff;
    height: 100%;
    text-decoration: none;
  }
  #globalNav .gnav .grid4 dt {
    font-size: 1rem;
    margin-bottom: 15px;
  }
  #globalNav .gnav .grid4 dt:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23ffffff' clip-rule='evenodd'%3E%3Cpath d='M12 0c6.623 0 12 5.377 12 12s-5.377 12-12 12-12-5.377-12-12 5.377-12 12-12zm0 1c6.071 0 11 4.929 11 11s-4.929 11-11 11-11-4.929-11-11 4.929-11 11-11zm-3 5.753l6.44 5.247-6.44 5.263.678.737 7.322-6-7.335-6-.665.753z'/%3E%3C/svg%3E");
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
  #globalNav .gnav .grid4 dd li {
    line-height: 1.4;
    font-size: 0;
    letter-spacing: -1.5rem;
  }
  #globalNav .gnav .grid4 dd li a {
    padding: 7px 0;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 17px);
    font-size: 0.875rem;
    letter-spacing: 1px;
  }
  #globalNav .gnav .grid4 dd li a:hover {
    text-decoration: underline;
  }
  #globalNav .gnav .grid4 dd li:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23ffffff' clip-rule='evenodd'%3E%3Cpath d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    width: 7px;
    height: 7px;
    display: inline-block;
    background-position: left center;
    vertical-align: middle;
    margin-right: 10px;
  }
  #globalNav .gnav .sns dd ul {
    list-style: none;
    display: flex;
  }
  #globalNav .gnav .sns dd ul li {
    margin-right: 15px;
  }
  #globalNav .gnav .sns dd ul li:before {
    content: none;
  }
  #globalNav .gnav .sns dd ul li a svg {
    fill: #fff;
    transition: 0.3s;
  }
  #globalNav .gnav .sns dd ul li a:hover svg {
    fill: #ddd;
  }
}

@media only screen and (max-width: 768px) {
  .menuOpen #globalNav {
    color: #fff;
    background: #395e5b;
    padding: 5vw;
    box-sizing: border-box;
    opacity: 1;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .menuOpen #globalNav {
    display: block;
    opacity: 1;
    z-index: 1000;
    background: #395e5b;
  }
}

/* globalNav */
/* footer
-------------------------- */
#globalFooter {
  background: #777;
  padding: 80px 0 120px;
  color: #fff;
}
@media screen and (min-width: 769px) {
  #globalFooter {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 768px) {
  #globalFooter {
    margin-top: 20vw;
  }
}
#globalFooter .inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #globalFooter .inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 769px) {
  #globalFooter .inner {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75vw;
  }
}
@media only screen and (max-width: 768px) {
  #globalFooter dl {
    margin-bottom: 10vw;
  }
}
@media only screen and (max-width: 768px) {
  #globalFooter dt {
    font-size: 1rem;
    margin-bottom: 3vw;
  }
  #globalFooter dt a {
    color: #fff;
  }
  #globalFooter dt:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23ffffff' clip-rule='evenodd'%3E%3Cpath d='M12 0c6.623 0 12 5.377 12 12s-5.377 12-12 12-12-5.377-12-12 5.377-12 12-12zm0 1c6.071 0 11 4.929 11 11s-4.929 11-11 11-11-4.929-11-11 4.929-11 11-11zm-3 5.753l6.44 5.247-6.44 5.263.678.737 7.322-6-7.335-6-.665.753z'/%3E%3C/svg%3E");
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 2vw;
  }
}
@media screen and (min-width: 769px) {
  #globalFooter dt {
    font-size: 16px;
    margin-bottom: 15px;
    font-size: 1rem;
  }
  #globalFooter dt a {
    color: #fff;
    text-decoration: none;
  }
  #globalFooter dt:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23ffffff' clip-rule='evenodd'%3E%3Cpath d='M12 0c6.623 0 12 5.377 12 12s-5.377 12-12 12-12-5.377-12-12 5.377-12 12-12zm0 1c6.071 0 11 4.929 11 11s-4.929 11-11 11-11-4.929-11-11 4.929-11 11-11zm-3 5.753l6.44 5.247-6.44 5.263.678.737 7.322-6-7.335-6-.665.753z'/%3E%3C/svg%3E");
    width: 1rem;
    height: 1rem;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
}
#globalFooter dd li {
  line-height: 1.4;
  letter-spacing: normal;
  text-overflow: ellipsis;
  letter-spacing: -1.5rem;
  font-size: 0;
}
#globalFooter dd li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' fill='%23ffffff' clip-rule='evenodd'%3E%3Cpath d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 7px;
  height: 7px;
  display: inline-block;
  background-position: left center;
  vertical-align: middle;
  margin-right: 10px;
}
#globalFooter dd li a {
  padding: 7px 0;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  text-decoration: none;
  width: calc(100% - 17px);
  font-size: 0.875rem;
  letter-spacing: 1px;
}
#globalFooter dd li a:hover {
  text-decoration: underline;
  color: #fff;
}
#globalFooter .sns dd address {
  margin-top: 15px;
}
#globalFooter .sns dd a {
  color: #fff;
  text-decoration: underline;
}
#globalFooter .sns dd ul {
  list-style: none;
  display: flex;
}
#globalFooter .sns dd ul li:before {
  content: none;
}
#globalFooter .sns dd ul li a svg {
  fill: #fff;
  transition: 0.3s;
}
#globalFooter .sns dd ul li a svg:hover {
  fill: #ddd;
}
#globalFooter .sns dd ul li + li {
  margin-left: 15px;
}

/* progress bar
--------------------------- */
.progress-container {
  width: 100%;
  height: 6px;
  background: #208980;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

/* front-page
-------------------------- */
@media only screen and (max-width: 768px) {
  .topCont {
    margin-top: 16vw;
  }
}
@media screen and (min-width: 769px) {
  .topCont {
    margin-top: 80px;
  }
}

@media only screen and (max-width: 768px) {
  #splash {
    width: 100%;
    height: 70vh;
    overflow: hidden;
    margin-bottom: 15vw;
  }
  #splash .inner {
    position: relative;
    width: 100%;
    height: 70vh;
  }
  #splash .inner .slide-content-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #splash .inner .slide-content-text .lead {
    font-size: 3rem;
    line-height: 1.2;
    margin-bottom: 3vw;
    font-weight: 800;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  #splash .inner .slide-content-text .sub {
    font-size: 0.875rem;
    font-weight: 800;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  #splash img {
    width: 100%;
    height: 70vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 769px) {
  #splash {
    margin-bottom: 145px;
    width: 100%;
    height: 80vh;
  }
  #splash .inner {
    position: relative;
    height: 80vh;
    overflow: hidden;
  }
  #splash .slide-content-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
  }
  #splash .slide-content-text .lead {
    font-size: 120px;
    line-height: 1.2;
    margin-bottom: 15px;
    font-weight: 800;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  #splash .slide-content-text .sub {
    font-size: 1rem;
    font-weight: 800;
    text-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
    color: #fff;
  }
  #splash img {
    width: 100%;
    height: 90vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

@media only screen and (max-width: 768px) {
  .indexSection {
    width: 100%;
    margin: 0 auto 20vw;
  }
  .indexSection .section-title {
    font-size: 1.5rem;
    padding-left: 5vw;
    margin-bottom: 2vw;
  }
}
@media screen and (min-width: 769px) {
  .indexSection {
    width: 90%;
    margin: 0 auto 145px;
  }
  .indexSection .section-title {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 45px;
  }
}

#news a .title {
  color: #000;
}
@media screen and (min-width: 769px) {
  #news a .title {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 768px) {
  #news .news-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
    padding: 5vw;
    box-sizing: border-box;
  }
  #news .news-inner article a {
    color: #000;
    text-decoration: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  }
  #news .news-inner article a .time {
    font-size: 0.725rem;
    color: #777;
    margin-bottom: 1vw;
  }
  #news .news-inner article picture img {
    width: 100%;
    height: auto;
  }
  #news .news-inner .text-bloc {
    padding: 3vw;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  #news .news-inner {
    grid-template-columns: repeat(5, 1fr);
    gap: 30px 50px;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) and (max-width: 1024px) {
  #news .news-inner {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
  }
}
@media screen and (min-width: 769px) {
  #news .news-inner picture {
    width: 100%;
    overflow: hidden;
  }
  #news .news-inner picture img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  #news .news-inner .text-bloc {
    padding: 30px;
    box-sizing: border-box;
  }
  #news .news-inner article a {
    border: 1px solid #ddd;
    box-shadow: 0 5px 5px 5px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
    text-decoration: none;
    color: #000;
  }
  #news .news-inner article a:hover {
    box-shadow: 0 2px 2px 2px rgba(0, 0, 0, 0.1);
  }
  #news .news-inner article a .time {
    color: #777;
    margin-bottom: 10px;
    font-size: 0.7125rem;
  }
  #news .news-inner article a .title {
    min-height: 3.525rem;
  }
  #news .news-inner article:last-child {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #news article:last-child {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  #news .more {
    margin-top: 15vw;
  }
  #news .more a {
    width: 90%;
    margin: auto;
    display: block;
    text-align: center;
    padding: 3vw 0;
    border: 1px solid #000;
    background: #fff;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  #news .more {
    margin-top: 30px;
    text-align: right;
  }
  #news .more a {
    color: #000;
    text-decoration: none;
    padding: 3px 0;
  }
  #news .more a span {
    position: relative;
  }
  #news .more a span:after {
    content: "";
    border-bottom: 1px solid #ddd;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -6px;
    display: block;
    height: 1px;
    transition: 0.5s;
  }
  #news .more a:hover span:after {
    border-bottom: 1px solid #000;
  }
}

#intro {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  #intro {
    width: 100%;
  }
  #intro .theme {
    position: relative;
    height: 20vh;
  }
  #intro .theme img {
    width: 100%;
    height: 20vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #intro .theme-inner {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 90%;
    margin: auto;
    left: 5%;
    color: #fff;
  }
  #intro .theme-inner .section-title {
    font-size: 1.125rem;
    margin-bottom: 2vw;
    color: #fff;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  }
  #intro .theme-inner p {
    font-size: 0.725rem;
    text-shadow: 0 3px 3px rgba(0, 0, 0, 0.5);
  }
  #intro .gray-bg {
    background: #f6f0f0;
    padding: 10vw 0;
  }
  #intro .gray-bg .slide {
    margin: 0 10px;
    background: #fff;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
  }
  #intro .gray-bg .slide picture img {
    width: 100%;
    height: auto;
  }
  #intro .gray-bg .slide .text-bloc {
    padding: 5vw;
    box-sizing: border-box;
  }
  #intro .gray-bg .slide .text-bloc h3 {
    margin-bottom: 1vw;
    font-size: 1rem;
  }
  #intro .gray-bg .slide .text-bloc li a {
    padding: 2vw 0;
    display: block;
    color: #000;
    border-bottom: 1px solid #ddd;
    text-decoration: none;
    position: relative;
  }
  #intro .gray-bg .slide .text-bloc li a:active {
    border-bottom: 1px solid #000;
  }
  #intro .gray-bg .slide .text-bloc li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #intro .slick-prev {
    z-index: 9998;
  }
  #intro .slick-prev:before {
    content: "";
    background: rgba(255, 255, 255, 0.9);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M20 .755l-14.374 11.245 14.374 11.219-.619.781-15.381-12 15.391-12 .609.755z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    height: 7vw;
    width: 7vw;
    position: absolute;
    left: 7vw;
  }
  #intro .slick-next {
    z-index: 9998;
  }
  #intro .slick-next:before {
    content: "";
    background: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    height: 7vw;
    width: 7vw;
    position: absolute;
    right: 7vw;
  }
  #intro .slick-track {
    display: flex;
  }
  #intro .slick-slide {
    height: auto !important;
  }
}
@media screen and (min-width: 769px) {
  #intro {
    height: 556px;
  }
  #intro .theme {
    position: relative;
    width: 100%;
    height: 556px;
  }
  #intro .theme img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 556px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  #intro .theme .theme-inner {
    width: 90%;
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    color: #fff;
  }
  #intro .theme .theme-inner .section-title {
    font-size: 1.5rem;
    line-height: 1;
    margin-bottom: 45px;
    color: #fff;
  }
  #intro .theme .theme-inner p {
    font-size: 1rem;
  }
  #intro .slide-menu {
    background: #f6f0f0;
    width: 100%;
    padding: 30px 0 75px;
    position: relative;
  }
  #intro .slide-menu .slide {
    width: 400px;
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.1);
    background: #fff;
    margin: 0 15px;
  }
  #intro .slide-menu .slide picture img {
    width: 100%;
    height: auto;
    vertical-align: top;
  }
  #intro .slide-menu .slide .text-bloc {
    padding: 30px;
    box-sizing: border-box;
  }
  #intro .slide-menu .slide .text-bloc h3 {
    font-size: 16px;
    line-height: 1;
    margin-bottom: 20px;
    font-weight: 800;
  }
  #intro .slide-menu .slide .text-bloc li {
    border-bottom: 1px solid #ddd;
    transition: 0.3s;
  }
  #intro .slide-menu .slide .text-bloc li a {
    color: #666;
    text-decoration: none;
    padding: 15px 0;
    transition: 0.3s;
    display: block;
    position: relative;
  }
  #intro .slide-menu .slide .text-bloc li a:hover {
    text-indent: 10px;
  }
  #intro .slide-menu .slide .text-bloc li a:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #intro .slide-menu .slide .text-bloc li:hover {
    border-bottom: 1px solid #000;
  }
  #intro .slide-menu .slick-arrow {
    position: absolute;
    background: #fff;
    z-index: 9999;
    width: 3rem;
    height: 3rem;
    padding: 0.75rem 0;
    box-sizing: border-box;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    transition: 0.1s;
  }
  #intro .slide-menu .slick-arrow:hover {
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
  #intro .slide-menu .slick-arrow.slick-prev {
    top: 50%;
    left: 50px;
  }
  #intro .slide-menu .slick-arrow.slick-prev:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M2.117 12l7.527 6.235-.644.765-9-7.521 9-7.479.645.764-7.529 6.236h21.884v1h-21.883z'/%3E%3C/svg%3E");
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #intro .slide-menu .slick-arrow.slick-next {
    top: 50%;
    right: 50px;
  }
  #intro .slide-menu .slick-arrow.slick-next:before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z'/%3E%3C/svg%3E");
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }
  #intro .slick-track {
    display: flex;
  }
  #intro .slick-slide {
    height: auto !important;
  }
  #intro .slide .text-bloc li a span {
    padding-right: 20px;
    box-sizing: border-box;
    display: block;
    word-break: break-all;
  }
}

@media only screen and (max-width: 768px) {
  #contents {
    padding-top: 25vw;
  }
  #contents .inner {
    width: 90%;
    margin: auto;
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw 3vw;
  }
  #contents .inner article {
    border: 1px solid #ddd;
  }
  #contents .inner article a {
    text-decoration: none;
    height: 100%;
    color: #000;
  }
  #contents .inner img {
    width: 100%;
  }
  #contents .inner .text-bloc {
    padding: 3vw;
    box-sizing: border-box;
  }
  #contents .inner .text-bloc h3 {
    margin: 0 0 2vw 0;
  }
}
@media screen and (min-width: 769px) {
  #contents {
    padding-top: 175px;
    margin-top: 175px;
  }
  #contents .grid4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.75vw;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) and (max-width: 1024px) {
  #contents .grid4 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 769px) {
  #contents .grid4 article {
    align-items: top;
    border: 1px solid #f6f0f0;
  }
  #contents .grid4 article:hover {
    border-color: #ddd;
  }
  #contents .grid4 article a {
    text-decoration: none;
  }
  #contents .grid4 article a h3 {
    color: #000;
    font-weight: 800;
  }
  #contents .grid4 article a p {
    color: #666;
  }
  #contents .grid4 article a:hover img {
    transform: scale(1.1);
  }
  #contents .grid4 article picture {
    height: 10vw;
    overflow: hidden;
  }
  #contents .grid4 article picture img {
    vertical-align: top;
    width: 100%;
    height: 10vw;
    -o-object-fit: cover;
       object-fit: cover;
    transition: 0.3s;
    transform: scale(1);
  }
  #contents .grid4 article .text-bloc {
    padding: 30px;
    box-sizing: border-box;
  }
  #contents .grid4 article .text-bloc h3 {
    margin-bottom: 10px;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #contents {
    padding-top: 30vw;
  }
}

#pickups .pickup-inner {
  display: grid;
}
@media only screen and (max-width: 768px) {
  #pickups .pickup-inner {
    grid-template: repeat(2, 1fr);
    gap: 5vw;
  }
}
@media screen and (min-width: 769px) {
  #pickups .pickup-inner {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 50px;
  }
}
#pickups .pickup-inner img {
  width: 100%;
  height: auto;
}

/* ------------------------
    共通パーツ
---------------------------- */
.pankuzu {
  width: 90%;
  font-size: 0.625rem;
}
@media only screen and (max-width: 768px) {
  .pankuzu {
    margin: 10vw auto 15vw;
  }
}
@media screen and (min-width: 769px) {
  .pankuzu {
    margin: 100px auto 50px;
  }
}

.page-title {
  width: 90%;
  margin: 0 auto 100px;
}

.page_child {
  width: 100%;
  background: url(../images/page_child_header-bg.jpg) center center no-repeat;
  background-size: cover;
}
@media only screen and (max-width: 768px) {
  .page_child .inner {
    padding: 5vw 0 0;
  }
  .page_child .inner .inner2 {
    width: 100%;
    margin: auto;
  }
  .page_child .inner .page-title {
    background: #fff;
    padding: 3vw 5vw 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 10vw;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  .page_child .inner {
    padding: 50px 0 0;
  }
  .page_child .inner .inner2 {
    width: 70%;
    margin: auto;
  }
}
@media screen and (min-width: 769px) and (min-width: 768px) and (max-width: 1024px) {
  .page_child .inner .inner2 {
    width: 80%;
  }
}
@media screen and (min-width: 769px) {
  .page_child .inner .page-title {
    background: #fff;
    padding: 30px 50px 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    box-sizing: border-box;
    word-break: break-word;
  }
}

.single-30th .edit-area h2 {
  margin-top: 1.5rem !important;
  margin-bottom: 3rem;
  line-height: 1.5;
}

/* ----------------------
    固定ページ・single
---------------------------- */
.page-title {
  font-size: 1.5rem;
  line-height: 1.5;
  font-weight: 800;
}

.page_child {
  width: 100%;
}

.page-contents-inner {
  width: 90%;
  margin: auto;
}

.edit-area {
  /* 左少し、右広めの2分割 */
}
.edit-area a.box:empty, .edit-area a:empty, .edit-area p:empty {
  display: none;
}
.edit-area a:link, .edit-area a:visited {
  color: #000;
  text-decoration: underline;
  transition: 0.3s;
}
.edit-area a:hover {
  text-decoration: underline;
}
.edit-area h2 {
  font-size: 1.8rem;
  line-height: 1.5;
  transform: scaleX(0.96);
  transform-origin: left;
}
@media only screen and (max-width: 768px) {
  .edit-area h2 {
    margin-bottom: 3vw;
  }
  .edit-area h2:nth-child(n+1) {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .edit-area h2 {
    margin-bottom: 50px;
  }
  .edit-area h2:nth-child(n+1) {
    margin-top: 100px;
  }
}
.edit-area h2.title-second {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .edit-area h2.title-second {
    margin-top: 10vw;
    font-size: 1rem;
    margin-bottom: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .edit-area h2.title-second {
    font-size: 1.125rem;
  }
}
.edit-area h3 {
  font-size: 1.3rem;
  line-height: 1.5;
  transform: scaleX(0.96);
  transform-origin: left;
}
@media only screen and (max-width: 768px) {
  .edit-area h3 {
    margin-top: 15vw;
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .edit-area h3 {
    margin-top: 100px;
    margin-bottom: 10px;
  }
}
.edit-area h4 {
  font-size: 1.125rem;
  position: relative;
}
@media only screen and (max-width: 768px) {
  .edit-area h4 {
    font-size: 1rem;
    margin-top: 10vw;
    margin-bottom: 3vw;
    border-bottom: 3px solid #ddd;
    position: relative;
  }
  .edit-area h4 span {
    padding-bottom: 5px;
  }
  .edit-area h4 span:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    border-bottom: 3px solid #208980;
    width: 20%;
    height: 1px;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .edit-area h4 {
    margin-top: 50px;
    margin-bottom: 15px;
    position: relative;
  }
  .edit-area h4 span {
    padding-bottom: 5px;
    border-bottom: 2px solid #ddd;
  }
  .edit-area h4 span:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    border-bottom: 3px solid #208980;
    width: 3%;
    height: 1px;
    display: block;
  }
}
.edit-area .text-bloc h4 {
  border: none;
}
.edit-area .text-bloc h4 span:after {
  content: none;
}
.edit-area p + p {
  margin-top: 0.5rem;
}
.edit-area p:empty + p {
  margin-top: 0;
}
.edit-area p + p:empty {
  margin-top: 0;
}
.edit-area p.btn + p.btn {
  margin-top: 0;
}
.edit-area ul {
  list-style: circle;
}
.edit-area ul.list-none {
  list-style: none;
}
@media screen and (min-width: 769px) {
  .edit-area ul {
    margin: 25px 0;
  }
}
.edit-area ul li {
  margin-left: 1.5rem;
  line-height: 2.2;
}
@media only screen and (max-width: 768px) {
  .edit-area ul li {
    margin-left: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  .edit-area ul li ul, .edit-area ul li ol {
    margin: 2vw 0;
  }
}
@media screen and (min-width: 769px) {
  .edit-area ul li ul, .edit-area ul li ol {
    margin: 10px 0;
  }
}
.edit-area ul.search-results {
  list-style: none;
}
.edit-area ul.search-results li {
  margin-left: 0;
}
@media only screen and (max-width: 768px) {
  .edit-area ul.search-results li {
    padding: 3vw;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (min-width: 769px) {
  .edit-area ul.search-results li {
    padding: 10px 20px;
    box-sizing: border-box;
    border-bottom: 1px solid #ddd;
  }
}
.edit-area ol {
  margin-left: 1.8rem;
  list-style: decimal-leading-zero;
}
.edit-area ol.list-none {
  list-style: none;
}
@media screen and (min-width: 769px) {
  .edit-area ol {
    margin: 25px 0;
  }
  .edit-area ol li {
    margin-left: 2em;
  }
}
@media only screen and (min-width: 769px) and (max-width: 768px) {
  .edit-area ol li ul, .edit-area ol li ol {
    margin: 2vw 0;
  }
}
@media screen and (min-width: 769px) and (min-width: 769px) {
  .edit-area ol li ul, .edit-area ol li ol {
    margin: 10px 0;
  }
}
.edit-area table {
  border-collapse: collapse;
  border-top: 1px dashed #ddd;
  width: 100%;
  table-layout: fixed;
  margin: 50px auto;
}
@media only screen and (max-width: 768px) {
  .edit-area table {
    margin: 10vw auto;
  }
}
.edit-area table tr {
  border-bottom: 1px dashed #ddd;
}
.edit-area table th, .edit-area table td {
  padding: 1.5% 0;
  text-align: left;
}
.edit-area table th {
  font-weight: 800;
  width: 30%;
  padding-right: 1.5%;
  color: #000;
}
.edit-area table td {
  width: 70%;
}
.edit-area table td dl, .edit-area table td dt, .edit-area table td dd {
  width: 100%;
}
.edit-area table td dt {
  color: #000;
}
.edit-area table.td-2 th {
  width: 33.3333%;
}
.edit-area table.td-2 td {
  width: 33.3333%;
}
@media only screen and (max-width: 768px) {
  .edit-area table {
    table-layout: auto;
  }
  .edit-area table th, .edit-area table td {
    display: block;
    width: 100%;
    box-sizing: border-box;
  }
  .edit-area table th {
    padding: 5vw 0 0 0;
    color: #000;
  }
  .edit-area table td {
    padding: 1.5vw 0 5vw;
  }
}
@media screen and (min-width: 769px) {
  .edit-area .dl-group {
    margin: 50px 0;
  }
}
@media screen and (min-width: 769px) {
  .edit-area .dl-mt {
    margin-top: 50px;
  }
}
.edit-area .box-dl {
  border: none;
  display: block;
}
.edit-area .box-dl:last-child {
  border: none;
}
.edit-area .box-dl dt {
  font-weight: 800;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  color: #000;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  .edit-area .box-dl dt {
    margin-bottom: 3vw;
  }
}
.edit-area .box-dl dd {
  display: block;
  width: 100%;
}
.edit-area .box-dl dd.btn a {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .edit-area .box-dl dd.btn a {
    margin-top: 3vw;
  }
}
.edit-area .box-dl + .box-dl {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  .edit-area .box-dl + .box-dl {
    margin-top: 7vw;
  }
}
.edit-area .box-link-list dl:hover {
  background: #f6f0f0;
}
.edit-area .box-link-list dt a {
  display: block;
  padding-top: 1.5%;
  padding-bottom: 1.5%;
  color: #395e5b;
}
.edit-area .box-link-list dd a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 1.5% 2% 1.5% 0;
  box-sizing: border-box;
  color: #000;
}
.edit-area .box-link-list dd a:after {
  content: "";
  font-weight: 800;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M4 .755l14.374 11.245-14.374 11.219.619.781 15.381-12-15.391-12-.609.755z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
.edit-area dl {
  border-top: 1px dashed #ddd;
  border-bottom: 1px dashed #ddd;
}
.edit-area dl + dl {
  border-bottom: 1px dashed #ddd;
  margin: 0;
  border-top: none;
}
@media only screen and (max-width: 768px) {
  .edit-area dl.dl-table {
    width: 100%;
  }
  .edit-area dl.dl-table dt, .edit-area dl.dl-table dd {
    padding: 3vw 0;
    font-size: 0.725rem;
  }
}
@media screen and (min-width: 769px) {
  .edit-area dl {
    display: table;
    table-layout: fixed;
    border-collapse: collapse;
    width: 100%;
  }
}
.edit-area dl:last-child {
  border-bottom: 1px dashed #ddd;
}
.edit-area dl dt {
  font-weight: 800;
  width: 30%;
  padding-right: 1.5%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  box-sizing: border-box;
}
.edit-area dl dd {
  width: 70%;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
}
.edit-area dl dd ul, .edit-area dl dd ol, .edit-area dl dd dl {
  margin: 0;
}
.edit-area dl.dl-table {
  width: 100%;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
}
.edit-area dl.dl-table dt {
  width: 30%;
  vertical-align: middle;
}
.edit-area dl.dl-table dd {
  width: 70%;
  vertical-align: middle;
  padding-left: 2%;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .edit-area dl.link-none {
    margin: 3vw 0;
    width: 100%;
    display: table;
  }
}
@media screen and (min-width: 769px) {
  .edit-area dl.link-none {
    margin: 30px 0;
  }
}
.edit-area dl.link-none dt, .edit-area dl.link-none dd {
  padding: 15px 0;
}
@media only screen and (max-width: 768px) {
  .edit-area dl.link-none dt, .edit-area dl.link-none dd {
    display: table-cell;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 768px) {
  .edit-area dl.link-none + .link-none {
    margin-top: -3vw;
  }
}
@media screen and (min-width: 769px) {
  .edit-area dl.link-none + .link-none {
    margin-top: -30px;
  }
}
@media only screen and (max-width: 768px) {
  .edit-area dl.link-none dt {
    width: 40%;
  }
}
@media only screen and (max-width: 768px) {
  .edit-area dl.link-none dd {
    width: 60%;
  }
}
@media only screen and (max-width: 768px) {
  .edit-area dl.link-none.dt-block {
    display: block;
    width: 100%;
  }
  .edit-area dl.link-none.dt-block dt {
    display: block;
    width: 100%;
  }
  .edit-area dl.link-none.dt-block dd {
    display: block;
    margin-top: 0;
    padding-top: 0;
    width: 100%;
  }
}
.edit-area dl.link-none.dt-block dd span {
  display: block;
  font-weight: 800;
}
.edit-area dl.link-none.dt-block dd span:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%23666' viewBox='0 0 24 24'%3E%3Cpath d='M12 0c-6.627 0-12 5.373-12 12s5.373 12 12 12 12-5.373 12-12-5.373-12-12-12zm-1.568 18.005l-1.414-1.415 4.574-4.59-4.574-4.579 1.414-1.416 5.988 5.995-5.988 6.005z'/%3E%3C/svg%3E");
  background-position: left center;
  background-repeat: no-repeat;
  width: 0.625rem;
  height: 0.625rem;
  background-size: contain;
  display: inline-block;
  margin-right: 5px;
}
.edit-area dl.link-none.dt-block dd span:nth-child(n+2) {
  margin-top: 0.5rem;
}
.edit-area dl.border-none {
  border: none;
}
.edit-area dl.normal-dl {
  display: block;
  width: 100%;
  border: none;
}
.edit-area dl.normal-dl dt, .edit-area dl.normal-dl dd {
  display: block;
}
@media only screen and (max-width: 768px) {
  .edit-area dl.normal-dl {
    margin: 5vw 0;
  }
  .edit-area dl.normal-dl dt {
    font-weight: 800;
    margin-bottom: 2vw;
    width: 100%;
  }
  .edit-area dl.normal-dl dt span {
    display: inline-block;
    padding: 10px 0;
    border-bottom: 2px solid #000;
  }
  .edit-area dl.normal-dl dd {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .edit-area dl.normal-dl {
    margin: 30px 0;
    display: block;
  }
  .edit-area dl.normal-dl dt {
    font-weight: 800;
    margin-bottom: 15px;
    color: #000;
    width: 100%;
  }
  .edit-area dl.normal-dl dt span {
    display: inline-block;
    padding: 10px 0;
    border-bottom: 2px solid #000;
  }
}
.edit-area .grid-list.grid4 {
  grid-template-columns: repeat(4, 1fr);
  gap: 50px;
}
.edit-area .grid-list.grid4 a {
  text-decoration: none;
  height: 100%;
  color: #000;
  display: block;
  transition: 0.5s;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.edit-area .grid-list.grid4 a:hover {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.edit-area .grid-list.grid4 img {
  margin: 0;
  padding: 0;
  vertical-align: top;
  width: 100%;
  height: 13vw;
  -o-object-fit: cover;
     object-fit: cover;
}
.edit-area .grid-list.grid4 .text-bloc {
  padding: 20px 30px;
  box-sizing: border-box;
  display: block;
}
.edit-area .grid-list.grid4 h4 {
  background: none;
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .edit-area .flex-photo-area img {
    margin-right: 10px;
  }
}
.edit-area .option-links {
  background: #f6f0f0;
  border-radius: 5px;
}
.edit-area .option-links h3 {
  margin-top: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  font-weight: 800;
  font-size: 1rem;
}
.edit-area .option-links a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .edit-area .option-links {
    margin: 10vw 0;
    font-size: 0.725rem;
    padding: 5vw;
    box-sizing: border-box;
  }
  .edit-area .option-links ul, .edit-area .option-links ol {
    list-style: disc;
  }
  .edit-area .option-links a {
    padding: 1.2vw 0;
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .edit-area .option-links {
    margin-top: 50px;
    margin-bottom: 30px;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 5px;
  }
  .edit-area .option-links ul, .edit-area .option-links ol, .edit-area .option-links li {
    list-style: none;
    margin: 0;
  }
  .edit-area .option-links ul, .edit-area .option-links ol {
    display: flex;
    flex-wrap: wrap;
  }
  .edit-area .option-links li + li {
    margin-left: 20px;
    border-left: 1px dashed #ddd;
    padding-left: 20px;
  }
  .edit-area .option-links a {
    text-decoration: underline;
  }
  .edit-area .option-links a:hover {
    text-decoration: none;
  }
}
.edit-area .option-links.page-inner-link-pink {
  background: rgba(255, 227, 227, 0.849);
  font-size: 1rem;
}
.edit-area .btn-group {
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 50px;
  margin-top: 50px;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
.edit-area .btn-group p + p {
  margin-top: 0;
}
.edit-area .btn-group .btn {
  display: block;
  width: 100%;
  text-align: center;
}
.edit-area .btn-group .btn a {
  padding: 15px;
  background: linear-gradient(#208980, #395e5b);
  color: #fff;
  text-align: center;
  display: block;
  border-radius: 5px;
  opacity: 1;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.edit-area .btn-group .btn a:hover {
  opacity: 0.7;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.5);
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .edit-area .dlform:nth-child(n+1) {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .edit-area .dlform:nth-child(n+1) {
    margin-top: 3vw;
  }
}
@media only screen and (max-width: 768px) {
  .edit-area .dlform dl {
    padding: 4vw 0;
  }
}
@media only screen and (max-width: 768px) {
  .edit-area .dlform dt, .edit-area .dlform dd {
    display: block;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .edit-area .dlform dt, .edit-area .dlform dd {
    padding: 10px 0;
  }
}
.edit-area .dlform dt {
  padding-right: 20px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .edit-area .dlform dd {
    margin-top: 2vw;
  }
}
.edit-area .dlform dt span {
  background: #85afcc;
  color: #fff;
  line-height: 1;
  font-size: 0.625rem;
  color: #fff;
  font-weight: 800;
  padding: 5px 7px;
  display: inline-block;
  margin: 0 5px;
  vertical-align: middle;
  border-radius: 3px;
}
.edit-area .dlform input[type=text], .edit-area .dlform input[type=email], .edit-area .dlform input[type=tel], .edit-area .dlform input[type=url], .edit-area .dlform input[type=number], .edit-area .dlform textarea, .edit-area .dlform select {
  border: 1px solid #ddd;
  padding: 7px 15px;
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
  line-height: 1.5;
}
.edit-area .dlform .short, .edit-area .dlform dl.tel input[type=tel], .edit-area .dlform dl.tel input[type=number], .edit-area .dlform dl.tel input[type=text], .edit-area .dlform dl.addr input[name=your-zip] {
  width: 20%;
}
.edit-area .dlform #ppText pre {
  margin: 20px 0;
  width: 100%;
  height: 250px;
  overflow-y: scroll;
  white-space: pre-wrap;
  padding: 30px;
  background: #f6f0f0;
  box-sizing: border-box;
}
.edit-area .dlform input[type=submit] {
  border: none;
  padding: 10px 25px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  background: #395e5b;
  color: #fff;
  transition: 0.3s;
}
.edit-area .dlform input[type=submit]:hover {
  opacity: 0.7;
}
@media only screen and (max-width: 768px) {
  .edit-area p + .img-left-container {
    margin-top: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .edit-area p + .img-left-container {
    margin-top: 80px;
  }
}
.edit-area .img-left-container .name span {
  margin-right: 5px;
}
@media only screen and (max-width: 768px) {
  .edit-area .img-left-container {
    margin-bottom: 10vw;
  }
  .edit-area .img-left-container img {
    float: left;
    margin-right: 5vw;
    margin-bottom: 5vw;
  }
  .edit-area .img-left-container:after {
    content: "";
    clear: both;
    display: table;
    width: 100%;
    height: 0;
  }
  .edit-area .img-left-container p + p {
    margin-top: 0.5rem;
  }
  .edit-area .img-left-container p.name {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-size: 1rem;
    margin-bottom: 3vw;
    font-weight: 800;
  }
  .edit-area .img-left-container p.sub {
    font-size: 0.725rem;
  }
}
@media screen and (min-width: 769px) {
  .edit-area .img-left-container {
    display: grid;
    grid-template-columns: 1fr 8fr;
    gap: 50px;
  }
  .edit-area .img-left-container + .img-left-container {
    margin-top: 40px;
    padding-top: 40px;
    border-top: 1px solid #ddd;
  }
  .edit-area .img-left-container p + p {
    margin-top: 0.5em;
  }
  .edit-area .img-left-container .name {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    font-weight: 800;
    color: #000;
    margin-bottom: 10px;
    font-size: 1.125rem;
  }
  .edit-area .img-left-container .sub {
    font-size: 0.725rem;
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 769px) {
  .edit-area .grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .edit-area .grid-harf {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .edit-area .grid-harf {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 50px;
  }
}
.edit-area .grid-3-7 {
  display: grid;
  grid-template-columns: 3fr 9fr;
  gap: 50px;
}
@media only screen and (max-width: 768px) {
  .edit-area .grid-3-7 {
    display: block;
  }
}
.edit-area .grid-3-7 + .grid-3-7 {
  margin-top: 5rem;
}
.edit-area .grid-3-7 h3 {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .edit-area .grid-3-7 h3 {
    margin-top: 1rem;
  }
}
.edit-area .grid-3-7 h3 span {
  display: block;
  font-size: 0.8125rem;
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  margin-top: 0.5rem;
}
.edit-area .grid-3-7 h3 span:before {
  content: "";
  width: 0.8125rem;
  height: 0.8125rem;
  display: inline-block;
  vertical-align: middle;
  margin-right: 0.5rem;
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m12.007 2c-5.518 0-9.998 4.48-9.998 9.998 0 5.517 4.48 9.997 9.998 9.997s9.998-4.48 9.998-9.997c0-5.518-4.48-9.998-9.998-9.998zm1.523 6.21s1.502 1.505 3.255 3.259c.147.147.22.339.22.531s-.073.383-.22.53c-1.753 1.754-3.254 3.258-3.254 3.258-.145.145-.335.217-.526.217-.192-.001-.384-.074-.531-.221-.292-.293-.294-.766-.003-1.057l1.977-1.977h-6.693c-.414 0-.75-.336-.75-.75s.336-.75.75-.75h6.693l-1.978-1.979c-.29-.289-.287-.762.006-1.054.147-.147.339-.221.53-.222.19 0 .38.071.524.215z' fill-rule='nonzero'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
* + .edit-area .grid-3-7 {
  margin-top: 2rem;
}
.edit-area p + .grid-3-7 {
  margin-top: 5rem;
}
.edit-area .grid-container .cont {
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .edit-area .note {
    margin-top: 15vw;
    width: 100%;
    border: 1px solid #ddd;
    padding: 5vw;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  .edit-area .note {
    margin: 50px auto;
    width: 100%;
    padding: 30px;
    border: 1px solid #ddd;
    box-sizing: border-box;
  }
  .edit-area .note dl.normal-dl {
    margin: 0;
  }
  .edit-area .note dl.normal-dl dt, .edit-area .note dl.normal-dl dd {
    width: 100%;
  }
}
.edit-area .note h3 {
  margin-top: 0;
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .edit-area .note h3 {
    font-size: 1.25rem;
  }
}
.edit-area .note ul, .edit-area .note ol {
  margin: 0;
}
.edit-area .note strong {
  font-weight: 800;
}
.edit-area video {
  width: 80%;
  height: 40vw;
}
@media only screen and (max-width: 768px) {
  .edit-area video {
    width: 100%;
    height: 45vw;
    margin: 3vw 0 2vw;
  }
}
@media only screen and (max-width: 768px) {
  .edit-area .page-inner-link.areas-inner ul {
    margin: 5vw 0;
    display: block;
  }
  .edit-area .page-inner-link.areas-inner ul li {
    width: 100%;
  }
  .edit-area .page-inner-link.areas-inner ul li li + li {
    margin-top: 0.5rem;
  }
}
@media screen and (min-width: 769px) {
  .edit-area .page-inner-link.areas-inner ul {
    list-style: none;
    display: flex;
  }
  .edit-area .page-inner-link.areas-inner ul li {
    display: inline-block;
    vertical-align: middle;
  }
  .edit-area .page-inner-link.areas-inner ul li a {
    text-decoration: none;
    padding: 5px;
    display: inline-block;
    transition: 0.3s;
  }
  .edit-area .page-inner-link.areas-inner ul li a:hover {
    text-decoration: underline;
    background: #f6f0f0;
  }
  .edit-area .page-inner-link.areas-inner ul li + li {
    margin-top: 0;
    margin-left: 0;
  }
  .edit-area .page-inner-link.areas-inner ul li:first-child {
    margin-left: 0;
  }
  .edit-area .page-inner-link.areas-inner ul li + li:before {
    content: "|";
    display: inline-block;
    vertical-align: middle;
    margin: 0 1rem;
  }
}
.edit-area .text-grid-list dt {
  font-size: 1rem;
}
.edit-area .text-grid-list dt, .edit-area .text-grid-list dd {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  .edit-area .text-grid-list {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .edit-area .text-grid-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
}
.edit-area .shadow-none + h3 {
  border-top: 1px solid #f6f0f0;
  padding-top: 50px;
}
.edit-area .shop-slide .slick-dots > li:first-child:last-child {
  display: none;
}
@media only screen and (max-width: 768px) {
  .edit-area .shop-slide {
    box-sizing: border-box;
    overflow: hidden;
  }
}
.edit-area a br:first-child {
  display: none;
}
.edit-area .normal-grid {
  display: grid;
}
.edit-area .grid-4 a {
  text-decoration: none;
}
.edit-area .grid-4 a:hover {
  text-decoration: none;
}
.edit-area .grid-4 .name {
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  .edit-area .grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 3vw;
  }
  .edit-area .grid-4 .text-bloc {
    padding: 3vw;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  .edit-area .grid-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 4vw 4%;
  }
  .edit-area .grid-4 .text-bloc {
    padding: 20px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .edit-area .grid-4 {
    grid-template-columns: repeat(3, 1fr);
    gap: 3vw 3%;
  }
}
.edit-area .box-white {
  background: #fff;
}
.edit-area .shadow-box {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  transition: 0.3s;
}
.edit-area .shadow-box:hover {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.edit-area .btn a {
  width: 100%;
  max-width: 800px;
  display: block;
  background: #395e5b;
  color: #fff;
  text-align: center;
  padding: 10px 20px;
  border: 1px solid #395e5b;
  box-sizing: border-box;
  border-radius: 5px;
  transition: 0.3s;
  position: relative;
  text-decoration: none;
}
.edit-area .btn a span {
  display: block;
  text-align: center;
  font-size: 0.725rem;
}
@media only screen and (max-width: 768px) {
  .edit-area .btn a {
    margin-top: 5vw;
  }
  .edit-area .btn a:active {
    background: #fff;
    color: #395e5b;
    text-decoration: none;
  }
}
@media screen and (min-width: 769px) {
  .edit-area .btn a {
    margin-top: 30px;
  }
  .edit-area .btn a:hover {
    background: #fff;
    color: #395e5b;
    text-decoration: none;
  }
}
.edit-area .btn a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' fill='%23fff' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.211 7.155c-.141-.108-.3-.157-.456-.157-.389 0-.755.306-.755.749v8.501c0 .445.367.75.755.75.157 0 .316-.05.457-.159 1.554-1.203 4.199-3.252 5.498-4.258.184-.142.29-.36.29-.592 0-.23-.107-.449-.291-.591-1.299-1.002-3.945-3.044-5.498-4.243z'/%3E%3C/svg%3E");
  width: 0.8rem;
  height: 0.8rem;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  transition: 0.3s;
}
.edit-area .btn a:after:hover {
  background-image: url("data:image/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' fill='%23395e5b' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m10.211 7.155c-.141-.108-.3-.157-.456-.157-.389 0-.755.306-.755.749v8.501c0 .445.367.75.755.75.157 0 .316-.05.457-.159 1.554-1.203 4.199-3.252 5.498-4.258.184-.142.29-.36.29-.592 0-.23-.107-.449-.291-.591-1.299-1.002-3.945-3.044-5.498-4.243z'/%3E%3C/svg%3E");
}
.edit-area .btn.btn-9 a {
  background: #50a373;
  border-color: #50a373;
}
.edit-area .btn.btn-9 a:hover {
  color: #50a373;
  background: #fff;
}
.edit-area .btn.btn-8 a {
  background: #8d6f40;
  border-color: #8d6f40;
}
.edit-area .btn.btn-8 a:hover {
  color: #8d6f40;
  background: #fff;
}
.edit-area .btn.btn-7 a {
  background: #b84a44;
  border-color: #b84a44;
}
.edit-area .btn.btn-7 a:hover {
  color: #b84a44;
  background: #fff;
}
.edit-area .btn.btn-under a {
  margin-top: 0;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .edit-area .cont {
    margin: 10vw 0;
    width: 100%;
  }
  .edit-area .cont img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .edit-area .cont {
    margin: 50px 0;
  }
}
.edit-area .cont .stitle {
  font-weight: 800;
  color: #208980;
  font-size: 1.125rem;
}
.edit-area .cont a {
  text-decoration: underline;
}
.edit-area .cont .btn a {
  text-decoration: none;
}
@media only screen and (max-width: 768px) {
  .edit-area .nintei-areas .inner {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 5vw;
  }
  .edit-area .nintei-areas .inner .cont {
    position: relative;
  }
  .edit-area .nintei-areas .inner .cont h3 {
    margin-top: 0;
  }
  .edit-area .nintei-areas .inner .cont .shop_qr {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 74px;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .edit-area .nintei-areas .inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px;
  }
  .edit-area .nintei-areas .inner .cont {
    position: relative;
  }
  .edit-area .nintei-areas .inner .cont h3 {
    margin-top: 0;
  }
  .edit-area .nintei-areas .inner .cont .shop_qr {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 74px;
    height: auto;
  }
}
.edit-area .nintei-areas .afr {
  content: "";
  background: #208980;
  color: #fff;
  font-size: 0.525rem;
  font-weight: 800;
  padding: 4px 6px;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
  line-height: 1;
}
.edit-area .nintei-areas .btt {
  content: "";
  background: #da2f2f;
  color: #fff;
  font-size: 0.525rem;
  font-weight: 800;
  padding: 4px 6px;
  border-radius: 3px;
  box-sizing: border-box;
  display: inline-block;
  margin-right: 5px;
  text-transform: uppercase;
  line-height: 1;
}
@media only screen and (max-width: 768px) {
  .edit-area .seminar-grid.grid-container {
    display: block;
  }
  .edit-area .seminar-grid.grid-container .image-bloc img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .edit-area .page-inner-banner-link {
    margin: 10vw auto;
  }
}
@media screen and (min-width: 769px) {
  .edit-area .page-inner-banner-link {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .edit-area .page-inner-banner-link.grid-container.grid-harf {
    display: block;
  }
}
.edit-area .page-inner-banner-link.grid-container.grid-harf .inner-banner {
  margin: 3vw 0;
}
@media only screen and (max-width: 768px) {
  .edit-area .contact-btn-group {
    gap: 1.5vw;
  }
}
.edit-area .contact-btn-group a {
  margin-top: 0;
}
.edit-area img.sub-image {
  margin-top: 30px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .edit-area img.sub-image {
    margin-top: 3vw;
    margin-bottom: 3vw;
  }
}
.edit-area img.full-width-page-theme {
  width: 100%;
  height: auto;
  margin: 30px auto;
}
@media only screen and (max-width: 768px) {
  .edit-area img.full-width-page-theme {
    margin: 5vw 0;
  }
}
.edit-area .p-btn-group {
  gap: 1vw;
}
.edit-area .p-btn-group .btn a {
  margin-top: 0;
}
.edit-area p + .p-btn-group {
  margin-top: 30px;
}
.edit-area .grid-5 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 3vw;
}

/* ---------------------------
    category, archive
------------------------------ */
.archive-posts-data.grid-4 {
  display: grid;
}
@media only screen and (max-width: 768px) {
  .archive-posts-data.grid-4 {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
  }
}
@media screen and (min-width: 769px) {
  .archive-posts-data.grid-4 {
    grid-template-columns: repeat(4, 1fr);
    gap: 50px;
  }
}
.archive-posts-data.grid-4 picture {
  overflow: hidden;
  margin-bottom: 5px;
}
.archive-posts-data.grid-4 picture img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  vertical-align: bottom;
}
.archive-posts-data.grid-4 .archive-post-item a {
  color: #000;
  text-decoration: none;
  transition: 0.3s;
}
.archive-posts-data.grid-4 .archive-post-item a:hover {
  text-decoration: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 768px) {
  .archive-posts-data.grid-4 .archive-post-item a .text-bloc {
    padding: 0 3vw 3vw;
    box-sizing: border-box;
    font-size: 0.725rem;
  }
}
@media screen and (min-width: 769px) {
  .archive-posts-data.grid-4 .archive-post-item a .text-bloc {
    padding: 5px 20px 20px;
    box-sizing: border-box;
    font-size: 12px;
  }
}
.archive-posts-data.grid-4 .archive-post-item a .time {
  color: #777;
  font-size: 0.625rem;
  margin-bottom: 5px;
  margin-top: 10px;
}
.archive-posts-data.grid-4 .archive-post-item a .end {
  margin-top: 5px;
}
.archive-posts-data.grid-4 .archive-post-item a .end span {
  background: #da2f2f;
  font-size: 10px;
  color: #fff;
  padding: 2px 3px;
  text-align: center;
  line-height: 1;
  border-radius: 3px;
  font-weight: 800;
  letter-spacing: normal;
}

@media only screen and (max-width: 768px) {
  .more-btns .more-btn a {
    width: 70%;
    border: 1px solid #000;
    color: #000;
    text-decoration: none;
    text-align: center;
    margin: 15vw auto 5vw;
    padding: 10px;
    box-sizing: border-box;
    background: #fff;
    transition: 0.3s;
  }
  .more-btns .more-btn a:active {
    background: #000;
    color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .more-btns {
    width: 90%;
    margin: 80px auto 0;
  }
  .more-btns .more-btn a {
    display: block;
    width: 30%;
    border: 1px solid #000;
    text-align: center;
    text-decoration: none;
    padding: 10px;
    box-sizing: border-box;
    transition: 0.3s;
  }
  .more-btns .more-btn a:hover {
    background: #000;
    color: #fff;
  }
}

/* ----------------------------
    taxonomy-type
------------------------------- */
@media only screen and (max-width: 768px) {
  .tax-aff-wrap {
    margin-top: 15vw;
  }
}
@media screen and (min-width: 769px) {
  .tax-aff-wrap {
    margin-top: 50px;
  }
}

.tax-area-wrap .areas:empty,
.tax-area-wrap:empty {
  display: none;
}

@media only screen and (max-width: 768px) {
  .tax-area-wrap {
    padding: 10vw 0;
    border-bottom: 1px solid #ddd;
  }
}
@media screen and (min-width: 769px) {
  .tax-area-wrap {
    border-top: 1px solid #ddd;
    padding: 1.5% 0;
    display: grid;
    grid-template-columns: 30% 70%;
  }
}
.tax-area-wrap:last-child {
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .tax-area-wrap h2 {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .tax-area-wrap h2 {
    width: 33%;
  }
}
@media screen and (min-width: 769px) {
  .tax-area-wrap .areas {
    width: 100%;
  }
  .tax-area-wrap .areas + .areas {
    margin-top: 50px;
  }
}
@media only screen and (max-width: 768px) {
  .tax-area-wrap h2, .tax-area-wrap h2:nth-child(n+1) {
    margin-top: 0;
    margin-bottom: 3vw;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 769px) {
  .tax-area-wrap h2, .tax-area-wrap h2:nth-child(n+1) {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.125rem;
  }
}
.tax-area-wrap h3 {
  font-size: 1rem;
  font-weight: 800;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}
@media screen and (min-width: 769px) {
  .tax-area-wrap h3 {
    margin-top: 0;
    margin-bottom: 20px;
  }
}
.tax-area-wrap ul, .tax-area-wrap ol {
  margin: 0;
}
.tax-area-wrap ul li a, .tax-area-wrap ol li a {
  padding: 0.5rem;
  display: block;
  color: #000;
  text-decoration: none;
}
.tax-area-wrap ul li a:hover, .tax-area-wrap ol li a:hover {
  text-decoration: underline;
}
.tax-area-wrap .grid-columns-with-thumbs {
  display: grid;
}
@media only screen and (max-width: 768px) {
  .tax-area-wrap .grid-columns-with-thumbs {
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
  }
  .tax-area-wrap .grid-columns-with-thumbs img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .tax-area-wrap .grid-columns-with-thumbs {
    grid-template-columns: repeat(4, 1fr);
    gap: 5%;
  }
  .tax-area-wrap .grid-columns-with-thumbs img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .tax-area-wrap .grid-columns-with-thumbs {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 768px) {
  .tax-area-wrap .grid-columns-with-thumbs .thumbs-grid .name {
    margin-top: 1.5vw;
    padding: 0 10px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  .tax-area-wrap .grid-columns-with-thumbs .thumbs-grid .name {
    margin: 10px 0 15px;
    padding: 0 10px;
    box-sizing: border-box;
  }
}

/* tax-type trainer
---------------------------------- */
.edit-area.tax-type.link-none li {
  line-height: 1.5;
}
.edit-area.tax-type.link-none li + li {
  margin-top: 2rem;
}
.edit-area.tax-type.link-none li .shopName {
  font-weight: 800;
  font-size: 1rem;
}
.edit-area.tax-type.link-none li .shopName span {
  display: inline-block;
}
.edit-area.tax-type.link-none li .shopName span a {
  position: relative;
}
.edit-area.tax-type.link-none li .shopName span a:after {
  position: absolute;
  top: 12px;
  right: -12px;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24'%3E%3Cpath d='M6 17c2.269-9.881 11-11.667 11-11.667v-3.333l7 6.637-7 6.696v-3.333s-6.17-.171-11 5zm12 .145v2.855h-16v-12h6.598c.768-.787 1.561-1.449 2.339-2h-10.937v16h20v-6.769l-2 1.914z'/%3E%3C/svg%3E");
  background-position: center;
  width: 13px;
  height: 13px;
  background-size: contain;
}
.edit-area.tax-type.link-none li .option {
  margin-top: 0.5rem;
}
@media only screen and (max-width: 768px) {
  .edit-area.tax-type.link-none li .option {
    font-size: 0.725rem;
  }
}
.edit-area.tax-type.link-none li .option .tr_name {
  margin-bottom: 0.5rem;
}
.edit-area.tax-type.link-none li .option p + p {
  margin-top: 0.5rem;
}
.edit-area.tax-type.link-none li .tr_mail a {
  padding: 0;
  display: inline;
}

/* ---------------------------------
    single mypage
---------------------------------- */
.mypage-container .page-title {
  letter-spacing: normal;
}
.mypage-container .page-title span {
  font-size: 0.8125rem;
  display: block;
  text-align: center;
  margin-bottom: 5px;
  color: #208980;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media only screen and (max-width: 768px) {
  .mypage-cont .edit-area .shop-slide {
    width: 100%;
  }
  .mypage-cont .edit-area .shop-slide .slick-slide img {
    width: 100%;
    height: auto;
  }
}
@media screen and (min-width: 769px) {
  .mypage-cont .edit-area {
    grid-template-columns: 1fr 3fr;
    gap: 50px;
    overflow: hidden;
  }
  .mypage-cont .edit-area .basic-info dt, .mypage-cont .edit-area .basic-info dd {
    padding: 10px 0;
  }
  .mypage-cont .edit-area .shop-slide {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .mypage-cont .edit-area .shop-slide .inner {
    width: 100% !important;
    max-width: 100% !important;
  }
  .mypage-cont .edit-area .shop-slide .slick-slide {
    width: 100%;
  }
  .mypage-cont .edit-area .shop-slide .slick-slide img {
    width: 100%;
    height: auto;
  }
  .mypage-cont .edit-area ul.slick-dots {
    margin: 0;
  }
  .mypage-cont .edit-area .basic-info-table table {
    margin-top: 0;
  }
  .mypage-cont .edit-area .basic-info .dl-table {
    margin: 0;
    border-bottom: 1px solid #ddd;
  }
}

.mypage-cont .shop-slide .slick-prev:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' xmlns='http://www.w3.org/2000/svg' fill-rule='evenodd' clip-rule='evenodd'%3E%3Cpath d='M21.883 12l-7.527 6.235.644.765 9-7.521-9-7.479-.645.764 7.529 6.236h-21.884v1h21.883z'/%3E%3C/svg%3E");
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.mypage-cont .slick-slide img {
  width: 100%;
  height: auto;
}

/* ---------------------------------
    個別対応
----------------------------------- */
@media only screen and (max-width: 768px) {
  .page-id-169 .edit-area .grid-list.grid4 {
    display: block;
  }
  .page-id-169 .edit-area .grid-list.grid4 img {
    width: 100%;
    height: 25vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .page-id-169 .edit-area .grid-list.grid4 .grid-list-item {
    display: block;
    margin: 5vw 0;
  }
}

@media only screen and (max-width: 768px) {
  .page-privacy .edit-area dd ol {
    margin: 3vw 0;
  }
}
@media screen and (min-width: 769px) {
  .page-privacy .edit-area dd ol {
    margin: 15px 0;
  }
}

.text-bloc h4 span {
  letter-spacing: normal;
  border: none;
  word-break: break-all;
}

@media only screen and (max-width: 768px) {
  .flex-photo-area {
    display: block;
  }
  .flex-photo-area img {
    width: 100%;
    height: auto;
    margin: 1.5vw 0;
  }
}

@media screen and (min-width: 769px) {
  .single-recruit .edit-area .basic-info table {
    margin-top: 0;
  }
}

.edit-area .s-dl.normal-dl {
  margin: -10px 0 30px 0;
  display: table;
  table-layout: fixed;
  border-collapse: collapse;
  font-size: 0.625rem;
}
.edit-area .s-dl.normal-dl dt {
  display: table-cell;
  vertical-align: middle;
  width: 7%;
  padding: 0;
}
.edit-area .s-dl.normal-dl dt span {
  border: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
}
.edit-area .s-dl.normal-dl dd {
  display: table-cell;
  vertical-align: middle;
  width: 93%;
  padding: 0;
}
.edit-area .s-dl.normal-dl dd ul.af_kouza {
  list-style: none;
}
.edit-area .s-dl.normal-dl dd ul.af_kouza li {
  margin-left: 0;
  margin-right: 15px;
}
.edit-area .s-dl.normal-dl dd ul.af_kouza li span {
  padding: 1px 5px;
  line-height: 1;
  font-size: 10px;
  border-radius: 2px;
}

.edit-area .taxlist .name-area .name,
.edit-area .taxlist .name-area .af_kouza {
  display: inline-block;
  vertical-align: middle;
}

.edit-area ul.list-none {
  list-style: none;
}

.edit-area ul.ml-none li {
  margin-left: 0;
  margin-right: 1rem;
}

.edit-area .taxlist .name-area .af_kouza li {
  display: inline-block;
  margin-right: 5px;
  margin-left: 0;
  vertical-align: middle;
}

.edit-area .taxlist .name-area .af_kouza li span {
  padding: 2px 4px;
  font-size: 10px;
  line-height: 1;
  border-radius: 2px;
}

.af_1_1 {
  border: 1px solid #927f49;
  background: #927f49;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.af_1_3 {
  border: 1px solid #6f67c7;
  background: #6f67c7;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.af_1_5 {
  border: 1px solid #6ec0b9;
  background: #6ec0b9;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.af_1_6 {
  border: 1px solid #e97a7a;
  background: #e97a7a;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.af_1_7 {
  border: 1px solid #e983c7;
  background: #e983c7;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.af_1_8 {
  border: 1px solid #809ef0;
  background: #809ef0;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.af_1_9 {
  border: 1px solid #71cbdb;
  background: #71cbdb;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.af_1_10 {
  border: 1px solid #6ad392;
  background: #6ad392;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.af_1_11 {
  border: 1px solid #a1dd78;
  background: #a1dd78;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.af_1_12 {
  border: 1px solid #d1da5c;
  background: #d1da5c;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

.af_1_13 {
  border: 1px solid #d1a576;
  background: #d1a576;
  color: #fff;
  font-size: 10px;
  line-height: 1;
}

@media screen and (min-width: 769px) {
  .list-sample {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

.list-sample span {
  width: 4rem;
  margin-right: 5px;
}

.edit-area dl.w100 dt,
.edit-area dl.w100 dd {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .page-id-149 .grid-container .cont img {
    width: 100%;
    height: 30vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 769px) {
  .page-id-149 .grid-container .cont img {
    width: 100%;
    height: auto;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-149 .grid-container .cont .text-bloc {
    padding: 5vw;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 769px) {
  .page-id-149 .grid-container .cont .text-bloc {
    padding: 30px;
    box-sizing: border-box;
  }
}
.page-id-149 .grid-container .cont .text-bloc .name {
  font-weight: 800;
  font-size: 1rem;
  color: #000;
}

.page-id-149 .cont.last-child {
  width: 100%;
}
.page-id-149 .cont.last-child .name {
  font-weight: 800;
  font-size: 1rem;
  color: #000;
}
@media only screen and (max-width: 768px) {
  .page-id-149 .cont.last-child img {
    width: 100%;
    height: 26vw;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 769px) {
  .page-id-149 .cont.last-child {
    width: 100%;
    height: auto;
  }
  .page-id-149 .cont.last-child img {
    width: 100%;
    height: auto;
  }
  .page-id-149 .cont.last-child .text-bloc {
    padding: 30px;
    box-sizing: border-box;
  }
}

/* slider link */
.swiper-slide {
  position: relative;
}
.swiper-slide a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper-slide a img {
  width: 100%;
}

@media only screen and (max-width: 768px) {
  .more-btns {
    margin: 10vw auto;
  }
  .more-btns .more-btn {
    text-align: center;
  }
}

/* 20231102
認定加盟校一覧(school2)の名前の下に住所を入れる */
.edit-area .school2-basic-info table {
  border: none;
  padding: 0;
  margin: 0 0 1.5rem;
}
.edit-area .school2-basic-info table tr {
  border: none;
}
.edit-area .school2-basic-info table tr:nth-child(n+2) {
  display: none;
}
.edit-area .school2-basic-info table th {
  display: none;
}
.edit-area .school2-basic-info table td {
  padding: 0;
  display: block;
  margin-top: -0.3rem;
  font-size: 0.8125rem;
  color: #646464;
}
.edit-area .school2-basic-info table td .map, .edit-area .school2-basic-info table td p, .edit-area .school2-basic-info table td br, .edit-area .school2-basic-info table td a {
  display: none;
}
.edit-area .school2-basic-info .map, .edit-area .school2-basic-info p, .edit-area .school2-basic-info br {
  display: none;
}

.edit-area .s-basic-info {
  color: #646464;
  font-size: 0.8125rem;
  margin-top: -0.5rem;
  margin-bottom: 1.5rem;
}

@media only screen and (max-width: 768px) {
  .edit-area .taxlist .name-area .name, .edit-area .taxlist .name-area .af_kouza {
    display: block;
    margin: 0;
  }
  .edit-area .taxlist .name-area .name li, .edit-area .taxlist .name-area .af_kouza li {
    margin-top: -1.8rem;
  }
  .edit-area .taxlist .name-area .name li span, .edit-area .taxlist .name-area .af_kouza li span {
    transform: scale(0.9);
    display: block;
  }
}

.nintei-areas .j {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
.nintei-areas .j .bj:before {
  content: "★";
  color: #da2f2f;
  font-size: 1rem;
  display: inline-block;
}
.nintei-areas .j .aj:before {
  content: "★";
  color: #208980;
  font-size: 1rem;
  display: inline-block;
}

.tr-kouza ul {
  list-style: none;
  margin-bottom: 15px;
}
.tr-kouza ul li {
  margin-left: 0;
  font-size: 0.525rem;
  font-weight: 800;
  display: inline-block;
}
.tr-kouza ul li + li {
  margin-top: 0;
  margin-left: 10px;
}
.tr-kouza ul li.tr1 {
  background: #33928a;
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
}
.tr-kouza ul li.tr2 {
  background: #c05454;
  color: #fff;
  padding: 2px 4px;
  border-radius: 3px;
}

.edit-area.tax-type.link-none .tr-kouza li + li {
  margin-top: 0;
}

.edit-area ul li .tr-kouza ul {
  margin-bottom: 30px;
  margin-top: 0;
}

/* 20231208 メンバーページ変更 */
.page-member .page_child {
  background-image: url(../images/page_child_header-bg2.jpg);
}
.page-member .edit-area .btn a {
  background: #4483a2;
  border-color: #4483a2;
}
.page-member .edit-area .btn a:hover {
  background: #fff;
  color: #4483a2;
}
.page-member .edit-area .btn.btn-9 a {
  background: #33928a;
  border-color: #33928a;
}
.page-member .edit-area .btn.btn-9 a:hover {
  background: #fff;
  color: #33928a;
}
.page-member .edit-area .btn.btn-8 a {
  background: #4483a2;
  border-color: #4483a2;
}
.page-member .edit-area .btn.btn-8 a:hover {
  background: #fff;
  color: #4483a2;
}
.page-member .edit-area h4 span:after {
  border-color: #4483a2;
}
.page-member .edit-area .toggle-wrap {
  background: #f6f0f0;
}
@media screen and (min-width: 769px) {
  .page-member .edit-area .toggle-wrap {
    padding: 30px;
    margin: 30px 0;
    box-sizing: border-box;
  }
}
.page-member .edit-area .toggle-wrap .toggle-title {
  cursor: pointer;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .page-member .edit-area .toggle-wrap .toggle-title {
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .page-member .edit-area .toggle-wrap .toggle-title {
    margin-bottom: 15px;
  }
}
.page-member .edit-area .toggle-wrap .toggle-title span {
  border: none;
}
.page-member .edit-area .toggle-wrap .toggle-title span:after {
  content: none;
}
.page-member .edit-area .note {
  border-color: #208980;
  font-family: serif;
  font-size: 0.925rem;
}

.page-member-child .progress-container {
  background: #4483a2;
}
.page-member-child .page_child {
  background-image: url(../images/page_child_header-bg2.jpg);
}
.page-member-child .edit-area .btn a {
  background: #4483a2;
  border-color: #4483a2;
}
.page-member-child .edit-area .btn a:hover {
  background: #fff;
  color: #4483a2;
}
.page-member-child .edit-area .btn.btn-9 a {
  background: #33928a;
  border-color: #33928a;
}
.page-member-child .edit-area .btn.btn-9 a:hover {
  background: #fff;
  color: #33928a;
}
.page-member-child .edit-area .btn.btn-8 a {
  background: #646464;
  border-color: #646464;
}
.page-member-child .edit-area .btn.btn-8 a:hover {
  background: #fff;
  color: #646464;
}
.page-member-child .edit-area h4 span:after {
  border-color: #4483a2;
}
.page-member-child .edit-area .toggle-wrap {
  background: #f6f0f0;
}
@media screen and (min-width: 769px) {
  .page-member-child .edit-area .toggle-wrap {
    padding: 30px;
    margin: 30px 0;
    box-sizing: border-box;
  }
}
.page-member-child .edit-area .toggle-wrap .toggle-title {
  cursor: pointer;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .page-member-child .edit-area .toggle-wrap .toggle-title {
    margin-bottom: 3vw;
  }
}
@media screen and (min-width: 769px) {
  .page-member-child .edit-area .toggle-wrap .toggle-title {
    margin-bottom: 15px;
  }
}
.page-member-child .edit-area .toggle-wrap .toggle-title span {
  border: none;
}
.page-member-child .edit-area .toggle-wrap .toggle-title span:after {
  content: none;
}

/* 20231226 */
.single-mypage .sns-info ul {
  list-style: none;
  display: flex;
  /*justify-content: flex-end;*/
  margin: 0 0 2rem 0;
}
.single-mypage .sns-info ul li {
  margin-right: 5px;
  margin-left: 0;
}
.single-mypage .sns-info ul li svg {
  fill: #666;
  width: 1rem;
}
.single-mypage .sns-info ul li svg.tw {
  fill: #222222;
}
.single-mypage .sns-info ul li svg.fb {
  fill: #3d5786;
}
.single-mypage .sns-info ul li svg.insta {
  fill: #8a5d23;
}

.basic-info-table table {
  margin-top: 0;
}

.edit-area ul.single-inner-type {
  margin-top: 0;
  display: flex;
  flex-wrap: wrap;
}
.edit-area ul.single-inner-type li {
  margin-left: 0;
  margin-right: 10px;
  font-size: 0.525rem;
  font-weight: 800;
}
.edit-area ul.single-inner-type li span {
  display: inline-block;
  margin-right: 5px;
  vertical-align: middle;
  font-size: 0.525rem;
  font-weight: 800;
  padding: 3px 5px;
  margin-bottom: 5px;
}
.edit-area .kouzas h3 {
  margin-top: 0;
}
.edit-area .changePref {
  background: #f6f0f0;
  padding: 15px;
  box-sizing: border-box;
}
.edit-area .changePref label {
  margin-right: 15px;
}
.edit-area .page_select_link {
  width: 50%;
  padding: 7px 10px;
  border: 1px solid #ddd;
  border-radius: 3px;
}
@media only screen and (max-width: 768px) {
  .edit-area .page_select_link {
    display: block;
    width: 100%;
  }
}
.edit-area .page_select_link option, .edit-area .page_select_link optgroup {
  line-height: 2;
}

#backtotop {
  position: fixed;
  right: 1.5rem;
  bottom: 1.5rem;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
}
#backtotop a {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  border: 1px solid transparent;
  border-radius: 3px;
  display: block;
  transition: 0.5s ease-in-out;
}
#backtotop a:hover {
  border-color: #777;
}
#backtotop svg {
  fill: #666;
  transition: 0.5s ease-in-out;
  width: 1.2rem;
  height: 1.2rem;
  padding: 0.65rem 0;
}
#backtotop svg:hover {
  fill: #208980;
}

.edit-area .normal-dl dd.disflx {
  display: inline-block;
  width: auto;
}

.edit-area .normal-dl dd.disflx i.presv {
  display: inline-block;
  font-size: 0.625rem;
  padding: 5px 7px;
  line-height: 1;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s ease-in-out;
  background: #af9a7e;
  color: #fff;
}

.normal-dl dd a.inc-icon {
  display: inline-block;
}
.normal-dl dd a.inc-icon i {
  display: inline-block;
  font-size: 0.625rem;
  padding: 5px 7px;
  line-height: 1;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
  border-radius: 5px;
  text-align: center;
  transition: 0.3s ease-in-out;
}
.normal-dl dd a.inc-icon i.hand {
  background: rgb(163, 153, 218);
}
.normal-dl dd a.inc-icon i.hand:hover {
  background: rgba(163, 153, 218, 0.6);
}
.normal-dl dd a.inc-icon i.head {
  background: rgb(132, 194, 117);
}
.normal-dl dd a.inc-icon i.head:hover {
  background: rgba(132, 194, 117, 0.6);
}

.xo-slider .swiper-container {
  height: 80vh;
}
@media only screen and (max-width: 768px) {
  .xo-slider .swiper-container {
    height: 70vh;
  }
}

.swiper-slide a {
  z-index: 50;
}

.icon-mail {
  color: #fff;
  font-size: 0.525rem;
  line-height: 1;
  padding: 5px 7px;
  border-radius: 2px;
  display: inline-block;
  background: #395e5b;
}

#topinstructor:before {
  content: "";
  display: block;
  height: 150px; /* 調整したい高さ（固定ヘッダーの高さ） */
  margin-top: -150px; /* heightと同じ分のネガティブマージン */
  visibility: hidden;
}

@media only screen and (max-width: 768px) {
  .page-id-6871 .grid-container.grid-harf {
    display: block;
  }
  .page-id-6871 .grid-container.grid-harf .box-lined {
    margin-bottom: 3vw;
    padding: 5vw;
    box-sizing: border-box;
  }
}

.edit-area .box-lined {
  border: 1px solid #ddd;
  padding: 45px;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  .edit-area .box-lined {
    display: block;
    width: 100%;
  }
}
.edit-area .box-lined h2 {
  margin-top: 0;
  font-size: 1.25rem;
  margin-bottom: 30px;
  text-align: center;
}

.edit-area .site-inner-link {
  position: relative;
}
@media only screen and (max-width: 768px) {
  .edit-area .site-inner-link {
    position: static;
    border: 1px solid #ddd;
    padding: 5vw;
    box-sizing: border-box;
  }
}
.edit-area .site-inner-link h2 {
  position: absolute;
  left: 30px;
  top: -30px;
  padding: 15px 30px;
  box-sizing: border-box;
  background: #fff;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 1.25rem;
}
@media only screen and (max-width: 768px) {
  .edit-area .site-inner-link h2 {
    position: static;
    margin: 3vw;
    padding-left: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
  }
}
.edit-area .site-inner-link ul {
  margin: 0;
}

.page-id-6988 .grid-3-7 img {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page-id-6988 .grid-3-7 img {
    margin-bottom: 3vw;
  }
}

.page-id-6990 .edit-area .cont img {
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  .page-id-6990 .edit-area .cont img {
    margin-bottom: 3vw;
  }
}
.page-id-6990 .edit-area .cont h3 {
  margin-top: 0;
}

.page-id-6988 .edit-area .cont {
  margin-top: 25px;
}
.page-id-6988 .edit-area .img-list {
  margin-top: 1rem;
}
.page-id-6988 .edit-area .img-list li {
  margin-right: 0.5rem;
}
.page-id-6988 .edit-area .img-list li img {
  width: 4rem;
  height: auto;
}
@media only screen and (max-width: 768px) {
  .page-id-6988 .edit-area .img-list li img {
    width: 4rem;
    height: auto;
  }
}

@media only screen and (max-width: 768px) {
  .page-id-6990 .edit-area .grid-container {
    display: block;
  }
}

.small {
  font-size: 0.725rem;
}

@media only screen and (max-width: 768px) {
  .page-id-7204 .edit-area .grid-container {
    margin-top: 5vw;
    display: block;
  }
  .page-id-7204 .edit-area .grid-container .cont {
    margin-bottom: 5vw;
  }
}

@media only screen and (max-width: 768px) {
  .page-id-6994 .edit-area .cont .text-bloc {
    margin-top: 3vw;
  }
}

.page-id-7409 .edit-area .grid-container {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .page-id-7409 .edit-area .grid-container {
    margin-top: 5vw;
  }
}
.page-id-7409 .edit-area .grid-container .text-bloc {
  /*
  position: relative;
  min-height: 24vw;
  */
}
.page-id-7409 .edit-area .grid-container .text-bloc h3 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .page-id-7409 .edit-area .grid-container .text-bloc h3 {
    margin-top: 3vw;
  }
}
.page-id-7409 .edit-area .grid-container .text-bloc .btn {
  /*
  position: absolute;
  bottom: 0;
  */
}

.page-id-6996 .edit-area h3 {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  .page-id-6996 .edit-area h3 {
    margin-top: 3vw;
  }
}
.page-id-6996 .edit-area .grid-container {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  .page-id-6996 .edit-area .grid-container {
    display: block;
    margin-top: 5vw;
  }
}
@media only screen and (max-width: 768px) {
  .page-id-6996 .edit-area .grid-container .cont {
    margin-bottom: 20vw;
  }
}

.page-id-6992 .edit-area h4 {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .page-id-6992 .edit-area h4 {
    margin-top: 2vw;
  }
}

.page-id-7789 .edit-area li {
  margin-left: 0;
}
.page-id-7789 .edit-area a {
  text-decoration: none;
}
.page-id-7789 .edit-area a .name {
  text-align: center;
  text-decoration: none;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  .page-id-7789 .edit-area a .name {
    margin-top: 1vw;
  }
}
.page-id-7789 .edit-area a:hover .name {
  text-decoration: underline;
}
.page-id-7789 .edit-area a img {
  width: 100%;
  height: auto;
  transition: 0.5s;
  opacity: 1;
}
.page-id-7789 .edit-area a:hover img {
  opacity: 70%;
}
@media only screen and (max-width: 768px) {
  .page-id-7789 .edit-area .grid-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 5vw;
    grid-template-rows: 15vh;
  }
}

.edit-area hr {
  margin: 50px 0;
  border-top: 1px solid #ddd;
  border-bottom: none;
  border-left: none;
  border-right: none;
  width: 100%;
}

.page-id-7829 .edit-area ul.grid-5 {
  list-style: none;
}
@media only screen and (max-width: 768px) {
  .page-id-7829 .edit-area ul.grid-5 {
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-id-7829 .edit-area ul.grid-5 li {
  margin-left: 0;
  text-align: center;
}
.page-id-7829 .edit-area ul.grid-5 li .name {
  margin-top: 10px;
}
.page-id-7829 .edit-area ul.grid-5 li a {
  display: block;
}
.page-id-7829 .edit-area ul.grid-5 li a img {
  width: 100%;
  height: auto;
  transition: 0.5s ease-in-out;
  opacity: 100;
}
.page-id-7829 .edit-area ul.grid-5 li a:hover img {
  opacity: 70%;
}

.page-id-7846 .edit-area a {
  text-decoration: none;
}
.page-id-7846 .edit-area a:hover {
  text-decoration: underline;
}
.page-id-7846 .edit-area .name {
  margin-top: 10px;
  text-align: center;
}

.page-id-7919 .edit-area .list-none {
  margin-left: 0;
}
.page-id-7919 .edit-area a {
  text-decoration: none;
}
.page-id-7919 .edit-area a .a-cont {
  margin: auto;
  text-align: center;
  text-decoration: none;
}
.page-id-7919 .edit-area a .a-cont .name {
  margin-top: 10px;
}
.page-id-7919 .edit-area a .a-cont .sub {
  line-height: 1.5;
  text-align: left;
}

.page-id-5961 .edit-area .text-bloc h4 {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  .page-id-5961 .edit-area .text-bloc h4 {
    margin-top: 1vw;
  }
}

@media only screen and (max-width: 768px) {
  .page-id-171 .edit-area .table-wrap {
    width: 100%;
    overflow-x: scroll;
  }
}
.page-id-171 .edit-area table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
}
@media only screen and (max-width: 768px) {
  .page-id-171 .edit-area table {
    width: 180%;
  }
}
.page-id-171 .edit-area thead {
  font-weight: 800;
  background: #f6f0f0;
}
@media only screen and (max-width: 768px) {
  .page-id-171 .edit-area thead th, .page-id-171 .edit-area thead td {
    display: table-cell;
    vertical-align: middle;
    padding: 2vw 0;
  }
}
.page-id-171 .edit-area thead th {
  width: 20%;
}
.page-id-171 .edit-area thead td {
  width: 40%;
}
.page-id-171 .edit-area tbody th {
  width: 100%;
  padding: 2vw 9px;
}
.page-id-171 .edit-area tbody td {
  width: 40%;
}
@media only screen and (max-width: 768px) {
  .page-id-171 .edit-area tbody td {
    display: table-cell;
    vertical-align: middle;
    padding: 2vw 9px;
  }
}

#category-member_school_news .edit-area .grid-container li {
  margin-left: 0;
}
#category-member_school_news .edit-area .grid-container li a {
  display: block;
  text-decoration: none;
}
#category-member_school_news .edit-area .grid-container li a:hover {
  text-decoration: underline;
}
#category-member_school_news .edit-area .grid-container li a img {
  width: 100%;
  height: auto;
  vertical-align: baseline;
}
#category-member_school_news .edit-area .grid-container li a .text-bloc {
  margin-top: 0.5rem;
  padding: 0;
  line-height: 1.5;
}
#category-member_school_news .edit-area .grid-container li a .text-bloc .date {
  font-size: 0.725rem;
}
#category-member_school_news .edit-area .grid-container li a .text-bloc .title {
  font-weight: 800;
}
@media only screen and (max-width: 768px) {
  #category-member_school_news .edit-area .grid-container.grid-3 li {
    margin-bottom: 5vw;
  }
}

.page-id-4636 .edit-area li {
  margin-left: 0;
  text-align: center;
}
.page-id-4636 .edit-area li a {
  text-decoration: none;
}
.page-id-4636 .edit-area li a:hover {
  text-decoration: underline;
}

.page-id-4640 .edit-area li {
  margin-left: 0;
  text-align: center;
}
.page-id-4640 .edit-area li a {
  text-decoration: none;
}
.page-id-4640 .edit-area li a:hover {
  text-decoration: underline;
}
.page-id-4640 .edit-area li .sub {
  text-align: left;
}

.postid-9165 .edit-area .note {
  margin-bottom: 2rem;
}
@media only screen and (max-width: 768px) {
  .postid-9165 .edit-area .grid-harf {
    grid-template-columns: 1fr;
  }
}
.postid-9165 .edit-area .grid-harf h2 {
  margin-top: 0;
}

@media only screen and (max-width: 768px) {
  .postid-9195 .edit-area .grid-3 {
    grid-template-columns: 1fr;
  }
}
.postid-9195 .edit-area .grid-3 h2 {
  margin-top: 0;
}

#front-banner {
  width: 90%;
  margin: 0 auto 5rem;
  -webkit-text-emphasis: center;
          text-emphasis: center;
}
#front-banner img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 768px) {
  #front-banner {
    margin: -2rem auto 3rem;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  #front-banner .pc {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  #front-banner .sp {
    display: none;
  }
}

.tr-kouza ul li.tr3 {
  background: #d1da5c;
  padding: 2px 4px;
  border-radius: 3px;
}

.news-inner2 {
  margin: 45px 0;
  width: 100%;
}
.news-inner2 article {
  border-bottom: 1px solid #ddd;
}
@media only screen and (max-width: 768px) {
  .news-inner2 article {
    width: 90%;
    margin-inline: auto;
  }
}
.news-inner2 article a {
  display: block;
  padding: 0.5rem 0;
  text-decoration: none;
}
.news-inner2 article a .inner.grid-container {
  display: grid;
  grid-template-columns: 1fr 1fr 7fr;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .news-inner2 article a .inner.grid-container {
    display: inline-block;
    vertical-align: middle;
  }
  .news-inner2 article a .inner.grid-container .time {
    display: inline-block;
    font-size: 0.725rem;
    color: #ddd;
    margin-bottom: 0.2rem;
    padding: 0.3rem 0;
  }
  .news-inner2 article a .inner.grid-container .title {
    display: block;
    padding: 0.3rem 0;
  }
}
.news-inner2 article a .inner.grid-container .cat-icon {
  display: inline-block;
  font-size: 0.6rem;
  padding: 0.5rem 1rem;
  color: #fff;
  border-radius: 30%;
  line-height: 1;
  box-sizing: border-box;
  text-align: center;
}
.news-inner2 article a .inner.grid-container .cat-icon span {
  border-radius: 5px;
  width: 100%;
  display: inline-block;
  padding: 0.725rem 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 768px) {
  .news-inner2 article a .inner.grid-container .cat-icon span {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}
.news-inner2 article a .inner.grid-container .cat-icon span.information {
  background: #85afcc;
}
.news-inner2 article a .inner.grid-container .cat-icon span.seminar {
  background: #f3b2b2;
}
.news-inner2 article a .inner.grid-container .cat-icon span.member {
  background: #395e5b;
}

#front-nav-cat .grid-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.125vw;
}
@media only screen and (max-width: 768px) {
  #front-nav-cat .grid-container {
    width: 90%;
    margin-inline: auto;
    grid-template-columns: repeat(2, 1fr);
  }
}
#front-nav-cat .grid-container .fcatNav {
  border-radius: 1rem;
  overflow: hidden;
}
#front-nav-cat .grid-container .fcatNav a {
  display: block;
  background: #fff7b6;
  transition: 0.3s ease-in-out;
  text-align: center;
  padding: 2.5rem;
  box-sizing: border-box;
  text-decoration: none;
  height: 100%;
}
@media only screen and (max-width: 768px) {
  #front-nav-cat .grid-container .fcatNav a {
    padding: 1.5rem;
  }
}
#front-nav-cat .grid-container .fcatNav a .icons {
  width: 4.75rem;
  height: 4.75rem;
  border-radius: 50%;
  overflow: hidden;
  line-height: 4.75rem;
  margin: 0 auto 1rem;
}
@media only screen and (max-width: 768px) {
  #front-nav-cat .grid-container .fcatNav a .icons {
    width: 3.5rem;
    height: 3.5rem;
    line-height: 3.5rem;
  }
}
#front-nav-cat .grid-container .fcatNav a .icons svg {
  fill: #fff;
  width: 2.5rem;
  height: 2.5rem;
  margin-top: 1.125rem;
}
@media only screen and (max-width: 768px) {
  #front-nav-cat .grid-container .fcatNav a .icons svg {
    width: 2rem;
    height: 2rem;
    margin-top: 0.75rem;
  }
}
#front-nav-cat .grid-container .fcatNav a .catName {
  font-size: 1.25rem;
  font-weight: 800;
  text-align: center;
  color: #666;
}
@media only screen and (max-width: 768px) {
  #front-nav-cat .grid-container .fcatNav a .catName {
    font-size: 0.925rem;
    letter-spacing: normal;
    line-height: 1.5;
    margin-bottom: 0.3rem;
  }
}
#front-nav-cat .grid-container .fcatNav a .catNameSub {
  font-size: 0.725rem;
  color: #666;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #front-nav-cat .grid-container .fcatNav a .catNameSub {
    font-size: 0.725rem;
  }
}
#front-nav-cat .grid-container .fcatNav:nth-child(1) .icons {
  background: #d081a6;
}
#front-nav-cat .grid-container .fcatNav:nth-child(1) a:hover {
  background: #d081a6;
}
#front-nav-cat .grid-container .fcatNav:nth-child(1) a:hover .icons {
  background: #fff;
}
#front-nav-cat .grid-container .fcatNav:nth-child(1) a:hover .icons svg {
  fill: #d081a6;
}
#front-nav-cat .grid-container .fcatNav:nth-child(1) a:hover p {
  color: #fff;
}
#front-nav-cat .grid-container .fcatNav:nth-child(2) .icons {
  background: #ed9f45;
}
#front-nav-cat .grid-container .fcatNav:nth-child(2) a:hover {
  background: #ed9f45;
}
#front-nav-cat .grid-container .fcatNav:nth-child(2) a:hover .icons {
  background: #fff;
}
#front-nav-cat .grid-container .fcatNav:nth-child(2) a:hover .icons svg {
  fill: #ed9f45;
}
#front-nav-cat .grid-container .fcatNav:nth-child(2) a:hover p {
  color: #fff;
}
#front-nav-cat .grid-container .fcatNav:nth-child(3) .icons {
  background: #818ad0;
}
#front-nav-cat .grid-container .fcatNav:nth-child(3) a:hover {
  background: #818ad0;
}
#front-nav-cat .grid-container .fcatNav:nth-child(3) a:hover .icons {
  background: #fff;
}
#front-nav-cat .grid-container .fcatNav:nth-child(3) a:hover .icons svg {
  fill: #818ad0;
}
#front-nav-cat .grid-container .fcatNav:nth-child(3) a:hover p {
  color: #fff;
}
#front-nav-cat .grid-container .fcatNav:nth-child(4) .icons {
  background: #81d0b3;
}
#front-nav-cat .grid-container .fcatNav:nth-child(4) a:hover {
  background: #81d0b3;
}
#front-nav-cat .grid-container .fcatNav:nth-child(4) a:hover .icons {
  background: #fff;
}
#front-nav-cat .grid-container .fcatNav:nth-child(4) a:hover .icons svg {
  fill: #81d0b3;
}
#front-nav-cat .grid-container .fcatNav:nth-child(4) a:hover p {
  color: #fff;
}

#logo {
  background: url(../images/JAAofficialLogo2025-w-clear.png) left center no-repeat;
  background-size: contain;
}

strong {
  font-weight: 700;
  background: linear-gradient(transparent 60%, rgba(32, 137, 128, 0.2588235294) 60%);
}

.single-post .edit-area strong {
  font-size: 1.125rem;
}
@media only screen and (max-width: 768px) {
  .single-post .edit-area .table-container-holz-scroll {
    overflow-x: scroll;
  }
}
.single-post .edit-area .table-container-holz-scroll .schedule-table {
  width: 70%;
  margin: 0 0 1rem;
  table-layout: fixed;
}
@media only screen and (max-width: 768px) {
  .single-post .edit-area .table-container-holz-scroll .schedule-table {
    width: 200%;
  }
}
@media only screen and (max-width: 768px) {
  .single-post .edit-area .table-container-holz-scroll .schedule-table td, .single-post .edit-area .table-container-holz-scroll .schedule-table th {
    display: table-cell;
    word-break: break-all;
  }
}
.single-post .edit-area .table-container-holz-scroll .schedule-table th:nth-child(1) {
  width: 15%;
}
.single-post .edit-area .table-container-holz-scroll .schedule-table th:nth-child(2) {
  width: 10%;
}
.single-post .edit-area .table-container-holz-scroll .schedule-table th:nth-child(3) {
  width: 50%;
}
.single-post .edit-area .table-container-holz-scroll .schedule-table th:nth-child(4) {
  width: 25%;
}
.single-post .edit-area .table-container-holz-scroll .schedule-table2 th:nth-child(1) {
  width: 10%;
}
.single-post .edit-area .table-container-holz-scroll .schedule-table2 th:nth-child(2) {
  width: 10%;
}
.single-post .edit-area .table-container-holz-scroll .schedule-table2 th:nth-child(3) {
  width: 40%;
}
.single-post .edit-area .table-container-holz-scroll .schedule-table2 th:nth-child(4) {
  width: 20%;
}
.single-post .edit-area .table-container-holz-scroll .schedule-table2 th:nth-child(5) {
  width: 20%;
}

.single-page .page_child .inner2 .page-title {
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
}
@media only screen and (max-width: 768px) {
  .single-page .page_child .inner2 .page-title {
    word-break: break-word;
  }
}

.divform textarea,
.divform input[type=text],
.divform input[type=tel],
.divform input[type=email] {
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
.divform textarea.short,
.divform input[type=text].short,
.divform input[type=tel].short,
.divform input[type=email].short {
  width: 20%;
}
.divform .form-cont {
  margin-bottom: 1rem;
}
.divform.form-cont-pp {
  margin: 3rem 0;
}
.divform .form-cont + .form-cont {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px dotted #eee;
}
.divform label {
  display: block;
  margin-bottom: 5px;
}
.divform label span {
  background: #da2f2f;
  color: #fff;
  border-radius: 5px;
  padding: 2px 6px;
  font-size: 0.625rem;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
}
.divform label span.mwform-checkbox-field-text {
  background: none;
  color: #666;
  font-size: 0.875rem;
  font-weight: 400;
  margin-left: 0;
}
.divform input[type=submit] {
  background: #208980;
  color: #fff;
  border: none;
  border-radius: 5px;
  color: #fff;
  padding: 1rem 2rem;
  cursor: pointer;
}
.divform input[type=submit][name=submitBack] {
  background: #999;
}

.form-cont-pp .ppbox {
  overflow: hidden;
}
.form-cont-pp pre {
  width: 100%;
  height: 250px;
  overflow-y: scroll;
  white-space: pre-wrap;
  padding: 30px;
  background: #f6f0f0;
  box-sizing: border-box;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

.divform-submit {
  margin-top: 2rem;
}

.home #event30th .grid-harf {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3.125vw;
  width: 100%;
  margin-top: -5vw;
}
@media only screen and (max-width: 768px) {
  .home #event30th .grid-harf {
    width: 90%;
    margin-inline: auto;
    grid-template-columns: 1fr;
  }
}
.home #event30th .grid-harf img {
  width: 100%;
  height: auto;
}/*# sourceMappingURL=constructor.css.map */