@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/* colour */
/** animation */
@keyframes pop {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.04);
  }
}
/* font-color */
.black {
  color: #000;
}

.sumi {
  color: #333333;
}

.gray {
  color: #707070;
}

.light-gray {
  color: #cccccc;
}

.light-blue {
  color: #cee0f4;
}

.bg-black {
  background-color: #000;
}

.bg-sumi {
  background-color: #333333;
}

.bg-gray {
  background-color: #707070;
}

.bg-light-gray {
  background-color: #cccccc;
}

.bg-light-light-gray {
  background-color: #f7f7f7;
}

.bg-light-blue {
  background-color: #cee0f4;
}

/* breakpoint */
/*transition*/
/* http://meyerweb.com/eric/tools/css/reset/
  v2.0 | 20110126
  License: none (public domain)
*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

@font-face {
  font-family: sans-serif;
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: sans-serif;
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "Hiragino Kaku Gothic Pro W3";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "Hiragino Kaku Gothic Pro W3";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "ヒラギノ角ゴ Pro W3";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "ヒラギノ角ゴ Pro W3";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
@font-face {
  font-family: "ヒラギノ角ゴ ProN W3";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}
@font-face {
  font-family: "ヒラギノ角ゴ ProN W3";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}
html {
  font-size: 10px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-weight: normal;
  line-height: 1.6;
  color: #333333;
  background: #F3F4F6;
}
body.is-fixed {
  width: 100%;
  position: fixed;
}

* {
  box-sizing: border-box;
  word-break: break-all;
  word-wrap: break-word;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

@media screen and (max-width: 768px) {
  table {
    border-collapse: collapse;
    border-spacing: 0;
  }
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

img[src$=".svg"] {
  width: 100%;
  height: 100%;
}

video {
  display: block;
  max-width: 100%;
  width: 100%;
}

* {
  box-sizing: border-box;
  word-break: break-all;
}

a {
  color: inherit;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
}

.no-control {
  overflow: hidden;
}

body.fixed {
  position: fixed;
  width: 100%;
}

input[type=submit],
input[type=checkbox] {
  appearance: none;
  border-radius: 0;
}

b {
  font-weight: 800 !important;
}

/*--------------------------------------------------------------------
  セキュリティフッター対応
--------------------------------------------------------------------*/
.sns_inner {
  display: flex;
  gap: 20px;
  height: 58px;
  margin: 0 auto;
  max-width: 1040px;
  padding: 20px 10px;
  box-sizing: border-box;
  color: white;
}
.sns_inner ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  gap: 10px;
}
.sns_inner img[src*=log] {
  height: 18px;
}
.sns_inner img[src*=icon_] {
  width: 18px;
  aspect-ratio: 1;
  object-fit: contain;
  overflow: hidden;
  vertical-align: baseline;
}
@media screen and (max-width: 768px) {
  .sns_inner {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }
}

/* Scss Document */
/* clearfix - utility
--------------------------------------------------------- */
.forPc {
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .forPc {
    display: none !important;
  }
}

.forSp {
  display: none;
}
@media screen and (max-width: 768px) {
  .forSp {
    display: inline-block;
  }
}

.u-mt-1 {
  margin-top: 1%;
}

.u-mr-1 {
  margin-right: 1%;
}

.u-mb-1 {
  margin-bottom: 1%;
}

.u-ml-1 {
  margin-left: 1%;
}

.u-pt-1 {
  padding-top: 1%;
}

.u-pr-1 {
  padding-right: 1%;
}

.u-pb-1 {
  padding-bottom: 1%;
}

.u-pl-1 {
  padding-left: 1%;
}

.u-mt-2 {
  margin-top: 2%;
}

.u-mr-2 {
  margin-right: 2%;
}

.u-mb-2 {
  margin-bottom: 2%;
}

.u-ml-2 {
  margin-left: 2%;
}

.u-pt-2 {
  padding-top: 2%;
}

.u-pr-2 {
  padding-right: 2%;
}

.u-pb-2 {
  padding-bottom: 2%;
}

.u-pl-2 {
  padding-left: 2%;
}

.u-mt-3 {
  margin-top: 3%;
}

.u-mr-3 {
  margin-right: 3%;
}

.u-mb-3 {
  margin-bottom: 3%;
}

.u-ml-3 {
  margin-left: 3%;
}

.u-pt-3 {
  padding-top: 3%;
}

.u-pr-3 {
  padding-right: 3%;
}

.u-pb-3 {
  padding-bottom: 3%;
}

.u-pl-3 {
  padding-left: 3%;
}

.u-mt-4 {
  margin-top: 4%;
}

.u-mr-4 {
  margin-right: 4%;
}

.u-mb-4 {
  margin-bottom: 4%;
}

.u-ml-4 {
  margin-left: 4%;
}

.u-pt-4 {
  padding-top: 4%;
}

.u-pr-4 {
  padding-right: 4%;
}

.u-pb-4 {
  padding-bottom: 4%;
}

.u-pl-4 {
  padding-left: 4%;
}

.u-mt-5 {
  margin-top: 5%;
}

.u-mr-5 {
  margin-right: 5%;
}

.u-mb-5 {
  margin-bottom: 5%;
}

.u-ml-5 {
  margin-left: 5%;
}

.u-pt-5 {
  padding-top: 5%;
}

.u-pr-5 {
  padding-right: 5%;
}

