@charset "UTF-8";
/*-------------------------------------------------------------------
リセット
/*-------------------------------------------------------------------*/
*, *:before, *:after {
  box-sizing: border-box;
}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

html {
  letter-spacing: 0.03em;
}

body {
  width: 100%;
  line-height: 1.6;
  font-family: YakuHanJP_Noto, "Noto Sans JP", sans-serif;
  font-weight: 400;
  /* safari hover対策 */
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-variant-numeric: tabular-nums;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  color: inherit;
  text-decoration: none;
  vertical-align: baseline;
}

ins {
  color: #000;
  text-decoration: none;
  background-color: #ff9;
}

mark {
  color: #000;
  font-weight: bold;
  font-style: italic;
  background-color: #ff9;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

li {
  list-style: none;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}

input, select {
  vertical-align: middle;
}

img {
  line-height: 1;
  vertical-align: bottom;
}

button {
  padding: 0;
  border: none;
  outline: none;
  line-height: 1;
  background-color: transparent;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

*, *:before, *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  z-index: 1;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}

/*-------------------------------------------------------------------
common
/*-------------------------------------------------------------------*/
body {
  overflow-x: hidden;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
body.noscroll {
  overflow: hidden;
}

.sp {
  display: none;
}

.sp_inline {
  display: none;
}

.pc_inline {
  display: inline;
}

.inner {
  max-width: 1240px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .inner {
    max-width: 100%;
    padding-right: 5.3333333333vw;
    padding-left: 5.3333333333vw;
  }
}
img {
  max-width: 100%;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .alpha {
    cursor: pointer;
    transition: opacity 0.6s;
    will-change: opacity;
  }
  .alpha:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
  img {
    width: 100%;
    height: auto;
  }
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp_inline {
    display: inline;
  }
  .pc_inline {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .wrap {
    overflow: hidden;
    max-width: 100vw;
  }
}
/*------------------------------------------------------------------- 
 loading
/*-------------------------------------------------------------------*/
.loader {
  display: flex;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.loader_circle {
  width: 40px;
  height: 40px;
  position: relative;
  border: dashed 3px;
  border-color: #fed400 #e8f3f6 #e8f3f6;
  border-radius: 50%;
  animation-name: spin;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
main {
  overflow: hidden;
}

.inner {
  max-width: 1040px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .inner {
    padding-right: 4vw;
    padding-left: 4vw;
  }
}
/*------------------------------------------------------------------- 
 header
/*-------------------------------------------------------------------*/
#header {
  margin-bottom: -10px;
}

@media screen and (max-width: 768px) {
  #header {
    margin-bottom: -1.3333333333vw;
  }
}
#header .inner {
  padding-top: 35px;
  padding-left: 52px;
}

@media screen and (max-width: 768px) {
  #header .inner {
    padding-top: 4vw;
    padding-right: 0;
    padding-left: 4vw;
  }
}
#header .logo {
  width: 80px;
}

@media screen and (max-width: 768px) {
  #header .logo {
    width: 12vw;
  }
}
/*------------------------------------------------------------------- 
  mv
/*-------------------------------------------------------------------*/
#mv {
  padding-top: 140px;
  padding-bottom: 70px;
}

@media screen and (max-width: 768px) {
  #mv {
    padding-top: 24vw;
    padding-bottom: 12.9333333333vw;
  }
}
#mv .mv_ttl {
  max-width: 528px;
  margin-right: auto;
  margin-bottom: 26px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #mv .mv_ttl {
    max-width: 92vw;
    margin-bottom: 6.9333333333vw;
  }
}
#mv .mv_txt {
  margin-bottom: 27px;
  color: #747272;
  line-height: 1.8235294118;
  font-size: 17px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.08em;
}

@media screen and (max-width: 768px) {
  #mv .mv_txt {
    margin-bottom: 0;
    font-size: 4vw;
    letter-spacing: 0;
  }
}
#mv .mv_mapWrap {
  max-width: 832px;
  margin-top: 0;
  margin-right: auto;
  margin-bottom: 61px;
  margin-left: auto;
  padding-top: 0;
}

@media screen and (max-width: 768px) {
  #mv .mv_mapWrap {
    overflow-x: scroll;
    width: 100%;
    padding-top: 15.2vw;
  }
}
#mv .mv_mapWrap .mv_map {
  position: relative;
  padding-top: 17px;
}

@media screen and (max-width: 768px) {
  #mv .mv_mapWrap .mv_map {
    width: 220%;
    padding-top: 0;
  }
}
#mv .mv_mapWrap .mv_mapFukidashi {
  width: 752px;
  position: absolute;
  top: 0;
  right: -37px;
  opacity: 0;
}

#mv .mv_mapWrap svg g {
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #mv .scroll-hint-icon-wrap {
    width: 220% !important;
  }
}
#mv .mv_movieImg {
  max-width: 316px;
  margin-right: auto;
  margin-bottom: 19px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #mv .mv_movieImg {
    max-width: 60vw;
    margin-bottom: 5.0666666667vw;
  }
}
#mv .mv_movieTxt {
  max-width: 596px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #mv .mv_movieTxt {
    max-width: 79.4666666667vw;
  }
}
#mv .mv_movieTxt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #747272;
}

