@charset "UTF-8";
/*===============================================================
	読み込み
===============================================================*/
/*===============================================================

	_reset.scss 2021/9/24

===============================================================*/
/* 初期化
----------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Ubuntu:ital,wght@1,300;1,500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-weight: normal;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

blockquote, q {
  quotes: none;
}

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

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

input[type=submit], textarea {
  font-family: inherit;
}

button {
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background-color: transparent;
}

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

body {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, sans-serif;
}

h1, h2, h3, h4, h5, h6, p, li, th, td, dt, dd, div {
  font-size: 16px;
  line-height: 1.8;
  font-weight: normal;
}

caption, th, td {
  font-weight: normal;
  text-align: left;
  vertical-align: top;
}

ul, li {
  font-weight: normal;
  list-style: none;
}

ul a, li a {
  zoom: 1;
}

option {
  padding-right: 1em;
}

address, caption {
  font-style: normal;
  font-weight: normal;
}

a {
  outline: none;
  text-decoration: none;
}

a:focus {
  outline: none;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

/*===============================================================

	_mixin.scss

===============================================================*/
/*===============================================================

	_color.scss

===============================================================*/
/*===============================================================

	_base.scss

===============================================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

::-moz-selection {
  background-color: rgba(0, 198, 38, 0.2);
}

::selection {
  background-color: rgba(0, 198, 38, 0.2);
}

html {
  width: 100%;
  height: initial;
  scroll-behavior: smooth;
}

:focus {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
}

body,
input,
select,
textarea {
  color: #2e2e2e;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 3.73vw;
  line-height: 6.4vw;
  padding: 0;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media (min-width: 769px) {
  body,
  input,
  select,
  textarea {
    font-size: 19px;
    line-height: 1.3;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
}
@media (min-width: 769px) {
  .sp {
    display: none;
  }
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

a {
  color: #2e2e2e;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a:hover {
  opacity: 0.6;
}

@media (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
p {
  text-align: justify;
  text-justify: inter-ideograph;
}

.sec {
  padding: 10.66vw 0;
}

@media (min-width: 769px) {
  .sec {
    padding: 60px 0;
  }
}
.wrap {
  position: relative;
}

@media (max-width: 768px) {
  .wrap {
    padding: 0 6.66vw;
  }
}
@media (min-width: 769px) {
  .wrap {
    margin: 0 auto;
    max-width: 1000px;
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .wrap {
    padding: 0 6vw;
  }
}
@media (max-width: 768px) {
  .lead p {
    margin: 5.33vw 0 0;
  }
}
@media (min-width: 769px) {
  .lead p {
    line-height: 2.5;
    margin: 20px 0 0;
  }
}
/*===============================================================

	_main.scss

===============================================================*/
/*===============================================================

	_width.scss

===============================================================*/
/*===============================================================

	header

===============================================================*/
/*---------------------------------------------------------------
	header TOP
---------------------------------------------------------------*/
.p-home header {
  padding: 0;
}
.p-home header .logo {
  display: block;
  font-weight: 300;
  line-height: 1;
  font-size: 155px;
  line-height: 1.05;
  margin: 35px 0 0 0;
}
.p-home header .logo span {
  font-weight: 500;
}
.p-home header .nav-content {
  margin-top: 30px;
}
.p-home header .nav-content li {
  font-size: 29px;
}
.p-home header .nav-content .logo {
  display: none;
  color: #00b13c;
  font-family: "Ubuntu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-style: italic;
  font-weight: 500;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .p-home header .logo {
    font-size: 16vw;
  }
}
@media screen and (max-width: 768px) {
  .p-home header .logo {
    font-size: 19.2vw;
    font-weight: 300;
    line-height: 1;
    margin: 20vw 0 4vw;
  }
  .p-home header .nav-content {
    margin: 0;
  }
  .p-home header .nav-content .logo {
    display: inline-block;
    font-size: 8vw;
    padding: 8vw 6.66vw 0;
  }
  .p-home header .nav-content li {
    font-size: 6.4vw;
    margin: 6.66vw 0 0;
  }
  .p-home header .nav-content .sub {
    display: block;
  }
  .p-home header .nav-content .sub li {
    font-size: 3.4vw;
    margin-top: 2vw;
  }
}

/*---------------------------------------------------------------
	header
---------------------------------------------------------------*/
.header {
  padding: 75px 0 30px;
}
.header .wrap {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header .logomark {
  display: inline-block;
  width: 114px;
}
.header .logomark img {
  width: 100%;
}
.header .logo {
  color: #00b13c;
  font-family: "Ubuntu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 40px;
  margin-left: 20px;
  white-space: nowrap;
}
.header .nav-content {
  background-color: #fff;
  color: #00b13c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10000;
}
.header .nav-content .logo {
  display: none;
}
@media (hover) {
  .header .nav-content a:hover {
    opacity: 1;
  }
}
@media screen and (max-width: 1024px) {
  .header .logomark {
    width: 11vw;
  }
  .header .logo {
    font-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 8vw 0 0;
  }
  .header .logomark {
    display: none;
  }
  .header .logo {
    display: block;
    font-size: 8vw;
    margin-left: 0;
  }
  .header .nav-content {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 10000;
  }
  .header .nav-content .logo {
    display: block;
    padding: 8vw 6.66vw 0;
  }
}

/*---------------------------------------------------------------
	g-nav
---------------------------------------------------------------*/
.header .nav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 5px;
}
.header .nav li {
  font-family: "Ubuntu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-style: italic;
  font-size: 24px;
  font-weight: 500;
}
.header .nav li a {
  color: #2e2e2e;
}
.header .nav li a:hover,
.header .nav li a.current {
  border-bottom: 1px solid #00b13c;
  color: #00b13c;
}
.header .nav .sub {
  display: none;
}
@media screen and (max-width: 1024px) {
  .header .nav ul {
    gap: 1.5vw;
    margin-top: 1vw;
  }
  .header .nav li {
    font-size: 2.4vw;
  }
}
@media screen and (max-width: 768px) {
  .header .nav ul {
    display: block;
    margin-top: 0;
    padding: 6vw 6vw 0;
  }
  .header .nav li {
    font-size: 6.4vw;
    margin: 6.66vw 0 0;
  }
  .header .nav .sub {
    display: block;
  }
  .header .nav .sub li {
    font-size: 3.4vw;
    margin-top: 2vw;
  }
}

/*---------------------------------------------------------------
	sp g-nav
---------------------------------------------------------------*/
.header .nav-btn {
  display: none;
}
@media screen and (max-width: 768px) {
  .header .nav-btn {
    cursor: pointer;
    display: block;
    height: 18px;
    height: 4.8vw;
    position: fixed;
    right: 3.2vw;
    top: 4vw;
    width: 5.86vw;
    z-index: 10001;
  }
}
.header .nav-btn i, .header .nav-btn::before, .header .nav-btn::after {
  background-color: #00b13c;
  content: "";
  display: block;
  height: 2px;
  height: 0.53vw;
  position: absolute;
  width: 100%;
}
.header .nav-btn i {
  top: 8px;
  top: 2.13vw;
}
.header .nav-btn::before {
  top: 0;
}
.header .nav-btn::after {
  top: 16px;
  top: 4.26vw;
}
.header .nav-btn.open i {
  display: none;
}
.header .nav-btn.open::before, .header .nav-btn.open::after {
  left: 50%;
  top: 50%;
}
.header .nav-btn.open::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header .nav-btn.open::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

