@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,700&subset=japanese&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,550,700&subset=japanese&display=swap");
@import url("https://fonts.googleapis.com/css?family=Shippori+Mincho+B1: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, font, 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, section, article, aside, hgroup, header, footer, nav, dialog, figure, menu, video, audio, mark, time, canvas, details {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}

section, article, aside, hgroup, header, footer, main, nav, dialog, figure, figcaption {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  line-height: 1;
  -webkit-text-size-adjust: 100%;
  -webkit-print-color-adjust: exact;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

:focus {
  outline: none;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

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

img {
  -webkit-backface-visibility: hidden;
  vertical-align: bottom;
}

b, strong, em {
  font-weight: inherit;
  font-style: inherit;
}

.en {
  font-family: "Shippori Mincho B1", serif;
}

html {
  font-size: 10px;
}
@media screen and (max-width:374px) {
  html {
    font-size: 2.6666666667vw;
  }
}

body {
  width: 100%;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  background-color: #f2fcff;
}
body.is-locked {
  position: fixed;
  height: auto;
  left: 0;
  width: 100%;
}
@media print, screen and (min-width:768px) {
  body.is-locked.isChrome:not(.isMac).is-view-pc {
    padding-right: 17px;
  }
  body.is-locked.isChrome:not(.isMac).is-view-pc .l-header {
    right: 17px;
  }
}
@media screen and (max-width:767px) {
  body {
    min-width: 320px;
  }
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-break: strict;
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a img,
a i {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

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

iframe {
  vertical-align: bottom;
}

.hover-alpha a:hover img {
  opacity: 0.7;
}

::-webkit-input-placeholder {
  color: #ccc;
  padding-top: 0.2em;
}

:-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

::-moz-placeholder {
  color: #ccc;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #ccc;
}

select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel],
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 0;
  line-height: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: none;
  background: none;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 100%;
  border: 1px solid #eee;
  background: #fff;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 44px;
  line-height: 44px;
  font-size: 1.6rem;
}

select {
  cursor: pointer;
  width: 100%;
  padding: 0 40px 0 15px;
  border: 1px solid #eee;
  background: #fff;
  height: 44px;
  font-size: 1.6rem;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: none;
  width: 100%;
  line-height: 1.5;
  border: 1px solid #eee;
  background: #fff;
  font-size: 1.6rem;
  padding: 15px;
  font: inherit;
}

input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  line-height: 1;
  cursor: pointer;
}

button {
  cursor: pointer;
}

@media screen and (max-width:767px) {
  select,
textarea,
input[type=text],
input[type=email],
input[type=number],
input[type=tel] {
    font-size: 1.6rem;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: inherit;
  }
}
@keyframes fadeIn {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: inherit;
  }
}
.u-mt60 {
  margin-top: 60px !important;
}
@media screen and (max-width:767px) {
  .u-mt60 {
    margin-top: 40px !important;
  }
}

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

@media screen and (max-width:767px) {
  .u-anchor-scroll {
    padding-top: 60px !important;
  }
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  max-width: 1000px;
}

@media print, screen and (min-width:768px) {
  .l-container {
    padding: 65px 0 0;
  }
}
@media screen and (max-width:767px) {
  .l-container {
    padding: 20px 0 0;
  }
}

.l-page {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100vh;
  padding-top: 90px;
}
@media screen and (max-width:767px) {
  .l-page {
    padding-top: 60px;
  }
  .l-page.top {
    padding-top: 0;
  }
}
.l-page__heading {
  position: absolute;
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}

.l-header {
  background: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9000;
}
.l-header__inner {
  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;
  height: 90px;
  padding: 17px 5px 17px 0;
  max-width: 1166px;
}
@media screen and (max-width:1239px) {
  .l-header__inner {
    padding: 17px;
  }
}
@media screen and (max-width:767px) {
  .l-header__inner {
    height: 60px;
    background: #fff;
    z-index: 8500;
    position: relative;
    padding: 0px;
    width: 100%;
  }
}
.l-header-logo {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width:768px) {
  .l-header-logo {
    width: 164px;
  }
  .l-header-logo:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width:767px) {
  .l-header-logo {
    width: 123px;
    margin-left: 10px;
  }
}
.l-header-logo__link {
  display: block;
}
.l-header-nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  margin-left: 60px;
  margin-right: 25px;
  border-right: 1px solid #d0d7da;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:1239px) {
  .l-header-nav {
    margin: 0 16px;
  }
}
@media screen and (max-width:767px) {
  .l-header-nav {
    display: none;
  }
}
.l-header-nav__main {
  height: 100%;
  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;
}
.l-header-nav__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  height: 100%;
  border-left: 1px solid #d0d7da;
  position: relative;
  cursor: pointer;
}
.l-header-nav__item::before {
  content: "";
  position: absolute;
  top: 100%;
  height: 17px;
  background-color: transparent;
  left: 0;
  width: 100%;
}
.l-header-nav__item:hover .l-header-nav__link::before {
  opacity: 1;
}
.l-header-nav__item:hover .l-header-nav__item-sub {
  display: block;
}
.l-header-nav__item-sub {
  display: none;
  width: 416px;
  position: absolute;
  top: calc(100% + 17px);
  left: -1px;
  -webkit-box-shadow: 2px 2px 3px #888;
          box-shadow: 2px 2px 3px #888;
  background: #f3f8fa;
  padding: 5px 15px;
}
@media screen and (max-width:1239px) {
  .l-header-nav__item-sub {
    left: -50%;
    top: calc(100% + 17px);
  }
}
.l-header-nav__item-sub li:not(:last-child) {
  border-bottom: 2px solid #dce4e7;
}
.l-header-nav__item-sub li {
  padding: 20px 24px 24px 24px;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-header-nav__item-sub li a {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
}
.l-header-nav__item-sub li:hover {
  opacity: 0.5;
}
.l-header-nav__item--top {
  max-width: 100px;
}
@media screen and (max-width: 980px) {
  .l-header-nav__item--top {
    max-width: 60px;
  }
}
.l-header-nav__link {
  text-align: center;
  font-size: 1.6rem;
  position: relative;
  padding-bottom: 2px;
  color: #333;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  letter-spacing: 0.08em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 960px) {
  .l-header-nav__link .tab {
    display: block !important;
  }
}
@media screen and (max-width:1239px) {
  .l-header-nav__link {
    font-size: 1.4rem;
  }
}
.l-header-nav__link:before {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  content: "";
  z-index: 1;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  height: 1px;
  background: #797979;
  opacity: 0;
}
.l-header-nav__link img {
  width: 13px;
  margin-left: 15px;
}
.l-header-menusp {
  border-top: 2px solid #d1dce0;
  position: fixed;
  top: 60px;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 20px;
  overflow-y: auto;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: none;
}
@media screen and (max-width:767px) {
  .l-header-menusp {
    display: block;
  }
}
.l-header-menusp.is-open {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.l-header-menusp__block {
  position: relative;
  margin-bottom: 10px;
}
.l-header-menusp__block.is-open .ico-accodion:after {
  opacity: 0;
}
.l-header-menusp__block.is-open .l-header-menusp__sub {
  padding-bottom: 0;
  max-height: 500px;
}
.l-header-menusp__block.is-accodion {
  margin-bottom: 0;
}
.l-header-menusp__block.is-accodion .l-header-menusp__sub {
  padding-bottom: 10px;
}
.l-header-menusp__head {
  padding: 0px 20px;
  background-color: #008eb1;
  color: #fff;
}
.l-header-menusp__head 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;
}
.l-header-menusp__head a .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  letter-spacing: 0.15em;
}
.l-header-menusp__head a .ico {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-header-menusp__head a .ico img {
  width: 8px;
}
.l-header-menusp__head a .ico-accodion {
  position: relative;
  width: 100%;
  height: 100%;
}
.l-header-menusp__head a .ico-accodion:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.l-header-menusp__head a .ico-accodion:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 8px;
  width: 2px;
  height: 16px;
  background-color: rgba(255, 255, 255, 0.8);
  -webkit-transform: translate(1px, -50%);
          transform: translate(1px, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-header-menusp__sub {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.l-header-menusp__sub li {
  padding: 0 15px;
}
.l-header-menusp__sub li 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;
  padding: 15px 0 20px 0;
  border-bottom: 2px solid #cfd7da;
  line-height: 1.5;
}
.l-header-menusp__sub li a.no-border {
  border-bottom: none;
}
.l-header-menusp__sub li a .txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  color: #008eb1;
}
.l-header-menusp__sub li a .ico {
  margin-top: 2px;
  width: 8px;
  margin-right: 4px;
}
.l-header-menusp__sub li a .ico img {
  width: 8px;
}
.l-header-menusp__btns {
  width: 100%;
  margin-top: 20px;
}
.l-header-menusp__btns .btn {
  color: #fff;
  width: 100%;
  display: block;
  padding: 23px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.l-header-menusp__btns .btn.btn01 {
  background-color: #008eb1;
  margin-bottom: 10px;
}
.l-header-menusp__btns .btn.btn02 {
  background-color: #f29800;
}
.l-header-menusp__btns .btn span {
  margin-left: 20px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 1.4rem;
}
.l-header-menusp__btns .btn .ico {
  width: 35px;
  position: relative;
  top: -7px;
}
.l-header-menusp__btns .btn .ico img {
  width: 35px;
}
.l-header-btn {
  width: 194px;
  padding: 14px 20px;
  background-color: #f29800;
  color: #fff;
  font-size: 1.6rem;
  cursor: pointer;
  padding: 20px;
  position: relative;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.l-header-btn::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  right: 15px;
  top: 50%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width:1024px) {
  .l-header-btn::before {
    right: 10px;
    width: 9px;
    height: 9px;
  }
}
.l-header-btn:hover {
  opacity: 0.6;
}
@media screen and (max-width:1239px) {
  .l-header-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (max-width:767px) {
  .l-header-btn {
    display: none;
  }
}
.l-header-btn img {
  width: 14px;
  height: 14px;
  position: relative;
  margin-right: 5px;
  margin-left: 15px;
}
.l-header-btnsp {
  width: 60px;
  height: 60px;
  background-color: #328EB6;
  position: relative;
  cursor: pointer;
  display: none;
}
@media screen and (max-width:767px) {
  .l-header-btnsp {
    display: block;
  }
}
.l-header-btnsp span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 35px;
  height: 2px;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.l-header-btnsp span:nth-child(1) {
  top: calc(50% - 10px);
}
.l-header-btnsp span:nth-child(3) {
  top: calc(50% + 10px);
}
.l-header-btnsp.is-open span:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.l-header-btnsp.is-open span:nth-child(2) {
  display: none;
}
.l-header-btnsp.is-open span:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.l-footer {
  color: #fff;
  line-height: 1;
  text-align: center;
  margin-top: auto;
  background: #3e3a39;
}
@media screen and (max-width:767px) {
  .l-footer {
    position: relative;
    background-color: #fff;
    padding-top: 63px;
  }
}
.l-footer__inner {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding: 35px 20px;
}
@media screen and (max-width:767px) {
  .l-footer__inner {
    padding: 27px 20px;
    background: #3e3a39;
  }
}

.l-footer-pagetop {
  display: block;
  position: absolute;
  position: absolute;
  bottom: 100%;
  right: 0;
  margin-bottom: 30px;
  z-index: 90;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width:768px) {
  .is-view-pc .l-footer-pagetop:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width:767px) {
  .l-footer-pagetop {
    right: 20px;
    bottom: calc(100% + 63px);
    margin-bottom: 20px;
  }
}
.l-footer-pagetop__trriger {
  width: 70px;
  height: 70px;
}
.l-footer-pagetop.is-fixed {
  position: fixed;
  bottom: 0;
}

.l-footer-copyright {
  font-size: 0.87rem;
  line-height: 1.3;
}
@media screen and (max-width:767px) {
  .l-footer-copyright {
    font-size: 2.5333333333vw;
  }
}

.l-footer-operator {
  font-size: 1.6rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media screen and (max-width:767px) {
  .l-footer-operator {
    font-size: 1.2rem;
  }
}

.button-web {
  position: fixed;
  right: 0;
  z-index: 100;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.button-web.changed {
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width:767px) {
  .button-web.changed {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1561px) {
  .button-web {
    top: inherit !important;
    bottom: 2%;
  }
}
@media print, screen and (min-width:768px) {
  .button-web {
    opacity: 0;
    visibility: hidden;
  }
  .button-web.show {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (max-width:767px) {
  .button-web {
    position: absolute;
    bottom: 120px !important;
    top: inherit !important;
    width: 100vw;
    -webkit-transition: none;
    transition: none;
  }
  .button-web.is-fixed {
    position: fixed;
    bottom: 0 !important;
  }
}
.button-web a {
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  display: block;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .button-web a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width:767px) {
  .button-web a {
    height: 63px;
    background: #f29800;
  }
  .button-web a img {
    height: 100%;
    width: auto;
  }
}
@media screen and (max-width:374px) {
  .button-web a {
    height: 50px;
  }
}

.l-main {
  display: block;
  font-size: 1.4rem;
  line-height: 1.5;
}
@media screen and (max-width:767px) {
  .l-main {
    font-size: 3.7333333333vw;
  }
}

.c-btn-center {
  margin-left: auto;
  margin-right: auto;
}

.c-btn-01 {
  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%;
  height: 70px;
  text-align: center;
  cursor: pointer;
  position: relative;
  border: 1px solid #2c8db4;
  font-weight: normal;
  max-width: 440px;
  padding: 0 40px;
  font-size: 1.8rem;
  color: #2c8db4;
}
@media screen and (max-width:767px) {
  .c-btn-01 {
    height: 60px;
    font-size: 1.4rem;
  }
}
.c-btn-01__txt {
  display: inline-block;
  position: relative;
  z-index: 2;
  letter-spacing: 0.05em;
}
.c-btn-01__ico {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:767px) {
  .c-btn-01__ico {
    right: 18px;
  }
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-01:hover {
    color: #fff;
    background-color: #2c8db4;
  }
  .is-view-pc .c-btn-01:hover .c-btn-01__ico {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17.5px' height='9.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M1.163,1.462 L8.331,7.197 L15.498,1.462 '/%3E%3C/svg%3E");
  }
}
.c-btn-01--blue {
  background-color: #2c8db4;
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-01--blue:hover {
    background-color: #fff;
    color: #2c8db4;
  }
  .is-view-pc .c-btn-01--blue:hover .c-btn-01__ico {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='47.5px' height='8.5px'%3E%3Cdefs%3E%3Cfilter id='Filter_0'%3E%3CfeFlood flood-color='rgb(44, 141, 180)' flood-opacity='1' result='floodOut' /%3E%3CfeComposite operator='atop' in='floodOut' in2='SourceGraphic' result='compOut' /%3E%3CfeBlend mode='normal' in='compOut' in2='SourceGraphic' /%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23Filter_0)'%3E%3Cpath fill-rule='evenodd' stroke='rgb(44, 141, 180)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.499,6.993 L44.271,6.993 L36.662,1.881 '/%3E%3C/g%3E%3Cpath fill='none' stroke='rgb(44, 141, 180)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' d='M0.499,6.993 L44.271,6.993 L36.662,1.881 '/%3E%3C/svg%3E");
  }
}
@media screen and (max-width:767px) {
  .c-btn-01--blue .c-btn-01__ico {
    width: 34px;
    height: 6px;
    background-size: 100%;
  }
}
.c-btn-01--back {
  background-color: #637a85;
  border-color: transparent;
  color: #fff;
}
.c-btn-01--back .c-btn-01__ico {
  right: auto;
  left: 40px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .c-btn-01--back:hover {
    background-color: #fff;
    border-color: #637a85;
    color: #637a85;
  }
  .is-view-pc .c-btn-01--back:hover .c-btn-01__ico {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='47.5px' height='8.5px'%3E%3Cdefs%3E%3Cfilter id='Filter_0'%3E%3CfeFlood flood-color='rgb(99, 122, 133)' flood-opacity='1' result='floodOut' /%3E%3CfeComposite operator='atop' in='floodOut' in2='SourceGraphic' result='compOut' /%3E%3CfeBlend mode='normal' in='compOut' in2='SourceGraphic' /%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23Filter_0)'%3E%3Cpath fill-rule='evenodd' stroke='rgb(99, 122, 133)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M46.281,6.994 L2.509,6.994 L10.119,1.881 '/%3E%3C/g%3E%3Cpath fill='none' stroke='rgb(99, 122, 133)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' d='M46.281,6.994 L2.509,6.994 L10.119,1.881 '/%3E%3C/svg%3E");
  }
}
@media screen and (max-width:767px) {
  .c-btn-01--back .c-btn-01__ico {
    width: 34px;
    height: 6px;
  }
}
.c-btn-01--orange {
  background-color: #f29800;
  color: #fff;
}
.c-btn-01--orange .c-btn-01__ico {
  right: auto;
  left: 40px;
}
.c-btn-01--orange01 {
  background-color: #f29800;
  border-color: #f29800;
  color: #fff;
}
.c-btn-01--orange01:hover {
  background-color: #f29800 !important;
  opacity: 0.7;
}
.c-btn-01--orange01:hover .c-btn-01__ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='47.5px' height='8.5px'%3E%3Cdefs%3E%3Cfilter id='Filter_0'%3E%3CfeFlood flood-color='rgb(255, 255, 255)' flood-opacity='1' result='floodOut' /%3E%3CfeComposite operator='atop' in='floodOut' in2='SourceGraphic' result='compOut' /%3E%3CfeBlend mode='normal' in='compOut' in2='SourceGraphic' /%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23Filter_0)'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.499,6.993 L44.271,6.993 L36.662,1.881 '/%3E%3C/g%3E%3Cpath fill='none' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' d='M0.499,6.993 L44.271,6.993 L36.662,1.881 '/%3E%3C/svg%3E") !important;
}
.c-btn-01--orange01 .c-btn-01__ico {
  right: 40px;
  left: auto;
}

.c-card-01 .c-card-01__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin: -40px -20px 0;
}
@media screen and (max-width:767px) {
  .c-card-01 .c-card-01__items {
    margin-top: -25px;
  }
}
.c-card-01 .c-card-01__item {
  width: 100%;
  margin: 40px 20px 0;
}
@media screen and (max-width:767px) {
  .c-card-01 .c-card-01__item {
    margin-top: 25px;
  }
}
@media screen and (max-width:767px) {
  .c-card-01.c-card-01--col2 .c-card-01__items {
    margin: 0 0 0;
  }
}
@media print, screen and (min-width:768px) {
  .c-card-01.c-card-01--col2 .c-card-01__item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
  }
  .c-card-01.c-card-01--col2 .c-card-01__item--full {
    width: 100%;
  }
}
.c-card-01.c-card-01--col3 .c-card-01__items {
  margin: -30px -7.5px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width:767px) {
  .c-card-01.c-card-01--col3 .c-card-01__items {
    margin: -14px 0 0;
  }
}
@media print, screen and (min-width:768px) {
  .c-card-01.c-card-01--col3 .c-card-01__item {
    width: calc(33.3333333333% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    margin-top: 30px;
  }
}
@media screen and (max-width:767px) {
  .c-card-01.c-card-01--col3 .c-card-01__item {
    margin: 14px 0 0;
  }
}
@media print, screen and (min-width:768px) {
  .c-card-01.c-card-01--col4 .c-card-01__item {
    width: calc(50% - 30px);
  }
}
@media print, screen and (min-width:1025px) {
  .c-card-01.c-card-01--col4 .c-card-01__item {
    width: calc(25% - 30px);
  }
}

.c-form-input {
  display: inline-block;
  width: 100%;
}

.c-form-radio {
  display: inline-block;
  cursor: pointer;
  min-height: 22px;
}
.c-form-radio span {
  display: block;
  padding: 1px 0 0 30px;
  position: relative;
  line-height: 1.3;
}
.c-form-radio span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border: 1px solid #eee;
  background: #fff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-form-radio span:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 6px;
  z-index: 1;
  background: #000;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-form-radio input[type=radio] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}
.c-form-radio input[type=radio]:focus + span:before {
  border: 1px solid #aaa;
}
.c-form-radio input[type=radio]:checked + span:after {
  visibility: visible;
}

.c-form-checkbox {
  display: inline-block;
  cursor: pointer;
  min-height: 22px;
}
.c-form-checkbox span {
  display: block;
  padding: 1px 0 0 30px;
  position: relative;
  line-height: 1.3;
}
.c-form-checkbox span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  border: 1px solid #eee;
  background: #fff;
  width: 22px;
  height: 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-form-checkbox span:after {
  content: "";
  display: block;
  width: 11px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 6px;
  left: 6px;
  z-index: 1;
  visibility: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.c-form-checkbox input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
}
.c-form-checkbox input[type=checkbox]:focus + span:before {
  border: 1px solid #aaa;
}
.c-form-checkbox input[type=checkbox]:checked + span:after {
  visibility: visible;
}

.c-form-select {
  position: relative;
}
.c-form-select:after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  border-top: 2px solid #333;
  border-right: 2px solid #333;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  pointer-events: none;
}

.c-form-textarea {
  display: inline-block;
  width: 100%;
  vertical-align: bottom;
}

.c-ico-arrow-01 {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17.5px' height='9.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(242, 152, 0)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.835,1.314 L8.334,7.313 L15.833,1.314 '/%3E%3C/svg%3E");
}
.c-ico-arrow-01--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='17.5px' height='9.5px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(44, 141, 180)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M1.163,1.462 L8.331,7.197 L15.498,1.462 '/%3E%3C/svg%3E");
}

.c-ico-arrow-02 {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 48px;
  height: 9px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='70px' height='15px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.1000,11.494 L64.771,11.494 L55.162,2.380 '/%3E%3Cpath fill='none' stroke='rgb(255, 255, 255)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' d='M0.1000,11.494 L64.771,11.494 L55.162,2.380 '/%3E%3C/svg%3E");
}
.c-ico-arrow-02--blue {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='47.5px' height='8.5px'%3E%3Cdefs%3E%3Cfilter id='Filter_0'%3E%3CfeFlood flood-color='rgb(44, 141, 180)' flood-opacity='1' result='floodOut' /%3E%3CfeComposite operator='atop' in='floodOut' in2='SourceGraphic' result='compOut' /%3E%3CfeBlend mode='normal' in='compOut' in2='SourceGraphic' /%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23Filter_0)'%3E%3Cpath fill-rule='evenodd' stroke='rgb(44, 141, 180)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M0.499,6.993 L44.271,6.993 L36.662,1.881 '/%3E%3C/g%3E%3Cpath fill='none' stroke='rgb(44, 141, 180)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' d='M0.499,6.993 L44.271,6.993 L36.662,1.881 '/%3E%3C/svg%3E");
}
.c-ico-arrow-02--back {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='47.5px' height='8.5px'%3E%3Cdefs%3E%3Cfilter id='Filter_0'%3E%3CfeFlood flood-color='rgb(255, 255, 255)' flood-opacity='1' result='floodOut' /%3E%3CfeComposite operator='atop' in='floodOut' in2='SourceGraphic' result='compOut' /%3E%3CfeBlend mode='normal' in='compOut' in2='SourceGraphic' /%3E%3C/filter%3E%3C/defs%3E%3Cg filter='url(%23Filter_0)'%3E%3Cpath fill-rule='evenodd' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M46.281,6.994 L2.509,6.994 L10.119,1.881 '/%3E%3C/g%3E%3Cpath fill='none' stroke='rgb(255, 255, 255)' stroke-width='1px' stroke-linecap='butt' stroke-linejoin='miter' d='M46.281,6.994 L2.509,6.994 L10.119,1.881 '/%3E%3C/svg%3E");
}