#mv .mv_movieTxt span {
  display: block;
  max-width: 213px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 19px;
  padding-left: 19px;
  line-height: 1;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #mv .mv_movieTxt span {
    max-width: 56.8vw;
    padding-right: 5.0666666667vw;
    padding-left: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) and (max-height: 1000px) {
  .map_modal .modaal-inner-wrapper {
    padding-top: 80px;
    padding-bottom: 0;
  }
}
@media screen and (min-width: 769px) and (max-height: 890px) {
  .map_modal .modaal-inner-wrapper {
    padding-top: 200px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 768px) and (max-height: 890px) {
  .map_modal .modaal-inner-wrapper {
    padding-top: 90px;
    padding-bottom: 10px;
  }
}
.map_modal .modaal-container {
  max-width: 700px;
  background: transparent;
}
@media screen and (max-width: 768px) {
  .map_modal .modaal-container {
    max-width: 92vw;
  }
  .map_modal .modaal-container .modaal-content-container {
    width: 100%;
  }
}
.map_modal .modaal-container .modaal-close {
  width: 45px;
  height: 45px;
  top: -48px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .map_modal .modaal-container .modaal-close {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    top: -12.8vw;
  }
}
.map_modal .modaal-container .modaal-close::before, .map_modal .modaal-container .modaal-close::after {
  border-radius: 1px;
  background-color: #ff8a00;
  transform: rotate(0);
}
.map_modal .modaal-container .modaal-close::before {
  width: 2px;
  height: 100%;
  top: 0;
  left: 21px;
}
@media screen and (max-width: 768px) {
  .map_modal .modaal-container .modaal-close::before {
    width: 0.5333333333vw;
    left: 6.4vw;
  }
}
.map_modal .modaal-container .modaal-close::after {
  width: 100%;
  height: 2px;
  top: 21px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .map_modal .modaal-container .modaal-close::after {
    height: 0.5333333333vw;
    top: 6.4vw;
  }
}

.modal_detailBox {
  max-width: 700px;
  position: relative;
  margin: 0 auto;
  padding: 38px;
  border: 2px solid #ff8a00;
  border-radius: 10px;
  box-shadow: 2px 2px 0px 0px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .modal_detailBox {
    max-width: 92vw;
    padding: 4.8vw;
    border: 0.5333333333vw solid #ff8a00;
    border-radius: 2.6666666667vw;
    box-shadow: 0.5333333333vw 0.5333333333vw 0px 0px rgba(0, 0, 0, 0.2);
  }
}
.modal_detailBox dt {
  margin-top: 26px;
  color: #ff8a00;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modal_detailBox dt {
    margin-top: 3.7333333333vw;
    font-size: 4.2666666667vw;
  }
}
.modal_detailBox dd {
  text-align: left;
}
.modal_detailBox p:not(.details_img) {
  margin-top: 10px;
  color: #828282;
  line-height: 1.625;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .modal_detailBox p:not(.details_img) {
    margin-top: 1.6vw;
    line-height: 1.5;
    font-size: 3.2vw;
  }
}
.modal_detailBox p:not(.details_img) + p {
  margin-top: 26px;
}
.modal_detailBox a {
  display: flex;
  width: 100%;
  height: 60px;
  margin-top: 24px;
  border: 2px solid #ff8a00;
  border-radius: 3px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  background-color: #ff8a00;
  transition: all 0.3s;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .modal_detailBox a {
    height: 9.3333333333vw;
    margin-top: 3.2vw;
    border: 0.2666666667vw solid #ff8a00;
    border-radius: 0.6666666667vw;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .modal_detailBox a:hover {
    color: #ff8a00;
    background-color: #fff;
  }
}
.modal_detailBox .modal_swiper {
  overflow-x: hidden;
  position: relative;
}
.modal_detailBox .swiper-pagination {
  position: static;
  margin-top: 15px;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .modal_detailBox .swiper-pagination {
    margin-top: 4vw;
  }
}
.modal_detailBox .swiper-pagination-bullet {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  opacity: 1;
  background-color: #ccc;
}
@media screen and (max-width: 768px) {
  .modal_detailBox .swiper-pagination-bullet {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
  }
}
.modal_detailBox .swiper-pagination-bullet-active {
  background-color: #ff8a00;
}
.modal_detailBox .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px;
}
@media screen and (max-width: 768px) {
  .modal_detailBox .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 1.2vw;
  }
}

.map_modalCont {
  display: flex;
  visibility: hidden;
  overflow: auto;
  width: 100%;
  height: 100%;
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 120px 20px 40px;
  opacity: 0;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.4);
  transition: 0.3s ease-out;
  z-index: 2000;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .map_modalCont {
    padding: 8vw 0;
  }
}
.map_modalCont.active {
  visibility: visible;
  opacity: 1;
}
.map_modalCont.tip10 {
  padding-top: 160px;
  align-items: flex-start;
}
@media screen and (max-width: 768px) {
  .map_modalCont.tip10 {
    padding-top: 34.6666666667vw;
  }
}

.modal_closeBtn {
  width: 45px;
  height: 45px;
  position: absolute;
  top: -50px;
  right: 0;
  font-size: 0;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .modal_closeBtn {
    width: 13.3333333333vw;
    height: 13.3333333333vw;
    top: -12.8vw;
  }
}
.modal_closeBtn::before, .modal_closeBtn::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 1px;
  background-color: #ff8a00;
}
.modal_closeBtn::before {
  width: 100%;
  height: 2px;
  top: 21px;
  left: 0;
}
@media screen and (max-width: 768px) {
  .modal_closeBtn::before {
    height: 0.5333333333vw;
    top: 6.4vw;
  }
}
.modal_closeBtn::after {
  width: 2px;
  height: 100%;
  top: 0;
  left: 21px;
}
@media screen and (max-width: 768px) {
  .modal_closeBtn::after {
    width: 0.5333333333vw;
    left: 6.4vw;
  }
}

@media screen and (min-width: 769px) and (max-height: 800px) {
  .map_modalCont {
    padding-top: 150px;
    align-items: flex-start;
  }
}
/*------------------------------------------------------------------- 
  nav
/*-------------------------------------------------------------------*/
#nav {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #e8f3f6;
}

@media screen and (max-width: 768px) {
  #nav {
    padding-top: 6.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
#nav .nav_list {
  display: flex;
  max-width: 830px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  #nav .nav_list {
    max-width: 92vw;
    padding-right: 0;
    padding-left: 0;
  }
}
#nav .nav_listItem {
  width: 213px;
}

@media screen and (max-width: 768px) {
  #nav .nav_listItem {
    width: 30%;
  }
}
#nav .nav_listItem + .nav_listItem {
  margin-left: 77px;
}

@media screen and (max-width: 768px) {
  #nav .nav_listItem + .nav_listItem {
    margin-left: 4vw;
  }
}
/*------------------------------------------------------------------- 
 goal
/*-------------------------------------------------------------------*/
#goal {
  padding-top: 52px;
  padding-bottom: 65px;
}

@media screen and (max-width: 768px) {
  #goal {
    padding-top: 6.9333333333vw;
    padding-bottom: 12vw;
  }
}
#goal .goal_ttl {
  max-width: 775px;
  position: relative;
  left: 18px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #goal .goal_ttl {
    max-width: 92vw;
    left: 0;
    margin-bottom: 4vw;
  }
}
#goal .goal_listItemTtlWrap {
  max-width: 815px;
  position: relative;
  margin-right: auto;
  margin-bottom: 10px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #goal .goal_listItemTtlWrap {
    max-width: 92vw;
    margin-bottom: 2.6666666667vw;
  }
}
#goal .goal_listItemTtlWrap .goal_listItemTtl {
  border-bottom: 3px solid #fed400;
  color: #5aaacd;
  font-size: 24px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 768px) {
  #goal .goal_listItemTtlWrap .goal_listItemTtl {
    line-height: 1.4;
    font-size: 4.16vw;
    letter-spacing: 0.05em;
  }
}
#goal .goal_listItemTtlWrap .img_l {
  position: absolute;
}

#goal .goal_listItemTtlWrap .img_r {
  position: absolute;
}

#goal .goal_listItem + .goal_listItem {
  margin-top: 30px;
}

@media screen and (max-width: 768px) {
  #goal .goal_listItem + .goal_listItem {
    margin-top: 8vw;
  }
}
#goal .goal_listItemTxt {
  color: #828282;
  line-height: 1.625;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0;
}

@media screen and (max-width: 768px) {
  #goal .goal_listItemTxt {
    font-size: 2.9866666667vw;
  }
}
#goal .item01 .img_l {
  width: 130px;
  top: -25px;
  left: -53px;
}

