@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: bottom;
  text-decoration: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

input[type=submit],
input[type=button],
button {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus,
button::focus {
  outline-offset: -2px;
}

.iframe-wrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}

.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (max-width: 1024px) {
  .pc {
    display: none !important;
  }
}
@media (min-width: 1025px) {
  .sp {
    display: none !important;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.6rem;
  color: #444444;
  letter-spacing: 0.03em;
  line-height: 1.75;
}

@media (max-width: 1024px) {
  .scrollhint {
    min-height: 130px;
  }
  .scrollhint img {
    max-width: none;
    width: auto;
  }
}

/*　ボタン・リンク　ここから　*/
.btn-arrow {
  max-width: 100%;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
  text-align: center;
  border: solid 3px;
  border-radius: 3px;
  padding: 11px 0;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
	cursor: pointer;
}

@media (max-width: 1024px) {
  .btn-arrow {
    padding: 10px 0;
    font-size: 1.4rem;
  }
}
.btn-arrow .txt {
  line-height: 1.75;
  padding-left: 22px;
  position: relative;
}

.btn-arrow .txt:before, .btn-arrow .txt:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn-arrow .txt:before {
  background: #fff;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  left: -6px;
  top: 4px;
}

.btn-arrow .txt:after {
  border-left: solid 7px;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  left: 0;
  top: 8px;
}

.btn-arrow--rd {
  border-color: #FF4E4F;
  background: #FF4E4F;
}

.btn-arrow--rd .txt:after {
  border-left-color: #FF4E4F;
}

.btn-arrow--rd:hover {
  background: #fff;
  color: #FF4E4F;
}

.btn-arrow--rd:hover .txt:before {
  background: #FF4E4F;
}

.btn-arrow--rd:hover .txt:after {
  border-left-color: #fff;
}

.btn-arrow--wh {
  border-color: #fff;
}

.btn-arrow--wh .txt:after {
  border-left-color: #00BFA5;
}

.btn-arrow--wh:hover {
  border-color: #00BFA5;
  background: #fff;
  color: #00BFA5;
}

.btn-arrow--wh:hover .txt:before {
  background: #00BFA5;
}

.btn-arrow--wh:hover .txt:after {
  border-left-color: #fff;
}

.btn-arrow--border {
  border-color: #FF4E4F;
  color: #FF4E4F;
}

.btn-arrow--border .txt:before {
  background: #FF4E4F;
}

.btn-arrow--border .txt:after {
  border-left-color: #FFF;
}

.btn-arrow--border:hover {
  background: #FF4E4F;
  color: #FFF;
}

.btn-arrow--border:hover .txt:before {
  background: #FFF;
}

.btn-arrow--border:hover .txt:after {
  border-left-color: #FF4E4F;
}

.btn-bw {
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
  color: #444444;
  letter-spacing: 0.04em;
  display: inline-block;
  border: solid 2px #444444;
  border-radius: 4px;
  padding: 6px 20px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn-bw:hover {
  background: #444444;
  color: #fff;
}

.btn-txt {
  color: #FF4E4F;
  font-weight: bold;
  letter-spacing: 0.04em;
  padding-left: 26px;
  position: relative;
}

.btn-txt:before, .btn-txt:after {
  content: "";
  display: block;
  position: absolute;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn-txt:before {
  background: #FF4E4F;
  width: 17px;
  height: 17px;
  border-radius: 50%;
  left: 0;
  top: 5px;
}

.btn-txt:after {
  border-left: solid 7px #fff;
  border-top: solid 5px transparent;
  border-bottom: solid 5px transparent;
  left: 6px;
  top: 9px;
}

.btn-txt .txt {
  position: relative;
}

.btn-txt .txt:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 2px;
  height: 1px;
  background: #FF4E4F;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.btn-txt:hover .txt:after {
  opacity: 0;
}

@media (max-width: 1024px) {
  .btn-txt {
    font-size: 1.4rem;
  }

  .btn-txt:before {
    width: 16px;
    height: 16px;
    top: 4px;
  }

  .btn-txt:after {
    border-left: solid 7px #fff;
    border-top: solid 4px transparent;
    border-bottom: solid 4px transparent;
    left: 5px;
    top: 8px;
  }
}
.link-underline {
  text-decoration: underline;
}
.link-underline:hover {
  text-decoration: none;
}

/*　ボタン・リンク　ここまで　*/
.ttl-line {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0;
  position: relative;
  padding-bottom: 11px;
}
.ttl-line:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 24px);
  width: 50px;
  height: 5px;
  border-radius: 3px;
  background: #00BFA5;
}
.ttl-line--gr {
  color: #00BFA5;
  font-size: 3.2rem;
  padding-bottom: 13px;
}

