@charset "UTF-8";
/* --------------------------------------------------------------------------------
 web fonts
-------------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
/* p tag */
/* heading */
/* hr */
/* blockquote */
/* ul */
/* ol */
/* table */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 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: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 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 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* ----------------------------------------------------------------------
 reset (exculding 'sup')
---------------------------------------------------------------------- */
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,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th {
  text-align: left;
}

img {
  vertical-align: middle;
}

/* add reset */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
  margin: 0;
  padding: 0;
  font-size: 62.5%;
}

body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Lato", "Noto Sans JP", "ヒラギノ角ゴ ProN",
    "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS PGothic", sans-serif;
  color: #020202;
  letter-spacing: 0.1em;
}

@media only screen and (max-width: 767px) {
  body {
    font-size: 3.73333vw;
  }
}

*,
::before,
::after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  opacity: 0.7;
}

figure {
  margin: 0;
  padding: 0;
}

figure img {
  max-width: 100%;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ol,
ul {
  list-style: none;
}

/* iOS form reset */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
}

/* Commonset
-------------------------------------------------------- */
/* reCAPTCHAろご削除 */
.grecaptcha-badge {
  display: none !important;
}

/*   display   */
.dp-block {
  display: block;
}

@media screen and (min-width: 400px) {
  .dp-block-xs {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .dp-block-sm {
    display: block;
  }
}

@media screen and (min-width: 920px) {
  .dp-block-md {
    display: block;
  }
}

@media screen and (min-width: 1272px) {
  .dp-block-lg {
    display: block;
  }
}

@media screen and (min-width: 1480px) {
  .dp-block-xl {
    display: block;
  }
}

.dp-none {
  display: none;
}

@media screen and (min-width: 400px) {
  .dp-none-xs {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .dp-none-sm {
    display: none;
  }
}

@media screen and (min-width: 920px) {
  .dp-none-md {
    display: none;
  }
}

@media screen and (min-width: 1272px) {
  .dp-none-lg {
    display: none;
  }
}

@media screen and (min-width: 1480px) {
  .dp-none-xl {
    display: none;
  }
}

@media screen and (max-width: 399px) {
  .dp-block-down-xs {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .dp-block-down-sm {
    display: block;
  }
}

@media screen and (max-width: 919px) {
  .dp-block-down-md {
    display: block;
  }
}

@media screen and (max-width: 1271px) {
  .dp-block-down-lg {
    display: block;
  }
}

@media screen and (max-width: 1479px) {
  .dp-block-down-xl {
    display: block;
  }
}

@media screen and (max-width: 399px) {
  .dp-none-down-xs {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .dp-none-down-sm {
    display: none;
  }
}

@media screen and (max-width: 919px) {
  .dp-none-down-md {
    display: none;
  }
}

@media screen and (max-width: 1271px) {
  .dp-none-down-lg {
    display: none;
  }
}

@media screen and (max-width: 1479px) {
  .dp-none-down-xl {
    display: none;
  }
}

/*  width   */
.w-50 {
  width: 50% !important;
}

.w-60 {
  width: 60% !important;
}

.w-70 {
  width: 70% !important;
}

.w-80 {
  width: 80% !important;
}

.w-90 {
  width: 90% !important;
}

.w-100 {
  width: 100% !important;
}

/* margin */
.mt0 {
  margin-top: 0px;
}

.mr0 {
  margin-right: 0px;
}

.mb0 {
  margin-bottom: 0px;
}

.ml0 {
  margin-left: 0px;
}

.mt5 {
  margin-top: 5px;
}

.mr5 {
  margin-right: 5px;
}

.mb5 {
  margin-bottom: 5px;
}

.ml5 {
  margin-left: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mr10 {
  margin-right: 10px;
}

.mb10 {
  margin-bottom: 10px;
}

.ml10 {
  margin-left: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mr15 {
  margin-right: 15px;
}

.mb15 {
  margin-bottom: 15px;
}

.ml15 {
  margin-left: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mr20 {
  margin-right: 20px;
}

.mb20 {
  margin-bottom: 20px;
}

.ml20 {
  margin-left: 20px;
}

.mt25 {
  margin-top: 25px;
}

.mr25 {
  margin-right: 25px;
}

.mb25 {
  margin-bottom: 25px;
}

.ml25 {
  margin-left: 25px;
}

.mt30 {
  margin-top: 30px;
}

.mr30 {
  margin-right: 30px;
}

.mb30 {
  margin-bottom: 30px;
}

.ml30 {
  margin-left: 30px;
}

.mt35 {
  margin-top: 35px;
}

.mr35 {
  margin-right: 35px;
}

.mb35 {
  margin-bottom: 35px;
}

.ml35 {
  margin-left: 35px;
}

.mt40 {
  margin-top: 40px;
}

.mr40 {
  margin-right: 40px;
}

.mb40 {
  margin-bottom: 40px;
}

.ml40 {
  margin-left: 40px;
}

.mt45 {
  margin-top: 45px;
}

.mr45 {
  margin-right: 45px;
}

.mb45 {
  margin-bottom: 45px;
}

.ml45 {
  margin-left: 45px;
}

.mt50 {
  margin-top: 50px;
}

.mr50 {
  margin-right: 50px;
}

.mb50 {
  margin-bottom: 50px;
}

.ml50 {
  margin-left: 50px;
}

.mt55 {
  margin-top: 55px;
}

.mr55 {
  margin-right: 55px;
}

.mb55 {
  margin-bottom: 55px;
}

.ml55 {
  margin-left: 55px;
}

.mt60 {
  margin-top: 60px;
}

.mr60 {
  margin-right: 60px;
}

.mb60 {
  margin-bottom: 60px;
}

.ml60 {
  margin-left: 60px;
}

.mt65 {
  margin-top: 65px;
}

.mr65 {
  margin-right: 65px;
}

.mb65 {
  margin-bottom: 65px;
}

.ml65 {
  margin-left: 65px;
}

.mt70 {
  margin-top: 70px;
}

.mr70 {
  margin-right: 70px;
}

.mb70 {
  margin-bottom: 70px;
}

.ml70 {
  margin-left: 70px;
}

.mt75 {
  margin-top: 75px;
}

.mr75 {
  margin-right: 75px;
}

.mb75 {
  margin-bottom: 75px;
}

.ml75 {
  margin-left: 75px;
}

.mt80 {
  margin-top: 80px;
}

.mr80 {
  margin-right: 80px;
}

.mb80 {
  margin-bottom: 80px;
}

.ml80 {
  margin-left: 80px;
}

.mt85 {
  margin-top: 85px;
}

.mr85 {
  margin-right: 85px;
}

.mb85 {
  margin-bottom: 85px;
}

.ml85 {
  margin-left: 85px;
}

.mt90 {
  margin-top: 90px;
}

.mr90 {
  margin-right: 90px;
}

.mb90 {
  margin-bottom: 90px;
}

.ml90 {
  margin-left: 90px;
}

.mt95 {
  margin-top: 95px;
}

.mr95 {
  margin-right: 95px;
}

.mb95 {
  margin-bottom: 95px;
}

.ml95 {
  margin-left: 95px;
}

.mt100 {
  margin-top: 100px;
}

.mr100 {
  margin-right: 100px;
}

.mb100 {
  margin-bottom: 100px;
}

.ml100 {
  margin-left: 100px;
}

@media only screen and (max-width: 767px) {
  .mt0 {
    margin-top: 0px;
  }
  .mr0 {
    margin-right: 0px;
  }
  .mb0 {
    margin-bottom: 0px;
  }
  .ml0 {
    margin-left: 0px;
  }
  .sp-mt0 {
    margin-top: 0px !important;
  }
  .sp-mb0 {
    margin-bottom: 0px !important;
  }
  .mt5 {
    margin-top: 2.5px;
  }
  .mr5 {
    margin-right: 2.5px;
  }
  .mb5 {
    margin-bottom: 2.5px;
  }
  .ml5 {
    margin-left: 2.5px;
  }
  .sp-mt5 {
    margin-top: 5px !important;
  }
  .sp-mb5 {
    margin-bottom: 5px !important;
  }
  .mt10 {
    margin-top: 5px;
  }
  .mr10 {
    margin-right: 5px;
  }
  .mb10 {
    margin-bottom: 5px;
  }
  .ml10 {
    margin-left: 5px;
  }
  .sp-mt10 {
    margin-top: 10px !important;
  }
  .sp-mb10 {
    margin-bottom: 10px !important;
  }
  .mt15 {
    margin-top: 7.5px;
  }
  .mr15 {
    margin-right: 7.5px;
  }
  .mb15 {
    margin-bottom: 7.5px;
  }
  .ml15 {
    margin-left: 7.5px;
  }
  .sp-mt15 {
    margin-top: 15px !important;
  }
  .sp-mb15 {
    margin-bottom: 15px !important;
  }
  .mt20 {
    margin-top: 10px;
  }
  .mr20 {
    margin-right: 10px;
  }
  .mb20 {
    margin-bottom: 10px;
  }
  .ml20 {
    margin-left: 10px;
  }
  .sp-mt20 {
    margin-top: 20px !important;
  }
  .sp-mb20 {
    margin-bottom: 20px !important;
  }
  .mt25 {
    margin-top: 12.5px;
  }
  .mr25 {
    margin-right: 12.5px;
  }
  .mb25 {
    margin-bottom: 12.5px;
  }
  .ml25 {
    margin-left: 12.5px;
  }
  .sp-mt25 {
    margin-top: 25px !important;
  }
  .sp-mb25 {
    margin-bottom: 25px !important;
  }
  .mt30 {
    margin-top: 15px;
  }
  .mr30 {
    margin-right: 15px;
  }
  .mb30 {
    margin-bottom: 15px;
  }
  .ml30 {
    margin-left: 15px;
  }
  .sp-mt30 {
    margin-top: 30px !important;
  }
  .sp-mb30 {
    margin-bottom: 30px !important;
  }
  .mt35 {
    margin-top: 17.5px;
  }
  .mr35 {
    margin-right: 17.5px;
  }
  .mb35 {
    margin-bottom: 17.5px;
  }
  .ml35 {
    margin-left: 17.5px;
  }
  .sp-mt35 {
    margin-top: 35px !important;
  }
  .sp-mb35 {
    margin-bottom: 35px !important;
  }
  .mt40 {
    margin-top: 20px;
  }
  .mr40 {
    margin-right: 20px;
  }
  .mb40 {
    margin-bottom: 20px;
  }
  .ml40 {
    margin-left: 20px;
  }
  .sp-mt40 {
    margin-top: 40px !important;
  }
  .sp-mb40 {
    margin-bottom: 40px !important;
  }
  .mt45 {
    margin-top: 22.5px;
  }
  .mr45 {
    margin-right: 22.5px;
  }
  .mb45 {
    margin-bottom: 22.5px;
  }
  .ml45 {
    margin-left: 22.5px;
  }
  .sp-mt45 {
    margin-top: 45px !important;
  }
  .sp-mb45 {
    margin-bottom: 45px !important;
  }
  .mt50 {
    margin-top: 25px;
  }
  .mr50 {
    margin-right: 25px;
  }
  .mb50 {
    margin-bottom: 25px;
  }
  .ml50 {
    margin-left: 25px;
  }
  .sp-mt50 {
    margin-top: 50px !important;
  }
  .sp-mb50 {
    margin-bottom: 50px !important;
  }
  .mt55 {
    margin-top: 27.5px;
  }
  .mr55 {
    margin-right: 27.5px;
  }
  .mb55 {
    margin-bottom: 27.5px;
  }
  .ml55 {
    margin-left: 27.5px;
  }
  .sp-mt55 {
    margin-top: 55px !important;
  }
  .sp-mb55 {
    margin-bottom: 55px !important;
  }
  .mt60 {
    margin-top: 30px;
  }
  .mr60 {
    margin-right: 30px;
  }
  .mb60 {
    margin-bottom: 30px;
  }
  .ml60 {
    margin-left: 30px;
  }
  .sp-mt60 {
    margin-top: 60px !important;
  }
  .sp-mb60 {
    margin-bottom: 60px !important;
  }
  .mt65 {
    margin-top: 32.5px;
  }
  .mr65 {
    margin-right: 32.5px;
  }
  .mb65 {
    margin-bottom: 32.5px;
  }
  .ml65 {
    margin-left: 32.5px;
  }
  .sp-mt65 {
    margin-top: 65px !important;
  }
  .sp-mb65 {
    margin-bottom: 65px !important;
  }
  .mt70 {
    margin-top: 35px;
  }
  .mr70 {
    margin-right: 35px;
  }
  .mb70 {
    margin-bottom: 35px;
  }
  .ml70 {
    margin-left: 35px;
  }
  .sp-mt70 {
    margin-top: 70px !important;
  }
  .sp-mb70 {
    margin-bottom: 70px !important;
  }
  .mt75 {
    margin-top: 37.5px;
  }
  .mr75 {
    margin-right: 37.5px;
  }
  .mb75 {
    margin-bottom: 37.5px;
  }
  .ml75 {
    margin-left: 37.5px;
  }
  .sp-mt75 {
    margin-top: 75px !important;
  }
  .sp-mb75 {
    margin-bottom: 75px !important;
  }
  .mt80 {
    margin-top: 40px;
  }
  .mr80 {
    margin-right: 40px;
  }
  .mb80 {
    margin-bottom: 40px;
  }
  .ml80 {
    margin-left: 40px;
  }
  .sp-mt80 {
    margin-top: 80px !important;
  }
  .sp-mb80 {
    margin-bottom: 80px !important;
  }
  .mt85 {
    margin-top: 42.5px;
  }
  .mr85 {
    margin-right: 42.5px;
  }
  .mb85 {
    margin-bottom: 42.5px;
  }
  .ml85 {
    margin-left: 42.5px;
  }
  .sp-mt85 {
    margin-top: 85px !important;
  }
  .sp-mb85 {
    margin-bottom: 85px !important;
  }
  .mt90 {
    margin-top: 45px;
  }
  .mr90 {
    margin-right: 45px;
  }
  .mb90 {
    margin-bottom: 45px;
  }
  .ml90 {
    margin-left: 45px;
  }
  .sp-mt90 {
    margin-top: 90px !important;
  }
  .sp-mb90 {
    margin-bottom: 90px !important;
  }
  .mt95 {
    margin-top: 47.5px;
  }
  .mr95 {
    margin-right: 47.5px;
  }
  .mb95 {
    margin-bottom: 47.5px;
  }
  .ml95 {
    margin-left: 47.5px;
  }
  .sp-mt95 {
    margin-top: 95px !important;
  }
  .sp-mb95 {
    margin-bottom: 95px !important;
  }
  .mt100 {
    margin-top: 50px;
  }
  .mr100 {
    margin-right: 50px;
  }
  .mb100 {
    margin-bottom: 50px;
  }
  .ml100 {
    margin-left: 50px;
  }
  .sp-mt100 {
    margin-top: 100px !important;
  }
  .sp-mb100 {
    margin-bottom: 100px !important;
  }
}

/* flex */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex.fl-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex.jc-cen {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex.jc-bet {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex.jc-ar {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex.jc-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex.ai-cen {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex.ai-end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/* col */
.col-2 > .box {
  width: calc(100% / 2 - 10px);
}

.col-3 > .box {
  width: calc(100% / 3 - 10px);
}

.col-4 > .box {
  width: calc(100% / 4 - 10px);
}

.col-5 > .box {
  width: calc(100% / 5 - 10px);
}

.col-6 > .box {
  width: calc(100% / 6 - 10px);
}

/* font-style */
.fs-12 {
  font-size: 12px;
  font-size: 0.75rem;
}

.fs-14 {
  font-size: 14px;
  font-size: 0.875rem;
}

.fs-16 {
  font-size: 16px;
  font-size: 1rem;
}

.fs-18 {
  font-size: 18px;
  font-size: 1.125rem;
}

.fs-20 {
  font-size: 20px;
  font-size: 1.25rem;
}

.fs-22 {
  font-size: 22px;
  font-size: 1.375rem;
}

.fs-24 {
  font-size: 24px;
  font-size: 1.5rem;
}

.fs-26 {
  font-size: 26px;
  font-size: 1.625rem;
}

.fs-28 {
  font-size: 28px;
  font-size: 1.75rem;
}

@media only screen and (max-width: 919px) {
  .fs-14 {
    font-size: 11.66667px;
    font-size: 0.72917rem;
  }
  .fs-16 {
    font-size: 13.33333px;
    font-size: 0.83333rem;
  }
  .fs-18 {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .fs-20 {
    font-size: 16.66667px;
    font-size: 1.04167rem;
  }
  .fs-22 {
    font-size: 18.33333px;
    font-size: 1.14583rem;
  }
  .fs-24 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .fs-26 {
    font-size: 21.66667px;
    font-size: 1.35417rem;
  }
  .fs-28 {
    font-size: 23.33333px;
    font-size: 1.45833rem;
  }
}

@media only screen and (max-width: 767px) {
  .fs-14 {
    font-size: 9.33333px;
    font-size: 0.58333rem;
  }
  .fs-16 {
    font-size: 10.66667px;
    font-size: 0.66667rem;
  }
  .fs-18 {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .fs-20 {
    font-size: 13.33333px;
    font-size: 0.83333rem;
  }
  .fs-22 {
    font-size: 14.66667px;
    font-size: 0.91667rem;
  }
  .fs-24 {
    font-size: 16px;
    font-size: 1rem;
  }
  .fs-26 {
    font-size: 17.33333px;
    font-size: 1.08333rem;
  }
  .fs-28 {
    font-size: 18.66667px;
    font-size: 1.16667rem;
  }
}

/* font-weight */
.fw-100 {
  font-weight: 100;
}

.fw-200 {
  font-weight: 200;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

/* font-color */
.cl-wht {
  color: #fff !important;
}

.cl-red {
  color: #df1b1b !important;
}

.cl-blu {
  color: #00a5bf !important;
}

.cl-aqu {
  color: #99cefb !important;
}

.cl-yel {
  color: #ffcc00 !important;
}

.cl-org {
  color: #ed6103 !important;
}

.cl-nvy {
  color: #213b6c !important;
}

/*   text-align  */
.ta-cen {
  text-align: center;
}

.ta-left {
  text-align: left !important;
}

.ta-right {
  text-align: right !important;
}

/* background-color */
.bg-wht {
  background: #fff !important;
}

.bg-blc {
  background: #020202 !important;
}

.bg-beg {
  background: #f7f5ef !important;
}

.bg-aqu {
  background: #99cefb !important;
}

.bg-blu {
  background: #00a5bf !important;
}

.bg-org {
  background: #ed6103 !important;
}

.bg-nvy {
  background: #213b6c !important;
}

.bg-gry {
  background: #e8e8e8 !important;
}

.bg-lgry {
  background: #f4f4f4 !important;
}

.bg-lorg {
  background: #fffaf5 !important;
}

/* background-color（gradation） */
.bg-grad-org {
  background: -webkit-linear-gradient(left, #00a5bf, #ffcc00 80%);
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#00a5bf),
    color-stop(80%, #ffcc00)
  );
  background: linear-gradient(to right, #00a5bf, #ffcc00 80%);
}

/* background-color（pattern） */
.bg-ptn-01 {
  position: relative;
}

.bg-ptn-01::after {
  content: "";
  width: calc(100% - 300px);
  height: 100%;
  background-color: #f7f5ef;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
}

@media only screen and (max-width: 919px) {
  .bg-ptn-01::after {
    width: calc(100% - 40px);
  }
}

/* Module
-------------------------------------------------------- */
/* title -----------------*/
.title-01 {
  position: relative;
  font-size: 36px;
  font-size: 3.6rem;
  font-weight: 600;
  line-height: 1.66667;
  text-align: center;
  text-indent: 0.1em;
}

@media only screen and (max-width: 767px) {
  .title-01 {
    font-size: 5.33333vw;
  }
}

/* button -----------------*/
.btn-01 {
  display: block;
}

.btn-01 a,
.btn-01 input,
.btn-01 button {
  position: relative;
  display: block;
  width: 96%;
  max-width: 215px;
  margin: 0 0 0 auto;
  padding: 2.5rem 2.5rem 2.5rem 0;
  color: #fff;
  cursor: pointer;
  -webkit-transition: background 0.3s, color 0.3s;
  transition: background 0.3s, color 0.3s;
}

.btn-01 a::before,
.btn-01 input::before,
.btn-01 button::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  width: 76px;
  height: 8.453px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img/common/btn-01_arrow.svg") no-repeat center
    center/cover;
  -webkit-transition: background 0.3s, right 0.3s;
  transition: background 0.3s, right 0.3s;
}

@media only screen and (min-width: 768px) {
  .btn-01 a:hover,
  .btn-01 input:hover,
  .btn-01 button:hover {
    opacity: 1;
  }
  .btn-01 a:hover::before,
  .btn-01 input:hover::before,
  .btn-01 button:hover::before {
    right: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .btn-01 a,
  .btn-01 input,
  .btn-01 button {
    width: 100%;
    max-width: 100%;
    padding: 6.93333vw 5.33333vw;
  }
  .btn-01 a::before,
  .btn-01 input::before,
  .btn-01 button::before {
    right: 5.33333vw;
    width: 13.33333vw;
    height: 1.54667vw;
    background-size: 100%;
  }
}

.btn-01.is-blc a,
.btn-01.is-blc input,
.btn-01.is-blc button {
  color: #020202;
}

.btn-01.is-blc a::before,
.btn-01.is-blc input::before,
.btn-01.is-blc button::before {
  background: url("../img/common/btn-01_arrow_black.svg") no-repeat center
    center/cover;
}

.btn-02 {
  display: block;
}

.btn-02 a,
.btn-02 input,
.btn-02 button {
  display: block;
  padding: 2rem;
  text-align: center;
  border: 1px solid #00a5bf;
  background-color: #00a5bf;
  color: #fff;
}

@media only screen and (max-width: 767px) {
  .btn-02 a,
  .btn-02 input,
  .btn-02 button {
    width: 100%;
    max-width: 100%;
    padding: 6.93333vw 5.33333vw;
    font-size: 4.26667vw;
  }
  .btn-02 a::before,
  .btn-02 input::before,
  .btn-02 button::before {
    right: 5.33333vw;
    width: 13.33333vw;
    height: 2vw;
    background-size: 100%;
  }
}

/* common -----------------*/
.common__contact {
  position: relative;
  padding: 10rem 0;
  background: url("../img/common/contact_bg.jpg") no-repeat center center/cover;
  color: #fff;
}

.common__contact::before {
  content: "";
  position: absolute;
  top: -60px;
  left: 50%;
  width: 1px;
  height: 120px;
  background-color: #00a5bf;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.common__contact-tel {
  width: 50%;
  padding-right: 2.5rem;
  text-align: right;
}

.common__contact-tel .number {
  font-size: 48px;
  font-size: 4.8rem;
}

.common__contact-tel .number img {
  margin-right: 1rem;
  width: 33px;
  vertical-align: 3px;
}

.common__contact-tel .time {
  font-size: 14px;
  font-size: 1.4rem;
}

.common__contact-mail {
  width: 50%;
  padding-left: 2.5rem;
}

.common__contact-mail .btn-02 a {
  width: 400px;
  font-size: 21px;
  font-size: 2.1rem;
}

.common__contact-mail .btn-02 img {
  margin-right: 1rem;
  width: 33px;
  vertical-align: -3px;
}

@media only screen and (max-width: 919px) {
  .common__contact-tel {
    width: 100%;
    margin-bottom: 4vw;
    padding-right: 0;
    text-align: center;
  }
  .common__contact-tel .number span,
  .common__contact-tel .number a {
    font-size: 10.66667vw;
    color: #fff;
  }
  .common__contact-tel .number img {
    margin-right: 2.13333vw;
    width: 6.4vw;
    vertical-align: 1vw;
  }
  .common__contact-mail {
    width: 100%;
    padding-left: 0;
  }
  .common__contact-mail .btn-02 a {
    width: 100%;
    font-size: 4vw;
  }
  .common__contact-mail .btn-02 img {
    margin-right: 2.13333vw;
    width: 6.4vw;
    vertical-align: -1vw;
  }
}

/* newslist -----------------*/
.newslist__item {
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.newslist__item:not(:last-child) {
  margin-bottom: 4rem;
}

.newslist__item .date {
  width: 16.66667%;
  font-size: 15px;
  font-size: 1.5rem;
}

.newslist__item .title {
  overflow: hidden;
  width: 81%;
  text-overflow: ellipsis;
}

.newslist__item .title a {
  font-size: 15px;
  font-size: 1.5rem;
  color: #020202;
  white-space: nowrap;
}

@media only screen and (max-width: 767px) {
  .newslist__item .date {
    width: 100%;
    font-size: 3.73333vw;
  }
  .newslist__item .title {
    width: 100%;
  }
  .newslist__item .title a {
    font-size: 3.73333vw;
  }
}

/* Layout
-------------------------------------------------------- */
/* Container -----------------*/
.content_wrapper,
.content_wrapper_max,
.content_wrapper_min {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width: 919px) {
  .content_wrapper,
  .content_wrapper_max,
  .content_wrapper_min {
    width: 94%;
  }
}

.content_wrapper {
  max-width: 1200px;
}

.content_wrapper_max {
  max-width: 1400px;
}

.content_wrapper_min {
  max-width: 1040px;
}

/* header -----------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.6s;
  transition: background-color 0.6s;
}

.header h1 {
  display: none;
}

.header__inner {
  position: relative;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  margin: 0 auto;
  padding: 3.9rem 1rem;
  -webkit-transition: padding 0.6s;
  transition: padding 0.6s;
}

.header__logo {
  width: 20%;
}

.header__logo img {
  width: 100%;
  max-width: 280px;
  height: auto;
}

.header__gnav {
  width: auto;
}

.header__gnav-list--item + .header__gnav-list--item {
  margin-left: 5.7rem;
}

.header__gnav-list--item a {
  color: #fff;
}

.header__gnav-list--item.is-contact .tel {
  font-size: 20px;
  font-size: 2rem;
  color: #fff;
}

.header__gnav-list--item.is-contact .tel .icon {
  position: relative;
  display: inline-block;
  width: 17px;
  height: 15px;
  margin-right: 0.9rem;
  vertical-align: 1px;
}

.header__gnav-list--item.is-contact .tel .icon img,
.header__gnav-list--item.is-contact .tel .icon svg,
.header__gnav-list--item.is-contact .tel .icon svg image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__gnav-list--item.is-contact .mail {
  background-color: #00a5bf;
}

.header__gnav-list--item.is-contact .mail a {
  padding: 0.7rem;
  -webkit-transition: border 0.4s, opacity 0.3s;
  transition: border 0.4s, opacity 0.3s;
}

.header__sptrigger {
  display: none;
}

.header.is-scrolled {
  background-color: rgba(0, 165, 191, 0.8);
}

.header.is-scrolled .header__inner {
  padding: 2rem 1rem;
}

.header.is-scrolled .header__gnav-list--item.is-contact a {
  border-color: #fff;
}

@media only screen and (max-width: 1271px) {
  .header__gnav-list--item + .header__gnav-list--item {
    margin-left: 1.5rem;
  }
}

@media only screen and (max-width: 1023px) {
  .header__gnav-list .sponly {
    display: block;
  }
}

@media only screen and (max-width: 919px) {
  .header__logo img {
    width: 100%;
    max-width: 130px;
    height: auto;
  }
  .header {
    z-index: 30;
  }
  .header__inner {
    padding: 3rem;
  }
  .header__logo {
    width: 250px;
  }
  .header__gnav {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 10vw;
    background: #00a5bf;
    z-index: 9000;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    -webkit-transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: opacity 0.2s, visibility 0s 0.2s, -webkit-transform 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
    transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s,
      -webkit-transform 0.2s;
  }
  .header__gnav-list--item {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: 1px solid #fff;
  }
  .header__gnav-list--item + .header__gnav-list--item {
    margin-left: 0;
  }
  .header__gnav-list--item a {
    color: #fff;
  }
  .header__gnav-list--item.is-contact {
    border-bottom: 0;
  }
  .header__gnav-list--item.is-contact .tel {
    margin-bottom: 1rem;
    font-size: 5.33333vw;
    text-align: center;
  }
  .header__gnav-list--item.is-contact .mail a {
    border-color: #fff;
  }
  .header__sptrigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__sptrigger-telbtn {
    display: block;
  }
  .header__sptrigger-telbtn .is-tablet {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 3.2vw;
    color: #fff;
  }
  .header__sptrigger-telbtn .is-tablet .icon {
    position: relative;
    display: inline-block;
    width: 3.2vw;
    height: 3.2vw;
    margin-right: 0.9rem;
    line-height: 1;
  }
  .header__sptrigger-telbtn .is-tablet .icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  .header__sptrigger-telbtn .is-sp {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .header__inner {
    padding: 1.2rem;
  }
  .header__logo {
    width: 100px;
  }
  .header__sptrigger-telbtn .is-tablet {
    display: none;
  }
  .header__sptrigger-telbtn .is-sp {
    display: block;
  }
  .header__sptrigger-telbtn .is-sp img {
    width: 6.4vw;
  }
}

.navToggle {
  display: none;
}

@media only screen and (max-width: 919px) {
  .navToggle {
    display: block;
    margin-left: 2rem;
    cursor: pointer;
    z-index: 9999;
  }
  .navToggle div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 8vw;
    height: 3.2vw;
    z-index: 9999;
  }
  .navToggle span {
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-transition: 0.35s ease-in-out;
    transition: 0.35s ease-in-out;
    border-radius: 5px;
  }
  .navopen .navToggle div {
    position: relative;
  }
  .navopen .navToggle span {
    position: absolute;
  }
  .navopen .navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .navopen .navToggle span:nth-child(2) {
    top: 11px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  .navopen .header__gnav {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
  }
}

/* footer -----------------*/
.footer__info {
  padding: 6rem 0;
  text-align: center;
  background-color: #020202;
  color: #fff;
}

.footer__info .content_wrapper {
  position: relative;
}

.footer__info p {
  line-height: 2.25;
}

.footer__info-pagetop {
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.footer__nav {
  padding: 6rem 0;
  background: #00a5bf repeat;
}

.footer__nav a {
  color: #fff;
}

.footer__nav-list {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer__nav-list .item + .item {
  margin-left: 4rem;
}

.footer__nav .copyright {
  color: #fff;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
}

@media only screen and (max-width: 919px) {
  .footer__info {
    position: relative;
    padding: 8vw 0;
  }
  .footer__info .content_wrapper {
    padding-bottom: 16vw;
  }
  .footer__info img {
    width: 32vw;
  }
  .footer__info p {
    line-height: 2;
    font-size: 18px;
    font-size: 1.8rem;
    color: #fff;
  }
  .footer__info p span,
  .footer__info p a {
    color: #fff;
  }
  .footer__info-pagetop {
    width: 16vw;
    bottom: 0;
    right: 0;
  }
  .footer__info-pagetop img {
    width: 100%;
  }
  .footer__nav {
    padding: 8vw 0;
  }
  .footer__nav-list {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer__nav-list .item {
    width: 50%;
    text-align: center;
  }
  .footer__nav-list .item + .item {
    margin-left: 0;
  }
  .footer__nav-list .item:nth-of-type(n + 3) {
    margin-top: 1rem;
  }
}

@media only screen and (max-width: 767px) {
  .footer__info p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* .main -----------------*/
/* Vend
-------------------------------------------------------- */
/* bxslider -----------------*/
.bx-wrapper {
  z-index: 0;
  max-width: 100% !important;
  margin-bottom: 0;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  background: transparent;
}

/* Page
-------------------------------------------------------- */
/* Top -----------------*/
.top {
  /* keyvisual */
  /* about */
  /* news */
}

@media only screen and (max-width: 480px) {
  .top {
    overflow-x: hidden;
  }
}

.top .main {
  overflow-x: hidden;
}

.top__keyvisual {
  overflow: hidden;
  position: relative;
}

.top__keyvisual-copy {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.top__keyvisual-copy h2 {
  display: inline-block;
  font-size: 60px;
  font-size: 6rem;
  color: #fff;
}

.top__keyvisual-copy p {
  color: #fff;
  font-size: 20px;
  font-size: 2rem;
}

.top__keyvisual-slider .item img {
  width: 100%;
}

@media only screen and (max-width: 919px) {
  .top__keyvisual-copy h2 {
    font-size: 5.33333vw;
  }
}

.top__about {
  position: relative;
}

@media only screen and (max-width: 767px) {
  .top__about {
    padding-bottom: 6.66667vw;
  }
  .top__about .item {
    width: 100% !important;
    margin-top: 13.33333vw;
  }
  .top__about .item .pagename {
    top: -5.33333vw;
    left: 2.66667vw;
    padding: 5.33333vw 2.66667vw;
    font-size: 4.8vw;
  }
}

.top__news {
  padding: 10rem 0;
  background-color: #00a5bf;
  color: #fff;
}

.top__news > .flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top__news-title {
  width: 21.15385%;
}

.top__news-title .title-01 {
  text-align: left;
}

.top__news-title .title-01::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.66667) * 0.5em);
}

.top__news-list {
  width: 57.69231%;
}

.top__news-list .newslist__item a {
  color: #fff;
}

@media only screen and (max-width: 919px) {
  .top__news-title {
    width: 100%;
    margin-bottom: 2.66667vw;
  }
  .top__news-list {
    width: 100%;
  }
}
/*# sourceMappingURL=map/style.css.map */

/*----------------------------------------------------------------*/

/*============================
	sub_visual
============================*/

.sub_visual {
  padding-top: 75px;
  text-align: center;
  background: url(../img/top/works_bg.jpg) no-repeat center;
  height: 400px;
  background-size: cover;
}
.sub_visual h2 {
  padding-top: 135px;
  margin: 0 auto;
  text-align: center;
  line-height: 350%;
  font-family: "Zen Maru Gothic", sans-serif;
}
.sub_visual h2 small {
  font-weight: bold;
  font-size: 60px;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-stroke: 1px #08a7f1;
  text-stroke: 1px #08a7f1;
}
.sub_visual h2 span {
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 2.5;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
  margin: 0 auto;
}

@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 768px) {
  .sub_visual {
    height: 330px;
  }
  .sub_visual h2 {
    padding-top: 80px;
  }
  .sub_visual h2 small {
    font-size: 50px;
  }
  .sub_visual h2 span {
    font-size: 16px;
  }
}

/*============================
	sub_contents
============================*/
#sub_contents {
  font-family: "Zen Maru Gothic", sans-serif;
}
#sub_contents .flex-btw {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
#sub_contents .row-reverse {
  flex-direction: row-reverse;
}
#sub_contents br {
  display: block;
}
.br-sp {
  display: none;
}
#sub_contents .sp {
  display: none;
}
#sub_contents section {
  max-width: 1280px;
  width: 96%;
  margin: 0 auto;
  padding: 80px 0;
}
#sub_contents .bg {
  background: #f1f9fc;
}

@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 768px) {
  #sub_contents br {
    display: none;
  }
  #sub_contents .pc_none {
    display: block;
  }
  .br-sp {
    display: block;
  }
  #sub_contents .pc {
    display: none !important;
  }
  #sub_contents .sp {
    display: block;
  }
  #sub_contents section {
    padding: 50px 0;
  }
}

/*============================
	bread_crumb_list
============================*/

#sub_contents .bread_crumb_list {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 2% 0;
}
#sub_contents .bread_crumb_list .bread_crumb {
  padding: 15px 0 0;
  font-size: 15px;
  text-align: left;
}
#sub_contents .bread_crumb_list .bread_crumb li {
  display: inline;
}
#sub_contents .bread_crumb_list .bread_crumb li::after {
  content: ">";
  padding-left: 5px;
}
#sub_contents .bread_crumb_list .bread_crumb li:last-child::after {
  content: "";
}
#sub_contents .bread_crumb_list .bread_crumb li.current {
  font-weight: bold;
}
#sub_contents .bread_crumb_list .bread_crumb li a {
  text-decoration: underline;
}

