@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@400;700&family=Montserrat:wght@400&&family=Noto+Sans+JP:wght@400;700&display=swap");
.js-fadein {
  opacity: 0;
}
.js-fadein.is-show {
  opacity: 1;
  -webkit-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll;
  /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%;
  /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

small {
  font-size: 80%;
  /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted;
  /* Add a bordered underline effect in all browsers */
  text-decoration: none;
  /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects;
  /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder;
  /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic;
  /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 70%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.05em;
}

sup {
  top: -0.4em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto;
  /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Safari 8 */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* Style select like a standard input */
select {
  -moz-appearance: none;
  /* Firefox 36+ */
  -webkit-appearance: none;
  /* Chrome 41+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px;
  /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden;
  /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block;
  /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }

  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #074999;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

::selection {
  background-color: #074999;
  /* Required when declaring ::selection */
  color: #fff;
  text-shadow: none;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
    image-rendering: -webkit-optimize-contrast;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 62.5%;
  color: #282828;
  line-height: 1.625;
  font-weight: 500;
}

body {
  position: relative;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  min-width: 1000px;
  overflow-x: hidden;
}
@media only screen and (max-width: 768px) {
  body {
    min-width: 320px;
    font-size: 3.7333333333vw;
  }
}

a, a:visited {
  color: inherit;
  text-decoration: none;
}

table {
  width: 100%;
  border-collapse: collapse;
}

ul, li {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  -ms-interpolation-mode: bicubic;
  pointer-events: none;
}

i, em {
  font-style: normal;
}

h1, h2, h3, h4, h5 {
  font-size: inherit;
}

* {
  outline: none;
}

.animate__animated {
  opacity: 0;
}

iframe + img {
  display: block;
  position: absolute;
  left: -9999px;
  top: -9999px;
}

.l-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}
.l-header__logo {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 1220px) {
  .l-header__logo {
    left: 20px;
  }
}
@media only screen and (max-width: 768px) {
  .l-header__logo {
    top: 0;
    left: 3.4666666667vw;
    -webkit-transition-duration: 0s;
            transition-duration: 0s;
  }
}
.l-header__logo .-logo01, .l-header__logo .-logo02 {
  opacity: 0;
  position: absolute;
}
.l-header__logo .-logo01.-duration, .l-header__logo .-logo02.-duration {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
}
.l-header__logo .-logo01.is-active, .l-header__logo .-logo02.is-active {
  -webkit-transition-duration: 0.7s;
          transition-duration: 0.7s;
  opacity: 1;
}
.l-header__logo .-logo01 {
  top: 10px;
  left: 30px;
  width: 284px;
  height: 45px;
}
.l-header__logo .-logo01.is-active {
  top: 15px;
}
@media only screen and (max-width: 768px) {
  .l-header__logo .-logo01 {
    top: -15px;
    left: 0;
    width: 190px;
    height: 45px;
  }
  .l-header__logo .-logo01.is-active {
    top: 0px;
  }
}
.l-header__logo .-logo02 {
  top: -30px;
  left: 30px;
  width: 130px;
  height: 130px;
}
.l-header__logo .-logo02.is-active {
  top: 0px;
}
@media only screen and (max-width: 768px) {
  .l-header__logo .-logo02 {
    top: -25px;
    left: 0;
    width: 70px;
    height: 70px;
  }
  .l-header__logo .-logo02.is-active {
    top: 0px;
  }
}
.l-header__logo a {
  display: block;
}
.l-header__logo a.u-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .l-header__logo a.u-sp {
    display: block;
  }
  .l-header__logo a.u-pc {
    display: none;
  }
}
.l-header__trigger {
  position: absolute;
  top: 5px;
  right: 20px;
  width: 70px;
  height: 70px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.18);
          box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.18);
  border-radius: 50%;
  cursor: pointer;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 10;
}
@media only screen and (max-width: 738px) {
  .l-header__trigger {
    width: 14.1333333333vw;
    height: 14.1333333333vw;
    top: 0.8vw;
    right: 2.6666666667vw;
    background: #fff;
  }
}
.l-header__trigger span {
  position: absolute;
  left: 23px;
  width: 24px;
  height: 2px;
  background-color: #ff8a2a;
  border-radius: 2px;
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.l-header__trigger span:nth-of-type(1) {
  top: 24px;
}
.l-header__trigger span:nth-of-type(2) {
  top: 34px;
}
.l-header__trigger span:nth-of-type(3) {
  bottom: 24px;
}
@media only screen and (max-width: 738px) {
  .l-header__trigger span {
    left: 4vw;
    width: 6.1333333333vw;
    border-radius: 0.2666666667vw;
  }
  .l-header__trigger span:nth-of-type(1) {
    top: 4.8vw;
  }
  .l-header__trigger span:nth-of-type(2) {
    top: 6.8vw;
  }
  .l-header__trigger span:nth-of-type(3) {
    bottom: 4.8vw;
  }
}
.l-header__trigger.is-active {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.l-header__trigger.is-active span {
  background: #000;
}
.l-header__trigger.is-active span:nth-of-type(1) {
  -webkit-transform: translateY(10px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
@media only screen and (max-width: 738px) {
  .l-header__trigger.is-active span:nth-of-type(1) {
    -webkit-transform: translateY(2.3vw) rotate(-45deg);
    transform: translateY(2.3vw) rotate(-45deg);
  }
}
.l-header__trigger.is-active span:nth-of-type(2) {
  opacity: 0;
}
.l-header__trigger.is-active span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}
@media only screen and (max-width: 738px) {
  .l-header__trigger.is-active span:nth-of-type(3) {
    -webkit-transform: translateY(-2vw) rotate(45deg);
    transform: translateY(-2vw) rotate(45deg);
  }
}
.l-header nav {
  display: none;
}
.l-header nav.is-active {
  display: block;
}
.l-header__nav {
  width: 445px;
  height: 100%;
  padding: 130px 70px 0 70px;
  -webkit-box-shadow: 0.576px 10.985px 24px 0px rgba(0, 0, 0, 0.13);
          box-shadow: 0.576px 10.985px 24px 0px rgba(0, 0, 0, 0.13);
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 2;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  -webkit-transform: translate(445px, 0);
          transform: translate(445px, 0);
}
@media only screen and (max-width: 768px) {
  .l-header__nav {
    width: 100%;
    height: auto;
    padding: 12vw 13.3333333333vw 10vw 13.3333333333vw;
    -webkit-box-shadow: 0.576px 10.985px 24px 0px rgba(0, 0, 0, 0.13);
            box-shadow: 0.576px 10.985px 24px 0px rgba(0, 0, 0, 0.13);
  }
}
.l-header__nav__logo {
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  .l-header__nav__logo {
    text-align: center;
    margin-bottom: 4.5333333333vw;
  }
  .l-header__nav__logo img {
    width: 51.3333333333vw;
  }
}
.l-header__nav__list {
  margin-bottom: 55px;
}
@media only screen and (max-width: 768px) {
  .l-header__nav__list {
    margin-bottom: 7.2vw;
    border-bottom: 1px solid #c9c9c9;
  }
}
.l-header__nav__list__item + li {
  margin-top: 24px;
}
@media only screen and (max-width: 768px) {
  .l-header__nav__list__item + li {
    margin-top: 0;
  }
}
.l-header__nav__list__item a {
  font-size: 2.4rem;
  display: block;
  padding: 0 0 0 36px;
  position: relative;
  font-weight: 600;
}
@media only screen and (max-width: 768px) {
  .l-header__nav__list__item a {
    padding: 0;
    font-size: 4.1333333333vw;
    height: 12.2666666667vw;
    line-height: 12.2666666667vw;
    border-top: 1px solid #c9c9c9;
    text-align: center;
  }
  .l-header__nav__list__item a:before {
    display: none;
  }
}
.l-header__nav__list__item a:before {
  content: "";
  display: block;
  width: 16px;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  background: #000;
}
@media screen and (min-width: 769px) {
  .l-header__nav__list__item a:hover {
    color: #ff8a2a;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
.l-header__nav__contact .c-btn--flat {
  background: #003b87;
}
.l-header__bg {
  width: 100%;
  height: 100%;
  position: fixed;
  display: none;
}
.l-header__bg.is-active {
  display: block;
}

.l-footer {
  padding: 40px 0 50px;
  background: #033B88;
  color: #fff;
}
@media only screen and (max-width: 768px) {
  .l-footer {
    padding: 20px 0 30px;
  }
}
.l-footer__logo {
    text-align: center;
}
.l-footer__logo img {
    width: 120px;
    height: 120px;
    display: block;
    margin: 0 auto;
}
.l-footer__copyright {
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 738px) {
    .l-footer__logo img {
        width: 80px;
        height: 80px;
        display: block;
        margin: 0 auto;
    }
    
  .l-footer__copyright {
    font-size: 1.2rem;
  }
}
.l-footer .pagetop {
  position: fixed;
  bottom: -100px;
  right: 20px;
  font-size: 0;
  background: #074999;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 99;
}
@media only screen and (max-width: 768px) {
  .l-footer .pagetop {
    width: 52px;
    height: 52px;
  }
}
.l-footer .pagetop.is-show {
  bottom: 70px;
}
@media only screen and (max-width: 768px) {
  .l-footer .pagetop.is-show {
    bottom: 80px;
  }
}
.l-footer .pagetop:hover {
  opacity: 0.75;
}
.l-footer .pagetop::before {
  content: "";
  position: absolute;
  top: 29px;
  left: 26px;
  width: 20px;
  height: 20px;
  border-left: 2px solid #fff;
  border-top: 2px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media only screen and (max-width: 768px) {
  .l-footer .pagetop::before {
    top: 23px;
    left: 20px;
    width: 14px;
    height: 14px;
  }
}

.c-btn--flat {
  display: block;
  padding: 15px;
  background: #074999;
  text-align: center;
  font-weight: 600;
  font-size: 1.8rem;
}
@media screen and (min-width: 769px) {
  .c-btn--flat:hover {
    background: #ff8a2a;
    -webkit-transition-duration: 0.3s;
            transition-duration: 0.3s;
  }
}
@media only screen and (max-width: 768px) {
  .c-btn--flat {
    padding: 4vw;
    font-size: 4.1333333333vw;
  }
}
.c-btn--flat > span {
  color: #fff;
  display: inline-block;
  position: relative;
}
.c-btn--flat.-contact > span {
  padding: 0 0 0 40px;
}
.c-btn--flat.-contact > span:before {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 16px;
  top: calc(50% - 8px);
  left: 0px;
  background: url(../img/icon_contact.png) center bottom/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .c-btn--flat.-contact > span {
    padding: 0 0 0 8vw;
  }
  .c-btn--flat.-contact > span:before {
    width: 5.3333333333vw;
    height: 3.7333333333vw;
    top: calc(50% - vw(14));
  }
}

.btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  margin-top: 26px;
}

.c-btn {
  width: 100%;
  max-width: 326px;
  border-radius: 39px;
  position: relative;
  -webkit-transition: 0.15s ease;
  transition: 0.15s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 7px;
}
@media only screen and (max-width: 768px) {
  .c-btn {
    max-width: 157px;
    margin: 0 5px;
  }
}
.c-btn[data-color=orange] {
  background: #f6ac1d;
  -webkit-box-shadow: 0 5px 0 #b5780e;
          box-shadow: 0 5px 0 #b5780e;
}
.c-btn[data-color=red] {
  background: #ff8282;
  -webkit-box-shadow: 0 5px 0 #e76767;
          box-shadow: 0 5px 0 #e76767;
}
.c-btn:hover {
  -webkit-transform: translateY(5px);
          transform: translateY(5px);
  -webkit-box-shadow: 0 0 0;
          box-shadow: 0 0 0;
}
.c-btn > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 2.4rem;
  padding: 14px 0;
  -webkit-transform: rotate(0.05deg);
          transform: rotate(0.05deg);
}
@media only screen and (max-width: 768px) {
  .c-btn > a {
    font-size: 1.4rem;
  }
}
.c-btn > a span {
  position: relative;
}
.c-btn > a span::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  content: "";
}
.c-btn > a span.letter {
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .c-btn > a span.letter {
    padding-left: 20px;
  }
}
.c-btn > a span.letter::before {
  width: 32px;
  height: 24px;
  background: url("../img/icon-letter.png") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .c-btn > a span.letter::before {
    width: 16px;
    height: 12px;
  }
}
.c-btn > a span.pin {
  padding-left: 40px;
}
@media only screen and (max-width: 768px) {
  .c-btn > a span.pin {
    padding-left: 20px;
  }
}
.c-btn > a span.pin::before {
  width: 21px;
  height: 30px;
  background: url("../img/icon-pin.svg") center/contain no-repeat;
}
@media only screen and (max-width: 768px) {
  .c-btn > a span.pin::before {
    width: 13px;
    height: 22px;
  }
}


@media only screen and (max-width: 739px) {
    .view-pc {
        display: none !important;
    }
}
@media only screen and (min-width: 738px) {
    .view-sp {
        display: none !important;
    }
}

/* sec-mv */
.sec-mv {
    background: url("../img/bg_mv.png") 0 0;
    padding: 100px 5% 0;
    position: relative;
}
.sec-mv::before {
    content: '';
    display: block;
    width: 100%;
    height: 80px;
    background:#fff;;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
@media only screen and (max-width: 900px) {
    .sec-mv::before {
        height: 60px;
    }
}


.sec-mv::after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background: url("../img/bg_wave.png") repeat-x;
    background-size: auto 20px;
    position: absolute;
    bottom: -2px;
    left: 0;
    z-index: 2;
}
.sec-mv .c-inner {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
}
.sec-mv .row-img {
    width: 340px; 
    margin-left: auto;
    padding-top: 100px;
}
.sec-mv .row-img img {
    display: block;
    margin: 0 auto;
}
.mv-title {
    text-align: center;
    margin-bottom: 40px;
}
.hl-fontstyle {
    font-family: 'M PLUS Rounded 1c', sans-serif;
}
.hl-pagetitle {
    font-size: 7rem;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .05em;
}
.hl-pagetitle b {
    display: block;
    color: #00cccc;
}
.hl-pagetitle_sub {
    font-size: 2rem;
    font-weight: bold;
    background: #00cccc;    
    color: #fff;
    padding: 8px;
    border-radius: 30px;
    letter-spacing: .1em;
    margin-top: 20px;
}
.row-text img {
    display: block;
    margin:  0 auto;
}
.item-person  {
    position: relative;
}
.item-person .obj-position {
    position: absolute;
    left: 50%;
    top: -70px;
    transform: translate(-50%, 50px) scale(.5);
    opacity: 0;
}
.item-person .obj-position.-upshow {
    transition-delay: .5s;
}
.item-person .obj-position {
    width: 250px;
}
@media only screen and (min-height: 900px) {
    .sec-let_me_know .c-inner {
        transition-delay: .5s;
    }
}
.item-person .obj-position.-upshow.-animated {
    transform: translate(-50%, 0) scale(1);
}

@media only screen and (max-width: 900px) {
    .row-img {
        width: 30%; 
        margin-left: auto;
        padding-top: 100px;
    }
    .sec-mv .row-img img {
        display: block;
        margin: 0 auto;
        width: 90%
    }
    .mv-title {
        text-align: center;
        margin-bottom: 40px;
    }
    .hl-pagetitle {
        font-size: 5rem;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: .05em;
    }
    .hl-pagetitle b {
        display: block;
        color: #00cccc;
    }
    .hl-pagetitle_sub {
        font-size: 1.8rem;
        letter-spacing: 0em;
        margin-top: 20px;
    }
    .row-text {
        width: 70%;
        padding-right: 40px;
    }    
    .row-text img {
        width: 90%;
        margin:  0 auto;
    }
    .item-person .obj-position {
        width: 200px;
    }    
}
@media only screen and (max-width: 738px) {
    .sec-let_me_know .c-inner {
        transition-delay: .5s;
    }    
    .sec-mv {
        background: url("../img/bg_mv.png") 0 0;
        padding: 60px 5% 0;
    }
    .sec-mv::before {
        content: '';
        display: block;
        width: 100%;
        height: 260px;
        background:#fff;;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }    
    .sec-mv::after {
        height: 15px;
        background-size: auto 15px;
    }    
    .sec-mv .c-inner {
        width: 100%;
        flex-direction: column;
        align-items: center;
        position: relative;
        z-index: 2;
    }
    .sec-mv .row-text {
        width: 100%;
        padding: 0;
        padding-bottom: 15px;
    }
    .sec-mv .row-img {
        width: 100%; 
        margin: 0 auto;
        padding-top: 0;
    }
    .sec-mv .row-img .item-person img {
        width: 62%;
    }
    .sec-mv .row-img .item-person .obj-position {
        width: 16%;
        top: 5%;
        right: -20%;
    }
    .item-phone {
        position: relative;
        z-index: 2;
        margin-top: -80px;
        max-height: calc(100vw * .4);
        overflow: hidden;
    }
    .item-phone img {
        width: 80%;
    }
    .mv-title {
        text-align: center;
        margin: 0 auto;
    }
    .hl-pagetitle {
        font-size: 3.8rem;
        letter-spacing: 0;
    }
    .hl-pagetitle b {
        display: block;
        color: #00cccc;
    }
    .hl-pagetitle_sub {
        font-size: 1.4rem;
        padding: 5px 15px;
        letter-spacing: 0;
        margin-top: 5px;
        background: #333;
    }
    .item-person .obj-position.-upshow {
        transform: translate(0, 0) scale(0,1);
        transform-origin: left top;
    }
    .item-person .obj-position.-upshow.-animated {
        transform: translate(0, 0) scale(1,1);
    }    
}


/* ご希望条件 ------------------------------------------------------ */
.sec-let_me_know {
    padding: 70px 0;
    position: relative;
}
.sec-let_me_know::before {
    content: '';
    display: block;
    width: 100%;
    height: 64%;
    background: url("../img/bg_let_me_know.png");
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1
}
.sec-let_me_know::after {
    content: '';
    display: block;
    width: 100%;
    height: 20px;
    background: url("../img/bg_wave.png") repeat-x;
    background-size: auto 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
}
.sec-let_me_know > .c-inner {
    width: 800px;
    margin: 0 auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-end;
}
.sec-let_me_know .row-text {
    margin-left: auto;
    text-align: center;
    padding-bottom: 60px;
}
.sec-let_me_know .row-img {
    width: 340px; 
}
.hl-let_me_know {
    font-size: 5rem;
    line-height: 1.3;
    color: #f0647f;
    text-indent: -.5em;
}
.text-large {
    font-size: 2.2rem;
    line-height: 1.7;
    margin: 20px 0 30px;
}
.-underline span {
    border-bottom: 1px solid #333;
    display: inline;
}
.w-overflow {
    overflow: hidden;
}
.p-slider_gallery .slick-list  {
    padding: 0!important;
    margin: 0!important
}
.p-slider_gallery  div {
    margin:  0 30px;
    padding-bottom: 20px;
}
.p-slider_gallery  div img {
    width: 300px;
    height: auto;
    display: block;
    border-radius: 10px;
    box-shadow: 8px 15px 30px rgba(0,0,0,.2);
}
.sec-merit {
    padding: 0 5%;
}
.sec-merit .c-inner {
    max-width: 1200px;
    margin: 0 auto;
}
.p-list_merit {
    display: flex;
    justify-content: space-between;
}
.p-list_merit li {
    width: 30%;
    text-align: center;
    position: relative;
}
@media only screen and (min-width: 701px) {
    .p-list_merit li:nth-child(2) { transition-delay: .2s; }
    .p-list_merit li:nth-child(3) { transition-delay: .4s; }
}
.p-list_merit p {
    font-size: 1.7rem;
    line-height: 1.7;
}
.hl-sec_middle {
    font-size: 2rem;
    line-height: 1;
    text-align: center;
    margin:40px auto 10px;
}
.hl-sec_middle span {
    display: inline-block;
    padding: 12px 50px;
    background: #333;
    color: #fff;
    border-radius: 30px;
}
.hl-number {
    font-size: 12rem;
    text-align: center;
    display: block;
    font-family: 'Montserrat', sans-serif;
    line-height: 1.2;
    color: #0bc0c0;
}
.hl-merit {
    font-size: 2.7rem;
    line-height: 1.4;
    margin: 20px auto 40px;
    letter-spacing: .05em;
    height: 3em;
    display: flex;
    justify-content: center;
    align-items: center;
}
.p-list_merit li+li .hl-merit::before {
    content: '';
    display: block;
    width: 1px;
    height: 20%;
    position: absolute;
    left: -8%;
    background: #999;
}
.c-list-case {
    display: inline-block;
    max-width: 17em;
}
.c-list-case li  {
    font-size: 1.7rem;
    line-height: 1.3;
    width: 100%;
    text-align: left;
    text-indent: -1.2em;
    padding-left: 1.2em;
}
.c-list-case li+li  {
    margin-top: 15px;
}
.p-btn_block {
    display: block;
    padding: 20px 15px;
    text-align: center;
    background: #f0647f;
    font-size: 2.2rem;
    color: #fff!important;
    border-radius: 10px;
    border-bottom: 5px solid #d2566f;
    line-height: 1.3;
    transition: .3s all ease;
    overflow: hidden;
    position: relative;
}
.p-btn_block::before {
    content: '';
    display: block;
    width: 200%;
    height: 600px;
    background: #fff;
    position: absolute;
    transform: rotate(20deg);
    right: 56%;
    top: -280px;
    opacity: .1;
    transition: .3s all ease;
}
.p-btn_block:hover {
    background: #d2566f;
}
.p-btn_block:hover::before {
    right: -20%;
    opacity: 0;
}
@media only screen and (max-width: 900px) {
    .sec-let_me_know {
        padding: 20px 5% 60px;
    }
    .sec-let_me_know > .c-inner {
        width: auto;
        display: flex;
    }
    .sec-let_me_know .row-text {
        padding: 0 0 40px 40px;
        width: 55%;
    }
    .sec-let_me_know .row-img {
        width: 45%;
        padding-top: 50px;
    }
    .hl-let_me_know {
        font-size: 4.2rem;
        line-height: 1.3;
    }
    .text-large {
        font-size: 1.8rem;
        line-height: 1.5;
        margin: 20px 0 30px;
    }
    .p-slider_gallery  div {
        margin:  0 30px;
        padding-bottom: 20px;
    }
    .p-slider_gallery  div img {
        width: 240px;
    }
    .sec-merit .c-inner {
        max-width: 1200px;
        margin: 0 auto;
    }
    .p-btn_block {
        padding: 20px 10px;
        font-size: 2rem;
    }
}

@media only screen and (max-width: 738px) {
    .sec-let_me_know {
        padding: 20px 0 50px;
    }
    .sec-let_me_know::before {
        content: '';
        display: block;
        width: 1250px;
        height: 1250px;
        border-radius: 50%;
        position: absolute;
        bottom: auto;
        top: 350px;
        left: 50%;
        transform: translate(-50%);
        z-index: -1
    }
    .sec-let_me_know::after {
        display: none;
    }
    .sec-let_me_know > .c-inner {
        width: 90%;
        display: flex;
        flex-direction: column;
        align-items: initial;
    }
    .sec-let_me_know .row-text {
        margin-left: 0;
        text-align: center;
        padding: 0;
        width: 100%;
    }
    .sec-let_me_know .row-img {
        width: 100%; 
        padding-top: 0;
    }
    .sec-let_me_know .row-img .view-sp {
        text-align: center;
        font-size: 2.5rem;
        line-height: 1.5;
        color: #f0647f;
        font-weight: bold;
        margin: 40px auto 10px;
    }
    .sec-let_me_know .row-img img {
        width: 70%;
        height: auto;
        display: block;
        margin: 0 auto;
    }
    .hl-let_me_know {
        display: none;
    }
    .text-large {
        font-size: 1.5rem;
        padding: 0; 
        margin: 0 0 15px;
        line-height: 1.6;
    }
    .-underline span {
        border-bottom: 1px solid #333;
        display: inline;
    }
    .w-overflow {
        overflow: hidden;
        position: relative;
        margin-top: -50px;
    }
    .p-slider_gallery  div {
        margin:  0 10px;
        padding-bottom: 15px;
    }
    .p-slider_gallery  div img {
        width: 220px;
        border-radius: 8px;
        box-shadow: 5px 10px 15px rgba(0,0,0,.2);
    }
    .p-btn_block {
        padding: 18px 15px;
        font-size: 1.6rem;
        border-radius: 5px;
        border-bottom: none;
        box-shadow: 5px 8px 0 #d2566f;
    }    
}


@media only screen and (max-width: 900px) {
    .sec-merit .c-inner {
        width: 100%;
        margin: 0 auto;
    }
    .p-list_merit {
        flex-direction: column;
        padding: 0;
    }
    .p-list_merit li {
        width: 100%;
        display: flex;
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.6;
        position: relative;
        margin-top: 40px;
    }
    .p-list_merit li:first-of-type {
        margin-top: 10px;
    }
    .p-list_merit > *+li::before {
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        background: #666;
        position: absolute;
        top: -10px;
        left: calc(50% - 20px);
    }
    .hl-sec_middle {
        font-size: 2.2rem;
        line-height: 1;
        text-align: center;
        margin:20px auto 10px;
    }
    .hl-sec_middle span {
        display: inline-block;
        padding: 12px 50px;
        background: #333;
        color: #fff;
        border-radius: 30px;
    }
    .hl-number {
        font-size: 10rem;
        width: 100px;
        text-align: left;
    }
    .p-list_merit .box-text {
        width: calc(100% - 120px);
    }
    .hl-merit {
        font-size: 2rem;
        line-height: 1.4;
        margin: 20px 0;
        letter-spacing: .05em;
        height: auto;
        display: block;
    }
    .hl-merit br {
        display: none;
    }
    .c-list-case {
        display: block;
        max-width: none;
    }
    .c-list-case li  {
        font-size: 1.6rem;
        line-height: 1.3;
    }
    .c-list-case li+li  {
        margin-top: 15px;
    }
    .p-list_merit p {
        font-size: 1.6rem;
        line-height: 1.7;
    }
    .p-list_merit p br {
        display: none;
    }    
    .p-list_merit li+li .hl-merit::before {
        content: '';
        display: block;
        width: 1px;
        height: 20%;
        position: absolute;
        left: -17.5%;
        background: #999;
    }
}
@media only screen and (max-width: 738px) {
    .sec-merit .c-inner {
        width: 100%;
        margin: 0 auto;
    }
    .p-list_merit {
        flex-direction: column;
        padding: 0 0 0 5%;
    }
    .p-list_merit li {
        width: 100%;
        display: flex;
        text-align: left;
        font-size: 1.4rem;
        line-height: 1.6;
        position: relative;
        margin-top: 40px;
    }
    .p-list_merit li:first-of-type {
        margin-top: 10px;
    }
    .p-list_merit > *+li::before {
        content: '';
        display: block;
        width: 40px;
        height: 1px;
        background: #999;
        position: absolute;
        top: -20px;
        left: calc(50% - 20px);
    }
    .hl-sec_middle {
        font-size: 2rem;
        line-height: 1;
        text-align: center;
        margin:20px auto 10px;
    }
    .hl-sec_middle span {
        display: inline-block;
        padding: 12px 50px;
        background: #333;
        color: #fff;
        border-radius: 30px;
    }
    .hl-number {
        font-size: 7rem;
        line-height: 1;
        width: 60px;
        text-align: left;
    }
    .p-list_merit .box-text {
        width: calc(100% - 60px);
    }
    .hl-merit {
        font-size: 1.8rem;
        line-height: 1.4;
        margin: 5px 0 15px;
        letter-spacing: .05em;
        height: auto;
        display: block;
    }
    .hl-merit br {
        display: none;
    }
    .c-list-case {
        display: block;
        max-width: none;
    }
    .c-list-case li  {
        font-size: 1.4rem;
        line-height: 1.3;
    }
    .c-list-case li+li  {
        margin-top: 10px;
    }
    .p-list_merit p {
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .p-list_merit p br {
        display: none;
    }    
    .p-list_merit li+li .hl-merit::before {
        content: '';
        display: block;
        width: 1px;
        height: 20%;
        position: absolute;
        left: -17.5%;
        background: #999;
    }
}



.sec-example {
    padding: 70px 5%; 
}
.sec-example .c-inner {
    margin: 0 auto;
}
.sec-example .text-sub {
    font-size: 1.7rem;
    text-align: center;
    margin-bottom: 30px;
    color: #666;
}
.hl-example {
    font-size: 3.2rem;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 20px;
}
.hl-example span {
    padding: 0 1.5em;
    display: inline-block;
    position: relative;
}
.hl-example span::before {
    content: '';
    display: block;
    width: 1px;
    height: 90%;
    background: #333;
    transform: rotate(-30deg);
    position: absolute;
    left: 0;
    bottom: 0;
}
.hl-example span::after {
    content: '';
    display: block;
    width: 1px;
    height: 90%;
    background: #333;
    transform: rotate(30deg);
    position: absolute;
    right: 0;
    bottom: 0;
}
.p-list_example {
    display: flex;
    justify-content: center;
    max-width: 1400px;
    min-width: 1160px;
    margin: 0 auto;
}
.p-list_example li {
    width: 21%;
    margin: 0 2%;
}
@media only screen and (min-width: 738px) and (max-width: 1160px) {
    .scroll-x {
        overflow-x: scroll;
        width: 100%;
        overflow-y: hidden;
    }
}
@media only screen and (min-width:901px) {
    .p-list_example li:nth-child(2) { transition-delay: .2s; }
    .p-list_example li:nth-child(3) { transition-delay: .4s; }
    .p-list_example li:nth-child(4) { transition-delay: .6s; }    
}
.box-example {
    background: url("../img/bg_phone.png") 50% 0 no-repeat;
    background-size: cover;
    padding: 3% 4%;
}
.box-example .box-title {
    background: #feebef;
    border-radius: 10% 10% 0 0;
    padding: 20px;
}
.box-example .box-text {
    padding: 20px;
}
.box-example .box-text p {
    font-size: 1.5rem;
    line-height: 1.7;
    height: 8.5em;
}
@media only screen and (max-width: 1440px) {
    .box-example {
        background-size: contain;
        min-width: 254px;
    }    
    .box-example .box-text {
        padding: 20px 15px;
    }
    .box-example .box-text p {
        font-size: 1.4rem;
        line-height: 1.6;
        height: 8.5em;
    }
}


.box-example .box-text p+p {
    text-align: center;
    height: auto;
}
.box-example a {
    color: #3A67FE;
}
.box-example a:hover {
    text-decoration: underline;
}
.box-example a span {
    padding: 5px 20px 5px 10px; 
    border-right: 10px solid #f7f9ff;
    background: #f7f9ff url("../img/ico_blank.png") 100% 50% no-repeat;
    background-size: 12px 12px; 
}
.col-pink {
    color: #f0647f;
}
.hl-examle_case {
    font-size: 2.4rem;
    line-height: 1.3;
    font-weight: 400;
    text-align: center;
}
.hl-examle_case b {
    display: block;
}
.hl-examle_case .icon {
    display: block;
    margin-bottom: 10px;
}
.hl-examle_case .icon img {
    display: block;
    margin: 0 auto;
    height: 70px;
    width: auto;
}
@media only screen and (max-width: 900px) {
    .sec-example {
        padding: 50px 5%;
    }    
    .sec-example .text-sub {
        padding: 0 10%;
    }
    .hl-example {
        font-size: 3.2rem;
        line-height: 1.5;
        text-align: center;
        margin-bottom: 20px;
    }
    .hl-example span {
        padding: 0 1em;
        display: inline-block;
        position: relative;
    }
    .hl-example span::before {
        content: '';
        display: block;
        width: 1px;
        height: 90%;
        background: #333;
        transform: rotate(-30deg);
        position: absolute;
        left: 0;
        bottom: 0;
    }
    .hl-example span::after {
        content: '';
        display: block;
        width: 1px;
        height: 90%;
        background: #333;
        transform: rotate(30deg);
        position: absolute;
        right: 0;
        bottom: 0;
    }
    .box-example .box-title {
        background: #feebef;
        border-radius: 10% 10% 0 0;
        padding: 20px 10px;
    }
    .box-example .box-text {
        padding: 20px 15px 30px;
    }
    .box-example .box-text p {
        font-size: 1.4rem;
        line-height: 1.6;
        height: 7.5em;
    }
    .box-example .box-text p a {
        font-weight: 700;
    }
    .box-example .box-text p+p {
        text-align: center;
        height: auto;
    }
    .box-example a span {
        background-size: 12px 12px; 
    }
    
    .col-pink {
        color: #f0647f;
    }
    .hl-examle_case {
        font-size: 2.4rem;
        line-height: 1.3;
        font-weight: 400;
        text-align: center;
    }
    .hl-examle_case b {
        display: block;
    }
    .hl-examle_case .icon {
        display: block;
        margin-bottom: 10px;
    }
    .hl-examle_case .icon img {
        display: block;
        margin: 0 auto;
        height: 70px;
        width: auto;
    }    
}

@media only screen and (max-width: 738px) {
    .sec-example {
        padding: 80px 0 0; 
    }
    .sec-example .c-inner {
        width: 100%;
        min-width: initial;
        margin: 0 auto;
    }
    .sec-example .text-sub {
        font-size: 1.4rem;
        line-height: 1.5;
        text-align: left;
        padding: 0 8%;
    }
    .sec-example .text-sub br {
        display: none;
    }    
    .hl-example {
        font-size: 2.2rem;
        line-height: 1.4;
        text-align: center;
        margin-bottom: 20px;
    }
    .hl-example span {
        padding: 0 1.2em;
        display: inline-block;
        position: relative;
    }
    .hl-example span::before {
        height: 80%;
        transform: rotate(-20deg);
    }
    .hl-example span::after {
        height: 80%;
        transform: rotate(20deg);
    }
    .p-list_example {
        flex-direction: column;
        min-width: initial;
    }
    .p-list_example li {
        width: 100%;
        max-width: 320px;
        margin: 0 auto;
    }
    .box-example {
        padding: 3.5% 4%;
        max-width: 320px;
        background-size: cover;
    }    
    .p-list_example li+li {
        margin-top: -15px;
    }
    .hl-examle_case {
        font-size: 2rem;
        line-height: 1.4;
        font-weight: 400;
        text-align: center;
    }
    .hl-examle_case b {
        display: block;
    }
    .hl-examle_case .icon {
        margin-bottom: 5px;
    }
    .hl-examle_case .icon img {
        height: 60px;
    }
}


.sec-point {
    background: url("../img/bg_point.jpg") 50% 50%;
    padding: 100px 10%;
    position: relative;
}
.sec-point::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(180deg, rgba(37,175,223,1) 0%, rgba(132,222,201,1) 100%);
    z-index: 1;
    mix-blend-mode: multiply;
}
.sec-point .c-inner {
    max-width: 700px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
.hl-point {
    font-size: 4.5rem;
    line-height: 1.5;
    text-align: center;
    color: #fff;
    margin-bottom: 40px;
    letter-spacing: .1em;
}
.hl-point::after {
    content: '';
    display: block;
    width: 40px;
    height: 1px;
    background: #fff;
    margin: 20px auto 0;
}
 .p-flex {
    display: flex;
    margin: 0 auto;
}
.sec-point .p-flex {
    width: 620px;
}
.sec-point .row-text {
    padding-top: 40px;
}
.sec-point .row-text p {
    font-size: 2.2rem;
    color: #fff;
    line-height: 2;
    text-align: center;
}
.sec-point .row-img {
    margin-left: auto;
    width: 250px;
    padding-left: 50px;
}
.sec-point .row-img img {
    max-width: 200px;
}
.sec-point .p-btn_block {
    padding: 20px 15px;
}
.p-btn_block .ico-house {
    display: inline-block;
    background: url("../img/ico_home.png") 0 50% no-repeat;
    padding-left: 80px;
    font-weight: bold;
}
.sec-let_me_know .p-btn_block .ico-house {
    background: url("../img/ico_home.png") 0 50% no-repeat;
    background-size: 30px;
    padding-left: 50px;
    font-weight: bold;
}
@media only screen and (max-width: 900px) {
    .sec-point {        
        padding: 50px 0;
        position: relative;
    }
    .hl-point {
        font-size: 3.5rem;
        line-height: 1.5;
        text-align: center;
        color: #fff;
        margin-bottom: 10px;
        letter-spacing: .1em;
    }
     .p-flex {
        display: flex;
    }
    .sec-point .p-flex {
        width: auto;
        justify-content: center;
    }
    .sec-point .row-text {
        padding: 40px 0 0;
        width: auto;
    }
    .sec-point .row-text p {
        font-size: 2rem;
        color: #fff;
        line-height: 2;
        text-align: center;
    }
    .sec-point .row-img {
        margin-left: 0;
        width: auto;
        padding: 0;
    }
    .sec-point .row-img img {
        max-width: 200px;
    }
    .sec-point .p-btn_block {
        padding: 20px 15px;
    }
    .p-btn_block .ico-house {
        display: inline-block;
        background: url("../img/ico_home.png") 0 50% no-repeat;
        padding-left: 80px;
        font-weight: bold;
    }
    .sec-let_me_know .p-btn_block .ico-house {
        background: url("../img/ico_home.png") 0 50% no-repeat;
        background-size: 30px;
        padding-left: 50px;
        font-weight: bold;
    }
}

@media only screen and (max-width: 738px) {
    .sec-point {
        background: url("../img/bg_point.jpg") 50% 50%;
        padding: 60px 0;
        position: relative;
    }
    .sec-point::after {
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        background: linear-gradient(180deg, rgba(37,175,223,1) 0%, rgba(132,222,201,1) 100%);
        z-index: 1;
        mix-blend-mode: multiply;
    }
    .sec-point .c-inner {
        width: 80%;
        margin: 0 auto;
        position: relative;
        z-index: 2;
    }
    .hl-point {
        font-size: 2.2rem;
        line-height: 1.5;
        text-align: center;
        color: #fff;
        margin-bottom: 40px;
        letter-spacing: .1em;
    }
    .sec-point .p-flex {
        width: 620px;
        width: auto;
        flex-direction: column;
    }
    .sec-point .row-text {
        padding-top: 0;
    }
    .sec-point .row-text p {
        font-size: 1.6rem;
        color: #fff;
        line-height: 2;
        text-align: center;
    }
    .sec-point .row-img {
        margin-left: auto;
        width: auto;
        padding-left: 0;
        margin-top: 20px;
    }
    .sec-point .row-img img {
        max-width: 60%;
        margin: 0 auto;
        display: block;
    }
    .p-btn_block .ico-house {
        background: url("../img/ico_home.png") 0 50% no-repeat;
        padding-left: 40px;
        background-size: 25px auto;
        min-height: 25px;
        display: inline-flex;
        align-items: center;
    }
    .sec-point .p-btn_block {
        padding: 15px 20px;
        font-size: 1.6rem;
    }
    .sec-point .p-btn_block br {
        display: none;
    }    
}


.sec-gathering {
    padding: 90px 0;
}
.sec-gathering .c-inner {
    width: 1000px;
    margin: 0 auto;
}
@media only screen and (max-width: 1100px) {
    .sec-gathering {
        padding: 120px 5%;
    }
    .sec-gathering .c-inner {
        width: auto;
        max-width: 1000px;
    }    
}
.sec-gathering .box-contents {
    background: #eee;
    border-radius: 10px;
    padding: 30px 20px 20px;
}
.sec-gathering .text-lead {
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    color: #555;    
}
.sec-gathering .box-contents > .p-flex {
    display: table;
    width: 100%;
    border-spacing: 25px;
}
.sec-gathering .box-title {
    position: relative;
}
.sec-gathering .obj-position {
    position: absolute;
    right: -4%;
    bottom: -39%;
    display: block;
    width: 23%;
    height: auto;
}
.box-gathering_case {
    display: table-cell;
    width: 48%;
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px 140px;
    position: relative;
    border: 1px solid #ddd;
}
.box-gathering_case .box-btn {
    position: absolute;
    bottom: 30px;
    width: calc(100% - 60px);
}
.box-gathering_case .box-btn .p-btn_block {
    padding: 15px;    
    background: #0cc;
    border-color: #2d9797;
    font-size: 1.7rem;
}
.box-gathering_case .box-btn .p-btn_block::before {
    display: none;
}
.-mailmagazine .box-btn .p-btn_block {
    background: #36A9F1;
    border-color: #2F82B7;
}
.box-gathering_case .p-btn_block:hover {
    background: #2d9797;
}
.-mailmagazine .p-btn_block:hover {
    background: #2F82B7;
}
.box-gathering_case p {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.7;
}
.box-gathering_case p b {
    background-image: linear-gradient(to top, #D5FFFF 0%, #D5FFFF 33%, rgba(251, 226, 31, 0) 33%, rgba(251, 226, 31, 0) 100%);
    font-weight: normal;
}
.-mailmagazine p b {
    background-image: linear-gradient(to top, #D4EEFF 0%, #D4EEFF 33%, rgba(251, 226, 31, 0) 33%, rgba(251, 226, 31, 0) 100%);
}

.box-gathering_case .p-flex {
    justify-content: center;
    padding-bottom: 10px;
}
.box-gathering_case .p-flex li {
    width: 45%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.2;
}
.box-gathering_case .p-flex li .img {
    display: flex;
    height: 88px;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    position: relative;
    z-index: 1
}
.box-gathering_case  .p-flex li .img::after {
    content: '';
    width: 100px;
    height: 100px;
    background: #fff ;
    border-radius: 50%;
    position: absolute;
    bottom: -60px;
    left: calc(50% - 50px);
    z-index: -1;
    transition: .3s all ease;
}
.box-gathering_case .call-modal:hover .p-flex li .img::after {
    background: #fff;
}
    .box-gathering_case .p-flex li .img img {
        height: 70px;
        width: auto;
    }

.box-gathering_case .p-flex li .text {
    position: relative;
    z-index: 2;
}
.hl-gathering_case {
    text-align: center;
    margin-bottom: 25px;
}
.hl-gathering_case span {
    display: inline-block;
    font-size: 2rem;
    padding: 6px 40px;
    background: #0cc;
    color: #fff;
    border-radius: 30px;
}
.-mailmagazine .hl-gathering_case span {
    background: #36A9F1;
}
.hl-example.-small {
    font-size: 2rem;
    margin: 30px auto 20px;
}
.hl-example.-small b {
    color: #0cc;
}
.-mailmagazine .hl-example.-small b {
    color: #36A9F1;
}
.box-conversion_bottom {
    text-align: center;
    margin-top: 80px;
    padding: 0 5%
}
.box-conversion_bottom p {
    font-size: 2rem;
    line-height: 1.8;
}
.box-conversion_bottom .box-btn {
    margin-top: 20px
}
.p-btn_block.-blooming {
    font-size: 2.4rem;
    padding: 30px 20px 30px 180px;
    background: #033B88 url("../img/logo_wide.png") 10px 50% no-repeat;
    border-color: #F7AC1D;
    color: #fff;
    overflow: hidden;
    letter-spacing: .02em;
}
.p-btn_block.-blooming::before {
    display: none;
}
.p-btn_block.-blooming:hover {
    opacity: .8;
}
.box-gathering_case.-mailmagazine img {
    height: 250px;
    width: auto;
    display: block;
    margin: 0 auto;
}
.call-modal {
    display: block;
    margin:  30px 30px 0; 
    border: 3px solid #f0647f;
    padding: 10px;
    box-shadow: 0 5px 10px rgba(0,0,0,.2); 
    border-radius: 10px;
    transition: .3s all ease;
    background: #fff0f3;
}
.call-modal:hover {
    transform: translateY(5px);
    box-shadow: 0 0 0 rgba(0,0,0,.2); 
}
.call-modal .-label {
    position: relative;
    bottom: -22px;
}
.call-modal .-label span {
    padding: 5px 20px 6px 30px;
    color: #fff;
    background: #f0647f url("../../../../common/img/ico_arrow_right.svg") 15px 50% no-repeat;
    background-size: 12px 12px; 
    border-radius: 2px;
}


@media only screen and (max-width: 900px) {
    .sec-gathering {
        padding: 60px 0;
    }
    .sec-gathering .c-inner {
        width: 100%;
        margin: 0 auto;
    }
    .sec-gathering .box-contents {
        background: #eee;
        border-radius: 10px;
        padding: 30px 20px 20px;
    }
    .sec-gathering .text-lead {
        font-size: 1.6rem;
        margin-bottom: 20px;
    }
    .sec-gathering .box-contents > .p-flex {
        border-spacing: 10px;
    }
    .sec-gathering .box-title {
        position: relative;
    }
    .sec-gathering .obj-position {
        right: 0;
        bottom: -35%;
        width: 20%;
    }
    .box-gathering_case {
        width: 49%;
        padding: 20px 20px 120px;
    }
    .box-gathering_case .box-btn {
        position: absolute;
        bottom: 20px;
        width: calc(100% - 40px);
    }
    .box-gathering_case .box-btn .p-btn_block {
        padding: 15px;    
        background: #0cc;
        border-color: #2d9797;
        font-size: 1.7rem;
    }
    .box-gathering_case .box-btn .p-btn_block::before {
        display: none;
    }
    .-mailmagazine .box-btn .p-btn_block {
        background: #36A9F1;
        border-color: #2F82B7;
    }
    .box-gathering_case .p-btn_block:hover {
        background: #2d9797;
    }
    .-mailmagazine .p-btn_block:hover {
        background: #2F82B7;
    }
    .box-gathering_case p {
        text-align: center;
        font-size: 1.6rem;
        line-height: 1.7;
    }
    .box-gathering_case p b {
        background-image: linear-gradient(to top, #D5FFFF 0%, #D5FFFF 33%, rgba(251, 226, 31, 0) 33%, rgba(251, 226, 31, 0) 100%);
        font-weight: normal;
    }
    .-mailmagazine p b {
        background-image: linear-gradient(to top, #D4EEFF 0%, #D4EEFF 33%, rgba(251, 226, 31, 0) 33%, rgba(251, 226, 31, 0) 100%);
    }

    .box-gathering_case .p-flex {
        justify-content: center;
        padding-bottom: 10px;
    }
    .box-gathering_case .p-flex li {
        width: 45%;
        text-align: center;
        font-size: 1.5rem;
        line-height: 1.2;
    }
    .box-gathering_case .p-flex li .img {
        height: 70px;
        margin-bottom: 10px;
    }    
    .box-gathering_case  .p-flex li .img::after {
        content: '';
        width: 100px;
        height: 100px;
        background: #fff ;
        border-radius: 50%;
        position: absolute;
        bottom: -60px;
        left: calc(50% - 50px);
        z-index: -1;
        transition: .3s all ease;
    }
    .box-gathering_case .call-modal:hover .p-flex li .img::after {
        background: #fff;
    }

    .box-gathering_case .p-flex li .text {
        position: relative;
        z-index: 2;
    }
    .hl-gathering_case {
        text-align: center;
        margin-bottom: 20px;
    }
    .hl-gathering_case span {
        display: block;
        text-align: center;
        font-size: 2rem;
        padding: 6px;
    }
    .-mailmagazine .hl-gathering_case span {
        background: #36A9F1;
    }
    .hl-example.-small {
        font-size: 2rem;
        margin: 30px auto 10px;
    }
    .hl-example.-small b {
        color: #0cc;
    }
    .-mailmagazine .hl-example.-small b {
        color: #36A9F1;
    }
    .box-conversion_bottom {
        text-align: center;
        margin-top: 80px;
        padding: 0 5%
    }
    .box-conversion_bottom p {
        font-size: 2rem;
        line-height: 1.8;
    }
    .box-conversion_bottom .box-btn {
        margin-top: 20px
    }
    .p-btn_block.-blooming {
        font-size: 2.4rem;
        padding: 30px 20px 30px 180px;
        background: #033B88 url("../img/logo_wide.png") 10px 50% no-repeat;
        border-color: #F7AC1D;
        color: #fff;
        overflow: hidden;
        letter-spacing: .02em;
    }
    .p-btn_block.-blooming::before {
        display: none;
    }
    .p-btn_block.-blooming:hover {
        opacity: .8;
    }
    .box-gathering_case.-mailmagazine img {
        height: 200px;
        width: auto;
        display: block;
        margin: 0 auto;
    }
    .call-modal {
        display: block;
        margin:  30px 0 0; 
        padding: 10px;
        border-radius: 10px;
        transition: .3s all ease;
    }
    .call-modal .-label {
        position: relative;
        bottom: -22px;
    }
    .call-modal .-label span {
        padding: 5px 20px 6px 30px;
        color: #fff;
        background: #f0647f url("../../../../common/img/ico_arrow_right.svg") 15px 50% no-repeat;
        background-size: 12px 12px; 
        border-radius: 2px;
    }    
}
@media only screen and (max-width: 738px) {
    .call-modal {
        margin: 20px 0 40px; 
        border: 2px dotted #f0647f;
        padding: 8px;
        border-radius: 8px;
    }    
    .sec-gathering {
        padding: 50px 0 0;
    }
    .sec-gathering .c-inner {
        width: 100%;
        margin: 0 auto;
    }
    .sec-gathering .box-title {
        padding: 0 5%;
        position: relative;
    }
    .sec-gathering .box-contents {
        background: #eee;
        border-radius: 0;
        padding: 30px 5% 60px;
    }
    .sec-gathering .text-lead {
        font-size: 1.5rem;
        padding: 0 5%;
        text-align: left;
        margin-bottom: 20px;
    }
    .sec-gathering .box-contents > .p-flex {
        display: block;
        width: 100%;
        border-spacing: 0;
    }
    .sec-gathering .obj-position {
    position: relative;
    right: auto;
    bottom: -16px;
    display: block;
    width: 80%;
    height: auto;
    margin: 0 auto;
    }
    .sec-gathering .hl-example {
        margin-bottom: 10px;
    }
    .box-gathering_case {
        display: block;
        width: 100%;
        border-radius: 8px;
        padding: 25px;
    }    
    *+.box-gathering_case {
        margin-top: 30px;
    }    
    .box-gathering_case .box-btn {
        position: relative;
        bottom: auto;
        width: 100%;
        margin-top: 10px;
    }
    .box-gathering_case .box-btn .p-btn_block {
        padding: 10px;
        font-size: 1.4rem;
        background: #0cc;
        box-shadow: 0 5px 0 #2d9797;
    }
    .-mailmagazine .box-btn .p-btn_block {
        padding: 10px;
        font-size: 1.4rem;
        background: #36A9F1;
        box-shadow: 0 5px 0 #2F82B7;
    }
    .box-gathering_case p {
        text-align: center;
        font-size: 1.5rem;
        line-height: 1.7;
    }
    .box-gathering_case p b {
        background-image: linear-gradient(to top, #D5FFFF 0%, #D5FFFF 33%, rgba(251, 226, 31, 0) 33%, rgba(251, 226, 31, 0) 100%);
    }
    .-mailmagazine p b {
        background-image: linear-gradient(to top, #D4EEFF 0%, #D4EEFF 33%, rgba(251, 226, 31, 0) 33%, rgba(251, 226, 31, 0) 100%);
    }

    .box-gathering_case .p-flex {
        justify-content: center;
        margin-bottom: 0;
    }
    .box-gathering_case .p-flex li {
        width: 45%;
        text-align: center;
        font-size: 1.3rem;
        line-height: 1.2;
    }
    .box-gathering_case .p-flex li .img {
        height: 50px;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px;
        position: relative;
        z-index: 1
    }
    .box-gathering_case .p-flex li .img img {
        height: 50px;
    }
    
    .box-gathering_case .p-flex li .img::after {
        content: '';
        width: 90px;
        height: 90px;
        border-radius: 50%;
        position: absolute;
        bottom: -60px;
        left: calc(50% - 45px);
        z-index: -1;
    }
    .box-gathering_case .p-flex li .text {
        position: relative;
        z-index: 2;
    }
    .hl-gathering_case {
        text-align: center;
        margin-bottom: 20px;
    }
    .hl-gathering_case span {
        display: block;
        font-size: 1.8rem;
        padding: 6px 0px;
        border-radius: 30px;
    }
    .-mailmagazine .hl-gathering_case span {
        background: #36A9F1;
    }
    .hl-example.-small {
        font-size: 1.7rem;
        font-weight: 400;
        margin: 20px auto;
    }
    .hl-example.-small b {
        color: #0cc;
        font-weight: normal;
    }
    .-mailmagazine .hl-example.-small b {
        color: #36A9F1;
    }
}
@media only screen and (max-width: 900px) {
    .box-conversion_bottom {
        margin-top: 40px;
    }
    .box-conversion_bottom p {
        font-size: 1.7rem;
    }
}
@media only screen and (max-width: 738px) {
    .box-conversion_bottom {
        text-align: center;
        margin-top: 0;
        padding: 40px 8% 50px;
        color: #fff;
        background: #033B88;
    }
    .box-conversion_bottom .view-sp {
        text-align: center;
        margin-bottom: 10px;
    }
    .box-conversion_bottom .view-sp img {
        width: 65%;
        height: auto;
    }
    .box-conversion_bottom p {
        font-size: 1.5rem;
        line-height: 1.7;
    }
    .box-conversion_bottom .box-btn {
        margin-top: 20px
    }
    .p-btn_block.-blooming {
        font-size: 1.8rem;
        padding: 15px 15px;
        background: #F1A621;
        box-shadow: 0 5px 0 #D17128;
    }        
}



/* instagram */
.sec-instgram {
    padding: 40px 0 90px;
}
.p-sec12 {
    position: relative;
}
.p-sec12__instagram {
    position: relative;
    left: 50%;
    width: 2176px;
    margin-left: -1088px;
}
.p-sec12__instagram__list {
    display: flex;
    flex-wrap: wrap;
}
.p-sec12__instagram__list__item {
    width: calc(100% / 8);
    padding: 16px;
}
.p-sec12__instagram__list__item>a {
    display: block;
    transition: transform .3s ease;
}
.p-sec12__instagram__list__item>a:hover {
    opacity: .8;
}
.p-sec12__instagram__list__item>a img {
    width: 240px;
    height: 240px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px;
    transition: border-radius .3s ease, box-shadow .3s ease;
}
.p-sec12__instagram__link {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.p-sec12__instagram__link>a {
    display: inline-block;
    padding-top: 46px;
    background: url(https://www.e-blooming.com/brand/parts/img/instagram-logo.png) center top/36px 36px no-repeat;
    font-family: 'Noto Serif JP', serif;
    font-size: 1.8rem;
    text-decoration: underline;
}
@media only screen and (max-width: 768px) {
    .sec-instgram {
        padding: 30px 0 50px;
    }
    .p-sec12 {
        position: relative;
    }
    .p-sec12__instagram {
        left: 0;
        width: calc(100% + 120px);
        margin-left: -60px;
    }
    .p-sec12__instagram__list {
        display: flex;
        flex-wrap: wrap;
    }
    .p-sec12__instagram__list__item {
        width: calc(100% / 4);
        padding: 6px;
    }
    .p-sec12__instagram__list__item.-sp {
        display: none;
    }    
    .p-sec12__instagram__list__item>a {
        display: block;
        transition: transform .3s ease;
    }
    .p-sec12__instagram__list__item>a img {
        width: 100%;
        height: calc(100% - 12px);
    }
    .p-sec12__instagram__link {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .p-sec12__instagram__link>a {
        font-size: 1.1rem;
    }
}

.mdl-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1100;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, .5);
  display: none;    
}
.mdl-wrapper.-show {
  display: flex;
}
.mdl-wrapper .c-inner {
  width: 560px;
  padding: 0;
    position: relative;
}
.mdl-wrapper .btn-close {
  position: absolute;
  right: -5px !important;
  top: 5px;
}
.p-slide_show .slick-track {
}
.p-slide_show .slick-slide  {
    width: 560px;
    height: auto;
    padding: 0 50px 10px;
}
.p-slide_show img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 5px;
    box-shadow: 5px 10px 15px rgba(0,0,0,.2);
}
.p-slide_show .slick-dots {
    margin-top: 10px;
}
.p-slide_show .slick-dots li {
    margin: 0;
}
.p-slide_show .slick-dots li button:before {
    background: #eee;
    border-radius: 50%;
    text-indent: -999em; 
    width: 10px;
    height: 10px;
}
.p-slide_show .slick-dots .slick-active button:before {
    background: #fc3;
}
/* btn-close */
.btn-close {
  width: 44px;
  height: 44px;
  padding: 5px;
  position: absolute;
  background: none;
  border: none;
  box-sizing: border-box;
}
.btn-close::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  background: rgba(0, 0, 0, .7);
  border-radius: 50%;
  transform: scale(0);
}
.btn-close:hover::after {
  transform: scale(1);
}
.btn-close .ico {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/common/img/ico_close_w.svg") 50% 50% no-repeat;
  background-size: cover;
}
.btn-close.-white .ico {
  background: url("/common/img/ico_close_w.svg") 50% 50% no-repeat;
}

@media only screen and (max-width: 600px) {
    .mdl-wrapper .c-inner {
      width: 92%;
      max-width: 400px;
    }
    .p-slide_show .slick-slide  {
      width: 92%;
      max-width: 400px;
      padding: 0 5px 10px;
    }
    .p-slide_show .slick-arrow {}
    .slick-prev:before {
        left: -10px;
        margin: 0;
        border-top: 5px solid #000;
    border-right: 5px solid #000;
    }
    .slick-next:before {
        margin: 0;
        right: -10px;
        left: auto;
        position: absolute;
        border-top: 5px solid #000;
    border-right: 5px solid #000;
    }
    
    .mdl-wrapper .btn-close {
        top: -45px;
        right: 0;
    }
    
}

.anime_ready {
    transition: .5s all ease;
}
.-upshow {
    opacity: 0;
    transform: translateY(200px);
}
@media only screen and (max-width: 768px) {
    .-upshow {
        opacity: 0;
        transform: translateY(100px);
    }
}
.p-list_example .-upshow {
    transform: translateY(100px);    
}
.hl-example.-upshow {
    transition-delay: .2s;
    transform: translateY(50px);    
}
.-upshow.-animated {
    opacity: 1;
    transform: translateY(0); 
}
.-slidein {
    opacity: 0;
    transition: .7s all ease;
    transform: translateX(-50px);
}
.-slidein.-animated {
    opacity: 1;
    transform: translateX(0);
}
@media only screen and (max-width: 768px) {
    .-slidein {
        transition: .5s all ease;
        transform: translateY(50px);
    }
    .-slidein.-animated {
        transform: translateY(0);
    }    
}
.-fadein {
    opacity: 0;
    transition: .5s opacity ease;    
    transform: translateY(300px);
}
.-fadein.-animated {
    opacity: 1;
    transform: translateY(0);
}

img[height="1"] {
    display: none;
}