@charset "UTF-8";
/* ===================================================================
CSS information

file name  : about.css
author     : Abilive
style info : イーピュアとは
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: 0;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after, .slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[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;
}

.slick-slider div {
  outline: none;
}

.slick-dots {
  text-align: center;
}
.slick-dots li {
  background: #069fce;
  display: inline-block;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .slick-dots li {
    font-size: 0.6875rem;
  }
}
@media print {
  .slick-dots li {
    font-size: 0.6875rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .slick-dots li {
    font-size: 0.6875rem;
  }
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
    font-size: 0.625rem;
  }
}
.slick-dots li.slick-active {
  background: #069fce;
}
.slick-dots li button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #454545;
  font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", YuGothic, "メイリオ", "Meiryo", "MS Ｐゴシック", "MS PGothic", "Lucida Sans Unicode", "Lucida Grande", Verdana, Arial, sans-serif;
  text-indent: -100px;
  overflow: hidden;
}
.slick-dots li button::-ms-expand {
  display: none;
}

.p-intro__top {
  text-align: center;
  padding: 3.75em 0 3.125em;
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-intro__top {
    padding-bottom: 7.5em;
  }
}
.p-intro__top:after {
  content: "";
  width: 9.8125rem;
  aspect-ratio: 185/299;
  background: url(../../about/images/img_arrow.png) no-repeat center center;
  background-size: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}
@media only screen and (max-width: 767px) {
  .p-intro__top:after {
    width: 20%;
    top: 40%;
  }
}
.p-intro__top__old {
  width: 16.25rem;
  margin-inline: auto;
  margin-bottom: 3.125rem;
}
.p-intro__top__text {
  letter-spacing: 0.04em;
  line-height: 1.75;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  margin-bottom: 3rem;
  font-weight: bold;
}
@media only screen and (min-width: 1200px) {
  .p-intro__top__text {
    font-size: 1rem;
  }
}
@media print {
  .p-intro__top__text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__top__text {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__top__text {
    font-size: 0.875rem;
  }
}
.p-intro__top__text span {
  color: #069fce;
}
.p-intro__top__new {
  width: 10.9375rem;
  margin-inline: auto;
}
.p-intro__bottom {
  position: relative;
  z-index: 10;
}
.p-intro__bottom:before {
  content: "";
  width: 100%;
  background: #fafafa;
  -webkit-box-shadow: 10px 10px 30px 0px rgba(6, 159, 206, 0.1);
          box-shadow: 10px 10px 30px 0px rgba(6, 159, 206, 0.1);
  position: absolute;
  border-radius: 0 10.4166666667vw;
  top: 0;
  z-index: -1;
  height: 105%;
}
@media only screen and (max-width: 767px) {
  .p-intro__bottom:before {
    height: 105%;
  }
}
.p-intro__bottom__text {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  padding-top: 7.9861111111vw;
}
@media only screen and (min-width: 1200px) {
  .p-intro__bottom__text {
    width: 77.7777777778%;
    margin-left: 22.2222222222%;
  }
}
@media print {
  .p-intro__bottom__text {
    width: 77.7777777778%;
    margin-left: 22.2222222222%;
  }
}
@media only screen and (max-width: 1199px) {
  .p-intro__bottom__text {
    width: 80%;
    margin-left: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__bottom__text {
    padding-top: 9.0625rem;
  }
}
.p-intro__bottom__text .st {
  letter-spacing: 0.12em;
}
@media only screen and (min-width: 1200px) {
  .p-intro__bottom__text .st {
    font-size: 2rem;
  }
}
@media print {
  .p-intro__bottom__text .st {
    font-size: 2rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__bottom__text .st {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__bottom__text .st {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__bottom__text .st {
    margin-top: 1em;
    text-align: center;
  }
}
.p-intro__bottom__text .st i {
  display: block;
  width: 349px;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__bottom__text .st i {
    width: 300px;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__bottom__text .st i {
    width: 90%;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__bottom__text .st i {
    margin-bottom: 0.5em;
    margin-inline: auto;
  }
}
.p-intro__bottom__text .st span {
  color: #069fce;
  font-size: 3rem;
}
@media only screen and (max-width: 767px) {
  .p-intro__bottom__text .st span {
    font-size: 1.75rem;
  }
}
.p-intro__bottom__text .text {
  letter-spacing: 0.04em;
}
@media only screen and (min-width: 1200px) {
  .p-intro__bottom__text .text {
    font-size: 1rem;
  }
}
@media print {
  .p-intro__bottom__text .text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__bottom__text .text {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__bottom__text .text {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-intro__bottom__text .text {
    line-height: 2;
    margin-top: 2.1875em;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__bottom__text .text {
    line-height: 1.75;
    margin-top: 1.25em;
  }
}
.p-intro__bottom__text .catch {
  color: #069fce;
  letter-spacing: 0.04em;
  line-height: 1.6;
}
@media only screen and (min-width: 1200px) {
  .p-intro__bottom__text .catch {
    font-size: 1.25rem;
  }
}
@media print {
  .p-intro__bottom__text .catch {
    font-size: 1.25rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__bottom__text .catch {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__bottom__text .catch {
    font-size: 1.125rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-intro__bottom__text .catch {
    margin-top: 1.8125em;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__bottom__text .catch {
    margin-top: 1.25em;
  }
}
.p-intro__bottom__text .image {
  position: absolute;
}
@media only screen and (min-width: 1200px) {
  .p-intro__bottom__text .image {
    top: -16.25rem;
    left: 54.8611111111vw;
    width: 41.8055555556vw;
  }
}
@media print {
  .p-intro__bottom__text .image {
    top: -16.25rem;
    left: 54.8611111111vw;
    width: 41.8055555556vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__bottom__text .image {
    top: -18.5714285714vw;
    left: 54.8611111111vw;
    width: 41.8055555556vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__bottom__text .image {
    top: -25vw;
    width: 86vw;
    left: 0;
    right: 0;
    margin-inline: auto;
  }
}
.p-intro__bottom__image {
  overflow: hidden;
  margin-top: 4.125rem;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-intro__bottom__image {
    margin-top: 1.875rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-intro__bottom__image {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 1200px) {
  .p-intro__bottom__image {
    width: 77.7777777778%;
    margin-left: 22.2222222222%;
  }
}
@media print {
  .p-intro__bottom__image {
    width: 77.7777777778%;
    margin-left: 22.2222222222%;
  }
}
@media only screen and (max-width: 1199px) {
  .p-intro__bottom__image {
    width: 90%;
    margin-left: 10%;
  }
}
.p-intro__bottom__image #js-slider {
  width: 91.0714285714%;
  overflow: visible !important;
}
.p-intro__bottom__image #js-slider .slick-list {
  overflow: visible !important;
}
.p-intro__bottom__image #js-slider .slide {
  padding: 0.9375rem 0;
  margin-right: 10px;
}
.p-intro__bottom__image #js-slider .slide img {
  overflow: hidden;
  width: 100%;
  display: block;
  border-radius: 1.5972222222vw;
  -webkit-box-shadow: 0.625rem 0 1.875rem 0px rgba(6, 159, 206, 0.1);
          box-shadow: 0.625rem 0 1.875rem 0px rgba(6, 159, 206, 0.1);
}

.p-wait {
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  padding-top: 8.3333333333vw;
}
@media only screen and (max-width: 767px) {
  .p-wait {
    padding-top: 14.5833333333vw;
  }
}
.p-wait__bottom {
  position: relative;
  z-index: 10;
}
.p-wait__bottom .st {
  letter-spacing: 0.12em;
  text-align: center;
  color: #069fce;
}
@media only screen and (min-width: 1200px) {
  .p-wait__bottom .st {
    font-size: 1.625rem;
  }
}
@media print {
  .p-wait__bottom .st {
    font-size: 1.625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-wait__bottom .st {
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-wait__bottom .st {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-wait__bottom .st {
    margin-top: 1em;
  }
}
.p-wait__bottom .text {
  text-align: center;
  width: 50%;
  margin: 0 auto;
  letter-spacing: 0.04em;
  width: 80%;
}
@media only screen and (min-width: 1200px) {
  .p-wait__bottom .text {
    font-size: 1rem;
  }
}
@media print {
  .p-wait__bottom .text {
    font-size: 1rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-wait__bottom .text {
    font-size: 0.9375rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-wait__bottom .text {
    font-size: 0.875rem;
  }
}
@media only screen and (min-width: 768px) {
  .p-wait__bottom .text {
    line-height: 2;
    margin-top: 1.25em;
  }
}
@media only screen and (max-width: 767px) {
  .p-wait__bottom .text {
    line-height: 1.75;
    margin-top: 0.625em;
  }
}

.p-commit {
  margin-top: 5.5555555556vw;
}
@media only screen and (max-width: 767px) {
  .p-commit {
    margin-top: 3em;
  }
}
.p-commit .st {
  margin-bottom: 3.5625em;
}
@media only screen and (max-width: 767px) {
  .p-commit .st {
    margin-bottom: 1.5em;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit .st {
    padding-bottom: 1.3em;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit .st i {
    left: 60%;
    bottom: 0;
  }
}
.p-commit__point {
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .p-commit__point {
    padding: 5.5555555556vw 0 6.9444444444vw;
  }
}
@media print {
  .p-commit__point {
    padding: 5.5555555556vw 0 6.9444444444vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point {
    padding: 4.375rem 0 5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point {
    padding: 2em 0;
  }
}
.p-commit__point:nth-of-type(1):before {
  content: "";
  height: 100%;
  background: #fafafa;
  -webkit-box-shadow: 10px 10px 30px 0px rgba(6, 159, 206, 0.1);
          box-shadow: 10px 10px 30px 0px rgba(6, 159, 206, 0.1);
  position: absolute;
  top: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .p-commit__point:nth-of-type(1):before {
    width: 88.8888888889vw;
    border-radius: 0 10.4166666667vw 10.4166666667vw 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point:nth-of-type(1):before {
    width: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .p-commit__point:nth-of-type(2) {
    padding: 8.125vw 0 8.6111111111vw;
  }
}
@media print {
  .p-commit__point:nth-of-type(2) {
    padding: 8.125vw 0 8.6111111111vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point:nth-of-type(2) {
    padding: 6.25rem 0 4.375rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point:nth-of-type(2) {
    padding: 4em 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point:nth-of-type(2) .p-commit__point__top {
    margin-inline: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point:nth-of-type(2) .p-commit__point__top .text {
    width: 52%;
    left: 5%;
  }
}
.p-commit__point:nth-of-type(3):before {
  content: "";
  height: 100%;
  background: #fafafa;
  -webkit-box-shadow: 10px 10px 30px 0px rgba(6, 159, 206, 0.1);
          box-shadow: 10px 10px 30px 0px rgba(6, 159, 206, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .p-commit__point:nth-of-type(3):before {
    width: 88.8888888889vw;
    border-radius: 10.4166666667vw 0 0 10.4166666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point:nth-of-type(3):before {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point:nth-of-type(3) {
    padding-bottom: 4.375rem;
  }
  .p-commit__point:nth-of-type(3) .p-commit__point__top .text {
    left: 14%;
    width: 50%;
  }
  .p-commit__point:nth-of-type(3) .p-commit__point__top .image {
    position: relative;
  }
  .p-commit__point:nth-of-type(3) .p-commit__point__top .image:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    display: block;
  }
  .p-commit__point:nth-of-type(3) .p-commit__point__bottom {
    margin-left: 13%;
  }
  .p-commit__point:nth-of-type(3) .p-commit__point__bottom .image {
    margin-right: 5%;
    margin-left: 0;
  }
}
.p-commit__point:nth-of-type(4):before {
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .p-commit__point:nth-of-type(4):before {
    width: 88.8888888889vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point:nth-of-type(4):before {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-commit__point:nth-of-type(4) .p-commit__point__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point:nth-of-type(4) {
    padding-bottom: 4.375rem;
  }
  .p-commit__point:nth-of-type(4) .p-commit__point__top .text {
    left: 14%;
    width: 50%;
  }
  .p-commit__point:nth-of-type(4) .p-commit__point__top .image {
    position: relative;
  }
  .p-commit__point:nth-of-type(4) .p-commit__point__top .image:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    display: block;
  }
  .p-commit__point:nth-of-type(4) .p-commit__point__bottom {
    margin-left: 13%;
  }
  .p-commit__point:nth-of-type(4) .p-commit__point__bottom .image {
    margin-right: 0;
    margin-left: 5%;
  }
}
.p-commit__point:nth-of-type(5):before {
  content: "";
  height: 100%;
  background: #fafafa;
  -webkit-box-shadow: 10px 10px 30px 0px rgba(6, 159, 206, 0.1);
          box-shadow: 10px 10px 30px 0px rgba(6, 159, 206, 0.1);
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .p-commit__point:nth-of-type(5):before {
    width: 88.8888888889vw;
    border-radius: 10.4166666667vw 0 0 10.4166666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point:nth-of-type(5):before {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .p-commit__point:nth-of-type(5) .p-commit__point__bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point:nth-of-type(5) {
    padding-bottom: 4.375rem;
  }
  .p-commit__point:nth-of-type(5) .p-commit__point__top .text {
    left: 14%;
    width: 50%;
  }
  .p-commit__point:nth-of-type(5) .p-commit__point__bottom {
    margin-left: 13%;
  }
  .p-commit__point:nth-of-type(5) .p-commit__point__bottom .image {
    margin-right: 0;
    margin-left: 5%;
  }
}
.p-commit__point:nth-of-type(5) .img {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .p-commit__point:nth-of-type(5) .img {
    width: 34.375%;
  }
}
@media only screen and (min-width: 1200px) {
  .p-commit__point:nth-of-type(5) .img {
    margin-right: 10%;
  }
}
@media print {
  .p-commit__point:nth-of-type(5) .img {
    margin-right: 10%;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point:nth-of-type(5) .img {
    margin: 0 auto;
  }
}
.p-commit__point:nth-of-type(5) .img:after {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.3);
  display: block;
}
.p-commit__point__top {
  margin-inline: auto;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .p-commit__point__top {
    width: 88.8888888889vw;
    padding-left: 16.6666666667vw;
  }
}
@media print {
  .p-commit__point__top {
    width: 88.8888888889vw;
    padding-left: 16.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .p-commit__point__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point__top {
    width: 90%;
    margin-inline: auto;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point__top {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
@media only screen and (min-width: 1200px) {
  .p-commit__point__top .text {
    width: 30.5555555556vw;
    left: 21.5277777778vw;
  }
}
@media print {
  .p-commit__point__top .text {
    width: 30.5555555556vw;
    left: 21.5277777778vw;
  }
}
@media only screen and (min-width: 768px) {
  .p-commit__point__top .text {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 10;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point__top .text {
    width: 60%;
    left: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point__top .text {
    margin: 1.5em auto 0;
  }
}
.p-commit__point__top .text .sst {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-commit__point__top .text .sst {
    padding-left: 6.976744186vw;
    padding-top: 4.6511627907vw;
  }
}
.p-commit__point__top .text .sst i {
  display: block;
  position: absolute;
  left: -5.4861111111vw;
  top: -3.0555555556vw;
  width: 6.3194444444vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point__top .text .sst i {
    left: -4.1666666667vw;
    top: -3.0555555556vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point__top .text .sst i {
    width: 10.4651162791vw;
    left: 0;
    top: 0;
  }
}
.p-commit__point__top .text .sst span {
  letter-spacing: 0.12em;
  line-height: 1.52;
  color: #069fce;
  font-family: "Shippori Mincho", "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
}
@media only screen and (min-width: 1200px) {
  .p-commit__point__top .text .sst span {
    font-size: 1.5625rem;
  }
}
@media print {
  .p-commit__point__top .text .sst span {
    font-size: 1.5625rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point__top .text .sst span {
    font-size: 1.4375rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point__top .text .sst span {
    font-size: 1.375rem;
  }
}
.p-commit__point__top .text .txt {
  margin-top: 1.5625em;
  line-height: 1.7142857143;
}
@media only screen and (max-width: 767px) {
  .p-commit__point__top .text .txt {
    padding-inline: 6.976744186vw;
    margin-top: 0.9375em;
    margin-inline: auto;
  }
}
.p-commit__point__top .image {
  border-radius: 2.7777777778vw;
  overflow: hidden;
  -webkit-box-shadow: 0.625rem 0 1.875rem 0px rgba(6, 159, 206, 0.1);
          box-shadow: 0.625rem 0 1.875rem 0px rgba(6, 159, 206, 0.1);
}
@media only screen and (min-width: 1200px) {
  .p-commit__point__top .image {
    width: 47.2222222222vw;
  }
}
@media print {
  .p-commit__point__top .image {
    width: 47.2222222222vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point__top .image {
    width: 50%;
    overflow: hidden;
  }
  .p-commit__point__top .image img {
    position: relative;
    width: 130%;
    max-width: none;
    margin-left: -15%;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point__top .image {
    width: 100%;
    border-radius: 4.6511627907vw;
    margin-inline: auto;
  }
}
.p-commit__point__bottom {
  margin-top: 4.1666666667vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point__bottom {
    margin-top: 4.0625rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point__bottom {
    margin-top: 2.5em;
  }
}
@media only screen and (min-width: 768px) {
  .p-commit__point__bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-inline: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .p-commit__point__bottom {
    width: 61.1111111111vw;
  }
}
@media print {
  .p-commit__point__bottom {
    width: 61.1111111111vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point__bottom {
    width: 80%;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.p-commit__point__bottom .image {
  border-radius: 1.3888888889vw;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .p-commit__point__bottom .image {
    width: 25vw;
  }
}
@media print {
  .p-commit__point__bottom .image {
    width: 25vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point__bottom .image {
    width: 40.9090909091%;
    margin-right: 5.6818181818%;
    overflow: hidden;
  }
  .p-commit__point__bottom .image img {
    position: relative;
    width: 120%;
    max-width: none;
    margin-left: -10%;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point__bottom .image {
    border-radius: 4.6511627907vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-commit__point__bottom .text {
    width: 30.9027777778vw;
  }
}
@media print {
  .p-commit__point__bottom .text {
    width: 30.9027777778vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point__bottom .text {
    width: 50.5681818182%;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point__bottom .text {
    margin-top: 1em;
    padding-inline: 6.976744186vw;
  }
}
.p-commit__point__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-inline: auto;
  margin-top: 5.5555555556vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point__other {
    margin-top: 3.125rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point__other {
    margin-top: 6.976744186vw;
  }
}
@media only screen and (min-width: 768px) {
  .p-commit__point__other {
    width: 66.6666666667vw;
  }
}
@media only screen and (min-width: 1200px) {
  .p-commit__point__other {
    padding-left: 5.5555555556vw;
  }
}
@media print {
  .p-commit__point__other {
    padding-left: 5.5555555556vw;
  }
}
@media only screen and (max-width: 1199px) {
  .p-commit__point__other {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point__other {
    width: 80%;
  }
}
.p-commit__point__other .icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #FFF;
  background: #069fce;
  font-size: 3.125rem;
  aspect-ratio: 100/100;
  border-radius: 9999px;
}
@media only screen and (min-width: 1200px) {
  .p-commit__point__other .icon {
    width: 6.9444444444vw;
    margin-right: 2.0833333333vw;
  }
}
@media print {
  .p-commit__point__other .icon {
    width: 6.9444444444vw;
    margin-right: 2.0833333333vw;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point__other .icon {
    width: 10vw;
    margin-right: 3vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point__other .icon {
    width: 20.9302325581vw;
    margin-bottom: 3.488372093vw;
  }
}
.p-commit__point__other .text {
  width: 40vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point__other .text {
    width: 48vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point__other .text {
    width: 100%;
  }
}
.p-commit__point__other.addbtn .text {
  margin-right: 2.0833333333vw;
  width: 24.3055555556vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point__other.addbtn .text {
    width: 35vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point__other.addbtn .text {
    width: 100%;
  }
}
.p-commit__point__other.addbtn .btn {
  white-space: nowrap;
}
@media only screen and (max-width: 1199px) {
  .p-commit__point__other.addbtn .btn {
    margin-top: 1.875rem;
  }
}
.p-commit__point__btns {
  margin-top: 2.7777777778vw;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  .p-commit__point__btns {
    margin-top: 2.5rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point__btns {
    margin-top: 6.976744186vw;
  }
}
@media only screen and (min-width: 768px) {
  .p-commit__point__btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (min-width: 768px) {
  .p-commit__point__btns p {
    margin: 0 0.3472222222vw;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__point__btns p {
    display: block;
    margin: 0 auto 0.8em;
  }
  .p-commit__point__btns p a {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .p-commit__inner {
    width: 85%;
    margin-inline: auto;
  }
}
.p-commit .wide img {
  width: 100% !important;
}