@charset "UTF-8";
/*! destyle.css v4.0.0 | 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*/
}

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  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 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

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

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

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

select:disabled {
  opacity: inherit;
}

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

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

legend {
  padding: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

caption {
  text-align: left;
}

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

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

body {
  overflow-x: hidden;
  position: relative;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  background-image: url(../images/bg.png);
  width: 100%;
  background-size: 100% auto;
  background-repeat: repeat-y;
}

img {
  max-width: 100%;
}

p {
  font-size: 16px;
  line-height: 2;
}

.inner {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

.white--box {
  max-width: 1500px;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 55px;
  padding: 0 3%;
}

.gray--box {
  max-width: 1100px;
  margin: 0 auto;
  background-color: #F9F9F9;
  border-radius: 68px;
  padding: 0 3%;
}

.relative {
  position: relative;
}

.blue {
  color: #007CCF;
}

.step__blue {
  color: #2D93E1;
}

.pink {
  color: #FB6281;
  font-weight: 700;
}

.big--pink {
  color: #FB6281;
  font-size: 32px;
  line-height: 1.43;
}

.green {
  color: #1DC2B7;
  text-align: center;
}

.fs40 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.45;
}

.fs32 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.43;
  text-align: center;
}

.fs24 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.45;
  text-align: center;
}

.fs20 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
  text-align: center;
}

.pl {
  padding-left: 1%;
}