@media screen and (max-width: 1290px) {
  #sub_contents .bread_crumb_list {
    padding: 0 2% 0;
  }
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 768px) {
  #sub_contents .bread_crumb_list .bread_crumb {
    padding: 15px 2% 0;
    font-size: 13px;
  }
}

/*============================
	sitemap
============================*/
#sub_contents .sitemap_con ul.sitemap_list li {
  width: 32%;
  margin-bottom: 3.5%;
}
#sub_contents .sitemap_con ul.sitemap_list li a {
  display: block;
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #08a7f1;
  transition: 0.4s;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  border-radius: 40px;
  color: #fff;
}
#sub_contents .sitemap_con ul.sitemap_list li a:hover {
  background: #ead314;
  text-decoration: none;
  color: #fff;
}

@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 768px) {
  #sub_contents .sitemap_con ul.sitemap_list li {
    width: 100%;
    margin-bottom: 7%;
  }
  #sub_contents .sitemap_con ul.sitemap_list li a {
    font-size: 15px;
  }
}

/*============================
	privacy
============================*/

#sub_contents .privacy_con {
  padding-bottom: 40px;
  text-align: left;
}
#sub_contents .privacy_con .ttl {
  margin: 30px 0px 15px;
  padding: 15px 0 5px;
}
#sub_contents .privacy_con .ttl p {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.8;
}
#sub_contents .privacy_con .txt p {
  font-size: 16px;
  line-height: 1.8;
}
#sub_contents .privacy_con ul.list {
  text-align: left;
  margin-top: 15px;
}
#sub_contents .privacy_con ul.list li {
  list-style: disc;
  margin-left: 17px;
  font-size: 16px;
  line-height: 1.8;
}

