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

img, a, main {
  border-width: 0;
}

.fa-envelope:before {
  border-width: 0;
}

section {
  width: 100%;
}

/* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

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

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

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 */
  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: inherit; /* 1 */
  font-size: inherit; /* 2 */
  white-space: -moz-pre-wrap;
  white-space: -pre-wrap;
  white-space: -o-pre-wrap;
  white-space: pre-wrap;
}

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; /* 2 */
  -webkit-text-decoration: underline dotted;
          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;
}

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

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

/**
 * 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] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

@media screen and (max-width: 1000px) {
  ._pc {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  ._sp {
    display: none !important;
  }
}
/* Varuables
======================================== */
/* --- Color --- */
/* --- Font --- */
/* ---  Layout --- */
.sm-inner {
  width: 755px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.md-inner {
  width: 935px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

.lg-inner {
  width: 1080px;
  max-width: calc(100% - 6vw);
  margin: 0 auto;
}

/* Setting
======================================== */
img {
  display: block;
  max-width: 100%;
}

/* --- アンカーリンク調整 --- */
:target::before {
  content: "";
  display: block;
  height: 50px;
  margin-top: -50px;
  visibility: hidden;
}

/* Parts
======================================== */
/* --- Title --- */
.ttl-en {
  font-family: "baskerville-display-pt", serif;
  font-size: 30px;
  color: #D1D1D1;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  line-height: 1;
}
@media (min-width: 1001px) {
  .ttl-en {
    font-size: 66px;
    margin-bottom: 25px;
  }
}

.ttl-jp {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  font-size: 26px;
  margin-bottom: 30px;
}
@media (min-width: 1001px) {
  .ttl-jp {
    font-size: 45px;
    margin-bottom: 70px;
  }
}

/* --- Background --- */
.bg-bluegrad {
  background: linear-gradient(#274374, #1F70BE);
}

/* --- CTA --- */
.cta-box {
  color: #fff;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 45px 0 45px;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 1001px) {
  .cta-box {
    padding: 75px 0 70px;
  }
}

.btn-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
  max-width: 100%;
}
@media (min-width: 1001px) {
  .btn-wrap {
    gap: 60px;
  }
}
.btn-wrap a {
  width: 433px;
  max-width: 90%;
}
@media (max-width: 1000px) {
  .btn-wrap a {
    margin: 0 auto;
  }
}
.btn-wrap a img {
  width: 100%;
}
.btn-wrap a:nth-child(1) {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.15);
}

/* Header
======================================== */
header {
  height: 70px;
}
@media (min-width: 1001px) {
  header {
    height: 88px;
  }
}
header h1 {
  height: auto !important;
}
header .header-wrap {
  height: 70px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0 5px;
  position: fixed;
  width: 100%;
  background-color: #fff;
  justify-content: space-between;
  z-index: 1000;
}
@media (min-width: 1001px) {
  header .header-wrap {
    height: 88px;
  }
}
@media (min-width: 1001px) {
  header .header-wrap {
    padding: 0 85px;
    gap: 30px;
  }
}
header .header-wrap .logo {
  width: 140px;
}
@media (min-width: 1001px) {
  header .header-wrap .logo {
    width: 277px;
  }
}
header .header-wrap .support_top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
}
header .header-wrap .support_top img {
  margin-right: 10px;
  width: 45px;
}
header .header-wrap .cta-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
@media (min-width: 1001px) {
  header .header-wrap .cta-list {
    margin-left: auto;
    gap: 20px;
  }
}
header .header-wrap .cta-list li a {
  border: 1px solid #9E7D34;
  width: 110px;
  height: 48px;
  color: #9E7D34;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  transition: 0.3s all;
}
@media (min-width: 1001px) {
  header .header-wrap .cta-list li a {
    width: 166px;
    font-size: 16px;
    border: 2px solid #9E7D34;
  }
}
@media (max-width: 1000px) {
  header .header-wrap .cta-list li a {
    font-size: 12px;
    padding: 5px 5px;
    width: -moz-fit-content;
    width: fit-content;
    line-height: 1;
  }
}
header .header-wrap .cta-list li a:hover {
  opacity: 0.6;
}
header .header-wrap .cta-list li .consult i {
  margin-right: 5px;
}
@media (min-width: 1001px) {
  header .header-wrap .cta-list li .consult i {
    margin-right: 15px;
  }
}
header .header-wrap .cta-list li .online {
  background-color: #9E7D34;
  color: #fff;
}

/* Footer
======================================== */
footer ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 43px 0 33px;
  font-size: 14px;
  align-items: start;
}
footer ul li {
  padding: 0 15px;
  height: 50px;
  /* --- 
  &:not(:last-child) {
      border-right: 1px solid #3C4043;
  } --- */
}
@media (min-width: 1001px) {
  footer ul li {
    padding: 0 25px;
    font-size: 16px;
  }
}
footer .copyright {
  font-size: 14px;
  text-align: center;
  margin-bottom: 27px;
}

/* --- Jump to Top --- */
.scrollToTopBtn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
  line-height: 45px;
  width: 45px;
  text-align: center;
  cursor: pointer;
  background-color: #9E7D34;
  color: #fff;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  opacity: 0;
  transform: translateY(100px);
  transition: all 0.5s ease;
}
@media (min-width: 1001px) {
  .scrollToTopBtn {
    font-size: 38px;
    line-height: 83px;
    width: 83px;
    bottom: 30px;
    right: 70px;
  }
}

.showBtn {
  opacity: 1;
  transform: translateY(0);
}/*# sourceMappingURL=add.css.map */