@charset "UTF-8";
/* --------------------------------------------- */
/* 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;
}

input[type=radio] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* --------------------------------------------- */
/* color */
/* --------------------------------------------- */
:root {
  --white: #ffffff;
  --black: #000000;
  --gray: #EBEBEB;
  --green: #3CC641;
  --blue: #005994;
  --yellow: #FEDD03;
  --red: #FB2A2A;
  --text01: #222222;
  --text02: #ffffff;
  --text03: #4E4E4E;
  --back01: #EDF5ED;
  --back02: #F4F4F4;
  --border: #8f8f8f;
  --border-sub: #DDDDDD;
  --border-gray: #999999;
}

/* --------------------------------------------- */
/* font */
/* --------------------------------------------- */
@font-face {
  font-family: "LINE Seed JP";
  font-style: normal;
  font-weight: 400;
  src: url("../font/LINESeedJP_OTF_Rg.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Rg.woff") format("woff");
}
@font-face {
  font-family: "LINE Seed JP";
  font-style: normal;
  font-weight: 700;
  src: url("../font/LINESeedJP_OTF_Bd.woff2") format("woff2"), url("../font/LINESeedJP_OTF_Bd.woff") format("woff");
}
/* --------------------------------------------- */
/* html */
/* --------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  top: 0;
  font-family: "LINE Seed JP", sans-serif;
  line-height: 1.7;
  word-break: break-all;
  box-sizing: border-box;
}

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

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

a:focus {
  outline: none;
}

/* --------------------------------------------- */
/* header */
/* --------------------------------------------- */
.header-wrap {
  background: url("../img/header_back.svg") top right no-repeat;
  background-size: cover;
}

@media screen and (max-width: 768px) {
  .header-wrap {
    background: none;
  }
}
.header-wrap .header-menu {
  height: min(110px, 7.64vw);
  padding: min(25px, 1.74vw) 0;
}

@media screen and (max-width: 768px) {
  .header-wrap .header-menu {
    height: auto;
    padding: 1.33vw 0;
  }
}

.header-menu__inner {
  width: calc(100% - 120px);
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .header-menu__inner {
    width: 92%;
  }
}

@media screen and (max-width: 768px) {
  .header-wrap .header-menu .logo {
    width: 40%;
  }
}

.header-wrap .header-menu .logo img {
  width: min(250px, 17.36vw);
}
@media screen and (max-width: 768px) {
  .header-wrap .header-menu .logo img {
    max-width: 100%;
    width: 36.27vw;
  }
}


.header-wrap .header-menu .contact {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: start;
}

.header-wrap .header-menu .contact .tel {
  width: 100%;
  margin-left: 40px;
  margin-top: 4px;
}

.tel_pc {
  display: flex;
  align-items: start;
  flex-direction: column;
  margin-right: min(40px, 2.78vw);
}

.tel_pc a {
  font-size: min(28px, 1.94vw);
  color: black;
  white-space: nowrap;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: bold;
  line-height: 1;
}

.tel_pc .tel-link {
  position: relative;
}

.tel_pc .tel-link:before {
  content: "";
  display: inline-block;
  width: min(32px, 2.22vw);
  height: min(22px, 1.53vw);
  margin-right: min(10px, 0.69vw);
  background: url(../img/phone.png) center/contain no-repeat;
}

.tel_pc a img {
  width: 32px;
  height: auto;
  margin-right: 10px;
}

.tel_pc p {
  font-size: min(14px, 0.97vw);
  white-space: nowrap;
}

.footer-list .tel_pc .tel-link:before {
  width: min(46px, 3.19vw);
  height: min(32px, 2.22vw);
}

.footer-list .tel_pc a img {
  width: min(46px, 3.19vw);
}

.footer-list .tel_pc {
  margin-right: 0;
}

.footer-list .tel_pc a {
  font-size: min(40px, 2.78vw);
}

.footer-list .tel_pc p {
  font-size: min(20px, 1.39vw);
}

.tel_sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-wrap .header-menu .contact .tel {
    width: 9.07vw;
    margin-left: 0;
  }
  .header-wrap .header-menu .contact .tel_pc {
    display: none;
  }
  .header-wrap .header-menu .contact .tel_sp {
    display: block;
  }
  .footer-list .tel_pc a {
    font-size: 24px;
  }
  .footer-list .tel_pc p {
    font-size: 12px;
  }
  .footer-list .tel_pc .tel-link:before {
    width: 33px;
    height: 23px;
  }
  .footer-list .tel_pc a img {
    width: 33px;
  }
}

