@import url("https://fonts.googleapis.com/css2?family=BIZ+UDMincho:wght@400;700&family=BIZ+UDPGothic:wght@400;700&family=Oswald:wght@200..700&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

body {
  font-family: "BIZ UDPGothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  background-color: #fff;
  color: #070707;
}

a {
  text-decoration: none;
}

body.lock-scroll {
  overflow: hidden;
}

.min {
  font-family: "BIZ UDMincho", serif;
}

.osw {
  font-family: "Oswald", sans-serif;
}

sup {
  font-size: 1.1rem;
  height: 0;
  line-height: 1;
  vertical-align: baseline;
  _vertical-align: bottom;
  position: relative;
  bottom: 1ex;
}

b {
  font-weight: bold;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.br-pc {
  display: block;
}

.br-sp {
  display: none;
}

@media (max-width: 780px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
}
.btn {
  display: block;
  text-align: center;
  width: 100%;
  position: relative;
  z-index: 1;
}

.btn a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent: -999px;
  z-index: 2;
}

.btn a:hover {
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  zoom: 1;
  transition: all 0.9s;
}

.imgzoom {
  overflow: hidden;
  background: #000;
}

.imgzoom img {
  display: block;
  transition-duration: 0.3s;
}

.imgzoom img:hover {
  transform: scale(1.2);
  transition-duration: 0.3s;
  opacity: 0.6;
}

@media (max-width: 780px) {
  .imgzoom {
    overflow: hidden;
    max-width: 100%;
    background: #000;
  }
}
#base_wrap {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

#header {
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  height: 80px;
  padding: 0;
  top: 0;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 200;
}
#header .logo img {
  max-width: 80px;
  margin-left: 15px;
}
#header .entry {
  background-color: #F47C32;
  width: 230px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1;
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  #header .entry:hover {
    opacity: 0.7;
    transition: all 0.9s;
  }
}

#section01, #section02, #section03, #section04 {
  padding-top: 100px;
  margin-top: -100px;
}

