@charset "UTF-8";
/* Box sizing rules */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
*::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body, h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, li {
  margin: 0;
  line-height: 1;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list], ol[role=list] {
  list-style: none;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img, picture {
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input, button, textarea, select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
  *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url(./fonts/ajax-loader.gif) center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url(./fonts/slick.eot);
  src: url(./fonts/slick.eot?#iefix) format("embedded-opentype"), url(./fonts/slick.woff2) format("woff2"), url(./fonts/slick.woff) format("woff"), url(./fonts/slick.ttf) format("truetype"), url(./fonts/slick.svg#slick) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#sec02 .slick-slide {
  width: 300px;
  margin: 10px;
  text-align: right;
  font-size: 1.4rem;
}
#sec02 .slick-slide img {
  margin-bottom: 20px;
}

#sec03 .slick-slide {
  width: 300px;
  margin: 0;
  text-align: center;
  font-size: 1.4rem;
}
#sec03 .slick-slide img {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .slick-slide {
    width: 180px;
    margin: 14px;
    border-radius: 180px;
  }
}
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}
.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}
.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}
[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "←";
}
[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}
[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "→";
}
[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

.pc {
  display: inherit;
}

.sp {
  display: none;
}

html {
  font-size: 62.5%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
  max-width: 100%;
  overflow: hidden;
  background-color: #fff;
  position: relative;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-optical-sizing: auto;
  color: #000;
}

p {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #000000;
}

img {
  width: 100%;
}

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

dt,
dd,
li {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.inner {
  position: relative;
}

.red {
  color: #bc201d;
}

a {
  text-decoration: none;
  color: #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

header div a {
  border-radius: 10px;
  z-index: 999;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 310px;
  padding: 20px 24px 5px;
  background-color: #01BF95;
}
header div a:hover {
  background-position: right center;
  background-size: 200% auto;
  -webkit-animation: pulse 2s infinite;
  animation: ripple 1.5s infinite;
  color: #fff;
}
@-webkit-keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 #01BF95;
            box-shadow: 0 0 0 0 #01BF95;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}
@keyframes ripple {
  0% {
    -webkit-box-shadow: 0 0 0 0 #01BF95;
            box-shadow: 0 0 0 0 #01BF95;
  }
  70% {
    -webkit-box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
            box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
  }
}

#hero {
  margin-bottom: 100px;
  /* ズームイン用アニメーション：scale(1) から scale(1.1) へ10秒間で進行し、そのままの状態を維持 */
}
#hero .hero-slider {
  position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
#hero .hero-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  -webkit-transition: opacity 3s ease-in-out;
  transition: opacity 3s ease-in-out;
  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;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#hero .hero-slide.active {
  opacity: 1;
  z-index: 1;
}
#hero .hero-slide.final {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#hero .hero-slide.final {
  -webkit-animation: none;
          animation: none;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#hero .hero-slide p {
  font-family: serif;
  color: white;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-size: 2.2rem;
  height: 420px;
  width: 300px;
  background-color: rgba(0, 0, 0, 0.4);
  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;
}
#hero .zoom {
  -webkit-animation: zoomIn 10s linear forwards;
          animation: zoomIn 10s linear forwards;
}
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
@keyframes zoomIn {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#hero .logo {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 2;
}

