@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap");
:root {
  --sans-serif: "Hiragino Sans", "ヒラギノ角ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  --serif: "Noto Serif JP", serif;
  --en-sans: "Montserrat", sans-serif;
  --en-serif: "", serif;
  --base: #fff;
  --main: #000;
  --accent: #d81b60;
  --ctr-w: 1200px;
  --ctr-pd: 80px;
}
@media screen and (max-width: 767px) {
  :root {
    --ctr-pd: 8vw;
  }
}

/*========================================
  ブラウザごとのデフォルトスタイルの初期化
========================================*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
big,
code,
del,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
u,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
footer,
header,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

img {
  vertical-align: middle;
}

/*========================================
  要素の基本的なスタイル
========================================*/
html {
  font-size: 10px;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  text-size-adjust: 100%;
  font-family: var(--sans-serif);
  font-size: 1.6rem;
  line-height: 1.8;
  min-width: 320px;
  color: var(--main);
  background: var(--base);
}
@media screen and (max-width: 767px) {
  body {
    font-size: 3.7333333333vw;
  }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

img,
svg,
iframe,
video,
picture {
  max-width: 100%;
}

img {
  letter-spacing: 0;
  font-size: 12px;
  height: auto;
}

a {
  text-decoration: none;
  word-break: break-all;
}

@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    display: inline-block;
    pointer-events: none;
  }
}

small {
  font-size: 80%;
}

button,
input[type=button],
input[type=submit] {
  cursor: pointer;
  font: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
  color: inherit;
}

label {
  cursor: pointer;
  display: inline-block;
}

/*========================================
  コンテンツ（メインコンテンツとサイドバーのラッパー）
========================================*/
/*========================================
  サイト共通のフッター
========================================*/
/*========================================
  サイト共通のヘッダー
========================================*/
/*========================================
  メインコンテンツ
========================================*/
/*========================================
  ヘッダーのナビゲーション（グローバルナビ）
========================================*/
/*========================================
  ページ全体のレイアウト
========================================*/
/*========================================
  container
========================================*/
.c-container {
  width: min(100% - var(--ctr-pd), var(--ctr-w));
  margin-right: auto;
  margin-left: auto;
}

/*========================================
  hdg
========================================*/
.c-hdg-01 {
  position: relative;
  font-family: var(--en-sans);
  font-size: 9rem;
  font-weight: 400;
  padding-bottom: 40px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .c-hdg-01 {
    font-size: 13.3333333333vw;
    padding-bottom: 5vw;
  }
}
.c-hdg-01::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(90deg, var(--main) 0%, var(--main) 50%, #4D4D4D 50%, #4D4D4D 100%);
  width: 100px;
  height: 10px;
}
@media screen and (max-width: 767px) {
  .c-hdg-01::after {
    width: 21.3333333333vw;
    height: 1.3333333333vw;
  }
}

/*========================================
  ヘッダー
========================================*/
.p-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}
.p-header__inner {
  display: flex;
  align-items: center;
  gap: 45px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #fff;
  width: 100%;
  height: 100px;
  padding: 0 40px;
}
@media screen and (max-width: 991px) {
  .p-header__inner {
    justify-content: space-between;
    height: 60px;
    padding: 0 0 0 40px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    height: 13.3333333333vw;
    padding: 0 0 0 4vw;
  }
}
.p-header__logo {
  width: 44px;
}
.p-header__logo img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991px) {
  .p-header__logo {
    width: 32px;
  }
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: 8vw;
  }
}

