@charset "UTF-8";
/*--------------------------
Tag Default
---------------------------*/
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-appearance: none;
}

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

#siteHeader {
  background: transparent !important;
}

.page-header {
  display: none !important;
}

#content {
  padding: 0 !important;
}

main {
  font-size: 16px;
  font-family: "Noto Sans Japanese";
  font-weight: 400;
  color: #4a4a4a;
  line-height: 1;
  padding: 0 !important;
  margin: 0 !important;
  background: #fffffa !important;
  -webkit-text-size-adjust: 100%;
}
@media only screen and (max-width: 768px) {
  main {
    font-size: 14px;
  }
}
main section {
  width: 100% !important;
  padding: 0 !important;
  margin: 0 auto !important;
}
main section p {
  font-size: 16px !important;
  color: #4a4a4a;
  line-height: 1.85;
}
@media only screen and (max-width: 768px) {
  main section p {
    font-size: 14px !important;
    line-height: 1.75;
  }
}
main section p.dotted {
  position: relative;
  padding: 0 0 0 16px;
}
@media only screen and (max-width: 768px) {
  main section p.dotted {
    padding: 0 0 0 14px;
  }
}
main section p.dotted::before {
  position: absolute;
  content: "・";
  left: 0;
}

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

.sp_none {
  display: block;
}
@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

.pc_none {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc_none {
    display: block !important;
  }
}

.tab_none {
  display: block;
}
@media only screen and (max-width: 1280px) {
  .tab_none {
    display: none !important;
  }
}

.container {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
}
@media only screen and (max-width: 1280px) {
  .container {
    min-width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    min-width: 100%;
    padding: 0 12px;
  }
}

.inner_wrap {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .inner_wrap {
    padding: 0 12px;
  }
}

