@charset "utf-8";

/*========================================================================*\

$目次

\*========================================================================*/
/*

$common
$テキスト系
$余白系
$Flex
$float
$clearfix
$penetrate（親要素を無視して画面幅いっぱいまで要素をはみ出させる方法）
$text-align
$position
$レスポンシブ系

*/

/*========================================================================*\

$root

\*========================================================================*/

:root {
  /* margin-top */
  --mt0: 0;
  --mt5: 0.3125rem;
  --mt10: 0.625rem;
  --mt15: 0.9375rem;
  --mt20: 1.25rem;
  --mt25: 1.5625rem;
  --mt30: 1.875rem;
  --mt35: 2.1875rem;
  --mt40: 2.5rem;
  --mt45: 2.8125rem;
  --mt50: 3.125rem;
  --mt55: 3.4375rem;
  --mt60: 3.75rem;
  --mt65: 4.0625rem;
  --mt70: 4.375rem;
  --mt75: 4.6875rem;
  --mt80: 5rem;
  --mt85: 5.3125rem;
  --mt90: 5.625rem;
  --mt95: 5.9375rem;
  --mt100: 6.25rem;

  /* margin-right */
  --mr0: 0;
  --mr5: 0.3125rem;
  --mr10: 0.625rem;
  --mr15: 0.9375rem;
  --mr20: 1.25rem;
  --mr25: 1.5625rem;
  --mr30: 1.875rem;
  --mr35: 2.1875rem;
  --mr40: 2.5rem;
  --mr45: 2.8125rem;
  --mr50: 3.125rem;
  --mr55: 3.4375rem;
  --mr60: 3.75rem;
  --mr65: 4.0625rem;
  --mr70: 4.375rem;
  --mr75: 4.6875rem;
  --mr80: 5rem;
  --mr85: 5.3125rem;
  --mr90: 5.625rem;
  --mr95: 5.9375rem;
  --mr100: 6.25rem;

  /* margin-bottom */
  --mb0: 0;
  --mb5: 0.3125rem;
  --mb10: 0.625rem;
  --mb15: 0.9375rem;
  --mb20: 1.25rem;
  --mb25: 1.5625rem;
  --mb30: 1.875rem;
  --mb35: 2.1875rem;
  --mb40: 2.5rem;
  --mb45: 2.8125rem;
  --mb50: 3.125rem;
  --mb55: 3.4375rem;
  --mb60: 3.75rem;
  --mb65: 4.0625rem;
  --mb70: 4.375rem;
  --mb75: 4.6875rem;
  --mb80: 5rem;
  --mb85: 5.3125rem;
  --mb90: 5.625rem;
  --mb95: 5.9375rem;
  --mb100: 6.25rem;

  /* margin-left */
  --ml0: 0;
  --ml5: 0.3125rem;
  --ml10: 0.625rem;
  --ml15: 0.9375rem;
  --ml20: 1.25rem;
  --ml25: 1.5625rem;
  --ml30: 1.875rem;
  --ml35: 2.1875rem;
  --ml40: 2.5rem;
  --ml45: 2.8125rem;
  --ml50: 3.125rem;
  --ml55: 3.4375rem;
  --ml60: 3.75rem;
  --ml65: 4.0625rem;
  --ml70: 4.375rem;
  --ml75: 4.6875rem;
  --ml80: 5rem;
  --ml85: 5.3125rem;
  --ml90: 5.625rem;
  --ml95: 5.9375rem;
  --ml100: 6.25rem;

  /* padding-top */
  --pt0: 0;
  --pt5: 0.3125rem;
  --pt10: 0.625rem;
  --pt15: 0.9375rem;
  --pt20: 1.25rem;
  --pt25: 1.5625rem;
  --pt30: 1.875rem;
  --pt35: 2.1875rem;
  --pt40: 2.5rem;
  --pt45: 2.8125rem;
  --pt50: 3.125rem;
  --pt55: 3.4375rem;
  --pt60: 3.75rem;
  --pt65: 4.0625rem;
  --pt70: 4.375rem;
  --pt75: 4.6875rem;
  --pt80: 5rem;
  --pt85: 5.3125rem;
  --pt90: 5.625rem;
  --pt95: 5.9375rem;
  --pt100: 6.25rem;

  /* padding-right */
  --pr0: 0;
  --pr5: 0.3125rem;
  --pr10: 0.625rem;
  --pr15: 0.9375rem;
  --pr20: 1.25rem;
  --pr25: 1.5625rem;
  --pr30: 1.875rem;
  --pr35: 2.1875rem;
  --pr40: 2.5rem;
  --pr45: 2.8125rem;
  --pr50: 3.125rem;
  --pr55: 3.4375rem;
  --pr60: 3.75rem;
  --pr65: 4.0625rem;
  --pr70: 4.375rem;
  --pr75: 4.6875rem;
  --pr80: 5rem;
  --pr85: 5.3125rem;
  --pr90: 5.625rem;
  --pr95: 5.9375rem;
  --pr100: 6.25rem;

  /* padding-bottom */
  --pb0: 0;
  --pb5: 0.3125rem;
  --pb10: 0.625rem;
  --pb15: 0.9375rem;
  --pb20: 1.25rem;
  --pb25: 1.5625rem;
  --pb30: 1.875rem;
  --pb35: 2.1875rem;
  --pb40: 2.5rem;
  --pb45: 2.8125rem;
  --pb50: 3.125rem;
  --pb55: 3.4375rem;
  --pb60: 3.75rem;
  --pb65: 4.0625rem;
  --pb70: 4.375rem;
  --pb75: 4.6875rem;
  --pb80: 5rem;
  --pb85: 5.3125rem;
  --pb90: 5.625rem;
  --pb95: 5.9375rem;
  --pb100: 6.25rem;

  /* padding-left */
  --pl0: 0;
  --pl5: 0.3125rem;
  --pl10: 0.625rem;
  --pl15: 0.9375rem;
  --pl20: 1.25rem;
  --pl25: 1.5625rem;
  --pl30: 1.875rem;
  --pl35: 2.1875rem;
  --pl40: 2.5rem;
  --pl45: 2.8125rem;
  --pl50: 3.125rem;
  --pl55: 3.4375rem;
  --pl60: 3.75rem;
  --pl65: 4.0625rem;
  --pl70: 4.375rem;
  --pl75: 4.6875rem;
  --pl80: 5rem;
  --pl85: 5.3125rem;
  --pl90: 5.625rem;
  --pl95: 5.9375rem;
  --pl100: 6.25rem;
}

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