.header-wrap .header-menu .contact .btn-wrapper {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
@media screen and (max-width: 768px) {
  .header-wrap--lower .header-menu .contact .btn-wrapper {
    position: relative;
    right: 45px;
  }
}
@media screen and (max-width: 480px) {
  .header-wrap--lower .header-menu .contact .btn-wrapper {
    right: 35px;
  }
}

.header-wrap .header-menu .contact .btn {
  width: min(250px, 17.36vw);
}

@media screen and (max-width: 768px) {
  .header-wrap .header-menu .contact .btn {
    width: 34.13vw;
    margin-left: 2vw;
  }
}
.header-wrap .header-kv {
  margin: 0 auto;
  padding: 0;
}

@media screen and (max-width: 768px) {
  .header-wrap .header-kv {
    background: url("../img/header_back_sp01.svg") bottom left no-repeat, url("../img/header_back_sp02.svg") bottom right no-repeat;
  }
}

.header-kv__inner {
  margin: 0 auto;
  max-width: 1320px;
  width: calc(100% - 120px);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 1200px) {
  .header-kv__inner {
     width: 92%;
  }
}
@media screen and (max-width: 768px) {
  .header-kv__inner {
    flex-flow: column;
    justify-content: center;
  }
}

.header-kv-contents {
  width: 48%;
}
@media screen and (max-width: 768px) {
  .header-kv-contents {
    width: 100%;
    margin-top: 8vw;
  }
}

.header-wrap .header-kv .copy {
  width: 100%;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .header-wrap .header-kv .copy {
    width: 100%;
  }
}
.header-wrap .header-kv .copy h1 {
  font-size: min(2vw, 32px);
  font-weight: 700;
  text-align: left;
  width: calc(100% + 2em);
  margin-left: -1em;
}

@media screen and (max-width: 768px) {
  .header-wrap .header-kv .copy h1 {
    font-size: 4.66vw;
    text-align: center;
  }
}
.header-wrap .header-kv .copy h1 .green {
  color: var(--green);
  font-weight: 700;
}

.header-wrap .header-kv .copy h1 .small {
  font-size: min(1.7vw, 28px);
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header-wrap .header-kv .copy h1 .small {
    font-size: 4.07vw;
  }
}

.header-wrap .header-kv .copy h1 .dot {
  position: relative;
}

.header-wrap .header-kv .copy h1 .dot::before {
  content: "●";
  position: absolute;
  top: -5px;
  left: 0;
  right: 0;
  margin: 0 auto 0;
  color: var(--yellow);
  font-size: 6px;
  text-align: center;
}

.header-wrap .header-kv .copy .logo {
  width: 100%;
  margin-top: 2vw;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header-wrap .header-kv .copy .logo {
    width: 100%;
  }
}
.header-wrap .header-kv .copy .logo span {
  margin-top: 5vw;
  font-size: 1.4vw;
  font-weight: 700;
  position: absolute;
  right: 0;
  bottom: -15px;
}

@media screen and (max-width: 768px) {
  .header-wrap .header-kv .copy .logo span {
    font-size: 3vw;
  }
}

.header-wrap .header-kv .mv {
  text-align: center;
  margin-top: 2vw;
}

.header-wrap .header-kv .mv-img {
  width: 54%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .header-wrap .header-kv .mv-img {
    width: 81.87vw;
    display: inline-block;
  }
}

.header-wrap .header-kv .mv-form {
  margin: min(45px, 3.13vw) 0 min(15px, 1.04vw);
  width: min(520px, 36.11vw);
  border: 5px solid var(--green);
  border-radius: 25px;
  background: #fff;
  padding: min(15px, 1.04vw) min(50px, 3.47vw) min(23px, 1.60vw);
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .header-wrap .header-kv .mv-form {
    width: 100%;
    max-width: 100%;
    margin: min(30px, 8vw) 0;
    border-width: max(0.86vw, 2px);
    padding: min(20px, 5.33vw) min(15px, 4vw) min(30px, 8vw);
    border-radius: min(16px, 4.27vw);
  }
}

.header-wrap .header-kv .mv-form__phrase {
  text-align: center;
  font-weight: bold;
  font-size: min(16px, 1.11vw);
}
@media screen and (max-width: 768px) {
  .header-wrap .header-kv .mv-form__phrase {
    font-size: min(16px, 4.27vw);
  }
}

.header-wrap .header-kv .mv-form__ttl {
  text-align: center;
  font-weight: bold;
  font-size: min(24px, 1.67vw);
  margin-bottom: min(17px, 1.18vw);
}
@media screen and (max-width: 768px) {
  .header-wrap .header-kv .mv-form__ttl {
    font-size: min(24px, 6.40vw);
    width: calc(100% + 2em);
    margin-left: -1em;
    margin-bottom: 0.5em;

  }
}

.trial-form {
  width: 100%;
  font-size: min(16px, 1.11vw);
}

.trial-form__term {
  font-weight: bold;
  margin-bottom: 3px;
}
@media screen and (max-width: 768px) {
  .trial-form__term {
    font-size: min(14px, 3.73vw);
    margin-bottom: 0.2em;
    width: calc(100% + 1em);
  }
}

.trial-form__required {
  font-weight: bold;
  color: var(--red);
  font-size: 10px;
}
@media screen and (max-width: 768px) {
  .trial-form__required {
    font-size: min(10px, 2.67vw);
  }
}

.trial-form__note {
  font-weight: normal;
  color: var(--text03);
  font-size: 10px;
  margin-left: 1em;
  display: inline-block;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 768px) {
  .trial-form__note {
    font-size: min(10, 2.67vw);
    margin-left: 0.4em;
  }
}

.trial-form__desc {
  margin-bottom: 4px;
}
@media screen and (max-width: 768px) {
  .trial-form__desc {
    margin-bottom: 0.80vw;
  }
}

.trial-form input[type="text"],
.trial-form input[type="email"],
.trial-form input[type="tel"] {
  border-radius: 0;
  appearance: none;
  outline: none;
  border: 1px solid var(--border);
  width: 100%;
  font-size: 12px;
  padding: 0.67em 1.25em;
}
@media screen and (max-width: 768px) {
  .trial-form input[type="text"],
  .trial-form input[type="email"],
  .trial-form input[type="tel"] {
    font-size: min(12px, 3.20vw);
  }
}

.trial-form input[type="text"]::placeholder,
.trial-form input[type="email"]::placeholder,
.trial-form input[type="tel"]::placeholder {
  color: #858585;
  font-size: 10px;
  opacity: 1;
}
@media screen and (max-width: 768px) {
  .trial-form input[type="text"]::placeholder,
  .trial-form input[type="email"]::placeholder,
  .trial-form input[type="tel"]::placeholder {
    font-size: min(10px, 2.67vw);
  }
}

.trial-form__name {
  display: flex;
  gap: 0 32px;
}
@media screen and (max-width: 768px) {
  .trial-form__name {
    gap: 0 min(22px, 5.87vw);
  }
}

@media screen and (max-width: 768px) {
  .trial-form__name .wpcf7-form-control-wrap {
    width: calc((100% - min(22px, 5.87vw)) / 2);
  }
}

.trial-form__consent {
  text-align: center;
  margin-top: min(17px, 1.18vw);
}
@media screen and (max-width: 768px) {
  .trial-form__consent {
    text-align: left;
    font-size: min(14px, 3.73vw);
    margin-top: min(8px, 2.13vw);
  }
}

.trial-form__consent-txt {
  font-weight: bold;
}

.trial-form__consent-link {
  text-decoration: underline;
  text-underline-offset: 0.1em;
  color: inherit;
}

.trial-form__btn {
  margin-top: min(18px, 1.25vw);
  text-align: center;
}
@media screen and (max-width: 768px) {
  .trial-form__btn {
    margin-top: 1.87vw;
  }
}

.trial-form__btn input[type="submit"],
.trial-form__btn button {
  appearance: none;
  border: 2.5px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  width: min(317px, 22.01vw);
  height: min(65px, 4.51vw);
  border-radius: min(37.5px, 2.60vw);
  background: #23BBE4;
  text-align: center;
  color: #fff;
  font-size: min(22px, 1.53vw);
  font-weight: bold;
  line-height: 1;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .trial-form__btn input[type="submit"],
  .trial-form__btn button {
    width: min(265px, 70.67vw);
    height: min(51px, 13.60vw);
    border-radius: min(25.5px, 6.80vw);
    font-size: min(20px, 5.33vw);
    border-width: max(0.43vw, 1px);
  }
}

.trial-form--ask .trial-form__btn input[type="submit"],
.trial-form--ask .trial-form__btn button {
  background-color: #e1e1e1;
  color: #000;
}

.trial-form .wpcf7-not-valid-tip {
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .trial-form .wpcf7-not-valid-tip {
    font-size: min(10px, 2.67vw);
  }
}

.trial-form__consent .trial-form__consent-label {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .trial-form__consent .trial-form__consent-label {
    display: flex;
    justify-content: flex-start;
  }
}

.trial-form__consent .wpcf7-list-item {
  margin: 0;
}
@media screen and (max-width: 768px) {
  .trial-form__consent .wpcf7-list-item {
    width: 20px;
  }
}

@media screen and (max-width: 768px) {
  .trial-form__consent-txt {
    width: calc(100% - 20px);
    padding-left: 0.5em;
  }
}

.wpcf7 form .wpcf7-response-output {
  font-size: min(16px, 1.11vw);
  margin: 1.5em 0 0;
  font-weight: bold;
  padding: 0.5em 1em 0.5em 3.2em;
  border-radius: 0.5em;
  text-align: left;
  background-repeat: no-repeat!important;
  background-position: 1em center!important;
  background-size: 1.5em 1.5em!important;
}
@media screen and (max-width: 768px) {
  .wpcf7 form .wpcf7-response-output {
    font-size: min(14px, 3.73vw);
  }
}

.wpcf7 form.sent .wpcf7-response-output {
  border: 2px solid #40a8bf;
  background: #f2fbfd;
  color: #2c7e8f;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%232c7e8f' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M20.285 6.709l-11.285 11.285-5.285-5.285 1.414-1.414 3.871 3.871 9.871-9.871z'/></svg>");
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output{
  border: 2px solid #f44336;
  background: #fff6f6;
  color: #c62828;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><line x1='5' y1='5' x2='19' y2='19' stroke='%23c62828' stroke-width='2'/><line x1='19' y1='5' x2='5' y2='19' stroke='%23c62828' stroke-width='2'/></svg>");
}

.wpcf7 form.failed .wpcf7-response-output{
  border: 2px solid #ff9800;
  background: #fff8ef;
  color: #e65100;
  background-image: url("data:image/svg+xml;utf8,<svg fill='%23e65100' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path d='M1 21h22L12 2 1 21zm12-3h-2v-2h2v2zm0-4h-2v-4h2v4z'/></svg>");
}

.trial-form span.wpcf7-spinner {
  display: none;
}

.header-wrap .top-price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 124px;
  background: var(--blue);
}

@media screen and (max-width: 768px) {
  .header-wrap .top-price {
    flex-direction: column;
  }
}
.header-wrap .top-price .copy {
  width: 55%;
  text-align: right;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .header-wrap .top-price .copy {
    width: 100%;
    text-align: center;
  }
}
.header-wrap .top-price .copy p {
  color: var(--text02);
  font-size: 1.625rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .header-wrap .top-price .copy p {
    font-size: 2vw;
  }
}
@media screen and (max-width: 768px) {
  .header-wrap .top-price .copy p {
    font-size: 3.5vw;
  }
}
.header-wrap .top-price .price {
  width: 45%;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .header-wrap .top-price .price {
    width: 100%;
  }
}
.header-wrap .top-price .price dl {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .header-wrap .top-price .price dl {
    justify-content: center;
    margin-top: 1vw;
  }
}
.header-wrap .top-price .price dl dt {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 81px;
  margin: 0 1vw;
  font-size: 0.875rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  background: var(--yellow);
  border-radius: 100%;
}

@media screen and (max-width: 768px) {
  .header-wrap .top-price .price dl dt {
    width: auto;
    height: auto;
    padding: 2.5px 5px;
    white-space: nowrap;
    border-radius: 2.5px;
  }
}
.header-wrap .top-price .price dl dd {
  color: var(--text02);
  font-size: 2.875rem;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .header-wrap .top-price .price dl dd {
    font-size: 3vw;
  }
}
@media screen and (max-width: 768px) {
  .header-wrap .top-price .price dl dd {
    font-size: 5vw;
  }
}
.header-wrap .top-price .price dl dd span {
  font-size: 1.5rem;
  position: relative;
  margin: 0 5px;
  bottom: 2px;
}

@media screen and (max-width: 1200px) {
  .header-wrap .top-price .price dl dd span {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 768px) {
  .header-wrap .top-price .price dl dd span {
    font-size: 3vw;
  }
}
/* --------------------------------------------- */
/* footer */
/* --------------------------------------------- */
.footer {
  background-color: #EDF5ED;
}

.footer-wrap {
  max-width: 1440px;
  width: 92%;
  padding: 74px 0;
  margin: 0 auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer-wrap {
    align-items: center;
    padding: 5vw 0 16vw;
  }
}
.footer-wrap .contact {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .footer-wrap .contact {
    flex-direction: column;
    margin-top: 5vw;
  }
}
.footer-wrap .contact-title {
  align-items: center; /* 線を上下中央 */
  display: flex; /* 文字と線を横並び */
  justify-content: center; /* 文字を中央寄せ */
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
}

.footer-wrap .contact-title::before,
.footer-wrap .contact-title::after {
  background-color: black; /* 線の色 */
  content: "";
  height: 2px; /* 線の高さ */
  width: 0.9em; /* 線の長さ */
}

.footer-wrap .contact-title::before {
  margin-right: 5px; /* 文字との余白 */
  transform: rotate(70deg); /* 傾ける */
}

.footer-wrap .contact-title::after {
  margin-left: 5px; /* 文字との余白 */
  transform: rotate(-70deg); /* 傾ける */
}

.footer-wrap .contact .btn {
  width: 250px;
}

@media screen and (max-width: 768px) {
  .footer-wrap .contact .btn {
    width: 80vw;
    max-width: 300px;
    margin: 5vw 0 0;
  }
}

.footer-wrap .footer-list-wrap {
  text-align: left;
  display: inline-block;
}

.footer-wrap .title {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 5vw;
}

.footer-wrap .title h3 {
  font-size: 20px;
  margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
  .footer-wrap .title {
    flex-direction: column;
    justify-content: center;
    margin-top: 8vw;
  }
  .footer-wrap .title h3 {
    margin-right: 0;
  }
}
.footer-wrap .title p {
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .footer-wrap .title p {
    margin-top: 8px;
  }
}

.footer-wrap .footer-list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 min(40px, 2.78vw);
}
@media screen and (max-width: 768px) {
  .footer-wrap .footer-list {
    max-width: 300px;
    width: 80vw;
    margin: 0 auto;
  }
}

.footer-wrap ul {
  display: flex;
  flex-flow: row wrap;
  gap: min(20px, 1.39vw);
}

@media screen and (max-width: 768px) {
  .footer-wrap ul {
    margin-top: 5vw;
    margin-right: 0;
    gap: 20px;
  }
}
.footer-wrap ul li {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: min(140px, 9.72vw);
  padding: min(24px, 1.67vw) 0 min(7px, 0.49vw);
  background: var(--white);
  border-radius: min(10px, 0.69vw);
}

@media screen and (max-width: 768px) {
  .footer-wrap ul li {
    width: calc((100% - 20px) / 2);
    border-radius: 10px;
  }
}
.footer-wrap .tel {
  background-color: transparent;
  padding: 0;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer-wrap .tel {
    margin-top: 42px;
    max-width: 100%;
    padding: 0;
  }
}

.footer-wrap ul li .pict {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(47px, 3.26vw);
  height: min(40px, 2.78vw);
}

@media screen and (max-width: 768px) {
  .footer-wrap ul li .pict {
    width: 47px;
    height: 40px;
  }
}

.footer-wrap ul li .pict img {
  display: inline-block;
  height: auto;
}

.footer-wrap ul li:first-child .pict img {
  width: 76.6%;
}

.footer-wrap ul li:nth-child(2) .pict img {
  width: 78.7%;
}

.footer-wrap ul li:nth-child(3) .pict img {
  width: 100%;
}

.footer-wrap ul li:nth-child(4) .pict img {
  width: 72.3%;
}

.footer-wrap ul li:nth-child(5) .pict img {
  width: 68.1%;
}

.footer-wrap ul li p {
  margin-top: 1em;
  font-size: min(14px, 0.97vw);
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .footer-wrap ul li p {
    font-size: 14px;
  }
}
.footer-wrap ul li p span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: min(19px, 1.32vw);
  height: min(19px, 1.32vw);
  text-align: center;
  background: #D9F5DB;
  border-radius: 50%;
  margin-right: 0.7em;
}
@media screen and (max-width: 768px) {
  .footer-wrap ul li p span {
    width: 19px;
    height: 19px;
  }
}

