/* --------------------------------------------- */
/* reset */
/* --------------------------------------------- */
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: normal;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
  list-style-type: none;
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

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

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

input,
select {
  vertical-align: middle;
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  vertical-align: top;
}

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

a:focus {
  outline: none;
}

.swiper-scrollbar {
  z-index: 1 !important;
}

.swiper-button-next,
.swiper-button-prev {
  color: var(--text01) !important;
  z-index: 1 !important;
}

/* --------------------------------------------- */
/* font */
/* --------------------------------------------- */
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 100;
  src: url("../font/NTSNS-Thin.woff2") format("woff2"), url("../font/NTSNS-Thin.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 200;
  src: url("../font/NTSNS-ExtraLight.woff2") format("woff2"), url("../font/NTSNS-ExtraLight.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 300;
  src: url("../font/NTSNS-Light.woff2") format("woff2"), url("../font/NTSNS-Light.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NTSNS-Regular.woff2") format("woff2"), url("../font/NTSNS-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NTSNS-Medium.woff2") format("woff2"), url("../font/NTSNS-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 600;
  src: url("../font/NTSNS-SemiBold.woff2") format("woff2"), url("../font/NTSNS-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NTSNS-Bold.woff2") format("woff2"), url("../font/NTSNS-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 800;
  src: url("../font/NTSNS-ExtraBold.woff2") format("woff2"), url("../font/NTSNS-ExtraBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Sans JP";
  font-style: normal;
  font-weight: 900;
  src: url("../font/NTSNS-Black.woff2") format("woff2"), url("../font/NTSNS-Black.woff") format("woff");
}
@font-face {
  font-family: "Cuprum";
  font-style: normal;
  font-weight: 700;
  src: url("../font/CuprumBI.woff2") format("woff2"), url("../font/CuprumBI.woff") format("woff");
}
/* --------------------------------------------- */
/* function */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* common */
/* --------------------------------------------- */
:root {
  --base: #efefef;
  --main: #008837;
  --accent: #cc0000;
  --border: #999999;
  --box: #777777;
  --shadow: #999999;
  --text01: #222222;
  --text02: #ffffff;
  --text03: #777777;
  --width01: 1200px;
}

/* --------------------------------------------- */
/* about */
/* --------------------------------------------- */
@media screen and (min-width: 768px) {
  #about01 {
    text-align: center;
  }
}
#about01 h2 {
  font-size: 1.4rem;
  font-weight: 700;
}
#about01 ul li {
  color: var(--main);
  font-weight: 700;
  line-height: 2.5;
}
#about01 h3 {
  font-size: 1.4rem;
}

#about02 dl dt {
  margin-top: 60px;
  padding: 5px 10px;
  color: var(--main);
  font-weight: 700;
  border-left: 5px solid var(--main);
}
#about02 dl dd h3 {
  margin-top: 10px;
  font-size: 1.1333333333rem;
  font-weight: 700;
}
#about02 dl dd p {
  margin-top: 10px;
}

#about03 .box {
  display: flex;
  flex-direction: column;
  gap: 100px;
  margin-top: 40px;
}
#about03 .box dl {
  display: flex;
  flex-flow: column;
  gap: 30px;
}
@media screen and (min-width: 992px) {
  #about03 .box dl {
    flex-flow: row nowrap;
  }
}
@media screen and (min-width: 992px) {
  #about03 .box dl dd {
    order: 1;
  }
}
#about03 .box dl dd .title {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
#about03 .box dl dd .title span {
  width: 80px;
  color: var(--main);
  font-family: "Cuprum", sans-serif;
  font-size: 2.0666666667rem;
}
#about03 .box dl dd .title h3 {
  font-size: 1.2666666667rem;
  font-weight: 700;
}
#about03 .box dl dd p {
  margin-top: 20px;
}
#about03 .box dl dd a {
  margin-top: 40px;
  margin-right: 20px;
}
#about03 .box dl dd a + a {
  margin-top: 0;
}
@media screen and (min-width: 992px) {
  #about03 .box dl dt {
    order: 2;
  }
}
#about03 .box dl dt img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #about03 .box dl dt img {
    width: 600px;
  }
}