.under--yellow {
  background: linear-gradient(transparent 60%, #fbf596 40%);
}

.tab__on,
.sp__on {
  display: none;
}

.mt25 {
  margin-top: 25px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb18 {
  margin-bottom: 18px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb38 {
  margin-bottom: 38px;
}

.mb40 {
  margin-bottom: 40px;
}

.mb50 {
  margin-bottom: 50px;
}

.mb60 {
  margin-bottom: 60px;
}

.mb65 {
  margin-bottom: 65px;
}

.mb70 {
  margin-bottom: 70px;
}

.mb80 {
  margin-bottom: 80px;
}

.mb100 {
  margin-bottom: 100px;
}

.mb115 {
  margin-bottom: 115px;
}

.mb130 {
  margin-bottom: 130px;
}

.pb50 {
  padding-bottom: 50px;
}

.pb100 {
  padding-bottom: 100px;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.small {
  font-size: 10px;
}

.c-btn {
  cursor: pointer;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  background: #ff701e;
  border: 2px solid #ff701e;
  border-radius: 17px;
  color: #fff;
  display: block;
  font-weight: bold;
  max-width: 300px;
  padding: 15px 40px;
  text-align: center;
}

.c-btn.slide {
  background: #fff;
  color: #ff701e;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.c-btn.slide::after {
  background: #ff701e;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.c-btn.slide:hover {
  color: #fff;
}

.c-btn.slide:hover::after {
  transform: scale(1, 1);
}

.c-btn.slide.skew::after {
  transform: skewY(-10deg) scale(1, 0);
  height: 140px;
}

.c-btn.slide.skew:hover::after {
  transform: skewY(-10deg) scale(1, 1);
}

/* ページトップへ */
.pagetop {
  width: 50px;
  height: 50px;
  background-color: #006cbe;
  justify-content: center;
  align-items: center;
  z-index: 2;
  cursor: pointer;
  position: fixed;
  right: 20px;
  bottom: 140px;
  display: none;
  z-index: 4;
  border-radius: 50%;
}

.pagetop__arrow {
  display: block;
  height: 100%;
  width: 100%;
  position: relative;
}

.pagetop__arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border-top: #fff 2px solid;
  border-right: #fff 2px solid;
  transform: translate(-100%, -30%) rotate(-45deg);
}

.pagetop:hover {
  opacity: 0.7;
}

.fadeUpTrigger {
  opacity: 0;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(3px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* # =================================================================
 * # ヘッダー
 * # ================================================================= */
.nav {
  padding: 20px 28px 28px;
}

/* # =================================================================
 * # メインビジュアル
 * # ================================================================= */
.mainV {
  background-color: #fff;
  position: relative;
  width: 100%;
  margin: auto;
  padding-top: 28.2%;
}

.mainV__img {
  max-width: 717px;
  width: 43%;
  margin: 0 auto 31px;
}

.title {
  animation: popup ease-in forwards;
  animation-duration: 1s;
  animation-delay: 1.5s;
  opacity: 0;
}

.mainV__img {
  position: relative;
  z-index: 2;
}
.mainV__img::after {
  content: "";
  background-image: url(../images/title_02.png);
  max-width: 120px;
  width: 17%;
  height: 360px;
  background-size: 100% auto;
  position: absolute;
  left: 48vw;
  top: -1vw;
  z-index: 3;
  background-repeat: no-repeat;
  animation: fadein ease forwards;
  animation-duration: 2s;
  animation-delay: 2.3s;
  opacity: 0;
}
.mainV__img::before {
  content: "";
  background-image: url(../images/title_03.png);
  max-width: 120px;
  width: 17%;
  height: 214px;
  background-size: 100% auto;
  position: absolute;
  left: -15vw;
  top: 9vw;
  z-index: 3;
  background-repeat: no-repeat;
  animation: fadein ease forwards;
  animation-duration: 2s;
  animation-delay: 2.3s;
  opacity: 0;
}

.text__img {
  max-width: 762px;
  width: 38%;
  margin: 0 auto;
  transform: translateY(90px);
}

.people__img,
.text__img,
.mainV__img {
  position: absolute;
}

.mainV__img {
  top: 10.7%;
  left: 50%;
  transform: translateX(-50%);
}

.text__img {
  bottom: -17%;
  left: 50%;
  transform: translateX(-50%);
  animation: fadein ease forwards;
  animation-duration: 2s;
  animation-delay: 2.3s;
  opacity: 0;
}

.people__img {
  z-index: 1;
}
.people__img::before {
  content: "";
  background-image: url(../images/shadow.png);
  width: 180px;
  height: 120px;
  background-size: 100% auto;
  position: absolute;
  left: -21px;
  bottom: -18px;
  z-index: -1;
  background-repeat: no-repeat;
}

.people__6.people__img::before,
.people__8.people__img::before {
  width: 150px;
  left: -39px;
  bottom: -34px;
}

@keyframes righttoleft {
  0% {
    transform: translateX(20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes lefttoright {
  0% {
    transform: translateX(-20px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes zoomin {
  0% {
    transform: scale(0.6);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes downtoup {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes uptodown {
  0% {
    transform: translateY(-40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes popup {
  0% {
    transform: scale(1.03);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.people__1 {
  left: 3%;
  top: 2%;
  max-width: 168px;
  width: 9%;
  animation: righttoleft ease-in forwards;
  animation-duration: 0.8s;
  animation-delay: 0.2;
  opacity: 0;
}

.people__2 {
  max-width: 220px;
  width: 11%;
  left: 16%;
  top: -8%;
  animation: fadein ease-out forwards;
  animation-duration: 0.8s;
  animation-delay: 0.6s;
  opacity: 0;
}

.people__3 {
  max-width: 159px;
  width: 9%;
  left: 4%;
  top: 63%;
  animation: lefttoright ease-in-out forwards;
  animation-duration: 0.8s;
  animation-delay: 1s;
  opacity: 0;
}

.people__4 {
  max-width: 209px;
  width: 11%;
  left: 21%;
  top: 40%;
  animation: uptodown linear forwards;
  animation-duration: 0.8s;
  animation-delay: 0.8s;
  opacity: 0;
}

.people__5 {
  max-width: 103px;
  width: 6%;
  left: 70.5%;
  top: 4%;
  animation: zoomin ease-in forwards;
  animation-duration: 0.6s;
  animation-delay: 0.7s;
  opacity: 0;
}

.people__6 {
  max-width: 100px;
  width: 6%;
  top: -10.8%;
  left: 89%;
  animation: righttoleft ease forwards;
  animation-duration: 0.8s;
  opacity: 0;
  animation-delay: 1.2s;
}

.people__7 {
  max-width: 125px;
  width: 7%;
  left: 71%;
  top: 62%;
  animation: downtoup ease-out forwards;
  animation-duration: 0.5s;
  opacity: 0;
  animation-delay: 0.5s;
}

.people__8 {
  max-width: 92px;
  width: 6%;
  left: 88%;
  top: 48%;
  animation: lefttoright linear forwards;
  animation-duration: 0.8s;
  animation-delay: 1.3s;
  opacity: 0;
}

/* # =================================================================
 * # ページリンク
 * # ================================================================= */
.page--link {
  max-width: 1200px;
  margin: 150px auto;
}
.page--link .--list {
  display: flex;
  justify-content: space-between;
}
.page--link .--list .--item {
  max-width: 285px;
  height: 92px;
  width: 100%;
  background-color: #fff;
  border-radius: 17px;
  position: relative;
  margin-right: 10px;
}
.page--link .--list .--item a {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  width: 100%;
  color: #007CCF;
  font-size: 18px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}
.page--link .--list .--item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 7px solid #EC6C26;
}
.page--link .--list .mr0 {
  margin-right: 0;
}
.page--link a.pagebtn {
  position: relative;
  background: #fff;
  border-radius: 17px;
}
.page--link a.pagebtn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #007CCF;
  border-radius: 15px;
  z-index: 0;
  transition: all 0.1s ease-out;
}
.page--link a.pagebtn > span {
  display: inline-block;
  position: absolute;
  width: 100%;
  text-align: center;
  top: 45%;
  transform: translateY(-50%);
  color: #007CCF;
  z-index: 2;
}
.page--link a.pagebtn:hover > span {
  color: #fff;
}
.page--link a.pagebtn:hover::before {
  height: 100%;
}

/* # =================================================================
 * # no1
 * # ================================================================= */
.no1 {
  padding: 0 3%;
  margin-bottom: 100px;
}
.no1 h2 {
  max-width: 600px;
  position: absolute;
  left: 50%;
  top: -5%;
  transform: translateX(-50%);
}
.no1 h3 {
  text-align: center;
  padding-top: 155px;
  margin-bottom: 60px;
}
.no1 .w760 {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.no1 .block {
  display: block;
  max-width: 953px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.no1 .black__border {
  border: 1px solid #707070;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 352px;
  padding: 9px 30px;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}
.no1 .sp__on {
  display: none;
}

/* # =================================================================
 * # 電話オレンジゾーン
 * # ================================================================= */
.phone__zone {
  background-color: #EC6C26;
  padding: 0 8px;
}
.phone__zone .--flex {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.phone__zone .--flex .mr15 {
  margin-right: 15px;
}
.phone__zone .--flex .--item {
  max-width: 570px;
  width: 100%;
}
.phone__zone .--flex .--item .w368 {
  display: block;
  max-width: 368px;
  margin: 72px auto 17px;
}
.phone__zone .--flex .--item .w445 {
  display: block;
  max-width: 445px;
  margin: 52px auto 17px;
}
.phone__zone .--flex .--item .c-btn {
  cursor: pointer;
  background: #EC6C26;
  border: 2px solid #fff;
  max-width: 570px;
  height: 80px;
  width: 100%;
  color: #fff;
  padding: 20.5px 20px;
}
.phone__zone .--flex .--item .c-btn a {
  font-size: 24px;
  line-height: 1.458;
}
.phone__zone .--flex .--item .pa {
  padding: 0 30px 0 20px;
}
.phone__zone .--flex .--item .c-btn.slide {
  background: #fff;
  color: #EC6C26;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.phone__zone .--flex .--item .c-btn.slide::after {
  background: #EC6C26;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}
.phone__zone .--flex .--item .c-btn.slide:hover {
  color: #fff;
}
.phone__zone .--flex .--item .c-btn.slide:hover .orange--box {
  background: #fff;
  color: #EC6C26;
  transition: 0.3s;
}
.phone__zone .--flex .--item .c-btn.slide:hover .phonetxt::after {
  background-image: url(../images/white--phone.png);
  transition: 0.3s;
}
.phone__zone .--flex .--item .c-btn.slide:hover::after {
  transform: scale(1, 1);
}
.phone__zone .--flex .--item .c-btn.slide.skew::after {
  transform: skewY(-10deg) scale(1, 0);
  height: 200px;
}
.phone__zone .--flex .--item .c-btn.slide.skew:hover::after {
  transform: skewY(-10deg) scale(1, 1);
}
.phone__zone .--flex .--item .orange--box {
  background-color: #EC6C26;
  width: 135px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  color: #fff;
  font-weight: 500;
}
.phone__zone .--flex .--item .fs14 {
  font-size: 14px;
  text-align: center;
  font-weight: 500;
  line-height: 1.4;
  padding-left: 1em;
  text-indent: -1em;
}
.phone__zone .--flex .--item .osw {
  margin: 0;
  align-items: center;
}
.phone__zone .--flex .--item .phonetxt {
  font-size: 43px;
  font-family: "Oswald", sans-serif;
  padding-left: 55px;
  position: relative;
  font-weight: 400;
}
.phone__zone .--flex .--item .phonetxt::after {
  content: "";
  background-image: url(../images/phone.png);
  width: 42px;
  height: 42px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
  top: 50%;
  transform: translateY(-50%);
}
.phone__zone .--flex .--item .phonetxt::before {
  content: "さー連れだってろうきん行こう！";
  font-size: 10px;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  position: absolute;
  right: -15px;
  top: 6px;
}
.phone__zone .--flex .--item .juslef {
  justify-content: center;
  align-items: center;
  height: 80px;
}
.phone__zone .--flex .--item .w42 {
  max-width: 42px;
  height: 42px;
  margin: 0 9px;
}
.phone__zone .--flex .--item .fs15 {
  text-align: center;
  padding-top: 10px;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  color: #fff;
  margin-bottom: 60px;
}
.phone__zone .m0 {
  margin: 0;
}

.phone__zone .--flex .--item .c-btn.col {
  background-color: #EC6C26;
  color: #fff;
  font-weight: 500;
}

.phone__zone .--flex .--item .c-btn.col:hover {
  color: #EC6C26;
  background-color: #fff;
  border: 1px solid #EC6C26;
}

.phone__zone .--flex .--item .c-btn.col::after {
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: 0.2s cubic-bezier(0.45, 0, 0.55, 1);
  z-index: -1;
}

.phone__zone .--flex .--item .c-btn.col.skew::after {
  transform: skewY(-10deg) scale(1, 0);
  height: 200px;
}

@media screen and (max-width: 1175px) {
  .phone__zone .--flex .--item .pa {
    padding: 0px 10px;
  }
  .phone__zone .--flex .--item .phonetxt {
    font-size: 35px;
  }
}
/* # =================================================================
 * # no2
 * # ================================================================= */
.no2 {
  margin-top: 170px;
  margin-bottom: 100px;
  padding: 0 3%;
}
.no2 h2 {
  max-width: 650px;
  position: absolute;
  left: 50%;
  top: -5%;
  transform: translateX(-50%);
}
.no2 .tsumitate,
.no2 .unnyou,
.no2 .uketori {
  text-align: center;
  padding-top: 147px;
  margin-bottom: 38px;
}
.no2 .bak__blue {
  background-color: #2D93E1;
  font-size: 22px;
  font-weight: 500;
  line-height: 0.8;
  color: #fff;
  text-align: center;
  padding: 12px 10px 16px;
  max-width: 860px;
  margin: 0 auto 26px;
  border-radius: 6px;
}
.no2 .--flex {
  display: flex;
  justify-content: space-between;
}
.no2 .attention {
  font-size: 14px;
  max-width: 860px;
  margin: 0 auto 70px;
  text-align: right;
}
.no2 .w860 {
  max-width: 860px;
  margin-right: auto;
  margin-left: auto;
}
.no2 .w860 .balloon2-top {
  position: relative;
  display: inline-block;
  margin: 0.5em 0;
  padding: 10px 15px;
  min-width: 120px;
  max-width: 100%;
  background: #FFF;
  border: solid 1px #707070;
  box-sizing: border-box;
}
.no2 .w860 .balloon2-top ul {
  list-style: disc;
  padding-left: 1em;
}
.no2 .w860 .balloon2-top ul li {
  line-height: 2;
  font-size: 14px;
}
.no2 .w860 .balloon2-top:before {
  content: "";
  position: absolute;
  top: -26px;
  left: 40%;
  margin-left: -16px;
  border: 13px solid transparent;
  border-bottom: 13px solid #FFF;
  z-index: 2;
}
.no2 .w860 .balloon2-top:after {
  content: "";
  position: absolute;
  top: -29px;
  left: 40%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #707070;
  z-index: 1;
}
.no2 .spNone.w860 {
  display: block;
  width: 100%;
}
.no2 .spBlock.w860 {
  display: none;
}
.no2 .secbtn {
  cursor: pointer;
  border: 1px solid #EC6C26;
  max-width: 590px;
  height: 100px;
  color: #333333;
  padding: 34.5px 20px;
  border-radius: 20px;
  margin: 0 auto 60px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
  max-width: 590px;
  height: 100px;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.no2 .secbtn a {
  font-size: 24px;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 100px;
  padding: 35px 20px;
}
.no2 .secbtn::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: solid 2px transparent;
  transition: 0.2s;
  border-radius: 18px;
}
.no2 .secbtn:hover::before {
  border: solid 2px #EC6C26;
}
.no2 .secbtn:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
}
.no2 .secbtn:hover::before {
  border: solid 2px #EC6C26;
}
.no2 .gray--box {
  padding-bottom: 66px;
}
.no2 .gray--box h4 {
  text-align: center;
}
.no2 .gray--box .w746 {
  display: block;
  max-width: 746px;
  width: 100%;
  margin: 42.5px auto 40px;
}
.no2 .gray--box .w650 {
  display: block;
  max-width: 650px;
  width: 100%;
  margin: 0 auto 66px;
}
.no2 .gray--box .mb0 {
  margin-bottom: 0;
}
.no2 .gray--box .arrow {
  position: relative;
}
.no2 .gray--box .arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  border: 8px solid transparent;
  border-left: 12px solid #EC6C26;
}
.no2 .gray--box .c-btn {
  cursor: pointer;
  border: 1px solid #EC6C26;
  max-width: 590px;
  height: 100px;
  color: #333333;
  padding: 34.5px 20px;
  border-radius: 20px;
  margin: 0 auto;
}
.no2 .gray--box .c-btn a {
  font-size: 24px;
  font-weight: 700;
}
.no2 .gray--box .c-btn.slide:hover {
  color: #fff;
}
.no2 .gray--box .c-btn.slide.skew::after {
  height: 240px;
}
.no2 .gray--box .c-btn.slide:hover .arrow::after {
  border-left: 12px solid #fff;
  transition: 0.3s;
}
.no2 .unnyou {
  padding-top: 100px;
  margin-bottom: 41px;
}
.no2 .w650 {
  display: block;
  max-width: 650px;
  width: 100%;
  margin: 55px auto 76px;
}
.no2 .mt0 {
  margin-top: 20px;
}
.no2 .mb100 {
  margin-bottom: 100px;
}
.no2 .w710 {
  max-width: 709px;
  width: 100%;
  margin: 0 auto;
}
.no2 .pd110 {
  padding-bottom: 111px;
}
.no2 .uketori {
  padding-top: 100px;
}
.no2 .case__list {
  margin-bottom: 60px;
}
.no2 .case__list .fukidashi {
  position: relative;
}
.no2 .case__list .fukidashi::after {
  content: "";
  background-image: url(../images/img_04.svg);
  max-width: 332px;
  width: 100%;
  height: 91px;
  background-size: 100% auto;
  position: absolute;
  left: -10px;
  top: -55px;
  background-repeat: no-repeat;
}
.no2 .case__list .--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 743px;
  margin: 0 auto;
  border-bottom: 1px solid #C9C9C9;
  padding: 2.3% 0 2.4%;
}
.no2 .case__list .--item .case {
  width: 83px;
  height: 72px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  background-color: #007CCF;
  padding: 10px 10px 9px 0px;
  clip-path: polygon(0% 0%, 80% 0%, 100% 50%, 80% 100%, 0% 100%);
}
.no2 .case__list .--item .case .num {
  font-size: 24px;
  line-height: 1;
}
.no2 .case__list .--item .fs20 {
  line-height: 1.45;
  text-align: left;
  max-width: 342px;
  margin: 0 auto 0 18.7px;
}
.no2 .case__list .--item:first-of-type {
  border-top: 1px solid #C9C9C9;
}
.no2 .w743 {
  max-width: 743px;
  width: 100%;
  margin: 0 auto;
}
.no2 .w743 .blue--box {
  background-color: #ECF9FC;
  border-radius: 31px;
  text-align: center;
  padding: 36px 60px;
}
.no2 .w743 .blue--box p {
  color: #007CCF;
  font-size: 20px;
  line-height: 1.45;
  font-weight: 700;
}
.no2 .w743 .blue {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.45;
  margin-bottom: 15px;
}
.no2 .w743 .mb52 {
  margin-bottom: 52px;
}
.no2 .add__attention {
  max-width: 970px;
  width: 100%;
  margin: 0 auto;
  padding-bottom: 40px;
}
.no2 .add__attention .--ttl {
  background-color: #007CCF;
  color: #fff;
  text-align: center;
  padding: 13.5px 30px 14.5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7;
  margin-bottom: 35px;
}
.no2 .add__attention .--list .--item {
  display: flex;
  justify-content: space-between;
  gap: 0 20px;
  align-items: center;
  border-bottom: 1px solid #DEDEDE;
  margin-bottom: 29.5px;
  padding-bottom: 30.5px;
}
.no2 .add__attention .--list .--item .--subttl {
  max-width: 230px;
  width: 100%;
  border: #007CCF 1px solid;
  color: #007CCF;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 164px;
  text-align: center;
}
.no2 .add__attention .--list .--item .height108 {
  height: 108px;
}
.no2 .add__attention .--list .--item p {
  max-width: 700px;
  width: 100%;
  line-height: 1.75;
}
.no2 .add__attention .--list .--item .fw500 {
  font-weight: 500;
}
.no2 .add__attention .--list .--item:nth-of-type(3) {
  border: none;
}

/* # =================================================================
 * # no3
 * # ================================================================= */
.no3 {
  margin-top: 147px;
  padding: 0 3%;
  margin-bottom: 165px;
}
.no3 h2 {
  max-width: 600px;
  position: absolute;
  left: 50%;
  top: -16.3%;
  transform: translateX(-50%);
}
.no3 .white--box {
  padding-top: 163px;
  padding-bottom: 40px;
}
.no3 .subtitle {
  max-width: 850px;
  width: 100%;
  margin: 0 auto 35px;
  position: relative;
}
.no3 .subtitle::after {
  content: "";
  background-image: url(../images/img_03.png);
  max-width: 222px;
  width: 27%;
  height: 69px;
  background-size: 100% auto;
  position: absolute;
  left: -14.5%;
  top: -100%;
  background-repeat: no-repeat;
}
.no3 .subtitle::before {
  content: "";
  background-image: url(../images/num_1.png);
  max-width: 48px;
  width: 100%;
  height: 48px;
  background-size: 100% auto;
  position: absolute;
  left: -53px;
  bottom: 0;
  background-repeat: no-repeat;
}
.no3 .w850 {
  max-width: 850px;
  width: 100%;
  margin: 0 auto 35px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.6;
}
.no3 .scroll {
  text-align: center;
}
.no3 .w1000 {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.no3 .w1000 .bak__yellow {
  margin-top: 24px;
  margin-bottom: 20px;
  background-color: #FFFDD9;
  position: relative;
  padding: 24px 20px 24px 80px;
}
.no3 .w1000 .bak__yellow::after {
  content: "";
  background-image: url(../images/new.png);
  max-width: 39px;
  width: 100%;
  height: 19px;
  background-size: 100% auto;
  position: absolute;
  left: 27px;
  top: 30%;
  background-repeat: no-repeat;
}
.no3 .subtitle2 {
  max-width: 770px;
  width: 100%;
  margin: 0 auto 35px;
  position: relative;
}
.no3 .subtitle2::after {
  content: "";
  background-image: url(../images/img_03.png);
  max-width: 222px;
  width: 27%;
  height: 69px;
  background-size: 100% auto;
  position: absolute;
  left: -14.5%;
  top: -100%;
  background-repeat: no-repeat;
}
.no3 .subtitle2::before {
  content: "";
  background-image: url(../images/num_2.png);
  max-width: 48px;
  width: 100%;
  height: 48px;
  background-size: 100% auto;
  position: absolute;
  left: -53px;
  bottom: 0;
  background-repeat: no-repeat;
}
.no3 .arrow,
.no3 .arrow2 {
  position: relative;
}
.no3 .arrow::after,
.no3 .arrow2::after {
  content: "";
  position: absolute;
  top: 51%;
  left: 20px;
  transform: translateY(-50%);
  border: 10px solid transparent;
  border-left: 11px solid #EC6C26;
}
.no3 .arrow2::after {
  top: 50%;
}
.no3 .c-btn {
  cursor: pointer;
  border: 1px solid #EC6C26;
  max-width: 590px;
  height: 100px;
  color: #333333;
  padding: 34.5px 20px;
  border-radius: 20px;
  margin: 0 auto 60px;
}
.no3 .c-btn a {
  font-size: 24px;
  font-weight: 700;
}
.no3 .c-btn.slide:hover {
  color: #fff;
}
.no3 .c-btn.slide.skew::after {
  height: 240px;
}
.no3 .c-btn.slide:hover .arrow::after,
.no3 .c-btn.slide:hover .arrow2::after {
  border-left: 12px solid #fff;
  transition: 0.3s;
}
.no3 .secbtn {
  cursor: pointer;
  border: 1px solid #EC6C26;
  max-width: 590px;
  height: 100px;
  color: #333333;
  padding: 34.5px 20px;
  border-radius: 20px;
  margin: 0 auto 60px;
  background-color: #fff;
  text-align: center;
  font-weight: bold;
  display: block;
  max-width: 590px;
  height: 100px;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.no3 .secbtn a {
  font-size: 24px;
  font-weight: 700;
  display: block;
  width: 100%;
  height: 98px;
  padding: 35px 15px 35px 45px;
}
.no3 .secbtn::before {
  content: "";
  position: absolute;
  box-sizing: border-box;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: solid 2px transparent;
  transition: 0.2s;
  border-radius: 18px;
}
.no3 .secbtn:hover::before {
  border: solid 2px #EC6C26;
}
.no3 .secbtn:hover {
  box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.25);
}
.no3 .secbtn:hover::before {
  border: solid 2px #EC6C26;
}
.no3 .secbtn .pa23 {
  padding: 27px 20px;
}

@media screen and (max-width: 1245px) {
  .no3 .subtitle::after {
    left: -4.5%;
  }
}
/* # =================================================================
 * # no4
 * # ================================================================= */
.no4 {
  margin-top: 147px;
  margin-bottom: 100px;
  padding: 0 3%;
}
.no4 h2 {
  max-width: 700px;
  position: absolute;
  left: 50%;
  top: -13%;
  transform: translateX(-50%);
}
.no4 .white--box {
  padding-top: 147px;
  padding-bottom: 100px;
}
.no4 .gray--box {
  border-radius: 26px;
  max-width: 907px;
  padding: 70px 100px 45px;
  position: relative;
  border: 1px solid #007CCF;
}
.no4 .gray--box h4 {
  max-width: 390px;
  width: 100%;
  background-color: #fff;
  color: #007CCF;
  border: 1px solid #007CCF;
  border-radius: 12px;
  position: absolute;
  left: 50%;
  top: -36px;
  transform: translateX(-50%);
  line-height: 1.42;
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  padding: 14px 20px 16px;
}
.no4 .gray--box .--list .--item {
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  padding-left: 1em;
  text-indent: -1em;
}
.no4 .gray--box .--list .attention {
  margin-top: 18px;
}
.no4 .gray--box .--list .mt40 {
  margin-top: 40px;
}
.no4 .gray--box .w700 {
  max-width: 700px;
  width: 100%;
  margin: 0 auto;
}
.no4 .pa50 {
  padding-right: 50px;
  padding-left: 50px;
}
.no4 .step--list {
  max-width: 907px;
  width: 100%;
  margin: 0 auto 115px;
}
.no4 .step--list .step--item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 64px;
}
.no4 .step--list .step--item .step--ttl {
  background-color: #FBF596;
  color: #007CCF;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.42;
  padding: 16px 58px 16px 59px;
}
.no4 .step--list .step--item .bak__gray {
  max-width: 681px;
  width: 100%;
  background-color: #F9F9F9;
  font-size: 24px;
  font-weight: 700;
  padding: 19px 20px 18px;
  line-height: 1.45;
  position: relative;
  text-align: center;
  padding-right: 14%;
}
.no4 .step--list .step--item .bak__gray::after {
  content: "";
  background-image: url(../images/icon_01.svg);
  max-width: 86px;
  width: 100%;
  height: 86px;
  background-size: 100% auto;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.no4 .step--list .step--item .bak__gray::before {
  content: "";
  position: absolute;
  bottom: -48px;
  left: 42%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 14px solid #007CCF;
}
.no4 .step--list .step--item .bak__blue {
  max-width: 681px;
  width: 100%;
  background-color: #007CCF;
  font-size: 24px;
  font-weight: 700;
  padding: 19px 20px 18px;
  line-height: 1.45;
  margin: 0 0 0 auto;
  position: relative;
  color: #fff;
  text-align: center;
  padding-right: 14%;
}
.no4 .step--list .step--item .bak__blue::after {
  content: "";
  background-image: url(../images/icon_07.svg);
  max-width: 86px;
  width: 100%;
  height: 86px;
  background-size: 100% auto;
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.no4 .step--list .step--item:nth-of-type(2) .bak__gray::after {
  background-image: url(../images/icon_02.svg);
}
.no4 .step--list .step--item:nth-of-type(3) .bak__gray::after {
  background-image: url(../images/icon_03.svg);
}
.no4 .step--list .step--item:nth-of-type(4) .bak__gray::after {
  background-image: url(../images/icon_04.svg);
}
.no4 .step--list .step--item:nth-of-type(5) .bak__gray::after {
  background-image: url(../images/icon_05.svg);
}
.no4 .step--list .step--item:nth-of-type(6) .bak__gray::after {
  background-image: url(../images/icon_06.svg);
}
.no4 .fukidashi,
.no4 .fukidashi2 {
  position: relative;
}
.no4 .fukidashi::after,
.no4 .fukidashi2::after {
  content: "";
  background-image: url(../images/img_05.svg);
  max-width: 332px;
  width: 100%;
  height: 91px;
  background-size: 100% auto;
  position: absolute;
  left: 0;
  top: -35px;
  background-repeat: no-repeat;
}
.no4 .fukidashi2 {
  margin-bottom: 80px;
}
.no4 .fukidashi2 a {
  text-decoration: underline;
}
.no4 .fukidashi2 a:hover {
  text-decoration: none;
}
.no4 .fukidashi2::after {
  background-image: url(../images/img_08.svg);
}

.bak__white3 {
  background-color: #fff;
  width: 100%;
  padding: 25px 0 0 0;
}
.bak__white3 .Cb {
  color: #333;
}

@media screen and (max-width: 1024px) {
  .bak__white3 {
    padding: 10px 0 0 0;
  }
}
@media screen and (max-width: 600px) {
  .bak__white3 {
    padding: 0;
  }
  .bak__white3 .Cb {
    font-size: 14px;
  }
}
/* # =================================================================
 * # footer
 * # ================================================================= */
.l-footer {
  background-color: #fff;
  padding: 28px 100px 41px;
  text-align: center;
  margin-bottom: 130px;
}

/* # =================================================================
 * # タブレット
 * # ================================================================= */
@media screen and (max-width: 1024px) {
  /* # =================================================================
  * # メインビジュアル
  * # ================================================================= */
  .nav {
    padding: 20px 28px 35px;
  }
  .mainV {
    padding-top: 32.2%;
  }
  .mainV__img {
    width: 45%;
  }
  .text__img {
    bottom: -14%;
    width: 40%;
  }
  .mainV__img::after {
    top: -0.5vw;
  }
  .mainV__img::before {
    left: -25%;
    top: 0;
  }
  .people__img::before {
    width: 100px;
    height: 100px;
    left: 0;
    top: 58%;
  }
  .people__1 {
    left: 3%;
    top: 0%;
    max-width: 168px;
    width: 10%;
  }
  .people__2 {
    width: 12%;
    left: 50%;
    top: -29%;
  }
  .people__3 {
    width: 10%;
  }
  .people__4 {
    width: 12%;
    left: 17%;
  }
  .people__5 {
    width: 7%;
    left: 85.5%;
    top: -26%;
  }
  .people__5.people__img::before {
    top: 66%;
  }
  .people__6 {
    display: none;
  }
  .people__7 {
    width: 8%;
    left: 82%;
  }
  .people__8 {
    display: none;
  }
  .page--link {
    margin: 100px auto;
  }
  .page--link .--list {
    flex-wrap: wrap;
    justify-content: center;
    gap: 15px;
  }
  .page--link .--list .--item {
    margin-right: 0;
    max-width: 284px;
  }
  .page--link .--list .--item a {
    font-size: 16px;
  }
  /* # =================================================================
   * # phonezone
   * # ================================================================= */
  .tab__on {
    display: block;
  }
  .tab__none {
    display: none;
  }
  .bak__white,
  .bak__white2 {
    background-color: #fff;
    padding: 15px 0 5px;
  }
  .bak__white2 {
    padding: 5px 0 15px;
  }
  .phone__zone .--flex {
    justify-content: center;
  }
  .phone__zone .--flex .--item {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .phone__zone .--flex .--item .pa {
    padding: 0 50px;
  }
  .phone__zone .--flex .--item .w368 {
    margin: 36px auto 10px;
  }
  .phone__zone .--flex .--item .w445 {
    margin: 36px auto 10px;
  }
  .phone__zone .--flex .--item .fs15 {
    margin-bottom: 0;
  }
  .phone__zone .--flex .--item .phonetxt {
    padding-left: 65px;
  }
  .phone__zone .--flex .--item .phonetxt::after {
    left: 12px;
  }
  .phone__zone .--flex .--item .phonetxt::before {
    right: -27px;
    top: 0;
  }
  /* # =================================================================
   * # no1
   * # ================================================================= */
  .fs40 {
    font-size: 34px;
  }
  .fs32 {
    font-size: 26px;
  }
  .fs24 {
    font-size: 18px;
  }
  .fs20 {
    font-size: 16px;
  }
  .big--pink {
    font-size: 26px;
  }
  .no1 h2 {
    top: -3%;
  }
  .no1 h3 {
    padding-top: 90px;
  }
  .no1 .white--box .mb65 {
    margin-bottom: 35px;
  }
  .no1 .white--box .pb100 {
    padding-bottom: 80px;
  }
  /* # =================================================================
   * # no2
   * # ================================================================= */
  .no2 {
    margin-top: 150px;
  }
  .no2 .w860 .block {
    width: 49.8%;
  }
  .no2 h2 {
    top: -3%;
  }
  .no2 .tsumitate,
  .no2 .unnyou {
    padding-top: 110px;
    margin-bottom: 24px;
  }
  .no2 .bak__blue {
    margin: 0 auto 13px;
  }
  .no2 .attention {
    margin: 0 auto 40px;
  }
  .no2 .gray--box .w650 {
    margin: 0 auto 40px;
  }
  .no2 .gray--box .c-btn {
    height: 80px;
    padding: 24px 20px;
  }
  .no2 .gray--box .mb60 {
    margin-bottom: 40px;
  }
  .no2 .gray--box .pd110 {
    padding-bottom: 70px;
  }
  .no2 .uketori {
    margin-bottom: 28px;
  }
  .no2 .white--box .mb130 {
    margin-bottom: 150px;
  }
  .no2 .case__list {
    margin-bottom: 50px;
  }
  .no2 .case__list .--item .block {
    display: block;
    max-width: 330px;
    width: 47%;
  }
  .no2 .case__list .--item .fs20 {
    width: 30%;
  }
  .no2 .w650 .block {
    width: 48%;
  }
  .no2 .add__attention {
    padding-bottom: 20px;
  }
  .no2 .add__attention .--ttl {
    margin-bottom: 25px;
  }
  .no2 .add__attention .--list .--item {
    flex-direction: column;
  }
  .no2 .add__attention .--list .--item .--subttl {
    max-width: 100%;
    height: 70px;
    margin-bottom: 10px;
  }
  .no2 .add__attention .--list .--item .--subttl .height108 {
    height: 70px;
  }
  .no2 .add__attention .--list .--item p {
    max-width: 1000px;
  }
  .no2 .pd110 {
    padding-bottom: 65px;
  }
  /* # =================================================================
   * # no3
   * # ================================================================= */
  .no3 h2 {
    top: -9.4%;
  }
  .no3 .white--box {
    padding-top: 110px;
    /*スクロールバー全体の高さ*/
    /*スクロールバー全体の背景*/
    /*スクロールバーの動く部分*/
    /*スクロールバーの動く部分のホバー（マウスオーバー）*/
  }
  .no3 .white--box .scroll {
    overflow-x: auto;
    padding-bottom: 10px;
    -webkit-overflow-scrolling: touch;
  }
  .no3 .white--box .scroll div img {
    max-width: 100%;
    min-width: 1025px;
    vertical-align: top;
  }
  .no3 .white--box .scroll::-webkit-scrollbar {
    height: 4px;
  }
  .no3 .white--box .scroll::-webkit-scrollbar-track {
    background: #eee;
  }
  .no3 .white--box .scroll::-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  .no3 .white--box .scroll::-webkit-scrollbar-thumb:hover {
    background: #999;
  }
  .no3 .subtitle {
    max-width: 374px;
  }
  .no3 .subtitle::after {
    left: -21.5%;
    top: -40%;
    width: 50%;
  }
  .no3 .subtitle::before {
    left: -22px;
    bottom: 0;
    top: 15%;
    max-width: 32px;
    height: 32px;
  }
  .no3 .subtitle2 {
    max-width: 380px;
  }
  .no3 .subtitle2::after {
    left: -23.5%;
    top: -45%;
    width: 50%;
  }
  .no3 .subtitle2::before {
    left: -35px;
    bottom: 0;
    top: 15%;
    max-width: 32px;
    height: 32px;
  }
  .no3 .w1000 .bak__yellow::after {
    top: 22%;
  }
  /* # =================================================================
   * # no4
   * # ================================================================= */
  .no4 .white--box {
    padding-top: 100px;
  }
  .no4 h2 {
    width: 65%;
    top: -7.3%;
  }
  .no4 .gray--box .--list .--item {
    padding-left: 1rem;
    text-indent: -1rem;
  }
  .no4 .step--list {
    margin-bottom: 130px;
  }
  .no4 .step--list .step--item {
    flex-direction: column;
  }
  .no4 .step--list .step--item .step--ttl {
    text-align: center;
    max-width: 720px;
    margin: 0 auto 10px;
    width: 100%;
    position: relative;
  }
  .no4 .step--list .step--item .step--ttl::after {
    content: "";
    background-image: url(../images/icon_01.svg);
    max-width: 86px;
    width: 100%;
    height: 86px;
    background-size: 100% auto;
    position: absolute;
    left: 20%;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
  }
  .no4 .step--list .step--item .bak__gray {
    padding: 19px 58px 18px 59px;
    max-width: 720px;
    margin: 0 auto;
  }
  .no4 .step--list .step--item .bak__gray::before {
    left: 50%;
  }
  .no4 .step--list .step--item .bak__gray::after {
    display: none;
  }
  .no4 .step--list .step--item .bak__blue {
    max-width: 720px;
    padding: 19px 58px 18px 59px;
    margin: 0 auto;
  }
  .no4 .step--list .step--item .bak__blue::after {
    left: 20%;
  }
  .no4 .step--item:nth-of-type(2) .step--ttl::after {
    background-image: url(../images/icon_02.svg);
  }
  .no4 .step--item:nth-of-type(3) .step--ttl::after {
    background-image: url(../images/icon_03.svg);
  }
  .no4 .step--item:nth-of-type(4) .step--ttl::after {
    background-image: url(../images/icon_04.svg);
  }
  .no4 .step--item:nth-of-type(5) .step--ttl::after {
    background-image: url(../images/icon_05.svg);
  }
  .no4 .step--item:nth-of-type(6) .step--ttl::after {
    background-image: url(../images/icon_06.svg);
  }
  .no2 .case__list .--item .tab__none {
    display: none;
  }
}
@media screen and (max-width: 800px) {
  .people__img::before {
    top: 50%;
  }
  .people__5.people__img::before {
    top: 56%;
    left: -30%;
  }
}
/* # =================================================================
 * # スマホ
 * # ================================================================= */
@media screen and (max-width: 599px) {
  .mainV__img::after {
    display: none;
  }
  .pagetop {
    bottom: 90px;
  }
  .no2 .case__list .--item .tab__none {
    display: block;
  }
  .sp__on {
    display: block;
  }
  h1 {
    max-width: 133px;
  }
  .nav {
    padding: 10px 30px 87px 10px;
  }
  .mainV {
    padding-top: 63.7%;
  }
  .mainV__img {
    width: 78.7%;
    top: 15%;
  }
  .mainV__img::before {
    left: 55vw;
    top: -33vw;
    width: 19%;
    height: 160px;
  }
  .people__1 {
    width: 15.7%;
    left: 2%;
    top: -18%;
  }
  .people__1.people__img::before {
    top: 58%;
    left: -1%;
  }
  .people__2 {
    width: 21.9%;
    left: 41%;
    top: -37%;
  }
  .people__3 {
    width: 15.2%;
    left: 23%;
    top: -32%;
  }
  .people__3.people__img::before {
    top: 62%;
    left: -23%;
  }
  .people__4 {
    width: 20.8%;
    left: 77%;
    top: -25%;
  }
  .people__4.people__img::before {
    top: 62%;
  }
  .people__5 {
    width: 11.2%;
    left: 2%;
    top: 30%;
  }
  .people__5.people__img::before {
    top: 55%;
    left: -16%;
  }
  .people__7 {
    width: 12.8%;
    left: 84%;
    top: 31%;
  }
  .people__7.people__img {
    width: 60px;
    height: 60px;
  }
  .people__7.people__img::before {
    left: -16%;
    top: 135%;
    width: 70px;
    height: 70px;
  }
  .text__img {
    width: 86.7%;
    bottom: -24%;
  }
  .page--link {
    margin: 90px auto 66px;
  }
  .page--link .--list .--item {
    max-width: 157px;
    text-align: center;
    height: 70px;
  }
  .page--link .--list .--item::after {
    bottom: 0;
  }
  .page--link .--list .--item a {
    font-size: 14px;
  }
  /* # =================================================================
   * # no1
   * # ================================================================= */
  p {
    line-height: 1.75;
  }
  .white--box {
    border-radius: 10px;
  }
  .fs40 {
    font-size: 20px;
    line-height: 1.45;
  }
  .sp__no {
    display: none;
  }
  .no1 {
    margin-bottom: 40px;
  }
  .no1 .sp__on {
    display: block;
  }
  .no1 h2 {
    width: 100%;
    top: -5%;
    max-width: 280px;
  }
  .no1 h3 {
    padding-top: 65px;
    margin-bottom: 26px;
  }
  .no1 .sp__no {
    display: none;
  }
  .no1 .mb80 {
    margin-bottom: 28px;
  }
  .no1 .white--box {
    padding-bottom: 18px;
  }
  .no1 .white--box .pb100 {
    padding-bottom: 15px;
  }
  .no1 .plus {
    width: 25px;
    height: 25px;
    border: 1px solid #333;
    padding: 0 3.5px;
    margin-left: 15px;
  }
  .no1 .sp__no {
    display: none;
  }
  .phone__zone .sp__fl {
    flex-direction: column;
  }
  .phone__zone .--flex {
    margin: 0 auto 0 0;
    align-items: flex-end;
  }
  .phone__zone .--flex .--item {
    margin-bottom: 15px;
  }
  .phone__zone .--flex .--item .fs15 {
    font-size: 12px;
    max-width: 350px;
    margin: 0 auto;
    text-align: left;
    line-height: 1.5;
  }
  .phone__zone .--flex .--item .pl {
    padding-left: 3rem;
  }
  .phone__zone .--flex .--item .phonetxt {
    font-size: 42px;
    padding-left: 50px;
    font-weight: 400;
  }
  .phone__zone .--flex .--item .phonetxt::after {
    left: 0;
    top: 49%;
  }
  .phone__zone .--flex .--item .phonetxt::before {
    right: -12px;
    top: 1px;
  }
  .phone__zone .--flex .--item .orange--box {
    width: 87px;
    height: 29px;
    border-radius: 12px;
    margin-right: 5px;
    font-size: 14px;
  }
  .phone__zone .--flex .--item .c-btn {
    max-width: 350px;
    height: 55px;
    margin: 0 auto;
    padding: 13px 13.5px;
    border-radius: 12px;
  }
  .phone__zone .--flex .--item .c-btn a {
    font-size: 16px;
  }
  .phone__zone .--flex .--item .w368 {
    max-width: 228px;
    margin: 25px auto 10px;
  }
  .phone__zone .--flex .--item .w445 {
    max-width: 328px;
    margin: 20px auto 8.5px;
  }
  .bak__white .mb20 {
    margin-bottom: 0;
  }
  .bak__white2 .phone__zone .--flex .--item .c-btn {
    padding: 20px 13.5px;
    height: 110px;
  }
  .phone__zone {
    padding: 0 26px;
  }
  .no1 .black__border {
    width: 100%;
    padding: 9px 25px;
    font-size: 16px;
  }
  .no1 .sf14 {
    font-size: 14px;
  }
  /* # =================================================================
   * # no2
   * # ================================================================= */
  .no2 {
    margin-top: 66px;
    margin-bottom: 40px;
    /* 続きを読むを押すと表示されるテキストの高さ */
  }
  .no2 .spNone.w860 {
    display: none;
  }
  .no2 .spBlock.w860 {
    display: block;
  }
  .no2 .spBlock.w860 .balloon2-top {
    margin: 0 0 10px 0;
    padding: 5px 5px;
  }
  .no2 .spBlock.w860 .balloon2-top::before, .no2 .spBlock.w860 .balloon2-top::after {
    left: 67%;
  }
  .no2 .spBlock.w860 .balloon2-top ul {
    padding-left: 1.2em;
  }
  .no2 .spBlock.w860 .balloon2-top ul li {
    line-height: 1.75;
  }
  .no2 .spb18 {
    padding-bottom: 18px;
  }
  .no2 h2 {
    top: -2%;
  }
  .no2 .secbtn {
    border-radius: 10px;
  }
  .no2 .secbtn::before {
    border-radius: 8px;
  }
  .no2 .secbtn a {
    height: 46px;
    padding: 14px 20px;
  }
  .no2 .white--box .mb130 {
    margin-bottom: 110px;
  }
  .no2 .secbtn {
    padding: 11.5px 20px;
    height: 46px;
    margin: 0 auto;
  }
  .no2 .secbtn a {
    font-size: 16px;
  }
  .no2 .add__attention .--ttl {
    padding: 9px 15px 10px;
    margin-bottom: 20px;
    font-size: 16px;
  }
  .no2 .add__attention .--list .--item {
    border-bottom: none;
    margin-bottom: 15px;
    padding-bottom: 0;
  }
  .no2 .add__attention .--list .--item .--subttl {
    height: 60px;
    font-size: 16px;
    margin-bottom: 15px;
  }
  .no2 .add__attention .--list .--item .sp__no {
    display: none;
  }
  .no2 .add__attention .--list .--item:nth-of-type(3) {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .no2 .cp_box label {
    font-weight: 700;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: auto;
    cursor: pointer;
    transition: all 0.3s;
    border: 1px solid #007CCF;
    text-align: center;
    height: 60px;
    font-size: 16px;
    color: #007CCF;
    line-height: 1.5;
    padding-right: 15px;
  }
  .no2 .cp_box label:hover {
    transition: all 0.3s;
  }
  .no2 .cp_box input {
    display: none;
  }
  .no2 .cp_box .cp_container {
    line-height: 1.75;
    font-size: 16px;
    padding: 5px 3px 0;
    position: relative;
    z-index: 10;
    overflow: hidden;
    height: 0;
    margin-top: -1px;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  }
  .no2 .cp_box input:checked ~ div {
    transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  }
  .no2 .cp_box input:checked ~ div.cp_container {
    height: 336px;
  }
  .no2 .cp_box input:checked ~ div.cp_container.h1 {
    height: 235px;
  }
  .no2 .cp_box input:checked ~ div.cp_container.h2 {
    height: 140px;
  }
  .no2 .cp_box label::after {
    display: inline-block;
    content: "＋";
    width: 25px;
    height: 25px;
    color: #007CCF;
    border: 1px solid #007CCF;
    text-align: center;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 1px;
  }
  .no2 .cp_box input:checked ~ label::after {
    content: "－";
    color: #007CCF;
  }
  .no2 .case__list {
    margin-bottom: 43px;
  }
  .no2 .case__list .--item {
    max-width: 330px;
    flex-direction: column;
    padding: 30px 0;
  }
  .no2 .case__list .--item .block {
    width: 100%;
    margin: 0 auto 0 0;
    max-width: 320px;
  }
  .no2 .case__list .--item .sp__no {
    display: none;
  }
  .no2 .case__list .--item .mtminus {
    margin-top: -15%;
  }
  .no2 .case__list .--item .fs20 {
    width: 100%;
    margin: 13px auto;
    font-size: 18px;
  }
  .no2 .case__list .--item .case1 {
    width: 63%;
    margin: 13px 0 0 auto;
    font-size: 18px;
  }
  .no2 .case__list .--item .case {
    clip-path: none;
    max-width: 330px;
    width: 100%;
    height: 40px;
    padding: 8px 10px;
  }
  .no2 .case__list .--item .case .num {
    padding-left: 5px;
  }
  .no2 .case__list .--item:first-of-type {
    border-top: none;
  }
  .no2 .case__list .fukidashi::after {
    max-width: 245px;
    left: 0;
  }
  .no2 .w743 .spmb40 {
    margin-bottom: 40px;
  }
  .no2 .w743 .mb52 {
    margin-bottom: 40px;
  }
  .no2 .w743 .blue {
    margin-bottom: 10px;
  }
  .no2 .w743 .blue--box {
    padding: 20px 16.5px 24px 15.5px;
    border-radius: 25px;
    margin-bottom: 40px;
  }
  .no2 .w743 .blue--box .sptxt {
    font-size: 18px;
  }
  .no2 .mb100 {
    margin-bottom: 20px;
  }
  .no2 .spmb40 {
    margin-bottom: 40px;
  }
  .no2 h2 {
    width: 100%;
    max-width: 300px;
  }
  .no2 .tsumitate,
  .no2 .unnyou,
  .no2 .uketori {
    padding-top: 66px;
    max-width: 216px;
    margin: 0 auto 11px;
    width: 100%;
  }
  .no2 .mb70 {
    margin-bottom: 41px;
  }
  .no2 .bak__blue {
    font-size: 16px;
    margin-bottom: 19px;
    padding: 16px 10px 17px;
  }
  .no2 .--flex {
    flex-direction: column;
  }
  .no2 .--flex .block {
    margin: 0 auto 10px;
    width: 100%;
  }
  .no2 .--flex .mb18 {
    margin-bottom: 18px;
  }
  .no2 .--flex .mb0 {
    margin-bottom: 0;
  }
  .no2 .spw250 {
    max-width: 250px;
    margin: 0 auto;
  }
  .no2 .attention {
    text-align: left;
  }
  .no2 .gray--box {
    padding-bottom: 20px;
  }
  .no2 .gray--box .w746 {
    display: none;
  }
  .no2 .gray--box .box {
    border: 1px solid #707070;
    border-radius: 6px;
    background-color: #fff;
    padding: 11px;
    text-align: center;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 15px;
    line-height: 1.625;
  }
  .no2 .gray--box .txt {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
  }
  .no2 .gray--box .mt20 {
    margin-top: 20px;
  }
  .no2 .gray--box .fs24 {
    font-size: 14px;
  }
  .no2 .gray--box .big--pink {
    font-size: 18px;
  }
  .no2 .gray--box .fs20 {
    max-width: 255px;
    margin: 0 auto 12px;
  }
  .no2 .gray--box .w650 {
    margin: 0 auto;
  }
  .no2 .gray--box .spmb30 {
    margin-bottom: 30px;
  }
  .no2 .gray--box .c-btn {
    height: 46px;
    width: 280px;
    border-radius: 10px;
    padding: 12px 20px;
  }
  .no2 .gray--box .c-btn a {
    font-size: 16px;
    line-height: 1.5;
  }
  .no2 .gray--box .arrow::after {
    top: 51%;
    left: 5px;
    border: 6px solid transparent;
    border-left: 7px solid #EC6C26;
  }
  .no2 .pb24 {
    padding-bottom: 24px;
  }
  .no2 .spmb40 {
    margin-bottom: 40px;
  }
  .no2 .unnyou {
    padding-top: 40px;
  }
  .no2 .mt30 {
    margin-top: 30px;
  }
  .no2 .mb40 {
    margin-bottom: 40px;
  }
  .no2 .right {
    font-size: 18px;
    margin-bottom: 39px;
  }
  .no2 .uketori {
    padding-top: 47px;
  }
  .no2 .mbs20 {
    margin-bottom: 20px;
  }
  .fs32 {
    font-size: 18px;
  }
  .white--box {
    padding: 0 16px;
  }
  .gray--box {
    border-radius: 20px;
    padding: 0 15px;
  }
  .gray--box h4 {
    max-width: 232px;
    margin: 0 auto 16px;
  }
  /* # =================================================================
   * # no3
   * # ================================================================= */
  .no3 {
    margin-top: 66px;
    margin-bottom: 66px;
  }
  .no3 .arrow2::after,
  .no3 .arrow::after {
    top: 51%;
    left: 29px;
    border: 6px solid transparent;
    border-left: 7px solid #EC6C26;
  }
  .no3 .secbtn {
    height: 70px;
    padding: 15.5px 20px;
    border-radius: 10px;
    max-width: 320px;
  }
  .no3 .secbtn::before {
    border-radius: 8px;
  }
  .no3 .secbtn a {
    font-size: 16px;
  }
  .no3 .secbtn a img {
    max-width: 156px;
  }
  .no3 .pa23 {
    padding: 18px 20px;
  }
  .no3 h2 {
    width: 100%;
    max-width: 280px;
    top: -8.8%;
  }
  .no3 .subtitle,
  .no3 .subtitle2 {
    max-width: 250px;
    margin-bottom: 30px;
  }
  .no3 .subtitle::before,
  .no3 .subtitle2::before {
    max-width: 22px;
    height: 22px;
    left: -1px;
    top: 11%;
  }
  .no3 .subtitle::after,
  .no3 .subtitle2::after {
    left: -17.5%;
    top: -52%;
    width: 50%;
  }
  .no3 .white--box {
    padding-top: 90px;
  }
  .no3 .white--box .fs20 {
    line-height: 1.5;
  }
  .no3 .white--box .scroll {
    margin-bottom: 10px;
  }
  .no3 .white--box .scroll div img {
    min-width: 600px;
  }
  .no3 .white--box .mb30 {
    margin-bottom: 10px;
  }
  .no3 .white--box .bob {
    width: 100%;
    border-top: 1px solid #DEDEDE;
    margin: 0 auto;
  }
  .no3 .white--box .mb0 {
    margin-bottom: 0;
  }
  .no3 .w850 {
    font-size: 16px;
  }
  .no3 .w1000 .bak__yellow {
    margin-top: 29px;
    padding: 40px 15px 20px;
  }
  .no3 .w1000 .bak__yellow::after {
    top: 6%;
    left: 15px;
  }
  .no3 .mb115 {
    margin-bottom: 76px;
  }
  .no3 .subtitle2 {
    margin-bottom: 41px;
  }
  .no3 .subtitle2::before {
    left: -9px;
  }
  .no3 .mt40 {
    margin-top: 40px;
  }
  .no3 .c-btn {
    height: 70px;
    width: 280px;
    border-radius: 10px;
    padding: 16px 20px;
    margin-bottom: 40px;
  }
  .no3 .c-btn a {
    font-size: 16px;
  }
  .no3 .secbtn a {
    height: 70px;
    padding: 17px 20px;
  }
  .no3 .secbtn .pa23 {
    padding: 22px 20px;
  }
  /* # =================================================================
   * # no4
   * # ================================================================= */
  .no4 {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .no4 h2 {
    width: 100%;
    max-width: 311px;
    top: -5.5%;
  }
  .no4 .white--box {
    padding-top: 63px;
    padding-bottom: 17px;
  }
  .no4 .white--box .mb115 {
    margin-bottom: 57px;
  }
  .no4 .mb80 {
    margin-bottom: 40px;
  }
  .no4 .gray--box {
    border-radius: 20px;
    padding: 52px 15px 24px;
  }
  .no4 .gray--box h4 {
    max-width: 222px;
    font-size: 18px;
    padding: 9px 20px 10px;
    top: -23px;
  }
  .no4 .gray--box .--list .--item {
    font-size: 16px;
  }
  .no4 .gray--box .--list .spmt30 {
    margin-top: 30px;
  }
  .no4 .gray--box .attention {
    margin-top: 22px;
  }
  .no4 .step--list {
    margin-bottom: 59px;
  }
  .no4 .step--list .step--item {
    margin-bottom: 40px;
  }
  .no4 .step--list .step--item .step--ttl {
    font-size: 16px;
    padding: 10px 58px 10px 59px;
  }
  .no4 .step--list .step--item .step--ttl::after {
    max-width: 51px;
    height: 52px;
  }
  .no4 .step--list .step--item .bak__gray {
    font-size: 16px;
    padding: 20px 15px;
  }
  .no4 .step--list .step--item .bak__gray::before {
    bottom: -33px;
    border: 9px solid transparent;
    border-top: 9px solid #007CCF;
  }
  .no4 .step--list .step--item .bak__blue {
    font-size: 14px;
    padding: 20px 58px 20px 80px;
  }
  .no4 .step--list .step--item .bak__blue::after {
    max-width: 51px;
    height: 52px;
  }
  .no4 .fukidashi::after {
    max-width: 263px;
    height: 75px;
    left: 50%;
    transform: translateX(-50%);
    top: -27px;
  }
  .no4 .fukidashi2 {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .no4 .fukidashi2::after {
    max-width: 263px;
    height: 75px;
    left: 50%;
    transform: translateX(-50%);
    top: -27px;
  }
  .no4 .fukidashi2 .--list .--item {
    padding-left: 0;
    text-indent: 0;
  }
  .no4 .sppb29 {
    padding-bottom: 29px;
  }
  .people__img::before {
    width: 80px;
    height: 80px;
    left: 0;
    top: 60px;
  }
}
.fiex {
  background-color: #fff;
  height: 130px;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  z-index: 100;
  padding: 25px 1% 25px;
  border-top: 1px solid #EC6C26;
}
.fiex .--flex {
  align-items: center;
}
.fiex .--flex .--item .c-btn.pa {
  border: 1px solid #EC6C26;
  padding: 3px 25px 3px 15px;
}

@media screen and (max-width: 669px) {
  .fiex .--flex .--item .c-btn.slide {
    padding: 10px 10px;
  }
}
@media screen and (max-width: 370px) {
  .fiex .--flex .--item .phonetxt {
    font-size: 18px;
  }
  .fiex .--flex .--item .phonetxt::after {
    width: 20px;
    height: 20px;
  }
  .fiex .--flex .--item .c-btn a {
    font-size: 13px;
  }
}
@media screen and (max-width: 1050px) {
  .fiex .--flex .mr15 {
    margin-right: 15px;
  }
  .fiex .--flex .--item .phonetxt {
    font-size: 32px;
    top: 0;
  }
  .fiex .--flex .--item .phonetxt::before {
    top: 0;
  }
}
@media screen and (max-width: 1024px) {
  .fiex .--flex .--item {
    max-width: 380px;
  }
  .fiex .--flex .--item .phonetxt {
    font-size: 30px;
  }
  .fiex .--flex .--item .phonetxt::after {
    width: 36px;
    height: 36px;
  }
  .fiex .--flex .--item .phonetxt::before {
    content: "iDeCo専用";
    font-size: 16px;
    font-weight: 500;
    left: 50%;
    transform: translateX(-50%);
    top: -10px;
  }
  .fiex .--flex .--item .c-btn {
    padding: 24.5px 10px;
    max-width: 430px;
  }
  .fiex .--flex .--item .c-btn .juslef {
    justify-content: center;
  }
  .fiex .--flex .--item .c-btn a {
    font-size: 18px;
  }
  .fiex .--flex .--item .c-btn .tab__none {
    display: none;
  }
  .fiex .--flex .--item .c-btn.pa {
    padding: 7px 30px 0 15px;
  }
}
@media screen and (max-width: 599px) {
  .l-space {
    padding-left: 1rem;
    text-indent: -1rem;
  }
  .l-footer {
    padding: 20px 100px 17px;
    margin-bottom: 80px;
  }
  .fiex__white {
    transition: opacity 0.5s ease, transform 0.5s ease;
  }
  .fiex {
    height: 80px;
    padding: 8px 1px;
  }
  .fiex .--flex .mr15 {
    margin-right: 0;
  }
  .fiex .--flex .--item .phonetxt {
    font-size: 23px;
    font-weight: 400;
    padding-left: 28px;
  }
  .fiex .--flex .--item .phonetxt::after {
    width: 23px;
    height: 23px;
  }
  .fiex .--flex .--item .phonetxt::before {
    font-size: 12px;
    top: -13px;
  }
  .fiex .--flex .--item .c-btn {
    padding: 9.5px 14px;
    border-radius: 7px;
    height: 64px;
    max-width: 185px;
  }
  .fiex .--flex .--item .c-btn.pa {
    padding: 0 10px 10px 10px;
  }
  .fiex .--flex .--item .c-btn a {
    font-size: 14px;
  }
  .spfs19 {
    font-size: 19px;
  }
}