/*========================================
  ナビゲーション
========================================*/
.p-nav__btn {
  display: none;
}
@media screen and (max-width: 991px) {
  .p-nav__btn {
    display: block;
    width: 60px;
    height: 60px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background-color: #289180;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__btn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
  }
}
.p-nav__btn span {
  position: relative;
  display: block;
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .p-nav__btn span {
    width: 5.3333333333vw;
    height: 1px;
  }
}
.p-nav__btn span::before, .p-nav__btn span::after {
  position: absolute;
  display: block;
  content: "";
  width: 20px;
  height: 2px;
  background-color: #fff;
  margin: 0 auto;
  transition: 0.5s all;
}
@media screen and (max-width: 767px) {
  .p-nav__btn span::before, .p-nav__btn span::after {
    width: 5.3333333333vw;
    height: 1px;
  }
}
.p-nav__btn span::before {
  top: -6px;
}
@media screen and (max-width: 767px) {
  .p-nav__btn span::before {
    top: -1.8vw;
  }
}
.p-nav__btn span::after {
  bottom: -6px;
}
@media screen and (max-width: 767px) {
  .p-nav__btn span::after {
    bottom: -1.8vw;
  }
}
.p-nav__btn.is-active span {
  background: none;
}
.p-nav__btn.is-active span::before {
  transform: rotate(-225deg);
  top: 0;
}
.p-nav__btn.is-active span::after {
  transform: rotate(225deg);
  bottom: 0;
}
@media screen and (max-width: 991px) {
  .p-nav__body {
    position: fixed;
    top: 60px;
    right: 0;
    transform: translateX(100%);
    transition: transform 0.3s;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__body {
    top: 13.3333333333vw;
  }
}
@media screen and (max-width: 991px) {
  .p-nav__body.is-show {
    transform: translateX(0);
  }
}
.p-nav__list {
  display: flex;
  align-items: center;
  gap: 32px;
}
@media screen and (max-width: 991px) {
  .p-nav__list {
    flex-direction: column;
    gap: 0;
    background-color: #289180;
    height: 100%;
    padding: 15px 30px 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__list {
    padding: 4vw 6vw 6vw;
  }
}
@media screen and (max-width: 991px) {
  .p-nav__item {
    position: relative;
    width: 100%;
    padding-top: 15px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__item {
    padding-top: 3vw;
    padding-right: 10vw;
  }
}
@media screen and (max-width: 991px) {
  .p-nav__item:not(:first-of-type) {
    border-top: 1px dotted #fff;
    margin-top: 15px;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__item:not(:first-of-type) {
    margin-top: 3vw;
  }
}
.p-nav__item:last-of-type {
  padding-right: 0;
}
@media screen and (max-width: 991px) {
  .p-nav__item::after {
    content: "";
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    width: 7px;
    height: 7px;
    transform: rotate(135deg);
    margin: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-nav__item::after {
    top: 3vw;
    right: 2vw;
    width: 1.8666666667vw;
    height: 1.8666666667vw;
  }
}
.p-nav__link {
  font-weight: 600;
  color: var(--main);
}
@media screen and (max-width: 991px) {
  .p-nav__link {
    color: #fff;
  }
}
.p-nav__download {
  display: grid;
  place-items: center;
  border-radius: 100vmax;
  border: 1px solid var(--main);
  background-color: var(--main);
  width: 140px;
  height: 46px;
  font-weight: 600;
  color: #fff;
  transition: background-color 0.3s, color 0.3s;
}
@media screen and (max-width: 991px) {
  .p-nav__download {
    margin: auto;
  }
}
@media screen and (min-width: 768px) {
  .p-nav__download:hover {
    background-color: #fff;
    color: var(--main);
  }
}

/*========================================
  main
========================================*/
.p-main {
  margin-top: 100px;
}
@media screen and (max-width: 991px) {
  .p-main {
    margin-top: 60px;
  }
}
@media screen and (max-width: 767px) {
  .p-main {
    margin-top: 13.3333333333vw;
  }
}

/*========================================
  フッター
========================================*/
.p-footer {
  background-color: #000;
}
.p-footer__inner {
  --ctr-w: 840px;
  display: grid;
  grid-template-columns: 152px 1fr;
  gap: 42px;
  padding: 101px 0;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    grid-template-columns: 1fr;
    padding: 20vw 0;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    width: 26.6666666667vw;
    height: auto;
    margin: auto;
  }
}
.p-footer__copy {
  font-size: 2.6rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__copy {
    text-align: center;
    font-size: 6.4vw;
  }
}
.p-footer__txt {
  margin-top: 23px;
  font-size: 1.4rem;
  line-height: 2;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .p-footer__txt {
    margin-top: 5vw;
    font-size: 3.7333333333vw;
  }
}
.p-footer__produced {
  display: grid;
  grid-template-columns: 94px 1fr;
  gap: 37px;
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-footer__produced {
    grid-template-columns: 1fr;
    gap: 5vw;
    margin-top: 10vw;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__produced dt img {
    width: 25.0666666667vw;
    height: auto;
  }
}
.p-footer__produced dd {
  display: flex;
  gap: 30px;
}
@media screen and (max-width: 767px) {
  .p-footer__produced dd {
    gap: 4vw;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__produced dd .p-footer__produced-img:nth-of-type(1) img {
    width: 40vw;
    height: auto;
  }
}
@media screen and (max-width: 767px) {
  .p-footer__produced dd .p-footer__produced-img:nth-of-type(2) img {
    width: 61.8666666667vw;
    height: auto;
  }
}

/******************************
 * font size
 ******************************/
.u-fs-11 {
  font-size: 1.1rem;
}

.u-fs-12 {
  font-size: 1.2rem;
}

.u-fs-13 {
  font-size: 1.3rem;
}

.u-fs-14 {
  font-size: 1.4rem;
}

.u-fs-15 {
  font-size: 1.5rem;
}

.u-fs-16 {
  font-size: 1.6rem;
}

.u-fs-17 {
  font-size: 1.7rem;
}

.u-fs-18 {
  font-size: 1.8rem;
}

.u-fs-19 {
  font-size: 1.9rem;
}

.u-fs-20 {
  font-size: 2rem;
}

.u-fs-21 {
  font-size: 2.1rem;
}

.u-fs-22 {
  font-size: 2.2rem;
}

.u-fs-23 {
  font-size: 2.3rem;
}

.u-fs-24 {
  font-size: 2.4rem;
}

.u-fs-25 {
  font-size: 2.5rem;
}

.u-fs-26 {
  font-size: 2.6rem;
}

.u-fs-27 {
  font-size: 2.7rem;
}

.u-fs-28 {
  font-size: 2.8rem;
}

.u-fs-29 {
  font-size: 2.9rem;
}

.u-fs-30 {
  font-size: 3rem;
}

@media screen and (max-width: 767px) {
  .u-SP-fs-1 {
    font-size: 1vw;
  }
  .u-SP-fs-2 {
    font-size: 2vw;
  }
  .u-SP-fs-3 {
    font-size: 3vw;
  }
  .u-SP-fs-4 {
    font-size: 4vw;
  }
  .u-SP-fs-5 {
    font-size: 5vw;
  }
  .u-SP-fs-6 {
    font-size: 6vw;
  }
  .u-SP-fs-7 {
    font-size: 7vw;
  }
  .u-SP-fs-8 {
    font-size: 8vw;
  }
  .u-SP-fs-9 {
    font-size: 9vw;
  }
  .u-SP-fs-10 {
    font-size: 10vw;
  }
  .u-SP-fs-11 {
    font-size: 11vw;
  }
  .u-SP-fs-12 {
    font-size: 12vw;
  }
  .u-SP-fs-13 {
    font-size: 13vw;
  }
  .u-SP-fs-14 {
    font-size: 14vw;
  }
  .u-SP-fs-15 {
    font-size: 15vw;
  }
  .u-SP-fs-16 {
    font-size: 16vw;
  }
  .u-SP-fs-17 {
    font-size: 17vw;
  }
  .u-SP-fs-18 {
    font-size: 18vw;
  }
  .u-SP-fs-19 {
    font-size: 19vw;
  }
  .u-SP-fs-20 {
    font-size: 20vw;
  }
  .u-SP-fs-21 {
    font-size: 21vw;
  }
  .u-SP-fs-22 {
    font-size: 22vw;
  }
  .u-SP-fs-23 {
    font-size: 23vw;
  }
  .u-SP-fs-24 {
    font-size: 24vw;
  }
  .u-SP-fs-25 {
    font-size: 25vw;
  }
  .u-SP-fs-26 {
    font-size: 26vw;
  }
  .u-SP-fs-27 {
    font-size: 27vw;
  }
  .u-SP-fs-28 {
    font-size: 28vw;
  }
  .u-SP-fs-29 {
    font-size: 29vw;
  }
  .u-SP-fs-30 {
    font-size: 30vw;
  }
}
/*========================================
 * hidden
 *
 * クラス : u-hidden-{MQ}
========================================*/
@media screen and (max-width: 767px) {
  .u-hidden-ltSP {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .u-hidden-ltTAB {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-gtTAB {
    display: none;
  }
}
@media screen and (min-width: 992px) {
  .u-hidden-gtPC {
    display: none;
  }
}

/*========================================
 * スクリーンリーダーテキスト
========================================*/
.screen-reader-text,
.u-screen-reader {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/*========================================
 * text-align
========================================*/
.u-ta-left {
  text-align: left;
}
.u-ta-center {
  text-align: center;
}
.u-ta-right {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u-SP-ta-left {
    text-align: left;
  }
  .u-SP-ta-center {
    text-align: center;
  }
  .u-SP-ta-right {
    text-align: right;
  }
}