@media screen and (max-width: 768px) {
  #goal .item01 .img_l {
    width: 14.1333333333vw;
    top: 1.3333333333vw;
    left: -2.6666666667vw;
  }
}
#goal .item01 .img_r {
  width: 69px;
  top: -2px;
  right: -59px;
}

@media screen and (max-width: 768px) {
  #goal .item01 .img_r {
    width: 14.1333333333vw;
    top: 2vw;
    right: -2.6666666667vw;
  }
}
#goal .item02 .img_l {
  width: 49px;
  top: 6px;
  left: -58px;
}

@media screen and (max-width: 768px) {
  #goal .item02 .img_l {
    width: 8.1333333333vw;
    top: 2vw;
    left: 0vw;
  }
}
#goal .item02 .img_r {
  width: 58px;
  top: 3px;
  right: -44px;
}

@media screen and (max-width: 768px) {
  #goal .item02 .img_r {
    width: 9.7333333333vw;
    top: -1.3333333333vw;
    right: -0.6666666667vw;
  }
}
#goal .item03 .img_l {
  width: 140px;
  top: 5px;
  left: -34px;
}

@media screen and (max-width: 768px) {
  #goal .item03 .img_l {
    width: 22.2666666667vw;
    top: 4.6666666667vw;
    left: -3.3333333333vw;
  }
}
#goal .item03 .img_r {
  width: 131px;
  top: -23px;
  right: -46px;
}

@media screen and (max-width: 768px) {
  #goal .item03 .img_r {
    width: 20.6666666667vw;
    top: 2.6666666667vw;
    right: -4vw;
  }
}
/*------------------------------------------------------------------- 
 partner
/*-------------------------------------------------------------------*/
#partner {
  margin-bottom: 109px;
  padding-bottom: 120px;
  background-color: #ffdebb;
}

@media screen and (max-width: 768px) {
  #partner {
    margin-bottom: 14.5333333333vw;
    padding-bottom: 16vw;
  }
}
#partner .partner_ttl {
  max-width: 768px;
  position: relative;
  top: -43px;
  margin-right: auto;
  margin-bottom: 3px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #partner .partner_ttl {
    max-width: 100%;
    top: -5.7333333333vw;
    margin-bottom: 0.4vw;
  }
}
#partner .partner_txt01 {
  max-width: 940px;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #partner .partner_txt01 {
    max-width: 92vw;
    margin-bottom: 2.6666666667vw;
  }
}
#partner .partner_txt02 {
  max-width: 886px;
  position: relative;
  margin-right: auto;
  margin-bottom: 83px;
  margin-left: auto;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #partner .partner_txt02 {
    max-width: 92vw;
    margin-bottom: 5.3333333333vw;
  }
}
#partner .partner_txt02 a {
  display: block;
  overflow: hidden;
  width: 250px;
  height: 25px;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -300%;
  white-space: nowrap;
  transition: 0.6s;
}

@media screen and (max-width: 768px) {
  #partner .partner_txt02 a {
    width: 27.3333333333vw;
    height: 3.3333333333vw;
  }
}
#partner .partner_txt02 a:hover {
  opacity: 0.4;
  background-color: #ffdebb;
}

#partner .partner_img {
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #partner .partner_img {
    max-width: 100%;
  }
}
/*------------------------------------------------------------------- 
 example
/*-------------------------------------------------------------------*/
#example {
  margin-bottom: 109px;
  padding-bottom: 47px;
  background-color: #cde5f0;
}

@media screen and (max-width: 768px) {
  #example {
    margin-bottom: 14.6666666667vw;
    padding-bottom: 6.6666666667vw;
  }
}
#example .example_ttl {
  max-width: 768px;
  position: relative;
  top: -74px;
  margin-right: auto;
  margin-bottom: -54px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #example .example_ttl {
    max-width: 100%;
    top: -9.8666666667vw;
    margin-bottom: -7.2vw;
  }
}
#example .example_txt {
  margin-bottom: 30px;
  color: #5aaacd;
  line-height: 1.6315789474;
  font-size: 19px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #example .example_txt {
    margin-bottom: 4vw;
    font-size: 3.5466666667vw;
  }
}
#example .example_list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 30px 3.8%;
}

@media screen and (max-width: 768px) {
  #example .example_list {
    max-width: 641px;
    width: 85.46666667vw;
    margin: 0 auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4vw 3.2vw;
  }
}
#example .example_listItem {
  max-width: 308px;
  width: 30.8%;
  padding: 25px 19px 16px;
  border: 1px solid #747272;
  border-radius: 7px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  #example .example_listItem {
    max-width: 308px;
    width: 41.06666667vw;
    padding: 3.3333333333vw 2.6666666667vw 2.1333333333vw;
  }
}
#example .example_listItemImg {
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #example .example_listItemImg {
    margin-bottom: 2vw;
  }
}
#example .example_listItemTxt {
  color: #828282;
  line-height: 1.2857142857;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.07em;
  font-feature-settings: "palt";
}

@media screen and (max-width: 768px) {
  #example .example_listItemTxt {
    line-height: 1.5;
    font-size: 2.9333333333vw;
    text-align: left;
  }
}
/*------------------------------------------------------------------- 
 faq
/*-------------------------------------------------------------------*/
#faq {
  margin-bottom: 110px;
  padding-bottom: 60px;
  background-color: #beecd9;
}

@media screen and (max-width: 768px) {
  #faq {
    margin-bottom: 15.3333333333vw;
    padding-bottom: 8vw;
  }
}
#faq .faq_ttl {
  max-width: 768px;
  position: relative;
  top: -42px;
  margin-right: auto;
  margin-bottom: -15px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #faq .faq_ttl {
    max-width: 100%;
    top: -5.6vw;
    margin-bottom: -2vw;
  }
}
#faq .faq_listItem + .faq_listItem {
  margin-top: 16px;
}

@media screen and (max-width: 768px) {
  #faq .faq_listItem + .faq_listItem {
    margin-top: 2.1333333333vw;
  }
}
#faq .item_txtQ, #faq .item_txtA {
  display: flex;
  color: #28c082;
  line-height: 1.6666666667;
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 768px) {
  #faq .item_txtQ, #faq .item_txtA {
    font-size: 3.36vw;
  }
}
#faq .item_txtQ span:first-child, #faq .item_txtA span:first-child {
  min-width: 37px;
  width: 37px;
  margin-right: 20px;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  #faq .item_txtQ span:first-child, #faq .item_txtA span:first-child {
    min-width: 6.6666666667vw;
    width: 6.6666666667vw;
    margin-right: 2.6666666667vw;
  }
}
#faq .item_txtQ {
  padding-top: 10px;
  padding-right: 50px;
  padding-bottom: 10px;
  padding-left: 18px;
  border: 1px solid #828282;
  border-radius: 3px;
  background-color: #fff;
  background-image: url(../img/faq_ico02.svg);
  background-repeat: no-repeat;
  background-position: center right 20px;
  background-size: 15px auto;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  #faq .item_txtQ {
    padding-top: 1.3333333333vw;
    padding-right: 9.3333333333vw;
    padding-bottom: 1.3333333333vw;
    padding-left: 2.4vw;
    background-position: center right 2.6666666667vw;
    background-size: 3.7333333333vw auto;
  }
}
#faq .item_txtQ.active {
  background-image: url(../img/faq_ico01.svg);
}