.c-ico-blank-01 {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13px;
  height: 11px;
  background-image: url("/lp_2212/assets/images/modal_ico.png");
}
@media screen and (max-width:767px) {
  .c-ico-blank-01 {
    width: 12px;
    height: 10px;
  }
}

.c-lead-01 {
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.8;
}

.c-list-notes li {
  text-indent: -1em;
  margin-left: 1em;
}

.c-list-dot li {
  text-indent: -1em;
  margin-left: 1em;
}

@media print, screen and (min-width:768px) {
  .c-media-01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -15px;
  }
}
@media screen and (max-width:767px) {
  .c-media-01 > * + * {
    margin-top: 20px;
  }
}
@media print, screen and (min-width:768px) {
  .c-media-01 .c-media-01__img {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}
@media print, screen and (min-width:768px) {
  .c-media-01 .c-media-01__body {
    width: calc(50% - 30px);
    margin: 0 15px;
  }
}

@media print, screen and (min-width:768px) {
  .c-media-01--reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
            flex-flow: row-reverse;
  }
}

.c-sect + .c-sect {
  margin-top: 60px;
}
@media screen and (max-width:767px) {
  .c-sect + .c-sect {
    margin-top: 40px;
  }
}
.c-sect-md + .c-sect-md {
  margin-top: 40px;
}
.c-sect-xl + .c-sect-xl {
  margin-top: 90px;
}
@media screen and (max-width:767px) {
  .c-sect-xl + .c-sect-xl {
    margin-top: 50px;
  }
}