.footer-wrap .copyright {
  margin-top: 2vw;
  font-size: 0.875rem;
}

@media screen and (max-width: 768px) {
  .footer-wrap .copyright {
    margin-top: 10vw;
  }
}
.footer-copyright {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 33px 0 44px;
  max-width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .footer-copyright {
    padding: 27px 0 128px;
  }
}
.footer-copyright-wrap {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-copyright-wrap .logo {
  margin-right: 56px;
}

@media screen and (max-width: 768px) {
  .footer-copyright-wrap .logo {
    margin-right: 0;
  }
}

.footer-copyright-wrap .footer-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .footer-copyright-wrap .footer-menu {
    margin-top: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer-copyright-wrap {
    flex-direction: column;
  }
}
.footer-copyright-wrap .footer-menu a {
  color: black;
}

.footer-copyright-wrap .footer-menu a:after {
  content: "";
  height: 1.2em;
  width: 1px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  box-sizing: content-box;
  background: #333;
  display: inline-block;
  margin: 0 -2px 0 0.9em;
  position: relative;
  top: 0.2em;
  z-index: 2;
}

.footer-copyright-wrap .footer-menu a:before {
  content: "";
  height: 1.2em;
  width: 1px;
  background: #333;
  display: inline-block;
  margin: 0 0.9em 0 0;
  position: relative;
  top: 0.2em;
}

@media screen and (max-width: 768px) {
  .footer-copyright-wrap .footer-menu a {
    font-size: 12px;
    line-height: 1;
  }
}
.footer-copyright .logo {
  max-width: 320px;
}

@media screen and (max-width: 768px) {
  .footer-copyright .logo {
    max-width: unset;
    width: 245px;
  }
}
.footer-copyright .copyright {
  font-size: 12px;
  margin-top: 35px;
}

@media screen and (max-width: 768px) {
  .footer-copyright .copyright {
    margin-top: 20px;
  }
}
.footer-security {
  margin-bottom: 30px;
}

.footer-security .footer-security-contents {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px 30px;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
  padding: 15px 0;
}

.footer-security .footer-security-logo {
  image-rendering: -webkit-optimize-contrast;
  width: 180px;
}

.footer-security .footer-security-txt {
  margin: 0;
  width: calc(100% - 210px);
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .footer-security .footer-security-txt {
    width: 100%;
    font-size: 12px;
  }
}
/* --------------------------------------------- */
/* 404 */
/* --------------------------------------------- */
.error-404 {
  padding: 80px 0 100px;
}
.error-404 .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
}
.error-404 .page-title {
  font-weight: bold;
}

/* --------------------------------------------- */
/* No Results */
/* --------------------------------------------- */
.no-results {
  padding: 80px 0 100px;
}
.no-results .inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 94%;
}

/* --------------------------------------------- */
/* parts */
/* --------------------------------------------- */
a {
  transition: 0.2s;
}

a:hover {
  opacity: 0.8;
}

.anchor {
  margin-top: -80px;
  padding-top: 80px;
}

.wrap {
  padding: 70px 5vw;
}

.alignC {
  text-align: center;
}

.nowrap {
  display: inline-block;
  font-weight: inherit!important;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none!important;
  }
}
.tablet {
  display: none;
}

@media screen and (max-width: 1200px) {
  .tablet {
    display: block;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none!important;
  }
}

.mt1vw {
  margin-top: 1vw;
}

.mt2vw {
  margin-top: 2vw;
}

.mt3vw {
  margin-top: 3vw;
}

.mt4vw {
  margin-top: 4vw;
}

.mt5vw {
  margin-top: 5vw;
}

.mt6vw {
  margin-top: 6vw;
}

.mt7vw {
  margin-top: 7vw;
}

.mt8vw {
  margin-top: 8vw;
}

.mt9vw {
  margin-top: 9vw;
}

.mt10vw {
  margin-top: 10vw;
}

.heading01 {
  text-align: center;
}

.heading01 h2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .heading01 h2 {
    font-size: 1.25rem;
  }
}
.heading01 h2 .logo {
  margin: 0 10px;
  font-size: 3rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .heading01 h2 .logo {
    font-size: 2.375rem;
  }
}
@media screen and (max-width: 480px) {
  .heading01 h2 .logo {
    font-size: 2rem;
  }
}
.heading01 h2 .sub {
  margin: 0 5px;
  font-size: 2.375rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .heading01 h2 .sub {
    font-size: 1.625rem;
  }
}
.heading01 .blue {
  color: var(--blue);
  font-size: 1.25rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .heading01 .blue {
    font-size: 1rem;
  }
}
.heading02 {
  display: inline-block;
  margin-top: 5vw;
  padding: 0 2%;
  font-size: 1.5rem;
  font-weight: 700;
  position: relative;
}

@media screen and (max-width: 768px) {
  .heading02 {
    margin-top: 10vw;
    padding: 0 5%;
    font-size: 4vw;
  }
}
.heading02::before, .heading02::after {
  content: "";
  display: block;
  width: 4px;
  height: 32px;
  background: var(--green);
  position: absolute;
}

@media screen and (max-width: 768px) {
  .heading02::before, .heading02::after {
    height: 3.5vh;
  }
}
.heading02::before {
  left: 0;
  bottom: 10px;
  transform: rotate(-30deg);
}

.heading02::after {
  right: 0;
  bottom: 10px;
  transform: rotate(30deg);
}

.heading02 strong {
  font-size: 2rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .heading02 strong {
    font-size: 5.5vw;
  }
}
.heading02 span {
  font-size: 1.125rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .heading02 span {
    font-size: 3vw;
  }
}
.box {
  max-width: 1100px;
  width: 100%;
  margin-top: 3vw;
  padding: 3vw;
  text-align: center;
  background: var(--white);
  border-radius: 40px;
}