@media (max-width: 1024px) {
  .ttl-line {
    font-size: 2.2rem;
  }
  .ttl-line:after {
    width: 28px;
    left: calc(50% - 14px);
    height: 3px;
  }
  .ttl-line--gr {
    font-size: 2rem;
    padding-bottom: 11px;
  }
}
.logo-link,
.campaign-link {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.logo-link:hover,
.campaign-link:hover {
  opacity: 0.7;
}

/* header */
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 35px 0 29px;
}

.header__logo {
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.16);
  margin-right: 28px;
}
.header__logo a {
  display: block;
  padding: 21px 28px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.header__logo a:hover {
  opacity: 0.7;
}
.header__logo img {
  width: 123px;
}

.header__btn {
  display: none;
}

.fixed-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: calc(100% - 210px);
}

.gnav {
  padding-top: 30px;
}
.gnav:nth-of-type(2) .gnav__menu-item:not(:last-child) {
  margin-right: 20px;
}

.gnav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.gnav__menu-item {
  position: relative;
  white-space: nowrap;
}
.gnav__menu-item a {
  color: #fff;
  letter-spacing: 0.05em;
  font-weight: bold;
  position: relative;
  padding: 5px 0;
}
.gnav__menu-item a::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.gnav__menu-item a:hover::after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.gnav__menu-item a.current:after {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left;
  transform-origin: left;
}
.gnav__menu-item:not(:last-child) {
  margin-right: 25px;
}

