@charset "UTF-8";
.column_ttl {
  text-align: left !important;
  font-size: 30px;
  font-weight: 600;
}

.column_day {
  text-align: left !important;
}

.column_single_content h2 {
  font-size: 26px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 2px solid #666;
  position: relative;
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .column_single_content h2 {
    font-size: 20px;
  }
}
.column_single_content h2:before {
  content: "";
  width: 100px;
  height: 2px;
  background: #FF9900;
  position: absolute;
  bottom: -2px;
  left: 0;
}
.column_single_content h2 span {
  font-weight: 600;
}
.column_single_content h3 {
  font-size: 15px !important;
  font-weight: 600;
  display: inline-block;
  background: #951512;
  padding: 7px 15px 6px;
  color: #fff;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .column_single_content h3 {
    font-size: 15px !important;
  }
}
.column_single_content h3 span {
  font-weight: 600;
}
.column_single_content ul {
  border: 1px solid #888;
  padding: 20px 30px 20px 40px;
  margin-left: 0;
}
.column_single_content h4 {
  font-weight: 600;
  font-size: 17px;
  margin-top: 50px;
}
@media screen and (max-width: 575px) {
  .column_single_content h4 {
    font-size: 15px;
  }
}
.column_single_content p {
  margin-bottom: 20px;
  line-height: 2;
}
.column_single_content #toc_container {
  width: 100%;
  padding: 50px;
}
@media screen and (max-width: 575px) {
  .column_single_content #toc_container {
    padding: 40px 20px;
  }
}
.column_single_content #toc_container .toc_title {
  font-size: 16px;
}
.column_single_content #toc_container ul {
  border: none !important;
}
.column_single_content #toc_container ul li a {
  font-size: 14px;
  color: #666 !important;
}