@media screen and (max-width: 768px) {
  .box {
    border-radius: 20px;
    margin-top: 10vw;
    padding: 5vw 3vw;
  }
}
.cap01 {
  color: var(--green);
  font-size: 4.375rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cap01 {
    font-size: 3.125rem;
  }
}
.cap02 {
  color: var(--green);
  font-size: 2.125rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cap02 {
    font-size: 1.625rem;
  }
}
.cap03 {
  color: var(--green);
  font-size: 1.875rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cap03 {
    font-size: 1.375rem;
  }
}
.cap04 {
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cap04 {
    font-size: 1rem;
  }
}
.cap05 {
  color: var(--green);
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .cap05 {
    font-size: 1rem;
  }
}
.cap06 {
  font-size: 2.375rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .cap06 {
    font-size: 1.5rem;
  }
}
.bar01 {
  text-align: center;
  background: var(--gray);
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .bar01 {
    font-size: 1.125rem;
    padding: 1vw 0;
  }
}
.bar02 {
  color: var(--text02);
  text-align: center;
  background: var(--green);
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .bar02 {
    font-size: 1.125rem;
    padding: 1vw 0;
  }
}
.bar03 {
  color: var(--text02);
  text-align: center;
  background: var(--blue);
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .bar03 {
    font-size: 1.125rem;
    padding: 1vw 0;
  }
}

body.company__page {
  background: url("../img/company__header-wrap.png") top right no-repeat;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  body.company__page {
    background: url("../img/company__header-wrap-sp.png") top right no-repeat;
  }
}
.subpage__title {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  background-color: rgba(60, 198, 65, 0.2);
  padding: 60px 0 52px;
  line-height: 1.2777777778;
}
@media (max-width: 768px) {
  .subpage__title {
    font-size: 24px;
    padding: 26px 0;
  }
}
/* --------------------------------------------- */
/* mixin */
/* --------------------------------------------- */
/* --------------------------------------------- */
/* color */
/* --------------------------------------------- */
/* 6月1日　top.cssから移植した↓*/
/* --------------------------------------------- */
/* top */
/* --------------------------------------------- */
.top01 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5vw;
  background: var(--back01);
}

@media screen and (max-width: 768px) {
  .top01 {
    padding: 10vw 5vw;
  }
}
.top01 p {
  margin-top: 1vw;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .top01 p {
    font-size: 1.125rem;
  }
}
.top01 ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 3vw;
}

@media screen and (max-width: 768px) {
  .top01 ul {
    padding: 0 5vw;
    gap: 5vw 1vw;
  }
}
.top01 ul li {
  width: 14.2857142857%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top01 ul li {
    width: calc(50% - 1vw - 20px);
  }
}
.top01 ul li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  bottom: 80px;
  left: -25px;
  border-top: 3px solid var(--green);
  border-right: 3px solid var(--green);
  transform: rotate(45deg);
}

.top01 ul li:first-child img {
  max-height: 200px;
}

.top01 ul li:first-child::before {
  content: none;
}

.top01 ul li:nth-child(2) img, .top01 ul li:nth-child(3) img, .top01 ul li:nth-child(4) img {
  max-height: 190px;
}

.top01 ul li:nth-child(5) img, .top01 ul li:nth-child(6) img {
  max-height: 270px;
}

.top02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5vw;
}

@media screen and (max-width: 768px) {
  .top02 {
    padding: 10vw 5vw;
  }
}
.top02 .inner {
  display: flex;
  flex-direction: row;
  gap: 2vw;
  max-width: 1100px;
  width: 100%;
  margin-top: 5vw;
}

.top02 .inner ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  gap: 60px 1vw;
}

.top02 .inner ul li {
  width: calc(33.3333333333% - 1vw);
}

@media screen and (max-width: 768px) {
  .top02 .inner ul li {
    width: 100%;
  }
}
.top02 .inner ul li.before {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1vw;
  text-align: center;
  background: var(--back02);
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top02 .inner ul li.before {
    margin-top: 5vw;
    padding: 4vw 2vw;
  }
}
.top02 .inner ul li.before::after {
  content: "";
  width: 48px;
  height: 24px;
  background: url("../img/top02_arrow.svg") no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
}