/* 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-tap-highlight-color: transparent; /* 3*/
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* 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: var(--font-weight_bold);
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* 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 {
  border-top-width: 1px;
  box-sizing: content-box; /* 1 */
  clear: both;
  color: inherit;
  height: 0; /* 1 */
  margin: 0;
  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: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 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 {
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
  vertical-align: middle;
}

/**
 * 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;
  min-width: 0;
  padding: 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;
}

/**
 * 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-collapse: collapse;
  border-color: inherit; /* 1 */
}

caption {
  text-align: left;
}

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

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

input,
select {
  vertical-align: middle;
}

ul li {
  list-style-type: none;
}

/*IE対応*/
#contactForm select::-ms-expand {
  display: none;
}

input[type="submit"],
input[type="button"] {
  -webkit-appearance: button;
  appearance: button;
  border: none;
  border-radius: 0;
  -webkit-box-sizing: content-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;
}

/*========================================================================*\

$テキスト系

\*========================================================================*/

#Co .err,
#Co .error,
#Co .mailerr,
#Co .mail_chkerr {
  color: var(--font-red);
  font-size: 0.875rem;
}

#Co p:not(:last-child) {
  margin-bottom: 1.25rem;
}

#Co p.no:not(:last-child) {
  margin-bottom: 0rem;
}

strong {
  font-weight: var(--font-weight_bold);
}

sup,
sub {
  font-size: 0.75rem !important;
}

.nw {
  white-space: nowrap !important;
}

@media screen and (max-width: 767px) {
  #Co p:not(:last-child) {
    margin-bottom: 1rem;
  }

  #Co .err,
  #Co .error,
  #Co .mailerr,
  #Co .mail_chkerr {
    font-size: 1.2rem;
  }
}