#faq .item_txtAWrap {
  display: none;
}

#faq .item_txtA {
  padding-top: 16px;
  padding-right: 18px;
  padding-bottom: 10px;
  padding-left: 18px;
}

@media screen and (max-width: 768px) {
  #faq .item_txtA {
    padding-top: 2.1333333333vw;
    padding-right: 2.4vw;
    padding-bottom: 2.1333333333vw;
    padding-left: 2.4vw;
  }
}
#faq .item_txtA span:first-child {
  margin-top: 7px;
}

@media screen and (max-width: 768px) {
  #faq .item_txtA span:first-child {
    margin-top: 0.5333333333vw;
  }
}
#faq .faq_mailTxt {
  width: 290px;
  margin-left: 5px;
  vertical-align: middle;
}

@media screen and (max-width: 768px) {
  #faq .faq_mailTxt {
    width: 53.3333333333vw;
    margin-left: 0.6666666667vw;
  }
}
/*------------------------------------------------------------------- 
 bnr
/*-------------------------------------------------------------------*/
#bnr {
  padding-top: 45px;
  padding-bottom: 69px;
}

@media screen and (max-width: 768px) {
  #bnr {
    padding-top: 6vw;
    padding-bottom: 9.2vw;
  }
}
#bnr .bnr_list {
  max-width: 658px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #bnr .bnr_list {
    max-width: 66.6666666667vw;
  }
}
#bnr .wide_list .bnr_listItem {
  margin-bottom: 26px;
}

@media screen and (max-width: 768px) {
  #bnr .wide_list .bnr_listItem {
    margin-bottom: 2.6666666667vw;
  }
}
#bnr .small_list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  #bnr .small_list {
    display: block;
  }
}
#bnr .small_list .bnr_listItem {
  max-width: 307px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  #bnr .small_list .bnr_listItem {
    max-width: 100%;
    margin-right: auto;
    margin-bottom: 2.6666666667vw;
    margin-left: auto;
  }
  #bnr .small_list .bnr_listItem:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  #bnr .small_list .bnr_listItem:nth-child(even) {
    margin-left: 43px;
  }
  #bnr .small_list .bnr_listItem:nth-child(n+3) {
    margin-top: 25px;
  }
}
#bnr .small_list .bnr_listItem.item03 {
  max-width: 234px;
}

@media screen and (max-width: 768px) {
  #bnr .small_list .bnr_listItem.item03 {
    max-width: 53.3333333333vw;
  }
}
#bnr .small_list .bnr_listItem.item04 {
  max-width: 235px;
}

@media screen and (max-width: 768px) {
  #bnr .small_list .bnr_listItem.item04 {
    max-width: 53.3333333333vw;
  }
}
#bnr .bnr_listItemTxt {
  margin-top: 8px;
  color: #828282;
  line-height: 1;
  font-size: 16.5px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  #bnr .bnr_listItemTxt {
    margin-top: 1.0666666667vw;
    font-size: 3.2vw;
  }
}
#bnr .bnr_listItemTxt a:hover {
  text-decoration: underline;
}

/*------------------------------------------------------------------- 
 pageTop
/*-------------------------------------------------------------------*/
.pageTop {
  display: none;
  width: 60px;
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 10;
}

@media screen and (max-width: 768px) {
  .pageTop {
    width: 13.3333333333vw;
  }
}
/*------------------------------------------------------------------- 
 footer
/*-------------------------------------------------------------------*/
#footer {
  display: flex;
  padding-bottom: 128px;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  #footer {
    padding-bottom: 17.0666666667vw;
  }
}
#footer .footer_copyright {
  width: 468px;
}

@media screen and (max-width: 768px) {
  #footer .footer_copyright {
    width: 62.4vw;
  }
}
#footer .logo {
  width: 56px;
  margin-left: 19px;
}

@media screen and (max-width: 768px) {
  #footer .logo {
    width: 7.4666666667vw;
    margin-left: 2.5333333333vw;
  }
}
/*------------------------------------------------------------------- 
 tooltip
/*-------------------------------------------------------------------*/
/*tooltip */
.tooltip {
  display: none;
  width: 200px;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px 5px;
  border: 2px solid #2771bc;
  border-radius: 5px;
  color: #828282;
  line-height: 1.4;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  background: #fff;
  transform-origin: 50% 100%;
  z-index: 1;
  will-change: transform, opacity;
}

@media screen and (max-width: 768px) {
  .tooltip {
    font-size: 3.7333333333vw;
  }
}
.tooltip.active {
  animation: bound-anim 0.45s;
}

.tooltip.tip01 {
  margin-bottom: 61.8990384615%;
  margin-left: 29.4471153846%;
}

.tooltip.tip02 {
  margin-bottom: 63.1009615385%;
  margin-left: 52.8846153846%;
}

.tooltip.tip03 {
  margin-bottom: 60.6971153846%;
  margin-left: 72.1153846154%;
}

.tooltip.tip04 {
  margin-bottom: 48.6778846154%;
  margin-left: 4.2067307692%;
}

.tooltip.tip05 {
  margin-bottom: 30.0480769231%;
  margin-left: 20.4326923077%;
}

.tooltip.tip06 {
  margin-bottom: 36.0576923077%;
  margin-left: 59.4951923077%;
}

.tooltip.tip07 {
  margin-bottom: 18.0288461538%;
  margin-left: 19.2307692308%;
}

.tooltip.tip08 {
  margin-bottom: 56.7307692308%;
  margin-left: 60.6971153846%;
}

.tooltip.tip09 {
  margin-bottom: 26.4423076923%;
  margin-left: 75.1201923077%;
}

.tooltip.tip10 {
  margin-bottom: 10.8173076923%;
  margin-left: 38.4615384615%;
}

.tooltip.tip11 {
  margin-bottom: 12.6201923077%;
  margin-left: 72.7163461538%;
}
@keyframes bound-anim {
  0% {
    transform: scaleY(0.4);
  }
  50% {
    transform: scaleY(1.1);
  }
  100% {
    transform: scaleY(1);
  }
}
.hide_area, .report_modal {
  display: none;
}

.modaal-wrapper {
  cursor: pointer;
}

.modaal-content-container {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.modaal-container {
  max-width: 792px;
}

@media screen and (max-width: 768px) {
  .modaal-content-container {
    max-width: 100vw;
    width: 100vw;
  }
}
@media screen and (max-width: 768px) {
  .modaal-inner-wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}
/*------------------------------------------------------------------- 
  下層ページ
/*-------------------------------------------------------------------*/
.creation #mv {
  padding-bottom: 116px;
}

@media screen and (max-width: 768px) {
  .creation #mv {
    padding-bottom: 11.7333333333vw;
  }
}
.creation #creation_example {
  padding-bottom: 140px;
  background: rgba(90, 170, 205, 0.3);
}