/* --------------------------------------------- */
/* service */
/* --------------------------------------------- */
.service-head {
  display: grid;
}
@media screen and (min-width: 992px) {
  .service-head {
    grid-template-columns: 1fr 600px;
    grid-template-rows: auto auto;
  }
}
.service-head .name {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .service-head .name {
    grid-row: 1;
    grid-column: 1;
    text-align: left;
  }
}
.service-head .name h2 {
  font-weight: 700;
}
.service-head .name h2 span {
  display: block;
  font-size: 1.9333333333rem;
  font-weight: 900;
}
@media screen and (min-width: 992px) {
  .service-head .name h2 span {
    font-size: 2.3333333333rem;
  }
}
.service-head .image {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .service-head .image {
    grid-row: 1/3;
    grid-column: 2;
    margin-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .service-head .info {
    grid-row: 2;
    grid-column: 1;
  }
}
.service-head .info p {
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .service-head .info p {
    padding-right: 40px;
  }
}
.service-head .info ul {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 40px;
}
.service-head .info ul li {
  padding: 2px 10px;
  font-size: 0.8666666667rem;
  border: 1px solid var(--border);
  border-radius: 5px;
}

.service-point dl {
  display: flex;
  flex-flow: column;
  gap: 40px;
  margin-top: 40px;
}
.service-point dl + dl {
  margin-top: 80px;
}
@media screen and (min-width: 992px) {
  .service-point dl {
    flex-flow: row nowrap;
  }
  .service-point dl + dl {
    margin-top: 40px;
  }
}
.service-point dl dt img {
  max-width: 100%;
}
@media screen and (min-width: 992px) {
  .service-point dl dt img {
    max-width: 450px;
  }
}
.service-point dl dd {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .service-point dl dd {
    width: 710px;
  }
}
.service-point dl dd h3 {
  font-size: 1.2666666667rem;
  font-weight: 600;
}
.service-point dl dd p {
  margin-top: 10px;
}
.service-point dl dd strong {
  margin-right: 5px;
}
.service-point dl dd p + h3 {
  margin-top: 20px;
}

.service-lineup ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 20px;
  margin-top: 40px;
}
@media screen and (min-width: 992px) {
  .service-lineup ul {
    justify-content: center;
    gap: 40px;
  }
}
.service-lineup ul li {
  max-width: calc(50% - 10px);
}
@media screen and (min-width: 992px) {
  .service-lineup ul li {
    max-width: 270px;
  }
}
.service-lineup ul li button {
  display: block;
  color: var(--text01);
  background: none;
  border: 0;
  cursor: pointer;
}
.service-lineup ul li button p {
  margin-top: 10px;
  font-weight: 700;
}
.service-lineup ul li button h3 {
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .service-lineup ul li button h3 {
    font-size: 1.6666666667rem;
  }
}

.modal {
  display: none;
  position: fixed;
  z-index: 8887;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.8);
  transition: all 1s ease-in-out;
}
.modal .modal-close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.modal .modal-close::before {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: var(--text01);
  transform: translateX(20px) rotate(-45deg);
}
.modal .modal-close::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 30px;
  background: var(--text01);
  transform: translateX(20px) rotate(45deg);
}
@keyframes show {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 700px;
  width: 90%;
  max-height: 90%;
  padding: 30px;
  background: #fff;
  overflow-y: auto;
  animation: show 0.6s linear 0s;
  filter: drop-shadow(0px 2px 6px #777);
}
.modal-content .head {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .modal-content .head {
    flex-direction: row;
    gap: 40px;
  }
}
.modal-content .head dd {
  width: 100%;
  text-align: left;
}
.modal-content .head dd h3 {
  font-weight: 700;
}
.modal-content .head dd h3 .en {
  display: block;
  font-size: 2.0666666667rem;
  font-weight: 900;
}
.modal-content .head dd h3 .num {
  display: inline-block;
  margin-right: 20px;
  font-size: 1.6666666667rem;
  font-weight: 900;
}
.modal-content .head dd p {
  margin-top: 20px;
}
.modal-content .head dt {
  max-width: 100%;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .modal-content .head dt {
    max-width: 200px;
    margin-top: 0;
  }
}
.modal-content .cap {
  margin-top: 30px;
  color: var(--main);
  font-weight: 700;
  text-align: left;
  border-bottom: 1px solid var(--main);
}
.modal-content .feature {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  gap: 10px;
  margin-top: 10px;
}
.modal-content .feature li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(33% - 6px);
  height: 40px;
  color: var(--text02);
  font-size: 0.7333333333rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  background: var(--main);
  border-radius: 3px;
}
.modal-content .feature li.op {
  background: #555;
}
@media screen and (min-width: 768px) {
  .modal-content .feature li {
    width: calc(20% - 8px);
  }
}

