@charset "UTF-8";
/* A Modern CSS Reset */
* {
  margin: 0;
  padding: 0;
}

*,
::before,
::after {
  border-style: solid;
  box-sizing: border-box;
  border-width: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  min-height: 100vh;
  line-height: 1.5;
  text-rendering: optimizeSpeed;
}

ul,
ol {
  list-style: none;
}

a {
  color: inherit;
  background-color: transparent;
  text-decoration: none;
  text-decoration-skip-ink: auto;
}

img {
  width: 100%;
  display: block;
}

input,
button,
select,
textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: none;
  border-radius: 0;
  background: transparent;
  font: inherit;
  outline: none;
}

textarea {
  resize: none;
}

input[type=checkbox],
input[type=radio] {
  display: none;
}

input[type=submit],
input[type=button],
label,
button,
select {
  cursor: pointer;
}

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

body {
  font-family: "Noto Sans JP";
  font-weight: 400;
}

body {
  color: #000;
}

p {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  p {
    font-size: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) {
  p {
    font-size: 30px;
  }
}

h2 {
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) {
  h2 {
    font-size: 70px;
  }
}

h3 {
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) {
  h3 {
    font-size: 55px;
  }
}

h4 {
  font-size: 25px;
}
@media screen and (min-width: 768px) {
  h4 {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) {
  h4 {
    font-size: 45px;
  }
}

h5 {
  font-size: 23px;
}
@media screen and (min-width: 768px) {
  h5 {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) {
  h5 {
    font-size: 40px;
  }
}

html {
  font-size: 16px;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 0.9467455621vw;
  }
}
@media (min-width: 1690px) {
  html {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  a {
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.8;
  }
}

section:not(.mv) {
  opacity: 0;
  transform: translateY(200px);
  transition: all 3s;
}

section:not(.mv).scrollin {
  opacity: 1;
  transform: translateY(0);
}

.logo {
  width: 85%;
  padding-bottom: 15px;
  padding-top: 15px;
}
@media screen and (min-width: 768px) {
  .logo {
    padding-top: 25px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) {
  .logo {
    padding-top: 40px;
  }
}

header {
  background: #fff;
}

.u-logo {
  padding-top: 15px;
  display: flex;
}
.u-logo .logo-right {
  width: 30%;
  height: auto;
  padding-bottom: 5px;
}

footer {
  margin-top: -10px;
  padding-top: 40px;
  background: #012662;
  text-align: center;
  color: #FFFFFF;
}
footer p {
  font-size: 18px;
  margin-top: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  footer p {
    font-size: 20px;
  }
}
footer small {
  margin-bottom: 70px;
}

.inner {
  width: 100%;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .inner {
    max-width: 1690px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.mv {
  background: #FFC400;
  position: relative;
}

.circle {
  display: inline-block;
  width: 100%;
  height: 74%;
  border-radius: 50%/0 0 100% 100%;
  background: #fff;
  position: absolute;
  z-index: 1;
  margin-top: -1px;
}
@media screen and (min-width: 768px) {
  .circle {
    height: 75%;
    margin-top: -10px;
  }
}
.mv-text {
  text-align: center;
  position: relative;
  z-index: 10;
}
.mv-text h1 {
  margin-bottom: 30px;
}
.mv-text p {
  font-weight: bold;
}

.mv-text1 {
  width: 1104px;
  height: 85px;
  margin: 0 auto;
  margin-bottom: 21px;
}

.mv-img {
  margin-top: 8px;
  max-width: 1380px;
  height: auto;
  align-items: center;
}
@media screen and (min-width: 768px) {
  .mv-img {
    width: 80%;
  }
}

.form {
  z-index: 10;
  width: 20%;
}

.mv-contact {
  display: flex;
  justify-content: space-between;
  margin-top: 0px;
}

.product-top {
  background: #001650;
}
.product-top .flex {
  display: flex;
  justify-content: center;
  padding-top: 20px;
}
.product-top .flex img {
  width: 30%;
}
@media screen and (min-width: 768px) and (min-width: 1026px) {
  .product-top .flex img {
    width: 276px;
    height: 134px;
  }
}
.product-top .flex h2 {
  letter-spacing: -3.85px;
  color: #fac404;
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  .product-top .flex h2 {
    padding-top: 20px;
  }
}

.product-main {
  background: #ffc400;
}
.product-main h2 {
  text-align: center;
  color: #001650;
  padding: 20px;
}
.product-main span {
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .product-main span {
    font-size: 60px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) {
  .product-main span {
    font-size: 100px;
    margin: 0 50px;
  }
}
@media screen and (min-width: 1026px) {
  .product-main p {
    display: inline;
  }
}
.product-main .flex {
  justify-content: center;
}
.product-main .flex li {
  font-size: 55px;
  font-weight: bold;
}

@media screen and (min-width: 768px) and (min-width: 1026px) {
  .flex-sec {
    display: flex;
    justify-content: center;
  }
}
.flex-sec h3 {
  color: #001650;
  text-align: center;
}
.flex-sec ul {
  color: #001650;
  font-size: 16px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .flex-sec ul {
    font-size: 30px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) {
  .flex-sec ul {
    text-align: start;
    font-size: 55px;
  }
}

.product-sec {
  max-width: 100%;
  margin: 0 20px;
  background: white;
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
  padding: 40px;
  padding-top: 0;
  border-radius: 50px;
}
@media screen and (min-width: 768px) {
  .product-sec {
    margin: 0 auto;
    padding: 40px;
  }
}
.product-sec h2 {
  border-bottom: 4px #001650 dotted;
  color: #001650;
}
.product-sec p {
  color: #000;
}

.product-sec-menu {
  margin-top: 30px;
}

.flex-box {
  display: flex;
  justify-content: space-around;
}
.flex-box li {
  width: 32%;
}

.flex-box-sp {
  display: grid;
  justify-content: center;
}
.flex-box-sp li {
  padding-bottom: 20px;
}

.product-top-box {
  display: flex;
  justify-content: center;
}

.heading-left {
  display: flex; /*テキストと2本の線を横並びさせる指定*/
  justify-content: center; /*テキストと2本の線を左右中央配置*/
  align-items: center; /*テキストと2本の線を上下中央配置*/
  font-size: 45px;
  color: #ffffff;
  font-weight: normal;
  transform: rotate(-20deg);
}

.heading-left::before,
.heading-left::after {
  content: "";
  width: 3px;
  height: 100px;
  background-color: #ffffff;
}

.heading-left::before {
  margin-right: 100px;
  transform: rotate(-35deg); /*線を-35°回転させる*/
}

.heading-left::after {
  margin-left: 70px;
  transform: rotate(35deg); /*線を35°回転させる*/
}

.heading-right {
  display: flex; /*テキストと2本の線を横並びさせる指定*/
  justify-content: center; /*テキストと2本の線を左右中央配置*/
  align-items: center; /*テキストと2本の線を上下中央配置*/
  font-size: 45px;
  color: #ffffff;
  font-weight: normal;
  transform: rotate(20deg);
}

.heading-right::before,
.heading-right::after {
  content: "";
  width: 3px;
  height: 100px;
  background-color: #ffffff;
}

.heading-right::before {
  margin-right: 70px;
  transform: rotate(-35deg); /*線を-35°回転させる*/
}

.heading-right::after {
  margin-left: 100px;
  transform: rotate(35deg); /*線を35°回転させる*/
}

.flex-item ul {
  display: flex;
  justify-content: center;
  padding-bottom: 100px;
}

.flex-item-sp {
  display: grid;
  justify-content: center;
  padding-bottom: 50px;
}

.product-sec-menu_img {
  width: 60%;
}
@media screen and (min-width: 1026px) {
  .product-sec-menu_img {
    width: 50%;
  }
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-up {
  animation-name: fadeupAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeupAnime {
  from {
    opacity: 0;
    transform: translatey(300px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.FAQ-box {
  background-size: auto auto;
  background-color: rgb(255, 255, 255);
}
.FAQ-box h2 {
  text-align: center;
  padding: 50px 0;
  color: #001650;
}
.FAQ-box h3 {
  color: #001650;
  border-bottom: 4px #001650 dotted;
}
.FAQ-box p {
  color: #000;
  padding-bottom: 80px;
}

.case {
  background: #fac404;
}

.case-space {
  padding: 50px 0;
}
@media screen and (min-width: 768px) {
  .case-space {
    padding: 100px 0;
  }
}

.case-box {
  background: #ffe17e;
  border-radius: 50px;
  padding: 50px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .case-box {
    display: flex;
    padding: 30px;
    padding-bottom: 0;
  }
}
.case-box-sp_text {
  margin-bottom: 30px;
}

.case-box-sp {
  background: #ffe17e;
  border-radius: 50px;
  padding: 30px;
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .case-box-sp {
    display: flex;
  }
}
.case-box-sp h3 {
  color: #001650;
  border-bottom: 4px #001650 dotted;
  font-size: 24px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .case-box-sp h3 {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) {
  .case-box-sp h3 {
    font-size: 53px;
  }
}
.case-box-sp p {
  color: #001650;
  font-weight: bold;
  margin-left: -20px;
  margin-top: 20px;
  text-align: center;
}
.case-box-sp span {
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .case-box-sp span {
    font-size: 20px;
  }
}
.case-box-sp img:first-of-type {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.case-box-sp img:last-of-type {
  width: 90%;
  align-items: center;
  margin: 0 auto;
}

.case-text-left {
  width: 40%;
  margin: 0 2%;
  margin-top: 2%;
}
@media screen and (min-width: 768px) {
  .case-text-left {
    position: relative;
  }
}
@media screen and (min-width: 768px) {
  .case-text-left img {
    position: absolute;
    bottom: 5%;
    left: 0;
    width: 100%;
    height: auto;
  }
}
.case-text-right {
  width: 50%;
  margin-right: 4%;
}
.case-text-right h3 {
  color: #001650;
  border-bottom: 4px #001650 dotted;
  font-size: 30px;
}
@media screen and (min-width: 768px) {
  .case-text-right h3 {
    font-size: 35px;
  }
}
@media screen and (min-width: 768px) and (min-width: 1026px) {
  .case-text-right h3 {
    font-size: 53px;
  }
}
.case-text-right p {
  color: #001650;
  font-weight: bold;
  margin-left: -20px;
  margin-top: 30px;
}
.case-text-right span {
  font-size: 28px;
  margin-top: 20px;
}
.case-text-right .case-img {
  margin-top: 30px;
}

.case-heading-left {
  display: flex; /*テキストと2本の線を横並びさせる指定*/
  align-items: center; /*テキストと2本の線を上下中央配置*/
  font-size: 34px;
  color: #001650;
  font-weight: normal;
  transform: rotate(-20deg);
}
.case-heading-left span {
  font-weight: bold;
}

.case-heading-left::before,
.case-heading-left::after {
  content: "";
  width: 3px;
  height: 65px;
  background-color: #001650;
}

.case-heading-left::before {
  margin-right: 30px;
  transform: rotate(-20deg); /*線を-35°回転させる*/
}

.case-heading-left::after {
  margin-left: 30px;
  transform: rotate(15deg); /*線を35°回転させる*/
}

.case-under {
  font-size: 18px;
  margin-top: 20px;
}
@media screen and (min-width: 1026px) {
  .case-under {
    font-size: 20px;
  }
}
@media screen and (min-width: 1026px) and (min-width: 768px) {
  .case-under {
    text-align: center;
  }
}

.contact {
  padding-top: 50px;
}
.contact .contact-box {
  width: 1230px;
  margin: 0 auto;
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