/*--------------------------
entry
---------------------------*/
#entry .container {
  position: relative;
  padding: 70px 0 160px;
  border-top: 1px solid #d5d5d5;
}
@media only screen and (max-width: 768px) {
  #entry .container {
    padding: 60px 12px 100px;
  }
}
#entry .container .item05 {
  position: absolute;
  width: 266px;
  height: 268px;
  top: 15%;
  left: calc(50% - 142px);
  z-index: -1;
  -webkit-animation: loop03 15s infinite ease-in-out;
          animation: loop03 15s infinite ease-in-out;
}
@media only screen and (max-width: 768px) {
  #entry .container .item05 {
    width: 180px;
    height: 181px;
    top: 18%;
    left: calc(50% - 90px);
  }
}
@-webkit-keyframes loop03 {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(1, 1) rotate(20deg);
            transform: scale(1, 1) rotate(20deg);
    opacity: 0.68;
  }
  50% {
    -webkit-transform: scale(1.125, 1.05) rotate(30deg);
            transform: scale(1.125, 1.05) rotate(30deg);
    opacity: 0.75;
  }
  75% {
    -webkit-transform: scale(1, 1) rotate(20deg);
            transform: scale(1, 1) rotate(20deg);
    opacity: 0.68;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes loop03 {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(1, 1) rotate(20deg);
            transform: scale(1, 1) rotate(20deg);
    opacity: 0.68;
  }
  50% {
    -webkit-transform: scale(1.125, 1.05) rotate(30deg);
            transform: scale(1.125, 1.05) rotate(30deg);
    opacity: 0.75;
  }
  75% {
    -webkit-transform: scale(1, 1) rotate(20deg);
            transform: scale(1, 1) rotate(20deg);
    opacity: 0.68;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
#entry .container .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #entry .container .title_box {
    display: block;
    margin: 0 0 20px;
  }
}
#entry .container .title_box h2 {
  position: relative;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 768px) {
  #entry .container .title_box h2 {
    font-size: 16px;
  }
}
#entry .container .title_box h2::before {
  content: "●";
  margin: 0 12px 0 0;
}
#entry .container .title_box h2::after {
  content: attr(data-en);
  display: block;
  font-size: 100px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  margin: 16px 0 0;
}
@media only screen and (max-width: 768px) {
  #entry .container .title_box h2::after {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #entry .container .title_box h2 {
    margin: 0 0 30px;
  }
}
#entry .container .title_box h2::before, #entry .container .title_box h2::after {
  color: #d9d9d9;
}
#entry .container .title_box strong {
  display: block;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2.5px;
}
@media only screen and (max-width: 768px) {
  #entry .container .title_box strong {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #entry .container .title_box strong {
    margin: 0 0 40px;
  }
}
#entry .container .btn_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 150px;
}
@media only screen and (max-width: 768px) {
  #entry .container .btn_box {
    display: block;
    margin: 0 0 60px;
  }
}
#entry .container .btn_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 380px;
  height: 60px;
  text-align: center;
  border: 1px solid #24c373;
  background: #24c373;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #entry .container .btn_box a {
    width: 220px;
    height: 48px;
  }
}
#entry .container .btn_box a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
#entry .container .btn_box a span {
  position: relative;
  display: block;
  width: 100%;
  font-family: "Noto Sans Japanese";
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}
#entry .container .btn_box a span::before, #entry .container .btn_box a span::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#entry .container .btn_box a span::before {
  width: 40px;
  height: 1px;
  top: 50%;
  right: 10px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #entry .container .btn_box a span::before {
    width: 24px;
  }
}
#entry .container .btn_box a span::after {
  width: 8px;
  height: 8px;
  top: 50%;
  right: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#entry .container .btn_box a:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#entry .container .btn_box a:hover span {
  color: #24c373;
}
#entry .container .btn_box a:hover span::before, #entry .container .btn_box a:hover span::after {
  right: 5px;
}
#entry .container .btn_box a:hover span::before {
  background: #24c373;
}
#entry .container .btn_box a:hover span::after {
  border-color: #24c373;
}
@media only screen and (max-width: 768px) {
  #entry .container .btn_box a {
    margin: 0 auto;
  }
}
#entry .container .btn_box a:first-child {
  margin: 0 110px 0 0;
}
@media only screen and (max-width: 768px) {
  #entry .container .btn_box a:first-child {
    margin: 0 auto 20px;
  }
}
#entry .container .infomation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 870px;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #entry .container .infomation a {
    display: block;
  }
}
#entry .container .infomation a figure {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #entry .container .infomation a figure {
    width: 100%;
  }
  #entry .container .infomation a figure img {
    width: 100%;
  }
}
#entry .container .infomation a .info_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  width: 50%;
  padding: 35px;
  border: 1px solid #d5d5d5;
}
@media only screen and (max-width: 768px) {
  #entry .container .infomation a .info_box {
    display: block;
    width: 100%;
    padding: 20px 12px;
  }
}
#entry .container .infomation a .info_box time {
  display: block;
  color: #9d9d9d;
  margin: 0 0 16px;
}
#entry .container .infomation a .info_box .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.68;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #entry .container .infomation a .info_box .title {
    font-size: 16px;
  }
}
#entry .container .infomation a .info_box .txt_link {
  display: inline-block;
  font-weight: 400;
  color: #9d9d9d;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#entry .container .infomation a .info_box .txt_link .arrwo {
  color: #4a4a4a;
}
#entry .container .infomation a .info_box .txt_link:hover {
  color: #24c373;
}
#entry .container .top_btn_box {
  text-align: center;
  margin: 80px 0 0;
}
@media only screen and (max-width: 768px) {
  #entry .container .top_btn_box {
    margin: 60px 0 0;
  }
}
#entry .container .top_btn_box a {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: auto;
  height: 48px;
  text-align: center;
  border: 1px solid #000;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #entry .container .top_btn_box a {
    height: 60px;
  }
}
#entry .container .top_btn_box a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
#entry .container .top_btn_box a span {
  position: relative;
  display: block;
  width: 100%;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding: 0 80px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}
@media only screen and (max-width: 768px) {
  #entry .container .top_btn_box a span {
    line-height: 1.25;
    padding: 0 40px;
  }
}
#entry .container .top_btn_box a span::before, #entry .container .top_btn_box a span::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#entry .container .top_btn_box a span::before {
  width: 40px;
  height: 1px;
  top: 50%;
  right: 10px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #entry .container .top_btn_box a span::before {
    width: 24px;
  }
}
#entry .container .top_btn_box a span::after {
  width: 8px;
  height: 8px;
  top: 50%;
  right: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#entry .container .top_btn_box a:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#entry .container .top_btn_box a:hover span {
  color: #000;
}
#entry .container .top_btn_box a:hover span::before, #entry .container .top_btn_box a:hover span::after {
  right: 5px;
}
#entry .container .top_btn_box a:hover span::before {
  background: #000;
}
#entry .container .top_btn_box a:hover span::after {
  border-color: #000;
}

