@import url("https://use.typekit.net/xgt4bdz.css");
.din {
  font-family: "din-2014", sans-serif;
  font-weight: 600;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*----- LINKS -----*/
a {
  color: #050e1a;
  text-decoration: none;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}

a:hover {
  color: #050e1a;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
  opacity: 0.7;
}

a[href^="tel:"] {
  cursor: default;
}

br.forPC {
  display: inline;
}

br.forSP {
  display: none;
}

@media screen and (max-width: 768px) {
  br.forPC {
    display: none;
  }
  br.forSP {
    display: inline;
  }
}
/*----- IMAGES -----*/
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  user-drag: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
}

img[src$=".svg"] {
  width: 100%;
  height: auto;
}

/*----- MISC -----*/
::-moz-selection {
  background: #cedae3;
  color: #050e1a;
  text-shadow: none;
}
::selection {
  background: #cedae3;
  color: #050e1a;
  text-shadow: none;
}

::-webkit-selection {
  background: #cedae3;
  color: #050e1a;
  text-shadow: none;
}

::-moz-selection {
  background: #cedae3;
  color: #050e1a;
  text-shadow: none;
}

.layout {
  overflow: hidden;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 460px) minmax(0, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #ededed;
}

@media screen and (max-width: 850px) {
  .layout {
    display: block;
  }
}
.mainmenuwrap {
  display: none;
}

@-webkit-keyframes scroll_mov {
  0% {
    -webkit-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%);
  }
  100% {
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
}

@keyframes scroll_mov {
  0% {
    -webkit-transform: translate(-5px, -50%);
            transform: translate(-5px, -50%);
  }
  100% {
    -webkit-transform: translate(10px, -50%);
            transform: translate(10px, -50%);
  }
}
.page-template-page-teacher-training .footer {
  z-index: 2;
}

#bgmenu.teach {
  background-image: url(./img/pc_bg.jpg);
  background-size: cover;
  background-position: center center;
}

#bgmenu div.contents01 {
  position: relative;
  z-index: 5;
  padding: 40px 45px 80px;
  width: calc((100% - 460px) / 2);
}
@media screen and (max-width: 1160px) {
  #bgmenu div.contents01 {
    padding: 40px 20px 80px;
  }
}
@media screen and (max-width: 850px) {
  #bgmenu div.contents01 {
    display: none;
  }
}
#bgmenu div.contents01 .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#bgmenu div.contents01 .inner .logo {
  display: block;
  width: 212px;
  max-width: 100%;
  height: auto;
}
#bgmenu div.contents01 .inner .pc_left {
  margin: auto;
}

#bgmenu div.contents02 {
  position: relative;
  z-index: 5;
  margin-left: auto;
  padding: 40px 45px 80px;
  width: calc((100% - 460px) / 2);
}
@media screen and (max-width: 1160px) {
  #bgmenu div.contents02 {
    padding: 40px 20px 80px;
  }
}
@media screen and (max-width: 850px) {
  #bgmenu div.contents02 {
    display: none;
  }
}
#bgmenu div.contents02 .inner {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#bgmenu div.contents02 .inner div.boxwrap {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#bgmenu div.contents02 .inner ul.pcmenu {
  width: 100%;
  margin-top: auto;
}
#bgmenu div.contents02 .inner ul.pcmenu li a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 2rem;
  font-weight: 600;
  padding: 10px 0;
  letter-spacing: 2.5px;
}
@media screen and (max-width: 1160px) {
  #bgmenu div.contents02 .inner ul.pcmenu li a {
    font-size: 1.2vw;
  }
}
#bgmenu div.contents02 .inner ul.pcmenu li a:before {
  content: "";
  width: 24px;
  height: 46px;
  background-image: url(./img/pc_right_menu_icon01.svg);
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 24px;
}
@media screen and (max-width: 1160px) {
  #bgmenu div.contents02 .inner ul.pcmenu li a:before {
    width: 12px;
    height: 23px;
    margin-right: 10px;
  }
}
#bgmenu div.contents02 .inner ul.pcmenu li:nth-child(2n) a:before {
  background-image: url(./img/pc_right_menu_icon02.svg);
}
#bgmenu div.contents02 .inner .banner {
  display: block;
  margin-top: 40px;
}
@media screen and (max-width: 1160px) {
  #bgmenu div.contents02 .inner .banner {
    margin: 20px 0 auto;
  }
}