#panthera04 .feature dd {
  height: 60px;
}

.service-compare {
  margin-top: 30px;
}
.service-compare .inner {
  display: flex;
  justify-content: flex-start;
  gap: 20px;
  padding: 10px 20px 40px;
  overflow-x: auto;
}
@media screen and (min-width: 1200px) {
  .service-compare .inner {
    justify-content: center;
  }
}
.service-compare .box {
  flex-shrink: 0;
  width: 250px;
  padding: 20px;
  box-shadow: 0px 0px 10px 5px #eeeeee;
}
.service-compare .box h3 {
  padding-bottom: 20px;
  font-size: 1.5333333333rem;
  font-weight: 700;
  text-align: center;
  border-bottom: 1px solid var(--border);
}
.service-compare .box dl {
  margin-top: 20px;
  font-size: 0.8666666667rem;
}
.service-compare .box dl dt {
  font-weight: 700;
}
.service-compare .box .none {
  color: #cccccc;
}

.service-flow {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.service-flow dl {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  max-width: 900px;
  width: 100%;
  margin-top: 40px;
  padding: 30px;
  border: 5px solid rgba(0, 136, 55, 0.1450980392);
}
.service-flow dl + dl {
  margin-top: 20px;
}
.service-flow dl::after {
  position: absolute;
  left: 50%;
  bottom: -25px;
  content: "";
  width: 1px;
  height: 20px;
  background: var(--main);
}
.service-flow dl:last-child::after {
  content: none;
}
.service-flow dl dt {
  width: 100%;
  color: var(--main);
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .service-flow dl dt {
    width: 20%;
    text-align: left;
  }
}
.service-flow dl dd {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .service-flow dl dd {
    width: 80%;
  }
}
.service-flow dl dd p {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .service-flow dl dd p {
    margin-top: 0;
  }
}
.service-flow dl dd p + p {
  margin-top: 20px;
}

/* --------------------------------------------- */
/* shop */
/* --------------------------------------------- */
#shop-message .box {
  display: flex;
  flex-direction: column;
}
@media screen and (min-width: 992px) {
  #shop-message .box {
    flex-direction: row;
  }
}
#shop-message .box .text {
  margin-top: 40px;
}
#shop-message .box .text p + p {
  margin-top: 20px;
}
#shop-message .box .image {
  margin-top: 40px;
  padding: 0 20%;
}
@media screen and (min-width: 992px) {
  #shop-message .box .image {
    max-width: 30 0px;
    padding: 0 0 0 40px;
  }
}
#shop-message .box .image figure {
  position: relative;
}
#shop-message .box .image figure figcaption {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 5px 0;
  font-size: 0.7333333333rem;
  font-weight: 700;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
}

#shop-info {
  display: flex;
  flex-direction: column;
  gap: 60px;
}
@media screen and (min-width: 992px) {
  #shop-info {
    flex-direction: row;
  }
}
@media screen and (min-width: 992px) {
  #shop-info .info {
    width: 50%;
  }
}
#shop-info .info h3 {
  margin-top: 30px;
  color: var(--main);
  font-size: 1.1333333333rem;
  font-weight: 700;
}
#shop-info .info .btn {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  #shop-info .info .btn {
    padding: 0 20%;
  }
}
@media screen and (min-width: 992px) {
  #shop-info .access {
    width: 50%;
  }
}
#shop-info .access .logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 30px;
}
#shop-info .access .logo img {
  max-width: 200px;
}
#shop-info .access .logo h3 {
  margin-left: 20px;
  font-weight: 700;
}
#shop-info .access .add {
  margin-top: 10px;
}
#shop-info .access .cap {
  margin-top: 30px;
  font-size: 1.1333333333rem;
  font-weight: 700;
}
#shop-info .access .cap + h4 {
  margin-top: 0;
}
#shop-info .access h4 {
  margin-top: 15px;
  font-weight: 700;
}
#shop-info .access p {
  margin-top: 10px;
}