.animation {
  opacity: 0;
}

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fade {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade {
  0% {
    opacity: 1;
  }
  to {
    opacity: 1;
  }
}
.fade {
  -webkit-animation-name: fade;
  animation-name: fade;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  to {
    opacity: 1;
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-transform: scale(1) !important;
          transform: scale(1) !important;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -5%, 0);
    transform: translate3d(0, -5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2.5%, 0, 0);
    transform: translate3d(-2.5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2.5%, 0, 0);
    transform: translate3d(-2.5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2.5%, 0, 0);
    transform: translate3d(2.5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2.5%, 0, 0);
    transform: translate3d(2.5%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 5%, 0);
    transform: translate3d(0, 5%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

/*--------------------------
FontSet Default
---------------------------*/
@font-face {
  font-family: "Noto Serif JP", serif;
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSerifJP-Regular.otf") format("truetype"), url("../font/NotoSerifJP-Regular.woff") format("woff"), url("../font/NotoSerifJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url("../font/NotoSansJP-Regular.ttf") format("truetype"), url("../font/NotoSansJP-Regular.woff") format("woff"), url("../font/NotoSansJP-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url("../font/NotoSansJP-Medium.ttf") format("truetype"), url("../font/NotoSansJP-Medium.woff") format("woff"), url("../font/NotoSansJP-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 700;
  src: url("../font/NotoSansJP-Bold.ttf") format("truetype"), url("../font/NotoSansJP-Bold.woff") format("woff"), url("../font/NotoSansJP-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "EB Garamond", serif;
  font-style: normal;
  font-weight: 300;
  src: url("../font/EBGaramond-Medium.ttf") format("truetype"), url("../font/EBGaramond-Medium.woff") format("woff"), url("../font/EBGaramond-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "fontello";
  src: url("../font/fontello.eot?31887383");
  src: url("../font/fontello.eot?31887383#iefix") format("embedded-opentype"), url("../font/fontello.woff2?31887383") format("woff2"), url("../font/fontello.woff?31887383") format("woff"), url("../font/fontello.ttf?31887383") format("truetype"), url("../font/fontello.svg?31887383#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-]:before,
[class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-right-bold:before {
  content: "\e800";
}

.icon-down-dir:before {
  content: "\e801";
}

.icon-button_arrow:before {
  content: "\e806";
}

.icon-right-open:before {
  content: "\f006";
}

.icon-left-open:before {
  content: "\f007";
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  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;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
  .slick-slide {
    margin: 0 20px;
  }
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
  width: 100%;
}

.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;
}

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  padding: 0;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  z-index: 100;
}

.slick-prev,
.slick-next {
  top: calc(50% - 50px);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  cursor: pointer;
  z-index: 5;
}
@media only screen and (max-width: 768px) {
  .slick-prev,
  .slick-next {
    top: calc(50% - 72px);
  }
}
.slick-prev::after,
.slick-next::after {
  display: block;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 24px;
  color: #4a4a4a;
}
@media only screen and (max-width: 768px) {
  .slick-prev::after,
  .slick-next::after {
    font-size: 16px;
  }
}
.slick-prev:hover,
.slick-next:hover {
  opacity: 0.7;
}

.slick-prev {
  left: 29.8%;
}
@media only screen and (max-width: 768px) {
  .slick-prev {
    left: 12px;
  }
}
.slick-prev::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
}
.slick-prev:hover {
  opacity: 0.7;
}

.slick-next {
  right: 29.8%;
}
@media only screen and (max-width: 768px) {
  .slick-next {
    right: 12px;
  }
}
.slick-next::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f006";
}
.slick-next:hover {
  opacity: 0.7;
}

.slick-slide {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.slick-slide figure figcaption {
  -webkit-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
  opacity: 0;
}
.slick-slide.slick-current figure figcaption {
  opacity: 1;
}

@media only screen and (max-width: 768px) {
  .slick-list.draggable {
    padding: 0 10px !important;
  }
}

.slick-current figure figcaption {
  display: block;
}

/*--------------------------
main_visual
---------------------------*/
#main_visual {
  width: 100%;
  padding: 0;
}
#main_visual .visual_wrap {
  position: relative;
}
#main_visual .visual_wrap img {
  width: 100%;
  height: auto;
}
#main_visual .visual_wrap img.visual_item {
  position: absolute;
  top: 0;
  left: 0;
}
#main_visual .visual_wrap img:nth-child(1), #main_visual .visual_wrap img:nth-child(2) {
  z-index: 1;
}
#main_visual .visual_wrap img:nth-child(3), #main_visual .visual_wrap img:nth-child(4) {
  z-index: 3;
}
#main_visual .visual_wrap img:nth-child(5), #main_visual .visual_wrap img:nth-child(6) {
  z-index: 5;
}
#main_visual .visual_wrap img:nth-child(7), #main_visual .visual_wrap img:nth-child(8) {
  z-index: 4;
}
#main_visual .visual_wrap img:nth-child(9), #main_visual .visual_wrap img:nth-child(10) {
  z-index: 2;
}
#main_visual .visual_wrap img:nth-child(11), #main_visual .visual_wrap img:nth-child(12) {
  z-index: 6;
}
#main_visual .visual_wrap img:nth-child(13), #main_visual .visual_wrap img:nth-child(14) {
  z-index: 6;
}
#main_visual .visual_wrap img:nth-child(15), #main_visual .visual_wrap img:nth-child(16) {
  z-index: 6;
}
#main_visual .visual_wrap img:nth-child(17), #main_visual .visual_wrap img:nth-child(18) {
  z-index: 6;
}

