@charset "UTF-8";
ul,
ol, h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

/*
* font
* --------------------------------------------------*/
html, body {
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 1px;
}

body {
  font-size: 16px;
}

.ff-en {
  font-family: "Roboto", sans-serif;
}

/*
* base
* --------------------------------------------------*/
/* html
-----------------------------------------------------*/
html {
  font-size: 10px;
}

/* body
-----------------------------------------------------*/
body {
  color: #2e2e2e;
  line-height: 1.8;
  padding-top: 0;
  font-size: 16px;
}

img {
  vertical-align: top;
}

.main-wrap {
  overflow: hidden;
  min-height: calc(100vh - 60px);
}

@media (max-width:767px) {
  .main-wrap {
    overflow: hidden;
    min-height: calc(100vh - 50px);
  }
}
.container {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 1140px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container-middle {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 956px;
  margin-left: auto;
  margin-right: auto;
}

.container-small {
  padding-left: 30px;
  padding-right: 30px;
  max-width: 772px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width:991px) {
  .container, .container-middle, .container-small {
    padding-left: 30px;
    padding-right: 30px;
    max-width: 100%;
  }
}
@media (max-width:767px) {
  .container,
.container-middle,
.container-small {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 100%;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.row > [class*=col-], .row .col {
  padding-left: 15px;
  padding-right: 15px;
}

.row-20 {
  margin-left: -10px;
  margin-right: -10px;
}
.row-20 > [class*=col-],
.row-20 .col {
  padding-left: 10px;
  padding-right: 10px;
}

.row-10 {
  margin-left: -5px;
  margin-right: -5px;
}
.row-10 > [class*=col-], .row-10 .col {
  padding-left: 5px;
  padding-right: 5px;
}

.row-0 {
  margin-left: 0;
  margin-right: 0;
}
.row-0 > [class*=col-], .row-0 .col {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width:991px) {
  .row, .row-10, .row-20 {
    margin-left: -5px;
    margin-right: -5px;
  }
  .row > [class*=col-], .row .col, .row-10 > [class*=col-], .row-10 .col, .row-20 > [class*=col-], .row-20 .col {
    padding-left: 5px;
    padding-right: 5px;
  }
  .row-0 {
    margin-left: 0;
    margin-right: 0;
  }
  .row-0 > [class*=col-], .row-0 .col {
    padding-left: 0;
    padding-right: 0;
  }
}
.column5 > .col {
  max-width: 20%;
  -webkit-box-flex: 20%;
      -ms-flex: 20%;
          flex: 20%;
}

@media (max-width:991px) {
  .column5 > .col-sp-1 {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
@media (max-width:991px) {
  .column5 > .col-sp-1 {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
}
.site-header .cv-bar {
  padding: 30px;
}

@media (max-width:767px) {
  .site-header .cv-bar {
    padding: 25px 16px;
  }
}
.site-footer {
  background-color: #0d2148;
  position: relative;
  z-index: 1;
}
.site-footer .copyright {
  font-size: 1.6rem;
  height: 60px;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
  padding: 16px;
  letter-spacing: 1.5px;
}

@media (max-width:991px) {
  .site-footer .copyright {
    font-size: 1.3rem;
    height: 50px;
    padding: 13px;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -40px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-next {
  right: -40px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
} /* テキスト
-----------------------------------------------------*/
p {
  margin-bottom: 1.2em;
}

em {
  color: #EA6000;
  font-style: normal;
}

strong {
  font-weight: bold;
}

/*リンクテキスト
-----------------------------------------------------*/
a {
  color: #2e2e2e;
}

a, input[type=submit], input[type=button], button {
  text-decoration: none;
  outline: none;
}
a:hover, a:active, input[type=submit]:hover, input[type=submit]:active, input[type=button]:hover, input[type=button]:active, button:hover, button:active {
  color: #8c8c8c;
  outline: none;
  text-decoration: none;
  opacity: 0.7;
}
a:focus, a:active, input[type=submit]:focus, input[type=submit]:active, input[type=button]:focus, input[type=button]:active, button:focus, button:active {
  outline: none;
  text-decoration: none;
}
a:active:focus, a:active.focus, a.active:focus, a.active.focus, input[type=submit]:active:focus, input[type=submit]:active.focus, input[type=submit].active:focus, input[type=submit].active.focus, input[type=button]:active:focus, input[type=button]:active.focus, input[type=button].active:focus, input[type=button].active.focus, button:active:focus, button:active.focus, button.active:focus, button.active.focus {
  outline: none;
  text-decoration: none;
}

/* img
-----------------------------------------------------*/
figure {
  margin-bottom: 30px;
}
figure img {
  margin-bottom: 0;
}

img {
  margin-bottom: 30px;
}

/* placeholder
-----------------------------------------------------*/
input:-moz-placeholder-shown, .form-control:-moz-placeholder-shown {
  color: #CDD6DD;
}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #CDD6DD;
}
input:placeholder-shown, .form-control:placeholder-shown {
  color: #CDD6DD;
}
input::-webkit-input-placeholder, .form-control::-webkit-input-placeholder {
  color: #CDD6DD;
}
input:-moz-placeholder, .form-control:-moz-placeholder {
  color: #CDD6DD;
  opacity: 1;
}
input::-moz-placeholder, .form-control::-moz-placeholder {
  color: #CDD6DD;
  opacity: 1;
}
input:-ms-input-placeholder, .form-control:-ms-input-placeholder {
  color: #CDD6DD;
}
input:focus, .form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/* 見出し
-----------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
  font-size: 1.8rem;
  font-weight: bold;
  word-wrap: break-word;
  color: #2e2e2e;
  line-height: 1.5;
  margin-top: 0;
  margin-bottom: 0;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: #2e2e2e;
  text-decoration: none;
}

.h2, .entry-contents h2 {
  font-size: 3.2rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 10px;
  margin-bottom: 25px;
}
@media (max-width:767px) {
  .h2, .entry-contents h2 {
    font-size: 1.5rem;
  }
}
.h2::after, .entry-contents h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  display: block;
  height: 4px;
  width: 120px;
  background-color: #FF9922;
  -webkit-clip-path: polygon(0 0, 100% 0, calc(100% - 4px) 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, calc(100% - 4px) 100%, 0 100%);
}

.h3, .entry-contents h3 {
  font-size: 2.8rem;
  font-weight: bold;
  position: relative;
  padding-bottom: 9px;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 15px;
}
@media (max-width:767px) {
  .h3, .entry-contents h3 {
    font-size: 2rem;
    font-weight: bold;
  }
}
.h3::after, .entry-contents h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background-image: url(../img/common/border-wave-orange.svg);
  background-size: auto 6px;
  background-position: center;
  background-repeat: repeat-x;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
}

@media (max-width:767px) {
  .h3, .entry-contents h3 {
    padding-bottom: 8px;
    margin-bottom: 20px;
  }
  .h3::after, .entry-contents h3::after {
    height: 8px;
    background-size: 8px 8px;
  }
}
.h4, .entry-contents h4 {
  font-size: 2.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 15px;
  padding-left: 8px;
  border-left: 4px solid #FF9922;
}
@media (max-width:767px) {
  .h4, .entry-contents h4 {
    font-size: 1.8rem;
    font-weight: bold;
  }
}

.h5, .entry-contents h5 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
}
@media (max-width:767px) {
  .h5, .entry-contents h5 {
    font-size: 1.6rem;
    font-weight: bold;
  }
}

.entry-contents h2:not(:first-child), .entry-contents h3:not(:first-child), .entry-contents h4:not(:first-child) {
  margin-top: 40px;
}

/* table
-----------------------------------------------------*/
.table {
  margin: 0;
  width: 100%;
}
.table tbody tr th, .table tbody tr td, .table thead tr th, .table thead tr td, .table tfoot tr th, .table tfoot tr td {
  vertical-align: top;
  padding: 15px 15px;
}
.table tbody tr th, .table thead tr th, .table tfoot tr th {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #ff;
  color: #fff;
}
.table img {
  vertical-align: top;
}
@media (max-width:767px) {
  .table.table-sp-break {
    display: block;
  }
  .table.table-sp-break tbody, .table.table-sp-break thead, .table.table-sp-break tfoot {
    display: block;
  }
  .table.table-sp-break tbody tr, .table.table-sp-break thead tr, .table.table-sp-break tfoot tr {
    display: block;
  }
  .table.table-sp-break tbody tr th, .table.table-sp-break tbody tr td, .table.table-sp-break thead tr th, .table.table-sp-break thead tr td, .table.table-sp-break tfoot tr th, .table.table-sp-break tfoot tr td {
    display: block;
    width: 100%;
  }
}
.table.table-sp-break tbody th, .table.table-sp-break thead th, .table.table-sp-break tfoot th {
  border-top: 0;
  border-bottom: 0;
}
.table.table-sp-break tbody td, .table.table-sp-break thead td, .table.table-sp-break tfoot td {
  border-top: 0;
}

@media (max-width:767px) {
  .table-sp-break {
    display: block;
  }
  .table-sp-break tbody, .table-sp-break thead, .table-sp-break tfoot {
    display: block;
  }
  .table-sp-break tbody tr, .table-sp-break thead tr, .table-sp-break tfoot tr {
    display: block;
  }
  .table-sp-break tbody tr th, .table-sp-break tbody tr td, .table-sp-break thead tr th, .table-sp-break thead tr td, .table-sp-break tfoot tr th, .table-sp-break tfoot tr td {
    display: block;
    width: 100%;
  }
}

/* list
-----------------------------------------------------*/
.ul > li, .ol > li {
  margin-bottom: 0;
  padding-left: 1.2em;
  position: relative;
}
.ul > li:last-child, .ol > li:last-child {
  margin-bottom: 0;
}
.ul > li li, .ol > li li {
  margin-top: 0;
  margin-bottom: 0;
}
.ul > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  top: 0.7em;
  left: 3px;
  margin: 0;
  background-color: #0d2148;
}
.ol > li {
  counter-increment: item;
  margin-bottom: 0;
}
.ol > li::before {
  font-size: 1.6rem;
  font-weight: bold;
  content: counter(item) ".";
  color: #0d2148;
  position: absolute;
  left: 0;
  padding-right: 0.5em;
}
.entry-contents ul, .entry-contents ol {
  margin-bottom: 20px;
}
.entry-contents ul > li, .entry-contents ol > li {
  margin-bottom: 0;
  padding-left: 1.2em;
  position: relative;
}
.entry-contents ul > li:last-child, .entry-contents ol > li:last-child {
  margin-bottom: 0;
}
.entry-contents ul > li li, .entry-contents ol > li li {
  margin-top: 0;
  margin-bottom: 0;
}
.entry-contents ul > li::before {
  content: "";
  position: absolute;
  display: block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  top: 0.7em;
  left: 3px;
  margin: 0;
  background-color: #0d2148;
}
.entry-contents ol > li {
  counter-increment: item;
  margin-bottom: 0;
}
.entry-contents ol > li::before {
  font-size: 1.6rem;
  font-weight: bold;
  content: counter(item) ".";
  color: #0d2148;
  position: absolute;
  left: 0;
  padding-right: 0.5em;
}
/* hr
-----------------------------------------------------*/
hr {
  margin-top: 30px;
  margin-bottom: 30px;
  border: 0;
}

.hr-dashed {
  border-top: 1px dashed #2e2e2e;
}

.t-wp30 {
  width: 30%;
}

.t-wp25 {
  width: 25%;
}

.t-wp20 {
  width: 20%;
}

.t-wp15 {
  width: 15%;
}

.form-group {
  margin-bottom: 30px;
}
.form-group .form-label {
  font-size: 2rem;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.form-group .form-icon {
  font-size: 1.8rem;
  background-color: #cd0262;
  color: #fff;
  width: 58px;
  height: 28px;
  line-height: 26px;
  display: block;
  text-align: center;
  margin-right: 12px;
}
.form-group .form-icon.required {
  background-color: #cd0262;
}
.form-group .form-icon.any {
  background-color: #8f96a9;
}
.form-group .form-control {
  font-size: 1.8rem;
  background-color: #f2f3f6 !important;
  border: 4px;
  height: 60px;
  padding: 5px 25px;
  margin-bottom: 10px;
}
.form-group textarea.form-control {
  height: auto;
}

@media (max-width:767px) {
  .form-group {
    margin-bottom: 30px;
  }
  .form-group .form-label {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .form-group .form-icon {
    font-size: 1.4rem;
    width: 40px;
    height: 20px;
    line-height: 19px;
  }
  .form-group .form-control {
    font-size: 1.6rem;
    height: 50px;
  }
  .form-group textarea.form-control {
    height: auto;
  }
}
.form-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
.form-btns .btn {
  font-size: 2.6rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 92, 54, 0.4);
          box-shadow: 0 4px 4px 0 rgba(0, 92, 54, 0.4);
  min-height: 80px;
  max-width: 458px;
  width: 100%;
  letter-spacing: 1px;
}

@media (max-width:767px) {
  .form-btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .form-btns .btn {
    font-size: 2rem;
    min-height: 60px;
    width: 100%;
  }
  .form-btns .btn:not(:last-child) {
    margin-bottom: 20px;
  }
}
.privacy-text {
  font-size: 1.5rem;
  text-align: center;
  margin-bottom: 0;
}
.privacy-text .link {
  color: #14b9dc;
  text-decoration: underline;
  text-underline-offset: 0.4em;
}

@media (max-width:767px) {
  .privacy-text {
    font-size: 1.3rem;
    text-align: left;
  }
}
.btn {
  text-decoration: none;
  font-size: 1.6rem;
  font-weight: normal;
  border-radius: 100px;
  position: relative;
  white-space: normal;
  letter-spacing: 0;
  padding: 5px 10px;
  min-width: 160px;
  min-height: 54px;
  text-align: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btn:focus, .btn:disabled, .btn:visited, .btn:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}
.btn:hover, .btn:active, .btn.touch {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  text-decoration: none;
}

.btn {
  background-color: #c12947;
  border: 1px solid #c12947;
  color: #fff;
}
.btn:focus, .btn:disabled, .btn:visited, .btn:focus {
  background-color: #c12947;
  border: 1px solid #c12947;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn:not(:disabled):not(.disabled):active, .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 1px solid inherit;
  color: inherit;
}
.btn:hover, .btn:active, .btn.touch {
  background-color: #c12947;
  border: 1px solid #c12947;
  color: #fff;
  opacity: 0.7;
}

.btn-orange, .btn-primary {
  background-color: #FF9922;
  border: 1px solid #FF9922;
  color: #fff;
}
.btn-orange:focus, .btn-orange:disabled, .btn-orange:visited, .btn-orange:focus, .btn-primary:focus, .btn-primary:disabled, .btn-primary:visited, .btn-primary:focus {
  background-color: #FF9922;
  border: 1px solid #FF9922;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-orange:not(:disabled):not(.disabled):active, .btn-orange:not(:disabled):not(.disabled).active, .btn-orange:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 1px solid inherit;
  color: inherit;
}
.btn-orange:hover, .btn-orange:active, .btn-orange.touch, .btn-primary:hover, .btn-primary:active, .btn-primary.touch {
  background-color: #FF9922;
  border: 1px solid #FF9922;
  color: #fff;
  opacity: 0.7;
}

.btn-red, .btn-danger, .btn-warning {
  background-color: #c12947;
  border: 1px solid #c12947;
  color: #fff;
}
.btn-red:focus, .btn-red:disabled, .btn-red:visited, .btn-red:focus, .btn-danger:focus, .btn-danger:disabled, .btn-danger:visited, .btn-danger:focus, .btn-warning:focus, .btn-warning:disabled, .btn-warning:visited, .btn-warning:focus {
  background-color: #c12947;
  border: 1px solid #c12947;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-red:not(:disabled):not(.disabled):active, .btn-red:not(:disabled):not(.disabled).active, .btn-red:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 1px solid inherit;
  color: inherit;
}
.btn-red:hover, .btn-red:active, .btn-red.touch, .btn-danger:hover, .btn-danger:active, .btn-danger.touch, .btn-warning:hover, .btn-warning:active, .btn-warning.touch {
  background-color: #c12947;
  border: 1px solid #c12947;
  color: #fff;
  opacity: 0.7;
}

.btn-navy, .btn-success {
  background-color: #0d2148;
  border: 1px solid #0d2148;
  color: #fff;
}
.btn-navy:focus, .btn-navy:disabled, .btn-navy:visited, .btn-navy:focus, .btn-success:focus, .btn-success:disabled, .btn-success:visited, .btn-success:focus {
  background-color: #0d2148;
  border: 1px solid #0d2148;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-navy:not(:disabled):not(.disabled):active, .btn-navy:not(:disabled):not(.disabled).active, .btn-navy:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 1px solid inherit;
  color: inherit;
}
.btn-navy:hover, .btn-navy:active, .btn-navy.touch, .btn-success:hover, .btn-success:active, .btn-success.touch {
  background-color: #0d2148;
  border: 1px solid #0d2148;
  color: #fff;
  opacity: 0.7;
}

.btn-blue, .btn-info {
  background-color: #61d0fe;
  border: 1px solid #61d0fe;
  color: #fff;
}
.btn-blue:focus, .btn-blue:disabled, .btn-blue:visited, .btn-blue:focus, .btn-info:focus, .btn-info:disabled, .btn-info:visited, .btn-info:focus {
  background-color: #61d0fe;
  border: 1px solid #61d0fe;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-blue:not(:disabled):not(.disabled):active, .btn-blue:not(:disabled):not(.disabled).active, .btn-blue:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 1px solid inherit;
  color: inherit;
}
.btn-blue:hover, .btn-blue:active, .btn-blue.touch, .btn-info:hover, .btn-info:active, .btn-info.touch {
  background-color: #61d0fe;
  border: 1px solid #61d0fe;
  color: #fff;
  opacity: 0.7;
}

.btn-black, .btn-secondary {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
}
.btn-black:focus, .btn-black:disabled, .btn-black:visited, .btn-black:focus, .btn-secondary:focus, .btn-secondary:disabled, .btn-secondary:visited, .btn-secondary:focus {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-black:not(:disabled):not(.disabled):active, .btn-black:not(:disabled):not(.disabled).active, .btn-black:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 1px solid inherit;
  color: inherit;
}
.btn-black:hover, .btn-black:active, .btn-black.touch, .btn-secondary:hover, .btn-secondary:active, .btn-secondary.touch {
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  opacity: 0.7;
}

.btn-download, .btn-contact {
  background-color: #000;
  border: 0 solid #000;
  color: #fff;
  position: relative;
}
.btn-download:focus, .btn-download:disabled, .btn-download:visited, .btn-download:focus, .btn-contact:focus, .btn-contact:disabled, .btn-contact:visited, .btn-contact:focus {
  background-color: #000;
  border: 0 solid #000;
  color: #fff;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.btn-download:not(:disabled):not(.disabled):active, .btn-download:not(:disabled):not(.disabled).active, .btn-download:not(:disabled):not(.disabled):active:focus, .btn-contact:not(:disabled):not(.disabled):active, .btn-contact:not(:disabled):not(.disabled).active, .btn-contact:not(:disabled):not(.disabled):active:focus {
  background-color: inherit;
  border: 0 solid inherit;
  color: inherit;
}
.btn-download:hover, .btn-download:active, .btn-download.touch, .btn-contact:hover, .btn-contact:active, .btn-contact.touch {
  background-color: #000;
  border: 0 solid #000;
  color: #fff;
  opacity: 0.7;
}
.btn-download::after, .btn-contact::after {
  content: "";
  position: absolute;
  display: block;
  width: 16px;
  height: 16px;
  right: 25px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

@media (max-width:767px) {
  .btn-download::after,
.btn-contact::after {
    width: 14px;
    height: 14px;
    right: 13px;
  }
}
.btn-download {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #b11270), to(#325db2));
  background-image: -o-linear-gradient(left, #b11270 0, #325db2 100%);
  background-image: linear-gradient(90deg, #b11270 0, #325db2 100%);
  padding-right: 22px;
}
.btn-download::after {
  background-image: url(../img/icon-download.svg);
}

.btn-contact {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #02878c), to(#00873c));
  background-image: -o-linear-gradient(left, #02878c 0, #00873c 100%);
  background-image: linear-gradient(90deg, #02878c 0, #00873c 100%);
}
.btn-contact::after {
  background-image: url(../img/arrow-w.svg);
}

.btns-row {
  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;
}
.btns-row.btns-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.btns-row .btn {
  max-width: calc(50% - 10px);
  -webkit-box-flex: calc(50% - 10px);
      -ms-flex: calc(50% - 10px);
          flex: calc(50% - 10px);
  margin-bottom: 15px;
}

@media (max-width:767px) {
  .btns-row .btn {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
  }
  .btns-row .btn:not(:last-child) {
    margin-bottom: 8px;
  }
}
.icon-arrow {
  position: relative;
}
.icon-arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  right: 0;
  top: 50%;
  bottom: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../img/common/arrow01.svg);
  background-position: center;
  background-size: auto 16px;
}

.icon-plus {
  position: relative;
}
.icon-plus:before {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 18px;
  right: 12px;
  top: 50%;
  bottom: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-color: transparent;
  background-image: -o-linear-gradient(left, transparent calc(50% - 1px), #FCF4F4 calc(50% - 1px), #FCF4F4 calc(50% + 1px), transparent calc(50% + 1px)), -o-linear-gradient(bottom, transparent calc(50% - 1px), #FCF4F4 calc(50% - 1px), #FCF4F4 calc(50% + 1px), transparent calc(50% + 1px));
  background-image: linear-gradient(90deg, transparent calc(50% - 1px), #FCF4F4 calc(50% - 1px), #FCF4F4 calc(50% + 1px), transparent calc(50% + 1px)), linear-gradient(0deg, transparent calc(50% - 1px), #FCF4F4 calc(50% - 1px), #FCF4F4 calc(50% + 1px), transparent calc(50% + 1px));
  background-position: center;
  background-size: auto 16px;
}

.movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.marker-yellow {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff77b;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.marker-red {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #c12947;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.marker-white {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: #fff;
  text-underline-offset: -0.2em;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

.bg-yellow {
  background-color: #fff77b;
}

.bg-red {
  background-color: #c12947;
}

.bg-purple {
  background-color: #cd0262;
}

.bg-gray {
  background-color: #F0F0F0;
}

.txt-red {
  color: #c12947;
}

.txt-yellow {
  color: #fff77b;
}

.txt-gray {
  color: #666;
}

.txt-lg {
  font-size: 1.15em;
}

.txt-xl {
  font-size: 1.3em;
}

.txt-sm {
  font-size: 0.9em;
}

.txt-bold {
  font-weight: bold;
}

.img-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.thumbnail-wrap {
  padding-bottom: 68.45%;
  position: relative;
}
.thumbnail-wrap .thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.thumbnail-square {
  padding-bottom: 97.5%;
  position: relative;
}
.thumbnail-square .thumbnail {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.lp-section {
  position: relative;
}
.lp-section .section-title {
  text-align: center;
}
.lp-section .section-title .title-img {
  margin-right: auto;
  margin-left: auto;
}

.section-cv {
  position: relative;
  background-image: url(../img/sect-cv-bg.png);
  background-position: center;
  background-size: cover;
  padding: 40px 30px 80px;
}
.section-cv .section-title {
  background-image: url(../img/sect-cv-deco.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 550px;
  padding: 40px 15px;
  margin: 0 auto 20px;
}
.section-cv .section-title .title-img {
  max-width: 360px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.section-cv .cv-bar {
  background-color: #fff;
  border-radius: 10px;
  max-width: 1080px;
  padding: 30px;
  margin: 0 auto;
}
.section-cv .cv-bar .copy {
  font-size: 2rem;
  text-align: center;
}

@media (max-width:767px) {
  .section-cv {
    padding: 20px 15px 40px;
  }
  .section-cv .section-title {
    max-width: 275px;
    padding: 40px 15px;
    margin: 0 auto 20px;
  }
  .section-cv .section-title .title-img {
    max-width: 180px;
  }
  .section-cv .cv-bar {
    padding: 16px;
  }
  .section-cv .cv-bar .copy {
    font-size: 1.3rem;
  }
}
.cv-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 940px;
  margin: 0 auto;
}
.cv-btns .btn {
  font-size: 2.6rem;
  -webkit-box-shadow: 0 4px 4px 0 rgba(0, 92, 54, 0.4);
          box-shadow: 0 4px 4px 0 rgba(0, 92, 54, 0.4);
  min-height: 80px;
  max-width: 458px;
  width: 50%;
  letter-spacing: 1px;
}

@media (max-width:767px) {
  .cv-btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    max-width: 940px;
    margin: 0 auto;
  }
  .cv-btns .btn {
    font-size: 2rem;
    min-height: 60px;
    width: 100%;
  }
  .cv-btns .btn:not(:last-child) {
    margin-bottom: 20px;
  }
}
.main-visual {
  position: relative;
  background-image: url(../img/mv.png);
  background-position: center;
  background-size: cover;
  padding: 30px;
}
.main-visual .mv-lead {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.main-visual .mv-lead .lead {
  max-width: 100%;
  margin-bottom: 0;
}
.main-visual .mv-logo {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-visual .mv-logo .copy {
  max-width: 516px;
  width: 100%;
  margin-bottom: 0;
}
.main-visual .mv-logo .name {
  max-width: 394px;
  width: 100%;
  margin-bottom: 0;
}

@media (max-width:767px) {
  .main-visual {
    background-image: url(../img/mv-sp.png);
    padding: 30px 5px;
  }
  .main-visual .mv-logo .name {
    margin-top: -10px;
    width: 60%;
  }
}
.section-chacklist {
  position: relative;
  background-color: #ededed;
  background-image: url(../img/sect-chacklist-bg.png);
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 100px;
}

@media (max-width:767px) {
  .section-chacklist {
    background-image: url(../img/sect-chacklist-bg-sp.png);
    background-size: 100% auto;
    padding: 40px 0 60px;
  }
}
.chack-list .item {
  font-size: 2.6rem;
  position: relative;
  padding-left: 48px;
  max-width: 690px;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 2px;
}
.chack-list .item .lg {
  font-size: 3rem;
  font-weight: bold;
}
.chack-list .item::before {
  content: "";
  background-image: url(../img/chacklist-icon.png);
  background-size: cover;
  display: block;
  width: 34px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 11px;
}

@media (max-width:767px) {
  .chack-list .item {
    font-size: 1.3rem;
    padding-left: 26px;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
  .chack-list .item .lg {
    font-size: 1.5rem;
    font-weight: bold;
  }
  .chack-list .item::before {
    width: 17px;
    height: 17px;
    top: 5px;
  }
}
.section-voice {
  position: relative;
  background-color: #5648a2;
  background-image: url(../img/sect-voice-bg.png);
  background-position: center;
  background-size: cover;
  padding: 1px 0 80px;
}
.section-voice .bubble {
  position: relative;
  background-color: #000;
  max-width: 765px;
  padding: 25px;
  text-align: center;
  margin: -40px auto 30px;
}
.section-voice .bubble .img {
  margin-bottom: 0;
}
.section-voice .bubble::before {
  content: "";
  background-color: #000;
  width: 18px;
  height: 14px;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -1px);
      -ms-transform: translate(-50%, -1px);
          transform: translate(-50%, -1px);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}

@media (max-width:767px) {
  .section-voice {
    background-image: url(../img/sect-voice-bg.png), -webkit-gradient(linear, left top, right top, color-stop(0, #5549a2), color-stop(33%, #752da9), color-stop(66%, #b3398b), to(#e56759));
    background-image: url(../img/sect-voice-bg.png), -o-linear-gradient(left, #5549a2 0, #752da9 33%, #b3398b 66%, #e56759 100%);
    background-image: url(../img/sect-voice-bg.png), linear-gradient(90deg, #5549a2 0, #752da9 33%, #b3398b 66%, #e56759 100%);
    background-position: center top;
    background-size: 100% auto;
    background-repeat: no-repeat;
    padding: 1px 0 50px;
  }
  .section-voice .bubble {
    height: 40px;
    padding: 10px;
    margin: -20px auto 30px;
  }
  .section-voice .bubble .img {
    margin-bottom: 0;
  }
}
.crad-voice {
  border-radius: 10px;
  overflow: hidden;
  background-color: #fff;
}
.crad-voice .thumbnail-wrap {
  margin-bottom: 0;
}
.crad-voice .thumbnail-wrap .thumbnail {
  max-width: 100%;
  margin-bottom: 0;
}
.crad-voice .text {
  font-size: 2rem;
  padding: 25px 20px 20px;
  margin: 0;
}
.crad-voice .text .lg {
  font-size: 2.4rem;
  font-weight: bold;
}
.crad-voice .meta {
  border-top: 1px solid #e5e5e5;
  padding: 15px 20px;
  color: #2e2e2e;
  margin: 0;
  line-height: 1.5;
}

@media (max-width:767px) {
  .crad-voice {
    border-radius: 10px;
    overflow: hidden;
    background-color: #fff;
  }
  .crad-voice .thumbnail-wrap {
    margin-bottom: 0;
  }
  .crad-voice .thumbnail-wrap .thumbnail {
    max-width: 100%;
    margin-bottom: 0;
  }
  .crad-voice .text {
    font-size: 1.5rem;
    padding: 10px 10px 10px;
  }
  .crad-voice .text .lg {
    font-size: 1.7rem;
    font-weight: bold;
  }
  .crad-voice .meta {
    padding: 10px 10px;
  }
  .voice-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.section-about {
  position: relative;
  background-image: url(../img/sect-about-bg.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 80px;
}
.section-about::after {
  content: "";
  display: block;
  width: 112px;
  height: 44px;
  position: absolute;
  bottom: -42px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  background-color: #fff;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
  z-index: 1;
}
.section-about .about-content {
  font-size: 2rem;
}

@media (max-width:767px) {
  .section-about {
    background-position: center top;
    background-size: 100% auto;
    padding: 50px 0 30px;
  }
  .section-about::after {
    width: 80px;
    height: 32px;
    bottom: -31px;
  }
  .section-about .about-content {
    font-size: 1.5rem;
  }
}
.section-mistake {
  position: relative;
  background-image: url(../img/sect-mistake-bg.png);
  background-position: center;
  background-size: cover;
  padding: 80px 0 80px;
}
.section-mistake .section-title {
  position: relative;
  margin-bottom: 30px;
}
.section-mistake .section-title::before {
  content: "";
  display: block;
  width: 209px;
  height: 209px;
  background-image: url(../img/sect-mistake-deco.png);
  background-position: center;
  background-size: cover;
  position: absolute;
  left: 20px;
  top: -40px;
}

@media (max-width:767px) {
  .section-mistake {
    position: relative;
    background-image: url(../img/sect-mistake-bg.png);
    background-position: center top;
    background-size: 200% auto;
    padding: 50px 0 50px;
  }
  .section-mistake .section-title {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
  .section-mistake .section-title::before {
    width: 150px;
    height: 150px;
    left: -30px;
    top: -20px;
  }
}
.crad-list .crad-mistake {
  height: 100%;
}

@media (max-width:767px) {
  .crad-list .list-item {
    margin-bottom: 20px;
  }
}
.crad-mistake {
  position: relative;
  padding-top: 20px;
}
.crad-mistake::before {
  content: "";
  background-image: -o-linear-gradient(315deg, transparent 50%, #eaeaea 50%, #eaeaea calc(50% + 4px), #fff calc(50% + 4px));
  background-image: linear-gradient(135deg, transparent 50%, #eaeaea 50%, #eaeaea calc(50% + 4px), #fff calc(50% + 4px));
  width: 20px;
  height: 20px;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  -webkit-clip-path: polygon(100% 0, 100% 100%, 0 100%);
          clip-path: polygon(100% 0, 100% 100%, 0 100%);
}
.crad-mistake .crad-header {
  height: 20px;
  width: calc(100% - 20px);
  margin-left: 20px;
  border-right: 4px solid #eaeaea;
  border-top: 4px solid #eaeaea;
  background-color: #fff;
}
.crad-mistake .bubble {
  font-size: 2rem;
  background-color: #c12947;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 218px;
  padding: 10px 5px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  text-align: center;
  line-height: 24px;
  color: #fff;
}
.crad-mistake .bubble::before {
  content: "";
  background-color: #c12947;
  width: 18px;
  height: 14px;
  display: block;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -1px);
      -ms-transform: translate(-50%, -1px);
          transform: translate(-50%, -1px);
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
          clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.crad-mistake .bubble .ff-en {
  font-size: 2.6rem;
  margin-left: 2px;
}
.crad-mistake .inner {
  border-left: 4px solid #eaeaea;
  border-right: 4px solid #eaeaea;
  border-bottom: 4px solid #eaeaea;
  background-color: #fff;
  padding: 25px 16px 5px;
  height: calc(100% - 20px);
}
.crad-mistake .title {
  font-size: 3rem;
  color: #c12947;
  text-align: center;
  margin-bottom: 10px;
}
.crad-mistake .text {
  font-size: 2rem;
  margin-bottom: 20px;
}
.crad-mistake .img-fluid {
  margin: 0 auto;
  display: block;
}

@media (max-width:767px) {
  .crad-mistake {
    position: relative;
    padding-top: 10px;
  }
  .crad-mistake::before {
    top: 10px;
  }
  .crad-mistake .crad-header {
    height: 20px;
    width: calc(100% - 20px);
    margin-left: 20px;
  }
  .crad-mistake .bubble {
    font-size: 1.4rem;
    width: 144px;
    padding: 3px 5px 5px;
    line-height: 24px;
  }
  .crad-mistake .bubble::before {
    width: 14px;
    height: 10px;
  }
  .crad-mistake .bubble .ff-en {
    font-size: 1.6rem;
  }
  .crad-mistake .inner {
    border-left: 4px solid #eaeaea;
    border-right: 4px solid #eaeaea;
    border-bottom: 4px solid #eaeaea;
    background-color: #fff;
    padding: 15px 16px 10px;
    height: calc(100% - 20px);
  }
  .crad-mistake .title {
    padding-left: calc(25% + 10px);
    text-align: left;
    margin-bottom: 10px;
  }
  .crad-mistake .title .img-title {
    width: 80%;
  }
  .crad-mistake .text {
    font-size: 1.4rem;
    padding-left: calc(25% + 10px);
    margin-bottom: 0;
  }
  .crad-mistake .img {
    width: 25%;
    position: absolute;
    left: 10px;
    top: 50px;
  }
}
.section-strategy {
  position: relative;
  background-color: #f2f7f8;
  background-image: url(../img/sect-strategy-bg.jpg);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 80px 0 0;
}

@media (max-width:767px) {
  .section-strategy {
    background-size: 120% auto;
    padding: 50px 0 0;
  }
}
.section-strategy-bottom {
  position: relative;
  background-color: #f2f7f8;
  background-image: url(../img/strategy-bottom-bg.jpg);
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px 0 80px;
  text-align: center;
  margin-top: 120px;
}
.section-strategy-bottom .arrow {
  margin-bottom: 0;
  position: absolute;
  left: 50%;
  top: -50px;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.section-strategy-bottom .copy {
  margin-bottom: 0;
}
.section-strategy-bottom .img-fluid {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .section-strategy-bottom {
    padding: 60px 0 60px;
    text-align: center;
    margin-top: 60px;
  }
  .section-strategy-bottom .arrow {
    width: 240px;
    top: -20px;
  }
}
.strategy-list .strategy-item:not(:first-child) {
  margin-top: 40px;
}

@media (max-width:767px) {
  .strategy-list .strategy-item:not(:first-child) {
    margin-top: 16px;
  }
}
.strategy-item {
  -webkit-box-shadow: 0 4px 4px 0 rgba(40, 47, 54, 0.1);
          box-shadow: 0 4px 4px 0 rgba(40, 47, 54, 0.1);
  position: relative;
}
.strategy-item .strategy-header {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #0d2148;
  background-image: url(../img/strategy-title-bg.gif);
  background-size: cover;
  padding: 20px 0;
  position: relative;
  cursor: pointer;
}
.strategy-item .strategy-header .num {
  font-size: 3.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100px;
  height: 58px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  line-height: 1;
  border-right: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0;
}
.strategy-item .strategy-header .num .img {
  width: 40px;
  margin-bottom: 6px;
  display: block;
}
.strategy-item .strategy-header .title {
  font-size: 3rem;
  letter-spacing: 2px;
  padding-left: 30px;
  color: #fff;
  margin-bottom: 0;
}
.strategy-item .strategy-header .buttun {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
}
.strategy-item .strategy-header .buttun::before {
  content: "";
  display: block;
  width: 58px;
  height: 58px;
  background-color: #fff;
  background-image: url(../img/arrow-strategy.svg);
  background-position: center;
  background-size: 20px auto;
  background-repeat: no-repeat;
  border-radius: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.strategy-item .strategy-header.is-active .buttun::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
      -ms-transform: translate(-50%, -50%) rotate(0);
          transform: translate(-50%, -50%) rotate(0);
}
.strategy-item .strategy-body {
  font-size: 1.8rem;
  background-color: #fff;
  padding: 30px 0;
  display: none;
}
.strategy-item .strategy-body .col-left {
  max-width: 30.69%;
  padding-left: 30px;
  padding-right: 30px;
}
.strategy-item .strategy-body .col-right {
  max-width: 69.31%;
  padding-right: 30px;
}
.strategy-item .strategy-body .img-fluid {
  margin-bottom: 0;
}
.strategy-item .strategy-body.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.strategy-item .strategy-body p:last-child {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .strategy-item .strategy-header {
    padding: 10px 0;
  }
  .strategy-item .strategy-header .num {
    font-size: 1.8rem;
    width: 40px;
    height: 36px;
    border-right: 1px solid #fff;
  }
  .strategy-item .strategy-header .num .img {
    width: 22px;
    margin-bottom: 3px;
  }
  .strategy-item .strategy-header .title {
    font-size: 1.8rem;
    letter-spacing: 1px;
    padding-left: 10px;
    padding-right: 40px;
  }
  .strategy-item .strategy-header .buttun {
    width: 44px;
  }
  .strategy-item .strategy-header .buttun::before {
    width: 24px;
    height: 24px;
    background-size: 12px auto;
  }
  .strategy-item .strategy-body {
    font-size: 1.4rem;
    padding: 0 10px 15px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .strategy-item .strategy-body .col-left {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
  }
  .strategy-item .strategy-body .col-right {
    max-width: 100%;
    width: 100%;
    padding-right: 0;
  }
  .strategy-item .strategy-body .img-fluid {
    margin-bottom: 0;
  }
  .strategy-item .strategy-body.is-open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .strategy-item .strategy-body p:last-child {
    margin-bottom: 0;
  }
}
.section-thought {
  position: relative;
  background-image: url(../img/sect-thought-bg.jpg);
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
  padding: 80px 0 100px;
  font-size: 1.8rem;
}
.section-thought .section-title {
  margin-bottom: 40px;
}
.section-thought .bg-purple {
  color: #fff;
}
.section-thought .txt-lg {
  font-size: 2rem;
}
.section-thought p {
  margin-bottom: 2em;
}

@media (max-width:767px) {
  .section-thought {
    background-image: url(../img/sect-thought-bg-sp.jpg);
    background-position: left top;
    background-size: 100% auto;
    padding: 50px 0 100px;
    font-size: 1.5rem;
  }
  .section-thought .section-title {
    margin-bottom: 40px;
    padding: 0 15px;
  }
  .section-thought .bg-purple {
    color: #fff;
  }
  .section-thought .txt-lg {
    font-size: 1.6rem;
  }
  .section-thought p {
    margin-bottom: 1.5em;
  }
}
.section-service {
  background-color: #f3f4f6;
  position: relative;
  padding: 0;
}
.section-service .section-header {
  position: relative;
  background-color: #06265d;
  background-image: url(../img/sect-service-bg.jpg);
  background-position: center;
  background-size: cover;
  color: #fff;
  padding: 60px 0;
}
.section-service .section-header .section-title {
  background-image: url(../img/sect-service-deco.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 506px;
  padding: 40px 15px;
  margin: 0 auto 20px;
}
.section-service .section-header .section-title .title-img {
  max-width: 300px;
  width: 100%;
  display: block;
  margin: 0 auto;
}
.section-service .section-body {
  background-image: url(../img/sect-service02-bg.gif);
  background-position: center top;
  background-size: 100%;
  background-repeat: no-repeat;
  padding: 1px 0 80px;
}
.section-service .heading-bar {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #b11270), to(#325db2));
  background-image: -o-linear-gradient(left, #b11270 0, #325db2 100%);
  background-image: linear-gradient(90deg, #b11270 0, #325db2 100%);
  position: relative;
  margin-top: -40px;
  margin-bottom: 80px;
  z-index: 1;
  padding: 20px;
  text-align: center;
}
.section-service .heading-bar .img {
  max-width: 450px;
  width: 100%;
  margin-bottom: 0;
}

@media (max-width:767px) {
  .section-service .section-header {
    background-image: url(../img/sect-service-bg-sp.jpg);
    padding: 30px 0 40px;
    font-size: 1.5rem;
  }
  .section-service .section-header .section-title {
    max-width: 280px;
    padding: 20px 15px;
    margin: 0 auto 10px;
  }
  .section-service .section-header .section-title .title-img {
    max-width: 170px;
  }
  .section-service .section-body {
    padding: 1px 0 50px;
  }
  .section-service .heading-bar {
    margin-top: -20px;
    margin-bottom: 80px;
    padding: 10px 25px;
    height: 40px;
  }
  .section-service .heading-bar .img {
    max-width: 240px;
  }
}
.service-item {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width:767px) {
  .service-item {
    margin-bottom: 50px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.crad-service {
  background-color: #e9edf0;
  border-left: 20px solid #fff;
  border-right: 20px solid #fff;
  border-bottom: 20px solid #fff;
  width: calc(50% - 12px);
  position: relative;
}
.crad-service .card-label {
  width: 170px;
  height: 50px;
  -webkit-clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
          clip-path: polygon(10px 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
  background-color: #364d5d;
  position: absolute;
  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;
  top: -20px;
  margin-bottom: 0;
}
.crad-service .card-label .label-img {
  display: block;
  width: 52px;
  margin-bottom: 0;
}
.crad-service .crad-header {
  background-color: #fff;
  padding-top: 47px;
  padding-left: 20px;
  height: 130px;
}
.crad-service .crad-header .title .txt-img {
  margin-bottom: 0;
}
.crad-service .crad-header > .img {
  position: absolute;
  top: -70px;
  right: -10px;
}
.crad-service .crad-body {
  padding: 20px;
  background-color: #e9edf0;
  position: relative;
  z-index: 1;
}
.crad-service .crad-body p {
  margin-bottom: 10px;
}
.crad-service .crad-body p:last-child {
  margin-bottom: 0;
}
.crad-service.card-task {
  background-color: #e9edf0;
  position: relative;
}
.crad-service.card-task .card-label {
  background-color: #364d5d;
}
.crad-service.card-task::after {
  content: "";
  display: block;
  position: absolute;
  right: -55px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url(../img/service-arrow.png);
  background-position: center;
  background-size: cover;
  width: 48px;
  height: 68px;
  z-index: 1;
}
.crad-service.card-solution {
  background-color: #fdf1f7;
}
.crad-service.card-solution .card-label {
  background-color: #cd0262;
}

@media (max-width:767px) {
  .crad-service {
    border-left: 12px solid #fff;
    border-right: 12px solid #fff;
    border-bottom: 12px solid #fff;
    width: 100%;
  }
  .crad-service:not(:last-child) {
    margin-bottom: 40px;
  }
  .crad-service .card-label {
    width: 110px;
    height: 32px;
    top: -10px;
    left: 0;
  }
  .crad-service .card-label .label-img {
    width: 32px;
  }
  .crad-service .crad-header {
    padding-top: 35px;
    padding-left: 0;
    height: 100px;
  }
  .crad-service .crad-header .title .txt-img {
    height: 50px;
  }
  .crad-service .crad-header > .img {
    width: 135px;
    top: -35px;
    right: -10px;
  }
  .crad-service .crad-body {
    padding: 10px;
    font-size: 1.4rem;
  }
  .crad-service .crad-body p {
    margin-bottom: 10px;
  }
  .crad-service .crad-body p:last-child {
    margin-bottom: 0;
  }
  .crad-service.card-task::after {
    right: 50%;
    top: 100%;
    -webkit-transform: translate(50%, -6px) rotate(90deg);
        -ms-transform: translate(50%, -6px) rotate(90deg);
            transform: translate(50%, -6px) rotate(90deg);
  }
}
.service-price {
  font-size: 1.8rem;
  background-color: #fff;
  padding: 30px;
}
.service-price .price-bar {
  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: 10px;
}
.service-price .price-bar .heading {
  display: block;
  text-align: center;
  width: 270px;
  padding: 15px 10px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #b11270), to(#325db2));
  background-image: -o-linear-gradient(left, #b11270 0, #325db2 100%);
  background-image: linear-gradient(90deg, #b11270 0, #325db2 100%);
  -webkit-clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
          clip-path: polygon(20px 0, 100% 0, calc(100% - 20px) 100%, 0 100%);
  margin-bottom: 0;
}
.service-price .price-bar .heading .heading-img {
  width: 154px;
  margin-bottom: 0;
}
.service-price .price-bar .price {
  color: #cd0262;
  margin-bottom: 0;
  margin-left: 20px;
  font-size: 4.2rem;
  font-weight: bold;
}
.service-price .price-bar .price .lg {
  font-size: 6rem;
  font-weight: bold;
  line-height: 1;
  position: relative;
  top: 3px;
  margin-right: 5px;
  margin-left: 5px;
}
.service-price .price-text {
  text-align: center;
}
.service-price p:last-child {
  margin-bottom: 0;
}

@media (max-width:767px) {
  .service-price {
    font-size: 1.4rem;
    background-color: #fff;
    padding: 0 20px 20px;
  }
  .service-price .price-bar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-bottom: 5px;
  }
  .service-price .price-bar .heading {
    margin-top: -10px;
    width: 165px;
    padding: 12px 10px;
    -webkit-clip-path: polygon(13px 0, 100% 0, calc(100% - 13px) 100%, 0 100%);
            clip-path: polygon(13px 0, 100% 0, calc(100% - 13px) 100%, 0 100%);
    margin-bottom: 5px;
    font-size: 10px;
  }
  .service-price .price-bar .heading .heading-img {
    width: 75px;
    margin-bottom: 0;
  }
  .service-price .price-bar .price {
    margin-left: 0;
    font-size: 2.1rem;
    font-weight: bold;
  }
  .service-price .price-bar .price .lg {
    font-size: 3rem;
    font-weight: bold;
    top: 2px;
  }
  .service-price .price-text {
    text-align: left;
  }
  .service-price p:last-child {
    margin-bottom: 0;
  }
}
.section-faq {
  position: relative;
  background-image: url(../img/sect-faq-bg02.png), url(../img/sect-faq-bg.gif);
  background-position: center top, left top;
  background-size: auto;
  background-repeat: no-repeat, repeat;
  padding: 60px 0 100px;
}
.section-faq .section-title {
  background-image: url(../img/sect-faq-deco.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  max-width: 550px;
  padding: 40px 15px;
  margin: 0 auto 40px;
}
.section-faq .section-title .title-img {
  max-width: 334px;
  width: 100%;
  display: block;
  margin: 0 auto;
}

@media (max-width:767px) {
  .section-faq {
    background-size: 380px, auto;
    padding: 50px 0 60px;
  }
  .section-faq .section-title {
    background-image: url(../img/sect-faq-deco.png);
    padding: 20px 15px;
    margin: 0 auto 30px;
  }
  .section-faq .section-title .title-img {
    max-width: 185px;
  }
}
.faq-list .faq-item:not(:last-child) {
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .faq-list .faq-item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.faq-item {
  background-color: #fff;
  border: 1px solid #dcdcdc;
  padding: 20px;
  -webkit-clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
          clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 20px, 100% 100%, 0 100%);
  position: relative;
}
.faq-item::before {
  content: "";
  background-color: #dcdcdc;
  display: block;
  position: absolute;
  right: -8px;
  top: 10px;
  width: 33px;
  height: 1px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.faq-item .faq-header, .faq-item .faq-body {
  margin-bottom: 0;
  position: relative;
  padding-left: 80px;
}
.faq-item .faq-header .icon, .faq-item .faq-body .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 60px;
  top: 0;
  left: 0;
}
.faq-item .faq-header .icon-img, .faq-item .faq-body .icon-img {
  margin-bottom: 0;
}
.faq-item .faq-header {
  margin-bottom: 20px;
  min-height: 60px;
  padding-top: 8px;
}
.faq-item .faq-header .icon {
  background-image: -o-linear-gradient(315deg, #b11270 0, #325db2 100%);
  background-image: linear-gradient(135deg, #b11270 0, #325db2 100%);
  height: 60px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.faq-item .faq-header .icon-img {
  width: 34px;
  height: 34px;
}
.faq-item .faq-body {
  border-top: 1px solid #dcdcdc;
  padding-top: 20px;
  padding-bottom: 5px;
  color: #2e2e2e;
}
.faq-item .faq-body .icon {
  top: 20px;
}
.faq-item .faq-body .icon-img {
  width: 26px;
}
.faq-item .faq-body p:last-child {
  margin-bottom: 0;
}
.faq-item .faq-q {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.7;
}

@media (max-width:767px) {
  .faq-item {
    padding: 11px;
    -webkit-clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
            clip-path: polygon(0 0, calc(100% - 10px) 0, 100% 10px, 100% 100%, 0 100%);
  }
  .faq-item::before {
    right: -7px;
    top: 6px;
    width: 19px;
  }
  .faq-item .faq-header,
.faq-item .faq-body {
    padding-left: 40px;
  }
  .faq-item .faq-header .icon,
.faq-item .faq-body .icon {
    width: 30px;
    top: 0;
    left: 0;
  }
  .faq-item .faq-header .icon-img,
.faq-item .faq-body .icon-img {
    margin-bottom: 0;
  }
  .faq-item .faq-header {
    margin-bottom: 10px;
    min-height: 30px;
    padding-top: 0;
  }
  .faq-item .faq-header .icon {
    height: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .faq-item .faq-header .icon-img {
    width: 18px;
    height: 18px;
  }
  .faq-item .faq-body {
    font-size: 1.4rem;
    padding-top: 8px;
    padding-bottom: 0;
  }
  .faq-item .faq-body .icon {
    top: 14px;
  }
  .faq-item .faq-body .icon-img {
    width: 16px;
  }
  .faq-item .faq-body p:last-child {
    margin-bottom: 0;
  }
  .faq-item .faq-q {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.7;
  }
}
.page-contact-form {
  background-color: #3d408e;
  background-image: url(../img/sect-contact-form-bg.png);
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
}

@media (max-width:767px) {
  .page-contact-form {
    background-image: url(../img/sect-contact-form-bg-sp.png);
  }
}
.section-contact-form {
  padding: 60px 0 80px;
}

@media (max-width:767px) {
  .section-contact-form {
    padding: 15px 0 40px;
  }
}
.form-panel {
  border-radius: 16px;
  background-color: #fff;
  padding: 50px 90px 70px;
}
.form-panel .panel-title {
  font-size: 4rem;
  color: #cd0262;
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width:767px) {
  .form-panel {
    border-radius: 5px;
    background-color: #fff;
    padding: 30px 15px 30px;
  }
  .form-panel .panel-title {
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
}
.clearfix, .cf {
  *zoom: 1;
}
.clearfix:after, .cf:after {
  content: "";
  display: block;
  clear: both;
}

.test-left {
  text-align: left;
}

.test-center {
  text-align: center;
}

.test-right {
  text-align: right;
}

.v-top {
  vertical-align: top;
}

.v-middle {
  vertical-align: middle;
}

.v-bottom {
  vertical-align: bottom;
}

.img-center {
  margin-left: auto;
  margin-right: auto;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
}

.clear {
  clear: both;
}

.f-left {
  float: left;
}

.f-right {
  float: right;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (max-width:767px) {
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .mt-sp-0 {
    margin: 0px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-0 {
    margin-bottom: 0px !important;
  }
  .mt-sp-0 {
    margin-top: 0px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-5 {
    margin-bottom: 5px !important;
  }
  .mt-sp-5 {
    margin-top: 5px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-10 {
    margin-bottom: 10px !important;
  }
  .mt-sp-10 {
    margin-top: 10px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-15 {
    margin-bottom: 15px !important;
  }
  .mt-sp-15 {
    margin-top: 15px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-20 {
    margin-bottom: 20px !important;
  }
  .mt-sp-20 {
    margin-top: 20px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-25 {
    margin-bottom: 25px !important;
  }
  .mt-sp-25 {
    margin-top: 25px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-30 {
    margin-bottom: 30px !important;
  }
  .mt-sp-30 {
    margin-top: 30px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-35 {
    margin-bottom: 35px !important;
  }
  .mt-sp-35 {
    margin-top: 35px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-40 {
    margin-bottom: 40px !important;
  }
  .mt-sp-40 {
    margin-top: 40px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-45 {
    margin-bottom: 45px !important;
  }
  .mt-sp-45 {
    margin-top: 45px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-50 {
    margin-bottom: 50px !important;
  }
  .mt-sp-50 {
    margin-top: 50px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-55 {
    margin-bottom: 55px !important;
  }
  .mt-sp-55 {
    margin-top: 55px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-60 {
    margin-bottom: 60px !important;
  }
  .mt-sp-60 {
    margin-top: 60px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-65 {
    margin-bottom: 65px !important;
  }
  .mt-sp-65 {
    margin-top: 65px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-70 {
    margin-bottom: 70px !important;
  }
  .mt-sp-70 {
    margin-top: 70px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-75 {
    margin-bottom: 75px !important;
  }
  .mt-sp-75 {
    margin-top: 75px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-80 {
    margin-bottom: 80px !important;
  }
  .mt-sp-80 {
    margin-top: 80px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-85 {
    margin-bottom: 85px !important;
  }
  .mt-sp-85 {
    margin-top: 85px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-90 {
    margin-bottom: 90px !important;
  }
  .mt-sp-90 {
    margin-top: 90px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-95 {
    margin-bottom: 95px !important;
  }
  .mt-sp-95 {
    margin-top: 95px !important;
  }
}
@media (max-width:767px) {
  .mb-sp-100 {
    margin-bottom: 100px !important;
  }
  .mt-sp-100 {
    margin-top: 100px !important;
  }
}
.mb-xs {
  margin-bottom: 10px !important;
}

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

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

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

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

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

.mb-l {
  margin-bottom: 60px !important;
}

.mt-l {
  margin-bottom: 60px !important;
}

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

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

@media (max-width:767px) {
  .mb-xs {
    margin-bottom: 10px !important;
  }
  .mt-xs {
    margin-bottom: 10px !important;
  }
  .mb-s {
    margin-bottom: 20px !important;
  }
  .mt-s {
    margin-bottom: 20px !important;
  }
  .mb-m {
    margin-bottom: 40px !important;
  }
  .mt-m {
    margin-bottom: 40px !important;
  }
  .mb-l {
    margin-bottom: 60px !important;
  }
  .mt-l {
    margin-bottom: 60px !important;
  }
  .mb-xl {
    margin-bottom: 80px !important;
  }
  .mt-xl {
    margin-bottom: 80px !important;
  }
}
.fz-ss {
  font-size: 0.625rem !important;
}

.fz-s {
  font-size: 0.75rem !important;
}

.fz-m {
  font-size: 0.875rem !important;
}

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

.fz-ll {
  font-size: 1.125rem !important;
}

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

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

.sp-break {
  display: inline;
}

@media (max-width:767px) {
  .sp-break {
    display: block;
  }
}
.pc-visible {
  display: block;
}

.sp-visible {
  display: none;
}

@media (max-width:767px) {
  .pc-visible {
    display: none;
  }
  .sp-visible {
    display: block;
  }
}
/*
-- Layout CSS
-------------------------------------------------- */
/*
-- plugin
--------------------------------------------------*/
/*
-- Module CSS
-------------------------------------------------- */
/*
-- section CSS
-------------------------------------------------- */
/*
-- page CSS
--------------------------------------------------
@import "page/top";
*/
/*
-- Utility CSS
-------------------------------------------------- */