@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 768px) {
  #sub_contents .privacy_con .ttl p {
    font-size: 20px;
  }
  #sub_contents .privacy_con .txt p {
    font-size: 15px;
  }
  #sub_contents .privacy_con ul.list li {
    font-size: 15px;
  }
}

/*============================
	blog
============================*/

#sub_contents .blog_list li.list_item {
  margin-bottom: 30px;
  align-items: center;
  flex-wrap: nowrap;
  padding: 0 0 24px 12px;
  border-bottom: 2px dotted #020202;
}
#sub_contents .blog_list li.list_item .list_con {
  display: flex;
  align-items: center;
  overflow: hidden;
}
#sub_contents .blog_list li.list_item .deta {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.075em;
}
#sub_contents .blog_list li.list_item .category {
  font-weight: 400;
  font-size: 13px;
  display: inline-block;
  margin: 0 20px;
  padding: 3px 8px;
  border-radius: 5px;
  letter-spacing: normal;
  white-space: nowrap;
  color: #fff;
  background: #08a7f1;
}
#sub_contents .blog_list li.list_item .category.pink {
  background: #f5a2a0;
}
#sub_contents .blog_list li.list_item .category.green {
  background: #72d59c;
}
#sub_contents .blog_list li.list_item .ttl p {
  font-size: 16px;
  font-weight: 500;
  color: #000;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 1100px;
}

