@charset "UTF-8";
/*----------------------------------------
	clearfix
----------------------------------------*/
body {
  color: #222;
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  background-color: #fff;
  font-feature-settings: "halt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 400;
}
body.noscroll {
  overflow: hidden;
}

* {
  box-sizing: border-box;
}

a {
  color: #222;
  text-decoration: none;
  transition: all 0.1s ease;
  display: inline-block;
}
a:hover {
  opacity: 0.6;
}

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

table {
  width: 100%;
}

input, button {
  font-family: "Zen Maru Gothic", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", verdana, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a:focus,
input:focus {
  outline: none;
}

.js-view {
  opacity: 0;
  filter: blur(30px);
  transform: translateY(40px);
  transition: 0.5s;
}
.js-view.is-active {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

/*----------------------------------------
	reset
----------------------------------------*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header, hgroup, main, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  color: #222;
  vertical-align: baseline;
}

header, footer, article, section, aside, hgroup, nav, menu, figure, figcaption, time {
  display: block;
}

li {
  list-style: none;
}

ol li {
  list-style: decimal;
}

figure {
  margin: 0;
}

img {
  border: 0;
  vertical-align: top;
  font-size: 0;
  line-height: 0;
}

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

caption, th {
  text-align: left;
}

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

input, select {
  vertical-align: middle;
}

input, textarea {
  margin: 0;
  padding: 0;
}

.clearfix {
  min-height: 1px;
  _height: 1%;
}
.clearfix:after {
  content: "";
  clear: both;
  height: 0;
  display: block;
  visibility: hidden;
}

.l-header .js-toggle {
  position: fixed;
  z-index: 23;
  right: 20px;
  top: 20px;
  width: 30px;
  height: 28px;
}
.l-header .js-toggle span {
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  background-color: #74b1d5;
  transition: all 0.6s;
  box-sizing: border-box;
  left: 0;
}
.l-header .js-toggle span:nth-of-type(1) {
  top: 0px;
}
.l-header .js-toggle span:nth-of-type(2) {
  top: calc(50% - 2px);
}
.l-header .js-toggle span:nth-of-type(3) {
  bottom: 0px;
}
.l-header .js-toggle.open span {
  background-color: #fff;
}
.l-header .js-toggle.open span:nth-of-type(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
  transform: translateY(11px) rotate(45deg);
}
.l-header .js-toggle.open span:nth-of-type(2) {
  opacity: 0;
}
.l-header .js-toggle.open span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(-45deg);
  transform: translateY(-12px) rotate(-45deg);
}
.l-header .sp-menu {
  opacity: 0;
  z-index: 0;
  position: fixed;
  top: -100%;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: #74b1d5;
  transition: all 0.6s ease-in-out;
  overflow: auto;
}
.l-header .sp-menu.open {
  opacity: 1;
  z-index: 20;
  top: 0%;
}
.l-header .sp-menu__inner h2 {
  margin: 30px auto;
  text-align: center;
  width: 200px;
}
.l-header .sp-menu__inner h2 img {
  width: 100%;
  height: auto;
}
.l-header .sp-menu__inner ul {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.l-header .sp-menu__inner ul li a {
  display: block;
  text-align: center;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
  color: #fff;
}

/*----------------------------------------
	footer
----------------------------------------*/
.l-footer {
  padding: 40px 30px;
}
@media only screen and (max-width: 919px) {
  .l-footer {
    padding: 40px 20px;
  }
}
.l-footer .inner .copyright {
  font-size: 12px;
  font-size: 0.75rem;
  text-align: center;
}

.c-fadein {
  opacity: 0;
  filter: blur(30px);
  transform: translateY(40px);
  transition: 0.5s;
}
.c-fadein.fadein {
  opacity: 1;
  filter: blur(0);
  transform: translateY(0);
}

.p-index__mv {
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-index__mv h1 {
  width: 60%;
  height: auto;
}

.c-breadcrumb ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-start;
  column-gap: 5px;
  row-gap: 5px;
}
.c-breadcrumb ul li {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #707070;
}
@media only screen and (max-width: 919px) {
  .c-breadcrumb ul li {
    font-size: 10px;
    font-size: 0.625rem;
  }
}
.c-breadcrumb ul li:after {
  content: "-";
  margin-left: 5px;
}
.c-breadcrumb ul li:last-child:after {
  content: "";
}
.c-breadcrumb ul li a {
  font-size: 11px;
  font-size: 0.6875rem;
  color: #707070;
}
@media only screen and (max-width: 919px) {
  .c-breadcrumb ul li a {
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.c-company {
  position: relative;
  padding: 115px 0;
}
@media only screen and (max-width: 919px) {
  .c-company {
    padding: 55px 0;
  }
}
.c-company .inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.c-company .inner p {
  text-align: center;
  line-height: 1.8;
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 919px) {
  .c-company .inner p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-company .inner iframe {
  aspect-ratio: 600/450;
  width: 100%;
  max-width: 600px;
  margin: 40px auto 0;
  display: block;
}

.c-family {
  position: relative;
  padding: 115px 0;
}
@media only screen and (max-width: 919px) {
  .c-family {
    padding: 55px 0;
  }
}
.c-family .inner {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}
.c-family .inner ul {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0px;
}
@media only screen and (max-width: 919px) {
  .c-family .inner ul {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.c-family .inner ul li {
  cursor: pointer;
}
.c-family .inner ul li figure {
  aspect-ratio: 570/880;
  position: relative;
}
.c-family .inner ul li figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.c-family .inner ul li figure figcaption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(206, 51, 60, 0.5);
  color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
  opacity: 1;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
}
.c-family .inner ul li figure:hover figcaption {
  opacity: 0;
}
.c-family .inner ul li:nth-child(odd) figure figcaption {
  background-color: rgba(116, 177, 213, 0.5);
}
.c-family .popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.c-family .popup.active {
  opacity: 1;
  visibility: visible;
}
.c-family .popup__inner {
  max-width: 800px;
  width: calc(100% - 40px);
  display: grid;
  grid-template-columns: 45% calc(55% - 20px);
  gap: 20px;
  align-items: flex-start;
  position: relative;
  background: #fff;
  border-radius: 10px;
  padding: 20px;
}
@media only screen and (max-width: 919px) {
  .c-family .popup__inner {
    display: block;
    overflow: auto;
    max-height: 100vh;
  }
}
.c-family .popup__inner .content {
  position: relative;
  padding: 0px;
}
@media only screen and (max-width: 919px) {
  .c-family .popup__inner .content {
    margin-top: 20px;
  }
}
.c-family .popup__inner .content dl {
  margin-bottom: 15px;
}
.c-family .popup__inner .content dl dt {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 5px;
}
.c-family .popup__inner .content dl dt.name {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin-bottom: 15px;
}
.c-family .popup__inner .content dl dd {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.8;
}
.c-family .popup__inner .content dl dd .works {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  align-items: flex-start;
}
@media only screen and (max-width: 919px) {
  .c-family .popup__inner .content dl dd .works {
    display: block;
  }
}
.c-family .popup__inner .close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  display: block;
  z-index: 2;
}
.c-family .popup__inner .close::before, .c-family .popup__inner .close::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  top: 50%;
  left: 0;
}
.c-family .popup__inner .close::before {
  transform: rotate(45deg);
}
.c-family .popup__inner .close::after {
  transform: rotate(-45deg);
}

.c-headline {
  text-align: center;
  margin-bottom: 40px;
}
.c-headline h2 {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  color: #ce333c;
}
@media only screen and (max-width: 919px) {
  .c-headline h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
.c-headline h2:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background-image: url("../images/common/headline.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 0px;
  animation: sway 2s ease-in-out infinite;
}
.c-headline h3 {
  font-size: 16px;
  font-size: 1rem;
  color: #74b1d5;
}

@keyframes sway {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}
.c-news {
  position: relative;
  padding: 115px 0;
}
@media only screen and (max-width: 919px) {
  .c-news {
    padding: 55px 0;
  }
}
.c-news .inner {
  position: relative;
  z-index: 2;
  width: calc(100% - 40px);
  margin: 0 auto;
}
.c-news .inner ul {
  width: 100%;
  display: flex;
  gap: 20px;
  justify-content: center;
  align-items: flex-start;
}
@media only screen and (max-width: 919px) {
  .c-news .inner ul {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.c-news .inner ul li {
  width: calc(20% - 16px);
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 919px) {
  .c-news .inner ul li {
    width: 100%;
  }
}
.c-news .inner ul li a figure {
  aspect-ratio: 300/400;
  border: 10px solid #ce333c;
  margin-bottom: 15px;
}
.c-news .inner ul li a figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.c-news .inner ul li a:hover {
  transform: scale(1.02);
}
.c-news .inner ul li a time {
  font-size: 14px;
  font-size: 0.875rem;
  color: #3A3A3A;
  margin-bottom: 5px;
}
@media only screen and (max-width: 919px) {
  .c-news .inner ul li a time {
    font-size: 12px;
    font-size: 0.75rem;
  }
}
.c-news .inner ul li a p {
  font-size: 18px;
  font-size: 1.125rem;
}
@media only screen and (max-width: 919px) {
  .c-news .inner ul li a p {
    font-size: 16px;
    font-size: 1rem;
  }
}
.c-news .inner ul li:nth-child(odd) figure {
  border-color: #74b1d5;
}

.is-sp-visible {
  display: none;
}
@media only screen and (max-width: 919px) {
  .is-sp-visible {
    display: block !important;
  }
}

@media only screen and (max-width: 919px) {
  .is-sp-invisible {
    display: none !important;
  }
}

body.is-lock {
  overflow: hidden;
}