.column_ctaBtn {
  width: 100%;
  margin-top: 60px;
  padding: 50px 30px;
  background: #f8f8f8;
}
.column_ctaBtn p {
  font-size: 15px;
  text-align: center;
  color: #000;
}
.column_ctaBtn .link {
  text-align: center;
}
.column_ctaBtn .link a {
  display: inline-block;
  font-size: 14px;
  background: #951512;
  color: #fff;
  padding: 10px 30px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.column_ctaBtn .link a:hover {
  background: #fff;
  color: #951512;
}

.p-global-nav > li > a {
  padding-left: 15px;
  padding-right: 15px;
}

.top_mainVisual {
  padding-top: 135px;
  position: relative;
  margin-bottom: 90px;
  width: 100%;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1199px) {
  .top_mainVisual {
    width: 90%;
    max-width: 90%;
    padding-top: 0;
  }
}
@media screen and (max-width: 767px) {
  .top_mainVisual {
    width: 100%;
    max-width: 100%;
  }
}
.top_mainVisual_movie {
  width: 60vw;
  max-width: 990px;
  aspect-ratio: 16/9;
  background: #2d2d2d;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 1199px) {
  .top_mainVisual_movie {
    width: 100%;
    max-width: 100%;
    position: relative;
    top: 0;
    left: 0;
    right: auto;
  }
}
.top_mainVisual_movie iframe {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  border: none;
}
.top_mainVisual_txt {
  width: 56vw;
  background: #eaf2f7;
  padding: 100px 70px;
}
@media screen and (max-width: 1199px) {
  .top_mainVisual_txt {
    width: 100%;
    padding: 60px;
  }
}
@media screen and (max-width: 575px) {
  .top_mainVisual_txt {
    padding: 30px;
  }
}
.top_mainVisual_txt .inner {
  width: 30vw;
  max-width: 500px;
}
@media screen and (max-width: 1199px) {
  .top_mainVisual_txt .inner {
    width: 100%;
    max-width: 100%;
  }
}
.top_mainVisual_txt .inner h2 {
  font-size: 27px;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .top_mainVisual_txt .inner h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1649px) {
  .top_mainVisual_txt .inner h2 br {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .top_mainVisual_txt .inner h2 br {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .top_mainVisual_txt .inner h2 br {
    display: none;
  }
}
.top_mainVisual_txt .inner p {
  font-size: 16px;
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 575px) {
  .top_mainVisual_txt .inner p {
    margin-top: 20px;
    font-size: 14px;
  }
}

.top_mainVisual2 {
  background: #faf2f2;
  padding: 60px;
  margin-bottom: 0;
}
@media screen and (max-width: 575px) {
  .top_mainVisual2 {
    padding: 40px 5%;
    margin-bottom: 40px;
  }
}
.top_mainVisual2 .inner {
  position: relative;
  width: 100%;
  max-width: 1650px;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 991px) {
  .top_mainVisual2 .inner {
    width: 100%;
    max-width: 100%;
    display: block;
  }
}
.top_mainVisual2_movie {
  width: 50%;
  max-width: 990px;
  border-radius: 20px;
  aspect-ratio: 16/8.5;
  overflow: hidden;
  background: #2d2d2d;
  position: relative;
  margin-right: 60px;
}
@media screen and (max-width: 1199px) {
  .top_mainVisual2_movie {
    aspect-ratio: 16/9;
    width: 100%;
    margin: 0 0 40px 0;
  }
}
.top_mainVisual2_movie iframe {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  border: none;
}
.top_mainVisual2_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top_mainVisual2_txt h2 {
  font-size: 27px;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 1199px) {
  .top_mainVisual2_txt h2 {
    font-size: 24px;
  }
}
@media screen and (max-width: 575px) {
  .top_mainVisual2_txt h2 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .top_mainVisual2_txt h2 br {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .top_mainVisual2_txt h2 br {
    display: block;
  }
}
@media screen and (max-width: 575px) {
  .top_mainVisual2_txt h2 br {
    display: none;
  }
}
.top_mainVisual2_txt p {
  font-size: 16px;
  margin-top: 30px;
  line-height: 2;
}
@media screen and (max-width: 1199px) {
  .top_mainVisual2_txt p {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .top_mainVisual2_txt p {
    margin-top: 20px;
    font-size: 14px;
  }
}

.top_desc2 {
  width: 90%;
  max-width: 1170px;
  margin: 45px auto 0;
  border: 1px solid #ff7372;
  padding: 40px 60px;
}
@media screen and (max-width: 575px) {
  .top_desc2 {
    padding: 30px 20px;
  }
}
.top_desc2 h2 {
  font-size: 24px;
  font-weight: 600;
  text-align: center;
  margin: 0;
  line-height: 1.4;
}
@media screen and (max-width: 575px) {
  .top_desc2 h2 {
    font-size: 20px;
  }
}
.top_desc2 p {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  line-height: 2;
}
@media screen and (max-width: 575px) {
  .top_desc2 p {
    margin-top: 15px;
    font-size: 15px;
    text-align: left;
  }
}
.top_desc2 small {
  font-size: 13px;
  margin-top: 20px;
  color: #555;
  display: block;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .top_desc2 small {
    text-align: left;
    font-size: 12px;
  }
}

#block-3 {
  display: none !important;
}

.top_desc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 1199px) {
  .top_desc {
    display: block;
  }
}
.top_desc_img {
  width: 375px;
  margin-right: 40px;
}
@media screen and (max-width: 1199px) {
  .top_desc_img {
    width: 100%;
    max-width: 750px;
    margin: 0 0 30px;
  }
}
.top_desc_img img {
  width: 100%;
  height: auto;
}
.top_desc_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top_desc_txt p {
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}

.border_content {
  margin-top: 60px;
  border-top: 2px solid #000000;
  position: relative;
  padding-top: 40px;
}
.border_content.mt_none {
  margin-top: 0 !important;
}
.border_content:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #000000;
}
.border_content .ttl_float {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}
@media screen and (max-width: 767px) {
  .border_content .ttl_float {
    display: block;
  }
}
.border_content .ttl_float .ttl {
  font-size: 18px;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .border_content .ttl_float .link_arrow {
    margin-top: 20px;
  }
}
.border_content .ttl_float .link_arrow a {
  font-size: 13px;
  font-weight: 600;
  position: relative;
  padding-left: 22px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.border_content .ttl_float .link_arrow a:hover {
  opacity: 0.8;
}
.border_content .ttl_float .link_arrow a img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top_info {
  padding: 15px 40px 30px;
  border: 1px solid #dddddd;
}
@media screen and (max-width: 575px) {
  .top_info {
    padding: 5px 20px 20px;
  }
}
.top_info_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 2px dotted #ddd;
  padding: 15px 0;
}
@media screen and (max-width: 575px) {
  .top_info_items {
    display: block;
  }
}
.top_info_items .day {
  width: 110px;
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .top_info_items .day {
    width: 100%;
    font-size: 13px;
  }
}
.top_info_items .link {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.top_info_items .link a {
  font-size: 15px;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .top_info_items .link a {
    font-weight: 600;
  }
}

.top_columnInfo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .top_columnInfo {
    display: block;
  }
}
.top_columnInfo_items {
  width: 31%;
  margin-right: 3.5%;
}
.top_columnInfo_items:nth-of-type(3n) {
  margin-right: 0;
}
@media screen and (max-width: 575px) {
  .top_columnInfo_items {
    width: 100%;
    margin: 0 !important;
  }
  .top_columnInfo_items:not(:first-of-type) {
    margin-top: 20px !important;
  }
}
.top_columnInfo_items a {
  display: block;
  width: 100%;
}
@media screen and (max-width: 575px) {
  .top_columnInfo_items a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.top_columnInfo_items a figure {
  width: 100%;
  aspect-ratio: 4/4;
  background: #2d2d2d;
  border: 1px solid #ddd;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 575px) {
  .top_columnInfo_items a figure {
    width: 80px;
    margin-right: 20px;
  }
}
.top_columnInfo_items a figure img {
  width: 150%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.top_columnInfo_items a h2 {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
  margin-top: 10px;
}
@media screen and (max-width: 575px) {
  .top_columnInfo_items a h2 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 14px;
    margin-top: 0;
  }
}

.ttl_blue {
  margin-bottom: 50px;
}
.ttl_blue h3 {
  font-size: 21px;
  color: #000;
  font-weight: 600;
  padding: 20px 30px;
  margin: 0;
  background: #eaf2f7;
  line-height: 1.6;
  position: relative;
}
.ttl_blue h3:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 30px;
  background: #ff7372;
}

.u-margintop--lg {
  margin-top: 70px;
}

.u-margintop--md {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .recognition_table {
    width: 100%;
    overflow-x: auto;
  }
}
.recognition_table table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .recognition_table table {
    width: 767px;
    max-width: 767px;
  }
}
.recognition_table table tr th, .recognition_table table tr td {
  color: #000;
  font-size: 15px;
  padding: 20px 25px;
  vertical-align: top;
  line-height: 1.8;
  border: 1px solid #ddd;
}
.recognition_table table tr th {
  font-weight: 600;
  background: #eeeeee;
}
.recognition_table table tr th .sm {
  display: block;
  font-size: 13px;
}
.recognition_table table tr td ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.recognition_table table tr td ul li {
  line-height: 1.6;
  position: relative;
  padding-left: 1em;
}
.recognition_table table tr td ul li:not(:first-of-type) {
  margin-top: 4px;
}
.recognition_table table tr td ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}
.recognition_table table tr td ul li .sm {
  display: block;
  font-size: 13px;
}
.recognition_table .table_width_01 {
  width: 150px;
}
@media screen and (max-width: 1299px) {
  .recognition_table .table_width_01 {
    width: 120px;
  }
}
.recognition_table .table_width_02 {
  width: 475px;
}
@media screen and (max-width: 1299px) {
  .recognition_table .table_width_02 {
    width: 400px;
  }
}
.recognition_table .table_width_03 {
  text-align: center;
}
.recognition_table.flow {
  margin-top: 20px;
}
.recognition_table.flow th {
  font-weight: 400;
  text-align: left;
}
.recognition_table .link {
  text-align: center;
}
.recognition_table .link a {
  font-size: 16px;
  color: #000;
  border: 1px solid #000;
  background: #fff;
  padding: 10px 80px;
  text-align: center;
  display: inline-block;
  letter-spacing: 0;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 575px) {
  .recognition_table .link a {
    padding: 10px 60px 10px 40px;
    font-size: 14px;
  }
}
.recognition_table .link a:hover {
  opacity: 0.8;
}
.recognition_table .link a img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.ttl_arrow_txt {
  text-align: center;
}
.ttl_arrow_txt p {
  margin: 0 0 10px;
  color: #000;
  font-size: 16px;
}
.ttl_arrow_txt figure {
  line-height: 1;
}
.ttl_arrow_txt figure img {
  width: 14px;
  height: auto;
}