/*--------------------------
section01
---------------------------*/
#section01 .container {
  padding: 50px 0 70px;
  border-bottom: 1px solid #d5d5d5;
}
@media only screen and (max-width: 768px) {
  #section01 .container {
    padding: 40px 12px 60px;
  }
}
#section01 .container .img_box {
  position: relative;
  margin: 0 0 80px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .img_box {
    margin: 0 0 40px;
  }
}
#section01 .container .img_box figcaption {
  position: absolute;
  font-size: 60px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  color: #fff;
  right: 14px;
  bottom: 24px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .img_box figcaption {
    font-size: 36px;
    right: 12px;
    bottom: 18px;
  }
}
#section01 .container .content_wrap {
  position: relative;
}
#section01 .container .content_wrap .item01 {
  position: absolute;
  width: 298px;
  height: 287px;
  left: 60px;
  bottom: 15%;
  z-index: -1;
  -webkit-animation: loop 15s infinite ease-in-out;
          animation: loop 15s infinite ease-in-out;
}
@media only screen and (max-width: 768px) {
  #section01 .container .content_wrap .item01 {
    width: 180px;
    height: 174px;
    top: 20%;
    left: auto;
    right: 2.5%;
  }
}
@-webkit-keyframes loop {
  0% {
    -webkit-transform: skew(0deg) scale(1) rotate(0deg);
            transform: skew(0deg) scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: skew(15deg, 15deg) scale(1, 1) rotate(20deg);
            transform: skew(15deg, 15deg) scale(1, 1) rotate(20deg);
    opacity: 0.68;
  }
  50% {
    -webkit-transform: skew(10.5deg, 7.5deg) scale(1.05, 1.125) rotate(30deg);
            transform: skew(10.5deg, 7.5deg) scale(1.05, 1.125) rotate(30deg);
    opacity: 0.75;
  }
  75% {
    -webkit-transform: skew(-15deg, -15deg) scale(1, 1) rotate(-20deg);
            transform: skew(-15deg, -15deg) scale(1, 1) rotate(-20deg);
    opacity: 0.68;
  }
  100% {
    -webkit-transform: skew(0deg) scale(1) rotate(0deg);
            transform: skew(0deg) scale(1) rotate(0deg);
  }
}
@keyframes loop {
  0% {
    -webkit-transform: skew(0deg) scale(1) rotate(0deg);
            transform: skew(0deg) scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: skew(15deg, 15deg) scale(1, 1) rotate(20deg);
            transform: skew(15deg, 15deg) scale(1, 1) rotate(20deg);
    opacity: 0.68;
  }
  50% {
    -webkit-transform: skew(10.5deg, 7.5deg) scale(1.05, 1.125) rotate(30deg);
            transform: skew(10.5deg, 7.5deg) scale(1.05, 1.125) rotate(30deg);
    opacity: 0.75;
  }
  75% {
    -webkit-transform: skew(-15deg, -15deg) scale(1, 1) rotate(-20deg);
            transform: skew(-15deg, -15deg) scale(1, 1) rotate(-20deg);
    opacity: 0.68;
  }
  100% {
    -webkit-transform: skew(0deg) scale(1) rotate(0deg);
            transform: skew(0deg) scale(1) rotate(0deg);
  }
}
#section01 .container .content_wrap .flex_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #section01 .container .content_wrap .flex_box {
    display: block;
  }
}
#section01 .container .content_wrap .flex_box .left_box {
  margin: 0 60px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .content_wrap .flex_box .left_box {
    margin: 0 0 20px;
  }
}
#section01 .container .content_wrap .flex_box .left_box h2 {
  position: relative;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #section01 .container .content_wrap .flex_box .left_box h2 {
    font-size: 16px;
  }
}
#section01 .container .content_wrap .flex_box .left_box h2::before {
  content: "●";
  margin: 0 12px 0 0;
}
#section01 .container .content_wrap .flex_box .left_box h2::after {
  content: attr(data-en);
  display: block;
  font-size: 100px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  margin: 16px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .content_wrap .flex_box .left_box h2::after {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container .content_wrap .flex_box .left_box h2 {
    margin: 0 0 30px !important;
  }
}
#section01 .container .content_wrap .flex_box .left_box h2::before, #section01 .container .content_wrap .flex_box .left_box h2::after {
  color: #a5dfee;
}
#section01 .container .content_wrap .flex_box .right_box strong {
  display: block;
  font-size: 48px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2.5px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .content_wrap .flex_box .right_box strong {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container .content_wrap .flex_box .right_box strong {
    margin: 0 0 20px;
  }
}
#section01 .container .content_wrap .flex_box .right_box .products_list .pic_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .content_wrap .flex_box .right_box .products_list .pic_wrap {
    margin: 0 0 20px;
  }
}
#section01 .container .content_wrap .flex_box .right_box .products_list .pic_wrap .pic {
  width: 163px;
  min-width: 163px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #section01 .container .content_wrap .flex_box .right_box .products_list .pic_wrap .pic {
    width: auto;
    min-width: auto;
  }
}
#section01 .container .content_wrap .flex_box .right_box .products_list .pic_wrap .pic:not(:last-child) {
  margin: 0 14px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .content_wrap .flex_box .right_box .products_list .pic_wrap .pic:not(:last-child) {
    margin: 0 8px 0 0;
  }
}
#section01 .container .content_wrap .flex_box .right_box .products_list .pic_wrap .pic p {
  margin: 6px 0 0;
}
#section01 .container .content_wrap .flex_box .right_box .txt_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #section01 .container .content_wrap .flex_box .right_box .txt_box {
    display: block;
  }
}
#section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box {
  margin: 0 0 0 55px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box {
    margin: 20px 0 0;
  }
}
#section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 48px;
  text-align: center;
  border: 1px solid #000;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box a {
    width: 220px;
  }
}
#section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
#section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box a span {
  position: relative;
  display: block;
  width: 100%;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}
