@charset "UTF-8";
html {
  font-size: 100%;
  margin: 0 auto;
}
@media (min-width: 375px) {
  html {
    font-size: calc(100% + 100vw * 0.8 / 375);
  }
}
@media (min-width: 768px) {
  html {
    font-size: calc(100% + 100vw * 1 / 768);
  }
}
@media (min-width: 1024px) {
  html {
    font-size: calc(100% + 100vw * 1.6 / 1024);
  }
}
@media (min-width: 1440px) {
  html {
    font-size: calc(100% + 100vw * 2 / 1440);
  }
}

* {
  font-size: clamp(16px, 2.8vw, 28px);
  font-family: "M PLUS 2", "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  text-align: justify;
}

.pc {
  display: none;
}

.sp {
  display: block;
}

@media only screen and (min-width: 767px) {
  .pc {
    display: block;
  }

  .sp {
    display: none;
  }
}
html {
  max-width: 2560px;
}

body {
  min-height: 100vh;
}

body.fix {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

body.popup-open {
  overflow: hidden;
}

main {
  display: block;
  min-height: calc(100vh - 172px);
  position: relative;
  z-index: 1;
}

a {
  cursor: pointer;
}

.clearfix::after {
  content: “”;
  display: block;
  clear: both;
}

img {
  display: block;
  width: 100%;
  max-width: 860px;
  height: auto;
  margin: 0 auto;
}

.con01 {
  width: 100%;
}

/* 画面外にいる状態 */
.slidein,
.preload_contents {
  opacity: 0;
}

.slidein {
  -webkit-transform: translate(0, 50px);
          transform: translate(0, 50px);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.preload_contents {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  -webkit-transition: all 800ms;
  transition: all 800ms;
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

/* 画面内に入った状態 */
.slidein.scrollin,
.preload_contents.visible {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slideinright {
  opacity: 0;
  -webkit-transform: translate(60px, 0);
          transform: translate(60px, 0);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.slideinright.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.slideinleft {
  opacity: 0;
  -webkit-transform: translate(-60px, 0);
          transform: translate(-60px, 0);
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.slideinleft.scrollin {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

header {
  background: #fff;
}

footer {
  background: #fff;
  padding: 72px 138px 80px;
}
footer a.contact_btn {
  display: block;
  width: calc(100% - 60px);
  margin: 0 auto;
}
footer a.contact_btn img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer a.contact_btn:hover img,
footer a.contact_btn a:active img {
  opacity: 0.8;
}
footer h2.contact_title {
  color: #572f01;
  font-weight: 900;
  text-align: center;
  padding: 28px 0;
}
footer p.desc {
  width: calc(100% - 60px);
  max-width: 860px;
  color: #572f01;
  font-weight: 600;
  margin: 0 auto;
}
footer a.homepage_btn {
  display: block;
  width: calc(100% - 60px);
  margin: 20px auto;
}
footer a.homepage_btn img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer a.homepage_btn:hover img,
footer a.homepage_btn a:active img {
  opacity: 0.8;
}
footer p.copy {
  font-size: clamp(20px, 2vw, 40px);
  text-align: center;
}

.main_visual {
  background: url(../images/main_visual_bg.jpg) no-repeat bottom center/cover;
  padding: 0 0 5%;
}
.main_visual picture.sub_copy {
  display: block;
  background: #fff;
}

.schedule {
  background: #fff;
}

.list_of_offices h2 {
  background: url(../images/stripe_bg.jpg) no-repeat bottom center/cover;
}
.list_of_offices h2 picture.list_of_offices_title {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}
.list_of_offices h2 picture.list_of_offices_title::after {
  content: "";
  display: block;
  width: 20%;
  max-width: 190px;
  height: 50%;
  background: url(../images/airplane.png) no-repeat center/contain;
  position: absolute;
  right: 92px;
  bottom: -20%;
}
.list_of_offices .list_of_offices_inner {
  background: url(../images/offices_info_bg.jpg) no-repeat top center/cover;
  padding: 72px 0;
}
.list_of_offices .list_of_offices_inner h3.offices_info_title {
  max-width: 980px;
  margin: 0 auto;
}
.list_of_offices .list_of_offices_inner p.desc {
  color: #572f01;
  font-weight: 600;
  text-align: center;
  padding: 24px 0 32px;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 860px;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 auto;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container {
  background: #fff;
  border: 6px solid #dc701e;
  border-radius: 24px;
  padding: 16px 0 48px;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container {
  width: calc(100% - 160px);
  margin: 0 auto;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container .type_of_occupation_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container .type_of_occupation_container ul.list_type_of_occupation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container .type_of_occupation_container ul.list_type_of_occupation li.occupation {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #73b728;
  color: #fff;
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 700;
  padding: 4px 10px;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container .type_of_occupation_container a {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  background: #e3007f;
  border: 4px solid #e3007f;
  border-radius: 4px;
  color: #fff;
  font-size: clamp(18px, 2.8vw, 28px);
  font-weight: 700;
  padding: 4px 12px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container .type_of_occupation_container a:hover,
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container .type_of_occupation_container a:active {
  background: #fff;
  color: #e3007f;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container h4 {
  color: #572f01;
  font-size: clamp(20px, 3.2vw, 36px);
  font-weight: 800;
  border-bottom: 4px dashed #572f01;
  padding: 12px 0 8px;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container h4 a {
  display: block;
  width: 100%;
  color: #572f01;
  font-size: clamp(20px, 3.2vw, 36px);
  font-weight: 800;
  -webkit-transition: 0.3;
  transition: 0.3;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container h4 a:hover,
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container h4 a:active {
  opacity: 0.6;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container p.office_description {
  color: #572f01;
  font-size: clamp(16px, 2.4vw, 24px);
  padding: 16px 0 0;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container picture.office_image {
  display: block;
  width: 80%;
  margin: 50px auto 20px;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container .iframe_aspect {
  max-width: 80%;
  aspect-ratio: 16/9;
  margin: 40px auto 20px;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container .advance_preparation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 20px;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container .advance_preparation dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container .advance_preparation dl dt {
  min-width: 96px;
  background: #572f01;
  position: relative;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container .advance_preparation dl dt span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: #fff;
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info li.list_of_offices_info_container .list_container .advance_preparation dd {
  color: #572f01;
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 700;
  padding: 4px 8px;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info .trial_period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #dc701e;
  padding: 12px 0 20px;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info .trial_period dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 226px);
  gap: 12px;
  margin: 0 auto;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info .trial_period dl dt {
  width: 20%;
  background: #fff;
  position: relative;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info .trial_period dl dt span {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: #dc701e;
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 700;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.list_of_offices .list_of_offices_inner ul.list_of_offices_info .trial_period dl dd {
  width: calc(80% - 12px);
  color: #fff;
  font-size: clamp(16px, 2.4vw, 24px);
  font-weight: 700;
}
.list_of_offices .full_registration {
  max-width: 860px;
  background: #fff;
  border: 6px solid #16763a;
  border-radius: 24px;
  padding: 160px 0 0;
  margin: 120px auto 0;
  position: relative;
}
.list_of_offices .full_registration a.full_registration_btn {
  display: block;
  width: calc(100% - 80px);
  max-width: 708px;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
}
.list_of_offices .full_registration a.full_registration_btn img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list_of_offices .full_registration a.full_registration_btn:hover img, .list_of_offices .full_registration a.full_registration_btn:active img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.list_of_offices .full_registration p.caution_about_full_registration {
  width: calc(100% - 180px);
  color: #e3007f;
  font-weight: 800;
  margin: 0 auto 40px;
}
.list_of_offices .full_registration h3.flow_of_registration_title {
  width: calc(100% - 180px);
  margin: 0 auto 32px;
}
.list_of_offices .full_registration h3.flow_of_registration_title .flow_of_registration_title_image {
  display: block;
  width: calc(100% - 180px);
  max-width: 464px;
  margin: 0 auto;
  position: relative;
}
.list_of_offices .full_registration h3.flow_of_registration_title .flow_of_registration_title_image::before {
  content: "";
  display: block;
  width: 192px;
  height: 106px;
  background: url(../images/flow_of_registration_illust.png) no-repeat center/contain;
  position: absolute;
  top: 0;
  right: -200px;
  bottom: 0;
  margin: auto;
}
.list_of_offices .full_registration ol.full_registration_step li {
  width: 100%;
}
.list_of_offices .full_registration h3.caution_title {
  width: 100%;
  background: #e3007f;
}
.list_of_offices .full_registration .contact_container {
  background: #fffcd3;
  border-radius: 0 0 24px 24px;
  padding: 20px 66px 24px;
}
.list_of_offices .full_registration .contact_container p.caution_text {
  color: #e3007f;
  font-weight: 800;
  text-align: center;
}
.list_of_offices .full_registration .contact_container a {
  display: block;
  width: 100%;
  margin: 20px auto;
}
.list_of_offices .full_registration .contact_container a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.list_of_offices .full_registration .contact_container a:hover img, .list_of_offices .full_registration .contact_container a:active img {
  opacity: 0.8;
}
.list_of_offices .full_registration .contact_container p.comment {
  color: #572f01;
  font-size: clamp(16px, 2.2vw, 28px);
  font-weight: 800;
  max-width: 920px;
  margin: 0 auto;
}

.flow_from_application_to_participation h2 {
  background: url(../images/stripe_bg.jpg) no-repeat bottom center/cover;
}
.flow_from_application_to_participation h2 picture.flow_from_application_to_participation_title {
  display: block;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}
.flow_from_application_to_participation h2 picture.flow_from_application_to_participation_title::before {
  content: "";
  display: block;
  width: 292px;
  height: 203px;
  background: url(../images/flow_from_application_to_participation_illust.png) no-repeat bottom right/contain;
  position: absolute;
  right: 40px;
  bottom: 30%;
}
.flow_from_application_to_participation h2 picture.flow_from_application_to_participation_title img {
  position: relative;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type:not(:first-child) {
  padding: 11vw 0 2vw;
  position: relative;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type:not(:first-child)::before {
  content: "";
  height: 11vw;
  width: 102%;
  background: url(../images/flow_arrow_type01.png) no-repeat bottom center/cover;
  position: absolute;
  top: -1px;
  left: -1%;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type:last-child {
  padding: 11vw 0 4vw;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type:last-child::before {
  background: url(../images/flow_arrow_type02.png) no-repeat bottom center/cover;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type01 {
  background: #A4C85E;
  background: -webkit-gradient(linear, left top, left bottom, from(#fbf5c4), color-stop(75%, #a4c85e), to(#a4c85e));
  background: linear-gradient(180deg, #fbf5c4 0%, #a4c85e 75%, #a4c85e 100%);
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type02 {
  background: #FFFBC2;
  background: -webkit-gradient(linear, left top, left bottom, from(#fffbc2), color-stop(75%, #fff455), to(#fff455));
  background: linear-gradient(180deg, #fffbc2 0%, #fff455 75%, #fff455 100%);
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type {
  overflow: hidden;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container {
  width: 100%;
  max-width: 860px;
  background: #fff;
  -webkit-box-shadow: 0px 0px 15px -5px #777777;
          box-shadow: 0px 0px 15px -5px #777777;
  padding: 40px 60px;
  margin: 0 auto;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container .flow_particiation_text {
  color: #16763a;
  font-size: clamp(16px, 2.8vw, 28px);
  font-weight: 600;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container a.particiation_btn {
  display: block;
  width: calc(100% - 60px);
  margin: 8px auto;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container a.particiation_btn img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container a.particiation_btn:hover img, .flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container a.particiation_btn:active img {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container p.caution_text {
  color: #e3007f;
  font-size: clamp(16px, 2.8vw, 28px);
  font-weight: 800;
  text-align: center;
  margin: 40px auto 0;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container h4.caution {
  color: #fff;
  background: #e3007f;
  font-size: clamp(16px, 2.8vw, 28px);
  font-weight: 800;
  text-align: center;
  padding: 8px 20px;
  margin: 10px auto;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container a.contact_btn,
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container a.reflection_form_btn {
  display: block;
  width: calc(100% - 60px);
  margin: 20px auto 0;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container a.contact_btn img,
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container a.reflection_form_btn img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container a.contact_btn:hover img, .flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container a.contact_btn:active img,
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container a.reflection_form_btn:hover img,
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container a.reflection_form_btn:active img {
  opacity: 0.8;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type .particiation_btn_container p.btn_comment {
  border-top: 4px solid #16763a;
  padding: 20px 20px 0;
  margin: 20px auto;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type p.comment {
  width: 100%;
  max-width: 860px;
  color: #16763a;
  font-size: clamp(16px, 2.8vw, 28px);
  font-weight: 600;
  padding: 20px 0 0;
  margin: 0 auto;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type ul.list_of_offices_phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 4px solid #16763a;
  margin: 20px 0 0;
  padding: 20px 0 0;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type ul.list_of_offices_phone h4.list_title {
  width: 100%;
  color: #16763a;
  font-size: clamp(20px, 2vw, 40px);
  font-weight: 600;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type ul.list_of_offices_phone li {
  width: calc(50% - 10px);
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type ul.list_of_offices_phone li h5 {
  color: #16763a;
  font-size: clamp(16px, 2.8vw, 28px);
  font-weight: 800;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type ul.list_of_offices_phone li a.phone_num {
  display: block;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  font-size: clamp(16px, 2.8vw, 28px);
  text-decoration: underline;
  color: #16763a;
  font-weight: 800;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li.list_contents_type ul.list_of_offices_phone li:last-child {
  width: 100%;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li#particiation_step06 .particiation_btn_container {
  padding: 40px 60px 120px;
  margin: 0 auto 100px;
  position: relative;
}
.flow_from_application_to_participation ol.list_of_flow_from_application_to_participation li#particiation_step06 .particiation_btn_container picture.reflection_comment {
  display: block;
  width: calc(100% - 60px);
  position: absolute;
  bottom: -100px;
  left: 60px;
}

.for_students h2 {
  width: 100%;
  background: #008cd2;
}
.for_students .info_for_students_container {
  background: url(../images/volunteer_info_bg.jpg) no-repeat top center/cover;
  padding: 48px 0 72px;
}
.for_students .info_for_students_container picture.work_experience {
  display: block;
  width: calc(100% - 180px);
  max-width: 860px;
  margin: 0 auto;
  position: relative;
}
.for_students .info_for_students_container picture.work_experience::after {
  content: "";
  display: block;
  width: 217px;
  height: 174px;
  background: url(../images/work_experience_illust.png) no-repeat bottom right/contain;
  position: absolute;
  right: -30px;
  bottom: -80px;
}
.for_students .info_for_students_container .volunteer_info {
  width: calc(100% - 180px);
  max-width: 860px;
  background: #fff;
  border: 6px solid #008cd2;
  border-radius: 24px;
  padding: 90px 48px 60px;
  margin: 160px auto 0;
  position: relative;
}
.for_students .info_for_students_container .volunteer_info::before {
  content: "現在、特設サイトからの受付を中止しています。お問い合わせは直接学校へご連絡ください。";
  width: calc(100% - 180px);
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  color: #fff;
  font-size: clamp(40px, 4vw, 60px);
  font-weight: 800;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
}
.for_students .info_for_students_container .volunteer_info::after {
  content: "";
  display: block;
  width: calc(100% - 60px);
  height: calc(100% - 120px);
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  margin: auto;
}
.for_students .info_for_students_container .volunteer_info h3.volunteer_info_title {
  display: block;
  width: calc(100% - 80px);
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
}
.for_students .info_for_students_container .volunteer_info p.volunteer_info_text {
  background: #ddf1fc;
  color: #572f01;
  font-weight: 800;
  padding: 40px 60px;
  margin: 0 0 20px;
}
.for_students .info_for_students_container .volunteer_info a.to_list_of_offices,
.for_students .info_for_students_container .volunteer_info a.contact_btn {
  display: block;
  width: calc(100% - 40px);
  margin: 0 auto 10px;
}
.for_students .info_for_students_container .volunteer_info a.to_list_of_offices img,
.for_students .info_for_students_container .volunteer_info a.contact_btn img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.for_students .info_for_students_container .volunteer_info a.to_list_of_offices:hover img,
.for_students .info_for_students_container .volunteer_info a.to_list_of_offices a:active img,
.for_students .info_for_students_container .volunteer_info a.contact_btn:hover img,
.for_students .info_for_students_container .volunteer_info a.contact_btn a:active img {
  opacity: 0.8;
}
.for_students .info_for_students_container .volunteer_info p.comment {
  color: #572f01;
  font-size: clamp(14px, 2.4vw, 27px);
  font-weight: 600;
}

.for_parents h2 {
  width: 100%;
  background: #e95504;
}
.for_parents .info_for_parents_container {
  background: url(../images/offices_info_bg.jpg) no-repeat top center/cover;
  padding: 72px 0;
}
.for_parents .info_for_parents_container .supporter_info h3.supporter_info_title {
  width: calc(100% - 80px);
  margin: 0 auto 40px;
}
.for_parents .info_for_parents_container .supporter_info h3.supporter_info_title img {
  max-width: 635px;
}
.for_parents .info_for_parents_container .supporter_info .supporter_info_container {
  width: calc(100% - 180px);
  max-width: 860px;
  background: #fff;
  border: 6px solid #e95504;
  border-radius: 24px;
  margin: 0 auto;
  padding: 60px 48px;
}
.for_parents .info_for_parents_container .supporter_info .supporter_info_container p.supporter_info_text {
  color: #572f01;
  font-weight: 600;
}
.for_parents .info_for_parents_container .supporter_info .supporter_info_container a.supporter_btn {
  display: block;
  width: calc(100% - 40px);
  margin: 48px auto 40px;
  position: relative;
}
.for_parents .info_for_parents_container .supporter_info .supporter_info_container a.supporter_btn::after {
  content: "";
  display: block;
  width: 157px;
  height: 220px;
  background: url(../images/supporter_btn_illust.png) no-repeat center right/contain;
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
  margin: auto;
}
.for_parents .info_for_parents_container .supporter_info .supporter_info_container a.supporter_btn img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.for_parents .info_for_parents_container .supporter_info .supporter_info_container a.supporter_btn:hover img,
.for_parents .info_for_parents_container .supporter_info .supporter_info_container a.supporter_btn a:active img {
  opacity: 0.8;
}
.for_parents .info_for_parents_container .supporter_info .supporter_info_container p.comment {
  color: #572f01;
  font-size: clamp(14px, 2.4vw, 27px);
  font-weight: 600;
}