@charset "UTF-8";
/*------------------------------------------------------------
	TOPページ(PC)
------------------------------------------------------------*/
.sec01 {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.sec01 .content {
  display: flex;
  position: relative;
  color: #b7dbaa;
  padding: 7.8125vw 0 20px;
  max-width: 100%;
}
.sec01 .content > div:first-of-type {
  flex: 1;
  padding-left: 190px;
}
.sec01 .content > div:last-of-type {
  width: 640px;
}
.sec01 .content > div:last-of-type img {
  width: 100%;
}
.sec01 .txt01 {
  font-size: 22px;
  line-height: 42px;
  letter-spacing: 5.72px;
  margin-bottom: 50px;
}
.sec01 .txt01 > span {
  display: block;
}
.sec01 .txt02 {
  font-size: 14px;
  line-height: 23.6px;
  letter-spacing: 2.52px;
  font-weight: 300;
}
.sec01 .txt02:not(:last-of-type) {
  margin-bottom: 1.5em;
}
.sec01 .movie {
  display: flex;
  background: #e2f1dd;
  color: #26384d;
  width: 900px;
  margin: 0 auto 7.8125vw;
}
.sec01 .movie .ph {
  width: 234px;
}
.sec01 .movie .ph.forPC {
  display: block;
}
.sec01 .movie .ph.forSP {
  display: none;
}
.sec01 .movie .ph img {
  width: 100%;
}
.sec01 .movie > .txt {
  flex: 1;
  padding: 30px;
}
.sec01 .movie > .txt .title {
  margin-bottom: 15px;
}
.sec01 .movie > .txt .title p:first-of-type {
  font-size: 19px;
  font-weight: 600;
}
.sec01 .movie > .txt .title p:last-of-type {
  font-size: 14px;
  padding-left: 3.5em;
}
.sec01 .movie > .txt .info .ttl {
  font-size: 20px;
  border-bottom: solid 1px #26384d;
  margin-bottom: 10px;
  font-weight: 500;
}
.sec01 .movie > .txt .info .txt {
  font-size: 14px;
  line-height: 25px;
  letter-spacing: 1.26px;
  margin-bottom: 1.5em;
}
.sec01 .movie > .txt .info .copy {
  font-size: 10px;
  letter-spacing: 0.4px;
  text-align: right;
}

@media all and (min-width: 768px) {
  .sec01 .snsBox .snsList li a:hover {
    opacity: 0.7;
  }
}
.sec02 {
  position: relative;
  color: #26384D;
  background: #b7dbaa;
  border-radius: 75px 75px 0 0;
  padding: 100px 0 60px;
  z-index: 10;
}
.sec02 .content {
  max-width: 900px;
}
.sec02 .content.info {
  padding: 60px 0;
}
@media all and (max-width: 900px) {
  .sec02 .content.info {
    width: auto;
    padding: 94px 15px 86px;
  }
}
.sec02 .headLine01 {
  font-size: 34px;
  line-height: 37.33px;
  letter-spacing: 3.06px;
  color: #26384D;
}
.sec02 .title {
  font-size: 28px;
  line-height: 1;
  letter-spacing: 7.84px;
  margin: 0 auto 90px;
  text-align: center;
}
.sec02 .boxWrap {
  display: grid;
  grid-template-columns: 0.95fr 1.05fr;
  margin-bottom: 70px;
}
.sec02 .txtDl dt {
  padding: 0 0 12px;
  width: 5em;
  float: left;
  clear: left;
  font-size: 14px;
  letter-spacing: 1.54px;
  font-weight: 600;
  color: #26384D;
  text-align: justify;
  -moz-text-align-last: justify;
       text-align-last: justify;
}
.sec02 .txtDl dd {
  padding: 0 0 16px 7em;
  font-size: 14px;
  line-height: 1.5;
  letter-spacing: 1.54px;
  color: #5c6a79;
}
.sec02 .date {
  margin-bottom: 0.4em;
}
.sec02 .sdlW {
  display: flex;
}
.sec02 .sdlW > div:first-of-type {
  width: 7em;
}
.sec02 .sdlW > div:last-of-type {
  flex: 1;
}
.sec02 .txtUl {
  font-size: 14px;
  line-height: 1.5;
}
.sec02 .txtUl li {
  padding-bottom: 6px;
  padding-left: 1.3em;
  text-indent: -1.3em;
  color: #5c6a79;
}
.sec02 .txtUl li .icon {
  color: #26384D;
  width: 10px;
  height: 10px;
}
.sec02 .contactBox {
  position: relative;
}
.sec02 .contactBox a, .sec02 .contactBox div.close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 325px;
  height: 60px;
  margin: 0 auto;
  background: #26384D;
  border-radius: 30px;
  cursor: pointer;
}
.sec02 .contactBox a {
  font-weight: 600;
}
.sec02 .contactBox a:before {
  position: absolute;
  margin-top: -8px;
  width: 15px;
  height: 15px;
  background: url(../img/common/icon01.svg) no-repeat left top;
  background-size: 15px 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  filter: brightness(0) invert(1);
}

