@charset "UTF-8";
/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* FONT
 * ----------------------------------------------- */
@font-face {
  font-family: "Century Gothic";
  src: url("../css/fonts/GOTHIC_4.woff") format("woff"), url("../css/fonts/GOTHIC_4.woff2") format("woff2"), url("../css/fonts/GOTHIC_4.svg#../css/fonts/GOTHIC_4") format("svg"), url("../css/fonts/GOTHIC_4.eot"), url("../css/fonts/GOTHIC_4.eot?#iefix") format("embedded-opentype"), url("../css/fonts/GOTHIC_4.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../css/fonts/GOTHICB_4.woff") format("woff"), url("../css/fonts/GOTHICB_4.woff2") format("woff2"), url("../css/fonts/GOTHICB_4.svg#../css/fonts/GOTHIC_4B") format("svg"), url("../css/fonts/GOTHICB_4.eot"), url("../css/fonts/GOTHICB_4.eot?#iefix") format("embedded-opentype"), url("../css/fonts/GOTHICB_4.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* ADDITIONAL 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;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

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

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

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

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #333;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "Yu Gothic", Verdana, sans-serif;
  font-weight: 400;
  line-height: 1.875;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

.font-serif {
  font-family: "メイリオ", Meiryo, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, Georgia, serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #333;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

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

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* RESPONSIVE
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  body {
    font-size: 16px;
  }

  .container {
    min-width: 1024px;
  }

  .wrapper {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767.98px) {
  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.5);
  }

  body {
    font-size: 0.26rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.2rem;
    padding-right: 0.2rem;
  }
}
/* PARTS
 * ----------------------------------------------- */
/* HEADER
 * ----------------------------------------------- */
@media print, (min-width: 768px) {
  .button-header-mail {
    width: 190px;
    margin-left: 6px;
    padding: 7px 11px;
    border-radius: 9px;
    background: linear-gradient(0deg, #fbe225 0%, #efbc22 50%, #efcd62 51%, #e2cda0 100%);
    display: block;
  }
  .button-header-mail img {
    width: 100%;
  }
}

header {
  background: #122e5e;
  position: relative;
  z-index: 100;
  color: #fff;
}
header .wrapper {
  height: 100%;
  position: relative;
}
@media print, (min-width: 768px) {
  header {
    height: 70px;
  }
}
@media only screen and (max-width: 767.98px) {
  header {
    height: 1.5rem;
  }
}

@media only screen and (max-width: 767.98px) {
  .header-label {
    padding: 0.15rem 0 0.06rem;
    font-size: 0.24rem;
    text-align: center;
  }
}

.header-logo {
  display: block;
}
.header-logo .logo-wrapper {
  display: block;
}
.header-logo img {
  width: 100%;
}
@media print, (min-width: 768px) {
  .header-logo {
    position: absolute;
    top: 16px;
    left: 0;
  }
  .header-logo .logo-wrapper {
    width: 240px;
  }
}
@media only screen and (max-width: 767.98px) {
  .header-logo {
    width: 4rem;
    margin: 0 auto;
  }
}

@media print, (min-width: 768px) {
  .header-info {
    width: calc(100% - 270px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-align: center;
        align-items: center;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
  }
  .header-info .info-phone {
    font-size: 12px;
    text-align: center;
  }
  .header-info .info-phone.is-single {
    margin-right: -12px;
  }
  .header-info .phone-number {
    margin: 0 auto;
    display: block;
  }
}

/* FOOTER
 * ----------------------------------------------- */
.list-footer-menu .item-wrapper {
  border: 1px solid #fff;
  display: block;
  text-align: center;
  color: #fff;
}
@media print, (min-width: 768px) {
  .list-footer-menu {
    margin-bottom: -12px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 16px;
  }
  .list-footer-menu .list-item {
    width: 234px;
    padding: 0 12px 12px 0;
  }
  .list-footer-menu .item-wrapper {
    padding: 8px 10px 4px;
    border-radius: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .list-footer-menu {
    font-size: 0.32rem;
  }
  .list-footer-menu .list-item:not(:last-child) {
    margin-bottom: 0.27rem;
  }
  .list-footer-menu .item-wrapper {
    padding: 0.13rem 0.09rem 0.1rem;
    border-radius: 0.09rem;
  }
}

footer {
  background: #2f3746;
  color: #fff;
}
@media print, (min-width: 768px) {
  footer {
    padding: 24px 0;
  }
  footer .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (max-width: 767.98px) {
  footer {
    padding: 0.39rem 0.4rem;
  }
}

.footer-credit {
  display: block;
}
@media print, (min-width: 768px) {
  .footer-credit {
    width: calc(100% - 468px);
    padding-top: 3px;
    font-size: 12px;
    text-align: right;
  }
}
@media only screen and (max-width: 767.98px) {
  .footer-credit {
    padding: 0.51rem 0 0.2rem;
    font-size: 0.2rem;
    text-align: center;
  }
}

/* MODULES
 * ----------------------------------------------- */
/* BUTTON
 * ----------------------------------------------- */
.button-common-simple {
  background: #122e5e;
  display: block;
  color: #fff;
  text-align: center;
}
@media print, (min-width: 768px) {
  .button-common-simple {
    padding: 7px 12px 4px;
    border-radius: 9px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-simple {
    padding: 0.12rem 0.12rem 0.09rem;
    border-radius: 0.09rem;
    font-size: 0.32rem;
  }
}

@media print, (min-width: 768px) {
  .button-common-top {
    width: 78px;
    height: 78px;
    background: url(../img/common/icon_top_01.png) center center/100% auto no-repeat;
    position: fixed;
    right: 51px;
    bottom: 69px;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    transition: opacity 0.3s ease;
  }
  .button-common-top.is-show {
    opacity: 1;
    pointer-events: auto;
    transition: opacity 0.26s ease;
  }
  .button-common-top.is-show:hover {
    opacity: 0.8;
  }
}

.button-common-submit {
  margin: 0 auto;
  background: linear-gradient(0deg, #27aa1e 0%, #21a11a 48%, #40b23b 51%, #9ace96 100%);
  display: block;
  overflow: hidden;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
.button-common-submit img {
  width: 100%;
}
@media print, (min-width: 768px) {
  .button-common-submit {
    width: 464px;
    border-radius: 21px;
  }
}
@media only screen and (max-width: 767.98px) {
  .button-common-submit {
    width: 6.24rem;
    border-radius: 0.21rem;
  }
}

/* PAGE
 * ----------------------------------------------- */
/* PRIVACY POLICY
 * ----------------------------------------------- */
.section-privacy {
  text-align: justify;
}
.section-privacy .privacy-title, .section-privacy .item-title {
  font-weight: 700;
}
.section-privacy .privacy-title {
  color: #122e5e;
  text-align: center;
}
.section-privacy .item-title {
  border-bottom: 1px solid #a8a8a8;
}
@media print, (min-width: 768px) {
  .section-privacy {
    padding: 63px 0 60px;
    letter-spacing: -0.039em;
  }
  .section-privacy .privacy-title {
    margin-bottom: 42px;
    font-size: 40px;
  }
  .section-privacy .privacy-detail {
    margin-bottom: 69px;
  }
  .section-privacy .list-item:not(:last-child) {
    margin-bottom: 18px;
  }
  .section-privacy .item-title {
    margin-bottom: 15px;
    padding-bottom: 6px;
    font-size: 24px;
  }
  .section-privacy .item-detail, .section-privacy .item-list {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .section-privacy {
    padding: 0.63rem 0 0.39rem;
    line-height: 1.95;
  }
  .section-privacy .privacy-title {
    margin-bottom: 0.57rem;
    font-size: 0.4rem;
  }
  .section-privacy .privacy-detail {
    margin-bottom: 0.52rem;
  }
  .section-privacy .item-title {
    margin: 0 -0.2rem 0.21rem;
    padding: 0 0.2rem 0.09rem;
    font-size: 0.32rem;
  }
  .section-privacy .item-detail, .section-privacy .item-list {
    padding-bottom: 0.52rem;
  }
}

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