.top02 .inner ul li.before h3 {
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.top02 .inner ul li.before h3 span {
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.top02 .inner ul li.before p {
  font-size: 0.875rem;
  margin-top: 10px;
}

.top02 .inner ul li.after {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 1vw;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1019607843);
}

@media screen and (max-width: 768px) {
  .top02 .inner ul li.after {
    padding: 4vw 2vw;
  }
}
.top02 .inner ul li.after h3 {
  margin-top: 10px;
  color: var(--green);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.top02 .inner ul li.after h3 span {
  display: block;
  color: var(--text01);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.top02 .inner ul li.after .image {
  padding-top: 20px;
}

@media screen and (max-width: 768px) {
  .top02 .inner ul li.after .image {
    width: 70vw;
  }
}
@media screen and (max-width: 768px) {
  .top02 .inner ul li:nth-child(1) {
    order: 1;
  }
  .top02 .inner ul li:nth-child(2) {
    order: 3;
  }
  .top02 .inner ul li:nth-child(3) {
    order: 5;
  }
  .top02 .inner ul li:nth-child(4) {
    order: 2;
  }
  .top02 .inner ul li:nth-child(5) {
    order: 4;
  }
  .top02 .inner ul li:nth-child(6) {
    order: 6;
  }
}
.top02 .inner ul .pict {
  max-width: 40px;
  width: 100%;
}

.top03 {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 5vw;
  background: var(--back01);
}

@media screen and (max-width: 768px) {
  .top03 {
    padding: 10vw 5vw;
  }
}
.top03 .sec01 ul {
  display: flex;
  flex-direction: row;
  margin: 3vw 6vw;
}

@media screen and (max-width: 768px) {
  .top03 .sec01 ul {
    flex-direction: column;
    align-items: center;
    margin: 0;
  }
}
.top03 .sec01 ul li {
  width: 50%;
  padding: 0 2.5vw;
}

@media screen and (max-width: 768px) {
  .top03 .sec01 ul li {
    width: 100%;
    margin-top: 10vw;
    padding: 0;
  }
}
.top03 .sec01 ul li img {
  max-width: 310px;
}

@media screen and (max-width: 480px) {
  .top03 .sec01 ul li img {
    max-width: 100%;
  }
}
.top03 .sec02 ul {
  display: flex;
  flex-direction: row;
  margin: 3vw 0;
  gap: 0 6vw;
}

@media screen and (max-width: 768px) {
  .top03 .sec02 ul {
    flex-direction: column;
    align-items: center;
  }
}
.top03 .sec02 ul li {
  width: 50%;
  position: relative;
}

.top03 .sec02 ul li:first-child::after {
  content: "";
  width: 48px;
  height: 24px;
  background: url("../img/top02_arrow.svg") no-repeat;
  position: absolute;
  right: -15%;
  top: 0;
  bottom: 0;
  margin: auto;
  transform: rotate(-90deg);
}

@media screen and (max-width: 768px) {
  .top03 .sec02 ul li:first-child::after {
    right: 0;
    left: 0;
    top: unset;
    bottom: -6vw;
    transform: unset;
  }
}
@media screen and (max-width: 768px) {
  .top03 .sec02 ul li {
    width: 100%;
    margin-top: 10vw;
    padding: 0;
  }
}
.top03 .sec02 ul li img {
  max-width: 310px;
  margin-top: 2vw;
}

@media screen and (max-width: 768px) {
  .top03 .sec02 ul li img {
    max-width: 60%;
    padding: 3vw 0;
  }
}
.top03 .sec02 ul li p {
  margin-top: 1vw;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: left;
}

.top03 .sec03 h4 {
  margin-top: 3vw;
  font-size: 1.5rem;
  font-weight: 700;
}

.top03 .sec03 picture {
  display: block;
  padding: 1vw 6vw 0;
}

@media screen and (max-width: 768px) {
  .top03 .sec03 picture {
    padding: 1vw 0 0;
  }
}
.top03 .sec03 picture img {
  max-width: 700px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top03 .sec03 picture img {
    margin-top: 5vw;
  }
}
.top03 .sec03 .bar03 {
  margin-top: 5.5vw;
}
@media screen and (max-width: 768px) {
  .top03 .sec03 .bar03 {
    margin-top: 13.5vw;
  }
}

.top03 .sec03__text {
  margin-top: 2vw;
  font-size: 1rem;
  font-weight: 700;
}

.top03 .sec03__text-inner {
  max-width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .top03 .sec03__text-inner {
    padding: 0 5vw;
  }
}
@media screen and (max-width: 768px) {
  .top03 .sec03__text-inner {
    padding: 0;
    max-width: 100%;
  }
}

.top03 .sec03__text-price {
  margin-top: 20px;
  font-size: 20px;
  font-weight: 400;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .top03 .sec03__text-price {
    margin-top: 10px;
    font-size: 14px;
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .top03 .sec03__text-price {
    margin-top: 10px;
    font-size: 14px;
    padding: 0;
  }
}

.top03 .sec04 .bar03 {
  margin-top: 2vw;
}

.top03 .sec04 .case02 {
  margin-top: 5vw;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 .case02 {
    margin-top: 10vw;
  }
}
.top03 .sec04 h4 {
  margin-top: 3vw;
  font-size: 1.5rem;
  font-weight: 700;
}

.top03 .sec04 picture {
  display: block;
  padding: 1vw 6vw 0;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 picture {
    padding: 5vw 0 0;
  }
}
.top03 .sec04 picture img {
  max-width: 700px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 picture img {
    max-width: unset;
  }
}
.top03 .sec04 p {
  margin-top: 2vw;
  font-size: 1rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 p {
    margin-top: 5vw;
  }
}
.top03 .sec04 .before {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 2vw;
  padding: 2vw;
  text-align: center;
  background: var(--back02);
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 .before {
    margin-top: 5vw;
    padding: 5vw 2vw;
  }
}
.top03 .sec04 .before::after {
  content: "";
  width: 48px;
  height: 24px;
  background: url("../img/top02_arrow.svg") no-repeat;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -40px;
  margin: 0 auto;
}

.top03 .sec04 .before img {
  max-width: 400px;
  width: 100%;
}

.top03 .sec04 .before ul {
  margin-top: 1.5vw;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 .before ul {
    margin-top: 5vw;
  }
}
.top03 .sec04 .before ul li {
  margin-top: 0.5vw;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 .before ul li {
    margin-top: 2vw;
  }
}
.top03 .sec04 .before ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/excla.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.top03 .sec04 .after {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  padding: 2vw;
  text-align: center;
  border-radius: 20px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1019607843);
}

@media screen and (max-width: 768px) {
  .top03 .sec04 .after {
    padding: 5vw 2vw;
  }
}
.top03 .sec04 .after h3 {
  margin-top: 10px;
  color: var(--green);
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.top03 .sec04 .after h3 span {
  display: block;
  color: var(--text01);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.top03 .sec04 .after img {
  max-width: 400px;
  width: 100%;
}

.top03 .sec04 .after ul {
  margin-top: 1.5vw;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 .after ul {
    margin-top: 5vw;
  }
}
.top03 .sec04 .after ul li {
  margin-top: 0.5vw;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 .after ul li {
    margin-top: 2vw;
  }
}
.top03 .sec04 .after ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/check.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.top03 .sec04 .title img {
  max-width: 460px;
  width: 100%;
}

.top03 .sec04 dl {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-top: 5vw;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 dl {
    flex-direction: column;
    align-items: center;
  }
}
.top03 .sec04 dl dt {
  max-width: 540px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 dl dt {
    max-width: unset;
  }
}
.top03 .sec04 dl dt ul.flow {
  display: flex;
  flex-flow: column;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 dl dt ul.flow {
    margin-top: 5vw;
  }
}
.top03 .sec04 dl dt ul.flow > li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  padding: 1.4vw;
  background: var(--back01);
  border-radius: 20px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 dl dt ul.flow > li {
    padding: 5vw 2vw;
  }
}
.top03 .sec04 dl dt ul.flow > li::before {
  content: "";
  width: 28px;
  height: 14px;
  background: url("../img/top02_arrow.svg") no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: -30px;
  margin: 0 auto;
}

.top03 .sec04 dl dt ul.flow > li:first-child {
  margin-top: 0;
}

.top03 .sec04 dl dt ul.flow > li:first-child::before {
  content: none;
}

.top03 .sec04 dl dt ul.flow > li .image {
  max-width: 120px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 dl dt ul.flow > li .image {
    display: none;
  }
}
.top03 .sec04 dl dt ul.flow > li .text {
  width: calc(100% - 120px);
  padding-left: 1vw;
  text-align: left;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 dl dt ul.flow > li .text {
    width: 100%;
  }
}
.top03 .sec04 dl dt ul.flow > li .text .inner {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.top03 .sec04 dl dt ul.flow > li .text .inner .imgsp {
  display: none;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 dl dt ul.flow > li .text .inner .imgsp {
    display: block;
    width: 40%;
    padding-right: 10%;
  }
}
.top03 .sec04 dl dt ul.flow > li .text h3 {
  font-size: 1.25rem;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 dl dt ul.flow > li .text ul {
    margin-top: 5vw;
  }
}
.top03 .sec04 dl dt ul.flow > li .text ul li {
  margin-top: 1vw;
  padding-left: 30px;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  position: relative;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 dl dt ul.flow > li .text ul li {
    margin-top: 2vw;
  }
}
.top03 .sec04 dl dt ul.flow > li .text ul li::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url("../img/check.svg") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.top03 .sec04 dl dd {
  margin-left: 24px;
}

.top03 .sec04 dl dd picture {
  padding: 0;
}

@media screen and (max-width: 768px) {
  .top03 .sec04 dl dd {
    margin: 0;
  }
}
.top03 .sec05 picture {
  display: block;
  margin-top: 1vw;
}

@media screen and (max-width: 768px) {
  .top03 .sec05 picture {
    margin-top: 5vw;
  }
}
.top03 .sec05 picture img {
  max-width: 700px;
  width: 100%;
}

.top03 .sec05 .bar03 {
  margin-top: 5vw;
}

@media screen and (max-width: 768px) {
  .top03 .sec05 .bar03 {
    margin-top: 10vw;
  }
}
.top03 .sec05 p {
  margin-top: 2vw;
  font-weight: 700;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .top03 .sec05 p {
    margin-top: 5vw;
  }
}
.top03 .sec05 p strong {
  font-size: 1.25rem;
  font-weight: 700;
}

.top03 .sec05 p strong.green {
  color: var(--green);
}

.top03 .sec05 .cv {
  padding-bottom: 3vw;
}

@media screen and (max-width: 768px) {
  .top03 .sec05 .cv {
    padding-bottom: 5vw;
  }
}
.top03 .sec05 .cv .inner {
  margin-top: 2vw;
}

@media screen and (max-width: 768px) {
  .top03 .sec05 .cv .inner {
    overflow-x: scroll;
  }
}
@media screen and (max-width: 768px) {
  .top03 .sec05 .cv .inner img {
    width: unset;
  }
}
.top03 .end-text {
  max-width: 890px;
  width: 100%;
  margin-top: 4vw;
  mix-blend-mode: multiply;
}

/* --------------------------------------------- */
/* price */
/* --------------------------------------------- */
.price-sec {
  padding: 60px 0 70px;
}
@media screen and (max-width: 768px) {
  .price-sec {
    padding: min(60px, 16vw) 0 min(30px, 8vw);
  }
}

.price__inner {
  margin: 0 auto;
  width: 92%;
  max-width: 1100px;
}

.price__ttl {
  font-weight: bold;
  font-size: 38px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .price__ttl {
    font-size: 24px;
  }
}

.price__block-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0 5%;
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .price__block-wrap {
    margin-top: min(30px, 8vw);
    gap: min(30px, 8vw) 0;
  }
}

.price__block {
  width: 47.5%;
  border: 5px solid var(--green);
  border-radius: 25px;
}
@media screen and (max-width: 768px) {
  .price__block {
    width: 100%;
    border-width: max(2px, 0.86vw);
    border-radius: min(16px, 4.27vw);
  }
}

.price__block-heading {
  background: var(--green);
  color: #fff;
  text-align: center;
  padding: 20px 20px 0;
  border-radius: 10px 10px 0 0;
}
@media screen and (max-width: 768px) {
  .price__block-heading {
    padding: min(15px, 4vw) 0 min(10px, 2.67vw);
    border-radius: min(8px, 2vw) min(8px, 2vw) 0 0;
  }
}

.price__block-desc {
  min-height: 5.125em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price__block-desc {
    font-size: min(14px, 3.7vw);
    margin-bottom: -0.5em;
  }
}

.price__block-ttl {
  font-size: 48px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .price__block-ttl {
    font-size: min(32px, 8.53vw);
  }
}

.price__block-body {
  padding: 30px 50px min(23px, 1.60vw);
}
@media screen and (max-width: 768px) {
  .price__block-body {
    padding: min(30px, 8vw) min(15px, 4vw) min(30px, 8vw);
  }
}


/* --------------------------------------------- */
/* form */
/* --------------------------------------------- */
@media screen and (max-width: 767px) {
  .form .wrap {
    padding-top: 8vw;
  }
}

.form .text01 {
  margin-top: 3vw;
}

.form .text01 p {
  font-weight: 700;
}

.form .text01 span {
  color: var(--text03);
  font-size: 0.75rem;
}

.form .text02 {
  margin-top: 3vw;
}

@media screen and (max-width: 768px) {
  .form .text02 {
    margin-top: 10vw;
  }
}
.form .text02 span {
  color: var(--text03);
  font-size: 0.75rem;
}

.form .privacy {
  height: 250px;
  margin-top: 3vw;
  padding: 0 4% 4%;
  border: 1px solid var(--border);
  border-radius: 4px;
  overflow-y: scroll;
}

@media screen and (max-width: 768px) {
  .form .privacy {
    margin-top: 10vw;
  }
}
.form .privacy h3 {
  margin-top: 3vw;
  font-size: 1.25rem;
  font-weight: 700;
}

.form .privacy h4 {
  margin-top: 2vw;
  font-size: 1rem;
  font-weight: 700;
}

.form .privacy p {
  margin-top: 1vw;
  font-size: 0.875rem;
}

.form .privacy .red {
  color: var(--red);
}

.form form {
  max-width: 800px;
  margin: 3vw auto 0;
  text-align: left;
}

.form-bownow {
  max-width: 800px;
  margin: 3vw auto 0;
  text-align: left;
}

.form form .req {
  margin-left: 10px;
  color: var(--red);
  font-size: 0.625rem;
}

.form form .small {
  margin-left: 20px;
  color: var(--text03);
  font-size: 0.75rem;
}

.form form label {
  display: block;
  margin-top: 1vw;
}

.form form .radiospace {
  margin-right: 2vw;
  white-space: nowrap;
}

.form form input[type=radio] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -4px;
}

.form form input[type=radio]:checked {
  border: 1px solid var(--green);
}

.form form input[type=radio]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--green);
  content: "";
}

.form form input[type=text],
.form form input[type=email],
.form form input[type=tel] {
  width: 100%;
  margin-top: 5px;
  padding: 1vw;
  font-size: 1.25rem;
  border-radius: 4px;
  border: 1px solid var(--border);
}

.form form textarea {
  width: 100%;
  margin-top: 5px;
  padding: 1vw;
  font-size: 1.25rem;
  border-radius: 4px;
  border: 1px solid var(--border);
}

.form form .block {
  margin-top: 2vw;
}

.form form .block.formtitle {
  line-height: 2.5;
}

@media screen and (max-width: 768px) {
  .form form .block {
    margin-top: 5vw;
  }
}
.form form input[type=image] {
  position: absolute;
  left: 0;
  right: 0;
  margin: 2vw auto;
  transition: 0.2s;
}

@media screen and (max-width: 768px) {
  .form form input[type=image] {
    margin: 5vw auto;
  }
}
.form form input[type=image]:hover {
  opacity: 0.8;
}

.form .wpcf7-list-item{
  margin: 0 2em 0 0;
}

.form input[type="submit"],
.form .btn-submit,
.form .btn-confirm,
.form .btn-back,
.form .btn-send {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  appearance: none;
  border: none;
  outline: none;
  color: #fff;
  border: 2px solid #fff;
  background: var(--green);
  line-height: 1;
  width: 190px;
  height: 50px;
  border-radius: 25px;
  font-size: 1rem;
  font-weight: 700;
  margin: 30px auto;
  cursor: pointer;
  transition: ease 0.2s all;
}
.form .btn-send {
  margin: 0;
}
.form .btn-back {
  margin: 0;
  background: #c1c1c5;
}
.form input[type="submit"]:hover,
.form .btn-submit:hover,
.form .btn-confirm:hover,
.form .btn-back:hover,
.form .btn-send:hover {
  opacity: 0.8;
}

.form .wpcf7-spinner {
  display: none;
}

/* 確認モード時に不要な要素を非表示化 */
body.is-confirm .header-menu .contact,
body.is-confirm .header-kv,
body.is-confirm .top-price,
body.is-confirm .top01,
body.is-confirm .top02,
body.is-confirm .top03,
body.is-confirm .price-sec,
body.is-confirm .footer,
body.is-confirm .footer-copyright,
body.is-confirm .form .form-ttl,
body.is-confirm .form .text01
{ 
  display: none !important; 
}

body.is-confirm {
  background: var(--back01);
}
body.is-confirm .header-wrap {
  background: none;
}

/* [submit] はフォーム画面では隠す（確認画面でプログラム送信に使う） */
#contact-form .btn-submit{ display:none; }

/* デフォルトでは確認画面を隠す */
#contact-form .confirm-view[hidden]{ display:none !important; }

/* 確認画面時にフォームの不要な要素を非表示化 */
body.is-confirm #contact-form .block,
body.is-confirm #contact-form .text02,
body.is-confirm #contact-form .privacy,
body.is-confirm #contact-form .mailform-submit { 
  display: none !important; 
}

