@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-size: 18px;
  color: #333;
  font-family: HiraginoCustom,"ヒラギノ角ゴ ProN W3",HiraKakuProN-W3,"ヒラギノ角ゴ Pro W3",HiraKakuPro-W3,"Noto Sans JP",helvetica,arial,sans-serif;
}

main {
  overflow: hidden;
}

html, body, h1, h2, h3, h4, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  line-height: 1em;
  border: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
}

h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, form, figure {
  margin: 0px;
  padding: 0px;
  font-size: 1em;
  font-weight: normal;
}

ul, ol {
  list-style-type: none;
}

img {
  border: none;
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 100;
  src: local("HiraginoSans-W1"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 200;
  src: local("HiraginoSans-W2"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 300;
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 400;
  src: local("HiraginoSans-W3"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 500;
  src: local("HiraginoSans-W5"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 600;
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 700;
  src: local("HiraginoSans-W6"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 800;
  src: local("HiraginoSans-W7"), local("Hiragino Sans");
}

@font-face {
  font-family: 'HiraginoCustom';
  font-weight: 900;
  src: local("HiraginoSans-W8"), local("Hiragino Sans");
}

/* リンク */
a {
  text-decoration: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  color: #333;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

p {
  line-height: 2em;
}

img {
  width: 100%;
  height: auto;
}

.dot {
  position: relative;
}

.dot::before {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #D5FF24;
  content: "";
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp-only {
    display: block;
  }
}

.tab-only {
  display: none;
}

@media screen and (max-width: 992px) {
  .tab-only {
    display: block;
  }
}

.pc-only {
  display: block;
}

@media screen and (max-width: 992px) {
  .pc-only {
    display: none;
  }
}

.button {
  position: relative;
  max-width: 100%;
}

.button a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: #45D63F;
  border-radius: 100px;
  color: #fff;
}

.button a:hover {
  opacity: .6;
}

.diagonal {
  position: relative;
  overflow: hidden;
}

.diagonal:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 120%;
  height: 65%;
  margin: 0 -10%;
  background: #4A8ED9;
  -webkit-transform-origin: right center;
  transform-origin: right center;
  -webkit-transform: rotate(-5deg);
  transform: rotate(-5deg);
  z-index: -1;
  content: "";
}

@media screen and (max-width: 992px) {
  .diagonal:before {
    top: 20%;
  }
}

.justify {
  text-align: justify;
  text-justify: inter-ideograph;
}

.marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(70%, #D5FF24));
  background: linear-gradient(transparent 70%, #D5FF24 70%);
}

.red {
  color: #ff0000;
}

.bold {
  font-weight: bold;
}

.inner {
  margin-right: auto;
  margin-left: auto;
  width: 1260px;
}

@media screen and (max-width: 992px) {
  .inner {
    width: 100%;
  }
}

.header {
  position: relative;
}

.header__fix {
  z-index: 5;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
}

.header__fix_logo1 {
  width: 60px;
  margin-left: 20px;
}

.header__fix_logo1 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__fix_logo2 {
  width: 160px;
  margin-left: 10px;
}

.header__fix_logo2 a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header__fix_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: auto;
}

.header__fix_tel {
  margin-right: 30px;
}

.header__fix_tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: .5em;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 0.36px;
  height: 18px;
}

.header__fix_tel a img {
  margin-right: .5em;
  width: 17px;
}

.header__fix_tel span {
  margin-top: 1em;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0.24px;
}

.header__fix_button {
  width: 200px;
  height: 38px;
}

.header__fix_button a {
  position: relative;
  padding-right: 10px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .28px;
}

.header__fix_button a img {
  margin-right: 1em;
  width: 15px;
}

.header__fix_button a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  content: "";
}

.header__fix_nav {
  width: 60px;
  height: 60px;
  margin-left: 20px;
}

.header__kv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 60px;
  height: 390px;
  background-image: url(../images/title_back.jpg);
  background-size: cover;
  background-position: center center;
}

.header__kv_title {
  margin-left: auto;
  margin-right: 8%;
  width: 480px;
  max-width: 100%;
}

.header__copy1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 120px;
  background-color: #1C588B;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 40px;
  letter-spacing: .48px;
  text-align: center;
}

.header__copy1 .yellow {
  font-weight: 700;
  color: #D5FF24;
}

.header__copy1 .big {
  font-size: 30px;
}