#main-content {
  line-height: 1;
}
#main-content .sec-info {
  padding: 0 8.375%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#main-content .sec-info .sec-number {
  -webkit-box-ordinal-group: -1;
      -ms-flex-order: -2;
          order: -2;
  margin-bottom: 46px;
  font-size: clamp(8rem, 10vw, 16rem);
  font-weight: bold;
}
#main-content .sec-info .sec-number .marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, transparent), color-stop(78%, #F2C50B), color-stop(88%, #F2C50B), color-stop(88%, transparent), to(transparent));
  background: linear-gradient(transparent 78%, #F2C50B 78%, #F2C50B 88%, transparent 88%, transparent 100%);
}
#main-content .sec-info .sec-title {
  padding: 0 4%;
  margin-bottom: 24px;
  font-size: clamp(3.5rem, 3vw, 5rem);
  font-weight: bold;
}
#main-content .sec-info .sec-catch {
  padding: 0 4%;
  font-size: clamp(1.8rem, 1.5vw, 2.5rem);
  font-weight: bold;
}
#main-content .sec-info .sec-catch .marker {
  padding: 0 6px 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(68%, #EFEDFF), color-stop(94%, #EFEDFF), color-stop(94%, transparent), to(transparent));
  background: linear-gradient(transparent 68%, #EFEDFF 68%, #EFEDFF 94%, transparent 94%, transparent 100%);
}
#main-content #sec01 .sec-info {
  background: url(../img/sec01/bg01.png) no-repeat right 4% center;
  background-size: contain;
}
#main-content #sec01 .main-content {
  position: relative;
}
#main-content #sec01 .main-content::before {
  content: "";
  position: absolute;
  top: 140px;
  bottom: -50px;
  left: 0;
  right: 0;
  background-color: #F1F1E6;
  -webkit-transform: skewY(8deg);
          transform: skewY(8deg);
  z-index: -1;
}
#main-content #sec01 .sec01-hero {
  margin: 80px 0;
  padding: 0 8.375%;
}
#main-content #sec01 .sec01-01 .sec01-01-01 .catch {
  padding: 100px 8.375%;
  font-size: clamp(4rem, 3vw, 5rem);
  font-weight: bold;
  text-align: right;
  line-height: 1.6;
  background: url(../img/sec01/bg02.png) no-repeat left 2% center;
  background-size: contain;
  margin-right: -1rem;
}
#main-content #sec01 .sec01-01 .sec01-01-02 {
  padding: 30px 8.375% 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main-content #sec01 .sec01-01 .sec01-01-02 > div {
  width: 48%;
}
#main-content #sec01 .sec01-01 .sec01-01-02 > div.second {
  background-image: url(../img/sec01/bg03.png), url(../img/sec01/bg04.png);
  background-repeat: no-repeat;
  background-size: 76%;
  background-position: right 0% top 0%, right 0% bottom 0%;
}
#main-content #sec01 .sec01-01 .sec01-01-02 > div .interview.interview01 {
  margin-bottom: 180px;
}
#main-content #sec01 .sec01-01 .sec01-01-02 > div .interview.interview02 {
  margin-top: 340px;
}
#main-content #sec01 .sec01-01 .sec01-01-02 > div .interview .img {
  z-index: 0;
}
#main-content #sec01 .sec01-01 .sec01-01-02 > div .interview .text {
  position: relative;
  margin-top: -32px;
}
#main-content #sec01 .sec01-01 .sec01-01-02 > div .interview .text .title {
  width: 400px;
  height: 60px;
  background-color: #fff;
  border-left: 14px solid #515895;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  font-size: 2.8rem;
  padding: 0 10px;
}
#main-content #sec01 .sec01-01 .sec01-01-02 > div .interview .text .title span {
  font-size: 2rem;
  margin-left: 20px;
}
#main-content #sec01 .sec01-01 .sec01-01-02 > div .interview .text .catch {
  padding: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.6;
}
#main-content #sec01 .sec01-01 .sec01-01-02 > div .interview .text .explanationt {
  padding: 0 20px;
  font-size: 1.4rem;
}
#main-content #sec02 {
  padding-top: 100px;
}
#main-content #sec02 .sec02-hero {
  margin: 80px 0;
}
#main-content #sec02 .sec02-01 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 10%;
}
#main-content #sec02 .sec02-01 .sec-title {
  width: 24%;
  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;
}
#main-content #sec02 .sec02-01 .sec-title h3 {
  font-size: clamp(2.4rem, 2vw, 4rem);
  font-weight: bold;
  margin-bottom: 40px;
}
#main-content #sec02 .sec02-01 .sec-title h3 .marker {
  padding: 0 6px 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(68%, #EFEDFF), color-stop(94%, #EFEDFF), color-stop(94%, transparent), to(transparent));
  background: linear-gradient(transparent 68%, #EFEDFF 68%, #EFEDFF 94%, transparent 94%, transparent 100%);
}
#main-content #sec02 .sec02-01 .sec-title img {
  width: 280px;
}
#main-content #sec02 .sec02-01 .department-list {
  width: 76%;
  padding-left: 5%;
}
#main-content #sec02 .sec02-01 .department-list > ul {
  border-top: 1px solid #D9D9D9;
}
#main-content #sec02 .sec02-01 .department-list > ul li a {
  padding: 40px 60px 40px 10px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}