/*========================================================================*\

$余白系

\*========================================================================*/

.mt0 {
  margin-top: var(--mt0) !important;
}
.mt5 {
  margin-top: var(--mt5) !important;
}
.mt10 {
  margin-top: var(--mt10) !important;
}
.mt15 {
  margin-top: var(--mt15) !important;
}
.mt20 {
  margin-top: var(--mt20) !important;
}
.mt25 {
  margin-top: var(--mt25) !important;
}
.mt30 {
  margin-top: var(--mt30) !important;
}
.mt35 {
  margin-top: var(--mt35) !important;
}
.mt40 {
  margin-top: var(--mt40) !important;
}
.mt45 {
  margin-top: var(--mt45) !important;
}
.mt50 {
  margin-top: var(--mt50) !important;
}
.mt55 {
  margin-top: var(--mt55) !important;
}
.mt60 {
  margin-top: var(--mt60) !important;
}
.mt65 {
  margin-top: var(--mt65) !important;
}
.mt70 {
  margin-top: var(--mt70) !important;
}
.mt75 {
  margin-top: var(--mt75) !important;
}
.mt80 {
  margin-top: var(--mt80) !important;
}
.mt85 {
  margin-top: var(--mt85) !important;
}
.mt90 {
  margin-top: var(--mt90) !important;
}
.mt95 {
  margin-top: var(--mt95) !important;
}
.mt100 {
  margin-top: var(--mt100) !important;
}

.mr0 {
  margin-right: var(--mr0) !important;
}
.mr5 {
  margin-right: var(--mr5) !important;
}
.mr10 {
  margin-right: var(--mr10) !important;
}
.mr15 {
  margin-right: var(--mr15) !important;
}
.mr20 {
  margin-right: var(--mr20) !important;
}
.mr25 {
  margin-right: var(--mr25) !important;
}
.mr30 {
  margin-right: var(--mr30) !important;
}
.mr35 {
  margin-right: var(--mr35) !important;
}
.mr40 {
  margin-right: var(--mr40) !important;
}
.mr45 {
  margin-right: var(--mr45) !important;
}
.mr50 {
  margin-right: var(--mr50) !important;
}
.mr55 {
  margin-right: var(--mr55) !important;
}
.mr60 {
  margin-right: var(--mr60) !important;
}
.mr65 {
  margin-right: var(--mr65) !important;
}
.mr70 {
  margin-right: var(--mr70) !important;
}
.mr75 {
  margin-right: var(--mr75) !important;
}
.mr80 {
  margin-right: var(--mr80) !important;
}
.mr85 {
  margin-right: var(--mr85) !important;
}
.mr90 {
  margin-right: var(--mr90) !important;
}
.mr95 {
  margin-right: var(--mr95) !important;
}
.mr100 {
  margin-right: var(--mr100) !important;
}

.mb0 {
  margin-bottom: var(--mb0) !important;
}
.mb5 {
  margin-bottom: var(--mb5) !important;
}
.mb10 {
  margin-bottom: var(--mb10) !important;
}
.mb15 {
  margin-bottom: var(--mb15) !important;
}
.mb20 {
  margin-bottom: var(--mb20) !important;
}
.mb25 {
  margin-bottom: var(--mb25) !important;
}
.mb30 {
  margin-bottom: var(--mb30) !important;
}
.mb35 {
  margin-bottom: var(--mb35) !important;
}
.mb40 {
  margin-bottom: var(--mb40) !important;
}
.mb45 {
  margin-bottom: var(--mb45) !important;
}
.mb50 {
  margin-bottom: var(--mb50) !important;
}
.mb55 {
  margin-bottom: var(--mb55) !important;
}
.mb60 {
  margin-bottom: var(--mb60) !important;
}
.mb65 {
  margin-bottom: var(--mb65) !important;
}
.mb70 {
  margin-bottom: var(--mb70) !important;
}
.mb75 {
  margin-bottom: var(--mb75) !important;
}
.mb80 {
  margin-bottom: var(--mb80) !important;
}
.mb85 {
  margin-bottom: var(--mb85) !important;
}
.mb90 {
  margin-bottom: var(--mb90) !important;
}
.mb95 {
  margin-bottom: var(--mb95) !important;
}
.mb100 {
  margin-bottom: var(--mb100) !important;
}