#sub_contents .pagenation__box {
  text-align: center;
  margin-top: 50px;
}
#sub_contents .pagenation__box ul.pagenation li {
  margin: 0 2px;
  padding: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
}
#sub_contents .pagenation__box ul.pagenation li:hover {
  color: #08a7f1;
}
#sub_contents .pagenation__box ul.pagenation li.current {
  color: #08a7f1;
}
#sub_contents .pagenation__box ul.pagenation li span {
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}
#sub_contents .pagenation__box ul.pagenation li a {
  vertical-align: middle;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
}

@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 768px) {
  #sub_contents .blog_list li.list_item .list_con {
    display: block;
  }
  #sub_contents .blog_list li.list_item .deta {
    display: inline-block;
    font-size: 15px;
    margin-bottom: 10px;
  }
  #sub_contents .blog_list li.list_item {
    padding: 0 0 24px 0;
  }
  #sub_contents .blog_list li.list_item .ttl p {
    font-size: 15px;
  }
}

/*============================
	detail
============================*/

#sub_contents .detail_con .ttl {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #08a7f1;
  text-align: left;
}
#sub_contents .detail_con .ttl p {
  font-size: 24px;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0.05em;
}
#sub_contents .detail_con .box {
  display: flex;
  margin-bottom: 30px;
}
#sub_contents .detail_con .box .deta {
  font-size: 16px;
  color: #08a7f1;
  font-weight: bold;
}
#sub_contents .detail_con .box .category {
  display: inline-block;
  margin: 0 20px;
  padding: 3px 8px;
  border-radius: 5px;
  letter-spacing: normal;
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
  color: #fff;
}
#sub_contents .detail_con .box .pink {
  background: #f5a2a0;
}
#sub_contents .detail_con .box .green {
  background: #72d59c;
}
#sub_contents .detail_con .txt {
  margin-bottom: 50px;
  text-align: left;
}
#sub_contents .detail_con .txt p {
  font-size: 16px;
}