#gFooter .fInner {
  max-width: initial;
  padding: 0;
}
#gFooter .headLine01 {
  position: relative;
  height: 110px;
  z-index: 90;
  margin-bottom: -65px;
}
#gFooter .headLine01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  z-index: 0;
  pointer-events: none;
  background: url("../img/index/bg02.svg") repeat-x left -3px top #74808d;
  background-size: 8px 46px;
}
#gFooter .headLine01 embed {
  position: relative;
  height: 100%;
  margin-top: -32px;
  z-index: 10;
}
#gFooter .comBtn {
  margin-top: 30px;
  margin-bottom: 50px;
}
#gFooter .comBtn a {
  height: 30px;
  line-height: 30px;
  border: solid 1px #26384d;
  width: 80px;
  padding: 0 0 0 8px;
}
#gFooter .comBtn embed {
  fill: #26384d;
  filter: none;
}
#gFooter .txt03 {
  text-align: center;
}
#gFooter .txt03 > span {
  display: block;
}
#gFooter .txt03 > span:first-of-type {
  font-size: 14px;
  margin-bottom: 0.8em;
}
#gFooter .txt03 > span.tel {
  font-size: 28px;
}

#gFooter .contactBox div.close {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 325px;
  height: 60px;
  margin: 0 auto;
  border-radius: 30px;
  cursor: pointer;
  margin-bottom: 25px;
}

.sec02 .contactBox div.close, #gFooter .contactBox div.close {
  cursor: default;
}

.sec02 .contactBox a:after {
  margin-top: -8px;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 50%;
  right: 20px;
  content: "";
  filter: brightness(0) invert(1);
}
.sec02 .contactBox a span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  color: #FFF;
  font-weight: 400;
}
.sec02 .contactBox div.close span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  color: #FFFFFF;
}

#gFooter .contactBox div.close span {
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1.4px;
  color: #FFFFFF;
}

.sec02 .contactBox div.close span, #gFooter .contactBox div.close span {
  line-height: 1.3;
  text-align: center;
}

#gFooter .contactBox div.close span {
  color: #26384d;
}

.sec02 .comBtn a {
  margin-left: 70px;
  margin-top: -6px;
  color: #26384D;
  border: 2px solid #26384D;
  padding: 5px 0 5px 8px;
}
.sec02 .comBtn embed {
  display: inline-block;
  vertical-align: middle;
  fill: #26384D;
}