.ml0 {
  margin-left: var(--ml0) !important;
}
.ml5 {
  margin-left: var(--ml5) !important;
}
.ml10 {
  margin-left: var(--ml10) !important;
}
.ml15 {
  margin-left: var(--ml15) !important;
}
.ml20 {
  margin-left: var(--ml20) !important;
}
.ml25 {
  margin-left: var(--ml25) !important;
}
.ml30 {
  margin-left: var(--ml30) !important;
}
.ml35 {
  margin-left: var(--ml35) !important;
}
.ml40 {
  margin-left: var(--ml40) !important;
}
.ml45 {
  margin-left: var(--ml45) !important;
}
.ml50 {
  margin-left: var(--ml50) !important;
}
.ml55 {
  margin-left: var(--ml55) !important;
}
.ml60 {
  margin-left: var(--ml60) !important;
}
.ml65 {
  margin-left: var(--ml65) !important;
}
.ml70 {
  margin-left: var(--ml70) !important;
}
.ml75 {
  margin-left: var(--ml75) !important;
}
.ml80 {
  margin-left: var(--ml80) !important;
}
.ml85 {
  margin-left: var(--ml85) !important;
}
.ml90 {
  margin-left: var(--ml90) !important;
}
.ml95 {
  margin-left: var(--ml95) !important;
}
.ml100 {
  margin-left: var(--ml100) !important;
}

/* pt クラス */
.pt0 {
  padding-top: var(--pt0) !important;
}
.pt5 {
  padding-top: var(--pt5) !important;
}
.pt10 {
  padding-top: var(--pt10) !important;
}
.pt15 {
  padding-top: var(--pt15) !important;
}
.pt20 {
  padding-top: var(--pt20) !important;
}
.pt25 {
  padding-top: var(--pt25) !important;
}
.pt30 {
  padding-top: var(--pt30) !important;
}
.pt35 {
  padding-top: var(--pt35) !important;
}
.pt40 {
  padding-top: var(--pt40) !important;
}
.pt45 {
  padding-top: var(--pt45) !important;
}
.pt50 {
  padding-top: var(--pt50) !important;
}
.pt55 {
  padding-top: var(--pt55) !important;
}
.pt60 {
  padding-top: var(--pt60) !important;
}
.pt65 {
  padding-top: var(--pt65) !important;
}
.pt70 {
  padding-top: var(--pt70) !important;
}
.pt75 {
  padding-top: var(--pt75) !important;
}
.pt80 {
  padding-top: var(--pt80) !important;
}
.pt85 {
  padding-top: var(--pt85) !important;
}
.pt90 {
  padding-top: var(--pt90) !important;
}
.pt95 {
  padding-top: var(--pt95) !important;
}
.pt100 {
  padding-top: var(--pt100) !important;
}

/* pr クラス */
.pr0 {
  padding-right: var(--pr0) !important;
}
.pr5 {
  padding-right: var(--pr5) !important;
}
.pr10 {
  padding-right: var(--pr10) !important;
}
.pr15 {
  padding-right: var(--pr15) !important;
}
.pr20 {
  padding-right: var(--pr20) !important;
}
.pr25 {
  padding-right: var(--pr25) !important;
}
.pr30 {
  padding-right: var(--pr30) !important;
}
.pr35 {
  padding-right: var(--pr35) !important;
}
.pr40 {
  padding-right: var(--pr40) !important;
}
.pr45 {
  padding-right: var(--pr45) !important;
}
.pr50 {
  padding-right: var(--pr50) !important;
}
.pr55 {
  padding-right: var(--pr55) !important;
}
.pr60 {
  padding-right: var(--pr60) !important;
}
.pr65 {
  padding-right: var(--pr65) !important;
}
.pr70 {
  padding-right: var(--pr70) !important;
}
.pr75 {
  padding-right: var(--pr75) !important;
}
.pr80 {
  padding-right: var(--pr80) !important;
}
.pr85 {
  padding-right: var(--pr85) !important;
}
.pr90 {
  padding-right: var(--pr90) !important;
}
.pr95 {
  padding-right: var(--pr95) !important;
}
.pr100 {
  padding-right: var(--pr100) !important;
}