.header__copy2 {
  padding: 3em 0;
}

.header__copy2 > div {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .48px;
}

.header__copy2 > div .red {
  color: #EA0000;
}

.header__copy2 > div .marker {
  font-size: 30px;
  font-weight: 700;
}

.header__copy2_text1 {
  line-height: 34px;
}

.header__copy2_text1_inner {
  position: relative;
}

.header__copy2_text2 {
  margin-top: 1em;
  line-height: 50px;
}

.header__copy2_img {
  position: absolute;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 80px;
}

@media screen and (max-width: 768px) {
  .header__fix {
    height: 40px;
  }
  .header__fix_logo1 {
    width: 40px;
    margin-left: 10px;
  }
  .header__fix_logo1 a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__fix_logo2 {
    width: 120px;
    margin-left: 10px;
  }
  .header__fix_right {
    display: none;
  }
  .header__fix_nav {
    position: fixed;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
  }
  .header__kv {
    margin-top: 40px;
    padding: 20px 0;
    height: auto;
  }
  .header__kv_title {
    margin: 0 auto;
  }
  .header__copy1 {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    letter-spacing: .0;
  }
  .header__copy1 .big {
    font-size: 20px;
  }
  .header__copy2 {
    padding: 1em;
  }
  .header__copy2 > div {
    margin: 0 auto;
    width: 340px;
    max-width: 100%;
    font-size: 16px;
    letter-spacing: .32px;
    text-align: left;
  }
  .header__copy2 > div .marker {
    font-size: 22px;
  }
  .header__copy2_text1 {
    line-height: 34px;
  }
  .header__copy2_text1_inner {
    position: relative;
  }
  .header__copy2_text2 {
    margin-top: 0;
    font-size: 19px;
    line-height: 36px;
  }
  .header__copy2_img {
    right: -70px;
    top: 90%;
    width: 80px;
  }
}

.global-nav {
  z-index: 4;
  display: block;
  position: fixed;
  top: 0;
  left: -200%;
  bottom: 0;
  width: 400px;
  max-width: 90%;
  height: 100%;
  padding: 0 10px;
  background: #fff;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s;
  transition: all .3s;
  opacity: 1;
}

.global-nav__inner {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.global-nav__inner > ul {
  margin-top: 15px;
  width: 100%;
}

.global-nav__inner > ul > li {
  width: 100%;
}

.global-nav__inner > ul a {
  display: block;
  padding: 15px 10px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  border-bottom: 1px solid #eee;
}

@media screen and (max-width: 992px) {
  .global-nav {
    width: 80%;
  }
}

.open .global-nav {
  left: 0;
  opacity: 1;
}

.toggle_btn__wrapper {
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 60px;
  height: 60px;
  cursor: pointer;
}

.toggle_btn__wrapper .toggle_btn {
  z-index: 6;
  position: relative;
  width: 26px;
  height: 26px;
  cursor: pointer;
}

.toggle_btn__wrapper span {
  display: block;
  position: absolute;
  left: 0;
  width: 26px;
  height: 2px;
  background-color: #707070;
  border-radius: 4px;
  -webkit-transition: all .3s;
  transition: all .3s;
}

.toggle_btn__wrapper span:nth-child(1) {
  top: 0;
}

.toggle_btn__wrapper span:nth-child(2) {
  top: 13px;
}

.toggle_btn__wrapper span:nth-child(3) {
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .toggle_btn__wrapper {
    width: 40px;
    height: 40px;
  }
  .toggle_btn__wrapper .toggle_btn {
    width: 20px;
    height: 20px;
  }
  .toggle_btn__wrapper span {
    width: 20px;
  }
  .toggle_btn__wrapper span:nth-child(2) {
    top: 9px;
  }
}

#mask {
  z-index: 5;
  display: none;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.open .toggle_btn {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  background-color: transparent;
}

.open .toggle_btn span:nth-child(1), .open .toggle_btn span:nth-child(3) {
  width: 20px;
}

.open .toggle_btn span:nth-child(1) {
  top: -3px;
  -webkit-transform: translate(-1px, 9px) rotate(-45deg);
  transform: translate(-2px, 9px) rotate(-45deg);
}

.open .toggle_btn span:nth-child(3) {
  bottom: -3px;
  -webkit-transform: translate(-1px, -9px) rotate(45deg);
  transform: translate(-2px, -9px) rotate(45deg);
}

@media screen and (max-width: 992px) {
  .open .toggle_btn span:nth-child(1), .open .toggle_btn span:nth-child(3) {
    width: 12px;
  }
  .open .toggle_btn span:nth-child(1) {
    top: -4px;
  }
  .open .toggle_btn span:nth-child(3) {
    bottom: -4px;
  }
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}

.section {
  margin-top: -60px;
  padding: 160px 0 100px 0;
}

@media screen and (max-width: 992px) {
  .section {
    margin-top: -50px;
    padding: 110px 0 50px 0;
  }
}

@media screen and (max-width: 992px) {
  .section {
    margin-top: -40px;
    padding: 70px 0 30px 0;
  }
}

.container-fluid {
  width: 900px;
  max-width: 90%;
}

.container-fluid .row > div {
  margin: 0;
  padding: 0;
}

.shutoku {
  position: relative;
  padding-bottom: 250px;
}

.shutoku::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #0B6FC4;
  opacity: .14;
  content: "";
}