#section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box a span::before, #section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box a span::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box a span::before {
  width: 40px;
  height: 1px;
  top: 50%;
  right: 10px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box a span::before {
    width: 24px;
  }
}
#section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box a span::after {
  width: 8px;
  height: 8px;
  top: 50%;
  right: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box a:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box a:hover span {
  color: #000;
}
#section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box a:hover span::before, #section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box a:hover span::after {
  right: 5px;
}
#section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box a:hover span::before {
  background: #000;
}
#section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box a:hover span::after {
  border-color: #000;
}
@media only screen and (max-width: 768px) {
  #section01 .container .content_wrap .flex_box .right_box .txt_box .btn_box a {
    margin: 0 auto;
  }
}

/*--------------------------
section02
---------------------------*/
#section02 .container {
  position: relative;
  padding: 70px 0;
  border-bottom: 1px solid #d5d5d5;
}
@media only screen and (max-width: 768px) {
  #section02 .container {
    padding: 60px 12px;
  }
}
#section02 .container::after {
  content: "";
  display: block;
  clear: both;
}
#section02 .container .item02 {
  position: absolute;
  width: 290px;
  height: 284px;
  top: 70px;
  right: 15%;
  z-index: -1;
  -webkit-animation: loop02 15s infinite ease-in-out;
          animation: loop02 15s infinite ease-in-out;
}
@media only screen and (max-width: 768px) {
  #section02 .container .item02 {
    width: 160px;
    height: 157px;
    top: 18%;
    right: 0;
  }
}
@-webkit-keyframes loop02 {
  0% {
    -webkit-transform: skew(0deg) scale(1) rotate(0deg);
            transform: skew(0deg) scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: skew(-15deg, -15deg) scale(1, 1) rotate(-20deg);
            transform: skew(-15deg, -15deg) scale(1, 1) rotate(-20deg);
    opacity: 0.68;
  }
  50% {
    -webkit-transform: skew(7.5deg, 10.5deg) scale(1.125, 1.05) rotate(-30deg);
            transform: skew(7.5deg, 10.5deg) scale(1.125, 1.05) rotate(-30deg);
    opacity: 0.75;
  }
  75% {
    -webkit-transform: skew(15deg, 15deg) scale(1, 1) rotate(20deg);
            transform: skew(15deg, 15deg) scale(1, 1) rotate(20deg);
    opacity: 0.68;
  }
  100% {
    -webkit-transform: skew(0deg) scale(1) rotate(0deg);
            transform: skew(0deg) scale(1) rotate(0deg);
    opacity: 1;
  }
}
@keyframes loop02 {
  0% {
    -webkit-transform: skew(0deg) scale(1) rotate(0deg);
            transform: skew(0deg) scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: skew(-15deg, -15deg) scale(1, 1) rotate(-20deg);
            transform: skew(-15deg, -15deg) scale(1, 1) rotate(-20deg);
    opacity: 0.68;
  }
  50% {
    -webkit-transform: skew(7.5deg, 10.5deg) scale(1.125, 1.05) rotate(-30deg);
            transform: skew(7.5deg, 10.5deg) scale(1.125, 1.05) rotate(-30deg);
    opacity: 0.75;
  }
  75% {
    -webkit-transform: skew(15deg, 15deg) scale(1, 1) rotate(20deg);
            transform: skew(15deg, 15deg) scale(1, 1) rotate(20deg);
    opacity: 0.68;
  }
  100% {
    -webkit-transform: skew(0deg) scale(1) rotate(0deg);
            transform: skew(0deg) scale(1) rotate(0deg);
    opacity: 1;
  }
}
#section02 .container .title_box h2 {
  position: relative;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section02 .container .title_box h2 {
    font-size: 16px;
  }
}
#section02 .container .title_box h2::before {
  content: "●";
  margin: 0 12px 0 0;
}
#section02 .container .title_box h2::after {
  content: attr(data-en);
  display: block;
  font-size: 100px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  margin: 16px 0 0;
}
@media only screen and (max-width: 768px) {
  #section02 .container .title_box h2::after {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #section02 .container .title_box h2 {
    margin: 0 0 30px;
  }
}
#section02 .container .title_box h2::before, #section02 .container .title_box h2::after {
  color: #ddc5f6;
}
#section02 .container .title_box strong {
  display: block;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2.5px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section02 .container .title_box strong {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section02 .container .title_box strong {
    margin: 0 0 20px;
  }
}
#section02 .container .title_box,
#section02 .container .txt_box {
  margin: 0 0 0 380px;
}
@media only screen and (max-width: 768px) {
  #section02 .container .title_box,
  #section02 .container .txt_box {
    margin: 0;
  }
}
#section02 .container .prof_box {
  float: left;
  width: 320px;
  margin: -280px 0 0;
}
@media only screen and (max-width: 768px) {
  #section02 .container .prof_box {
    float: none;
    width: auto;
    margin: 0 auto 16px;
  }
  #section02 .container .prof_box .pic img {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #section02 .container .prof_box .pic img {
    border-radius: 16px;
  }
}
#section02 .container .txt_box .btn_box {
  margin: 60px 0 0;
}
@media only screen and (max-width: 768px) {
  #section02 .container .txt_box .btn_box {
    margin: 20px 0 0;
  }
}
#section02 .container .txt_box .btn_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 48px;
  text-align: center;
  border: 1px solid #000;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section02 .container .txt_box .btn_box a {
    width: 220px;
  }
}
#section02 .container .txt_box .btn_box a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
#section02 .container .txt_box .btn_box a span {
  position: relative;
  display: block;
  width: 100%;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}
