:root {
  --black: 51,51,51;
  --red: 238,0,59;
  --dark_red: 207,28,85;
  --main: 171,94,173;
  --accent: 227,55,129;
  --note: 102,102,102;
  --bg: 243,243,243;
  --gray: 153,153,153;
  --dark_gray: 167,167,167;
  --border: 210,211,212;
  --light_pink: 242,238,246;
  --beige: 242,238,230;
  --green: 92,198,172;
  --blue: 16,120,237;
  --purple: 195,129,203;
  --light_purple: 250,244,255;
  --pink_purple: 203,75,138;
  --blue: 87 129 234;
  --yellow: 255 183 3;
  --beauty_main: 233,83,131;
  --beauty_light_pink: 252,229,237;
  --contents_width: 1100px;
  --body_padding_side: 60px;
  --contents_width_with_padding: 1160px;
  --sidebar_width: 250px;
  --hover_opacity: .7;
}

/* m-plus-2-500 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 500;
  src: url("../../assets/fonts/m-plus-2-v15-latin-500.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* m-plus-2-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "M PLUS 2";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/m-plus-2-v15-latin-700.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* zen-old-mincho-700 - latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Zen Old Mincho";
  font-style: normal;
  font-weight: 700;
  src: url("../../assets/fonts/ZenOldMincho-Bold.ttf") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* l-container
================================================ */
#menu_petit_nose .l-container {
  padding-top: 0;
}

/* .menu_petit_nose-mainimg
================================================ */
.menu_petit_nose-mainimg {
  background: #D9E1EC;
}

/* .c-summary01
================================================ */
@media all and (min-width: 768px) {
  .c-summary01.is-2columns + .c-note01 {
    width: 706px;
    margin-inline: auto;
  }
}

/* .menu_petit_nose-reason
================================================ */
.menu_petit_nose-reason__list {
  position: relative;
}
.menu_petit_nose-reason__list:before {
  content: "";
  display: block;
  position: absolute;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
}
@media all and (max-width: 767px) {
  .menu_petit_nose-reason__list:before {
    border-top: 30px solid rgb(var(--main));
    border-right: 40px solid transparent;
    border-left: 40px solid transparent;
    top: 46%;
  }
}
@media all and (min-width: 768px) {
  .menu_petit_nose-reason__list:before {
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 40px solid rgb(var(--main));
  }
}
@media all and (max-width: 767px) {
  .menu_petit_nose-reason__list li:nth-child(n+2) {
    margin-top: 68px;
  }
}
@media all and (min-width: 768px) {
  .menu_petit_nose-reason__list {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    width: 750px;
    margin: auto;
  }
  .menu_petit_nose-reason__list li {
    width: 300px;
  }
}

/* .menu_petit_nose-case
================================================ */
.menu_petit_nose-case__inner {
  padding-bottom: 15px;
}
@media all and (min-width: 768px) {
  .menu_petit_nose-case__inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

/*--- header subpage共有ヘッダー---*/
.u-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

#header {
  position: fixed;
  width: 100%;
  height: 80px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 8px -6px rgba(0, 0, 0, 0.15);
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 100;
}

#header .body {
  position: relative;
  width: 100%;
  max-width: 750px;
  margin-inline: auto;
}

#header .inner {
  padding: 0;
}

#header .box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header .logo {
  width: 100%;
  max-width: 250px;
}

#header .logo a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#header .logo a:hover {
  opacity: 0.7;
}

#header .btn {
  width: 100%;
  max-width: 100px;
}

#header .btn a {
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#header .btn a:hover {
  opacity: 0.7;
}

#header .btn img {
  height: 80px;
  -o-object-fit: contain;
  object-fit: contain;
}

.l-sub-img__wrap{
  margin-top: 80px;
}

@media screen and (max-width: 750px) {
  #header {
    height: 12.82vw;
  }
  #header .inner {
    padding-left: 3.85vw;
    padding-right: 0;
  }
  #header .logo {
    max-width: 39.49vw;
  }
  #header .logo  img{
    vertical-align: middle;
  }
  #header .btn img {
    height: 12.82vw;
  }
  .l-sub-img__wrap {
    margin-top: 12.82vw;
  }
  .l-sub-img {
    margin-top: 12.82vw;
  }
}

/*---- footer subpage共有フッター -------*/
#fixed_btn ul {
    background-image: url("../../img/footer_bg.jpg") !important;
}

#fixed_btn ul li:last-child {
    background-image: url(../../img/footer_cv_bg_r.jpg), url(../../img/footer_cv_bg_l.jpg), url("../../img/footer_cv_bg.png") !important;
}