.shutoku__title {
  position: relative;
  margin: 0 auto;
  width: 660px;
  max-width: 100%;
}

.shutoku__title_img {
  position: absolute;
  right: -180px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 150px;
}

.shutoku .container-fluid {
  margin-top: 2em;
}

.shutoku .container-fluid > div > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.shutoku__item {
  width: 97%;
  height: 100%;
  border: 3px solid #1C588B;
  background-color: #fff;
}

.shutoku__item_title {
  margin-top: 1.5em !important;
  margin-left: -3px;
}

.shutoku__item_title img {
  width: auto;
  height: 90px;
}

.shutoku__item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
}

.shutoku__item_inner_img {
  width: 160px;
}

.shutoku__item_inner_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1em;
  text-align: justify;
  text-justify: inter-ideograph;
}

.shutoku__item_inner_text_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 30px;
  background-color: #0B6FC4;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.shutoku__item_inner_text_1.top-margin {
  margin-top: 1em;
}

.shutoku__item_inner_text_2 {
  margin-top: .5em;
  color: #0B6FC4;
  font-size: 18px;
  font-weight: 600;
}

.shutoku__item_inner_text_3 {
  margin-top: 1em;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 992px) {
  .shutoku::after {
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: calc(100% - 60px);
    background-color: #0B6FC4;
    opacity: .14;
    content: "";
  }
}

@media screen and (max-width: 768px) {
  .shutoku {
    padding-bottom: 120px;
  }
  .shutoku::after {
    height: calc(100% - 40px);
  }
  .shutoku__title {
    margin-left: 20px;
    width: 220px;
  }
  .shutoku__title_img {
    right: -120px;
    width: 100px;
  }
  .shutoku .container-fluid {
    margin-top: .5em;
  }
  .shutoku .container-fluid > div > div:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .shutoku__item {
    margin-top: .5em;
    width: 100%;
    height: auto;
    border: 2px solid #1C588B;
  }
  .shutoku__item_title {
    margin-top: 1em !important;
    margin-left: -2px;
    width: 240px;
  }
  .shutoku__item_title img {
    width: auto;
    height: 70px;
  }
  .shutoku__item_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em;
  }
  .shutoku__item_inner_img {
    width: 127px;
  }
  .shutoku__item_inner_text_1 {
    width: 118px;
    height: 26px;
    font-size: 14px;
  }
  .shutoku__item_inner_text_2 {
    font-size: 15px;
  }
}

.speed {
  position: relative;
  padding-bottom: 350px;
  margin-top: -190px;
}

.speed::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 130px;
  width: 100%;
  height: calc(100% - 190px);
  background-color: #FFFD00;
  opacity: .14;
  content: "";
}

.speed__title {
  position: relative;
  margin: -110px auto 0 auto;
  width: 540px;
  max-width: 100%;
}

.speed__title_img {
  position: absolute;
  right: -180px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 150px;
}

.speed .container-fluid {
  margin-top: 1em;
}

.speed .container-fluid > div > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.speed__item {
  padding: 1.5em 1em 1em 1em;
  width: 97%;
  height: 100%;
  border: 3px solid #D5FF24;
  background-color: #fff;
}

.speed__item_title {
  margin-bottom: .5em;
  text-align: center;
  color: #0B6FC4;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.speed__item_text {
  margin-top: .5em;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideograph;
}

.speed__item_text span {
  font-weight: 600;
}