.u-pb-5 {
  padding-bottom: 5%;
}

.u-pl-5 {
  padding-left: 5%;
}

.u-mt-6 {
  margin-top: 6%;
}

.u-mr-6 {
  margin-right: 6%;
}

.u-mb-6 {
  margin-bottom: 6%;
}

.u-ml-6 {
  margin-left: 6%;
}

.u-pt-6 {
  padding-top: 6%;
}

.u-pr-6 {
  padding-right: 6%;
}

.u-pb-6 {
  padding-bottom: 6%;
}

.u-pl-6 {
  padding-left: 6%;
}

.u-mt-7 {
  margin-top: 7%;
}

.u-mr-7 {
  margin-right: 7%;
}

.u-mb-7 {
  margin-bottom: 7%;
}

.u-ml-7 {
  margin-left: 7%;
}

.u-pt-7 {
  padding-top: 7%;
}

.u-pr-7 {
  padding-right: 7%;
}

.u-pb-7 {
  padding-bottom: 7%;
}

.u-pl-7 {
  padding-left: 7%;
}

.u-mt-8 {
  margin-top: 8%;
}

.u-mr-8 {
  margin-right: 8%;
}

.u-mb-8 {
  margin-bottom: 8%;
}

.u-ml-8 {
  margin-left: 8%;
}

.u-pt-8 {
  padding-top: 8%;
}

.u-pr-8 {
  padding-right: 8%;
}

.u-pb-8 {
  padding-bottom: 8%;
}

.u-pl-8 {
  padding-left: 8%;
}

.u-mt-9 {
  margin-top: 9%;
}

.u-mr-9 {
  margin-right: 9%;
}

.u-mb-9 {
  margin-bottom: 9%;
}

.u-ml-9 {
  margin-left: 9%;
}

.u-pt-9 {
  padding-top: 9%;
}

.u-pr-9 {
  padding-right: 9%;
}

.u-pb-9 {
  padding-bottom: 9%;
}

.u-pl-9 {
  padding-left: 9%;
}

.u-mt-10 {
  margin-top: 10%;
}

.u-mr-10 {
  margin-right: 10%;
}

.u-mb-10 {
  margin-bottom: 10%;
}

.u-ml-10 {
  margin-left: 10%;
}

.u-pt-10 {
  padding-top: 10%;
}

.u-pr-10 {
  padding-right: 10%;
}

.u-pb-10 {
  padding-bottom: 10%;
}

.u-pl-10 {
  padding-left: 10%;
}

.u-mt-11 {
  margin-top: 11%;
}

.u-mr-11 {
  margin-right: 11%;
}

.u-mb-11 {
  margin-bottom: 11%;
}

.u-ml-11 {
  margin-left: 11%;
}

.u-pt-11 {
  padding-top: 11%;
}

.u-pr-11 {
  padding-right: 11%;
}

.u-pb-11 {
  padding-bottom: 11%;
}

.u-pl-11 {
  padding-left: 11%;
}

.u-mt-12 {
  margin-top: 12%;
}

.u-mr-12 {
  margin-right: 12%;
}

.u-mb-12 {
  margin-bottom: 12%;
}

.u-ml-12 {
  margin-left: 12%;
}

.u-pt-12 {
  padding-top: 12%;
}

.u-pr-12 {
  padding-right: 12%;
}

.u-pb-12 {
  padding-bottom: 12%;
}

.u-pl-12 {
  padding-left: 12%;
}

.u-mt-13 {
  margin-top: 13%;
}

.u-mr-13 {
  margin-right: 13%;
}

.u-mb-13 {
  margin-bottom: 13%;
}

.u-ml-13 {
  margin-left: 13%;
}

.u-pt-13 {
  padding-top: 13%;
}

.u-pr-13 {
  padding-right: 13%;
}

.u-pb-13 {
  padding-bottom: 13%;
}

.u-pl-13 {
  padding-left: 13%;
}

.u-mt-14 {
  margin-top: 14%;
}

.u-mr-14 {
  margin-right: 14%;
}

.u-mb-14 {
  margin-bottom: 14%;
}

.u-ml-14 {
  margin-left: 14%;
}

.u-pt-14 {
  padding-top: 14%;
}

.u-pr-14 {
  padding-right: 14%;
}

.u-pb-14 {
  padding-bottom: 14%;
}

.u-pl-14 {
  padding-left: 14%;
}

.u-mt-15 {
  margin-top: 15%;
}

.u-mr-15 {
  margin-right: 15%;
}

.u-mb-15 {
  margin-bottom: 15%;
}

.u-ml-15 {
  margin-left: 15%;
}

.u-pt-15 {
  padding-top: 15%;
}

.u-pr-15 {
  padding-right: 15%;
}

.u-pb-15 {
  padding-bottom: 15%;
}

.u-pl-15 {
  padding-left: 15%;
}

.u-mt-16 {
  margin-top: 16%;
}

.u-mr-16 {
  margin-right: 16%;
}

.u-mb-16 {
  margin-bottom: 16%;
}

.u-ml-16 {
  margin-left: 16%;
}

.u-pt-16 {
  padding-top: 16%;
}

.u-pr-16 {
  padding-right: 16%;
}

.u-pb-16 {
  padding-bottom: 16%;
}

.u-pl-16 {
  padding-left: 16%;
}

.u-mt-17 {
  margin-top: 17%;
}

.u-mr-17 {
  margin-right: 17%;
}

