﻿@charset "UTF-8";
/* **************************************************************************************

RESET

************************************************************************************** */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-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.5; /* 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: 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: middle;
}

/* 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,
.submit-button {
    -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: middle;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* **************************************************************************************

BASE

************************************************************************************** */
html {
  position: relative;
  width: 100%;
}

body {
  margin: 0;
  height: 100%;
  min-height: 100%;
  font-size: 16px;
  position: relative;
  font-family: "NotoSansCJKjp", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "palt" 1;
  font-feature-settings: "palt" 1;
  letter-spacing: 0.1px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.pc-no {
  display: none;
}

.sp-no {
  display: block;
}

@media print, screen and (max-width: 48em) { /* SP-TABLET---------------768px以下 */
  .pc-no {
    display: block;
  }
  .sp-no {
    display: none;
  }
}
/* **************************************************************************************

 MARGIN & PDDDING /mixin/_mg/

************************************************************************************** */
.mg05-tb {
  margin: 0.5rem 0;
}

.mg05-r {
  margin-right: 0.5rem;
}

.mg05-lr {
  margin: 0 0.5rem;
}

.mg08-tb {
  margin: 0.8rem 0;
}

.mg08-all {
  margin: 0.8rem;
}

.mg1-t {
  margin-top: 1rem;
}

.mg1-b {
  margin-bottom: 1rem;
}

.mg1-tb {
  margin: 1rem 0;
}

.mg1-l {
  margin-left: 1rem;
}

.mg1-all {
  margin: 1rem;
}

.mg2-t {
  margin-top: 2rem;
}

.mg2-b {
  margin-bottom: 2rem;
}

.mg2-tb {
  margin: 2rem 0;
}

.mg2-l {
  margin-left: 2rem;
}

.mg2-r {
  margin-right: 0;
}

.mg2-lr {
  margin: 0 2rem;
}

.mg2-all {
  margin: 2rem 1rem;
}

.mg3-t {
  margin-top: 3rem;
}

.mg3-b {
  margin-bottom: 3rem;
}

.mg3-tb {
  margin: 3rem 0;
}

.mg3-all {
  margin: 3rem 1rem;
}

.mg4-t {
  margin-top: 4rem;
}

.mg4-b {
  margin-bottom: 4rem;
}

.mg4-tb {
  margin: 4rem 0;
}

.mg4-all {
  margin: 4rem 1rem;
}

.mg5-t {
  margin-top: 5rem;
}

.mg5-b {
  margin-bottom: 5rem;
}

.mg5-tb {
  margin: 5rem 0;
}

.mg5-all {
  margin: 5rem 1rem;
}

.pd025-all {
  padding: 0.25rem;
}

.pd05-lr {
  padding: 0 0.5rem;
}

.pd05-b {
  padding-bottom: 0.5rem;
}

.pd05-all {
  padding: 0.5rem;
}

.pd08-tb {
  padding: 0.8rem 0;
}

.pd08-all {
  padding: 0.8rem;
}

.pd1-t {
  padding-top: 1rem;
}

.pd1-b {
  padding-bottom: 1rem;
}

.pd1-tb {
  padding: 1rem 0;
}

.pd1-lr {
  padding: 0 1rem;
}

.pd1-all {
  padding: 1rem;
}

.pd2-t {
  padding-top: 2rem;
}

.pd2-tb {
  padding: 2rem 0;
}

.pd2-b {
  padding-bottom: 2rem;
}

.pd2-lr {
  padding: 0 2rem;
}

.pd2-all {
  padding: 2rem;
}

.pd3-b {
  padding-bottom: 3rem;
}

.pd3-tb {
  padding: 3rem 0;
}

.pd3-all {
  padding: 3rem 1rem;
}

.pd4-b {
  padding-bottom: 4rem;
}

.pd4-tb {
  padding: 4rem 0;
}

.pd4-all {
  padding: 4rem 1rem;
}

.pd5-b {
  padding-bottom: 5rem;
}

.pd5-tb {
  padding: 5rem 1rem;
}

.pd5-all {
  padding: 5rem 1rem;
}

.pd05-tb {
    padding: 0.5rem;
}

/* **************************************************************************************

 HEADER（ヘッダーのスタイル）/layout/_header/

************************************************************************************** */
/* **************************************************************************************

 COLOR（色のスタイル）/component/_color/

************************************************************************************** */
.color_bluegreen {
  color: #31b5bd !important;
}
.color_bluegreen-bg {
  background: #31b5bd !important;
}
.color_bluegreen-bg_transparentize {
  background: rgba(49, 181, 189, 0.08);
}
.color_green {
  color: #00ad84 !important;
}
.color_green-bg {
  background: #00ad84 !important;
}
.color_green-bg_transparentize {
  background: rgba(0, 173, 132, 0.08);
}
.color_blue {
  color: #0081e2 !important;
}
.color_blue-bg {
  background: #0081e2 !important;
}
.color_blue-bg_transparentize {
  background: rgba(0, 129, 226, 0.08);
}
.color_red {
  color: #ff4d4d !important;
}
.color_red-bg {
  background: #ff4d4d !important;
}
.color_red-bg_transparentize {
  background: rgba(255, 77, 77, 0.15);
}
.color_yellow {
  color: #f2b436 !important;
}
.color_yellow-bg {
  background: #f2b436 !important;
}
.color_yellow-bg_transparentize {
  background: rgba(242, 180, 54, 0.08);
}
.color_gray {
  color: #505050;
}
.color_gray-light {
  color: #c6c6c6;
}
.color_gray-light-bg {
  background: #f7f7f7 !important;
}
.color_white {
  color: #fff !important;
}
.color_white-bg {
  background: #fff !important;
}
.color_black {
  color: #000 !important;
}

.header {
  z-index: 1;
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-backdrop-filter: blur(15px);
          backdrop-filter: blur(15px);
  background: rgba(255, 255, 255, 0.5);
}
.header-wrap {
  width: calc(100% - 50px);
  height: 50px;
  display: grid;
  grid-template-rows: 1fr 50px;
  grid-template-columns: 100px 1fr 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  -webkit-backdrop-filter: blur(0);
          backdrop-filter: blur(0);
  color: #000;
}
.header-logo {
  height: 50px;
  grid-row: 1/2;
  grid-column: 1/2;
  padding: 0.3rem 0;
}
.header nav {
  grid-row: 1/2;
  grid-column: 2/3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-left: auto;
  margin-right: 2rem;
}
.header nav .nav-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
  color: #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 0.9rem;
}
.header nav .nav-txt a:hover {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #31b5bd;
}
.header-contact {
  grid-row: 1/2;
  grid-column: 3/4;
  width: 80px;
}