#shop-map .map iframe {
  aspect-ratio: 1/1.5;
  max-width: 1200px;
  width: 100%;
  height: auto;
}
@media screen and (min-width: 992px) {
  #shop-map .map iframe {
    aspect-ratio: 2/1;
  }
}

/* --------------------------------------------- */
/* achivement */
/* --------------------------------------------- */
#achive-single .head .row {
  display: flex;
  justify-content: space-between;
}
#achive-single .head .row .cat {
  display: inline-block;
  padding: 2px 20px;
  color: var(--text02);
  font-size: 0.8666666667rem;
  background: #666;
}
#achive-single .head .row .time {
  color: #999;
  font-size: 0.8666666667rem;
}
#achive-single .head h2 {
  margin-top: 20px;
  font-size: 1.4rem;
  font-weight: 700;
}
#achive-single .head p {
  margin-top: 10px;
}
#achive-single .image {
  margin-top: 20px;
}
#achive-single .info .row {
  display: flex;
  flex-direction: column;
  gap: 50px;
}
@media screen and (min-width: 768px) {
  #achive-single .info .row {
    flex-direction: row;
    justify-content: space-between;
  }
}
#achive-single .info .row .info01 {
  flex-shrink: 0;
}
@media screen and (min-width: 992px) {
  #achive-single .info .row .info01 {
    width: calc(50% - 25px);
  }
}
@media screen and (min-width: 992px) {
  #achive-single .info .row .info02 {
    width: calc(50% - 25px);
  }
}
#achive-single .info .cap {
  margin-top: 40px;
  font-weight: 700;
  border-bottom: 1px solid var(--main);
}

#achive-list {
  position: relative;
}
#achive-list .list {
  display: grid;
  grid-template-columns: repeat(2, minmax(calc(50% - 40px), 1fr));
  gap: 60px 30px;
  margin-top: 30px;
}
@media screen and (min-width: 768px) {
  #achive-list .list {
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 80px 40px;
  }
}
#achive-list .list dl {
  display: flex;
  flex-direction: column;
}
#achive-list .list dl a {
  color: var(--text01);
}
#achive-list .list dl dt {
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
#achive-list .list dl dt img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#achive-list .list dl dd {
  display: block;
}
#achive-list .list dl dd .info {
  margin-top: 10px;
}
#achive-list .list dl dd .info time {
  margin-right: 10px;
  color: var(--text03);
  font-size: 0.8666666667rem;
}
#achive-list .list dl dd .info span {
  display: inline-block;
  padding: 1px 10px;
  background: var(--box);
  color: var(--text02);
  font-size: 0.7333333333rem;
}
#achive-list .list dl dd h3 {
  margin-top: 10px;
  font-weight: 700;
  word-wrap: break-word;
}
#achive-list .list dl dd p {
  margin-top: 10px;
}
#achive-list .list dl dd span {
  display: inline-block;
  padding: 1px 5px;
  background: var(--box);
  color: var(--text02);
  font-size: 0.8666666667rem;
}
#achive-list .btn01 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #achive-list .btn01 {
    text-align: right;
  }
}

/* --------------------------------------------- */
/* news */
/* --------------------------------------------- */
#news-single .head .time {
  color: #999;
  font-size: 0.8666666667rem;
}
#news-single h2 {
  margin: 20px 0 40px;
  padding-bottom: 5px;
  font-size: 1.4rem;
  font-weight: 700;
  border-bottom: 1px solid var(--border);
}

#news-list {
  width: 100%;
}
#news-list .list {
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 40px;
}
#news-list .list li {
  display: flex;
  flex-direction: column;
  border-bottom: 1px dotted var(--border);
}
@media screen and (min-width: 768px) {
  #news-list .list li {
    flex-flow: row wrap;
  }
}
#news-list .list li time {
  color: var(--text03);
}
@media screen and (min-width: 768px) {
  #news-list .list li time {
    min-width: 100px;
  }
}
#news-list .list li a {
  color: var(--text01);
}
#news-list .btn01 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  #news-list .btn01 {
    text-align: right;
  }
}