.speed__item_text2 {
  margin-top: 1em;
  font-size: 12px;
  font-weight: 400;
}

.speed__item_img {
  margin-top: .5em;
}

.speed__item_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1em;
}

.speed__item_inner_img {
  width: 160px;
}

.speed__item_inner_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1em;
}

.speed__item_inner_text_1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 150px;
  height: 30px;
  background-color: #0B6FC4;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
}

.speed__item_inner_text_2 {
  margin-top: 1em;
  color: #0B6FC4;
  font-size: 18px;
  font-weight: 600;
}

.speed__item_inner_text_3 {
  margin-top: 1em;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
}

@media screen and (max-width: 768px) {
  .speed {
    margin-top: -40px;
    padding-bottom: 30px;
  }
  .speed::after {
    z-index: -1;
    top: 0;
    height: 100%;
  }
  .speed__title {
    margin-top: -110px;
    width: 300px;
  }
  .speed .container-fluid {
    margin-top: 0;
  }
  .speed .container-fluid > div > div:last-child {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .speed__item {
    margin-top: .5em;
    padding: 1em;
    width: 100%;
    height: auto;
    border: 2px solid #D5FF24;
  }
  .speed__item_title {
    font-size: 18px;
  }
  .speed__item_text {
    font-size: 14px;
    line-height: 24px;
  }
  .speed__item_text2 {
    margin-top: 1em;
    font-size: 10px;
    font-weight: 400;
  }
  .speed__item_img {
    margin-top: .5em;
  }
}

.cv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: -250px auto 0 auto;
  width: 730px;
  max-width: 100%;
  height: 410px;
  border-radius: 10px;
  background-color: #5B5B5B;
  -webkit-box-shadow: 0px 6px 10px #00000029;
          box-shadow: 0px 6px 10px #00000029;
}

.cv.bottom {
  margin-top: 100px;
}

.cv * {
  color: #fff;
}

.cv__title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 1.8px;
  line-height: 44px;
}

.cv__title span {
  color: #FFFD00;
}

.cv__inner2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2em;
}

.cv__inner2_left {
  margin-right: 2em;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .4px;
  text-align: center;
}

.cv__inner2_left_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1em;
}

.cv__inner2_left_button a {
  position: relative;
  width: 310px;
  max-width: 100%;
  height: 90px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: .36px;
  -webkit-box-shadow: 0px 6px 10px #333;
          box-shadow: 0px 6px 10px #333;
}

.cv__inner2_left_button a img {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
}

.cv__inner2_left_button a::after {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 9px;
  height: 9px;
  border-right: 3px solid #fff;
  border-top: 3px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  content: "";
}

.cv__inner2_right_text1 {
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: .4px;
}

.cv__inner2_right_text2 {
  margin-top: 1em;
}

.cv__inner2_right_text2 a {
  font-size: 32px;
  font-weight: 600;
  letter-spacing: .64px;
}

.cv__inner2_right_text2 a img {
  margin-right: .2em;
  width: 23px;
}

.cv__inner2_right_text2 a:hover {
  color: #FF8900;
}

.cv__inner2_right_text3 {
  margin-top: .5em;
  font-size: 14px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: .28px;
}

.cv__kome {
  margin-top: 2em;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .32px;
}

@media screen and (max-width: 768px) {
  .cv {
    margin-top: 0;
    padding: 1em 20px;
    width: 100%;
    height: auto;
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .cv.bottom {
    margin-top: 50px;
  }
  .cv__title {
    text-align: center;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: 0;
    line-height: 30px;
  }
  .cv__inner2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 1em;
  }
  .cv__inner2_left {
    margin-right: 0;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
  }
  .cv__inner2_left_button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: .5em;
  }
  .cv__inner2_left_button a {
    width: 100%;
    height: 60px;
    font-size: 16px;
    letter-spacing: .32px;
    -webkit-box-shadow: 0px 3px 6px #333333;
            box-shadow: 0px 3px 6px #333333;
    background-color: #45D63F;
  }
  .cv__inner2_right {
    margin-top: 1.5em;
  }
  .cv__inner2_right_text1 {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .3px;
    text-align: center;
  }
  .cv__inner2_right_text2 {
    margin-top: 0;
  }
  .cv__inner2_right_text2 a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    height: 60px;
    font-size: 16px;
    letter-spacing: .32px;
    -webkit-box-shadow: 0px 3px 6px #333333;
            box-shadow: 0px 3px 6px #333333;
    background-color: #FF8900;
    border-radius: 100px;
  }
  .cv__inner2_right_text2 a img {
    position: absolute;
    left: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 23px;
  }
  .cv__inner2_right_text2 a::after {
    position: absolute;
    right: 20px;
    top: 50%;
    width: 9px;
    height: 9px;
    border-right: 3px solid #fff;
    border-top: 3px solid #fff;
    -webkit-transform: rotate(45deg) translateY(-50%);
            transform: rotate(45deg) translateY(-50%);
    content: "";
  }
  .cv__inner2_right_text3 {
    text-align: center;
  }
  .cv__kome {
    margin-top: 1em;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 18px;
  }
}