@media print, screen and (max-width: 48em) { /* SP-TABLET---------------768px以下 */
  .header-wrap {
    width: calc(100% - 10px);
    height: 85px;
    display: grid;
    grid-template-rows: 1fr 70px;
    grid-template-columns: 50% 50% 1fr;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
  }
  .header-logo {
    height: 50px;
    grid-row: 1/2;
    grid-column: 1/2;
  }
  .header nav {
    grid-row: 2/3;
    grid-column: 1/3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -40px 0 0;
  }
  .header nav .nav-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    color: #000;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 0.75rem;
    line-height: 1.2;
  }
  .header nav .nav-txt a:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    color: #31b5bd;
  }
  .header-contact {
    grid-row: 1/2;
    grid-column: 2/3;
    position: absolute;
    right: 0;
  }
}
/* **************************************************************************************

 MAIN（メインコンテンツのスタイル）/layout/_main/

************************************************************************************** */
.vimage {
  background-image: url("../../img/contact/header-bg.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100vh;
  margin-bottom: 0;
}
.vimage-txt {
  position: relative;
  top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.vimage-txt p {
  font-size: 1.7rem;
}
.vimage-txt p::before {
  position: relative;
  content: "";
  background-image: url("../../img/contact/fitibit.png");
  top: 40px;
  left: -150px;
  width: 110px;
  height: 88px;
  display: block;
}
.vimage-txt h1 {
  font-size: 2.5rem;
}
.vimage-txt h2 {
  font-size: 1.2rem;
}
.vimage-img {
  position: relative;
  top: 200px;
  left: 0;
  margin: 0 auto;
}
.vimage-img .vimage-PC {
  position: relative;
  top: -120px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  width: 800px;
  height: 100%;
}
.vimage-img .vimage-illust {
  position: relative;
}
.vimage-img .vimage-illust01 {
  position: absolute;
  bottom: 100px;
  left: 5%;
}
.vimage-img .vimage-illust02 {
  position: absolute;
  bottom: 250px;
  left: 15%;
}
.vimage-img .vimage-illust03 {
  position: absolute;
  bottom: 300px;
  right: 20%;
}
.vimage-img .vimage-illust04 {
  position: absolute;
  bottom: 200px;
  right: 0;
}
.vimage-img .vimage-illust05 {
  position: absolute;
  bottom: 100px;
  right: 12%;
}
.vimage-bottomWrap {
  margin-bottom: 200px !important;
}

@media print, screen and (max-width: 64em) { /* TABLET---------------1024px以下 */
    .vimage {
        background-image: url("../../img/contact/header-bg.jpg");
        height: 700px;
        margin-bottom: 200px;
    }
}
@media (min-width: 481px) and (max-width: 1023px) { /* ---------------768px以上、960px未満 */
    .vimage {
        background-image: url("../../img/contact/header-bg.jpg");
        height: 700px;
        margin-bottom: 8%;
    }
}
@media print, screen and (max-width: 30em) { /* SP---------------480px以下 */
    .vimage {
        background-image: url("../../img/contact/header-bg-sp.jpg");
        height: 700px;
        margin-bottom: 15%;
    }
  .vimage-txt p {
    font-size: 1.2rem;
  }
  .vimage-txt p::before {
    top: 35px;
    left: -115px;
  }
  .vimage-txt h1 {
    font-size: 1.7rem;
  }
  .vimage-txt h2 {
    font-size: 1rem;
  }
  .vimage-img {
    position: relative;
    top: 100px;
    left: 0;
    margin: 0 auto;
  }
  .vimage-img .vimage-PC {
    position: relative;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    width: 800px;
    height: 100%;
  }
  .vimage-img .vimage-illust {
    position: relative;
  }
  .vimage-img .vimage-illust01 {
    position: absolute;
    bottom: -150px;
    left: 5%;
    width: 50px;
  }
  .vimage-img .vimage-illust02 {
    position: absolute;
    bottom: -200px;
    left: 20%;
    width: 50px;
  }
  .vimage-img .vimage-illust03 {
    position: absolute;
    bottom: -150px;
    right: 40%;
    width: 70px;
  }
  .vimage-img .vimage-illust04 {
    position: absolute;
    bottom: -150px;
    right: 0;
    width: 75px;
  }
  .vimage-img .vimage-illust05 {
    position: absolute;
    bottom: -200px;
    right: 20%;
    width: 50px;
  }
}
/* **************************************************************************************

 MAIN（メインコンテンツのスタイル）/layout/_main/

************************************************************************************** */
.wrapper {
  display: grid;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
  min-height: 100vh;
}

.main_default {
  width: calc(100% - 80px);
  margin: 0 auto;
  line-height: 2;
  position: relative;
}
.main_1200 {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.main_980 {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
}
.main_bg01 {
    background-image: url("../../img/contact/bg01.png");
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    height: 100%;
}
.main_bg01::before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  height: 350px;
  width: 350px;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
  background: #e1f1ff;
}
.main_bg02 {
    background-image: url('../../img/contact/bg02.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    width: 100%;
    height: 100%;
}
.main_bg02-cover {
    background-image: url('../../img/contact/bg02.png');
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    top: 0;
    width: 100%;
    height: 100%;
    margin-bottom: -200px;
}
@media print, screen and (max-width: 48em) {
  .main_bg02-cover { /* SP-TABLET----768px以下 */
    background-size: contain;
  }
}
.main_bg03 {
  background: rgb(0, 212, 90);
  background: -webkit-gradient(linear, left top, right top, from(rgb(0, 212, 90)), to(rgb(89, 255, 161)));
  background: linear-gradient(90deg, rgb(0, 212, 90) 0%, rgb(89, 255, 161) 100%);
}
    .main_bg03::before {
        content: "";
        background-image: url('../../img/contact/bg02.png');
        background-position: top right;
        background-repeat: no-repeat;
        background-size: contain;
        position: relative;
        width: 100%;
        height: 100%;
    }
.main_privacy {
  line-height: 2;
}
.main h1 {
  color: #31b5bd;
  font-size: 7rem;
  font-weight: 700;
  text-align: center;
  padding: 0;
  margin-bottom: -10px;
  line-height: 1;
}
.main h2 {
  padding-bottom: 2rem;
  color: #000;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}

@media print, screen and (max-width: 48em) { /* SP-TABLET---------------768px以下 */
  .main_default {
    width: calc(100% - 40px);
  }
  .main_1200 {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .main_980 {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
  }
}
/* **************************************************************************************

 FOOTER（フッターのスタイル）/layout/_footer/

************************************************************************************** */
.contact {
  width: 100%;
  max-width: 980px;
  display: grid;
  grid-template-columns: 1fr 1fr 2fr;
  gap: 50px;
  margin: 0 auto -50px;
  padding: 5rem 0 0;
  color: #fff;
  font-weight: 700;
  text-shadow: 1px 1px 10px rgba(0, 0, 0, 0.2);
}
.contact-btn {
  display: block;
  padding: 1rem 2rem;
  border-radius: 20px;
  background: #fff;
  color: #31b5bd;
  border: 2px solid #31b5bd;
  border-radius: 100px;
  font-weight: 600;
  text-shadow: 1px 1px 10px rgba(255, 255, 255, 0);
  text-align: center;
  word-break: keep-all;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  cursor: pointer;
}
.contact-btn:hover {
  color: #fff;
  background: #31b5bd;
}
.contact-txt {
  white-space: nowrap;
}
.contact-img {
  position: relative;
  top: -120px;
}

.footer {
  padding: 2rem 1rem;
  background: rgba(255, 255, 255, 0.6);
}
.footer .f-nav {
  width: 100%;
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 35px;
  margin: 0 auto;
  padding: 1rem 0 2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.footer .f-nav_logo {
  margin-right: auto;
  color: #31b5bd;
  font-weight: 700;
}
.footer .f-nav_list {
  width: 100%;
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 25px;
  margin: 0 auto;
  padding: 1rem 0 2rem;
  font-size: 0.8rem;
}
.footer .f-nav_list a {
  color: #666;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .f-nav_list a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer a:hover {
  opacity: 0.7;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

@media print, screen and (max-width: 48em) { /* SP-TABLET---------------768px以下 */
  .contact {
    max-width: 100%;
    grid-template-columns: 1fr;
    gap: 50px;
    margin: 0 auto;
    padding: 2rem 1rem;
    text-align: center;
  }
  .contact-img {
    top: 0;
  }
  .footer .f-nav {
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 15px;
    padding: 1rem 0 2rem;
    border-bottom: 1px solid #ccc;
  }
  .footer .f-nav_logo {
    margin: 0;
  }
  .footer .f-nav_list {
    width: 100%;
    max-width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer .f-nav_list a {
    color: #666;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .footer .f-nav_list a:hover {
    opacity: 0.7;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}
/* **************************************************************************************

 COPYRIGHT（コピーライトのスタイル）/layout/_copyright/

************************************************************************************** */
.copyright {
  width: 100%;
  letter-spacing: 0;
}

.copyright-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  padding: 1rem;
}

.copyright-txt {
  margin-bottom: 5rem;
  padding: 1rem;
  color: #666;
  font-size: 0.8rem;
  text-align: center;
}

.cnav {
  color: #666;
}
.cnav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 30px;
}
.cnav-list_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #000;
  white-space: nowrap;
}
.cnav-list_item a {
  padding: 0;
  font-size: 0.8rem;
}
.cnav-list_item a:hover {
  opacity: 0.5;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media print, screen and (min-width: 48em) { /* -------- PC用のスタイル(768px以上)-------- */
  .copyright-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .copyright-txt {
    padding: 1rem;
    font-size: 0.8rem;
    margin: 0;
  }
  .cnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .cnav-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 10px;
    padding: 0;
  }
  .cnav-list a {
    padding: 1rem;
  }
}
/* **************************************************************************************

 BOX（boxのスタイル）/component/_box/

************************************************************************************** */
.box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.box_round {
  position: relative;
  border-radius: 20px;
}
.box_round10 {
  position: relative;
  border-radius: 10px;
}
.box_line {
  border: 2px solid #31b5bd;
}
.box_line-yellow {
  border: 2px solid #f2b436;
}
.box_shadow {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}

/* **************************************************************************************

 BUTTON（ボタンのスタイル）/component/_btn/

************************************************************************************** */
.btn {
  display: block;
  border-radius: 20px;
  font-weight: 600;
  text-align: center;
  word-break: keep-all;
  cursor: pointer;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn:hover {
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
.btn._bluegreen {
  color: #fff;
  background: #31b5bd;
}
.btn._bluegreen:hover {
  opacity: 0.7;
}
.btn._bluegreen-line {
  background: #fff;
  color: #31b5bd;
  border: 2px solid #31b5bd;
}
.btn._bluegreen-line:hover {
  color: #fff;
  background: #31b5bd;
}
.btn._green {
  color: #fff;
  background: #00ad84;
}
.btn._green:hover {
  opacity: 0.7;
}
.btn._blue {
  color: #fff;
  background: #0081e2;
}
.btn._blue:hover {
  opacity: 0.7;
}
.btn._red {
  color: #fff;
  background: #ff4d4d;
}
.btn._red:hover {
  opacity: 0.7;
}
.btn._green-lineArrow {
  background: #00ad84;
  color: #fff;
  padding: 0 2rem;
}
.btn._green-lineArrow::after {
  font-family: "icomoon";
  content: "\e905";
  vertical-align: middle;
}
.btn._green-lineArrow:hover {
  opacity: 0.7;
}
.btn._gray {
  background: #ddd;
  border-radius: 3px;
}
.btn._gray:hover {
  background: #999;
  color: #fff;
}
.btn._white {
  background: #fff;
  border-radius: 3px;
}
.btn._white:hover {
  background: #999;
  color: #fff;
}
.btn._white-line {
  background: #fff;
  border: 1px solid #ccc;
}
.btn._white-line:hover {
  background: #ccc;
}
.btn._round {
  border-radius: 60px;
}
.btn._shadow {
  -webkit-filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.1));
}
.btn._w300 {
  width: 300px;
}
.btn._w150 {
  width: 150px;
}

.no-hover {
  pointer-events: none;
}

/* **************************************************************************************

 FLEX /component/_flex/

************************************************************************************** */
.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.flex._gap30 {
  grid-gap: 30px;
}
.flex_center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_center._gap30 {
  grid-gap: 30px;
}
.flex_center._gap50 {
  grid-gap: 50px;
}
.flex_center_column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex_start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.flex_start._gap30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
}
.flex_between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex_between._gap30 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 30px;
}
.flex_between._gap50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 50px;
}
.flex_between._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex._column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.flex._row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.flex._bottom {
  margin-top: auto;
  display: block;
}

@media print, screen and (max-width: 48em) { /* SP-TABLET---------------768px以下 */
  .flex_center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex_center_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .flex_between {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex_between._gap30 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .flex_between._gap50 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
/* **************************************************************************************

 FONT（fontのスタイル）/component/_font/

************************************************************************************** */
.font {
  display: inline-block;
  padding: 0.5rem;
  margin: 0 auto;
}
.font_xs {
  font-size: 0.7rem;
  line-height: 1.3;
  vertical-align: middle;
}
.font_s {
  font-size: 0.9rem;
  line-height: 1.5;
}
.font_m {
  font-size: 1rem;
}
.font_ml {
  font-size: 1.2rem;
}
.font_l {
  font-size: 1.5rem;
}
.font_ll {
  font-size: 2rem;
}
.font_xl {
  font-size: 2.5rem;
}

.lighter {
  font-weight: 500 !important;
}

.bold {
  font-weight: 600 !important;
}

.under-line {
  text-decoration: underline;
}

.border_yellow {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(70%, #FFFF00));
  background: linear-gradient(transparent 80%, #FFFF00 70%);
}

.line-height1 {
  line-height: 1;
}

.line-height25 {
  line-height: 2.5;
}

.block-inline {
  display: inline-block;
}

.block {
  display: block;
}

.txt-center {
  text-align: center;
}

.txt-center-left {
  text-align: center;
}

.txt-left {
  text-align: left;
}

.txt-left-center {
  text-align: left;
}

.txt-right {
  text-align: right;
}

.whitespace-no {
  white-space: nowrap;
}

/* =Webfont
--------------------------------------------------------------------------*/
@font-face {
    font-family: "Roboto";
    src: url("../../fonts/RobotoCondensed-Light.ttf");
    font-style: normal;
    font-weight: 300;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../../fonts/RobotoCondensed-Regular.ttf");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}
@font-face {
    font-family: "Roboto";
    src: url("../../fonts/RobotoCondensed-Bold.ttf");
    font-style: normal;
    font-weight: 700;
    font-display: swap;
}
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 400;
    src: url("/fonts/NotoSansCJKjp-Regular.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 700;
    src: url("/fonts/NotoSansCJKjp-Bold.woff") format("woff");
    font-display: swap;
}
@font-face {
    font-family: "NotoSansCJKjp";
    font-style: normal;
    font-weight: 900;
    src: url("/fonts/NotoSansCJKjp-Black.woff") format("woff");
    font-display: swap;
}
html {
  font-family: "NotoSansCJKjp", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, sans-serif;
}

/* =Webfont--icon
--------------------------------------------------------------------------*/
@font-face {
    font-family: "icomoon";
    src: url("../../fonts/icomoon.eot?cy77pd#iefix") format("embedded-opentype"), url("../../fonts/icomoon.ttf?cy77pd") format("truetype"), url("../../fonts/icomoon.woff?cy77pd") format("woff"), url("../../fonts/icomoon.svg?cy77pd#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-trash:before {
  content: "\e91a";
} /*--- ゴミ箱　--- */
.icon-carret-up:before {
  content: "\e91b";
} /*--- 矢印▲　--- */
.icon-carret-down:before {
  content: "\e91e";
} /*--- 矢印▼　--- */
.icon-carret-right:before {
  content: "\e91c";
} /*--- 矢印▶︎　--- */
.icon-carret-left:before {
  content: "\e91d";
} /*--- 矢印◀︎　--- */
.icon-xmark:before {
  content: "\e900";
} /*--- 閉じる-X　--- */
.icon-cross:before {
  content: "\e901";
  vertical-align: middle;
} /*--- +　--- */
.icon-cheveron-up:before {
  content: "\e902";
} /*--- 上 --- */
.icon-cheveron-down:before {
  content: "\e905";
} /*--- 下 --- */
.icon-cheveron-right:before {
  content: "\e903";
} /*--- 右 > --- */
.icon-cheveron-left:before {
  content: "\e904";
} /*--- 左 < --- */
.icon-cog:before {
  content: "\e906";
} /*--- 設定　--- */
.icon-search:before {
  content: "\e907";
} /*--- 虫眼鏡　--- */
.icon-reload:before {
  content: "\e908";
} /*--- リロード　--- */
.icon-note:before {
  content: "\e90a";
} /*--- ノート　--- */
.icon-circle-bouble:before {
  content: "\e909";
} /*--- ◉二重丸　--- */
.icon-mail-black:before {
  content: "\e90b";
} /*--- メール-黒　--- */
.icon-mail-white:before {
  content: "\e90c";
} /*--- メール-白　--- */
.icon-exclamation-circle:before {
  content: "\e90d";
} /*--- びっくりマーク-○　--- */
.icon-exclamation-triangle:before {
  content: "\e90e";
  position: relative;
  top: 1px;
} /*--- びっくりマーク-△　--- */
.icon-calender:before {
  content: "\e910";
} /*--- カレンダー　--- */
.icon-user:before {
  content: "\e911";
} /*--- ユーザー　--- */
.icon-download:before {
  content: "\e912";
} /*--- ダウンロード　--- */
.icon-upload:before {
  content: "\e913";
} /*--- アップロード　--- */
.icon-logout:before {
  content: "\e914";
  position: relative;
  top: 1px;
} /*--- ログアウト　--- */
.icon-lock:before {
  content: "\e915";
} /*--- ロック-鍵　--- */
.icon-ID:before {
  content: "\e916";
} /*--- ID　--- */
.icon-check:before {
  content: "\e90f";
} /*--- チェック　--- */
.icon-check-after:before {
  content: "\e917";
  position: relative;
  top: 3px;
} /*--- チェック後-黒　--- */
.icon-check-before:before {
  content: "\e918";
} /*--- チェック前　--- */
.icon-logo:before {
  content: "\e919";
} /*--- ロゴ　--- */
.ic-sm {
  font-size: 0.8em;
}

.ic-lg {
  font-size: 1.33em;
}

.ic-1x {
  font-size: 1.8em;
}

.ic-2x {
  font-size: 2em;
}

.ic-3x {
  font-size: 3em;
}

.ic-4x {
  font-size: 4em;
}

.ic-5x {
  font-size: 5em;
}

.ic-fw {
  padding-right: 0.3rem;
  text-align: center;
}

/* **************************************************************************************

 GRID /component/_grid/

************************************************************************************** */
.grid {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.grid._grid2 {
  grid-template-columns: 1fr;
}
.grid._grid3 {
  grid-template-columns: 1fr;
}
.grid._grid4 {
  grid-template-columns: 1fr;
}
.grid._grid5 {
  grid-template-columns: 1fr;
}
.grid._gap20 {
  grid-gap: 20px;
}
.grid._gap30 {
  grid-gap: 30px 30px;
}
.grid._gap50 {
  grid-gap: 50px 50px;
}

@media print, screen and (min-width: 48em) { /* PC---------------768px以上 */
  .grid {
    display: grid;
    -ms-flex-line-pack: center;
        align-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .grid._grid2 {
    grid-template-columns: repeat(auto-fit, minmax(45%, 2fr));
  }
  .grid._grid3 {
    grid-template-columns: repeat(auto-fit, minmax(30%, 3fr));
  }
  .grid._grid4 {
    grid-template-columns: repeat(auto-fit, minmax(22%, 4fr));
  }
  .grid._grid5 {
    grid-template-columns: repeat(auto-fit, minmax(16%, 5fr));
  }
}
/* **************************************************************************************

 LINKS（linkのスタイル）/component/_link/

************************************************************************************** */
.link_alpha {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_alpha:hover {
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_default {
  color: #31b5bd;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.link_default:hover {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/* **************************************************************************************

 PAGE HEADER（ページヘッダ-のスタイル）/component/_page-header/

************************************************************************************** */
.page-header {
  position: relative;
  top: 50px;
  left: 0;
}
.page-header_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000;
  font-size: 2rem;
  font-weight: 700;
}
.page-header_ttl-line {
  display: inline-block;
  font-size: 2rem;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, right top, from(#59ffa1), to(#00ceff));
  background-image: linear-gradient(to right, #59ffa1, #00ceff);
  background-repeat: no-repeat;
  background-size: 100% 10%;
  background-position: bottom;
}

@media print, screen and (max-width: 48em) { /* SP-TABLET---------------768px以下 */
  .page-header {
    position: relative;
    top: 70px;
    left: 0;
  }
  .page-header_ttl {
    font-size: 1.5rem;
    line-height: 1.5;
  }
  .page-header_ttl-line {
    font-size: 1.5rem;
  }
}
/* **************************************************************************************

 TABLE（テーブルのスタイル）/component/_table/)

************************************************************************************** */
.tbl {
    width: 100%;
    line-height: 2;
}
.tbl th,
.tbl td {
  padding: 0.5rem 1rem;
  border: solid 1px #ccc;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #fff;
}
.tbl th {
  background: #daefec;
}
.tbl td.vcenter {
  vertical-align: middle;
}
.tbl td.bg-gray {
  background: #eee;
}

#tbl-hover tr:hover td {
  background-color: #e9f6f4;
}

.tbl-wrap {
  overflow-x: scroll;
  width: 100%;
}

.tbl-wrap-x { /*----- スクロールバー非表示-----*/
  overflow-x: scroll;
  width: 100%;
}

.tbl-wrap-y { /*----- スクロールバー非表示-----*/
  overflow-y: scroll;
  height: 100%;
  max-height: 300px;
}

.tbl-sticy {
  position: sticky;
  top: 0;
  left: 0;
  border-top: none;
  z-index: 1;
}

.tbl-stripe tr:nth-child(even) td {
  background: #f4f4f4;
}

/* **************************************************************************************

 UL（ulのスタイル）/component/_ul/

************************************************************************************** */
.ul {
  display: block;
  line-height: 2;
}
.ul li {
  text-indent: -1em;
  padding-left: 1em;
  padding-bottom: 1rem;
  line-height: 1.5;
}
.ul_default {
  padding: 1rem;
}
.ul_default-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 50px;
}
.ul_check li {
  padding-left: 1em;
  text-indent: -1em;
  padding-bottom: 1rem;
  line-height: 1.5;
}
.ul_check li::before {
  display: inline-block;
  position: relative;
  top: 0;
  left: 10px;
  content: "\e917";
  font-family: "icomoon";
  width: 100%;
  max-width: 15px;
  color: #31b5bd;
}
.ul_number li {
  list-style: decimal;
  margin-left: 1rem;
}

::marker {
  font-weight: bold;
}

/* **************************************************************************************

 ICON（iconのスタイル）/component/_icon/

************************************************************************************** */
.badge-square_mi {
  height: 25px;
  width: 140px;
  border-radius: 3px;
  border: 1px solid #ccc;
  color: #999;
  background: #e8e8e8;
  line-height: 20px;
  text-align: center;
}
.badge-square_sumi {
  height: 25px;
  width: 140px;
  border-radius: 3px;
  border: 1px solid #31b5bd;
  color: #31b5bd;
  background: #daefec;
  line-height: 20px;
  text-align: center;
}

.badge-rectangle {
  display: inline-block;
  height: 25px;
  width: 60px;
}
.badge-rectangle_error {
  border-radius: 20px;
  line-height: 22px;
  border: 1px solid #ccc;
  color: #999;
  background: #e8e8e8;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
}
.badge-rectangle_success {
  border-radius: 20px;
  line-height: 22px;
  border: 1px solid #31b5bd;
  color: #31b5bd;
  background: #daefec;
  text-align: center;
  font-size: 0.8rem;
  font-weight: 600;
}

/* **************************************************************************************

 SPECIAL（その他のスタイル）/component/_special/

************************************************************************************** */
.ability {
  position: relative;
  top: 0;
  left: 0;
  background: #fff;
  height: 350px;
  width: 350px;
  margin: 1rem auto;
  padding: 2rem;
  border-radius: 50%;
}
.ability img {
  position: absolute;
  top: 15%;
  left: -70px;
}
.ability p {
  position: absolute;
  top: 100px;
  left: 100px;
}
.ability ul {
  position: absolute;
  bottom: 130px;
  left: 100px;
  color: #31b5bd;
  font-weight: 700;
  white-space: nowrap;
}
.ability .ul-administrator {
  position: absolute;
  bottom: 110px;
  left: 100px;
}
.ability .ul-partner {
  position: absolute;
  bottom: 130px;
  left: 100px;
}
.ability-administrator {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 250px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #31b5bd;
  padding: 0.7rem 2rem;
  border-radius: 50px;
  font-weight: 700;
}
.ability-name {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 250px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 0.7rem 2rem;
  border-radius: 50px;
  font-weight: 700;
}
.ability-name._user {
  background: #f2b436;
}
.ability-name._administrator {
  background: #31b5bd;
}
.ability-name._partner {
  background: #4d6fff;
}

.scene {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-template-columns: repeat(3, 1fr);
}
.scene img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.scene-01top {
  padding: 3rem 3rem 120px;
  border-right: 2px solid #31b5bd;
}
.scene-01top p {
  margin-top: 3rem;
  text-align: center;
}
.scene-01bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem;
  border-right: 2px solid #31b5bd;
  background: rgb(88, 178, 255);
  background: linear-gradient(45deg, rgb(88, 178, 255) 25%, rgb(89, 255, 161) 100%);
}
.scene-02top {
  padding: 3rem;
  border-right: 2px solid #31b5bd;
}
.scene-02top p {
  margin-top: 3rem;
  text-align: center;
}
.scene-02bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem;
  border-right: 2px solid #31b5bd;
  background: rgb(0, 212, 90);
  background: linear-gradient(45deg, rgb(0, 212, 90) 25%, rgb(89, 255, 161) 100%);
}
.scene-03top {
  padding: 3rem;
  border-right: 2px solid #31b5bd;
}
.scene-03top p {
  margin-top: 3rem;
  text-align: center;
}
.scene-03bottom {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3rem;
  border-right: 2px solid #31b5bd;
  background: rgb(161, 255, 0);
  background: linear-gradient(45deg, rgb(161, 255, 0) 25%, rgb(255, 194, 0) 100%);
}
.scene .scene-box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 3rem;
  border-radius: 20px;
  background-color: #fff;
}
.scene .scene01-illust {
  position: absolute;
  top: -163px;
}

.FAQ {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  grid-template-columns: 2fr 3fr;
  padding: 2rem;
}
.FAQ-question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #31b5bd;
  font-size: 1.2rem;
  font-weight: 700;
}
.FAQ-question::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  content: "Q";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  color: #fff;
  background: #31b5bd;
  border-radius: 50%;
  font-size: 1.5rem;
  line-height: 50px;
  text-align: center;
}
.FAQ-answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.FAQ-answer::before {
  content: "A";
  display: block;
  width: 50px;
  height: 50px;
  margin-right: 10px;
  color: #999;
  background: #fff;
  border: 2px solid #999;
  border-radius: 50%;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 46px;
  text-align: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

@media print, screen and (max-width: 48em) { /* SP-TABLET---------------768px以下 */
  .ability {
    position: relative;
    top: 0;
    left: 0;
    height: 300px;
    width: 300px;
  }
  .ability img {
    position: absolute;
    left: -30px;
    max-width: 100px;
  }
  .ability p {
    position: absolute;
    top: 50px;
    left: 80px;
  }
  .ability ul {
    bottom: 110px;
    left: 80px;
  }
  .ability .ul-administrator {
    bottom: 110px;
    left: 80px;
  }
  .ability .ul-partner {
    position: absolute;
    bottom: 150px;
    left: 80px;
  }
  .ability .ability-user {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 250px;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    background: #31b5bd;
    padding: 0.7rem 2rem;
    border-radius: 50px;
    font-weight: 700;
  }
  .scene {
    grid-template-columns: 1fr;
  }
  .scene-01top {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 3rem 1rem 150px 1rem;
    border-right: none;
    text-align: center;
  }
  .scene-01bottom {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    padding: 1.5rem;
    border-right: none;
  }
  .scene-02top {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    padding: 3rem 1rem 150px 1rem;
    border-right: none;
    text-align: center;
  }
  .scene-02bottom {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
    padding: 1.5rem;
    border-right: none;
  }
  .scene-03top {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
    padding: 3rem 1rem 150px 1rem;
    border-right: none;
    text-align: center;
  }
  .scene-03bottom {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
    padding: 1.5rem;
    border-right: none;
  }
  .scene .scene-box {
    padding: 1.5rem;
  }
  .scene .scene01-illust {
    position: absolute;
    top: -163px;
  }
  .FAQ {
    grid-template-columns: 1fr;
    gap: 15px;
    padding: 1.5rem;
  }
  .FAQ-wrap {
    margin: 1.5rem;
    padding: 0;
  }
  .FAQ-question {
    font-size: 1.1rem;
  }
  .FAQ-question::before {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    line-height: 40px;
  }
  .FAQ-answer::before {
    width: 40px;
    height: 40px;
    font-size: 1.2rem;
    line-height: 36px;
  }
}
/* **************************************************************************************

 PAGETOP（TOPへ戻るのスタイル）/component/_pagetop/)

************************************************************************************** */
#pageTop {
  position: relative;
  bottom: -1px;
  left: 0;
  z-index: 11;
}
#pageTop a {
  position: absolute;
  right: 0;
  top: -40px;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-size: 0.5em;
  background-color: #59ffa1;
  border-radius: 6px 6px 0 0;
  width: 40px;
  height: 40px;
  padding-top: 10px;
}
#pageTop a:hover {
  opacity: 0.8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#pageTop i {
  font-size: 2.2em;
}

.icon-gotop::before {
  content: "\e902";
  font-family: "icomoon";
  font-weight: 900;
  display: inline-block;
}

@media print, screen and (max-width: 48em) { /* SP-TABLET---------------768px以下 */
  #pageTop {
    display: none !important;
  }
}