@charset "UTF-8";
/* Scss Document */
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
  appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ----------------- フォント ----------------- */
/* font-weight一覧
    Light 300
    Regular 400
    Medium 500 
*/
/* ----------------- 全体　タグ ----------------- */
*,
*:before,
*:after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-size: 17px;
  color: #222;
  letter-spacing: 0.06em;
  line-height: 1.8;
  max-width: 100%;
  background-color: #f5f4f2;
}

a {
  cursor: pointer;
  display: block;
  text-decoration: none;
  transition: all 0.5s;
}

a:hover {
  opacity: 0.6;
  transition: all 0.5s;
}

img {
  width: 100%;
  max-width: 100%;
}

/* ----------------- 全体（条件、要素） ----------------- */
.onlySp {
  display: none;
}

.c-btn {
  text-align: center;
}
.c-btn a {
  display: inline-block;
  background-color: #012b28;
  color: #fdfdfd;
  width: 100%;
}

.c-btn a:hover {
  opacity: 0.5;
}

.u-textBright {
  color: #fdfdfd;
}

.l-inner {
  max-width: 100%;
  width: 1260px;
  margin: 0 auto;
  padding: 0 30px;
}

h3.c-title {
  font-size: 50px;
  font-weight: 500;
  overflow: hidden;
}

h3.c-title .sub {
  font-size: 13px;
  display: block;
  margin-top: -5px;
}

.c-fade-in span {
  display: inline-block;
  opacity: 1; /* 常に不透明 */
  transform: translateY(150%); /* 初期状態で下に隠す */
  transition: transform 1s ease-out; /* アニメーション */
}

.c-fade-in.visible span {
  transform: translateY(0); /* 画面内に入ったら元の位置に */
}

/* サンクスページ、プライバシーポリシーページ共通 */
.breadcrumb {
  padding: 90px 0 0 20px;
  color: #c3c3c3;
  font-size: 11px;
}

.breadcrumb ul {
  display: flex;
  gap: 0.5em;
}

.breadcrumb ul li {
  display: flex;
  gap: 0.5em;
}

.breadcrumb ul li::after {
  content: "/";
  display: inline-block;
}

.breadcrumb ul li:last-child::after {
  display: none;
}

.breadcrumb ul li a {
  display: inline;
}

.p-sec {
  padding: 70px 0 0 190px;
  height: 100vh;
}

.p-sec h2 {
  font-size: 57px;
}

.p-sec p {
  padding-top: 50px;
  font-size: 16px;
}

/* ----------------- SP表示（768px以下）----------------- */
/* --------- 全体 --------- */
@media only screen and (max-width: 768px) {
  body {
    width: 768px;
    max-width: 100%;
  }
  .onlySp {
    display: block;
  }
  .onlyPc {
    display: none;
  }
  h3.c-title {
    font-size: 32px;
  }
  h3.c-title .sub {
    font-size: 14px;
  }
  /* サンクスページ、プライバシーポリシーページ共通 */
  .breadcrumb {
    display: none;
  }
  .p-sec {
    padding: 95px 30px 0 30px;
  }
  .p-sec h2 {
    font-size: 32px;
  }
}
/* ----------------- ヘッダー ----------------- */
/* .l-header {
} */
.l-headerBox {
  width: 100%;
  height: 70px;
  padding: 15px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: rgba(255, 255, 255, 0);
}

.l-headerLogo {
  width: 40px;
  height: 40px;
}

.l-headerNav {
  display: flex;
  justify-content: space-between;
  color: #012b28;
  font-size: 14px;
}

.l-headerNav ul li {
  display: inline-block;
  margin-right: 48px;
}

.l-headerNav ul li:nth-child(3) {
  margin-right: 37px;
}

.l-headerNav ul li:last-child {
  margin-right: 0;
}

.l-headerNavBtn a {
  padding: 14px 20px;
}

/* ----------------- SP表示（768px以下）----------------- */
/* --------- ヘッダー --------- */
@media only screen and (max-width: 768px) {
  .l-headerBox {
    height: 40px;
    padding: 3px 3px 3px 10px;
  }
  .l-headerLogo {
    width: 20px;
  }
  .l-headerNav ul li.onlyPc {
    display: none;
  }
  .l-headerNavBtn a {
    width: 110px;
    padding: 5px 10px;
    font-size: 13px;
  }
}
/* ----------------- ハンバーガー・メニュー ----------------- */
.l-menu {
  position: fixed;
  top: 0;
  right: -100%;
  width: 768px;
  max-width: 100%;
  height: 100%;
  background-color: #f5f4f2;
  color: #222;
  transition: right 0.7s ease;
  padding: 120px 30px 0;
  box-sizing: border-box;
  z-index: 10;
}