#sub_contents .nav-in_box {
  text-align: center;
}
#sub_contents .nav-in_box ul.nav-in li {
  margin: 0 2px;
  padding: 10px;
  display: inline-block;
  text-align: center;
  border-radius: 50px;
  position: relative;
}
#sub_contents .nav-in_box ul.nav-in li a {
  border-radius: 20px;
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 0 auto;
  max-width: 240px;
  padding: 10px 25px;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  font-size: 16px;
  font-weight: bold;
  color: #000;
}
#sub_contents .nav-in_box ul.nav-in li a:hover {
  color: #08a7f1;
}

@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 768px) {
  #sub_contents .detail_con .ttl p {
    font-size: 20px;
  }
  #sub_contents .detail_con .box .deta {
    font-size: 15px;
  }
  #sub_contents .detail_con .box span.category {
    font-size: 15px;
  }
  #sub_contents .detail_con .txt p {
    font-size: 15px;
  }
  #sub_contents .nav-in_box ul.nav-in li a {
    font-size: 15px;
    padding: 0;
  }
}

/*============================
	company
============================*/

#sub_contents h3 {
  margin: 0 auto;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  letter-spacing: 0.2em;
  line-height: 2.5;
  font-weight: bold;
  margin-bottom: 50px;
}
#sub_contents h3 span {
  font-size: 60px;
  letter-spacing: 0;
  line-height: 1;
  display: block;
  text-transform: uppercase;
  color: #fff;
  -webkit-text-stroke: 1px #08a7f1;
  text-stroke: 1px #08a7f1;
}
#sub_contents .company_con {
  margin-bottom: 80px;
}
#sub_contents .company_con table.tbl {
  border-collapse: collapse;
  width: 100%;
}
#sub_contents .company_con table.tbl tr {
  border-bottom: solid 2px #fff;
}
#sub_contents .company_con table.tbl tr:last-child {
  border-bottom: none;
}
#sub_contents .company_con table.tbl th,
#sub_contents .company_con table.tbl td {
  padding: 20px;
  text-align: left;
  border-radius: 5px;
}
#sub_contents .company_con table.tbl th {
  background: #08a7f1;
  color: #fff;
  width: 30%;
  text-align: center;
}
#sub_contents .company_con table.tbl tr:nth-child(odd) {
  background: #f1fafe;
  text-align: left;
  width: 70%;
}