/* --------------------------------------------- */
/* privacy */
/* --------------------------------------------- */
#privacy-box .cap {
  margin-top: 60px;
  font-size: 1.2666666667rem;
  font-weight: 700;
  border-bottom: 1px solid var(--main);
}
#privacy-box p {
  margin-top: 20px;
}
#privacy-box ol {
  margin-top: 20px;
}
#privacy-box ol li {
  margin-top: 10px;
  margin-left: 20px;
  list-style-type: disc;
}
#privacy-box .tbl {
  display: flex;
  flex-direction: column;
  margin-top: 20px;
  border-left: 1px solid var(--border);
}
@media screen and (min-width: 992px) {
  #privacy-box .tbl {
    flex-flow: row nowrap;
  }
}
#privacy-box .tbl dl {
  border-right: 1px solid var(--border);
}
#privacy-box .tbl dl dt,
#privacy-box .tbl dl dd {
  padding: 5px 10px;
  font-size: 0.8666666667rem;
  text-align: center;
  border-bottom: 1px solid var(--border);
}
#privacy-box .tbl dl dt {
  color: var(--text02);
  background: #000;
}

/* --------------------------------------------- */
/* contact */
/* --------------------------------------------- */
#contact .tab-list {
  margin-top: 50px;
}
#contact .tab-content {
  margin: 0;
  border: none;
}

#contact-readme .text li {
  margin-top: 10px;
  margin-left: 20px;
  list-style-type: disc;
}

.contact-form form .title {
  color: var(--main);
  font-size: 1.4rem;
  border-bottom: 2px solid var(--main);
}
.contact-form form p {
  margin-top: 30px;
}
.contact-form form a {
  color: var(--text01);
  text-decoration: underline;
}
.contact-form form label {
  font-weight: 700;
}
.contact-form form .req {
  margin-left: 10px;
  color: #c00;
  font-size: 0.7333333333rem;
  font-weight: 700;
}
.contact-form form .wpcf7-text,
.contact-form form .wpcf7-select,
.contact-form form .wpcf7-date,
.contact-form form .wpcf7-textarea {
  display: inline-block;
  margin-top: 10px;
  padding: 5px;
  border: 1px solid var(--border);
  border-radius: 3px;
}
.contact-form form .wpcf7-text,
.contact-form form .wpcf7-textarea {
  width: 100%;
  font-size: 1.0666666667rem;
}
@media screen and (min-width: 768px) {
  .contact-form form .wpcf7-text,
  .contact-form form .wpcf7-textarea {
    width: 50%;
  }
}
.contact-form form .wpcf7-list-item {
  margin: 10px 30px 0 0;
}
.contact-form form .wpcf7-date {
  margin-right: 10px;
}
.contact-form form .wpcf7-submit {
  position: relative;
  display: flex;
  width: 100%;
  margin: 30px 0 auto;
  padding: 0 50px;
  line-height: 40px;
  background: var(--main);
  color: var(--text02);
  font-size: 1rem;
  text-align: center;
  border: none;
  cursor: pointer;
  transition: 0.2s;
  opacity: 1;
}
.contact-form form .wpcf7-submit:hover {
  opacity: 0.8;
}
.contact-form form .btn {
  display: flex;
  justify-content: center;
}

/* --------------------------------------------- */
/* tab */
/* --------------------------------------------- */
.tab-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.tab-list .tab-item {
  padding: 10px;
  color: var(--text02);
  text-align: center;
  background: var(--main);
  border-radius: 3px;
  cursor: pointer;
}
.tab-list .tab-item.active {
  font-weight: 700;
  opacity: 0.7;
  transition: 0.3s;
}
#faq .tab-list {
  gap: 20px;
}
@media screen and (min-width: 768px) {
  #faq .tab-list {
    gap: 45px;
  }
}
#faq .tab-list .tab-item {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  #faq .tab-list .tab-item {
    width: calc(33.3333333333% - 30px);
  }
}
#support .tab-list, #contact .tab-list {
  gap: 20px;
}
@media screen and (min-width: 768px) {
  #support .tab-list, #contact .tab-list {
    gap: 60px;
  }
}
#support .tab-list .tab-item, #contact .tab-list .tab-item {
  width: calc(50% - 10px);
}
@media screen and (min-width: 768px) {
  #support .tab-list .tab-item, #contact .tab-list .tab-item {
    width: calc(50% - 30px);
  }
}

