@charset "UTF-8";
/* 文字コードの指定 */
/* =========「global」は他から参照されるため「forward」を使用========= */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@400;500;600;700;800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500;600&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
html {
  font-size: 62.5%;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 1.75;
  background-color: #e95464;
  text-align: justify; /* 両端揃え(均等割り付け) */
  word-break: normal; /* 英語等は単語の切れ目で改行。日本語・中国語・韓国語等は表示範囲に合わせて改行、単語の途中でも改行 */
  line-break: normal; /* 標準の禁則処理 */
  word-wrap: break-word; /* 長い英単語や長いURLの折り返しを制御（IEなどの後方互換性のため） */
  overflow-wrap: break-word; /*長い英単語や長いURLの折り返しを制御 */
}

.f-wrapper {
  margin: 0 auto;
  width: 85%;
  background-color: white;
  /* mixinでブレークポイントとPCのwidthを定義 */
  -webkit-box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
          box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}
@media (min-width: 768px) {
  .f-wrapper {
    max-width: 1020px;
    margin: 0 auto;
  }
}

.f-container {
  margin: 0 auto;
  width: 85%;
}

/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

.l-footer__credit {
  text-align: center;
  margin-top: 8rem;
  padding-top: 2rem;
  padding-bottom: 5rem;
  border-top: 1px solid black;
  font-size: 1.2rem;
}
@media (min-width: 768px) {
  .l-footer__credit {
    font-size: 1.6rem;
  }
}

.l-header__wrapper {
  padding-top: 2rem;
}
@media (min-width: 768px) {
  .l-header__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-header__logo {
  width: 100%;
}
@media (min-width: 768px) {
  .l-header__logo {
    width: 50%;
  }
}

.l-header__leadtext--en {
  font-size: 1.2rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1.2;
  word-break: keep-all; /* 枠からはみ出る際は改行 */
  text-align: left;
  width: 100%;
  margin-left: 2%;
  color: gray;
}
@media (min-width: 768px) {
  .l-header__leadtext--en {
    font-size: 1.49vw;
    width: 45%;
    margin: auto 0 0 auto;
    word-break: break-all;
  }
}

.l-main__top {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
  word-break: keep-all;
  padding-top: 30px;
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .l-main__top {
    padding-top: 50px;
    margin-bottom: 100px;
  }
}

.l-main__top--headlineSub {
  position: relative;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  z-index: 1200;
  -webkit-animation-name: fadeInAnime_toppage1;
          animation-name: fadeInAnime_toppage1; /*アニメーションの定義名*/
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; /*アニメーションの開始と終了時の状態を指定*/
  -webkit-animation-duration: 4s;
          animation-duration: 4s; /*アニメーション１回分の時間の長さを指定*/
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; /*動きをループさせる*/
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; /*アニメーションの進行具合を操作*/
  -webkit-animation-delay: 1s;
          animation-delay: 1s; /*アニメーションの開始を遅らせる*/
  -webkit-animation-direction: normal;
          animation-direction: normal; /*アニメーション再生の向きを順方向、逆方向、前後反転のいずれにするかを決める*/
}
@-webkit-keyframes fadeInAnime_toppage1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeInAnime_toppage1 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .l-main__top--headlineSub {
    font-size: 2.5rem;
  }
}

.l-main__top--headlineTitle {
  position: relative;
  z-index: 1300;
  font-size: 1.5rem;
  margin-top: 1rem;
  -webkit-animation-name: fadeInAnime_toppage2;
          animation-name: fadeInAnime_toppage2; /*アニメーションの定義名*/
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; /*アニメーションの開始と終了時の状態を指定*/
  -webkit-animation-duration: 3s;
          animation-duration: 3s; /*アニメーション１回分の時間の長さを指定*/
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; /*動きをループさせる*/
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; /*アニメーションの進行具合を操作*/
  -webkit-animation-delay: 2s;
          animation-delay: 2s; /*アニメーションの開始を遅らせる*/
  -webkit-animation-direction: normal;
          animation-direction: normal; /*アニメーション再生の向きを順方向、逆方向、前後反転のいずれにするかを決める*/
}
@-webkit-keyframes fadeInAnime_toppage2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  60% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeInAnime_toppage2 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  60% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  .l-main__top--headlineTitle {
    font-size: 2rem;
  }
}

