@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
@media (min-width: 768px) {
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
/*------------------------------------------------------------
	clearfix（float解除）
------------------------------------------------------------*/
.u-clearfix {
  *zoom: 1;
}
.u-clearfix:after {
  display: block;
  clear: both;
  content: "";
}

/*------------------------------------------------------------
    Default
------------------------------------------------------------*/
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, button,
hgroup, menu, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html {
  font-size: 62.5%;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, table,
input, textarea, select, option, button,
h1, h2, h3, h4, h5, h6 {
  line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

table,
input, textarea, select, option {
  line-height: 1.5;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: middle;
  max-width: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

iframe {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
	border-radius: 16px;
}

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

a {
  color: #555555;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.5s !important;
  transition: all 0.5s !important;
}

a:hover,
a:hover img {
  opacity: 0.8 !important;
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha(opacity=80)" !important;
}

.u-pd70 {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .u-pd70 {
    padding: 60px 0;
  }
}

.u-pd90 {
  padding: 90px 0;
}
@media screen and (max-width: 767px) {
  .u-pd90 {
    padding: 60px 0;
  }
}

.u-bgcover {
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.u-bg01 {
  background-color: #E6F5FF;
}
.u-bg01-bold {
  background-color: #D6EFFE;
}
.s-descript.u-bg01-bold {
  border-color: #C6E6FC;
}

.u-bg02 {
  background-color: #E9FCE7;
}
.u-bg02-bold {
  background-color: #D7F7D4;
}

.u-bg03 {
  background-color: #FDFBF0;
}
.u-bg03-bold {
  background-color: #F0EEDB;
}
.s-descript.u-bg03-bold {
  border-color: #EBE8D5;
}

.u-df {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 767px) {
  .u-df {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.u-df--jf {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.u-df--al {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.u-df-left, .u-df-right {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .u-df-left, .u-df-right {
    width: 100%;
  }
}

.u-slheight .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.u-slheight .slick-slide {
  height: inherit !important;
}

.u-hover .u-bgcover {
  display: block;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.u-hover .u-bgcover:after {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.u-hover:hover .u-bgcover:after {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.u-txtcenter {
  text-align: center;
}

/*------------------------------------------------------------
  effect（ページ遷移）
------------------------------------------------------------*/
.u-effect {
  position: relative;
}

.u-effect::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #E6F5FF;
  background-image: url(../images/common/h-logo.svg);
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 9998;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
}

.u-effect.show::after {
  opacity: 1;
}

.u-effect.show article {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
body {
  color: #000;
  line-height: 1.5;
  font-weight: 400;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.5rem;
  }
}

.l-container {
  width: 1282px;
  margin: 0 auto;
}
@media screen and (max-width: 1285px) and (min-width: 767px) {
  .l-container {
    width: 94%;
  }
}
@media screen and (max-width: 767px) {
  .l-container {
    width: 92%;
  }
}

section {
  position: relative;
}

section:not(:first-child) {
  overflow: hidden;
}

/*------------------------------------------------------------
header
------------------------------------------------------------*/
.l-header {
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  padding: 18px 0;
  position: fixed;
}
.l-header.is-scroll {
  -webkit-transition: 500ms;
  transition: 500ms;
  background: #F0FAF2;
  -webkit-box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.5);
  box-shadow: 0 0 15px 5px rgba(153, 153, 153, 0.5);
}
.l-header.is-scroll .l-header__logo img {
  -webkit-transition: width 1s ease-in-out;
  transition: width 1s ease-in-out;
}
.l-header__logo {
  text-align: center;
}
.l-header__logo img {
  width: 300px;
}
@media screen and (max-width: 767px) {
  .l-header__logo img {
    max-width: 210px;
    margin-right: 30px;
  }
}
.l-header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 63px;
  height: 63px;
  z-index: 9999;
  top: 16px;
  right: 16px;
  position: fixed;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  border: 3px solid #63C959;
}
@media screen and (max-width: 767px) {
  .l-header__menu {
    width: 50px;
    height: 50px;
  }
}
.l-header__menu div {
  position: relative;
  width: 30px;
  height: 20px;
}
.l-header__menu span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
  border-radius: 20px;
  -webkit-transition: 0.35s ease-in-out;
  transition: 0.35s ease-in-out;
}
.l-header__menu span:nth-child(1) {
  top: 0px;
}
.l-header__menu span:nth-child(2) {
  top: 9px;
}
.l-header__menu span:nth-child(3) {
  top: 18px;
}
.l-header__menu.on span:nth-child(1) {
  top: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.l-header__menu.on span:nth-child(2) {
  width: 0;
  left: 50%;
}
.l-header__menu.on span:nth-child(2)::before, .l-header__menu.on span:nth-child(2)::after {
  width: 0;
  height: 0;
}
.l-header__menu.on span:nth-child(3) {
  top: 9px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.l-header__menu p {
  font-size: 10px;
  line-height: 1;
  margin: 7px 0 -7px;
  font-family: "circe", sans-serif;
}
@media screen and (max-width: 767px) {
  .l-header__menu div {
    height: 18px;
  }
  .l-header__menu span:nth-child(2) {
    top: 8px;
  }
  .l-header__menu span:nth-child(3) {
    top: 16px;
  }
  .l-header__menu.on span:nth-child(1) {
    top: 8px;
  }
  .l-header__menu.on span:nth-child(3) {
    top: 8px;
  }
  .l-header__menu p {
    font-size: 0.9rem;
    margin: 5px 0 -6px;
  }
}
.l-header__menu.is-fixed span {
  background: #000;
}
.l-header__menu.is-fixed.on span {
  background: #0ccc00;
}
.l-header__nav {
  visibility: hidden;
  position: relative;
  z-index: 100;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.l-header__nav.open {
  visibility: visible;
  -webkit-transition: opacity 0.24s ease;
  transition: opacity 0.24s ease;
}
.l-header__nav.open .l-header__nav-bg {
  visibility: visible;
  opacity: 1;
}
.l-header__nav.open .l-header__nav-wrap {
  visibility: visible;
  opacity: 1;
}
.l-header__nav-bg {
  display: block;
  position: fixed;
  z-index: 100;
  width: 100vw;
  height: 100vh;
  background: #E6F5FF;
  visibility: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
.l-header__nav-wrap {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  right: 0;
  z-index: 998;
  width: 100%;
  height: 100vh;
  margin-left: 0;
  background-color: #E6F5FF;
  text-align: left;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; */
  overflow-x: hidden;
}
@media screen and (max-width: 767px) {
  .l-header__nav-wrap {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.l-header__nav--logo {
  /* text-align: center; */
  padding-top: 18px;
  -webkit-animation-name: gnaviAnime;
          animation-name: gnaviAnime;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
@media screen and (max-width: 767px) {
  .l-header__nav--logo {
    max-width: 210px;
  }
}
@-webkit-keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes gnaviAnime {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.l-header__nav--inner {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 395px;
  margin: 8% auto 0; */
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .l-header__nav--inner {
    /* max-width: 304px;
    margin: 60px auto 0; */
    margin-top: 25px;
  }
}
.l-header__nav--list {
  position: relative;
}
.l-header__nav--list li {
  position: relative;
  opacity: 0;
  border-top: 2px dotted #D3D3D3;
  -webkit-transform: translate3d(0, 3rem, 0);
          transform: translate3d(0, 3rem, 0);
  -webkit-transition: opacity 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s linear, -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s linear, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.4s linear, transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.l-header__nav--list li.fade {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}
.l-header__nav--list > li + li {
  /* margin-top: 13%; */
}
@media screen and (max-width: 767px) {
  .l-header__nav--list li {
    border-top: 1px dotted #D3D3D3;
  }
}
.l-header__nav--item > a {
  color: #5AB9FC;
  font-size: 20px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .l-header__nav--item > a {
    font-size: 1.6rem;
    padding: 16px;
  }
}
.l-header__nav--list a:hover {
  color: #63C959;
}

.l-header__nav--item.last a {
  width: 100%;
  max-width: 230px;
  color: #fff;
  padding: 10px;
  border-top: 0;
  margin: 25px 0 100px 20px;
  text-align: center;
  border-radius: 30px;
  background-color: #414141;
}
.l-header__nav--item.last a:hover {
  background-color: #63C959;
}
@media screen and (max-width: 767px) {
  .l-header__nav--item.last a {
    max-width: 205px;
  }
}

.l-header__nav--sub {
  display: none;
  margin: 0 30px 20px;
}
.l-header__nav--sub a {
  display: block;
  color: #5AB9FC;
  padding: 13px 0;
}
@media screen and (max-width: 767px) {
  .l-header__nav--sub {
    display: none;
    margin: 0 20px 20px;
  }
  .l-header__nav--sub a {
    font-size: 1.4rem;
    padding: 11px 0;
  }
}

.l-header__nav--toggle {
	top: 26px;
	right: 20px;
	width: 20px;
	height: 20px;
	z-index: 999;
	cursor: pointer;
	border-radius: 50%;
	position: absolute;
	background-color: #74C4FA;
}
@media screen and (max-width: 767px) {
  .l-header__nav--toggle {
    top: 18px;
  }
}
.l-header__nav--toggle:before {
	content: "";
	top: 9px;
	left: 4px;
	width: 12px;
	height: 1px;
	border-radius: 3px;
	position: absolute;
	background-color: #fff;
}
.l-header__nav--toggle:after {
	content: "";
	top: 4px;
	left: 9.5px;
	width: 1px;
	height: 12px;
	border-radius: 3px;
	position: absolute;
	background-color: #fff;
}
.l-header__nav--toggle.open:after {
	content: none;
}

/*------------------------------------------------------------
footer
------------------------------------------------------------*/
.l-footer {
  background-color: #171717;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.l-footer__logo {
  text-align: center;
  padding: 70px 0 50px;
}
.l-footer__list {
  width: calc(100% - 220px);
}
.l-footer__list ul {
  gap: 20px 4%;
  display: flex;
  flex-wrap: wrap;
}
.l-footer__list ul + ul {
  margin-top: 20px;
}
.l-footer__list a {
  color: #8E8E8E;
}
.l-footer__list a:hover {
  color: #fff;
}
.l-footer__btn {
  width: 100%;
  max-width: 200px;
  color: #fff;
  padding: 10px;
  margin-left: 2%;
  text-align: center;
  border-radius: 22px;
  background-color: #414141;
}
.l-footer__btn:hover {
  color: #414141;
  background-color: #fff;
}
.l-footer__copyright {
  color: #8E8E8E;
  text-align: center;
  padding: 60px 0 25px;
}
@media screen and (max-width: 767px) {
  .l-footer__list {
    width: 100%;
    margin-bottom: 50px;
  }
  .l-footer__btn {
    margin: 30px 0 0;
  }
}


/*------------------------------------------------------------
    c-title
------------------------------------------------------------*/
.c-title01 {
  color: #3B99D5;
  font-size: 33px;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 60px;
}

/*------------------------------------------------------------
    c-btn
------------------------------------------------------------*/
/*------------------------------------------------------------
    c-list
------------------------------------------------------------*/
.c-list01 {
  padding: 23px;
  border-radius: 26px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-list01 {
    padding: 20px;
  }
}
.c-list01__list {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .c-list01__list--item {
    width: calc((100% - 30px) / 2);
  }
  .c-list01__list--item:not(:nth-child(2n)) {
    margin-right: 30px;
  }
  .c-list01__list--item:not(:nth-child(-n+2)) {
    margin-top: 55px;
  }
}
.c-list01__list--img {
  height: 393px;
  border-radius: 26px;
}
@media screen and (max-width: 767px) {
  .c-list01__list--img {
    height: 60vw;
    max-height: 400px;
  }
}
.c-list01__list--txt {
  margin-top: 30px;
}
.c-list01__list--ttl {
  font-size: 24px;
  line-height: 1.4;
  letter-spacing: 1px;
}
.c-list01__list--desc {
  font-size: 17px;
  line-height: 1.7;
  margin-top: 18px;
}
@media screen and (max-width: 767px) {
  .c-list01__list--item:not(:last-child) {
    margin-bottom: 50px;
  }
  .c-list01__list--txt {
    margin-top: 26px;
  }
  .c-list01__list--ttl {
    font-size: 2.7rem;
  }
  .c-list01__list--desc {
    font-size: 1.6rem;
    margin-top: 18px;
  }
}

/*------------------------------------------------------------
    c-table
------------------------------------------------------------*/
/*------------------------------------------------------------
	c-other
------------------------------------------------------------*/
.slick-arrow {
  display: block;
  overflow: hidden;
  color: transparent;
  text-decoration: none;
  text-indent: 110%;
  white-space: nowrap;
  font-size: 0;
  position: absolute;
  top: 50%;
  width: 74px;
  height: 74px;
  padding: 0;
  line-height: 0;
  outline: none;
  cursor: pointer;
  z-index: 1;
  border-radius: 50%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
@media screen and (max-width: 767px) {
  .slick-arrow {
    width: 60px;
    height: 60px;
  }
}

.slick-arrow:hover, .slick-arrow:focus {
  opacity: 0.8;
}

.slick-arrow.slick-disabled:before {
  opacity: 0.25;
}

.slick-arrow::before {
  display: block;
  content: "";
  width: 35px;
  height: 21px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .slick-arrow::before {
    background-size: 80% !important;
  }
}

.slick-prev {
  left: -19px;
}
@media screen and (max-width: 767px) {
  .slick-prev {
    left: -5px;
  }
}

.slick-next {
  right: -19px;
}
@media screen and (max-width: 767px) {
  .slick-next {
    right: -5px;
  }
}

.slick-next::before {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}

.slick-dots {
  left: 0;
  right: 0;
  z-index: 2;
  text-align: center;
  position: absolute;
}

.slick-dots li {
  position: relative;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  outline: none;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  position: relative;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  /* background-color: #fff; */
}

.slick-dots li.slick-active button {
  /* background-color: #fff; */
}

/* section-mainvisual
------------------------------------------------------------*/
.s-mainvisual {
  color: #fff;
  height: 84vh;
  height: 797px;
  z-index: 0;
  font-weight: 600;
  position: relative;
  padding: 103px 0 58px;
  background-color: #F0FAF2;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .s-mainvisual {
    height: 673px;
    padding: 80px 0 20px;
  }
}
.s-mainvisual:before, .s-mainvisual:after {
  height: 50%;
  z-index: -1;
}
.s-mainvisual:before {
  background-color: rgba(90, 185, 252, 0.82);
}
.s-mainvisual:after {
  background-color: rgba(70, 191, 57, 0.82);
}
.s-mainvisual__bg {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  position: absolute;
  background: url(../images/common/visual-bg.png);
}
.s-mainvisual__inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  position: relative;
  border-radius: 24px;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.s-mainvisual__txt {
  left: 0;
  bottom: 0;
  z-index: 2;
  position: absolute;
  margin-bottom: 73px;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__txt {
    position: unset;
    margin-bottom: 50px;
  }
}
.s-mainvisual__txt--label {
  font-size: 26px;
  margin: 0 0 13px 30px;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__txt--label {
    font-size: 2rem;
    margin: 0 0 10px 20px;
  }
}
.s-mainvisual__txt--ttl {
  font-size: 37px;
  letter-spacing: 2px;
  padding: 0 20px;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__txt--ttl {
    font-size: 2.3rem;
    padding: 0 10px;
  }
}
.s-mainvisual__txt--ttl span {
  max-width: 440px;
  line-height: 2.3;
  padding: 8px 25px 10px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__txt--ttl span {
    max-width: 290px;
    padding: 6px 20px 8px;
  }
}
.s-mainvisual__txt--ttl span + span {
  margin-top: 8px;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__txt--ttl span + span {
    margin-top: 5px;
  }
}
.s-mainvisual__txt--desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* max-width: 337px; */
  margin: 15px 0 0 30px;
  padding: 11px 20px;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__txt--desc {
    flex-wrap: wrap;
    max-width: 263px;
    padding: 8px 15px;
    margin: 15px 0 0 20px;
  }
}
.s-mainvisual__txt--desc-pos, .s-mainvisual__txt--desc-name {
  font-size: 21px;
  line-height: 1.1;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__txt--desc-pos, .s-mainvisual__txt--desc-name {
    font-size: 1.6rem;
  }
}
.s-mainvisual__txt--desc-name {
  margin-left: 20px;
  padding-left: 15px;
  border-left: 1px solid #fff;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__txt--desc-name {
    margin-left: 12px;
    padding-left: 10px;
  }
}
.s-mainvisual__txt--desc-year {
  font-size: 15px;
  margin-left: 20px;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__txt--desc-year {
    font-size: 1.3rem;
    margin-left: 15px;
  }
}
.s-mainvisual__tag {
  z-index: 2;
  position: relative;
  margin-bottom: -42px;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__tag {
    margin-bottom: -12px;
  }
}
.s-mainvisual__tag--addr {
  right: 0;
  display: table;
  margin: 0 auto;
  color: #000;
  text-align: center;
  border-radius: 36px;
  position: absolute;
  background-color: rgba(240, 250, 242, 0.9);
}
@media screen and (max-width: 767px) {
  .s-mainvisual__tag--addr {
    position: unset;
  }
}
.s-mainvisual__tag--ttl {
  font-size: 33px;
  line-height: 0.96;
  letter-spacing: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__tag--ttl {
    font-size: 2rem;
    letter-spacing: 2px;
  }
}
.s-mainvisual__tag--ttl span {
  display: block;
  font-size: 229px;
  margin-right: -43px;
  letter-spacing: -10px;
}
@media screen and (max-width: 1285px) and (min-width: 767px) {
  .s-mainvisual__tag--ttl span {
    font-size: 16vw;
  }
}
@media screen and (max-width: 767px) {
  .s-mainvisual__tag--ttl span {
    font-size: 8rem;
    margin-right: 0;
    letter-spacing: -7px;
  }
}
.s-mainvisual__tag--mul {
  width: 10px;
  height: 135px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__tag--mul {
    height: 80px;
    margin: 8px 0 0;
  }
}
.s-mainvisual__tag--mul:before, .s-mainvisual__tag--mul:after {
  content: "";
  left: 0;
  right: 0;
  width: 10px;
  height: 100%;
  margin: 0 auto;
  position: absolute;
  mix-blend-mode: overlay;
  background-color: rgba(255, 255, 255, 0.6);
  background-blend-mode: overlay;
}
@media screen and (max-width: 767px) {
  .s-mainvisual__tag--mul:before, .s-mainvisual__tag--mul:after {
    width: 8px;
  }
}
.s-mainvisual__tag--mul:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.s-mainvisual__tag--mul:after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.s-mainvisual.u-h01 {
  height: 600px;
}
.s-mainvisual__label {
  top: 50%;
  left: 7%;
  right: 7%;
  z-index: 2;
  color: #171717;
  font-size: 33px;
  padding: 12px 0;
  max-width: 472px;
  margin: 0 auto;
  text-align: center;
  letter-spacing: 1px;
  border-radius: 36px;
  position: absolute;
  background-color: #fff;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767px) {
  .s-mainvisual.u-h01 {
    height: 500px;
  }
  .s-mainvisual__label {
    padding: 10px 0;
    max-width: 350px;
    font-size: clamp(2.5rem, 5vw, 2.7rem);
  }
}

/* c-breadcrumb
------------------------------------------------------------*/
.c-breadcrumb {
  border-bottom: 1px solid #DBDEEA;
}
.c-breadcrumb ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.c-breadcrumb li {
  z-index: 1;
  color: #525252;
  font-size: 14px;
  padding: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.c-breadcrumb li a {
  color: #001847;
}
.c-breadcrumb li:after {
  content: ">";
  color: #001847;
  margin: 0 12px;
}
.c-breadcrumb li:last-of-type:after {
  content: none;
}
@media screen and (max-width: 767px) {
  .c-breadcrumb li:first-child {
    position: sticky;
    left: 0;
    z-index: 2;
    background-color: #fff;
  }
}

/* c-triangle
------------------------------------------------------------*/
.c-triangle:before, .c-triangle:after {
  content: "";
  width: 63%;
  bottom: 0;
  position: absolute;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.c-triangle:before {
  left: 0;
  clip-path: polygon(0 0, 100% 100%, 100% 100%, 0% 100%);
}
.c-triangle:after {
  right: 0;
  clip-path: polygon(0 100%, 100% 0, 100% 100%, 0% 100%);
}
.c-triangle__inner {
  z-index: 1;
  position: relative;
}
.c-triangle--left:after {
  content: none;
}
.c-triangle--right:before {
  content: none;
}

/* c-about
------------------------------------------------------------*/
.c-about__img {
  min-height: 393px;
}
@media screen and (max-width: 767px) {
  .c-about__img {
    width: 100% !important;
    height: 70vw;
    min-height: auto;
    max-height: 393px;
  }
}
@media screen and (max-width: 767px) {
  .c-about__txt {
    width: 100% !important;
    padding: 35px 4% 0;
  }
}
.c-about__txt--ttl {
  font-size: 33px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .c-about__txt--ttl {
    font-size: 2.7rem;
  }
}
.c-about__txt--desc {
  line-height: 2;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .c-about__txt--desc {
    margin-top: 30px;
  }
}

/* s-work
------------------------------------------------------------*/
.c-title {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.c-title__txt {
  font-size: 15px;
  max-width: 216px;
  line-height: 1.8;
  position: relative;
  font-family: "MonopinJRegular", sans-serif;
}
.c-title__txt:after {
  content: "";
  width: 194px;
  height: 96px;
  left: -33px;
  bottom: -42px;
  position: absolute;
}
.c-title__ttl {
  width: 318px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-title__ttl {
    width: 270px;
    margin: 50px 0 30px;
  }
}
.c-title__ttl--name {
  display: block;
  font-size: 74px;
  line-height: 1;
  z-index: 0;
  position: relative;
  margin-bottom: 10px;
  font-family: "Banana", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-title__ttl--name {
    font-size: 7rem;
  }
}
.c-title__ttl--name:after {
  content: "";
  width: 100%;
  height: 6px;
  left: 0;
  right: 0;
  bottom: 5px;
  z-index: -1;
  margin: 0 auto;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-title__ttl--name:after {
    bottom: 3px;
  }
}
.c-title__ttl--desc {
  font-size: 37px;
  letter-spacing: 5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .c-title__ttl--desc {
    font-size: 3rem;
  }
}

.c-listview {
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.c-listview .js .listview-single > div:nth-child(1n+2) {
  display: none;
}
.c-listview .js .listview-single.slick-initialized > div:nth-child(1n+2) {
  display: block;
}
.c-listview .listview-single .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.c-listview .listview-single .slick-slide {
  height: inherit !important;
}
.c-listview__single {
  margin-top: 60px;
}
.c-listview__single--item {
  margin: 0 18px;
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .c-listview__single--item {
    display: block !important;
  }
}
.c-listview__single a {
  color: #fff;
}
.c-listview__single--img {
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-listview__single--img {
    width: 100%;
    height: 57vw;
  }
}
.c-listview__single--img span {
  top: 20px;
  left: 35px;
  font-size: 25px;
  font-weight: 600;
  position: absolute;
  letter-spacing: 1.5px;
}
@media screen and (max-width: 767px) {
  .c-listview__single--img span {
    top: 10px;
    left: 20px;
    font-size: 2.2rem;
  }
}
.c-listview__single--txt {
  padding: 20px 5% 30px;
}
@media screen and (max-width: 767px) {
  .c-listview__single--txt {
    width: 100%;
    padding: 23px 4% 25px;
  }
}
.c-listview__single--label {
  display: table;
  font-weight: 600;
  padding: 5px 20px;
  margin-left: auto;
  text-align: center;
  border-radius: 22px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .c-listview__single--label {
    margin-right: auto;
  }
}
.c-listview__single--ttl {
  font-size: 26px;
  padding: 0 20px;
  margin: 26px 0 0 -68px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-listview__single--ttl {
    font-size: 2rem;
    margin: 26px 0 0;
    text-align: center;
  }
}
.c-listview__single--ttl span {
  padding: 8px 0;
  line-height: 2.3;
  letter-spacing: 1px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
@media screen and (max-width: 767px) {
  .c-listview__single--ttl span {
    padding: 5px 0;
  }
}
.c-listview__single--desc {
  font-size: 22px;
  font-weight: 600;
  margin-top: 18px;
  text-align: right;
}
@media screen and (max-width: 767px) {
  .c-listview__single--desc {
    font-size: 2rem;
    text-align: center;
  }
}
.c-listview__nav {
  margin-top: 23px;
}
.c-listview__nav:before, .c-listview__nav:after {
  content: "";
  width: calc((100% - 385px) / 2.5);
  height: 1px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: absolute;
}
@media screen and (max-width: 767px) {
  .c-listview__nav:before, .c-listview__nav:after {
    width: calc((100% - 280px) / 2.5);
  }
}
.c-listview__nav:before {
  left: 0;
}
.c-listview__nav:after {
  right: 0;
}
.c-listview__nav .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.c-listview__nav--item {
  width: 76px !important;
  height: 76px;
  opacity: 0.45;
  border-radius: 50%;
  margin: 0 8px;
  cursor: pointer;
  border: 6px solid;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 767px) {
  .c-listview__nav--item {
    max-width: 60px !important;
    max-height: 60px !important;
    margin: 0 4px;
    border: 4px solid;
    width: 13vw !important;
    height: 13vw !important;
    margin: 0 0.2vw;
  }
}
.c-listview__nav--item.is-active, .c-listview__nav--item:hover {
  opacity: 1;
  border: 6px solid;
}
@media screen and (max-width: 767px) {
  .c-listview__nav--item.is-active, .c-listview__nav--item:hover {
    border: 4px solid;
  }
}

.s-work {
  padding-top: 6px;
}
.s-work .c-listimg--item.item01 {
  background: url(../images/top/work-list01.jpg);
}
.s-work .c-listimg--item.item02 {
  background: url(../images/top/work-list02.jpg);
}
.s-work .c-listimg--item.item03 {
  background: url(../images/top/work-list03.jpg);
}
.s-work .c-listimg--item.item04 {
  background: url(../images/top/work-list04.jpg);
}
.s-work .c-listimg--ttl {
  background-color: rgba(59, 153, 213, 0.69);
}
.s-work .c-title__txt {
  color: #3B99D5;
}
.s-work .c-title__txt:after {
  background: url(../images/top/bd-ttl-blue.svg);
}
.s-work .c-title__ttl {
  color: #5AB9FC;
}
.s-work .c-title__ttl--name:after {
  background-color: #74C4FA;
}
.s-work .c-listview__single--item {
  background-color: #74C4FA;
}
.s-work .c-listview__single--label {
  color: #3B99D5;
}
.s-work .c-listview__single--ttl span {
  background: #2999D5;
  -webkit-box-shadow: 20px 0 0 #2999D5, -20px 0 0 #2999D5;
          box-shadow: 20px 0 0 #2999D5, -20px 0 0 #2999D5;
}
.s-work .c-listview__single .slick-arrow::before {
  background: url(../images/top/ic-prev-blue.svg) center no-repeat;
}
.s-work .c-listview__nav:before, .s-work .c-listview__nav:after {
  background-color: #74C4FA;
}
.s-work .c-listview__nav--item {
  border-color: #E6F5FF;
}
.s-work .c-listview__nav--item.is-active, .s-work .c-listview__nav--item:hover {
  border-color: #98D3FC;
}
.s-work .c-listmore__item {
  background-color: #74C4FA;
}
.s-work .c-listmore__item--label {
  color: #3B99D5;
}
.s-work .c-listmore__item--desc span {
  background: #2999D5;
  -webkit-box-shadow: 10px 0 0 #2999D5, -10px 0 0 #2999D5;
          box-shadow: 10px 0 0 #2999D5, -10px 0 0 #2999D5;
}
.s-work .c-listmore__item.item01 .c-listmore__item--img {
  background-image: url(../images/top/work-more01.jpg);
}
.s-work .c-listmore__item.item02 .c-listmore__item--img {
  background-image: url(../images/top/work-more02.jpg);
}
.s-work .c-listmore__item.item03 .c-listmore__item--img {
  background-image: url(../images/top/work-more03.jpg);
}

/* s-enjoy
------------------------------------------------------------*/
.s-enjoy {
  padding: 6px 0 60px;
  position: relative;
}
.s-enjoy:before, .s-enjoy:after {
  height: 27%;
}
.s-enjoy:before {
  background-color: rgba(90, 185, 252, 0.34);
}
.s-enjoy:after {
  background-color: rgba(70, 191, 57, 0.34);
}
.s-enjoy .c-listimg--item.item01 {
  background: url(../images/top/enjoy-list01.jpg);
}
.s-enjoy .c-listimg--item.item02 {
  background: url(../images/top/enjoy-list02.jpg);
}
.s-enjoy .c-listimg--item.item03 {
  background: url(../images/top/enjoy-list03.jpg);
}
.s-enjoy .c-listimg--item.item04 {
  background: url(../images/top/enjoy-list04.jpg);
}
.s-enjoy .c-listimg--ttl {
  background-color: rgba(69, 159, 60, 0.69);
}
.s-enjoy .c-title__txt {
  color: #459F3C;
}
.s-enjoy .c-title__txt:after {
  background: url(../images/top/bd-ttl-green.svg);
}
.s-enjoy .c-title__ttl {
  color: #63C959;
}
.s-enjoy .c-title__ttl--name {
  margin-bottom: 25px;
}
.s-enjoy .c-title__ttl--name:after {
  bottom: -12px;
  background-color: #63C959;
}
.s-enjoy .c-listview__single--item {
  background-color: #63C959;
}
.s-enjoy .c-listview__single--label {
  color: #459F3C;
}
.s-enjoy .c-listview__single--ttl span {
  background: #459F3C;
  -webkit-box-shadow: 20px 0 0 #459F3C, -20px 0 0 #459F3C;
          box-shadow: 20px 0 0 #459F3C, -20px 0 0 #459F3C;
}
.s-enjoy .c-listview__single .slick-arrow::before {
  background: url(../images/top/ic-prev-green.svg) center no-repeat;
}
.s-enjoy .c-listview__nav:before, .s-enjoy .c-listview__nav:after {
  background-color: #459F3C;
}
@media screen and (max-width: 767px) {
  .s-enjoy .c-listview__nav:before, .s-enjoy .c-listview__nav:after {
    width: calc((100% - 280px) / 2);
  }
}
.s-enjoy .c-listview__nav--item {
  border-color: #E9FCE7;
}
.s-enjoy .c-listview__nav--item.is-active, .s-enjoy .c-listview__nav--item:hover {
  border-color: #8FDE87;
}
.s-enjoy .c-listmore__item {
  background-color: #63C959;
}
.s-enjoy .c-listmore__item--label {
  color: #459F3C;
}
.s-enjoy .c-listmore__item--desc span {
  background: #459F3C;
  -webkit-box-shadow: 10px 0 0 #459F3C, -10px 0 0 #459F3C;
          box-shadow: 10px 0 0 #459F3C, -10px 0 0 #459F3C;
}
.s-enjoy .c-listmore__item.item01 .c-listmore__item--img {
  background-image: url(../images/top/enjoy-more01.jpg);
}
.s-enjoy .c-listmore__item.item02 .c-listmore__item--img {
  background-image: url(../images/top/enjoy-more02.jpg);
}
.s-enjoy .c-listmore__item.item03 .c-listmore__item--img {
  background-image: url(../images/top/enjoy-more03.jpg);
}

/*------------------------------------------------------------
p-top
------------------------------------------------------------*/
.s-visual {
  height: 92vh;
  padding-top: 90px;
  background: url(../images/top/mainvisual.jpg);
}

.p-top {
  /* c-common */
}
.p-top .s-mainvisual {
  height: 92vh;
  height: 888px;
}
@media screen and (max-width: 767px) {
  .p-top .s-mainvisual {
    height: 750px;
  }
}
.p-top .s-mainvisual__bg {
  background: url(../images/top/visual-bg.png);
}
.p-top .s-mainvisual__inner:before, .p-top .s-mainvisual__inner:after,
.archive-interview .s-mainvisual__inner:before, .archive-interview .s-mainvisual__inner:after {
  content: "";
  width: calc((100% - 3px) / 2);
  height: 100%;
  position: absolute;
  background-size: cover !important;
}
.p-top .s-mainvisual__inner:before,
.archive-interview .s-mainvisual__inner:before {
  left: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.p-top .s-mainvisual__inner:after,
.archive-interview .s-mainvisual__inner:after {
  right: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.p-top .s-mainvisual__inner:before {
  background: url(../images/top/visual-img01.jpg) center no-repeat;
}
.p-top .s-mainvisual__inner:after {
  background: url(../images/top/visual-img02.jpg) center no-repeat;
}
@media screen and (max-width: 767px) {
  .p-top .s-mainvisual__inner:before, .p-top .s-mainvisual__inner:after,
  .archive-interview .s-mainvisual__inner:before, .archive-interview .s-mainvisual__inner:after {
    width: 100%;
    height: calc((100% - 3px) / 2);
  }
  .p-top .s-mainvisual__inner:before,
  .archive-interview .s-mainvisual__inner:before {
    top: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 20px;
  }
  .p-top .s-mainvisual__inner:after,
  .archive-interview .s-mainvisual__inner:after {
    bottom: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
  }
}

.p-top .s-mainvisual__ttl {
  top: 28px;
  width: 100%;
  z-index: 2;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .p-top .s-mainvisual__ttl {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top .s-mainvisual__ttl h2 {
  font-size: 74px;
  text-align: center;
  font-family: "Banana", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-top .s-mainvisual__ttl h2 {
    font-size: 5rem;
  }
}
.p-top .s-mainvisual__ttl--work {
  color: #5AB9FC;
}
.p-top .s-mainvisual__ttl--enjoy {
  color: #46BF39;
}
.p-top .s-mainvisual__tag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .p-top .s-mainvisual__tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-top .s-mainvisual__tag--addr {
  left: 0;
  right: 0;
  bottom: 220px;
  font-size: 37px;
  padding: 4px 48px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .p-top .s-mainvisual__tag--addr {
    font-size: 2.3rem;
    padding: 4px 26px;
    margin-bottom: 38px;
  }
}
.p-top .s-mainvisual__tag--note {
  left: 0;
  right: 0;
  bottom: -12px;
  font-size: 33px;
  text-align: center;
  letter-spacing: 3px;
  position: absolute;
}
@media screen and (max-width: 1285px) and (min-width: 767px) {
  .p-top .s-mainvisual__tag--note {
    font-size: 2.6vw;
  }
}
@media screen and (max-width: 767px) {
  .p-top .s-mainvisual__tag--note {
    position: unset;
    font-size: 2.3rem;
    margin-left: 200px;
  }
}
.p-top .c-about__img {
  width: 40%;
}
.p-top .c-about__txt {
  width: 55%;
  position: relative;
}
.p-top .c-about__txt--desc {
  width: 58%;
}
@media screen and (max-width: 767px) {
  .p-top .c-about__txt--desc {
    width: 100%;
  }
}
.p-top .c-about__txt--thumb {
  width: 36%;
  height: 210px;
  margin-top: 35px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-top .c-about__txt--thumb {
    width: 100%;
    height: 55vw;
    max-height: 320px;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
  }
}
.p-top .c-listimg--item {
  width: 423px;
  height: 312px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-top .c-listimg--item {
    width: 320px;
    height: 210px;
  }
}
.p-top .c-listimg--ttl {
  color: #fff;
  font-size: 14px;
  padding: 7px 30px;
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  display: table;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .p-top .c-listimg--ttl {
    font-size: 1.3rem;
    padding: 5px 15px;
  }
}
.p-top .c-listmore {
  margin-top: 52px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
.p-top .c-listmore__item {
  width: calc((100% - 56px) / 3);
  overflow: hidden;
  border-radius: 10px;
}
@media screen and (min-width: 768px) {
  .p-top .c-listmore__item:not(:nth-child(3n)) {
    margin-right: 28px;
  }
}
@media screen and (max-width: 767px) {
  .p-top .c-listmore__item {
    width: 100%;
  }
  .p-top .c-listmore__item:not(:last-child) {
    margin-bottom: 30px;
  }
}
.p-top .c-listmore__item--img {
  height: 218px;
  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;
  position: relative;
}
.p-top .c-listmore__item--img:after {

  background-color: #34414B;
  background-blend-mode: overlay;
}
.p-top .c-listmore__item--ttl {
  color: #fff;
  z-index: 1;
  font-size: 26px;
  max-width: 190px;
  margin: -36px auto 0;
  position: relative;
}
.p-top .c-listmore__item--ttl:after {
  content: "";
  width: 194px;
  height: 96px;
  left: -55px;
  bottom: -42px;
  position: absolute;
  background: url(../images/top/bd-ttl-white.svg) center no-repeat;
}
.p-top .c-listmore__item--txt {
  padding: 0 35px 23px;
}
.p-top .c-listmore__item--label {
  z-index: 1;
  display: block;
  font-size: 21px;
  max-width: 184px;
  font-weight: 600;
  padding: 6px 20px;
  text-align: center;
  position: relative;
  margin: -22px auto 0;
  border-radius: 22px;
  background-color: #fff;
}
.p-top .c-listmore__item--desc {
  color: #fff;
  font-size: 16px;
  margin-top: 13px;
}
.p-top .c-listmore__item--desc span {
  padding: 7px 0;
  line-height: 2.5;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.p-top .s-about .c-about__img {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  background: url(../images/top/about-img01.jpg);
}
@media screen and (max-width: 767px) {
  .p-top .s-about .c-about__img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.p-top .s-about .c-about__txt--thumb {
  background: url(../images/top/about-img02.jpg);
}
.p-top .s-history {
  /* padding-top: 70px; */
  overflow: visible;
  position: relative;
  background-image: url(../images/top/history-bg.jpg);
  background-blend-mode: multiply;
}
.p-top .s-history:before {
  content: "";
  top: -47px;
  left: 0;
  right: 0;
  width: 1px;
  height: 103px;
  margin: 0 auto;
  position: absolute;
  background-color: #707070;
}
.p-top .s-history__inner {
  z-index: 1;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #fff;
}
.p-top .s-history .c-about__img {
  background: url(../images/top/re_80_kurosu.jpg);
}
.p-top .s-history .c-about__txt {
  padding-top: 4%;
}
.p-top .s-history .c-about__txt--thumb {
  background: url(../images/top/history-img02.jpg);
}
.p-top .s-history .c-listmore {
  padding: 25px 28px;
}
@media screen and (max-width: 767px) {
  .p-top .s-history .c-listmore {
    padding: 25px 23px;
  }
}
.p-top .s-history .c-listmore__item {
  background-color: #EBE8D5;
}
.p-top .s-history .c-listmore__item--label {
  color: #867F51;
}
.p-top .s-history .c-listmore__item--desc span {
  background: #B9B494;
  -webkit-box-shadow: 10px 0 0 #B9B494, -10px 0 0 #B9B494;
          box-shadow: 10px 0 0 #B9B494, -10px 0 0 #B9B494;
}
.p-top .s-history .c-listmore__item.item01 .c-listmore__item--img:after {
  background-image: url(../images/top/history-more01.jpg);
}
.p-top .s-history .c-listmore__item.item02 .c-listmore__item--img:after {
  background-image: url(../images/top/history-more02.jpg);
}
.p-top .s-history .c-listmore__item.item03 .c-listmore__item--img:after {
  background-image: url(../images/top/history-more03.jpg);
}
.p-top .s-history .c-listimg {
  margin-top: 60px;
}
.p-top .s-history .c-listimg--item.item01 {
  background: url(../images/top/history-list01.jpg);
}
.p-top .s-history .c-listimg--item.item02 {
  background: url(../images/top/history-list02.jpg);
}
.p-top .s-history .c-listimg--item.item03 {
  background: url(../images/top/history-list03.jpg);
}
.p-top .s-history .c-listimg--item.item04 {
  background: url(../images/top/history-list04.jpg);
}
.p-top .s-history .c-listimg--ttl {
  background-color: rgba(185, 180, 148, 0.69);
}

.p-top .s-easy .c-title__ttl {
  width: 520px;
}
@media screen and (max-width: 767px) {
  .p-top .s-easy .c-title__ttl {
    width: 295px;
  }
}
.p-top .s-easy .c-title__ttl--name {
  margin-bottom: 25px;
}
.p-top .s-easy .c-title__ttl--name:after {
  bottom: -15px;
}
.p-top .s-easy .c-title__txt:after {
  background: url(../images/top/bd-ttl-black.svg);
}
.p-top .s-easy .c-title__ttl--name:after {
  background-color: #171717;
}
.p-top .s-easy .c-listmore__item--img:after {
  background-color: rgba(255,255,255,0.5);
}
.p-top .s-easy .c-listmore__item--ttl {
  color: #171717;
}
.p-top .s-easy .c-listmore__item {
  background-color: #D5D5D5;
}
.p-top .s-easy .c-listmore__item--ttl {
  max-width: 208px;
}
.p-top .s-easy  .c-listmore__item--ttl:after {
  background: url(../images/top/bd-ttl-black.svg) center no-repeat;
}
.p-top .s-easy .c-listmore__item--desc span {
  background: #7B7B7B;
  -webkit-box-shadow: 10px 0 0 #7B7B7B, -10px 0 0 #7B7B7B;
  box-shadow: 10px 0 0 #7B7B7B, -10px 0 0 #7B7B7B;
}
.p-top .s-easy .c-listmore__item.item01 .c-listmore__item--img:after {
  background-image: url(../images/top/easy-more01.jpg);
}
.p-top .s-easy .c-listmore__item.item02 .c-listmore__item--img:after {
  background-image: url(../images/top/easy-more02.jpg);
}
.p-top .s-easy .c-listmore__item.item03 .c-listmore__item--img:after {
  background-image: url(../images/top/easy-more03.jpg);
}
.p-top .s-easy .c-listimg {
  border-top: 6px solid #D9D5B9;
}

/*------------------------------------------------------------
p-interview
------------------------------------------------------------*/
.archive-interview .s-mainvisual__inner:before {
  background: url(../images/interview/visual-img01.jpg) center no-repeat;
}
.archive-interview .s-mainvisual__inner:after {
  background: url(../images/interview/visual-img02.jpg) center no-repeat;
}
.p-interview .s-mainvisual__tag {
  margin-left: auto;
}
.p-interview .s-mainvisual__tag--addr {
  top: -5px;
  font-size: 19px;
  padding: 3px 25px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-interview .s-mainvisual__tag--addr {
    font-size: 1.4rem;
    padding: 3px 16px;
  }
}
.p-interview .c-about__img, .p-interview .c-about__txt {
  width: 47%;
}
@media screen and (max-width: 767px) {
  .p-interview .c-about__img, .p-interview .c-about__txt {
    width: 100%;
  }
}
.p-interview .c-about__img {
  border-radius: 26px;
}
.p-interview .c-about__txt--desc {
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-interview .c-about__txt--desc {
    font-size: 1.6rem;
  }
}
.s-descript {
  overflow: visible !important;
  border-bottom: 6px solid;
}
@media screen and (max-width: 767px) {
  .s-descript {
    border-bottom: 3px solid;
  }
}
.s-descript__inner {
  max-width: 612px;
}
@media screen and (max-width: 767px) {
  .s-descript__inner {
    max-width: 100%;
  }
}
.s-descript__desc {
  line-height: 1.7;
}
.s-descript__list {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  margin: 50px 0 -106px;
}
@media screen and (max-width: 767px) {
  .s-descript__list {
    margin: 38px 0 -88px;
  }
}
.s-descript__list--item {
  width: 100%;
  max-width: 256px;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .s-descript__list--item {
    max-width: 230px;
    margin: 0 8px;
  }
}
.s-descript__list--item a {
  display: block;
  font-size: 21px;
  text-align: center;
  padding: 16px;
  border-radius: 36px;
}
@media screen and (max-width: 767px) {
  .s-descript__list--item a {
    font-size: 1.6rem;
    padding: 12px;
  }
}
@media screen and (max-width: 370px) {
  .s-descript__list--item a {
    font-size: 4vw;
  }
}
.p-interview .s-intro {
  padding-top: 30px;
}
.p-interview .s-intro:before, .p-interview .s-intro:after {
  height: 72%;
}
.p-interview .s-working:before, .p-interview .s-working:after {
  height: 43%;
}
@media screen and (max-width: 767px) {
  .p-interview .s-working .c-about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.p-interview .s-working .c-about + .c-about {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .p-interview .s-working .c-about__img {
    margin-bottom: -70px;
  }
}
.p-interview .s-working .c-about__img--list {
  height: 100%;
}
.p-interview .s-working .c-about__img--list li {
  border-radius: 13px;
  -webkit-animation: float 3s ease-in-out infinite;
          animation: float 3s ease-in-out infinite;
}
.p-interview .s-working .c-about__img--list li:nth-child(1) {
  width: 52%;
  height: 54%;
}
.p-interview .s-working .c-about__img--list li:nth-child(2) {
  width: 43%;
  height: 44%;
  margin-left: auto;
  margin-top: -63px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.p-interview .s-company:before, .p-interview .s-company:after {
  height: 29%;
}
.p-interview .s-company .c-profile {
  padding: 1px 5% 5%;
  margin-top: 250px;
  border-radius: 26px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-interview .s-company .c-profile {
    padding: 1px 20px 20px;
    margin-top: 100px;
  }
}
.p-interview .s-company .c-profile__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin-top: -162px;
  margin-top: -11.6vw;
}
@media screen and (max-width: 767px) {
  .p-interview .s-company .c-profile__img {
    margin-top: -44px;
    margin-top: -11.6vw;
  }
}
.p-interview .s-company .c-profile__img--pic {
  width: 19vw;
  height: 13vw;
  max-width: 260px;
  max-height: 175px;
  border-radius: 26px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-interview .s-company .c-profile__img--pic {
    border-radius: 13px;
  }
}
.p-interview .s-company .c-profile__img--avt {
  width: 23vw;
  height: 23vw;
  max-width: 326px;
  max-height: 326px;
  border-radius: 50%;
}
.p-interview .s-company .c-profile__box {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .p-interview .s-company .c-profile__box {
    margin-top: 30px;
  }
}
.p-interview .s-company .c-profile__box--left {
  width: 53%;
}
@media screen and (max-width: 767px) {
  .p-interview .s-company .c-profile__box--left {
    width: 100%;
  }
}
.p-interview .s-company .c-profile__box--right {
  width: 42%;
  padding: 0 4% 3.5%;
  border-radius: 20px;
}
@media screen and (max-width: 767px) {
  .p-interview .s-company .c-profile__box--right {
    width: 100%;
    padding: 0 20px 30px;
    margin-top: 70px;
  }
}
.p-interview .s-company .c-profile__box--ttl {
  font-size: 33px;
  letter-spacing: 2px;
}
@media screen and (max-width: 767px) {
  .p-interview .s-company .c-profile__box--ttl {
    font-size: 2.6rem;
  }
}
.p-interview .s-company .c-profile__box--txt {
  font-size: 18px;
  line-height: 2;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .p-interview .s-company .c-profile__box--txt {
    font-size: 1.6rem;
  }
}
.p-interview .s-company .c-profile__box--label {
  padding: 15px;
  font-size: 20px;
  max-width: 256px;
  text-align: center;
  border-radius: 36px;
  margin: -30px auto 0;
}
@media screen and (max-width: 767px) {
  .p-interview .s-company .c-profile__box--label {
    padding: 12px;
    font-size: 1.9rem;
    max-width: 230px;
    margin: -26px auto 0;
  }
}
.p-interview .s-company .c-profile__box--list {
  margin-top: 6%;
}
@media screen and (max-width: 767px) {
  .p-interview .s-company .c-profile__box--list {
    margin-top: 20px;
  }
}
.p-interview .s-company .c-profile__box--list li {
  font-size: 17px;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .p-interview .s-company .c-profile__box--list li {
    font-size: 1.5rem;
    padding: 13px 0;
  }
}
.p-interview .s-company .c-profile__box--etc {
  font-size: 17px;
  margin-top: 13px;
  text-align: center;
}

.p-work .s-mainvisual__inner {
  background: url(../images/work/visual-img.jpg);
}
.p-work .s-mainvisual__txt--ttl span {
  background: #3B99D5;
  -webkit-box-shadow: 20px 0 0 #3B99D5, -20px 0 0 #3B99D5;
          box-shadow: 20px 0 0 #3B99D5, -20px 0 0 #3B99D5;
}
@media screen and (max-width: 767px) {
  .p-work .s-mainvisual__txt--ttl span {
    -webkit-box-shadow: 10px 0 0 #3B99D5, -10px 0 0 #3B99D5;
            box-shadow: 10px 0 0 #3B99D5, -10px 0 0 #3B99D5;
  }
}
.p-work .s-mainvisual__txt--desc {
  background-color: #74C4FA;
}
.p-work .s-mainvisual__tag--addr {
  left: -22px;
}
.p-work .c-triangle--left:before, .p-work .c-triangle--right:after {
  background-color: rgba(90, 185, 252, 0.22);
}
.p-work .s-descript__list--item.item1 a {
  color: #fff;
  border: 1px solid #4CA2D9;
  background-color: rgba(59, 153, 213, 0.9);
}
/* .p-work .s-descript__list--item.item1 a:hover {
  color: #4CA2D9;
  background-color: rgba(240, 245, 250, 0.9);
} */
.p-work .s-descript__list--item.item2 a {
  color: #63C959;
  background-color: #fff;
  border: 1px solid #63C959;
}
.p-interview .s-descript__list--item.enjoy a {
  background-color: #F0F5FA;
}
/* .p-work .s-descript__list--item.item2 a:hover {
  color: #fff;
  background-color: rgba(69, 159, 60, 0.9);
} */
.p-interview .s-descript__list--item.work a {
  color: #4CA2D9;
  border: 1px solid #4CA2D9;
  background-color: rgba(240, 245, 250, 0.9);
}
.p-interview .s-descript__list--item.work.is-active a {
  color: #fff;
  background-color: rgba(59, 153, 213, 0.9);
}
.p-interview .s-descript__list--item.enjoy a {
  color: #63C959;
  background-color: #fff;
  border: 1px solid #63C959;
}
.p-interview .s-descript__list--item.enjoy.is-active a {
  color: #fff;
  background-color: #63C959;
}


.p-work .s-intro .c-about__img {
  background: url(../images/work/about-img01.jpg);
}
.p-work .s-working .c-about.about01 .c-about__img {
  background: url(../images/work/working-img01.jpg);
}
.p-work .s-working .c-about.about02 .c-about__img--list li:nth-child(1) {
  background: url(../images/work/working-img02-1.jpg);
}
.p-work .s-working .c-about.about02 .c-about__img--list li:nth-child(2) {
  background: url(../images/work/working-img02-2.jpg);
}
.p-work .s-company .c-about__img {
  background: url(../images/work/company-img01.jpg);
}
.p-work .s-company .c-profile__img--pic.pic01 {
  background: url(../images/work/company-pic01.jpg);
}
.p-work .s-company .c-profile__img--pic.pic02 {
  background: url(../images/work/company-pic02.jpg);
}
.p-work .s-company .c-profile__img--avt {
  background: url(../images/work/company-avt.jpg);
}
.p-work .s-company .c-profile__box--right {
  background-color: #C7E7FE;
}
.p-work .s-company .c-profile__box--label {
  color: #3B99D5;
  border: 1px solid #C7E7FE;
  background-color: #F0F5FA;
}
.p-work .s-company .c-profile__box--list li + li {
  border-top: 1px solid #3B99D5;
}
.p-work .s-company .c-profile__box--etc {
  color: #3B99D5;
}

.p-enjoy .s-mainvisual__inner {
  background: url(../images/enjoy/visual-img.jpg);
}
.p-enjoy .s-mainvisual__txt--ttl span {
  background: #459F3C;
  -webkit-box-shadow: 20px 0 0 #459F3C, -20px 0 0 #459F3C;
          box-shadow: 20px 0 0 #459F3C, -20px 0 0 #459F3C;
}
@media screen and (max-width: 767px) {
  .p-enjoy .s-mainvisual__txt--ttl span {
    -webkit-box-shadow: 10px 0 0 #459F3C, -10px 0 0 #459F3C;
            box-shadow: 10px 0 0 #459F3C, -10px 0 0 #459F3C;
  }
}
.p-enjoy .s-mainvisual__txt--desc {
  background-color: #63C959;
}
.p-enjoy .s-mainvisual__tag--addr {
  left: -42px;
}
.p-enjoy .c-triangle--left:before, .p-enjoy .c-triangle--right:after {
  background-color: rgba(70, 191, 57, 0.22);
}
.p-enjoy .s-descript {
  border-color: #C9F0C4;
}
.p-enjoy .s-descript__list--item.item1 a {
  color: #4CA2D9;
  border: 1px solid #4CA2D9;
  background-color: rgba(240, 245, 250, 0.9);
}
/* .p-enjoy .s-descript__list--item.item1 a:hover {
  color: #fff;
  background-color: rgba(59, 153, 213, 0.9);
} */
.p-enjoy .s-descript__list--item.item2 a {
  color: #fff;
  border: 1px solid #63C959;
  background-color: rgba(69, 159, 60, 0.9);
}
/* .p-enjoy .s-descript__list--item.item2 a:hover {
  color: #63C959;
  background-color: #fff;
} */
.p-enjoy .s-intro .c-about__img {
  background: url(../images/enjoy/about-img01.jpg);
}
.p-enjoy .s-working .c-about.about01 .c-about__img {
  background: url(../images/enjoy/working-img01.jpg);
}
.p-enjoy .s-working .c-about.about02 .c-about__img--list li:nth-child(1) {
  background: url(../images/enjoy/working-img02-1.jpg);
}
.p-enjoy .s-working .c-about.about02 .c-about__img--list li:nth-child(2) {
  background: url(../images/enjoy/working-img02-2.jpg);
}
.p-enjoy .s-company .c-about__img {
  background: url(../images/enjoy/company-img01.jpg);
}
.p-enjoy .s-company .c-profile__img--pic.pic01 {
  background: url(../images/enjoy/company-pic01.jpg);
}
.p-enjoy .s-company .c-profile__img--pic.pic02 {
  background: url(../images/enjoy/company-pic02.jpg);
}
.p-enjoy .s-company .c-profile__img--avt {
  background: url(../images/enjoy/company-avt.jpg);
}
.p-enjoy .s-company .c-profile__box--right {
  background-color: #C4EFC0;
}
.p-enjoy .s-company .c-profile__box--label {
  color: #55A84C;
  border: 1px solid #C4EFC0;
  background-color: #E9FCE7;
}
.p-enjoy .s-company .c-profile__box--list li + li {
  border-top: 1px solid #53A74B;
}
.p-enjoy .s-company .c-profile__box--etc {
  color: #53A74B;
}

/*------------------------------------------------------------
p-entry
------------------------------------------------------------*/
.p-entry .s-mainvisual__inner:after {
  content: none;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  border-radius: 24px;
  background-color: rgba(0, 0, 0, 0.5);

}
.p-entry .s-mainvisual__title {
  top: 48%;
  left: 80px;
  right: 0;
  z-index: 1;
  display: table;
  margin: 0 auto;
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 2px;
  position: absolute;
  transform: translate(0, -50%);
}
.page-contact .s-mainvisual__title {
  left: 20px;
}
.p-entry .s-mainvisual__title:after {
  content: "";
  width: 320px;
  height: 158px;
  left: -85px;
  bottom: -73px;
  position: absolute;
  background: url(../images/entry/bd-title.svg) center no-repeat;
}
@media screen and (max-width: 767px) {
  .p-entry .s-mainvisual__title {
    top: 40%;
    left: 60px;
    font-size: clamp(2rem, 5vw, 2.5rem);
  }
  .page-contact .s-mainvisual__title {
    left: 10px;
    font-size: 2.5rem;
  }
  .p-entry .s-mainvisual__title:after {
    width: 210px;
    height: 103px;
    left: -50px;
    bottom: -50px;
    background-size: 210px 103px;
  }
}

/*-- entry --*/
.page-entry .s-mainvisual__inner {
  background: url(../images/entry/visual-img.jpg);
}
.page-entry .s-mainvisual__tag {
  margin-left: auto;
}
.page-entry .s-mainvisual__tag--addr {
  color: #fff;
  top: 53%;
  left: -50px;
  font-size: 19px;
  padding: 3px 25px;
  letter-spacing: 2px;
  transform: translate(0, -50%);
  background-color: #4BA1D9;
}
@media screen and (max-width: 767px) {
  .page-entry .s-mainvisual__tag--addr {
    font-size: 1.4rem;
    padding: 3px 16px;
  }
}

/*-- contact --*/
.page-contact .s-mainvisual__inner {
  background: url(../images/contact/visual-img.jpg);
}
.page-contact .s-mainvisual__tag {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
@media screen and (max-width: 767px) {
  .page-contact .s-mainvisual__tag {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.page-contact .s-mainvisual__tag--addr {
  left: 0;
  right: 0;
  bottom: 218px;
  font-size: 37px;
  padding: 4px 48px;
  letter-spacing: 3px;
}
@media screen and (max-width: 767px) {
  .page-contact .s-mainvisual__tag--addr {
    font-size: 2.3rem !important;
    padding: 4px 26px;
    margin-bottom: 20px;
  }
} 
 
/*-- descript --*/
.p-entry .s-descript__inner {
  max-width: 746px;
  text-align: center;
}
.p-entry .s-descript__list--item.item1 a {
  color: #fff;
  cursor: auto;
}
.p-entry .s-descript__list--item.item1 a:hover {
  opacity: 1 !important;
}
.page-entry .s-descript__list--item.item1 a {
  background-color: rgba(59, 153, 213, 0.9);
}
.page-contact .s-descript__list--item.item1 a {
  background-color: rgba(101, 101, 101, 0.9);
}

/*-- form --*/
.p-entry .s-form.c-triangle:before, .p-entry .s-form.c-triangle:after {
  /* height: 14%;
  width: 43%; */
  height: 15%;
  width: 63%;
}
.page-contact .s-form.c-triangle:before, .page-contact .s-form.c-triangle:after {
  height: 35%;
}
.p-entry .s-form.c-triangle:before {
  background-color: rgba(90, 185, 252, 0.34);
}
.p-entry .s-form.c-triangle:after {
  background-color: rgba(70, 191, 57, 0.34);
}

.p-entry .s-form {
  font-size: 18px;
  /* background-color: rgba(230, 245, 255, 0.34); */
}
@media screen and (max-width: 767px) {
  .p-entry .s-form {
    font-size: 1.6rem;
  }
}
.page-contact .s-form {
   background-color: rgba(243, 250, 255, 0.5);
}

.p-entry .s-form .flex-base {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.p-entry .s-form .flex-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.p-entry .s-form dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #9B9B9B;
}
@media screen and (max-width: 767px) {
  .p-entry .s-form dl {
    display: block;
  }
}
.p-entry .s-form dl:first-child {
  border-top: 0;
}
.p-entry .s-form dl dt {
  width: 25%;
  min-width: 270px;
  padding: 30px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.s-form dt p {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .p-entry .s-form dl dt {
    width: 100%;
    padding: 12px 0 10px;
  }
}
.p-entry .s-form dl dt .required {
  width: 50px;
  color: #fff;
  font-size: 15px;
  padding: 4px;
  text-align: center;
  background: #E2416C;
}
@media screen and (max-width: 767px) {
  .p-entry .s-form dl dt .required {
    font-size: 1.3rem;
  }
}
.p-entry .s-form dl dt .required.re-any {
  background-color: #919191;
}
.p-entry .s-form dl dd {
  width: 79%;
  padding: 30px 0 30px 20px;
}
@media screen and (max-width: 767px) {
  .p-entry .s-form dl dd {
    width: 100%;
    padding: 0 0 20px 0;
  }
}
.p-entry .s-form dl input, .p-entry .s-form dl select, .p-entry .s-form dl textarea {
  width: 100%;
  height: 70px;
  padding: 15px 20px;
  font-size: 18px;
  resize: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #9B9B9B;
  background-color: #fff;
  vertical-align: middle;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -webkit-transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, -webkit-box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s, -webkit-box-shadow linear 0.2s;
  font-family: "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-entry .s-form dl input, .p-entry .s-form dl select, .p-entry .s-form dl textarea {
    height: 50px;
    font-size: 1.6rem;
    padding: 10px 15px;
  }
}
.p-entry .s-form dl input::-webkit-input-placeholder, .p-entry .s-form dl select::-webkit-input-placeholder, .p-entry .s-form dl textarea::-webkit-input-placeholder {
  color: #8E8E8E;
}
.p-entry .s-form dl input::-moz-placeholder, .p-entry .s-form dl select::-moz-placeholder, .p-entry .s-form dl textarea::-moz-placeholder {
  color: #8E8E8E;
}
.p-entry .s-form dl input:-ms-input-placeholder, .p-entry .s-form dl select:-ms-input-placeholder, .p-entry .s-form dl textarea:-ms-input-placeholder {
  color: #8E8E8E;
}
.p-entry .s-form dl input::-ms-input-placeholder, .p-entry .s-form dl select::-ms-input-placeholder, .p-entry .s-form dl textarea::-ms-input-placeholder {
  color: #8E8E8E;
}
.p-entry .s-form dl input::placeholder, .p-entry .s-form dl select::placeholder, .p-entry .s-form dl textarea::placeholder {
  color: #8E8E8E;
}
.p-entry .s-form dl input:focus, .p-entry .s-form dl select:focus, .p-entry .s-form dl textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted \9 ;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
}
.p-entry .s-form dl input[type=radio] {
  width: 25px;
  height: 25px;
  margin-right: 10px;
  vertical-align: -6px;
}
@media screen and (max-width: 767px) {
  .p-entry .s-form dl input[type=radio] {
    width: 20px;
    height: 20px;
    margin-right: 7px;
    vertical-align: -5px;
  }
}
.p-entry .s-form dl textarea {
  height: 280px;
}
@media screen and (max-width: 767px) {
  .p-entry .s-form dl textarea {
    height: 230px;
  }
}
.p-entry .s-form dl select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../images/common/ic-select.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-color: rgba(255, 255, 255, 0.58);
}
.p-entry .s-form dl select::-ms-expand {
  display: none;
}
.p-entry .s-form__age input {
  width: 120px !important;
}
.p-entry .s-form__age--txt {
  margin-left: 17px;
}
@media screen and (max-width: 767px) {
  .p-entry .s-form__age--txt {
    margin-left: 13px;
  }
}
.p-entry .s-form__radio--item {
  display: block;
}
.p-entry .s-form__radio--item + .s-form__radio--item {
  margin-top: 10px;
}
@media screen and (max-width: 767px) {
  .p-entry .s-form__radio--item + .s-form__radio--item {
    margin-top: 7px;
  }
}
.p-entry .s-form__radio--item .wpcf7-list-item {
  display: block;
  margin: 0 0 10px;
}

.p-entry .s-form__address--txt {
  margin-right: 17px;
}
@media screen and (max-width: 767px) {
  .p-entry .s-form__address--txt {
    margin-right: 13px;
  }
}
.p-entry .s-form__address--item + .s-form__address--item {
  margin-top: 18px;
}
.p-entry .s-form__address--item.box1 input {
  width: 207px !important;
}
.p-entry .s-form__address--item.box2 input {
  width: 242px !important;
  background-image: url(../images/common/ic-select.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
}
.p-entry .s-form__email--txt {
  margin-bottom: 2px;
}
.p-entry .s-form__email--item + .s-form__email--item {
  margin-top: 30px;
}
.p-entry .s-form__submit {
  text-align: center;
}
.p-entry .s-form #wpcf7cpcnf .wpcf7cp-btns {
  display: flex;
  justify-content: center;
}
.p-entry .s-form__submit input, .p-entry .s-form #wpcf7cpcnf button {
  color: #fff;
  width: 464px;
  border: none;
  cursor: pointer;
  font-size: 21px;
  font-weight: 600;
  padding: 20px 10px;
  margin: 60px 10px 0;
  border-radius: 36px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  background-image: linear-gradient(-45deg, #57A84F 50%, #4FA3D9 50%);
}
@media screen and (max-width: 767px) {
  .p-entry .s-form__submit input, .p-entry .s-form #wpcf7cpcnf button {
    width: 50%;
    font-size: 1.6rem;
    padding: 12px 0;
    margin: 50px 5px 0;
  }
}
.p-entry .s-form__submit input:hover, .p-entry .s-form #wpcf7cpcnf button:hover {
  background-image: linear-gradient(-45deg, #4FA3D9 50%, #57A84F 50%);
}
.s-form .wpcf7-spinner {
  position: absolute;
}

.page-contact .s-form__submit input {
  letter-spacing: 10px;
}

/* テーブル */
#wpcf7cpcnf table th, #wpcf7cpcnf table td {
  padding: 2% 4%;
}
#wpcf7cpcnf table th {
  background-color: #D6EFFE;
  border: 1px solid #C6E6FC;
  text-align: left;
  width: 35%;
  font-weight: 500;
}
#wpcf7cpcnf table td {
  border: 1px solid #C6E6FC;
}

@media screen and (max-width: 767px) {
  #wpcf7cpcnf table th, #wpcf7cpcnf table td {
    display: block;
    width: 100% !important;
  }
  #wpcf7cpcnf table th {
    padding: 12px 12px 12px 4%;
  }
  #wpcf7cpcnf table td {
    margin-bottom: 27px;
	  border-top: 0;
    padding: 15px 15px 15px 4%;
  }
}


.p-entry .s-form__box {
  overflow: hidden;
  position: relative;
  border-radius: 32px;
  /* padding: 45px 0 30px; */
  background-color: #fff;
  border: 6px solid #E5F4FE;
}

.page-entry .s-form dl {
  border-top: 1px solid #AEDCF5;
}
.page-entry .s-form dl:nth-child(odd) {
  background-color: rgba(230,245,255,0.5);
}
.page-contact .s-form dl:nth-child(odd) {
  background-color: rgba(244,254,243,0.5);
}

.p-entry .s-form dl dt {
  padding-left: 4%;
}
.p-entry .s-form dl dd {
  padding-right: 3%;
}
.page-entry .s-form dl input, .page-entry .s-form dl select, .page-entry .s-form dl textarea {
  border: 1px solid #80B4D9;
}
@media screen and (max-width: 767px) {
  .p-entry .s-form__box {
    /* padding: 35px 0 25px; */
  }
  .p-entry .s-form dl dt {
    padding: 12px 15px 10px;
  }
  .p-entry .s-form dl dd {
    padding: 0 15px 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-entry .l-footer__list {
    display: none;
  }
}


/*------------------------------------------------------------
p-greeting
------------------------------------------------------------*/
.p-greeting .c-triangle:before, .p-greeting .c-triangle:after,
.p-profile .c-triangle:before, .p-profile .c-triangle:after {
  /* height: 25%; */
}
.p-greeting .c-triangle:before,
.p-profile .c-triangle:before,
.p-contruction .c-triangle:before {
  background-color: rgba(90, 185, 252, 0.34);
}
.p-greeting .c-triangle:after,
.p-profile .c-triangle:after,
.p-contruction .c-triangle:after {
  background-color: rgba(70, 191, 57, 0.34);
}

.p-greeting .s-mainvisual__inner {
  background: url(../images/greeting/visual-img.jpg);
}
.p-greeting .s-greeting__inner {
  padding: 5%;
  border-radius: 26px;
  background-color: #fff;
}
.p-greeting .s-greeting__infor {
}
.p-greeting .s-greeting__infor--avt {
  width: 33vw;
  height: 33vw;
  max-width: 465px;
  max-height: 465px;
  border-radius: 50%;
  background: url(../images/greeting/avatar.jpg);
}
.p-greeting .s-greeting__infor--txt {
  width: 53%;
}
.p-greeting .s-greeting__infor--ttl {
  font-size: 2.6vw;
  line-height: 1.4;
  letter-spacing: 2px;
}
.p-greeting .s-greeting__infor--desc {
  font-size: 17px;
  margin-top: 63px;
}
.p-greeting .s-greeting__infor--desc span {
  display: block;
  font-size: 24px;
  line-height: 1.3;
}
.p-greeting .s-greeting__textarea {
  font-size: 18px;
  line-height: 2;
  max-width: 1030px;
  margin: 16px auto;
}
.p-greeting .s-greeting__textarea p {
  padding-top: 38px;
}
.p-greeting .s-greeting__video {
  aspect-ratio: 16 / 9;
  max-width: 800px;
  margin: 0 auto;
  position: relative;
}

@media screen and (max-width: 767px) {
  .p-greeting .s-greeting__inner {
    padding: 36px 25px 26px;
  }
  .p-greeting .s-greeting__infor--avt {
    width: 50vw;
    height: 50vw;
  }
  .p-greeting .s-greeting__infor--txt {
    width: 100%;
    margin-top: 30px;
  }
  .p-greeting .s-greeting__infor--ttl {
    font-size: 2.8rem;
  }
  .p-greeting .s-greeting__infor--desc {
    margin-top: 40px;
  }
  .p-greeting .s-greeting__textarea {
    font-size: 1.6rem;
  }
  .p-greeting .s-greeting__textarea p {
    padding-top: 30px;
  }
  .p-greeting .s-greeting__video {
    /* height: 60vw;
    max-height: 400px; */
    padding-top: 57%;
  }
}

/*------------------------------------------------------------
p-profile
------------------------------------------------------------*/
.p-profile .s-mainvisual__inner {
  background: url(../images/profile/visual-img.jpg);
}
.p-profile .s-profile__list {
  padding: 5%;
  border-radius: 26px;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-profile .s-profile__list {
    padding: 20px;
  }
}
.p-profile .s-profile__list--item {
  overflow: hidden;
  border-radius: 10px;
}
.p-profile .s-profile__list--item + .s-profile__list--item {
  margin-top: 40px;
}
.p-profile .s-profile__list--item:nth-child(odd) {
  background-color: #EBE8D5;
}
.p-profile .s-profile__list--item:nth-child(even) {
  background-color: #D9D5B9;
}
.p-profile .s-profile__list--item:nth-child(odd) .s-profile__list--img span {
  color: #fff;
}
.p-profile .s-profile__list--item:nth-child(even) .s-profile__list--img span {
  color: #959595;
}
.p-profile .s-profile__list--img {
  height: 434px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-profile .s-profile__list--img {
    width: 100%;
    height: 60vw;
    max-height: 400px;
  }
}
.p-profile .s-profile__list--img span {
  top: 10px;
  left: 25px;
  font-size: 118px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  letter-spacing: 1.5px;
  font-family: "Zen Kaku Gothic New", sans-serif;
}
@media screen and (max-width: 767px) {
  .p-profile .s-profile__list--img span {
    top: 5px;
    left: 15px;
    font-size: 7rem;
  }
}
.p-profile .s-profile__list--txt {
  align-self: center;
  padding: 20px 5%;
}
@media screen and (max-width: 767px) {
  .p-profile .s-profile__list--txt {
    width: 100%;
    padding: 30px 20px;
  }
}
.p-profile .s-profile__list--ttl {
  font-size: 33px;
  padding: 0 20px;
  margin-left: -22%;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-profile .s-profile__list--ttl {
    font-size: 2.7rem;
    margin: 0 auto;
    padding: 0 10px;
    text-align: center;
  }
}
.p-profile .s-profile__list--ttl span {
  padding: 10px 12px;
  line-height: 2.35;
  letter-spacing: 1px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #fff;
  -webkit-box-shadow: 20px 0 0 #fff, -20px 0 0 #fff;
  box-shadow: 20px 0 0 #fff, -20px 0 0 #fff;
}
@media screen and (max-width: 767px) {
  .p-profile .s-profile__list--ttl span {
    padding: 7px;
    line-height: 2.25;
    -webkit-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
    box-shadow: 10px 0 0 #fff, -10px 0 0 #fff;
  }
}
.p-profile .s-profile__list--desc {
  font-size: 18px;
  line-height: 2;
  margin-top: 28px;
}
@media screen and (max-width: 767px) {
  .p-profile .s-profile__list--desc {
    font-size: 1.6rem;
    margin-top: 25px;
  }
}

/*------------------------------------------------------------
p-contruction
------------------------------------------------------------*/
.p-contruction .c-triangle:before, .p-contruction .c-triangle:after,
.p-engineering .c-triangle:before, .p-engineering .c-triangle:after {
  /* height: 15%; */
}
.p-contruction .s-mainvisual__inner {
  background: url(../images/contruction/visual-img.jpg);
}
.p-contruction .s-mainvisual__label {
  color: #fff;
  background-color: #44B0EA;
}
.p-contruction .s-descript__list--item.item1 a {
  color: #fff;
  border: 1px solid #4CA2D9;
  background-color: rgba(59, 153, 213, 0.9);
}
.p-contruction .s-descript__list--item.item2 a {
  color: #63C959;
  background-color: #fff;
  border: 1px solid #63C959;
}

/*------------------------------------------------------------
p-engineering
------------------------------------------------------------*/
.p-engineering .s-mainvisual__inner {
  background: url(../images/engineering/visual-img.jpg);
}
.p-engineering .s-mainvisual__label {
  color: #fff;
  background-color: #63C959;
}
.p-engineering .s-descript {
  border-color: #C9F0C4;
}
.p-engineering .s-descript__list--item.item1 a {
  color: #4CA2D9;
  border: 1px solid #4CA2D9;
  background-color: rgba(240, 245, 250, 0.9);
}
.p-engineering .s-descript__list--item.item2 a {
  color: #fff;
  border: 1px solid #63C959;
  background-color: rgba(69, 159, 60, 0.9);
}

/*------------------------------------------------------------
p-manga
------------------------------------------------------------*/
.visual-manga {
  background: url(../images/manga/mainvisual.jpg);
  height: 53vw;
}
@media screen and (max-width: 767px) {
  .visual-manga {
    margin-top: 66px;
  }
}

.p-manga .s-manga__list {
  margin-top: 20px;
}
.p-manga .s-manga {
  background: #eee;
}

@media screen and (max-width: 767px) {
  .p-manga .s-manga__list {
    margin-top: 10px;
  }
}

.p-manga .s-manga__list li {
  text-align: center;
}
.p-manga .s-manga__list li img {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .p-manga .s-manga__list li img {
    width: 100%;
  }
}

/*------------------------------------------------------------
p-welfare
------------------------------------------------------------*/
.p-welfare .s-mainvisual__inner {
  background: url(../images/welfare/visual-img.jpg);
}

.p-welfare .s-welfare__item + .s-welfare__item {
  margin-top: 80px;
  padding-top: 80px;
  border-top: 1px solid #BEB99A;
}
.p-welfare .s-welfare__item--img, .p-welfare .s-welfare__item--txt {
  width: 47.5%;
}
.js .s-welfare__single > div:nth-child(1n+2) { display: none }
.js .s-welfare__single.slick-initialized > div:nth-child(1n+2) { display: block }

.p-welfare .s-welfare__single--item {
  height: 393px;
  border-radius: 26px;
}
.p-welfare .s-welfare__nav .slick-track {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.p-welfare .s-welfare__nav .slick-slide { cursor: pointer; }
.p-welfare .s-welfare__nav .slick-slide.is-active {
}
.p-welfare .s-welfare__nav--item {
  /* width: 290px !important; */
  width: calc((100% - 90px) / 4) !important;
  height: 207px;
  border-radius: 26px;
  margin: 30px 30px 0 0;
}
.p-welfare .s-welfare__item--ttl {
  font-size: 33px;
}
.p-welfare .s-welfare__item--desc {
  font-size: 18px;
  line-height: 2;
  margin-top: 12%;
}
@media screen and (min-width: 768px) {
  .p-welfare .s-welfare__nav--item:nth-child(4n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .p-welfare .s-welfare__item + .s-welfare__item {
    margin-top: 70px;
    padding-top: 60px;
  }
  .p-welfare .s-welfare__item--box {
    flex-direction: column-reverse;
  }
  .p-welfare .s-welfare__item--img, .p-welfare .s-welfare__item--txt {
    width: 100%;
  }
  .p-welfare .s-welfare__single--item {
    height: 60vw;
  }
  .p-welfare .s-welfare__nav--item {
    /* width: 40vw !important; */
    width: calc((100% - 20px) / 2) !important;
    height: 30vw;
    margin: 20px 20px 0 0;
  }
  .p-welfare .s-welfare__nav--item:nth-child(2n) {
    margin-right: 0;
  }
  .p-welfare .s-welfare__item--txt {
    margin-bottom: 50px;
  }
  .p-welfare .s-welfare__item--ttl {
    font-size: 2.8rem;
  }
  .p-welfare .s-welfare__item--desc {
    font-size: 1.6rem;
    margin-top: 36px;
  }
}

/*------------------------------------------------------------
p-middle
------------------------------------------------------------*/
.p-middle .s-mainvisual__inner {
  background: url(../images/middle/visual-img.jpg);
}
.p-middle .s-descript__note li {
  display: flex;
}

/*------------------------------------------------------------
p-new
------------------------------------------------------------*/
.p-new .s-mainvisual__inner {
  background: url(../images/new/visual-img.jpg);
}
.p-new .s-descript__note li {
  display: flex;
}
.p-new .s-new.c-triangle:before, .p-new .s-new.c-triangle:after {
  height: 13%;
  width: 63%;
}
.p-new .s-new.c-triangle:before {
  background-color: rgba(90, 185, 252, 0.34);
}
.p-new .s-new.c-triangle:after {
  background-color: rgba(70, 191, 57, 0.34);
}
.p-new .s-new__table {
  overflow: hidden;
  border-radius: 32px;
}
.p-new .s-new__table tr:not(:first-child) {
  border-top: 1px solid #AEDCF5;
}
.p-new .s-new__table tr:nth-child(odd) td {
  background-color: rgba(239,250,255,1)
}
.p-new .s-new__table td {
  padding: 25px 5%;
  font-size: 18px;
  line-height: 2;
  vertical-align: top;
  background-color: #fff;
}
.p-new .s-new__table td:first-child {
  width: 20%;
  min-width: 165px;
}

.p-new .s-new__frame {
  padding: 5%;
  margin-top: 40px;
  border-radius: 26px;
  background-color: #fff;
}

.p-new .s-new__list + .s-new__list {
  margin-top: 90px;
}

.js .new-single > div:nth-child(1n+2) { display: none }
.js .new-single.slick-initialized > div:nth-child(1n+2) { display: block }

.p-new .s-new__item--list li {
  height: 393px;
  border-radius: 26px;
}
.p-new .s-new__box--list .slick-track {
  width: 100% !important;
  display: flex;
  flex-wrap: wrap;
}
.p-new .s-new__box--list .slick-slide { cursor: pointer; }
.p-new .s-new__box--list .slick-slide.is-active {
}

.p-new .s-new__item--img {
  margin-right: 3.5%;
  border-radius: 26px;
  background: url(../images/new/item-img.jpg);
}
.p-new .s-new__item--ttl {
  font-size: 33px;
}
.p-new .s-new__item--desc {
  font-size: 18px;
  line-height: 2;
  margin-top: 26px;
}

.p-new .s-new__box {
  padding: 0 2.3% 2.5%;
  margin-top: 82px;
  border-radius: 20px;
  background-color: #C7E7FE;
  border: 1px solid #0092D4;
}
.p-new .s-new__box--ttl {
  color: #3B99D5;
  font-size: 20px;
  max-width: 256px;
  padding: 16px;
  text-align: center;
  border-radius: 36px;
  margin: -33px auto 3px;
  background-color: #F0F5FA;
  border: 1px solid #C7E7FE;
}
.p-new .s-new__box--list {
  flex-wrap: wrap;
}
.p-new .s-new__box--list li {
  width: calc((100% - 6.9%) / 4) !important;
  height: 13vw;
  margin-top: 2%;
  border-radius: 26px;
}
@media screen and (min-width: 768px) {
  .p-new .s-new__box--list li:not(:nth-child(4n)) {
    margin-right: 2.3%;
  }
}
@media screen and (max-width: 767px) {
  .p-new .s-new__table td {
    display: block;
    padding: 25px 5%;
    font-size: 1.6rem;
  }
  .p-new .s-new__table td:first-child {
    width: 100%;
    padding-bottom: 0;
  }
  
  .p-new .s-new__frame {
    padding: 6% 5%;
  }
  .p-new .s-new__item--img {
    margin: 0 0 26px;
  }
  .p-new .s-new__item--list li {
    height: 60vw;
  }

  .p-new .s-new__item--ttl {
    font-size: 2.6rem;
  }
  .p-new .s-new__item--desc {
    font-size: 1.6rem;
    margin-top: 20px;
  }
  
  .p-new .s-new__box {
    padding: 0 4% 4%;
    margin-top: 70px;
  }
  .p-new .s-new__box--ttl {
    font-size: 1.8rem;
    max-width: 226px;
    padding: 13px;
    margin: -27px auto 3px;
  }
  .p-new .s-new__box--list {
    flex-direction: row;
  }
  .p-new .s-new__box--list li {
    width: calc((100% - 4%) / 2) !important;
    height: 23vw;
    margin-top: 4%;
  }
  .p-new .s-new__box--list li:not(:nth-child(2n)) {
    margin-right: 4%;
  }
}