.tab-content {
  margin-top: 50px;
  padding-top: 50px;
  border-top: 2px solid var(--main);
}
.tab-content .tab-body {
  text-align: left;
}
@media screen and (min-width: 768px) {
  .tab-content .tab-body {
    text-align: center;
  }
}
#support .tab-content .tab-body p {
  margin-top: 20px;
  text-align: left;
}
#support .tab-content .tab-body ul {
  margin-top: 20px;
  margin-left: 20px;
  text-align: left;
}
#support .tab-content .tab-body ul li {
  margin-top: 10px;
  list-style-type: decimal;
  text-align: left;
}
.tab-content .tab-panel {
  display: none;
}
.tab-content .tab-panel.active {
  display: block;
}
.tab-content .tab-panel .tab-title {
  margin-bottom: 50px;
  position: relative;
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
}
.tab-content .tab-panel .tab-title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -20px;
  margin: auto;
  width: 40px;
  border: 1px solid var(--main);
}

/* --------------------------------------------- */
/* faq */
/* --------------------------------------------- */
.faq-fold {
  width: 100%;
  margin-top: 10px;
  border-bottom: 1px solid var(--border);
}
.faq-fold summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 30px 30px 30px 0;
  color: #333333;
  font-weight: 600;
  cursor: pointer;
}
.faq-fold summary::before, .faq-fold summary::after {
  content: "";
  position: absolute;
  right: 10px;
  width: 1px;
  height: 1.2em;
  background: var(--border);
}
.faq-fold summary::before {
  rotate: 90deg;
}
.faq-fold summary::after {
  transition: rotate 0.2s;
}
.faq-fold[open] summary::after {
  rotate: 90deg;
}
.faq-fold p {
  opacity: 0;
  padding-bottom: 30px;
  transition: 0.5s;
}
.faq-fold[open] p {
  opacity: 1;
}

/* --------------------------------------------- */
/* support */
/* --------------------------------------------- */
#support-readme ul li {
  margin-top: 10px;
  margin-left: 20px;
  list-style-type: disc;
}
#support-readme a {
  text-decoration: underline;
}

#support .icon {
  display: flex;
  flex-direction: column;
  margin-top: 60px;
  gap: 30px;
}
@media screen and (min-width: 768px) {
  #support .icon {
    flex-direction: row;
    gap: 45px;
  }
}
#support .icon li {
  width: 100%;
  padding: 20px;
  text-align: center;
  border-radius: 5px;
  background: #eeeeee;
}
@media screen and (min-width: 768px) {
  #support .icon li {
    width: 33.3333333333%;
  }
}
#support .icon li h3 {
  font-size: 1.2rem;
  font-weight: 700;
}
#support .icon li img {
  max-width: 60px;
  margin-top: 30px;
}
#support .icon li p {
  margin-top: 30px;
}

/* --------------------------------------------- */
/* recruit */
/* --------------------------------------------- */
#recruit-table dl {
  display: flex;
  flex-flow: column;
  border-bottom: 1px solid var(--border);
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  #recruit-table dl {
    flex-flow: row wrap;
  }
}
#recruit-table dl dt {
  width: 100%;
  padding: 10px 0;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  #recruit-table dl dt {
    width: 15%;
  }
}
#recruit-table dl dd {
  padding: 10px 0;
}
@media screen and (min-width: 768px) {
  #recruit-table dl dd {
    width: 85%;
  }
}
#recruit-table dl a {
  text-decoration: underline;
}
#recruit-table .sign {
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  font-size: 1.2666666667rem;
  padding: 10% 2%;
  border: 2px solid var(--main);
}

.single-column .contents section {
  margin-top: 3.3333333333rem;
}
.single-column .contents ul {
  padding: 1rem 1.3333333333rem;
  border: 1px solid var(--main);
  border-radius: 5px;
}
.single-column .contents ul li {
  font-size: 1.1333333333rem;
  line-height: 2;
}
.single-column .contents h3 {
  font-size: 1.1333333333rem;
  font-weight: 600;
}
.single-column .contents p {
  margin-top: 0.6666666667rem;
}
.single-column .contents img {
  margin: 0.6666666667rem 0;
}
.single-column .contents blockquote {
  text-align: right;
  font-size: 0.8666666667rem;
}/*# sourceMappingURL=page.css.map */