h1 {
  position: relative;
  z-index: 1300;
  font-size: 4rem;
  word-break: keep-all;
  font-weight: 600;
  line-height: 1.1;
  margin-top: -1rem;
  -webkit-animation-name: fadeInAnime_toppage3;
          animation-name: fadeInAnime_toppage3; /*アニメーションの定義名*/
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards; /*アニメーションの開始と終了時の状態を指定*/
  -webkit-animation-duration: 2s;
          animation-duration: 2s; /*アニメーション１回分の時間の長さを指定*/
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; /*動きをループさせる*/
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; /*アニメーションの進行具合を操作*/
  -webkit-animation-delay: 3s;
          animation-delay: 3s; /*アニメーションの開始を遅らせる*/
  -webkit-animation-direction: normal;
          animation-direction: normal; /*アニメーション再生の向きを順方向、逆方向、前後反転のいずれにするかを決める*/
}
@-webkit-keyframes fadeInAnime_toppage3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes fadeInAnime_toppage3 {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  25% {
    -webkit-transform: translateY(-50px);
            transform: translateY(-50px);
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media (min-width: 768px) {
  h1 {
    font-size: 6rem;
    margin-top: -1rem;
  }
}
h1 span {
  font-size: 8rem;
  width: 100%;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}
@media (min-width: 768px) {
  h1 span {
    font-size: 10rem;
  }
}

.l-main__mask {
  position: relative;
  display: block;
  z-index: 1000;
  background-color: #e95464;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation-name: fadeOutAnime_toppage;
          animation-name: fadeOutAnime_toppage; /*アニメーションの定義名*/
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards; /*アニメーションの開始と終了時の状態を指定*/
  -webkit-animation-duration: 1s;
          animation-duration: 1s; /*アニメーション１回分の時間の長さを指定*/
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1; /*動きをループさせる*/
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease; /*アニメーションの進行具合を操作*/
  -webkit-animation-delay: 5s;
          animation-delay: 5s; /*アニメーションの開始を遅らせる*/
  -webkit-animation-direction: normal;
          animation-direction: normal; /*アニメーション再生の向きを順方向、逆方向、前後反転のいずれにするかを決める*/
}
@-webkit-keyframes fadeOutAnime_toppage {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOutAnime_toppage {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.l-main__top--lead {
  color: #e95464;
  word-break: keep-all;
  font-size: 1.4rem;
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .l-main__top--lead {
    font-size: 1.8rem;
  }
}

.l-main__top--detailHead {
  font-size: 1.4rem;
  margin-top: 2rem;
  font-weight: 600;
}
@media (min-width: 768px) {
  .l-main__top--detailHead {
    font-size: 2rem;
  }
}

.l-main__top--detailList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 1rem auto -2rem auto;
  width: 100%;
  font-weight: 600;
}
@media (min-width: 768px) {
  .l-main__top--detailList {
    width: 60%;
  }
}
.l-main__top--detailList li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 32%;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  border: 1px solid #e95464;
  border-radius: 20px;
  margin-bottom: 0.7rem;
  margin-top: -0.2rem;
  padding: 0;
}
@media (min-width: 768px) {
  .l-main__top--detailList li {
    font-size: 2rem;
  }
}

.l-main__top--detail {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
  word-break: keep-all;
}
@media (min-width: 768px) {
  .l-main__top--detail {
    font-size: 1.8rem;
  }
}
.l-main__top--detail span {
  display: block;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 600;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .l-main__top--detail span {
    font-size: 2.4rem;
  }
}

.l-main__top--detail br {
  display: none;
}
@media (min-width: 768px) {
  .l-main__top--detail br {
    display: block;
  }
}

.l-main__coverFrame--a, .l-main__coverFrame--b {
  position: relative;
  background-color: #63ddca;
  height: 220px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  z-index: 110;
}
@media (min-width: 768px) {
  .l-main__coverFrame--a, .l-main__coverFrame--b {
    height: 350px;
  }
}

.l-main__fukidasiFrame--a, .l-main__fukidasiFrame--b {
  position: absolute;
  top: -25px;
  right: -30px;
  width: 250px;
  height: 250px;
  background-image: url("../img/fukidasi.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 50;
  padding-top: 20px;
}
@media (min-width: 500px) {
  .l-main__fukidasiFrame--a, .l-main__fukidasiFrame--b {
    top: -45px;
  }
}
@media (min-width: 768px) {
  .l-main__fukidasiFrame--a, .l-main__fukidasiFrame--b {
    top: -35px;
    right: -8%;
  }
}
@media (min-width: 1000px) {
  .l-main__fukidasiFrame--a, .l-main__fukidasiFrame--b {
    top: -35px;
    right: 5%;
  }
}
@media (min-width: 1150px) {
  .l-main__fukidasiFrame--a, .l-main__fukidasiFrame--b {
    top: 35px;
    right: 5%;
  }
}

.l-main__fukidasiCatch--a, .l-main__fukidasiCatch--b {
  font-size: 1.2rem;
  line-height: 1.4;
  font-weight: 500;
  width: 70%;
  height: 80%;
  margin-top: -1.3rem;
}

.l-main__coverPhoto--a, .l-main__coverPhoto--b {
  height: 100%;
  position: absolute;
  z-index: 100;
  left: -40px;
  overflow: hidden;
  padding-left: 20px;
  padding-right: 20px;
}
@media (min-width: 500px) {
  .l-main__coverPhoto--a, .l-main__coverPhoto--b {
    left: 35%;
  }
}
@media (min-width: 768px) {
  .l-main__coverPhoto--a, .l-main__coverPhoto--b {
    left: 300px;
  }
}
.l-main__coverPhoto--a img, .l-main__coverPhoto--b img {
  height: 100%;
  padding-top: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-filter: drop-shadow(5px 2px 5px rgba(0, 0, 0, 0.5));
          filter: drop-shadow(5px 2px 5px rgba(0, 0, 0, 0.5));
}

.l-main__coverFrame--b {
  background-color: #ffe36c;
}

.l-main__fukidasiFrame--b {
  top: 10px;
  left: -20px;
  padding-left: 10px;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.l-main__fukidasiCatch--b {
  margin-top: -0.5rem;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.l-main__coverPhoto--b {
  left: 120px;
}
@media (min-width: 400px) {
  .l-main__coverPhoto--b {
    left: 45%;
  }
}
@media (min-width: 500px) {
  .l-main__coverPhoto--b {
    left: 50%;
  }
}
@media (min-width: 768px) {
  .l-main__coverPhoto--b {
    left: 15%;
  }
}
.l-main__coverPhoto--b img {
  height: 105%;
  padding-top: 20px;
}

.l-main__coverBtext {
  z-index: 100;
  position: absolute;
  font-size: 1.3rem;
  line-height: 1.4;
  top: 85px;
  left: 10px;
  width: 48%;
}
@media (min-width: 768px) {
  .l-main__coverBtext {
    right: 30px;
    left: auto;
    font-size: 1.8rem;
    width: 40%;
  }
}
.l-main__coverBtext span {
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: -1rem;
}
@media (min-width: 768px) {
  .l-main__coverBtext span {
    font-size: 2.4rem;
  }
}

.l-main__serviceText {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.6rem;
  line-height: 1.4;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

h2 {
  margin-top: 10rem;
  font-size: 2.5rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 768px) {
  h2 {
    margin-top: 10rem;
    margin-bottom: 5rem;
    font-size: 3rem;
    letter-spacing: 0.2em;
  }
}

h2:before,
h2:after {
  content: "";
  height: 2px;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #e95464;
}

h2:before {
  margin-right: 1rem;
}

h2:after {
  margin-left: 1rem;
}

@media (min-width: 768px) {
  .l-main__service--container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

@media (min-width: 768px) {
  .l-main__service--unit {
    width: 45%;
  }
}

h3 {
  margin-top: 3rem;
  font-size: 5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-style: normal;
  font-weight: 600;
  color: #e95464;
  line-height: 0.9;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  border-top: 1px solid black;
  padding-top: 1rem;
}

h4 {
  font-size: 2rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 1rem;
}

h5 {
  font-size: 1.8rem;
  font-weight: 600;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-top: 3rem;
  margin-bottom: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

h5:after {
  content: "";
  height: 1.6rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  background-color: #e95464;
  margin-left: 1rem;
}

.l-main__about table {
  width: 100%;
}

.l-main__about tr {
  border-top: 1px dashed black;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 0;
}

.l-main__about tr:last-child {
  border-bottom: 1px dashed black;
}

.l-main__about th {
  display: block;
  width: 35%;
  font-weight: 400;
  line-height: 1.4;
}

.l-main__about td {
  display: block;
  line-height: 1.5;
  width: 65%;
  line-height: 1.4;
}

.l-main__companyName--smoll {
  font-size: 1.4rem;
  font-family: "Barlow Condensed", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.l-main__profileFrame {
  width: 100%;
}
@media (min-width: 768px) {
  .l-main__profileFrame {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.l-main__profilePhoto {
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.l-main__profilePhoto img {
  width: auto;
}
@media (min-width: 768px) {
  .l-main__profilePhoto {
    width: 20%;
    margin-top: 0;
    text-align: left;
  }
}

@media (min-width: 768px) {
  .l-main__profileList {
    width: 80%;
    margin-top: -0.5rem;
    margin-left: 4rem;
    padding-left: 2rem;
  }
}

.l-side__wrapper, .l-side__wrapper--pagetop {
  position: fixed;
  top: 3vh;
  margin: 0 auto;
  width: 85%;
  z-index: 999;
}
@media (min-width: 1200px) {
  .l-side__wrapper, .l-side__wrapper--pagetop {
    width: 1020px;
  }
}

.l-side__wrapper--pagetop {
  top: 70vh;
}

.l-side__container {
  position: relative;
}
@media (min-width: 1200px) {
  .l-side__container {
    width: 1020px;
  }
}

#l-side__pagetop {
  opacity: 0;
  -webkit-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

#l-side__pagetop.hoge {
  opacity: 1;
}

.l-side__tab--flame {
  position: absolute;
  left: 100%;
  padding-top: 30px;
  padding-left: 0;
  overflow: hidden;
  width: 40px;
}
@media (min-width: 1200px) {
  .l-side__tab--flame {
    left: 1020px;
  }
}

.l-side__tab--1, .l-side__tab--4, .l-side__tab--3, .l-side__tab--2 {
  margin-top: -22px;
  position: relative;
  width: 25px;
  height: 140px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  padding-top: 3.5rem;
  -webkit-filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.35));
          filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.35));
  z-index: 30;
  background-image: url("../img/tagShadow.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.l-side__tab--2 {
  position: relative;
  z-index: 20;
  padding-top: 3.8rem;
}

.l-side__tab--3 {
  position: relative;
  z-index: 10;
  padding-top: 2.2rem;
}

.l-side__tab--4 {
  position: relative;
  height: 140px;
  padding-top: 3rem;
  background-image: url("../img/tagShadow-2.svg");
}

.p-coverTextScroll {
  width: 100%;
  height: 100%;
  padding-left: 130px;
  font-size: 1rem;
  overflow: hidden;
  color: white;
  font-size: 400;
}
@media (min-width: 500px) {
  .p-coverTextScroll {
    padding-left: 20px;
  }
}
@media (min-width: 768px) {
  .p-coverTextScroll {
    font-size: 2rem;
    padding-left: 80px;
  }
}

.p-coverTextScroll__list {
  -webkit-animation: cover-roop 20s infinite;
  animation: cover-roop 20s linear infinite;
  white-space: nowrap;
}

@-webkit-keyframes cover-roop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
@keyframes cover-roop {
  0% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}
.p-popup__button--1,
.p-popup__button--2,
.p-popup__button--3,
.p-popup__button--4,
.p-popup__button--5,
.p-popup__button--6,
.p-popup__button--7,
.p-popup__button--8 {
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
  width: 50%;
  height: 30px;
  border: 2px solid black;
  border-radius: 15px;
  text-align: center;
  line-height: 1.5;
}

#p-popupControl__1,
#p-popupControl__2,
#p-popupControl__3,
#p-popupControl__4,
#p-popupControl__5,
#p-popupControl__6,
#p-popupControl__7,
#p-popupControl__8 {
  display: none; /* inputのチェックボックスを非表示に */
}

.p-overlay {
  display: none; /* input にチェックが入るまでは非表示に */
}

#p-popupControl__1:checked + .p-overlay,
#p-popupControl__2:checked + .p-overlay,
#p-popupControl__3:checked + .p-overlay,
#p-popupControl__4:checked + .p-overlay,
#p-popupControl__5:checked + .p-overlay,
#p-popupControl__6:checked + .p-overlay,
#p-popupControl__7:checked + .p-overlay,
#p-popupControl__8:checked + .p-overlay {
  display: block;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6705882353);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.p-popupWindow__1,
.p-popupWindow__2,
.p-popupWindow__3,
.p-popupWindow__4,
.p-popupWindow__5,
.p-popupWindow__6,
.p-popupWindow__7,
.p-popupWindow__8 {
  position: fixed;
  width: 90%;
  background-color: rgba(255, 255, 255, 0.8941176471);
  border-radius: 6px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 2rem 2rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-popupWindow__1 h6,
.p-popupWindow__2 h6,
.p-popupWindow__3 h6,
.p-popupWindow__4 h6,
.p-popupWindow__5 h6,
.p-popupWindow__6 h6,
.p-popupWindow__7 h6,
.p-popupWindow__8 h6 {
  font-size: 2rem;
  font-weight: 600;
  border-bottom: 2px solid #e95464;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .p-popupWindow__1 h6,
  .p-popupWindow__2 h6,
  .p-popupWindow__3 h6,
  .p-popupWindow__4 h6,
  .p-popupWindow__5 h6,
  .p-popupWindow__6 h6,
  .p-popupWindow__7 h6,
  .p-popupWindow__8 h6 {
    font-size: 2rem;
  }
}
@media (min-width: 768px) {
  .p-popupWindow__1,
  .p-popupWindow__2,
  .p-popupWindow__3,
  .p-popupWindow__4,
  .p-popupWindow__5,
  .p-popupWindow__6,
  .p-popupWindow__7,
  .p-popupWindow__8 {
    width: 60%;
  }
}

.p-popupWindow__head {
  font-weight: 600;
  font-size: 5rem;
}

.p-popupWindow__text {
  font-size: 1.8rem;
}

.p-popupClose {
  cursor: pointer;
  position: absolute;
  top: 0.4rem;
  right: 1rem;
  font-size: 2rem;
}

#p-form__wrap {
  width: 100%;
  margin: 0 auto;
  font-size: 90%;
  line-height: 120%;
}

.p-form__table {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
.p-form__table tr {
  margin-top: 1rem;
  display: block;
}
@media (min-width: 768px) {
  .p-form__table tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.p-form__table th {
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  background: #efefef;
  text-align: left;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.p-form__table th span {
  display: block;
  color: white;
  font-size: 1rem;
  font-weight: 400;
  background-color: #e95464;
  margin: 0 0 0 1rem;
  width: 45px;
  height: 1.8rem;
  text-align: center;
}
@media (min-width: 768px) {
  .p-form__table th {
    width: 40%;
  }
}

.p-form__table td {
  display: block;
  border: 1px solid #ccc;
  padding: 10px;
  border-top: 0;
}
@media (min-width: 768px) {
  .p-form__table td {
    width: 60%;
    border-left: 0;
    border-top: 1px solid #ccc;
  }
}

form input[type=text],
form textarea {
  width: 90%;
  font-size: 110%;
  display: block;
  border: 1px solid black;
}

.p-form__select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 90%;
  position: relative;
  z-index: 1;
  border: 1px solid black;
  border-radius: 20px;
  padding: 0.2rem 0 0.2rem 2rem;
}
@media (min-width: 768px) {
  .p-form__select {
    width: 40%;
  }
}

.p-form__select::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  right: 10%;
  top: 40%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  border-bottom: 2px solid #000000;
  border-right: 2px solid #000000;
  z-index: -1;
}

form select {
  width: 90%;
}

option[selected][disabled] {
  display: none;
}

.p-form__submitReset {
  margin-top: 3rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-form__submitReset p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid black;
  width: 35%;
  height: 3rem;
  margin: 0 1rem;
  border-radius: 3rem;
}
@media (min-width: 768px) {
  .p-form__submitReset p {
    width: 20%;
  }
}

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

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

.u-adjust__textIndent--2 {
  text-indent: -2em;
  padding-left: 3em;
}/*# sourceMappingURL=style.css.map */