@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p&display=swap");
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

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

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

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

abbr[title] {
  text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
}

caption {
  text-align: left;
}

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

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

/* LAYOUT
========================================== */
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  text-align: center;
  color: #000;
  font-size: 1.6rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow-x: hidden;
}
@media screen and (max-width: 767.98px) {
  body {
    font-size: 1.4rem;
  }
}

#container {
  width: 100%;
}

#wrapper {
  width: 100%;
  text-align: left;
  position: relative;
  background: #F4F0EC;
}

#contents {
  font-size: 1.6rem;
  margin: 0 auto;
  padding: 5.3333333333%;
}
@media screen and (max-width: 767.98px) {
  #contents {
    font-size: 1.4rem;
  }
}

.contents {
  max-width: 1190px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  .contents {
    padding-bottom: 8rem;
  }
}

#main {
  width: 90%;
  max-width: 920px;
}

.inner {
  width: 1400px;
  margin: 0 auto;
}

a:hover {
  opacity: 0.75;
}

h2, h3, h4 {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 800;
  font-style: normal;
  line-height: 1.6;
}

p, dl, li {
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.8;
}

img, svg {
  width: 100%;
  height: auto;
}

.sp-only {
  display: none;
}
@media screen and (max-width: 767.98px) {
  .sp-only {
    display: block;
  }
}

.page .pageTit {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 767.98px) {
  .page .pageTit {
    flex-direction: column;
  }
}
.page .pageTit .pageTit_image {
  max-width: 980px;
  order: 2;
  overflow: hidden;
  border-radius: 80px;
  background: #ddd;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  .page .pageTit .pageTit_image {
    width: 94%;
    margin: 0 auto 6rem;
    order: 1;
    border-radius: 30px;
  }
  .page .pageTit .pageTit_image img {
    aspect-ratio: 4/3;
    object-fit: cover;
  }
}
.page .pageTit .pageTit_txt {
  display: flex;
  justify-content: center;
  gap: 2rem;
  position: relative;
  margin: 0 2em;
}
@media screen and (max-width: 767.98px) {
  .page .pageTit .pageTit_txt {
    order: 2;
    margin: 0 auto;
    gap: 1rem;
  }
}
.page .pageTit .pageTit_txt h1 {
  writing-mode: vertical-rl;
  font-size: 4.2rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 800;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767.98px) {
  .page .pageTit .pageTit_txt h1 {
    font-size: 3rem;
  }
}
.page .pageTit .pageTit_txt p {
  writing-mode: vertical-rl;
  font-size: 1.4rem;
  color: #3BC3CB;
}
@media screen and (max-width: 767.98px) {
  .page .pageTit .pageTit_txt p {
    font-size: 1.2rem;
  }
}
.page .pageTit .pageTit_txt:before {
  content: "";
  display: block;
  bottom: 0;
  position: absolute;
}
.page .pageTit .pageTit_txt:after {
  content: "";
  display: block;
  bottom: 0;
  position: absolute;
}
.page .pageTit h2 {
  font-size: 3.5rem;
  line-height: 1.5;
  color: #fff;
  position: relative;
  padding: 0 0 20px;
  margin-top: -20px;
}

/* HEADING
========================================== */
.heading {
  text-align: center;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  .heading {
    margin-bottom: 3rem;
  }
}
.heading h2 {
  font-size: 3.6rem;
  font-weight: 800;
}
@media screen and (max-width: 767.98px) {
  .heading h2 {
    font-size: 2.4rem;
  }
}
.heading .subTit {
  margin-top: 2rem;
  font-size: 1.4rem;
  color: #3BC3CB;
}
@media screen and (max-width: 767.98px) {
  .heading .subTit {
    font-size: 1.2rem;
    margin-top: 1rem;
  }
}

/* HEADER
========================================== */
#header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.6666666667% 4%;
  min-height: 130px;
  font-family: "M PLUS 1p", sans-serif;
  font-weight: 600;
  font-style: normal;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 767.98px) {
  #header {
    padding: 4%;
  }
}
#header #logo {
  max-width: 160px;
}
#header .globalnavi {
  display: flex;
  align-items: center;
  margin-left: auto;
}
@media screen and (max-width: 767.98px) {
  #header .globalnavi {
    position: fixed;
    z-index: 2;
    top: 0;
    left: 0;
    color: #fff;
    background: #3BC3CB;
    text-align: center;
    transform: translateX(100%);
    transition: all 0.6s;
    width: 100%;
    height: 100%;
    flex-direction: column;
  }
}
#header .globalnavi ul {
  display: flex;
  gap: 2em;
}
@media screen and (max-width: 767.98px) {
  #header .globalnavi ul {
    margin: 0 auto;
    padding: 200px 0 0;
    gap: 0;
    width: 100%;
    flex-direction: column;
    height: auto;
  }
}
@media screen and (max-width: 767.98px) {
  #header .globalnavi ul li {
    list-style-type: none;
    padding: 0;
    width: 100%;
  }
}
#header .globalnavi ul li a {
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  #header .globalnavi ul li a {
    display: block;
    color: #fff;
    padding: 1rem 0;
    text-decoration: none;
  }
}
#header .globalnavi .contactBtn {
  padding-left: 2em;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  #header .globalnavi .contactBtn {
    padding-left: 0;
    margin-top: 3rem;
  }
}
#header .globalnavi .contactBtn a {
  color: #fff;
  background: #3BC3CB;
  border-radius: 50em;
  padding: 0.5em 1.5em;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  #header .globalnavi .contactBtn a {
    background: #fff;
    color: #3BC3CB;
  }
}