.graduation_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 575px) {
  .graduation_content {
    display: block;
  }
}
.graduation_content .items {
  width: 31%;
}
@media screen and (max-width: 575px) {
  .graduation_content .items {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .graduation_content .items:not(:first-of-type) {
    margin-top: 10px;
  }
}
.graduation_content .items figure img {
  width: 100%;
  height: auto;
}
.graduation_content .items h3 {
  background: #ff7372;
  font-size: 15px;
  text-align: center;
  color: #fff;
  padding: 15px;
  margin: 0;
}

.graduation_list {
  position: relative;
  margin-top: 80px;
  border: 1px solid #dddddd;
  padding: 50px 20px 35px;
}
.graduation_list h3 {
  font-size: 18px;
  color: #fff;
  background: #ff7372;
  padding: 15px;
  border-radius: 100px;
  position: absolute;
  top: -28px;
  left: 50%;
  text-align: center;
  min-width: 340px;
  font-weight: 600;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .graduation_list h3 {
    font-size: 16px;
    min-width: 290px;
  }
}
.graduation_list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media screen and (max-width: 575px) {
  .graduation_list ul {
    display: block;
  }
}
.graduation_list ul li {
  font-size: 15px;
  margin: 0 10px;
  color: #000;
  padding-left: 1em;
  position: relative;
}
.graduation_list ul li:before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

.footer_cta_option {
  width: 90%;
  max-width: 1170px;
  margin: 100px auto 0;
}
.footer_cta_option_main {
  background: url(../img/footer_cta_bg.webp) no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  padding: 50px 20px;
  text-align: center;
  position: relative;
}
.footer_cta_option_main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.footer_cta_option_main .ttl {
  color: #fff;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 600;
  display: inline-block;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 575px) {
  .footer_cta_option_main .ttl {
    font-size: 17px;
  }
}
.footer_cta_option_main .ttl:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  -webkit-transform: translateY(-50%) rotate(58deg);
          transform: translateY(-50%) rotate(58deg);
  width: 27px;
  height: 2px;
  background: #fff;
}
.footer_cta_option_main .ttl:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -30px;
  -webkit-transform: translateY(-50%) rotate(-58deg);
          transform: translateY(-50%) rotate(-58deg);
  width: 27px;
  height: 2px;
  background: #fff;
}
.footer_cta_option_main .linkArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 32px;
  position: relative;
  z-index: 1;
}
.footer_cta_option_main .linkArea .link {
  width: 49%;
  max-width: 340px;
}
.footer_cta_option_main .linkArea .link:nth-of-type(2) {
  margin-left: 2%;
}
@media screen and (max-width: 767px) {
  .footer_cta_option_main .linkArea .link {
    width: 100%;
    max-width: 360px;
    margin: 0 auto !important;
  }
  .footer_cta_option_main .linkArea .link:not(:first-of-type) {
    margin-top: 15px !important;
  }
}
.footer_cta_option_main .linkArea .link a {
  border-radius: 100px;
  font-size: 16px;
  color: #000;
  background: #fff;
  padding: 25px 40px 25px 20px;
  width: 100%;
  text-align: center;
  display: block;
  letter-spacing: 0;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.footer_cta_option_main .linkArea .link a:hover {
  background: #ff7372;
  color: #fff;
}
.footer_cta_option_main .linkArea .link a:hover .arrow {
  border-color: #fff;
}
.footer_cta_option_main .linkArea .link a:hover .arrow:before {
  border-color: #fff;
}
.footer_cta_option_main .linkArea .link a .arrow {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer_cta_option_main .linkArea .link a .arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-60%, -50%) rotate(45deg);
          transform: translate(-60%, -50%) rotate(45deg);
  width: 4px;
  height: 4px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer_cta_option_main .linkArea .link a img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.footer_cta_option_sub {
  padding: 50px 20px;
  border: 1px solid #dddddd;
}
.footer_cta_option_sub p {
  font-size: 15px;
  color: #000;
  text-align: center;
  line-height: 1.6;
}
@media screen and (max-width: 575px) {
  .footer_cta_option_sub p {
    font-size: 14px;
  }
}
.footer_cta_option_sub h4 {
  font-size: 27px;
  color: #000;
  font-weight: 600;
  text-align: center;
  line-height: 1.6;
  margin-top: 20px;
}
@media screen and (max-width: 575px) {
  .footer_cta_option_sub h4 {
    font-size: 22px;
  }
}
.footer_cta_option_sub ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}
@media screen and (max-width: 991px) {
  .footer_cta_option_sub ul {
    display: block;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
}
.footer_cta_option_sub ul li:not(:first-of-type) {
  border-left: 2px solid #ddd;
}
@media screen and (max-width: 991px) {
  .footer_cta_option_sub ul li {
    border: none !important;
  }
  .footer_cta_option_sub ul li:not(:first-of-type) {
    margin-top: 10px;
  }
}
.footer_cta_option_sub ul li a {
  font-size: 16px;
  color: #ff7372;
  padding: 5px 25px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
@media screen and (max-width: 991px) {
  .footer_cta_option_sub ul li a {
    width: 100%;
    padding: 15px 20px;
    border: 1px solid #ff7372;
    border-radius: 5px;
  }
}
.footer_cta_option_sub ul li a:hover {
  opacity: 0.8;
}
.footer_cta_option_sub ul li a img {
  margin-right: 6px;
}

.column_box_content {
  background: #f8f8f8;
  padding: 20px;
}
.column_box_content h4 {
  margin: 0 !important;
}
.column_box_content p {
  margin: 15px 0 0 !important;
}

.company_purpose h4 {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.8;
}
.company_purpose p {
  margin: 10px 0 0;
  line-height: 1.8;
  font-family: Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif !important;
}
.company_purpose ol {
  margin-top: 15px;
}
.company_purpose ol li {
  line-height: 1.8;
}

.privacy_content {
  width: calc(100% - 40px);
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}
.privacy_content h3 {
  font-size: 20px;
  text-align: center;
  font-weight: 600;
  line-height: 1.8;
}
.privacy_content p {
  margin-top: 15px;
  line-height: 2;
}
.privacy_content .privacy_content_items {
  margin-top: 40px;
}
.privacy_content .privacy_content_items h4 {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.8;
}
.privacy_content .detail {
  margin-top: 30px;
}
.privacy_content .detail h5 {
  font-weight: 600;
  line-height: 1.8;
}
.privacy_content .num {
  margin-top: 15px;
}
.privacy_content .num li {
  line-height: 1.8;
  font-family: "Kosugi", sans-serif !important;
}
.privacy_content .privacy_content_items_txt {
  text-align: right;
}

@media screen and (max-width: 991px) {
  .p-copyright {
    line-height: 1;
    height: auto;
    padding: 10px 0;
  }
  .p-copyright p {
    line-height: 1.4;
    text-align: left;
  }
}
.p-copyright .l-inner {
  position: relative;
}
.p-copyright .l-inner h6 {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 991px) {
  .p-copyright .l-inner h6 {
    position: static;
    text-align: left;
    margin-top: 15px;
  }
}
.p-copyright .l-inner h6 a {
  font-size: 12px;
  color: #666;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 991px) {
  .p-copyright .l-inner h6 a {
    text-align: left;
    color: #fff !important;
  }
}
.p-copyright .l-inner h6 a:hover {
  color: #ff3a3a;
}

body.admin-bar {
  padding-top: 0 !important;
}

.reset_header {
  width: 100%;
  height: 100px;
}
@media screen and (max-width: 1380px) {
  .reset_header {
    height: 140px;
  }
}
@media screen and (max-width: 767px) {
  .reset_header {
    height: 80px;
  }
}

.l-header_content {
  width: 100%;
  height: 100px;
  background: #fff;
  border-bottom: 2px solid #F6A28D;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
}
@media screen and (max-width: 1380px) {
  .l-header_content {
    height: 80px;
    border: none;
    background: #fff;
  }
}
.l-header_content h1 {
  width: 400px;
  position: absolute;
  top: 50%;
  left: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1380px) {
  .l-header_content h1 {
    width: 270px;
    left: 20px;
  }
}
@media screen and (max-width: 575px) {
  .l-header_content h1 {
    width: 243px;
  }
}
.l-header_content h1 a {
  display: block;
}
.l-header_content h1 a img {
  width: 100%;
  height: auto;
}
.l-header_content .gnav {
  position: absolute;
  top: 50%;
  right: 40px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 1380px) {
  .l-header_content .gnav {
    display: none;
  }
}
.l-header_content .gnav > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-header_content .gnav > ul > li:not(:first-of-type) {
  margin-left: 25px;
}
.l-header_content .gnav > ul > li > a {
  font-size: 15px;
  font-weight: 600;
  padding-top: 20px;
  padding-bottom: 20px;
}
.l-header_content .gnav > ul > li.parent {
  position: relative;
}
.l-header_content .gnav > ul > li.parent > a {
  position: relative;
  padding-right: 17px;
}
.l-header_content .gnav > ul > li.parent > a:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-70%) rotate(135deg);
          transform: translateY(-70%) rotate(135deg);
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.l-header_content .gnav > ul > li.parent > a:hover:before {
  border-color: #ff3a3a;
}
.l-header_content .gnav > ul > li.parent .child {
  position: absolute;
  top: calc(100% + 20px);
  left: 0;
  background: #f3f3f3;
  width: 260px;
  padding: 30px 30px;
  border-radius: 6px;
  display: none;
}
.l-header_content .gnav > ul > li.parent .child ul li:not(:first-of-type) {
  margin-top: 8px;
}
.l-header_content .gnav > ul > li.parent .child ul li a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.l-header_content .gnav > ul > li.parent .child ul li a:hover {
  color: #ff3a3a;
}
.l-header_content .gnav > ul .contact_btn a {
  border: 1px solid #000;
  padding: 11px 30px;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 16px;
}
.l-header_content .gnav > ul .contact_btn a:hover {
  border-color: #ff7372;
  background: #ff7372;
  color: #fff;
}

.hbg_btn {
  display: none;
}
@media screen and (max-width: 1380px) {
  .hbg_btn {
    display: block;
    width: 80px;
    height: 80px;
    background: #8A0504;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1001;
  }
}
@media screen and (max-width: 1380px) and (max-width: 767px) {
  .hbg_btn {
    width: 80px;
    height: 80px;
  }
}
.hbg_btn .line {
  width: 30px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.hbg_btn .line.bar_01 {
  top: 28px;
}
@media screen and (max-width: 767px) {
  .hbg_btn .line.bar_01 {
    top: 28px;
  }
}
.hbg_btn .line.bar_02 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hbg_btn .line.bar_03 {
  top: 50px;
}
@media screen and (max-width: 767px) {
  .hbg_btn .line.bar_03 {
    top: 50px;
  }
}
.hbg_btn .line.active.bar_01 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.hbg_btn .line.active.bar_02 {
  opacity: 0;
}
.hbg_btn .line.active.bar_03 {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}

.hbg_content {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  background: #fff;
  margin-top: 80px;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.hbg_content.open {
  visibility: visible;
  opacity: 1;
}
.hbg_content .nav_outer {
  width: 100%;
  height: calc(100% - 120px);
  overflow-y: auto;
}
.hbg_content .nav {
  background: #f8f8f8;
}
.hbg_content .nav li {
  border-bottom: 1px solid #e6e6e6;
}
.hbg_content .nav li a {
  font-size: 14px;
  font-weight: 600;
  padding: 25px 20px;
  line-height: 1.2;
  position: relative;
  display: block;
  width: 100%;
}
.hbg_content .nav li a img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 20px;
}
.hbg_content .nav li a .plus {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 10px;
  height: 10px;
}
.hbg_content .nav li a .plus:before {
  content: "";
  width: 12px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.hbg_content .nav li a .plus:after {
  content: "";
  width: 1px;
  height: 12px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.hbg_content .nav li a .plus.active:after {
  opacity: 0;
}
.hbg_content .nav li .child {
  display: none;
}
.hbg_content .nav li .child li:last-of-type {
  border: none;
}
.hbg_content .nav li .child li a {
  background: #fff;
}
.hbg_content .nav li .child li a img {
  opacity: 0.5;
}

.p-entry__title {
  font-weight: 600;
}

.contact_form {
  background: #f8f8f8;
  padding: 60px 80px;
}
@media screen and (max-width: 575px) {
  .contact_form {
    padding: 30px 20px;
  }
}
.contact_form .items:not(:first-of-type) {
  padding-top: 30px;
}
.contact_form .items .t_head {
  margin-bottom: 6px;
}
.contact_form .items .t_head p {
  margin: 0 !important;
  color: #000;
  font-size: 15px;
  position: relative;
  display: inline-block;
}
.contact_form .items .t_head p .hissu {
  position: absolute;
  top: 50%;
  right: -52px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #880101;
  color: #fff;
  line-height: 1;
  padding: 5px 10px 6px;
  font-size: 11px;
}
.contact_form .items .t_head .coution_txt {
  display: block;
}
.contact_form .items .t_head h5 {
  display: block;
  width: 100%;
  font-size: 13px;
  color: #000;
}
.contact_form .items .t_body input[type=text],
.contact_form .items .t_body input[type=email],
.contact_form .items .t_body textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid #5d5d5d;
  background: #fff;
}
.contact_form .items .t_body textarea {
  height: 200px;
}
.contact_form .items .t_body .mwform-radio-field-text,
.contact_form .items .t_body .mwform-checkbox-field-text {
  color: #000;
}
.contact_form .items .t_body .other_item p {
  margin-bottom: 5px;
  color: #000;
}
.contact_form .meishi_content .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contact_form .meishi_content .items:not(:first-of-type) {
  padding-top: 10px;
}
.contact_form .meishi_content .items p {
  margin: 0;
  color: #000;
}
.contact_form .meishi_content .items p:nth-of-type(1) {
  width: 60px;
}
.contact_form .meishi_content .items p:nth-of-type(2) {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.contact_submitBtn {
  text-align: center;
  width: 100%;
  margin-top: 30px;
}
.contact_submitBtn input[type=submit] {
  color: #fff !important;
  background: #880101;
  border: 1px solid #880101;
  padding: 15px 40px;
  margin: 10px;
  font-size: 15px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .contact_submitBtn input[type=submit] {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.contact_submitBtn input[type=submit]:hover {
  opacity: 0.7;
}

.confirm_txt {
  display: none;
  margin-bottom: 30px;
}
.confirm_txt p {
  margin: 0;
}

.mw_wp_form_confirm .confirm_txt {
  display: block !important;
}
.mw_wp_form_confirm .input_txt {
  display: none !important;
}

.input_txt {
  margin-bottom: 60px;
}
.input_txt .link a {
  color: #fff !important;
  background: #880101;
  border: 1px solid #880101;
  padding: 10px 40px;
  display: inline-block;
  font-size: 15px;
  cursor: pointer;
}
@media screen and (max-width: 575px) {
  .input_txt .link a {
    padding: 10px 20px;
    font-size: 14px;
  }
}
.input_txt .link a:hover {
  opacity: 0.7;
}

.completion_back a {
  color: #fff !important;
  background: #880101;
  border: 1px solid #880101;
  padding: 10px 40px;
  font-size: 15px;
  cursor: pointer;
  display: inline-block;
}
.completion_back a:hover {
  opacity: 0.7;
}
.completion_back.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 575px) {
  .completion_back.flex {
    display: block;
  }
}
.completion_back.flex a:not(:first-of-type) {
  margin-left: 20px;
}
@media screen and (max-width: 575px) {
  .completion_back.flex a:not(:first-of-type) {
    margin: 20px 0 0;
  }
}

.schooList_content .ttl_under_txt {
  font-size: 16px;
  line-height: 1.6;
}
.schooList_content .ttl_under_txt a {
  text-decoration: underline;
}
.schooList_content .schooList_category {
  margin-top: 30px;
}
.schooList_content .schooList_category ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.schooList_content .schooList_category ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 5px;
  font-size: 14px;
  display: block;
  border: 2px solid #880202;
  color: #880202;
  border-radius: 100px;
  text-align: center;
  padding: 11px 10px 10px 10px;
  font-weight: 600;
  cursor: pointer;
}
.schooList_content .schooList_category ul li:hover, .schooList_content .schooList_category ul li.current {
  background: #880202;
  color: #fff;
}
.schooList_content_item {
  margin-top: 60px;
}
.schooList_content_item h3.main {
  background: #8A0504 !important;
}
.schooList_content_item .ttl {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  position: relative;
  padding-bottom: 16px;
  margin-bottom: 50px;
}
.schooList_content_item .ttl:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 50px;
  height: 2px;
  border-radius: 100px;
  background: #000;
}
.schooList_content_item .items {
  margin-top: 50px;
  margin-bottom: 50px;
}
.schooList_content_item .items_content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  .schooList_content_item .items_content {
    display: block;
  }
}
.schooList_content_item .items_content > figure {
  width: 250px;
  margin-right: 30px;
  position: relative;
}
@media screen and (max-width: 575px) {
  .schooList_content_item .items_content > figure {
    width: 100%;
    margin: 0 0 15px;
  }
}
.schooList_content_item .items_content > figure img {
  width: 100%;
  height: auto;
}
.schooList_content_item .items_content_txt {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.schooList_content_item .items_content_txt .items_ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 575px) {
  .schooList_content_item .items_content_txt .items_ttl {
    display: block;
  }
}
.schooList_content_item .items_content_txt .items_ttl h2 {
  line-height: 1.2;
  margin-right: 20px;
}
.schooList_content_item .items_content_txt .items_ttl h2 a {
  font-size: 22px;
  line-height: 1.6;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .schooList_content_item .items_content_txt .items_ttl h2 a {
    margin: 0 0 5px;
  }
}
.schooList_content_item .items_content_txt .items_ttl p {
  font-size: 14px;
}
.schooList_content_item .items_content_txt .txt {
  margin-top: 10px;
  font-size: 15px;
  line-height: 1.6;
}
.schooList_content_item .items_content_txt .txt a {
  margin-left: 6px;
  color: #8A0504 !important;
}
.schooList_content_item .items_content_txt .teacher {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.schooList_content_item .items_content_txt .teacher figure {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  overflow: hidden;
}
.schooList_content_item .items_content_txt .teacher figure img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.schooList_content_item .items_content_txt .teacher p {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 14px;
  line-height: 1.6;
}
.schooList_content_item .items .link {
  margin-top: 30px;
}
.schooList_content_item .items .link ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.schooList_content_item .items .link ul li {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 5px;
}
.schooList_content_item .items .link ul li a {
  font-size: 15px;
  display: block;
  border: 1px solid #880202;
  color: #880202;
  text-align: center;
  padding: 15px 10px 14px 10px;
}
@media screen and (max-width: 575px) {
  .schooList_content_item .items .link ul li a {
    font-size: 14px;
  }
}
.schooList_content_item .items .link ul li a:hover {
  background: #880202;
  color: #fff;
}
.schooList_content .contact_form .t_head {
  margin-bottom: 16px;
}
.schooList_content select {
  width: 100%;
  padding: 15px;
  border: 1px solid #5d5d5d;
  background: #fff;
}

.schoolList_form {
  margin-top: 60px;
}
.schoolList_form h3 {
  font-size: 26px;
  text-align: center;
  font-weight: 600;
  line-height: 1.6;
  margin-bottom: 30px;
}
@media screen and (max-width: 575px) {
  .schoolList_form h3 {
    font-size: 20px;
  }
}

.footer_content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 80px 0;
}
@media screen and (max-width: 1199px) {
  .footer_content {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer_content {
    padding-bottom: 0;
  }
}
.footer_content .logo_area {
  width: 268px;
}
@media screen and (max-width: 1199px) {
  .footer_content .logo_area {
    margin: 0 auto 50px;
  }
}
.footer_content .logo_area figure {
  width: 100%;
}
.footer_content .logo_area figure a {
  display: block;
}
.footer_content .logo_area figure a img {
  width: 100%;
  height: auto;
}
.footer_content .logo_area p {
  text-align: center;
  line-height: 1.8;
  margin-top: 20px;
  color: #000;
}
.footer_content .logo_area .sns {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.footer_content_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 1199px) {
  .footer_content_nav {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 575px) {
  .footer_content_nav {
    display: block;
  }
}
.footer_content_nav .items:not(:first-of-type) {
  margin-left: 30px;
}
@media screen and (max-width: 1199px) {
  .footer_content_nav .items {
    margin: 20px 30px !important;
  }
}
.footer_content_nav .items h4 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .footer_content_nav .items h4 {
    text-align: center;
  }
}
.footer_content_nav .items ul {
  margin-top: 10px;
}
.footer_content_nav .items ul li:not(:first-of-type) {
  margin-top: 3px;
}
@media screen and (max-width: 575px) {
  .footer_content_nav .items ul li {
    text-align: center;
  }
}
.footer_content_nav .items ul li a {
  color: #000;
  font-size: 13px;
  line-height: 1.9;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer_content_nav .items ul li a:hover {
  color: #ff3a3a;
}

.p-social-nav__item--twitter a::before {
  content: "\e61b" !important;
  font-family: "Font Awesome 6 Brands" !important;
}

.top_flow_content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: wrap;
      -ms-flex: wrap;
          flex: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
  max-width: 1170px;
  margin: 60px auto 60px;
}
@media screen and (max-width: 1299px) {
  .top_flow_content {
    display: block;
  }
}

.top_flow {
  width: 100%;
  margin-top: 30px;
  text-align: center;
  padding: 70px 0 0;
  border: 1px solid #dddddd;
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-right: 40px;
}
@media screen and (max-width: 1299px) {
  .top_flow {
    margin-left: auto;
    margin-right: auto;
  }
}
.top_flow h4 {
  display: inline-block;
  font-size: 18px;
  padding: 20px 60px;
  border-radius: 100px;
  background: #ff7372;
  color: #fff;
  font-weight: 600;
  min-width: 340px;
  position: absolute;
  top: -29px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media screen and (max-width: 575px) {
  .top_flow h4 {
    padding: 18px 30px;
    font-size: 16px;
    min-width: 280px;
  }
}
.top_flow_img {
  width: 100%;
  text-align: center;
  padding: 0 30px;
}
@media screen and (max-width: 1199px) {
  .top_flow_img {
    overflow-x: auto;
  }
}
.top_flow_img img {
  width: 100%;
  max-width: 718px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .top_flow_img img {
    width: 718px !important;
  }
}
@media screen and (max-width: 575px) {
  .top_flow_img img {
    width: 600px !important;
  }
}
.top_flow .btnArea {
  margin-top: 40px;
  background: #ff7372;
  padding: 20px 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1199px) {
  .top_flow .btnArea {
    padding: 20px;
  }
}
@media screen and (max-width: 1099px) {
  .top_flow .btnArea {
    display: block;
  }
}
.top_flow .btnArea .link {
  width: 48%;
}
.top_flow .btnArea .link:nth-of-type(2) {
  margin-left: 4%;
}
@media screen and (max-width: 1099px) {
  .top_flow .btnArea .link {
    width: 100%;
    max-width: 450px;
    margin: 0 auto !important;
  }
  .top_flow .btnArea .link:not(:first-of-type) {
    margin-top: 15px !important;
  }
}
.top_flow .btnArea .link a {
  font-size: 16px;
  color: #ff7372;
  background: #fff;
  padding: 25px 40px 25px 10px;
  width: 100%;
  text-align: center;
  display: block;
  letter-spacing: 0;
  font-weight: 600;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.top_flow .btnArea .link a:hover {
  opacity: 0.8;
}
.top_flow .btnArea .link a img {
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.top_flow_img2 {
  width: 340px;
  margin-top: 28px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1299px) {
  .top_flow_img2 {
    display: none;
  }
}
.top_flow_img2 img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.recognition_desc {
  margin-bottom: 60px;
}
.recognition_desc figure img {
  width: 100%;
}
.recognition_desc h3 {
  margin: 40px 0 0;
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
@media screen and (max-width: 575px) {
  .recognition_desc h3 {
    font-size: 18px;
  }
}
.recognition_desc p {
  margin: 15px 0 0;
  color: #000;
  font-size: 16px;
}

.chart {
  margin-top: 20px;
}
.chart table {
  width: 100%;
  border-collapse: collapse;
}
.chart table tr th, .chart table tr td {
  line-height: 1.8;
}
.chart table tr .width01 {
  background: #fafafa;
  width: 90px;
}
.chart table tr td:nth-of-type(2) {
  text-align: left;
}
.chart .p-entry__title {
  color: #000;
}
.chart .coution {
  text-align: right;
}

.organizationChart {
  margin-top: 40px;
}
.organizationChart h3 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
}
.organizationChart img {
  width: 100%;
  border: 1px solid #ddd;
}

.pdf_list_outer {
  margin-top: 40px;
}
.pdf_list_outer h3 {
  font-size: 20px;
  font-weight: 600;
  color: #000;
}
.pdf_list_outer .pdf_list {
  list-style: none;
  margin: 0;
}
.pdf_list_outer .pdf_list li:not(:first-of-type) {
  margin-top: 8px;
}
.pdf_list_outer .pdf_list li a {
  color: #666;
  position: relative;
  padding-left: 25px;
}
.pdf_list_outer .pdf_list li a:hover {
  text-decoration: underline;
}
.pdf_list_outer .pdf_list li a img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.pamphlet_content .items {
  width: 48%;
}
.pamphlet_content .items:nth-of-type(n + 3) {
  margin-top: 30px;
}
.pamphlet_content .items:nth-of-type(even) {
  margin-left: 4%;
}
@media screen and (max-width: 575px) {
  .pamphlet_content .items {
    width: 100%;
    margin: 0 !important;
  }
  .pamphlet_content .items:nth-of-type(n + 2) {
    margin-top: 30px !important;
  }
}
.pamphlet_content .items p {
  text-align: center;
  margin-top: 10px;
}

.pdf_list_outer .pdf_list li a {
  display: block;
  line-height: 1.4;
}

.point_box {
  padding: 20px;
  background: #f8f8f8;
  margin: 1em 0;
}
.point_box h5 {
  margin: 0;
  font-weight: 600;
}
.point_box p {
  margin: 10px 0 0;
}