.price {
  position: relative;
  padding-bottom: 120px;
}

.price::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: -160px;
  width: 100%;
  height: calc(100% - 60px + 160px);
  background-color: #0B6FC4;
  opacity: .14;
  content: "";
}

.price__title {
  position: relative;
  margin: 0 auto;
  width: 380px;
  max-width: 100%;
}

.price__title_img {
  position: absolute;
  right: -150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 130px;
}

.price > div, .price ul {
  margin-right: auto;
  margin-left: auto;
  width: 720px;
  max-width: 100%;
}

.price__img {
  margin-top: 1em;
}

.price__text1 {
  margin-top: 1em;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: .48px;
  color: #0B6FC4;
  text-align: center;
}

.price__text1 .sp-only {
  display: none;
}

.price__item {
  margin-top: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.price__item li {
  padding: 1em;
  width: 345px;
  background-color: #fff;
  border: 3px solid #0B6FC4;
}

.price__text2 {
  margin-top: 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}

.price__text3 {
  margin-top: 1.5em;
}

.price__text3 li {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

@media screen and (max-width: 768px) {
  .price {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 60px;
  }
  .price::after {
    top: -140px;
    height: calc(100% + 140px);
  }
  .price__title {
    width: 100%;
  }
  .price__title > img {
    width: auto;
    height: 87px;
  }
  .price__title_img {
    right: -30px;
    width: auto;
  }
  .price__title_img img {
    width: auto;
    height: 87px;
  }
  .price__img {
    margin-top: 1em;
  }
  .price__text1 {
    margin-top: .5em;
    font-size: 15px;
    line-height: 30px;
    letter-spacing: 0;
  }
  .price__text1 .sp-only {
    display: block;
  }
  .price__text1 .pc-only {
    display: none;
  }
  .price__item {
    margin-top: 1em;
  }
  .price__item li {
    padding: .5em;
    width: 49%;
    border: 2px solid #0B6FC4;
  }
  .price__text2 {
    font-size: 15px;
  }
  .price__text3 {
    margin-top: 1em;
  }
  .price__text3 li {
    font-size: 12px;
    line-height: 18px;
  }
}

.reason {
  position: relative;
  padding-top: 60px;
  padding-bottom: 300px;
}

.reason::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #1C588B;
  content: "";
}

.reason__title {
  margin-right: 2em;
  width: 370px;
  max-width: 100%;
}

.reason__title_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.reason__title_img {
  width: 120px;
}

.reason .container-fluid {
  margin-top: 3em;
}

.reason .container-fluid > div > div:nth-child(even) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.reason .container-fluid > div > div:nth-child(n+3) {
  margin-top: 1.5em;
}

.reason__item {
  padding: 1.5em 1.5em 1em 1.5em;
  width: 97%;
  height: 100%;
  background-color: #fff;
}

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

.reason__item_title_no {
  width: 60px;
}

.reason__item_title_inner {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 1em;
  padding-top: .2em;
}

.reason__item_title_inner_text1 {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .36px;
}

.reason__item_title_inner_text2 {
  margin-top: .3em;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: .46px;
  line-height: 30px;
  color: #0B6FC4;
}

.reason__item_title_inner_icon {
  position: absolute;
  right: 0;
  bottom: -30px;
  width: 88px;
}

.reason__item_img {
  margin-top: 1em;
}

.reason__item_text {
  margin-top: 1em;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.reason__item_text span {
  color: #0B6FC4;
  font-weight: 600;
}

.reason__item_kome {
  margin-top: 1em;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

@media screen and (max-width: 768px) {
  .reason {
    margin-top: -20px;
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 120px;
  }
  .reason::after {
    height: calc(100% - 40px);
  }
  .reason__title {
    margin-bottom: 10px;
    width: 236px;
    max-width: 100%;
  }
  .reason .container-fluid {
    margin-top: 0;
    max-width: 100%;
  }
  .reason .container-fluid > div > div {
    margin-top: 1em;
  }
  .reason .container-fluid > div > div:nth-child(n+3) {
    margin-top: 1.5em;
  }
  .reason__item {
    padding: 1em;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .reason__item_title_inner {
    margin-left: .5em;
  }
  .reason__item_title_inner_text1 {
    font-size: 15px;
  }
  .reason__item_title_inner_text2 {
    font-size: 20px;
  }
  .reason__item_title_inner_icon {
    right: -10px;
    bottom: -20px;
    width: 72px;
  }
  .reason__item_text {
    margin-top: 1em;
    font-size: 14px;
    line-height: 24px;
  }
}

.set {
  position: relative;
  padding-bottom: 350px;
}

.set::after {
  z-index: -2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: calc(100% - 60px);
  background-color: #FFFD00;
  opacity: .14;
  content: "";
}

.set__title {
  position: relative;
  margin: -280px auto 0 auto;
  width: 540px;
  max-width: 100%;
}

.set__title_img {
  position: absolute;
  right: -180px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 150px;
}

.set__img1 {
  margin: 0 auto 0 auto;
  width: 320px;
}

.set__text1 {
  margin-top: 1em;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: .48px;
  line-height: 36px;
}

.set__text2 {
  margin-top: .5em;
  text-align: center;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: .54px;
  line-height: 44px;
}

.set__text2 .marker {
  font-size: 41px;
}

.set__text2 .small {
  font-size: 17px;
  font-weight: 500;
}

.set .container-fluid {
  margin-top: 2em;
}

.set .container-fluid > div > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.set__item {
  padding: 1.5em 1em 1em 1em;
  width: 97%;
  height: 100%;
  border: 3px solid #D5FF24;
  background-color: #fff;
}

.set__item_title {
  margin-bottom: 1em;
  text-align: center;
  color: #0B6FC4;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.set__item_text {
  margin-top: .5em;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.set__item_text span {
  font-weight: 600;
}

.set__item_text2 {
  margin-top: 1em;
  font-size: 14px;
  font-weight: 400;
}

.set__item_img {
  margin-top: .5em;
}

.set__tel-only {
  margin-top: 4em;
}

.set__tel-only_title {
  margin: 0 auto;
  width: 300px;
}

.set__tel-only_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1.5em;
}

.set__tel-only_img_1 {
  width: 340px;
}

.set__tel-only_img_2 {
  position: relative;
  margin-left: -20px;
  width: 160px;
}

.set__tel-only_img_2::after {
  z-index: -1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 140px;
  height: 140px;
  background-color: #fff;
  border-radius: 100%;
  content: "";
}

.set__tel-only_text {
  margin-top: 1.5em;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .set {
    padding-bottom: 30px;
  }
  .set::after {
    height: 100%;
  }
  .set__title {
    margin-top: -100px;
    width: 300px;
  }
  .set__img1 {
    width: 220px;
  }
  .set__text1 {
    font-size: 16px;
    letter-spacing: .32px;
    line-height: 26px;
  }
  .set__text2 {
    font-size: 18px;
    letter-spacing: .36px;
    line-height: 29px;
  }
  .set__text2 .marker {
    font-size: 27px;
  }
  .set__text2 .small {
    font-size: 11px;
  }
  .set .container-fluid {
    margin-top: .5em;
  }
  .set .container-fluid > div > div {
    margin-top: .5em;
  }
  .set__item {
    padding: 1em;
    width: 100%;
    height: auto;
    border: 2px solid #D5FF24;
  }
  .set__item_title {
    margin-bottom: .5em;
    font-size: 18px;
    font-weight: 700;
    line-height: 26px;
  }
  .set__item_text {
    font-size: 14px;
    line-height: 24px;
  }
  .set__item_text2 {
    margin-top: .5em;
    font-size: 12px;
    line-height: 18px;
  }
  .set__tel-only {
    margin-top: 3em;
  }
  .set__tel-only_title {
    margin: 0 auto;
    width: 200px;
  }
  .set__tel-only_img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1em;
  }
  .set__tel-only_img_1 {
    width: 216px;
  }
  .set__tel-only_img_2 {
    width: 120px;
  }
  .set__tel-only_img_2::after {
    width: 100px;
    height: 100px;
  }
  .set__tel-only_text {
    margin-top: .5em;
    padding: 0 20px;
    font-size: 15px;
    line-height: 26px;
    text-align: left;
  }
  .set__tel-only_text br {
    display: none;
  }
}

.kouji {
  position: relative;
  padding-bottom: 200px;
}

.kouji::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: -160px;
  width: 100%;
  height: calc(100% - 60px + 160px);
  background-color: #1C588B;
  content: "";
}

.kouji__title {
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .6px;
  text-align: center;
}

.kouji__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 2em;
}

.kouji__item li {
  position: relative;
  width: 350px;
  max-width: 30%;
  padding: 1em;
  background-color: #fff;
  border-radius: 4px;
  border: 2px solid #D5FF24;
}

.kouji__item li:not(:last-child) {
  margin-right: 30px;
}

.kouji__item li:not(:last-child)::after {
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
          transform: translateY(-50%) rotate(-90deg);
  margin-left: -9px;
  width: 40px;
  height: 20px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/step_arrow.svg);
  content: "";
}