/* トグルボタン
========================================== */
@media screen and (max-width: 767.98px) {
  .hamburger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    z-index: 3;
    top: 20px;
    right: 20px;
    cursor: pointer;
  }
  .hamburger:after {
    content: "";
    display: block;
    width: 61px;
    height: 61px;
    background: #fff;
    border-radius: 50em;
    position: relative;
    z-index: 1;
    top: -8px;
  }
  .hamburger span {
    display: block;
    position: absolute;
    width: 32px;
    height: 2px;
    left: 16px;
    background: #3BC3CB;
    border-radius: 50em;
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    z-index: 2;
  }
  .hamburger span:nth-child(1) {
    top: 10px;
  }
  .hamburger span:nth-child(2) {
    top: 20px;
  }
  .hamburger span:nth-child(3) {
    top: 30px;
  }
  .hamburger.active span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
  }
  .globalnavi.active {
    transform: translateX(0%) !important;
    z-index: 10000;
  }
}
/* FOOTER
========================================== */
#footer {
  background: #fff;
  padding: 10rem 8%;
  text-align: left;
}
@media screen and (max-width: 767.98px) {
  #footer {
    padding: 8%;
  }
}
#footer .footerLogo {
  max-width: 191px;
  height: auto;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  #footer .footerLogo {
    width: 35.7333333333%;
    margin: 0 auto;
  }
}
#footer .footerWrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1200px) {
  #footer .footerWrap {
    width: 100%;
    flex-direction: column;
  }
}
@media screen and (max-width: 767.98px) {
  #footer .footerWrap {
    flex-direction: column;
  }
}
#footer .footerWrap .logoArea {
  line-height: 1.7;
}
@media screen and (max-width: 767.98px) {
  #footer .footerWrap .logoArea {
    margin-top: 8%;
    margin-bottom: 8%;
  }
}
#footer .footerWrap .footerNavi {
  display: flex;
}
#footer .footerWrap .footerNavi ul {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  #footer .footerWrap .footerNavi ul {
    flex-direction: column;
    text-align: left;
  }
}
#footer .footerWrap .footerNavi ul li:after {
  content: " ／ ";
}
@media screen and (max-width: 767.98px) {
  #footer .footerWrap .footerNavi ul li:after {
    content: "";
  }
}
#footer .footerWrap .footerNavi ul li:last-child:after {
  content: "";
}
#footer .footerWrap .footerNavi .footerNavi__contact {
  margin-left: 2em;
}
@media screen and (max-width: 1200px) {
  #footer .footerWrap .footerNavi .footerNavi__contact {
    margin-left: auto;
  }
}
#footer .footerWrap .footerNavi .footerNavi__contact a {
  background: #3BC3CB;
  color: #fff;
  border-radius: 50em;
  padding: 1rem 2rem;
  white-space: nowrap;
}
#footer #copyright {
  font-size: 1.2rem;
  padding: 10rem 0 0;
}
@media screen and (max-width: 767.98px) {
  #footer #copyright {
    padding-top: 8%;
  }
}

/* トップ
========================================== */
#home #header {
  align-items: start;
}
#home #header #logo {
  min-width: 18.6666666667%;
  flex: 1;
}
#home #mainvisual {
  position: relative;
  padding: 0 4.6666666667%;
  z-index: 1;
  display: flex;
  aspect-ratio: 200/117;
  margin-top: -100px;
}
@media screen and (max-width: 767.98px) {
  #home #mainvisual {
    padding: 0;
    width: 100%;
    aspect-ratio: 70/79;
    width: 95%;
    margin: -60px auto 0;
  }
}
#home #mainvisual:before {
  content: "";
  display: block;
  background: url("../images/top/mv_ico_01.png") no-repeat;
  background-size: 100% auto;
  width: 10.6666666667%;
  min-height: 170px;
  position: absolute;
  top: -40px;
  left: 26.6666666667%;
  z-index: 9;
}
@media screen and (max-width: 767.98px) {
  #home #mainvisual:before {
    top: -30px;
    left: 200px;
    width: 21.3333333333%;
    min-height: 158px;
  }
}
#home #mainvisual:after {
  content: "";
  display: block;
  background: url("../images/top/mv_ico_02.png") no-repeat;
  background-size: 100% auto;
  width: 6.8666666667%;
  height: 154px;
  position: absolute;
  bottom: 150px;
  right: 150px;
  z-index: 9;
}
@media screen and (max-width: 767.98px) {
  #home #mainvisual:after {
    right: 30px;
    height: 13.3333333333%;
    bottom: 80px;
    width: 13.7333333333%;
  }
}
#home #mainvisual .mvTxt {
  position: absolute;
  z-index: 10;
  top: 50%;
  transform: translate(0%, -50%);
  min-width: 364px;
  width: 24.2666666667%;
  margin-left: 8.9333333333%;
}
@media screen and (max-width: 767.98px) {
  #home #mainvisual .mvTxt {
    padding: 0;
    margin-left: 30px;
    max-width: 50%;
    width: 50%;
    min-width: 50%;
  }
}
#home #mainvisual .mvImage {
  position: relative;
  width: 100%;
  aspect-ratio: 200/117;
}
@media screen and (max-width: 767.98px) {
  #home #mainvisual .mvImage {
    aspect-ratio: 70/79;
  }
}
#home #mainvisual .mvImage .slider {
  position: relative;
  z-index: 1;
  overflow: hidden;
  aspect-ratio: 200/117;
}
@media screen and (max-width: 767.98px) {
  #home #mainvisual .mvImage .slider {
    aspect-ratio: 70/79;
  }
}
@media screen and (max-width: 767.98px) {
  #home #mainvisual .mvImage .slider li {
    width: 100% !important;
    aspect-ratio: 70/79;
  }
}
#home #mainvisual .mvImage .slider img {
  object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  #home #mainvisual .mvImage .slider img {
    height: 100%;
    width: 100%;
    top: 0;
  }
}
#home #mainvisual .mvImage:after {
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  position: absolute;
  background: url("../images/top/mv_frame.png") no-repeat center top;
  background-size: 100% auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}