.sec03 {
  position: relative;
  color: #f0e6d5;
}
.sec03:before {
  position: absolute;
  content: "";
  z-index: -1;
  width: 100vw;
  min-width: 2713px;
  height: 100vh;
  min-height: 2205px;
  left: calc((100vw - 1280px) / 2 - 40px);
  top: 0;
  background: url("../img/index/bg03.svg") no-repeat left top;
  background-position-y: -620px;
  background-size: 2713px 2205px;
}
.sec03 .content.program {
  position: relative;
  max-width: inherit;
  padding: 0 0 30px;
}
.sec03 .headLine01 {
  position: relative;
  height: 110px;
  z-index: 90;
  margin-bottom: 60px;
}
.sec03 .headLine01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  z-index: 0;
  pointer-events: none;
  background: url("../img/index/bg01.svg") repeat-x left -3px top #26384D;
  background-size: 8px 46px;
}
.sec03 .headLine01 embed {
  position: relative;
  height: 100%;
  margin-top: -32px;
  z-index: 10;
}
.sec03 .headLine02 {
  font-weight: 400;
  margin-bottom: 30px;
}
.sec03 .headLine02 .en {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #f0e6d5;
  margin-top: 0.5em;
}
.sec03 .innerWrap {
  max-width: 1280px;
  margin: 0 auto;
}
.sec03 .inner {
  display: flex;
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 100px;
  z-index: 10px;
}
.sec03 .inner:nth-child(even) {
  flex-direction: row-reverse;
}
.sec03 .inner:first-of-type {
  position: relative;
}
.sec03 .inner .photoBox {
  width: 414px;
}
.sec03 .inner .photoBox.forPC {
  display: block;
}
.sec03 .inner .photoBox.forSP {
  display: none;
}
.sec03 .inner .photoBox img {
  width: 100%;
}
.sec03 .inner .textBox {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sec03 .inner .textBox .ttl {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 22px;
  line-height: 36px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 17px;
}
.sec03 .inner .textBox .txt {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: 2.1px;
  color: #f0e6d5;
  margin-bottom: 20px;
}
.sec03 .inner .textBox .small {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 2.04px;
}
.sec03 .inner .textBox .small a {
  display: inline-block;
  padding-right: 15px;
  text-decoration: underline;
  color: #f0e6d5;
}
.sec03 .inner .textBox .small a embed {
  filter: brightness(0) invert(1);
  margin-left: 10px;
}
.sec03 .inner .textBox .small embed {
  width: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
}
.sec03 .inner .textBox .small + .small {
  margin-top: 1.5em;
}
.sec03 .inner .textBox > .movie {
  display: flex;
  background: #f0e6d5;
}
.sec03 .inner .textBox > .movie > div.txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 0 20px;
  margin-bottom: 0;
}
.sec03 .inner .textBox > .movie > div.txt span {
  color: #26384d;
  display: block;
}
.sec03 .inner .textBox > .movie > div.txt span:first-of-type {
  font-size: 17px;
  line-height: 1.4;
  margin-bottom: 0.5em;
  font-weight: 500;
}
.sec03 .inner .textBox > .movie > div.txt span:last-of-type {
  font-size: 14px;
  line-height: 1;
}
.sec03 .inner .textBox > .movie > div.ph {
  width: 86px;
}
.sec03 .inner .textBox > .movie > div.ph img {
  width: 100%;
}

@media all and (min-width: 768px) {
  .sec03 .inner .textBox .small a:hover {
    text-decoration: none;
  }
}
.sec04 {
  position: relative;
  color: #26384d;
  background: #b7dbaa;
  padding-bottom: 100px;
}
.sec04 .content.program {
  position: relative;
  max-width: inherit;
  padding: 0 0 30px;
}
.sec04 .headLine01 {
  position: relative;
  height: 110px;
  z-index: 90;
  margin-bottom: -65px;
}
.sec04 .headLine01::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 46px;
  z-index: 0;
  pointer-events: none;
  background: url("../img/index/bg01.svg") repeat-x left -3px top #26384D;
  background-size: 8px 46px;
}
.sec04 .headLine01 embed {
  position: relative;
  height: 100%;
  margin-top: -32px;
  z-index: 10;
}
.sec04 .headLine02 {
  font-size: 24px;
  letter-spacing: 1.44px;
  text-align: center;
  font-weight: 600;
}
.sec04 .headLine03 {
  font-size: 22px;
  text-align: center;
  font-weight: 500;
  margin-bottom: 20px;
}
.sec04 .innerWrap {
  max-width: 900px;
  margin: 0 auto;
  background: #e2f1dd;
  padding: 100px 0 120px;
  color: #26384D;
}
.sec04 .inner {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
}
.sec04 .block {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  max-width: 580px;
  margin: 0 auto 40px;
}
.sec04 .ph {
  width: 100%;
  max-width: 480px;
  margin: 80px auto 0;
}
.sec04 .ph img {
  width: 100%;
}