/* 確認画面を表示 */
body.is-confirm #contact-form .confirm-view { 
  display: block !important; 
}

/* 最終送信ボタンを出す */
body.is-confirm #contact-form .btn-submit { 
  display: inline-block !important; 
}

.confirm-list-wrap {
  margin-top: 48px;
}
.confirm-list {
  border-bottom: 1px solid var(--border);
}
.confirm-list dt {
  margin-top: 1em;
}
.confirm-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px 30px;
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .confirm-buttons {
    margin-top: 50px;
  }
}

/* 送信完了画面 */
body.thanks__page {
  background: var(--back01);
}
body.thanks__page .header-menu .contact,
body.thanks__page .footer,
body.thanks__page .footer-copyright {
  display: none;
}
body.thanks__page .wrap {
  text-align: center;
}
body.thanks__page .wrap p {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  body.thanks__page .wrap p {
    font-size: 14px;
  }
}
@media screen and (max-width: 415px) {
  body.thanks__page .wrap p {
    text-align: left;
  }
}
body.thanks__page .wrap p br.pc {
  display: block!important;
}
@media screen and (max-width: 415px) {
  body.thanks__page .wrap p br.pc {
    display: none!important;
  }
}
body.thanks__page .wrap a {
  color: var(--blue);
  text-decoration: underline;
}


.header__hamburger {
  display: none;
}
@media (max-width: 768px) {
  .header__hamburger {
    display: block;
  }
}

.hamburger {
  position: fixed;
  position: absolute;
  right: 4vw;
  top: 3vh;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 300;
}
@media (max-width: 600px) {
  .hamburger {
    top: 2vh;
  }
}
@media (max-width: 480px) {
  .hamburger {
    right: 2vw;
  }
}

.hamburger__border {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: var(--black);
  transition: 0.3s;
}
@media (max-width: 480px) {
  .hamburger__border {
    width: 20px;
    height: 2px;
  }
}

.hamburger__border:nth-child(1) {
  top: 0;
}

.hamburger__border:nth-child(2) {
  top: 13px;
}
@media (max-width: 480px) {
  .hamburger__border:nth-child(2) {
    top: 9px;
  }
}

.hamburger__border:nth-child(3) {
  top: 26px;
}
@media (max-width: 480px) {
  .hamburger__border:nth-child(3) {
    top: 18px;
  }
}

.btn-close {
  position: fixed;
  right: 2vw;
  top: 2vh;
  width: 30px;
  height: 30px;
  display: none;
  z-index: 300;
  cursor: pointer;
}

.btn-close span {
  position: absolute;
  width: 30px;
  height: 3px;
  background-color: var(--border-gray);
  transition: 0.3s;
}

.btn-close span:nth-child(1) {
  transform: rotate(45deg);
  top: 13px;
}

.btn-close span:nth-child(2) {
  transform: rotate(-45deg);
  top: 13px;
}

.open .hamburger__border {
  display: none;
}

.open .btn-close {
  display: block;
}

.hamburger__nav {
  padding-top: 60px;
  position: fixed;
  right: -100%;
  top: 0;
  width: 70%;
  height: 100vh;
  background-color: var(--white);
  transition: transform 0.3s ease-in-out;
  z-index: 200;
  overflow-y: auto;
}
.hamburger__nav .hamburger__menus {
  padding-left: 0;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 500;
}
.hamburger__nav .hamburger__menu {
  border-bottom: 1px solid var(--border-sub);
  margin: 0;
  text-align: left;
  list-style: none;
  display: block;
  width: 100%;
}
.hamburger__nav .hamburger__menu a {
  padding: 15px;
  display: block;
  width: 100%;
  height: 100%;
}
.hamburger__nav a {
  text-decoration: none;
  color: var(--black);
}
.hamburger__nav li:first-child {
  border-top: 1px solid var(--border-sub);
}

.hamburger__back--phone {
  padding: 15px;
}
.hamburger__back--phone a::before {
  content: "";
  width: 24px;
  height: 16px;
  display: inline-block;
  margin-right: 5px;
  background: url(../img/phone.png) center no-repeat;
  background-size: contain;
}

.hamburger__back--number {
  font-size: 24px;
  margin-bottom: 5px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-weight: 500;
}

.hamburger__back--business-hours {
  font-size: 12px;
  line-height: 1;
  margin-bottom: 0;
  margin-top: 5px;
}

.open .hamburger__nav {
  right: 0;
}

.hamburger__background {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: var(--black);
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  cursor: pointer;
  z-index: 100;
}

.open .hamburger__background {
  opacity: 0.3;
  visibility: visible;
}

