@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  line-height: 1.15;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: inherit;
  font-size: inherit;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  margin: 0;
  clear: both;
  /* 1 */
  overflow: visible;
  /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  /* 1 */
  font-size: inherit;
  font-family: monospace, monospace;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  /* 1 */
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font: inherit;
  text-align: inherit;
  text-transform: inherit;
  vertical-align: middle;
  /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit;
  /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

body {
  color: #2c2c2c;
  font-size: 20px;
  line-height: 1.9;
  font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック体", "Yu Gothic", yugothic, "メイリオ", meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 1.6;
  }
}
img {
  width: 100%;
  height: auto;
}

.wContainer {
  width: calc(75.52vw + 40px);
  margin-inline: auto;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .wContainer {
    width: 100%;
    padding-right: 4.2666666667vw;
    padding-left: 4.2666666667vw;
  }
}
.randomAnime {
  visibility: hidden;
}

.footer {
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #00284b;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.footer_inner {
  -webkit-column-gap: 100px;
  -moz-column-gap: 100px;
  display: flex;
  column-gap: 100px;
  row-gap: 20px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-right: 20px;
  padding-left: 20px;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer_inner {
    flex-direction: column;
    gap: 20px;
  }
}
@media screen and (max-width: 767px) {
  .footer_inner {
    flex-direction: column;
    gap: 20px;
  }
}
.footer_copyRight {
  font-size: clamp(0.625rem, 0.3333rem + 0.6076vw, 1.0625rem);
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .footer_copyRight {
    font-size: 10px;
    text-align: center;
  }
}
.footer_logo {
  width: clamp(10.625rem, 7.2917rem + 6.9444vw, 15.625rem);
}