@media screen and (max-width: 768px) {
  .creation #creation_example {
    padding-bottom: 16vw;
  }
}
.creation #creation_example .inner {
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .inner {
    padding: 0;
  }
}
.creation #creation_example .example_ttl {
  max-width: 820px;
  position: relative;
  top: -75px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .example_ttl {
    max-width: 92vw;
    top: -9.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .creation #creation_example .collaboration {
    padding: 0 4vw;
  }
}
.creation #creation_example .collaboration .collaboration_ttl {
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .collaboration .collaboration_ttl {
    max-width: 78.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .creation #creation_example .collaboration .challenge_collaboration_ttl {
    max-width: 84.89583333vw;
    margin-bottom: 6.6666666667vw;
  }
}
/* .creation #creation_example .collaboration .collaboration_img {
  padding: 10px 0;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .creation #creation_example .collaboration .collaboration_img {
    padding: 0;
  }
}
.creation #creation_example .collaboration .collaboration_img img {
  display: block;
  max-width: 690px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .creation #creation_example .collaboration .collaboration_img img {
    max-width: 100%;
  }
} */
.creation #creation_example .theme {
  padding: 120px 60px 0;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .theme {
    padding: 16vw 4vw 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .creation #creation_example .theme {
    padding: 120px 0 0;
  }
}
.creation #creation_example .theme .theme_ttl {
  max-width: 240px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .theme .theme_ttl {
    max-width: 48vw;
    margin-bottom: 8vw;
  }
}
.creation #creation_example .theme .theme_listWrap {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .theme .theme_listWrap {
    display: block;
  }
}
.listWrap_Icon {
  max-width: 46px;
  width: 100%;
  margin: 0 3.3% 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .listWrap_Icon {
    width: 8vw;
    margin: 0 auto;
    padding: 4vw 0;
  }
}
@media screen and (max-width: 768px) {
  .creation #creation_example .theme .theme_listWrap::before {
    width: 8vw;
    height: 8vw;
    top: 53%;
    background-size: 8vw;
  }
}
.creation #creation_example .theme .theme_listWrap li {
  max-width: 360px;
  width: 43.90244%;
  position: relative;
  padding: 6.098% 3.66% 3.05%;
  border: 1px solid #747272;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .theme .theme_listWrap li {
    max-width: 100%;
    width: 100%;
    min-height: 53.266667vw;
    padding: 6.1333333333vw 3.7333333333vw 4.5333333333vw;
    border: 0.2666666667vw solid #747272;
    border-radius: 1.3333333333vw;
  }
  .creation #creation_example .theme .theme_listWrap li:last-child {
    margin-bottom: 0;
  }
}
.creation #creation_example .theme .theme_listWrap li .theme_logo {
  max-width: 300px;
  margin: 0 auto 27px;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .theme .theme_listWrap li .theme_logo {
    max-width: 84vw;
    margin-bottom: 4.9333333333vw;
  }
}
.creation #creation_example .theme .theme_listWrap li .themeDetail_ttl {
  margin-bottom: 19px;
  color: #5aaacd;
  line-height: 1.454;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .theme .theme_listWrap li .themeDetail_ttl {
    margin-bottom: 3.6vw;
    line-height: 1.142;
    font-size: 3.7333333333vw;
  }
}
.creation #creation_example .theme .theme_listWrap li .themeDetai_txt {
  color: #828282;
  line-height: 1.625;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .theme .theme_listWrap li .themeDetai_txt {
    line-height: 1.5;
    font-size: 3.2vw;
  }
}
.creation #creation_example .resolution {
  padding: 120px 60px;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .resolution {
    padding: 16vw 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .creation #creation_example .resolution {
    padding: 120px 0;
  }
}
.creation #creation_example .resolution .resolution_ttl {
  max-width: 240px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .resolution .resolution_ttl {
    max-width: 48vw;
    margin-bottom: 8vw;
  }
}
.creation #creation_example .resolution .challenge_resolution {
  max-width: 300px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .resolution .challenge_resolution {
    max-width: 45.3125vw;
    margin-bottom: 8vw;
  }
}
.creation #creation_example .resolution .resolution_txtBox {
  margin-bottom: 40px;
  padding: 24px 30px;
  border: 1px solid #747272;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .resolution .resolution_txtBox {
    margin: 0 4vw 5.3333333333vw;
    padding: 4.2666666667vw 4vw;
    border: 0.2666666667vw solid #747272;
    border-radius: 1.3333333333vw;
  }
}
.creation #creation_example .resolution .resolution_txtBox > p {
  color: #828282;
  line-height: 1.625;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .resolution .resolution_txtBox > p {
    line-height: 1.5;
    font-size: 3.2vw;
  }
}
.creation #creation_example .resolution .comment_box {
  display: flex;
  margin-bottom: 93px;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .resolution .comment_box {
    margin-bottom: 13.3333333333vw;
    padding: 0 4vw;
  }
}
.creation #creation_example .resolution .comment_box .comment_boxImg {
  max-width: 138px;
  margin: 0 16px;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .resolution .comment_box .comment_boxImg {
    max-width: 19.2vw;
    margin: 0 3.4666666667vw 0 0;
  }
}
.creation #creation_example .resolution .comment_box .comment_txtWrap {
  max-width: calc(100% - 170px);
  width: 100%;
  position: relative;
  padding: 23px 40px;
  border-radius: 74.5px;
  background-color: #40a0c4;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .resolution .comment_box .comment_txtWrap {
    max-width: calc(100% - 22.6667vw);
    padding: 3.2vw 4vw;
    border-radius: 4vw;
  }
}
.creation #creation_example .resolution .comment_box .comment_txtWrap::before {
  content: "";
  width: 38px;
  height: 24px;
  position: absolute;
  bottom: 16px;
  left: -10px;
  background-image: url(../img/creation/comment_fukidashiImg.png);
  background-repeat: no-repeat;
  background-size: 38px;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .resolution .comment_box .comment_txtWrap::before {
    width: 5.0666666667vw;
    height: 3.2vw;
    bottom: v 160;
    left: -3.4666666667vw;
    background-size: 5.0666666667vw;
  }
}
.creation #creation_example .resolution .comment_box .comment_txtWrap .comment_txt {
  color: #fff;
  line-height: 1.667;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .resolution .comment_box .comment_txtWrap .comment_txt {
    line-height: 1.52;
    font-size: 3.0666666667vw;
  }
}
.creation #creation_example .back_btn {
  display: flex;
  width: 380px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #828282;
  border-radius: 3px;
  color: #5aaacd;
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .creation #creation_example .back_btn {
    width: 66.6666666667vw;
    height: 10.6666666667vw;
    border: 0.2666666667vw solid #828282;
    border-radius: 0.8vw;
    font-size: 3.4666666667vw;
  }
}
.creation #creation_example .resolution .resolution_txtBox > p a {
  color: #0054a0;
  text-decoration: underline;
}