@media screen and (max-width: 767.98px) {
  #home #mainvisual .mvImage:after {
    background: url("../images/top/mv_frame_sp.png") no-repeat center top;
    background-size: 100% auto;
  }
}
#home #mainvisual .bx-wrapper {
  box-shadow: none;
  background: transparent;
  border: none;
  height: 100%;
  margin-bottom: 0;
}
#home #mainvisual .bx-viewport {
  height: 100% !important;
}
#home #lead {
  text-align: center;
  position: relative;
  margin-top: -30px;
  padding-bottom: 10rem;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  #home #lead {
    padding-bottom: 0;
  }
}
#home #lead .subTit {
  width: 135px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  #home #lead .subTit {
    width: 26.6666666667%;
    margin-top: 5rem;
  }
}
#home #lead h2 {
  font-size: 4.2rem;
  font-weight: 600;
  margin: 5rem auto;
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  #home #lead h2 {
    padding-bottom: 2rem;
    font-size: 3rem;
    margin-top: 2.5rem;
  }
}
#home #lead p {
  margin-bottom: 4rem;
}
#home #lead .container {
  position: relative;
}
#home #lead .iconWrap .icon {
  position: absolute;
  background-size: cover;
  top: 50%;
  transform: translateY(-50%);
}
#home #lead .iconWrap .icon.ico_01 {
  right: calc(50% + 400px);
  transform: translate(0, -50%);
  width: 151px;
}
@media screen and (max-width: 767.98px) {
  #home #lead .iconWrap .icon.ico_01 {
    width: 16.2666666667%;
    top: 124px;
    left: 30px;
    right: auto;
  }
}
#home #lead .iconWrap .icon.ico_02 {
  width: 75px;
  left: calc(50% + 400px);
  transform: translate(0, -50%);
}
@media screen and (max-width: 767.98px) {
  #home #lead .iconWrap .icon.ico_02 {
    width: 8%;
    top: 130px;
    right: 30px;
    left: auto;
  }
}
#home #lead .iconWrap .icon.ico_03 {
  width: 104px;
  left: calc(50% + 400px);
  transform: translate(0, -50%);
  top: 450px;
}
@media screen and (max-width: 767.98px) {
  #home #lead .iconWrap .icon.ico_03 {
    width: 11.0666666667%;
    right: 30px;
    left: auto;
    top: auto;
    bottom: 0;
  }
}
#home #lead .iconWrap .icon.ico_04 {
  width: 101px;
  right: calc(50% + 400px);
  transform: translate(0, -50%);
  top: 470px;
}
@media screen and (max-width: 767.98px) {
  #home #lead .iconWrap .icon.ico_04 {
    width: 11.2%;
    right: auto;
    left: 30px;
    top: auto;
    bottom: -40px;
  }
}
#home #lead .content {
  max-width: 740px;
  margin: 0 auto;
  padding: 0 4%;
}
#home #lead .content p {
  white-space: nowrap;
}
@media screen and (max-width: 767.98px) {
  #home #lead .content p {
    white-space: normal;
  }
}
#home #info {
  background: #fff;
  position: relative;
  margin-top: 10rem;
}
#home #info:before {
  background: url("../images/top/info_bg.png") no-repeat center top;
  background-size: 540px 70px;
  height: 70px;
  width: 540px;
  content: "";
  display: block;
  position: absolute;
  top: -70px;
  left: 50%;
  margin-left: -270px;
}
@media screen and (max-width: 767.98px) {
  #home #info:before {
    background-size: 100% 35px;
    width: 100%;
    height: 35px;
    top: -35px;
    left: 0;
    margin-left: 0;
  }
}
#home #info .container {
  padding: 0 2% 10rem;
  position: relative;
  max-width: 1160px;
  margin: 0 auto;
}
#home #info .container .btn {
  position: absolute;
  right: 2%;
  top: 4em;
}
@media screen and (max-width: 767.98px) {
  #home #info .container .btn {
    bottom: 50px;
    text-align: center;
    transform: translate(-50%, -50%);
  }
}
#home #info .infoWrap {
  display: flex;
  gap: 35px;
  width: 100%;
  margin-top: 60px;
}
@media screen and (max-width: 767.98px) {
  #home #info .infoWrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-bottom: 6rem;
    margin-top: 2rem;
  }
}
#home #info .infoWrap .block {
  text-align: center;
	flex-basis:calc((100% - 20px) / 4);
	max-width:calc((100% - 20px) / 4);

}
#home #info .infoWrap .block .thumb {
	border-radius: 30px;
	overflow: hidden;
}
#home #info .infoWrap .block p {
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 800;
  font-size: 1.8rem;
  margin-top: 26px;
}
@media screen and (max-width: 767.98px) {
  #home #info .infoWrap .block p {
    font-size: 1.4rem;
  }
}
#home #info .infoWrap .block a {
  color: #3BC3CB;
}
#home #info .infoWrap .block:nth-child(even) {
  padding-top: 6rem;
}
@media screen and (max-width: 767.98px) {
  #home #info .infoWrap .block:nth-child(even) {
    padding-top: 3rem;
  }
}
#home #about {
  background: #F4F0EC;
}
#home #about .container {
  max-width: 1160px;
  margin: 0 auto;
  padding: 0 4% 100px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #home #about .container {
    padding: 10.6666666667%;
    margin-bottom: 100px;
  }
}
#home #about .container:after {
  content: "";
  display: block;
  width: 135px;
  min-height: 82px;
  background: url("../images/top/about_ico_04.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767.98px) {
  #home #about .container:after {
    width: 72px;
    min-height: 60px;
    right: 30px;
    bottom: -100px;
  }
}
#home #about .heading {
  margin: 100px 0;
}
@media screen and (max-width: 767.98px) {
  #home #about .heading {
    position: relative;
    margin: 0 0 4rem;
  }
  #home #about .heading:before {
    content: "";
    width: 16%;
    height: 110px;
    background: url("../images/top/about_ico_01_sp.png") no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    left: 0;
  }
  #home #about .heading:after {
    content: "";
    width: 21.8666666667%;
    height: 161px;
    background: url("../images/top/about_ico_02_sp.png") no-repeat;
    background-size: 100% auto;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
  }
}
#home #about .aboutWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 60px;
}
#home #about .aboutWrap .block {
  width: calc(50% - 35px);
}
@media screen and (max-width: 767.98px) {
  #home #about .aboutWrap .block {
    width: 100%;
    gap: 1.5rem;
  }
}
#home #about .aboutWrap .block .tit {
  display: flex;
  gap: 35px;
}
@media screen and (max-width: 767.98px) {
  #home #about .aboutWrap .block .tit .thumb {
    width: 100%;
  }
}
#home #about .aboutWrap .block .tit .thumb img {
  border-radius: 60px;
}
@media screen and (max-width: 767.98px) {
  #home #about .aboutWrap .block .tit .thumb img {
    border-radius: 30px;
  }
}
#home #about .aboutWrap .block .tit h3 {
  min-width: 80px;
  display: flex;
  align-items: center;
  writing-mode: vertical-rl;
  font-size: 3.2rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 800;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767.98px) {
  #home #about .aboutWrap .block .tit h3 {
    font-size: 2rem;
    min-width: auto;
  }
}
#home #about .aboutWrap .block .txt {
  flex: 1;
  padding-right: 100px;
}
@media screen and (max-width: 767.98px) {
  #home #about .aboutWrap .block .txt {
    padding-right: 0;
  }
}
#home #about .aboutWrap .block .txt h4 {
  color: #3BC3CB;
  margin: 1em 0;
  font-size: 2.2rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 800;
  line-height: 1.6;
  padding: 0 2rem;
}
@media screen and (max-width: 767.98px) {
  #home #about .aboutWrap .block .txt h4 {
    font-size: 1.7rem;
    padding: 0 1rem;
  }
}
#home #about .aboutWrap .block .txt p {
  padding: 0 2rem;
}
@media screen and (max-width: 767.98px) {
  #home #about .aboutWrap .block .txt p {
    width: 100%;
    padding: 0 1rem;
  }
}
#home #about .aboutWrap .block:first-child .tit {
  position: relative;
}
#home #about .aboutWrap .block:first-child .tit:after {
  content: "";
  display: block;
  width: 73px;
  min-height: 122px;
  background: url("../images/top/about_ico_03.png") no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -430px;
  right: 0;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767.98px) {
  #home #about .aboutWrap .block:first-child .tit:after {
    display: none;
  }
}
@media screen and (max-width: 767.98px) {
  #home #about .aboutWrap .block:nth-child(2) .tit {
    position: relative;
  }
  #home #about .aboutWrap .block:nth-child(2) .tit:after {
    content: "";
    display: block;
    width: 36px;
    min-height: 122px;
    background: url("../images/top/about_ico_03.png") no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -220px;
    right: 0;
    transform: translate(0, -50%);
  }
}
#home #about .btn {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 767.98px) {
  #home #about .btn {
    margin-top: 40px;
  }
}
#home #download {
  background: #F4F0EC;
}
@media screen and (max-width: 767.98px) {
  #home #download .heading {
    padding-top: 0;
  }
}
#home #download .dlList {
  max-width: 1260px;
  margin: 0 auto 10rem;
}
@media screen and (max-width: 767.98px) {
  #home #download .dlList {
    padding: 0 4% 100px;
    margin-bottom: 0;
  }
}
#home #download .dlList ul {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}
@media screen and (max-width: 767.98px) {
  #home #download .dlList ul {
    gap: 10px;
  }
}
#home #download .dlList ul li {
  width: 23%;
}
@media screen and (max-width: 767.98px) {
  #home #download .dlList ul li {
    width: calc(50% - 5px);
  }
}
#home #download .dlList ul li a {
  display: block;
  background: #fff;
  border-radius: 20px;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 800;
  font-size: 2rem;
  padding: 30px 40px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #home #download .dlList ul li a {
    font-size: 1.4rem;
    padding: 1.5em;
    width: 100%;
  }
}
#home #download .dlList ul li a:after {
  font-family: "Font Awesome 5 Free";
  content: "\f358";
  font-weight: 900;
  color: #FACF3E;
  padding-left: 1em;
  position: absolute;
  right: 40px;
}
@media screen and (max-width: 767.98px) {
  #home #download .dlList ul li a:after {
    right: 1.5em;
    font-size: 1.3rem;
  }
}
#home #access {
  background: #F4F0EC;
  position: relative;
}
#home #access .heading {
  padding-left: 0;
  padding-right: 0;
}
@media screen and (max-width: 767.98px) {
  #home #access {
    display: flex;
    flex-direction: column;
  }
}
#home #access .map {
  max-width: 560px;
  height: 500px;
  border-radius: 60px;
  overflow: hidden;
  position: absolute;
  right: -300px;
  top: 30%;
  z-index: 10;
  padding-right: 4%;
}
@media screen and (max-width: 767.98px) {
  #home #access .map {
    position: absolute;
    padding-left: 0;
    width: 80%;
    aspect-ratio: 4/3;
    right: auto;
    top: auto;
    border-radius: 30px;
    margin-top: 3rem;
    height: auto;
  }
}
#home #access .accessWrap {
  width: 75%;
  background: #fff;
  border-radius: 0 80px 80px 0;
  padding: 80px 300px 80px 12.6666666667%;
  position: relative;
  z-index: 9;
}
@media screen and (max-width: 767.98px) {
  #home #access .accessWrap {
    width: 94%;
    padding: 50px 10.6666666667% 200px;
    border-radius: 0 40px 40px 0;
  }
}
#home #access .accessWrap:before {
  content: "";
  display: block;
  width: 130px;
  min-height: 102px;
  background: url("../images/top/access_ico.png") no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0px;
  right: 148px;
  transform: translate(0, -50%);
}
@media screen and (max-width: 767.98px) {
  #home #access .accessWrap:before {
    width: 85px;
    top: 10px;
    right: 100px;
  }
}
#home #access .accessWrap .heading {
  text-align: left;
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  #home #access .accessWrap .heading {
    margin-bottom: 3rem;
  }
}
#home #access .accessWrap .address {
  font-weight: 600;
}
#home #access .accessWrap dl {
  margin-top: 2rem;
}
#home #access .accessWrap dt {
  color: #3BC3CB;
  margin: 0 0 1em;
  font-size: 2rem;
}
@media screen and (max-width: 767.98px) {
  #home #access .accessWrap dt {
    font-size: 1.6rem;
    margin-bottom: 0.5em;
  }
}
#home #access .accessWrap dd .dot li {
  margin-left: 1em;
}
#home #access .accessWrap dd .dot li:before {
  content: "●";
  color: #3BC3CB;
  text-indent: 1em;
  margin-left: -1em;
}
#home #recruit {
  margin: 100px 0;
}
@media screen and (max-width: 767.98px) {
  #home #recruit {
    padding: 0 4% 100px;
  }
}
#home #recruit a {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 20px;
  overflow: hidden;
  max-height: 260px;
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  #home #recruit a {
    min-height: 360px;
    flex-direction: column;
  }
}
#home #recruit .heading {
  text-align: left;
  order: 2;
  width: 50%;
  padding: 0 96px;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  #home #recruit .heading {
    width: 100%;
    padding: 2em 3em;
  }
}
#home #recruit .heading .txt {
  margin-top: 1em;
}
#home #recruit .thumb {
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  #home #recruit .thumb {
    width: 100%;
    min-height: 120px;
  }
}

