@charset "UTF-8";
body {
  background: #fff;
  overflow-x: hidden;
}

/* ====================================
	共通スタイル
 ==================================== */
main {
  padding-bottom: 0 !important;
}

header {
  background: #fff;
}

article {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #555;
  counter-reset: number 0;
  position: relative;
}
article section {
  background: #fff;
}

.goth {
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

/* ====================================
	ホバーが有効な環境のみ
===================================== */
@media (hover: hover) and (pointer: fine) {
  /* メインビジュアル・TVCMを見るボタン */
  .link-tvcm:hover {
    color: #000;
    background-color: #fff;
  }
  /* お役立ちコンテンツ・もっと見るボタン */
  .btn-open-more:hover {
    color: #fff;
    background-color: #000;
  }
  /* リンクテキストアンダーライン */
  :where(.list-news, .faq-text) a:hover {
    text-decoration: none;
  }
}
/* ====================================
	スマートフォン専用スタイル
===================================== */
@media screen and (width < 768px) {
  .pc {
    display: none;
  }
  .main-visual {
    position: relative;
  }
  .main-visual .l1 {
    width: 100%;
    height: 63vw;
  }
  .main-visual .l2 {
    width: 100%;
    height: 66vw;
    margin-left: auto;
    position: relative;
    z-index: 1;
  }
  .main-visual .l2 small {
    font-size: 1.2rem;
    display: block;
    margin-top: 1vw;
    margin-right: 1vw;
    text-align: right;
  }
  .l3 {
    width: 100%;
    height: 66vw;
    position: absolute;
    left: 0;
    top: 6vw;
    z-index: 3;
    text-align: center;
  }
  .l3 img {
    width: 74%;
  }
  .main-text {
    font-weight: 600;
    line-height: 1.6;
    padding: 10vw 5% 13vw;
  }
  .introduced {
    background: #e0dfdd;
    position: relative;
    padding: 53vw 5% 8vw;
  }
  .introduced .pic {
    background: url(assets/images/introduced.png) no-repeat 0 0/contain;
    width: 67vw;
    height: 58vw;
    font-size: 1.1rem;
    font-weight: bold;
    position: absolute;
    top: -4.2vw;
    left: 5vw;
  }
  .introduced .pic span {
    display: inline-block;
    text-align: center;
    padding: 10vw 5vw 0;
  }
  .introduced .text span {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.6rem;
  }
  .introduced .text p {
    font-size: 1.4rem;
    margin-top: 4.7vw;
    line-height: 1.5;
  }
  .section-title {
    position: relative;
    width: 100vw;
    left: -5vw;
  }
  .section-title::before {
    content: "";
    display: block;
    position: absolute;
    width: 24vw;
    height: 3.8vw;
    background: linear-gradient(90deg, #b2e2db, #caecd8);
    top: 11.6vw;
    left: 0;
    border-radius: 0 3vw 3vw 0;
  }
  .section-title::after {
    content: "";
    display: block;
    position: absolute;
    width: 24vw;
    height: 3.8vw;
    background: linear-gradient(90deg, #bee7da, #e1f4d6);
    top: 11.6vw;
    right: 0;
    border-radius: 3vw 0 0 3vw;
  }
  .section-title h2 {
    text-align: center;
    font-size: 2rem;
    background: url(assets/images/title.svg) no-repeat center 0/contain;
    height: 27vw;
    position: relative;
    padding: 9.8vw 0 0;
  }
  .section-title h2::before {
    position: absolute;
    counter-increment: number 1;
    content: "0" counter(number) ".";
    font-family: Arial, Helvetica, sans-serif;
    color: #00a087;
    font-size: 1.2rem;
    font-weight: 400;
    text-align: center;
    top: 3.7vw;
    left: 50%;
    margin-left: -2.3vw;
  }
  .section {
    overflow: hidden;
    background: #fff;
    padding-left: 5%;
    padding-right: 5%;
  }
  .section .box .text h2 {
    color: #00a087;
    font-size: 6.5vw;
    line-height: 1.5;
    letter-spacing: -0.02em;
  }
  .section .box .text p {
    margin-top: 6.5vw;
    line-height: 1.6;
  }
  .section .box .text p span {
    color: #00a087;
  }
  .section .box picture {
    position: relative;
    display: block;
    z-index: 2;
  }
  .section .box picture::before {
    content: "";
    width: 100%;
    height: 63vw;
    position: absolute;
    top: 5.7vw;
    right: -5vw;
    background: linear-gradient(90deg, #bee7da, #e1f4d6);
    z-index: -1;
    border-radius: 3vw 0 0 3vw;
  }
  .section .box picture img {
    border-radius: 3vw;
  }
  .section .box:nth-child(even) .text {
    order: 2;
  }
  .section .box:nth-child(even) picture {
    margin: 0;
  }
  .section .box:nth-child(even) picture::before {
    background: linear-gradient(90deg, #b2e2db, #caecd8);
    border-radius: 0 3vw 3vw 0;
    right: inherit;
    top: 5vw;
    left: -5vw;
    height: 59.8vw;
  }
  .section00 {
    padding-top: 14.7vw;
    padding-bottom: 12.5vw;
  }
  .section00 .box picture {
    margin: 9vw 0 0;
  }
  .section01 {
    padding-bottom: 22vw;
  }
  .section01 .box {
    margin-top: 21vw;
  }
  .section01 .box picture {
    margin-top: 9vw;
  }
  .section01 .box picture::before {
    height: 60vw;
  }
  .section01 .box:nth-child(even) {
    margin-top: 10.3vw;
  }
  .section01 .box:nth-child(even) .text p {
    margin-top: 7vw;
    padding-right: 0;
  }
  .section01 .box:nth-child(even) picture {
    margin: 9vw 0 0;
  }
  .section02 {
    padding-top: 16.3vw;
    padding-bottom: 22vw;
  }
  .section02 .box {
    margin-top: 20vw;
  }
  .section02 .box .text p {
    margin-top: 7.7vw;
  }
  .section02 .box picture {
    margin-top: 8.6vw;
  }
  .section02 .box picture::before {
    height: 60vw;
  }
  .section02 .box:nth-child(even) {
    margin-top: 13.8vw;
  }
  .section02 .box:nth-child(even) .text {
    padding: 6.5vw 0 0;
  }
  .section02 .box:nth-child(even) .text p {
    margin-top: 4.8vw;
    padding-right: 0.3vw;
  }
  .section02 .box:nth-child(even) picture {
    margin-top: 9vw;
  }
  .section03 {
    padding-top: 16.3vw;
    padding-bottom: 21.6vw;
  }
  .section03 .box {
    margin-top: 20.3vw;
  }
  .section03 .box picture {
    margin-top: 16vw;
  }
  .section03 .box picture::before {
    height: 60vw;
  }
  .section03 .box:nth-child(even) {
    margin-top: 10.8vw;
  }
  .section03 .box:nth-child(even) .text {
    padding: 0 0;
  }
  .section03 .box:nth-child(even) .text p {
    margin-top: 4.8vw;
    padding-right: 1.9vw;
  }
  .section03 .box:nth-child(even) picture {
    margin: 14vw 0 0;
  }
  .section04 {
    padding-bottom: 22vw;
  }
  .section04 .box picture {
    margin: 9vw 0 0;
  }
  .section04 .box picture img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -o-object-position: 0;
       object-position: 0;
  }
  .section04 .box picture::before {
    height: 60vw;
  }
  .section04::before {
    content: "";
    display: block;
    width: 100vw;
    margin-left: -5vw;
    height: 92.8vw;
    background: url(assets/images/bg_sp.jpg) no-repeat center 0/contain;
  }
  .point {
    background: #e0dfdd;
    padding: 13vw 5% 11.8vw;
  }
  .point .box .text {
    position: relative;
    padding: 20vw 0 0;
  }
  .point .box .text h2 {
    font-size: 2.1rem;
    letter-spacing: 0.05em;
  }
  .point .box .text h2::before {
    content: "";
    position: absolute;
    width: 44.9vw;
    height: 18.2vw;
    background: url(assets/images/point.svg) no-repeat 0 0/contain;
    top: -2.5vw;
  }
  .point .box .text p {
    margin-top: 6vw;
  }
  .point .box picture {
    display: block;
    margin-top: 6vw;
  }
  .point .box picture small {
    font-size: 1.2rem;
    display: block;
    margin-top: 0.5vw;
    text-align: right;
  }
  .point.last {
    padding-bottom: 17vw;
  }
  .point.last .box .text {
    padding: 20.4vw 0 0;
  }
  .point.last .box .text small {
    font-size: 1.2rem;
    display: block;
    margin-top: 5vw;
  }
  .point.last .box .text sup {
    color: #555;
  }
  .fit {
    background: url(assets/images/bg_fit.jpg) no-repeat center 0/cover;
    padding: 11vw 5% 31vw;
  }
  .fit .fit-title {
    background: rgba(0, 160, 135, 0.7);
    margin: 0 auto;
    width: 100%;
    height: 25vw;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 2.25rem;
    padding: 4.2vw 0 0;
    border-radius: 3vw;
  }
  .fit .fit-title span {
    display: block;
    font-size: 1.5rem;
  }
  .fit .fit-new {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    top: 1rem;
    background: rgb(255, 255, 255);
    margin: 0 auto;
    width: 18rem;
    height: 3.4rem;
    color: #00a087;
    font-weight: bold;
    font-size: 1.8rem;
    border-radius: 1vw;
  }
  .fit .swiper {
    width: 100%;
    margin: 7vw auto 0;
  }
  .fit .swiper .swiper-wrapper .swiper-slide {
    background: #fff;
    border-radius: 3vw;
    text-align: center;
    padding: 2.8vw 0 3vw;
  }
  .fit .swiper .swiper-wrapper .swiper-slide img {
    height: 39vw;
    width: auto;
  }
  .fit .swiper .swiper-wrapper .swiper-slide .product-title {
    font-size: 1.7rem;
    font-weight: bold;
    color: #00a087;
    margin-top: 2.9vw;
  }
  .fit .swiper .swiper-wrapper .swiper-slide p {
    font-size: 1.3rem;
    margin-top: 1.5vw;
    line-height: 1.3;
  }
  .fit .swiper .swiper-wrapper .swiper-slide a {
    background: #555;
    display: inline-block;
    border-radius: 1vw;
    color: #fff;
    width: 35vw;
    height: 8.2vw;
    font-size: 1.2rem;
    font-weight: bold;
    margin-top: 3.3vw;
    padding: 1.7vw 0 0;
  }
  .fit .swiper-pagination {
    bottom: 13vw;
  }
  .fit .swiper-pagination-bullet-active {
    background: #00a087;
  }
}
/* ====================================
	PC&タブレット、印刷専用スタイル
===================================== */
@media print, screen and (width >= 768px) {
  .sp {
    display: none;
  }
  article {
    font-size: 1.7rem;
  }
  article::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 90vh;
    background: url(assets/images/bg.jpg) no-repeat 0 0/cover;
    top: 0;
    z-index: -1;
  }
  .main-visual {
    position: relative;
    padding-top: 3.7vw;
  }
  .main-visual .l1 {
    width: 64vw;
    height: 44vw;
    margin-top: 4vw;
    position: absolute;
    z-index: 1;
  }
  .main-visual .l2 {
    background: url(assets/images/main-visual.jpg) no-repeat 0 0/contain;
    width: 63.3vw;
    height: 41.8vw;
    margin-left: auto;
    position: relative;
    border-radius: 2vw 0 0 2vw;
    z-index: 1;
  }
  .main-visual .l2 img {
    border-radius: 2vw 0 0 2vw;
  }
  .main-visual .l2 small {
    font-size: 1.2rem;
    display: block;
    margin-top: 1vw;
    margin-right: 1vw;
    text-align: right;
  }
  .main-visual .l3 {
    background: url(assets/images/main-visual-title.svg) no-repeat 0 0/contain;
    width: 51vw;
    height: 26vw;
    position: absolute;
    left: 0;
    top: 17vw;
    z-index: 3;
  }
  .main-text {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
    padding: 11vw 0 7.3vw;
    position: relative;
  }
  .main-text::after {
    content: "";
    position: absolute;
    bottom: -25vw;
    left: 0;
    width: 100%;
    height: 25vw;
    background: #fff;
  }
  .introduced {
    background: #e0dfdd;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .introduced .pic {
    background: url(assets/images/introduced.png) no-repeat 0 0/contain;
    width: 31.3rem;
    height: 26.8rem;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    margin-top: -1.2rem;
    left: -0.8rem;
    padding: 4.9rem 0 0 1.5rem;
  }
  .introduced .pic span {
    display: inline-block;
    text-align: center;
  }
  .introduced .text {
    width: 28.4vw;
    margin-top: 1.8vw;
  }
  .introduced .text span {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.8rem;
  }
  .introduced .text p {
    font-size: 1.5rem;
    margin-top: 1vw;
  }
  .section-title {
    position: relative;
  }
  .section-title::before {
    content: "";
    display: block;
    position: absolute;
    width: 37.3vw;
    height: 2.3rem;
    background: linear-gradient(90deg, #b2e2db, #caecd8);
    top: 6.7rem;
    left: 50%;
    margin-left: -55vw;
    border-radius: 0 3rem 3rem 0;
  }
  .section-title::after {
    content: "";
    display: block;
    position: absolute;
    width: 37.3vw;
    height: 2.3rem;
    background: linear-gradient(90deg, #bee7da, #e1f4d6);
    top: 6.7rem;
    right: 50%;
    margin-right: -55vw;
    border-radius: 3rem 0 0 3rem;
  }
  .section-title h2 {
    text-align: center;
    font-size: 3.2rem;
    background: url(assets/images/title.svg) no-repeat center 0/contain;
    height: 16rem;
    position: relative;
    padding: 5.6rem 0 0;
  }
  .section-title h2::before {
    position: absolute;
    counter-increment: number 1;
    content: "0" counter(number) ".";
    font-family: Arial, Helvetica, sans-serif;
    color: #00a087;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
    top: 1.4rem;
    left: 50%;
    margin-left: -1.6rem;
  }
  .section {
    background: #fff;
    position: relative;
  }
  .section .box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 80vw;
  }
  .section .box .text {
    width: 52vw;
  }
  .section .box .text h2 {
    color: #00a087;
    font-size: 3.1vw;
    line-height: 1.4;
  }
  .section .box .text h2 span {
    display: inline-block;
  }
  .section .box .text p {
    margin-top: 3.7vw;
    line-height: 2;
  }
  .section .box .text p span {
    color: #00a087;
  }
  .section .box picture {
    width: 52.4vw;
    position: relative;
    z-index: 2;
  }
  .section .box picture::before {
    content: "";
    width: 40vw;
    height: 28vw;
    position: absolute;
    top: 6.7vw;
    right: -10vw;
    background: linear-gradient(90deg, #bee7da, #e1f4d6);
    z-index: -1;
    border-radius: 2vw 0 0 2vw;
  }
  .section .box picture img {
    border-radius: 2vw;
  }
  .section .box:nth-child(even) .text {
    order: 2;
  }
  .section .box:nth-child(even) picture {
    margin: 0;
  }
  .section .box:nth-child(even) picture::before {
    background: linear-gradient(90deg, #b2e2db, #caecd8);
    border-radius: 0 2vw 2vw 0;
    right: inherit;
  }
  .section::after {
    content: "";
    position: absolute;
    bottom: -37vw;
    left: 0;
    width: 100%;
    height: 37vw;
    background: #fff;
  }
  .section00 {
    padding: 10.4vw 0 10vw;
  }
  .section00 .box .text p {
    padding-right: 3vw;
  }
  .section00 .box picture {
    margin: 0.5vw 0 0;
  }
  .section01 {
    padding-bottom: 11.1vw;
  }
  .section01 .box {
    margin-top: 9.5vw;
  }
  .section01 .box .text {
    width: 37.5vw;
  }
  .section01 .box .text p {
    margin-top: 3.1vw;
    padding-right: 4vw;
  }
  .section01 .box picture {
    width: 39vw;
    margin-top: 0.4vw;
  }
  .section01 .box picture::before {
    width: 39vw;
    height: 26vw;
    top: 6.2vw;
  }
  .section01 .box:nth-child(even) {
    margin-top: 9.2vw;
  }
  .section01 .box:nth-child(even) .text {
    width: 28vw;
    padding: 5.2vw 0 0;
  }
  .section01 .box:nth-child(even) .text p {
    margin-top: 3.1vw;
    padding-right: 0;
  }
  .section01 .box:nth-child(even) picture {
    width: 46vw;
    margin: 0;
  }
  .section01 .box:nth-child(even) picture::before {
    width: 46.1vw;
    height: 30.4vw;
    top: 9.6vw;
    left: -10vw;
  }
  .section02 {
    padding: 10.6vw 0 8.6vw;
  }
  .section02 .box {
    margin-top: 7.9vw;
  }
  .section02 .box .text {
    width: 32vw;
  }
  .section02 .box .text p {
    margin-top: 3.1vw;
    padding-right: 1.3vw;
  }
  .section02 .box picture {
    width: 43.4vw;
    margin-top: 0.6vw;
  }
  .section02 .box picture::before {
    width: 43.4vw;
    height: 29vw;
    top: 13vw;
  }
  .section02 .box:nth-child(even) {
    margin-top: 9.5vw;
  }
  .section02 .box:nth-child(even) .text {
    width: 34vw;
    padding: 4.2vw 0 0;
  }
  .section02 .box:nth-child(even) .text p {
    margin-top: 3vw;
    padding-right: 0.3vw;
  }
  .section02 .box:nth-child(even) picture {
    width: 41.4vw;
    height: 29.5vw;
    margin: 0;
    left: -1.5vw;
  }
  .section02 .box:nth-child(even) picture img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .section02 .box:nth-child(even) picture::before {
    width: 41.5vw;
    height: 29.6vw;
    top: 10vw;
    left: -8.5vw;
  }
  .section03 {
    padding: 10.7vw 0 8.5vw;
  }
  .section03::after {
    display: none;
  }
  .section03 .box {
    margin-top: 13vw;
  }
  .section03 .box .text {
    width: 33.5vw;
  }
  .section03 .box .text p {
    margin-top: 3.6vw;
  }
  .section03 .box picture {
    width: 42vw;
    height: 28.9vw;
    margin-top: 0.6vw;
  }
  .section03 .box picture img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .section03 .box picture::before {
    width: 42vw;
    height: 28.9vw;
    top: 8.6vw;
  }
  .section03 .box:nth-child(even) {
    margin-top: 9.3vw;
  }
  .section03 .box:nth-child(even) .text {
    width: 41.9vw;
    padding: 0 0;
    margin-top: -0.4vw;
  }
  .section03 .box:nth-child(even) .text p {
    margin-top: 3vw;
  }
  .section03 .box:nth-child(even) picture {
    width: 32vw;
    height: 24.4vw;
    margin: 0;
  }
  .section03 .box:nth-child(even) picture img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -o-object-position: -4.5vw 0;
       object-position: -4.5vw 0;
  }
  .section03 .box:nth-child(even) picture::before {
    width: 32vw;
    height: 24.3vw;
    top: 5.7vw;
    left: -10vw;
  }
  .section04 {
    margin-top: 47.6vw;
    padding: 8vw 0 10.1vw;
  }
  .section04 .box .text {
    width: 41vw;
  }
  .section04 .box .text p {
    margin-top: 3.1vw;
  }
  .section04 .box picture {
    width: 31.6vw;
    height: 25.7vw;
    margin: 0.6vw 0 0;
  }
  .section04 .box picture img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -o-object-position: 0;
       object-position: 0;
  }
  .section04 .box picture::before {
    width: 31.6vw;
    height: 25.7vw;
    top: 6vw;
  }
  .point {
    background: #e0dfdd;
    padding: 4.6vw 0 4.8vw;
    position: relative;
  }
  .point .box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 80vw;
  }
  .point .box .text {
    width: 37.5vw;
    position: relative;
    padding: 5.8vw 0 0;
  }
  .point .box .text h2 {
    font-size: 3.6rem;
  }
  .point .box .text h2::before {
    content: "";
    position: absolute;
    width: 13.9vw;
    height: 5.5vw;
    background: url(assets/images/point.svg) no-repeat 0 0/contain;
    top: -2.1vw;
  }
  .point .box .text p {
    font-size: 1.6rem;
    margin-top: 2.2vw;
    line-height: 1.7;
  }
  .point .box .text small {
    font-size: 1.2rem;
    display: block;
    margin-top: 2.7vw;
  }
  .point .box picture {
    width: 39vw;
  }
  .point .box picture small {
    font-size: 1.2rem;
    display: block;
    margin-top: 0.5vw;
    text-align: right;
  }
  .point.last {
    padding-bottom: 3.4vw;
  }
  .point.last .box .text {
    width: 35vw;
    padding: 5vw 0 0;
  }
  .point.last .box .text h2::before {
    top: -2.8vw;
  }
  .point.last .box .text p {
    margin-top: 1.7vw;
  }
  .point.last .box .text p sup {
    color: #555;
  }
  .fit {
    background: url(assets/images/bg_fit.jpg) no-repeat center 0/cover;
    padding: 7.4vw 0 5.5vw;
    position: relative;
  }
  .fit .fit-title {
    background: rgba(0, 160, 135, 0.7);
    margin: 0 auto;
    width: 63rem;
    height: 16.7rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 4rem;
    padding: 2.9vw 0 0;
    border-radius: 2vw;
  }
  .fit .fit-title span {
    display: block;
    font-size: 2.4rem;
  }
  .fit .fit-new {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
    top: 2.2rem;
    background: rgb(255, 255, 255);
    margin: 0 auto;
    width: 24rem;
    height: 5rem;
    color: #00a087;
    font-weight: bold;
    font-size: 2.4rem;
    border-radius: 0.5vw;
  }
  .fit .swiper {
    width: 80vw;
    margin: 3.9vw auto 0;
  }
  .fit .swiper .swiper-wrapper .swiper-slide {
    background: #fff;
    border-radius: 2vw;
    text-align: center;
    padding: 1.2vw 0 1.1vw;
  }
  .fit .swiper .swiper-wrapper .swiper-slide .product-title {
    font-size: 2.6rem;
    font-weight: bold;
    color: #00a087;
    margin-top: 0.7vw;
  }
  .fit .swiper .swiper-wrapper .swiper-slide p {
    font-size: 1.4rem;
    margin-top: 0.4vw;
  }
  .fit .swiper .swiper-wrapper .swiper-slide a {
    background: #555;
    display: inline-block;
    border-radius: 0.7vw;
    color: #fff;
    max-width: 14rem;
    width: 80%;
    height: 3.4rem;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 0.8vw;
    padding: 0.4vw 0 0;
  }
  .swiper-button-prev,
.swiper-button-next {
    display: none;
  }
  .swiper-wrapper {
    display: grid;
    gap: 0.5vw;
    grid-template-columns: repeat(5, 1fr);
  }
  /* 画像のサイズ調整 */
  .swiper-slide img {
    height: auto;
    width: 100%;
  }
  #globalSupportFooter {
    position: relative;
  }
  footer {
    position: relative;
  }
  footer::before {
    content: "";
    position: absolute;
    top: -12vw;
    height: 12vw;
    width: 100%;
    background: #fff;
    z-index: -1;
  }
}
/* ====================================
	タブレット専用スタイル（768px～1380px）
===================================== */
@media screen and (768px <= width < 1300px) {
  article::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 100vh;
    background: url(assets/images/bg.jpg) no-repeat center 0/154vw;
    top: 0;
    z-index: -1;
  }
  .point .pc {
    display: none;
  }
}
/* ====================================
	大画面スタイル（1200px～）
===================================== */
@media screen and (1300px <= width) {
  article {
    font-size: 1.7rem;
  }
  article::before {
    content: "";
    position: fixed;
    width: 100%;
    height: 732rem;
    background: url(assets/images/bg.jpg) no-repeat 0 0/contain;
    top: 0;
    z-index: -1;
  }
  .main-text {
    text-align: center;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2;
    padding: 16.5rem 0 11.2rem;
  }
  .introduced {
    background: #e0dfdd;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .introduced .pic {
    background: url(assets/images/introduced.png) no-repeat 0 0/contain;
    width: 31.3rem;
    height: 26.8rem;
    font-size: 1.5rem;
    font-weight: bold;
    position: relative;
    margin-top: -1.2rem;
    left: -0.8rem;
    padding: 4.9rem 0 0 1.5rem;
  }
  .introduced .pic span {
    display: inline-block;
    text-align: center;
  }
  .introduced .text {
    width: 41.85rem;
    margin-top: 2.5rem;
  }
  .introduced .text span {
    font-family: "brandon-grotesque", sans-serif;
    font-weight: 500;
    font-style: italic;
    font-size: 1.8rem;
  }
  .introduced .text p {
    font-size: 1.5rem;
    margin-top: 1.7rem;
  }
  .section-title {
    position: relative;
  }
  .section-title::before {
    content: "";
    display: block;
    position: absolute;
    width: 37.3vw;
    height: 2.3rem;
    background: linear-gradient(90deg, #b2e2db, #caecd8);
    top: 6.7rem;
    left: 50%;
    margin-left: -55vw;
    border-radius: 0 3rem 3rem 0;
  }
  .section-title::after {
    content: "";
    display: block;
    position: absolute;
    width: 37.3vw;
    height: 2.3rem;
    background: linear-gradient(90deg, #bee7da, #e1f4d6);
    top: 6.7rem;
    right: 50%;
    margin-right: -55vw;
    border-radius: 3rem 0 0 3rem;
  }
  .section-title h2 {
    text-align: center;
    font-size: 3.2rem;
    background: url(assets/images/title.svg) no-repeat center 0/contain;
    height: 16rem;
    position: relative;
    padding: 5.6rem 0 0;
  }
  .section-title h2::before {
    position: absolute;
    counter-increment: number 1;
    content: "0" counter(number) ".";
    font-family: Arial, Helvetica, sans-serif;
    color: #00a087;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
    top: 1.4rem;
    left: 50%;
    margin-left: -1.6rem;
  }
  .section {
    background: #fff;
  }
  .section .box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 120rem;
  }
  .section .box .text {
    width: 56.6rem;
  }
  .section .box .text h2 {
    color: #00a087;
    font-size: 4.6rem;
    line-height: 1.4;
  }
  .section .box .text p {
    margin-top: 5.5rem;
    line-height: 2;
  }
  .section .box .text p span {
    color: #00a087;
  }
  .section .box picture {
    width: 60.3rem;
    height: 42.1rem;
    position: relative;
    z-index: 2;
  }
  .section .box picture::before {
    content: "";
    width: 60.3rem;
    height: 42.1rem;
    position: absolute;
    top: 9.7rem;
    right: -15rem;
    background: linear-gradient(90deg, #bee7da, #e1f4d6);
    z-index: -1;
    border-radius: 3rem;
  }
  .section .box picture img {
    border-radius: 3rem;
  }
  .section .box:nth-child(even) .text {
    order: 2;
  }
  .section .box:nth-child(even) picture {
    margin: 0;
  }
  .section .box:nth-child(even) picture::before {
    background: linear-gradient(90deg, #b2e2db, #caecd8);
    border-radius: 3rem;
    right: inherit;
  }
  .section00 {
    padding: 15.7rem 0 15rem;
  }
  .section00 .box .text p {
    padding-right: 1.5rem;
  }
  .section00 .box picture {
    margin: 0.8rem 0 0;
  }
  .section01 {
    padding-bottom: 16.7rem;
  }
  .section01 .box {
    margin-top: 15rem;
  }
  .section01 .box .text p {
    margin-top: 4.7rem;
    padding-right: 1.5rem;
  }
  .section01 .box picture {
    width: 58.5rem;
    height: 39.3rem;
    margin-top: 0.6rem;
  }
  .section01 .box picture::before {
    width: 58.5rem;
    height: 39.3rem;
    top: 9.1rem;
  }
  .section01 .box:nth-child(even) {
    margin-top: 13.8rem;
  }
  .section01 .box:nth-child(even) .text {
    width: 42.2rem;
    padding: 8rem 0 0;
  }
  .section01 .box:nth-child(even) .text p {
    margin-top: 4rem;
    padding-right: 0;
  }
  .section01 .box:nth-child(even) picture {
    width: 69.1rem;
    height: 45.7rem;
    margin: 0;
  }
  .section01 .box:nth-child(even) picture::before {
    width: 69.1rem;
    height: 45.7rem;
    top: 14.5rem;
    left: -15rem;
  }
  .section02 {
    padding: 16.3rem 0 13rem;
  }
  .section02 .box {
    margin-top: 12rem;
  }
  .section02 .box .text {
    width: 49rem;
  }
  .section02 .box .text p {
    margin-top: 4.7rem;
    padding-right: 1.5rem;
  }
  .section02 .box picture {
    width: 65.273rem;
    height: 43.686rem;
    margin-top: 0.6rem;
  }
  .section02 .box picture::before {
    width: 65.273rem;
    height: 43.686rem;
    top: 19.8rem;
  }
  .section02 .box:nth-child(even) {
    margin-top: 13.8rem;
  }
  .section02 .box:nth-child(even) .text {
    width: 51.2rem;
    padding: 6.5rem 0 0;
  }
  .section02 .box:nth-child(even) .text p {
    margin-top: 4.8rem;
    padding-right: 0.3rem;
  }
  .section02 .box:nth-child(even) picture {
    width: 62.4rem;
    height: 44.4rem;
    margin: 0;
    left: -2.3rem;
  }
  .section02 .box:nth-child(even) picture img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .section02 .box:nth-child(even) picture::before {
    width: 62.4rem;
    height: 44.4rem;
    top: 15rem;
    left: -12.8rem;
  }
  .section03 {
    padding: 16.3rem 0 19.6rem;
  }
  .section03 .box {
    margin-top: 19.3rem;
  }
  .section03 .box .text {
    width: 51rem;
  }
  .section03 .box picture {
    width: 62.9rem;
    height: 43.4rem;
    margin-top: 0.6rem;
  }
  .section03 .box picture img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .section03 .box picture::before {
    width: 62.9rem;
    height: 43.4rem;
    top: 13rem;
  }
  .section03 .box:nth-child(even) {
    margin-top: 13.8rem;
  }
  .section03 .box:nth-child(even) .text {
    width: 63rem;
    padding: 0 0;
    margin-top: -0.4rem;
  }
  .section03 .box:nth-child(even) .text p {
    margin-top: 4.8rem;
    padding-right: 1.9rem;
  }
  .section03 .box:nth-child(even) picture {
    width: 48.104rem;
    height: 36.588rem;
    margin: 0;
  }
  .section03 .box:nth-child(even) picture img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
  }
  .section03 .box:nth-child(even) picture::before {
    width: 48.104rem;
    height: 36.588rem;
    top: 8.5rem;
    left: -15.1rem;
  }
  .section04 {
    margin-top: 68.8rem;
    padding: 14.5rem 0 14.4rem;
  }
  .section04 .box .text {
    width: 61.5rem;
  }
  .section04 .box picture {
    width: 47.513rem;
    height: 38.653rem;
    margin: 0.8rem 0 0;
  }
  .section04 .box picture img {
    -o-object-fit: cover;
       object-fit: cover;
    height: 100%;
    -o-object-position: 0;
       object-position: 0;
  }
  .section04 .box picture::before {
    width: 47.513rem;
    height: 38.653rem;
    top: 8.8rem;
  }
  .point {
    background: #e0dfdd;
    padding: 7rem 0 7rem;
  }
  .point .box {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 120rem;
  }
  .point .box .text {
    width: 56.6rem;
    position: relative;
    padding: 8.4rem 0 0;
  }
  .point .box .text h2 {
    font-size: 3.6rem;
  }
  .point .box .text h2::before {
    content: "";
    position: absolute;
    width: 20.9rem;
    height: 8.2rem;
    background: url(assets/images/point.svg) no-repeat 0 0/contain;
    top: -3rem;
  }
  .point .box .text p {
    font-size: 1.6rem;
    margin-top: 3rem;
  }
  .point .box picture {
    width: 58.3rem;
  }
  .point.last {
    padding-bottom: 6rem;
  }
  .point.last .box .text {
    width: 52rem;
    padding: 7.4rem 0 0;
  }
  .point.last .box .text h2::before {
    top: -4rem;
  }
  .point.last .box .text small {
    font-size: 1.2rem;
    display: block;
    margin-top: 4rem;
  }
  .fit {
    background: url(assets/images/bg_fit.jpg) no-repeat center 0/cover;
    padding: 11rem 0 8rem;
  }
  .fit .fit-title {
    background: rgba(0, 160, 135, 0.7);
    margin: 0 auto;
    width: 63rem;
    height: 16.7rem;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 4rem;
    padding: 4.2rem 0 0;
    border-radius: 3rem;
  }
  .fit .fit-title span {
    display: block;
    font-size: 2.4rem;
  }
  .fit .swiper {
    width: 120rem;
    margin: 6rem auto 0;
  }
  .fit .swiper .swiper-wrapper .swiper-slide {
    background: #fff;
    border-radius: 3rem;
    text-align: center;
    padding: 1.8rem 0 1.8rem;
  }
  .fit .swiper .swiper-wrapper .swiper-slide .product-title {
    font-size: 2.6rem;
    font-weight: bold;
    color: #00a087;
    margin-top: 1rem;
  }
  .fit .swiper .swiper-wrapper .swiper-slide p {
    font-size: 1.4rem;
    margin-top: 0.6rem;
  }
  .fit .swiper .swiper-wrapper .swiper-slide a {
    background: #555;
    display: inline-block;
    border-radius: 1rem;
    color: #fff;
    width: 14rem;
    height: 3.4rem;
    font-size: 1.6rem;
    font-weight: bold;
    margin-top: 1rem;
    padding: 0.7rem 0 0;
  }
}
/* 1.5秒間かけてフェードイン */
.l1,
.l2,
.l3 {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  transform: translateY(50px);
  opacity: 0;
}

.l1 {
  -webkit-animation-delay: 500ms;
          animation-delay: 500ms;
}

.l2 {
  -webkit-animation-delay: 1000ms;
          animation-delay: 1000ms;
}

.l3 {
  -webkit-animation-delay: 1500ms;
          animation-delay: 1500ms;
}

@-webkit-keyframes fadeInUp {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInUp {
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes showText {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes showText {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
/*# sourceMappingURL=style.css.map */