/*------------------------------------------------------------
	TOPページ(タブレット)
------------------------------------------------------------*/
/*------------------------------------------------------------
	TOPページ(SP)
------------------------------------------------------------*/
@media all and (max-width: 767.98px) {
  .sec01 {
    width: 100vw;
  }
  .sec01 .content {
    display: block;
    padding: 18vw 6.6666666667vw;
    box-sizing: border-box;
  }
  .sec01 .content > div:first-of-type {
    padding-left: 0;
  }
  .sec01 .content > div:last-of-type {
    width: 100%;
  }
  .sec01 .txt01 {
    font-size: 4.2666666667vw;
    margin-bottom: 50px;
    text-align: center;
    line-height: 1.8;
  }
  .sec01 .txt01 > span span {
    display: block;
  }
  .sec01 .txt02 {
    font-size: 3.2vw;
    text-align: center;
    margin-bottom: 50px;
  }
  .sec01 .movie {
    display: flex;
    background: #e2f1dd;
    border-radius: 25px;
    color: #26384d;
    width: auto;
    margin: 0 6.6666666667vw 13.3333333333vw;
    box-sizing: border-box;
  }
  .sec01 .movie .ph {
    width: 27.6vw;
    margin: 0 auto 20px;
  }
  .sec01 .movie .ph.forPC {
    display: none;
  }
  .sec01 .movie .ph.forSP {
    display: block;
  }
  .sec01 .movie .ph img {
    width: 100%;
  }
  .sec01 .movie > .txt {
    padding: 6.6666666667vw;
  }
  .sec01 .movie > .txt .title {
    margin-bottom: 15px;
    text-align: center;
  }
  .sec01 .movie > .txt .title p:first-of-type {
    font-size: 3.4666666667vw;
    line-height: 1.6;
  }
  .sec01 .movie > .txt .title p:first-of-type > span {
    display: block;
  }
  .sec01 .movie > .txt .title p:last-of-type {
    font-size: 2.9333333333vw;
    padding-left: 0;
  }
  .sec01 .movie > .txt .info .ttl {
    font-size: 5.0666666667vw;
    text-align: center;
  }
  .sec01 .movie > .txt .info .txt {
    font-size: 3.2vw;
  }
  .sec01 .movie > .txt .info .copy {
    font-size: 2.4vw;
    letter-spacing: 0.4px;
    text-align: center;
  }
  .sec01 .movie > .txt .info .copy > span {
    display: block;
  }
  .sec01 .title {
    margin: 0 0 6vw;
    font-size: 5.0666666667vw;
    line-height: 8.5333333333vw;
    letter-spacing: 0.6666666667vw;
  }
  .sec01 > .txt {
    margin: 0 0 6.6666666667vw;
    font-size: 3.2vw;
    line-height: 7.4666666667vw;
    letter-spacing: 0.384vw;
    border: solid;
  }
  .sec02 {
    border-radius: 50px 50px 0 0;
    padding: 13.3333333333vw 0;
  }
  .sec02 .content {
    width: auto;
  }
  .sec02 .content.info {
    padding: 0 6.6666666667vw;
  }
  .sec02 .headLine01 {
    margin-bottom: 13.3333333333vw;
    font-size: 6.6666666667vw;
  }
  .sec02 .title {
    margin: 0 auto 8vw;
    font-size: 4.1333333333vw;
    letter-spacing: 1.1573333333vw;
  }
  .sec02 .boxWrap {
    grid-template-columns: 1fr;
    gap: 3.3333333333vw;
    margin-bottom: 6vw;
  }
  .sec02 .txtDl dt {
    width: 5em;
    font-size: 3.2vw;
    letter-spacing: 0.352vw;
    padding: 0 0 2.6666666667vw;
  }
  .sec02 .txtDl dd {
    position: relative;
    padding: 0 0 2.6666666667vw 7em;
    font-size: 3.2vw;
    letter-spacing: 0.352vw;
    font-weight: 400;
  }
  .sec02 .txtDl dd .pcbr {
    display: none;
  }
  .sec02 .comBtn {
    position: absolute;
    top: 0;
    right: 0;
    left: inherit;
  }
  .sec02 .comBtn a {
    margin-left: 24vw;
    width: 70px;
  }
  .sec02 .comBtn embed {
    height: 3.7333333333vw;
  }
  .sec02 .txtUl {
    font-size: 3.2vw;
    letter-spacing: 0.1066666667vw;
  }
  .sec02 .txtUl li {
    padding-top: 0.6666666667vw;
    padding-bottom: 0.6666666667vw;
  }
  .sec02 .txtUl .pcbr {
    display: none;
  }
  .sec02 .contactBox a {
    width: 86.1333333333vw;
    height: 15.7333333333vw;
    border-radius: 7.8666666667vw;
  }
  .sec02 .contactBox a span {
    font-size: 3.4666666667vw;
    letter-spacing: 0.3466666667vw;
  }
  .sec02 .contactBox .free embed {
    margin-top: 5.3333333333vw;
    right: -6.6666666667vw;
    top: 12.6666666667vw;
    width: 25.3333333333vw;
    height: 25.3333333333vw;
  }
  .sec03 {
    padding-bottom: 53.3333333333vw;
  }
  .sec03:before {
    position: absolute;
    content: "";
    z-index: -1;
    width: 100vw;
    min-width: initial;
    height: 100%;
    min-height: initial;
    left: 0;
    top: 0;
    background: url("../img/index/bg03@sp.svg") no-repeat;
    background-size: 600.2666666667vw 683.7333333333vw;
    background-position: calc(50% - 24vw) calc(100% - 20vw);
  }
  .sec03 .headLine01 {
    height: 55px;
    margin-bottom: 6.6666666667vw;
  }
  .sec03 .headLine01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 23px;
    z-index: 0;
    pointer-events: none;
    background: url("../img/index/bg01.svg") repeat-x left top #26384D;
    background-size: 4px 23px;
  }
  .sec03 .headLine01 embed {
    position: relative;
    height: 100%;
    margin-top: -16px;
    z-index: 10;
  }
  .sec03 .headLine02 {
    margin-bottom: 6.6666666667vw;
  }
  .sec03 .content.program {
    width: auto;
  }
  .sec03 .inner {
    display: block;
    margin: 0 6.6666666667vw 13.3333333333vw;
  }
  .sec03 .inner .photoBox {
    width: 100%;
    margin-bottom: 6.6666666667vw;
  }
  .sec03 .inner .photoBox.forPC {
    display: none;
  }
  .sec03 .inner .photoBox.forSP {
    display: block;
  }
  .sec03 .inner .photoBox img {
    width: 100%;
  }
  .sec03 .inner .textBox {
    float: none;
    width: auto;
    padding-top: 0;
  }
  .sec03 .inner .textBox .ttl {
    font-size: 4.1333333333vw;
    line-height: 6.6666666667vw;
    letter-spacing: 0.6613333333vw;
    margin-bottom: 6vw;
  }
  .sec03 .inner .textBox .txt {
    font-size: 2.9333333333vw;
    line-height: 5.0666666667vw;
    letter-spacing: 0.8666666667vw;
  }
  .sec03 .inner .textBox .small {
    font-size: 2.9333333333vw;
    line-height: 5.3333333333vw;
    letter-spacing: 0.48vw;
  }
  .sec03 .inner .textBox .small a {
    text-decoration: underline;
    position: relative;
    font-weight: 300;
  }
  .sec03 .inner .textBox .small a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
  }
  .sec03 .inner .textBox .small embed {
    width: 16px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 4px;
  }
  .sec03 .inner .textBox > .movie {
    display: block;
    border-radius: 20px;
    margin-bottom: 13.3333333333vw;
  }
  .sec03 .inner .textBox > .movie > div.txt {
    padding: 20px;
    margin-bottom: 0;
    text-align: center;
  }
  .sec03 .inner .textBox > .movie > div.txt span:first-of-type {
    font-size: 3.4666666667vw;
  }
  .sec03 .inner .textBox > .movie > div.txt span:last-of-type {
    font-size: 2.9333333333vw;
  }
  .sec03 .inner .textBox > .movie > div.ph {
    width: 103px;
    margin: 0 auto 30px;
  }
  .sec03 .inner .textBox > .movie > div.ph img {
    width: 100%;
  }
  .sec03 .snsList {
    display: flex;
    gap: 20px;
    margin-top: 6.6666666667vw;
  }
  .sec03 .snsList li a {
    display: flex;
    align-items: center;
  }
  .sec03 .snsList li embed {
    width: 4.9333333333vw;
    height: 4.9333333333vw;
    margin-right: 10px;
  }
  .sec03 .snsList li span {
    display: inline-block;
    line-height: 1;
    letter-spacing: 0.48vw;
    color: #FFF;
    font-size: 2.9333333333vw;
  }
  .sec04 {
    padding-bottom: 13.3333333333vw;
  }
  .sec04 .headLine01 {
    height: 55px;
    margin-bottom: -32px;
  }
  .sec04 .headLine01::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 23px;
    z-index: 0;
    pointer-events: none;
    background: url("../img/index/bg01.svg") repeat-x left top #26384D;
    background-size: 4px 23px;
  }
  .sec04 .headLine01 embed {
    margin-top: -16px;
  }
  .sec04 .headLine02 {
    text-align: center;
  }
  .sec04 .headLine02 > span {
    display: block;
  }
  .sec04 .headLine03 {
    font-size: 4.2666666667vw;
  }
  .sec04 .block {
    display: block;
    font-size: 3.2vw;
    text-align: center;
  }
  .sec04 .block.foodTop {
    margin-bottom: 0;
  }
  .sec04 .innerWrap {
    padding: 13.3333333333vw 6.6666666667vw 0;
    margin: 0 6.6666666667vw;
    width: auto;
  }
  .sec04 .ph {
    width: auto;
    margin: 0 -6.6666666667vw;
  }
  #gFooter .headLine01 {
    height: 55px;
    margin-bottom: -65px;
  }
  #gFooter .headLine01::before {
    height: 23px;
    background: url("../img/index/bg02.svg") repeat-x left top #74808d;
    background-size: 4px 23px;
  }
  #gFooter .headLine01 embed {
    margin-top: -16px;
  }
  #gFooter .comBtn {
    margin-top: 4vw;
    margin-bottom: 4vw;
  }
  #gFooter .txt03 {
    text-align: center;
  }
  #gFooter .txt03 > span {
    display: block;
  }
  #gFooter .txt03 > span:first-of-type {
    font-size: 2.9333333333vw;
    margin-bottom: 0;
  }
  #gFooter .txt03 > span.tel {
    font-size: 6.1333333333vw;
    line-height: 1;
    margin-bottom: 4vw;
  }
}