@charset "UTF-8";
/* Scss Document */
/*------------------------------------------
  fontstyle
------------------------------------------*/
.en-bold {
  font-weight: 700;
}

.bold {
  font-weight: 600;
}

.ls1 {
  letter-spacing: 0.1em;
}

.ls04 {
  letter-spacing: 0.04em;
}

/*------------------------------------------
  library
------------------------------------------*/
/*----メディアクエリ(案件によって使い分け)----*/
/*----------PC・スマホのみ----------*/
/*----------end-PC・スマホのみ----------*/
/*----------PC・タブレット・スマホ----------*/
/*----------end-PC・タブレット・スマホ----------*/
/*--------br管理--------*/
@media (min-width: 0px) and (max-width: 560px) {
  .msBr {
    display: block;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .msBr {
    display: none;
  }
}
@media (min-width: 961px) {
  .msBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .mmBr {
    display: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .mmBr {
    display: block;
  }
}
@media (min-width: 961px) {
  .mmBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 560px) {
  .mlBr {
    display: none;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .mlBr {
    display: none;
  }
}
@media (min-width: 961px) {
  .mlBr {
    display: block;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .spBr {
    display: block;
  }
}
@media (min-width: 769px) {
  .spBr {
    display: none;
  }
}

@media (min-width: 0px) and (max-width: 768px) {
  .pcBr {
    display: none;
  }
}
@media (min-width: 769px) {
  .pcBr {
    display: block;
  }
}

/*--------end-br管理--------*/
/* ========== margin ========== */
.ma {
  margin: auto !important;
}

.m00 {
  margin: 0 !important;
}

.m05 {
  margin: 5px !important;
}

.m10 {
  margin: 10px !important;
}

.m15 {
  margin: 15px !important;
}

.m20 {
  margin: 20px !important;
}

.m25 {
  margin: 25px !important;
}

.m30 {
  margin: 30px !important;
}

.m35 {
  margin: 35px !important;
}

.m40 {
  margin: 40px !important;
}

.m45 {
  margin: 45px !important;
}

.m50 {
  margin: 50px !important;
}

.mt00 {
  margin-top: 0 !important;
}

.mt05 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb00 {
  margin-bottom: 0 !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml00 {
  margin-left: 0 !important;
}

.ml05 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr00 {
  margin-right: 0 !important;
}

.mr05 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

/* ========== padding ========== */
.p00 {
  padding: 0 !important;
}

.p05 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

.pt00 {
  padding-top: 0 !important;
}

.pt05 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pb00 {
  padding-bottom: 0 !important;
}

.pb05 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl00 {
  padding-left: 0 !important;
}

.pl05 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pr00 {
  padding-right: 0 !important;
}

.pr05 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

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

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

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

.fwB {
  font-weight: bold !important;
}

.fwN {
  font-weight: normal !important;
}

.boN {
  border: none !important;
}

.baN {
  background: none !important;
}

.tdU {
  text-decoration: underline !important;
}

/*------------------------------------------
  reset
------------------------------------------*/
/*! destyle.css v3.0.2 | 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;
}

/* 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*/
  font-family: "Noto Sans JP", serif;
  font-weight: 500;
  font-style: normal;
  font-size: 62.5%;
  color: #111111;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.02em;
}

/**
 * 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) */
/* ============================================ */
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 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * 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;
}

/**
 * 1. 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 */
}

/**
 * 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;
}

table {
  border-spacing: 0;
}

img {
  vertical-align: bottom;
  height: auto;
  max-width: 100%;
}

/*------------------------------------------
  header
------------------------------------------*/
body.fixed {
  overflow: hidden;
}

.header {
  min-width: 100%;
  z-index: 9000;
  padding: 25px 0 40px;
  background: linear-gradient(180deg, rgb(237, 249, 255) 0%, rgba(237, 249, 255, 0.9) 40%, rgba(237, 249, 255, 0.7) 65%, rgba(237, 249, 255, 0.4) 85%, rgba(255, 255, 255, 0) 100%);
  position: fixed;
  top: 0;
}
@media (max-width: 960px) {
  .header {
    top: 0;
    padding: 15px 0 25px;
  }
}
.header__wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 40px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 561px) and (max-width: 960px) {
  .header__wrap {
    padding-right: 3.4vw;
    padding-left: 3.4vw;
  }
}
@media (max-width: 960px) {
  .header__wrap {
    flex-direction: row;
  }
  .header__wrap::after {
    content: "";
    display: block;
    width: 100vw;
    height: 100vh;
    background: #fff;
    position: absolute;
    top: -18px;
    right: -100%;
    z-index: -1;
    transition: 0.5s;
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  .header__wrap {
    padding-right: 5.4vw;
    padding-left: 5.4vw;
  }
}
.header__wrap.panelactive {
  height: 100vh;
  align-items: flex-start;
  position: relative;
}
.header__wrap.panelactive::after {
  right: 0;
}
.header__wrap.panelactive .header__nav {
  right: 0;
}
.header__wrap.panelactive .header__sphelp {
  display: none;
}
.header__logo-link {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 1150px) {
  .header__logo-link {
    width: 80%;
  }
}
@media (max-width: 960px) {
  .header__logo-link {
    margin-top: 7px;
  }
}
.header__logo-link img {
  vertical-align: bottom;
  height: auto;
  width: 100%;
}
.header__hamburger {
  z-index: 9999;
  width: 45px;
  height: 45px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgba(83, 170, 236, 0.2);
  border-radius: 50px;
  position: absolute;
  top: 0;
  right: 20px;
  cursor: pointer;
  z-index: 999999;
  display: none;
}
@media (max-width: 960px) {
  .header__hamburger {
    display: block;
  }
}
.header__hamburger span {
  display: block;
  background-color: #53AAEC;
  width: 20px;
  height: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 5px;
}
.header__hamburger .hamburger01 {
  top: 15px;
  transition: 0.3s;
}
.header__hamburger .hamburger02 {
  top: 50%;
  transform: translate(-50%, -50%);
}
.header__hamburger .hamburger03 {
  bottom: 15px;
  transition: 0.3s;
}
.header__hamburger.active {
  background: #53AAEC;
}
.header__hamburger.active span {
  background: #fff;
}
.header__hamburger.active .hamburger01 {
  width: 25px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
  right: auto;
}
.header__hamburger.active .hamburger02 {
  opacity: 0;
}
.header__hamburger.active .hamburger03 {
  width: 25px;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
  right: auto;
}
.header__nav {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 20px;
}
@media (max-width: 1150px) {
  .header__nav {
    gap: 10px;
  }
}
@media (max-width: 960px) {
  .header__nav {
    width: 100%;
    flex-direction: column;
    position: absolute;
    right: -100%;
    top: 0;
    transition: 0.5s;
  }
}
.header__nav-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 42px;
  height: 60px;
  padding: 0 50px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 20px rgba(83, 170, 236, 0.2);
  border-radius: 50px;
}
@media (max-width: 1150px) {
  .header__nav-content {
    gap: 20px;
    padding: 0 35px;
  }
}
@media (max-width: 960px) {
  .header__nav-content {
    flex-direction: column;
    background: transparent;
    height: auto;
    box-shadow: none;
    width: 100%;
    padding-top: 80px;
  }
}
.header__nav-content .item .link {
  display: block;
  padding: 17px 0;
  font-weight: 700;
  position: relative;
}
@media (max-width: 1150px) {
  .header__nav-content .item .link {
    font-size: 1.5rem;
  }
}
@media (max-width: 960px) {
  .header__nav-content .item .link {
    padding: 14px 0;
    font-size: 1.8rem;
  }
}
.header__nav-content .item .link::after {
  content: "";
  display: block;
  width: 68px;
  height: 8px;
  background: url(../images/4color.svg) center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: 0.3s;
}
@media (any-hover: hover) {
  .header__nav-content .item .link:hover {
    color: #0078C5;
  }
  .header__nav-content .item .link:hover::after {
    opacity: 1;
  }
}
@media (max-width: 960px) {
  .header__nav-contact {
    margin: 40px 0 60px 0;
    width: 100%;
  }
}
.header__nav-contact .item .link {
  width: 193px;
  height: 60px;
  border-radius: 50px;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.4;
  font-weight: 700;
  background-color: #53AAEC;
  box-shadow: 0 0 20px rgba(83, 170, 236, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  transition: 0.3s;
}
@media (max-width: 960px) {
  .header__nav-contact .item .link {
    width: 80%;
    height: 80px;
    font-size: 1.8rem;
    gap: 25px;
    margin: 0 auto;
  }
}
.header__nav-contact .item .link::before {
  content: "";
  display: block;
  width: 34px;
  height: 23.5px;
  background: url(../images/icon-mail.svg) center/cover;
}
@media (max-width: 960px) {
  .header__nav-contact .item .link::before {
    width: 50px;
    height: 34.5px;
  }
}
@media (any-hover: hover) {
  .header__nav-contact .item .link:hover {
    background-color: #FF5951;
  }
}

/*------------------------------------------
  footer
------------------------------------------*/
/*------------------------------------------
  component
------------------------------------------*/
.container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
@media (min-width: 961px) {
  .container {
    padding-right: 40px;
    padding-left: 40px;
  }
}
@media (min-width: 561px) and (max-width: 960px) {
  .container {
    padding-right: 3.4vw;
    padding-left: 3.4vw;
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  .container {
    padding-right: 5.4vw;
    padding-left: 5.4vw;
  }
}

.parallax__item {
  position: absolute;
  height: auto;
  width: 250px;
  height: 250px;
  z-index: 1;
}
@media (min-width: 0px) and (max-width: 768px) {
  .parallax__item {
    width: 150px;
    height: 150px;
  }
}
.parallax__item.blue01 {
  top: 300px;
  left: 50px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .parallax__item.blue01 {
    left: 0;
  }
}
.parallax__item.yellow01 {
  right: 0;
  top: 500px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .parallax__item.yellow01 {
    right: -30px;
  }
}
.parallax__item.green01 {
  top: 300px;
  left: 50%;
}
.parallax__item.red01 {
  left: 0;
  top: 500px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .parallax__item.red01 {
    left: -30px;
  }
}
.parallax__item.yellow02 {
  right: -100px;
  top: 500px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .parallax__item.yellow02 {
    right: 0;
  }
}
.parallax__box--02 {
  transform: translateY(-40%);
  z-index: 2;
  position: relative;
}
.parallax__box--02 .parallax__item.blue01 {
  top: 300px;
  left: 50px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .parallax__box--02 .parallax__item.blue01 {
    left: 0;
  }
}
.parallax__box--02 .parallax__item.yellow01 {
  transform: translateY(-180%);
}
.parallax__box--02 .parallax__item.green01 {
  transform: translateY(-300%);
}
.parallax__box--02 .parallax__item.red01 {
  transform: translateY(-450%);
}
@media (min-width: 0px) and (max-width: 560px) {
  .parallax__box--02 .parallax__item.red01 {
    transform: translateY(-600%);
  }
}
.parallax__box--02 .parallax__item.yellow02 {
  transform: translateY(-200%);
}

.bg-gradient::before, .bg-gradient::after {
  content: "";
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}
.bg-gradient::before {
  top: 0;
  height: 410px;
  background: linear-gradient(0deg, rgb(237, 249, 255) 0%, rgb(255, 255, 255) 100%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .bg-gradient::before {
    height: 200px;
  }
}
.bg-gradient::after {
  height: 200px;
  bottom: 0;
  background: linear-gradient(180deg, rgb(237, 249, 255) 0%, rgb(255, 255, 255) 100%);
}

/*------------------------------------------
  top
------------------------------------------*/
html {
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
}

.opening {
  width: 100vw;
  height: 100vh;
  transition: opacity 0.5s, visibility 0.5s;
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.opening__box {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.opening__image {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 22px;
}
.opening__image-mark {
  position: relative;
}
.opening__image-mark::before, .opening__image-mark::after {
  content: "";
  display: block;
  width: 150px;
  height: 90px;
  background: #fff;
  transform: rotate(-45deg);
  position: absolute;
  animation-delay: 0.4s;
}
.opening__image-mark::before {
  top: 35px;
  left: -35px;
  animation: maskTop 0.5s ease-out forwards;
}
.opening__image-mark::after {
  bottom: 35px;
  right: -35px;
  animation: maskBottom 0.5s ease-out forwards;
}
.opening__image-text {
  z-index: 10;
  position: relative;
  animation: textFadein 0.5s ease-out forwards;
  animation-delay: 0.6s;
  opacity: 0;
}
@keyframes maskTop {
  0% {
    top: 35px;
    left: -35px;
  }
  100% {
    top: -70px;
    left: 70px;
  }
}
@keyframes maskBottom {
  0% {
    bottom: 35px;
    right: -35px;
  }
  100% {
    bottom: -70px;
    right: 70px;
  }
}
@keyframes textFadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

#loading.loaded {
  opacity: 0;
  visibility: hidden;
}

.swiper-loop .swiper-wrapper {
  transition-timing-function: linear;
}
.swiper-loop .swiper-slide {
  flex-shrink: 0;
  height: -moz-min-content;
  height: min-content;
  height: -moz-fit-content;
  position: relative;
  display: flex;
}
.swiper-loop .swiper-slide img {
  display: block;
  max-width: none;
  height: -moz-fit-content;
  height: fit-content;
}

.main__loop {
  z-index: 10;
  position: relative;
}
.main__loop .swiper-slide {
  width: 33%;
}
@media (min-width: 0px) and (max-width: 560px) {
  .main__loop .swiper-slide {
    width: 50%;
  }
}
.main__loop .swiper-slide img {
  border-radius: 20px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
}
@media (min-width: 0px) and (max-width: 768px) {
  .main__loop .swiper-slide img {
    border-radius: 10px;
  }
}
.main__loop-item-01 img {
  width: 73%;
  margin-top: auto;
  transform: translateY(70%);
}
.main__loop-item-02 img {
  width: 100%;
  margin-top: 5%;
}
.main__loop-item-03 img {
  width: 66%;
  margin-left: auto;
  margin-right: 12%;
  transform: translateY(90%);
}
.main__loop-item-04 img {
  width: 100%;
  margin-top: 5%;
}
.main__loop-item-05 img {
  width: 66%;
  margin-top: 3%;
  margin-left: auto;
  margin-right: 15%;
}

.sub__loop {
  position: absolute;
  top: 120px;
  left: 0;
  z-index: 9;
  aspect-ratio: 1366/328;
}
.sub__loop .swiper-slide {
  width: 100%;
  height: 100%;
}
.sub__loop .swiper-slide img {
  border-radius: 20px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  margin-left: auto;
}
@media (min-width: 0px) and (max-width: 560px) {
  .sub__loop .swiper-slide img {
    border-radius: 10px;
  }
}
.sub__loop-item-01 {
  align-self: flex-end;
}
.sub__loop-item-01 img {
  width: 50%;
  transform: translateY(180%);
}
@media (max-width: 960px) {
  .sub__loop-item-01 img {
    width: 40%;
    transform: translateY(150%);
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  .sub__loop-item-01 img {
    width: 20%;
    transform: translateY(180%);
  }
}
.sub__loop-item-02 img {
  width: 50%;
}
@media (max-width: 960px) {
  .sub__loop-item-02 img {
    width: 40%;
  }
}
@media (min-width: 0px) and (max-width: 560px) {
  .sub__loop-item-02 img {
    width: 20%;
  }
}

.back__loop {
  position: absolute;
  top: 120px;
  left: 0;
}
.back__loop .swiper-slide {
  width: 50%;
  filter: blur(15px);
  border-radius: 20px;
  will-change: filter, transform;
  transform: translateZ(0);
}
@media (min-width: 0px) and (max-width: 560px) {
  .back__loop .swiper-slide {
    filter: blur(10px);
    border-radius: 10px;
  }
}
.back__loop-item-01 img {
  width: 37%;
  margin: 0 auto;
}
.back__loop-item-02 img {
  width: 44%;
  margin-left: auto;
  margin-top: auto;
  transform: translateY(100%);
}
@media (min-width: 0px) and (max-width: 560px) {
  .back__loop-item-02 img {
    transform: translateY(150%);
  }
}
.back__loop-item-03 img {
  width: 37%;
  margin: 0 auto;
  transform: translateY(50%);
}

_::-webkit-full-page-media,
_:future,
:root .swiper-slide img {
  height: auto !important;
  object-fit: cover !important;
}

.fv {
  padding-top: 100px;
  position: relative;
  overflow: hidden;
}
.fv::after {
  content: "";
  display: block;
  width: 100%;
  height: 410px;
  background: linear-gradient(180deg, rgb(237, 249, 255) 0%, rgb(255, 255, 255) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.fv__text {
  margin-top: 100px;
  margin-bottom: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 35px;
  z-index: 1;
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv__text {
    gap: 25px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv__text-logo {
    width: 80px;
  }
}
.fv__text-01 {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv__text-01 {
    font-size: 2.2rem;
  }
}
.fv__text-02 {
  font-size: 1.8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv__text-02 {
    font-size: 1.4rem;
  }
}
.fv__text-02 .tx-right {
  text-align: right;
  display: block;
}
@media (min-width: 0px) and (max-width: 768px) {
  .fv__text-02 .tx-right {
    text-align: left;
  }
}

.message {
  padding: 150px 65px 180px;
  margin: 80px 50px;
  background: url(../images/message-bg.jpg) no-repeat center right 15%/cover;
  border-radius: 20px;
  box-shadow: 10px 10px 40px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .message {
    background: url(../images/message-bg-sp.jpg) no-repeat center bottom/cover;
    padding: 150px 65px 70vw;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .message {
    margin: 50px 20px;
    padding: 80px 20px 80vw;
  }
}
.message__text {
  width: 50%;
  text-align: center;
}
@media screen and (max-width: 1100px) {
  .message__text {
    width: 100%;
  }
}
.message__title {
  color: #FF5951;
  font-size: 3rem;
  line-height: 1.4;
  margin-bottom: 50px;
  font-weight: 700;
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  .message__title {
    font-size: 2.2rem;
  }
}
.message__title::before {
  content: "";
  display: block;
  width: 68px;
  height: 8px;
  background: url(../images/4color.svg) center/cover;
  position: absolute;
  top: -15%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .message__title::before {
    width: 60px;
    height: 7px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .message__title::before {
    top: -20%;
  }
}
.message__desc {
  mix-blend-mode: difference;
  color: #fff;
  line-height: 1.8;
}
@media (min-width: 0px) and (max-width: 768px) {
  .message__desc {
    font-size: 1.4rem;
  }
}

.webp .message {
  background: url(../images/message-bg.webp) no-repeat center right 15%/cover;
}
@media screen and (max-width: 1100px) {
  .webp .message {
    background: url(../images/message-bg-sp.webp) no-repeat center bottom/cover;
  }
}

.concept {
  background: #EDF9FF;
  padding: 90px 0 200px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 768px) {
  .concept {
    padding: 60px 0 100px;
  }
}
.concept__content {
  z-index: 2;
  position: relative;
}
.concept__title {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 80px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .concept__title {
    font-size: 2.4rem;
    margin-bottom: 60px;
    line-height: 2;
  }
}
.concept__title .line {
  font-size: 5.5rem;
  margin-right: 15px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  .concept__title .line {
    font-size: 3.8rem;
    margin-right: 10px;
  }
}
.concept__title .line::before {
  content: "";
  display: block;
  width: 216px;
  height: 6px;
  background: url(../images/4color-line.svg) center/cover;
  position: absolute;
  bottom: -10%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .concept__title .line::before {
    width: 146px;
    height: 4px;
    bottom: -5%;
  }
}
.concept__title .dot {
  position: relative;
}
.concept__title .dot::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 10px;
  position: absolute;
  top: -18%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .concept__title .dot::before {
    width: 8px;
    height: 8px;
    top: auto;
    bottom: -30%;
  }
}
.concept__title .dot.red::before {
  background: #FF5951;
}
.concept__title .dot.yellow::before {
  background: #FFCD00;
}
.concept__title .dot.green::before {
  background: #5DC15D;
}
.concept__title .dot.blue::before {
  background: #53AAEC;
}
.concept__item {
  background: #fff;
  border-radius: 30px;
  display: grid;
  grid-template-columns: repeat(2, 40%);
  align-items: center;
  justify-content: space-around;
  min-height: 380px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .concept__item {
    grid-template-columns: 1fr;
    padding: 50px 20px;
    gap: 40px;
  }
}
.concept__item:not(:last-child) {
  margin-bottom: 80px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .concept__item:not(:last-child) {
    margin-bottom: 40px;
  }
}
.concept__item-num {
  width: 200px;
  height: 50px;
  font-family: "Roboto", sans-serif;
  border-radius: 10px;
  margin: 0 auto 30px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  letter-spacing: 0.1em;
  font-size: 1.8rem;
}
@media (min-width: 0px) and (max-width: 768px) {
  .concept__item-num {
    width: 160px;
    height: 45px;
    font-size: 1.6rem;
    gap: 10px;
    margin: 0 auto 25px;
  }
}
.concept__item-num .num {
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .concept__item-num .num {
    font-size: 2.4rem;
  }
}
.concept__item-title {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .concept__item-title {
    font-size: 2rem;
  }
}
.concept__item.red .f-color {
  color: #FF5951;
}
.concept__item.red .bg-color {
  background-color: #FF5951;
}
.concept__item.yellow .f-color {
  color: #FFCD00;
}
.concept__item.yellow .bg-color {
  background-color: #FFCD00;
}
.concept__item.green .f-color {
  color: #5DC15D;
}
.concept__item.green .bg-color {
  background-color: #5DC15D;
}
.concept__item.blue .f-color {
  color: #53AAEC;
}
.concept__item.blue .bg-color {
  background-color: #53AAEC;
}

.solution {
  margin-bottom: 80px;
}
.solution__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  .solution__title {
    font-size: 2.2rem;
    margin-bottom: 25px;
  }
}
.solution__title::before {
  content: "";
  display: block;
  width: 68px;
  height: 8px;
  background: url(../images/4color.svg) center/cover;
  position: absolute;
  top: -30%;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .solution__title::before {
    width: 60px;
    height: 7px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .solution__title::before {
    top: -50%;
  }
}
.solution__text {
  text-align: center;
  margin-bottom: 80px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .solution__text {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}
.solution__item {
  display: grid;
  grid-template-columns: 55% 40%;
  align-items: center;
  gap: 5%;
}
.solution__item:not(:last-of-type) {
  margin-bottom: 80px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .solution__item {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 30px;
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .solution__item-image {
    overflow: scroll;
  }
  .solution__item-image::-webkit-scrollbar {
    height: 5px;
  }
  .solution__item-image::-webkit-scrollbar-track {
    background-color: #fff;
  }
  .solution__item-image::-webkit-scrollbar-thumb {
    background-color: #ccc;
    border-radius: 5px;
  }
  .solution__item-image img {
    min-width: 500px;
  }
}
.solution__item-title {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  border-bottom: 1px solid #53AAEC;
  margin-bottom: 30px;
  padding-left: 20px;
  padding-bottom: 10px;
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  .solution__item-title {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.solution__item-title::before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 20px;
  background: #53AAEC;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
  transform: translateY(-50%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .solution__item-title::before {
    top: calc(50% - 5px);
  }
}
@media (min-width: 0px) and (max-width: 768px) {
  .solution__item-text {
    font-size: 1.4rem;
  }
}
.solution__item-text .small {
  font-size: 1.4rem;
}

.support {
  padding: 380px 0 200px;
  position: relative;
  background: #EDF9FF;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 768px) {
  .support {
    padding: 150px 0 100px;
  }
}
.support__content {
  z-index: 4;
  position: relative;
}
.support__title {
  font-size: 3rem;
  font-weight: 700;
  background: #53AAEC;
  color: #fff;
  text-align: center;
  padding: 14px 100px;
  border-radius: 100px;
  margin: 0 auto 40px;
  width: -moz-fit-content;
  width: fit-content;
  position: relative;
}
@media (min-width: 0px) and (max-width: 768px) {
  .support__title {
    font-size: 2rem;
    padding: 12px 30px;
    margin-bottom: 30px;
  }
}
.support__title:before {
  content: "";
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 600/272;
  background: url(../images/support-title.png) center/cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -94%);
  z-index: -1;
}
.support__text {
  text-align: center;
  line-height: 2;
  margin-bottom: 100px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .support__text {
    font-size: 1.4rem;
    margin-bottom: 80px;
  }
}
.support__flow {
  display: grid;
  grid-template-columns: repeat(3, 28.5%);
  gap: 7.25%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .support__flow {
    grid-template-columns: 1fr;
    gap: 100px;
  }
}
.support__flow-item {
  background: #fff;
  border-radius: 20px;
  box-shadow: 10px 10px 30px rgba(83, 170, 236, 0.2);
  padding: 55px 30px 30px;
  position: relative;
}
.support__flow-item:not(:last-child)::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 30px;
  background: #FFCD00;
  clip-path: polygon(0 0, 0 100%, 100% 50%);
  position: absolute;
  top: 50%;
  right: -17%;
  transform: translateY(-50%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .support__flow-item:not(:last-child)::after {
    top: auto;
    right: auto;
    left: 50%;
    bottom: -16%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.support__flow-title {
  padding: 12px 30px;
  width: 75%;
  background: #53AAEC;
  color: #fff;
  border-radius: 50px;
  text-align: center;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .support__flow-title {
    font-size: 1.6rem;
    width: 80%;
    padding: 10px 20px;
  }
}
.support__flow-image {
  margin: 0 0 45px;
  text-align: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .support__flow-image {
    margin-bottom: 30px;
  }
}
.support__flow-text {
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 768px) {
  .support__flow-text {
    font-size: 1.4rem;
  }
}

.webp .support__title:before {
  background: url(../images/support-title.webp) center/cover;
}

.faq {
  margin-bottom: 120px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .faq {
    margin-bottom: 80px;
  }
}
.faq__title {
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 50px;
  color: #fff;
  background: #53AAEC;
  padding: 20px;
  border-radius: 20px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 50px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .faq__title {
    font-size: 2.2rem;
    margin-bottom: 30px;
    gap: 20px;
  }
}
.faq__title::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/icon-faq.png) center/cover;
}
@media (min-width: 0px) and (max-width: 768px) {
  .faq__title::before {
    width: 45px;
    height: 45px;
  }
}
.faq__item {
  background: #fff;
  box-shadow: 10px 10px 30px rgba(83, 170, 236, 0.2);
  border-radius: 20px;
  padding: 30px 30px 25px 30px;
  display: grid;
  grid-template-columns: repeat(2, 50%);
  align-items: center;
}
@media (min-width: 0px) and (max-width: 768px) {
  .faq__item {
    grid-template-columns: 1fr;
    padding: 20px 20px 15px 20px;
    gap: 15px;
  }
}
.faq__item:not(:last-child) {
  margin-bottom: 30px;
}
.faq__item .icon {
  transform: translateY(5px);
  flex-shrink: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .faq__item .icon {
    width: 70px;
  }
}
.faq__item-question, .faq__item-answer {
  display: flex;
  align-items: center;
  gap: 20px;
  transform: translateY(-5px);
}
@media (min-width: 0px) and (max-width: 768px) {
  .faq__item-question, .faq__item-answer {
    gap: 15px;
    font-size: 1.4rem;
    align-items: flex-start;
  }
}
.faq__item-question {
  padding-right: 40px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .faq__item-question {
    padding-right: 0;
  }
}

.contact {
  position: relative;
}
.contact__content {
  background: #00B8EE;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 90px 0 40px;
  border-top-left-radius: 160px;
  border-top-right-radius: 160px;
  position: relative;
  transition: 0.3s;
}
@media (min-width: 0px) and (max-width: 768px) {
  .contact__content {
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
  }
}
@media (any-hover: hover) {
  .contact__content:hover {
    background-color: #0078C5;
  }
  .contact__content:hover .contact__button {
    background: #fff;
    color: #0078C5;
  }
  .contact__content:hover .image-01::before {
    background: #FFCD00;
    transform: scale(1.1);
  }
  .contact__content:hover .image-02::before {
    background: #5DC15D;
    transform: scale(1.1);
  }
}
.contact__title {
  font-size: 4rem;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
@media (min-width: 0px) and (max-width: 768px) {
  .contact__title {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.contact__button {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50px;
  font-size: 2rem;
  font-weight: 700;
  padding: 14px 40px;
  margin-bottom: 60px;
  transition: 0.3s;
}
@media (min-width: 0px) and (max-width: 768px) {
  .contact__button {
    font-size: 1.6rem;
    padding: 12px 30px;
    margin-bottom: 250px;
  }
}
.contact__image {
  width: 180px;
  height: 180px;
  position: absolute;
  top: 45%;
}
@media (min-width: 0px) and (max-width: 768px) {
  .contact__image {
    width: 140px;
    height: 140px;
    top: 68%;
  }
}
.contact__image::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 100px;
  box-shadow: 10px 10px 30px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.contact__image::after {
  content: "";
  display: block;
}
.contact__image.image-01 {
  left: 50%;
  transform: translate(-250%, -50%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .contact__image.image-01 {
    transform: translate(-110%, -50%);
  }
}
.contact__image.image-01::after {
  width: 158px;
  height: 183px;
  background: url(../images/contact-01.png) center/cover;
  position: absolute;
  bottom: 20px;
  right: 0;
}
@media (min-width: 0px) and (max-width: 768px) {
  .contact__image.image-01::after {
    width: 115px;
    height: 134px;
  }
}
.contact__image.image-02 {
  right: 50%;
  transform: translate(250%, -50%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .contact__image.image-02 {
    transform: translate(110%, -50%);
  }
}
.contact__image.image-02::after {
  width: 122px;
  height: 192px;
  background: url(../images/contact-02.png) center/cover;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 0px) and (max-width: 768px) {
  .contact__image.image-02::after {
    width: 92px;
    height: 144px;
  }
}
.contact .copy {
  color: #fff;
  font-size: 1.4rem;
}
.contact .wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 10px;
  margin-inline: auto;
}
.contact .loop {
  animation: loop 10s linear infinite;
  width: 25vw;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
}
.contact .loop:first-child {
  position: relative;
}
.contact .loop-red {
  background: #FF5951;
}
.contact .loop-yellow {
  background: #FFCD00;
}
.contact .loop-green {
  background: #5DC15D;
}
.contact .loop-blue {
  background: #53AAEC;
}
.contact .loop.loop2 {
  animation-delay: -1.25s;
}
.contact .loop.loop3 {
  animation-delay: -2.5s;
}
.contact .loop.loop4 {
  animation-delay: -3.75s;
}
.contact .loop.loop5 {
  animation-delay: -5s;
}
.contact .loop.loop6 {
  animation-delay: -6.25s;
}
.contact .loop.loop7 {
  animation-delay: -7.5s;
}
.contact .loop.loop8 {
  animation-delay: -8.75s;
}
.contact .loop.loop9 {
  animation-delay: -10s;
}
.contact .loop.loop10 {
  animation-delay: -11.25s;
}
.contact .loop.loop11 {
  animation-delay: -12.5s;
}
.contact .loop.loop12 {
  animation-delay: -13.75s;
}
.contact .loop.loop13 {
  animation-delay: -15s;
}
.contact .loop.loop14 {
  animation-delay: -16.25s;
}
.contact .loop.loop15 {
  animation-delay: -17.5s;
}
@keyframes loop {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100vw);
  }
}

#scroll-fixed {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 99;
}
@media (min-width: 0px) and (max-width: 560px) {
  #scroll-fixed {
    bottom: 15px;
    right: 15px;
  }
}
#scroll-fixed .page-top {
  width: 80px;
  height: 80px;
  font-size: 1.2rem;
  font-family: "Roboto", sans-serif;
  letter-spacing: 0.05em;
  line-height: 0.3;
  color: #53AAEC;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  transition: all 0.3s ease;
}
@media (min-width: 0px) and (max-width: 560px) {
  #scroll-fixed .page-top {
    width: 60px;
    height: 60px;
    font-size: 1.1rem;
    line-height: 0.6;
    gap: 5px;
  }
}
#scroll-fixed .page-top .large {
  font-size: 1.7rem;
  letter-spacing: 0;
  font-weight: 700;
}
@media (min-width: 0px) and (max-width: 560px) {
  #scroll-fixed .page-top .large {
    font-size: 1.5rem;
  }
}
#scroll-fixed .page-top::before {
  content: "";
  display: block;
  width: 18px;
  height: 19px;
  background: url(../images/arrow-pagetop.png) center/cover;
  transition: all 0.3s ease;
}
@media (min-width: 0px) and (max-width: 560px) {
  #scroll-fixed .page-top::before {
    width: 15px;
    height: 16px;
  }
}
#scroll-fixed .page-top::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px rgba(83, 170, 236, 0.2);
  border-radius: 10px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  transition: all 0.3s ease;
}
@media (any-hover: hover) {
  #scroll-fixed .page-top:hover {
    color: #fff;
  }
  #scroll-fixed .page-top:hover::before {
    background: url(../images/arrow-pagetop-w.png) center/cover;
  }
  #scroll-fixed .page-top:hover::after {
    background: #53AAEC;
    transform: scale(1.1);
  }
}/*# sourceMappingURL=common.css.map */