@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: #a5dfee;
}
#section01 .container .title_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 40px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .title_box strong {
    font-size: 22px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container .title_box strong {
    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 h3 {
  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 h3 {
    font-size: 22px;
  }
}
#section01 .container .inner_wrap h3::before, #section01 .container .inner_wrap h3::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 h3::before, #section01 .container .inner_wrap h3::after {
    width: 10px;
    height: 26px;
  }
}
#section01 .container .inner_wrap h3::before {
  margin-right: 16px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap h3::before {
    margin-right: 10px;
  }
}
#section01 .container .inner_wrap h3::after {
  margin-left: 16px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap h3::after {
    margin-left: 10px;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap h3 {
    margin: 0 0 20px;
  }
}
#section01 .container .inner_wrap h3::before, #section01 .container .inner_wrap h3::after {
  background: #a5dfee;
}
#section01 .container .inner_wrap .products_list .pic_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 30px 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .products_list .pic_wrap {
    margin: 20px 0;
  }
}
#section01 .container .inner_wrap .products_list .pic_wrap .pic {
  width: 163px;
  min-width: 163px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .products_list .pic_wrap .pic {
    width: auto;
    min-width: auto;
  }
}
#section01 .container .inner_wrap .products_list .pic_wrap .pic:not(:last-child) {
  margin: 0 30px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .products_list .pic_wrap .pic:not(:last-child) {
    margin: 0 8px 0 0;
  }
}
#section01 .container .inner_wrap .products_list .pic_wrap .pic p {
  margin: 6px 0 0;
}
#section01 .container .inner_wrap .project_box {
  margin: 80px 0 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .project_box {
    margin: 40px 0 20px;
  }
}
#section01 .container .inner_wrap .project_box h4 {
  position: relative;
  font-weight: 400;
  padding: 0 0 0 20px;
  margin: 0 0 24px;
}
#section01 .container .inner_wrap .project_box h4::before {
  position: absolute;
  content: "◆";
  left: 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .project_box h4 {
    margin: 0 0 20px;
  }
}
#section01 .container .inner_wrap .project_box h4::before {
  color: #a5dfee;
}
#section01 .container .inner_wrap .project_box .project_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .project_box .project_list {
    margin: 0 0 16px;
  }
}
#section01 .container .inner_wrap .project_box .project_list li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 323px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .project_box .project_list li {
    width: 33.3333333333%;
  }
}
#section01 .container .inner_wrap .project_box .project_list li::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: "\e800";
  display: inline-block;
  font-size: 36px;
  color: #a5dfee;
  margin: 0 8px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .project_box .project_list li::after {
    font-size: 16px;
    margin: 0 2px;
  }
}
#section01 .container .inner_wrap .project_box .project_list li:last-child::before {
  position: absolute;
  content: "…";
  font-size: 18px;
  color: #a5dfee;
  top: 50%;
  right: -20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .project_box .project_list li:last-child::before {
    font-size: 12px;
    right: -12px;
  }
}
#section01 .container .inner_wrap .project_box .project_list li figure {
  width: 100%;
  border: 1px solid #d5d5d5;
  overflow: hidden;
  border-radius: 16px;
}
#section01 .container .inner_wrap .project_box .project_list li figure figcaption {
  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;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background: #a5dfee;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .project_box .project_list li figure figcaption {
    font-size: 12px;
    height: 30px;
  }
}
@media only screen and (max-width: 380px) {
  #section01 .container .inner_wrap .project_box .project_list li figure figcaption {
    font-size: 2.4vw;
    height: 30px;
  }
}
#section01 .container .inner_wrap .project_box .project_list li figure .pic {
  padding: 14px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .project_box .project_list li figure .pic {
    padding: 6px;
  }
}
#section01 .container .inner_wrap .project_box .point_box {
  padding: 25px;
  margin: 30px 0 0;
  border: 1px solid #a5dfee;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .project_box .point_box {
    padding: 20px 16px;
    margin: 20px 0 0;
  }
}
#section01 .container .inner_wrap .project_box .point_box span {
  display: block;
  font-size: 24px;
  font-weight: 700;
  color: #a5dfee;
  letter-spacing: 2px;
  margin: 0 0 20px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .project_box .point_box span {
    font-size: 18px;
    margin: 0 0 16px;
  }
}
#section01 .container .inner_wrap .lead_box {
  margin: 0 0 40px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .lead_box {
    margin: 0 0 20px;
  }
}
#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 .img_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .img_list {
    display: block;
  }
}
#section01 .container .inner_wrap .img_list li {
  width: calc(33.3333333333% - 10px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .img_list li {
    width: 100%;
  }
  #section01 .container .inner_wrap .img_list li:not(:last-child) {
    margin: 0 0 16px;
  }
  #section01 .container .inner_wrap .img_list li figure .pic img {
    width: 100%;
  }
}
#section01 .container .inner_wrap .center {
  text-align: center;
  margin: 6px 0 0;
}
#section01 .container .inner_wrap .data_list_wrap .data_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list {
    display: block;
    margin: 0 0 16px;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li {
  position: relative;
  width: 320px;
  text-align: center;
  line-height: 1.93;
  margin: 0 20px 30px 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li {
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(3), #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(5) {
  margin: 0 0 30px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(3), #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(5) {
    margin: 0 0 20px;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li figure {
  width: 100%;
  height: 300px;
  border: 1px solid #d5d5d5;
  overflow: hidden;
  border-radius: 16px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li figure {
    height: auto;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li figure figcaption {
  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;
  height: 50px;
  font-size: 16px;
  color: #fff;
  background: #a5dfee;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li figure figcaption {
    height: 35px;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li figure .title {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin: 14px 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li figure .title {
    font-size: 14px;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li figure .title_label {
  display: block;
  font-size: 60px;
  font-weight: 400;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li figure .title_label {
    font-size: 36px;
    line-height: 1.4;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li figure .title_label p {
  display: inline-block;
  font-size: 36px !important;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li figure .title_label p {
    font-size: 20px !important;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li figure .title_label span {
  display: inline-block;
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li figure .title_label span {
    font-size: 14px;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box {
  position: relative;
  display: inline-block;
}
#section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label {
  position: absolute;
}
#section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label01, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label02, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label03, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label04 {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label01, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label02, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label03, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label04 {
    font-size: 14px;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label01 p, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label02 p, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label03 p, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label04 p {
  font-size: 36px !important;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label01 p, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label02 p, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label03 p, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label04 p {
    font-size: 24px !important;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label01 p span, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label02 p span, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label03 p span, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label04 p span {
  font-size: 24px;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label01 p span, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label02 p span, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label03 p span, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label04 p span {
    font-size: 18px;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label05, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label06, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label07, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label08 {
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label05, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label06, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label07, #section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box label.label08 {
    font-size: 18px;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li figure .graph_box canvas {
  margin: auto;
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(1) figure .graph_box .label01 {
  top: 55%;
  left: -14%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(1) figure .graph_box .label01 {
    top: 40%;
    left: -30%;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(1) figure .graph_box .label02 {
  top: 25%;
  right: -3%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(1) figure .graph_box .label02 {
    top: 15%;
    right: -15%;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(1) figure .graph_box canvas {
  margin: 43px auto 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(1) figure .graph_box canvas {
    width: 120px !important;
    height: 120px !important;
    margin: 16px auto;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(2) figure .graph_box .label01 {
  top: 32%;
  right: -6%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(2) figure .graph_box .label01 {
    top: 30%;
    right: 5%;
  }
}
@media only screen and (max-width: 768px) and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(2) figure .graph_box .label01 {
    right: -12%;
  }
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(2) figure .graph_box canvas {
    width: 120px !important;
    height: 120px !important;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(3) figure .graph_box .label01 {
  top: 15%;
  left: 3%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(3) figure .graph_box .label01 {
    top: 10%;
    left: 10%;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(3) figure .graph_box .label02 {
  top: 58%;
  right: 3%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(3) figure .graph_box .label02 {
    top: 45%;
    right: -10%;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(3) figure .graph_box canvas {
  margin: 43px auto 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(3) figure .graph_box canvas {
    width: 120px !important;
    height: 120px !important;
    margin: 16px auto;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(4) figure .graph_box .label01 {
  top: 2%;
  left: -25%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(4) figure .graph_box .label01 {
    top: 3%;
    left: -20%;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(4) figure .graph_box .label02 {
  top: 28%;
  left: -25%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(4) figure .graph_box .label02 {
    top: 29%;
    left: -20%;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(4) figure .graph_box .label03 {
  top: 53%;
  left: -25%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(4) figure .graph_box .label03 {
    top: 54%;
    left: -20%;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(4) figure .graph_box .label04 {
  top: 79%;
  left: -25%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(4) figure .graph_box .label04 {
    top: 80%;
    left: -20%;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(4) figure .graph_box .label05 {
  top: -4%;
  right: -22%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(4) figure .graph_box .label05 {
    top: 0%;
    right: -13%;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(4) figure .graph_box .label06 {
  top: 24%;
  right: -32%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(4) figure .graph_box .label06 {
    top: 27%;
    right: -24%;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(4) figure .graph_box .label07 {
  top: 48%;
  right: 6%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(4) figure .graph_box .label07 {
    top: 52%;
    right: 14%;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(4) figure .graph_box .label08 {
  top: 73%;
  right: 58%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(4) figure .graph_box .label08 {
    top: 77%;
    right: 64%;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(5) figure .graph_box .label01 {
  top: 50%;
  left: -8%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(5) figure .graph_box .label01 {
    top: 40%;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(5) figure .graph_box .label02 {
  top: 50%;
  right: -8%;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(5) figure .graph_box .label02 {
    top: 40%;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(5) figure .graph_box canvas {
  margin: 34px auto 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li:nth-child(5) figure .graph_box canvas {
    width: 120px !important;
    height: 120px !important;
    margin: 16px auto;
  }
}
#section01 .container .inner_wrap .data_list_wrap .data_list li small {
  display: block;
  font-size: 14px;
  margin: 10px 0 0;
}
@media only screen and (max-width: 768px) {
  #section01 .container .inner_wrap .data_list_wrap .data_list li small {
    font-size: 12px;
    margin: 6px 0 0;
  }
}