.company .company__title {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  background-color: rgba(60, 198, 65, 0.2);
  padding: 60px 0 52px;
  line-height: 1.2777777778;
}
@media (max-width: 768px) {
  .company .company__title {
    font-size: 24px;
    padding: 26px 0;
  }
}
.company .company__inner {
  margin: 0 auto 87px;
  width: 100%;
  padding: 0 30px;
}
@media (max-width: 1200px) {
  .company .company__inner {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .company .company__inner {
    padding: 0 20px;
    margin: 0 auto 102px;
  }
}
@media (max-width: 480px) {
  .company .company__inner {
    padding: 0 10px;
  }
}
.company .company__subtitle {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2068965517;
  padding: 63px 0 40px;
  text-align: center;
}
@media (max-width: 768px) {
  .company .company__subtitle {
    font-size: 20px;
    padding: 35px 0;
  }
}
.company .company__detail {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
}
.company .company__detail tbody {
  font-size: 16px;
  font-weight: 400;
  text-align: start;
}
.company .company__detail tr {
  padding: 16px;
}
.company .company__detail tr:first-child {
  border-top: 1px solid var(--border-sub);
}
.company .company__detail tr:first-child th {
  border-top: 1px solid var(--border-sub);
}
.company .company__detail tr:first-child td {
  border-top: 1px solid var(--border-sub);
}
@media (max-width: 768px) {
  .company .company__detail tr:first-child td {
    border-top: none;
  }
}
.company .company__detail th {
  border-bottom: 1px solid var(--border-sub);
  padding: 16px;
  font-weight: 700;
  text-align: start;
}
@media (max-width: 768px) {
  .company .company__detail th {
    width: 100%;
    display: block;
    background: var(--back01);
    border-left: 1px solid var(--border-sub);
    border-right: 1px solid var(--border-sub);
    padding: 5px 10px;
  }
}
@media (max-width: 480px) {
  .company .company__detail th {
    font-size: 13px;
  }
}
.company .company__detail td {
  border-bottom: 1px solid var(--border-sub);
  padding: 16px;
}
@media (max-width: 768px) {
  .company .company__detail td {
    width: 100%;
    display: block;
    border-left: 1px solid var(--border-sub);
    border-right: 1px solid var(--border-sub);
    padding: 5px 10px;
  }
}
@media (max-width: 480px) {
  .company .company__detail td {
    font-size: 13px;
  }
}
.company .company__detail .company__phone {
  pointer-events: none;
}
@media (max-width: 780px) {
  .company .company__detail .company__phone {
    pointer-events: auto;
  }
}
.company .company__detail a {
  color: var(--blue);
}
.company .company__detail li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 7px;
}
.company .company__detail .sp {
  display: none;
}
@media (max-width: 768px) {
  .company .company__detail .sp {
    display: block;
  }
}
.company .company__detail .company__project th {
  vertical-align: middle;
}
.company .company__detail .company__client th {
  vertical-align: middle;
}
.company .company__detail .company__client td {
  padding: 16px 31px 35px 16px;
}
@media (max-width: 768px) {
  .company .company__detail .company__client td {
    display: block;
    padding: 5px 17px 17px 10px;
  }
}
.company .company__detail p {
  text-align: right;
}

body.company__page {
  background: url("../img/company__header-wrap.png") top right no-repeat;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  body.company__page {
    background: url("../img/company__header-wrap-sp.png") top right no-repeat;
  }
}

.no-scroll {
  overflow: hidden;
}

.header-wrap.company__header-wrap {
  height: unset;
  background-image: none;
  background-size: 55% auto;
  color: var(--black);
}

.header-menu.company__header-menu {
  height: unset;
}
@media (max-width: 768px) {
  .header-menu.company__header-menu {
    align-items: center;
  }
}
@media (max-width: 768px) {
  .header-menu.company__header-menu .contact {
    display: block;
    margin-left: 40px;
  }
}
@media (max-width: 480px) {
  .header-menu.company__header-menu .contact {
    margin-top: 10px;
    margin-left: 30px;
  }
  .header-wrap--lower .header-menu .contact {
    margin-top: 5px;
    margin-bottom: 5px;
  }
}

.terms .terms__title {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  background-color: rgba(60, 198, 65, 0.2);
  padding: 60px 0 52px;
  line-height: 1.2777777778;
}
@media (max-width: 768px) {
  .terms .terms__title {
    font-size: 24px;
    padding: 28px 0 21px;
  }
}
.terms .terms__subtitle {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
  padding: 64px 0;
  text-align: center;
}
@media (max-width: 768px) {
  .terms .terms__subtitle {
    font-size: 20px;
    padding: 48px 15px;
    word-break: keep-all;
  }
}
.terms .terms__inner {
  margin: 0 auto 145px;
  width: 100%;
  max-width: 980px;
}
@media (max-width: 1200px) {
  .terms .terms__inner {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .terms .terms__inner {
    padding: 0 20px;
    margin: 0 auto 102px;
  }
}
@media (max-width: 480px) {
  .terms .terms__inner {
    padding: 0 10px;
    margin: 0 auto 51px;
  }
}
.terms .terms__heading--chapter {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .terms .terms__heading--chapter {
    font-size: 20px;
  }
}
.terms .terms__heading--chapter:first-child {
  margin-top: 0px;
}
.terms .terms__heading--chapter:not(:first-child) {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .terms .terms__heading--chapter:not(:first-child) {
    margin-top: 34px;
  }
}
.terms .terms__heading--article {
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .terms .terms__heading--article {
    font-size: 16px;
    margin-top: 20px;
  }
}
.terms .terms__heading--chapter + .terms__heading--article {
  margin-top: 60px;
}
@media (max-width: 768px) {
  .terms .terms__heading--chapter + .terms__heading--article {
    margin-top: 34px;
  }
}
.terms p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 40px;
  line-height: 1.7142857143;
}
@media (max-width: 768px) {
  .terms p {
    margin-top: 22px;
    font-size: 16px;
  }
}
.terms p.terms__additional-rules {
  margin-top: 103px;
}
@media (max-width: 768px) {
  .terms p.terms__additional-rules {
    margin-top: 57px;
  }
}
.terms p.terms__address {
  margin-top: 59px;
}

.privacy .privacy__title {
  text-align: center;
  font-weight: 700;
  font-size: 36px;
  background-color: rgba(60, 198, 65, 0.2);
  padding: 60px 0 52px;
  line-height: 1.2777777778;
}
@media (max-width: 768px) {
  .privacy .privacy__title {
    font-size: 24px;
    padding: 28px 0 21px;
  }
}
.privacy .privacy__inner {
  margin: 63px auto 145px;
  width: 100%;
  max-width: 980px;
}
@media (max-width: 1200px) {
  .privacy .privacy__inner {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .privacy .privacy__inner {
    padding: 0 20px;
  }
}
@media (max-width: 480px) {
  .privacy .privacy__inner {
    margin: 42px auto 56px;
  }
}
.privacy .privacy__heading {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 768px) {
  .privacy .privacy__heading {
    font-size: 20px;
  }
}
.privacy .privacy__heading:first-child {
  margin-top: 0px;
}
.privacy .privacy__heading:not(:first-child) {
  margin-top: 80px;
}
@media (max-width: 480px) {
  .privacy .privacy__heading:not(:first-child) {
    margin-top: 45px;
  }
}
.privacy .privacy__heading--sub {
  font-size: 18px;
  font-weight: 700;
  margin-top: 40px;
  line-height: 1.2;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .privacy .privacy__heading--sub {
    font-size: 16px;
  }
}
.privacy .privacy__heading--sub:last-of-type {
  margin-top: 120px;
}
@media (max-width: 480px) {
  .privacy .privacy__heading--sub:last-of-type {
    margin-top: 30px;
  }
}
.privacy .privacy__link {
  color: var(--green);
  text-decoration: underline;
}
@media (max-width: 768px) {
  .privacy .privacy__heading + .privacy__heading--sub {
    margin-top: 40px;
  }
}
.privacy p {
  font-size: 14px;
  font-weight: 400;
  margin-top: 40px;
  line-height: 1.7142857143;
  padding-left: 10px;
}
@media (max-width: 768px) {
  .privacy p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  .privacy p:first-of-type {
    margin-top: 46px;
  }
}
.privacy p.privacy__additional-rules {
  margin-top: 103px;
}
@media (max-width: 768px) {
  .privacy p.privacy__additional-rules {
    margin-top: 57px;
  }
}
.privacy p.privacy__address {
  margin-top: 59px;
}

/* --------------------------------------------- */
/* blog archive */
/* --------------------------------------------- */
#blog-archive {
  position: relative;
}
#blog-archive p {
  margin: 0;
}
#blog-archive .sec-blog {
  padding: 60px 0;
}
#blog-archive .blog-list {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  #blog-archive .blog-list {
    width: 100%;
    margin: 11.33vw auto 13.33vw;
  }
}
#blog-archive .blog-list li {
  width: 48%;
  margin-bottom: 50px;
  background: #fff;
  box-shadow: 0 0 4.5px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 767px) {
  #blog-archive .blog-list li {
    width: 100%;
    margin-bottom: 6vw;
    box-shadow: 0 0 0.78vw rgba(0, 0, 0, 0.2);
  }
}
#blog-archive .blog-list li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  color: #000;
}
@media screen and (max-width: 767px) {
  #blog-archive .blog-list li a {
    padding: 6vw 5.33vw;
  }
}
#blog-archive .blog-list li .thumbnail-wrapper {
  width: 184px;
  height: 139px;
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  #blog-archive .blog-list li .thumbnail-wrapper {
    width: 32vw;
    height: 25.33vw;
  }
}
#blog-archive .blog-list li .thumbnail {
  width: 100%;
  height: 100%;
  display: inline-block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  transition: 0.3s all ease;
}
#blog-archive .blog-list li:hover .thumbnail {
  width: 110%;
  height: 110%;
}
#blog-archive .blog-list li .txt {
  font-size: 18px;
  padding: 0 0 0 1em;
  width: calc(100% - 184px);
}
@media screen and (max-width: 767px) {
  #blog-archive .blog-list li .txt {
    font-size: 3.47vw;
    width: calc(100% - 32vw);
  }
}
#blog-archive .blog-list li .txt h3 {
  font-size: inherit;
  font-weight: 500;
  margin: 0 0 0.5em;
  line-height: 1.5;
}
#blog-archive .blog-list li .txt .info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
}
#blog-archive .blog-list li .txt .cat {
  margin: 0;
}
#blog-archive .blog-list li .txt .cat span {
  color: #fff;
  background: var(--blue);
  line-height: 1;
  padding: 0.3em 1em;
  border-radius: 0.8em;
  font-weight: bold;
  font-size: 0.8em;
  display: inline-block;
}
#blog-archive .blog-list li .txt .date {
  font-size: 0.9em;
  font-weight: bold;
  text-align: right;
  margin: 0.1em 0;
  margin-left: auto;
  padding-left: 1em;
}
@media screen and (max-width: 480px) {
  #blog-archive .blog-list li .txt .date {
    width: 100%;
  }
}
#blog-archive .paging a.page-numbers {
  display: none;
}
#blog-archive .paging a.page-numbers.prev, #blog-archive a.page-numbers.next {
  display: inline;
}
#blog-archive .paging span.page-numbers {
  display: none;
}

