@charset "UTF-8";
/*------------------------------------------------
font-face
------------------------------------------------*/
/*------------------------------------------------
universal
------------------------------------------------*/
.clear {
  clear: both;
}

.small {
  font-size: 88%;
}

/*------------------------------------------------
fade-in
------------------------------------------------*/
.effect {
  overflow: hidden;
}

.fade-in,
#main_image.fade-in {
  transition: 0.6s;
}

.fade-in {
  opacity: 0;
  transform: translate(0, 30px);
}

.fade02 {
  opacity: 1;
  transform: translate(0, 0);
}

@media screen and (max-width: 767px) {
  .fade-in,
  #main_image.fade-in {
    opacity: 1;
    transform: translate(0, 0);
  }
}
/*------------------------------------------------
global
------------------------------------------------*/
section, footer {
  position: relative;
  padding: 50px;
  font-family: "ヒラギノ角ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "ヒラギノ角ゴ Pro W3", "Noto Sans JP", "Noto Sans CJK JP", "メイリオ", Meiryo, Roboto, "Droid Sans", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  color: #000;
}
@media screen and (max-width: 768px) {
  section, footer {
    padding: 40px 20px;
  }
}
section img, footer img {
  max-width: 100%;
}

.section__inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  position: relative;
}
.section img {
  max-width: 100%;
}

.contents {
  width: 100%;
  height: auto;
  margin: 0;
  position: relative;
}

.section {
  width: 92%;
  max-width: 1050px;
  height: auto;
  margin: 0 auto 30px;
  padding: 40px 0 0;
  position: relative;
}

.btn {
  position: relative;
  margin: auto;
  width: 100%;
  max-width: 260px;
  height: 80px;
  background-color: #27acd9;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 0.1em;
  line-height: 1;
  padding-bottom: 0.1em;
  padding-right: 25px;
  transition: 0.2s;
}
.btn::after {
  content: "";
  position: absolute;
  background: url(../img/icon-btn.png) 100% no-repeat;
  width: 14px;
  height: 21px;
  top: 50%;
  right: 45px;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .btn {
    max-width: 200px;
    height: auto;
    aspect-ratio: 3.7;
    font-size: 16px;
    padding-top: 0;
    padding-right: 25px;
  }
  .btn::after {
    content: "";
    width: 9px;
    aspect-ratio: 0.67;
    right: 35px;
    transform: translateY(-50%);
  }
}
.btn:hover {
  opacity: 0.9;
}
.btn.btn--contact {
  background-color: #ef9646;
  letter-spacing: 0.06em;
}
.btn.btn--menu {
  font-size: inherit;
  padding: 0.6em 1em 0.4em;
  border-radius: 5px;
}
.btn.btn--menu::after {
  display: none;
}
@media screen and (max-width: 768px) {
  .btn.btn--menu {
    margin: 20px auto;
    width: auto;
    height: 2.5em;
    aspect-ratio: initial;
    text-align: center;
    display: flex;
  }
}
.btn__wrapper {
  margin: 50px auto 0;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .btn__wrapper {
    gap: 50px;
    margin: 50px auto 30px;
  }
}

.btn__wrapper.wrapper--footer {
  width: -webkit-max-content;
  width: max-content;
}
.btn__wrapper.wrapper--footer .btn {
  width: 100%;
  max-width: 280px;
  padding-inline: 80px;
  white-space: nowrap;
}
.btn__wrapper.wrapper--footer .btn.btn--contact {
  width: -webkit-max-content;
  width: max-content;
  padding-right: 105px;
}
@media screen and (max-width: 768px) {
  .btn__wrapper.wrapper--footer .btn {
    max-width: 200px;
    padding-right: 90px;
  }
  .btn__wrapper.wrapper--footer .btn::after {
    content: "";
    width: 9px;
    right: 30px;
    transform: translateY(-50%);
  }
}

/*------------------------------------------------
text
------------------------------------------------*/
h2 {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 50px;
  padding: 0.2em 0 0.3em;
  line-height: 1.3;
}
h2 span {
  display: block;
  font-size: 15px;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  h2 {
    font-size: 24px;
    margin: 0 -1em 25px;
  }
  h2 span {
    font-size: 13px;
  }
}

p {
  font-size: 16px;
  font-weight: normal;
  line-height: 1.7;
  margin: 0 0 20px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  p {
    font-size: 13.5px;
  }
}

