@charset "UTF-8";

/*!
global > color
------------------------------
*/
:root {
  --color-black: #000;
  --color-red: #cc0000;
  --color-red2: #ed222f;
  --color-blue: #33ccff;
  --color-blue2: #00006b;
  --color-yellow: #ffd200;
  --color-yellow2: #ffed47;
  --color-light-yellow: #fff7d8;
  --color-pink: #ea6182;
  --color-pink2: #eb6d73;
  --color-orange: #f39800;
  --color-green: #7fbe26;
  --color-light-green: #c0dc96;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content: 1100px;
  --width-content-l: 1370px;
}

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Noto Sans JP", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  --font-zen-maru: "Zen Maru Gothic", sans-serif;
}

/*!
global > z-index
------------------------------
*/
:root {
  --z-index-page-top: 99;
  --z-index-fixed-btn: 100;
}

/*!
foundation > reset
------------------------------
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

fieldset,
img {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:before,
q:after {
  content: "";
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0.8em 0;
  padding: 0;
}

input,
textarea,
select,
button {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  font-size: 100%;
  border-radius: 0;
  border: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  background-color: inherit;
}

input,
textarea,
select {
  font-size: 16px;
  vertical-align: middle;
}

textarea {
  resize: vertical;
  display: block;
}

button {
  padding: 0;
  cursor: pointer;
}

legend {
  color: #000;
}

main {
  display: block;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

svg {
  display: block;
  max-width: 100%;
  height: auto;
}

* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}

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

/*!
foundation > base
------------------------------
*/
body {
  min-height: 100vh;
  min-height: 100dvh;
  line-height: 1.4;
  font-size: clamp(0px, 1.4vw, 16px);
  color: var(--color-black);
  background-color: #fff;
  font-family: var(--font-family-base);
  position: relative;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

@media screen and (max-width: 767px) {
  body {
    font-size: clamp(0px, 3.8dvw, 28px);
  }
}
p,
table th,
table td {
  word-break: break-all;
  overflow-wrap: break-word;
}

table th,
table td {
  vertical-align: middle;
}

a {
  text-decoration: none;
}

a,
button,
a::after,
a::before,
button::after,
button::before {
  transition: all 0.3s;
}

a:hover {
  opacity: 0.6;
}

.l-wrapper {
  min-height: 100vh;
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}

.l-wrapper .main {
  flex: 1;
}

/* TEL無効 */
@media screen and (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/*!
utility > utility
------------------------------
*/
.bold {
  font-weight: bold !important;
}

.al-l {
  text-align: left !important;
}

.al-r {
  text-align: right !important;
}

.al-c {
  text-align: center !important;
}

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

.mt1em {
  margin-top: 1em;
}

.mt2em {
  margin-top: 2em;
}

.under-line {
  text-decoration: underline;
}

.sp {
  display: block;
}

br.sp {
  display: inline;
}

.pc,
br.pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .pc {
    display: block;
  }

  br.pc {
    display: inline;
  }

  .sp,
br.sp {
    display: none;
  }
}
.sr-only {
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  border: 0 !important;
  padding: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  margin: -1px !important;
}

/*!
layout > container
------------------------------
*/
.l-container,
.l-container-l {
  width: 90%;
  margin: 0 auto;
}

.l-container {
  max-width: var(--width-content);
}

.l-container-l {
  max-width: var(--width-content-l);
}

/*!
layout > header
------------------------------
*/
.header {
  width: 100%;
  height: clamp(0px, 5.8vw, 70px);
  background-color: #fff;
}

.header-inner {
  height: 100%;
  padding: 0 clamp(0px, 2.5vw, 30px) 0 clamp(0px, 2.9vw, 35px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-logo {
  width: clamp(0px, 12.5vw, 152px);
}

.header-ttl {
  width: clamp(0px, 19.7vw, 240px);
}

.header-ttl path,
.header-ttl polygon {
  fill: var(--color-red);
}

@media screen and (max-width: 767px) {
  .header {
    height: clamp(0px, 13.4dvw, 100px);
  }

  .header-inner {
    padding: 0 clamp(0px, 3.4dvw, 25px) 0 clamp(0px, 2.7dvw, 20px);
  }

  .header-logo {
    width: clamp(0px, 29dvw, 217px);
  }

  .header-ttl {
    width: clamp(0px, 46.2dvw, 346px);
  }
}

/*!
layout > footer
------------------------------
*/
.footer {
  background-color: var(--color-red);
  padding: clamp(0px, 2.1vw, 25px) 0;
}

.footer-logo {
  width: clamp(0px, 32.8vw, 400px);
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .footer {
    padding: clamp(0px, 2.7dvw, 20px) 0 clamp(0px, 3.4dvw, 25px);
    margin-bottom: clamp(0px, 10.7vw, 40px);
  }

  .footer-logo {
    width: clamp(0px, 65.4dvw, 490px);
  }
}

/*!
layout > page-top
------------------------------
*/
.page-top {
  position: fixed;
  bottom: 2%;
  right: 2%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: var(--color-red);
  opacity: 0.8;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  opacity: 0;
  visibility: hidden;
  transition: opacity 2s;
  z-index: var(--z-index-page-top);
}

@media screen and (max-width: 767px) {
  .page-top {
    width: 40px;
    height: 40px;
  }
}
.page-top::before {
  content: "";
  width: 12px;
  height: 12px;
  border-top: solid 3px #fff;
  border-left: solid 3px #fff;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  transition: all 0.2s;
}

@media screen and (max-width: 767px) {
  .page-top::before {
    width: 10px;
    height: 10px;
  }
}

.page-top.is-show {
  transition: opacity 2s;
  opacity: 0.9;
  visibility: visible;
}

.page-top.is-show:hover {
  opacity: 0.6;
}

/*!
page > common
------------------------------
*/
.fixed-btn {
  width: clamp(0px, 10.9vw, 133px);
  display: flex;
  flex-direction: column;
  position: fixed;
  right: 0;
  bottom: 90px;
  z-index: var(--z-index-fixed-btn);
}

.fixed-btn-item {
  display: block;
  transition: opacity 0.3s;
  border-top-left-radius: clamp(0px, 1.64vw, 20px);
  border-bottom-left-radius: clamp(0px, 1.64vw, 20px);
  box-shadow: 0 0 clamp(0px, 0.65vw, 8px) rgba(0,0,0,.3);
  background-color: #fff;
}

.fixed-btn-item:hover {
  opacity: 1;
}

.fixed-btn-item img {
  width: 100%;
  height: auto;
  display: block;
  transition: opacity 0.3s;
}

.fixed-btn-item:hover img {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .fixed-btn {
    width: 100%;
    flex-direction: row;
    gap: 0;
    box-shadow: none;
    right: auto;
    bottom: 0;
    left: 0;
  }

  .fixed-btn-item {
    width: 50%;
    border-radius: 0;
  }

  .announce {
    padding-bottom: clamp(0px, 13.33dvw, 100px);
  }
}
/* ------------------------- */
.bottom-txt {
  font-size: clamp(0px, 1.4vw, 16px);
  text-align: right;
  margin: 0 2.5em 0.5em 0;
}

@media screen and (max-width: 767px) {
  .bottom-txt {
    font-size: clamp(0px, 2.7dvw, 20px);
    margin-right: 1em;
  }
}

/*!
page > group
------------------------------
*/
.group {
  padding: clamp(0px, 5.4vw, 65px) 0 clamp(0px, 2.9vw, 35px);
}

.group-col2 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(0px, 1.3vw, 15px);
  margin-bottom: clamp(0px, 4.1vw, 50px);
  border-top: 1px solid var(--color-pink2);
  border-bottom: 1px solid var(--color-pink2);
  padding: clamp(0px, 0.25vw, 3px) 0;
}

.group-col2-l {
  width: clamp(0px, 4.26vw, 52px);
}

.group-txt {
  font-family: var(--font-zen-maru);
  font-size: clamp(0px, 1.47vw, 18px);
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  margin-right: -1em;
}

.group-list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0px, 1.64vw, 20px) clamp(0px, 3.27vw, 40px);
  margin-bottom: clamp(0px, 4.09vw, 50px);
}