/*===============================================================

	footer

===============================================================*/
.footer {
  overflow: hidden;
  padding: 0;
  position: relative;
}

@media (min-width: 769px) {
  .footer {
    padding: 120px 0 0;
  }
}
.footer::after {
  background: #00b13c;
  border-radius: 50%;
  bottom: -34.67vw;
  content: "";
  display: block;
  height: 118.66vw;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 147.73vw;
  z-index: -1;
}

@media (min-width: 769px) {
  .footer::after {
    bottom: -440px;
    height: 828px;
    width: 1400px;
  }
}
.footer .pagetop {
  bottom: 2.66vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: fixed;
  right: 2.66vw;
  width: 10.66vw;
  z-index: 100;
}

@media (min-width: 769px) {
  .footer .pagetop {
    bottom: 30px;
    right: 30px;
    width: 60px;
  }
}
@media (min-width: 769px) {
  .footer .message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer .message .img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 53.33vw;
}

@media (max-width: 768px) {
  .footer .message .img {
    margin: 0 auto;
  }
}
@media (min-width: 769px) {
  .footer .message .img {
    max-width: 377px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer .message .img {
    max-width: 40%;
  }
}
.footer .message .img img {
  width: 100%;
}

@media (min-width: 769px) {
  .footer .message .img img {
    margin: -45px 0 0;
  }
}
@media (min-width: 769px) {
  .footer .message .txt {
    line-height: 2.5;
    margin: -10px 0 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .footer .message .txt {
    font-size: 18px;
  }
}
.footer .message .txt b {
  color: #00b13c;
  display: block;
  font-size: 4.53vw;
  font-weight: 700;
}

@media (max-width: 768px) {
  .footer .message .txt b {
    margin: 6.66vw 0 5.33vw;
  }
}
@media (min-width: 769px) {
  .footer .message .txt b {
    font-size: 22px;
  }
}
.footer .info {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  .footer .info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 69.5vw;
  }
}
@media (min-width: 769px) {
  .footer .info {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    margin: 175px 0 0;
  }
}
@media (max-width: 768px) {
  .footer .info .company {
    margin: 9.33vw 0 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.footer .info .company dt {
  font-size: 22px;
}

@media screen and (max-width: 1024px) {
  .footer .info .company dt {
    font-size: 2.2vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .info .company dt {
    font-size: 4vw;
  }
}
@media (min-width: 769px) {
  .footer .info .company dd {
    margin: 10px 0 0;
  }
}
.footer .info .company .logo {
  color: #fff;
  font-family: "Ubuntu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-size: 56px;
  margin: 30px 0 0;
  font-style: italic;
  line-height: 1;
}

@media screen and (max-width: 1024px) {
  .footer .info .company .logo {
    font-size: 4.2vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .info .company .logo {
    font-size: 9.6vw;
    margin: 5.33vw 0 0;
  }
}
@media (max-width: 768px) {
  .footer .info .fnav {
    margin: 20.53vw 0 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 769px) {
  .footer .info .fnav {
    margin: 55px 0 0;
  }
}
.footer .info .fnav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 769px) {
  .footer .info .fnav ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.footer .info .fnav .sns {
  gap: 12vw;
}

@media (max-width: 768px) {
  .footer .info .fnav .sns {
    min-height: 10vw;
  }
}
@media (min-width: 769px) {
  .footer .info .fnav .sns {
    gap: 20px;
  }
}
.footer .info .fnav .sns a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 768px) {
  .footer .info .fnav .sns img {
    width: 10.13vw;
  }
}
@media (max-width: 768px) {
  .footer .info .fnav .sns [src*=tw] {
    width: 11.46vw;
  }
}
.footer .info .fnav .menu {
  font-family: "Ubuntu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-style: italic;
}

.footer .info .fnav .menu {
  gap: 20px;
  font-size: 26px;
  margin: 16px 0 5px;
}

@media screen and (max-width: 1024px) {
  .footer .info .fnav .menu {
    gap: 2vw;
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .info .fnav .menu {
    display: none;
  }
}
.footer .info .fnav .menu a {
  color: #fff;
}

.footer .info .fnav .menu a:hover, .footer .info .fnav .menu a.current {
  border-bottom: 1px solid #fff;
  opacity: 1;
}

/*------　footer submenu 20250623追加 -------*/
.footer .info .fnav .submenu {
  margin-top: 10px;
  gap: 23px;
  font-size: 14px;
}

.footer .info .fnav .submenu a {
  color: #fff;
}

.footer .info .fnav .submenu a:hover, .footer .info .fnav .submenu a.current {
  border-bottom: 1px solid #fff;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .footer .info .fnav .submenu {
    gap: 2vw;
    font-size: 1.6vw;
  }
}
@media screen and (max-width: 768px) {
  .footer .info .fnav .submenu {
    display: none;
  }
}
.footer .copyright {
  color: #fff;
  font-family: "Ubuntu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-style: italic;
  font-weight: 300;
  margin: 8vw 0 5.33vw;
  text-align: center;
}

@media (max-width: 768px) {
  .footer .copyright {
    font-size: 4vw;
  }
}
@media (min-width: 769px) {
  .footer .copyright {
    margin: 30px 0 25px;
  }
}
/*===============================================================

	btn

===============================================================*/
.btn01 {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 0.13vw solid #00b13c;
  border-radius: 4.26vw;
  color: #00b13c;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Ubuntu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-size: 6.02vw;
  font-style: italic;
  height: 8.53vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 18.66vw auto 0;
  max-width: 69.33vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

@media (min-width: 769px) {
  .btn01 {
    border: 1px solid #00b13c;
    border-radius: 18px;
    font-size: 25px;
    height: 36px;
    margin: 40px 0 0 auto;
    max-width: 290px;
  }
}
.btn01:hover {
  background-color: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
  opacity: 1;
}

/*---------------------------------------------------------------
	c-btn
---------------------------------------------------------------*/
.c-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 70px;
  font-size: 18px !important;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0.05em;
  text-align: center;
  background: #ffffff;
  color: #00b13c;
  border: solid 1px #00b13c;
  border-radius: 50vh;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
@media (hover) {
  .c-btn:hover {
    text-decoration: none !important;
    background: #2e2e2e;
    color: #ffffff !important;
    border-color: #2e2e2e;
  }
}
@media screen and (max-width: 768px) {
  .c-btn {
    height: 14vw;
    font-size: 3.8vw !important;
  }
}

/*===============================================================

	cat

===============================================================*/
.c-cat {
  display: inline-block;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #00b13c;
  border: 1px solid #00b13c;
  border-radius: 50vh;
  padding: 10px 14px 9px;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
@media (hover) {
  .c-cat:hover {
    background: rgba(0, 177, 60, 0.2);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-cat {
    font-size: 3.2vw;
    padding: 2.2vw 3vw 1.9vw;
  }
}

/*===============================================================

	filter

===============================================================*/
.c-filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: -10px;
  margin-left: -12px;
}
.c-filter__item {
  margin-top: 10px;
  margin-left: 12px;
}
.c-filter__link {
  display: block;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.05em;
  padding: 10px 16px;
  color: #00b13c;
  border: 1px solid #00b13c;
  border-radius: 50vh;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.c-filter__link.is-active {
  background: #00b13c;
  color: #ffffff;
  pointer-events: none;
}
@media (hover) {
  .c-filter__link:hover {
    background: rgba(0, 177, 60, 0.2);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-filter {
    margin-top: -2vw;
    margin-left: -2vw;
  }
  .c-filter__item {
    margin-top: 2vw;
    margin-left: 2vw;
  }
  .c-filter__link {
    font-size: 3.2vw;
    padding: 2vw 3vw;
  }
}

/*===============================================================

	c-ttl

===============================================================*/
.ttl01 {
  color: #00b13c;
  font-size: 4.53vw;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .ttl01 {
    font-size: 22px;
    line-height: 2.18;
  }
}
.ttl-ub {
  color: #00b13c;
  font-family: "Ubuntu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-size: 6.93vw;
  font-style: italic;
  font-weight: 500;
}

@media (min-width: 769px) {
  .ttl-ub {
    font-size: 29px;
  }
}
/*===============================================================

	_pagination.scss

===============================================================*/
.c-pagination {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-pagination__item {
  width: 50px;
  height: 50px;
  margin-left: 10px;
}
.c-pagination__item:first-child {
  margin-left: 0;
}
.c-pagination__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 1px solid #00b13c;
  color: #00b13c;
  font-size: 16px;
  line-height: 1;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.is-current .c-pagination__link {
  background-color: #00b13c;
  color: #ffffff;
  pointer-events: none;
}
.c-pagination__item--prev .c-pagination__link::before, .c-pagination__item--next .c-pagination__link::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 2px solid #00b13c;
  border-left: 2px solid #00b13c;
}
.c-pagination__item--prev .c-pagination__link::before {
  left: 3px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-pagination__item--next .c-pagination__link::before {
  right: 1.5px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media (hover) {
  .c-pagination__link:hover {
    background: rgba(0, 177, 60, 0.2);
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .c-pagination__item {
    width: 11vw;
    height: 11vw;
    margin-left: 1.5vw;
  }
  .c-pagination__link {
    font-size: 3.4vw;
  }
  .c-pagination__item--prev .c-pagination__link::before, .c-pagination__item--next .c-pagination__link::before {
    width: 2vw;
    height: 2vw;
  }
  .c-pagination__item--prev .c-pagination__link::before {
    left: 1vw;
  }
  .c-pagination__item--next .c-pagination__link::before {
    right: 0.3vw;
  }
}

/*===============================================================

	_top.scss

===============================================================*/
.p-home {
  background-image: linear-gradient(135deg, transparent 31.3%, #00b13c 31.3%, #00b13c 35.8%, transparent 35.8%);
  overflow-x: hidden;
  /*---------------------------------------------------------------
    KV
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
    works
  ---------------------------------------------------------------*/
  /*---------------------------------------------------------------
    feature
  ---------------------------------------------------------------*/
}
.p-home .wrap {
  display: block;
}
.p-home .logomark {
  display: block;
  position: absolute;
  right: 0;
  top: 38px;
  width: auto;
}
@media screen and (max-width: 1024px) {
  .p-home {
    background-image: linear-gradient(149deg, transparent 134.9vw, #00b13c 135vw, #00b13c 153vw, transparent 153.1vw);
  }
  .p-home .logomark {
    right: 30px;
  }
}
@media screen and (max-width: 768px) {
  .p-home {
    background-image: linear-gradient(149deg, transparent 104.9vw, #00b13c 105vw, #00b13c 123vw, transparent 123.1vw);
  }
  .p-home .logomark {
    right: 6vw;
    top: 5vw;
    width: 18vw;
  }
}
.p-home .kv {
  position: relative;
  z-index: 1;
}
.p-home .kv .kv-wrap {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -16vw auto 0;
  position: relative;
  width: 80vw;
}
@media (min-width: 769px) {
  .p-home .kv .kv-wrap {
    height: auto;
    margin: 0;
    max-width: 430px;
    position: absolute;
    right: -20px;
    top: -250px;
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .p-home .kv .kv-wrap {
    max-width: 27vw;
    right: 0;
    top: -26vw;
  }
}
.p-home .kv .kv-content {
  display: none;
}
@media (max-width: 768px) {
  .p-home .kv .kv-content {
    background-color: #00b13c;
    border-top: 12vw solid #fff;
    color: #fff;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1000;
  }
}
@media (min-width: 769px) {
  .p-home .kv .kv-content {
    left: 50%;
    max-width: 335px;
    position: absolute;
    top: 450px;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 100%;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .p-home .kv .kv-content {
    top: 28vw;
  }
}
@media (max-width: 768px) {
  .p-home .kv .kv-box {
    padding: 14.66vw 4vw 0;
    width: 100%;
    z-index: 1001;
  }
}
@media (min-width: 769px) {
  .p-home .kv .kv-box {
    background-color: #fff;
    border-radius: 22px;
    -webkit-box-shadow: 2.8px 2.8px 2.8px rgba(0, 0, 0, 0.2);
            box-shadow: 2.8px 2.8px 2.8px rgba(0, 0, 0, 0.2);
    font-size: 19px;
    height: 100%;
    padding: 15px;
    width: 100%;
  }
}
@media (min-width: 769px) {
  .p-home .kv .kv-box .kv-img {
    display: none;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .p-home .kv .kv-box .kv-img {
    width: 26vw;
  }
}
@media (max-width: 768px) {
  .p-home .kv .kv-box .kv-txt {
    margin: 8vw 5.33vw 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .p-home .kv .kv-box .kv-txt {
    top: 26vw;
  }
}
.p-home .kv .kv-box .btn01 {
  font-style: normal;
  margin: 8vw auto 0;
}
@media (min-width: 769px) {
  .p-home .kv .kv-box .btn01 {
    display: none;
  }
}
@media (min-width: 769px) {
  .p-home .lead1 {
    padding-bottom: 90px;
  }
}
.p-home .home-works .works-slide.slide1 {
  left: -13%;
  position: relative;
}
.p-home .home-works .works-slide li {
  padding: 1.33vw 1.33vw;
}
@media (min-width: 769px) {
  .p-home .home-works .works-slide li {
    padding: 1.2vw;
  }
}
.p-home .home-works .works-slide img {
  height: 35.73vw;
  width: auto;
}
@media (min-width: 769px) {
  .p-home .home-works .works-slide img {
    height: 20.799vw;
  }
}
@media (min-width: 769px) {
  .p-home .lead2 {
    padding: 80px 0;
  }
}
.p-home .feature .feature-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.p-home .feature .feature-list::after {
  border-left: 1px solid #00b13c;
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  width: 0;
}
@media (min-width: 769px) {
  .p-home .feature .feature-list::after {
    left: 67.333%;
  }
}
@media (min-width: 769px) {
  .p-home .feature .feature-list::before {
    border-left: 1px solid #00b13c;
    content: "";
    display: block;
    height: 100%;
    left: 32.833%;
    position: absolute;
    top: 0;
    width: 0;
  }
}
.p-home .feature .feature-list li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 0 3%;
  padding: 0 0 4.8vw;
  width: 47%;
}
@media (min-width: 769px) {
  .p-home .feature .feature-list li {
    margin: 0 1.75%;
    padding: 0 0 15px;
    width: 31%;
  }
}
@media (max-width: 768px) {
  .p-home .feature .feature-list li:nth-of-type(2n+1) {
    margin: 0 3% 0 0;
  }
}
@media (max-width: 768px) {
  .p-home .feature .feature-list li:nth-of-type(n+3) {
    border-top: 1px solid #00b13c;
  }
}
@media (min-width: 769px) {
  .p-home .feature .feature-list li:nth-of-type(n+4) {
    border-top: 1px solid #00b13c;
  }
}
@media (min-width: 769px) {
  .p-home .feature .feature-list li:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media (min-width: 769px) {
  .p-home .feature .feature-list li:nth-of-type(3n+3) {
    margin-right: 0;
  }
}
.p-home .feature .feature-list .ttl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #00b13c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 700;
  line-height: 1.5;
  min-height: 26.66vw;
  text-align: center;
}
@media (min-width: 769px) {
  .p-home .feature .feature-list .ttl {
    min-height: 80px;
  }
}
@media (max-width: 768px) {
  .p-home .feature .feature-list .pic {
    width: 29.6vw;
  }
}

/*===============================================================

	_about.scss

===============================================================*/
.p-about .profile table {
  line-height: 8vw;
  margin: 10.66vw 0 0;
}

@media (min-width: 769px) {
  .p-about .profile table {
    line-height: 2.5;
    margin: 40px 0 0;
  }
}
.p-about .profile th {
  text-align: left;
  width: 26.66vw;
}

@media (min-width: 769px) {
  .p-about .profile th {
    width: 18%;
  }
}
@media (min-width: 769px) {
  .p-about .profile td {
    width: 82%;
  }
}
.p-about .access .list {
  margin: 10.66vw 0 0;
}

@media (min-width: 769px) {
  .p-about .access .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 40px 0 0;
  }
}
@media (max-width: 768px) {
  .p-about .access .office {
    margin: 9.33vw 0 0;
  }
}
@media (min-width: 769px) {
  .p-about .access .office {
    max-width: 315px;
    width: 100%;
  }
}
.p-about .access .office .map {
  border: 1px solid #00b13c;
  height: 61.33vw;
  max-width: 86.66vw;
  width: 100%;
}

@media (min-width: 769px) {
  .p-about .access .office .map {
    height: 330px;
    max-width: 315px;
  }
}
.p-about .access .office .map iframe {
  height: 100%;
  width: 100%;
}

@media (min-width: 769px) {
  .p-about .access .office .map iframe {
    max-height: 328px;
    max-width: 315px;
  }
}
.p-about .access .office .ttl-ub {
  margin: 4.26vw 0 0;
}

@media (min-width: 769px) {
  .p-about .access .office .ttl-ub {
    margin: 35px 0 0;
    min-height: 70px;
  }
}
.p-about .access .office .address {
  line-height: 8vw;
  margin: 2.66vw 0 0;
}

@media (min-width: 769px) {
  .p-about .access .office .address {
    line-height: 2.5;
    margin: 25px 0 0;
  }
}
/*===============================================================

	_news.scss

===============================================================*/
@media (min-width: 769px) {
  .news {
    padding: 80px 0 100px;
  }
}
@media (min-width: 769px) {
  .news .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 769px) {
  .news-list li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.news-list li a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.news-list .news-date {
  font-family: "Ubuntu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-size: 4.8vw;
  font-style: italic;
  font-weight: 300;
}

@media (min-width: 769px) {
  .news-list .news-date {
    font-size: 22px;
    margin: 7px 0 0 35px;
  }
}
.news-list .news-ttl {
  margin: 0.8vw 0 0 5.33vw;
}

@media (min-width: 769px) {
  .news-list .news-ttl {
    margin: 10px 0 0 25px;
    max-width: 300px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .news-list .news-ttl {
    max-width: 100%;
  }
}
/*===============================================================

	_contact.scss

===============================================================*/
@media (max-width: 768px) {
  .p-contact .lead p,
  .p-contact-confirm .lead p,
  .p-contact-thanks .lead p {
    font-size: 3.73vw;
  }
}
.p-contact .contactform label,
.p-contact-confirm .contactform label,
.p-contact-thanks .contactform label {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.7;
}

@media (min-width: 769px) {
  .p-contact .contactform label,
  .p-contact-confirm .contactform label,
  .p-contact-thanks .contactform label {
    line-height: 1;
  }
}
.p-contact .contactform [type=checkbox],
.p-contact .contactform [type=radio],
.p-contact-confirm .contactform [type=checkbox],
.p-contact-confirm .contactform [type=radio],
.p-contact-thanks .contactform [type=checkbox],
.p-contact-thanks .contactform [type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  accent-color: #00b13c;
  background-color: #eaf9ee;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  height: 5.33vw;
  left: 0;
  margin: 0 2.66vw 0 0;
  outline: none;
  position: relative;
  right: 0;
  vertical-align: -0.8rem;
  width: 5.33vw;
}

@media (min-width: 769px) {
  .p-contact .contactform [type=checkbox],
  .p-contact .contactform [type=radio],
  .p-contact-confirm .contactform [type=checkbox],
  .p-contact-confirm .contactform [type=radio],
  .p-contact-thanks .contactform [type=checkbox],
  .p-contact-thanks .contactform [type=radio] {
    height: 20px;
    margin: 0 10px 0 0;
    width: 20px;
  }
}
.p-contact .contactform [type=checkbox]::before,
.p-contact .contactform [type=radio]::before,
.p-contact-confirm .contactform [type=checkbox]::before,
.p-contact-confirm .contactform [type=radio]::before,
.p-contact-thanks .contactform [type=checkbox]::before,
.p-contact-thanks .contactform [type=radio]::before {
  background-color: #00b13c;
  content: "";
  display: block;
  height: 2.66vw;
  margin: 4px;
  -webkit-transform: scale(0);
          transform: scale(0);
  width: 2.66vw;
}

@media (min-width: 769px) {
  .p-contact .contactform [type=checkbox]::before,
  .p-contact .contactform [type=radio]::before,
  .p-contact-confirm .contactform [type=checkbox]::before,
  .p-contact-confirm .contactform [type=radio]::before,
  .p-contact-thanks .contactform [type=checkbox]::before,
  .p-contact-thanks .contactform [type=radio]::before {
    height: 10px;
    width: 10px;
  }
}
.p-contact .contactform [type=checkbox]:checked::before,
.p-contact .contactform [type=radio]:checked::before,
.p-contact-confirm .contactform [type=checkbox]:checked::before,
.p-contact-confirm .contactform [type=radio]:checked::before,
.p-contact-thanks .contactform [type=checkbox]:checked::before,
.p-contact-thanks .contactform [type=radio]:checked::before {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.p-contact .contactform [type=radio],
.p-contact-confirm .contactform [type=radio],
.p-contact-thanks .contactform [type=radio] {
  border-radius: 50%;
}

.p-contact .contactform [type=radio]::before,
.p-contact-confirm .contactform [type=radio]::before,
.p-contact-thanks .contactform [type=radio]::before {
  border-radius: 50%;
}

.p-contact .contactform .lead + .content,
.p-contact-confirm .contactform .lead + .content,
.p-contact-thanks .contactform .lead + .content {
  padding: 0;
}

@media (min-width: 769px) {
  .p-contact .contactform .type,
  .p-contact-confirm .contactform .type,
  .p-contact-thanks .contactform .type {
    margin: 0 0 0 215px;
  }
}
.p-contact .contactform .type .type-list .mwform-radio-field,
.p-contact-confirm .contactform .type .type-list .mwform-radio-field,
.p-contact-thanks .contactform .type .type-list .mwform-radio-field {
  display: block;
  margin: 2.66vw 0 0;
}

@media (min-width: 769px) {
  .p-contact .contactform .type .type-list .mwform-radio-field,
  .p-contact-confirm .contactform .type .type-list .mwform-radio-field,
  .p-contact-thanks .contactform .type .type-list .mwform-radio-field {
    margin: 30px 0 0;
  }
}
.p-contact .contactform .notice,
.p-contact-confirm .contactform .notice,
.p-contact-thanks .contactform .notice {
  color: #00b13c;
  margin: 12vw 0 0;
  text-align: right;
}

@media (max-width: 768px) {
  .p-contact .contactform .notice,
  .p-contact-confirm .contactform .notice,
  .p-contact-thanks .contactform .notice {
    font-size: 3.2vw;
  }
}
@media (min-width: 769px) {
  .p-contact .contactform .notice,
  .p-contact-confirm .contactform .notice,
  .p-contact-thanks .contactform .notice {
    margin: 40px 0 0;
  }
}
@media (min-width: 769px) {
  .p-contact .contactform .forminput,
  .p-contact-confirm .contactform .forminput,
  .p-contact-thanks .contactform .forminput {
    margin: 10px 0 0;
  }
}
@media (min-width: 769px) {
  .p-contact .contactform dl,
  .p-contact-confirm .contactform dl,
  .p-contact-thanks .contactform dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-contact .contactform dl + dl,
.p-contact-confirm .contactform dl + dl,
.p-contact-thanks .contactform dl + dl {
  margin: 2.66vw 0 0;
}

@media (min-width: 769px) {
  .p-contact .contactform dl + dl,
  .p-contact-confirm .contactform dl + dl,
  .p-contact-thanks .contactform dl + dl {
    margin: 35px 0 0;
  }
}
.p-contact .contactform dt,
.p-contact-confirm .contactform dt,
.p-contact-thanks .contactform dt {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media (min-width: 769px) {
  .p-contact .contactform dt,
  .p-contact-confirm .contactform dt,
  .p-contact-thanks .contactform dt {
    padding: 10px 0 0;
    width: 215px;
  }
}
.p-contact .contactform dd,
.p-contact-confirm .contactform dd,
.p-contact-thanks .contactform dd {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.p-contact .contactform input:not([type=checkbox], [type=radio], [type=submit], [type=button]),
.p-contact-confirm .contactform input:not([type=checkbox], [type=radio], [type=submit], [type=button]),
.p-contact-thanks .contactform input:not([type=checkbox], [type=radio], [type=submit], [type=button]) {
  background-color: #eee;
  border: none;
  height: 9.6vw;
  padding: 1.33vw;
  width: 100%;
}

@media (min-width: 769px) {
  .p-contact .contactform input:not([type=checkbox], [type=radio], [type=submit], [type=button]),
  .p-contact-confirm .contactform input:not([type=checkbox], [type=radio], [type=submit], [type=button]),
  .p-contact-thanks .contactform input:not([type=checkbox], [type=radio], [type=submit], [type=button]) {
    height: 50px;
    padding: 5px 10px;
  }
}
.p-contact .contactform textarea,
.p-contact-confirm .contactform textarea,
.p-contact-thanks .contactform textarea {
  background-color: #eee;
  border: none;
  height: 37.33vw;
  padding: 1.33vw;
  width: 100%;
}

@media (min-width: 769px) {
  .p-contact .contactform textarea,
  .p-contact-confirm .contactform textarea,
  .p-contact-thanks .contactform textarea {
    height: 375px;
    padding: 10px;
  }
}
.p-contact .contactform .req,
.p-contact-confirm .contactform .req,
.p-contact-thanks .contactform .req {
  color: #00b13c;
  margin: 0 0 0 5px;
}

/*---------------------------------------------------------------
	contact 個人情報 20250623改修
---------------------------------------------------------------*/
.p-contact .contactform .pp,
.p-contact-confirm .contactform .pp,
.p-contact-thanks .contactform .pp {
  font-size: 15px;
  height: 370px;
  margin: 70px auto 0;
  padding: 30px;
  line-height: 2;
  border: solid 1px #ddd;
  background: #fafafa;
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.p-contact .contactform .pp .dl,
.p-contact-confirm .contactform .pp .dl,
.p-contact-thanks .contactform .pp .dl {
  display: block;
}

.p-contact .contactform .pp .dl dt,
.p-contact-confirm .contactform .pp .dl dt,
.p-contact-thanks .contactform .pp .dl dt {
  width: 100%;
  padding-top: 0;
  margin-top: 10px;
}

.p-contact .contactform .pp .dl dd,
.p-contact-confirm .contactform .pp .dl dd,
.p-contact-thanks .contactform .pp .dl dd {
  margin-top: 0;
}

.p-contact .pp-ttl-lg {
  font-weight: bold;
  font-size: 120%;
}

.p-contact .pp-ttl {
  font-weight: bold;
}

.p-contact .contactform .pp::-webkit-scrollbar,
.p-contact-confirm .contactform .pp::-webkit-scrollbar,
.p-contact-thanks .contactform .pp::-webkit-scrollbar {
  display: none;
}

.p-contact .contactform .agree,
.p-contact-confirm .contactform .agree,
.p-contact-thanks .contactform .agree {
  margin-top: 50px;
}

.p-contact .contactform .agree dt,
.p-contact-confirm .contactform .agree dt,
.p-contact-thanks .contactform .agree dt {
  width: inherit;
  margin-right: 30px;
  padding: 0;
}

.p-contact .contactform .agree dd,
.p-contact-confirm .contactform .agree dd,
.p-contact-thanks .contactform .agree dd {
  -webkit-box-flex: inherit;
      -ms-flex-positive: inherit;
          flex-grow: inherit;
}

.p-contact .contactform .agree dl,
.p-contact-confirm .contactform .agree dl,
.p-contact-thanks .contactform .agree dl {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  .p-contact .contactform .pp,
  .p-contact-confirm .contactform .pp,
  .p-contact-thanks .contactform .pp {
    font-size: 3.2vw;
    height: 100vw;
    margin: 10vw auto 0;
    padding: 3vw;
  }
  .p-contact .contactform .pp p + p,
  .p-contact-confirm .contactform .pp p + p,
  .p-contact-thanks .contactform .pp p + p {
    margin: 1em 0 0;
  }
  .p-contact .contactform .agree,
  .p-contact-confirm .contactform .agree,
  .p-contact-thanks .contactform .agree {
    margin: 6vw 0 0;
  }
  .p-contact .contactform .agree dt,
  .p-contact-confirm .contactform .agree dt,
  .p-contact-thanks .contactform .agree dt {
    margin-right: 3vw;
  }
}
.p-contact .contactform .submitarea,
.p-contact-confirm .contactform .submitarea,
.p-contact-thanks .contactform .submitarea {
  margin: 17.33vw 0 0;
}

@media (min-width: 769px) {
  .p-contact .contactform .submitarea,
  .p-contact-confirm .contactform .submitarea,
  .p-contact-thanks .contactform .submitarea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 75px 0 0;
  }
}
.p-contact .contactform .submitarea .btn01,
.p-contact-confirm .contactform .submitarea .btn01,
.p-contact-thanks .contactform .submitarea .btn01 {
  font-style: normal;
}

@media (max-width: 768px) {
  .p-contact .contactform .submitarea .btn01,
  .p-contact-confirm .contactform .submitarea .btn01,
  .p-contact-thanks .contactform .submitarea .btn01 {
    margin: 8vw auto 0;
  }
}
@media (min-width: 769px) {
  .p-contact .contactform .submitarea .btn01,
  .p-contact-confirm .contactform .submitarea .btn01,
  .p-contact-thanks .contactform .submitarea .btn01 {
    font-size: 21px;
    margin: 0;
  }
}
.p-contact .contactform .submitarea .hisback,
.p-contact-confirm .contactform .submitarea .hisback,
.p-contact-thanks .contactform .submitarea .hisback {
  display: none;
}

.p-contact .contactform.confirm .forminput dl,
.p-contact-confirm .contactform.confirm .forminput dl,
.p-contact-thanks .contactform.confirm .forminput dl {
  margin: 5.33vw 0 0;
}

@media (min-width: 769px) {
  .p-contact .contactform.confirm .forminput dl,
  .p-contact-confirm .contactform.confirm .forminput dl,
  .p-contact-thanks .contactform.confirm .forminput dl {
    margin: 60px 0 0;
  }
}
@media (min-width: 769px) {
  .p-contact .contactform.confirm .forminput dt,
  .p-contact-confirm .contactform.confirm .forminput dt,
  .p-contact-thanks .contactform.confirm .forminput dt {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .p-contact .contactform.confirm .forminput dd,
  .p-contact-confirm .contactform.confirm .forminput dd,
  .p-contact-thanks .contactform.confirm .forminput dd {
    margin: 2.66vw 0 0 5.33vw;
  }
}
@media (max-width: 768px) {
  .p-contact .contactform.thanks .message,
  .p-contact-confirm .contactform.thanks .message,
  .p-contact-thanks .contactform.thanks .message {
    margin-left: 4vw;
  }
}
.p-contact .footer .message,
.p-contact-confirm .footer .message,
.p-contact-thanks .footer .message {
  display: none;
}

.p-contact .mw_wp_form .error,
.p-contact-confirm .mw_wp_form .error,
.p-contact-thanks .mw_wp_form .error {
  color: #00b13c;
}

.p-contact-confirm .contactform .lead {
  display: none;
}

.p-contact-confirm .contactform .lead + .content {
  padding: 10.66vw 0;
}

@media (min-width: 769px) {
  .p-contact-confirm .contactform .lead + .content {
    padding: 60px 0;
  }
}
.p-contact-confirm .contactform dl + dl,
.p-contact-confirm .contactform .type + dl {
  margin: 5.33vw 0 0;
}

@media (min-width: 769px) {
  .p-contact-confirm .contactform dl + dl,
  .p-contact-confirm .contactform .type + dl {
    margin: 60px 0 0;
    gap: 0;
  }
}
.p-contact-confirm .contactform .type {
  margin: 5.33vw 0;
}

@media (min-width: 769px) {
  .p-contact-confirm .contactform .type {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 60px 0;
  }
}
@media (min-width: 769px) {
  .p-contact-confirm .contactform .type h3 {
    width: 215px;
  }
}
@media (min-width: 769px) {
  .p-contact-confirm .contactform dt,
  .p-contact-confirm .contactform h3 {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .p-contact-confirm .contactform dd,
  .p-contact-confirm .contactform .type-list {
    margin: 2.66vw 0 0 5.33vw;
  }
}
.p-contact-confirm .contactform .pp {
  display: none;
}

.p-contact-confirm .contactform .notice {
  display: none;
}

.p-contact-confirm .contactform .agree {
  margin: 10.66vw 0 0;
}

@media (min-width: 769px) {
  .p-contact-confirm .contactform .agree {
    margin: 60px 0 0;
  }
}
.p-contact-confirm .contactform .agree dl {
  gap: 0;
}

@media (min-width: 769px) {
  .p-contact-confirm .contactform .submitarea {
    gap: 11%;
  }
}
.p-contact-confirm .contactform .submitarea .hisback {
  display: block;
}

/*===============================================================

_archive-works.scss

===============================================================*/
.post-type-archive-works .posts-navigation {
  margin: 13.33vw 0 0;
}

@media (min-width: 769px) {
  .post-type-archive-works .posts-navigation {
    margin: 80px 0 0;
  }
}
.post-type-archive-works .posts-navigation .screen-reader-text {
  display: none;
}

.post-type-archive-works .posts-navigation .nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.post-type-archive-works .posts-navigation .nav-links .nav-previous a,
.post-type-archive-works .posts-navigation .nav-links .nav-next a {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  border: 0.13vw solid #00b13c;
  border-radius: 4.26vw;
  color: #00b13c;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Ubuntu", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif;
  font-size: 6.02vw;
  font-style: italic;
  height: 8.53vw;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 18.66vw auto 0;
  max-width: 69.33vw;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  border-radius: 4.26vw;
  font-size: 5.6vw;
  font-style: normal;
  height: 8.53vw;
  margin: 0;
  width: 40vw;
}

@media (min-width: 769px) {
  .post-type-archive-works .posts-navigation .nav-links .nav-previous a,
  .post-type-archive-works .posts-navigation .nav-links .nav-next a {
    border: 1px solid #00b13c;
    border-radius: 18px;
    font-size: 25px;
    height: 36px;
    margin: 40px 0 0 auto;
    max-width: 290px;
  }
}
@media (min-width: 769px) {
  .post-type-archive-works .posts-navigation .nav-links .nav-previous a,
  .post-type-archive-works .posts-navigation .nav-links .nav-next a {
    border-radius: 18px;
    font-size: 21px;
    height: 36px;
    width: 200px;
  }
}
.works-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -4vw;
}

@media (min-width: 769px) {
  .works-list ul {
    margin-top: -35px;
  }
}
.works-list li {
  margin: 8vw 0 0;
}

@media (min-width: 769px) {
  .works-list li {
    line-height: 1.58;
    margin: 80px 0 0 2.75%;
    width: 31.5%;
  }
}
.works-list li:nth-of-type(3n+1) {
  margin-left: 0;
}

.works-list li a:hover {
  opacity: 1;
}

.works-list li a:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.works-list li .img {
  display: block;
  overflow: hidden;
}

.works-list li .img img {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
}

.works-list li .ttl {
  display: block;
  margin: 4vw 0 0;
}

@media (min-width: 769px) {
  .works-list li .ttl {
    margin: 20px 0 0;
  }
}
.works-list li .summary {
  display: block;
}

/*===============================================================

	_single-works.scss

===============================================================*/
@media (max-width: 768px) {
  .works-detail .works-kv {
    margin: 0 -6.67vw;
  }
}
.works-detail .works-content {
  margin: 12vw 0 0;
}

@media (min-width: 769px) {
  .works-detail .works-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    margin: 50px 0 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .works-detail .works-content {
    gap: 8%;
  }
}
.works-detail .works-content .works-txt {
  line-height: 1.7;
}

@media (min-width: 769px) {
  .works-detail .works-content .works-txt {
    line-height: 2.52;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.works-detail .works-content .works-txt b {
  color: #00b13c;
  font-size: 4.53vw;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .works-detail .works-content .works-txt b {
    font-size: 22px;
    line-height: 2.18;
  }
}
.works-detail .works-content .works-txt p + p {
  margin: 6.66vw 0 0;
}

@media (min-width: 769px) {
  .works-detail .works-content .works-txt p + p {
    margin: 25px 0 0;
  }
}
@media (max-width: 768px) {
  .works-detail .works-content .works-img {
    margin: 9.33vw -6.67vw 0;
  }
}
@media (min-width: 769px) {
  .works-detail .works-content .works-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 360px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .works-detail .works-content .works-img {
    width: 36%;
  }
}
.works-detail .works-content .works-img img {
  width: 100%;
}

@media (min-width: 769px) {
  .works-detail .works-content .works-img li + li {
    margin: 25px 0 0;
  }
}
.works-detail .works-content .works-member {
  font-size: 3.2vw;
  line-height: 1.8;
  padding: 13.33vw 0 0;
}

@media (min-width: 769px) {
  .works-detail .works-content .works-member {
    font-size: 17px;
    line-height: 1.7;
    padding: 100px 0 0;
  }
}
.works-detail .works-nav {
  margin: 13.33vw 0 0;
}

@media (min-width: 769px) {
  .works-detail .works-nav {
    margin: 80px 0 0;
  }
}
.works-detail .works-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.works-detail .works-nav .btn01 {
  border-radius: 4.26vw;
  font-size: 5.6vw;
  font-style: normal;
  height: 8.53vw;
  margin: 0;
  width: 40vw;
}

@media (min-width: 769px) {
  .works-detail .works-nav .btn01 {
    border-radius: 18px;
    font-size: 21px;
    height: 36px;
    width: 200px;
  }
}
/*===============================================================

	_archive-column.scss

===============================================================*/
/*---------------------------------------------------------------
	p-column
---------------------------------------------------------------*/
.p-column__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1100px;
}
.p-column__ttl {
  font-size: 40px;
  font-weight: 600;
}
.p-column__cat {
  margin-top: 30px;
}
.p-column__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-top: 40px;
}
.p-column__list > :not(:nth-child(3n-2)) {
  margin-left: 40px;
}
.p-column__list > :nth-child(n+4) {
  margin-top: 40px;
}
.p-column__item {
  position: relative;
  width: calc((100% - 80px) / 3);
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-column__thumbnail {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}
.p-column__thumbnail::before {
  content: "";
  display: block;
  padding-top: 66.6666%;
}
.p-column__thumbnail img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.p-column__post-link {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  z-index: 1;
}
.p-column__post-info {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-column__post-date, .p-column__post-cat {
  display: inline-block;
  font-size: 12px;
  letter-spacing: 0.05em;
  color: #888888;
}
.p-column__post-cat {
  line-height: 1;
  padding: 8px 10px 7px;
  color: #00b13c;
  border: solid 1px #00b13c;
  border-radius: 50vh;
}
.p-column__post-ttl {
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.p-column__post-txt {
  font-size: 16px;
  line-height: 1.6;
  letter-spacing: 0.05em;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.p-column__pagination {
  margin: 80px auto 0;
  text-align: center;
}
@media (hover) {
  .p-column__item:hover {
    opacity: 0.7;
  }
  .p-column__item:hover .p-column__thumbnail img {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
}
@media screen and (max-width: 768px) {
  .p-column__inner {
    padding: 0 6vw;
  }
  .p-column__ttl {
    font-size: 5.5vw;
  }
  .p-column__cat {
    margin-top: 6vw;
  }
  .p-column__list {
    margin-top: 6vw;
  }
  .p-column__list > :not(:nth-child(3n-2)), .p-column__list > :nth-child(n+4) {
    margin: initial;
  }
  .p-column__list > :not(:nth-child(2n-1)) {
    margin-left: 6vw;
  }
  .p-column__list > :nth-child(n+3) {
    margin-top: 6vw;
  }
  .p-column__item {
    position: relative;
    width: calc((100% - 6vw) / 2);
  }
  .p-column__thumbnail {
    border-radius: 0.5vw;
  }
  .p-column__post-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 2.5vw;
  }
  .p-column__post-date {
    margin-top: 1.6vw;
    font-size: 3vw;
    line-height: 1.4;
  }
  .p-column__post-cat {
    font-size: 2.8vw;
    margin-left: -0.5vw;
    padding: 1.5vw 2.2vw 1.2vw;
  }
  .p-column__post-ttl {
    font-size: 4vw;
    line-height: 1.4;
    margin-top: 0.8vw;
  }
  .p-column__post-txt {
    font-size: 3.2vw;
    margin-top: 0.5vw;
  }
  .p-column__pagination {
    margin-top: 10vw;
  }
}

/*===============================================================

_column-detail.scss

===============================================================*/
.p-column-detail__inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 50px;
  max-width: 1100px;
}
.p-column-detail__thumbnail {
  border-radius: 5px;
  overflow: hidden;
}
.p-column-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 40px;
}
.p-column-detail__date {
  font-size: 14px;
  letter-spacing: 0.05em;
  margin-bottom: 0;
  color: #888888;
}
.p-column-detail__ttl {
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 0.05em;
  line-height: 1.6;
  margin-top: 20px;
}
.p-column-detail__body {
  margin-top: 80px;
}
.p-column-detail__btn {
  margin: 120px auto 0;
  width: 300px;
}
@media screen and (max-width: 768px) {
  .p-column-detail__inner {
    padding: 0;
  }
  .p-column-detail__header {
    padding: 0 6vw;
  }
  .p-column-detail__thumbnail {
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    border-radius: 0;
  }
  .p-column-detail__info {
    margin-top: 6vw;
  }
  .p-column-detail__date {
    font-size: 3.2vw;
  }
  .p-column-detail__ttl {
    font-size: 6vw;
    line-height: 1.6;
    margin-top: 3vw;
  }
  .p-column-detail__body {
    margin-top: 6vw;
    padding: 0 6vw;
  }
  .p-column-detail__btn {
    margin: 14vw auto 0;
    width: 70vw;
  }
}

/*===============================================================

	_single-works.scss

===============================================================*/
@media (max-width: 768px) {
  .works-detail .works-kv {
    margin: 0 -6.67vw;
  }
}
.works-detail .works-content {
  margin: 12vw 0 0;
}

@media (min-width: 769px) {
  .works-detail .works-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 80px;
    margin: 50px 0 0;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .works-detail .works-content {
    gap: 8%;
  }
}
.works-detail .works-content .works-txt {
  line-height: 1.7;
}

@media (min-width: 769px) {
  .works-detail .works-content .works-txt {
    line-height: 2.52;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
.works-detail .works-content .works-txt b {
  color: #00b13c;
  font-size: 4.53vw;
  font-weight: 700;
  line-height: 1.4;
}

@media (min-width: 769px) {
  .works-detail .works-content .works-txt b {
    font-size: 22px;
    line-height: 2.18;
  }
}
.works-detail .works-content .works-txt p + p {
  margin: 6.66vw 0 0;
}

@media (min-width: 769px) {
  .works-detail .works-content .works-txt p + p {
    margin: 25px 0 0;
  }
}
@media (max-width: 768px) {
  .works-detail .works-content .works-img {
    margin: 9.33vw -6.67vw 0;
  }
}
@media (min-width: 769px) {
  .works-detail .works-content .works-img {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 360px;
  }
}
@media (min-width: 769px) and (max-width: 1024px) {
  .works-detail .works-content .works-img {
    width: 36%;
  }
}
.works-detail .works-content .works-img img {
  width: 100%;
}

@media (min-width: 769px) {
  .works-detail .works-content .works-img li + li {
    margin: 25px 0 0;
  }
}
.works-detail .works-content .works-member {
  font-size: 3.2vw;
  line-height: 1.8;
  padding: 13.33vw 0 0;
}

@media (min-width: 769px) {
  .works-detail .works-content .works-member {
    font-size: 17px;
    line-height: 1.7;
    padding: 100px 0 0;
  }
}
.works-detail .works-nav {
  margin: 13.33vw 0 0;
}

@media (min-width: 769px) {
  .works-detail .works-nav {
    margin: 80px 0 0;
  }
}
.works-detail .works-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.works-detail .works-nav .btn01 {
  border-radius: 4.26vw;
  font-size: 5.6vw;
  font-style: normal;
  height: 8.53vw;
  margin: 0;
  width: 40vw;
}

@media (min-width: 769px) {
  .works-detail .works-nav .btn01 {
    border-radius: 18px;
    font-size: 21px;
    height: 36px;
    width: 200px;
  }
}
/*===============================================================

_wp-column.scss

===============================================================*/
.wp-column > :first-child {
  margin-top: 0;
}
.wp-column * {
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 0.05em;
}
.wp-column strong, .wp-column b {
  font-weight: 600;
}
.wp-column a {
  color: #00b13c;
}
.wp-column i {
  font-style: italic !important;
}
.wp-column p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 10px;
}
.wp-column hr {
  margin: 10px 0;
  border: 1px solid #dddddd;
}
.wp-column h1, .wp-column h2, .wp-column h3, .wp-column h4 {
  font-weight: 600;
  line-height: 1.4;
}
.wp-column h2 {
  margin: 50px 0 30px;
  font-size: 30px;
  padding-bottom: 15px;
  border-bottom: 2px solid #00b13c;
}
.wp-column h3 {
  margin: 50px 0 20px;
  font-size: 24px;
  padding-left: 10px;
  border-left: 5px solid #00b13c;
}
.wp-column h4 {
  margin: 30px 0 20px;
  font-size: 20px;
}
.wp-column img {
  width: 100%;
  height: auto;
  border-radius: 5px;
}
.wp-column ul {
  margin: 20px 0;
}
.wp-column ul li {
  position: relative;
  padding-left: 16px;
}
.wp-column ul li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00b13c;
}
.wp-column ul li + li {
  margin-top: 6px;
}
.wp-column ol {
  counter-reset: number;
  list-style: none;
  margin: 20px 0;
}
.wp-column ol li {
  position: relative;
  padding-left: 20px;
}
.wp-column ol li::before {
  counter-increment: number;
  content: counter(number);
  position: absolute;
  top: 0;
  left: 0;
  color: #00b13c;
  font-weight: 600;
}
.wp-column ol li + li {
  margin-top: 6px;
}
.wp-column blockquote {
  margin-top: 10px;
  padding: 30px;
  background: #f8f8f8;
  border-radius: 5px;
}
.wp-column blockquote > *:first-child {
  margin-top: 0;
}
@media (hover) {
  .wp-column a:hover {
    text-decoration: underline;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  .wp-column * {
    font-size: 3.6vw;
  }
  .wp-column hr {
    margin: 3vw 0;
  }
  .wp-column p {
    font-size: 3.6vw;
    margin-top: 3vw;
  }
  .wp-column h2 {
    margin: 8vw 0 3.5vw;
    font-size: 5.5vw;
    padding-bottom: 3vw;
  }
  .wp-column h3 {
    margin: 8vw 0 3vw;
    font-size: 5vw;
    padding-left: 10px;
  }
  .wp-column h4 {
    margin: 5vw 0 3vw;
    font-size: 4.2vw;
  }
  .wp-column img {
    border-radius: 1vw;
  }
  .wp-column ul {
    margin: 3vw 0;
  }
  .wp-column ul li {
    padding-left: 4vw;
  }
  .wp-column ul li::before {
    top: 2.2vw;
    width: 1.6vw;
    height: 1.6vw;
  }
  .wp-column ul li + li {
    margin-top: 1.5vw;
  }
  .wp-column ol {
    margin: 3vw 0;
  }
  .wp-column ol li {
    padding-left: 4.5vw;
  }
  .wp-column ol li + li {
    margin-top: 1.5vw;
  }
  .wp-column blockquote {
    margin-top: 3vw;
    padding: 6vw;
  }
}

/*===============================================================

	_utility.scss

===============================================================*/
/*===============================================================

	dl

===============================================================*/
.dl dt {
  font-weight: bold;
}

.dl dd {
  margin-top: 5px;
}

.dl dd + dt {
  margin-top: 20px;
}

@media (max-width: 768px) {
  .dl dd + dt {
    margin-top: 20px;
  }
}
/*===============================================================

	dot-list

===============================================================*/
.dot-list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  font-size: 17px;
  margin-top: 12px;
}

.dot-list li::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #00b13c;
}

@media (max-width: 768px) {
  .dot-list li {
    padding-left: 3.5vw;
    font-size: 3.73vw;
    line-height: 1.6;
    margin-top: 1.5vw;
  }
  .dot-list li::before {
    top: 2.2vw;
    width: 1.4vw;
    height: 1.4vw;
  }
}
/*===============================================================

	table

===============================================================*/
.table {
  border-collapse: collapse;
  width: 100%;
  background: #fff;
}

.table th, .table td {
  border: solid 1px #2e2e2e;
  padding: 10px;
}

.table th {
  background-color: rgba(0, 177, 60, 0.2);
}

.table .w40 {
  width: 40%;
}

/*===============================================================

	見出し

===============================================================*/
.ttl-lg, .ttl-md, .ttl-sm {
  font-weight: bold;
  color: #00b13c;
}

.ttl-lg {
  font-size: 29px;
}

.ttl-md {
  font-size: 25px;
}

.ttl-sm {
  font-size: 19px;
}

/*===============================================================

	utils

===============================================================*/
.align-center, .align-center--pc {
  text-align: center;
}

.align-right, .align-right--pc {
  text-align: right;
}

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

.bold {
  font-weight: bold;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt100 {
  margin-top: 100px;
}

@media (max-width: 768px) {
  .align-center--pc, .align-right--pc {
    text-align: left;
  }
  .mt10 {
    margin-top: 10px;
  }
  .mt30 {
    margin-top: 30px;
  }
  .mt40 {
    margin-top: 40px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .mt100 {
    margin-top: 100px;
  }
}
/*===============================================================

	PC/SP/TABLET

===============================================================*/
.u-sp {
  display: none;
}

.u-none {
  display: none !important;
}

.u-bold {
  font-weight: bold !important;
}

@media screen and (max-width: 768px) {
  .u-pc {
    display: none;
  }
  .u-sp {
    display: block;
  }
}
/*===============================================================

	text-align

===============================================================*/
.u-align-center {
  text-align: center !important;
}

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

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