.btn-A {
  border: dotted 2px #3BC3CB;
  border-radius: 50em;
  background: #fff;
  color: #3BC3CB;
  padding: 1em 2em 1em 3.5em;
  text-align: center;
}
.btn-A:hover {
  background: #3BC3CB;
  color: #fff;
}
.btn-A:after {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  color: #FACF3E;
  padding-left: 1em;
}

/* 私たちの想い
========================================== */
#thoughts .pageTit .pageTit_txt:before {
  background: url("../images/thoughts/pagetit_01.png") no-repeat;
  background-size: 100% auto;
  width: 137px;
  height: 137px;
  left: -113px;
  bottom: 0;
}
@media screen and (max-width: 767.98px) {
  #thoughts .pageTit .pageTit_txt:before {
    width: 70px;
    left: -90px;
  }
}
#thoughts .pageTit .pageTit_txt:after {
  background: url("../images/thoughts/pagetit_02.png") no-repeat;
  background-size: 100% auto;
  width: 93px;
  height: 93px;
  right: -78px;
  bottom: 0;
}
@media screen and (max-width: 767.98px) {
  #thoughts .pageTit .pageTit_txt:after {
    width: 48px;
  }
}
#thoughts .contents {
  display: flex;
  gap: 40px;
  margin: 0 calc(50% - 50vw) !important;
}
@media screen and (max-width: 767.98px) {
  #thoughts .contents {
    flex-direction: column;
    gap: 0;
  }
}
#thoughts .contents .image {
  width: 420px;
}
@media screen and (max-width: 767.98px) {
  #thoughts .contents .image {
    order: 2;
    width: 55%;
    margin-top: 4rem;
    margin-left: -3rem;
  }
}
#thoughts .contents .txt {
  flex: 1;
  padding: 0 4%;
}
@media screen and (max-width: 767.98px) {
  #thoughts .contents .txt {
    padding: 0 8%;
  }
}
#thoughts .contents .txt h2 {
  font-size: 3.2rem;
  margin-bottom: 1em;
  font-weight: 800;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  #thoughts .contents .txt h2 {
    font-size: 2rem;
  }
}
#thoughts .imageArea {
  position: relative;
  max-width: 1160px;
  min-height: 1500px;
  margin: 11rem auto;
}
@media screen and (max-width: 767.98px) {
  #thoughts .imageArea {
    margin: 150px 0 8rem;
    width: 100%;
    min-height: auto;
    padding-bottom: 300px;
  }
}
#thoughts .imageArea .image_01 {
  width: 400px;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  #thoughts .imageArea .image_01 {
    width: 53.3333333333%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