.block_title_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.block_title_wrap:before, .block_title_wrap:after {
  content: "";
  width: 40px;
  height: 86px;
  background-image: url(./img/icon_title01.svg);
  background-size: cover;
  background-position: center center;
  display: inline-block;
  margin-left: auto;
  margin-right: 15px;
}
.block_title_wrap:after {
  margin-left: 15px;
  margin-right: auto;
  background-image: url(./img/icon_title02.svg);
  background-size: cover;
  background-position: center center;
}
.block_title_wrap .block_title {
  font-size: 3rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.block_title_wrap .block_title.din {
  font-size: 6rem;
}
.block_title_wrap .block_title.fsize {
  font-size: inherit;
}
.block_title_wrap .block_title span {
  font-size: 1.8rem;
}
.block_title_wrap .block_title span.large {
  font-size: 5.5rem;
  line-height: 1.1;
}
.block_title_wrap .block_title span.small {
  font-size: 1.4rem;
}

#main.webopencampus2025 {
  padding-bottom: 0;
  background-color: #FF774E;
}
#main.webopencampus2025 .fixed_btn {
  position: fixed;
  bottom: 20px;
  right: 25px;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  #main.webopencampus2025 .fixed_btn {
    display: none;
  }
}
#main.webopencampus2025 .fixed_btn img {
  width: 119px;
  height: auto;
}
#main.webopencampus2025 .fv {
  width: 100%;
  margin-top: 40px;
}
#main.webopencampus2025 .concept {
  height: 649px;
  background-image: url(./img/concept_back.png);
  background-size: 100%;
  padding-top: 80px;
}
@media screen and (max-width: 768px) {
  #main.webopencampus2025 .concept {
    height: 150vw;
  }
}
#main.webopencampus2025 .concept .concept_title img {
  margin: 0 auto;
  display: block;
}
#main.webopencampus2025 .concept .concept_text {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 2.4;
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  #main.webopencampus2025 .concept .concept_text {
    font-size: 4.5vw;
    line-height: 2;
  }
}
#main.webopencampus2025 .certificate {
  width: 100%;
  height: auto;
  margin-top: -80px;
}
#main.webopencampus2025 .date, #main.webopencampus2025 .schedule, #main.webopencampus2025 .favorite, #main.webopencampus2025 .senior, #main.webopencampus2025 .participate, #main.webopencampus2025 .faq {
  padding-top: 75px;
}
#main.webopencampus2025 .date .date_wrap {
  width: 315px;
  background-color: #fff;
  border-radius: 15px;
  text-align: center;
  margin: 25px auto 0;
  padding: 20px 0;
}
#main.webopencampus2025 .date .date_wrap .date_text {
  font-size: 3.6rem;
  font-weight: 700;
  line-height: 1;
}
#main.webopencampus2025 .date .date_wrap .date_text span {
  font-size: 7.2rem;
}
#main.webopencampus2025 .date .date_bottom {
  width: 100%;
  height: auto;
  margin-top: -30px;
}
#main.webopencampus2025 .schedule .schedule01 {
  display: block;
  margin: 15px auto 0;
}
#main.webopencampus2025 .schedule .schedule02 {
  width: 100%;
  height: auto;
  margin-top: -50px;
}
#main.webopencampus2025 .schedule .description_wrap {
  margin-top: 40px;
}
#main.webopencampus2025 .schedule .description_wrap .block {
  width: 320px;
  background-color: #fff;
  border-radius: 25px;
  margin: 15px auto 0;
  padding: 20px 24px;
}
#main.webopencampus2025 .schedule .description_wrap .block:first-child {
  margin-top: 0;
}
#main.webopencampus2025 .schedule .description_wrap .block .title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #FF774E;
}
#main.webopencampus2025 .schedule .description_wrap .block .text {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: justify;
  margin-top: 6px;
}
#main.webopencampus2025 .nutrition {
  height: 1020px;
  background-image: url(./img/nutrition_back.png);
  background-size: 100%;
  position: relative;
  margin-top: 200px;
  padding-top: 75px;
}
@media screen and (max-width: 768px) {
  #main.webopencampus2025 .nutrition {
    height: 221.8vw;
  }
}
#main.webopencampus2025 .nutrition .nutrition_top {
  width: 100%;
  height: auto;
  position: absolute;
  top: -155px;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #main.webopencampus2025 .nutrition .nutrition_top {
    top: -34vw;
  }
}
#main.webopencampus2025 .nutrition .nutrition_middle {
  position: absolute;
  top: 43%;
  right: 0;
  z-index: 1;
}
#main.webopencampus2025 .nutrition .fukidashi {
  width: 290px;
  background-color: #FF774E;
  margin: 0 auto;
  padding: 15px;
  border-radius: 50px;
  position: relative;
}
#main.webopencampus2025 .nutrition .fukidashi:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #ff774e transparent transparent transparent;
  border-width: 25.98px 15px 0px 15px;
  position: absolute;
  right: 50%;
  bottom: -20px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
