@charset "UTF-8";
/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
import.scss
-----------------------*/
.blue {
  color: #71AFE5;
}

/*-----------------------
mixin
-----------------------*/
/*mediaquery*/
/*-----------------------
01.reset
-----------------------*/
/*reset --Don't use global reset!--*/
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;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-weight: normal;
}
table caption,
table th,
table td {
  text-align: left;
  vertical-align: middle;
}
table caption,
table th {
  font-weight: 300;
}
table td {
  font-weight: 200;
}

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

a {
  display: inline-block;
  color: #000;
  text-decoration: none;
}
a:link {
  color: #000;
}
a:active {
  color: #000;
}
a:visited {
  color: #000;
}
a:hover {
  cursor: pointer;
}

a img {
  border: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
}

ul {
  list-style: none;
}

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

input,
button,
textarea,
select {
  margin: 0;
  border: none;
  outline: none;
  letter-spacing: 0.1em;
}

img.cover,
video.cover {
  -o-object-fit: cover;
     object-fit: cover;
}

h1 {
  font-weight: normal;
}

h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
}

p {
  margin: 0;
}

:-moz-placeholder {
  color: #8a8a8a;
}

:placeholder-shown {
  color: #8a8a8a;
}

::-webkit-input-placeholder {
  color: #8a8a8a;
}

:-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

::-moz-placeholder {
  color: #8a8a8a;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #8a8a8a;
}

*:focus {
  outline: none;
}

.pc {
  display: block;
}
@media (max-width: 750px) {
  .pc {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc {
    display: none;
  }
}

.pc-tab {
  display: block;
}
@media (max-width: 750px) {
  .pc-tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .pc-tab {
    display: block;
  }
}

.tab {
  display: none;
}
@media (max-width: 750px) {
  .tab {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab {
    display: block;
  }
}

.tab-sp {
  display: none;
}
@media (max-width: 750px) {
  .tab-sp {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  .tab-sp {
    display: block;
  }
}

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

.fL {
  float: left;
}

.fR {
  float: right;
}

.flex {
  display: flex;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.left {
  text-align: left;
}

.bold {
  font-weight: bold;
}

.is-fixed {
  display: none;
}

.mT20 {
  margin-top: 2rem;
}

.mT40 {
  margin-top: 4rem;
}

.mT60 {
  margin-top: 6rem;
}

/*--------------------------------------*
 * foundation
 *--------------------------------------*/
/*-----------------------
style.scss
-----------------------*/
html {
  font-size: 62.5%;
  line-height: 1;
}

body {
  position: relative;
  color: #000;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP", sans-serif;
}
body#thanks {
  text-align: left;
}

.inner {
  max-width: 1200px;
  width: 92%;
  margin: 0 auto;
}

a:hover {
  opacity: 0.7;
}

.header {
  background: #000;
  padding: 15px 0;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 999;
  /* ---------------------
     ハンバーガーボタン
  --------------------- */
}
@media (max-width: 750px) {
  .header {
    padding: 7px 0;
  }
}
.header .flex {
  justify-content: space-between;
}
.header h1 {
  max-width: 92px;
}
@media (max-width: 750px) {
  .header h1 {
    max-width: 66px;
  }
}
.header nav ul.flex {
  gap: 30px;
  align-items: center;
}
.header nav ul.flex li.contact {
  padding: 20px 52px;
  border: 2px solid #fff;
  margin-left: 10px;
}
.header nav ul.flex li a {
  color: #fff;
  font-weight: 300;
}
@media (max-width: 750px) {
  .header {
    /* ✕アイコンアニメーション */
  }
  .header .menu-btn {
    display: flex;
    background: #fff;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 9999;
    flex-direction: column;
    gap: 5px;
  }
  .header .menu-btn span {
    display: block;
    width: 100%;
    height: 2px;
    background: #000;
    border-radius: 2px;
    transition: all 0.3s ease;
    width: 50%;
  }
  .header .global-nav {
    position: fixed;
    top: 0;
    right: -100%;
    width: 90%;
    height: 100vh;
    overflow-y: auto;
    background: #000;
    transition: right 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
  }
  .header .global-nav::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: -1; /* ナビの後ろ側に配置 */
  }
  .header .global-nav.active::before {
    opacity: 1;
    visibility: visible;
  }
  .header .global-nav.active {
    right: 0;
  }
  .header .global-nav ul.flex {
    flex-direction: column;
    gap: 80px;
    width: 80%;
    text-align: left;
    align-items: flex-start;
  }
  .header .global-nav ul.flex li {
    font-size: 30px;
    line-height: 1.2;
    position: relative;
    width: 100%;
  }
  .header .global-nav ul.flex li::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #fff;
    bottom: -35px;
    width: 100%;
    height: 1px;
  }
  .header .global-nav ul.flex li:after {
    position: absolute;
    content: "";
    background: url(../img/nav-deco.svg) no-repeat;
    width: 15px;
    height: 5px;
    top: 35%;
    right: 0;
  }
  .header .global-nav ul.flex li.contact {
    padding: 0;
    border: none;
  }
  .header .global-nav ul.flex li span.sp {
    font-size: 10px;
    color: #71AFE5;
    font-family: "Sansation", sans-serif;
  }
  .header .menu-btn.active span:nth-child(1) {
    transform: rotate(45deg) translate(4px, 6px);
  }
  .header .menu-btn.active span:nth-child(2) {
    opacity: 0;
  }
  .header .menu-btn.active span:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -6px);
  }
}