.u-mb-17 {
  margin-bottom: 17%;
}

.u-ml-17 {
  margin-left: 17%;
}

.u-pt-17 {
  padding-top: 17%;
}

.u-pr-17 {
  padding-right: 17%;
}

.u-pb-17 {
  padding-bottom: 17%;
}

.u-pl-17 {
  padding-left: 17%;
}

.u-mt-18 {
  margin-top: 18%;
}

.u-mr-18 {
  margin-right: 18%;
}

.u-mb-18 {
  margin-bottom: 18%;
}

.u-ml-18 {
  margin-left: 18%;
}

.u-pt-18 {
  padding-top: 18%;
}

.u-pr-18 {
  padding-right: 18%;
}

.u-pb-18 {
  padding-bottom: 18%;
}

.u-pl-18 {
  padding-left: 18%;
}

.u-mt-19 {
  margin-top: 19%;
}

.u-mr-19 {
  margin-right: 19%;
}

.u-mb-19 {
  margin-bottom: 19%;
}

.u-ml-19 {
  margin-left: 19%;
}

.u-pt-19 {
  padding-top: 19%;
}

.u-pr-19 {
  padding-right: 19%;
}

.u-pb-19 {
  padding-bottom: 19%;
}

.u-pl-19 {
  padding-left: 19%;
}

.u-mt-20 {
  margin-top: 20%;
}

.u-mr-20 {
  margin-right: 20%;
}

.u-mb-20 {
  margin-bottom: 20%;
}

.u-ml-20 {
  margin-left: 20%;
}

.u-pt-20 {
  padding-top: 20%;
}

.u-pr-20 {
  padding-right: 20%;
}

.u-pb-20 {
  padding-bottom: 20%;
}

.u-pl-20 {
  padding-left: 20%;
}


/* ---------------------------------------------------------
*
* MARKETING INSIGHT byGMO
*
--------------------------------------------------------- */
html {
  scroll-padding-top: 80px;
  scroll-behavior: smooth;
}
@media screen and (max-width: 768px) {
  html {
    scroll-padding-top: 64px;
  }
}

body {
  margin: 0;
  padding: 0;
  font-size: 10px;
  font-family: "Noto Sans Japanese", "Noto Sans JP", "Noto Sans", sans-serif;
  background-color: #fff;
  font-feature-settings: "palt";
}

section {
  width: 100%;
  padding: 0 calc((100% - 1200px) / 2);
}

p {
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.06em;
  word-break: normal;
}
@media screen and (min-width: 769px) {
  p {
    line-height: 2;
  }
}

img {
  width: auto;
  box-sizing: border-box;
  object-fit: contain;
  pointer-events: none;
}
img[src*="/sp/"] {
  display: none;
}
@media screen and (max-width: 768px) {
  img[src*="/sp/"] {
    display: inline-block;
  }
}

ul {
  padding: 0;
}

li {
  list-style: none;
  line-height: 1.5;
}

.fade {
  opacity: 0;
}

.fadeIn {
  opacity: 0;
  animation: fade_in 0.6s ease 0.2s 1 forwards;
}