/* pb クラス */
.pb0 {
  padding-bottom: var(--pb0) !important;
}
.pb5 {
  padding-bottom: var(--pb5) !important;
}
.pb10 {
  padding-bottom: var(--pb10) !important;
}
.pb15 {
  padding-bottom: var(--pb15) !important;
}
.pb20 {
  padding-bottom: var(--pb20) !important;
}
.pb25 {
  padding-bottom: var(--pb25) !important;
}
.pb30 {
  padding-bottom: var(--pb30) !important;
}
.pb35 {
  padding-bottom: var(--pb35) !important;
}
.pb40 {
  padding-bottom: var(--pb40) !important;
}
.pb45 {
  padding-bottom: var(--pb45) !important;
}
.pb50 {
  padding-bottom: var(--pb50) !important;
}
.pb55 {
  padding-bottom: var(--pb55) !important;
}
.pb60 {
  padding-bottom: var(--pb60) !important;
}
.pb65 {
  padding-bottom: var(--pb65) !important;
}
.pb70 {
  padding-bottom: var(--pb70) !important;
}
.pb75 {
  padding-bottom: var(--pb75) !important;
}
.pb80 {
  padding-bottom: var(--pb80) !important;
}
.pb85 {
  padding-bottom: var(--pb85) !important;
}
.pb90 {
  padding-bottom: var(--pb90) !important;
}
.pb95 {
  padding-bottom: var(--pb95) !important;
}
.pb100 {
  padding-bottom: var(--pb100) !important;
}

/* pl クラス */
.pl0 {
  padding-left: var(--pl0) !important;
}
.pl5 {
  padding-left: var(--pl5) !important;
}
.pl10 {
  padding-left: var(--pl10) !important;
}
.pl15 {
  padding-left: var(--pl15) !important;
}
.pl20 {
  padding-left: var(--pl20) !important;
}
.pl25 {
  padding-left: var(--pl25) !important;
}
.pl30 {
  padding-left: var(--pl30) !important;
}
.pl35 {
  padding-left: var(--pl35) !important;
}
.pl40 {
  padding-left: var(--pl40) !important;
}
.pl45 {
  padding-left: var(--pl45) !important;
}
.pl50 {
  padding-left: var(--pl50) !important;
}
.pl55 {
  padding-left: var(--pl55) !important;
}
.pl60 {
  padding-left: var(--pl60) !important;
}
.pl65 {
  padding-left: var(--pl65) !important;
}
.pl70 {
  padding-left: var(--pl70) !important;
}
.pl75 {
  padding-left: var(--pl75) !important;
}
.pl80 {
  padding-left: var(--pl80) !important;
}
.pl85 {
  padding-left: var(--pl85) !important;
}
.pl90 {
  padding-left: var(--pl90) !important;
}
.pl95 {
  padding-left: var(--pl95) !important;
}
.pl100 {
  padding-left: var(--pl100) !important;
}

.wide10 {
  width: 10% !important;
}
.wide15 {
  width: 15% !important;
}
.wide20 {
  width: 20% !important;
}
.wide25 {
  width: 25% !important;
}
.wide30 {
  width: 30% !important;
}
.wide35 {
  width: 35% !important;
}
.wide40 {
  width: 40% !important;
}
.wide45 {
  width: 45% !important;
}
.wide50 {
  width: 50% !important;
}
.wide55 {
  width: 55% !important;
}
.wide60 {
  width: 60% !important;
}
.wide65 {
  width: 65% !important;
}
.wide70 {
  width: 70% !important;
}
.wide75 {
  width: 75% !important;
}
.wide80 {
  width: 80% !important;
}
.wide85 {
  width: 85% !important;
}
.wide90 {
  width: 90% !important;
}
.wide95 {
  width: 95% !important;
}
.wide100 {
  width: 100% !important;
}