main {
  padding-top: 106px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  main {
    padding-top: 95px;
  }
}
@media (max-width: 750px) {
  main {
    padding-top: 70px;
  }
}

.fv {
  background: url(../img/fv-bg.jpg) no-repeat 50% 50%/cover;
  text-align: center;
  padding: 155px 0 135px;
}
@media (max-width: 750px) {
  .fv .img {
    max-width: 240px;
    margin: 0 auto;
  }
}
.fv .catch {
  margin-top: 60px;
  font-size: clamp(23px, 23px + 10 * (100vw - 767px) / 673, 33px);
  font-weight: 500;
  line-height: 3;
}
@media (max-width: 750px) {
  .fv .catch {
    line-height: 1.8;
  }
}

#message h2,
#services h2,
#products h2,
#company h2,
#form h2 {
  font-size: clamp(30px, 30px + 3 * (100vw - 767px) / 673, 33px);
  font-weight: 500;
}
@media (max-width: 750px) {
  #message h2,
  #services h2,
  #products h2,
  #company h2,
  #form h2 {
    line-height: 1.6;
  }
}
#message h3,
#services h3,
#products h3,
#company h3,
#form h3 {
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  color: #71afe5;
  font-family: "Sansation", sans-serif;
  letter-spacing: 0.01em;
  font-weight: bold;
}

#message {
  padding: 120px 0 0;
  position: relative;
}
@media (max-width: 750px) {
  #message {
    padding: 60px 0 0;
  }
}
#message::before {
  position: absolute;
  content: "";
  background: url(../img/deco-right.svg) no-repeat;
  width: 199px;
  height: 320px;
  bottom: -20%;
  right: 10%;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #message::before {
    width: 100px;
    height: 160px;
    background-size: 100%;
    bottom: -32%;
  }
}
@media (max-width: 750px) {
  #message::before {
    width: 100px;
    height: 160px;
    background-size: 100%;
    bottom: -18%;
    right: 2%;
  }
}
#message .flex {
  display: flex;
  justify-content: flex-start;
  gap: 50px;
  margin: 0 auto 0 0;
}
@media (max-width: 750px) {
  #message .flex {
    flex-direction: column;
    align-items: center;
    gap: 50px;
  }
}
#message .flex .img {
  flex: 1 1 50%;
  width: 60%;
}
@media (max-width: 750px) {
  #message .flex .img {
    width: 90%;
    order: 2;
  }
}
#message .flex .flex-right {
  flex: 1 1 50%;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #message .flex .flex-right {
    margin-right: 5%;
  }
}
@media (max-width: 750px) {
  #message .flex .flex-right {
    width: 90%;
    order: 1;
  }
}
#message .flex .flex-right .txt {
  margin-top: 40px;
}
@media (max-width: 750px) {
  #message .flex .flex-right .txt {
    margin-top: 24px;
  }
}

#services {
  padding: 100px 0 0;
  position: relative;
}
@media (max-width: 750px) {
  #services {
    padding: 60px 0 0;
  }
}
#services::before {
  position: absolute;
  content: "";
  background: url(../img/deco-left.svg) no-repeat;
  width: 199px;
  height: 320px;
  bottom: -45%;
  left: 2%;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #services::before {
    width: 100px;
    height: 160px;
    background-size: 100%;
    bottom: -38%;
    left: 4%;
  }
}
@media (max-width: 750px) {
  #services::before {
    width: 100px;
    height: 160px;
    background-size: 100%;
    bottom: -20.5%;
    left: 4%;
  }
}
#services .flex {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
  margin: 0 0 0 auto;
}
@media (max-width: 750px) {
  #services .flex {
    gap: 25px;
    flex-direction: column;
    align-items: center;
  }
}
#services .flex .img {
  flex: 1 1 50%;
  order: 2;
}
@media (max-width: 750px) {
  #services .flex .img {
    width: 90%;
  }
}
#services .flex .flex-right {
  order: 1;
  flex: 1 1 40%;
  margin-left: 5%;
}
@media (max-width: 750px) {
  #services .flex .flex-right {
    width: 90%;
    margin-left: 0;
  }
}
#services .flex .flex-right .txt {
  margin-top: 40px;
}