@media screen and (max-width: 767px) {
  .footer_logo {
    width: 170px;
  }
}
@media (hover: hover) {
  .footer_logo:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.fixed_btn {
  -webkit-transform: translateY(-50%);
  z-index: 30;
  position: fixed;
  top: 50vh;
  right: 0;
  width: min(125px, 6.51vw);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .fixed_btn {
    -webkit-transform: unset;
    top: auto;
    bottom: 40px;
    width: 52px;
    transform: unset;
  }
}
@media (hover: hover) {
  .fixed_btn:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
.fv {
  display: grid;
  position: relative;
  place-items: center;
  aspect-ratio: 1920/1078;
  width: 100%;
  overflow: hidden;
  background-image: url(../images/fv_bg2.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .fv {
    aspect-ratio: 375/833;
    background-image: url(../images/fv_bg_sp.webp);
  }
}
.fv_ttl {
  display: grid;
  grid-template-columns: 1fr;
  width: 28.65vw;
  gap: 3.65vw;
}

@media screen and (max-width: 767px) {
  .fv_ttl {
    width: 64vw;
    gap: 7.2vw;
  }
}
.fv_ttl_logo {
  display: block;
  width: 19.69vw;
  margin-inline: auto;
}

@media screen and (max-width: 767px) {
  .fv_ttl_logo {
    width: 38.13vw;
  }
}
.fv_ttl_svg {
  display: block;
  width: 100%;
  margin-inline: auto;
}

.fv_img1 {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 44.53vw;
}

@media screen and (max-width: 767px) {
  .fv_img1 {
    right: 0;
    bottom: auto;
    width: 100%;
  }
}
.fv_img2 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  width: 44.53vw;
}

@media screen and (max-width: 767px) {
  .fv_img2 {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
  }
}
.about {
  position: relative;
  aspect-ratio: 1920/1785;
  overflow: hidden;
  background-image: url(../images/about_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .about {
    aspect-ratio: unset;
    padding-top: 213px;
    padding-bottom: 255px;
    background-image: url(../images/about_bg_sp.webp);
  }
}
.about_txtWrapper {
  z-index: 1;
  position: absolute;
  top: 20.78vw;
  right: 0;
  bottom: auto;
  left: 23.85vw;
  width: 76.15vw;
  padding: 10.78vw 1.04vw 19.64vw 20.05vw;
  background-color: #fff;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about_txtWrapper {
    padding-right: 20px;
    padding-left: clamp(9.375rem, -1.9191rem + 23.5294vw, 13.125rem);
  }
}
@media screen and (max-width: 767px) {
  .about_txtWrapper {
    position: static;
    width: 321px;
    margin-right: clamp(0rem, -17.9432rem + 66.7656vw, 14.0625rem);
    margin-left: auto;
    padding: 75px 12px 92px 20px;
  }
}
.about_ttl {
  width: clamp(25rem, 3.7588rem + 33.2219vw, 43.625rem);
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about_ttl {
    width: 420px;
  }
}
@media screen and (max-width: 767px) {
  .about_ttl {
    width: 195px;
    margin-right: 0;
    margin-left: auto;
  }
}
.about_txt {
  margin-top: clamp(1.25rem, -0.8884rem + 3.3445vw, 3.125rem);
  font-size: clamp(0.875rem, 0.4473rem + 0.6689vw, 1.25rem);
  text-align: justify;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .about_txt {
    margin-top: 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .about_txt {
    margin-top: 20px;
  }
}
.about_img1 {
  z-index: 2;
  position: absolute;
  top: 7.81vw;
  right: auto;
  bottom: auto;
  left: 0;
  width: 77.24vw;
}

@media screen and (max-width: 767px) {
  .about_img1 {
    top: 102px;
    width: 242px;
  }
}
.about_img2 {
  z-index: 2;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 14.38vw;
  left: auto;
  width: 43.7vw;
}

@media screen and (max-width: 767px) {
  .about_img2 {
    bottom: 196px;
    width: 195px;
  }
}
.about_img3 {
  z-index: 2;
  position: absolute;
  top: auto;
  right: auto;
  bottom: 18.13vw;
  left: 13.85vw;
  width: 43.7vw;
}

@media screen and (max-width: 767px) {
  .about_img3 {
    right: 179px;
    bottom: 158px;
    left: auto;
    width: 177px;
  }
}
.outline {
  position: relative;
  margin-top: -9.38vw;
  padding-top: 8.39vw;
  padding-bottom: 8.07vw;
  border-radius: 0 8.75vw 0 8.75vw;
  background-color: #fff;
  box-shadow: 0 3px 16px 0 rgba(0, 0, 0, 0.16);
}

@media screen and (max-width: 767px) {
  .outline {
    margin-top: -80px;
    padding-top: 70px;
    padding-bottom: 100px;
    border-radius: 0 80px 0 80px;
  }
}
.outline_ttl {
  color: #073391;
  font-weight: 700;
  font-size: 60px;
  letter-spacing: 0.1em;
  text-align: center;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_ttl {
    font-size: 40px;
  }
}
@media screen and (max-width: 767px) {
  .outline_ttl {
    font-size: 28px;
    letter-spacing: normal;
  }
}
.outline_ttl .accent {
  display: inline-block;
  margin-left: 0.3em;
  color: #ff7600;
}

.outline_img {
  max-width: 1428px;
  margin-top: 105px;
  margin-inline: auto;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_img {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .outline_img {
    max-width: 100%;
    margin-top: 40px;
  }
}
.outline_txt {
  margin-top: 100px;
  color: #ff7600;
  font-size: 23px;
  text-align: center;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_txt {
    margin-top: 50px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .outline_txt {
    margin-top: 40px;
    font-size: 15px;
  }
}
.outline_item {
  display: flex;
  position: relative;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 77px;
  gap: clamp(2.5rem, -1.6667rem + 5.5556vw, 5rem);
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_item {
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 50px;
    gap: 30px;
  }
}
@media screen and (max-width: 767px) {
  .outline_item {
    flex-direction: column;
    align-items: center;
    padding-top: 50px;
    padding-bottom: 30px;
    gap: 40px;
  }
}
.outline_item:not(:nth-of-type(1)) {
  border-top: 2px dotted #808080;
}

.outline_item:nth-of-type(1) {
  margin-top: 30px;
}

.outline_item::after {
  -webkit-transform: translateY(-50%);
  position: absolute;
  top: 50%;
  right: calc(clamp(6.25rem, -2.0833rem + 11.1111vw, 11.25rem) * -1);
  width: 37px;
  height: 233px;
  transform: translateY(-50%);
  background-image: url(../images/gaiyou_square.webp);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_item::after {
    right: -70px;
    width: 20px;
    height: 125px;
  }
}
@media screen and (max-width: 767px) {
  .outline_item::after {
    right: -4px;
    width: 17px;
    height: 109px;
  }
}
.outline_item:nth-of-type(2)::after {
  right: auto;
  left: calc(clamp(6.25rem, -2.0833rem + 11.1111vw, 11.25rem) * -1);
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_item:nth-of-type(2)::after {
    right: auto;
    left: -70px;
  }
}
@media screen and (max-width: 767px) {
  .outline_item:nth-of-type(2)::after {
    right: auto;
    left: -4px;
  }
}
.outline_item_ttl {
  flex: 0 0 clamp(11.25rem, -2.6042rem + 18.4722vw, 19.5625rem);
  margin-left: clamp(0rem, -3.125rem + 4.1667vw, 1.875rem);
  padding: 0.6em;
  border: none;
  border-radius: 9999px;
  background-image: linear-gradient(100deg, #79c4d8 12%, #1b4298 94%);
  color: #fff;
  font-size: clamp(1.0625rem, 0.6458rem + 0.5556vw, 1.3125rem);
  text-align: center;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_item_ttl {
    flex: 1 1 auto;
    width: 313px;
  }
}
@media screen and (max-width: 767px) {
  .outline_item_ttl {
    flex: 1 1 auto;
    width: 220px;
    margin-left: 0;
    padding: 0.4em;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .outline_item_body {
    flex: 1 1 auto;
    width: 100%;
  }
}
.outline_item_body_txt {
  font-weight: bold;
  font-size: 24px;
  text-align: justify;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_item_body_txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .outline_item_body_txt {
    font-size: 17px;
  }

  .outline_item_body_txt .small {
    display: block;
    font-size: 14px;
  }
}
.outline_item_body_noticeList, .notice_list {
  margin-top: 1em;
  font-weight: 200;
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_item_body_noticeList, .notice_list {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .outline_item_body_noticeList, .notice_list {
    font-size: 12px;
  }
}
.outline_item_body_noticeList li, .notice_list li {
  padding-left: 1em;
  list-style: none;
  text-indent: -1em;
}

.outline_item_body_noticeList li::before, .notice_list li::before {
  content: "※";
}

.underline_link {
  color: #0175B2;
  text-decoration: underline;
}

.underline_link:hover {
  text-decoration: none;
}

.outline_item_scheduleCont {
  display: grid;
  position: relative;
  grid-template-columns: repeat(3, clamp(15.625rem, 9.375rem + 8.3333vw, 19.375rem));
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_item_scheduleCont {
    grid-template-columns: repeat(3, 200px);
  }
}
@media screen and (max-width: 767px) {
  .outline_item_scheduleCont {
    grid-template-columns: 1fr;
  }
}
.outline_item_scheduleCont + .outline_item_body_noticeList, .outline_item_scheduleCont + .notice_list {
  margin-top: 3em;
}

@media screen and (max-width: 767px) {
  .outline_item_scheduleCont + .outline_item_body_noticeList, .outline_item_scheduleCont + .notice_list {
    margin-top: 1em;
  }
}
.outline_item_schedule_item {
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .outline_item_schedule_item {
    position: relative;
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.outline_item_schedule_item:not(:nth-of-type(1)) {
  border-left: 1px solid #2c2c2c;
}

@media screen and (max-width: 767px) {
  .outline_item_schedule_item:not(:nth-of-type(1)) {
    border-left: none;
  }

  .outline_item_schedule_item:not(:nth-of-type(1))::before {
    position: absolute;
    top: 0;
    right: 20%;
    left: 20%;
    height: 1px;
    background-color: #2c2c2c;
    content: "";
  }
}
.outline_item_schedule_item.end {
  color: #d3d3d3;
}

.outline_item_schedule_item.end .outline_item_schedule_status {
  color: red;
}

.outline_item_schedule_year {
  font-size: 24px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_item_schedule_year {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .outline_item_schedule_year {
    font-size: 22px;
  }
}
.outline_item_schedule_date {
  font-size: 49px;
  line-height: 1.1;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_item_schedule_date {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .outline_item_schedule_date {
    font-size: 36px;
  }
}
.outline_item_schedule_date .small {
  font-size: 30px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_item_schedule_date .small {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .outline_item_schedule_date .small {
    font-size: 23px;
  }
}
.outline_item_schedule_time {
  margin-top: 1em;
  font-size: 19px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_item_schedule_time {
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .outline_item_schedule_time {
    margin-top: 0.5em;
    font-size: 16px;
  }
}
.outline_item_schedule_time .small {
  display: block;
  font-size: 14px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_item_schedule_time .small {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .outline_item_schedule_time .small {
    display: inline-block;
    font-size: 12px;
  }
}
.outline_item_schedule_status {
  color: #ff7600;
  font-size: 14px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_item_schedule_status {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .outline_item_schedule_status {
    margin-top: 0.8em;
    font-size: 14px;
  }
}
.outline_item_schedule_fukidashi {
  z-index: 2;
  position: absolute;
  top: -30px;
  right: -70px;
  width: 113px;
  height: 113px;
}

@media screen and (max-width: 1199px) and (min-width: 768px) {
  .outline_item_schedule_fukidashi {
    top: -20px;
    right: -40px;
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .outline_item_schedule_fukidashi {
    top: -6px;
    left: 72%;
    width: 76px;
    height: 76px;
  }
}
.outline_item_stepImg {
  max-width: 927px;
}

@media screen and (max-width: 767px) {
  .outline_item_stepImg {
    width: 234px;
    margin-inline: auto;
  }
}
.outline_item_stepImg + .outline_item_body_noticeList, .outline_item_stepImg + .notice_list {
  margin-top: 3em;
}

.notice {
  margin-top: -6.77vw;
  padding-top: 15.63vw;
  padding-bottom: 15.63vw;
  background-image: url(../images/hougan_bg.webp);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
  .notice {
    margin-top: -60px;
    padding-top: 150px;
    padding-bottom: 150px;
  }
}
.notice_inner {
  max-width: 1257px;
}

.notice_ttl {
  font-weight: bold;
  font-size: 37px;
  letter-spacing: 0.06em;
  text-align: center;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .notice_ttl {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .notice_ttl {
    font-size: 22px;
  }
}
.notice_list {
  margin-top: 2em;
  font-size: 20px;
}

.notice_list li::before {
  content: "・";
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .notice_list {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .notice_list {
    font-size: 14px;
    letter-spacing: 0.1em;
  }
}
.form {
  position: relative;
  margin-top: -7.29vw;
  padding-top: 8.65vw;
  border-radius: 0 8.75vw 0 0;
  background-color: #00479a;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 1017px) and (min-width: 526px) {
  .form {
    padding-bottom: 3em;
  }
}
@media screen and (max-width: 767px) {
  .form {
    margin-top: -60px;
    padding-top: 76px;
    border-radius: 0 74px 0 0;
  }
}
.form_ttl {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
  border-bottom: 2px dashed #fff;
  font-weight: bold;
  font-size: 45px;
  letter-spacing: 0.1em;
}

@media screen and (max-width: 767px) {
  .form_ttl {
    padding-bottom: 5px;
    font-size: 25px;
  }
}
.form_txt {
  margin-top: 2em;
  font-size: 22px;
  letter-spacing: 0.06em;
}

@media screen and (max-width: 767px) {
  .form_txt {
    font-size: 15px;
    text-align: justify;
  }
}
@media screen and (max-width: 1017px) and (min-width: 526px) {
  .form_container {
    margin-top: 3em;
  }
}
.form_line {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 0;
  width: 1.15vw;
  background-color: #e86b00;
  content: "";
}

@media screen and (max-width: 767px) {
  .form_line {
    display: none;
  }
}
[data-aos=slide-leftDown] {
  -webkit-transform: translateX(-100%) translateY(-100%);
  transform: translateX(-100%) translateY(-100%);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

[data-aos=slide-leftDown].aos-animate {
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  opacity: 1;
}

[data-aos=slide-upRight] {
  -webkit-transform: translateX(100%) translateY(100%);
  transform: translateX(100%) translateY(100%);
  opacity: 0;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

[data-aos=slide-upRight].aos-animate {
  -webkit-transform: translateX(0) translateY(0);
  transform: translateX(0) translateY(0);
  opacity: 1;
}

[data-aos=lineAnime] {
  height: 0;
  transition-property: height;
}

[data-aos=lineAnime].aos-animate {
  height: 100%;
}

.sm_only {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .sm_only {
    display: block !important;
  }
}
.md_only {
  display: none !important;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .md_only {
    display: block !important;
  }
}
.lg_only {
  display: none !important;
}

@media screen and (min-width: 1024px) {
  .lg_only {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .mdLg_only {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .smMd_only {
    display: none !important;
  }
}
/*# sourceMappingURL=sourcemaps/style.css.map */
/* =============================================
   1. 共通・セクション基本設定
   ============================================= */
.about, .consultation-info {
  max-width: 1400px;
  margin: 0 auto !important;
  overflow: visible !important;
}
。

CSS
/* =============================================
   4. 瀬戸SOLAN学園とは（位置と表示の修正）
   ============================================= */

/* 親要素：右に寄りすぎているのを中央〜右に収まるよう調整 */
.about_txtWrapper {
    position: absolute !important; /* 背景画像の上に重ねるため */
    top: 15vw !important;         /* 上からの位置を微調整 */
    left: 65vw !important;        /* 左から45%の位置に配置 */
    width: 50vw !important;       /* 幅を確保 */
    margin-left: 0 !important;    /* 50%指定を解除 */
    padding: 40px !important;     /* 余白を適切に設定 */
    background-color: rgba(255, 255, 255, 0.9) !important; /* 背景を少し透過させて読みやすく */
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 10 !important;
}

/* タイトル「瀬戸SOLAN小学校とは」の表示 */
.about_ttl {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    max-width: 400px !important;
    margin: 0 0 20px 0 !important;
    
    /* 以下を追加：最前面に表示させるための指定 */
    position: relative !important;
    z-index: 20 !important;
}
.about_ttl img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
}

/* 説明文（2021年〜）の表示 */
.about_txt {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    text-align: justify !important;
    color: #2c2c2c !important;
    font-size: 16px !important;
    line-height: 1.8 !important;
}

/* 画像とテキストの重なり調整（スマホ時） */
@media screen and (max-width: 767px) {
    .about {
        height: auto !important;
        min-height: 800px;
        display: flex !important;
        flex-direction: column !important;
    }
    .about_txtWrapper {
    /* 位置を右へ */
    left: 55vw !important;
    width: 45vw !important;
    
    /* 原因となっている巨大な左余白を0にします */
    padding-left: 0 !important; 
    
    /* タイトルと重ならないよう、ボックス自体を右へ寄せる */
    margin-left: 0 !important;
    position: absolute !important;
}
    .about_img1 {
        position: relative !important;
        width: 100% !important;
        top: 0 !important;
    }
}} =============================================
   3. 説明会日程・スケジュール
   ============================================= */

/* 日程ブロック */
.schedule_time_announcement {
  text-align: center;
  font-size: 1.2em;
  font-weight: bold;


  margin: 10px 0 20px;
  color: #333;
}

.outline_item_scheduleCont {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  gap: 0;
  align-items: stretch;
  background: #fff;
  border: none;
}

.outline_item_schedule_item {
  flex: 1;
  text-align: center;
  padding: 20px 5px;
  border-right: 1px solid #ccc;
  position: relative;
}

.outline_item_schedule_item:last-of-type { border-right: none; }

.date-nowrap { white-space: nowrap; font-weight: bold; font-size: 1.3em; }
.small-text { font-size: 0.65em; margin: 0 1px; font-weight: normal; }

.status-apply-custom {
  display: block;
  color: #ff8c00;
  font-size: 0.85em;
  font-weight: bold;
  margin-top: 10px;
  white-space: nowrap;
}

/* 当日のスケジュール（画像全幅化） */
#schedule .outline_item_body { display: block; width: 100%; }
.full-width-img { width: 100%; margin: 20px 0; text-align: left; }
.full-width-img img { width: 100%; max-width: 1000px; height: auto; display: block; }

/* =============================================
   4. 相談会のご案内セクション
   ============================================= */
.consultation-info {
  padding: 60px 0;
  background-color: #f9f9f9;
}

.consultation_ttl {
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #000080;
  margin-bottom: 40px;
  letter-spacing: 0.1em;
}

.consultation_body { max-width: 900px; margin: 0 auto; line-height: 1.8; }
.consultation_lead { text-align: center; margin-bottom: 30px; font-size: 1.1rem; }

.consultation_detail_box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  border: 1px solid #eee;
  margin-bottom: 30px;
}

.consultation_time {
  font-size: 1.4rem;
  font-weight: bold;
  color: #1a4a9c;
  text-align: center;
  margin-bottom: 20px;
  border-bottom: 2px solid #1a4a9c;
  display: inline-block;
  width: 100%;
}

.step_item_single { display: flex; align-items: center; margin-bottom: 10px; }
.step_num { font-size: 1.2rem; font-weight: bold; color: #1a4a9c; margin-right: 10px; flex-shrink: 0; }
.step_text { margin: 0; font-weight: bold; }

.booth_list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 20px;
  margin: 15px 0 20px 32px;
  padding: 0;
  list-style: none;
}

.booth_list li { width: calc(50% - 20px); font-size: 1rem; }
.consultation_note { margin-top: 20px; font-size: 0.9rem; color: #666; text-align: center; }

詳しいCSSとHTMLの構造をご提示いただきありがとうございます。

原因が特定できました。
CSSの下部（レスポンシブ部分）で、ロゴとテキストを含む .about_txtWrapper に対して、依然として position: absolute !important; と left: 55vw !important; が指定されているため、画面の外（右側）へ浮いて飛び出そうとして、写真と重なったり位置がズレたりしています。

「ロゴ（タイトル）を写真の下に移動させ、重なりを完全に防ぐ」ための修正コードです。一番下の @media screen and (max-width: 900px) ブロックを以下に丸ごと差し替えてください。

修正後のレスポンシブCSSコード
CSS
/* =============================================
   5. 全体のレスポンシブ（スマホ対応）
   ============================================= */
@media screen and (max-width: 900px) {
  /* 1. 親要素：重なりを許さない設定にする */
  .about {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 0 !important;
    aspect-ratio: auto !important;
    background-image: none !important; /* 背景画像との干渉を断つ */
  }

  /* 2. 写真：絶対配置を捨てて、普通に置く */
  .about_img1 {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    margin: 0 0 20px 0 !important; /* 写真の下に20px隙間を作る */
    z-index: 1 !important;
  }
  .about_img1 img {
    position: static !important; /* 画像自体の浮きも解除 */
  }

  /* 3. ロゴ・テキストブロック：右寄せや余白をすべて「0」にリセット */
  .about_txtWrapper {
    position: relative !important; /* 浮かせるのをやめる */
    top: auto !important;
    left: 0 !important;         /* 23.85vw などの指定を強制上書き */
    right: 0 !important;
    bottom: auto !important;
    width: 100% !important;     /* 画面幅いっぱい */
    margin: 0 auto !important;
    padding: 20px !important;    /* 巨大な padding-left を 20px に上書き */
    background-color: #fff !important;
    z-index: 5 !important;
  }

  /* 4. ロゴ（タイトル）：右に寄っているのを中央に戻す */
  .about_ttl {
    width: 80% !important;      /* ロゴの幅を調整 */
    margin: 0 auto 20px auto !important; /* 左右中央に配置 */
    position: relative !important;
    left: auto !important;      /* 以前の left 指定を解除 */
  }

  /* 5. 本文：文字を読みやすく整える */
  .about_txt {
    width: 100% !important;
    margin-top: 0 !important;
    font-size: 15px !important;
    text-align: justify !important;
  }
  
  /* 6. 不要な画像を隠す（もし重なっているなら） */
  .about_img2, .about_img3 {
    display: none !important;
  }
}

