@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";
}

/*--------------------------
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 {
  position: relative;
  padding: 50px 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container {
    padding: 40px 12px;
  }
}
#section01 .container .item01 {
  position: absolute;
  width: 298px;
  height: 287px;
  top: 3%;
  right: 0;
  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 .item01 {
    width: 150px;
    height: 145px;
    top: 3%;
  }
}
@-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 .title_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .title_box {
    display: block;
    margin: 0 0 40px;
  }
}
#section01 .container .title_box h2 {
  position: relative;
  font-size: 18px;
  font-family: "Noto Serif JP", serif;
  text-align: left;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .title_box h2 {
    font-size: 16px;
  }
}
#section01 .container .title_box h2::before {
  content: "●";
  margin: 0 12px 0 0;
}
#section01 .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) {
  #section01 .container .title_box h2::after {
    font-size: 60px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container .title_box h2 {
    margin: 0 0 30px !important;
  }
}
#section01 .container .title_box h2::before, #section01 .container .title_box h2::after {
  color: #c0f099;
}
#section01 .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;
  text-indent: -60px;
  padding: 0 0 0 120px;
  margin: 0 40px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .title_box strong {
    font-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container .title_box strong {
    text-indent: 0px;
    padding: 0;
    margin: 0;
  }
}
#section01 .container .inner_wrap {
  padding: 60px 0;
}
#section01 .container .inner_wrap:not(:last-child) {
  border-bottom: 1px solid #d5d5d5;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap {
    padding: 50px 0;
  }
}
#section01 .container .inner_wrap .sub_title {
  position: relative;
  font-size: 36px;
  font-family: "Noto Serif JP", serif;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .sub_title {
    font-size: 22px;
  }
}
#section01 .container .inner_wrap .sub_title::before, #section01 .container .inner_wrap .sub_title::after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 36px;
  vertical-align: sub;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .sub_title::before, #section01 .container .inner_wrap .sub_title::after {
    width: 10px;
    height: 26px;
  }
}
#section01 .container .inner_wrap .sub_title::before {
  margin-right: 16px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .sub_title::before {
    margin-right: 10px;
  }
}
#section01 .container .inner_wrap .sub_title::after {
  margin-left: 16px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .sub_title::after {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .sub_title {
    margin: 0 0 20px;
  }
}
#section01 .container .inner_wrap .sub_title::before, #section01 .container .inner_wrap .sub_title::after {
  background: #c0f099;
}
#section01 .container .inner_wrap .lead_box p:not(:last-child) {
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .lead_box p:not(:last-child) {
    margin: 0 0 14px;
  }
}
#section01 .container .inner_wrap .box {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .box {
    margin: 0 0 20px;
  }
}
#section01 .container .inner_wrap .box02 {
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .box02 {
    margin: 0 0 16px;
  }
}
#section01 .container .inner_wrap .txt_box {
  margin: 0 0 50px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .txt_box {
    margin: 0 0 40px;
  }
}
#section01 .container .inner_wrap .inner_box {
  max-width: 820px;
  margin: 0 auto;
}
#section01 .container .inner_wrap h4 {
  position: relative;
  font-weight: 400;
  padding: 0 0 0 20px;
  margin: 0 0 24px;
}
#section01 .container .inner_wrap h4::before {
  position: absolute;
  content: "◆";
  left: 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap h4 {
    margin: 0 0 20px;
  }
}
#section01 .container .inner_wrap h4::before {
  color: #c0f099;
}
#section01 .container .inner_wrap table {
  width: 100%;
}
#section01 .container .inner_wrap table tr th,
#section01 .container .inner_wrap table tr td {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.85;
  vertical-align: middle;
  padding: 10px 16px;
  border: 1px solid #d5d5d5;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap table tr th,
  #section01 .container .inner_wrap table tr td {
    line-height: 1.75;
  }
}
#section01 .container .inner_wrap table tr th {
  text-align: center;
  background: #f7f7f7;
}
#section01 .container .inner_wrap .icon_box {
  padding: 20px;
  border: 1px solid #d5d5d5;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .icon_box {
    padding: 16px;
  }
}
#section01 .container .inner_wrap .icon_box figure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .icon_box figure {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
#section01 .container .inner_wrap .icon_box figure .icon {
  width: 80px;
  min-width: 80px;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .icon_box figure .icon {
    width: 50px;
    min-width: 50px;
    margin: 0 16px 0 0;
  }
}
#section01 .container .inner_wrap .step_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  border: 1px solid #d5d5d5;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .step_box {
    padding: 16px;
  }
}
#section01 .container .inner_wrap .step_box .step_list li {
  position: relative;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  -webkit-transform: translateX(7px);
          transform: translateX(7px);
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .step_box .step_list li {
    font-size: 16px;
  }
}
#section01 .container .inner_wrap .step_box .step_list li span {
  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: 120px;
  height: 30px;
  font-weight: 400;
  color: #fff;
  margin: 0 20px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .step_box .step_list li span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 20px;
    font-size: 14px;
    margin: 0 0 10px;
  }
}
#section01 .container .inner_wrap .step_box .step_list li span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0061a4;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .step_box .step_list li span::before {
    left: -6px;
  }
}
#section01 .container .inner_wrap .step_box .step_list li:not(:last-child) {
  margin: 0 0 35px;
}
#section01 .container .inner_wrap .step_box .step_list li:not(:last-child)::before {
  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;
  position: absolute;
  content: "\e801";
  font-size: 20px;
  color: #a5dfee;
  left: 53px;
  bottom: -30px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .step_box .step_list li:not(:last-child)::before {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
#section01 .container .inner_wrap .step_content:not(:last-child) {
  margin: 0 0 60px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .step_content:not(:last-child) {
    margin: 0 0 40px;
  }
}
#section01 .container .inner_wrap .step_content .step_title {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
  padding: 0 0 0 7px;
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .step_content .step_title {
    font-size: 20px;
    padding: 0;
  }
}
#section01 .container .inner_wrap .step_content .step_title span {
  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: 160px;
  height: 35px;
  font-weight: 400;
  color: #fff;
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .step_content .step_title span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 120px;
    height: 25px;
    font-size: 16px;
    margin: 0 0 12px;
  }
}
#section01 .container .inner_wrap .step_content .step_title span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #0061a4;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
  z-index: -1;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .step_content .step_title {
    margin: 0 0 30px;
  }
}
#section01 .container .inner_wrap .step_content figure {
  text-align: center;
}
#section01 .container .inner_wrap .step_content figure .figure_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#section01 .container .inner_wrap .step_content figure .figure_wrap .pic {
  width: calc(50% - 15px);
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .step_content figure .figure_wrap .pic {
    width: calc(50% - 5px);
  }
}
#section01 .container .inner_wrap .step_content figure figcaption {
  margin: 16px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .step_content figure figcaption {
    margin: 12px 0 0;
  }
}
#section01 .container .inner_wrap .step_content .comment_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#section01 .container .inner_wrap .step_content .comment_box figure {
  width: 150px;
  min-width: 150px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .step_content .comment_box figure {
    width: 50px;
    min-width: 50px;
    margin: 0 20px 0 0;
  }
  #section01 .container .inner_wrap .step_content .comment_box figure figcaption {
    font-size: 12px;
  }
}
#section01 .container .inner_wrap .step_content .comment_box .balloon {
  position: relative;
  padding: 20px;
  border: 1px solid #d5d5d5;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .step_content .comment_box .balloon {
    padding: 16px 12px;
  }
}
#section01 .container .inner_wrap .step_content .comment_box .balloon::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  border-style: solid;
  border-width: 10px 20px 10px 0;
  border-color: transparent #d5d5d5 transparent transparent;
  translate: -100% -50%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .step_content .comment_box .balloon::before {
    top: 30px;
  }
}
#section01 .container .inner_wrap .step_content .comment_box .balloon::after {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  border-style: solid;
  border-width: 8.9px 17.8px 8.9px 0;
  border-color: transparent #fffffa transparent transparent;
  translate: -100% -50%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .step_content .comment_box .balloon::after {
    top: 30px;
  }
}
#section01 .container .inner_wrap .step_content .comment_box .balloon p:not(:last-child) {
  margin: 0 0 16px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .step_content .comment_box .balloon p:not(:last-child) {
    margin: 0 0 14px;
  }
}
#section01 .container .inner_wrap .step_content .comment_box .balloon p.dotted {
  margin: 0;
}
#section01 .container .inner_wrap .step_content .figure_wrap_single {
  text-align: center;
}
#section01 .container .inner_wrap .step_content .figure_wrap_single .pic {
  text-align: center;
}
#section01 .container .inner_wrap .step_content .right {
  text-align: right;
}