#point {
  padding: 150px 0;
  position: relative;
  background: transparent;
}
@media (max-width: 750px) {
  #point {
    padding: 80px 0;
  }
}
#point::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 77%; /* 右20%は残す */
  height: 80%; /* 上10%は残す */
  background-color: #f7f8fa;
  z-index: -1; /* 背景として裏に配置 */
}
@media (max-width: 750px) {
  #point::before {
    width: 87%;
  }
}
#point ul.flex {
  flex-wrap: wrap;
  gap: 40px;
}
@media (min-width: 1025px) and (max-width: 1440px) {
  #point ul.flex {
    gap: 30px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #point ul.flex {
    gap: 20px;
  }
}
@media (max-width: 750px) {
  #point ul.flex {
    flex-direction: column;
    gap: 15px;
  }
}
#point ul.flex li {
  max-width: 580px;
  width: 48.4%;
  background: #000;
  padding: 30px 50px 50px;
  box-sizing: border-box;
  color: #fff;
}
@media (max-width: 750px) {
  #point ul.flex li {
    max-width: inherit;
    width: 100%;
    padding: 30px 15px 40px;
  }
}
#point ul.flex li .img {
  text-align: center;
}
@media (max-width: 750px) {
  #point ul.flex li .img {
    max-width: 100px;
    margin: 0 auto;
  }
}
#point ul.flex li .ttl {
  margin-top: 20px;
  font-size: clamp(20px, 20px + 4 * (100vw - 767px) / 673, 24px);
  text-align: center;
}
@media (max-width: 750px) {
  #point ul.flex li .ttl {
    margin: 0 auto 0;
    line-height: 1.6;
  }
}
#point ul.flex li .txt {
  margin: 20px auto 0;
  max-width: 480px;
  width: 95%;
}
@media (max-width: 750px) {
  #point ul.flex li .txt {
    margin: 14px auto 0;
    line-height: 1.6;
  }
}

#products {
  background: url(../img/products-bg.jpg) no-repeat 50% 50%/cover;
  padding: 120px 0;
  position: relative;
}
@media (max-width: 750px) {
  #products {
    padding: 60px 0;
  }
}
#products::before {
  position: absolute;
  content: "";
  background: url(../img/deco-right.svg) no-repeat;
  width: 199px;
  height: 320px;
  top: -10%;
  right: 10%;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #products::before {
    width: 100px;
    height: 160px;
    background-size: 100%;
    bottom: -38%;
    right: 2%;
  }
}
@media (max-width: 750px) {
  #products::before {
    width: 100px;
    height: 160px;
    background-size: 100%;
    bottom: 0;
    top: -1.7%;
    right: 3%;
  }
}
#products h2 {
  color: #fff;
}
#products .list {
  margin: 30px auto 0;
}
@media (max-width: 750px) {
  #products .list {
    margin: 24px auto 0;
  }
}
#products .list ul.flex {
  flex-wrap: wrap;
  gap: 30px;
}
@media (max-width: 750px) {
  #products .list ul.flex {
    flex-direction: column;
    gap: 20px;
  }
}
#products .list ul.flex li {
  width: calc((100% - 60px) / 3);
  max-width: 380px;
  background: #fff;
  padding: 30px;
  box-sizing: border-box;
}
@media (min-width: 768px) and (max-width: 1024px) {
  #products .list ul.flex li {
    width: calc((100% - 30px) / 2);
  }
}
@media (max-width: 750px) {
  #products .list ul.flex li {
    width: 100%;
    max-width: inherit;
    padding: 24px 15px 34px;
  }
}
#products .list ul.flex li .ttl {
  margin: 15px auto 0;
}
#products .list ul.flex li .ttl p {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: clamp(20px, 20px + 4 * (100vw - 767px) / 673, 24px);
}
#products .list ul.flex li .ttl p span.no {
  background: #71afe5;
  color: #fff;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-family: "Sansation", sans-serif;
  font-size: clamp(16px, 16px + 2 * (100vw - 767px) / 673, 18px);
}
#products .list ul.flex li .products-ttl {
  margin-top: 15px;
  padding: 2px 8px;
  font-size: clamp(12px, 12px + 1 * (100vw - 767px) / 673, 13px);
  font-weight: 500;
  box-sizing: border-box;
  border: 1px solid #000;
  display: inline-block;
}
#products .list ul.flex li .txt {
  font-size: clamp(13px, 13px + 1 * (100vw - 767px) / 673, 14px);
  font-weight: 500;
}
#products .list ul.flex li dl {
  display: flex;
}
#products .list ul.flex li dl dd,
#products .list ul.flex li dl dt {
  font-size: clamp(14px, 14px + 0 * (100vw - 767px) / 673, 14px);
  font-weight: 500;
}
@media (max-width: 750px) {
  #products .list ul.flex li dl dt {
    width: 55px;
    min-width: 55px;
  }
}