.kouji__item_title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: .4px;
  color: #0B6FC4;
  line-height: 28px;
}

.kouji__item_title img {
  margin-right: .5em;
  width: 50px;
}

.kouji__item_img {
  margin-top: 1em;
}

.kouji__item_text {
  margin-top: 1.5em;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.kouji__item_text span {
  color: #1C588B;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .kouji {
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 80px;
  }
  .kouji::after {
    z-index: -1;
    position: absolute;
    left: 0;
    top: -160px;
    width: 100%;
    height: calc(100% - 40px + 160px);
    background-color: #1C588B;
    content: "";
  }
  .kouji__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.08px;
    line-height: 32px;
  }
  .kouji__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 0;
  }
  .kouji__item li {
    margin-top: 1em;
    width: 100%;
    max-width: 100%;
  }
  .kouji__item li:not(:last-child) {
    margin-right: 0;
  }
  .kouji__item li:not(:last-child)::after {
    left: 50%;
    top: 100%;
    -webkit-transform: translateX(-50%) translateY(0) rotate(0deg);
            transform: translateX(-50%) translateY(0) rotate(0deg);
    margin-left: 0;
    width: 26px;
    height: 12px;
  }
  .kouji__item_title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .4px;
  }
  .kouji__item_title img {
    margin-right: .5em;
    width: 50px;
  }
  .kouji__item_img {
    margin-top: .5em;
  }
  .kouji__item_text {
    margin-top: 1em;
    font-size: 16px;
    font-weight: 400;
    line-height: 28px;
  }
  .kouji__item_text span {
    color: #1C588B;
    font-weight: 600;
  }
}