#contactForm .step10,
#contactForm .step15,
#contactForm .step20,
#contactForm .step25,
#contactForm .step30,
#contactForm .step35,
#contactForm .step40,
#contactForm .step45,
#contactForm .step50 {
  border-bottom: 1px solid #e5e5e5;
}

#contactForm .step10 {
  margin-bottom: 0.625rem;
  padding-bottom: 0.625rem;
}

#contactForm .step15 {
  margin-bottom: 0.9375rem;
  padding-bottom: 0.9375rem;
}

#contactForm .step20 {
  margin-bottom: 1.25rem;
  padding-bottom: 1.25rem;
}

#contactForm .step25 {
  margin-bottom: 1.5625rem;
  padding-bottom: 1.5625rem;
}

#contactForm .step30 {
  margin-bottom: 1.875rem;
  padding-bottom: 1.875rem;
}

#contactForm .step35 {
  margin-bottom: 2.1875rem;
  padding-bottom: 2.1875rem;
}

#contactForm .step40 {
  margin-bottom: 2.5rem;
  padding-bottom: 2.5rem;
}

#contactForm .step45 {
  margin-bottom: 2.8125rem;
  padding-bottom: 2.8125rem;
}

#contactForm .step50 {
  margin-bottom: 3.125rem;
  padding-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .wide .wide10,
  .wide .wide15,
  .wide .wide20,
  .wide .wide25,
  .wide .wide30,
  .wide .wide35,
  .wide .wide40,
  .wide .wide45,
  .wide .wide50,
  .wide .wide55,
  .wide .wide60,
  .wide .wide65,
  .wide .wide70,
  .wide .wide75,
  .wide .wide80,
  .wide .wide85,
  .wide .wide90,
  .wide .wide95 {
    width: 100% !important;
  }
  .w20 {
    margin: auto;
    width: 20% !important;
  }
  .w25 {
    margin: auto;
    width: 25% !important;
  }
  .w30 {
    margin: auto;
    width: 30% !important;
  }
  .w35 {
    margin: auto;
    width: 35% !important;
  }
  .w40 {
    margin: auto;
    width: 40% !important;
  }
  .w45 {
    margin: auto;
    width: 45% !important;
  }
  .w50 {
    margin: auto;
    width: 50% !important;
  }
  .w55 {
    margin: auto;
    width: 55% !important;
  }
  .w60 {
    margin: auto;
    width: 60% !important;
  }
  .w65 {
    margin: auto;
    width: 65% !important;
  }
  .w70 {
    margin: auto;
    width: 70% !important;
  }
  .w75 {
    margin: auto;
    width: 75% !important;
  }
  .w80 {
    margin: auto;
    width: 80% !important;
  }
  .w85 {
    margin: auto;
    width: 85% !important;
  }
  .w90 {
    margin: auto;
    width: 90% !important;
  }
  .w95 {
    margin: auto;
    width: 95% !important;
  }
  #contactForm .step10,
  #contactForm .step15,
  #contactForm .step20,
  #contactForm .step25,
  #contactForm .step30,
  #contactForm .step35,
  #contactForm .step40,
  #contactForm .step45,
  #contactForm .step50 {
    margin-bottom: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

/*========================================================================*\

$Flex

\*========================================================================*/

.box02,
.box03,
.box04,
.box05,
.pctBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 1.875rem 0;
  position: relative;
  width: 100%;
}

.reverse {
  flex-flow: row-reverse;
}

.box02::after {
  content: "";
  display: block;
  width: 48.5%;
}

.box03::after {
  content: "";
  display: block;
  width: 32%;
}

.box04::before {
  content: "";
  display: block;
  order: 1;
  width: 23.5%;
}

.box04::after {
  content: "";
  display: block;
  width: 23.5%;
}

.box02.reverse::after {
  content: none;
}

.box02 li,
.box02 .box02Inner {
  flex-shrink: 0;
  margin: 0;
  max-width: 100%;
  width: 48.5%;
}