.kv {
  margin-top: 80px;
  background-image: url(../img/kv.png);
  background-image: image-set(url(../img/kv.png) 1x, url(../img/kv@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/kv.png) 1x, url(../img/kv@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: center;
  width: 100%;
  max-width: 1920px;
  height: 450px;
  position: relative;
}
.kv h2 {
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 150px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.kv .year {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 250px;
  left: 50%;
  transform: translateX(-50%);
}
.kv .grad {
  background: linear-gradient(90deg, rgb(50, 115, 47) 0%, rgb(25, 58, 24) 100%);
  position: absolute;
  top: 280px;
  left: 50%;
  transform: translateX(-50%);
  width: 400px;
  margin: 0 auto;
  text-align: center;
  padding: 15px 20px;
  border-radius: 10px;
}
.kv .grad h1 {
  font-size: 46px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
}

.s1 {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 0;
  text-align: center;
}
.s1 .bg {
  background-image: url(../img/pt.svg);
  background-repeat: repeat;
  background-size: 14px 14px;
  background-position: center;
  width: 100%;
  height: 100%;
  padding: 75px 0;
}
.s1 h3 {
  font-size: 36px;
  font-weight: 700;
  line-height: 1;
  color: #070707;
}
.s1 .ttl {
  margin: 20px auto 30px;
  font-size: 26px;
  font-weight: 700;
  line-height: 2;
  color: #070707;
  text-align: center;
  width: 100%;
}
.s1 p {
  width: 820px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 2;
  color: #070707;
  letter-spacing: 0.04em;
  text-align: left;
}

h4 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #070707;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.04em;
}
h4 span {
  display: block;
  font-size: 14px;
  font-weight: 200;
  margin: 10px auto 0;
}

.inner {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
}
.inner .nav {
  margin: 0 auto 80px;
}
.inner .nav ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}
.inner .nav ul li {
  flex-basis: 200px;
  padding-bottom: 10px;
  border-bottom: 1px solid #32732F;
  text-align: center;
}
.inner .nav ul li a {
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  color: #070707;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
}
.inner .proglam {
  width: 100%;
  margin: 0 auto 60px;
}
.inner .proglam .tab-list {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.inner .proglam .tab-list li:first-child {
  flex-basis: 50%;
  background-image: url(../img/program01.png);
  background-image: image-set(url(../img/program01.png) 1x, url(../img/program01@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/program01.png) 1x, url(../img/program01@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: contain;
  width: 490px;
  height: 225px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.inner .proglam .tab-list li:first-child h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin: 65px auto 30px;
}
.inner .proglam .tab-list li:first-child p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  color: #fff;
  letter-spacing: 0.04em;
  width: 410px;
  margin: 0 auto;
  text-align: left;
}
.inner .proglam .tab-list li:last-child {
  flex-basis: 50%;
  background-image: url(../img/program02.png);
  background-image: image-set(url(../img/program02.png) 1x, url(../img/program02@2x.png) 2x);
  background-image: -webkit-image-set(url(../img/program02.png) 1x, url(../img/program02@2x.png) 2x);
  background-repeat: no-repeat;
  background-size: contain;
  width: 490px;
  height: 225px;
  cursor: pointer;
  text-align: center;
  position: relative;
}
.inner .proglam .tab-list li:last-child h6 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  margin: 65px auto 30px;
}
.inner .proglam .tab-list li:last-child p {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.9;
  color: #fff;
  letter-spacing: 0.04em;
  width: 410px;
  margin: 0 auto;
  text-align: left;
}
.inner .proglam li:hover {
  opacity: 0.7;
  transition: all 0.9s;
}
.inner .proglam .tab-item.active:after {
  content: "";
  background-color: #32732F;
  width: 100%;
  height: 14px;
  position: absolute;
  bottom: -14px;
  left: 0;
  right: 0;
}
.inner .proglam .tab-panel {
  display: none;
}
.inner .proglam .tab-panel.active {
  display: block;
}
.inner .proglam .tab-panel-inner {
  background-color: rgba(208, 208, 208, 0.4);
  padding: 90px 60px 50px;
}
.inner .proglam .tab-panel-inner h6 {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #070707;
  text-align: center;
  margin-bottom: 15px;
  letter-spacing: 0.04em;
}
.inner .proglam .tab-panel-inner .deteil {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #070707;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0.04em;
}
.inner .proglam .tab-panel-inner span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  color: #070707;
  text-align: center;
  letter-spacing: 0.04em;
  display: block;
}
.inner .proglam .tab-panel-inner .tab_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
  margin: 50px auto 0;
}
.inner .proglam .tab-panel-inner .tab_flex .summary {
  flex-basis: 420px;
}
.inner .proglam .tab-panel-inner .tab_flex .summary .en {
  font-size: 14px;
  font-weight: 500;
  color: #32732F;
  margin: 0 0 10px;
}
.inner .proglam .tab-panel-inner .tab_flex .summary h5 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #070707;
  padding-bottom: 20px;
  margin-bottom: 10px;
  border-bottom: 1px solid #B9B9B9;
}
.inner .proglam .tab-panel-inner .tab_flex .summary p {
  font-size: 14px;
  line-height: 2;
  color: #070707;
  letter-spacing: 0.04em;
  text-align: left;
}
.inner .proglam .tab-panel-inner .tab_flex .photo {
  flex-basis: 400px;
  margin-bottom: 60px;
}
.inner .proglam .tab-panel-inner .voice_ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #070707;
  text-align: center;
  margin: 30px auto 50px;
  letter-spacing: 0.04em;
}
.inner .proglam .tab-panel-inner .voice_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 100%;
}
.inner .proglam .tab-panel-inner .voice_flex .voice_item {
  flex-basis: 680px;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #707070;
  margin-bottom: 20px;
}
.inner .proglam .tab-panel-inner .voice_flex .voice_item p {
  font-size: 14px;
  line-height: 2;
  color: #070707;
  letter-spacing: 0.04em;
  text-align: left;
}
.inner .proglam .tab-panel-inner .voice_flex .voice_item:after {
  content: "";
  background-image: url(../img/fuki_l.svg);
  width: 32px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  right: -15px;
  transform: rotate(180deg);
}
.inner .proglam .tab-panel-inner .voice_flex .voice_item_r {
  flex-basis: 680px;
  background-color: #fff;
  padding: 20px 30px;
  border-radius: 10px;
  position: relative;
  border: 1px solid #707070;
  margin-bottom: 20px;
}
.inner .proglam .tab-panel-inner .voice_flex .voice_item_r p {
  font-size: 14px;
  line-height: 2;
  color: #070707;
  letter-spacing: 0.04em;
  text-align: left;
}
.inner .proglam .tab-panel-inner .voice_flex .voice_item_r:before {
  content: "";
  background-image: url(../img/fuki_r.svg);
  width: 32px;
  height: 25px;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 15px;
  left: -25px;
  transform: rotate(180deg);
}
.inner .schedule {
  width: 100%;
  margin: 0 auto 120px;
}
.inner .schedule .info {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #070707;
  text-align: center;
  margin-bottom: 30px;
  letter-spacing: 0.04em;
}
.inner .schedule .checkbox-group {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin: 0 auto 20px;
}
.inner .schedule .checkbox-group .checkbox-item {
  cursor: pointer;
  flex-basis: 150px;
  background-color: #fff;
  border: 1px solid #32732F;
  border-radius: 30px;
  text-align: center;
  padding: 15px 0;
}
.inner .schedule .checkbox-group .checkbox-item input {
  display: none;
}
.inner .schedule .checkbox-group .checkbox-item label {
  color: #32732F;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.inner .schedule .checkbox-group .checkbox-item.checked {
  cursor: pointer;
  background-color: #32732F !important;
}
.inner .schedule .checkbox-group .checkbox-item.checked label {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
}
.inner .schedule button[type=button] {
  width: 150px;
  background: none;
  background-color: #ECECEC;
  margin: 0 auto 40px;
  padding: 15px 0;
  border-radius: 50px;
  color: #000;
  font-size: 14px;
  font-weight: 700;
  display: block;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  border: none;
}
@media (hover: hover) and (pointer: fine) {
  .inner .schedule button[type=button]:hover {
    opacity: 0.7;
    transition: all 0.9s;
  }
}
.inner .flow {
  background-color: #ECECEC;
  padding: 100px 60px 40px;
  width: 100%;
  margin: 120px auto 100px;
  max-width: 980px;
  box-sizing: border-box;
}
.inner .flow .w_base {
  background-color: #fff;
  padding: 50px 40px 20px;
  border-radius: 10px;
  margin-bottom: 20px;
}
.inner .flow .w_base .flow_flex {
  margin: 0 auto;
}
.inner .flow .w_base .flow_flex .step {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 30px;
}
.inner .flow .w_base .flow_flex .step .step_num {
  flex-basis: 60px;
  font-size: 12px;
  font-weight: 200;
  line-height: 1;
  color: #fff;
  background-color: #32732F;
  text-align: center;
  padding: 15px 10px;
  margin-right: 20px;
  box-sizing: border-box;
  width: 60px;
  margin-top: 20px;
}
.inner .flow .w_base .flow_flex .step .step_num span {
  display: block;
  font-size: 23px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  text-align: center;
}
.inner .flow .w_base .flow_flex .step .step_ttl {
  flex-basis: 700px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #070707;
  text-align: left;
  letter-spacing: 0.04em;
  margin-top: 20px;
}
.inner .flow .w_base .flow_flex .step .step_kei {
  border-bottom: 1px solid #B9B9B9;
  flex-basis: 100%;
  margin-bottom: 10px;
}
.inner .flow .w_base .flow_flex .step .step_txt {
  flex-basis: 100%;
}
.inner .flow .w_base .flow_flex .step .step_txt p {
  font-size: 14px;
  line-height: 2;
  color: #070707;
  letter-spacing: 0.04em;
  text-align: left;
  padding-left: 80px;
  margin-bottom: 20px;
}
.inner .flow .w_base .flow_flex .caution {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.inner .flow .w_base .flow_flex .caution .c_ttl {
  background-color: #32732F;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  padding: 20px 20px;
  width: 100px;
  margin-right: 20px;
}
.inner .flow .w_base .flow_flex .caution .c_txt {
  font-size: 14px;
  font-weight: 400;
  line-height: 2;
}
.inner .flow .w_base .entry_ttl {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #070707;
  text-align: left;
  letter-spacing: 0.04em;
  margin-bottom: 40px;
}
.inner .flow .w_base .entry_ttl span {
  font-weight: 400;
}
.inner .flow .w_base .entry_summary {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #070707;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 15px;
}
.inner .flow .w_base ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  margin: 0 auto 20px;
}
.inner .flow .w_base ul .month {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #070707;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 15px;
  flex-basis: 80px;
}
.inner .flow .w_base ul .date {
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #070707;
  letter-spacing: 0.04em;
  text-align: left;
  margin-bottom: 15px;
  flex-basis: 300px;
}
.inner .flow .w_base ul .date .blue {
  color: #1f34bc;
  font-weight: 700;
}
.inner .faq {
  padding: 0 0 40px;
  width: 100%;
  margin: 120px auto 0;
  max-width: 980px;
  box-sizing: border-box;
}
.inner .faq h4 {
  margin-top: 30px;
}
.inner .entry_ttl {
  text-align: center;
  margin: 60px auto 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #070707;
  letter-spacing: 0.04em;
}
.inner .entry_btn {
  background-color: #F47C32;
  width: 760px;
  height: 100px;
  margin: 0 auto 80px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.2em;
  text-align: center;
  transition: all 0.9s;
}
.inner .entry_btn a {
  color: #fff;
}
@media (hover: hover) and (pointer: fine) {
  .inner .entry_btn:hover {
    opacity: 0.7;
    transition: all 0.9s;
  }
}