#section02 .container .txt_box .btn_box a span::before, #section02 .container .txt_box .btn_box a span::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section02 .container .txt_box .btn_box a span::before {
  width: 40px;
  height: 1px;
  top: 50%;
  right: 10px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #section02 .container .txt_box .btn_box a span::before {
    width: 24px;
  }
}
#section02 .container .txt_box .btn_box a span::after {
  width: 8px;
  height: 8px;
  top: 50%;
  right: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#section02 .container .txt_box .btn_box a:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#section02 .container .txt_box .btn_box a:hover span {
  color: #000;
}
#section02 .container .txt_box .btn_box a:hover span::before, #section02 .container .txt_box .btn_box a:hover span::after {
  right: 5px;
}
#section02 .container .txt_box .btn_box a:hover span::before {
  background: #000;
}
#section02 .container .txt_box .btn_box a:hover span::after {
  border-color: #000;
}
@media only screen and (max-width: 768px) {
  #section02 .container .txt_box .btn_box a {
    margin: 0 auto;
  }
}

/*--------------------------
section03
---------------------------*/
#section03 .container {
  padding: 70px 0;
  border-bottom: 1px solid #d5d5d5;
}
@media only screen and (max-width: 768px) {
  #section03 .container {
    padding: 60px 12px;
  }
}
#section03 .container .learning_box {
  position: relative;
}
#section03 .container .learning_box .item03 {
  position: absolute;
  width: 294px;
  height: 284px;
  top: 10%;
  left: calc(50% - 142px);
  z-index: -1;
  -webkit-animation: loop03 15s infinite ease-in-out;
          animation: loop03 15s infinite ease-in-out;
}
@media only screen and (max-width: 768px) {
  #section03 .container .learning_box .item03 {
    width: 180px;
    height: 174px;
    top: 18%;
    left: calc(50% - 90px);
  }
}
@keyframes loop03 {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: scale(1, 1) rotate(20deg);
            transform: scale(1, 1) rotate(20deg);
    opacity: 0.68;
  }
  50% {
    -webkit-transform: scale(1.125, 1.05) rotate(30deg);
            transform: scale(1.125, 1.05) rotate(30deg);
    opacity: 0.75;
  }
  75% {
    -webkit-transform: scale(1, 1) rotate(20deg);
            transform: scale(1, 1) rotate(20deg);
    opacity: 0.68;
  }
  100% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    opacity: 1;
  }
}
#section03 .container .learning_box .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 768px) {
  #section03 .container .learning_box .title_box {
    display: block;
  }
}
#section03 .container .learning_box .title_box h2 {
  width: 50%;
  position: relative;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  text-align: left;
}
@media only screen and (max-width: 768px) {
  #section03 .container .learning_box .title_box h2 {
    font-size: 16px;
  }
}
#section03 .container .learning_box .title_box h2::before {
  content: "●";
  margin: 0 12px 0 0;
}
#section03 .container .learning_box .title_box h2::after {
  content: attr(data-en);
  display: block;
  font-size: 100px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  margin: 16px 0 0;
}
@media only screen and (max-width: 768px) {
  #section03 .container .learning_box .title_box h2::after {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #section03 .container .learning_box .title_box h2 {
    width: 100%;
    margin: 0 0 30px;
  }
}
#section03 .container .learning_box .title_box h2::before, #section03 .container .learning_box .title_box h2::after {
  color: #c0f099;
}
#section03 .container .learning_box .title_box strong {
  display: block;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2.5px;
  width: 50%;
  text-indent: -60px;
  padding: 0 0 0 120px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section03 .container .learning_box .title_box strong {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section03 .container .learning_box .title_box strong {
    width: 100%;
    text-indent: 0px;
    padding: 0;
    margin: 0 0 20px;
  }
}
#section03 .container .learning_box figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  #section03 .container .learning_box figure {
    display: block;
  }
}
#section03 .container .learning_box figure .pic {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #section03 .container .learning_box figure .pic {
    width: 100%;
    margin: 0 0 16px;
  }
}
#section03 .container .learning_box figure figcaption {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #section03 .container .learning_box figure figcaption {
    width: 100%;
  }
}
#section03 .container .learning_box figure figcaption .btn_box {
  margin: 80px 0 0;
}
@media only screen and (max-width: 768px) {
  #section03 .container .learning_box figure figcaption .btn_box {
    margin: 40px 0 0;
  }
}
#section03 .container .learning_box figure figcaption .btn_box a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 48px;
  text-align: center;
  border: 1px solid #000;
  background: #000;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
