@charset "UTF-8";

/*------------------------------------------------------------------------

1.Foundation

------------------------------------------------------------------------*/

/* reset
---------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img, dl, dt, dd, ol, ul, li, form, label, legend, table, tbody, tr, th, td, article, embed, footer, header, hgroup, nav, section, time, figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  font-weight: normal;
}

/* HTML5 display-role reset for older browsers */
article, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

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

img {
  vertical-align: bottom;
  max-width: 100%;
}

main {
  display: block;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/* font
---------------------------------------------------------- */
html {
  font-size: 14px;
}

body {
  text-align: left;
  color: #323232;
  line-height: 1.5;
  background: #EEF2F5;
  font-family: "Noto Sans JP", Arial, Helvetica, Verdana, source-han-sans-japanese, sans-serif;
  font-weight: 500;
  font-style: normal;
  position: relative;
  -webkit-text-size-adjust: 100%;
}

strong span {
  font-weight: bold;
}

a {
  color: #282828;
}

a:link,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a.line:link,
a.line:visited {
  text-decoration: underline;
}

a.line:hover {
  text-decoration: none;
}

a.imghover:hover img {
  opacity: .8;
}


/*------------------------------------------------------------------------

2.Layout

------------------------------------------------------------------------*/

/* page
---------------------------------------------------------- */
.l-contents {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}


@media screen and (max-width:1199px) {
  .l-contents {
    width: 100%;
    padding: 0 4%;
  }
}

/* header
---------------------------------------------------------- */
.l-header {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  padding: 25px 30px 25px 70px;
  width: 100%;
}

.l-header__logo {
  line-height: 1;
}

.l-header__child {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.l-header__link {
  display: flex;
  align-items: center;
  gap: 17px;
}

.l-header__link a.l-header__link__info {
  display: block;
}

.l-header__link a.l-header__link__info:hover {
  text-decoration: none;
}

.l-header__link a .above {
  display: flex;
  align-items: center;
  gap: 17px;
}

.l-header__link__tel {
  font-size: 35px;
  font-weight: 800;
  color: #fff;
}

.l-header__link a .btm {
  font-weight: 500;
  color: #fff;
}

.l-header__link__btn a {
  display: block;
  width: 216px;
  border-radius: 6px;
  background: linear-gradient(90deg, #F46F57 0%, #EFB865 100%);
  padding: 18px;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: opacity .3s ease;
}

.l-header__link__btn a:hover {
  text-decoration: none;
  opacity: .8;
}

@media screen and (max-width:1199px) {
  .l-header {
    padding: 20px 2%;
  }
}

@media screen and (max-width:991px) {
  .l-header__link a.l-header__link__info {
    display: none;
  }
}

@media screen and (max-width:767px) {
  .l-header__logo {
    width: 50.5%;
    max-width: 203px;
  }

  .l-header__link__btn a {
    width: 127px;
    padding: 7px;
    font-size: 13px;
  }
}

/* footer
---------------------------------------------------------- */

.l-footer {
  padding: 74px 0 102px;
  background: #002D72;
  color: #fff;
}

.l-footer__inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.l-footer__inner .left {
  position: relative;
  width: 34.2%;
  padding-right: 70px;
}

.l-footer__tel {
  margin-top: 67px;
}

.l-footer__tel a {
  color: #fff;
}

.l-footer__tel a:hover {
  text-decoration: none;
}

.l-footer__tel .above {
  font-size: 18px;
  font-weight: 700;
}

.l-footer__tel .tel {
  display: flex;
  align-items: center;
  gap: 10px;
}

.l-footer__tel__no {
  font-size: 40px;
  font-weight: 800;
  color: #fff;
}

.l-footer__tel .btm {
  font-size: 15px;
}

.l-footer__inner .right {
  position: relative;
  width: 65.8%;
  padding-left: 55px;
}

.l-footer__inner .right::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 100%;
  background: rgba(238, 242, 245, 0.28);
}

.l-footer__address {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 38px;
}

.l-footer__address .child {
  width: calc(50% - 19px);
}

.l-footer__address .head {
  font-size: 18px;
  font-weight: 700;
}

.l-footer__address .txt {
  margin-top: 6px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
}

.l-footer__link {
  display: flex;
  flex-wrap: wrap;
  margin-top: 46px;
  width: calc(50% - 19px);
  margin-left: auto;
}

.l-footer__link ul {
  display: flex;
  flex-wrap: wrap;
}

.l-footer__link li {
  width: 45%;
}

.l-footer__link li:last-of-type {
  width: 55%;
}

.l-footer__link li a {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.75;
  color: #fff;
}

.l-footer__copy {
  width: calc(50% - 19px);
  margin-left: auto;
  margin-top: 40px;
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width:1199px) {

  .l-footer__inner .left,
  .l-footer__inner .right {
    width: 50%;
  }

  .l-footer__tel__no {
    font-size: 32px;
  }

  .l-footer__address {
    align-items: flex-end;
    flex-direction: column;
  }

  .l-footer__address .child {
    width: 100%;
    text-align: right;
  }

  .l-footer__link {
    justify-content: flex-end;
    width: 100%;
    gap: 53px;
  }

  .l-footer__link li,
  .l-footer__link li:last-of-type {
    width: auto;
  }

  .l-footer__copy {
    width: 100%;
    text-align: right;
  }
}

@media screen and (max-width:991px) {
  .l-footer__link {
    gap: 30px;
  }
}


@media screen and (max-width:767px) {
  .l-footer {
    padding: 40px 0 60px;
  }

  .l-footer__inner {
    flex-direction: column;
    align-items: center;
  }

  .l-footer__inner .left, .l-footer__inner .right {
    width: 100%;
    padding: 0;
  }

  .l-footer__inner .left {
    padding-bottom: 40px;
  }

  .l-footer__tel {
    margin-top: 30px;
  }

  .l-footer__inner .right {
    padding-top: 40px;
  }

  .l-footer__inner .right::after {
    width: 100%;
    height: 1px;
  }

  .l-footer__address {
    gap: 20px;
  }

  .l-footer__address .child {
    text-align: left;
  }

  .l-footer__address .head {
    font-size: 16px;
  }

  .l-footer__address .txt {
    font-size: 15px;
  }

  .l-footer__link {
    gap: 20px;
    margin-top: 30px;
    justify-content: flex-start;
  }

  .l-footer__link li a {
    font-size: 14px;
  }

  .l-footer__copy {
    margin-top: 30px;
    font-size: 14px;
    text-align: center;
  }


}


/*------------------------------------------------------------------------

3.Object

------------------------------------------------------------------------*/


/*------------------------------------------------------------------------
3-i.Component
------------------------------------------------------------------------*/

.c-header--1 {
  font-size: 62px;
  font-weight: 700;
  line-height: 100%;
  color: #002D72;
}

.c-header--2 {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 700;
  color: #002D72;
}

.c-header--3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 2.2;
  letter-spacing: .2rem;
}

.c-header--1 span,
.c-header--2 span,
.c-header--3 span {
  font-weight: 700;
}

.c-header--1 .c-header--1__sub_head {
  display: block;
  font-size: 16px;
  letter-spacing: .1rem;
}

.c-color--1 {
  color: #4977b5;
}

.c-box--1 {
  background: #fff;
  box-shadow: 1px 1.732px 43px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width:991px) {
  /* .c-header--1 {
    font-size: 46px;
  }

  .c-header--2 {
    font-size: 20px;
  } */
}

@media screen and (max-width:767px) {
  .c-header--1 {
    font-size: 31px;
  }

  .c-header--2 {
    font-size: 18px;
  }

  .c-header--3 {
    font-size: 15px;
  }
}


/*------------------------------------------------------------------------
3-ii.Project
------------------------------------------------------------------------*/

.p-top-main {
  position: relative;
  overflow: hidden;
  padding: 0 0 56px;
  height: 100svh;
}

.p-top-main .bg {
  position: absolute;
  top: 0;
  right: 0;
  width: 60%;
  height: 122%;
  overflow: hidden;
  z-index: -1;
  clip-path: polygon(100% 0%, 100% 100%, 0% 0%);
}

.p-top-main .bg img {
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.p-top-main .info .head {
  overflow: hidden;
}

.p-top-main .info .headtxt {
  display: inline-block;
  padding: 0 16px;
  background: #002D72;
  font-size: 31px;
  font-weight: 700;
  color: #fff;
}

.p-top-main .info h1 {
  display: inline-block;
  padding: 10px 20px 0;
  background: #002D72;
  line-height: 1.2;
  font-size: 81px;
  font-weight: 700;
  color: #fff;
}

.p-top-main .info .headtxt span {
  color: #DBFF6E;
  font-weight: 700;
}

.p-top-main .mask_wrap {
  display: table;
  overflow: hidden;
}

.p-top-main .mask-wrap .mask {
  display: table;
  position: relative;
  margin-bottom: .25em;
  left: -100%;
  overflow: hidden;
}

.p-top-main .mask-wrap .mask-bg {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #002D72;
}

/* .p-top-main .triangle-line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: polygon(100% 0%, 0% 0%, 100% 100%);
  border-left: 3px solid red;
} */

.p-top-main .inner {
  position: relative;
  margin-top: 125px;
  padding-right: 25px;
}

.p-top-main .inner .mv {
  width: 67.58%;
  height: calc(100svh - 165px);
  margin-left: auto;
  overflow: hidden;
}

.p-top-main .inner .mv img {
  object-fit: cover;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.p-top-main .inner .mv .mv_slide {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.p-top-main .inner .mv .mv_slide .swiper-wrapper,
.p-top-main .inner .mv .mv_slide .swiper-slide {
  height: 100%;
}

.p-top-main .inner .mv .mv_slide .slide_img {
  width: 100%;
  height: 100%;
}

.p-top-main .inner .mv .mv_slide .slide_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-main .inner .info {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  left: 75px;
  width: 100%;
}

.p-top-main .inner .info .txt {
  margin-top: 25px;
  max-width: 372px;
  font-size: 18px;
  line-height: 1.8;
}

@media screen and (max-width:1399px) {
  .p-top-main .inner .mv {
    width: 60%;
  }
}

@media screen and (max-width:1199px) {
  .p-top-main .inner {
    margin-top: 100px;
  }

  .p-top-main .inner .mv {
    width: 55%;
  }
}

@media screen and (max-width:991px) {
  .p-top-main .inner .mv {
    width: 50%;
  }

  .p-top-main .inner .info .txt {
    max-width: 290px;
  }
}

@media screen and (max-width:767px) {
  .p-top-main {
    height: auto;
    padding: 0 0 40px;
  }

  .p-top-main .inner {
    margin-top: 74px;
  }

  .p-top-main .bg {
    width: 45%;
    height: 300px;
  }

  .p-top-main .inner .mv {
    width: 86%;
    height: 60vh;
  }

  .p-top-main .inner .mv .mv_slide {
    height: 100%;
  }

  .p-top-main .inner .info {
    position: relative;
    top: -30px;
    left: 16px;
    padding-right: 16px;
    margin-bottom: -30px;
    transform: none;
  }

  .p-top-main .info .headtxt {
    padding: 0 9px;
    font-size: 16px;
  }

  .p-top-main .info h1 {
    padding: 8px 12px 0;
    font-size: 42px;
  }

  .p-top-main .inner .info .txt {
    max-width: 100%;
    margin-top: 10px;
    font-size: 14px;
  }
}

.p-top-about {
  position: relative;
  background: #fff;
  padding: 144px 0 0;
  overflow: hidden;
}

.p-top-about::after {
  content: '';
  position: absolute;
  right: 0;
  /* bottom: -25%;
  width: 120%;
  height: 100%;
  background: #002D72;
  clip-path: polygon(0 0, 100% 60%, 100% 100%, 0% 40%); */
  bottom: -19%;
  width: 100%;
  height: 100%;
  background: #002D72;
  clip-path: polygon(0 0, 100% 60%, 100% 100%, 0% 60%);
  z-index: 2;
}

.p-top-about__above {
  padding: 0 0 180px;
}

.p-top-about__above__inner {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 74px;
}

.p-top-about__above__inner .img {
  width: 45.08%;
  max-width: 532px;
}

.p-top-about__above__inner .info {
  flex: 1;
}

.p-top-about__above__inner .txt {
  margin-top: 27px;
  font-size: 16px;
  line-height: 1.8;
}

.p-top-about__btm {
  position: relative;
  padding: 0 0 112px;
  background: url(../img/about_bg02.png) repeat left top;
  background-color: #EEF2F5;
}

.p-top-about__btm__box {
  position: relative;
  z-index: 3;
  top: -130px;
  margin: 0 0 -130px;
  background: url(../img/about_bg01.jpg) no-repeat center center/cover;
  padding: 90px 100px 93px;
}

.p-top-about__btm__box .inner {
  background: #fff;
  padding: 65px 69px;
}

.p-top-about__btm__box .headwrap {
  width: fit-content;
  margin: 0 auto;
}

.p-top-about__btm__box .topnote {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: .1em;
  color: #002D72;
}

.p-top-about__btm__box .head {
  font-size: 44px;
  font-weight: 700;
  color: #002D72;
}

.p-top-about__btm__box .head .original {
  font-size: 69px;
  font-weight: 700;
  line-height: 1.3;
  background: linear-gradient(90deg, #002D72 0%, #005B9F 50%, #0089CC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.p-top-about__btm__box .head .big {
  font-size: 55px;
  font-weight: 700;
}

.p-top-about__btm__box .desc {
  margin-top: 15px;
  font-size: 17px;
  line-height: 1.8;
  text-align: center;
}

.p-top-about__btm__box .list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin-top: 40px;
}

.p-top-about__btm__box .list li {
  width: calc((100% - 48px) / 3);
}

.p-top-about__btm__box .list li h4 {
  margin-top: 17px;
  font-size: 20px;
  font-weight: 700;
  color: #002D72;
}

.p-top-about__btm__box .list li p {
  margin-top: 11px;
  line-height: 1.8;
}


@media screen and (max-width:767px) {
  .p-top-about {
    padding: 80px 0 0;
  }

  .p-top-about__above {
    padding: 0 0 100px;
  }

  .p-top-about__above__inner {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }

  .p-top-about__above__inner .img {
    width: 100%;
    max-width: none;
    text-align: center;
    order: 2;
  }

  .p-top-about__above__inner .info {
    width: 100%;
    order: 1;
  }

  .p-top-about__above__inner .txt {
    margin-top: 20px;
    font-size: 14px;
  }

  .p-top-about__btm {
    padding-bottom: 60px;
  }

  .p-top-about__btm__box {
    top: -50px;
    margin-bottom: -50px;
    padding: 40px 20px;
  }

  .p-top-about__btm__box .inner {
    padding: 30px 20px;
  }

  .p-top-about__btm__box .topnote {
    font-size: 18px;
  }

  .p-top-about__btm__box .head {
    font-size: 24px;
  }

  .p-top-about__btm__box .head .original {
    font-size: 36px;
  }

  .p-top-about__btm__box .head .big {
    font-size: 30px;
  }

  .p-top-about__btm__box .desc {
    margin-top: 10px;
    font-size: 14px;
    text-align: left;
  }

  .p-top-about__btm__box .list {
    gap: 20px;
    margin-top: 30px;
  }

  .p-top-about__btm__box .list li {
    width: 100%;
  }

  .p-top-about__btm__box .list li h4 {
    margin-top: 10px;
    font-size: 18px;
  }

  .p-top-about__btm__box .list li p {
    margin-top: 8px;
  }
}

.p-top-works {
  padding: 131px 0 0;
  background: #fff;
}

.p-top-works__above__head {
  text-align: center;
}

.p-top-works__above__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-right: calc((100% - 1200px) / 2);
  margin-top: 71px;
}

.p-top-works__above__block+.p-top-works__above__block {
  margin-right: 0;
  margin-left: calc((100% - 1200px) / 2);
  margin-top: 88px;
}

.p-top-works__above__block .slide {
  display: flex;
  gap: 15px;
  width: 64%;
}

.p-top-works__above__block .slide .item {
  height: 488px;
  overflow: hidden;
}

.p-top-works__above__block .slide .item.top_work_slide01,
.p-top-works__above__block .slide .item.top_work_slide04 {
  width: 52.6%;
}

.p-top-works__above__block .slide .item.top_work_slide02,
.p-top-works__above__block .slide .item.top_work_slide05 {
  width: 29.06%;
}

.p-top-works__above__block .slide .item.top_work_slide03,
.p-top-works__above__block .slide .item.top_work_slide06 {
  width: 14%;
}

.p-top-works__above__block .slide .slide_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.p-top-works__above__block .info {
  max-width: 475px;
}

.p-top-works__above__block .info .label {
  display: inline-block;
  background: #DBFF6E;
  padding: 6px 26px;
  font-size: 16px;
  font-weight: 700;
  color: #002D72;
}

.p-top-works__above__block .info h3 {
  margin-top: 20px;
  font-size: 28px;
  font-weight: 700;
  color: #002D72;
}

.p-top-works__above__block .info .txt {
  margin-top: 13px;
  font-size: 16px;
  line-height: 1.8;
}

.p-top-works .btm {
  position: relative;
  padding: 85px 0;
  margin-top: 124px;
  background: url(../img/work_bg.jpg) no-repeat center center/cover;
}

.p-top-works .btm .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

.p-top-works .btm .inner .head {
  display: flex;
  align-items: center;
  gap: 22px;
}

.p-top-works .btm .inner .txt {
  font-size: 21px;
  font-weight: 700;
  color: #002D72;
  line-height: 1.38;
}

.p-top-works .btm .inner .info {
  border-left: solid 1px #002D72;
  padding-left: 42px;
}

.p-top-works .btm .inner .info p {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: #002D72;
}

@media screen and (max-width:1199px) {
  .p-top-works__above__block {
    margin-right: 4%;
    gap: 20px;
  }

  .p-top-works__above__block+.p-top-works__above__block {
    margin-right: 0;
    margin-left: 4%;
  }
}

@media screen and (max-width:991px) {
  .p-top-works__above__block {
    margin-inline: 4%;
    flex-wrap: wrap;
    gap: 30px;
  }

  .p-top-works__above__block+.p-top-works__above__block {
    margin-inline: 4%;
  }

  .p-top-works__above__block .info {
    order: 1;
    width: 100%;
    max-width: none;
  }

  .p-top-works__above__block .slide {
    order: 2;
    width: 100%;
  }
}

@media screen and (max-width:767px) {
  .p-top-works {
    padding: 80px 0 0;
  }

  .p-top-works__above__head {
    margin-bottom: 30px;
  }

  .p-top-works__above__block .info .label {
    padding: 4px 16px;
    font-size: 14px;
  }

  .p-top-works__above__block .info h3 {
    margin-top: 15px;
    font-size: 22px;
  }

  .p-top-works__above__block .info .txt {
    margin-top: 10px;
    font-size: 14px;
  }

  .p-top-works__above__block,
  .p-top-works__above__block+.p-top-works__above__block {
    margin-top: 50px;
  }

  .p-top-works__above__block .slide .item.top_work_slide01,
  .p-top-works__above__block .slide .item.top_work_slide04 {
    width: 100%;
  }

  .p-top-works__above__block .slide .item.top_work_slide02,
  .p-top-works__above__block .slide .item.top_work_slide03,
  .p-top-works__above__block .slide .item.top_work_slide05,
  .p-top-works__above__block .slide .item.top_work_slide06 {
    display: none;
  }

  .p-top-works__above__block .slide .item {
    height: 300px;
  }

  .p-top-works .btm {
    padding: 50px 0;
    margin-top: 80px;
  }

  .p-top-works .btm .inner {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }

  .p-top-works .btm .inner .head {
    align-items: center;
    gap: 10px;
  }

  .p-top-works .btm .inner .txt {
    font-size: 18px;
  }

  .p-top-works .btm .inner .info {
    padding-left: 0;
    text-align: center;
    border-left: none;
  }

  .p-top-works .btm .inner .info p {
    font-size: 16px;
    text-align: left;
  }
}

.p-top-products {
  position: relative;
  padding: 104px 0 242px;
  background: url(../img/product_bg.png) repeat left top;
  background-color: #002D72;
  color: #fff;
}

.p-top-products__head {
  text-align: center;
}

.p-top-products__head .c-header--1,
.p-top-products__head .c-header--2 {
  color: #fff;
}

.p-top-products__block {
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  margin-top: 80px;
}

.p-top-products__block li {
  width: calc((100% - 32px) / 2);
}

.p-top-products__block li .img {
  padding: 81px 0 63px;
  background: #E9E9E9;
  text-align: center;
  img {
    max-height: 260px;
  }
}

.p-top-products__block li .info {
  background: #EEF2F5;
  padding: 24px 42px 34px;
}

.p-top-products__block li .info .head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  border-bottom: solid 1px #002D72;
  backdrop-filter: blur(4px);
  color: #002D72;
}

.p-top-products__block li .info .block {
  font-size: 29px;
  font-weight: 700;
}

.p-top-products__block li .info .block span {
  font-size: 46px;
  font-weight: 700;
}

.p-top-products__block li .info .price {
  font-size: 16px;
  font-weight: 700;
}

.p-top-products__block li .info .price .em {
  font-size: 29px;
  font-weight: 700;
}

.p-top-products__block li .info .price .note {
  font-weight: 500;
}

.p-top-products__block li .info dl {
  display: flex;
  flex-wrap: wrap;
  gap: 0 12px;
  margin-top: 16px;
  font-size: 18px;
  color: #242424;
  line-height: 1.8;
}

.p-top-products__block li .info dt {
  width: 76px;
  font-weight: 700;
}

.p-top-products__block li .info dd {
  width: calc(100% - 88px);
}

.p-top-products__block li .info .red {
  color: #F0382F;
}

.p-top-products__block li .info .pink {
  color: #002764;
}

.p-top-products__block li .info .yellow {
  color: #22ac37;
}

.p-top-products__note {
  margin-top: 34px;
  font-size: 16px;
  line-height: 1.68;
}

.p-top-products__note .head {
  font-size: 16px;
  line-height: 1.68;
}

.p-top-products__box {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  bottom: -174px;
  background: url(../img/product_bg02.jpg) no-repeat center center/cover;
  padding: 43px 20px 40px;
  max-width: 978px;
  margin: 0 auto;
  text-align: center;
  color: #fff;
}

.p-top-products__box .head {
  font-size: 20px;
  font-weight: 700;
}

.p-top-products__box .desc {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.68;
}

.p-top-products__box .btn {
  max-width: 426px;
  margin: 21px auto 0;
}

.p-top-products__box .btn a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  background: linear-gradient(175.9deg, #4BC3FE 3.09%, #0089CC 86.58%);
  border-radius: 60px;
  padding: 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.8;
  transition: all .3s ease;
}

.p-top-products__box .btn a:hover {
  text-decoration: none;
  opacity: .8;
}

.p-top-products__box .note {
  margin-top: 18px;
  line-height: 1.8;
}

@media screen and (max-width:1199px) {
  .p-top-products__block li .info .head {
    flex-wrap: wrap;
  }

  .p-top-products__block li .info .head>* {
    width: 100%;
  }
}

@media screen and (max-width:991px) {
  .p-top-products__box {
    width: 96%;
  }
}

@media screen and (max-width:767px) {
  .p-top-products {
    padding: 80px 0 242px;
  }

  .p-top-products__block {
    flex-direction: column;
    align-items: center;
    margin-top: 50px;
  }

  .p-top-products__block li {
    width: 100%;
  }

  .p-top-products__block li .img {
    padding: 80px 0 40px;
  }

  .p-top-products__block li .info {
    padding: 20px 30px 30px;
  }

  .p-top-products__block li .info .block {
    font-size: 24px;
  }

  .p-top-products__block li .info .block span {
    font-size: 36px;
  }

  .p-top-products__block li .info .price {
    font-size: 14px;
  }

  .p-top-products__block li .info .price .em {
    font-size: 24px;
  }

  .p-top-products__block li .info dl {
    margin-top: 12px;
    font-size: 16px;
  }

  .p-top-products__note {
    margin-top: 20px;
    font-size: 14px;
  }

  .p-top-products__note .head {
    font-size: 14px;
  }

  .p-top-products__box {
    bottom: -130px;
    padding: 30px 20px;
  }

  .p-top-products__box .head {
    font-size: 18px;
  }

  .p-top-products__box .desc {
    margin-top: 8px;
    font-size: 14px;
  }

  .p-top-products__box .btn {
    max-width: 100%;
    margin: 20px auto 0;
  }

  .p-top-products__box .btn a {
    padding: 12px;
    font-size: 16px;
  }

  .p-top-products__box .note {
    margin-top: 15px;
    font-size: 14px;
  }
}



.p-top-flow {
  padding: 150px 0 0;
  background: #EEF2F5;
}

.p-top-flow__box {
  position: relative;
  border: solid 8px #002D72;
  padding: 0 0 100px;
}

.p-top-flow__head {
  position: relative;
  top: -47px;
  margin: 0 auto -47px;
  padding: 0 57px;
  width: fit-content;
  background: #EEF2F5;
  text-align: center;
}

.p-top-flow__cont {
  display: flex;
  justify-content: center;
  margin-top: 136px;
}

.p-top-flow__cont .child {
  width: 50%;
  padding: 0 122px;
  text-align: center;
}

.p-top-flow__cont .child:first-of-type {
  position: relative;
  border-right: solid 1px #DBE2EA;
}

.p-top-flow__cont .child:first-of-type::after {
  content: '';
  position: absolute;
  top: 53px;
  right: -111px;
  width: 222px;
  height: 142px;
  background: url(../img/flow_arrow.png) no-repeat center center/cover;
}

.p-top-flow__cont .child .img {
  width: 222px;
  margin: 0 auto;
}

.p-top-flow__cont .child h3 {
  margin-top: 32px;
  font-size: 24px;
  font-weight: 700;
  color: #002D72;
}

.p-top-flow__cont .child .txt {
  margin-top: 23px;
  font-size: 15px;
  line-height: 1.6;
}

@media screen and (max-width:1199px) {
  .p-top-flow__cont .child {
    padding: 0 61px;
  }

  .p-top-flow__cont .child:first-of-type::after {
    right: -55px;
    width: 111px;
    height: 71px;
  }
}

@media screen and (max-width:767px) {
  .p-top-flow {
    padding: 200px 0 0;
  }

  .p-top-flow__box {
    padding: 0 20px 60px;
  }

  .p-top-flow__head {
    padding: 0 20px;
    width: fit-content;
    top: -30px;
    margin: 0 auto -30px;
  }

  .p-top-flow__cont {
    flex-direction: column;
    align-items: center;
    gap: 0;
    margin-top: 70px;
  }

  .p-top-flow__cont .child {
    width: 100%;
    padding: 60px 0;
  }

  .p-top-flow__cont .child:first-of-type {
    border-right: none;
    border-bottom: solid 1px #DBE2EA;
    padding-top: 0;
  }

  .p-top-flow__cont .child:last-of-type {
    padding-bottom: 0;
  }

  .p-top-flow__cont .child:first-of-type::after {
    top: auto;
    bottom: -40px;
    left: 0;
    right: 0;
    margin: auto;
    transform: rotate(90deg);
  }

  .p-top-flow__cont .child .img {
    width: 111px;
  }

  .p-top-flow__cont .child h3 {
    margin-top: 20px;
    font-size: 20px;
  }

  .p-top-flow__cont .child .txt {
    margin-top: 15px;
    font-size: 14px;
    text-align: left;
  }
}




.p-top-faq {
  padding: 100px 0 132px;
  background: #EEF2F5;
}

.p-top-faq__list {
  margin-top: 74px;
}

.p-top-faq__list .box {
  background: #fff;
  padding: 31px 33px;
}

.p-top-faq__list .box+.box {
  margin-top: 11px;
}

.p-top-faq__list .box h3 {
  position: relative;
  display: flex;
  align-items: baseline;
  width: 100%;
  gap: 16px;
  padding-right: 30px;
  font-size: 26px;
  font-weight: 700;
  color: #002D72;
  cursor: pointer;
}

.p-top-faq__list .box h3 .question {
  font-size: 36px;
  font-weight: 700;
}

.p-top-faq__list .box h3 .plus {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 25px;
  height: 25px;
  margin: auto;
}

.p-top-faq__list .box h3 .plus span {
  width: 25px;
  height: 2px;
  background: #002D72;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.p-top-faq__list .box h3 .plus span:last-of-type {
  transform: rotate(90deg);
  transition: all .3s;
}

.p-top-faq__list .box h3.active .plus span:last-of-type {
  transform: rotate(180deg);
}

.p-top-faq__list .box .cont {
  display: none;
  margin-top: 40px;
  padding-right: 30px;
}

.p-top-faq__list .box .cont .inner {
  display: flex;
  align-items: baseline;
  gap: 25px;
  font-size: 17px;
  line-height: 1.6;
}

.p-top-faq__list .box .cont .answer {
  font-size: 26px;
  font-weight: 700;
  color: #002D72;
}

@media screen and (max-width:767px) {
  .p-top-faq {
    padding: 60px 0 80px;
  }

  .p-top-faq__list {
    margin-top: 40px;
  }

  .p-top-faq__list .box {
    padding: 20px;
  }

  .p-top-faq__list .box h3 {
    font-size: 20px;
  }

  .p-top-faq__list .box h3 .question {
    font-size: 28px;
  }

  .p-top-faq__list .box h3 .plus {
    width: 20px;
    height: 20px;
  }

  .p-top-faq__list .box h3 .plus span {
    width: 20px;
    height: 2px;
  }

  .p-top-faq__list .box h3 .plus span:last-of-type {
    width: 2px;
    height: 20px;
  }

  .p-top-faq__list .box .cont {
    margin-top: 20px;
  }

  .p-top-faq__list .box .cont .answer {
    font-size: 20px;
  }

  .p-top-faq__list .box .cont .inner {
    gap: 22px;
  }
}

/* 固定メニューのスタイル */
.fixed-menu {
  position: fixed;
  bottom: 15px;
  left: 0;
  right: 0;
  /* background: linear-gradient(135deg, rgba(102, 126, 234, 0.95) 0%, rgba(118, 75, 162, 0.95) 100%); */
  width: 92%;
  margin: 0 auto;
  background: #fff;
  backdrop-filter: blur(20px);
  border-radius: 10px;
  z-index: 1000;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.4s cubic-bezier(0.4, 0.0, 0.2, 1);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.04);
}

.fixed-menu.show {
  transform: translateY(0);
  opacity: 1;
}

.menu-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 12px;
  margin: 0 auto;
  padding: 8px 14px;
}