#thoughts .imageArea .image_02 {
  height: 140px;
  width: 300px;
  position: absolute;
  right: 70px;
  top: -30px;
}
@media screen and (max-width: 767.98px) {
  #thoughts .imageArea .image_02 {
    width: 40%;
    top: -220px;
    left: 170px;
  }
#thoughts .imageArea .image_03 {
  width: 40%;
  position: absolute;
  right: 70px;
  top: 160px;
}
}
@media screen and (max-width: 767.98px) {
  #thoughts .imageArea .image_03 {
    width: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-top: 6rem;
  }
}

/* 園の特徴
========================================== */
#aboutus .pageTit .pageTit_txt:before {
  background: url("../images/aboutus/pagetit_01.png") no-repeat;
  background-size: 100% auto;
  width: 137px;
  height: 137px;
  left: -43px;
}
@media screen and (max-width: 767.98px) {
  #aboutus .pageTit .pageTit_txt:before {
    width: 70px;
    left: -90px;
  }
}
#aboutus .pageTit .pageTit_txt:after {
  background: url("../images/aboutus/pagetit_02.png") no-repeat;
  background-size: 100% auto;
  width: 93px;
  height: 93px;
  right: -100px;
  bottom: -10px;
}
@media screen and (max-width: 767.98px) {
  #aboutus .pageTit .pageTit_txt:after {
    width: 48px;
    top: -30px;
  }
}
#aboutus .contents .heading {
  margin-bottom: 6rem;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents .heading {
    margin-bottom: 3rem;
  }
}
#aboutus .contents .heading p {
  color: #3BC3CB;
  margin-top: 2rem;
}
#aboutus .contents .section {
  display: flex;
  padding-bottom: 125px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents .section {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding-bottom: 6rem;
  }
}
#aboutus .contents .section:nth-child(odd) {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 750px) {
  #aboutus .contents .section:nth-child(even) {
    display: block;
  }
}
#aboutus .contents .section:nth-child(even) {
  display: flex;
}
@media (max-width: 750px) {
  #aboutus .contents .section:nth-child(odd) {
    display: block;
  }
}
#aboutus .contents .section .txt {
  padding: 0 8rem;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents .section .txt {
    padding: 0;
  }
}
#aboutus .contents .section .txt h3 {
  font-weight: 800;
  font-size: 3.2rem;
  margin-bottom: 3rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents .section .txt h3 {
    font-size: 2rem;
  }
}
#aboutus .contents .image {
  width: 36.6666666667%;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents .image {
    margin-top: 4rem;
    width: 90%;
    left: 50%;
    transform: translate(-50%, 0%);
  }
}
#aboutus .contents .image img {
  position: relative;
  z-index: 0;
}
#aboutus .contents .txt {
  flex: 1;
}
#aboutus .contents .txt h2 {
  font-size: 3.2rem;
  margin-bottom: 1em;
  font-weight: 800;
  line-height: 1.5;
}
#aboutus .contents .block01 .image:after {
  content: "";
  display: block;
  background: url("../images/aboutus/ico_01.png") no-repeat;
  background-size: 100% auto;
  width: 140px;
  height: 140px;
  position: absolute;
  right: 90px;
  bottom: -125px;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents .block01 .image:after {
    width: 18.6666666667%;
  }
}
#aboutus .contents .block02 .image:after {
  content: "";
  display: block;
  background: url("../images/aboutus/ico_02.png") no-repeat;
  background-size: 100% auto;
  width: 179px;
  height: 148px;
  position: absolute;
  left: 318px;
  bottom: -105px;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents .block02 .image:after {
    left: auto;
    right: 10px;
    width: 24%;
  }
}
#aboutus .contents .block03 .image:after {
  content: "";
  display: block;
  background: url("../images/aboutus/ico_03.png") no-repeat;
  background-size: 100% auto;
  width: 82px;
  height: 112px;
  position: absolute;
  right: 93px;
  bottom: -40px;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents .block03 .image:after {
    left: auto;
    right: 10px;
    width: 14.9333333333%;
    z-index: 10;
    bottom: -50px;
  }
}
#aboutus .contents .block04 .txt {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents .block04 .txt {
    padding-bottom: 100px;
  }
}
#aboutus .contents .block04 .txt:after {
  content: "";
  display: block;
  background: url("../images/aboutus/ico_04.png") no-repeat;
  background-size: 100% auto;
  width: 127px;
  height: 74px;
  position: absolute;
  left: -60%;
  bottom: 500px;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents .block04 .txt:after {
    left: 0;
    bottom: 0;
    width: 24%;
    z-index: 1;
  }
}
#aboutus .contents .block04 .image:after {
  content: "";
  display: block;
  background: url("../images/aboutus/ico_05.png") no-repeat;
  background-size: 100% auto;
  width: 141px;
  height: 130px;
  position: absolute;
  left: 254px;
  top: -80px;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents .block04 .image:after {
    left: auto;
    top: auto;
    bottom: -100px;
    right: 10px;
    width: 24%;
    z-index: 1;
  }
}
#aboutus .contents2 {
  background: #fff;
  position: relative;
  margin: 0 calc(50% - 50vw) !important;
  padding-bottom: 8rem;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents2 {
    margin: 8rem 0 0;
    padding-top: 4rem;
  }
}
#aboutus .contents2:after {
  height: 70px;
  width: 540px;
  content: "";
  display: block;
  position: absolute;
  background: url("../images/aboutus/bg.png") no-repeat center top;
  background-size: 540px 70px;
  top: -70px;
  left: 50%;
  margin-left: -270px;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents2:after {
    width: 100%;
    height: 35px;
    background-size: 100% 35px;
    top: -35px;
    margin-left: -50%;
  }
}
#aboutus .contents2 .container {
  max-width: 1190px;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents2 .container {
    padding: 5.3333333333%;
  }
}
#aboutus .contents2 .container:before {
  content: "";
  display: block;
  background: url("../images/aboutus/ico_06.png") no-repeat;
  background-size: 100% auto;
  width: 196px;
  height: 120px;
  position: absolute;
  right: 203px;
  top: -50px;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents2 .container:before {
    left: 　0px;
    top: -100px;
    right: auto;
    width: 32%;
    z-index: 1;
  }
}
#aboutus .contents2 .container h2 {
  max-width: 250px;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents2 .container h2 {
    margin-bottom: 4rem;
  }
}
#aboutus .contents2 .container .div-3col {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents2 .container .div-3col {
    flex-direction: column;
    margin: 0 auto;
  }
}
#aboutus .contents2 .container .div-3col .block {
  width: calc(33.3333333333% - 60px);
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents2 .container .div-3col .block {
    width: 100%;
  }
}
#aboutus .contents2 .container .div-3col .block:nth-child(2) .txt {
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents2 .container .div-3col .block:nth-child(2) .txt:before {
    content: "";
    display: block;
    width: 13.2%;
    top: 0;
    right: 0;
    background: url("../images/aboutus/ico_07.png") no-repeat;
    background-size: 100% auto;
    min-height: 82px;
    position: absolute;
    bottom: 290px;
    z-index: 10;
  }
}
#aboutus .contents2 .container .div-3col .block:nth-child(4) {
  position: relative;
}
#aboutus .contents2 .container .div-3col .block:nth-child(4):before {
  content: "";
  display: block;
  background: url("../images/aboutus/ico_07.png") no-repeat;
  background-size: 100% auto;
  width: 99px;
  height: 82px;
  position: absolute;
  left: -170px;
  top: 70px;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents2 .container .div-3col .block:nth-child(4):before {
    display: none;
  }
}
#aboutus .contents2 .container .div-3col .block .thumb img {
  border-radius: 45px;
}
#aboutus .contents2 .container .div-3col .block .txt {
  margin: 3rem auto 0;
  padding: 0 2rem;
}
#aboutus .contents2 .container .div-3col .block .txt h3 {
  color: #3BC3CB;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 600;
  line-height: 1.5;
}
@media screen and (max-width: 767.98px) {
  #aboutus .contents2 .container .div-3col .block .txt h3 {
    font-size: 1.8rem;
  }
}