/*------------------------------------------------------------------- 
 news
/*-------------------------------------------------------------------*/
#news {
  margin-bottom: 50px;
  padding-bottom: 80px;
  background-color: #fff8d8;
}
@media screen and (max-width: 768px) {
  #news {
    margin-bottom: 2.6666666667vw;
    padding-bottom: 2.6666666667vw;
    padding-bottom: 10.6666666667vw;
  }
}
#news .news_ttl {
  max-width: 601px;
  position: relative;
  top: -59px;
  margin-right: auto;
  margin-bottom: -18px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #news .news_ttl {
    max-width: 100%;
    top: -5.7333333333vw;
    margin-bottom: 0.4vw;
  }
}
#news .news_listItem {
  margin-bottom: 5px;
  padding: 33px 50px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #news .news_listItem {
    margin-bottom: 2.6666666667vw;
    padding: 4.6666666667vw 3.3333333333vw;
  }
}
#news .news_listItem:last-child {
  margin-bottom: 0;
}
#news .news_listItem-top {
  display: flex;
  margin-bottom: 10px;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #news .news_listItem-top {
    margin-bottom: 2vw;
  }
}
#news .news_listItem-date {
  margin-right: 15px;
  color: #ccc;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #news .news_listItem-date {
    margin-right: 2vw;
    font-size: 3.2vw;
  }
}
#news .news_listItem-tag {
  display: flex;
  width: 67px;
  height: 21px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  background-color: #5aaacd;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  #news .news_listItem-tag {
    width: 14.6666666667vw;
    height: 4vw;
    font-size: 2.4vw;
  }
}
#news .news_listItem-bottom {
  display: block;
  color: #828282;
  line-height: 1.625;
  font-size: 16px;
  font-weight: bold;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  #news .news_listItem-bottom {
    line-height: 1.5;
    font-size: 3.2vw;
  }
}
#news .news_listItem-bottom:hover {
  text-decoration: none;
}

/*------------------------------------------------------------------- 
 project
/*-------------------------------------------------------------------*/
#project {
  margin-bottom: 109px;
  padding-bottom: 45px;
  background-color: #e9f0d0;
}
@media screen and (max-width: 768px) {
  #project {
    margin-bottom: 14.5333333333vw;
    padding-bottom: 10.6666666667vw;
  }
}
#project .project_ttl {
  max-width: 660px;
  position: relative;
  top: -59px;
  margin-right: auto;
  margin-bottom: -30px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #project .project_ttl {
    max-width: 100%;
    top: -9.3333333333vw;
    margin-bottom: -7.2vw;
  }
}
#project .project_list {
  display: flex;
  justify-content: center;
  gap: 30px 3.8%;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #project .project_list {
    width: 85.46666667vw;
    margin: 0 auto;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 4vw 3.2vw;
  }
}
#project .project_list .project_listItem {
  width: 309px;
  width: 30.8%;
  padding: 25px 19px 16px;
  border: 1px solid #747272;
  border-radius: 7px;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  #project .project_list .project_listItem {
    width: 41.0666666667vw;
    padding: 3.3333333333vw 2.6666666667vw 2.1333333333vw;
  }
}
#project .project_list .project_listItemTtl {
  margin-top: 15px;
  color: #828282;
  line-height: 1.57;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #project .project_list .project_listItemTtl {
    margin-top: 2vw;
    font-size: 2.9333333333vw;
  }
}

/*------------------------------------------------------------------- 
 about
/*-------------------------------------------------------------------*/
#about {
  margin-bottom: 35px;
  padding-bottom: 80px;
  background-color: #d6eaf9;
}
@media screen and (max-width: 768px) {
  #about {
    padding-bottom: 10.6666666667vw;
  }
}
#about .about_ttl {
  max-width: 624px;
  position: relative;
  top: -59px;
  margin-right: auto;
  margin-bottom: -1px;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  #about .about_ttl {
    max-width: 100%;
    top: -6.3vw;
    margin-bottom: 1vw;
  }
}
#about .about_list {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #about .about_list {
    display: block;
  }
}
#about .about_list .about_listItem {
  max-width: 470px;
  width: 47.8%;
}
@media screen and (max-width: 768px) {
  #about .about_list .about_listItem {
    max-width: 100%;
    width: 85.3333333333vw;
    margin-right: auto;
    margin-left: auto;
  }
  #about .about_list .about_listItem:first-child {
    margin-bottom: 4vw;
  }
}
#about .about_list .about_listItemTtl {
  margin-top: 15px;
  color: #828282;
  line-height: 1.57;
  font-size: 14px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #about .about_list .about_listItemTtl {
    margin-top: 2vw;
    font-size: 2.9333333333vw;
  }
}

.mv_movieImg {
  max-width: 316px;
  margin-right: auto;
  margin-bottom: 140px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .mv_movieImg {
    max-width: 60vw;
    margin-bottom: 21.3333333333vw;
  }
}
.mv_movieTxt {
  max-width: 596px;
  position: relative;
  margin-right: auto;
  margin-bottom: 40px;
  margin-left: auto;
  line-height: 1;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .mv_movieTxt {
    max-width: 79.4666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.mv_movieTxt::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background-color: #747272;
}

.mv_movieTxt span {
  display: block;
  max-width: 213px;
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding-right: 19px;
  padding-left: 19px;
  line-height: 1;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .mv_movieTxt span {
    max-width: 56.8vw;
    padding-right: 5.0666666667vw;
    padding-left: 5.0666666667vw;
  }
}
/*------------------------------------------------------------------- 
 #header
/*-------------------------------------------------------------------*/
#header {
  width: 100%;
  height: 90px;
  position: fixed;
  top: 0;
  padding: 0 30px;
  border-bottom: 1px solid #a3a3a3;
  background-color: #fff;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  #header {
    height: 16vw;
    padding: 0 4vw;
    padding-right: 0;
  }
}
#header .header_inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
#header .header_right {
  display: flex;
  align-items: center;
}
#header .header_logo {
  width: 290px;
}
@media screen and (max-width: 768px) {
  #header .header_logo {
    width: 48vw;
  }
}
#header .header_nav {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  gap: 30px;
}
@media screen and (max-width: 1100px) {
  #header .header_nav {
    display: none;
  }
}
#header .header_jrLogo {
  width: 49px;
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  #header .header_jrLogo {
    width: 9.3333333333vw;
    margin-left: 4vw;
  }
}
#header .header_navList a {
  position: relative;
  padding-bottom: 4px;
}
#header .header_navList a::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0%;
  left: 50%;
  opacity: 0;
  background-color: #333;
  transition: all 0.3s;
  transform: translate(-50%, -50%);
}
#header .header_navList a:hover::after {
  opacity: 1;
}
#header .MenuBtn.Style01 {
  display: flex;
  width: 90px;
  height: 90px;
  position: relative;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #header .MenuBtn.Style01 {
    width: 16vw;
    height: 16vw;
  }
}
#header .MenuBtn.Style01 .MenuBtn-BarFrame {
  display: block;
  width: 40px;
  height: 2px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #header .MenuBtn.Style01 .MenuBtn-BarFrame {
    width: 8vw;
  }
}
#header .MenuBtn.Style01 .MenuBtn-BarFrame-FirstBar {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  transition: all 0.15s linear;
}
#header .MenuBtn.Style01 .MenuBtn-BarFrame-SecondBar {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  transition: all 0.15s linear;
  transform: translateY(-13px) rotate(0deg);
}
@media screen and (max-width: 768px) {
  #header .MenuBtn.Style01 .MenuBtn-BarFrame-SecondBar {
    transform: translateY(-3.3333333333vw) rotate(0deg);
  }
}
#header .MenuBtn.Style01 .MenuBtn-BarFrame-ThirdBar {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  transition: all 0.15s linear;
  transform: translateY(13px) rotate(0deg);
}
@media screen and (max-width: 768px) {
  #header .MenuBtn.Style01 .MenuBtn-BarFrame-ThirdBar {
    transform: translateY(3.3333333333vw) rotate(0deg);
  }
}
#header .MenuBtn.Style01.isClosed .MenuBtn-BarFrame-FirstBar {
  opacity: 0;
}
#header .MenuBtn.Style01.isClosed .MenuBtn-BarFrame-SecondBar {
  transform: translateY(0) rotate(45deg);
}
#header .MenuBtn.Style01.isClosed .MenuBtn-BarFrame-ThirdBar {
  transform: translateY(0) rotate(-45deg);
}

