@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500&display=swap");
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  tab-size: 4;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
  color: inherit;
}

details,
main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

pre {
  font-size: 1em;
}

b,
strong {
  font-weight: bolder;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit;
  text-indent: 0;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[role=button],
[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  outline: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled=true] {
  cursor: default;
}

html {
  font-size: 10px;
  scroll-behavior: smooth;
}

body {
  font-weight: 300;
  line-height: 1;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", Meiryo, sans-serif;
  letter-spacing: 0.04em;
  background-color: #eff3f8;
}

h1 {
  font-size: 7.2rem;
  font-weight: 500;
  border-bottom: solid 2px;
  padding-bottom: 10px;
  color: #313c69;
  font-family: "Noto Serif JP", serif;
}
@media screen and (max-width: 820px) {
  h1 {
    font-size: 3.2rem;
  }
}

.h1__small {
  font-size: 5.6rem;
  font-weight: 300;
  border-bottom: solid 2px;
  padding-bottom: 10px;
  display: inline;
}
.h1__small span {
  font-size: 10.5rem;
  color: #316fb3;
}
@media screen and (max-width: 820px) {
  .h1__small {
    font-size: 3.2rem;
    line-height: 1.4;
  }
  .h1__small span {
    font-size: 4rem;
  }
}

h2 {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1.43;
  color: #313c69;
}
@media screen and (max-width: 820px) {
  h2 {
    font-size: 2rem;
  }
}

a {
  text-decoration: none;
  color: #00030b;
}

p {
  color: #00030b;
}

div {
  color: #00030b;
}

.l-wrapper {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
}

.l-wrapper-right {
  width: 100%;
  max-width: 1360px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.ml-wrapper-right {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.ml-wrapper {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}

.m-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.ms-wrapper-right {
  width: 100%;
  max-width: 1120px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.s-wrapper {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

.hamburger {
  background-color: #00030b;
  width: 66px;
  height: 66px;
  position: fixed;
  top: 0;
  right: 0;
  border-radius: 0 0 0 8px;
  display: none;
  z-index: 1000;
}
@media screen and (max-width: 1280px) {
  .hamburger {
    display: block;
  }
}
.hamburger span {
  width: 24px;
  height: 2px;
  display: block;
  background-color: #fff;
  position: relative;
  transition: transform 0.6s ease-in-out, top 0.5s ease;
}
.hamburger span:nth-child(1) {
  top: 25px;
  left: 21px;
}
.hamburger span:nth-child(2) {
  top: 33px;
  left: 21px;
}

.open .hamburger span {
  background-color: #fff;
}
.open .hamburger span:nth-child(1) {
  top: 29px;
  transform: rotate(45deg);
}
.open .hamburger span:nth-child(2) {
  top: 27px;
  transform: rotate(-45deg);
}
.open .header__sp {
  right: 0;
}

.br-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .br-sp {
    display: inline;
  }
}

.button-twin {
  display: flex;
  gap: 8px;
  align-items: center;
}
.button-twin-l {
  display: flex;
  gap: 21px;
}
.button-twin__icon {
  display: flex;
  gap: 8px;
  align-items: center;
}
.button-twin__icon a {
  width: 64px;
}
.button-twin__icon img {
  width: 100%;
}
.button__amazon-s {
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 41px;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #e68500;
  transition-duration: 500ms;
}
.button__amazon-s a:visited {
  color: white;
}
.button__amazon-s:hover {
  border: solid 2px #e68500;
  background-color: white;
  color: #e68500;
}
.button__amazon-m {
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 80px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #e68500;
  transition-duration: 500ms;
}
.button__amazon-m a:visited {
  color: white;
}
.button__amazon-m:hover {
  border: solid 2px #e68500;
  background-color: white;
  color: #e68500;
}
.button__amazon-l {
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 413px;
  height: 80px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #e68500;
  transition-duration: 500ms;
}
.button__amazon-l a:visited {
  color: white;
}
.button__amazon-l:hover {
  border: solid 2px #e68500;
  background-color: white;
  color: #e68500;
}
.button__amazon-tab {
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #e68500;
  transition-duration: 500ms;
}
.button__amazon-tab a:visited {
  color: white;
}
.button__amazon-tab:hover {
  border: solid 2px #e68500;
  background-color: white;
  color: #e68500;
}
.button__amazon-label {
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 238px;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #e68500;
  transition-duration: 500ms;
}
.button__amazon-label a:visited {
  color: white;
}
.button__amazon-label:hover {
  border: solid 2px #e68500;
  background-color: white;
  color: #e68500;
}
.button__rakuten-s {
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 41px;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #bf0b11;
  transition-duration: 500ms;
}
.button__rakuten-s a:visited {
  color: white;
}
.button__rakuten-s:hover {
  border: solid 2px #bf0b11;
  background-color: white;
  color: #bf0b11;
}
.button__rakuten-m {
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 80px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #bf0b11;
  transition-duration: 500ms;
}
.button__rakuten-m a:visited {
  color: white;
}
.button__rakuten-m:hover {
  border: solid 2px #bf0b11;
  background-color: white;
  color: #bf0b11;
}
.button__rakuten-l {
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 413px;
  height: 80px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #bf0b11;
  transition-duration: 500ms;
}
.button__rakuten-l a:visited {
  color: white;
}
.button__rakuten-l:hover {
  border: solid 2px #bf0b11;
  background-color: white;
  color: #bf0b11;
}
.button__rakuten-tab {
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50px;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #bf0b11;
  transition-duration: 500ms;
}
.button__rakuten-tab a:visited {
  color: white;
}
.button__rakuten-tab:hover {
  border: solid 2px #bf0b11;
  background-color: white;
  color: #bf0b11;
}
.button__rakuten-label {
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 238px;
  height: 48px;
  font-size: 1.4rem;
  font-weight: 500;
  background-color: #bf0b11;
  transition-duration: 500ms;
}
.button__rakuten-label a:visited {
  color: white;
}
.button__rakuten-label:hover {
  border: solid 2px #bf0b11;
  background-color: white;
  color: #bf0b11;
}
.button__contact {
  color: #fff;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 360px;
  height: 80px;
  font-size: 1.6rem;
  font-weight: 500;
  border: solid 1px #fff;
  transition-duration: 500ms;
}
.button__contact a:visited {
  color: white;
}
.button__contact:hover {
  background-color: white;
  color: black;
}
@media screen and (max-width: 375px) {
  .button__contact {
    width: 300px;
  }
}

.header {
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 40px 14px 40px;
  width: 100%;
  z-index: 40;
  transition-duration: 500ms;
}
@media screen and (max-width: 1280px) {
  .header {
    padding: 10px 20px;
    padding-bottom: 6px;
  }
}
@media screen and (max-width: 1280px) {
  .header__logo img {
    width: 80px;
  }
}
.header-menu {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: flex-end;
}
@media screen and (max-width: 1280px) {
  .header-menu {
    display: none;
  }
}
.header-link {
  display: flex;
  gap: 24px;
  font-size: 1.4rem;
  color: #00030b;
}
.header-link a {
  color: #00030b;
}
.header-link a:visited {
  color: #00030b;
}
@media screen and (max-width: 820px) {
  .header-link {
    display: none;
  }
}
.header-white {
  background-color: white;
}
.header__sp {
  display: none;
  transition-duration: 0.3s;
}
@media screen and (max-width: 1280px) {
  .header__sp {
    position: fixed;
    top: 0;
    right: 100vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
    width: 100vw;
    height: 100vh;
    background-color: #eff3f8;
    z-index: 60;
  }
  .header__sp a {
    font-size: 2rem;
    font-weight: 700;
  }
}
.header__cv {
  display: flex;
  gap: 8px;
}
.header__cv a {
  border-radius: 21px;
  font-weight: 700;
}
.header__cv a:nth-child(1) {
  background-color: #eff3f8;
}
.header__cv a:nth-child(2) {
  background-color: #eff3f8;
}
@media screen and (max-width: 820px) {
  .header__cv a {
    font-size: 1.4rem;
  }
}

.section__initial {
  padding: 152.4px 0 60.5px 0;
  background-image: url(../images/linebg.png);
  background-size: cover;
  z-index: 30;
}
@media screen and (max-width: 1280px) {
  .section__initial {
    padding: 100px 20px 58px 20px;
  }
}
.section__initial__content {
  display: flex;
  gap: 34.51px;
  justify-content: flex-end;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .section__initial__content {
    justify-content: center;
    gap: 9.7px;
  }
}
.section__initial__book {
  width: 313.65px;
}
.section__initial__book img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .section__initial__book {
    width: 248.71px;
  }
  .section__initial__book img {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .section__initial__book {
    width: 41.5%;
  }
  .section__initial__book img {
    width: 100%;
  }
}
.section__initial__text {
  position: relative;
}
@media screen and (max-width: 1280px) {
  .section__initial__text {
    display: none;
  }
}
.section__initial__text div:nth-of-type(1) {
  width: 476px;
  margin-top: 44.2px;
  padding: 12.8px 0;
  border-top: solid 2px #00030b;
  border-bottom: solid 2px #00030b;
}
.section__initial__text div:nth-of-type(1) img {
  width: 100%;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 1280px) {
  .section__initial__text div:nth-of-type(1) {
    width: 100%;
  }
  .section__initial__text div:nth-of-type(1) img {
    width: 100%;
  }
}
.section__initial__text div:nth-of-type(2) {
  width: 774.35px;
  margin-top: 36.55px;
}
.section__initial__text div:nth-of-type(2) img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .section__initial__text div:nth-of-type(2) {
    width: 100%;
  }
  .section__initial__text div:nth-of-type(2) img {
    width: 100%;
  }
}
.section__initial__textsp {
  display: none;
}
@media screen and (max-width: 1280px) {
  .section__initial__textsp {
    display: block;
  }
}
@media screen and (max-width: 600px) {
  .section__initial__textsp {
    width: 48.9%;
  }
  .section__initial__textsp img {
    width: 100%;
  }
}
.section__initial__circle {
  position: absolute;
  top: 0;
  right: 0;
  width: 259.25px;
}
.section__initial__circle img {
  width: 100%;
}
@media screen and (max-width: 1280px) {
  .section__initial__circle {
    display: none;
  }
}
.section__bgsale {
  background: linear-gradient(to right, #0043c1, #0095cc);
  padding: 52.8px 0 62px 0;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .section__bgsale {
    display: none;
  }
}
.section__bgsale__img {
  position: absolute;
  top: -260px;
}
.section__bgsale__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 847px;
}
.section__bgsale__text__button {
  margin-top: 40px;
}
.section__labelsale {
  padding: 24px 0 26px 0;
  background-color: #002257;
  position: relative;
  z-index: 30;
}
@media screen and (max-width: 1280px) {
  .section__labelsale {
    padding: 30px 0;
  }
}
.section__labelsale__content {
  display: flex;
  gap: 38px;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 1280px) {
  .section__labelsale__content {
    display: none;
  }
}
.section__labelsale__button {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.section__labelsale__contentsp {
  display: none;
}
@media screen and (max-width: 1280px) {
  .section__labelsale__contentsp {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 600px) {
  .section__labelsale__contentsp {
    width: 100%;
    padding: 0 20px;
  }
  .section__labelsale__contentsp img {
    width: 100%;
  }
}
.section__introduce {
  padding: 100px 0 88px 0;
  margin-top: -15px;
  background-image: url(../images/whitemeshbg.png);
  background-size: cover;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .section__introduce {
    padding: 70px 20px 79px 20px;
    margin-top: -10px;
  }
}
.section__introduce__comments {
  display: flex;
  gap: 20px;
  margin-top: 60px;
}
@media screen and (max-width: 600px) {
  .section__introduce__comments {
    width: 78.2%;
  }
}
@media screen and (max-width: 375px) {
  .section__introduce__comments {
    width: 100%;
  }
}
.section__introduce__comment {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 600px) {
  .section__introduce__comment {
    width: 30.4%;
    height: 110px;
  }
}
.section__introduce__comment__text {
  background-color: #316fb3;
  width: 228px;
  height: 52px;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  font-size: 1.9rem;
}
@media screen and (max-width: 820px) {
  .section__introduce__comment__text {
    width: 140px;
    height: 140px;
    border-radius: 10px;
    text-align: center;
    line-height: 1.5;
  }
}
@media screen and (max-width: 600px) {
  .section__introduce__comment__text {
    width: 100%;
    font-size: 1.3rem;
  }
}
.section__introduce__comment__text br {
  display: none;
}
@media screen and (max-width: 820px) {
  .section__introduce__comment__text br {
    display: inline;
  }
}
.section__introduce__comment__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 8px 0 8px;
  border-color: #316fb3 transparent transparent transparent;
  margin: 0 auto;
}
.section__introduce__main {
  margin-top: 41px;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1.675;
  text-align: center;
}
.section__introduce__main span {
  font-size: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 600px) {
  .section__introduce__main {
    font-size: 1.8rem;
  }
  .section__introduce__main span {
    font-size: 3rem;
  }
}
@media screen and (max-width: 375px) {
  .section__introduce__main {
    font-size: 1.8rem;
  }
  .section__introduce__main span {
    font-size: 2.7rem;
  }
}
.section__introduce__citation {
  margin-top: 70px;
  padding: 89px 73px 99px 73px;
  position: relative;
  background-color: #eaf6ff;
}
@media screen and (max-width: 820px) {
  .section__introduce__citation {
    padding: 55px 45px 45px 45px;
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.section__introduce__citation p {
  z-index: 0;
  position: relative;
}
.section__introduce__citation p:nth-of-type(1) {
  text-align: center;
  font-size: 2.8rem;
  line-height: 2;
  letter-spacing: 0.04em;
  color: #313c69;
  font-weight: 500;
}
.section__introduce__citation p:nth-of-type(1) span {
  color: #00a6b4;
}
@media screen and (max-width: 820px) {
  .section__introduce__citation p:nth-of-type(1) {
    font-size: 2rem;
    text-align: left;
  }
}
.section__introduce__citation p:nth-of-type(2) {
  position: absolute;
  font-size: 2rem;
  right: 86px;
  bottom: 27px;
  font-weight: lighter;
  color: #313c69;
}
@media screen and (max-width: 820px) {
  .section__introduce__citation p:nth-of-type(2) {
    right: 0;
    bottom: 0;
    font-size: 1.4rem;
    position: relative;
    margin-top: 30px;
  }
}
@media screen and (max-width: 820px) {
  .section__introduce__citation br {
    display: none;
  }
}
.section__introduce__citation img {
  position: absolute;
  top: 30px;
  left: 50px;
  width: 14%;
  z-index: 0;
}
@media screen and (max-width: 600px) {
  .section__introduce__citation img {
    top: 15px;
    left: 20px;
    width: 23%;
  }
}
.section__points {
  padding: 88px 0 261px 0;
  background-image: url(../images/meshbg.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .section__points {
    padding: 60px 20px;
    margin-top: -20px;
  }
}
.section__points__content {
  padding-top: 42px;
}
.section__points__point {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  .section__points__point {
    display: block;
  }
}
.section__points__text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (max-width: 1280px) {
  .section__points__text {
    margin: 0 auto;
  }
}
.section__points__text p {
  font-size: 16px;
  line-height: 2;
}
.section__points__icon {
  width: 113px;
  height: 40px;
  background-color: #316fb3;
  border-radius: 20px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.8rem;
  font-weight: 600;
}
@media screen and (max-width: 1280px) {
  .section__points__img {
    text-align: center;
    margin-top: 16px;
    width: 100%;
  }
  .section__points__img img {
    width: 100%;
  }
}
.section__points__box {
  margin-top: 40px;
  background-color: white;
  border: solid 4px #eaeaea;
  padding: 40px 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .section__points__box {
    padding: 40px 20px;
  }
}
.section__points__box h2 {
  font-size: 2.4rem;
}
@media screen and (max-width: 820px) {
  .section__points__box h2 {
    font-size: 1.8rem;
  }
}
.section__points__box__content {
  margin-top: 20px;
  width: 100%;
}
.section__points__box__row {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 0;
  border-bottom: solid 1px #e0dfdf;
}
.section__points__box__row p {
  font-size: 2rem;
}
@media screen and (max-width: 820px) {
  .section__points__box__row p {
    font-size: 1.6rem;
  }
}
.section__sale {
  background: linear-gradient(to right, #0043c1, #0095cc);
  padding: 89px 0 83px 0;
  position: relative;
}
@media screen and (max-width: 1280px) {
  .section__sale {
    display: none;
  }
}
.section__sale__img {
  position: absolute;
  top: -94px;
}
.section__sale__text {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 734px;
}
.section__sale__text img {
  margin-top: 22px;
}
.section__sale__text p {
  display: inline-block;
  color: white;
}
.section__sale__text p:nth-of-type(1) {
  font-size: 2.8rem;
}
.section__sale__text p:nth-of-type(2) {
  font-size: 2rem;
  margin-top: 21px;
  font-weight: 400;
}
.section__sale__text p:nth-of-type(2) span {
  font-size: 4rem;
}
.section__sale__text__button {
  margin-top: 24px;
}
.section__tabsale {
  display: none;
  z-index: 30;
  padding: 48px 0 28px 0;
  background: linear-gradient(to right, #0043c1, #0095cc);
  position: relative;
}
@media screen and (max-width: 1280px) {
  .section__tabsale {
    display: block;
  }
}
.section__tabsale p {
  color: white;
}
.section__tabsale__container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.section__tabsale__content {
  display: flex;
  gap: 25px;
  justify-content: center;
}
.section__tabsale__img {
  width: 39.7%;
}
.section__tabsale__img p {
  font-size: 2.3rem;
  text-align: center;
}
@media screen and (max-width: 600px) {
  .section__tabsale__img p {
    font-size: 1.4rem;
  }
}
.section__tabsale__img img {
  display: block;
  width: 100%;
  margin-top: 32.6px;
}
@media screen and (max-width: 600px) {
  .section__tabsale__img img {
    margin-top: 16px;
  }
}
.section__tabsale__text {
  padding-top: 30%;
  width: 45.5%;
}
@media screen and (max-width: 600px) {
  .section__tabsale__text {
    padding-top: 23%;
  }
}
.section__tabsale__text__img img {
  display: block;
}
.section__tabsale__text__img img:nth-of-type(1) {
  width: 57.9%;
}
.section__tabsale__text__img img:nth-of-type(2) {
  margin-top: 17px;
  width: 100%;
}
.section__tabsale__text p {
  margin-top: 24.7px;
  font-size: 2rem;
}
.section__tabsale__text p span {
  font-size: 4rem;
}
@media screen and (max-width: 600px) {
  .section__tabsale__text p {
    font-size: 1.5rem;
  }
  .section__tabsale__text p span {
    font-size: 2.3rem;
  }
}
.section__tabsale__circle {
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 820px) {
  .section__tabsale__circle {
    width: 34%;
  }
  .section__tabsale__circle img {
    width: 100%;
  }
}
.section__tabsale__button {
  display: none;
  margin-top: 28.3px;
  gap: 13px;
  width: 87.5%;
}
@media screen and (max-width: 1280px) {
  .section__tabsale__button {
    display: flex;
  }
}
.section__tabsale__button a {
  display: block;
  width: 48.8%;
}
.section__review {
  padding: 100px 0 80px 0;
  background-color: #eff3f8;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1280px) {
  .section__review {
    padding: 70px 20px;
    margin-top: -30px;
    position: relative;
    z-index: 20;
  }
}
.section__review p:nth-of-type(1) {
  margin-top: 44px;
  font-size: 2.8rem;
  color: #313c69;
  font-weight: 500;
}
@media screen and (max-width: 820px) {
  .section__review p:nth-of-type(1) {
    font-size: 2rem;
  }
}
.section__review__content {
  margin-top: 71px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .section__review__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 30px;
  }
}
.section__review__box {
  border-top: solid 4px;
  background-color: #fff;
  padding: 40px;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 820px) {
  .section__review__box {
    padding: 20px 10px;
  }
}
.section__review__triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12.9px 12.9px 0 12.9px;
  border-color: #313c69 transparent transparent transparent;
  margin: 0 auto;
  position: absolute;
  top: 0;
}
.section__review__profile {
  display: flex;
  align-items: center;
  gap: 16px;
  width: 100%;
}
.section__review__image {
  background-color: gray;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 1280px) {
  .section__review__image {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 375px) {
  .section__review__image {
    width: 60px;
    height: 60px;
  }
}
.section__review__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-position: 50% 0%;
}
.section__review__name p:nth-of-type(1) {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
  margin-top: 0;
  color: black;
}
@media screen and (max-width: 1280px) {
  .section__review__name p:nth-of-type(1) {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 820px) {
  .section__review__name p:nth-of-type(1) {
    font-size: 1.3rem;
  }
  .section__review__name p:nth-of-type(1) br {
    display: none;
  }
}
@media screen and (max-width: 375px) {
  .section__review__name p:nth-of-type(1) {
    font-size: 1.1rem;
  }
}
.section__review__name p:nth-of-type(2) {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 500;
}
@media screen and (max-width: 375px) {
  .section__review__name p:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
.section__review__text {
  margin-top: 24px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
  width: 100%;
}
@media screen and (max-width: 820px) {
  .section__review__text {
    font-size: 1.4rem;
  }
}
.section__topics {
  padding: 100px 0 120px 0;
  background-color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 1280px) {
  .section__topics {
    padding: 70px 20px;
    margin-top: -30px;
    gap: 20px;
    position: relative;
    z-index: 10;
  }
}
.section__topics__content {
  padding-top: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .section__topics__content {
    gap: 20px;
    padding-top: 20px;
  }
}
.section__topics__topic {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 80px;
}
@media screen and (max-width: 1280px) {
  .section__topics__topic {
    flex-direction: column;
    gap: 20px;
    width: 100%;
  }
}
.section__topics__image {
  width: 348px;
  height: 216px;
}
@media screen and (max-width: 1280px) {
  .section__topics__image {
    width: 80%;
    height: 100%;
    position: relative;
    margin: 10px 0;
  }
  .section__topics__image::before {
    content: "";
    display: block;
    padding-top: 62%;
  }
}
.section__topics__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
@media screen and (max-width: 1280px) {
  .section__topics__image img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
}
.section__topics__text {
  width: 580px;
  margin-top: 40px;
}
.section__topics__text p {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.6;
}
.section__topics__text p:nth-of-type(2) {
  text-align: end;
  margin-top: 16px;
}
@media screen and (max-width: 1280px) {
  .section__topics__text {
    width: 100%;
    margin-top: 0;
  }
}
.section__author {
  padding: 110px 0 170px 0;
  background-image: url(../images/navymeshbg.png);
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  color: white;
}
@media screen and (max-width: 1280px) {
  .section__author {
    padding: 70px 20px;
    margin-top: -30px;
    position: relative;
    z-index: 0;
  }
}
.section__author h1 {
  color: white;
}
.section__author__content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 39px;
  margin-top: 50px;
}
@media screen and (max-width: 1280px) {
  .section__author__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
@media screen and (max-width: 1280px) {
  .section__author__image {
    width: 100%;
  }
  .section__author__image img {
    width: 100%;
  }
}
.section__author__text p {
  color: white;
}
.section__author__text p:nth-of-type(1) {
  font-size: 3.2rem;
  font-weight: 500;
}
.section__author__text p:nth-of-type(2) {
  font-size: 1.6rem;
  line-height: 2;
  margin-top: 19px;
  font-weight: 300;
}
.section__contact {
  padding: 105px 0 89px 0;
  background-image: url(../images/pcbg.png);
  background-size: cover;
  z-index: 30;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
}
@media screen and (max-width: 820px) {
  .section__contact {
    padding: 70px 20px;
    margin-top: -30px;
  }
}
.section__contact h1 {
  color: white;
}
.section__contact p {
  font-size: 1.6rem;
  line-height: 2;
  color: white;
  text-align: center;
}
@media screen and (max-width: 820px) {
  .section__contact p {
    font-size: 1.4rem;
  }
}
.section__contact a {
  font-size: 1.6rem;
  line-height: 2;
  color: white;
  text-align: center;
  text-decoration: underline;
}
@media screen and (max-width: 820px) {
  .section__contact a {
    font-size: 1.4rem;
  }
}

.break {
  width: 100%;
  margin: 80px 0;
}
.break__line {
  width: 100%;
  height: 2px;
  background-color: #313c69;
}
.break__block {
  width: 80px;
  height: 6px;
  background-color: #313c69;
}

.footer {
  background-color: black;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 40px;
  padding: 87px 0 80px 0;
}
@media screen and (max-width: 820px) {
  .footer {
    padding: 40px 0 120px 0;
  }
}
.footer a:visited {
  color: white;
}
.footer p {
  color: #959090;
  font-size: 1.2rem;
}
.footer__button {
  display: flex;
}
@media screen and (max-width: 820px) {
  .footer__button {
    display: none;
  }
}
.footer__button__tab {
  display: none;
}
@media screen and (max-width: 820px) {
  .footer__button__tab {
    display: flex;
  }
}
.footer__button__follow {
  display: none;
  position: fixed;
  bottom: 0;
  padding: 20px 0;
  background: linear-gradient(to right, #0043c1, #0095cc);
  width: 100%;
  z-index: 30;
}
@media screen and (max-width: 820px) {
  .footer__button__follow {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.footer__button__follow__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 13px;
}
.footer__button__follow__container div {
  padding: 0 14px;
}
.footer-link {
  display: flex;
  gap: 24px;
  font-size: 1.4rem;
  color: white;
}
.footer-link a {
  color: white;
}
.footer-link a:visited {
  color: white;
}
@media screen and (max-width: 820px) {
  .footer-link {
    display: none;
  }
}

/*foundation---------------------------------*/
/*-------------------------------------------*/