#footer {
  width: 100%;
  height: auto;
  background-color: #32732F;
  padding: 60px 0;
  text-align: center;
}
#footer h4 {
  color: #fff;
}
#footer ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
}
#footer ul li {
  flex-basis: 284px;
}
#footer ul li a .thumb img {
  max-width: 100%;
}
#footer ul li a h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  letter-spacing: 0.04em;
  margin-top: 10px;
  text-decoration: none;
}
#footer .rectuit_btn {
  width: 420px;
  height: 100px;
  background-color: #fff;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #070707;
  text-align: center;
  margin-top: 60px;
}
@media (hover: hover) and (pointer: fine) {
  #footer .rectuit_btn:hover {
    opacity: 0.7;
    transition: all 0.9s;
  }
}

.copyright {
  background-color: #fff;
  text-align: center;
  padding: 20px 0;
}
.copyright span {
  font-size: 14px;
  font-weight: 200;
  line-height: 1;
  color: #070707;
}

@media (max-width: 780px) {
  #base_wrap {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    overflow-x: hidden;
  }
  #header {
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    height: 12.8vw;
    padding: 0;
    top: 0;
    right: 0;
    left: 0;
    position: fixed;
    z-index: 200;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #header .logo {
    text-align: center;
    flex-basis: 100%;
  }
  #header .logo img {
    max-width: 20vw;
    margin-left: 0;
    margin-top: 1.5vw;
  }
  #header .entry {
    display: none;
  }
  #section01, #section02, #section03, #section04 {
    padding-top: 12.8vw;
    margin-top: -12.8vw;
  }
  .kv {
    margin-top: 12.8vw;
    background-image: url(../img/kv-s.png);
    background-image: image-set(url(../img/kv-s.png) 1x, url(../img/kv-s.png) 2x);
    background-image: -webkit-image-set(url(../img/kv-s.png) 1x, url(../img/kv-s.png) 2x);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    max-width: 100%;
    height: 109.61538vw;
    position: relative;
  }
  .kv h2 {
    font-size: 6.4102564103vw;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 26vw;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  .kv .year {
    font-size: 3.0769230769vw;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 65vw;
    left: 50%;
    transform: translateX(-50%);
  }
  .kv .grad {
    background: linear-gradient(90deg, rgb(50, 115, 47) 0%, rgb(25, 58, 24) 100%);
    position: absolute;
    top: 70vw;
    left: 50%;
    transform: translateX(-50%);
    width: 60vw;
    margin: 0 auto;
    text-align: center;
    padding: 2vw 0;
    border-radius: 10px;
  }
  .kv .grad h1 {
    font-size: 5.8974358974vw;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
  }
  .s1 {
    background-color: rgba(0, 0, 0, 0.1);
    padding: 0;
    text-align: center;
  }
  .s1 .bg {
    background-image: url(../img/pt.svg);
    background-repeat: repeat;
    background-size: 3vw 3vw;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 7vw 0;
  }
  .s1 h3 {
    font-size: 6.4102564103vw;
    font-weight: 700;
    line-height: 1;
    color: #070707;
  }
  .s1 .ttl {
    margin: 20px auto 30px;
    font-size: 3.8461538462vw;
    font-weight: 700;
    line-height: 2;
    color: #070707;
    text-align: center;
    width: 100%;
  }
  .s1 p {
    width: 90vw;
    margin: 0 auto;
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 2;
    color: #070707;
    letter-spacing: 0.04em;
    text-align: left;
  }
  h4 {
    font-size: 5.1282051282vw;
    font-weight: 700;
    line-height: 1;
    color: #070707;
    text-align: center;
    margin-bottom: 3vw;
    letter-spacing: 0.04em;
  }
  h4 span {
    display: block;
    font-size: 2.8205128205vw;
    font-weight: 200;
    margin: 1vw auto 0;
  }
  .inner {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 10vw 0;
  }
  .inner .nav {
    margin: 0 auto 10vw;
  }
  .inner .nav ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 6vw;
    width: 86vw;
    margin: 0 auto;
  }
  .inner .nav ul li {
    flex-basis: 40vw;
    padding-bottom: 2vw;
    border-bottom: 1px solid #32732F;
    text-align: center;
  }
  .inner .nav ul li a {
    width: 100%;
    font-size: 3.3333333333vw;
    font-weight: 700;
    line-height: 1;
    color: #070707;
    text-align: center;
    text-decoration: none;
    margin-bottom: 10px;
  }
  .inner .proglam {
    width: 100%;
    margin: 0 auto 10vw;
  }
  .inner .proglam .tab-list {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
  }
  .inner .proglam .tab-list li:first-child {
    flex-basis: 50%;
    background-image: url(../img/program01-s.png);
    background-image: image-set(url(../img/program01-s.png) 1x, url(../img/program01-s.png) 2x);
    background-image: -webkit-image-set(url(../img/program01-s.png) 1x, url(../img/program01-s.png) 2x);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50vw;
    height: 38.3vw;
    cursor: pointer;
    text-align: center;
    position: relative;
  }
  .inner .proglam .tab-list li:first-child h6 {
    font-size: 3.5897435897vw;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin: 7vw auto 5vw;
  }
  .inner .proglam .tab-list li:first-child p {
    font-size: 2.5641025641vw;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 0.04em;
    width: 44vw;
    margin: 0 auto;
    text-align: left;
  }
  .inner .proglam .tab-list li:last-child {
    flex-basis: 50%;
    background-image: url(../img/program02-s.png);
    background-image: image-set(url(../img/program02-s.png) 1x, url(../img/program02-s.png) 2x);
    background-image: -webkit-image-set(url(../img/program02-s.png) 1x, url(../img/program02-s.png) 2x);
    background-repeat: no-repeat;
    background-size: contain;
    width: 50vw;
    height: 38.3vw;
    cursor: pointer;
    text-align: center;
    position: relative;
  }
  .inner .proglam .tab-list li:last-child h6 {
    font-size: 3.5897435897vw;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    margin: 7vw auto 5vw;
  }
  .inner .proglam .tab-list li:last-child p {
    font-size: 2.5641025641vw;
    font-weight: 400;
    line-height: 1.6;
    color: #fff;
    letter-spacing: 0.04em;
    width: 44vw;
    margin: 0 auto;
    text-align: left;
  }
  .inner .proglam .tab-item.active:after {
    content: "";
    background-color: #32732F;
    width: 100%;
    height: 2vw;
    position: absolute;
    bottom: -1.9vw;
    left: 0;
    right: 0;
  }
  .inner .proglam .tab-panel {
    display: none;
  }
  .inner .proglam .tab-panel.active {
    display: block;
  }
  .inner .proglam .tab-panel-inner {
    background-color: rgba(208, 208, 208, 0.4);
    padding: 10vw 10vw;
  }
  .inner .proglam .tab-panel-inner h6 {
    font-size: 4.8717948718vw;
    font-weight: 700;
    line-height: 1;
    color: #070707;
    text-align: center;
    margin-bottom: 2vw;
    letter-spacing: 0.04em;
  }
  .inner .proglam .tab-panel-inner .deteil {
    font-size: 3.3333333333vw;
    font-weight: 700;
    line-height: 1;
    color: #070707;
    text-align: center;
    margin-bottom: 5vw;
    letter-spacing: 0.04em;
  }
  .inner .proglam .tab-panel-inner span {
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 1;
    color: #070707;
    text-align: center;
    letter-spacing: 0.04em;
    display: block;
  }
  .inner .proglam .tab-panel-inner .tab_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 80vw;
    margin: 10vw auto 0;
  }
  .inner .proglam .tab-panel-inner .tab_flex .summary {
    flex-basis: 100%;
  }
  .inner .proglam .tab-panel-inner .tab_flex .summary .en {
    font-size: 2.8205128205vw;
    font-weight: 500;
    color: #32732F;
    margin: 0 0 2vw;
  }
  .inner .proglam .tab-panel-inner .tab_flex .summary h5 {
    font-size: 3.8461538462vw;
    font-weight: 700;
    line-height: 1;
    color: #070707;
    padding-bottom: 3vw;
    margin-bottom: 1.5vw;
    border-bottom: 1px solid #B9B9B9;
  }
  .inner .proglam .tab-panel-inner .tab_flex .summary p {
    font-size: 3.3333333333vw;
    line-height: 2;
    color: #070707;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .inner .proglam .tab-panel-inner .tab_flex .photo {
    flex-basis: 80vw;
    margin: 5vw auto 10vw;
  }
  .inner .proglam .tab-panel-inner .tab_flex .photo img {
    max-width: 100%;
  }
  .inner .proglam .tab-panel-inner .voice_ttl {
    font-size: 4.358974359vw;
    font-weight: 700;
    line-height: 1;
    color: #070707;
    text-align: center;
    margin: 5vw auto 8vw;
    letter-spacing: 0.04em;
  }
  .inner .proglam .tab-panel-inner .voice_flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 80vw;
    margin: 0 auto;
  }
  .inner .proglam .tab-panel-inner .voice_flex .voice_item {
    flex-basis: 60vw;
    background-color: #fff;
    padding: 2vw 3vw;
    border-radius: 10px;
    position: relative;
    border: 1px solid #707070;
    margin-bottom: 5vw;
  }
  .inner .proglam .tab-panel-inner .voice_flex .voice_item p {
    font-size: 2.8205128205vw;
    line-height: 1.6;
    color: #070707;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .inner .proglam .tab-panel-inner .voice_flex .voice_item:after {
    content: "";
    background-image: url(../img/fuki_l.svg);
    width: 3vw;
    height: 4vw;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 4vw;
    right: -2vw;
    transform: rotate(180deg);
  }
  .inner .proglam .tab-panel-inner .voice_flex .voice_item_r {
    flex-basis: 60vw;
    background-color: #fff;
    padding: 2vw 3vw;
    border-radius: 10px;
    position: relative;
    border: 1px solid #707070;
    margin-bottom: 5vw;
  }
  .inner .proglam .tab-panel-inner .voice_flex .voice_item_r p {
    font-size: 2.8205128205vw;
    line-height: 1.6;
    color: #070707;
    letter-spacing: 0.04em;
    text-align: left;
  }
  .inner .proglam .tab-panel-inner .voice_flex .voice_item_r:before {
    content: "";
    background-image: url(../img/fuki_r.svg);
    width: 3vw;
    height: 4vw;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    top: 4vw;
    left: -2vw;
    transform: rotate(180deg);
  }
  .inner .proglam .tab-panel-inner .voice_flex .icon {
    flex-basis: 10vw;
  }
  .inner .proglam .tab-panel-inner .voice_flex .icon img {
    max-width: 100%;
  }
  .inner .schedule {
    width: 100%;
    margin: 0 auto 20vw;
  }
  .inner .schedule .info {
    font-size: 3.0769230769vw;
    font-weight: 700;
    line-height: 1;
    color: #070707;
    text-align: center;
    margin-bottom: 5vw;
    letter-spacing: 0.04em;
  }
  .inner .schedule .checkbox-group {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 2vw;
    margin: 0 auto 3vw;
    width: 90vw;
  }
  .inner .schedule .checkbox-group .checkbox-item {
    cursor: pointer;
    flex-basis: 28vw;
    background-color: #fff;
    border: 1px solid #32732F;
    border-radius: 30px;
    text-align: center;
    padding: 2.5vw 0;
    margin-bottom: 2vw;
  }
  .inner .schedule .checkbox-group .checkbox-item input {
    display: none;
  }
  .inner .schedule .checkbox-group .checkbox-item label {
    color: #32732F;
    font-size: 2.8205128205vw;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  .inner .schedule .checkbox-group .checkbox-item.checked {
    cursor: pointer;
    background-color: #32732F !important;
  }
  .inner .schedule .checkbox-group .checkbox-item.checked label {
    color: #fff;
    font-size: 2.8205128205vw;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
  }
  .inner .schedule button[type=button] {
    width: 28vw;
    background: none;
    background-color: #ECECEC;
    margin: 0 auto 10vw;
    padding: 2.5vw 0;
    border-radius: 50px;
    color: #000;
    font-size: 3.0769230769vw;
    font-weight: 700;
    display: block;
    text-decoration: none;
    line-height: 1;
    text-align: center;
    cursor: pointer;
    border: none;
  }
}
@media (max-width: 780px) and (hover: hover) and (pointer: fine) {
  .inner .schedule button[type=button]:hover {
    opacity: 0.7;
    transition: all 0.9s;
  }
}
@media (max-width: 780px) {
  .inner .flow {
    background-color: #ECECEC;
    padding: 20vw 5vw 5vw;
    width: 100%;
    margin: 16vw auto 15vw;
    max-width: 100%;
    box-sizing: border-box;
  }
  .inner .flow h4 {
    margin-top: 5vw;
  }
  .inner .flow .w_base {
    background-color: #fff;
    padding: 5vw;
    border-radius: 10px;
    margin: 10vw auto;
  }
  .inner .flow .w_base .flow_flex {
    margin: 0 auto;
  }
  .inner .flow .w_base .flow_flex .step {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 5vw;
  }
  .inner .flow .w_base .flow_flex .step .step_num {
    flex-basis: 10vw;
    font-size: 2.8205128205vw;
    font-weight: 200;
    line-height: 1;
    color: #fff;
    background-color: #32732F;
    text-align: center;
    padding: 3vw 1.5vw;
    margin-right: 3vw;
    box-sizing: border-box;
    width: 10vw;
  }
  .inner .flow .w_base .flow_flex .step .step_num span {
    display: block;
    font-size: 5.1282051282vw;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    text-align: center;
  }
  .inner .flow .w_base .flow_flex .step .step_ttl {
    flex-basis: 60vw;
    font-size: 3.5897435897vw;
    font-weight: 700;
    line-height: 1;
    color: #070707;
    text-align: left;
    letter-spacing: 0.04em;
  }
  .inner .flow .w_base .flow_flex .step .step_kei {
    border-bottom: 1px solid #B9B9B9;
    flex-basis: 100%;
    margin-bottom: 3vw;
  }
  .inner .flow .w_base .flow_flex .step .step_txt {
    flex-basis: 100%;
  }
  .inner .flow .w_base .flow_flex .step .step_txt p {
    font-size: 3.3333333333vw;
    line-height: 2;
    color: #070707;
    letter-spacing: 0.04em;
    text-align: left;
    padding-left: 0;
    margin-bottom: 3vw;
  }
  .inner .flow .w_base .flow_flex .caution {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .inner .flow .w_base .flow_flex .caution .c_ttl {
    background-color: #32732F;
    color: #fff;
    font-size: 3.0769230769vw;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    padding: 3vw;
    width: 15vw;
    margin-right: 3vw;
  }
  .inner .flow .w_base .flow_flex .caution .c_txt {
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 2;
  }
  .inner .flow .w_base .entry_ttl {
    font-size: 4.1025641026vw;
    font-weight: 700;
    line-height: 1;
    color: #070707;
    text-align: left;
    letter-spacing: 0.04em;
    margin: 2vw 0 5vw;
  }
  .inner .flow .w_base .entry_ttl span {
    font-weight: 400;
  }
  .inner .flow .w_base .entry_summary {
    font-size: 3.0769230769vw;
    font-weight: 700;
    line-height: 1;
    color: #070707;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 15px;
  }
  .inner .flow .w_base ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 auto 3vw;
  }
  .inner .flow .w_base ul .month {
    font-size: 3.0769230769vw;
    font-weight: 700;
    line-height: 1;
    color: #070707;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 15px;
    flex-basis: 100%;
  }
  .inner .flow .w_base ul .date {
    font-size: 3.0769230769vw;
    font-weight: 400;
    line-height: 1;
    color: #070707;
    letter-spacing: 0.04em;
    text-align: left;
    margin-bottom: 15px;
    flex-basis: 100%;
  }
  .inner .faq {
    padding: 0 0 5vw;
    width: 100%;
    margin: 15vw auto 0;
    max-width: 90vw;
    box-sizing: border-box;
  }
  .inner .faq h4 {
    margin-top: 30px;
  }
  .inner .entry_ttl {
    text-align: center;
    margin: 10vw auto 3vw;
    font-size: 4.1025641026vw;
    font-weight: 700;
    line-height: 1;
    color: #070707;
    letter-spacing: 0.04em;
  }
  .inner .entry_btn {
    background-color: #F47C32;
    width: 90vw;
    height: 14vw;
    margin: 0 auto 10vw;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.3333333333vw;
    font-weight: 400;
    line-height: 1;
    color: #fff;
    letter-spacing: 0.2em;
    text-align: center;
    transition: all 0.9s;
  }
  .inner .entry_btn a {
    color: #fff;
  }
}
@media (max-width: 780px) and (hover: hover) and (pointer: fine) {
  .inner .entry_btn:hover {
    opacity: 0.7;
    transition: all 0.9s;
  }
}
@media (max-width: 780px) {
  #footer {
    width: 100%;
    height: auto;
    background-color: #32732F;
    padding: 10vw 0;
    text-align: center;
  }
  #footer h4 {
    color: #fff;
  }
  #footer ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 60vw;
    max-width: 60vw;
    margin: 5vw auto 0;
  }
  #footer ul li {
    flex-basis: 60vw;
    margin-bottom: 5vw;
  }
  #footer ul li a .thumb img {
    max-width: 100%;
  }
  #footer ul li a h6 {
    font-size: 3.3333333333vw;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    letter-spacing: 0.04em;
    margin-top: 1.5vw;
    text-decoration: none;
  }
  #footer .rectuit_btn {
    width: 80vw;
    height: 18vw;
    background-color: #fff;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3.3333333333vw;
    font-weight: 400;
    color: #070707;
    text-align: center;
    margin-top: 10vw;
  }
}
@media (max-width: 780px) and (hover: hover) and (pointer: fine) {
  #footer .rectuit_btn:hover {
    opacity: 0.7;
    transition: all 0.9s;
  }
}
@media (max-width: 780px) {
  .copyright {
    background-color: #fff;
    text-align: center;
    padding: 4vw 0 14vw;
  }
  .copyright span {
    font-size: 2.8205128205vw;
    font-weight: 200;
    line-height: 1;
    color: #070707;
  }
  .footer_entry {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10vw;
    background-color: #F47C32;
    z-index: 100;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .footer_entry span {
    font-size: 2.8205128205vw;
    font-weight: 200;
    line-height: 1;
    color: #fff;
  }
}/*# sourceMappingURL=common.css.map */