/*------------------------------------------------------------------- 
  Menu_cont
/*-------------------------------------------------------------------*/
.Menu_cont {
  width: 290px;
  position: relative;
  margin-top: 20px;
  margin-right: 0;
  margin-left: auto;
  padding: 0 30px;
  border-radius: 10px;
  background-color: #e3f1f9;
}
@media screen and (max-width: 768px) {
  .Menu_cont {
    width: 74.6666666667vw;
    margin-top: 3.3333333333vw;
    margin-right: 3.3333333333vw;
    padding: 0 8vw;
    border-radius: 1.3333333333vw;
  }
}
.Menu_cont::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  top: -15px;
  right: 30px;
  border-style: solid;
  border-top: 0;
  border-right: 15px solid transparent;
  border-bottom: 25px solid #e3f1f9;
  border-left: 15px solid transparent;
}
@media screen and (max-width: 768px) {
  .Menu_cont::after {
    top: -2vw;
    right: 2.9333333333vw;
    border-right: 2vw solid transparent;
    border-bottom: 3.3333333333vw solid #e3f1f9;
    border-left: 2vw solid transparent;
  }
}
.Menu_cont .Menu_contList {
  border-bottom: 1px solid #fff;
}
.Menu_cont .Menu_contList a {
  display: flex;
  height: 75px;
  font-weight: bold;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .Menu_cont .Menu_contList a {
    height: 18.6666666667vw;
    padding-left: 2.6666666667vw;
  }
}
.Menu_cont .Menu_contList:last-child {
  border-bottom: none;
}

body::after {
  content: "";
  display: block;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0.2;
  opacity: 0;
  background-color: #000;
  pointer-events: none;
  transition: all 0.3s;
  z-index: 100;
}
body .Menu_cont {
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  transform: translate(0%, -3%);
}

.navOpen::after {
  opacity: 0.2;
  pointer-events: all;
}
.navOpen .Menu_cont {
  opacity: 1;
  pointer-events: all;
  transform: translate(0%, 0);
}

/*------------------------------------------------------------------- 
  project
/*-------------------------------------------------------------------*/
/*------------------------------------------------------------------- 
下層ページ
/*-------------------------------------------------------------------*/
.project #mv {
  padding-bottom: 116px;
}

@media screen and (max-width: 768px) {
  .project #mv {
    padding-top: 24vw;
    padding-bottom: 11.7333333333vw;
  }
}
.project #project_example {
  padding-bottom: 140px;
  background: #e9f0d0;
}

@media screen and (max-width: 768px) {
  .project #project_example {
    padding-bottom: 16vw;
  }
}
.project #project_example .inner {
  padding: 0 50px;
}

@media screen and (max-width: 768px) {
  .project #project_example .inner {
    padding: 0;
  }
}
.project #project_example .example_ttl {
  max-width: 820px;
  position: relative;
  top: -60px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .project #project_example .example_ttl {
    max-width: 92vw;
    top: -9.8666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .project #project_example .collaboration {
    padding: 0 4vw;
  }
}
.project #project_example .collaboration .collaboration_ttl {
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .project #project_example .collaboration .collaboration_ttl {
    max-width: 78.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
}
.project #project_example .collaboration .collaboration_txt {
  margin: 0 auto 30px;
  color: #828282;
  line-height: 1.625;
  font-size: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .project #project_example .collaboration .collaboration_txt {
    margin: 0 auto 4.6666666667vw;
    line-height: 1.5;
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .project #project_example .collaboration .collaboration_video iframe {
    max-width: 940px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .project #project_example .collaboration .collaboration_video iframe {
    width: 92vw !important;
    height: 51.73333333vw !important;
  }
}
/* .project #project_example .collaboration .collaboration_img {
  padding: 10px 0;
  background-color: #fff;
  }
  @media screen and (max-width: 768px) {
  .project #project_example .collaboration .collaboration_img {
    padding: 0;
  }
  }
  .project #project_example .collaboration .collaboration_img img {
  display: block;
  max-width: 690px;
  margin: 0 auto;
  }
  @media screen and (max-width: 768px) {
  .project #project_example .collaboration .collaboration_img img {
    max-width: 100%;
  }
  } */
.project #project_example .theme {
  padding: 120px 60px 0;
}

@media screen and (max-width: 768px) {
  .project #project_example .theme {
    padding: 16vw 4vw 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .project #project_example .theme {
    padding: 120px 0 0;
  }
}
.project #project_example .theme .theme_ttl {
  max-width: 240px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .project #project_example .theme .theme_ttl {
    max-width: 48vw;
    margin-bottom: 8vw;
  }
}
.project #project_example .theme .theme_listWrap {
  display: flex;
  position: relative;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
}

@media screen and (max-width: 768px) {
  .project #project_example .theme .theme_listWrap {
    display: block;
  }
}
.listWrap_Icon {
  max-width: 46px;
  width: 100%;
  margin: 0 3.3% 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .listWrap_Icon {
    width: 8vw;
    margin: 0 auto;
    padding: 4vw 0;
  }
}
@media screen and (max-width: 768px) {
  .project #project_example .theme .theme_listWrap::before {
    width: 8vw;
    height: 8vw;
    top: 53%;
    background-size: 8vw;
  }
}
.project #project_example .theme .theme_listWrap li {
  max-width: 360px;
  width: 43.90244%;
  position: relative;
  padding: 6.098% 3.534% 3.05%;
  border: 1px solid #747272;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .project #project_example .theme .theme_listWrap li {
    max-width: 100%;
    width: 100%;
    min-height: 53.266667vw;
    padding: 6.1333333333vw 3.7333333333vw 4.5333333333vw;
    border: 0.2666666667vw solid #747272;
    border-radius: 1.3333333333vw;
  }
  .project #project_example .theme .theme_listWrap li:last-child {
    margin-bottom: 0;
  }
}
.project #project_example .theme .theme_listWrap li .theme_logo {
  max-width: 300px;
  margin: 0 auto 27px;
}

