@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .is-tab {
    display: none;
  }
}

@media screen and (min-width: 1025px) {
  .is-sp {
    display: none;
  }
}

body {
  font-size: 1rem;
  color: #333;
  font-family: 'ヒラギノ明朝 ProN','Hiragino Mincho ProN','klee','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体', sans-serif;
  line-height: 1.5;
}

img {
  width: 100%;
}

.inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
}

@media screen and (min-width: 1025px) {
  .header.change-color {
    background-color: #fff;
    -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
            box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  .header.change-color ul li a {
    color: #333;
  }
}

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

.header__logo {
  max-width: 300px;
}

@media screen and (max-width: 767px) {
  .header__logo {
    width: 172px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__logo {
    width: 250px;
  }
}

.header__nav {
  margin-left: auto;
}

.header__nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .header__nav-item {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .header__nav-item {
    display: none;
  }
}

.header__nav-item + .header__nav-item {
  margin-left: 46px;
}

.header__nav-link {
  font-size: 1rem;
  display: block;
  color: #ffffff;
  height: 70px;
  line-height: 70px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1025px) {
  .header__nav-link {
    -webkit-transition: color 0.4s;
    transition: color 0.4s;
  }
  .header__nav-link:hover {
    color: #71afed;
  }
}

.header__btn {
  margin-left: 2em;
}

.header__link {
  font-size: 1rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #e03e3e;
  display: inline-block;
  padding: 14px 48px;
  margin-top: 0.5em;
  position: relative;
}

.header__link::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-width: 2px;
  border-style: solid;
  -o-border-image: initial;
     border-image: initial;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0.5em;
  margin-left: 1em;
}

@media screen and (max-width: 767px) {
  .header__link::after {
    margin-left: 0.5em;
  }
}

@media screen and (min-width: 1025px) {
  .header__link {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .header__link:hover {
    background: #0c3b7a;
  }
}

@media screen and (max-width: 767px) {
  .header__link {
    padding: 12px 35px;
  }
}

.util__title {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.1em;
  color: #0c3b7a;
}

@media screen and (max-width: 767px) {
  .util__title {
    font-size: 1.25rem;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .util__title {
    font-size: 1.875rem;
  }
}

.util__link {
  position: relative;
  font-size: 1.5rem;
  font-weight: bold;
  letter-spacing: 0.1em;
  color: #ffffff;
  background: #e03e3e;
  display: inline-block;
  padding: 1em 4em;
  -webkit-animation: ani 2s infinite;
          animation: ani 2s infinite;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .util__link {
    padding: 1em 3em;
  }
}

.util__link::before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 100%;
  background: #0c3b7a;
  -webkit-transform-origin: right top;
          transform-origin: right top;
  -webkit-transform: skewX(-30deg) scale(0, 1);
          transform: skewX(-30deg) scale(0, 1);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.util__link:hover::before {
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: skewX(-30deg) scale(1, 1);
          transform: skewX(-30deg) scale(1, 1);
}

.util__link::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-width: 3px;
  border-style: solid;
  -o-border-image: initial;
     border-image: initial;
  border-color: #fff #fff transparent transparent;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: 0.5em;
  margin-left: 0.8em;
}

@media screen and (max-width: 767px) {
  .util__link {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .util__link {
    font-size: 1.25rem;
  }
}

@-webkit-keyframes ani {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes ani {
  0% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  5% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  10% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  15% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  20% {
    -webkit-transform: translate(0px, 2px);
            transform: translate(0px, 2px);
  }
  25% {
    -webkit-transform: translate(0px, -2px);
            transform: translate(0px, -2px);
  }
  30% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

.floating {
  position: fixed;
  right: 15px;
  bottom: 60px;
  display: none;
}

@media screen and (max-width: 767px) {
  .floating {
    right: 5px;
    bottom: 20px;
    opacity: 0.7;
  }
}

.floating a {
  display: block;
  font-size: 0;
  width: 50px;
  height: 50px;
  text-align: center;
  background: #71afed;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.floating a i {
  font-size: 20px;
  color: #fff;
  line-height: 50px;
}

.floating a:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  cursor: pointer;
}

.top {
  position: relative;
}

@media screen and (max-width: 767px) {
  .top__bg {
    padding-top: 120%;
    background: url(../img/bg.jpg) center center/cover;
  }
}

@media screen and (min-width: 1025px) {
  .top__bg {
    padding-top: 55%;
    background: url(../img/bg.jpg) center center/cover;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__bg {
    padding-top: 55%;
    background: url(../img/bg.jpg) center center/cover;
  }
}

.top__text-box {
  position: absolute;
  top: 60%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 970px;
  width: 100%;
}

.top__text {
  font-size: 2.875rem;
  font-weight: bold;
  text-align: center;
  color: #ffffff;
  letter-spacing: 0.05em;
  text-shadow: 2px 3px 3px rgba(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .top__text {
    font-size: 1.375rem;
    margin-top: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .top__text {
    font-size: 2.125rem;
    margin-top: 0;
  }
}

.top__btn {
  text-align: center;
  margin-top: 4.5rem;
}

@media screen and (max-width: 767px) {
  .top__btn {
    margin-top: 1.5rem;
  }
}

.worries {
  margin-top: 4.5rem;
}

.worries__title {
  text-align: center;
}

.worries__text {
  position: relative;
  font-size: 1.75rem;
  font-weight: bold;
  text-align: center;
  letter-spacing: 0.1em;
  padding: 0 3em 1em;
  border-bottom: solid 3px #555;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .worries__text {
    font-size: 1.125rem;
    padding: 0 0 1em;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .worries__text {
    padding-bottom: 16px;
  }
}

.worries__text::before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #fff;
  z-index: 2;
}

.worries__text::after {
  content: "";
  position: absolute;
  bottom: -30px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

.worries__text span {
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  .worries__text span {
    font-size: 1.375rem;
  }
}

.worries__list-box {
  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-top: 1rem;
}

@media screen and (max-width: 767px) {
  .worries__list-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 3em;
  }
}

.worries__list {
  position: relative;
  line-height: 1.5;
  padding: 0.03125rem 0 0 1rem;
}

.worries__list-text {
  font-size: 1.625rem;
  font-weight: bold;
  padding: 0 1.5rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .worries__list-text {
    font-size: 1.125rem;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .worries__list-text {
    font-size: 1.25rem;
  }
}

.worries__list-text + .worries__list-text {
  margin-top: 0.5rem;
}

.worries__list-text::before {
  content: "";
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  position: absolute;
  left: 0;
  color: #71afed;
}

@media screen and (max-width: 767px) {
  .worries__list-text::before {
    left: 10px;
  }
}

.worries__icon {
  max-width: 320px;
}

@media screen and (max-width: 767px) {
  .worries__icon {
    max-width: 130px;
    margin-left: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .worries__icon {
    max-width: 200px;
  }
}

.worries__bottom-box {
  margin-top: 2rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .worries__bottom-box {
    margin-top: 0.5rem;
  }
}

.worries__bottom-text {
  text-align: center;
  font-size: 2.375rem;
  font-weight: bold;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 767px) {
  .worries__bottom-text {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .worries__bottom-text {
    font-size: 2rem;
    margin-top: 48px;
  }
}

.worries__bottom-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-top: 30px solid #e03e3e;
  bottom: -2em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .worries__bottom-text::after {
    bottom: -2.5em;
  }
}

@media screen and (min-width: 1025px) {
  .support {
    margin-top: 8rem;
  }
  .content-area {
    display: none;
  }
  .content-area p {
    font-size: 24px;
    text-align: start;
  }
  .content-area .content {
    display: none;
  }
  .content-area .content.show {
    margin: 50px 16px;
    padding: 1em;
    background-color: #fff;
    display: block;
    width: 820px;
  }
  .sp-content-area {
    display: none;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .support {
    margin-top: 8rem;
  }
  .content-area {
    display: none;
  }
  .content-area p {
    font-size: 22px;
  }
  .content-area .content {
    display: none;
  }
  .content-area .content.show {
    margin: 50px 16px;
    padding: 1em;
    background-color: #fff;
    display: block;
    width: 680px;
  }
  .sp-content-area {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .content-area {
    display: none;
  }
  .support {
    margin-top: 5rem;
  }
  .support .sp-content-area {
    display: none;
  }
  .support .sp-content-area .sp-content {
    display: none;
  }
  .support .sp-content-area p {
    font-size: 18px;
  }
  .support .sp-content-area .sp-content.show {
    margin: 50px 16px;
    padding: 1em;
    background-color: #fff;
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .support {
    margin-top: 6.5rem;
  }
}

.support__top-box {
  background: #71afed;
  padding: 1.5rem 0;
}

.support__top-text {
  font-size: 2.875rem;
  color: #ffffff;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .support__top-text {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .support__top-text {
    font-size: 1.875rem;
  }
}

.support__top-text span {
  font-size: 2.5rem;
}

@media screen and (max-width: 767px) {
  .support__top-text span {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .support__top-text span {
    font-size: 1.75rem;
  }
}

.support__box {
  background: #f5f5f5;
  padding: 4.5rem 0 5.5rem;
}

@media screen and (max-width: 767px) {
  .support__box {
    padding: 2.5rem 0;
  }
}

.support__title-box {
  text-align: center;
}

.support__title {
  font-size: 2.625rem;
  font-weight: bold;
  color: #0c3b7a;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .support__title {
    font-size: 1.25rem;
    letter-spacing: 0.03em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .support__title {
    font-size: 1.875rem;
  }
}

.support__sub-text {
  font-size: 1.625rem;
}

@media screen and (max-width: 767px) {
  .support__sub-text {
    font-size: 1rem;
    margin-top: 8px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .support__sub-text {
    font-size: 1.25rem;
  }
}

.support__icon-box {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 900px;
  width: 100%;
  margin: 5rem auto 0;
}

@media screen and (max-width: 767px) {
  .support__icon-box {
    margin: 2.5rem auto 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .support__icon-box {
    margin: 3.5rem auto 0;
  }
}

.support__icon-item {
  width: calc(33.3% - 40px * 2 / 3);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.support__icon-item:hover {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
  cursor: pointer;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .support__icon-item {
    width: calc(33.3% - 60px * 2 / 3);
  }
}

@media screen and (max-width: 767px) {
  .support__icon-item {
    width: calc(50% - 16px * 1 / 2);
  }
}

@media screen and (min-width: 1025px) {
  .support__icon-item:not(:nth-child(5n + 1)) {
    margin-left: 2.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .support__icon-item:not(:nth-child(5n + 1)) {
    margin-left: 3.75rem;
  }
}

@media screen and (max-width: 767px) {
  .support__icon-item:not(:nth-child(1n + 1)) {
    margin-left: 1rem;
  }
}

@media screen and (min-width: 1025px) {
  .support__icon-item:nth-child(n + 5) {
    margin-top: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  .support__icon-item:nth-child(n + 3) {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .support__icon-item:nth-child(n + 5) {
    margin-top: 3rem;
  }
}

.support__icon-img {
  max-width: 123px;
  margin: 0 auto;
}

.support__icon-title {
  margin-top: 1rem;
  text-align: center;
  font-weight: bold;
}

.support__icon-text {
  font-size: 1.625rem;
  position: relative;
}

.support__icon-text::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #757575;
  bottom: -15px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .support__icon-text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .support__icon-text {
    font-size: 1.125rem;
  }
}

.feature {
  margin-top: 8.5rem;
}

@media screen and (max-width: 767px) {
  .feature {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature {
    margin-top: 5rem;
  }
}

.feature__box {
  margin-top: 5.5rem;
}

@media screen and (max-width: 767px) {
  .feature__box {
    margin-top: 2rem;
  }
}

.feature__item {
  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;
}

.feature__item:nth-child(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .feature__item:nth-child(2n + 1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.feature__item:nth-child(2n + 1) > .feature__img {
  margin-left: 2rem;
}

@media screen and (max-width: 767px) {
  .feature__item:nth-child(2n + 1) > .feature__img {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature__item:nth-child(2n + 1) > .feature__img {
    margin-left: 1.5rem;
  }
}

.feature__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 767px) {
  .feature__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.feature__item:nth-child(2n) > .feature__img {
  margin-right: 7rem;
}

@media screen and (max-width: 767px) {
  .feature__item:nth-child(2n) > .feature__img {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature__item:nth-child(2n) > .feature__img {
    margin-right: 1.5rem;
  }
}

.feature__item + .feature__item {
  margin-top: 6.5rem;
}

@media screen and (max-width: 767px) {
  .feature__item + .feature__item {
    margin-top: 2rem;
  }
}

.feature__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30%;
          flex: 0 0 30%;
}

.feature__text-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 70%;
          flex: 0 1 70%;
  max-width: 555px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .feature__text-box {
    padding-left: 3rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature__text-box {
    padding-left: 3rem;
  }
}

.feature__item-title {
  position: relative;
  font-size: 1.875rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .feature__item-title {
    font-size: 1.125rem;
    margin-top: 16px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature__item-title {
    font-size: 1.375rem;
  }
}

.feature__item-title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #ffffff;
  background: #71afed;
  display: inline-block;
  top: -30%;
  left: -13%;
  border-radius: 50%;
  font-size: 24px;
}

@media screen and (max-width: 767px) {
  .feature__item-title::before {
    width: 45px;
    height: 45px;
    line-height: 45px;
    font-size: 22px;
    top: -10px;
    left: -52px;
    font-size: 16px;
    border-radius: 50%;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature__item-title::before {
    top: -40%;
    left: -16%;
  }
}

.feature__item:nth-of-type(1) > .feature__text-box > .feature__item-title::before {
  content: "01";
}

.feature__item:nth-of-type(2) > .feature__text-box > .feature__item-title::before {
  content: "02";
}

.feature__item:nth-of-type(3) > .feature__text-box > .feature__item-title::before {
  content: "03";
}

.feature__item:nth-of-type(4) > .feature__text-box > .feature__item-title::before {
  content: "04";
}

.feature__item-text {
  font-size: 1.5rem;
  margin-top: 0.5em;
}

@media screen and (max-width: 767px) {
  .feature__item-text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature__item-text {
    font-size: 1.125rem;
  }
}

.feature__bottom {
  margin-top: 5.5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .feature__bottom {
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .feature__bottom {
    margin-top: 4rem;
  }
}

.profile {
  margin-top: 14rem;
  background: #f8f8f8;
  padding-bottom: 6rem;
}

@media screen and (max-width: 767px) {
  .profile {
    margin-top: 10rem;
    padding-bottom: 0rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .profile {
    margin-top: 10rem;
  }
}

.profile__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .profile__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .profile__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.profile__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  margin-right: 2rem;
  -webkit-transform: translateY(-10%);
          transform: translateY(-10%);
}

@media screen and (max-width: 767px) {
  .profile__img {
    margin-right: 0;
    -webkit-transform: translateY(-20%);
            transform: translateY(-20%);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .profile__img {
    margin-right: 0;
  }
}

.profile__img img {
  max-height: 700px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 77%;
     object-position: 77%;
}

@media screen and (max-width: 767px) {
  .profile__img img {
    max-height: 330px;
  }
}

.profile__text-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
}

@media screen and (max-width: 767px) {
  .profile__text-box {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
}

.profile__text {
  font-size: 1.5rem;
  font-weight: bold;
  padding-top: 6.5rem;
  line-height: 1.6;
  letter-spacing: 0.1em;
  position: relative;
}

.profile__text::after {
  content: "";
  width: 250px;
  height: 1px;
  display: inline-block;
  background: #333333;
  position: absolute;
  bottom: -9%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .profile__text::after {
    top: 120%;
  }
}

@media screen and (max-width: 767px) {
  .profile__text {
    font-size: 1rem;
    padding-top: 0;
    letter-spacing: 0.01em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .profile__text {
    font-size: 1.25rem;
    padding-top: 0;
  }
}

.profile__sub-text {
  font-size: 1.375rem;
  color: #0c3b7a;
  margin-top: 5.5rem;
  line-height: 1.8;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .profile__sub-text {
    font-size: 0.875rem;
    line-height: 1.6;
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .profile__sub-text {
    font-size: 1.125rem;
    margin-top: 6.5rem;
  }
}

.voice__top-img img {
  max-height: 613px;
  height: 100%;
}

.voice__container {
  margin: 0 1rem;
}

.voice__inner {
  padding-top: 3.5rem;
  padding-bottom: 8.5rem;
  border: 1px solid #71afed;
  background-color: #fff;
  -webkit-transform: translateY(-5%);
          transform: translateY(-5%);
}

@media screen and (max-width: 767px) {
  .voice__inner {
    padding-top: 1.5rem;
    padding-bottom: 1.875rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice__inner {
    padding-top: 3rem;
    padding-bottom: 1.875rem;
  }
}

.voice__box {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .voice__box {
    margin-top: 2rem;
  }
}

.voice__item {
  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;
}

.voice__item:nth-child(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

@media screen and (max-width: 767px) {
  .voice__item:nth-child(2n + 1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice__item:nth-child(2n + 1) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.voice__item:nth-child(2n + 1) > .voice__text-box {
  padding-left: 3.5rem;
}

@media screen and (max-width: 767px) {
  .voice__item:nth-child(2n + 1) > .voice__text-box {
    padding-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice__item:nth-child(2n + 1) > .voice__text-box {
    padding-left: 0;
  }
}

.voice__item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media screen and (max-width: 767px) {
  .voice__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice__item:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.voice__item:nth-child(2n) > .voice__text-box {
  padding-right: 3.5rem;
}

@media screen and (max-width: 767px) {
  .voice__item:nth-child(2n) > .voice__text-box {
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice__item:nth-child(2n) > .voice__text-box {
    padding-right: 0;
  }
}

.voice__item + .voice__item {
  margin-top: 9.5rem;
}

@media screen and (max-width: 767px) {
  .voice__item + .voice__item {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice__item + .voice__item {
    margin-top: 3rem;
  }
}

.voice__img {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40%;
          flex: 0 0 40%;
}

.voice__img img {
  max-width: 490px;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice__text-box {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}

.voice__name {
  font-size: 2rem;
  color: #71afed;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .voice__name {
    font-size: 1.125rem;
    margin-top: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice__name {
    font-size: 1.375rem;
    margin-top: 1.5rem;
  }
}

.voice__text {
  font-size: 1.375rem;
  padding-top: 1.5rem;
}

@media screen and (max-width: 767px) {
  .voice__text {
    font-size: 1rem;
    padding-top: 0rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .voice__text {
    font-size: 1.125rem;
    padding-top: 0.5rem;
  }
}

.closing {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  background-color: #f5f5f5;
}

@media screen and (max-width: 767px) {
  .closing {
    -webkit-transform: translateY(-46px);
            transform: translateY(-46px);
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.closing__top-title {
  text-align: center;
  margin-bottom: 6em;
}

@media screen and (max-width: 767px) {
  .closing__top-title {
    margin-bottom: 3em;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .closing__top-title {
    margin-bottom: 3em;
  }
}

.closing__top-text {
  font-size: 1.625rem;
  margin-top: 1rem;
}

@media screen and (max-width: 767px) {
  .closing__top-text {
    font-size: 1rem;
    margin-top: 0.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .closing__top-text {
    font-size: 1.25rem;
  }
}

.closing__merit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 3.5rem;
}

@media screen and (max-width: 767px) {
  .closing__merit {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    margin-top: 1.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .closing__merit {
    margin-top: 0rem;
  }
}

@media screen and (min-width: 1025px) {
  .closing__merit-item {
    width: calc(50% - 80px / 2);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .closing__merit-item {
    width: calc(50% - 40px / 2);
  }
}

.closing__merit-item:nth-child(even) {
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .closing__merit-item:nth-child(even) {
    margin-left: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .closing__merit-item:nth-child(even) {
    margin-left: 40px;
  }
}

@media screen and (min-width: 1025px) {
  .closing__merit-item:nth-child(n + 3) {
    margin-top: 3.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .closing__merit-item:nth-child(n + 3) {
    margin-top: 2.5rem;
  }
}

@media screen and (max-width: 767px) {
  .closing__merit-item:nth-child(n + 2) {
    margin-top: 1.5rem;
  }
}

.closing__merit-img img {
  height: 218px;
  -o-object-fit: cover;
     object-fit: cover;
}

.closing__merit-massege {
  padding: 1rem;
}

.closing__merit-text {
  font-size: 1.5rem;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .closing__merit-text {
    font-size: 1rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .closing__merit-text {
    font-size: 1.125rem;
  }
}

.closing__bottom {
  margin-top: 5rem;
}

@media screen and (max-width: 767px) {
  .closing__bottom {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .closing__bottom {
    margin-top: 3.75rem;
  }
}

.closing__bottom-item {
  max-width: 915px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .closing__bottom-item {
    padding: 8px;
    margin-top: 6.875rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .closing__bottom-item {
    padding: 8px;
    margin-top: 1.25rem;
  }
}

@media screen and (min-width: 1025px) {
  .closing__bottom-item + .closing__bottom-item {
    margin-top: 3.5rem;
  }
}

.closing__bottom-title {
  position: relative;
  font-size: 2rem;
  font-weight: bold;
  color: #0c3b7a;
  padding-left: 0.5em;
}

@media screen and (max-width: 767px) {
  .closing__bottom-title {
    font-size: 1.375rem;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .closing__bottom-title {
    font-size: 1.375rem;
    padding-left: 3.3em;
    padding-bottom: 0.5em;
  }
}

.closing__bottom-title::before {
  content: "";
  position: absolute;
  background: url(../img/contact.png) no-repeat;
  background-size: contain;
  display: inline-block;
  width: 90px;
  height: 90px;
  top: -25px;
  left: -3.5em;
}

@media screen and (max-width: 767px) {
  .closing__bottom-title::before {
    width: 65px;
    height: 65px;
    left: 50%;
    -webkit-transform: translate(-50%, -70px);
            transform: translate(-50%, -70px);
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .closing__bottom-title::before {
    width: 65px;
    height: 65px;
    top: -18px;
    left: 0;
  }
}

.closing__bottom-massege {
  max-width: 900px;
  width: 100%;
  background-color: #fff;
  padding: 2.5rem;
  margin-top: 1rem;
  border: 2px solid #0c3b7a;
}

@media screen and (max-width: 767px) {
  .closing__bottom-massege {
    padding: 1.25rem 1.5rem;
    margin-top: 1.5rem;
  }
}

.closing__bottom-text {
  font-size: 1.75rem;
}

@media screen and (max-width: 767px) {
  .closing__bottom-text {
    font-size: 1.125rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .closing__bottom-text {
    font-size: 1.25rem;
  }
}

.closing__bottom-text span {
  color: #00104d;
  font-weight: bold;
}

.closing__btn {
  margin-top: 5rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .closing__btn {
    margin-top: 2.5rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .closing__btn {
    margin-top: 2.5rem;
  }
}

footer {
  background: #00104d;
}

@media screen and (max-width: 767px) {
  footer {
    margin-top: -45px;
  }
}

.footer__copyright {
  font-size: 0.875rem;
  text-align: center;
  color: #fff;
  padding: 1rem 0;
}