#main.webopencampus2025 .nutrition .fukidashi .title {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
#main.webopencampus2025 .nutrition .fukidashi .title.large {
  font-size: 2.2rem;
  line-height: 1.3;
  margin-bottom: 6px;
}
#main.webopencampus2025 .nutrition .text1 {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  margin: 60px 0;
}
@media screen and (max-width: 768px) {
  #main.webopencampus2025 .nutrition .text1 {
    font-size: 4vw;
    margin: 40px 0;
  }
}
#main.webopencampus2025 .nutrition .text1.mgb45 {
  margin-bottom: 45px;
}
@media screen and (max-width: 768px) {
  #main.webopencampus2025 .nutrition .text1.mgb45 {
    margin-bottom: 35px;
  }
}
#main.webopencampus2025 .nutrition .text2 {
  width: 315px;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  text-align: justify;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #main.webopencampus2025 .nutrition .text2 {
    font-size: 3.5vw;
    line-height: 1.8;
  }
}
#main.webopencampus2025 .favorite .favorite_wrap {
  margin-top: 36px;
}
#main.webopencampus2025 .favorite .favorite_wrap .block {
  margin-top: 20px;
  position: relative;
}
#main.webopencampus2025 .favorite .favorite_wrap .block:first-child {
  margin-top: 0;
}
#main.webopencampus2025 .favorite .favorite_wrap .block .favorite_title {
  width: 100%;
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  position: absolute;
  top: 12px;
  right: 50%;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
#main.webopencampus2025 .favorite .favorite_wrap .block .favorite_title.f02 {
  font-size: 1.6rem;
  line-height: 1.4;
  top: 4px;
}
#main.webopencampus2025 .favorite .favorite_wrap .block .item {
  display: block;
  margin: 0 auto;
}
#main.webopencampus2025 .favorite .favorite_wrap .block .bottom_img {
  display: block;
  margin: -48px auto 0;
}
#main.webopencampus2025 .favorite .favorite_wrap .block .back_img {
  position: absolute;
}
#main.webopencampus2025 .favorite .favorite_wrap .block.block05 .bottom_img, #main.webopencampus2025 .favorite .favorite_wrap .block.block06 .bottom_img {
  margin-top: -28px;
}
#main.webopencampus2025 .favorite .favorite_wrap .block.block03 .back_img {
  bottom: 120px;
  left: 30px;
}
#main.webopencampus2025 .favorite .favorite_wrap .block.block06 .back_img {
  width: 100%;
  height: auto;
  top: 30px;
  left: 0;
}
#main.webopencampus2025 .senior .senior_content {
  position: relative;
  margin-top: 30px;
}
#main.webopencampus2025 .senior .senior_content .senior_left {
  position: absolute;
  top: 105px;
  left: 5px;
}
#main.webopencampus2025 .senior .senior_content .senior_chara {
  position: absolute;
  top: 50px;
  right: -26px;
}
@media screen and (max-width: 768px) {
  #main.webopencampus2025 .senior .senior_content .senior_chara {
    width: 36vw;
  }
}
#main.webopencampus2025 .senior .senior_content .senior_scroll {
  position: absolute;
  top: 50%;
  right: 86px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  -webkit-animation: scroll_mov 1.5s ease-in 1s infinite alternate;
          animation: scroll_mov 1.5s ease-in 1s infinite alternate;
}
@media screen and (max-width: 768px) {
  #main.webopencampus2025 .senior .senior_content .senior_scroll {
    width: 18vw;
  }
}
#main.webopencampus2025 .senior .senior_content .scroll_wrap {
  overflow-x: scroll;
}
#main.webopencampus2025 .senior .senior_content .scroll_wrap img {
  width: 2292px;
  height: auto;
  max-width: none;
  display: block;
}
@media screen and (max-width: 768px) {
  #main.webopencampus2025 .senior .senior_content .scroll_wrap img {
    width: 500vw;
  }
}
#main.webopencampus2025 .senior .senior_bottom {
  width: 100%;
  height: auto;
  margin-top: 20px;
}
#main.webopencampus2025 .participate .participate_wrap {
  margin-top: 20px;
}
#main.webopencampus2025 .participate .participate_wrap .block {
  width: 315px;
  background-color: #fff;
  border-radius: 28px;
  margin: 30px auto 0;
  padding: 15px 20px 25px;
  position: relative;
}
#main.webopencampus2025 .participate .participate_wrap .block.pdb {
  padding-bottom: 15px;
}
#main.webopencampus2025 .participate .participate_wrap .block:first-child {
  margin-top: 0;
}
#main.webopencampus2025 .participate .participate_wrap .block:last-child:after {
  display: none;
}
#main.webopencampus2025 .participate .participate_wrap .block:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 11px 8px 0px 8px;
  border-radius: 5px;
  position: absolute;
  right: 50%;
  bottom: -21px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}