.c-sect-intro {
  background-color: #d5ecf3;
  padding: 94px 0 100px;
}
@media screen and (max-width:767px) {
  .c-sect-intro {
    padding: 40px 0 50px;
  }
  .c-sect-intro.top-sect {
    margin-top: 45px;
  }
}

.c-tag {
  display: inline-block;
  min-width: 120px;
  padding: 3px 10px;
  font-size: 1.2rem;
  background-color: #ccc;
  color: #fff;
  text-align: center;
}
.c-tag--01 {
  background-color: #000;
}

.c-table-01 table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  border-top: 1px solid #eee;
}
.c-table-01 th,
.c-table-01 td {
  border-bottom: 1px solid #eee;
  padding: 20px;
}
@media screen and (max-width:767px) {
  .c-table-01 th,
.c-table-01 td {
    padding: 15px;
  }
}
.c-table-01 th {
  width: 200px;
  vertical-align: middle;
  background-color: #000;
  font-weight: 700;
  text-align: left;
  color: #fff;
}
@media screen and (max-width:767px) {
  .c-table-01 th {
    width: 120px;
  }
}

.c-ttl-01 {
  text-align: left;
  font-weight: 700;
  line-height: 1.4;
  padding-bottom: 10px;
  border-bottom: 2px solid #333;
}
@media print, screen and (min-width:768px) {
  .c-ttl-01 {
    font-size: 3rem;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:767px) {
  .c-ttl-01 {
    font-size: 2.5rem;
    margin-bottom: 30px;
  }
}

.c-ttl-02 {
  text-align: left;
  font-weight: 700;
  padding: 0 0 0 10px;
  line-height: 1.3;
  border-left: 4px solid #000;
}
@media print, screen and (min-width:768px) {
  .c-ttl-02 {
    font-size: 2rem;
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767px) {
  .c-ttl-02 {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
}

.c-ttl-03 {
  text-align: left;
  font-weight: 700;
  line-height: 1.3;
}
@media print, screen and (min-width:768px) {
  .c-ttl-03 {
    font-size: 1.7rem;
    margin-bottom: 5px;
  }
}
@media screen and (max-width:767px) {
  .c-ttl-03 {
    font-size: 1.5rem;
    margin-bottom: 5px;
  }
}

.p-anchor-link {
  font-size: 1.6rem;
}
@media screen and (max-width: 900px) {
  .p-anchor-link {
    font-size: 1.4rem;
  }
}
@media screen and (max-width:767px) {
  .p-anchor-link {
    font-size: 1.5rem;
  }
}
@media print, screen and (min-width:768px) {
  .p-anchor-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 3.4%;
  }
}
@media screen and (max-width:767px) {
  .p-anchor-link ul {
    color: #2c8db4;
  }
}
.p-anchor-link ul li {
  text-align: center;
  line-height: 1.3;
  padding-top: 10px;
  padding-bottom: 10px;
}
@media print, screen and (min-width:768px) {
  .p-anchor-link ul li {
    width: 23.8%;
    border-left: 1px solid #c7d5da;
  }
  .p-anchor-link ul li:last-child {
    width: 32%;
    border-right: 1px solid #c7d5da;
  }
  .p-anchor-link ul li:first-child {
    width: 20%;
  }
  .p-anchor-link ul li:nth-child(2) {
    width: 24.2%;
  }
}
@media screen and (max-width:767px) {
  .p-anchor-link ul li {
    padding: 0;
    border-top: 1px solid #d1dce0;
  }
}
.p-anchor-link ul li a {
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  position: relative;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-anchor-link ul li a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 900px) {
  .p-anchor-link ul li a {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width:767px) {
  .p-anchor-link ul li a {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media print, screen and (min-width:768px) {
  .p-anchor-link ul li a span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    min-height: 45px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-anchor-link ul li a i {
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -8px;
}
@media screen and (max-width:767px) {
  .p-anchor-link ul li a i {
    left: auto;
    bottom: auto;
    top: 50%;
    margin-top: -4px;
    right: 20px;
    width: 17px;
    height: 8px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='36px' height='19px'%3E%3Cpath fill-rule='evenodd' stroke='rgb(0, 142, 177)' stroke-width='2px' stroke-linecap='butt' stroke-linejoin='miter' fill='none' d='M2.413,2.662 L17.834,15.0 L33.255,2.662 '/%3E%3C/svg%3E");
  }
}
@media print, screen and (min-width:768px) {
  .p-anchor-link--wrap ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.p-modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10000;
  display: none;
}
.p-modal__layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-modal__contents {
  width: 90%;
  max-width: 800px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.p-modal__inner {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
  background-color: #000;
}
.p-modal__wrapper.is-active .p-modal__inner::after {
  opacity: 0;
  pointer-events: none;
}
.p-modal__close {
  width: 40px;
  height: 40px;
  position: absolute;
  background-color: #2c8db4;
  top: -51px;
  right: 0;
  z-index: 100;
  font-size: 0;
  cursor: pointer;
}
@media screen and (max-width:767px) {
  .p-modal__close {
    width: 36px;
    height: 36px;
  }
}
.p-modal__close::before, .p-modal__close::after {
  content: "";
  width: 30px;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
@media screen and (max-width:767px) {
  .p-modal__close::before, .p-modal__close::after {
    width: 25px;
    height: 2px;
  }
}
.p-modal__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.p-modal video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p-article-header {
  border-bottom: 2px solid #000;
}
@media print, screen and (min-width:768px) {
  .p-article-header {
    padding-bottom: 30px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-article-header {
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
}
.p-article-header__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (min-width:768px) {
  .p-article-header__meta {
    margin-bottom: 20px;
  }
}
@media screen and (max-width:767px) {
  .p-article-header__meta {
    margin-bottom: 15px;
  }
}
.p-article-header__time {
  color: #999;
  font-size: 1.4rem;
}
.p-article-header__tag {
  margin-left: 20px;
}
.p-article-header__ttl {
  font-weight: 700;
  line-height: 1.4;
}
@media print, screen and (min-width:768px) {
  .p-article-header__ttl {
    font-size: 3rem;
  }
}
@media screen and (max-width:767px) {
  .p-article-header__ttl {
    font-size: 2.5rem;
  }
}

.p-article-body > * + * {
  margin-top: 20px;
}
.p-article-body img {
  width: auto;
  max-width: 100%;
}

.p-breadcrumb {
  font-size: 1.3rem;
  line-height: 1;
}
.p-breadcrumb ul li {
  float: left;
  position: relative;
}
.p-breadcrumb ul li + li {
  padding: 0 0 0 15px;
  margin: 0 0 0 10px;
}
.p-breadcrumb ul li + li:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  position: absolute;
  top: 50%;
  left: -4px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-breadcrumb ul li a:hover {
    text-decoration: underline;
  }
}

.p-form-step {
  font-size: 1.8rem;
  font-weight: 700;
  margin: 0 0 50px;
}
@media screen and (max-width:767px) {
  .p-form-step {
    font-size: 1.6rem;
    margin: 0 0 20px;
  }
}
.p-form-step ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  margin: -3px 0;
  overflow: hidden;
}
.p-form-step ul li {
  position: relative;
  padding: 0;
  margin: 3px 3px 3px 0;
  width: 100%;
}
.p-form-step ul li div {
  position: relative;
  padding: 0 0.8em 0 1.6em;
  background-color: #f2f3f6;
  border-color: #f2f3f6;
  display: block;
  height: 60px;
  width: 100%;
  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;
}
@media screen and (max-width:767px) {
  .p-form-step ul li div {
    padding: 0 0.2em 0 1em;
    height: 50px;
  }
}
.p-form-step ul li:after,
.p-form-step ul li div:after {
  content: "";
  position: absolute;
  top: 0;
  left: 100%;
  content: "";
  height: 0;
  width: 0;
  border: 30px solid transparent;
  border-right-width: 0;
  border-left-width: 20px;
  z-index: 2;
  border-left-color: inherit;
}
@media screen and (max-width:767px) {
  .p-form-step ul li:after,
.p-form-step ul li div:after {
    border-width: 25px;
    border-right-width: 0;
    border-left-width: 10px;
  }
}
.p-form-step ul li:after {
  z-index: 1;
  -webkit-transform: translateX(3px);
          transform: translateX(3px);
  border-left-color: #fff;
  margin: 0;
}
.p-form-step ul li:first-of-type div {
  padding-left: 1.6em;
}
@media screen and (max-width:767px) {
  .p-form-step ul li:first-of-type div {
    padding-left: 1em;
  }
}
.p-form-step ul li:last-of-type {
  margin-right: 0;
}
.p-form-step ul li.is-current div {
  color: #fff;
  background-color: #000;
  border-color: #000;
}
.p-form-step ul li.is-finished div {
  color: #fff;
  background-color: #a1a1a1;
  border-color: #a1a1a1;
}

.p-form-table {
  border-top: 1px solid #eee;
  word-break: break-all;
  font-size: 1.6rem;
}
.p-form-table__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width:1024px) {
  .p-form-table__item {
    display: block;
  }
}
.p-form-table__required {
  display: inline-block;
  width: 42px;
  font-size: 1.4rem;
  text-align: center;
  background: #000;
  color: #fff;
  font-weight: 700;
  margin-left: 10px;
  vertical-align: middle;
}
.p-form-table__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 320px;
  background: #f2f3f6;
  padding: 30px;
  font-size: 1.6rem;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width:1024px) {
  .p-form-table__head {
    width: auto;
    padding: 20px 15px;
    font-size: 1.7rem;
  }
}
.p-form-table__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 320px);
  padding: 25px 30px;
}
@media screen and (max-width:1024px) {
  .p-form-table__body {
    width: auto;
    padding: 25px 15px;
  }
}
.p-form-table__body input {
  max-width: 700px;
}
.p-form-table__body textarea {
  max-width: 700px;
  min-height: 170px;
}
.p-form-table__body-inner {
  width: 100%;
}
.p-form-table .is-error .c-form-input,
.p-form-table .is-error .c-form-radio span:before,
.p-form-table .is-error .c-form-checkbox span:before,
.p-form-table .is-error .c-form-select select,
.p-form-table .is-error .c-form-textarea {
  background-color: #ffeeee;
}

.p-form-input-small {
  max-width: 200px !important;
}

@media print, screen and (min-width:768px) {
  .p-form-name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-form-name li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media print, screen and (min-width:768px) {
  .p-form-name li:nth-child(n+2) {
    margin-left: 7%;
  }
}
@media screen and (max-width:767px) {
  .p-form-name li:nth-child(n+2) {
    margin-top: 20px;
  }
}
.p-form-name li span {
  display: inline-block;
  min-width: 45px;
  padding-right: 5px;
}
@media print, screen and (min-width:768px) {
  .p-form-name li input {
    max-width: 240px;
  }
}

.p-form-postcode {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width:767px) {
  .p-form-postcode {
    position: relative;
    padding-bottom: 65px;
  }
}
.p-form-postcode__zip1 {
  max-width: 100px !important;
}
.p-form-postcode__zip2 {
  max-width: 120px !important;
}
.p-form-postcode__symbol {
  display: inline-block;
  min-width: 45px;
  padding-right: 5px;
}
@media screen and (max-width:767px) {
  .p-form-postcode__symbol {
    min-width: 30px;
  }
}
.p-form-postcode__bar {
  padding: 0 13px;
  text-align: center;
  min-width: 43px;
}
@media screen and (max-width:767px) {
  .p-form-postcode__bar {
    padding: 0 10px;
    min-width: 35px;
  }
}
.p-form-postcode__btn {
  width: 100%;
  max-width: 140px;
  min-width: 100px;
  height: 50px;
  font-weight: 700;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  margin-left: 20px;
  background: #000;
  border-radius: 50px;
}
@media screen and (max-width:767px) {
  .p-form-postcode__btn {
    max-width: 155px;
    height: 45px;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0;
  }
}

.p-form-address * + * {
  margin-top: 10px;
}
@media screen and (max-width:767px) {
  .p-form-address * + * {
    margin-top: 20px;
  }
}
.p-form-address__pref {
  width: 240px;
}
@media screen and (max-width:767px) {
  .p-form-address__pref {
    width: 210px;
  }
}
.p-form-address__txt {
  font-size: 1.5rem;
}
@media screen and (max-width:767px) {
  .p-form-address__txt {
    font-size: 1.4rem;
  }
}

@media print, screen and (min-width:768px) {
  .p-form-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print, screen and (min-width:768px) {
  .p-form-list li:nth-child(n+2) {
    margin-left: 50px;
  }
}
@media screen and (max-width:767px) {
  .p-form-list li:nth-child(n+2) {
    margin-top: 20px;
  }
}

.p-form-privacy {
  margin-top: 50px;
  border: 1px solid #eee;
  padding: 30px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width:767px) {
  .p-form-privacy {
    margin-top: 30px;
    padding: 15px;
  }
}
.p-form-privacy__check {
  font-size: 1.6rem;
}
@media screen and (max-width:767px) {
  .p-form-privacy__check {
    font-size: 1.5rem;
  }
}

@media print, screen and (min-width:768px) {
  .p-form-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-top: 50px;
  }
}
@media screen and (max-width:767px) {
  .p-form-btn {
    max-width: 300px;
    margin: 30px auto 0;
  }
}
.p-form-btn__item {
  width: 100%;
}
@media print, screen and (min-width:768px) {
  .p-form-btn__item {
    width: 300px;
  }
}
@media screen and (max-width:767px) {
  .p-form-btn__item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media print, screen and (min-width:768px) {
  .p-form-btn__item:nth-child(n+2) {
    margin-right: 30px;
  }
}
@media screen and (max-width:767px) {
  .p-form-btn__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (max-width:767px) {
  .p-form-btn__submit {
    max-width: 345px;
    height: 55px;
  }
}

.p-form-thanks {
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-form-thanks {
    text-align: left;
  }
}
.p-form-thanks__lead {
  font-weight: 700;
  font-size: 3rem;
  margin-bottom: 30px;
}
@media screen and (max-width:767px) {
  .p-form-thanks__lead {
    font-size: 2.6rem;
    text-align: center;
    margin-bottom: 20px;
  }
}
.p-form-thanks__notes {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .p-form-thanks__notes {
    margin-top: 15px;
  }
}

.p-form-error-txt {
  color: #cc0000;
  margin-top: 10px;
}
.p-form-error-txt + .p-form-error-txt {
  margin-top: 0;
}

.p-intro__ttl {
  margin-bottom: 40px;
  text-align: center;
  font-size: 3.4rem;
  letter-spacing: 0.05em;
  color: #2c8db4;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.4705882353;
}
.p-intro__ttl.ttl01 {
  margin-bottom: 15px;
}
@media screen and (max-width:767px) {
  .p-intro__ttl {
    margin-bottom: 15px;
    font-size: 5.8666666667vw;
    line-height: 1.5681818182;
    letter-spacing: 0.02em;
    margin-left: -2px;
    margin-right: -2px;
  }
  .p-intro__ttl .small {
    font-size: 90%;
    letter-spacing: 0;
  }
}
.p-intro__lead {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.6rem;
  line-height: 2.125;
}
@media screen and (max-width:767px) {
  .p-intro__lead {
    font-size: 3.7333333333vw;
    line-height: 1.7857142857;
    margin-bottom: 13px;
  }
}
.p-intro-list__item {
  background-color: #fff;
  position: relative;
  padding-left: 33.7%;
}
@media screen and (max-width:767px) {
  .p-intro-list__item {
    padding-left: 0;
  }
}
.p-intro-list__item + .p-intro-list__item {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .p-intro-list__item + .p-intro-list__item {
    margin-top: 20px;
  }
}
.p-intro-list__position {
  color: #2c8db4;
}
@media screen and (max-width:767px) {
  .p-intro-list__position {
    font-size: 2.6666666667vw;
    padding-left: 41.3333333333vw;
  }
}
.p-intro-list__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 33.7%;
}
@media screen and (max-width:767px) {
  .p-intro-list__img {
    width: 36vw;
    height: 30.8vw;
  }
}
.p-intro-list__ttl {
  color: #2c8db4;
  font-size: 2.6rem;
  font-family: "Noto Serif JP", serif;
  margin-top: -6px;
}
.p-intro-list__ttl span {
  display: inline-block;
}
@media screen and (max-width:767px) {
  .p-intro-list__ttl {
    font-size: 4.8vw;
    margin-top: 0;
    padding-left: 41.3333333333vw;
  }
}
.p-intro-list__job {
  margin-top: 3px;
  padding-bottom: 4px;
  border-bottom: 1px solid #f29800;
}
@media screen and (max-width:767px) {
  .p-intro-list__job {
    margin-left: 41.3333333333vw;
    font-size: 2.6666666667vw;
    margin-top: 5px;
    padding-bottom: 0;
    border-bottom: none;
    height: 20.8vw;
  }
}
.p-intro-list__txt {
  line-height: 1.7142857143;
  margin-top: 10px;
  max-height: 145px;
  overflow: hidden;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.p-intro-list__txt p + p {
  margin-top: 25px;
}
@media screen and (max-width:767px) {
  .p-intro-list__txt {
    font-size: 2.6666666667vw;
    line-height: 1.8;
    margin-top: 3.7333333333vw;
    padding-left: 20px;
    max-height: 38.6666666667vw;
  }
}
@media screen and (max-width:767px) {
  .p-intro-list__btn {
    font-size: 2.6666666667vw;
  }
}
.p-intro-list__btn a {
  display: inline-block;
  border: 1px solid #333;
  padding: 6px 16px;
  position: absolute;
  top: 30px;
  right: 45px;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-intro-list__btn a:hover {
    border-color: transparent;
  }
}
@media print, screen and (min-width:768px) {
  .p-intro-list__btn a {
    cursor: pointer;
  }
}
.p-intro-list__btn a i {
  margin-left: 5px;
}
@media screen and (max-width:767px) {
  .p-intro-list__btn a {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 42.2666666667vw;
    height: 8vw;
    padding: 4px;
    right: auto;
    left: 41.3333333333vw;
    top: 30.4vw;
  }
  .p-intro-list__btn a i {
    width: 11px;
    height: 10px;
    position: relative;
    top: 2px;
  }
}
.p-intro-list__show {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .p-intro-list__show {
    font-size: 3.2vw !important;
    margin-top: 5px;
  }
  .p-intro-list__show a {
    margin-left: 20px;
  }
}
.p-intro-list__group {
  padding: 27px 43px 30px 43px;
}
.p-intro-list__group .p-intro-list__txt p {
  display: none;
}
.p-intro-list__group .p-intro-list__txt p:first-child {
  display: block;
}
.p-intro-list__group.active .p-intro-list__txt {
  max-height: none;
}
.p-intro-list__group.active .p-intro-list__txt p {
  display: block;
}
@media screen and (max-width:767px) {
  .p-intro-list__group {
    padding: 20px 20px 22px 0;
  }
  .p-intro-list__group--cus .p-intro-list__txt {
    margin-top: 11px;
    max-height: 48vw;
  }
}
.p-intro-list__group--cus .p-intro-list__txt {
  margin-top: 11px;
}
.p-intro-list__note {
  color: #333;
  margin-top: 25px;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (max-width:767px) {
  .p-intro-list__note {
    line-height: 2;
    font-size: 1rem;
    margin-top: 20px;
  }
}
.p-intro-list__note span, .p-intro-list__note a {
  border-bottom: 1px solid #438eff;
  color: #438eff;
  padding-left: 10px;
  position: relative;
}
.p-intro-list__note span:before, .p-intro-list__note a:before {
  content: "";
  position: absolute;
  width: 11px;
  height: 14px;
  background: url(../images/phone_ico.png) no-repeat;
  background-size: contain;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-40%);
          transform: translateY(-40%);
}
@media screen and (max-width:767px) {
  .p-intro-list__note span:before, .p-intro-list__note a:before {
    -webkit-transform: translateY(-52%);
            transform: translateY(-52%);
  }
}
.p-intro-btns {
  margin-top: 20px;
}
@media screen and (max-width:767px) {
  .p-intro-btns {
    margin-top: 25px;
  }
}
.p-intro-btns.intro1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width:767px) {
  .p-intro-btns.intro1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-intro-btns__group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  width: 100%;
  font-size: 1.6rem;
}
.p-intro-btns__group.group01 {
  margin-right: 40px;
  color: #2c8db4;
}
@media screen and (max-width:767px) {
  .p-intro-btns__group.group01 {
    margin-right: 0;
  }
}
.p-intro-btns__group.group01 .btn {
  background-color: #2c8db4;
}
.p-intro-btns__group.group02 {
  margin-left: 40px;
  color: #dc8a00;
}
@media screen and (max-width:767px) {
  .p-intro-btns__group.group02 {
    margin-top: 30px;
    margin-left: 0;
  }
}
.p-intro-btns__group.group02 .btn {
  background-color: #f29800;
  max-width: 440px;
}
.p-intro-btns__group .txt {
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .p-intro-btns__group .txt {
    font-size: 1.4rem;
  }
}
.p-intro-btns__group .btn {
  padding: 20px 40px 20px 30px;
  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;
  color: #fff;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  position: relative;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.p-intro-btns__group .btn:hover {
  opacity: 0.6;
}
.p-intro-btns__group .btn span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 1.8rem;
  letter-spacing: 0.05em;
  font-weight: 300;
}
@media screen and (max-width:767px) {
  .p-intro-btns__group .btn span {
    font-size: 1.4rem;
  }
}
.p-intro-btns__group .btn .ico {
  width: 45px;
  position: absolute;
  top: calc(50% - 10px);
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:1024px) {
  .p-intro-btns__group .btn .ico {
    right: 20px;
  }
}
@media screen and (max-width:767px) {
  .p-intro-btns__group .btn .ico {
    width: 35px;
    right: 20px;
  }
}
.p-intro-btns a {
  margin-left: auto;
  margin-right: auto;
  padding-right: 90px;
}
@media screen and (max-width:767px) {
  .p-intro-btns a {
    padding-right: 65px;
  }
}
.p-intro-btns a.c-btn-01 {
  padding-right: 40px;
}
.p-intro-btns a.c-btn-01 .ico {
  width: 45px;
  position: absolute;
  top: calc(50% - 10px);
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width:1024px) {
  .p-intro-btns a.c-btn-01 .ico {
    right: 20px;
  }
}
@media screen and (max-width:767px) {
  .p-intro-btns a.c-btn-01 .ico {
    width: 35px;
    right: 20px;
  }
}
.p-intro-bnr {
  margin-top: 80px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-intro-bnr {
    margin-top: 40px;
  }
}
.p-intro-bnr a {
  display: inline-block;
  -webkit-transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-intro-bnr a:hover {
    opacity: 0.7;
  }
}
@media print, screen and (min-width:768px) {
  .p-intro-bnr img {
    max-width: 721px;
  }
}

.p-info {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 47px;
  margin-top: 0 !important;
}
@media screen and (max-width:767px) {
  .p-info {
    padding-top: 45px;
    padding-bottom: 39;
  }
}
.p-info__ttl {
  text-align: center;
  padding-bottom: 20px;
  position: relative;
  font-size: 3.4rem;
  font-family: "Noto Serif JP", serif;
  font-weight: normal;
  line-height: 1.2;
  color: #008eb1;
}
@media screen and (max-width:767px) {
  .p-info__ttl {
    font-size: 7.4666666667vw;
    margin-bottom: 32px;
  }
}
.p-info__ttl span {
  font-size: 1.7rem;
  display: block;
  letter-spacing: 0.03em;
  margin-bottom: 6px;
  font-family: "Shippori Mincho B1", serif;
}
@media screen and (max-width:767px) {
  .p-info__ttl span {
    color: #51b1c9;
    font-size: 4vw;
  }
}
.p-info__ttl:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 80px;
  background-color: #f29800;
  margin-left: -40px;
}
@media screen and (max-width:767px) {
  .p-info__ttl:before {
    width: 60px;
    margin-left: -30px;
  }
}
.p-info__lead {
  font-size: 1.6rem;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-info__lead {
    font-size: 4vw;
    line-height: 1.6666666667;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
    margin-bottom: 23px;
  }
}
.p-info__inner {
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
}
@media print, screen and (min-width:768px) {
  .p-info__inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-info-btns {
  background-color: #fff;
  padding-bottom: 100px;
}
@media screen and (max-width:767px) {
  .p-info-btns {
    background-color: #fff;
    padding: 0 20px;
    padding-bottom: 125px;
  }
}
.p-info-btns a {
  margin-left: auto;
  margin-right: auto;
  padding-right: 70px;
}
.p-info-btns a.c-btn-01--back {
  padding-right: 40px;
  padding-left: 50px;
}
.p-info-btns a + a {
  margin-top: 20px;
}
.p-info-btns a.c-btn-01 {
  padding-right: 40px;
}
.p-info .store {
  width: 100%;
}
.p-info .store .index__title_3 {
  font-size: 2rem;
  line-height: 1.75;
  font-weight: 400;
  text-align: left;
  background-color: rgba(99, 122, 133, 0.15);
  margin-bottom: 40px;
  padding: 9px 33px 9px;
}
@media screen and (max-width:767px) {
  .p-info .store .index__title_3 {
    font-size: 2.9333333333vw;
    margin-bottom: 15px;
    padding: 0 5px;
  }
}
.p-info .store .title__img {
  width: 612px;
}
@media screen and (max-width:767px) {
  .p-info .store .title__img {
    width: 91%;
  }
}
.p-info .store__content {
  position: relative;
  padding: 63px 0 0;
}
@media screen and (max-width:767px) {
  .p-info .store__content {
    padding: 15px 0 0;
  }
  .p-info .store__content .index__title_3 {
    margin-right: 20px;
    margin-left: 20px;
  }
}
.p-info .store_photo__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width:767px) {
  .p-info .store_photo__list {
    margin: 0 auto 30px;
    width: calc(100% - 40px);
  }
}
.p-info .store_photo_main__item {
  width: 772px;
}
@media screen and (max-width:767px) {
  .p-info .store_photo_main__item {
    display: none;
  }
}
.p-info .store_photo__main {
  width: 100%;
}
.p-info .store_photo__main + .p-info .store_photo__main_photo__main {
  margin-top: 20px;
}
.p-info .store_photo_sub__item {
  width: 381px;
  margin-left: 10px;
}
@media screen and (max-width:767px) {
  .p-info .store_photo_sub__item {
    width: 100%;
    margin-left: 0;
    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;
  }
}
.p-info .store_photo__sub {
  width: 100%;
}
.p-info .store_photo__sub + .store_photo__sub {
  margin-top: 20px;
}
@media screen and (max-width: 1100px) {
  .p-info .store_photo__sub + .store_photo__sub {
    margin-top: 10px;
  }
}
@media screen and (max-width:767px) {
  .p-info .store_photo__sub {
    width: 50%;
  }
  .p-info .store_photo__sub + .store_photo__sub {
    margin-top: 0;
  }
}
.p-info .store_info__title {
  font-size: 2rem;
  line-height: 1.75;
  margin-bottom: 8px;
  text-align: left;
}
@media screen and (max-width:767px) {
  .p-info .store_info__title {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
    font-size: 3.4666666667vw;
  }
}
.p-info .store_info__list {
  margin: 0;
  border-top: 1px solid #000;
  padding: 23px 0 26px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width:767px) {
  .p-info .store_info__list {
    width: calc(100% - 40px);
    margin-right: auto;
    margin-left: auto;
    padding: 8px 0;
  }
}
.p-info .store_info_list__title {
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 0 40px 0 60px;
  min-width: 236px;
}
@media screen and (max-width:767px) {
  .p-info .store_info_list__title {
    font-size: 3.3333333333vw;
    min-width: 25.3333333333vw;
    padding: 0 20px 0 0;
  }
}
.p-info .store_info_list__detail {
  font-size: 1.6rem;
  line-height: 1.75;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 60px;
}
.p-info .store_info_list__detail .space {
  display: inline-block;
  width: 0.55em;
}
@media screen and (max-width:767px) {
  .p-info .store_info_list__detail {
    font-size: 3.3333333333vw;
    padding-right: 0;
  }
}
.p-info .store__map {
  width: 100%;
  max-width: 1200px;
  margin: 8px auto 0;
  padding-bottom: 15px;
  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;
}
.p-info .store__map iframe {
  width: 60%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
}
@media screen and (max-width:767px) {
  .p-info .store__map {
    display: block;
    padding-bottom: 0;
  }
  .p-info .store__map iframe {
    width: 100%;
    height: 250px;
  }
}
.p-info .store_map__pic {
  width: 39%;
  margin: 0 1% 0 0;
}
@media screen and (max-width:767px) {
  .p-info .store_map__pic {
    width: 100%;
    margin: 0 auto 20px;
  }
}
.p-info .store_map__pic img {
  display: block;
}

.p-page-header {
  color: #fff;
}
@media print, screen and (min-width:768px) {
  .p-page-header {
    background: #2c8db4;
    background-image: linear-gradient(179deg, rgba(137, 228, 255, 0.3) 0%, rgba(250, 199, 98, 0.3) 100%);
  }
}
.p-page-header__inner {
  position: relative;
  z-index: 2;
}
@media screen and (max-width:767px) {
  .p-page-header__inner {
    padding-left: 0;
    padding-right: 0;
  }
}
.p-page-header__breadcrumb {
  position: absolute;
  top: 15px;
  left: 20px;
}
@media screen and (max-width:767px) {
  .p-page-header__breadcrumb {
    display: none;
  }
}
@media print, screen and (min-width:768px) {
  .p-page-header__box {
    height: 430px;
    padding-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 1200px) {
  .p-page-header__box {
    height: 330px;
  }
}
@media screen and (max-width:767px) {
  .p-page-header__box {
    height: auto;
  }
}
.p-page-header__ttl {
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
.p-page-header__ttl span {
  font-size: 1.8rem;
  display: block;
  line-height: 1.7777777778;
  margin-top: 15px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-page-header__ttl .p-page-header__sub {
  margin-top: 0;
  font-size: 2.2rem;
  font-family: "Noto Serif JP", sans-serif;
}
.p-page-header__ttl div {
  font-size: 2.6rem;
}
@media print, screen and (min-width:768px) {
  .p-page-header__ttl {
    font-size: 4rem;
  }
  .p-page-header__ttl em {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 920px) {
  .p-page-header__ttl {
    font-size: 3rem;
  }
  .p-page-header__ttl em {
    font-size: 2.5rem;
  }
  .p-page-header__ttl span {
    font-size: 1.6rem;
  }
}
@media screen and (max-width:767px) {
  .p-page-header__ttl {
    font-size: 8.2666666667vw;
    background: #2c8db4;
    background-image: linear-gradient(179deg, rgba(137, 228, 255, 0.3) 0%, rgba(250, 199, 98, 0.3) 100%);
    text-align: center;
    padding: 28px 10px 37px;
  }
  .p-page-header__ttl em {
    font-size: 6.6666666667vw;
  }
  .p-page-header__ttl span {
    font-size: 4.2666666667vw;
    line-height: 1.875;
    margin-top: 10px;
  }
}
@media print, screen and (min-width:768px) {
  .p-page-header__img {
    position: absolute;
    left: 38.2%;
    right: -9%;
    top: 0;
    bottom: 0;
    z-index: -1;
    text-align: right;
  }
  .p-page-header__img img {
    height: 100%;
    width: auto;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media screen and (max-width: 1200px) {
  .p-page-header__img {
    right: 0;
  }
}

.p-pager {
  margin: 60px -8px 0;
  text-align: center;
  font-size: 0;
  position: relative;
}
@media screen and (max-width:767px) {
  .p-pager {
    margin: 30px 0 0;
  }
}
.p-pager li {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 8px;
  text-align: center;
}
@media screen and (max-width:767px) {
  .p-pager li {
    margin: 0 4px;
  }
}
.p-pager li a {
  display: block;
  border: 1px solid #000;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-pager li a:hover {
    color: #fff;
    background: #000;
  }
}
.p-pager li span {
  display: inline-block;
  position: relative;
  padding: 0 5px;
  min-width: 38px;
  height: 38px;
  line-height: 38px;
}
@media screen and (max-width:767px) {
  .p-pager li span {
    min-width: 30px;
    height: 35px;
    line-height: 35px;
  }
}
.p-pager li.p-pager__current {
  color: #fff;
  background: #000;
}
.p-pager li.p-pager__blank {
  padding: 1px;
  margin: 0 -8px;
}
.p-pager li.p-pager__prev, .p-pager li.p-pager__next {
  width: 100px;
}
@media screen and (max-width:767px) {
  .p-pager li.p-pager__prev, .p-pager li.p-pager__next {
    width: 75px;
    position: absolute;
    top: 0;
  }
}
@media screen and (max-width:767px) {
  .p-pager li.p-pager__prev, .p-pager li.p-pager__next {
    width: 40px;
  }
}
@media screen and (max-width:767px) {
  .p-pager li.p-pager__prev span, .p-pager li.p-pager__next span {
    overflow: hidden;
    font-size: 0;
    display: block;
  }
}
.p-pager li.p-pager__prev span i, .p-pager li.p-pager__next span i {
  position: absolute;
  top: 50%;
}
@media print, screen and (min-width:768px) {
  .is-view-pc .p-pager li.p-pager__prev a:hover span i svg, .is-view-pc .p-pager li.p-pager__next a:hover span i svg {
    fill: #fff;
  }
}
.p-pager li.p-pager__prev {
  margin-right: 40px;
}
@media screen and (max-width:767px) {
  .p-pager li.p-pager__prev {
    left: 0;
    margin: 0;
  }
}
@media print, screen and (min-width:768px) {
  .p-pager li.p-pager__prev span {
    padding-left: 25px;
  }
}
.p-pager li.p-pager__prev span .c-ico-arrow-01 {
  left: 0;
  -webkit-transform: translateY(-50%) rotateY(180deg);
          transform: translateY(-50%) rotateY(180deg);
}
@media screen and (max-width:767px) {
  .p-pager li.p-pager__prev span .c-ico-arrow-01 {
    left: 14px;
  }
}
.p-pager li.p-pager__next {
  margin-left: 40px;
}
@media screen and (max-width:767px) {
  .p-pager li.p-pager__next {
    right: 0;
    margin: 0;
  }
}
@media print, screen and (min-width:768px) {
  .p-pager li.p-pager__next span {
    padding-right: 25px;
  }
}
.p-pager li.p-pager__next span .c-ico-arrow-01 {
  right: 0;
}
@media screen and (max-width:767px) {
  .p-pager li.p-pager__next span .c-ico-arrow-01 {
    right: 14px;
  }
}

.u-clr:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.u-box-shadow {
  -webkit-box-shadow: 0px 5px 13px 7px rgba(144, 136, 115, 0.15);
          box-shadow: 0px 5px 13px 7px rgba(144, 136, 115, 0.15);
}

.dummy {
  position: relative;
}
.dummy:before {
  content: "";
  width: 55px;
  height: 27px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -28px;
  margin-top: -14px;
  background-image: url(../images/top/dummy_txt.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.u-txt-link {
  color: #2c8db4;
}

@media screen and (max-width:374px) {
  .u-xs-min {
    display: none !important;
  }
}

@media print, screen and (min-width:375px) {
  .u-xs-max {
    display: none !important;
  }
}

@media screen and (max-width:767px) {
  .u-sm-min {
    display: none !important;
  }
}

@media print, screen and (min-width:768px) {
  .u-sm-max {
    display: none !important;
  }
}

@media screen and (max-width:1024px) {
  .u-md-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1025px) {
  .u-md-max {
    display: none !important;
  }
}

@media screen and (max-width:1239px) {
  .u-lg-min {
    display: none !important;
  }
}

@media print, screen and (min-width:1240px) {
  .u-lg-max {
    display: none !important;
  }
}

.u-ff-jp {
  font-family: "Noto Sans JP", sans-serif;
}

.u-ff-en {
  font-family: "Shippori Mincho B1", serif;
}

.u-fz-20 {
  font-size: 2rem !important;
}

.u-fz-19 {
  font-size: 1.9rem !important;
}

.u-fz-18 {
  font-size: 1.8rem !important;
}

.u-fz-17 {
  font-size: 1.7rem !important;
}

.u-fz-16 {
  font-size: 1.6rem !important;
}

.u-fz-15 {
  font-size: 1.5rem !important;
}

.u-fz-14 {
  font-size: 1.4rem !important;
}

.u-fz-13 {
  font-size: 1.3rem !important;
}

.u-fz-12 {
  font-size: 1.2rem !important;
}

.u-fz-11 {
  font-size: 1.1rem !important;
}

.u-fz-10 {
  font-size: 1rem !important;
}

.u-fw-400 {
  font-weight: 400 !important;
}

.u-fw-700 {
  font-weight: 700 !important;
}

.u-td-ul {
  text-decoration: underline !important;
}

.u-td-none {
  text-decoration: none !important;
}

.u-ta-l {
  text-align: left !important;
}

.u-ta-r {
  text-align: right !important;
}

.u-ta-c {
  text-align: center !important;
}

.u-va-t {
  vertical-align: top !important;
}

.u-va-m {
  vertical-align: middle !important;
}

.u-va-b {
  vertical-align: bottom !important;
}

.u-c-main {
  color: #000 !important;
}

.u-c-plain {
  color: #333 !important;
}

.u-c-white {
  color: #fff !important;
}

.u-bg-alpha {
  background-color: transparent !important;
}

.u-bg-main {
  background-color: #000 !important;
}

.u-bg-plain {
  background-color: #333 !important;
}

.u-bg-focus {
  background-color: #aaa !important;
}

.u-bg-border {
  background-color: #eee !important;
}

.u-bg-white {
  background-color: #fff !important;
}

.u-bg-gray01 {
  background-color: #eee !important;
}

.u-bg-gray02 {
  background-color: #ccc !important;
}

.u-bd {
  border: 1px solid #eee !important;
}

.u-bd-t {
  border-top: 1px solid #eee !important;
}

.u-bd-l {
  border-left: 1px solid #eee !important;
}

.u-bd-b {
  border-bottom: 1px solid #eee !important;
}

.u-bd-r {
  border-right: 1px solid #eee !important;
}

.u-bd-main {
  border-color: #000 !important;
}

.u-bd-white {
  border-color: #fff !important;
}

.u-w-100 {
  width: 100% !important;
}

.u-w-90 {
  width: 90% !important;
}

.u-w-80 {
  width: 80% !important;
}

.u-w-70 {
  width: 70% !important;
}

.u-w-60 {
  width: 60% !important;
}

.u-w-50 {
  width: 50% !important;
}

.u-w-40 {
  width: 40% !important;
}

.u-w-30 {
  width: 30% !important;
}

.u-w-20 {
  width: 20% !important;
}

.u-w-10 {
  width: 10% !important;
}

.u-m-0 {
  margin: 0 !important;
}

.u-m-auto {
  margin: auto !important;
}

.u-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

.u-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.u-mt-0 {
  margin-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.u-mt-xs {
  margin-top: 20px !important;
}
@media screen and (max-width:767px) {
  .u-mt-xs {
    margin-top: 10px !important;
  }
}

.u-mt-sm {
  margin-top: 40px !important;
}
@media screen and (max-width:767px) {
  .u-mt-sm {
    margin-top: 20px !important;
  }
}

.u-mt-md {
  margin-top: 60px !important;
}
@media screen and (max-width:767px) {
  .u-mt-md {
    margin-top: 30px !important;
  }
}

.u-mt-lg {
  margin-top: 80px !important;
}
@media screen and (max-width:767px) {
  .u-mt-lg {
    margin-top: 40px !important;
  }
}

.u-mt-xl {
  margin-top: 100px !important;
}
@media screen and (max-width:767px) {
  .u-mt-xl {
    margin-top: 50px !important;
  }
}

.u-mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.u-mb-xs {
  margin-bottom: 20px !important;
}
@media screen and (max-width:767px) {
  .u-mb-xs {
    margin-bottom: 10px !important;
  }
}

.u-mb-sm {
  margin-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .u-mb-sm {
    margin-bottom: 20px !important;
  }
}

.u-mb-md {
  margin-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .u-mb-md {
    margin-bottom: 30px !important;
  }
}

.u-mb-lg {
  margin-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .u-mb-lg {
    margin-bottom: 40px !important;
  }
}

.u-mb-xl {
  margin-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .u-mb-xl {
    margin-bottom: 50px !important;
  }
}

.u-p-0 {
  padding: 0 !important;
}

.u-p-5 {
  padding: 5px !important;
}

.u-p-10 {
  padding: 10px !important;
}

.u-p-15 {
  padding: 15px !important;
}

.u-p-20 {
  padding: 20px !important;
}

.u-p-25 {
  padding: 25px !important;
}

.u-p-30 {
  padding: 30px !important;
}

.u-p-35 {
  padding: 35px !important;
}

.u-p-40 {
  padding: 40px !important;
}

.u-p-45 {
  padding: 45px !important;
}

.u-p-50 {
  padding: 50px !important;
}

.u-pt-0 {
  padding-top: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pt-xs {
  padding-top: 20px !important;
}
@media screen and (max-width:767px) {
  .u-pt-xs {
    padding-top: 10px !important;
  }
}

.u-pt-sm {
  padding-top: 40px !important;
}
@media screen and (max-width:767px) {
  .u-pt-sm {
    padding-top: 20px !important;
  }
}

.u-pt-md {
  padding-top: 60px !important;
}
@media screen and (max-width:767px) {
  .u-pt-md {
    padding-top: 30px !important;
  }
}

.u-pt-lg {
  padding-top: 80px !important;
}
@media screen and (max-width:767px) {
  .u-pt-lg {
    padding-top: 40px !important;
  }
}

.u-pt-xl {
  padding-top: 100px !important;
}
@media screen and (max-width:767px) {
  .u-pt-xl {
    padding-top: 50px !important;
  }
}

.u-pb-0 {
  padding-bottom: 0 !important;
}

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

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

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

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

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

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

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

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

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

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

.u-pb-xs {
  padding-bottom: 20px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xs {
    padding-bottom: 10px !important;
  }
}

.u-pb-sm {
  padding-bottom: 40px !important;
}
@media screen and (max-width:767px) {
  .u-pb-sm {
    padding-bottom: 20px !important;
  }
}

.u-pb-md {
  padding-bottom: 60px !important;
}
@media screen and (max-width:767px) {
  .u-pb-md {
    padding-bottom: 30px !important;
  }
}

.u-pb-lg {
  padding-bottom: 80px !important;
}
@media screen and (max-width:767px) {
  .u-pb-lg {
    padding-bottom: 40px !important;
  }
}

.u-pb-xl {
  padding-bottom: 100px !important;
}
@media screen and (max-width:767px) {
  .u-pb-xl {
    padding-bottom: 50px !important;
  }
}