#sub_contents .glmap iframe {
  max-width: 100%;
}

@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 768px) {
  #sub_contents h3 {
    font-size: 16px;
  }
  #sub_contents h3 span {
    font-size: 45px;
  }
  #sub_contents .company_con table.tbl th {
    width: 100%;
    display: block;
    font-size: 15px;
  }
  #sub_contents .company_con table.tbl td {
    width: 100%;
    display: block;
    font-size: 15px;
  }
  #sub_contents .company_con table.tbl tr {
    border-bottom: none;
  }
  #sub_contents .glmap iframe {
    height: 330px;
  }
}

/*============================
	works
============================*/
#sub_contents .works_con ul.works_list {
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 30px;
}
#sub_contents .works_con ul.works_list li.works_item {
  width: calc((100% - 45px * 2) / 4);
}
#sub_contents .works_con ul.works_list li.works_item figure {
  margin-bottom: 20px;
  overflow: hidden;
  position: relative;
}
#sub_contents .works_con ul.works_list li.works_item figure::before {
  content: "";
  display: block;
  padding-top: calc(2 / 2.4 * 100%);
}
#sub_contents .works_con ul.works_list li.works_item figure img {
  border-radius: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#sub_contents .works_con ul.works_list li.works_item .deta {
  margin-bottom: 18px;
  line-height: 1;
}
#sub_contents .works_con ul.works_list li.works_item .deta p {
  font-size: 16px;
  font-weight: 700;
}
#sub_contents .works_con ul.works_list li.works_item .ttl {
  margin-bottom: 20px;
  font-weight: 700;
}
#sub_contents .works_con ul.works_list li.works_item .ttl p {
  font-size: 16px;
}
#sub_contents .works_con ul.works_list li.works_item .txt p {
  font-weight: 500;
  line-height: 1.75;
  font-size: 14px;
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 768px) {
  #sub_contents .works_con ul.works_list {
    gap: 50px;
  }
  #sub_contents .works_con ul.works_list li.works_item {
    width: 100%;
  }
}

