@font-face {
  font-family: notosanscjkjp;
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/NotoSansCJKjp-Thin.otf") format("opentype");
}
@font-face {
  font-family: notosanscjkjp;
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("opentype");
}
@font-face {
  font-family: notosanscjkjp;
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/NotoSansCJKjp-DemiLight.otf") format("opentype");
}
@font-face {
  font-family: notosanscjkjp;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/NotoSansCJKjp-Bold.otf") format("opentype");
}
@font-face {
  font-family: Kozgo;
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/KozGoPr6N-Regular.otf") format("opentype");
}
@font-face {
  font-family: D-DIN;
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/D-DIN-Bold.otf") format("opentype");
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*:focus {
  outline: none;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  margin: 0;
  font-family: notosanscjkjp, sans-serif;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  border: 0;
  outline: 0;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main,
details,
hgroup,
menu {
  display: block;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

ul,
ol,
li,
menu,
dir,
figure {
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  margin-block: 0 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace;
  font-size: 1em;
}

a {
  padding: 0;
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-text-decoration-skip: objects;
          text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: 1em;
}

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

svg:not(:root) {
  overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
          appearance: button;
}

[hidden],
template {
  display: none;
}

input[type=button],
input[type=text],
input[type=search],
input[type=submit],
input[type=image],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}

table,
tbody {
  padding: 0;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0;
}

ul li {
  list-style: none;
}

html {
  line-height: 1;
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  overflow-x: hidden;
  color: #000;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
     -moz-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

span {
  display: inline-block;
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

a:hover {
  opacity: 0.7;
}

picture {
  line-height: 0;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 0;
  border-style: none;
}

.body {
  position: relative;
}

.header {
  position: relative;
  z-index: 1;
}
.header__mv {
  position: relative;
  z-index: 1;
  display: block;
  height: 620px;
}
@media screen and (max-width: 800px) {
  .header__mv {
    height: 378px;
  }
}
.header__mv img {
  width: 100%;
  height: 620px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
@media screen and (max-width: 800px) {
  .header__mv img {
    height: 378px;
  }
}

.header-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header-top__link1 {
  display: block;
  margin: 3px 19px 0;
}
@media screen and (max-width: 800px) {
  .header-top__link1 {
    margin: 3px 1.7px 0;
  }
}
.header-top__link1 img {
  display: block;
  width: auto;
  height: 52px;
}
@media screen and (max-width: 800px) {
  .header-top__link1 img {
    height: 43px;
  }
}
.header-top__link2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 24px 22px 18px;
  font-size: 13px;
  font-weight: 600;
  color: #000;
  letter-spacing: 0.65px;
}
@media screen and (max-width: 880px) {
  .header-top__link2 {
    padding: 21px 14px 17px;
    font-size: 12px;
    letter-spacing: 0.6px;
  }
}
.header-top__link2 svg {
  display: block;
  width: 9px;
  margin-top: 2px;
  margin-right: 5px;
  fill: #025aa6;
  stroke: #025aa6;
  stroke-miterlimit: 10;
  stroke-width: 0.5px;
}

.header-main {
  position: absolute;
  inset: 55px 0 auto;
  z-index: 3;
}
.header-main__title {
  display: block;
  margin: 70px 0 0 57px;
}
@media screen and (max-width: 800px) {
  .header-main__title {
    margin: 22px 0 0 16px;
  }
}
.header-main__title picture {
  display: block;
}
.header-main__title img {
  display: block;
  width: 372px;
}
@media screen and (max-width: 800px) {
  .header-main__title img {
    width: 154px;
  }
}
.header-main__box {
  margin: 25px 0 0 55px;
}
@media screen and (max-width: 800px) {
  .header-main__box {
    margin: 12px 0 0 18px;
  }
}
.header-main__text {
  display: inline-block;
  padding: 0 24px;
  margin-top: 18px;
  font-size: 36px;
  font-weight: 700;
  line-height: 64px;
  color: #FFF;
  letter-spacing: 0.12em;
  background: -webkit-gradient(linear, left top, right top, from(rgb(3, 91, 167)), color-stop(53.78%, rgb(1, 117, 190)), to(rgb(0, 134, 205)));
  background: -webkit-linear-gradient(left, rgb(3, 91, 167) 0%, rgb(1, 117, 190) 53.78%, rgb(0, 134, 205) 100%);
  background: linear-gradient(90deg, rgb(3, 91, 167) 0%, rgb(1, 117, 190) 53.78%, rgb(0, 134, 205) 100%);
}
@media screen and (max-width: 800px) {
  .header-main__text {
    padding: 0 7.5px;
    margin-top: 6px;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 1.8px;
  }
}
.header-main__text span {
  color: #ffdf00;
}

.header-mark {
  position: absolute;
  inset: 55px 0 auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 510px;
  margin: 360px 0 0 60px;
}
@media screen and (max-width: 800px) {
  .header-mark {
    width: 280px;
    margin: 228px 10px 0 auto;
  }
}
.header-mark__1, .header-mark__2 {
  display: block;
}
.header-mark__1 img, .header-mark__2 img {
  display: block;
  width: 255px;
}
@media screen and (max-width: 800px) {
  .header-mark__1 img, .header-mark__2 img {
    width: 140px;
  }
}

.merit {
  position: relative;
  z-index: 1;
  background-color: #D9E6F2;
  background-image: url("../img/merit-bg.png");
  background-repeat: repeat-x;
  background-position: top center;
  background-size: 1300px 920px;
}
.merit__head {
  max-width: 572px;
  padding-top: 64px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .merit__head {
    max-width: 255px;
    padding-top: 32px;
  }
}
.merit__head img {
  display: block;
  width: 126px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .merit__head img {
    width: 110px;
  }
}
.merit h2 {
  text-align: center;
  background-image: url("../img/merit-t.svg");
  background-repeat: no-repeat;
  background-position: bottom center;
}
.merit__tit1 {
  display: block;
  padding: 11px 0 0;
  font-size: 27px;
  font-weight: 700;
  line-height: 45px;
  color: #025AA6;
  text-indent: 4.32px;
  letter-spacing: 4.32px;
}
@media screen and (max-width: 800px) {
  .merit__tit1 {
    padding-top: 8px;
    font-size: 13px;
    line-height: 19px;
    text-indent: 2px;
    letter-spacing: 2px;
  }
}
.merit__tit1 br {
  display: none;
}
@media screen and (max-width: 800px) {
  .merit__tit1 br {
    display: block;
  }
}
.merit__tit2 {
  display: block;
  padding: 3px 0;
  font-size: 35px;
  font-weight: 700;
  line-height: 45px;
  color: #025AA6;
  text-indent: 5.6px;
  letter-spacing: 5.6px;
}
@media screen and (max-width: 800px) {
  .merit__tit2 {
    padding: 0;
    font-size: 18px;
    line-height: 19px;
    text-indent: 2.88px;
    letter-spacing: 2.88px;
  }
}
.merit__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 60px 52px;
  max-width: 957px;
  padding: 74px 27.5px 104px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .merit__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 45px;
    padding: 55px 27.5px 45px;
  }
}
.merit__box {
  position: relative;
  z-index: 1;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 425px;
      -ms-flex: 0 1 425px;
          flex: 0 1 425px;
  min-height: 380px;
  padding: 27px 0;
  background: #FFF;
  border: 2px solid #4278B4;
  border-radius: 30px;
  -webkit-box-shadow: 5px 5px 5px rgba(204, 209, 197, 0.75);
          box-shadow: 5px 5px 5px rgba(204, 209, 197, 0.75);
}
@media screen and (max-width: 960px) {
  .merit__box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 calc(50% - 26px);
        -ms-flex: 0 1 calc(50% - 26px);
            flex: 0 1 calc(50% - 26px);
  }
}
@media screen and (max-width: 800px) {
  .merit__box {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 320px;
    min-height: 296px;
    padding: 22px 0 18px;
    margin: 0 auto;
  }
}
.merit__box img {
  display: block;
  width: auto;
  height: 100px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .merit__box img {
    height: 78px;
  }
}
.merit__maru {
  position: absolute;
  top: -38px;
  left: 32px;
  z-index: 2;
  width: 82px;
  height: 82px;
  padding: 16px 0 0;
  background: #025AA6;
  border-radius: 50%;
}
@media screen and (max-width: 800px) {
  .merit__maru {
    top: -30px;
    left: 19px;
    width: 70px;
    height: 70px;
    padding-top: 14px;
  }
}
.merit__st1 {
  display: block;
  font-size: 15px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  letter-spacing: -0.6px;
}
@media screen and (max-width: 800px) {
  .merit__st1 {
    font-size: 12px;
  }
}
.merit__st2 {
  display: block;
  font-family: D-DIN, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 44px;
  color: #FFDF00;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .merit__st2 {
    font-size: 35px;
    line-height: 38px;
  }
}
.merit__subtitle {
  padding-top: 13px;
  font-size: 23px;
  font-weight: 700;
  line-height: 40px;
  color: #025AA6;
  text-align: center;
  text-indent: 0.92px;
  letter-spacing: 0.92px;
}
@media screen and (max-width: 800px) {
  .merit__subtitle {
    padding-top: 10px;
    font-size: 17px;
    line-height: 31.18px;
    text-indent: 0.68px;
    letter-spacing: 0.68px;
  }
}
.merit__text {
  padding: 21px 30px 0;
  font-family: Kozgo, sans-serif;
  font-size: 15px;
  line-height: 27px;
  color: #000;
}
@media screen and (max-width: 800px) {
  .merit__text {
    padding: 15px 18px 0;
    font-size: 12px;
    line-height: 22px;
  }
}
.merit__web {
  padding: 0 5px;
  font-family: D-DIN, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 27px;
}
@media screen and (max-width: 800px) {
  .merit__web {
    font-size: 12px;
    line-height: 22px;
  }
}

