@charset "UTF-8";
html, body, header, main, aside, footer, section, article, nav,
h1, h2, h3, h4, h5, h6,
table, caption, tbody, tfoot, thead, tr, th, td, form, label, legend, hgroup,
figcaption, figure, img, canvas, iframe, details, summary,
code, pre, audio, video, address, time, blockquote,
div, ul, ol, li, dl, dt, dd, p, a, span, menu,
small, strong, sub, sup {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

header, main, aside, nav, footer, section, article {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

table {
  border-spacing: 0;
  border-collapse: collapse;
}

th, td {
  text-align: left;
}

ol, ul {
  list-style: none;
}

img {
  border: 0;
  vertical-align: bottom;
}

.Kaisei {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

html, body {
  width: 100%;
}

html {
  font-size: 62.5%;
}

body {
  min-width: 1200px;
  color: #333;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  font-feature-settings: "palt";
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  text-align: justify;
}

h1, h2, h3, h4 {
  text-align: left;
}

#wrap {
  display: flex;
  flex-direction: column;
  position: relative;
  min-height: 100vh;
}

.inner {
  margin: 0 auto;
  position: relative;
  width: 1200px;
}

section {
  position: relative;
}

img {
  vertical-align: bottom;
}
img[src$=".svg"] {
  max-width: 100%;
}

#contents {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  transition: opacity 0.3s;
}
a:hover {
  opacity: 0.8;
}

li {
  list-style: none;
}

sup {
  position: relative;
  top: 0.15em;
}

sub {
  position: relative;
  bottom: 0.15em;
}

.pc_hidden {
  display: none;
}

.nowrap {
  white-space: nowrap;
}

.bracket {
  text-indent: -0.5em;
}

#js_mediaFlag {
  width: 100px;
}

/*parts
-------------------------------------------------- */
.breadcrumbs {
  padding: 5px 0;
  display: flex;
}
.breadcrumbs li {
  position: relative;
  font-size: 14px;
}
.breadcrumbs li + li {
  margin-left: 15px;
  padding-left: 20px;
}
.breadcrumbs li + li::after {
  content: "/";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.entry-btn-area {
  display: flex;
  justify-content: center;
}
.entry-btn-area .consultation, .entry-btn-area .reservation {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #2384a2;
  border-radius: 50px;
  font-size: 16px;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
}
.entry-btn-area .consultation {
  color: #2384a2;
}
.entry-btn-area .reservation {
  background: #2384a2;
  color: #fff;
}
.entry-btn-area a {
  margin: auto;
}
.entry-btn-area p {
  margin-bottom: 5px;
  display: inline-block;
  position: relative;
  font-size: 16px;
  font-weight: 500;
}
.entry-btn-area p::before, .entry-btn-area p::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 17px;
  height: 23px;
}
.entry-btn-area p::before {
  background: url(/data/images/home/hukidashi-left.svg) no-repeat;
  background-size: cover;
  left: -25px;
}
.entry-btn-area p::after {
  background: url(/data/images/home/hukidashi-right.svg) no-repeat;
  background-size: cover;
  right: -25px;
}

.btn-border {
  margin-top: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 273px;
  height: 46px;
  border: 2px solid;
  position: relative;
}
.btn-border::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url(/data/images/common/arrow.svg) no-repeat;
  background-size: cover;
  width: 25px;
  height: 25px;
}

.hr-green {
  border-top: dotted 3px #2384a2;
  position: relative;
}
.hr-green::after {
  content: "";
  width: 275px;
  height: 3px;
  background: #2384a2;
  position: absolute;
  top: -3px;
  left: 0;
}

.list-disc {
  padding-left: 1.5em;
}
.list-disc li {
  list-style-type: disc;
}

.-bg-white {
  padding: 90px 103px 115px;
  background: #fff;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
  position: relative;
}
.-bg-white::before {
  position: absolute;
  content: "";
  top: -215px;
  right: -85px;
  background: url(/data/images/common/item-leaf.webp) no-repeat;
  background-size: contain;
  width: 416px;
  height: 406px;
  z-index: 2;
}

.js-inview {
  opacity: 0;
}
.js-inview.animation {
  animation: 1s fadeInUp 0s both;
}

@keyframes fadeInUp {
  0% {
    transform: translateY(5%);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*contents
-------------------------------------------------- */
.anchor {
  position: absolute;
  top: -110px;
}

#header {
  position: sticky;
  top: 0;
  z-index: 10;
  width: 100%;
  height: 110px;
  color: #333;
  background: #fff;
  box-shadow: 0 20px 27px rgba(0, 0, 0, 0.1);
}
@media only screen and (max-width: 1200px) {
  #header {
    padding: 0 0;
  }
}
#header a {
  display: flex;
  align-items: center;
  height: 100%;
}
#header .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  width: 100%;
  min-width: 1200px;
}
#header .logo {
  height: 100%;
}
#header .logo a {
  height: 100%;
  margin-left: 40px;
  width: 276px;
}
#header .header_nav {
  padding-top: 25px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  text-align: right;
  position: relative;
  right: 110px;
  height: 100%;
}
#header .header_nav .entry-btn-area p {
  display: none;
}
#header .entry-btn-area {
  padding-right: 20px;
  justify-content: flex-end;
}
#header .entry-btn-area .consultation, #header .entry-btn-area .reservation {
  padding: 5px 15px;
  font-size: 15px;
}
#header .entry-btn-area .consultation {
  margin-right: 5px;
}
#header .link_list {
  display: flex;
  justify-content: flex-end;
  flex-grow: 1;
  font-size: 16px;
}
#header .link_list a {
  padding: 0 15px 10px;
}
#header .header_menu {
  padding: 46px 42px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 110px;
  height: 100%;
  background: #006633;
  cursor: pointer;
}
#header .header_menu p {
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}
#header .header_menu > span {
  padding-bottom: 0.125em;
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  height: 0;
  background: #fff;
  line-height: 1;
  transition: 0s;
}
#header .header_menu > span.top {
  animation: menu1 0.2s forwards, both;
}
#header .header_menu > span.mid {
  opacity: 1;
}
#header .header_menu > span.btm {
  animation: menu2 0.2s forwards, both;
}
@keyframes menu1 {
  0% {
    top: 50%;
    transform: translateY(0%) rotate(0);
  }
  50% {
    transform: translateY(0%) rotate(0);
  }
  100% {
    top: 0;
    transform: translateY(0) rotate(0);
  }
}
@keyframes menu2 {
  0% {
    top: -50%;
    transform: translateY(0%) rotate(0);
  }
  50% {
    transform: translateY(0%) rotate(0);
  }
  100% {
    top: 0;
    transform: translateY(0) rotate(0);
  }
}
#header.open .header_menu {
  background: #f9f9f9;
}
#header.open .header_menu > span {
  position: absolute;
  background: #006633;
}
#header.open .header_menu > span.top {
  top: 50%;
  animation: menu3 0.2s forwards, both;
  width: 23%;
}
#header.open .header_menu > span.mid {
  opacity: 0;
}
#header.open .header_menu > span.btm {
  top: 50%;
  animation: menu4 0.2s forwards, both;
  width: 23%;
}
@keyframes menu3 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-50%) rotate(0);
  }
  100% {
    transform: translateY(-50%) rotate(45deg);
  }
}
@keyframes menu4 {
  0% {
    transform: translateY(0) rotate(0);
  }
  50% {
    transform: translateY(-50%) rotate(0);
  }
  100% {
    transform: translateY(-50%) rotate(-45deg);
  }
}
#header.open .header_menu p {
  color: #006633;
}
#header.open .sp-navigation {
  padding: 40px;
  display: block;
  background: #34855c;
  text-align: center;
}
#header.open .sp-navigation .anchor-link-area {
  margin: 30px auto;
  width: 860px;
  border-top: 1px solid #fff;
  color: #fff;
}
#header.open .sp-navigation .anchor-link-area li {
  font-size: 18px;
  border-bottom: 1px solid #6eb6a0;
}
#header.open .sp-navigation .anchor-link-area a {
  padding: 20px 0;
  position: relative;
}
#header.open .sp-navigation .anchor-link-area a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: url(/data/images/common/arrow-white.svg);
  width: 40px;
  height: 40px;
}
#header.open .sp-navigation .entry-btn-area {
  margin: 50px auto 0;
  padding: 0;
  width: 860px;
  position: relative;
  justify-content: center;
}
#header.open .sp-navigation .entry-btn-area::before {
  content: "";
  width: 900px;
  height: 140px;
  position: absolute;
  top: -20px;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 102, 51, 0.5);
}
#header.open .sp-navigation .entry-btn-area li {
  width: 100%;
  z-index: 1;
  text-align: center;
}
#header.open .sp-navigation .entry-btn-area .consultation-area {
  background: #fff;
  padding: 25px 20px 25px 35px;
}
#header.open .sp-navigation .entry-btn-area .reservation-area {
  background: #f3f8f3;
  padding: 25px 35px 25px 20px;
}
#header.open .sp-navigation .entry-btn-area a {
  margin: auto;
  width: 45%;
  height: 60px;
  padding: 15px;
  font-size: 18px;
  font-weight: 500;
}