@media only screen and (max-width: 768px) {
  #section03 .container .learning_box figure figcaption .btn_box a {
    width: 220px;
  }
}
#section03 .container .learning_box figure figcaption .btn_box a::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform ease 0.3s;
  transition: -webkit-transform ease 0.3s;
  transition: transform ease 0.3s;
  transition: transform ease 0.3s, -webkit-transform ease 0.3s;
}
#section03 .container .learning_box figure figcaption .btn_box a span {
  position: relative;
  display: block;
  width: 100%;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  z-index: 1;
}
#section03 .container .learning_box figure figcaption .btn_box a span::before, #section03 .container .learning_box figure figcaption .btn_box a span::after {
  position: absolute;
  content: "";
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
#section03 .container .learning_box figure figcaption .btn_box a span::before {
  width: 40px;
  height: 1px;
  top: 50%;
  right: 10px;
  background: #fff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #section03 .container .learning_box figure figcaption .btn_box a span::before {
    width: 24px;
  }
}
#section03 .container .learning_box figure figcaption .btn_box a span::after {
  width: 8px;
  height: 8px;
  top: 50%;
  right: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
#section03 .container .learning_box figure figcaption .btn_box a:hover::before {
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
#section03 .container .learning_box figure figcaption .btn_box a:hover span {
  color: #000;
}
#section03 .container .learning_box figure figcaption .btn_box a:hover span::before, #section03 .container .learning_box figure figcaption .btn_box a:hover span::after {
  right: 5px;
}
#section03 .container .learning_box figure figcaption .btn_box a:hover span::before {
  background: #000;
}
#section03 .container .learning_box figure figcaption .btn_box a:hover span::after {
  border-color: #000;
}
@media only screen and (max-width: 768px) {
  #section03 .container .learning_box figure figcaption .btn_box a {
    margin: 0 auto;
  }
}