/* ----------------- SP表示（768px以下）----------------- */
/* ハンバーガーボタン */
@media only screen and (max-width: 768px) {
  .hamburger {
    position: fixed;
    bottom: 10px;
    left: 10px;
    width: 40px;
    padding: 10px 0;
    cursor: pointer;
    z-index: 20;
    background-color: #fdfdfd;
  }
  .hamburger_line {
    display: block;
    height: 3px;
    width: 65%;
    background-color: #012b28;
    margin: 3px auto;
    transition: 0.4s;
  }
  /* バツ印に変化するスタイル */
  .hamburger.active .hamburger_line:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
  }
  .hamburger.active .hamburger_line:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active .hamburger_line:nth-child(3) {
    transform: rotate(-45deg) translate(3px, -4px);
  }
  /* メニューリストのスタイル */
  .l-menu ul {
    list-style-type: none;
    padding: 0;
  }
  .l-menu li {
    padding: 22px 0;
    border-bottom: 1px solid #e2e1df;
    font-size: 15px;
  }
  .l-menu li a {
    color: #333;
    text-decoration: none;
    display: block;
  }
  /* メニューが開いているとき */
  .l-menu.open {
    right: 0;
  }
}
/* ----------------- フッター ----------------- */
.l-footer {
  padding: 110px 0 40px;
  font-size: 15px;
}

.l-footerInner {
  width: 965px;
  max-width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.l-footerInner h3 {
  width: 46%;
}
.l-footerInner h3 img {
  width: 315px;
}

.infoList {
  width: 380px;
  border-right: 1px solid #e2e1df;
}

.infoList dl {
  display: flex;
  margin-top: 10px;
}
.infoList dl:nth-child(4), .infoList dl:nth-child(5) {
  margin-top: 30px;
}

.infoList dl:first-child {
  margin-top: 0;
}

.infoList dl dt {
  width: 120px;
  font-weight: normal;
}

.infoList dl dd {
  padding-left: 40px;
}

.infoList dl dd span {
  display: inline-block;
  width: 52px;
}

.l-footerInner ul {
  width: 24%;
  padding-left: 6%;
}

.l-footerInner ul li {
  margin-top: 10px;
}

.l-footerInner ul li:first-child {
  margin-top: 0;
}

.l-footerCopyright {
  padding: 70px 160px 0 0;
  font-size: 12px;
  text-align: right;
}

/* ----------------- SP表示（768px以下）----------------- */
/* フッター */
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 80px 20px 80px;
  }
  .l-footerInner {
    display: block;
  }
  .l-footerInner h3 {
    width: 100%;
  }
  .l-footerInner h3 a {
    text-align: center;
  }
  .l-footerInner h3 a img {
    width: 190px;
  }
  .infoList {
    padding: 0 20px 40px;
    margin-top: 95px;
    border-right: none;
    border-bottom: 1px solid #e2e1df;
    width: 100%;
  }
  .infoList dl dd {
    padding-left: 30px;
  }
  .l-footerInner ul {
    padding: 40px 20px 0;
    width: 100%;
  }
  .l-footerInner ul li {
    margin-top: 20px;
  }
  .l-footerCopyright {
    padding: 70px 20px 0;
    text-align: start;
  }
}
/* ----------------- FV ----------------- */
.fv {
  position: relative;
}

.fvInner {
  position: relative;
  background: url("../img/fv.jpg") 0 67% no-repeat;
  background-size: cover;
  padding: 100vh 150px 90px 0;
  opacity: 0;
  animation: fadeInFv 1s forwards;
  animation-delay: 1.2s;
}

/* オーバーレイ用の要素 */
.fvOverlay {
  opacity: 0;
  transition: opacity 0.5s ease; /* 不透明度の変化を滑らかにする */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), transparent);
}

.fvOnlyLogo {
  position: absolute;
  left: 0;
  top: 50vh;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: fadeInFv 1s forwards;
  animation-delay: 0.5s;
}

@keyframes fadeInFv {
  to {
    opacity: 1; /* 最終的に表示 */
  }
}
.fv h2 {
  margin: 0 auto;
  width: 435px;
}

.fvText {
  margin: 60px 0 0 auto;
  width: 440px;
  font-size: 16px;
  position: relative;
  z-index: 2;
}

.fvText p:nth-child(1) {
  line-height: 2.5;
}

.fvText p:nth-child(2) {
  margin-top: 40px;
}