.box03 li,
.box03 .box03Inner {
  flex-shrink: 0;
  margin: 0;
  max-width: 100%;
  width: 32%;
}

.box04 li,
.box04 .box04Inner {
  flex-shrink: 0;
  margin: 0;
  max-width: 100%;
  width: 23.5%;
}

.box05 li,
.box05 .box05Inner {
  flex-shrink: 0;
  margin: 0;
  max-width: 100%;
  width: 18%;
}

.pctBox.pctBoxInner:first-child,
.pctBox.reverse.pctBoxInner:first-child {
  flex: 0 0 auto;
  margin: 0;
}

.pctBox.pctBoxInner,
.pctBox.reverse.pctBoxInner {
  flex: 1 0 0;
  margin: 0;
}

.pctBox.pctBoxInner figure {
  width: 30%;
}

.box02 .wide li,
.box03 .wide li,
.box04 .wide li,
.box06 .wide li {
  flex-shrink: 0;
  max-width: 100%;
  width: 100%;
}

.box02 li:nth-child(n + 3),
.box03 li:nth-child(n + 4),
.box04 li:nth-child(n + 5),
.box05 li:nth-child(n + 6),
.box02 .box02Inner:nth-child(n + 3),
.box03 .box03Inner:nth-child(n + 4),
.box04 .box04Inner:nth-child(n + 5),
.box05 .box05Inner:nth-child(n + 6) {
  margin: 1.25rem 0 0 0;
}

@media screen and (max-width: 767px) {
  .box02,
  .box03,
  .box04,
  .box05,
  .pctBox {
    display: block;
    margin: 0 0 1.25rem 0;
    width: 100%;
  }

  .box02.half,
  .box03.half,
  .box04.half,
  .box05.half,
  .pctBox.half {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    width: 100%;
  }

  .box02 li,
  .box03 li,
  .box04 li,
  .box05 li,
  .box02 .box02Inner,
  .box03 .box03Inner,
  .box04 .box04Inner,
  .box05 .box05Inner {
    width: 100%;
  }

  .box02.half li,
  .box03.half li,
  .box04.half li,
  .box05.half li,
  .box02.half .box02Inner,
  .box03.half .box03Inner,
  .box04.half .box04Inner,
  .box05.half .box05Inner,
  .pctBox.half.pctBoxInner {
    flex-shrink: 0;
    max-width: 100%;
    width: 48%;
  }

  .box02 li:nth-child(n + 2),
  .box03 li:nth-child(n + 2),
  .box04 li:nth-child(n + 2),
  .box05 li:nth-child(n + 2),
  .box02 .box02Inner:nth-child(n + 2),
  .box03 .box03Inner:nth-child(n + 2),
  .box04 .box04Inner:nth-child(n + 2),
  .box05 .box05Inner:nth-child(n + 2) {
    margin: 0.625rem 0 0 0;
  }

  .pctBox.pctBoxInner,
  .pctBox.reverse.pctBoxInner {
    width: 100%;
  }
}

/*========================================================================*\

$text-align

\*========================================================================*/

.aLeft {
  text-align: left !important;
}

.aRight {
  text-align: right !important;
}

.aCenter {
  text-align: center !important;
}

/*========================================================================*\

$position

\*========================================================================*/

.centered {
  left: 50%;
  margin: auto;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) translateX(-50%);
}

/*========================================================================*\

$penetrate （親要素を無視して画面幅いっぱいまで要素をはみ出させる方法）

\*========================================================================*/

.penetrate {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

@media screen and (max-width: 767px) {
  .penetrate {
    margin: 0;
    width: 100vw;
  }
}

/*========================================================================*\

$レスポンシブ系

\*========================================================================*/

.sp {
  display: none;
}

@media screen and (max-width: 1024px) {
  .pc {
    display: none !important;
  }
  .tb {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .pc,
  .tb {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  img {
    max-width: 100%;
  }

  .wide {
    height: auto;
    width: 100% !important;
  }

  .responsiveBox {
    height: 0;
    margin-bottom: 1.25rem;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 1.875rem;
    position: relative;
  }

  .responsiveBox iframe,
  .responsiveBox object,
  .responsiveBox embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