/* 教育
========================================== */
#education .pageTit .pageTit_txt:before {
  background: url("../images/education/pagetit_01.png") no-repeat;
  background-size: 100% auto;
  width: 137px;
  height: 137px;
  left: -43px;
  bottom: 115px;
}
@media screen and (max-width: 767.98px) {
  #education .pageTit .pageTit_txt:before {
    width: 70px;
    left: -90px;
    bottom: auto;
    top: -70px;
  }
}
#education .pageTit .pageTit_txt:after {
  background: url("../images/education/pagetit_02.png") no-repeat;
  background-size: 100% auto;
  width: 140px;
  height: 78px;
  right: -78px;
}
@media screen and (max-width: 767.98px) {
  #education .pageTit .pageTit_txt:after {
    width: 70px;
  }
}
#education .thumb img {
  border-radius: 45px;
}
#education .txt {
  margin: 3rem auto 0;
  padding: 0 2rem;
}
#education .txt h3 {
  color: #3BC3CB;
  font-size: 2rem;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 600;
}
@media screen and (max-width: 767.98px) {
  #education .txt h3 {
    font-size: 1.8rem;
  }
}
#education .contents {
  padding-bottom: 10rem;
}
#education .contents .div-3col {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 767.98px) {
  #education .contents .div-3col {
    flex-direction: column;
    gap: 0;
  }
}
#education .contents .div-3col .block {
  width: calc(33.3333333333% - 60px);
}
@media screen and (max-width: 767.98px) {
  #education .contents .div-3col .block {
    padding: 0 4% 10.6666666667%;
    width: 100%;
  }
}
#education .contents2 {
  background: #fff;
  position: relative;
  margin-top: 150px;
  margin: 0 calc(50% - 50vw) !important;
  padding: 4rem 0;
}
#education .contents2:before {
  height: 60px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  background: url("../images/education/bg_01.png") no-repeat center bottom;
  background-size: 100% auto;
  top: -60px;
  left: 0;
  right: 0;
}
#education .contents2 .container {
  max-width: 753px;
  margin: 0 auto;
  position: relative;
}
#education .contents2 .container:before {
  content: "";
  display: block;
  background: url("../images/education/ico_01.png") no-repeat;
  background-size: 100% auto;
  width: 197px;
  height: 136px;
  position: absolute;
  right: 0;
  top: -105px;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  #education .contents2 .container:before {
    right: 10px;
  }
}
#education .contents2 .div-2col {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
}
@media screen and (max-width: 767.98px) {
  #education .contents2 .div-2col {
    flex-direction: column;
    gap: 0;
  }
}
#education .contents2 .div-2col .block {
  width: calc(50% - 60px);
}
@media screen and (max-width: 767.98px) {
  #education .contents2 .div-2col .block {
    padding: 0 8% 8%;
    width: 100%;
  }
}
#education .contents3 {
  padding: 8rem 0;
  margin-top: 84px;
  position: relative;
  margin: 0 calc(50% - 50vw) !important;
}
#education .contents3:before {
  height: 84px;
  width: 100%;
  content: "";
  display: block;
  position: absolute;
  background: url("../images/education/bg_02.png") no-repeat center top;
  background-size: 100% auto;
  top: 0;
  left: 0;
  right: 0;
}
#education .contents3 .container {
  margin: 0 auto 110px;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  #education .contents3 .container {
    margin-bottom: 0;
  }
}
#education .contents3 .container:before {
  content: "";
  display: block;
  background: url("../images/education/ico_02.png") no-repeat;
  background-size: 100% auto;
  width: 180px;
  height: 257px;
  position: absolute;
  left: 80px;
  top: -200px;
  z-index: 10;
}
@media screen and (max-width: 767.98px) {
  #education .contents3 .container:before {
    width: 24%;
    left: 30px;
    top: -100px;
  }
}
#education .contents3 .div-3col {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 60px;
  max-width: 1190px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  #education .contents3 .div-3col {
    flex-direction: column;
    gap: 0;
  }
}
#education .contents3 .div-3col .block {
  width: calc(33.3333333333% - 60px);
}
@media screen and (max-width: 767.98px) {
  #education .contents3 .div-3col .block {
    padding: 0 8% 8%;
    width: 100%;
  }
}
#education .contents4 {
  padding: 70px 0;
  background: #FAEA7D;
  position: relative;
  margin: 0 calc(50% - 50vw) !important;
}
@media screen and (max-width: 767.98px) {
  #education .contents4 {
    padding-bottom: 0;
  }
}
#education .contents4 .heading {
  padding: 4rem 0;
}
@media screen and (max-width: 767.98px) {
  #education .contents4 .heading {
    margin-bottom: 0;
    padding-top: 0;
  }
}
#education .contents4:before {
  height: 70px;
  width: 540px;
  content: "";
  display: block;
  position: absolute;
  background: url("../images/education/bg_03.png") no-repeat center top;
  background-size: 540px 70px;
  top: -70px;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media screen and (max-width: 767.98px) {
  #education .contents4:before {
    width: 72%;
    background-size: 72% 35px;
    top: -35px;
  }
}
#education .contents4 .piyo {
  max-width: 1160px;
  margin: 0 auto;
}
@media screen and (max-width: 767.98px) {
  #education .contents4 .piyo {
    padding: 0 8% 8%;
    width: 100%;
  }
}
#education .contents4 .piyo .piyoWrap {
  background: #fff;
  padding: 80px;
  border-radius: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0px 0px;
  grid-template-areas: "piyoTop piyoTop" "piyoPoint piyoInfo";
}
@media screen and (max-width: 767.98px) {
  #education .contents4 .piyo .piyoWrap {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 4%;
    border-radius: 30px;
  }
}
#education .contents4 .piyo .piyoWrap .piyoPoint {
  grid-area: piyoPoint;
}
#education .contents4 .piyo .piyoWrap .piyoInfo {
  grid-area: piyoInfo;
}
#education .contents4 .piyo .piyoWrap .piyoTop {
  grid-area: piyoTop;
}
#education .contents4 .piyo .piyoWrap h3 {
  color: #000;
  text-align: left;
  font-size: 3.2rem;
  font-weight: 800;
}
@media screen and (max-width: 767.98px) {
  #education .contents4 .piyo .piyoWrap h3 {
    font-size: 1.8rem;
  }
}
#education .contents4 .piyo .piyoWrap .piyoTop {
  display: flex;
  gap: 70px;
  border-bottom: solid 1px #FAEA7D;
  padding-bottom: 45px;
  margin-bottom: 45px;
}
@media screen and (max-width: 767.98px) {
  #education .contents4 .piyo .piyoWrap .piyoTop {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 2rem;
    padding-bottom: 3rem;
  }
}
#education .contents4 .piyo .piyoWrap .piyoTop .txt {
  flex: 1;
  padding: 0 1rem;
}
#education .contents4 .piyo .piyoWrap .piyoTop .txt .piyoDesc {
  background: #FAEA7D;
  border-radius: 20px;
  padding: 27px 40px;
  font-size: 2rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  font-weight: 800;
  margin-bottom: 3.6rem;
}
@media screen and (max-width: 767.98px) {
  #education .contents4 .piyo .piyoWrap .piyoTop .txt .piyoDesc {
    font-size: 1.6rem;
  }
}
#education .contents4 .piyo .piyoWrap .piyoTop .thumb {
  width: 40%;
}
@media screen and (max-width: 767.98px) {
  #education .contents4 .piyo .piyoWrap .piyoTop .thumb {
    width: 80%;
    margin: 0 auto;
  }
}
#education .contents4 .piyo .piyoWrap .piyoPoint {
  padding-right: 4rem;
  border-right: solid 1px #FAEA7D;
}
@media screen and (max-width: 767.98px) {
  #education .contents4 .piyo .piyoWrap .piyoPoint {
    padding: 0 1rem 2rem;
    margin-bottom: 2rem;
    border-right: none;
    border-bottom: solid 1px #FAEA7D;
  }
}
#education .contents4 .piyo .piyoWrap .piyoPoint ul {
  margin-top: 2rem;
}
#education .contents4 .piyo .piyoWrap .piyoPoint ul li {
  margin-left: 1em;
}
#education .contents4 .piyo .piyoWrap .piyoPoint ul li:before {
  content: "●";
  color: #FAEA7D;
  line-height: 1.6;
  text-indent: 1em;
  margin-left: -1em;
}
#education .contents4 .piyo .piyoWrap .piyoInfo {
  padding-left: 4rem;
}
@media screen and (max-width: 767.98px) {
  #education .contents4 .piyo .piyoWrap .piyoInfo {
    padding: 0 1rem 2rem;
  }
}
#education .contents4 .piyo .piyoWrap .piyoInfo ul {
  margin-top: 2rem;
}
#education .contents4 .piyo .piyoWrap .piyoInfo ul li {
  margin-left: 1em;
}
#education .contents4 .piyo .piyoWrap .piyoInfo ul li:before {
  content: "●";
  color: #FAEA7D;
  line-height: 1.6;
  text-indent: 1em;
  margin-left: -1em;
}
#education .contents4 .piyo .piyoClass {
  padding: 80px;
}
@media screen and (max-width: 767.98px) {
  #education .contents4 .piyo .piyoClass {
    padding: 60px 0 0;
  }
}
#education .contents4 .piyo .piyoClass h3 {
  color: #000;
  text-align: left;
  font-size: 3.2rem;
  font-weight: 800;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  #education .contents4 .piyo .piyoClass h3 {
    font-size: 2rem;
    margin-bottom: 2rem;
  }
}
#education .contents4 .piyo .piyoClass .piyoClassWrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 5rem auto 0;
  flex-wrap: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 767.98px) {
  #education .contents4 .piyo .piyoClass .piyoClassWrap {
    padding: 0;
    margin: 0;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  #education .contents4 .piyo .piyoClass .piyoClassWrap:-webkit-scrollbar {
    height: 3px;
  }
  #education .contents4 .piyo .piyoClass .piyoClassWrap:-webkit-scrollbar-track {
    background: #F6A800;
  }
  #education .contents4 .piyo .piyoClass .piyoClassWrap:-webkit-scrollbar-thumb {
    background: #aaa;
    border: none;
  }
  #education .contents4 .piyo .piyoClass .piyoClassWrap:-webkit-scrollbar-thumb:hover {
    background: #fff;
  }
}
#education .contents4 .piyo .piyoClass .piyoClassWrap .block {
  width: calc(33.3333333333% - 10px);
  padding: 25px;
}
@media screen and (max-width: 767.98px) {
  #education .contents4 .piyo .piyoClass .piyoClassWrap .block {
    flex: 0 0 auto;
    width: 80%;
    margin-right: 10px;
  }
  #education .contents4 .piyo .piyoClass .piyoClassWrap .block:last-child {
    margin-right: 0;
  }
}
#education .contents4 .piyo .piyoClass .piyoClassWrap .block:nth-child(2) {
  padding-top: 60px;
}
#education .contents4 .piyo .piyoClass .piyoClassWrap .block h4 {
  text-align: center;
  font-size: 1.8rem;
  font-weight: 800;
  margin: 1em 0;
}
@media screen and (max-width: 767.98px) {
  #education .contents4 .piyo .piyoClass .piyoClassWrap .block h4 {
    font-size: 1.6rem;
  }
}
#education .contents4 .piyo .piyoClass .piyoClassWrap .block .thumb {
  position: relative;
}
#education .contents4 .piyo .piyoClass .piyoClassWrap .block .thumb .step {
  width: 60px;
  height: 60px;
  position: absolute;
  top: -25px;
  left: -25px;
  z-index: 10;
}
#education .contents4 .piyo .piyoClass .piyoClassWrap .block .txt {
  margin: 2rem auto 0;
  padding: 0 1rem;
}