/*============================
	strengths
============================*/
#sub_contents .strengths_con ul {
  gap: 0 40px;
  padding-bottom: 75px;
}
#sub_contents .strengths_con ul li {
  margin-bottom: 80px;
}
#sub_contents .strengths_con ul li .image__box {
  width: 48%;
}
#sub_contents .strengths_con ul li .image__box img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
}
#sub_contents .strengths_con ul li .txt__box {
  position: relative;
  background: #f1fafe;
  width: 50%;
  border-radius: 20px;
  min-height: 265px;
  padding: 20px;
}
#sub_contents .strengths_con ul li .txt__box p.tag {
  font-weight: 700;
  font-size: 24px;
  line-height: 1;
  color: #ead314;
  position: absolute;
  top: -35px;
  left: 20px;
  z-index: 10;
  padding: 0;
}
#sub_contents .strengths_con ul li .txt__box p.tag span {
  font-weight: inherit;
  font-size: 5rem;
}
#sub_contents .strengths_con ul li .txt__box .topic {
  text-align: left;
  margin-bottom: 15px;
}
#sub_contents .strengths_con ul li .txt__box .topic p {
  display: inline;
  text-align: left;
  letter-spacing: 2px;
  margin: 25px auto 20px;
  font-size: 2.5rem;
  font-weight: bold;
}
#sub_contents .strengths_con ul li .txt__box p {
  font-size: 16px;
  line-height: 1.8;
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 768px) {
  #sub_contents .strengths_con ul li {
    flex-direction: column-reverse;
  }
  #sub_contents .strengths_con ul li .image__box {
    width: 100%;
  }
  #sub_contents .strengths_con ul li .txt__box {
    width: 100%;
    margin-bottom: 30px;
  }
  #sub_contents .strengths_con ul li .txt__box p.tag {
    font-size: 20px;
    top: -30px;
  }
  #sub_contents .strengths_con ul li .txt__box p.tag span {
    font-size: 4rem;
  }
  #sub_contents .strengths_con ul li .txt__box .topic p {
    font-size: 2rem;
  }
  #sub_contents .strengths_con ul li .txt__box p {
    font-size: 15px;
  }
}