/*--------------------------
section04
---------------------------*/
#section04 .container {
  position: relative;
  padding: 70px 0 0;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 768px) {
  #section04 .container {
    padding: 60px 12px 0;
    margin: 0 auto 16px;
  }
}
#section04 .container .item04 {
  position: absolute;
  width: 278px;
  height: 290px;
  top: 22%;
  left: 140px;
  z-index: -1;
  -webkit-animation: loop 15s infinite ease-in-out;
          animation: loop 15s infinite ease-in-out;
}
@media only screen and (max-width: 768px) {
  #section04 .container .item04 {
    width: 180px;
    height: 188px;
    top: 50%;
    left: 2.5%;
  }
}
@keyframes loop {
  0% {
    -webkit-transform: skew(0deg) scale(1) rotate(0deg);
            transform: skew(0deg) scale(1) rotate(0deg);
  }
  25% {
    -webkit-transform: skew(15deg, 15deg) scale(1, 1) rotate(20deg);
            transform: skew(15deg, 15deg) scale(1, 1) rotate(20deg);
    opacity: 0.68;
  }
  50% {
    -webkit-transform: skew(10.5deg, 7.5deg) scale(1.05, 1.125) rotate(30deg);
            transform: skew(10.5deg, 7.5deg) scale(1.05, 1.125) rotate(30deg);
    opacity: 0.75;
  }
  75% {
    -webkit-transform: skew(-15deg, -15deg) scale(1, 1) rotate(-20deg);
            transform: skew(-15deg, -15deg) scale(1, 1) rotate(-20deg);
    opacity: 0.68;
  }
  100% {
    -webkit-transform: skew(0deg) scale(1) rotate(0deg);
            transform: skew(0deg) scale(1) rotate(0deg);
  }
}
#section04 .container .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media only screen and (max-width: 768px) {
  #section04 .container .title_box {
    display: block;
  }
}
#section04 .container .title_box h2 {
  position: relative;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  width: 50%;
  text-align: right;
}
@media only screen and (max-width: 768px) {
  #section04 .container .title_box h2 {
    font-size: 16px;
  }
}
#section04 .container .title_box h2::before {
  content: "●";
  margin: 0 12px 0 0;
}
#section04 .container .title_box h2::after {
  content: attr(data-en);
  display: block;
  font-size: 100px;
  font-family: "EB Garamond", serif;
  font-weight: 500;
  margin: 16px 0 0;
}
@media only screen and (max-width: 768px) {
  #section04 .container .title_box h2::after {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #section04 .container .title_box h2 {
    width: 100%;
    margin: 0 0 30px;
  }
}
#section04 .container .title_box h2::before, #section04 .container .title_box h2::after {
  color: #f6dda7;
}
#section04 .container .title_box .txt_wrap {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #section04 .container .title_box .txt_wrap {
    width: 100%;
    margin: 0 0 20px;
  }
}
#section04 .container .title_box .txt_wrap strong {
  display: block;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 2.5px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section04 .container .title_box .txt_wrap strong {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section04 .container .title_box .txt_wrap strong {
    width: 100%;
    margin: 0 0 20px;
  }
}
#section04 .slide_area {
  padding: 0 0 70px;
}
@media only screen and (max-width: 768px) {
  #section04 .slide_area {
    padding: 0 12px 60px;
  }
}
#section04 .slide_area ul li figure .pic {
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section04 .slide_area ul li figure .pic {
    margin: 0 0 16px;
  }
}
#section04 .slide_area ul li figure figcaption h3 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section04 .slide_area ul li figure figcaption h3 {
    font-size: 16px;
    margin: 0 0 16px;
  }
}
#section04 .slide_area ul li figure figcaption h3::after {
  content: "";
  width: 70px;
  height: 1px;
  margin: 0 0 0 8px;
  background: #d5d5d5;
}