/* お知らせ
========================================== */
.information .pageTit {
  min-height: 340px;
}
@media screen and (max-width: 767.98px) {
  .information .pageTit {
    min-height: auto;
    padding-bottom: 8rem;
  }
}
.information .pageTit .pageTit_txt:after {
  background: url("../images/information/pagetit.png") no-repeat;
  background-size: 100% auto;
  width: 287px;
  height: 150px;
  right: -300px;
  bottom: 50px;
}
@media screen and (max-width: 767.98px) {
  .information .pageTit .pageTit_txt:after {
    width: 140px;
    right: -120px;
    bottom: -180px;
  }
}
.information .pageTit .pageTit_txt:before {
  content: "";
  display: none;
}
.information#informationDetail .pageTit .pageTit_txt::after {
  display: none;
}
.information .contents .infoWrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
@media screen and (max-width: 767.98px) {
  .information .contents .infoWrap {
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
}
.information .contents .infoWrap .block .thumb img {
  border-radius: 46px;
}
@media screen and (max-width: 767.98px) {
  .information .contents .infoWrap .block .thumb img {
    border-radius: 30px;
  }
}
.information .contents .infoWrap .block .txt {
  text-align: center;
  margin-top: 1em;
}
.information .contents .infoWrap .block .txt .date {
  color: #3BC3CB;
  font-size: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .information .contents .infoWrap .block .txt .date {
    font-size: 1.2rem;
  }
}
.information .contents .infoWrap .block .txt .tit {
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (max-width: 767.98px) {
  .information .contents .infoWrap .block .txt .tit {
    font-size: 1.6rem;
  }
  .information .contents .infoWrap .block .txt .tit br {
    display: none;
  }
}
.information .contents .heading {
  border-bottom: solid 1px #D9DADA;
  text-align: left;
  padding-bottom: 2rem;
  margin-bottom: 7rem;
}
.information .contents .heading h2 {
  font-size: 3.2rem;
}
@media screen and (max-width: 767.98px) {
  .information .contents .heading h2 {
    font-size: 2.2rem;
  }
}
.information .contents .heading .date {
  color: #3BC3CB;
  margin-top: 1em;
}
@media screen and (max-width: 767.98px) {
  .information .contents .heading .date {
    font-size: 1.4rem;
  }
}
.information .contents .detail {
  max-width: 920px;
  margin: 0 auto;
}
.information .contents .detail .image {
  border-radius: 40px;
  overflow: hidden;
}
.information .contents .detail p {
  padding: 60px;
}
@media screen and (max-width: 767.98px) {
  .information .contents .detail p {
    padding: 0;
    margin: 8% 0;
  }
}
.information .contents .backBtn {
  text-align: center;
  border-top: solid 1px #D9DADA;
  margin-top: 8rem;
  padding-top: 8rem;
}
@media screen and (max-width: 767.98px) {
  .information .contents .backBtn {
    padding-top: 4rem;
    margin-bottom: 8rem;
  }
}
.information .contents .backBtn a {
  color: #fff;
  background: #3BC3CB;
  border-radius: 50em;
  padding: 1em 4em;
  margin-top: 5rem;
}
.information .contents .backBtn a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f009";
  font-weight: 900;
  padding-right: 1em;
}
.information .pageNavi {
  text-align: center;
  margin: 80px auto;
  display: flex;
  justify-content: center;
  gap: 2em;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  .information .pageNavi {
    margin-top: 0;
  }
}
.information .pageNavi .wp-pagenavi {
  display: flex;
  justify-content: center;
  gap: 2em;
}
.information .pageNavi .wp-pagenavi a ,
.information .pageNavi .wp-pagenavi span {
  font-size: 2rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
}
.information .pageNavi .wp-pagenavi a.current {
  color: #868686;
}
.information .pageNavi .next a:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  color: #FACF3E;
}