#faq {
  padding-top: 60px;
}

.faq {
  padding-top: 60px;
}

.faq__title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  line-height: 44px;
  letter-spacing: .6px;
}

.faq__menu {
  margin: 1em auto 0 auto;
  width: 920px;
  max-width: 90%;
}

.faq__menu li {
  margin-top: 1em;
  border: 2px solid #0B6FC4;
  border-radius: 14px;
}

.faq_q {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 20px 60px 20px 20px;
  cursor: pointer;
}

.faq_q_icon {
  margin-right: 10px;
  width: 28px;
}

.faq_q_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 20px;
  font-weight: 500;
  line-height: 18px;
}

.faq_q:after {
  position: absolute;
  right: 30px;
  top: 50%;
  margin-top: -10px;
  width: 20px;
  height: 11px;
  background-size: 100% auto;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(../images/Q_arrow.svg);
  content: "";
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.faq_a {
  overflow-y: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  margin-left: 60px;
  max-height: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
  color: #1C588B;
}

.faq input {
  display: none;
}

.faq input:checked + .faq_q::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.faq input:checked ~ .faq_a {
  padding: 10px 20px 20px 0;
  max-height: 300px;
}

.faq .cv {
  margin-top: 100px;
}

@media screen and (max-width: 768px) {
  .faq {
    margin-top: -50px;
    padding-top: 50px;
  }
  .faq__title {
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: 1.08px;
  }
  .faq__menu li {
    border: 1px solid #0B6FC4;
    border-radius: 4px;
  }
  .faq_q {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 10px 40px 10px 10px;
  }
  .faq_q_icon {
    margin-top: .2em;
    margin-right: 10px;
    width: 20px;
  }
  .faq_q_text {
    font-size: 16px;
    line-height: 26px;
  }
  .faq_q:after {
    right: 10px;
    top: 13px;
    margin-top: 5px;
    width: 10px;
    height: 5px;
  }
  .faq_a {
    margin-left: 10px;
    max-height: 0;
    font-size: 14px;
    line-height: 22px;
  }
  .faq input:checked ~ .faq_a {
    padding: 10px 10px 10px 0;
  }
}

.voice {
  position: relative;
  padding-top: 60px;
}

.voice::after {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0B6FC4;
  opacity: .14;
  content: "";
}

.voice__title {
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: .6px;
}

.voice__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 2em auto 0 auto;
  width: 730px;
  max-width: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 2em 1em;
}