.voice {
  position: relative;
  z-index: 1;
  padding-bottom: 87px;
  background: -webkit-gradient(linear, left top, right top, from(#2d92e0), to(#0060b8));
  background: -webkit-linear-gradient(left, #2d92e0 0%, #0060b8 100%);
  background: linear-gradient(90deg, #2d92e0 0%, #0060b8 100%);
}
@media screen and (max-width: 800px) {
  .voice {
    padding-bottom: 51px;
  }
}
.voice__head {
  padding: 62px 0;
}
@media screen and (max-width: 800px) {
  .voice__head {
    padding: 35px 0 44px;
  }
}
.voice__head img {
  display: block;
  width: 126px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .voice__head img {
    width: 110px;
  }
}
.voice__head h2 {
  padding: 18px 0 0;
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-indent: 5.12px;
  letter-spacing: 5.12px;
}
@media screen and (max-width: 800px) {
  .voice__head h2 {
    padding: 11px 0 0;
    font-size: 20px;
    text-indent: 3.2px;
    letter-spacing: 3.2px;
  }
}
.voice__head h2 span {
  color: #FFDF00;
}
.voice__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  max-width: 930px;
  padding: 0 15px;
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .voice__wrap {
    gap: 15px;
  }
}
.voice__wrap_2nd {
  margin-top: 33px;
}
.voice__right {
  width: 140px;
}
@media screen and (max-width: 800px) {
  .voice__right {
    width: 50px;
  }
}
.voice__right img {
  display: block;
  width: 140px;
}
@media screen and (max-width: 800px) {
  .voice__right img {
    width: 50px;
  }
}
.voice__right p {
  padding: 14px 0 0;
  font-family: D-DIN, sans-serif;
  font-size: 23px;
  font-weight: 700;
  color: #FFF;
  text-align: center;
  text-indent: 3.22px;
  letter-spacing: 3.22px;
}
@media screen and (max-width: 800px) {
  .voice__right p {
    padding-top: 2px;
    font-size: 12px;
    text-indent: 0.48px;
    letter-spacing: 0.48px;
  }
}
.voice__left {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 30px 38px;
  background: #FFF;
  border-radius: 30px;
}
@media screen and (max-width: 800px) {
  .voice__left {
    padding: 16px 10px 28px;
    border-radius: 11px;
  }
}
.voice__left::before {
  position: absolute;
  top: 56px;
  left: -20px;
  display: block;
  width: 20px;
  height: 28px;
  -webkit-clip-path: polygon(100% 0, 0 50%, 100% 100%);
          clip-path: polygon(100% 0, 0 50%, 100% 100%);
  content: "";
  background: #fff;
}
@media screen and (max-width: 800px) {
  .voice__left::before {
    top: 18px;
    left: -10px;
    width: 10px;
    height: 14px;
  }
}
.voice__subtitle {
  font-size: 24px;
  font-weight: 700;
  line-height: 37px;
  color: #025ABA;
  letter-spacing: 0.96px;
}
@media screen and (max-width: 800px) {
  .voice__subtitle {
    font-size: 15px;
    line-height: 21px;
    letter-spacing: -0.3px;
  }
}
.voice__text0 {
  padding: 16px 0 0;
  font-size: 13px;
  line-height: 21px;
  color: #000;
  letter-spacing: 0.52px;
}
@media screen and (max-width: 800px) {
  .voice__text0 {
    padding-top: 18px;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0;
  }
}
.voice__before, .voice__after {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 624px;
  height: 35px;
  padding: 0 16px;
  border-radius: 3px;
}
@media screen and (max-width: 800px) {
  .voice__before, .voice__after {
    height: 40px;
    padding: 0 9px;
  }
}
.voice__before p:nth-of-type(1), .voice__after p:nth-of-type(1) {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.64px;
}
@media screen and (max-width: 800px) {
  .voice__before p:nth-of-type(1), .voice__after p:nth-of-type(1) {
    font-size: 13px;
    letter-spacing: 0.52px;
  }
}
.voice__before p:nth-of-type(2), .voice__after p:nth-of-type(2) {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.48px;
}
@media screen and (max-width: 800px) {
  .voice__before p:nth-of-type(2), .voice__after p:nth-of-type(2) {
    font-size: 10px;
    letter-spacing: 0.4px;
  }
}
.voice__before {
  margin: 35px 0 0;
  background: #D4E3F0;
}
@media screen and (max-width: 800px) {
  .voice__before {
    margin-top: 30px;
  }
}
.voice__before p:nth-of-type(1) {
  color: #025AA6;
}
.voice__before p:nth-of-type(2) {
  color: #6097C7;
}
.voice__after {
  margin: 21px 0 0;
  background: #FFD6D3;
}
.voice__after p:nth-of-type(1) {
  color: #FF5A51;
}
.voice__after p:nth-of-type(2) {
  color: #FF9A95;
}
.voice__maint {
  max-width: 624px;
  padding: 13px 0 0;
  font-size: 14px;
  line-height: 27px;
  color: #000;
}
@media screen and (max-width: 800px) {
  .voice__maint {
    padding: 11px 0 0;
    font-size: 12px;
    line-height: 22px;
  }
}
.voice__arrow {
  display: block;
  width: 28px;
  margin: 14px 0 0 51px;
}
@media screen and (max-width: 800px) {
  .voice__arrow {
    width: 21px;
    margin: 14px 0 0 11px;
  }
}

.footer {
  position: relative;
  z-index: 1;
}
.footer__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 50px 0 19px;
}
@media screen and (max-width: 850px) {
  .footer__top {
    display: block;
    padding: 50px 0 20px;
  }
}
.footer__left {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 48px;
}
@media screen and (max-width: 850px) {
  .footer__left {
    margin: 0;
  }
}
.footer__left ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 10px 0;
  padding-top: 54px;
}
@media screen and (max-width: 1030px) {
  .footer__left ul {
    width: 390px;
  }
}
@media screen and (max-width: 850px) {
  .footer__left ul {
    gap: 12px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 300px;
    padding-top: 42px;
    margin: 0 auto;
  }
}
.footer__left ul li a {
  font-size: 15px;
  color: #000;
}
@media screen and (max-width: 850px) {
  .footer__left ul li a {
    font-size: 12px;
  }
}
.footer__left ul li:nth-last-of-type(2) {
  border-right: 1px solid #000;
  border-left: 1px solid #000;
}
@media screen and (max-width: 1030px) {
  .footer__left ul li:nth-last-of-type(2) {
    border-right: none;
  }
}
.footer__pmark-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 19px;
}
@media screen and (max-width: 850px) {
  .footer__pmark-wrap {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer__pmark1, .footer__pmark2 {
  display: block;
  width: auto;
  height: 70px;
}
.footer__link0 {
  padding-right: 24px;
}
@media screen and (max-width: 850px) {
  .footer__link0 {
    padding-right: 20px;
  }
}
.footer__link1 {
  padding: 0 24px;
}
@media screen and (max-width: 1030px) {
  .footer__link1 {
    padding-right: 0;
  }
}
@media screen and (max-width: 850px) {
  .footer__link1 {
    padding: 0 0 0 20px;
  }
}
.footer__link2 {
  padding-left: 24px;
}
@media screen and (max-width: 1030px) {
  .footer__link2 {
    padding-left: 0;
  }
}
@media screen and (max-width: 850px) {
  .footer__link2 {
    padding: 0;
  }
}
.footer__text0 {
  padding: 12px 0 0;
  font-size: 13px;
  color: #000;
}
@media screen and (max-width: 850px) {
  .footer__text0 {
    font-size: 12px;
    text-align: center;
  }
}
.footer__right {
  width: 220px;
  margin: 0 36px 0 0;
}
@media screen and (max-width: 850px) {
  .footer__right {
    width: 2;
    margin: 58px auto 0;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: #025AA6;
}
@media screen and (max-width: 850px) {
  .footer__bottom {
    display: block;
  }
}
.footer__left1 {
  padding: 30px 0 24px;
  margin-left: 48px;
}
@media screen and (max-width: 850px) {
  .footer__left1 {
    padding: 38px 0;
    margin: 0 0 0 25px;
  }
}
.footer__left1 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
}
@media screen and (max-width: 850px) {
  .footer__left1 ul {
    display: block;
  }
}
.footer__left1 ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  color: #fff;
}
@media screen and (max-width: 850px) {
  .footer__left1 ul li a {
    font-size: 12px;
    line-height: 22px;
  }
}
.footer__left1 ul li a svg {
  display: block;
  width: 9px;
  margin-right: 5px;
  fill: #fff;
}
.footer__right1 {
  padding: 33px 0 24px;
  margin: 0 36px 0 0;
}
@media screen and (max-width: 850px) {
  .footer__right1 {
    padding: 0 0 20px;
    margin: 0;
  }
}
.footer__right1 p {
  font-size: 13px;
  font-weight: 100;
  color: #FFF;
}
@media screen and (max-width: 850px) {
  .footer__right1 p {
    font-size: 10px;
    text-align: center;
  }
}

.entry {
  position: fixed;
  inset: 518px 0 auto auto;
  z-index: 10;
  display: block;
  width: 400px;
  height: 125px;
  background: rgba(255, 180, 40, 0.85);
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  border-radius: 35px 0 0 35px;
  -webkit-transition: 1s;
  transition: 1s;
}
@media screen and (max-width: 800px) {
  .entry {
    inset: auto 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 70px;
    background: rgba(255, 180, 40, 0.95);
    border-bottom: 0;
    border-left: 0;
    border-radius: 0;
  }
}
.entry.hide {
  pointer-events: none;
  opacity: 0;
  -webkit-transform: translateX(450px);
          transform: translateX(450px);
}
@media screen and (max-width: 800px) {
  .entry.hide {
    -webkit-transform: translate(0, 100px);
            transform: translate(0, 100px);
  }
}
.entry__head {
  width: 206px;
  margin: 15px auto 7.5px;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  color: #231815;
  text-align: center;
  text-indent: 0.1em;
  letter-spacing: 0.1em;
  background: url("../img/entry1.svg") no-repeat top center;
  background-size: cover;
}
@media screen and (width <= 900px) {
  .entry__head {
    width: 75px;
    margin: 20px 0 0;
    font-size: 11px;
    line-height: 16px;
    background: none;
  }
}
.entry__link {
  position: relative;
  display: block;
  width: 330px;
  margin: 0 0 0 40px;
  background: #fff;
  border-radius: 100px;
  -webkit-box-shadow: 3.75px 4.99px 0 rgba(111, 46, 0, 0.75);
          box-shadow: 3.75px 4.99px 0 rgba(111, 46, 0, 0.75);
}
@media screen and (max-width: 800px) {
  .entry__link {
    width: 250px;
    margin: 10px 0 0;
    -webkit-box-shadow: 2.82px 3.76px 0 rgba(111, 46, 0, 0.75);
            box-shadow: 2.82px 3.76px 0 rgba(111, 46, 0, 0.75);
  }
}
.entry__link::after {
  position: absolute;
  top: 50%;
  right: 13px;
  display: block;
  width: 25px;
  height: 25px;
  content: "";
  background: url("../img/entry2.svg") no-repeat center center;
  background-size: 100%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (width <= 900px) {
  .entry__link::after {
    right: 10px;
    width: 18px;
    height: 18px;
  }
}
.entry__free {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #231815;
  text-align: center;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 800px) {
  .entry__free {
    font-size: 13px;
    line-height: 22.5px;
  }
}
.entry__free span {
  font-size: 20px;
  color: #ed724a;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 800px) {
  .entry__free span {
    font-size: 15px;
  }
}
.entry__foot {
  padding: 0 0 0 27px;
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #231815;
  letter-spacing: 0.12em;
  background: #DBE6E6;
  border-radius: 0 0 30px 30px;
}
@media screen and (max-width: 800px) {
  .entry__foot {
    padding: 0 0 0 25px;
    font-size: 12px;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    line-height: 22.5px;
    border-radius: 0 0 22.5px 22.5px;
  }
}