/* トップ
========================================== */
#contact .pageTit .pageTit_txt:after {
  background: url("../images/contact/pagetit.png") no-repeat;
  background-size: 100% auto;
  width: 139px;
  height: 126px;
  right: -150px;
}
@media screen and (max-width: 767.98px) {
  #contact .pageTit .pageTit_txt:after {
    width: 129px;
  }
}
#contact .pageTit .pageTit_txt:before {
  content: "";
  display: none;
}
#contact .contents {
  max-width: 920px;
}
@media screen and (max-width: 767.98px) {
  #contact .contents {
    width: 100%;
  }
}
#contact .contents .lead {
  text-align: center;
  margin: 6rem;
}
@media screen and (max-width: 767.98px) {
  #contact .contents .lead {
    margin: 0 0 4rem;
  }
}
#contact .contents .tel {
  background: #fff;
  border-radius: 40px;
  padding: 43px 0;
}
@media screen and (max-width: 767.98px) {
  #contact .contents .tel {
    padding: 4.4%;
    border-radius: 20px;
  }
}
#contact .contents .tel .tel_inner {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 767.98px) {
  #contact .contents .tel .tel_inner {
    flex-direction: column;
  }
}
#contact .contents .tit {
  font-size: 2.3rem;
  width: 50%;
  text-align: center;
  padding: 43px;
}
@media screen and (max-width: 767.98px) {
  #contact .contents .tit {
    width: 89.3333333333%;
    font-size: 2rem;
    padding: 4.4% 8%;
    border-bottom: solid 2px #EFEBE7;
  }
}
#contact .contents .txt {
  flex: 1;
  padding: 0 60px;
  border-left: solid 2px #EFEBE7;
}
@media screen and (max-width: 767.98px) {
  #contact .contents .txt {
    padding: 8%;
    border-left: none;
    margin: 0 auto;
  }
}
#contact .contents .txt .label {
  font-weight: 300;
}
#contact .contents .txt .number {
  font-size: 3.7rem;
  font-family: "dnp-shuei-mgothic-std", sans-serif;
  color: #3BC3CB;
}
#contact .contents .txt .telInfo {
  display: flex;
  font-weight: 600;
  font-size: 1.5rem;
}
#contact .contents .txt .telInfo dt {
  width: 5em;
}
#contact .contents .txt .telInfo dd {
  flex: 1;
}
#contact .contents .txt h2 {
  font-size: 3.2rem;
  margin-bottom: 1em;
  font-weight: 800;
  line-height: 1.5;
}
#contact .contents .contactWrap {
  margin: 8rem 0;
}
#contact .contents .contactWrap .contactForm dt {
  display: flex;
  align-items: center;
}
#contact .contents .contactWrap .contactForm dt .required {
  color: #fff;
  background: #3BC3CB;
  border-radius: 50em;
  font-size: 1.1rem;
  padding: 0.2rem 1.2rem;
  margin-left: 1em;
}
#contact .contents .contactWrap .contactForm dd {
  margin: 12px 0 28px;
}
#contact .contents .contactWrap .contactForm dd input[type=text],
#contact .contents .contactWrap .contactForm dd input[type=email],
#contact .contents .contactWrap .contactForm dd textarea {
  width: 100%;
  background: #fff;
  outline: none;
  border: solid 1px #fff;
  border-radius: 10px;
  padding: 1em;
}
#contact .contents .contactWrap .contactForm dd textarea {
  min-height: 20em;
}
#contact .contents .contactWrap .submitBtn {
  text-align: center;
}
#contact .contents .contactWrap .submitBtn .wpcf7-submit.has-spinner {
  color: #fff;
  background: #3BC3CB;
  border-radius: 50em;
  padding: 1em 4em;
  margin-top: 4rem;
}

/*# sourceMappingURL=style.css.map */
