@charset "UTF-8";
/*-----------------------------
mediaquery
-----------------------------*/
/*-----------------------------
font
-----------------------------*/
@font-face {
  font-family: "ja";
  src: url("../font/NotoSansJP-Regular.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "ja-medium";
  src: url("../font/NotoSansJP-Medium.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "ja-bold";
  src: url("../font/NotoSansJP-Bold.otf") format("opentype");
  font-display: swap;
}
@font-face {
  font-family: "ja-black";
  src: url("../font/NotoSansJP-Black.otf") format("opentype");
  font-display: swap;
}
/*------------------------------
variable
------------------------------*/
:root {
  --innerMarginInline: 40;
}

/*------------------------------
function, mixin
------------------------------*/
/*------------------------------
reset
------------------------------*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

*::before,
*::after {
  display: block;
}

* {
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
}

html {
  height: -webkit-fill-available;
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #fff;
  color: #333;
  display: flex;
  font-family: "ja";
  flex-direction: column;
  line-height: 2;
  overflow-wrap: break-word;
  text-size-adjust: 100%;
  word-break: break-word;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
  font: inherit;
}

canvas,
iframe,
img,
picture,
svg,
video {
  display: block;
}

button,
select,
input[type=submit] {
  cursor: pointer;
}

select {
  color: inherit;
}

textarea {
  resize: none;
}

a {
  color: inherit;
  display: block;
  text-decoration: none;
  transition: 0.2s;
}

li {
  list-style-type: none;
}

img {
  height: auto;
}

.inner {
  width: 1080px;
  max-width: calc(100% - var(--innerMarginInline) / 16 * 1rem * 2);
  margin-inline: auto;
}

.table {
  overflow-x: auto;
  transform: scale(1, -1);
  white-space: nowrap;
}
.table::-webkit-scrollbar {
  height: 17px;
}
.table::-webkit-scrollbar-thumb {
  background: #c1c1c1;
  border: 2px solid #f1f1f1;
}
.table::-webkit-scrollbar-track {
  background: #f1f1f1;
}
.table table {
  width: 100%;
  /* border-spacing: 10px; */
  /* border-collapse: collapse; */
  transform: scale(1, -1);
}

.pc {
  display: block;
}

.tb {
  display: none;
}

.sp {
  display: none;
}

.pc.tb {
  display: block;
}

.tb.sp {
  display: none;
}

.title-1 {
  font-family: "ja-black";
  font-style: italic;
  font-size: 2rem;
  line-height: 1.5;
  text-align: center;
}
.title-1 span {
  background: linear-gradient(180deg, transparent 70%, #f5bc27 70%);
}

.button {
  padding: 0.375rem 1.875rem;
  border: 3px solid #000;
  border-radius: 6px;
  box-shadow: inset 0 0 4px #fff, 0 2px 0 #000;
  font-family: "ja-medium";
  position: relative;
}
.button:hover {
  box-shadow: inset 0 0 4px #fff, 0 0 0 #000;
  bottom: -2px;
}
.button-1 {
  background: #c3eaf0;
}
.button-2 {
  background: #94d3a7;
}

/*-----------------------------
header
-----------------------------*/
.header {
  width: 100%;
  padding: 1.5rem 1.875rem 1.5rem 3.375rem;
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.header-nav {
  display: flex;
  gap: 1.5rem;
}

/*-----------------------------
footer
-----------------------------*/
.footer {
  padding-bottom: 3.125rem;
}
.footer .footer_logo {
  margin-bottom: 35px;
}
.footer .footer_logo a:hover {
  opacity: 0.7;
}
.footer .footer_logo img {
  margin: 0 auto;
}
.footer .footer_link {
  margin-bottom: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer .footer_link li {
  padding: 0 18px;
  line-height: 1;
}
.footer .footer_link li:not(:last-child) {
  border-right: 1px solid #cacaca;
}
.footer .footer_link li a {
  font-size: 14px;
}
.footer .footer_link li a:hover {
  color: #f57118;
}
.footer .copyright {
  font-size: 10px;
  text-align: center;
}

/*-----------------------------
main
-----------------------------*/
.main {
  flex-grow: 1;
}
.main .section .deco {
  position: absolute;
  z-index: -1;
}
.main .section-1 {
  padding-block: 5.625rem;
  background-color: #fffae5;
  display: grid;
  place-items: center;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.main .section-1::after {
  width: 200%;
  height: 200%;
  content: "";
  background: linear-gradient(90deg, rgb(255, 158, 63) 0%, rgb(255, 179, 57) 19.46%, rgb(255, 210, 49) 52.24%, rgb(255, 228, 44) 80.25%, rgb(255, 235, 42) 100%);
  opacity: 0.1;
  position: absolute;
  top: 70%;
  left: -35%;
  rotate: -40deg;
  z-index: -1;
}
.main .section-1 h2 {
  max-width: 90%;
}
.main .section-1 .deco-1 {
  top: 12%;
  left: 7%;
}
.main .section-1 .deco-2 {
  bottom: 6%;
  right: 3%;
}
.main .section-2 {
  background: linear-gradient(90deg, rgb(68, 188, 205) 0%, rgb(22, 98, 174) 62.11%, rgb(25, 38, 137) 100%);
}
.main .section-2 ul {
  display: flex;
}
.main .section-2 ul li {
  flex: 1;
}
.main .section-2 ul li + li {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.main .section-2 ul a {
  padding-block: 1.5625rem;
  color: white;
  font-family: "ja-bold";
  font-size: 1.125rem;
  line-height: 1.5;
  position: relative;
  text-align: center;
}
.main .section-2 ul a::after {
  width: 2.3125rem;
  border: 1px solid white;
  border-radius: 50%;
  content: "→";
  line-height: 2.3125rem;
  position: absolute;
  top: 50%;
  right: 14%;
  translate: 0 -50%;
  transition: 0.2s;
}
.main .section-2 ul a:hover::after {
  right: 13%;
}
.main .section-2 ul a span {
  display: block;
  font-size: 1.5556em;
}
.main .section-3 {
  padding: 4.375rem 0 3.125rem;
  background: url("../img/bg-1.png");
  position: relative;
}
.main .section-3 .img-1 {
  margin: 3.75rem auto 0;
}
.main .section-3 .deco-3 {
  top: 18%;
  left: 4%;
}
.main .section-3 .deco-4 {
  bottom: 10%;
  right: 0;
}
.main .section-4 {
  padding: 5.3125rem 0 8.125rem;
  background: #f5df4d url("../img/bg-2.png");
  position: relative;
  z-index: 1;
}
.main .section-4::before {
  width: 5.625rem;
  height: 3.125rem;
  background: #fff url("../img/bg-1.png");
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  translate: -50%;
}
.main .section-4-title img {
  max-width: 50%;
  margin-inline: auto;
}
.main .section-4 .reasons {
  margin-top: 5.3125rem;
  counter-reset: number;
}
.main .section-4 .reasons > li {
  counter-increment: number;
}
.main .section-4 .reasons > li + li {
  margin-top: 5.625rem;
}
.main .section-4 .reasons > li figure {
  display: flex;
  align-items: center;
}
.main .section-4 .reasons > li figcaption {
  min-height: 23.75rem;
  padding-block: 5.3125rem 1.875rem;
  background-color: white;
  border-radius: 0.625rem;
  box-shadow: 0 4px 0 rgba(181, 150, 0, 0.25);
  position: relative;
}
.main .section-4 .reasons > li figcaption .num {
  color: #3b6cb2;
  font-family: "ja-bold";
  font-size: 1.375rem;
  line-height: 1;
  position: absolute;
  bottom: 100%;
  translate: 0 50%;
}
.main .section-4 .reasons > li figcaption .num::after {
  content: "0" counter(number);
  font-size: 3.8em;
}
.main .section-4 .reasons > li figcaption .title {
  font-family: "ja-bold";
  font-size: 1.125rem;
}
.main .section-4 .reasons > li figcaption .reason-text {
  width: auto;
  height: 3.125rem;
}
.main .section-4 .reasons > li figcaption .text {
  margin-top: 1.875rem;
}
.main .section-4 .reasons > li .reason-img {
  flex-shrink: 0;
  z-index: 1;
}
.main .section-4 .reasons > li:nth-of-type(odd) figcaption {
  padding-inline: 2.5rem 4.6875rem;
}
.main .section-4 .reasons > li:nth-of-type(odd) figcaption .num {
  left: 2.5rem;
}
.main .section-4 .reasons > li:nth-of-type(odd) .reason-img {
  margin-left: -1.875rem;
}
.main .section-4 .reasons > li:nth-of-type(even) figure {
  flex-direction: row-reverse;
}
.main .section-4 .reasons > li:nth-of-type(even) figcaption {
  padding-inline: 4.6875rem 2.5rem;
}
.main .section-4 .reasons > li:nth-of-type(even) figcaption .num {
  left: 4.6875rem;
}
.main .section-4 .reasons > li:nth-of-type(even) .reason-img {
  margin-right: -1.875rem;
}
.main .section-4 .deco-5 {
  top: 35%;
  left: 0;
}
.main .section-4 .deco-6 {
  bottom: 5%;
  right: 3%;
}
.main .section-5 {
  padding-block: 2.8125rem;
  background: url("../img/bg-3.jpg") center/cover;
}
.main .section-5 .box {
  background-color: white;
  border-radius: 0.625rem;
}
.main .section-5 .functions {
  padding: 1.0625rem 5.3125rem 0 0.8125rem;
  display: flex;
  align-items: center;
}
.main .section-5 .functions li:first-of-type {
  margin-bottom: -2.8125rem;
}
.main .section-5 .functions li:nth-of-type(2) {
  margin-left: 0.8125rem;
}
.main .section-5 .functions li:nth-of-type(3) {
  margin-left: 3.75rem;
  padding-left: 3.75rem;
  border-left: 2px dotted #b8d2d3;
}
.main .section-5 .functions li .button {
  width: 18.75rem;
  margin-top: 1.5rem;
  padding-block: 0.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.625rem;
  font-family: "ja-bold";
  font-size: 1.25rem;
}
.main .section-5 .button-2 {
  padding-inline: 0.625rem;
}
.main .section-6 {
  padding-block: 5.625rem;
  position: relative;
}
.main .section-6-title {
  margin-top: 6.25rem;
  padding-inline: 3.125rem;
  font-family: "ja-bold";
  font-size: 1.875rem;
  position: relative;
  text-align: center;
}
.main .section-6-title::before, .main .section-6-title::after {
  height: 6.5625rem;
  border-right: 2px dotted #b1b1b1;
  content: "";
  position: absolute;
  top: 0;
  translate: 0 10px;
}
.main .section-6-title::before {
  left: 5%;
  rotate: -40deg;
}
.main .section-6-title::after {
  right: 5%;
  rotate: 40deg;
}
.main .section-6 .cases {
  margin-top: 4.375rem;
  display: flex;
  gap: 3.75rem;
}
.main .section-6 .cases li {
  display: flex;
  flex-direction: column;
}
.main .section-6 .cases .case-img {
  margin-inline: auto;
}
.main .section-6 .cases .case-img-1 {
  position: relative;
  top: -1.25rem;
}
.main .section-6 .cases .text {
  margin-top: auto;
  font-size: 0.875rem;
}
.main .section-6 .cases .text img {
  margin-top: 1.25rem;
}
.main .section-6 .cases .text p {
  margin-top: 1.25rem;
}
.main .section-6 .company {
  margin-top: 3.75rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.875rem;
}
.main .section-6 * + .title-1 {
  margin-top: 8.75rem;
}
.main .section-6 .price {
  margin-top: 4rem;
  color: #3b6cb2;
  display: flex;
  gap: 2.8125rem;
  justify-content: center;
  font-family: "ja-bold";
  font-size: 1.5625rem;
  text-align: center;
}
.main .section-6 .price li {
  width: 15.1875rem;
  aspect-ratio: 1/1;
  background-color: #fff;
  border: 3px solid;
  border-radius: 50%;
  display: grid;
  place-items: center;
}
.main .section-6 .price .title {
  position: relative;
}
.main .section-6 .price .title::after {
  width: 2.75rem;
  height: 2px;
  background-color: #3b6cb2;
  border-radius: 1px;
  content: "";
  position: absolute;
  bottom: -4px;
  left: 50%;
  translate: -50%;
}
.main .section-6 .price .text span {
  font-size: 1.92em;
}
.main .section-6 .deco-7 {
  bottom: 15%;
  left: 3%;
}
.main .section-7 {
  padding-block: 5.625rem;
}
.main .section-7 .qa {
  margin-top: 4.0625rem;
}
.main .section-7 .qa li {
  border-top: 1px solid #cacaca;
  display: flex;
}
.main .section-7 .qa li::before {
  width: 1.75rem;
  height: 1.9375rem;
  margin-right: 1.25rem;
  flex-shrink: 0;
}
.main .section-7 .qa li:nth-child(odd) {
  padding: 0.9375rem 1.25rem;
  font-family: "ja-bold";
  font-size: 1.25rem;
}
.main .section-7 .qa li:nth-child(odd)::before {
  content: url("../img/icon-q.svg");
  position: relative;
  top: 4px;
}
.main .section-7 .qa li:nth-child(even) {
  padding: 1.1875rem 1.25rem;
  background-color: #f0f0f0;
}
.main .section-7 .qa li:nth-child(even)::before {
  content: url("../img/icon-a.svg");
}
.main .section-7 .qa li:last-child {
  border-bottom: 1px solid #cacaac;
}
@media screen and (max-width: 960px) {
  :root {
    --innerMarginInline: 20;
  }
  html {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  .tb {
    display: block;
  }
  .tb.sp {
    display: block;
  }
  .header {
    padding: 15px;
  }
  .header-logo {
    width: 100px;
  }
  .header-nav {
    gap: 15px;
  }
  .main .section-1 {
    padding-bottom: 50px;
  }
  .main .section-1 .deco-1 {
    width: 25%;
  }
  .main .section-1 .deco-2 {
    width: 20%;
  }
  .main .section-2 ul a {
    font-size: 13px;
  }
  .main .section-2 ul a::after {
    display: none;
  }
  .main .section-3 .deco-3 {
    width: 20%;
  }
  .main .section-3 .deco-4 {
    width: 25%;
  }
  .main .section-4 .reasons > li figure {
    flex-direction: column;
  }
  .main .section-4 .reasons > li figcaption {
    min-height: auto;
    padding-block: 40px 20px;
  }
  .main .section-4 .reasons > li figcaption .num {
    font-size: 14px;
    left: 20px !important;
  }
  .main .section-4 .reasons > li .reason-img {
    margin-top: 20px;
  }
  .main .section-4 .reasons > li:nth-of-type(odd) figcaption {
    padding-inline: 20px;
  }
  .main .section-4 .reasons > li:nth-of-type(odd) .reason-img {
    margin-left: 0;
  }
  .main .section-4 .reasons > li:nth-of-type(even) figure {
    flex-direction: column;
  }
  .main .section-4 .reasons > li:nth-of-type(even) figcaption {
    padding-inline: 20px;
  }
  .main .section-4 .reasons > li:nth-of-type(even) .reason-img {
    margin-right: 0;
  }
  .main .section-5 .functions {
    padding: 20px;
    flex-direction: column;
  }
  .main .section-5 .functions li:first-of-type {
    display: none;
  }
  .main .section-5 .functions li:nth-of-type(2) {
    margin-left: 0;
  }
  .main .section-5 .functions li:nth-of-type(3) {
    margin-top: 30px;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
  .main .section-5 .functions li .button {
    margin-inline: auto;
  }
  .main .section-6-title::before, .main .section-6-title::after {
    top: 50%;
    translate: 0 -50%;
  }
  .main .section-6-title::before {
    left: 2.5%;
    rotate: -20deg;
  }
  .main .section-6-title::after {
    right: 2.5%;
    rotate: 20deg;
  }
  .main .section-6 .cases {
    gap: 30px;
  }
  .main .section-6 .price {
    gap: 20px;
    font-size: 16px;
  }
  .main .section-6 .deco-7 {
    width: 20%;
  }
}
@media screen and (max-width: 520px) {
  html {
    font-size: 12px;
  }
  .tb {
    display: none;
  }
  .sp {
    display: block;
  }
  .pc.tb {
    display: none;
  }
  .button {
    padding-inline: 10px;
  }
  .header {
    padding: 10px;
  }
  .header-logo {
    width: 80px;
  }
  .header-nav {
    gap: 10px;
  }
  .main .section-2 ul a {
    font-size: 10px;
  }
  .main .section-6-title {
    padding-inline: 30px;
  }
  .main .section-6 .cases {
    flex-direction: column;
  }
  .main .section-6 .price {
    flex-direction: column;
    align-items: center;
  }
}
/*# sourceMappingURL=style.css.map */