#company {
  padding: 200px 0 0;
  position: relative;
  background: transparent;
}
@media (max-width: 750px) {
  #company {
    padding: 100px 0 0;
  }
}
#company::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 90%; /* 右20%は残す */
  height: 90%; /* 上10%は残す */
  background: url(../img/company-bg.jpg) no-repeat 50% 50%/cover;
  z-index: -1; /* 背景として裏に配置 */
}
@media (min-width: 768px) and (max-width: 1024px) {
  #company::before {
    width: 90%; /* 右20%は残す */
    height: 90%; /* 上10%は残す */
  }
}
@media (max-width: 750px) {
  #company::before {
    width: 95%; /* 右20%は残す */
    height: 97%; /* 上10%は残す */
  }
}
#company::after {
  position: absolute;
  content: "";
  background: url(../img/deco-left.svg) no-repeat;
  width: 199px;
  height: 320px;
  top: -10%;
  left: 5%;
  z-index: 2;
}
@media (max-width: 750px) {
  #company::after {
    width: 100px;
    height: 160px;
    background-size: 100%;
    top: -3%;
    left: 2%;
  }
}
#company h2,
#company h3 {
  text-align: center;
}
#company table {
  width: 67%;
  max-width: 670px;
  margin: 67px auto 0;
}
@media (max-width: 750px) {
  #company table {
    width: 90%;
    margin: 24px auto 0;
  }
}
#company table tr {
  border-bottom: 1px solid #000;
}
#company table tr th,
#company table tr td {
  font-weight: bold;
}
#company table tr th {
  padding: 30px 95px 30px 40px;
  word-break: keep-all;
}
@media (max-width: 750px) {
  #company table tr th {
    padding: 20px 45px 20px 20px;
    word-break: keep-all;
  }
}
#company .map {
  text-align: right;
  margin: 80px auto 0;
  position: relative;
  z-index: 3;
  max-width: 90%;
}
@media (max-width: 750px) {
  #company .map {
    margin: 40px auto 0;
    max-width: 100%;
  }
}
#company .map iframe {
  width: 100%;
}
@media (max-width: 750px) {
  #company .map iframe {
    max-height: 240px;
  }
}