#main-content #sec02 .sec02-01 .department-list > ul li a .img {
  width: 20%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#main-content #sec02 .sec02-01 .department-list > ul li a .img img {
  width: 100%;
  height: auto;
}
#main-content #sec02 .sec02-01 .department-list > ul li a .text {
  width: 80%;
  padding-left: 20px;
  position: relative;
}
#main-content #sec02 .sec02-01 .department-list > ul li a .text h4 {
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 26px;
}
#main-content #sec02 .sec02-01 .department-list > ul li a .text h4 span:first-child {
  display: block;
  font-size: 1.6rem;
  margin-bottom: 10px;
  font-weight: normal;
}
#main-content #sec02 .sec02-01 .department-list > ul li a .text h4 span {
  font-size: 1.4rem;
  margin-right: 10px;
  font-weight: normal;
}
#main-content #sec02 .sec02-01 .department-list > ul li a .text p {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-bottom: 20PX;
}
#main-content #sec02 .sec02-01 .department-list > ul li a .text ul {
  margin-left: 20px;
}
#main-content #sec02 .sec02-01 .department-list > ul li a .text ul li {
  font-size: 1.6rem;
  margin-bottom: 6px;
  list-style-type: disc;
}
#main-content #sec02 .sec02-01 .department-list > ul li a:before {
  content: "";
  width: 36px;
  height: 36px;
  background: #515895;
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
#main-content #sec02 .sec02-01 .department-list > ul li a:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 0;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
}
#main-content #sec02 .sec02-01 .department-list > ul li a:hover {
  background-color: #fafafa;
  -webkit-transform: scale(1.06);
          transform: scale(1.06);
  -webkit-box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid #fafafa;
}
#main-content #sec02 .sec02-02 {
  padding-top: 50px;
  position: relative;
}
#main-content #sec02 .sec02-02::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -50px;
  left: 0;
  right: 0;
  background-color: #F9F8FF;
  -webkit-transform: skewY(8deg);
          transform: skewY(8deg);
  z-index: -1;
}
#main-content #sec02 .sec02-02 .sec-title02 {
  padding: 100px 8.375%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#main-content #sec02 .sec02-02 .sec-title02 h3 {
  font-size: clamp(3.5rem, 2vw, 5rem);
  font-weight: bold;
}
#main-content #sec02 .sec02-02 .sec-title02 .catch {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
}
#main-content #sec02 .sec02-02 .sec-title03 {
  padding: 130px 8.375% 150px;
}
#main-content #sec02 .sec02-02 .sec-title03 .catch {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  text-align: right;
}
#main-content #sec02 .sec02-02 .tea-list {
  padding: 0 8.375% 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main-content #sec02 .sec02-02 .tea-list > div {
  width: 33.333%;
  position: relative;
}
#main-content #sec02 .sec02-02 .tea-list > div:hover .img {
  overflow: hidden;
}
#main-content #sec02 .sec02-02 .tea-list > div:hover .img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
#main-content #sec02 .sec02-02 .tea-list > div .img {
  overflow: hidden;
}
#main-content #sec02 .sec02-02 .tea-list > div .img img {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main-content #sec02 .sec02-02 .tea-list > div p {
  position: absolute;
  font-size: clamp(5.8rem, 2vw, 7rem);
  font-family: serif;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 4px #515895;
}
#main-content #sec02 .sec02-02 .tea-list > div.img01 p {
  bottom: -20px;
  left: 10px;
}
#main-content #sec02 .sec02-02 .tea-list > div.img02 p {
  top: -60px;
  left: 10px;
}
#main-content #sec02 .sec02-02 .tea-list > div.img03 p {
  bottom: -20px;
  left: 10px;
}
#main-content #sec03 {
  width: 100%;
  padding-top: 50px;
  position: relative;
}
#main-content #sec03 .content {
  padding: 80px 0;
}
#main-content #sec03 .content .work-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#main-content #sec03 .content .work-list .work {
  border-bottom: 1px solid #D9D9D9;
}
#main-content #sec03 .content .work-list .work.work-02 .title,
#main-content #sec03 .content .work-list .work.work-02 .details {
  border-left: 1px solid #D9D9D9;
  border-right: 1px solid #D9D9D9;
}
#main-content #sec03 .content .work-list .work.work-02 .details {
  padding-bottom: 4em;
}
#main-content #sec03 .content .work-list .work .title {
  width: 100%;
  height: 62px;
  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;
  font-size: 2.8rem;
  font-weight: normal;
  text-align: center;
  border-bottom: 1px solid #D9D9D9;
}
#main-content #sec03 .content .work-list .work .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}
#main-content #sec03 .content .work-list .work .details .img {
  width: 20%;
}
#main-content #sec03 .content .work-list .work .details .text {
  width: 84%;
  padding-left: 6%;
}
#main-content #sec03 .content .work-list .work .details .text h4 {
  padding: 24px 0 30px;
  font-size: 3rem;
  font-weight: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#main-content #sec03 .content .work-list .work .details .text h4 span {
  margin-left: 20px;
  font-size: 1.2rem;
}
#main-content #sec03 .content .work-list .work .details .text ul li {
  font-size: 1.6rem;
  margin-bottom: 6px;
}
#main-content #sec03 .content > .catch {
  height: 220px;
  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;
  font-size: 3.4rem;
  font-weight: bold;
}
#main-content #sec03 .content .slider-teacher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#main-content #sec03 .content .slider-teacher .teacher {
  border-top: 1px solid #D9D9D9;
  border-bottom: 1px solid #D9D9D9;
  border-left: 1px solid #D9D9D9;
  min-height: 345px;
}
#main-content #sec03 .content .slider-teacher .teacher .img {
  margin-bottom: 15px;
  height: 215px;
  overflow: hidden;
}
#main-content #sec03 .content .slider-teacher .teacher h4 {
  font-size: 2rem;
  margin-bottom: 10px;
}
#main-content #sec03 .content .slider-teacher .teacher p {
  font-size: 1.3rem;
}
#main-content #sec03 .content .slider-teacher .teacher h5 {
  margin: 15px 0;
  font-size: 1.4rem;
}
#main-content #sec04 {
  width: 100%;
  padding-top: 150px;
  position: relative;
}
#main-content #sec04::before {
  content: "";
  position: absolute;
  top: 140px;
  bottom: 140px;
  left: 0;
  right: 0;
  background-color: #F1F1E6;
  -webkit-transform: skewY(8deg);
          transform: skewY(8deg);
  z-index: -1;
}
#main-content #sec04 .main-content {
  padding-top: 140px;
  max-width: 760px;
  width: 100%;
  margin: auto;
}
#main-content #sec04 .main-content {
  text-align: center;
}
#main-content #sec04 .main-content .txt {
  margin-bottom: 180px;
}
#main-content #sec04 .main-content .photo {
  width: 520px;
  margin: auto;
  margin-bottom: 50px;
}
#main-content #sec04 .main-content .name {
  width: 100%;
  max-width: 578px;
  margin: auto;
  margin-bottom: 180px;
}