.gnav__menu-item--login a {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.04em;
  border: solid 3px #fff;
  padding: 7px 18px;
  border-radius: 100px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.gnav__menu-item--login a:hover {
  color: #00BFA5;
  border-color: #00BFA5;
  background: #fff;
}
.gnav__menu-item--login a:hover::after {
  display: none;
}

.gnav__menu-item--start {
  margin-bottom: 4px;
}
.gnav__menu-item--start a {
  background: #FF4E4F;
  color: #fff;
  letter-spacing: 0.04em;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 100px;
  border: solid 3px #FF4E4F;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.gnav__menu-item--start a:hover {
  background: #fff;
  color: #FF4E4F;
}
.gnav__menu-item--start a:hover::after {
  display: none;
}

.gnav__menu-item--slide {
  position: relative;
  padding-right: 23px;
  background: url(../img/common/arrow-icon01.svg) no-repeat center right/17px;
}
.gnav__menu-item--slide:hover .gnav__sub-item {
  padding: 4px 0;
  line-height: 1.75;
  visibility: visible;
  height: auto;
  opacity: 1;
}

.gnav__sub {
  position: absolute;
  top: 100%;
  left: 0;
}

.gnav__sub-item {
  line-height: 0;
  visibility: hidden;
  opacity: 0;
  height: 0;
  -webkit-transition: 0.1s ease;
  transition: 0.1s ease;
}

@media (min-width: 1025px) and (max-width: 1580px) {
  .header__inner {
    padding: 0 2% 0 1.5%;
  }

  .header__logo {
    margin-right: 1.5%;
  }
  .header__logo a {
    padding: 10px 14px;
  }
  .header__logo img {
    width: 58px;
  }

  .fixed-area {
    max-width: calc(100% - 90px);
  }

  .gnav {
    padding-top: 6px;
  }
  .gnav:first-child {
    margin-right: 0;
  }
  .gnav:nth-of-type(2) {
    width: 260px;
    max-width: calc(100% - 650px);
  }
  .gnav:nth-of-type(2) .gnav__menu {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .gnav:nth-of-type(2) .gnav__menu-item:not(:last-child) {
    margin-right: 2px;
  }

  .gnav__menu-item:not(:last-child) {
    margin-right: 9px;
  }
  .gnav__menu-item a {
    font-size: 1.3rem;
  }

  .gnav__menu-item--slide {
    background: url(../img/common/arrow-icon01.svg) no-repeat top 9px right 2px/12px;
    padding-right: 15px;
  }

  .gnav__menu-item--login a {
    padding: 2px 7px;
    font-size: 1.2rem;
  }

  .gnav__menu-item--start a {
    padding: 4px 8px;
    font-size: 1.2rem;
  }
}
@media (min-width: 1025px) {
  .header__fixed-btn {
    display: inline-block;
    color: #FF4E4F;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 0.04em;
    text-align: center;
    background: #FFEE00;
    padding: 10px 15px;
    border-radius: 100px;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
    position: fixed;
    right: 35px;
    top: 100px;
    opacity: 0;
    visibility: hidden;
  }

  .header.fixed {
    position: fixed;
    top: -78px;
    left: 0;
    width: 100%;
    z-index: 100;
    background: #fff;
    padding: 14px 0 5px;
    height: 78px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  }
  .header.fixed .header__inner {
    padding: 0 35px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1025px) and (max-width: 1580px) {
  .header.fixed .header__inner {
    padding: 0 2% 0 1.5%;
  }
}
@media (min-width: 1025px) {
  .header.fixed .header__logo {
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-radius: 0;
    padding-bottom: 9px;
  }
  .header.fixed .header__logo a {
    padding: 0;
  }
  .header.fixed .header__logo img {
    width: 80px;
  }
}
@media (min-width: 1025px) and (max-width: 1580px) {
  .header.fixed .header__logo img {
    width: 58px;
  }
}
@media (min-width: 1025px) {
  .header.fixed .fixed-area {
    max-width: calc(100% - 60px);
  }
}
@media (min-width: 1025px) {
  .header.fixed .gnav {
    padding-top: 0;
  }
  .header.fixed .gnav__menu-item a {
    color: #00BFA5;
  }
  .header.fixed .gnav__menu-item a:after {
    background: #00BFA5;
  }
  .header.fixed .gnav__menu-item--slide {
    background-image: url(../img/common/arrow-icon01_gr.svg);
    padding-right: 19px;
  }
  .header.fixed .gnav__menu-item--login a {
    border-color: #00BFA5;
  }
  .header.fixed .gnav__menu-item--login a:hover {
    color: #fff;
    background: #00BFA5;
  }
  .header.fixed .gnav__menu-item--start a {
    color: #fff;
  }
  .header.fixed .gnav__menu-item--start a:hover {
    color: #FF4E4F;
  }
  .header.fixed .gnav__sub-item a {
    display: inline-block;
    margin-top: 5px;
    background: #fff;
    padding: 10px;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  }
  .header.fixed .gnav__sub-item a:after {
    bottom: 10px;
    left: 10px;
    right: 10px;
  }
}
@media (min-width: 1025px) {
  .header.fixed.show {
    -webkit-transform: translateY(100%);
            transform: translateY(100%);
  }
  .header.fixed.show .header__fixed-btn {
    opacity: 1;
    visibility: visible;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .header.fixed.show .header__fixed-btn:hover {
    background: #FF4E4F;
    color: #FFEE00;
  }
}
@media (max-width: 1024px) {
  .header {
    position: fixed;
  }

  .header__inner {
    background: #fff;
    -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
            box-shadow: 0 3px 12px rgba(0, 0, 0, 0.16);
    border-radius: 0 0 8px 8px;
    padding: 8px 70px 9px 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }

  .header__logo {
    background: unset;
    -webkit-box-shadow: unset;
            box-shadow: unset;
    margin: 0;
    margin-right: 20px;
  }
  .header__logo a {
    padding: 0;
  }
  .header__logo img {
    width: 67px;
  }

  .header__btn {
    display: inline-block;
    max-width: 31%;
  }
  .header__btn--campaign {
    margin-right: 20px;
  }

  .gnav {
    display: none;
  }
}
/* スマホメニュー */
.hamburger {
  display: none;
  position: absolute;
  z-index: 300;
  right: 22px;
  top: 12px;
  width: 25px;
  height: 30px;
  cursor: pointer;
  text-align: center;
}

.hamburger__border {
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  left: 0;
  background: #00BFA5;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.hamburger__border:nth-child(1) {
  top: 10px;
}
.hamburger__border:nth-child(2) {
  top: 18px;
}
.hamburger__border:nth-child(3) {
  top: 26px;
}

/* ナビ開いてる時のボタン */
.hamburger--active .hamburger__border:nth-child(1) {
  top: 16px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.hamburger--active .hamburger__border:nth-child(2), .hamburger--active .hamburger__border:nth-child(3) {
  top: 16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

@media (max-width: 1024px) {
  .hamburger {
    display: block;
  }
}
/* drawer */
.drawer {
  display: none;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  background: #00BFA5;
  width: 100%;
  padding: 90px 5% 20px;
  overflow: auto;
  height: 100vh;
}

.drawer__menu {
  margin-bottom: 40px;
}

.drawer__menu-item {
  width: 100%;
}
.drawer__menu-item:not(:last-child) {
  margin-bottom: 12px;
}
.drawer__menu-item a {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 4px 0;
  display: inline-block;
  position: relative;
}
.drawer__menu-item a::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background: #fff;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: right;
          transform-origin: right;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.drawer__menu-item a:hover::after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}
.drawer__menu-item a.current:after {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transform-origin: left;
          transform-origin: left;
}

.drawer__btn {
  display: block;
  text-align: center;
  color: #fff;
  font-size: 1.4rem;
  font-weight: bold;
  width: 200px;
  max-width: 100%;
  border: solid 3px #fff;
  border-radius: 100px;
  margin: 0 auto;
  padding: 5px 12px;
}

/* footer */
.footer {
  position: relative;
  padding-top: 33px;
}

@media (max-width: 1024px) {
  .footer {
    padding-top: 0;
  }
}
.footer #pagetop {
  position: fixed;
  right: 30px;
  bottom: 16px;
  z-index: 99;
  display: block;
  background: #000;
  border: solid 2px #000;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  -webkit-transition: background 0.3s ease;
  transition: background 0.3s ease;
}

.footer #pagetop:after {
  content: "";
  display: block;
  position: absolute;
  border-top: solid 2px #fff;
  border-left: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
  height: 6px;
  left: 17px;
  top: 18px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.footer #pagetop:hover {
  background: #fff;
}

.footer #pagetop:hover:after {
  border-color: #000;
}

@media (max-width: 1024px) {
  .footer #pagetop {
    right: 20px;
    bottom: 70px;
  }
}
.footer__top {
  background: #00bfa5;
  background: -webkit-gradient(linear, left top, right top, from(#00bfa5), to(#00d1d1));
  background: linear-gradient(to right, #00bfa5 0%, #00d1d1 100%);
  margin-bottom: 28px;
}

@media (max-width: 1024px) {
  .footer__top {
    margin-bottom: 37px;
  }
}
.footer__top .inner {
  width: 1200px;
  max-width: calc(100% - 214px);
  margin: 0 auto;
  padding: 35px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 1024px) {
  .footer__top .inner {
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 35px 0 40px;
  }
}
.footer__top .txt-wrap {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 73%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__top .txt-wrap .ttl {
  letter-spacing: 0;
  margin-right: 7%;
}

.footer__top .txt-wrap .ttl .large {
  display: block;
  width: 310px;
  max-width: 100%;
}

.footer__top .txt-wrap .ttl .small {
  font-weight: bold;
  display: block;
}

.footer__top .txt-wrap .btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 10px;
}

.footer__top .txt-wrap .btn-wrap .btn-arrow {
  width: 220px;
  margin: 0 16px 10px 0;
}

@media (max-width: 1024px) {
  .footer__top .txt-wrap {
    display: block;
    width: 100%;
    text-align: center;
  }

  .footer__top .txt-wrap .ttl {
    margin: 0 0 10px;
  }

  .footer__top .txt-wrap .ttl .large {
    margin: 0 auto 5px;
  }

  .footer__top .txt-wrap .ttl .small {
    font-size: 1.4rem;
  }

  .footer__top .txt-wrap .btn-wrap {
    display: block;
    padding-top: 0;
  }

  .footer__top .txt-wrap .btn-wrap .btn-arrow {
    width: 90%;
    margin: 0 auto;
  }

  .footer__top .txt-wrap .btn-wrap .btn-arrow + .btn-arrow {
    margin-top: 10px;
  }
}
.footer__top .img-wrap {
  position: absolute;
  right: -7px;
  top: -33px;
  width: 27%;
}

.footer__top .img-wrap .campaign-wrap {
  position: absolute;
  right: -100px;
  top: 6px;
  width: 58%;
}

@media (max-width: 1024px) {
  .footer__top .img-wrap {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 29px;
  }

  .footer__top .img-wrap .campaign-wrap {
    right: 4px;
    width: 153px;
    top: 28%;
  }
}
.footer__middle {
  width: 96%;
  margin: 0 auto 16px;
  border-bottom: 1px solid #E6E6E6;
  padding-bottom: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__middle .logo-wrap {
  width: 123px;
}

.footer__middle .nav {
  margin-top: 23px;
  width: 88.8%;
  max-width: calc(100% - 130px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__middle .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__middle .nav__list--1 .nav__item {
  margin-right: 36px;
}

.footer__middle .nav__list--1 .nav__link {
  font-size: 1.4rem;
  font-weight: bold;
  color: #444444;
  letter-spacing: 0.05em;
}

.footer__middle .nav__list--1 .nav__link:hover {
  text-decoration: underline;
}

.footer__middle .nav__list--2 .nav__item {
  margin-left: 19px;
}

@media (max-width: 1024px) {
  .footer__middle {
    display: block;
    width: 91%;
    margin-bottom: 22px;
  }

  .footer__middle .logo-wrap {
    margin: 0 auto 32px;
  }

  .footer__middle .nav {
    margin-top: 0;
    width: 100%;
    max-width: none;
    display: block;
  }

  .footer__middle .nav__list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__middle .nav__list--1 {
    margin-bottom: 20px;
  }

  .footer__middle .nav__list--1 .nav__item {
    margin: 0;
  }

  .footer__middle .nav__list--2 .nav__item {
    margin: 0;
  }

  .footer__middle .nav__list--2 .nav__link {
    width: 100%;
  }

  .footer__middle .nav__item {
    width: 48%;
  }
}
.footer__bottom {
  width: 96%;
  margin: 0 auto;
  padding-bottom: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__bottom .copyright {
  font-size: 1.2rem;
}

.footer__bottom .sub-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__bottom .sub-nav__item {
  margin-left: 30px;
}

.footer__bottom .sub-nav__link {
  font-size: 1.2rem;
  color: #444444;
  letter-spacing: 0.05em;
  display: block;
}

.footer__bottom .sub-nav__link:hover {
  text-decoration: underline;
}

@media (max-width: 1024px) {
  .footer__bottom {
    width: 91%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 86px;
  }

  .footer__bottom .copyright {
    font-size: 1rem;
  }

  .footer__bottom .sub-nav {
    margin-bottom: 18px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer__bottom .sub-nav__item {
    margin: 0;
    width: 48%;
  }
}
@media (max-width: 1024px) {
  .footer .fixed-contact {
    position: fixed;
    left: 50%;
    bottom: 10px;
    z-index: 99;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 300px;
    max-width: 90%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .footer .fixed-contact.show {
    opacity: 1;
    visibility: visible;
  }
}
/*　料金・プラン表　ここから　*/
.plan__list {
  width: 1200px;
  max-width: 90%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;
}

@media (max-width: 1024px) {
  .plan__list {
    display: block;
  }
}
.plan__item {
  width: 30%;
  border-radius: 10px;
  padding-top: 29px;
  position: relative;
}

@media (max-width: 1024px) {
  .plan__item {
    width: 100%;
    padding-top: 26px;
  }

  .plan__item + .plan__item {
    margin-top: 20px;
  }
}
.plan__recommend {
  position: absolute;
  top: 0;
  right: 0;
}

.plan__item .top {
  text-align: center;
  padding-bottom: 132px;
  position: relative;
}

.plan__item .top .txt-wrap {
  min-height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 15px;
}

.plan__item .top .txt-wrap .txt {
  color: #878787;
  font-size: 1.4rem;
  line-height: 1.72;
}

.plan__item .top .ttl {
  font-size: 4rem;
  font-weight: bold;
  color: #00BFA5;
  margin-bottom: 5px;
  line-height: 1.2;
}

.plan__item .top .price {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
}

.plan__item .top .price .large {
  font-size: 4rem;
  vertical-align: baseline;
}

.plan__item .top .price .small {
  font-size: 1.4rem;
  vertical-align: baseline;
}

@media (max-width: 1024px) {
  .plan__item .top {
    padding-bottom: 16px;
  }

  .plan__item .top .txt-wrap {
    min-height: auto;
    margin-bottom: 9px;
  }

  .plan__item .top .txt-wrap .txt {
    font-size: 1.2rem;
    line-height: 1.5;
  }

  .plan__item .top .ttl {
    margin-bottom: 2px;
  }
}
.plan__item .btn-wrap {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

@media (max-width: 1024px) {
  .plan__item .btn-wrap {
    position: static;
    padding-top: 5px;
  }
}
.plan__item .middle {
  background: #F6F6F6;
  padding: 22px 5% 10px 7%;
  margin-bottom: 19px;
}

.plan__item .middle__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 14px;
}

.plan__item .middle__dd {
  text-align: right;
}

@media (max-width: 1024px) {
  .plan__item .middle {
    padding: 20px 6% 4px 7%;
  }

  .plan__item .middle__dl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
.plan__item .bottom {
  padding: 0 7%;
}

.plan__item .bottom__item {
  line-height: calc(24 / 16);
}

.plan__item .bottom__item + .bottom__item {
  border-top: 1px solid #E6E6E6;
  margin-top: 13px;
  padding-top: 10px;
}

@media (max-width: 1024px) {
  .plan__item .bottom__item {
    font-size: 1.6rem;
    line-height: calc(26 / 14);
  }

  .plan__item .bottom__item + .bottom__item {
    margin-top: 13px;
    padding-top: 12px;
  }
}
.plan__item--free {
  border: solid 1px #E6E6E6;
  padding-bottom: 60px;
}
.plan__item--free .top .ttl {
  color: #AFC7C3;
}
.plan__item--free .btn-wrap {
  bottom: 60px;
}
.plan__item--free .btn-arrow {
  width: 88%;
  padding: 7px 0;
}

@media (max-width: 1024px) {
  .plan__item--free {
    padding-bottom: 13px;
  }
  .plan__item--free .btn-arrow {
    width: 90%;
    padding: 10px 0;
  }
}
.plan__item--normal {
  border: solid 4px #00BFA5;
  padding-top: 26px;
  padding-bottom: 100px;
}
.plan__item--normal .btn-wrap {
  bottom: 33px;
}
.plan__item--normal .btn-arrow {
  width: 88%;
  padding: 7px 0;
}

.plan__item--normal .btn-wrap .balloon {
  margin-bottom: 7px;
  display: block;
  color: #FF4E4F;
  font-weight: bold;
  letter-spacing: 0.04em;
  position: relative;
}

.plan__item--normal .btn-wrap .balloon:before, .plan__item--normal .btn-wrap .balloon:after {
  content: "";
  display: block;
  position: absolute;
  width: 2px;
  height: 16px;
  background: #FF4E4F;
  bottom: 3px;
}

.plan__item--normal .btn-wrap .balloon:before {
  left: calc(50% - 4.5rem);
  -webkit-transform: rotate(-30deg);
  transform: rotate(-30deg);
}

.plan__item--normal .btn-wrap .balloon:after {
  right: calc(50% - 4.5rem);
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

@media (max-width: 1024px) {
  .plan__item--normal {
    padding-bottom: 7px;
  }

  .plan__item--normal .bottom {
    margin-bottom: 13px;
  }

  .plan__item--normal .btn-wrap .balloon {
    margin-bottom: 9px;
  }

  .plan__item--normal .btn-wrap .btn-arrow {
    width: 90%;
    padding: 10px 0;
  }
}
.plan__item--enterprise {
  border: solid 1px #00BFA5;
  padding-bottom: 30px;
}
.plan__item--enterprise .btn-wrap {
  bottom: 60px;
}
.plan__item--enterprise .btn-arrow {
  width: 88%;
  padding: 7px 0;
}

@media (max-width: 1024px) {
  .plan__item--enterprise {
    padding-bottom: 20px;
  }

  .plan__item--enterprise .btn-arrow {
    width: 90%;
    padding: 10px 0;
  }
}
/*　料金・プラン表　ここまで　*/