@keyframes fade_in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes float {
  0% {
    opacity: 0;
    transform: translateY(50%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes tremble {
  0%, 40% {
    opacity: 0;
    transform: translateY(40%);
  }
  60% {
    opacity: 1;
    transform: translateY(0);
  }
  65% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  68% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  71% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  74% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  77% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  80% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  83% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  86% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  89% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
  91% {
    transform: translate(2px, 2px) rotateZ(1deg);
  }
  94% {
    transform: translate(0px, 2px) rotateZ(0deg);
  }
  97% {
    transform: translate(2px, 0px) rotateZ(-1deg);
  }
  100% {
    transform: translate(0px, 0px) rotateZ(0deg);
  }
}
@keyframes slidein {
  0% {
    opacity: 0;
    transform: translateX(30%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes slideup {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
#inc_header {
  position: sticky;
  top: 28px;
}

.header {
  width: 100%;
  height: 80px;
  position: sticky;
  top: 28px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  z-index: 2000;
}
@media screen and (max-width: 800px) {
  .header {
    height: 64px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    top: 0;
    overflow: hidden;
  }
}
.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 50px);
  max-width: 1440px;
  height: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .header_inner {
    width: calc(100% - 30px);
  }
}
.header_logo {
  width: fit-content;
  height: 33px;
}
.header_logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.header_logo a img {
  object-position: left;
}
@media (max-width: 768px) {
  .header_logo {
    height: 26px;
  }
}
.header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex: 0 0 auto;
}
@media screen and (max-width: 900px) {
  .header-nav {
    display: none;
  }
}
.header-nav a {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  width: 180px;
  padding: 15px 0;
}
.header-nav a:after {
  display: none;
}
.header-nav_btns {
  display: flex;
  gap: 10px;
}

/* ---------------------------------------------------------
  hamburger
--------------------------------------------------------- */
.side {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 3000;
}
@media screen and (min-width: 901px) {
  .side {
    display: none;
  }
}

.hamburger-menu #menu__toggle {
  opacity: 0;
}
.hamburger-menu #menu__toggle:checked + .menu__btn > span {
  transform: rotate(45deg);
}
.hamburger-menu #menu__toggle:checked + .menu__btn > span:before {
  top: 0;
  transform: rotate(0deg);
}
.hamburger-menu #menu__toggle:checked + .menu__btn > span:after {
  top: 0;
  transform: rotate(90deg);
}
.hamburger-menu #menu__toggle:checked + .menu__btn > img {
  opacity: 0;
}
.hamburger-menu #menu__toggle:checked ~ .menu__box {
  top: 0 !important;
}
.hamburger-menu .menu__btn {
  position: fixed;
  top: 29px;
  right: 0;
  width: 18px;
  height: 64px;
  padding: 0 23px;
  box-sizing: content-box;
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .hamburger-menu .menu__btn {
    top: 0;
  }
}
.hamburger-menu .menu__btn > span {
  display: block;
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #001222;
  transition-duration: 0.15s;
}
.hamburger-menu .menu__btn > span:before, .hamburger-menu .menu__btn > span:after {
  content: "";
  display: block;
  position: absolute;
  width: 18px;
  height: 1px;
  background-color: #001222;
  transition-duration: 0.15s;
}
.hamburger-menu .menu__btn > span:before {
  top: -6px;
}
.hamburger-menu .menu__btn > span:after {
  top: 6px;
}
.hamburger-menu .menu__btn > img {
  padding-top: 15px;
  transition-duration: 0.25s;
}
.hamburger-menu .menu__box {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: -100%;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 100px 33px 37px;
  list-style: none;
  transition-duration: 0.2s;
  overflow: scroll;
  background-color: rgba(255, 255, 255, 0.9019607843);
  backdrop-filter: blur(10px);
}
@media screen and (max-width: 800px) {
  .hamburger-menu .menu__box {
    padding: 93px 33px 37px;
  }
}
@media screen and (max-width: 768px) {
  .hamburger-menu .menu__box {
    padding: 64px 33px 37px;
  }
}
.hamburger-menu .menu__box img {
  display: inline-block;
  height: 35px;
  margin-bottom: 40px;
}
.hamburger-menu .menu__box li {
  font-size: 18px;
  margin-bottom: 20px;
  color: #172051;
}
.hamburger-menu .menu__item {
  display: block;
  padding: 6px;
  text-align: center;
  transition-duration: 0.4s;
}
.hamburger-menu .menu__item img {
  height: 40px;
}
.hamburger-menu .menu__item:hover {
  opacity: 0.8;
}
.hamburger-menu .menu__item-btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 1250px) {
  .inner {
    padding-right: 25px !important;
    padding-left: 25px !important;
  }
}
@media screen and (max-width: 768px) {
  .inner {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.inner h2 {
  color: #172051;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .inner h2 {
    font-size: 28px;
    line-height: 48px;
  }
}
.inner h2 span {
  font-size: 1.15em;
}
.inner h2 img {
  display: block;
  height: 71px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .inner h2 img {
    height: 36px;
    margin-bottom: 10px;
  }
}
.inner h2 ~ div[class*=__note] {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  color: #000;
  margin-top: 34px;
}
@media screen and (max-width: 768px) {
  .inner h2 ~ div[class*=__note] {
    font-size: 15px;
    text-align: left;
    margin-top: 35px;
  }
}

.main {
  background-color: #f6f7fa;
}

.btn {
  padding: 27px;
  font-size: 22px;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.06em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .btn {
    padding: 20px;
    font-size: 18px;
  }
}
.btn:after {
  content: "";
  width: 13px;
  height: auto;
  aspect-ratio: 1;
  border-top: 3px solid;
  border-right: 3px solid;
  transform: rotate(45deg);
  transition: 0.2s ease;
  position: absolute;
  right: 23px;
}
@media screen and (max-width: 768px) {
  .btn:after {
    width: 8px;
    border-top: 2px solid;
    border-right: 2px solid;
  }
}
.btn:hover {
  opacity: 0.9;
}
.btn:hover:after {
  right: 18px;
}
.btn.yellow {
  background: #fbbc05;
  color: #172051;
  border-color: #172051;
}
.btn.blue {
  background: #1a73e8;
  color: #fff;
  border-color: #fff;
}
.btn.white {
  background: #fff;
  color: #1a73e8;
  border: 1px solid #005bac;
}
.btn.white:after {
  border-color: #005bac;
}

.fv {
  display: flex;
  align-items: center;
  align-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  gap: 48px 0;
  aspect-ratio: 1440/540;
  max-height: 540px;
  background: url(../img/bg/fv_bg.png) no-repeat center/cover;
  padding: 45px calc((100% - 1200px) / 2) 14px;
}
@media screen and (max-width: 768px) {
  .fv {
    background: url(../img/sp/bg/fv_bg.png) no-repeat center/cover;
    max-height: unset;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 27px 15px 8px;
    gap: 23px;
  }
}
.fv__left {
  width: calc(100% - 622px);
  color: #fff;
  padding-left: 25px;
  z-index: 5;
  opacity: 0;
  animation: fade_in 0.6s ease 0.2s 1 forwards;
  animation-delay: 0.6s;
}
@media screen and (max-width: 1200px) {
  .fv__left {
    width: 40%;
  }
}
@media screen and (max-width: 768px) {
  .fv__left {
    width: 100%;
    order: 2;
    padding-left: 0;
    text-align: center;
  }
}
.fv__left a.btn {
  width: fit-content;
  gap: 28px;
  padding: 22px 62px;
}
@media screen and (max-width: 1040px) {
  .fv__left a.btn {
    font-size: 18px;
    padding: 20px 36px;
  }
  .fv__left a.btn:after {
    width: 10px;
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .fv__left a.btn {
    margin: 0 auto;
    width: calc(100% - 32px);
  }
}
.fv_ttl-main {
  font-size: 56px;
  line-height: 1.5;
  font-weight: 600;
  margin: 13px 0 23px;
}
@media screen and (max-width: 1200px) {
  .fv_ttl-main {
    font-size: 46px;
  }
}
@media screen and (max-width: 1200px) {
  .fv_ttl-main {
    font-size: 38px;
  }
}
@media screen and (max-width: 900px) {
  .fv_ttl-main {
    font-size: 32px;
    line-height: 1.5;
  }
}
@media screen and (max-width: 768px) {
  .fv_ttl-main {
    margin: 13px 0 25px;
  }
}
.fv_ttl-sub {
  display: inline-block;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.18em;
  padding: 11px 13px 12px 17px;
  border: 1px solid #fff;
  position: relative;
}
.fv_ttl-sub:after {
  content: "※";
  font-size: 14px;
  line-height: 1;
  width: 14px;
  position: absolute;
  top: 0;
  right: -20px;
}
@media screen and (max-width: 1200px) {
  .fv_ttl-sub {
    font-size: 26px;
  }
}
@media screen and (max-width: 768px) {
  .fv_ttl-sub {
    font-size: 21px;
    padding: 7px 9px 8px 13px;
  }
  .fv_ttl-sub:after {
    font-size: 10px;
  }
}
.fv__right {
  max-width: 622px;
  padding-right: 25px;
  filter: drop-shadow(13px 21px 20px #2b6bbe);
  z-index: 4;
  opacity: 0;
  transform: translateX(30%);
  animation: slidein 0.4s ease both;
  animation-delay: 1s;
}
@media screen and (max-width: 1200px) {
  .fv__right {
    width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .fv__right {
    order: 1;
    width: 100%;
    padding-right: 0;
    transform: translateY(30%);
    animation: slideup 0.4s ease both;
    animation-delay: 0.6s;
  }
}
.fv__notice {
  width: 100%;
  font-size: 10px;
  color: #fff;
  padding-left: 25px;
  z-index: 4;
}
@media screen and (max-width: 768px) {
  .fv__notice {
    order: 3;
    padding-left: 0;
    margin-top: 5px;
  }
}

.about {
  background-color: #f6f7fa;
  background-image: url(../img/bg/about_bg.png);
  background-repeat: no-repeat;
  background-size: auto calc(100% + 50px);
  background-position: top -24px left -22px;
}
@media screen and (max-width: 768px) {
  .about {
    overflow: hidden;
    background-size: 77.3333333333vw auto;
    background-position: 4vw 1.3333333333vw;
  }
}
.about__main {
  text-align: center;
  padding: 120px 0;
  color: #172051;
}
@media screen and (max-width: 768px) {
  .about__main {
    text-align: left;
    padding: 66px 0 75px;
  }
}
.about__main p {
  font-size: 30px;
  font-weight: 600;
  line-height: 56px;
}
@media screen and (max-width: 768px) {
  .about__main p {
    font-size: 20px;
    letter-spacing: 0;
    line-height: 35px;
  }
}
.about__main p .forTab {
  display: none;
}
@media (min-width: 769px) and (max-width: 1080px) {
  .about__main p .forTab {
    display: block;
  }
}
.about__main p:has(img) {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 22px;
  line-height: 65px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .about__main p:has(img) {
    gap: 14px;
    font-size: 18px;
    line-height: 31px;
  }
}
.about__main p img {
  width: fit-content;
  height: 65px;
}
@media screen and (max-width: 768px) {
  .about__main p img {
    height: 31px;
  }
}
.about__main p span {
  display: inline-block;
  font-weight: 400;
  margin-top: 0;
}
.about__main > span {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  margin-top: 25px;
}
@media screen and (max-width: 768px) {
  .about__main > span {
    margin-top: 30px;
    font-size: 15px;
    line-height: 25px;
  }
}

.problem {
  clip-path: polygon(0 0, 100% 0, 100% calc(100% - 100px), 50% 100%, 0 calc(100% - 100px));
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .problem {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), 50% 100%, 0 calc(100% - 50px));
  }
}
.problem .inner {
  padding: 97px 0 161px;
}
@media screen and (max-width: 768px) {
  .problem .inner {
    padding: 50px 0 71px;
  }
}
.problem__list {
  display: flex;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .problem__list {
    gap: 20px;
  }
}
@media screen and (max-width: 1040px) {
  .problem__list {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .problem__list {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1041px) {
  .problem__list.fadeIn li {
    animation: tremble 1s both;
  }
}
@media screen and (max-width: 1040px) {
  .problem__list.fadeIn li {
    animation: float 0.7s both;
    transform: translateY(50%);
  }
}
.problem__list.fadeIn li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.problem__list.fadeIn li:nth-of-type(3) {
  animation-delay: 0.8s;
}
.problem__list li {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  background-color: #f6f7fa;
}
@media screen and (max-width: 768px) {
  .problem__list li {
    border-radius: 20px;
  }
}
.problem__list li p {
  padding: 32px;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
  color: #000;
}
@media screen and (max-width: 1200px) {
  .problem__list li p {
    padding: 24px;
  }
}
@media screen and (max-width: 768px) {
  .problem__list li p {
    padding: 24px;
    font-size: 15px;
  }
}
.problem__list li p .mini {
  font-size: 0.4em;
  vertical-align: top;
  line-height: 24px;
}
.problem__list li p br {
  display: none;
}
@media (min-width: 769px) and (max-width: 1200px) {
  .problem__list li p br {
    display: block;
  }
}
.problem__list li p.ttl {
  background-color: #1e4d98;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .problem__list li p.ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .problem__list li p.ttl {
    font-size: 20px;
  }
}
.problem__list li p.notice {
  font-size: 11px;
  color: #000;
  font-weight: 400;
  text-align: right;
  padding-top: 17px;
  margin-top: -32px;
}
.problem__list li p span.navy {
  color: #1e4d98;
  font-weight: 700;
}

.points .inner {
  padding-top: 49px;
}
@media screen and (max-width: 768px) {
  .points .inner {
    padding-top: 39px;
  }
}
.points__list {
  display: flex;
  gap: 30px;
  margin-top: 52px;
}
@media screen and (max-width: 1200px) {
  .points__list {
    gap: 20px;
  }
}
@media screen and (max-width: 900px) {
  .points__list {
    flex-direction: column;
  }
}
.points__list.fadeIn li {
  animation: float 0.7s both;
  transform: translateY(50%);
}
.points__list.fadeIn li:nth-of-type(2) {
  animation-delay: 0.2s;
}
.points__list.fadeIn li:nth-of-type(3) {
  animation-delay: 0.4s;
}
.points__list li {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  background-color: #1a73e8;
  color: #fff;
  padding: 38px;
}
@media screen and (max-width: 1200px) {
  .points__list li {
    padding: 43px 26px;
  }
}
@media screen and (max-width: 768px) {
  .points__list li {
    border-radius: 18px;
  }
}
.points__list li img {
  width: 100%;
  height: 211px;
  object-position: center bottom;
  object-fit: contain;
}
@media screen and (max-width: 1000px) {
  .points__list li img[src*="03"] {
    padding-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .points__list li img {
    max-height: 165px;
  }
}
.points__list li:nth-of-type(1) img {
  padding-top: 17px;
}
@media screen and (max-width: 768px) {
  .points__list li:nth-of-type(1) img {
    max-height: 146px;
    padding: 0;
  }
}
.points__list li:nth-of-type(2) img {
  padding-top: 14px;
}
@media screen and (max-width: 768px) {
  .points__list li:nth-of-type(2) img {
    max-height: 154px;
    padding: 0;
  }
}
.points__list_text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .points__list_text {
    font-size: 14px;
  }
}
.points__list_text p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  margin: 38px 0 30px;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .points__list_text p {
    font-size: 20px;
    margin: 30px 0 24px;
  }
}

.straightforward .inner {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .straightforward .inner {
    padding-top: 50px;
  }
}
.straightforward__list {
  display: flex;
  gap: 30px;
  margin-top: 52px;
}
@media screen and (max-width: 1040px) {
  .straightforward__list {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .straightforward__list {
    flex-direction: column;
    margin-top: 26px;
  }
}
.straightforward__list.fadeIn li {
  animation: float 0.7s both;
  transform: translateY(50%);
}
.straightforward__list.fadeIn li:nth-of-type(2) {
  animation-delay: 0.2s;
}
.straightforward__list.fadeIn li:nth-of-type(3) {
  animation-delay: 0.4s;
}
.straightforward__list.fadeIn li img[src$="b.png"] {
  animation: float 0.3s ease both;
  animation-delay: 0.7s;
}
.straightforward__list.fadeIn li img[src$="02b.png"] {
  animation-delay: 1s;
}
.straightforward__list li {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .straightforward__list li {
    border-radius: 18px;
  }
}
.straightforward__list_ttl {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
  background-color: #1a73e8;
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  padding: 35px 0 32px;
}
@media screen and (max-width: 768px) {
  .straightforward__list_ttl {
    gap: 9px;
    font-size: 24px;
    padding: 23px 0 20px;
  }
}
.straightforward__list_ttl p {
  background-color: #fff;
  border-radius: 50px;
  width: 320px;
  padding: 5px;
  font-size: 25px;
  color: #1a73e8;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
}
@media screen and (max-width: 1100px) {
  .straightforward__list_ttl p {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .straightforward__list_ttl p {
    width: 200px;
    font-size: 16px;
    padding: 4px;
  }
}
.straightforward__list_ttl p span.navy {
  color: #172051;
}
.straightforward__list_ttl p span.big {
  font-size: 1.1em;
}
.straightforward__list_img {
  position: relative;
  padding: 45px 33px 55px;
}
@media screen and (max-width: 768px) {
  .straightforward__list_img {
    padding: 36px 20px 40px;
  }
}
.straightforward__list_img img[src$="b.png"] {
  width: calc(100% - 113px);
  position: absolute;
  top: 122px;
  left: 45px;
  opacity: 0;
  transform: translateY(50%);
}
@media screen and (max-width: 768px) {
  .straightforward__list_img img[src$="b.png"] {
    width: calc(100% - 44px);
    top: 79px;
    left: 18px;
  }
}
.straightforward__list_img img[src$="02b.png"] {
  width: calc(100% - 99px);
  top: 90px;
}
@media screen and (max-width: 768px) {
  .straightforward__list_img img[src$="02b.png"] {
    width: calc(100% - 44px);
    top: 62px;
  }
}
.straightforward__list_text {
  padding: 0 82px 47px;
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
}
@media screen and (max-width: 1200px) {
  .straightforward__list_text {
    padding: 0 23px 26px;
  }
}
@media screen and (max-width: 768px) {
  .straightforward__list_text {
    font-size: 15px;
  }
  .straightforward__list_text p {
    line-height: 1.8;
  }
}

.case .inner {
  padding: 100px 0 !important;
}
@media screen and (max-width: 768px) {
  .case .inner {
    padding: 50px 0 40px !important;
  }
}
.case .inner > * {
  padding-left: 15px;
  padding-right: 15px;
}
.case .swiper-button-next:hover, .case .swiper-button-prev:hover {
  transform: scale(1.2);
}
@media screen and (min-width: 1081px) {
  .case .swiper-button-next, .case .swiper-button-prev {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .case .swiper {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .case .swiper-button-next, .case .swiper-button-prev {
    top: calc(50% + 20px);
    width: 30px;
    height: 30px;
    border-radius: 50px;
    background-color: rgba(26, 115, 232, 0.6);
    transition: 0.2s ease;
    margin-top: 0;
  }
  .case .swiper-button-next.swiper-button-disabled, .case .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
  }
  .case .swiper-button-next:after, .case .swiper-button-prev:after {
    content: "";
    width: 6px;
    height: auto;
    aspect-ratio: 1;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
  }
  .case .swiper-button-prev {
    left: 3px;
    padding-left: 3px;
  }
  .case .swiper-button-prev:after {
    transform: rotate(-135deg);
  }
  .case .swiper-button-next {
    right: 3px;
    padding-right: 3px;
  }
  .case .swiper-button-next:after {
    transform: rotate(45deg);
  }
}
.case__list {
  display: flex;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .case__list {
    gap: 20px;
  }
}
@media screen and (max-width: 1080px) {
  .case__list {
    margin-top: 30px;
    gap: 0;
  }
}
.case__list.fadeIn li {
  animation: float 0.7s both;
  transform: translateY(50%);
}
.case__list.fadeIn li:nth-of-type(2) {
  animation-delay: 0.2s;
}
.case__list.fadeIn li:nth-of-type(3) {
  animation-delay: 0.4s;
}
.case__list li {
  width: 100%;
  height: auto;
  border-radius: 30px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 1081px) {
  .case__list li {
    flex-shrink: unset;
  }
}
@media screen and (max-width: 1080px) {
  .case__list li {
    border-radius: 18px;
  }
}
.case__list li p {
  padding: 30px 26px;
  font-size: 16px;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .case__list li p {
    padding: 26px 25px;
    font-size: 15px;
    line-height: 1.8;
  }
}
.case__list li p.ttl {
  background-color: #1a73e8;
  color: #fff;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (max-width: 1200px) {
  .case__list li p.ttl {
    font-size: 22px;
  }
}
@media screen and (max-width: 768px) {
  .case__list li p.ttl {
    padding: 23px;
    font-size: 20px;
  }
}
.case__list li p.notice {
  font-size: 11px;
  color: #000;
  font-weight: 400;
  text-align: right;
  padding-top: 17px;
  margin-top: -32px;
}
.case__list li p span.bold {
  font-weight: 700;
}

.support {
  background-color: #fff;
}
.support .inner {
  padding: 100px 0;
}
@media screen and (max-width: 768px) {
  .support .inner {
    padding: 40px 0;
  }
}
.support__list {
  display: flex;
  gap: 30px;
  margin-top: 60px;
}
@media screen and (max-width: 1200px) {
  .support__list {
    gap: 20px;
  }
}
@media screen and (max-width: 880px) {
  .support__list {
    flex-direction: column;
    margin-top: 26px;
  }
}
.support__list.fadeIn li {
  animation: float 0.7s both;
  transform: translateY(50%);
}
.support__list.fadeIn li:nth-of-type(2) {
  animation-delay: 0.2s;
}
.support__list.fadeIn li:nth-of-type(3) {
  animation-delay: 0.4s;
}
.support__list li {
  width: 100%;
  border-radius: 30px;
  overflow: hidden;
  background-color: #f6f7fa;
  padding: 75px 33px 42px;
  position: relative;
}
@media screen and (max-width: 1000px) {
  .support__list li {
    padding: 75px 23px 42px;
  }
}
@media screen and (max-width: 768px) {
  .support__list li {
    border-radius: 18px;
    padding: 51px 24px 38px;
  }
}
.support__list li:before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 37px;
  position: absolute;
  background: #1a73e8;
}
@media screen and (max-width: 768px) {
  .support__list li:before {
    height: 20px;
  }
}
.support__list li p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.8;
  color: #000;
}
@media screen and (max-width: 768px) {
  .support__list li p {
    font-size: 15px;
  }
}
.support__list li p.ttl {
  color: #1a73e8;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  white-space: nowrap;
  letter-spacing: 0;
}
@media screen and (max-width: 768px) {
  .support__list li p.ttl {
    font-size: 20px;
  }
}
.support__list li p.notice {
  font-size: 11px;
  color: #000;
  font-weight: 400;
  text-align: right;
  padding-top: 17px;
  margin-top: -32px;
}
.support__list li p span.bold {
  font-weight: 700;
}
.support__list_img {
  background-color: #fff;
  border-radius: 200px;
  width: 144px;
  aspect-ratio: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto 42px;
}
@media screen and (max-width: 768px) {
  .support__list_img {
    width: 114px;
    margin: 25px auto 31px;
  }
}
.support__list_img img {
  max-height: 76px;
}
@media screen and (max-width: 768px) {
  .support__list_img img {
    max-height: 61px;
  }
  .support__list_img img[src*="01"] {
    margin-top: 6px;
  }
}
.support__list_img img[src*="03"] {
  max-height: 68px;
}
@media screen and (max-width: 768px) {
  .support__list_img img[src*="03"] {
    max-height: 54px;
  }
}

.trial {
  background: url(../img/bg/trial_bg.png) no-repeat right/cover;
  height: 438px;
}
@media screen and (max-width: 768px) {
  .trial {
    background: url(../img/sp/bg/trial_bg.png) no-repeat right/cover;
    overflow: hidden;
    height: auto;
  }
}
.trial .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  gap: 60px;
}
@media screen and (max-width: 1280px) {
  .trial .inner {
    gap: 30px;
  }
}
@media screen and (max-width: 768px) {
  .trial .inner {
    padding: 49px 0 40px;
    flex-direction: column-reverse;
    gap: 31px;
  }
}
.trial .inner img {
  width: 40%;
  max-width: 521px;
  filter: drop-shadow(11px 21px 20px #2b6bbe);
}
@media screen and (max-width: 1080px) {
  .trial .inner img {
    gap: 10px;
  }
}
@media screen and (max-width: 768px) {
  .trial .inner img {
    max-width: unset;
    width: 100%;
  }
}
.trial__text {
  color: #fff;
  text-align: center;
  width: 55%;
  min-width: 40%;
}
@media screen and (max-width: 768px) {
  .trial__text {
    width: 100%;
  }
}
.trial__text .ttl {
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 38px;
  letter-spacing: 0;
}
.trial__text .ttl br {
  display: none;
}
@media screen and (max-width: 1200px) {
  .trial__text .ttl {
    font-size: 26px;
  }
}
@media screen and (max-width: 1100px) {
  .trial__text .ttl {
    font-size: 24px;
  }
  .trial__text .ttl br {
    display: block;
  }
}
@media screen and (max-width: 768px) {
  .trial__text .ttl {
    margin-bottom: 34px;
  }
}
.trial__text .ttl span {
  font-weight: 400;
}
.trial__cvarea {
  text-align: center;
}
.trial__cvarea p {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #fbbc05;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 768px) {
  .trial__cvarea p {
    font-size: 18px;
    margin-bottom: 14px;
  }
}
.trial__cvarea a {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .trial__cvarea a {
    width: fit-content;
    padding: 20px 40px;
    margin: 0 auto;
  }
}
.trial__cvarea span {
  display: inline-block;
  font-size: 14px;
  margin-top: 29px;
}
@media screen and (max-width: 768px) {
  .trial__cvarea span {
    font-size: 12px;
    margin-top: 14px;
  }
}

.contact {
  background-color: #fff;
}
.contact .inner {
  padding: 92px 0 80px;
}
@media screen and (max-width: 768px) {
  .contact .inner {
    padding: 50px 0 0;
  }
}
.contact .inner img {
  display: inline-block;
  height: 79px;
  margin-bottom: 85px;
}
@media screen and (max-width: 768px) {
  .contact .inner img {
    height: 35px;
    margin-bottom: 58px;
  }
}
.contact__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 66px;
  gap: 26px;
}
@media screen and (max-width: 768px) {
  .contact__link {
    margin-bottom: 49px;
    gap: 24px;
  }
}
.contact__link p {
  font-size: 24px;
  font-weight: 700;
  color: #172051;
}
@media screen and (max-width: 768px) {
  .contact__link p {
    font-size: 16px;
  }
}
.contact__link a {
  width: 600px;
}
@media screen and (max-width: 768px) {
  .contact__link a {
    width: calc(100% - 36px);
  }
}

.footer {
  padding-bottom: 137px;
}
.footer__nav {
  display: flex;
  justify-content: center;
  font-size: 14px;
  color: #1a73e8;
}
@media screen and (max-width: 768px) {
  .footer__nav {
    margin-bottom: 50px;
  }
}
.footer__nav li {
  padding: 0 0 0 1em;
}
.footer__nav li:not(:last-of-type) {
  padding: 0 1em 0 0;
  border-right: 1px solid #001222;
}

.policy {
  padding-top: 78px;
  padding-bottom: 78px;
}
@media screen and (max-width: 1200px) {
  .policy {
    padding: 78px 20px;
  }
}
@media screen and (max-width: 768px) {
  .policy {
    padding: 40px 15px;
  }
}
.policy h1 {
  font-size: 48px;
  font-weight: bold;
  margin-bottom: 1.5em;
}
@media screen and (max-width: 768px) {
  .policy h1 {
    font-size: 22px;
  }
}
.policy h4 {
  font-size: 24px;
  line-height: 2;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .policy h4 {
    font-size: 18px;
  }
}
.policy h4:nth-of-type(n+2) {
  margin-top: 1em;
}
.policy p {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 300;
}
@media screen and (max-width: 768px) {
  .policy p {
    font-size: 14px;
  }
}

#footer p.copy {
  background: #005bac;
  color: #fff;
  text-align: center;
  font-size: 14px;
  font-family: futura-pt, sans-serif;
  font-weight: 500;
  padding: 12px 0;
}