footer #totop {
  width: 100%;
  height: 120px;
  border-bottom: 1px solid #D9D9D9;
}
footer #totop a {
  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;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
}
footer #totop a:hover {
  background-color: #EFEDFF;
}
footer .footer-link {
  height: 394px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #D9D9D9;
}
footer .footer-link > div {
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
footer .footer-link > div:first-child {
  border-right: 1px solid #D9D9D9;
}
footer .footer-link > div h3 {
  font-size: 2.2rem;
  margin-bottom: 50px;
}
footer .footer-link > div h3 .marker {
  padding: 0 6px 4px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(68%, #F2C50B), color-stop(94%, #F2C50B), color-stop(94%, transparent), to(transparent));
  background: linear-gradient(transparent 68%, #F2C50B 68%, #F2C50B 94%, transparent 94%, transparent 100%);
}
footer .footer-link > div p a {
  width: 400px;
  height: 60px;
  border-radius: 6px;
  font-size: 1.8rem;
  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;
  background-color: #000000;
  color: #fff;
  text-align: center;
}
footer .footer-link > div p a:hover {
  background-color: #F2C50B;
}
footer .footer-info {
  height: 200px;
  padding: 0 40px;
  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;
}
footer .footer-info h2 {
  width: 400px;
}

@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inherit !important;
  }
  h1 {
    margin-bottom: 0;
  }
  h1 img {
    width: 100%;
  }
  p {
    font-size: 1.4rem;
    line-height: 1.6;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-style: normal;
  }
  ul,
  ol {
    padding: 0;
  }
  ul li,
  ol li {
    list-style-type: none;
  }
  dt,
  dd,
  li {
    font-size: 1.4rem;
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
  }
  .inner {
    position: relative;
  }
  .red {
    color: #bc201d;
  }
  a {
    text-decoration: none;
    color: #000000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  header div {
    position: relative;
  }
  header div a {
    border-radius: 10px;
    margin: auto;
    z-index: 999;
    position: fixed;
    bottom: 11px;
    right: 0;
    left: 0;
    width: 94%;
    padding: 10px 12px 2px;
    background-color: #01BF95;
    text-align: center;
  }
  header div a img {
    width: 70%;
  }
  header div a:hover {
    background-position: right center;
    background-size: 200% auto;
    -webkit-animation: pulse 2s infinite;
    animation: ripple 1.5s infinite;
    color: #fff;
  }
  @-webkit-keyframes ripple {
    0% {
      -webkit-box-shadow: 0 0 0 0 #01BF95;
              box-shadow: 0 0 0 0 #01BF95;
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
              box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
              box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
    }
  }
  @keyframes ripple {
    0% {
      -webkit-box-shadow: 0 0 0 0 #01BF95;
              box-shadow: 0 0 0 0 #01BF95;
    }
    70% {
      -webkit-box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
              box-shadow: 0 0 0 10px rgba(27, 133, 251, 0);
    }
    100% {
      -webkit-box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
              box-shadow: 0 0 0 0 rgba(27, 133, 251, 0);
    }
  }
  #hero {
    margin-bottom: 0;
    /* ズームイン用アニメーション：scale(1) から scale(1.1) へ10秒間で進行し、そのままの状態を維持 */
  }
  #hero .hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
  }
  #hero .hero-slide {
    position: absolute;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -webkit-transition: opacity 3s ease-in-out;
    transition: opacity 3s ease-in-out;
    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;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #hero .hero-slide.active {
    opacity: 1;
    z-index: 1;
  }
  #hero .hero-slide.final {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #hero .hero-slide.final {
    -webkit-animation: none;
            animation: none;
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  #hero .hero-slide p {
    font-family: serif;
    color: white;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: 1.7rem;
    height: 360px;
    width: 260px;
    background-color: rgba(0, 0, 0, 0.4);
    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;
  }
  #hero .zoom {
    -webkit-animation: zoomIn 10s linear forwards;
            animation: zoomIn 10s linear forwards;
  }
  @-webkit-keyframes zoomIn {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    to {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  @keyframes zoomIn {
    from {
      -webkit-transform: scale(1);
              transform: scale(1);
    }
    to {
      -webkit-transform: scale(1.1);
              transform: scale(1.1);
    }
  }
  #hero .logo {
    width: 100%;
    position: absolute;
    top: 30px;
    text-align: center;
    bottom: unset;
    left: unset;
    z-index: 2;
  }
  #hero .logo img {
    width: 78%;
    margin: auto;
  }
  #main-content {
    line-height: 1;
  }
  #main-content .sec-info {
    padding: 0 6.375%;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main-content .sec-info .sec-number {
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
    margin-bottom: 46px;
    font-size: clamp(8rem, 10vw, 16rem);
    font-weight: bold;
  }
  #main-content .sec-info .sec-number .marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(78%, transparent), color-stop(78%, #F2C50B), color-stop(88%, #F2C50B), color-stop(88%, transparent), to(transparent));
    background: linear-gradient(transparent 78%, #F2C50B 78%, #F2C50B 88%, transparent 88%, transparent 100%);
  }
  #main-content .sec-info .sec-title {
    padding: 0 4%;
    margin-bottom: 24px;
    font-size: clamp(3.5rem, 3vw, 5rem);
    font-weight: bold;
  }
  #main-content .sec-info .sec-catch {
    padding: 0 4%;
    font-size: clamp(1.8rem, 1.5vw, 2.5rem);
    font-weight: bold;
  }
  #main-content .sec-info .sec-catch .marker {
    padding: 0 6px 4px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(68%, #EFEDFF), color-stop(94%, #EFEDFF), color-stop(94%, transparent), to(transparent));
    background: linear-gradient(transparent 68%, #EFEDFF 68%, #EFEDFF 94%, transparent 94%, transparent 100%);
  }
  #main-content #sec01 {
    margin-top: 20px;
  }
  #main-content #sec01 .sec-info {
    padding-top: 60px;
    background: url(../img/sec01/bg01.png) no-repeat right top;
    background-size: 60%;
  }
  #main-content #sec01 .main-content {
    position: relative;
  }
  #main-content #sec01 .main-content::before {
    content: "";
    position: absolute;
    top: 70px;
    bottom: -50px;
    left: 0;
    right: 0;
    background-color: #F1F1E6;
    -webkit-transform: skewY(8deg);
            transform: skewY(8deg);
    z-index: -1;
  }
  #main-content #sec01 .sec01-hero {
    margin: 50px 0;
    padding: 0;
  }
  #main-content #sec01 .sec01-01 .sec01-01-01 .catch {
    padding: 20px 6.375% 130px;
    font-size: 2.4rem;
    font-weight: bold;
    text-align: right;
    line-height: 1.6;
    background: url(../img/sec01/bg02.png) no-repeat left bottom;
    background-size: 50%;
    margin-right: -1rem;
  }
  #main-content #sec01 .sec01-01 .sec01-01-02 {
    padding: 30px 6.375% 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main-content #sec01 .sec01-01 .sec01-01-02 > div {
    width: 100%;
  }
  #main-content #sec01 .sec01-01 .sec01-01-02 > div.second {
    margin-top: 20px;
    background-image: url(../img/sec01/bg03.png), url(../img/sec01/bg04.png);
    background-repeat: no-repeat;
    background-size: 76%;
    background-position: center top 0%, center bottom 0%;
  }
  #main-content #sec01 .sec01-01 .sec01-01-02 > div .interview.interview01 {
    margin-bottom: 60px;
  }
  #main-content #sec01 .sec01-01 .sec01-01-02 > div .interview.interview02 {
    margin-top: 250px;
    padding-bottom: 310px;
  }
  #main-content #sec01 .sec01-01 .sec01-01-02 > div .interview .img {
    z-index: 0;
  }
  #main-content #sec01 .sec01-01 .sec01-01-02 > div .interview .text {
    position: relative;
    margin-top: -32px;
  }
  #main-content #sec01 .sec01-01 .sec01-01-02 > div .interview .text .title {
    width: auto;
    height: 50px;
    background-color: #fff;
    border-left: 14px solid #515895;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 10px;
  }
  #main-content #sec01 .sec01-01 .sec01-01-02 > div .interview .text .title h4 {
    font-size: 2.4rem;
    font-weight: bold;
  }
  #main-content #sec01 .sec01-01 .sec01-01-02 > div .interview .text .title span {
    font-size: 1.8rem;
    margin-left: 16px;
  }
  #main-content #sec01 .sec01-01 .sec01-01-02 > div .interview .text .catch {
    padding: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1.4;
  }
  #main-content #sec01 .sec01-01 .sec01-01-02 > div .interview .text .explanationt {
    padding: 0 20px;
    font-size: 1.4rem;
  }
  #main-content #sec02 {
    padding-top: 100px;
  }
  #main-content #sec02 .sec02-hero {
    margin: 50px 0;
  }
  #main-content #sec02 .sec02-01 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 4% 70px;
  }
  #main-content #sec02 .sec02-01 .sec-title {
    width: 100%;
    text-align: center;
  }
  #main-content #sec02 .sec02-01 .sec-title h3 {
    font-size: clamp(3.5rem, 2vw, 5rem);
    font-weight: bold;
    margin-bottom: 40px;
  }
  #main-content #sec02 .sec02-01 .sec-title h3 .marker {
    padding: 0 6px 4px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(68%, #EFEDFF), color-stop(94%, #EFEDFF), color-stop(94%, transparent), to(transparent));
    background: linear-gradient(transparent 68%, #EFEDFF 68%, #EFEDFF 94%, transparent 94%, transparent 100%);
  }
  #main-content #sec02 .sec02-01 .sec-title img {
    width: auto;
    padding-left: 0;
  }
  #main-content #sec02 .sec02-01 .department-list {
    width: 100%;
    padding-left: 0;
  }
  #main-content #sec02 .sec02-01 .department-list ul li a {
    padding: 20px 10px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main-content #sec02 .sec02-01 .department-list ul li a .img {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #main-content #sec02 .sec02-01 .department-list ul li a .img img {
    width: 100%;
    height: auto;
  }
  #main-content #sec02 .sec02-01 .department-list ul li a .text {
    width: 100%;
    padding: 20px 30px 0 10px;
  }
  #main-content #sec02 .sec02-01 .department-list ul li a .text h4 {
    font-size: 2.2rem;
    font-weight: bold;
    margin-bottom: 20px;
  }
  #main-content #sec02 .sec02-01 .department-list ul li a .text h4 span {
    font-size: 1.4rem;
    margin-right: 0;
    font-weight: normal;
  }
  #main-content #sec02 .sec02-01 .department-list ul li a .text p {
    font-size: 1.6rem;
    line-height: 1.4;
  }
  #main-content #sec02 .sec02-01 .department-list ul li a .text:before {
    content: "";
    width: 26px;
    height: 26px;
    background: #515895;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
  #main-content #sec02 .sec02-01 .department-list ul li a .text:after {
    content: "";
    width: 10px;
    height: 10px;
    border: 0;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
  }
  #main-content #sec02 .sec02-01 .department-list ul li a:before {
    display: none;
  }
  #main-content #sec02 .sec02-01 .department-list ul li a:after {
    display: none;
  }
  #main-content #sec02 .sec02-01 .department-list ul li a:hover {
    background-color: #fafafa;
    -webkit-transform: scale(1.06);
            transform: scale(1.06);
    -webkit-box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 8px 8px -4px rgba(0, 0, 0, 0.3);
    border-bottom: 1px solid #fafafa;
  }
  #main-content #sec02 .sec02-02 {
    padding-top: 50px;
    position: relative;
  }
  #main-content #sec02 .sec02-02::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: -50px;
    left: 0;
    right: 0;
    background-color: #F9F8FF;
    -webkit-transform: skewY(8deg);
            transform: skewY(8deg);
    z-index: -1;
  }
  #main-content #sec02 .sec02-02 .sec-title02 {
    padding: 40px 6.375%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main-content #sec02 .sec02-02 .sec-title02 h3 {
    font-size: clamp(3.5rem, 2vw, 5rem);
    font-weight: bold;
    margin-bottom: 20px;
  }
  #main-content #sec02 .sec02-02 .sec-title02 .catch {
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.4;
  }
  #main-content #sec02 .sec02-02 .sec-title03 {
    padding: 40px 6.375% 60px;
  }
  #main-content #sec02 .sec02-02 .sec-title03 .catch {
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.4;
    text-align: right;
  }
  #main-content #sec02 .sec02-02 .tea-list {
    padding: 0 0 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main-content #sec02 .sec02-02 .tea-list > div {
    width: 33.333%;
    overflow: hidden;
  }
  #main-content #sec02 .sec02-02 .tea-list > div:hover .img {
    overflow: hidden;
  }
  #main-content #sec02 .sec02-02 .tea-list > div:hover .img img {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
  #main-content #sec02 .sec02-02 .tea-list > div .img {
    overflow: hidden;
  }
  #main-content #sec02 .sec02-02 .tea-list > div .img img {
    display: block;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #main-content #sec02 .sec02-02 .tea-list > div p {
    font-size: 2.8rem;
    font-family: serif;
  }
  #main-content #sec02 .sec02-02 .tea-list > div.img02 {
    margin-top: 30px;
  }
  #main-content #sec02 .sec02-02 .tea-list > div.img03 {
    margin-top: 60px;
  }
  #main-content #sec03 {
    width: 100%;
    padding-top: 50px;
    position: relative;
  }
  #main-content #sec03 .content {
    padding: 50px 0;
  }
  #main-content #sec03 .content .work-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #main-content #sec03 .content .work-list .work {
    border-bottom: 1px solid #D9D9D9;
  }
  #main-content #sec03 .content .work-list .work.work-02 .title,
  #main-content #sec03 .content .work-list .work.work-02 .details {
    border-left: 1px solid #D9D9D9;
    border-right: 1px solid #D9D9D9;
  }
  #main-content #sec03 .content .work-list .work.work-02 .details {
    padding-bottom: 4em;
  }
  #main-content #sec03 .content .work-list .work .title {
    width: 100%;
    height: 58px;
    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;
    font-size: 2.4rem;
    font-weight: normal;
    text-align: center;
    border-bottom: 1px solid #D9D9D9;
  }
  #main-content #sec03 .content .work-list .work .details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    min-height: 200px;
  }
  #main-content #sec03 .content .work-list .work .details .img {
    width: 20%;
  }
  #main-content #sec03 .content .work-list .work .details .text {
    width: 84%;
    padding-left: 6%;
  }
  #main-content #sec03 .content .work-list .work .details .text h4 {
    padding: 24px 0 30px;
    font-size: 2.2rem;
    font-weight: normal;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  #main-content #sec03 .content .work-list .work .details .text h4 span {
    margin-left: 20px;
    font-size: 1.2rem;
  }
  #main-content #sec03 .content .work-list .work .details .text ul li {
    font-size: 1.6rem;
    margin-bottom: 6px;
  }
  #main-content #sec03 .content > .catch {
    padding: 0 6.375%;
    text-align: center;
    font-size: 2.4rem;
    font-weight: normal;
    line-height: 1.4;
  }
  #main-content #sec03 .content .slider-teacher {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main-content #sec03 .content .slider-teacher .teacher {
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    border-left: 1px solid #D9D9D9;
    min-height: 330px;
  }
  #main-content #sec03 .content .slider-teacher .teacher .img {
    margin-bottom: 20px;
    height: 185px;
    overflow: hidden;
  }
  #main-content #sec03 .content .slider-teacher .teacher h4 {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #main-content #sec03 .content .slider-teacher .teacher p {
    font-size: 1.3rem;
  }
  #main-content #sec03 .content .slider-teacher .teacher h5 {
    margin-top: 20px;
    font-size: 1.4rem;
  }
  #main-content #sec04 {
    width: 100%;
    padding-top: 100px;
    position: relative;
  }
  #main-content #sec04::before {
    content: "";
    position: absolute;
    top: 60px;
    bottom: 140px;
    left: 0;
    right: 0;
    background-color: #F1F1E6;
    -webkit-transform: skewY(8deg);
            transform: skewY(8deg);
    z-index: -1;
  }
  #main-content #sec04 .main-content {
    padding-top: 80px;
    max-width: 760px;
    width: 100%;
    margin: auto;
  }
  #main-content #sec04 .main-content {
    text-align: center;
  }
  #main-content #sec04 .main-content .txt {
    padding: 0 10px;
    margin-bottom: 60px;
  }
  #main-content #sec04 .main-content .photo {
    width: 180px;
    margin: auto;
    margin-bottom: 50px;
  }
  #main-content #sec04 .main-content .name {
    width: 100%;
    padding: 0 10px;
    max-width: 578px;
    margin: auto;
    margin-bottom: 80px;
  }
  footer #totop {
    width: 100%;
    height: 60px;
    border-bottom: 1px solid #D9D9D9;
  }
  footer #totop a {
    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;
    width: 100%;
    height: 100%;
    font-size: 2rem;
  }
  footer #totop a:hover {
    background-color: #EFEDFF;
  }
  footer .footer-link {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #D9D9D9;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-link > div {
    width: 100%;
    padding: 40px 20px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-link > div:first-child {
    border-right: none;
    border-bottom: 1px solid #D9D9D9;
  }
  footer .footer-link > div h3 {
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
    line-height: 1.8;
  }
  footer .footer-link > div h3 .marker {
    padding: 0 6px 4px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(68%, transparent), color-stop(68%, #F2C50B), color-stop(94%, #F2C50B), color-stop(94%, transparent), to(transparent));
    background: linear-gradient(transparent 68%, #F2C50B 68%, #F2C50B 94%, transparent 94%, transparent 100%);
  }
  footer .footer-link > div p a {
    width: auto;
    height: 60px;
    padding: 20px;
    min-width: 280px;
    border-radius: 6px;
    font-size: 1.8rem;
    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;
    background-color: #000000;
    color: #fff;
    text-align: center;
  }
  footer .footer-link > div p a:hover {
    background-color: #F2C50B;
  }
  footer .footer-info {
    height: auto;
    padding: 100px 20px 140px;
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  footer .footer-info h2 {
    width: auto;
    margin-bottom: 20px;
  }
}
/*----- フェードイン -----*/
.inviewfadeIn {
  opacity: 0;
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.inviewfadeIn-slow {
  opacity: 0;
  -webkit-transition: 2.4s;
  transition: 2.4s;
}

.fadeIn {
  opacity: 1;
}

/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.inviewfadeInUp-slow {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 2.4s;
  transition: 2.4s;
}

.inviewfadeInUp-slow2 {
  opacity: 0;
  transform: translate(0, 60px);
  -webkit-transform: translate(0, 60px);
  -webkit-transition: 3.4s;
  transition: 3.4s;
}

.fadeInUp {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- フェードインしながら左からスライド -----*/
.inviewfadeInleft {
  opacity: 0;
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.inviewfadeInleft-slow {
  opacity: 0;
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
  -webkit-transition: 2.4s;
  transition: 2.4s;
}

.inviewfadeInleft-slow2 {
  opacity: 0;
  transform: translate(-60px, 0);
  -webkit-transform: translate(-60px, 0);
  -webkit-transition: 3.4s;
  transition: 3.4s;
}

.fadeInleft {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}

/*----- フェードインしながら右からスライド -----*/
.inviewfadeInright {
  opacity: 0;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  -webkit-transition: 1.2s;
  transition: 1.2s;
}

.inviewfadeInright-slow {
  opacity: 0;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  -webkit-transition: 2.4s;
  transition: 2.4s;
}

.inviewfadeInright-slow2 {
  opacity: 0;
  transform: translate(60px, 0);
  -webkit-transform: translate(60px, 0);
  -webkit-transition: 3.4s;
  transition: 3.4s;
}

.fadeInright {
  opacity: 1;
  transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
}/*# sourceMappingURL=style.css.map */