@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&display=swap");
/*! destyle.css v4.0.1 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
  min-width: 0;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

/*--------------------
/ common              
/--------------------*/
body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-feature-settings: "palt";
  font-size: 0.875rem;
  color: #0b0f1f;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1rem;
  }
}

strong {
  font-weight: normal;
}

small {
  font-size: 1rem;
}

img {
  width: 100%;
  height: auto;
}

.insta_btn2 {
  /*ボタンの下地*/
  color: #fff; /*文字・アイコン色*/
  border-radius: 7px; /*角丸に*/
  position: relative;
  display: inline-block;
  height: 50px; /*高さ*/
  width: 240px; /*幅*/
  text-align: center; /*中身を中央寄せ*/
  font-size: 21px; /*文字のサイズ*/
  line-height: 35px; /*高さと合わせる*/
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat; /*グラデーション①*/
  overflow: hidden; /*はみ出た部分を隠す*/
  text-decoration: none; /*下線は消す*/
}

.insta_btn2:before {
  /*グラデーション②*/
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%; /*全体を覆う*/
  height: 100%; /*全体を覆う*/
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram {
  /*アイコン*/
  font-size: 35px; /*アイコンサイズ*/
  position: relative;
  top: 4px; /*アイコン位置の微調整*/
}

.insta_btn2 span {
  /*テキスト*/
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.insta_btn2:hover span {
  /*ホバーで一周回転*/
  transform: rotateX(360deg);
}

/* コンテンツ幅 */
.layout-wrap {
  max-width: 93%;
  margin: 0 auto;
  padding-right: 0;
  padding-left: 0;
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .layout-wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}
@media screen and (min-width: 992px) {
  .layout-wrap {
    padding: 6rem 0;
  }
}
.layout-wrap.footer {
  padding: 2rem 0;
}
@media screen and (min-width: 768px) {
  .layout-wrap {
    max-width: 1200px;
    margin: 0 auto;
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .layout-wrap {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

/* 見出し */
h2.layout-h2--left {
  line-height: 1.3;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  h2.layout-h2--left {
    margin-bottom: 3rem;
  }
}
h2.layout-h2--left strong {
  display: block;
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  h2.layout-h2--left strong {
    font-size: 3.3125rem;
  }
}
h2.layout-h2--left strong.service {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  h2.layout-h2--left strong.service {
    font-size: 1.9375rem;
  }
}
h2.layout-h2--left small {
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  color: rgb(255, 132, 202);
}

h3.layout-h3--left {
  position: relative;
  line-height: 1.3;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 20px auto;
  padding: 10px;
  padding-left: 0;
  border-bottom: 5px solid rgb(165, 165, 165);
}
@media screen and (min-width: 768px) {
  h3.layout-h3--left {
    font-size: 1.5rem;
    padding: 10px;
  }
}
h3.layout-h3--left::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 140px;
  height: inherit;
  border-bottom: 4.8px solid rgb(233, 30, 99);
}

.text-underline {
  font-size: 1.125rem;
  font-weight: 600;
  border-bottom: 1px solid;
  margin-bottom: 1rem;
}

h4.layout-h4--left {
  display: inline-block;
  position: relative;
  line-height: 1.3;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 20px auto;
  padding: 0.625rem 2.5rem;
  background-color: rgb(233, 30, 99);
  color: #fff;
}
@media screen and (min-width: 768px) {
  h4.layout-h4--left {
    font-size: 1.25rem;
  }
}
h4.layout-h4--left.ash {
  background-color: #5e5e5e;
}

/*--------------------
/ header
/--------------------*/
.header__wrap--pc {
  background-color: #fff;
  max-width: 1300px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}

.header__logo a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  padding-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .header__logo a {
    padding-left: 2rem;
    padding-top: 0;
  }
}
.header__logo a img {
  display: inline-block;
  width: 1.875rem;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .header__logo a img {
    width: 2.6875rem;
    height: 3.75rem;
  }
}
.header__logo a h1 {
  padding-left: 1rem;
  display: inline-block;
  font-size: 1rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .header__logo a h1 {
    font-size: 1.25rem;
  }
}

.header__menu {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.header__language {
  padding: 0 2.5rem;
}

.header__nav--pc div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__nav--pc div a {
  padding: 0.75rem 1rem;
}
@media screen and (min-width: 768px) {
  .header__nav--pc div a {
    padding: 0.75rem 1.875rem;
  }
}
.header__nav--pc div a span {
  text-align: center;
}
.header__nav--pc div a span.menu {
  display: block;
  font-size: 0.875rem;
  line-height: 1.2;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .header__nav--pc div a span.menu {
    font-size: 1.125rem;
  }
}
.header__nav--pc div a span.small {
  display: block;
  font-size: 0.5rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .header__nav--pc div a span.small {
    font-size: 0.6875rem;
  }
}

.header__contact {
  width: 8.75rem;
  height: 100%;
  background-color: rgb(233, 30, 99);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1;
  padding-bottom: 0.5rem;
}
.header__contact svg {
  display: block;
  height: 2.625rem;
}

/* ドロップダウン */
.header__nav--pc .menuMain a {
  display: inline-block;
  position: relative;
}

.menuSub {
  position: absolute;
  margin-left: -6px;
  padding: 0;
  display: none;
  z-index: 1000;
}

.menuSub li a {
  padding: 5px;
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: -5px;
  display: block;
  color: #fff;
  text-decoration: none;
}

.menuSub li a:hover {
  background: #ffca7b;
}

.footer__line {
  background: rgb(233, 30, 99);
  width: 100%;
  height: 2.5rem;
}

.footer__flex {
  display: block;
}
@media screen and (min-width: 768px) {
  .footer__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.footer__flex .left {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
}
.footer__flex .left .footer__logo picture img {
  width: 1.875rem;
  height: 2.5rem;
}
@media screen and (min-width: 768px) {
  .footer__flex .left .footer__logo picture img {
    width: 2.6875rem;
    height: 3.75rem;
  }
}
.footer__flex .left .footer__logo--text p {
  font-size: 0.6875rem;
}
@media screen and (min-width: 768px) {
  .footer__flex .left .footer__logo--text p {
    font-size: 0.875rem;
  }
}
.footer__flex .left .footer__logo--text h1 {
  font-size: 1rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .footer__flex .left .footer__logo--text h1 {
    font-size: 1.25rem;
  }
}
.footer__flex .right {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer__flex .right {
    text-align: inherit;
  }
}
.footer__flex .right a {
  padding: 0.5rem 1.5rem;
  display: inline-block;
  font-size: 1.25rem;
  font-weight: 600;
}

.top-service__flex {
  display: block;
}
@media screen and (min-width: 992px) {
  .top-service__flex {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 4rem;
  }
}
.top-service__flex.page {
  display: flex;
  flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .top-service__flex.page {
    flex-direction: row;
  }
}
.top-service__flex .left {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .top-service__flex .left {
    width: 50%;
  }
}
.top-service__flex .left .top-service__outline {
  font-size: 0.875rem;
  line-height: 1.5;
}
.top-service__flex .right {
  width: 100%;
  display: none;
  padding: 1rem;
}
@media screen and (min-width: 992px) {
  .top-service__flex .right {
    width: 45%;
    display: block;
  }
}
.top-service__flex .right.page {
  display: block;
}
.top-service__flex .right figure {
  overflow: hidden;
  aspect-ratio: 16/9;
  border-radius: 20px;
}
.top-service__flex .right figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: left;
     object-position: left;
}

.top-service__image-area {
  position: relative;
  background: black;
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  height: 26.375rem;
  overflow: hidden;
  z-index: 10;
}
.top-service__image-area img {
  width: 100%;
  height: 100%;
  opacity: 0.77;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.top-service__image-area p {
  color: #fff;
  font-size: 1.9375rem;
  letter-spacing: 0.2em;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  text-align: center;
  font-weight: 500;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
}

.top-service__list {
  position: relative;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 3rem;
  flex-wrap: wrap;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .top-service__list {
    justify-content: center;
  }
}
@media screen and (min-width: 992px) {
  .top-service__list {
    margin-top: 0;
  }
}
.top-service__list .item {
  position: relative;
  background-color: #ffc5ec;
  width: 45.4545454545%;
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .top-service__list .item {
    width: 28.5714285714%;
    margin-bottom: 0;
  }
}
.top-service__list .item a {
  transition: 0.2s;
}
.top-service__list .item a:hover {
  opacity: 0.9;
  transition: 0.2s;
}
.top-service__list .item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.top-service__list .item .text {
  position: absolute;
  width: 100%;
  padding: 0.75rem 0;
  bottom: 20px;
  color: #fff;
  font-weight: 600;
  font-size: 0.6875rem;
  letter-spacing: 0.1em;
  text-align: center;
  vertical-align: middle;
  background: rgba(0, 0, 0, 0.7);
  background-blend-mode: darken;
}
@media screen and (min-width: 768px) {
  .top-service__list .item .text {
    font-size: 1rem;
    bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .top-service__list .item .text {
    font-size: 1.25rem;
  }
}
.top-service__list .item .text.link::after {
  content: "";
  position: absolute;
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1024 1024'%3E%3Cpath fill='%23fff' d='M338.752 104.704a64 64 0 0 0 0 90.496l316.8 316.8l-316.8 316.8a64 64 0 0 0 90.496 90.496l362.048-362.048a64 64 0 0 0 0-90.496L429.248 104.704a64 64 0 0 0-90.496 0'/%3E%3C/svg%3E");
  height: 18px;
  width: 18px;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
}

.swiper {
  margin-top: 3rem;
}
@media screen and (min-width: 992px) {
  .swiper {
    margin-top: 0;
  }
}

/* company */
.top-outline {
  /* firefox */
}
.top-outline table.company {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0px 15px;
}
.top-outline table.company th,
.top-outline table.company td {
  padding: 10px;
}
.top-outline table.company th {
  background: #e91e63;
  vertical-align: middle;
  /*text-align: left;*/
  width: 100px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
}
.top-outline table.company th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  /* border-color: rgba(90, 121, 139, 0); */
  border-left-color: #e91e63;
  border-width: 10px;
  margin-top: -10px;
}
@-moz-document url-prefix() {
  .top-outline table.company th::after {
    float: right;
    padding: 0;
    left: 30px;
    top: 10px;
    content: " ";
    height: 0;
    width: 0;
    position: relative;
    pointer-events: none;
    border: 10px solid transparent;
    border-left: #e91e63 10px solid;
    margin-top: -10px;
  }
}
.top-outline table.company td {
  background: #f8f8f8;
  width: 360px;
  padding-left: 25px;
  text-align: left;
}
.top-outline .gmap {
  max-width: 100%;
}
.top-outline .copy {
  padding-top: 80px;
  display: block;
  text-align: center;
}

.page__text {
  font-size: 1rem;
}
@media screen and (min-width: 992px) {
  .page__text {
    font-size: 1.125rem;
  }
}
.page__text .list {
  margin: 1.5rem 0;
  list-style: inside;
}

.page__text-strong {
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.3;
  padding-bottom: 1rem;
}
@media screen and (min-width: 992px) {
  .page__text-strong {
    font-size: 1.5rem;
  }
}

.page__image {
  display: block;
  margin: 0 auto;
  padding: 1.5rem 0;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page__image {
    width: 80%;
  }
}

.page__service-support {
  display: block;
}
@media screen and (min-width: 992px) {
  .page__service-support {
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-wrap: wrap;
  }
}
.page__service-support .item {
  background-color: #ffdcd1;
  padding: 1.25rem 1.875rem;
  border-radius: 0.5em;
  margin: 0.5rem;
  width: 100%;
}
@media screen and (min-width: 992px) {
  .page__service-support .item {
    width: 45%;
  }
}
.page__service-support .item ul {
  list-style: circle;
}
.page__service-support .item ul.flex {
  display: flex;
  gap: 2rem;
}
.page__service-support .item ul li .small {
  font-size: 0.6875rem;
}

.service__trouble {
  background-color: #ffdcd1;
  padding: 1.5rem 1.25rem;
  margin-bottom: 4rem;
}
.service__trouble-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.5rem;
  font-size: 1.125rem;
}
@media screen and (min-width: 992px) {
  .service__trouble-section {
    font-size: 1.25rem;
  }
}
.service__trouble-section .left {
  text-align: center;
  width: 5%;
}
.service__trouble-section .solution {
  font-weight: 600;
}

.button__more a span {
  display: inline-block;
  background-color: rgb(233, 30, 99);
  color: #fff;
  border-radius: 10px;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding: 0.375rem 0.625rem 0.25rem 1.375rem;
}
.button__more a span::after {
  content: "";
  display: inline-block;
  margin-top: -3px;
  margin-left: 0;
  width: 40px;
  height: 40px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='white' d='m10 17l5-5l-5-5z'/%3E%3C/svg%3E");
  background-size: contain;
  vertical-align: middle;
}
.button__more a.nolink span {
  background-color: #666;
  padding: 0.375rem 1.375rem;
}
.button__more a.nolink span::after {
  content: "(準備中)";
  width: auto;
  height: auto;
  font-size: 0.875rem;
  padding-left: 4px;
  vertical-align: baseline;
  background-image: none;
}

.display-block {
  display: block;
}

/*--------------------
/ positiohn
/--------------------*/
.relative {
  position: relative;
}

/*--------------------
/ hidden            
/--------------------*/
.sp {
  display: block;
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}

.tablet {
  display: block;
}
@media screen and (min-width: 1200px) {
  .tablet {
    display: none;
  }
}

/*--------------------
/ text-align            
/--------------------*/
.text-center {
  text-align: center !important;
}

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

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

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

.text-white {
  color: #fff !important;
}

/*--------------------
/ spacing         
/--------------------*/
/* margin */
.m-1 {
  margin: 0.5rem;
}

.m-2 {
  margin: 1rem;
}

.m-3 {
  margin: 1.5rem;
}

.m-4 {
  margin: 2rem;
}

.m-5 {
  margin: 3rem;
}

/* margin-x(上下)*/
.mx-1 {
  margin: 0.5rem 0;
}

.mx-2 {
  margin: 1rem 0;
}

.mx-3 {
  margin: 1.5rem 0;
}

.mx-4 {
  margin: 2rem 0;
}

.mx-5 {
  margin: 3rem 0;
}

/* margin-y(左右)*/
.my-1 {
  margin: 0 0.5rem;
}

.my-2 {
  margin: 0 1rem;
}

.my-3 {
  margin: 0 1.5rem;
}

.my-4 {
  margin: 0 2rem;
}

.my-5 {
  margin: 0 3rem;
}

/* margin-top */
.mt-1 {
  margin-top: 0.5rem;
}

.mt-2 {
  margin-top: 1rem;
}

.mt-3 {
  margin-top: 1.5rem;
}

.mt-4 {
  margin-top: 2rem;
}

.mt-5 {
  margin-top: 3rem;
}

/* margin-right */
.mr-1 {
  margin-right: 0.5rem;
}

.mr-2 {
  margin-right: 1rem;
}

.mr-3 {
  margin-right: 1.5rem;
}

.mr-4 {
  margin-right: 2rem;
}

.mr-5 {
  margin-right: 3rem;
}

/* margin-bottom */
.mb-1 {
  margin-top: 0.5rem;
}

.mb-2 {
  margin-top: 1rem;
}

.mb-3 {
  margin-top: 1.5rem;
}

.mb-4 {
  margin-top: 2rem;
}

.mb-5 {
  margin-top: 3rem;
}

/* margin-left */
.ml-1 {
  margin-right: 0.5rem;
}

.ml-2 {
  margin-right: 1rem;
}

.ml-3 {
  margin-right: 1.5rem;
}

.ml-4 {
  margin-right: 2rem;
}

.ml-5 {
  margin-right: 3rem;
}

/* padding */
.p-1 {
  padding: 0.5rem;
}

.p-2 {
  padding: 1rem;
}

.p-3 {
  padding: 1.5rem;
}

.p-4 {
  padding: 2rem;
}

.p-5 {
  padding: 3rem;
}

/* padding-y(上下)*/
.py-1 {
  padding: 0.5rem 0;
}

.py-2 {
  padding: 1rem 0;
}

.py-3 {
  padding: 1.5rem 0;
}

.py-4 {
  padding: 2rem 0;
}

.py-5 {
  padding: 3rem 0;
}

/* padding-x(左右)*/
.px-1 {
  padding: 0 0.5rem;
}

.px-2 {
  padding: 0 1rem;
}

.px-3 {
  padding: 0 1.5rem;
}

.px-4 {
  padding: 0 2rem;
}

.px-5 {
  padding: 0 3rem;
}

/* padding-top */
.pt-1 {
  padding-top: 0.5rem;
}

.pt-2 {
  padding-top: 1rem;
}

.pt-3 {
  padding-top: 1.5rem;
}

.pt-4 {
  padding-top: 2rem;
}

.pt-5 {
  padding-top: 3rem;
}

/* padding-right */
.pr-1 {
  padding-right: 0.5rem;
}

.pr-2 {
  padding-right: 1rem;
}

.pr-3 {
  padding-right: 1.5rem;
}

.pr-4 {
  padding-right: 2rem;
}

.pr-5 {
  padding-right: 3rem;
}

/* padding-bottom */
.pb-1 {
  padding-bottom: 0.5rem;
}

.pb-2 {
  padding-bottom: 1rem;
}

.pb-3 {
  padding-bottom: 1.5rem;
}

.pb-4 {
  padding-bottom: 2rem;
}

.pb-5 {
  padding-bottom: 3rem;
}

/* padding-left */
.pl-1 {
  padding-left: 0.5rem;
}

.pl-2 {
  padding-left: 1rem;
}

.pl-3 {
  padding-left: 1.5rem;
}

.pl-4 {
  padding-left: 2rem;
}

.pl-5 {
  padding-left: 3rem;
}