.group-list > li {
  text-align: center;
}

.group-list > li.hanasaku-life .logo {
  width: clamp(0px, 21.6vw, 264px);
}

.group-list > li.nissay-it .logo {
  width: clamp(0px, 18vw, 220px);
}

.group-list > li.nichiigakkan .logo {
  width: clamp(0px, 17.59vw, 215px);
}

.group-list > li.lifecp .logo {
  width: clamp(0px, 23.6vw, 288px);
  margin-left: clamp(-10px, -0.82vw, 0px);
}

.group-list > li.nichiikids {
  width: clamp(0px, 17.59vw, 215px);
  aspect-ratio: 215 / 172;
  margin-left: clamp(0px, 46.2vw, 564px);
}

.group-list > li.nichiikids .logo {
  width: clamp(0px, 8.18vw, 100px);
  margin: clamp(0px, 3.27vw, 40px) auto 0;
}

.group-list > li.nichiikids .group-list-link {
  position: relative;
}

.group-list > li.nichiikids .group-list-link::before {
  content: "";
  width: 100%;
  height: auto;
  aspect-ratio: 215/172;
  background-image: url("../img/common/bg_nichiikids.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
}

.group-list > li .logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.group-list-link {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.group-list-txt {
  font-size: clamp(0px, 1.47vw, 18px);
  font-weight: 300;
  display: inline-block;
  text-decoration: underline;
  margin-top: 0.27em;
}

.group-list-link .logo {
  display: block;
}

@media screen and (max-width: 767px) {
  .group {
    padding: clamp(0px, 9.4dvw, 70px) 0 19.4vw;
  }

  .group .l-container {
    width: 90%;
  }

  .group-col2 {
    gap: clamp(0px, 4dvw, 30px);
    margin-bottom: clamp(0px, 13.4dvw, 100px);
    padding: clamp(0px, 4dvw, 30px) 0;
  }

  .group-col2-l {
    width: clamp(0px, 12dvw, 90px);
    padding-left: clamp(0px, 1.33dvw, 10px);
  }

  .group-col2-r {
    flex: 1;
  }

  .group-txt {
    font-size: clamp(0px, 4.27dvw, 32px);
    font-weight: bold;
    line-height: 1.5;
    letter-spacing: normal;
  }

  .group-logo-wrap {
    width: 100%;
  }

  .group-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: clamp(0px, 7.33dvw, 55px) 0;
    margin-bottom: clamp(0px, 13.33dvw, 100px);
  }

  .group-list > li {
    width: 100%;
    min-width: 0;
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 2;
    gap: 0;
  }

  .group-list > li > .group-list-link {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: 1 / -1;
    gap: 0;
  }

  .group-list > li.hanasaku-life {
    order: 1;
  }

  .group-list > li.nissay-it {
    order: 2;
  }

  .group-list > li.nichiigakkan {
    order: 3;
  }

  .group-list > li.lifecp {
    order: 5;
  }

  .group-list > li.hanasaku-life .logo {
    width: clamp(0px, 42.67dvw, 320px);

  }

  .group-list > li.nissay-it .logo {
    width: clamp(0px, 32dvw, 240px);
    margin: 0 auto;
  }

  .group-list > li.nichiigakkan .logo {
    width: clamp(0px, 34.67dvw, 260px);
    margin: 0 auto;
  }

  .group-list > li.lifecp .logo {
    width: clamp(0px, 45.33dvw, 340px);
    margin: 0 auto;
    transform: translateX(clamp(-12px, -1.6dvw, 0px));
  }

  .group-list > li.nichiikids {
    --nichiikids-extend: clamp(0px, 6.27dvw, 47px);
    width: calc(100% + var(--nichiikids-extend));
    aspect-ratio: 376 / 206;
    margin-left: calc(-1 * var(--nichiikids-extend));
    order: 4;
  }

  .group-list > li.nichiikids .logo {
    width: clamp(0px, 20.67dvw, 155px);
    margin: clamp(0px, 2.93dvw, 22px) auto 0;
    transform: translateX(clamp(0px, 2dvw, 15px));
  }

  .group-list > li.nichiikids .group-list-link::before {
    aspect-ratio: 376/206;
    background-image: url("../img/common/bg_nichiikids_sp.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
  }

  .group-list > li .group-list-txt {
    margin-top: clamp(0px, 2dvw, 15px);
  }

  .group-list > li.hanasaku-life .group-list-txt,
  .group-list > li.nichiigakkan .group-list-txt,
  .group-list > li.lifecp .group-list-txt {
    transform: translateX(clamp(-10px, -1.33dvw, 0px));
  }

  .group-list > li.nissay-it .group-list-txt,
  .group-list > li.nichiikids .group-list-txt {
    transform: translateX(clamp(0px, 1.73dvw, 13px));
  }

  .group-list-txt {
    font-size: clamp(0px, 3dvw, 22px);
    margin-top: 0;
  }
}