.menu-item {
  display: flex;
  align-items: center;
  width: 50%;
  gap: 6px;
  color: #fff;
  text-decoration: none;
  padding: 8px 12px;
  transition: all 0.3s ease;
}

.menu-item:hover {
  opacity: 0.8;
  text-decoration: none;
}

.menu-text {
  font-size: 12px;
}

.menu-telephone {
  border-right: solid 1px #e9e9e9;
  padding-left: 0;
  color: #242424;
}

.menu-mail {
  justify-content: center;
  background: linear-gradient(90deg, #F46F57 0%, #EFB865 100%);
  border-radius: 6px;
  color: #fff;
  font-weight: 700;
}

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


/*------------------------------------------------------------------------
3-iii.Utility
------------------------------------------------------------------------*/
.u-ta--c {
  text-align: center;
}

.u-ta--r {
  text-align: right;
}

.u-dis-flex {
  display: flex;
}

.u-ai-center {
  align-items: center;
}

.u-ai-end {
  align-items: flex-end;
}

.u-indent {
  padding: 0 0 0 1em;
  text-indent: -1em;
}

.u-lh--15 {
  line-height: 1.5;
}

.u-lh--18 {
  line-height: 1.8;
}

.u-fl--r {
  float: right;
}

.u-cl:after {
  clear: both;
  content: '';
  display: block;
}

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

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

.u-ff-aleo {
  font-family: "Aleo", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

@media screen and (max-width:991px) {
  .u-dis-none__tablet {
    display: none;
  }

  .u-ta--c__tablet {
    text-align: center;
  }
}

@media screen and (max-width:767px) {
  .u-dis-none__sp {
    display: none;
  }

  .u-ta--c__sp {
    text-align: center;
  }
}