#main.webopencampus2025 .participate .participate_wrap .block .title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  color: #FF774E;
}
#main.webopencampus2025 .participate .participate_wrap .block .text {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: justify;
  line-height: 1.8;
  margin-top: 5px;
}
#main.webopencampus2025 .participate .participate_wrap .block .box {
  width: 240px;
  height: 46px;
  background-color: #79D060;
  border-radius: 23px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px auto 0;
}
#main.webopencampus2025 .participate .participate_wrap .block .box span {
  font-size: 1.6rem;
  font-weight: 600;
  color: #fff;
  margin: auto;
}
#main.webopencampus2025 .faq .faq_wrap {
  margin-top: 40px;
}
#main.webopencampus2025 .faq .faq_wrap .block {
  margin-top: 24px;
}
#main.webopencampus2025 .faq .faq_wrap .block:first-child {
  margin-top: 0;
}
#main.webopencampus2025 .faq .faq_wrap .block dt {
  width: 315px;
  margin: 0 auto;
}
#main.webopencampus2025 .faq .faq_wrap .block dt h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.1;
  color: #fff;
  margin-left: 1.85em;
  text-indent: -0.85em;
}
#main.webopencampus2025 .faq .faq_wrap .block dt h3:before {
  content: "Q";
  font-family: "din-2014", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 2px;
  vertical-align: middle;
}
#main.webopencampus2025 .faq .faq_wrap .block dd {
  width: 315px;
  background-color: #fff;
  border-radius: 30px;
  margin: 10px auto 0;
  padding: 15px 20px;
}
#main.webopencampus2025 .faq .faq_wrap .block dd p {
  font-size: 1.6rem;
  font-weight: 600;
  text-align: justify;
  line-height: 1.8;
  margin-left: 1.85em;
  text-indent: -0.85em;
}
#main.webopencampus2025 .faq .faq_wrap .block dd p:before {
  content: "A";
  font-family: "din-2014", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
  color: #FF774E;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#main.webopencampus2025 .faq .link_btn {
  width: 315px;
  height: 60px;
  background-color: #79D060;
  border: solid 2px #fff;
  border-radius: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 60px auto 0;
}
#main.webopencampus2025 .faq .link_btn span {
  font-size: 2rem;
  font-weight: 600;
  color: #fff;
  margin: auto;
}
#main.webopencampus2025 .faq .contact {
  margin-top: 60px;
}
#main.webopencampus2025 .faq .contact .title {
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  color: #fff;
}
#main.webopencampus2025 .faq .contact .title span {
  font-size: 1.4rem;
  text-align: center;
  display: block;
}
#main.webopencampus2025 .faq .contact .box {
  width: 315px;
  border: solid 2px #fff;
  border-radius: 30px;
  margin: 15px auto 0;
  padding: 20px 36px;
}
#main.webopencampus2025 .faq .contact .box .tel {
  font-size: 2.5rem;
  font-weight: 700;
  color: #fff;
  display: block;
}
#main.webopencampus2025 .faq .contact .box .tel:before {
  content: "";
  width: 24px;
  height: 30px;
  background-image: url(./img/icon_tel.svg);
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-left: 3px;
  margin-right: 23px;
}
#main.webopencampus2025 .faq .contact .box .mail {
  font-size: 1.4rem;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-top: 9px;
}
#main.webopencampus2025 .faq .contact .box .mail:before {
  content: "";
  width: 30px;
  height: 22px;
  background-image: url(./img/icon_mail.svg);
  background-size: cover;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
#main.webopencampus2025 .faq .contact .box .bottom {
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  color: #fff;
  margin-top: 15px;
}

footer {
  width: 100%;
  height: 220px;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 180px;
  position: relative;
  z-index: 2;
}
footer:before {
  content: "";
  width: 100%;
  height: 150px;
  background-image: url(./img/footerimg.png);
  background-size: cover;
  display: block;
  position: absolute;
  top: -150px;
  left: 0;
}
footer img {
  width: 320px !important;
  height: auto;
  margin: auto;
}
footer .copyright {
  width: 100%;
  background-color: #BABEC3;
  padding: 12px 0;
}
footer .copyright p {
  font-size: 1.1rem;
  text-align: center;
  color: #fff;
}/*# sourceMappingURL=webopencampus2025.css.map */