.form {
  padding: 250px 0 150px;
  background: url(../img/form-bg.jpg) no-repeat 50% 50%/cover;
  margin-top: -150px;
  position: relative;
  z-index: 2;
  /* チェック時にSVGを表示 */
}
@media (max-width: 750px) {
  .form {
    padding: 165px 0 80px;
    margin-top: -110px;
  }
}
.form::before {
  position: absolute;
  content: "";
  background: url(../img/deco-right.svg) no-repeat;
  width: 199px;
  height: 320px;
  top: 10%;
  right: 2%;
  z-index: 2;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form::before {
    width: 100px;
    height: 160px;
    background-size: 100%;
    top: 15%;
  }
}
@media (max-width: 750px) {
  .form::before {
    width: 100px;
    height: 160px;
    background-size: 100%;
    top: 15%;
    right: 2%;
  }
}
.form h2 {
  color: #fff;
}
.form h2,
.form h3 {
  text-align: center;
}
.form .inner {
  margin: 60px auto 0;
  background: #fff;
  padding: 60px 80px;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .form .inner {
    padding: 40px 15px;
  }
}
.form #mailformpro table.mailform {
  width: 100%;
  max-width: 740px;
  margin: 0 auto;
}
.form #mailformpro table.mailform th,
.form #mailformpro table.mailform td {
  font-weight: bold;
  padding-bottom: 40px;
}
@media (max-width: 750px) {
  .form #mailformpro table.mailform th,
  .form #mailformpro table.mailform td {
    display: block;
    width: 100%;
  }
}
@media (max-width: 750px) {
  .form #mailformpro table.mailform td {
    padding-bottom: 25px;
  }
}
.form #mailformpro table.mailform th.mfp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 0;
  max-width: 200px;
  margin-bottom: 40px;
  word-break: keep-all;
}
@media (max-width: 750px) {
  .form #mailformpro table.mailform th.mfp {
    margin-bottom: 5px;
    justify-content: flex-start;
    gap: 5px;
  }
}
.form #mailformpro table.mailform th.mfp span.must {
  background: #000;
  font-size: clamp(10px, 10px + 2 * (100vw - 767px) / 673, 12px);
  border: none;
  text-shadow: none;
  border-radius: 0;
}
.form #mailformpro table.mailform td.mfp {
  max-width: 520px;
}
@media (min-width: 768px) and (max-width: 1024px) {
  .form #mailformpro table.mailform td.mfp {
    max-width: 400px;
  }
}
.form #mailformpro table.mailform td.mfp label {
  margin: 0;
}
.form #mailformpro table.mailform td.mfp input,
.form #mailformpro table.mailform td.mfp textarea {
  border: 1px solid #000;
  padding: 15px;
  box-sizing: border-box;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  letter-spacing: 0.01em;
  box-shadow: none;
  border-radius: 0;
}
.form #mailformpro table.mailform td.mfp textarea {
  height: 240px !important;
}
.form #mailformpro table.mailform td.mfp input[type=name] {
  width: 100% !important;
}
.form #mailformpro table.mailform td.mfp input[type=radio] {
  margin-right: 8px;
  appearance: none; /* デフォルトの○を消す */
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #000; /* 外枠の○ */
  border-radius: 50%;
  display: inline-block;
  position: relative;
  cursor: pointer;
  vertical-align: middle;
  padding: 0;
}
.form #mailformpro table.mailform td.mfp input[type=radio]:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.form #mailformpro table.mailform td.mfp input[type=email],
.form #mailformpro table.mailform td.mfp input[type=text] {
  width: 100% !important;
  box-shadow: none;
}
.form #mailformpro table.mailform td.mfp textarea {
  width: 100% !important;
}
.form #mailformpro .must {
  text-shadow: none;
}
.form .privacy {
  box-sizing: border-box;
  padding: 30px 50px;
  border: 1px solid #000;
  width: 100%;
  height: 240px;
  overflow-y: auto;
}
@media (max-width: 750px) {
  .form .privacy {
    padding: 20px 10px;
  }
}
.form .privacy h4 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.form label#privacy {
  margin: 30px auto 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 19px !important;
  height: 19px;
  border: 2px solid #000;
  border-radius: 3px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 8px;
  vertical-align: middle;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px; /* ← SVGが少し小さめに収まるように */
}
.form input[type=checkbox]:checked {
  position: relative;
}
.form input[type=checkbox]:checked:before {
  position: absolute;
  content: "";
  background-image: url("../img/form-deco.svg");
  width: 15px;
  height: 14px;
  top: -20%;
  right: -25%;
}
.form .mfp_buttons {
  background: #000;
  width: 60%;
  max-width: 600px;
  margin: 40px auto 0;
}
.form .mfp_buttons:hover {
  opacity: 0.6;
  cursor: pointer;
}
@media (max-width: 750px) {
  .form .mfp_buttons {
    width: 100%;
  }
}
.form .mfp_buttons button {
  background: none;
  color: #fff;
  font-size: clamp(14px, 14px + 2 * (100vw - 767px) / 673, 16px);
  padding: 10px 0;
}

form#mailformpro label.mfp_not_checked {
  padding: 0;
  border: none;
}

form#mailformpro label.mfp_checked {
  padding: 0 !important;
  border: none !important;
  background-color: inherit;
  box-shadow: none !important;
  text-align: center;
  margin-top: 30px;
}

#mfp_element_11_label {
  display: block !important;
  text-align: center;
}

.mfp_element_submit {
  border: none;
  text-shadow: none;
}
.mfp_element_submit:hover {
  box-shadow: none;
}

.mfp_element_all {
  max-width: 100% !important;
}

footer {
  background: #000;
  padding: 40px 0;
  text-align: center;
}
@media (max-width: 750px) {
  footer {
    padding: 20px 0;
  }
}
footer p.copy {
  color: #fff;
  font-size: clamp(10px, 10px + 3 * (100vw - 767px) / 673, 13px);
}

body#thanks h1 {
  padding-top: 30px;
  margin: 0 auto;
  text-align: center;
}

.btn {
  margin: 30px auto;
}
.btn a {
  padding: 10px 30px;
  background: #000;
  color: #fff;
  font-size: clamp(20px, 20px + 0 * (100vw - 767px) / 673, 20px);
}