body.post-type-archive-blog {
  background: url("../img/company__header-wrap.png") top right no-repeat;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  body.post-type-archive-blog {
    background: url("../img/company__header-wrap-sp.png") top right no-repeat;
  }
}

.blog-wrap {
  padding: 60px 0;
  position: relative;
}
@media (max-width: 768px) {
  .blog-wrap {
    padding: 0 0 3vw;
  }
}
.blog-wrap .main-contents {
  margin-top: 0;
  width: calc(95% - 300px);
}
@media screen and (max-width: 1150px) {
  .blog-wrap .main-contents {
    width: 100%;
  }
}
.blog-wrap .inner {
  width: 100%;
  max-width: 100%;
}
.blog-wrap .sec-blog {
  padding: 0 !important;
}
.blog-wrap .blog-list li .thumbnail-wrapper {
  width: 28% !important;
  height: auto !important;
  aspect-ratio: 184/139;
}
@media screen and (max-width: 767px) {
  .blog-wrap .blog-list li .thumbnail-wrapper {
    width: 32vw !important;
    height: 25.33vw !important;
  }
}
.blog-wrap .blog-list li .txt {
  width: 70% !important;
}
@media screen and (max-width: 767px) {
  .blog-wrap .blog-list li .txt {
    width: calc(100% - 32vw) !important;
  }
}

/* --------------------------------------------- */
/* blog side bar */
/* --------------------------------------------- */
.blog-side {
  width: 300px;
}
@media screen and (max-width: 1150px) {
  .blog-side {
    width: 100%;
  }
}
.blog-side .post-list-item {
  padding: 10px 0 10px;
  border-bottom: solid 1px #9be3a8;
  list-style: none !important;
}
.blog-side .post-list {
  margin-bottom: 2em;
}
.blog-side .post-list-link {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 20px 10px;
  color: #000 !important;
}
.blog-side .post-list-link .thumbnail {
  width: 85px;
  height: 85px;
}
.blog-side .post-list-link .thumbnail img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.blog-side .post-list-link .txt {
  width: calc(100% - 100px);
  font-size: 12.6px;
  line-height: 1.5;
}
.blog-side .post-list-link .views {
  color: #999;
}

.blog-wrap-inner {
  width: calc(100% - 30px);
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 50px 5%;
  flex-wrap: wrap;
}

.blog-side-ttl {
  font-size: 17px;
  border-bottom: solid 2px var(--green);
  line-height: 1.5;
  padding: 0.3em 0;
  color: var(--green);
  margin: 0 0 1em;
}

/* --------------------------------------------- */
/* blog single */
/* --------------------------------------------- */
#blog-single {
  position: relative;
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 480px) {
  #blog-single {
    font-size: 14px;
  }
}
#blog-single h1 {
  font-size: 2em;
  margin: 2em 0 1em;
  font-weight: bold;
  line-height: 1.3;
}
#blog-single h2 {
  font-size: 1.85em;
  margin: 2em 0 1em;
  font-weight: bold;
  line-height: 1.3;
}
#blog-single h3 {
  font-size: 1.375em;
  margin: 2em 0 1em;
  font-weight: bold;
  line-height: 1.3;
}
#blog-single h4 {
  font-size: 1.25em;
  margin: 2em 0 1em;
  font-weight: bold;
  line-height: 1.3;
}
#blog-single h5 {
  font-size: 1.125em;
  margin: 2em 0 1em;
  font-weight: bold;
  line-height: 1.3;
}
#blog-single h6 {
  font-size: 1em;
  margin: 2em 0 1em;
  font-weight: bold;
  line-height: 1.3;
}
#blog-single p {
  margin-bottom: 1em;
}
#blog-single ul {
  margin: 1em 0;
}
#blog-single ul li {
  list-style-type: disc;
  list-style-position: inside;
}
#blog-single ol {
  margin: 1em 0;
}
#blog-single ol li {
  list-style-type: decimal;
  list-style-position: inside;
}
#blog-single a {
  color: var(--blue);
}
#blog-single a:visited {
  color: var(--blue);
}
#blog-single strong, 
#blog-single b {
  font-weight: bold;
}
#blog-single .blog-wrap-inner {
  max-width: 1100px;
}
#blog-single .inner {
  position: relative;
  z-index: 1;
  max-width: 900px;
}
#blog-single .heading {
  text-align: center;
  position: relative;
}
#blog-single .heading .post-ttl {
  margin: 0;
  padding: 1em 0;
  font-size: 2.4em;
}
@media screen and (max-width: 767px) {
  #blog-single .heading .post-ttl {
    padding: 1em 0;
  }
}
#blog-single .heading-bg {
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#blog-single .contents {
  margin: 0 auto;
}
#blog-single .mv {
  margin: 1em 0;
}
#blog-single .info {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
#blog-single .cat {
  margin: 0;
}
#blog-single .cat span {
  color: #fff;
  background: var(--blue);
  line-height: 1;
  padding: 0.3em 1em;
  border-radius: 0.8em;
  font-weight: bold;
  font-size: 0.8em;
  display: inline-block;
}
#blog-single .date {
  font-size: 0.9em;
  font-weight: bold;
  text-align: right;
  margin: 0.1em 0;
}
@media screen and (max-width: 480px) {
  #blog-single .date {
    width: 100%;
  }
}
#blog-single .paging {
  margin-bottom: 50px;
}
#blog-single .btn-archive {
  position: relative;
  z-index: 1;
}
#blog-single .btn-archive a {
  margin: 30px 0 100px;
}
#blog-single .btn-archive a:hover {
  color: opacity(0.8);
}
#blog-single #ez-toc-container {
  margin: 1.5em 0 0;
}
#blog-single #ez-toc-container ul {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.75;
}
#blog-single #ez-toc-container li {
  line-height: 1.75;
}
#blog-single .ez-toc-list li {
  list-style: none;
}
body.post-type-archive-blog {
  background: url("../img/company__header-wrap.png") top right no-repeat;
  margin: 0;
  padding: 0;
}
@media (max-width: 768px) {
  body.post-type-archive-blog {
    background: url("../img/company__header-wrap-sp.png") top right no-repeat;
  }
}

/* --------------------------------------------- */
/* paging */
/* --------------------------------------------- */
.paging {
  margin: 80px 0 100px;
  position: relative;
  z-index: 1;
}
.paging a {
  color: var(--green) !important;
  background: none !important;
  padding: 0 !important;
}
.paging .inner {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  height: 4em;
  position: relative;
  line-height: 1;
}
.paging .prev {
  position: absolute;
  left: 0;
  top: 1.4em;
  line-height: 1;
}
.paging .next {
  position: absolute;
  right: 0;
  top: 1.4em;
  line-height: 1;
}

/* --------------------------------------------- */
/* btn */
/* --------------------------------------------- */
.btn-default {
  text-align: center;
}
.btn-default a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 400px;
  padding: 0 1em;
  height: 43px;
  background: #fff;
  color: var(--green) !important;
  border: 1px solid var(--green);
  font-size: 18px;
  font-weight: 500;
  line-height: 1;
  margin: 0 auto;
  opacity: 1;
}
@media screen and (max-width: 767px) {
  .btn-default a {
    min-width: 0;
    height: 12.93vw;
    font-size: 4.27vw;
    border: 2px solid var(--green);
    width: 100%;
    padding: 0 0.3em;
  }
}
@media screen and (max-width: 480px) {
  .btn-default a {
    border: 1px solid var(--green);
  }
}
.btn-default a:hover {
  background: var(--green);
  color: #fff !important;
}
.btn-default + .btn-default {
  margin-top: 1em !important;
}
.btn-default.btn-top {
  margin-top: 3em;
}

/* --------------------------------------------- */
/* pagenation */
/* --------------------------------------------- */
.pagination .inner {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  position: relative;
  line-height: 1;
}
.pagination ul.page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1.5em 0 1.4em;
  gap: 0 1em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .pagination ul.page-numbers {
    font-size: 14px;
  }
}
.pagination a.page-numbers {
  color: var(--green);
}
.pagination span.page-numbers {
  color: var(--border);
}
.pagination .prev.page-numbers,
.pagination .next.page-numbers {
  background: var(--green);
  color: #fff;
  display: inline-block!important;
  padding: 0.3em 1em;
  border-radius: 5px;
  position: relative;
  bottom: 0.1em;
}
@media screen and (max-width: 767px) {
  .pagination .prev.page-numbers,
  .pagination .next.page-numbers {
    padding: 0.3em 0.5em;
  }
}