span.pconly {
  display: inline;
}

/*------------------------------------------------
mainVisual
------------------------------------------------*/
.main_image {
  width: 100%;
  height: auto;
  position: relative;
  margin: 0;
  display: flex;
  justify-content: center;
  background: #2b2b2b;
  overflow: visible;
}
.main_image__inner {
  width: 100%;
  max-width: 1100px;
}
.main_image img {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}
.main_image__scroll {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  filter: drop-shadow(0 0 5px #000);
}
.main_image__scroll::before {
  animation: scroll 2s infinite;
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
  content: "";
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: -50px;
  width: 20px;
}
@media screen and (max-width: 768px) {
  .main_image__scroll {
    bottom: 3px;
    font-size: 12px;
  }
  .main_image__scroll:before {
    animation: scroll-sp 2s infinite;
    height: 15px;
    top: -35px;
    width: 15px;
  }
}

@keyframes scroll {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-20px, 20px);
  }
  100% {
    opacity: 0;
  }
}
@keyframes scroll-sp {
  0% {
    opacity: 0;
    transform: rotate(-45deg) translate(0, 0);
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 0;
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  100% {
    opacity: 0;
  }
}
/*------------------------------------------------
Top Page
------------------------------------------------*/
/* sec01 */
.sec01 {
  background: #c4cbd4 url(../img/bg01.png) center center/auto no-repeat;
}
@media screen and (max-width: 768px) {
  .sec01 {
    background: #c4cbd4;
  }
}
.sec01__box {
  display: flex;
  gap: 100px;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .sec01__box {
    margin-top: 50px;
    padding-inline: 10px;
    flex-direction: column;
    gap: 60px;
  }
}

/* sec02 */
.sec02__text {
  text-align: center;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .sec02__text {
    margin-bottom: 50px;
  }
}
.sec02__box {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
  margin: 0 auto 80px;
}
@media screen and (max-width: 768px) {
  .sec02__box {
    flex-direction: column;
    gap: 30px;
    margin-top: 30px;
  }
}
.sec02__box__item {
  flex: 0 1 calc((100% - 60px) / 2);
}
@media screen and (max-width: 768px) {
  .sec02__box__item {
    flex: 1;
  }
}
.sec02__box__item img {
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  .sec02__box__item img {
    margin-bottom: 15px;
  }
}
.sec02__box__item__head {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}
.sec02__box__item__head span {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .sec02__box__item__head {
    font-size: 18px;
  }
  .sec02__box__item__head span {
    font-size: 12px;
  }
}
.sec02__box__item__text {
  text-align: justify;
}
@media screen and (max-width: 768px) {
  .sec02__box__item__text {
    font-size: 12px;
  }
}
.sec02__box__item:nth-of-type(1) .sec02__box__item__text {
  letter-spacing: 0.04em;
}
.sec02__box__item__notice {
  margin-top: 20px;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .sec02__box__item__notice {
    margin-top: 20px;
    font-size: 11px;
  }
}
.sec02__box02 {
  background-color: #e8f5fd;
  padding: 55px 30px;
}
@media screen and (max-width: 768px) {
  .sec02__box02 {
    padding: 30px 20px 50px;
  }
}
.sec02__box02__head {
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 40px;
  padding: 0.2em 0 0.3em;
  line-height: 1.3;
}
@media screen and (max-width: 768px) {
  .sec02__box02__head {
    font-size: 24px;
    margin: 0 0 25px;
    padding: 0.5em;
  }
  .sec02__box02__head span {
    font-size: 13px;
  }
}
.sec02__box02__box {
  display: flex;
  gap: 20px;
}
@media screen and (max-width: 768px) {
  .sec02__box02__box {
    flex-direction: column;
  }
  .sec02__box02__box__item:nth-of-type(1) {
    margin-inline: -8px 0px;
  }
}
.sec02 sup {
  font-size: 65%;
}

/* sec03 */
.sec03 {
  background-color: #f7f7f7;
}
.sec03__notice {
  font-size: 14px;
  text-align: right;
}
.sec03__notice02 {
  margin-top: 30px;
}
.sec03__box {
  margin-top: 65px;
  display: flex;
  flex-wrap: wrap;
  gap: 32px 16px;
}
@media screen and (max-width: 768px) {
  .sec03__box {
    display: block;
  }
}
.sec03__box__cat {
  flex: 0 0 calc((100% - 48px) / 4);
}
.sec03__box__cat.cat--2 {
  flex: 0 0 calc((100% - 48px) / 4 * 2 + 16px);
}
.sec03__box__cat.cat--3 {
  flex: 0 0 calc((100% - 48px) / 4 * 3 + 32px);
}
@media screen and (max-width: 768px) {
  .sec03__box__cat {
    margin-bottom: 25px;
  }
}
.sec03__box__cat__head {
  font-size: 18px;
  font-weight: 700;
  height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  line-height: 1.05;
  text-align: left;
}
.sec03__box__cat__head::before {
  content: "";
  background-color: #0081cc;
  display: block;
  width: 5px;
  height: 100%;
}
.sec03__box__cat__head.head--narrow {
  font-size: 15px;
  letter-spacing: -0.03em;
}
@media screen and (max-width: 1100px) {
  .sec03__box__cat__head.head--narrow {
    font-size: 13px;
    letter-spacing: -0.04em;
  }
}
@media screen and (max-width: 1000px) {
  .sec03__box__cat__head.head--narrow {
    font-size: 12px;
    letter-spacing: -0.05em;
  }
}
@media screen and (max-width: 900px) {
  .sec03__box__cat__head.head--narrow {
    font-size: 11px;
    letter-spacing: -0.06em;
  }
}
@media screen and (max-width: 830px) {
  .sec03__box__cat__head.head--narrow {
    font-size: 10px;
    letter-spacing: -0.08em;
  }
}
@media screen and (max-width: 768px) {
  .sec03__box__cat__head.head--narrow {
    font-size: 18px;
    letter-spacing: 0.05em;
  }
}
.sec03__box__cat__inner {
  display: flex;
  gap: 16px;
}
@media screen and (max-width: 768px) {
  .sec03__box__cat__inner {
    flex-direction: column;
    gap: 20px;
  }
}
.sec03__box__cat.cat--2 .sec03__box__item {
  flex: 0 0 calc((100% - 16px) / 2);
}
.sec03__box__cat.cat--3 .sec03__box__item {
  flex: 0 0 calc((100% - 32px) / 3);
}
.sec03__box__item {
  width: 100%;
}
.sec03__box__item__link {
  text-decoration: none !important;
  transition: 0.2s;
}
.sec03__box__item__link:hover {
  opacity: 0.6;
}
.sec03__box__item__link span {
  display: inline-block;
  color: #006ec3;
  text-align: left;
  width: 100%;
  margin-bottom: 3px;
}
.sec03__box__item__link span::before {
  content: ">";
  margin-right: 0.1em;
}
.sec03__box__item__img {
  background-color: #fff;
  height: 150px;
  border: 1px solid #000;
  display: grid;
  place-content: center;
  margin-bottom: 5px;
}
@media screen and (max-width: 1000px) {
  .sec03__box__item__img img {
    max-width: 80%;
    margin: auto;
  }
}
@media screen and (max-width: 768px) {
  .sec03__box__item__img {
    width: 100%;
    height: auto;
    aspect-ratio: 1.6;
    grid-template-columns: 100%;
    grid-template-areas: 100%;
  }
  .sec03__box__item__img img {
    width: 70%;
    height: auto;
    margin: auto;
  }
}

/* footer */
footer {
  padding: 30px 0;
}
footer .btn__wrapper {
  margin: 30px auto 70px;
}

/* common extend */
body:has(.header.isHide) {
  padding-top: 65px;
}

.header {
  transition: top 0.5s ease-in-out;
}
.header.isHide {
  position: fixed;
  top: -65px;
}
.header.isFixed {
  top: 0;
}

.pconly {
  display: block;
}

.sponly {
  display: none;
}

@media screen and (max-width: 767px) {
  .pconly {
    display: none;
  }
  .sponly {
    display: block;
  }
}
.product-page-link-is-hide .btn--product-page {
  display: none;
}

@media screen and (max-width: 768px) {
  .header {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
}
.header__logo {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .header__logo {
    gap: 15px;
  }
}
.header__logo__product {
  margin-bottom: 14px;
}
.header__logo__product img {
  height: 16px;
  object-fit: contain;
}
@media screen and (max-width: 768px) {
  .header__logo__product {
    display: flex;
    align-items: center;
    padding-top: 5px;
    margin-bottom: 0;
  }
  .header__logo__product img {
    height: 14px;
  }
}
/*# sourceMappingURL=style.css.map */