#footer {
  margin-top: auto;
  background: url(/data/images/common/footer-bg.webp) no-repeat center;
  background-size: cover;
}
#footer .inner {
  text-align: center;
  padding: 35px 0 35px;
}
#footer img {
  height: auto;
}
#footer .entry-btn-area {
  margin: 10px auto 0;
  width: 994px;
  position: relative;
}
#footer .entry-btn-area li {
  width: 100%;
  z-index: 1;
  text-align: center;
}
#footer .entry-btn-area p {
  margin-bottom: 7px;
}
#footer .entry-btn-area .consultation-area {
  background: #fff;
  padding: 20px 60px 30px;
}
#footer .entry-btn-area .reservation-area {
  background: #f3f8f3;
  padding: 20px 60px 30px;
}
#footer .entry-btn-area a {
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
  width: 45%;
}
#footer .copyright {
  padding: 15px 0px;
  color: #fff;
  background: #000;
  text-align: center;
  font-size: 14px;
}

body {
  color: #333;
}

.-bg-lightgreen {
  background: #f3f8f3;
  z-index: 0;
}

.home h2 {
  margin-bottom: 40px;
  font-size: 48px;
  font-weight: bold;
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 125%;
}
.home h2 span {
  color: #fff;
  position: relative;
}
.home h2 span::after {
  content: "";
  position: absolute;
  background: 0;
  width: 100%;
  height: 59px;
  background: #2384a2;
  left: 0;
  top: 50%;
  transform: translateY(-47%);
  z-index: -1;
}
.home h3 {
  margin-bottom: 5px;
  padding-top: 10px;
  font-size: 28px;
  font-weight: bold;
  line-height: 171.4285714286%;
}
.home #kv {
  background: url(/data/images/home/kv-bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
}
.home #kv h1 {
  padding: 105px 0 120px;
  text-align: center;
}
.home #kv .entry-btn-area {
  margin: auto;
  width: 860px;
  position: relative;
  bottom: -70px;
}
.home #kv .entry-btn-area::before {
  content: "";
  width: 900px;
  height: 140px;
  position: absolute;
  top: -20px;
  z-index: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(35, 135, 162, 0.5);
}
.home #kv .entry-btn-area li {
  width: 100%;
  z-index: 1;
  text-align: center;
}
.home #kv .entry-btn-area .consultation-area {
  background: #fff;
  padding: 25px 20px 25px 35px;
}
.home #kv .entry-btn-area .reservation-area {
  background: #f3f8f3;
  padding: 25px 35px 25px 20px;
}
.home #kv .entry-btn-area a {
  margin: auto;
  width: 45%;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 500;
}
.home .read-wrap {
  padding: 122px 0 50px;
  background: linear-gradient(#2384a2, #00a364);
  text-align: center;
}
.home .read-wrap p {
  font-size: 22px;
  font-weight: bold;
  line-height: 190.9090909091%;
  color: #fff;
}
.home .read-wrap .large-text {
  font-size: 28px;
}
.home .info-section {
  padding: 75px 0 80px;
  z-index: 1;
}
.home .info-section > .inner {
  display: flex;
  justify-content: space-between;
}
.home .info-section h2 {
  width: 20%;
}
.home .info-section .info-list-area {
  width: 68.5%;
}
.home .mission-section {
  padding: 80px 0 85px;
  position: relative;
}
.home .mission-section::before {
  content: "";
  background: url(/data/images/common/item-leaf.webp) no-repeat;
  background-size: contain;
  width: 461px;
  height: 463px;
  position: absolute;
  top: -163px;
  left: 50%;
  transform: translateX(53%);
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}
.home .mission-section.animation::before {
  opacity: 1;
}
.home .mission-section .mission-area {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.home .mission-section .mission-area::before {
  content: "";
  background: url(/data/images/home/map-wakayama.webp) no-repeat;
  width: 404px;
  height: 455px;
  position: absolute;
  top: 251px;
  left: -48px;
}
.home .mission-section h3 {
  width: 30%;
  line-height: 150%;
}
.home .mission-section .white-box {
  margin-top: 25px;
  padding: 35px 40px;
  width: 824px;
  background: #fff;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
}
.home .mission-section .mission-list {
  padding: 30px 40px 35px;
  background: #f2f7f5;
  display: flex;
  justify-content: space-between;
}
.home .mission-section .mission-list.mission-list {
  margin-top: 5px;
}
.home .mission-section .mission-list:last-of-type {
  position: relative;
}
.home .mission-section .mission-list:last-of-type::after {
  content: "";
  height: 18px;
  width: 36px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #f2f7f5;
  bottom: -18px;
}
.home .mission-section .mission-list dt {
  width: 27%;
  font-size: 22px;
  font-weight: bold;
  color: #2384a2;
}
.home .mission-section .mission-list dd {
  margin-top: 5px;
  width: 72%;
  text-align: justify;
}
.home .mission-section .mission-list .mission-list-title {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: bold;
  line-height: 125%;
}
.home .mission-section .mission-list .mission-list-title span {
  background-color: #ffff00;
}
.home .mission-section .emphasize-text {
  margin: 50px auto 55px;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
}
.home .mission-section .mission-content-area {
  padding: 60px 30px 40px;
  display: flex;
  justify-content: space-between;
  background: url(/data/images/home/mission-content-bg.webp) no-repeat;
  background-size: cover;
  position: relative;
}
.home .mission-section .mission-content-area::after {
  content: "";
  height: 18px;
  width: 36px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  top: 0;
}
.home .mission-section .mission-content-list {
  padding: 30px 0 40px;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  width: 48.5%;
}
.home .mission-section .mission-content-list dt {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
  color: #2384a2;
}
.home .mission-section .mission-content-list dd {
  font-size: 18px;
  line-height: 125%;
}
.home .program-section {
  padding: 75px 0 90px;
}
.home .program-section .-bg-green-stripe {
  margin-top: 65px;
  padding: 40px 0 60px;
  position: relative;
}
.home .program-section .-bg-green-stripe::after, .home .program-section .-bg-green-stripe::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.home .program-section .-bg-green-stripe::after {
  width: 89%;
  height: 100%;
  top: 0;
  background-image: repeating-linear-gradient(90deg, #2384a2, #2384a2 4px, #308ba8 4px, #308ba8 8px);
  z-index: -1;
  opacity: 0;
  transition: opacity 1s ease-in-out;
  transition-delay: 0.5s;
}
.home .program-section .-bg-green-stripe::before {
  background: url(/data/images/home/bottom-arrow.svg) no-repeat;
  background-size: cover;
  bottom: 0;
  width: 100%;
  height: 19px;
}
.home .program-section .-bg-green-stripe.animation::after {
  opacity: 1;
}
.home .program-section .kickoff-main-area {
  margin-bottom: 20px;
  padding: 60px 65px;
  background: #fff;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
}
.home .program-section h3 {
  margin-bottom: 25px;
}
.home .program-section .kickoff-area {
  display: flex;
  position: relative;
  align-items: center;
}
.home .program-section .kickoff-img {
  width: 515px;
}
.home .program-section .kickoff-img img {
  width: 100%;
  height: auto;
}
.home .program-section .kickoff-text {
  padding-left: 40px;
  width: 555px;
}
.home .program-section .kickoff-text .kickoff-title {
  padding-bottom: 25px;
  font-size: 18px;
  font-weight: bold;
  line-height: 125%;
  border-bottom: 2px solid #000;
}
.home .program-section .kickoff-text dl {
  padding: 10px 0;
  display: flex;
  border-bottom: dotted 2px #ccc;
  font-size: 16px;
}
.home .program-section .kickoff-text dl dt {
  padding-left: 30px;
  display: flex;
  align-items: center;
  width: 20%;
  font-weight: 500;
  position: relative;
}
.home .program-section .kickoff-text dl dt::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
}
.home .program-section .kickoff-text dl dd {
  width: 80%;
}
.home .program-section .kickoff-time dt::after {
  background: url(/data/images/home/icon-time.svg) no-repeat;
  background-size: cover;
  height: 22px;
}
.home .program-section .kickoff-form dt::after {
  background: url(/data/images/home/icon-form.svg) no-repeat;
  background-size: cover;
  height: 26px;
}
.home .program-section .kickoff-speaker dt::after {
  background: url(/data/images/home/icon-speaker.svg) no-repeat;
  background-size: cover;
  height: 22px;
}
.home .program-section .event-list-area {
  display: flex;
  justify-content: space-between;
}
.home .program-section .event-list-area > li {
  margin-top: 60px;
  width: 376px;
  background: #fff;
  box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
  position: relative;
}
.home .program-section .event-list-area > li::after {
  top: -60px;
  content: "";
  height: 18px;
  width: 36px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}
.home .program-section .event-list-area a {
  display: block;
}
.home .program-section .event-img {
  height: 212px;
}
.home .program-section .event-img img {
  width: 100%;
  height: auto;
}
.home .program-section .event-text {
  padding: 15px 25px 25px;
  position: relative;
}
.home .program-section .event-text dt {
  margin-bottom: 25px;
  text-align: center;
}
.home .program-section .event-text dd {
  text-align: justify;
}
.home .program-section .event-text dd ul {
  padding-left: 1.5em;
}
.home .program-section .event-text dd ul li {
  list-style-type: disc;
}
.home .program-section .event-main-text {
  margin-bottom: 8px;
  font-size: 32px;
  font-weight: bold;
  line-height: 150%;
  letter-spacing: -0.05em;
  color: #2384a2;
}
.home .program-section .event-main-text small {
  margin-left: 0.5em;
  font-size: 18px;
}
.home .program-section .event-sub-text {
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
}
.home .program-section .circle-point {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  right: 10px;
  top: -50px;
  width: 80px;
  height: 80px;
  font-weight: bold;
  background: #ffff00;
  border-radius: 100px;
  letter-spacing: -2px;
}
.home .program-section .circle-point span {
  margin: 0 3px 10px;
  font-size: 36px;
}
.home .program-section .marker-area {
  margin-top: 32px;
  text-align: center;
}
.home .program-section .marker-text {
  padding-bottom: 10px;
  display: inline;
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
  color: #2384a2;
  position: relative;
  background: linear-gradient(transparent 50%, #ffff00 30%);
}
.home .case-studies-section {
  padding: 80px 0 80px;
}
.home .case-studies-section .case-studies-read {
  font-size: 28px;
  line-height: 214.2857142857%;
  font-weight: bold;
}
.home .case-studies-section .case-studies-annotation {
  margin-top: -10px;
  font-size: 14px;
}
.home .case-studies-section .btn-border {
  margin: auto;
}
.home .potential-section {
  padding: 80px 0 358px;
}

.case-studies-list {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
}
.case-studies-list li {
  margin-bottom: 35px;
  margin-right: 35px;
  width: 376px;
}
.case-studies-list li:nth-of-type(3n) {
  margin-right: 0;
}

.case-studies-text {
  margin-top: 10px;
}
.case-studies-text dt {
  margin-bottom: 5px;
  font-size: 22px;
  line-height: 125%;
  font-weight: bold;
}
.case-studies-text dd {
  font-size: 16px;
}
.case-studies-text .tag-area {
  margin-top: 15px;
}
.case-studies-text .tag-area span {
  margin: 0 5px 5px 0;
  padding: 8px;
  display: inline-block;
  font-size: 14px;
  border: 1px solid #999;
  border-radius: 5px;
  line-height: 1;
}
.case-studies-text .tag-area span:last-of-type {
  margin-right: 0;
}

.case-studies {
  background: #f9f9f9;
}
.case-studies .case-studies-section {
  margin-bottom: 40px;
  position: relative;
}
.case-studies .case-studies-section .inner {
  position: relative;
}
.case-studies .case-studies-section .inner::before {
  position: absolute;
  content: "";
  top: -145px;
  right: -45px;
  background: url(/data/images/common/item-leaf.webp) no-repeat;
  background-size: contain;
  width: 467px;
  height: 463px;
  z-index: 2;
}
.case-studies h1 {
  margin: 95px 0 100px;
  font-size: 48px;
  font-weight: bold;
}
.case-studies .main-read {
  font-size: 28px;
  font-weight: bold;
}
.case-studies .main-read + p {
  font-size: 14px;
}
.case-studies .case-studies-list {
  margin-top: 60px;
}
.case-studies .case-studies-list li {
  margin-bottom: 75px;
}

.case-studies-detail-section {
  margin: 75px 0 120px;
}
.case-studies-detail-section h1 {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: bold;
  color: #2384a2;
  line-height: 150%;
}
.case-studies-detail-section h2 {
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: bold;
  line-height: 171.4285714286%;
}
.case-studies-detail-section h3 {
  margin-bottom: 15px;
  font-size: 22px;
  font-weight: bold;
  color: #2384a2;
}
.case-studies-detail-section .numbering {
  font-weight: bold;
  color: #2384a2;
  counter-increment: listnum;
  line-height: 1;
}
.case-studies-detail-section .numbering::before {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #2384a2;
  border-radius: 50px;
  content: counter(listnum, decimal-leading-zero);
}
.case-studies-detail-section .case-studies-detail-read {
  margin-bottom: 75px;
  font-size: 18px;
  line-height: 177.7777777778%;
}
.case-studies-detail-section .main-visual {
  margin-bottom: 30px;
  width: 100%;
}
.case-studies-detail-section .company-area {
  margin-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #333;
}
.case-studies-detail-section .company-area .company-logo {
  width: 250px;
}
.case-studies-detail-section .company-area .company-text {
  margin-top: -15px;
  width: 720px;
}
.case-studies-detail-section .company-area .company-name {
  margin-bottom: -5px;
  font-size: 22px;
  font-weight: bold;
  line-height: 218.1818181818%;
}
.case-studies-detail-section .company-area .tag-area {
  margin-top: 15px;
  display: inline-flex;
}
.case-studies-detail-section .company-area .tag-area span {
  padding: 4px 14px;
  font-size: 14px;
  border-radius: 5px;
  border: 1px solid #999;
}
.case-studies-detail-section .company-area .tag-area span + span {
  margin-left: 5px;
}
.case-studies-detail-section .company-info-area {
  margin-bottom: 60px;
  padding: 22px 0 55px;
  border: 2px solid #000;
  border-right: none;
  border-left: none;
}
.case-studies-detail-section .company-info-area .company-info-title {
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: bold;
}
.case-studies-detail-section .company-info-area .company-info-list {
  display: flex;
  justify-content: space-between;
}
.case-studies-detail-section .company-info-area .list-area {
  width: 48%;
}
.case-studies-detail-section .company-info-area .list-area dl {
  padding: 11px 0;
  display: flex;
  border-bottom: 1px dotted #cfcfcf;
}
.case-studies-detail-section .company-info-area .list-area dl:first-of-type {
  border-top: 1px dotted #cfcfcf;
}
.case-studies-detail-section .company-info-area .list-area dt {
  width: 22%;
}
.case-studies-detail-section .company-info-area .list-area dd {
  width: 78%;
}
.case-studies-detail-section .company-info-area .list-area dd ul {
  padding-left: 1.5em;
}
.case-studies-detail-section .company-info-area .list-area dd li {
  list-style-type: disc;
}
.case-studies-detail-section .company-info-area .list-area dd li + li {
  margin-top: 5px;
}
.case-studies-detail-section .table-of-contents-area {
  margin-bottom: 80px;
  padding: 10px 35px 40px;
  background: #f2f7f5;
}
.case-studies-detail-section .table-of-contents-area h2 {
  margin-bottom: 10px;
}
.case-studies-detail-section .table-of-contents-area .table-of-contents-list {
  counter-reset: listnum;
}
.case-studies-detail-section .table-of-contents-area .table-of-contents-list li + li {
  margin-top: 6px;
}
.case-studies-detail-section .table-of-contents-area .table-of-contents-list a {
  padding: 15px 70px;
  display: block;
  background: #fff;
  position: relative;
}
.case-studies-detail-section .table-of-contents-area .table-of-contents-list a::after {
  content: "";
  background: url(/data/images/common/arrow-down.svg);
  width: 30px;
  height: 30px;
  position: absolute;
  right: 45px;
  top: 50%;
  transform: translateY(-50%);
}
.case-studies-detail-section .table-of-contents-area .table-of-contents-list .numbering::before {
  margin-right: 5px;
  width: 60px;
  height: 20px;
  font-size: 13px;
}
.case-studies-detail-section .table-of-contents-area .table-of-contents-list .table-of-contents-title {
  font-size: 22px;
  font-weight: 500;
}
.case-studies-detail-section .point-list > li {
  padding-top: 20px;
  counter-increment: listnum;
}
.case-studies-detail-section .point-list > li + li {
  margin-top: 80px;
}
.case-studies-detail-section .point-list .numbering {
  counter-increment: auto;
}
.case-studies-detail-section .point-list .numbering::before {
  margin-right: 5px;
  width: 60px;
  height: 20px;
  font-size: 13px;
}
.case-studies-detail-section .point-list h2 {
  margin-bottom: 50px;
}
.case-studies-detail-section .check-list {
  margin-bottom: 35px;
  padding: 25px 65px;
  background: #f8f8f8;
}
.case-studies-detail-section .check-list > li {
  padding: 17px 0 17px 45px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
  line-height: 111.1111111111%;
  letter-spacing: -0.04em;
}
.case-studies-detail-section .check-list > li::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  background: url(/data/images/common/check.svg);
  width: 30px;
  height: 30px;
}
.case-studies-detail-section .check-list li + li {
  border-top: 1px dotted #2384a2;
}
.case-studies-detail-section .check-list .list-disc {
  margin-top: 0.5em;
  font-weight: normal;
  font-size: 16px;
}
.case-studies-detail-section .two-columns-box {
  margin-bottom: 40px;
  display: flex;
}
.case-studies-detail-section .two-columns-box > div {
  padding: 32px 40px;
  background: #f2f7f5;
  width: 50%;
}
.case-studies-detail-section .two-columns-box > div:nth-child(even) {
  background: #e6efeb;
}
.case-studies-detail-section .two-columns-box b {
  margin-bottom: 10px;
  display: block;
  font-size: 18px;
  font-weight: bold;
  line-height: 125%;
}
.case-studies-detail-section .two-columns-box .list-title {
  margin-bottom: 5px;
  font-weight: 500;
}
.case-studies-detail-section .two-columns-box ul {
  margin-bottom: 10px;
  padding-left: 1.5em;
  font-size: 16px;
}
.case-studies-detail-section .two-columns-box ul li {
  list-style-type: disc;
}
.case-studies-detail-section .two-columns-box img {
  margin: 30px 0 25px;
  width: 100%;
  height: auto;
}
.case-studies-detail-section .boarder-green-box {
  padding: 30px 35px;
  border: 4px solid #2384a2;
  position: relative;
}
.case-studies-detail-section .boarder-green-box b {
  display: block;
}
.case-studies-detail-section .boarder-green-box::after {
  content: "";
  background-image: repeating-linear-gradient(90deg, #66cc99, #66cc99 4px, transparent 4px, transparent 6px), repeating-linear-gradient(180deg, #66cc99, #66cc99 4px, transparent 4px, transparent 6px), repeating-linear-gradient(90deg, #66cc99, #66cc99 4px, transparent 4px, transparent 6px), repeating-linear-gradient(180deg, #66cc99, #66cc99 4px, transparent 4px, transparent 6px);
  background-position: left top, right top, left bottom, left top;
  background-repeat: repeat-x, repeat-y, repeat-x, repeat-y;
  background-size: 100% 1px, 1px 100%, 100% 1px, 1px 100%;
  position: absolute;
  top: 5px;
  left: 5px;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
.case-studies-detail-section .boarder-green-box p + b {
  margin-top: 1em;
}
.case-studies-detail-section .list-bold-text {
  margin-bottom: 30px;
  padding-left: 1.5em;
  font-size: 18px;
  font-weight: bold;
  line-height: 150%;
}
.case-studies-detail-section .list-bold-text li {
  list-style-type: disc;
}
.case-studies-detail-section .list-horizontalbar {
  margin-top: 5px;
  padding-left: 1em;
  font-weight: normal;
}
.case-studies-detail-section .list-horizontalbar li {
  list-style-type: "ー ";
}
.case-studies-detail-section .full-siz-img {
  display: block;
  margin-bottom: 40px;
  border: 1px solid #ccc;
}
.case-studies-detail-section .comment-area {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}
.case-studies-detail-section .comment-area + .numbering {
  margin-top: 5em;
}
.case-studies-detail-section .comment-area .comment-img {
  width: 376px;
  text-align: center;
}
.case-studies-detail-section .comment-area .comment-position {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1;
}
.case-studies-detail-section .comment-area .comment-name {
  font-size: 18px;
  font-weight: bold;
}
.case-studies-detail-section .comment-area .comment-text {
  margin-top: -8px;
  width: 582px;
}
.case-studies-detail-section .comment-area p {
  text-indent: 1em;
}

.information-list {
  margin: -20px 0 30px;
}
.information-list li {
  background-image: repeating-linear-gradient(90deg, #cccccc, #cccccc 4px, transparent 4px, transparent 6px);
  background-position: left bottom;
  background-repeat: repeat-x;
  background-size: 100% 1px;
}
.information-list a {
  padding: 25px 0;
  display: flex;
  justify-content: space-between;
}
.information-list .no-link {
  cursor: auto;
}
.information-list .no-link:hover {
  opacity: 1;
}

.information-day {
  width: 105px;
  font-weight: 400;
}

.information-text {
  width: calc(100% - 105px);
}

.pagination {
  margin: 65px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination button {
  margin: 0;
  padding: 0 10px;
  border: none;
  background: none;
  box-sizing: border-box;
}
.pagination .pager {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination i, .pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 1;
  position: relative;
}
.pagination i:hover, .pagination i.active, .pagination li:hover, .pagination li.active {
  background: #2384a2;
  border: 2px solid #2384a2;
  color: #fff;
}
.pagination .icon-arrow-left::after, .pagination .icon-more::after, .pagination .icon-arrow-right::after {
  position: absolute;
  content: "";
}
.pagination .icon-arrow-left, .pagination .icon-arrow-right {
  border: 2px solid #000;
}
.pagination .icon-arrow-left::after, .pagination .icon-arrow-right::after {
  background: url(/data/images/common/arrow.svg) no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
}
.pagination .icon-arrow-left:hover::after, .pagination .icon-arrow-right:hover::after {
  background: url(/data/images/common/arrow-white.svg) no-repeat;
  background-size: cover;
}
.pagination .icon-arrow-left::after {
  transform: scale(-1, 1);
}

.information {
  background: #f9f9f9;
}

.information-section {
  padding-bottom: 120px;
  position: relative;
}
.information-section .-bg-white {
  padding: 90px 103px 70px;
}
.information-section .-bg-white::before {
  top: -280px;
  right: -18px;
}
.information-section h1 {
  margin: 95px 0 110px;
  font-size: 48px;
  font-weight: bold;
}

.information-detail-section {
  padding: 75px 0 120px;
}
.information-detail-section .-bg-white {
  padding: 75px 103px 70px;
}
.information-detail-section .-bg-white::before {
  top: -227px;
  right: -107px;
}
.information-detail-section .-bg-white h1 {
  margin: 15px 0 50px;
  font-size: 32px;
  line-height: 150%;
  font-weight: bold;
  color: #2384a2;
}
.information-detail-section .-bg-white img {
  margin: 50px 0;
  display: block;
  width: 100%;
  height: auto;
}
.information-detail-section .-bg-white h2 {
  margin: 45px 0 25px;
  font-size: 28px;
  font-weight: bold;
  line-height: 150%;
}
.information-detail-section .-bg-white p + p {
  margin-top: 1em;
}
.information-detail-section .-bg-white a {
  margin: 15px 0;
  padding-left: 2.5em;
  position: relative;
  display: inline-block;
}
.information-detail-section .-bg-white a:first-of-type {
  margin-top: 55px;
}
.information-detail-section .-bg-white a::before {
  content: "";
  background: url(/data/images/common/arrow-circle.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 31px;
  height: 31px;
  position: absolute;
  left: 0;
}
.information-detail-section .-bg-white a[target=_blank]::after {
  margin-left: 0.5em;
  content: "";
  background: url(/data/images/common/link-outside.svg) no-repeat;
  background-size: cover;
  display: inline-block;
  width: 16px;
  height: 12px;
}
.information-detail-section .btn-border {
  margin: 60px auto 0;
}

@media only screen and (max-width: 750px) {
  :root {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  html.is-fixed {
    height: 100%;
    overflow: hidden;
  }
  body {
    min-width: 0;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .inner {
    padding: 0 5.3333333333%;
    width: 100%;
  }
  img {
    width: 100%;
    height: auto;
  }
  .pc_hidden {
    display: block;
  }
  .sp_hidden {
    display: none !important;
  }
  #js_mediaFlag {
    width: 1px;
  }
  /*parts
  -------------------------------------------------- */
  .breadcrumbs {
    padding: 2.6666666667% 5.3333333333%;
    flex-wrap: wrap;
  }
  .breadcrumbs li {
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .breadcrumbs li + li {
    margin-left: 1.0714285714em;
    padding-left: 1.4285714286em;
  }
  .entry-btn-area .consultation, .entry-btn-area .reservation {
    border: 0.0625em solid #2384a2;
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
  .entry-btn-area p {
    margin-bottom: 0.46875em;
    font-size: 16px;
    font-size: 4.2666666667vw;
    font-weight: 400;
  }
  .entry-btn-area p::before, .entry-btn-area p::after {
    width: 0.625em;
    height: 1.125em;
  }
  .entry-btn-area p::before {
    left: -0.78125em;
  }
  .entry-btn-area p::after {
    right: -0.78125em;
  }
  .btn-border {
    margin-top: 2.03125em;
    width: 15em;
    height: 2.5em;
    border: 0.09375em solid;
  }
  .btn-border::after {
    width: 1.5625em;
    height: 1.5625em;
  }
  .-bg-white {
    padding: 12.6865671642% 5.9701492537% 11.1940298507%;
  }
  .-bg-white::before {
    top: -7.65625em;
    right: -5em;
    width: 13.4375em;
    height: 14.4375em;
    background-size: contain;
  }
  /*contents
  -------------------------------------------------- */
  .anchor {
    position: absolute;
    top: -3.75rem;
  }
  #header {
    height: 3.75rem;
  }
  #header .inner {
    padding: 0;
    min-width: 100%;
  }
  #header .logo a {
    font-size: 13px;
    font-size: 3.4666666667vw;
    margin-left: 1.3461538462em;
    width: 15em;
  }
  #header .header_menu {
    padding: 1.40625em 1.3125em;
    width: 3.75em;
    height: 3.75em;
  }
  #header .header_menu p {
    font-size: 9px;
    font-size: 2.4vw;
    bottom: 0.8333333333em;
  }
  #header .header_nav {
    margin-top: 2.8125em;
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 2.8125em);
    overflow: scroll;
    background: #fff;
  }
  #header .sp-navigation {
    display: none;
  }
  #header.open .header_menu > span.top {
    width: 30%;
  }
  #header.open .header_menu > span.btm {
    width: 30%;
  }
  #header.open .sp-navigation {
    padding: 5.3333333333% 5.3333333333% 21.3333333333%;
    height: 100vh;
    overflow-y: scroll;
  }
  #header.open .sp-navigation .anchor-link-area {
    margin: 26.1194029851% auto 0;
    width: 100%;
  }
  #header.open .sp-navigation .anchor-link-area li {
    font-size: 21px;
    font-size: 5.6vw;
    font-weight: bold;
  }
  #header.open .sp-navigation .anchor-link-area a {
    padding: 3.7313432836% 0;
  }
  #header.open .sp-navigation .anchor-link-area a::after {
    right: -0.3125em;
    width: 1.25em;
    height: 1.25em;
  }
  #header.open .sp-navigation .entry-btn-area {
    margin: 17.1641791045% auto 0;
    padding: 0 5.9701492537%;
    width: 100%;
    flex-wrap: wrap;
    box-shadow: none;
  }
  #header.open .sp-navigation .entry-btn-area::before {
    width: 100%;
    height: 104%;
    top: -1.5625em;
  }
  #header.open .sp-navigation .entry-btn-area li {
    width: 100%;
    z-index: 1;
    text-align: center;
  }
  #header.open .sp-navigation .entry-btn-area .consultation-area {
    padding: 0.625em 1.5625em;
  }
  #header.open .sp-navigation .entry-btn-area .reservation-area {
    padding: 0.625em 1.5625em;
  }
  #header.open .sp-navigation .entry-btn-area a {
    padding: 0.46875em 0;
    font-size: 16px;
    font-size: 4.2666666667vw;
    width: 100%;
  }
  #header .link_list {
    padding: 1.40625em 1.25em 5em;
    display: block;
    height: auto;
  }
  #header .link_list li + li {
    margin-top: 1.5625em;
  }
  #header .link_list a {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 100%;
    height: 3.984375em;
    font-size: 12.8px;
    font-size: 3.4133333333vw;
    letter-spacing: -0.06em;
  }
  #header.fixed + #contentsWrapRim {
    padding-top: 0;
  }
  #footer {
    padding: 10.6666666667% 0 0;
    background: url(/data/images/common/footer-bg-sp.webp) no-repeat center;
    background-size: cover;
  }
  #footer .inner {
    padding: 0 10.6666666667%;
  }
  #footer .entry-btn-area {
    margin: 1.6949152542% auto 13.5593220339%;
    padding: 0;
    width: 100%;
    flex-wrap: wrap;
  }
  #footer .entry-btn-area li {
    width: 100%;
    z-index: 1;
    text-align: center;
  }
  #footer .entry-btn-area p {
    margin-bottom: 0.46875em;
  }
  #footer .entry-btn-area .consultation-area {
    padding: 0.625em 0.78125em 0.9375em;
  }
  #footer .entry-btn-area .reservation-area {
    padding: 0.625em 0.78125em 0.9375em;
  }
  #footer .entry-btn-area a {
    padding: 0.375em 0;
    font-size: 16px;
    font-size: 4.2666666667vw;
    width: 100%;
  }
  #footer .copyright {
    padding: 0.7142857143em 0px;
    font-size: 10.5px;
    font-size: 2.8vw;
    font-weight: normal;
  }
}
@media only screen and (max-width: 750px) {
  .home h2 {
    margin-bottom: 1em;
    font-size: 30px;
    font-size: 8vw;
    line-height: 125%;
  }
  .home h2 span {
    display: inline-block;
  }
  .home h2 span::after {
    height: 85%;
    transform: translateY(-47%);
  }
  .home h3 {
    margin-bottom: 0.7608695652em;
    padding-top: 0.2173913043em;
    font-size: 23px;
    font-size: 6.1333333333vw;
    line-height: 1.5em;
  }
  .home #kv {
    background: url(/data/images/home/kv-bg-sp.webp) no-repeat;
    background-size: cover;
    background-position: center top;
  }
  .home #kv .inner {
    padding: 0 2.6666666667%;
  }
  .home #kv h1 {
    padding: 34.6666666667% 0 1.3333333333%;
    text-align: center;
  }
  .home #kv .entry-btn-area {
    padding: 0 8.5333333333%;
    width: 100%;
    flex-wrap: wrap;
    box-shadow: none;
    bottom: -8.59375em;
  }
  .home #kv .entry-btn-area::before {
    width: 94%;
    height: 104%;
    top: -1.25em;
  }
  .home #kv .entry-btn-area li {
    width: 100%;
    z-index: 1;
    text-align: center;
    box-shadow: 0 0 27px rgba(0, 0, 0, 0.1);
  }
  .home #kv .entry-btn-area .consultation-area {
    padding: 0.625em 0.78125em 0.78125em;
  }
  .home #kv .entry-btn-area .reservation-area {
    padding: 0.625em 0.78125em 0.78125em;
  }
  .home #kv .entry-btn-area a {
    padding: 0.4117647059em 0;
    font-size: 17px;
    font-size: 4.5333333333vw;
    width: 100%;
  }
  .home .read-wrap {
    padding: 46% 0 9.3333333333%;
  }
  .home .read-wrap p {
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 150%;
  }
  .home .read-wrap .large-text {
    font-size: 21px;
    font-size: 5.6vw;
  }
  .home .info-section {
    padding: 13.3333333333% 0;
  }
  .home .info-section > .inner {
    flex-wrap: wrap;
  }
  .home .info-section h2 {
    width: 100%;
  }
  .home .info-section .info-list-area {
    width: 100%;
  }
  .home .mission-section {
    padding: 12% 0 13.3333333333%;
  }
  .home .mission-section::before {
    width: 14.59375em;
    height: 14.46875em;
    top: -7.59375em;
    left: auto;
    right: -0.53125em;
    transform: translateX(0);
  }
  .home .mission-section .mission-area {
    flex-wrap: wrap;
  }
  .home .mission-section .mission-area::before {
    display: none;
  }
  .home .mission-section h3 {
    width: 100%;
  }
  .home .mission-section .white-box {
    margin-top: 25px;
    padding: 1.25em 1.25em;
    width: 100%;
  }
  .home .mission-section .mission-list {
    padding: 1.5625em 1.25em 1.71875em;
    flex-wrap: wrap;
  }
  .home .mission-section .mission-list.mission-list {
    margin-bottom: 0.3125em;
    margin-top: 0;
  }
  .home .mission-section .mission-list:last-of-type::after {
    height: 0.84375em;
    width: 1.71875em;
    bottom: -18px;
  }
  .home .mission-section .mission-list dt {
    width: 100%;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  .home .mission-section .mission-list dd {
    margin-top: 0.15625em;
    width: 100%;
    line-height: 125%;
  }
  .home .mission-section .mission-list .mission-list-title {
    margin-bottom: 15px;
    font-size: 17px;
    font-size: 4.5333333333vw;
    line-height: 125%;
  }
  .home .mission-section .emphasize-text {
    margin: 2.0652173913em auto 1.4130434783em;
    font-size: 23px;
    font-size: 6.1333333333vw;
    line-height: 150%;
  }
  .home .mission-section .mission-content-area {
    padding: 1.875em 1.25em 0.9375em;
    flex-wrap: wrap;
    background: url(/data/images/home/mission-content-bg-sp.webp) no-repeat;
    background-size: cover;
  }
  .home .mission-section .mission-content-area::after {
    height: 0.84375em;
    width: 1.71875em;
  }
  .home .mission-section .mission-content-list {
    padding: 1.875em 0 1.71875em;
    border-radius: 0.3125em;
    width: 100%;
  }
  .home .mission-section .mission-content-list + dl {
    margin-top: 0.625em;
  }
  .home .mission-section .mission-content-list dt {
    margin-bottom: 0.4347826087em;
    font-size: 23px;
    font-size: 6.1333333333vw;
    line-height: 100%;
  }
  .home .mission-section .mission-content-list dd {
    font-size: 17px;
    font-size: 4.5333333333vw;
    line-height: 125%;
  }
  .home .program-section {
    padding: 10.6666666667% 0 12.6666666667%;
  }
  .home .program-section .-bg-green-stripe {
    margin-top: 2.65625em;
    padding: 1.25em 0 3.28125em;
    position: relative;
  }
  .home .program-section .-bg-green-stripe::after {
    width: 18.4375em;
  }
  .home .program-section .-bg-green-stripe::before {
    background: url(/data/images/home/bottom-arrow-sp.svg) no-repeat;
    background-size: cover;
    height: 0.90625em;
    width: 18.4375em;
    bottom: -0.0625em;
  }
  .home .program-section .kickoff-main-area {
    margin-bottom: 1.5625em;
    padding: 1.875em 1.25em;
  }
  .home .program-section h3 {
    margin-bottom: 1.0869565217em;
  }
  .home .program-section .kickoff-area {
    flex-wrap: wrap;
  }
  .home .program-section .kickoff-img {
    width: 100%;
  }
  .home .program-section .kickoff-text {
    margin-top: 0.9375em;
    padding-left: 0;
    width: 100%;
  }
  .home .program-section .kickoff-text .kickoff-title {
    padding: 0 1.7647058824em 1.1764705882em 0;
    font-size: 17px;
    font-size: 4.5333333333vw;
    line-height: 125%;
    border-bottom: 0.0588235294em solid #000;
    text-align: justify;
    position: relative;
  }
  .home .program-section .kickoff-text .kickoff-title::after {
    content: "";
    background: url(../images/common/arrow.svg);
    position: absolute;
    right: -0.625em;
    top: 50%;
    transform: translateY(-75%);
    width: 1.875em;
    height: 1.875em;
  }
  .home .program-section .kickoff-text dl {
    padding: 0.625em 0;
    flex-wrap: wrap;
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .home .program-section .kickoff-text dl dt {
    padding-left: 1.875em;
    width: 100%;
  }
  .home .program-section .kickoff-text dl dt::after {
    transform: translateY(-50%);
    width: 1.25em;
  }
  .home .program-section .kickoff-text dl dd {
    width: 100%;
  }
  .home .program-section .kickoff-time dt::after {
    height: 1.15625em;
  }
  .home .program-section .kickoff-form dt::after {
    height: 1.4375em;
  }
  .home .program-section .kickoff-speaker dt::after {
    height: 1.25em;
  }
  .home .program-section .event-list-area {
    flex-wrap: wrap;
  }
  .home .program-section .event-list-area > li {
    margin-top: 2.5em;
    width: 100%;
  }
  .home .program-section .event-list-area > li::after {
    display: none;
  }
  .home .program-section .event-list-area > li:first-of-type::after {
    display: block;
    top: -3.125em;
    height: 0.84375em;
    width: 1.71875em;
  }
  .home .program-section .event-img {
    height: auto;
  }
  .home .program-section .event-img img {
    width: 100%;
  }
  .home .program-section .event-text {
    padding: 1.25em 1.25em 1.71875em;
  }
  .home .program-section .event-text dt {
    margin-bottom: 1.25em;
  }
  .home .program-section .event-main-text {
    margin-bottom: 0.1666666667em;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 150%;
  }
  .home .program-section .event-main-text small {
    font-size: 18px;
    font-size: 4.8vw;
  }
  .home .program-section .event-sub-text {
    font-size: 17px;
    font-size: 4.5333333333vw;
    line-height: 125%;
  }
  .home .program-section .circle-point {
    right: 0.8333333333em;
    top: -2.5em;
    width: 5em;
    height: 5em;
    font-size: 12px;
    font-size: 3.2vw;
    border-radius: 100px;
  }
  .home .program-section .circle-point span {
    font-size: 27px;
    font-size: 7.2vw;
  }
  .home .program-section .marker-area {
    margin-top: 2.1875em;
  }
  .home .program-section .marker-text {
    padding-bottom: 0;
    font-size: 23px;
    font-size: 6.1333333333vw;
    line-height: 150%;
    background: linear-gradient(transparent 50%, #ffff00 30%);
  }
  .home .case-studies-section {
    padding: 12.6666666667% 0 8%;
  }
  .home .case-studies-section h2 {
    margin-bottom: 9.7014925373%;
  }
  .home .case-studies-section .case-studies-read {
    font-size: 23px;
    font-size: 6.1333333333vw;
    line-height: 150%;
  }
  .home .case-studies-section .case-studies-annotation {
    margin-top: 0.1785714286em;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .home .potential-section {
    padding: 16.6666666667% 0 151.3333333333%;
  }
}
@media only screen and (max-width: 750px) {
  .case-studies-list {
    margin-top: 8.2089552239%;
    margin-bottom: 2.2388059701%;
  }
  .case-studies-list li {
    margin-bottom: 8.9552238806%;
    margin-right: 0;
    width: 100%;
  }
  .case-studies-text {
    margin-top: 3.7313432836%;
  }
  .case-studies-text dt {
    margin-bottom: 3.7313432836%;
    font-size: 18px;
    font-size: 4.8vw;
    line-height: 125%;
  }
  .case-studies-text dd {
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 143.75%;
    font-weight: 400;
  }
  .case-studies-text .tag-area {
    margin-top: 3.7313432836%;
  }
  .case-studies-text .tag-area span {
    margin-right: 0.1785714286em;
    padding: 0.5em 0.7142857143em;
    font-size: 14px;
    font-size: 3.7333333333vw;
    border: 0.0714285714em solid #999;
    border-radius: 0.3571428571em;
  }
  .case-studies .case-studies-section {
    margin-bottom: 12%;
  }
  .case-studies .case-studies-section .inner::before {
    top: -5.15625em;
    right: -4.0625em;
    width: 14.59375em;
    height: 14.4375em;
    background-size: contain;
  }
  .case-studies h1 {
    margin: 1.2166666667em 0 1.5em;
    font-size: 30px;
    font-size: 8vw;
  }
  .case-studies .main-read {
    font-size: 23px;
    font-size: 6.1333333333vw;
  }
  .case-studies .main-read + p {
    margin-top: 0.3571428571em;
    font-size: 14px;
    font-size: 3.7333333333vw;
  }
  .case-studies .case-studies-list {
    margin-top: 11.1940298507%;
  }
  .case-studies .case-studies-list li {
    margin-bottom: 9.7014925373%;
  }
  .case-studies-detail-section {
    margin: 10% 0 21.3333333333%;
    padding: 0 5.3333333333%;
  }
  .case-studies-detail-section h1 {
    margin-bottom: 0.8333333333em;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 150%;
    text-align: justify;
  }
  .case-studies-detail-section h2 {
    margin-bottom: 0.8695652174em;
    font-size: 23px;
    font-size: 6.1333333333vw;
    line-height: 104.347826087%;
  }
  .case-studies-detail-section h3 {
    margin-bottom: 0.5em;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  .case-studies-detail-section .case-studies-detail-read {
    margin-bottom: 2.0588235294em;
    font-size: 17px;
    font-size: 4.5333333333vw;
    line-height: 150%;
  }
  .case-studies-detail-section .main-visual {
    margin-bottom: 1.25em;
    width: 100%;
  }
  .case-studies-detail-section .company-area {
    margin-bottom: 1.25em;
    flex-wrap: wrap;
  }
  .case-studies-detail-section .company-area .company-logo {
    width: 8.90625em;
  }
  .case-studies-detail-section .company-area .company-text {
    margin-top: 0.78125em;
    width: 100%;
  }
  .case-studies-detail-section .company-area .company-name {
    margin-bottom: 0.375em;
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 125%;
  }
  .case-studies-detail-section .company-area .tag-area {
    margin-top: 0.625em;
  }
  .case-studies-detail-section .company-area .tag-area span {
    padding: 0.25em 0.7142857143em;
    font-size: 14px;
    font-size: 3.7333333333vw;
    border-radius: 0.3125em;
  }
  .case-studies-detail-section .company-area .tag-area span + span {
    margin-left: 0.3571428571em;
  }
  .case-studies-detail-section .company-info-area {
    margin-bottom: 2.34375em;
    padding: 0.9375em 0 1.5625em;
  }
  .case-studies-detail-section .company-info-area .company-info-title {
    margin-bottom: 0.8823529412em;
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
  .case-studies-detail-section .company-info-area .company-info-list {
    flex-wrap: wrap;
  }
  .case-studies-detail-section .company-info-area .list-area {
    width: 100%;
  }
  .case-studies-detail-section .company-info-area .list-area dl {
    padding: 0.34375em 0;
  }
  .case-studies-detail-section .company-info-area .list-area dt {
    width: 35.5%;
  }
  .case-studies-detail-section .company-info-area .list-area dd {
    width: 65.5%;
  }
  .case-studies-detail-section .company-info-area .list-area dd ul {
    padding-left: 1.5em;
  }
  .case-studies-detail-section .company-info-area .list-area dd li + li {
    margin-top: 0.3125em;
  }
  .case-studies-detail-section .company-info-area .business-overview dl {
    flex-wrap: wrap;
  }
  .case-studies-detail-section .company-info-area .business-overview dl dt, .case-studies-detail-section .company-info-area .business-overview dl dd {
    width: 100%;
  }
  .case-studies-detail-section .company-info-area .business-overview dl dt {
    margin-bottom: 0.3125em;
  }
  .case-studies-detail-section .table-of-contents-area {
    margin-bottom: 3.28125em;
    padding: 1.25em 0.625em 1.25em;
  }
  .case-studies-detail-section .table-of-contents-area h2 {
    padding-left: 0.2608695652em;
    margin-bottom: 0.652173913em;
  }
  .case-studies-detail-section .table-of-contents-area .table-of-contents-list li + li {
    margin-top: 0.625em;
  }
  .case-studies-detail-section .table-of-contents-area .table-of-contents-list a {
    padding: 0.9375em 0.625em;
  }
  .case-studies-detail-section .table-of-contents-area .table-of-contents-list a::after {
    width: 1.40625em;
    height: 1.40625em;
    right: 0.625em;
  }
  .case-studies-detail-section .table-of-contents-area .table-of-contents-list .numbering::before {
    margin-right: 0.3846153846em;
    width: 4.6153846154em;
    height: 1.4615384615em;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  .case-studies-detail-section .table-of-contents-area .table-of-contents-list .table-of-contents-title {
    margin-top: 0.25em;
    font-size: 20px;
    font-size: 5.3333333333vw;
    line-height: 125%;
  }
  .case-studies-detail-section .point-list > li {
    padding-top: 0.78125em;
  }
  .case-studies-detail-section .point-list > li + li {
    margin-top: 3.28125em;
  }
  .case-studies-detail-section .point-list .numbering {
    font-size: 16px;
    font-size: 4.2666666667vw;
  }
  .case-studies-detail-section .point-list .numbering::before {
    margin-right: 0.3846153846em;
    width: 4.6153846154em;
    height: 1.4615384615em;
    font-size: 13px;
    font-size: 3.4666666667vw;
  }
  .case-studies-detail-section .point-list h2 {
    margin: 0.4347826087em 0 1.0869565217em;
    line-height: 125%;
  }
  .case-studies-detail-section .check-list {
    margin-bottom: 1.09375em;
    padding: 0 1.09375em;
  }
  .case-studies-detail-section .check-list > li {
    padding: 1.1764705882em 0 1.1764705882em 1.7647058824em;
    font-size: 17px;
    font-size: 4.5333333333vw;
    line-height: 111.1176470588%;
  }
  .case-studies-detail-section .check-list > li::after {
    top: 1.1764705882em;
    transform: translateY(0);
    width: 1.3823529412em;
    height: 1.3823529412em;
  }
  .case-studies-detail-section .check-list .list-disc {
    font-size: 15px;
    font-size: 4vw;
  }
  .case-studies-detail-section .two-columns-box {
    margin-bottom: 1.25em;
    flex-wrap: wrap;
  }
  .case-studies-detail-section .two-columns-box > div {
    padding: 1.5625em 1.25em 2.1875em;
    width: 100%;
  }
  .case-studies-detail-section .two-columns-box b {
    margin-bottom: 0.2352941176em;
    font-size: 17px;
    font-size: 4.5333333333vw;
    line-height: 150%;
  }
  .case-studies-detail-section .two-columns-box .list-title {
    margin-bottom: 0.40625em;
  }
  .case-studies-detail-section .two-columns-box ul {
    margin-bottom: 0.78125em;
    font-size: 16px;
    font-size: 4.2666666667vw;
    line-height: 150%;
  }
  .case-studies-detail-section .two-columns-box img {
    margin: 0.9375em 0 1.09375em;
  }
  .case-studies-detail-section .two-columns-box .last-contet-space {
    margin-bottom: 0;
    padding-bottom: 0;
  }
  .case-studies-detail-section .boarder-green-box {
    padding: 1.25em 1.71875em 1.5625em;
  }
  .case-studies-detail-section .boarder-green-box b {
    margin-bottom: 0.3125em;
    display: block;
  }
  .case-studies-detail-section .boarder-green-box::after {
    top: 0.15625em;
    left: 0.15625em;
    width: calc(100% - 0.3125em);
    height: calc(100% - 0.3125em);
  }
  .case-studies-detail-section .list-bold-text {
    margin-bottom: 1.3235294118em;
    font-size: 17px;
    font-size: 4.5333333333vw;
    line-height: 125%;
  }
  .case-studies-detail-section .list-horizontalbar {
    margin-top: 0.46875em;
  }
  .case-studies-detail-section .full-siz-img {
    display: block;
    margin-bottom: 6.7796610169%;
  }
  .case-studies-detail-section .comment-area {
    flex-wrap: wrap;
    flex-direction: column-reverse;
  }
  .case-studies-detail-section .comment-area .comment-img {
    margin-top: 2.34375em;
    width: 100%;
  }
  .case-studies-detail-section .comment-area .comment-img img {
    width: 64%;
  }
  .case-studies-detail-section .comment-area .comment-position {
    margin-top: 1.4583333333em;
    font-size: 12px;
    font-size: 3.2vw;
  }
  .case-studies-detail-section .comment-area .comment-name {
    font-size: 17px;
    font-size: 4.5333333333vw;
  }
  .case-studies-detail-section .comment-area .comment-text {
    margin-top: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 750px) {
  .information-list {
    margin: -0.625em 0 0.9375em;
  }
  .information-list a {
    padding: 0.78125em 0 1em;
    flex-wrap: wrap;
  }
  .information-day {
    margin-bottom: 0.3125em;
    width: 100%;
  }
  .information-text {
    width: 100%;
  }
  .pagination {
    margin: 1.875em auto 0;
  }
  .pagination button {
    padding: 0 0.9375em;
  }
  .pagination i, .pagination li {
    width: 2em;
    height: 2em;
    font-size: 20px;
    font-size: 5.3333333333vw;
  }
  .pagination .icon-arrow-left::after, .pagination .icon-arrow-right::after {
    width: 1.5em;
    height: 1.5em;
  }
  .information-section {
    padding-bottom: 21.3333333333%;
  }
  .information-section h1 {
    margin: 1.2166666667em 0 1.75em;
    font-size: 30px;
    font-size: 8vw;
  }
  .information-section .-bg-white {
    padding: 1.875em 1.25em 1.5625em;
  }
  .information-section .-bg-white::before {
    top: -11.25em;
    right: -4.84375em;
    width: 13.28125em;
    height: 14.4375em;
  }
  .information-detail-section {
    padding: 2.34375em 0 5em;
  }
  .information-detail-section .-bg-white {
    padding: 2.65625em 1.25em 2.1875em;
  }
  .information-detail-section .-bg-white::before {
    top: -7.34375em;
    right: -4.6875em;
    width: 13.28125em;
  }
  .information-detail-section .-bg-white h1 {
    margin: 0.4166666667em 0 1.5625em;
    font-size: 24px;
    font-size: 6.4vw;
    line-height: 125%;
  }
  .information-detail-section .-bg-white img {
    margin: 2.34375em 0 2.1875em;
  }
  .information-detail-section .-bg-white h2 {
    margin: 1.5217391304em 0 0.8695652174em;
    font-size: 23px;
    font-size: 6.1333333333vw;
    line-height: 125%;
  }
  .information-detail-section .-bg-white a {
    line-height: 125%;
    margin: 0.78125em 0;
  }
  .information-detail-section .-bg-white a:first-of-type {
    margin-top: 2.1875em;
  }
  .information-detail-section .-bg-white a::before {
    width: 1.875em;
    height: 1.875em;
  }
  .information-detail-section .-bg-white a[target=_blank]::after {
    width: 0.90625em;
    height: 0.6875em;
  }
  .information-detail-section .btn-border {
    margin: 2.65625em auto 0;
  }
}