/* ----------------- SP表示（768px以下）----------------- */
/* FV */
@media only screen and (max-width: 768px) {
  .fvInner {
    padding: 100vh 0px 50px;
    background: url("../img/fv.jpg") 0 67% no-repeat;
    background-position: 44% 86%;
    background-size: 300%;
  }
  .fvOnlyLogo {
    top: 30vh;
  }
  .fv h2 {
    width: 235px;
  }
  .fv .fvText {
    margin: 45px auto 0;
    max-width: 100%;
    padding: 0 30px;
  }
  .fvText_ja {
    letter-spacing: 0.03em;
    line-height: 2.5;
  }
  .fvText_en {
    font-size: 13px;
  }
}
/* ----------------- Service ----------------- */
.sec01 {
  padding: 185px 0 155px;
}

.sec01Box {
  display: flex;
  justify-content: space-between;
  margin-top: 75px;
}

.p-card {
  width: calc(33% - 30px);
  max-width: 100%;
  display: flex;
  flex-direction: column;
}

.p-cardContent {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.p-cardTitle {
  font-size: 24px;
  margin-top: 30px;
  overflow: hidden;
}

.p-cardTitle .sub {
  font-size: 11px;
  padding-left: 12px;
}

.p-cardText {
  flex-grow: 1;
  margin-top: 25px;
  font-weight: 300;
  letter-spacing: 0.04em;
}

.p-cardImg {
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out;
  overflow: hidden;
}

.p-cardImg.fade-in {
  opacity: 1;
  transform: translateX(0);
}

/* ----------------- SP表示（768px以下）----------------- */
/* Service */
@media only screen and (max-width: 768px) {
  .sec01 {
    padding: 100px 0 70px;
  }
  .sec01Box {
    margin-top: 55px;
    display: block;
  }
  .p-card {
    margin-top: 60px;
    width: 100%;
  }
  .p-card:first-child {
    margin-top: 0;
  }
  .p-cardTitle .sub {
    letter-spacing: normal;
  }
}
/* ----------------- 対応エリア ----------------- */
.sec02 {
  padding: 115px 0;
  background-color: #fdfdfd;
}

.sec02 .l-inner {
  display: flex;
  justify-content: center;
}

.sec02 .l-inner .headOuter,
.sec02 .l-inner p {
  width: 435px;
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sec02 .l-inner h3 .sub {
  font-size: 18px;
  padding-right: 35px;
}

.sec02 .l-inner .headOuter {
  border-right: 1px solid #e2e1df;
}

.sec02 .l-inner h3 {
  font-size: 27px;
  overflow: hidden;
}

.sec02 .l-inner p {
  padding: 35px 0 35px 75px;
  font-weight: 300;
  letter-spacing: 0.04em;
}

/* ----------------- SP表示（768px以下）----------------- */
/* 対応エリア */
@media only screen and (max-width: 768px) {
  .sec02 {
    padding: 65px 0 40px;
  }
  .sec02 .l-inner {
    display: block;
  }
  .sec02 .l-inner h3 {
    padding: 0;
    border: none;
  }
  .sec02 .l-inner p {
    margin-top: 35px;
    padding: 0;
  }
  .sec02 .l-inner .headOuter {
    border-right: none;
  }
}
/* ----------------- About Us ----------------- */
.sec03 {
  background-image: url(../img/fv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blur {
  backdrop-filter: blur(27px);
  background-color: rgba(2, 26, 24, 0.6);
}

.sec03 .l-inner {
  padding: 135px 150px 125px;
}

.tableOverview {
  margin: 110px auto 0;
  width: 740px;
  max-width: 100%;
  font-size: 15px;
}

.tableOverview .tableOverviewBox {
  border-bottom: 1px solid #7e7e7e;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tableOverview .tableOverviewBox:last-child {
  border-bottom: none;
}

.tableOverview .tableOverviewBox .tableOverviewBoxHead {
  width: 300px;
  padding: 15px 0 15px 95px;
  font-weight: normal;
  box-sizing: border-box;
}

.tableOverview .tableOverviewBox .tableOverviewBoxContents {
  width: calc(100% - 300px);
  padding: 15px 0;
}

.tableOverview .tableOverviewBox .map {
  width: calc(100% - 95px);
  margin-left: 95px;
  filter: grayscale(100%);
  margin-bottom: 30px;
}
.tableOverview .tableOverviewBox .map iframe {
  height: 203px;
  width: 100%;
}
.tableOverview .tableOverviewBox .map p {
  text-align: right;
  margin-top: 0.8em;
}
.tableOverview .tableOverviewBox .map p a {
  display: inline-block;
}
.tableOverview .tableOverviewBox .map p a img {
  display: inline-block;
  width: 16px;
  margin-right: 0.6em;
  transform: translateY(-4px);
}

/* ----------------- SP表示（768px以下）----------------- */
/* About Us */
@media only screen and (max-width: 768px) {
  .sec03 .l-inner {
    padding: 65px 30px 75px;
  }
  .tableOverview {
    margin-top: 75px;
    width: 100%;
  }
  .tableOverview .tableOverviewBox {
    display: block;
    padding: 20px 0;
  }
  .tableOverview .tableOverviewBox .tableOverviewBoxHead,
  .tableOverview .tableOverviewBox .tableOverviewBoxContents {
    display: block;
    max-width: 100%;
    padding: 0;
  }
  .tableOverview .tableOverviewBox .tableOverviewBoxHead {
    font-size: 13px;
  }
  .tableOverview .tableOverviewBox .tableOverviewBoxContents {
    margin-top: 10px;
    width: 100%;
  }
  .tableOverview .tableOverviewBox .map {
    width: 100%;
    margin-left: 0;
    margin-bottom: 0px;
  }
  .tableOverview .tableOverviewBox .map iframe {
    height: 203px;
    margin-top: 15px;
  }
  .tableOverview .tableOverviewBox .map p {
    text-align: left;
  }
  .tableOverview .tableOverviewBox .map p a img {
    transform: translateY(-2px);
  }
}
/* ----------------- Contact Us ----------------- */
.sec04 {
  padding: 170px 0 200px;
}

.formBox {
  margin: 140px auto 0;
  width: 600px;
  max-width: 100%;
}

.wpcf7-form p label span {
  color: #ff6c00;
}

.wpcf7-form p label span.wpcf7-list-item-label {
  color: #222;
}

/* ----------------- SP表示（768px以下）----------------- */
/* Contact Us */
@media only screen and (max-width: 768px) {
  .sec04 {
    padding: 70px 0 120px;
  }
  .formBox {
    margin-top: 75px;
  }
}
/* -------- フォーム -------- */
.wpcf7-form p {
  margin-top: 40px;
}

.wpcf7-form-control {
  width: 100%;
  font-size: 15px;
  margin-top: 10px;
  padding: 12px 0 12px 15px;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
}

.wpcf7-textarea {
  height: 160px;
}

.wpcf7-form p span span.wpcf7-acceptance {
  border: none;
  margin-top: 35px;
  padding: 0;
}

.wpcf7-form p:nth-child(7) {
  display: flex;
  justify-content: center;
}

.checkbox-cl01 {
  width: 30px;
  height: 30px;
  border: 1px solid #b5b5b5;
  border-radius: 8px;
  position: relative;
  /* appearance: auto; */
}

.checkbox-cl01:checked::before {
  content: "✔";
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}

.wpcf7-list-item-label {
  padding-left: 15px;
}

.wpcf7-list-item-label a {
  display: inline-block;
  text-decoration: underline;
  text-underline-offset: 7px;
}

.wpcf7-submit {
  width: 300px;
  margin-top: 80px;
  background-color: #222;
  border-radius: 0;
  color: #fdfdfd;
  text-align: center;
}

.wpcf7-submit:hover {
  opacity: 0.5;
}

/* ----------------- SP表示（768px以下）----------------- */
/* フォーム */
@media only screen and (max-width: 768px) {
  .wpcf7-submit {
    margin-top: 25px;
  }
}
/* ----------------- サンクスページ thanks.html ----------------- */
.thanks p {
  line-height: 2.375;
}

.thanksBtn {
  margin-top: 70px;
  width: 220px;
  font-size: 15px;
}
.thanksBtn a {
  padding: 17px 0;
}

/* ----------------- SP表示（768px以下）----------------- */
/* サンクスページ thanks.html */
@media only screen and (max-width: 768px) {
  .thanksBtn {
    width: 100%;
  }
}
/* ----------------- プライバシーポリシー privacy.html ----------------- */
.privacy {
  padding-left: 0;
  padding-right: 0;
}

.privacy h2 {
  padding-left: 190px;
}

.privacy h2 span {
  display: block;
  font-size: 14px;
}

.privacy p {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  font-size: 15px;
}

/* ----------------- SP表示（768px以下）----------------- */
/* プライバシーポリシー privacy.html */
@media only screen and (max-width: 768px) {
  .privacyBc {
    display: block;
    padding-top: 60px;
  }
  .privacy {
    padding-top: 70px;
  }
  .privacy h2 {
    padding-left: 30px;
  }
  .privacy p {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/*# sourceMappingURL=style.css.map */