/*============================
	business
============================*/
#sub_contents .bis_item {
  margin-bottom: 50px;
  border-bottom: 2px dotted #000;
  padding-bottom: 50px;
}
#sub_contents .bis_box {
  margin-bottom: 50px;
}
#sub_contents .bis_box figure {
  width: 48%;
}
#sub_contents .bis_box figure img {
  border-radius: 30px;
}
#sub_contents .bis_box .txt {
  width: 48%;
}
#sub_contents h4 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 15px;
}
#sub_contents .business_con .bis_tbl {
  border-collapse: separate;
  border-spacing: 5px;
  width: 100%;
}
#sub_contents .business_con .bis_tbl th,
#sub_contents .business_con .bis_tbl td {
  border-radius: 5px;
  text-align: center;
  padding: 10px 0;
  width: 35%;
}
#sub_contents .business_con .bis_tbl th {
  background: #08a7f1;
  color: #fff;
  border: solid 1px #08a7f1;
}
#sub_contents .business_con .bis_tbl td {
  background-color: #f1fafe;
  border: solid 1px #fff;
}
@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 768px) {
  #sub_contents .bis_box figure {
    width: 100%;
    display: block;
    margin-bottom: 20px;
  }
  #sub_contents .bis_box .txt {
    width: 100%;
    display: block;
  }
  #sub_contents h4 {
    font-size: 20px;
  }
  #sub_contents .business_con .bis_tbl .thead {
    display: none;
  }
  #sub_contents .business_con .bis_tbl tr {
    width: 100%;
  }
  #sub_contents .business_con .bis_tbl td {
    display: block;
    text-align: right;
    width: 100%;
    padding: 10px;
  }
  #sub_contents .business_con .bis_tbl td:first-child {
    background: #e9727e;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  #sub_contents .business_con .bis_tbl td::before {
    content: attr(data-label);
    font-weight: 500;
    margin-right: 10px;
  }
  #sub_contents .business_con .bis_tbl th {
    width: 100%;
    display: block;
  }
}

/*============================
	contact
============================*/
#sub_contents .txtbox p.con_cen {
  text-align: left;
  line-height: 1.8;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 50px;
}
#sub_contents .defTable01 {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}
#sub_contents .defTable01 th {
  font-size: 16px;
  background: #08a7f1;
  padding: 20px;
  font-weight: 600;
  text-align: left;
  width: 30%;
  color: #fff;
  vertical-align: middle;
}
#sub_contents em.clrred {
  color: #d30000;
}
#sub_contents .defTable01 td {
  font-size: 16px;
  font-weight: 600;
  background: #f9f9f9;
  padding: 20px;
  text-align: left;
  width: 70%;
  line-height: 1.8;
}
#sub_contents .defTable01 td input {
  width: 100%;
  padding: 10px;
  border: 1px solid #cccccc;
  font-size: 15px;
}
#sub_contents .defTable01 td input[type="checkbox"] {
  width: 3%;
}
#sub_contents .defTable01 td input[type="checkbox"]::before {
  content: "";
  background: #000;
}
#sub_contents .defTable01 td span {
  font-weight: 600;
}
#sub_contents .defTable01 textarea {
  background: #eee;
  border: none;
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  padding: 10px 10px;
  border-radius: 4px;
  font-weight: normal;
}
#sub_contents .defTable01 td.cen {
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  background: unset;
  padding: 0;
}
#sub_contents .defTable01 td.cen input {
  border-radius: 30px;
  padding: 20px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  width: 40%;
  background: #08a7f1;
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 0 auto;
  margin-top: 50px;
  font-family: "Zen Maru Gothic", sans-serif;
  display: inline-block;
  border: 2px solid #08a7f1;
}
#sub_contents .defTable01 td.cen input:hover {
  border-radius: 30px;
  background: #fff;
  transition: 0.3s ease-in-out;
  color: #08a7f1;
  border: 2px solid #08a7f1;
}
#sub_contents table.defTable01 td.cen a .back_btn {
  border: 2px solid #ccc;
  background: #fff;
  color: #000;
  margin-left: 50px;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  padding: 20px;
  width: 40%;
  font-size: 16px;
  border-radius: 30px;
  line-height: 1.15;
}
#sub_contents table.defTable01 td.cen a .back_btn:hover {
  background: #000;
  opacity: 0.8;
  filter: alpha(opacity=80);
  -moz-opacity: 1;
  transition: 0.3s ease-in-out;
  color: #fff;
  border: 2px solid #000;
}

@media screen and (max-width: 1040px) {
}
@media screen and (max-width: 768px) {
  #sub_contents .defTable01 th,
  #sub_contents .defTable01 td {
    width: 100%;
    display: block;
    padding: 10px;
  }
  #sub_contents .defTable01 th {
    font-size: 14px;
    font-weight: 600;
    vertical-align: middle;
  }
  #sub_contents .defTable01 td {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
  }
  #sub_contents .defTable01 textarea {
    height: 200px;
    font-size: 13px;
  }
  #sub_contents table.defTable01 input {
    font-size: 13px;
  }
  #sub_contents .defTable01 td.cen input {
    display: block;
    width: 80%;
    margin-bottom: 20px;
    padding: 15px;
  }
  #sub_contents table.defTable01 td.cen a .back_btn {
    margin: 0 auto;
    padding: 15px;
    width: 80%;
  }
}

/*============================
	notfound
============================*/
#sub_contents .notfound p {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #sub_contents .notfound p {
    font-size: 15px;
  }
}

/*============================
	非表示のsns
============================*/

.top__sns--list:nth-of-type(2),
.top__sns--list:nth-of-type(3) {
  display: none;
}