.voice__item img {
  margin-left: 1em;
  width: 260px;
}

.voice__item_inner {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.voice__item_inner_text1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  letter-spacing: .56px;
  color: #0B6FC4;
}

.voice__item_inner_text2 {
  margin-top: 1.5em;
  width: 350px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.voice__item_inner_text3 {
  margin-top: .5em;
  font-size: 16px;
  font-weight: 600;
}

@media screen and (max-width: 768px) {
  .voice {
    margin-top: 30px;
    padding-top: 50px;
    padding-bottom: 0;
    position: relative;
  }
  .voice::after {
    height: calc(100% - 30px);
  }
  .voice__title {
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 1.8px;
  }
  .voice__item {
    position: relative;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-top: 1em;
    width: 90%;
    border-radius: 4px;
    padding: 1em 1em 80px 1em;
  }
  .voice__item img {
    position: absolute;
    right: 1em;
    bottom: 1em;
    margin-left: 0;
    width: 105px;
  }
  .voice__item_inner {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .voice__item_inner_text1 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
  }
  .voice__item_inner_text2 {
    margin-top: .5em;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
  }
  .voice__item_inner_text3 {
    margin-top: 1em;
    font-size: 14px;
    font-weight: 700;
  }
}

.footer * {
  color: #fff;
  text-align: center;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 3em;
  height: 66px;
  background-color: #707070;
}

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

.footer__link a {
  padding: 0 20px;
  font-size: 13px;
  font-weight: 400;
}

.footer__link li:first-child a {
  border-right: 1px solid #eee;
}

.footer__copy {
  font-size: 10px;
  font-weight: 400;
}

.footer__no {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 66px;
  background-color: #7C7C7C;
  font-size: 10px;
  line-height: 18px;
  font-weight: 300;
}

@media screen and (max-width: 768px) {
  .footer {
    margin-top: 0;
    margin-bottom: 0px;
  }
  .footer__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 0;
    height: 73px;
  }
  .footer__link {
    width: 100%;
  }
  .footer__link a {
    padding: 0 20px;
    font-size: 12px;
  }
  .footer__copy {
    margin-top: 1em;
    font-weight: 300;
  }
  .footer__no {
    height: 44px;
  }
}

.bottom-fix {
  display: none !important;
}

@media screen and (max-width: 768px) {
  .bottom-fix {
    display: block;
    z-index: 5;
    position: fixed;
    left: 0;
    bottom: 0;
    padding: 8px 10px;
    width: 100%;
    height: auto;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-box-shadow: 0px -3px 6px #00000029;
            box-shadow: 0px -3px 6px #00000029;
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .24px;
  }
  .bottom-fix.scroll-down {
    display: block !important;
  }
  .bottom-fix.down_footer {
    display: none !important;
  }
  .bottom-fix__button_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: .5em;
  }
  .bottom-fix__button_wrapper li {
    width: 48%;
  }
  .bottom-fix__button_wrapper li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 1em;
    width: 100%;
    height: 55px;
    border-radius: 4px;
    color: #fff;
  }
  .bottom-fix__button_wrapper li a.web {
    background-color: #45D63F;
  }
  .bottom-fix__button_wrapper li a.tel {
    background-color: #FF8900;
  }
  .bottom-fix__button_wrapper li a img {
    margin-right: 1em;
    width: 23px;
  }
  .bottom-fix__button_text1 {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .24px;
  }
  .bottom-fix__button_text2 {
    display: block;
    margin-top: .5em;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .2px;
  }
}
/*# sourceMappingURL=style.css.map */