@media screen and (max-width: 768px) {
  .project #project_example .theme .theme_listWrap li .theme_logo {
    max-width: 84vw;
    margin-bottom: 4.9333333333vw;
  }
}
.project #project_example .theme .theme_listWrap li .themeDetail_ttl {
  margin-bottom: 19px;
  color: #81b320;
  line-height: 1.454;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .project #project_example .theme .theme_listWrap li .themeDetail_ttl {
    margin-bottom: 3.6vw;
    line-height: 1.142;
    font-size: 3.7333333333vw;
  }
}
.project #project_example .theme .theme_listWrap li .themeDetai_txt {
  color: #828282;
  line-height: 1.625;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .project #project_example .theme .theme_listWrap li .themeDetai_txt {
    line-height: 1.5;
    font-size: 3.2vw;
  }
}
.project #project_example .resolution {
  padding: 120px 60px;
}

@media screen and (max-width: 768px) {
  .project #project_example .resolution {
    padding: 16vw 0;
  }
}
@media screen and (min-width: 769px) and (max-width: 1000px) {
  .project #project_example .resolution {
    padding: 120px 0;
  }
}
.project #project_example .resolution .resolution_ttl {
  max-width: 240px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 768px) {
  .project #project_example .resolution .resolution_ttl {
    max-width: 48vw;
    margin-bottom: 8vw;
  }
}
.project #project_example .resolution .resolution_txtBox {
  margin-bottom: 40px;
  padding: 24px 30px;
  border: 1px solid #747272;
  border-radius: 10px;
  background-color: #fff;
}

@media screen and (max-width: 768px) {
  .project #project_example .resolution .resolution_txtBox {
    margin: 0 4vw 5.3333333333vw;
    padding: 4.2666666667vw 4vw;
    border: 0.2666666667vw solid #747272;
    border-radius: 1.3333333333vw;
  }
}
.project #project_example .resolution .resolution_txtBox > p {
  color: #828282;
  line-height: 1.625;
  font-size: 16px;
}

.project #project_example .resolution .resolution_txtBox > p a {
  color: #0054a0;
  text-decoration: underline;
}

.project #project_example .resolution .resolution_txtBox > p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 768px) {
  .project #project_example .resolution .resolution_txtBox > p {
    line-height: 1.5;
    font-size: 3.2vw;
  }
}
.project #project_example .resolution .comment_box {
  display: flex;
  margin-bottom: 93px;
  align-items: flex-end;
}

@media screen and (max-width: 768px) {
  .project #project_example .resolution .comment_box {
    margin-bottom: 13.3333333333vw;
    padding: 0 4vw;
  }
}
.project #project_example .resolution .comment_box .comment_boxImg {
  max-width: 138px;
  margin: 0 16px;
}

@media screen and (max-width: 768px) {
  .project #project_example .resolution .comment_box .comment_boxImg {
    max-width: 19.2vw;
    margin: 0 3.4666666667vw 0 0;
  }
}
.project #project_example .resolution .comment_box .comment_txtWrap {
  max-width: calc(100% - 170px);
  width: 100%;
  position: relative;
  padding: 23px 40px;
  border-radius: 74.5px;
  background-color: #90bc01;
}

@media screen and (max-width: 768px) {
  .project #project_example .resolution .comment_box .comment_txtWrap {
    max-width: calc(100% - 22.6667vw);
    padding: 3.2vw 4vw;
    border-radius: 4vw;
  }
}
.project #project_example .resolution .comment_box .comment_txtWrap::before {
  content: "";
  width: 38px;
  height: 24px;
  position: absolute;
  bottom: 16px;
  left: -10px;
  background-image: url(../img/project/comment_fukidashiImg.png);
  background-repeat: no-repeat;
  background-size: 38px;
}

@media screen and (max-width: 768px) {
  .project #project_example .resolution .comment_box .comment_txtWrap::before {
    width: 5.0666666667vw;
    height: 3.2vw;
    bottom: v 160;
    left: -3.4666666667vw;
    background-size: 5.0666666667vw;
  }
}
.project #project_example .resolution .comment_box .comment_txtWrap .comment_txt {
  color: #fff;
  line-height: 1.667;
  font-size: 15px;
}

@media screen and (max-width: 768px) {
  .project #project_example .resolution .comment_box .comment_txtWrap .comment_txt {
    line-height: 1.52;
    font-size: 3.0666666667vw;
  }
}
.project #project_example .back_btn {
  display: flex;
  width: 380px;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #828282;
  border-radius: 3px;
  color: #81b320;
  font-size: 18px;
  font-weight: 700;
  background-color: #fff;
  align-items: center;
  justify-content: center;
}

@media screen and (max-width: 768px) {
  .resolution_img_box {
    padding: 0 4vw;
  }
}

.resolution_img {
  margin-bottom: 30px;
}
.resolution_img:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .project #project_example .back_btn {
    width: 66.6666666667vw;
    height: 10.6666666667vw;
    border: 0.2666666667vw solid #828282;
    border-radius: 0.8vw;
    font-size: 3.4666666667vw;
  }
  .project .resolution_img {
    width: 92vw;
    margin-right: auto;
    margin-left: auto;
  }
  .resolution_img {
    margin-bottom: 4vw;
  }
  .resolution_img:last-child {
    margin-bottom: 0;
  }
}
.indent_txt {
  display: block;
  padding-left: 1em;
  text-indent: -1em;
}

/**********add 2024 0717*/
.copyright_txt {
  display: block;
  margin-top: 15px;
  color: #828282;
  line-height: 1.667;
  font-size: 12px;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .copyright_txt {
    margin-top: 2.8vw;
    line-height: 1.6;
    font-size: 2.66666667vw;
  }
}

@media screen and (max-width: 768px) {
  .project.project03 #project_example .collaboration .collaboration_ttl {
    max-width: 83.2vw;
  }
}
@media screen and (max-width: 768px) {
  .project.project03 #project_example .theme .theme_ttl {
    max-width: 38.4vw;
  }
}

/**********add 2024 1015*/
.project.project04 #project_example .resolution .copyright_txt {
  margin-top: 0;
  padding-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .project.project04 #project_example .resolution .copyright_txt {
    padding-bottom: 3.2vw;
  }
}

/**********add 2024 1127*/
.creation.creation06 .copyright_txt {
  margin-top: 0;
  padding-bottom: 17px;
}
@media screen and (max-width: 768px) {
  .creation.creation06 .copyright_txt {
    padding-bottom: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .creation.creation06 .resolution_img {
    width: 92vw;
    margin: 0 auto;
  }
}/*# sourceMappingURL=style.css.map */