@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap");
/*! destyle.css v1.0.13 | MIT License | https://github.com/nicolas-cusan/destyle.css */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

:after,
:before {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  margin: 0;
}

main {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

address,
blockquote,
dl,
figure,
form,
iframe,
ol,
p,
pre,
table,
ul {
  margin: 0;
}

ol,
ul {
  padding: 0;
  list-style: none;
}

dt {
  font-weight: 700;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
iframe,
object {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

[type=button],
[type=reset],
[type=submit],
button {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

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

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset,
option {
  padding: 0;
}

fieldset {
  margin: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

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

caption {
  text-align: left;
}

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

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

[hidden],
template {
  display: none;
}

:root {
  --header-color: #50C3FF;
  --accent-color: #114B88;
  --bg-gray: #EEEEE3;
  font-size: 1.3333333333vw;
  scroll-behavior: smooth;
}
@media screen and (min-width: 768px) {
  :root {
    font-size: min(0.8333333333vw, 10px);
  }
  :root .for_sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  :root .for_pc {
    display: none !important;
  }
}

html,
body {
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  line-height: 1.6;
  text-align: justify;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

a[href=""] {
  pointer-events: none;
}

.container {
  width: min(1200px, 100%);
  margin: 0 auto;
}

header {
  background-color: var(--header-color);
  padding: 2rem 3rem;
}
header .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2.4rem;
  width: min(1000px, 100%);
}
header .logo {
  width: 27rem;
}
header .siteTitle {
  width: 38.5rem;
}
@media screen and (min-width: 768px) {
  header {
    padding: 2rem 0;
  }
  header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  header .container .logo {
    width: 30.5rem;
  }
  header .container .siteTitle {
    width: 41rem;
  }
}

main #localNav {
  padding: 0 5rem 4rem;
}
main #localNav .lead {
  font-size: 3rem;
  text-align: center;
  font-weight: 900;
  color: var(--accent-color);
  margin: 1em 0;
}
main #localNav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3rem;
}
main #localNav ul li {
  width: 31rem;
}
main #localNav ul li a {
  display: block;
  -webkit-filter: drop-shadow(0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.4));
          filter: drop-shadow(0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.4));
  position: relative;
}
main #localNav ul li a span {
  display: block;
  position: absolute;
  bottom: 0;
}
main #localNav ul li a.ippan span {
  width: 11rem;
  left: -1.8rem;
}
main #localNav ul li a.common span {
  width: 11.6rem;
  left: -2.2rem;
}
main #ippan {
  --main-color: #FF9B45;
  --sub-color: #FFDEC2;
}
main #common {
  --main-color: #C18BD5;
  --sub-color: #EFE1FF;
}
main #ippan_mv,
main #common_mv {
  background: var(--main-color);
}
main #ippan_mv .container,
main #common_mv .container {
  width: min(1200px, 100%);
}
main #ippan_mv h1,
main #common_mv h1 {
  position: relative;
}
main #ippan_mv h1 .sub,
main #common_mv h1 .sub {
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
main #ippan_intro,
main #common_intro {
  background: var(--sub-color);
  padding: 4rem 5rem 11.5rem;
}
main #ippan_intro .features,
main #common_intro .features {
  padding: 0 2.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  main #ippan_intro .features,
  main #common_intro .features {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    gap: 2.5rem;
    padding: 0 4.5rem;
  }
  main #ippan_intro .features li,
  main #common_intro .features li {
    width: calc(50% - 1.25rem);
  }
}
main #ippan_intro .anker,
main #common_intro .anker {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
}
main #ippan_intro .anker li,
main #common_intro .anker li {
  width: 100%;
}
@media screen and (min-width: 768px) {
  main #ippan_intro .container,
  main #common_intro .container {
    width: min(100%, 104rem);
  }
}

.fixed-button {
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 1rem;
}
.fixed-button p {
  width: 23rem;
  border: 0.8rem solid #FFC08A;
  border-bottom: none;
  border-radius: 2.4rem 2.4rem 0 0;
  overflow: hidden;
  background: #FFC08A;
}
.fixed-button p.fixed-anker__common {
  border-color: #D5B1E3;
  background: #D5B1E3;
}
.fixed-button p a {
  display: block;
}
.fixed-button p.request {
  width: 20rem;
  margin: 0;
  padding: 0;
  z-index: 1000;
  border: none;
  background: none;
}
@media screen and (min-width: 768px) {
  .fixed-button {
    width: 16rem;
    bottom: 2rem;
    right: 0;
    margin: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1rem;
  }
  .fixed-button p {
    width: 8rem;
    border: 0.8rem solid #FFC08A;
    border-right: none;
    border-radius: 2.2rem 0 0 2.2rem;
  }
  .fixed-button p.fixed-anker__common {
    border-color: #D5B1E3;
  }
  .fixed-button p.request {
    width: 16rem;
    border: none;
  }
}

.sectionTitle {
  background: var(--accent-color);
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1rem;
  position: relative;
  margin-bottom: 6rem;
}
@media screen and (min-width: 768px) {
  .sectionTitle {
    width: 100vw;
    margin-inline: calc(50% - 50vw);
  }
}
.sectionTitle h2 {
  text-align: center;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 1.7em 0 0.7em;
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .sectionTitle h2 {
    font-size: 5rem;
    padding: 2em 0 1em;
  }
}
.sectionTitle p {
  position: absolute;
  font-size: 3.5rem;
  text-align: center;
  font-weight: 700;
  background: var(--main-color);
  width: 45rem;
  padding: 0.2em 0;
  top: -0.8em;
  -webkit-box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.4);
          box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .sectionTitle p {
    width: 80rem;
    font-size: 3.8rem;
    padding: 0.5em 0;
  }
}
.sectionTitle::after {
  content: "";
  display: block;
  width: 5em;
  height: 5em;
  background: var(--accent-color);
  position: absolute;
  bottom: -1.4rem;
  inset-inline: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin: auto;
}
@media screen and (min-width: 768px) {
  .sectionTitle::after {
    width: 7.8rem;
    height: 7.8rem;
  }
}

#common .sectionTitle p {
  width: 55rem;
}

#ippan_point,
#common_point {
  background: var(--sub-color);
  padding-bottom: 8rem;
}
#ippan_point .pointBlock,
#common_point .pointBlock {
  background: #fff;
  margin: 0 5rem 4rem;
  padding: 0 3rem 3rem;
  position: relative;
}
@media screen and (min-width: 768px) {
  #ippan_point .pointBlock,
  #common_point .pointBlock {
    margin: 0 auto 9rem;
    padding: 0 14rem 9rem;
    width: 104rem;
  }
}
#ippan_point .pointBlock .lead,
#common_point .pointBlock .lead {
  font-size: 3.6rem;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.1em;
}
@media screen and (min-width: 768px) {
  #ippan_point .pointBlock .lead,
  #common_point .pointBlock .lead {
    font-size: 4.6rem;
  }
}
#ippan_point .pointBlock .kgu,
#common_point .pointBlock .kgu {
  font-size: 2.8rem;
  text-align: center;
  font-weight: 500;
  background: var(--accent-color);
  color: #fff;
  padding: 0.2em 0 0.1em;
  -webkit-box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.4);
          box-shadow: 0.7rem 0.7rem 0.5rem rgba(0, 0, 0, 0.4);
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  #ippan_point .pointBlock .kgu,
  #common_point .pointBlock .kgu {
    font-size: 3rem;
    padding: 0.4em 0;
    margin-bottom: 3rem;
  }
}
@media screen and (min-width: 768px) {
  #ippan_point .pointBlock .medic,
  #common_point .pointBlock .medic {
    margin-top: -8rem;
  }
}
#ippan_point .pointBlock .features li,
#common_point .pointBlock .features li {
  position: relative;
}
#ippan_point .pointBlock .features li .button,
#common_point .pointBlock .features li .button {
  position: absolute;
  inset-inline: 0;
  bottom: 3rem;
  margin: auto;
  width: 54.8rem;
}
#ippan_point .pointBlock .features li + li,
#common_point .pointBlock .features li + li {
  margin-top: 1.2rem;
}
@media screen and (min-width: 768px) {
  #ippan_point .pointBlock .features li + li,
  #common_point .pointBlock .features li + li {
    margin-top: 3rem;
  }
}
#ippan_point .pointBlock .featureBlock,
#common_point .pointBlock .featureBlock {
  background: var(--bg-gray);
  padding: 3rem 4rem;
  border-radius: 1rem;
}
#ippan_point .pointBlock .featureBlock h4,
#common_point .pointBlock .featureBlock h4 {
  font-size: 3.6rem;
  font-weight: 500;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 0.5em;
}
#ippan_point .pointBlock .featureBlock h4.new,
#common_point .pointBlock .featureBlock h4.new {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 2.8rem;
  position: relative;
}
#ippan_point .pointBlock .featureBlock h4.new::before,
#common_point .pointBlock .featureBlock h4.new::before {
  content: "";
  display: block;
  width: 7.6rem;
  height: 8.2rem;
  background: url("../img/sogo_new.svg") no-repeat center center/contain;
  position: absolute;
  top: -8rem;
  right: 0;
}
@media screen and (min-width: 768px) {
  #ippan_point .pointBlock .featureBlock h4.new::before,
  #common_point .pointBlock .featureBlock h4.new::before {
    width: 10rem;
    height: 11rem;
    top: -11rem;
    right: 7rem;
  }
}
#ippan_point .pointBlock .featureBlock p,
#common_point .pointBlock .featureBlock p {
  font-size: 2.2rem;
}
@media screen and (min-width: 768px) {
  #ippan_point .pointBlock .featureBlock,
  #common_point .pointBlock .featureBlock {
    padding: 6rem;
  }
  #ippan_point .pointBlock .featureBlock h4,
  #common_point .pointBlock .featureBlock h4 {
    font-size: 4rem;
  }
  #ippan_point .pointBlock .featureBlock p,
  #common_point .pointBlock .featureBlock p {
    font-size: 2.6rem;
  }
}
#ippan_point .pointBlock::before,
#common_point .pointBlock::before {
  content: "";
  display: block;
  width: 2.2rem;
  height: 2.2rem;
  background: var(--sub-color);
  position: absolute;
  top: -0.2rem;
  left: -0.2rem;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%);
  z-index: 5;
}
#ippan_point .pointBlock.more,
#common_point .pointBlock.more {
  padding: 0 5rem 5rem;
}
#ippan_point .pointBlock.more h3,
#common_point .pointBlock.more h3 {
  background: var(--main-color);
  color: #fff;
  text-align: center;
  font-size: 3.8rem;
  font-weight: 700;
  line-height: 1.4;
  padding: 2em 0 1em;
  margin-inline: -5rem;
  position: relative;
  margin-bottom: 4rem;
}
#ippan_point .pointBlock.more h3 span,
#common_point .pointBlock.more h3 span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2.7rem;
  font-weight: 700;
  width: 10rem;
  height: 10rem;
  background: var(--accent-color);
  position: absolute;
  top: -1em;
  inset-inline: 0;
  margin: auto;
  border-radius: 100vmax;
}
#ippan_point .pointBlock.more h4,
#common_point .pointBlock.more h4 {
  font-size: 3.1rem;
  font-weight: 700;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 0.5em;
  margin-bottom: 1em;
}
#ippan_point .pointBlock.more h4.new::before,
#common_point .pointBlock.more h4.new::before {
  content: "";
  display: inline-block;
  width: 7.6rem;
  height: 8.2rem;
  background: url("../img/new.svg") no-repeat center center/contain;
}
#ippan_point .pointBlock.more p,
#common_point .pointBlock.more p {
  font-size: 2rem;
  font-weight: 500;
}
#ippan_point .pointBlock.more p strong,
#common_point .pointBlock.more p strong {
  font-weight: inherit;
  background: -webkit-gradient(linear, left bottom, left top, from(rgb(252, 154, 170)), color-stop(25%, rgb(252, 154, 170)), color-stop(25%, rgb(255, 255, 255)));
  background: -webkit-linear-gradient(bottom, rgb(252, 154, 170) 0%, rgb(252, 154, 170) 25%, rgb(255, 255, 255) 25%);
  background: linear-gradient(0deg, rgb(252, 154, 170) 0%, rgb(252, 154, 170) 25%, rgb(255, 255, 255) 25%);
}
@media screen and (min-width: 768px) {
  #ippan_point .pointBlock.more,
  #common_point .pointBlock.more {
    padding: 0 12rem 8rem;
  }
  #ippan_point .pointBlock.more::before,
  #common_point .pointBlock.more::before {
    width: 4.4rem;
    height: 4.4rem;
  }
  #ippan_point .pointBlock.more h3,
  #common_point .pointBlock.more h3 {
    font-size: 4.7rem;
    padding: 2.4em 0 1.2em;
    margin-inline: -12rem;
  }
  #ippan_point .pointBlock.more h3 span,
  #common_point .pointBlock.more h3 span {
    font-size: 3.5rem;
    width: 13rem;
    height: 13rem;
  }
  #ippan_point .pointBlock.more h3 br,
  #common_point .pointBlock.more h3 br {
    display: none;
  }
  #ippan_point .pointBlock.more h4,
  #common_point .pointBlock.more h4 {
    font-size: 4rem;
  }
  #ippan_point .pointBlock.more h4.new::before,
  #common_point .pointBlock.more h4.new::before {
    width: 7.15rem;
    height: 7.15rem;
  }
  #ippan_point .pointBlock.more p,
  #common_point .pointBlock.more p {
    font-size: 2.6rem;
  }
  #ippan_point .pointBlock.more .more_img,
  #common_point .pointBlock.more .more_img {
    margin-top: 3rem;
  }
}
#ippan_point .pointBlock.sholarship h3,
#common_point .pointBlock.sholarship h3 {
  background: var(--accent-color);
  color: #fff;
  font-size: 3.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.4;
  padding: 1.2em;
  margin-inline: -3rem;
  margin-bottom: 4rem;
}
@media screen and (min-width: 768px) {
  #ippan_point .pointBlock.sholarship h3,
  #common_point .pointBlock.sholarship h3 {
    margin-inline: -14rem;
    font-size: 4.7rem;
  }
  #ippan_point .pointBlock.sholarship::before,
  #common_point .pointBlock.sholarship::before {
    width: 4.4rem;
    height: 4.4rem;
  }
}
#ippan_point .pointBlock.sholarship.new,
#common_point .pointBlock.sholarship.new {
  position: relative;
  margin-top: 8rem;
}
#ippan_point .pointBlock.sholarship.new h3,
#common_point .pointBlock.sholarship.new h3 {
  padding: 2em 0 1.8em;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  #ippan_point .pointBlock.sholarship.new h3,
  #common_point .pointBlock.sholarship.new h3 {
    padding: 1.5em 0 1.3em;
    line-height: 1.6;
  }
}
#ippan_point .pointBlock.sholarship.new::after,
#common_point .pointBlock.sholarship.new::after {
  content: "";
  display: block;
  width: 14.8rem;
  height: 8.4rem;
  background: url("../img/new.svg") no-repeat center center/contain;
  position: absolute;
  top: -4rem;
  inset-inline: 0;
  margin: auto;
}
@media screen and (min-width: 768px) {
  #ippan_point .pointBlock.sholarship.new::after,
  #common_point .pointBlock.sholarship.new::after {
    width: 21.3rem;
    height: 12rem;
    top: -6rem;
  }
}
#ippan_point .hintBlock,
#common_point .hintBlock {
  background: var(--bg-gray);
  padding: 1px 5rem 5rem;
  margin-bottom: 5rem;
}
@media screen and (min-width: 1201px) {
  #ippan_point .hintBlock,
  #common_point .hintBlock {
    margin-inline: calc(50% - 60vw);
    padding-inline: calc(60vw - 50%);
  }
}
#ippan_point .hintBlock h4,
#common_point .hintBlock h4 {
  margin-top: -3rem;
}
#ippan_point .moreBlock,
#common_point .moreBlock {
  padding: 0 1.5rem 1.5rem;
}
#ippan_point .moreBlock h4,
#common_point .moreBlock h4 {
  margin-inline: -4.5rem;
  margin-block: 4rem;
}
@media screen and (min-width: 768px) {
  #ippan_point .moreBlock h4,
  #common_point .moreBlock h4 {
    margin-inline: -15.5rem;
    margin-block: 6rem;
    margin-bottom: 0;
  }
}
#ippan_point .button,
#common_point .button {
  margin-top: 3rem;
}
@media screen and (min-width: 768px) {
  #ippan_point .button,
  #common_point .button {
    margin-top: 0;
    text-align: center;
  }
  #ippan_point .button img,
  #common_point .button img {
    width: 60rem;
  }
}

#ippan_schedule,
#common_schedule {
  padding-bottom: 8rem;
}
#ippan_schedule .inner,
#common_schedule .inner {
  padding: 0 6rem;
}
#ippan_schedule .inner .lead,
#common_schedule .inner .lead {
  position: relative;
  margin-top: -11rem;
}
@media screen and (min-width: 768px) {
  #ippan_schedule .inner .lead,
  #common_schedule .inner .lead {
    margin-top: -7rem;
  }
}
#ippan_schedule .inner .note,
#common_schedule .inner .note {
  font-size: 1.7rem;
  margin-top: 1em;
  text-indent: -1em;
  margin-left: 1em;
}
@media screen and (min-width: 768px) {
  #ippan_schedule .inner .note,
  #common_schedule .inner .note {
    font-size: 1.9rem;
    margin: 0 10rem;
  }
}
#ippan_schedule .table1,
#common_schedule .table1 {
  position: relative;
}
#ippan_schedule .table1 .table1__sub,
#common_schedule .table1 .table1__sub {
  position: absolute;
  bottom: 14rem;
  left: 36rem;
  width: 29rem;
}

#common_schedule .inner {
  padding: 0 6rem;
}
#common_schedule .inner .lead {
  position: relative;
  margin-top: -3rem;
}
@media screen and (min-width: 768px) {
  #common_schedule .inner .lead {
    margin-top: 0;
  }
}

#ippan_subject,
#common_subject {
  background: var(--sub-color);
  padding-bottom: 2rem;
}
#ippan_subject .lead,
#common_subject .lead {
  text-align: center;
  font-size: 3.2rem;
  font-weight: 700;
  background: #FFFF08;
  width: 55rem;
  margin: 0 auto;
  border-radius: 100vmax;
  padding: 0.6em;
  line-height: 1.4;
}
#ippan_subject .anker ul,
#common_subject .anker ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 2rem;
  margin: 2.5rem auto 4rem;
}
@media screen and (min-width: 768px) {
  #ippan_subject .anker ul,
  #common_subject .anker ul {
    margin: 2.5rem auto 0;
  }
}
#ippan_subject .anker ul li a,
#common_subject .anker ul li a {
  display: block;
  border: 2px solid;
  font-size: 2.4rem;
  width: 13.2rem;
  background: #fff;
  text-align: center;
  border-radius: 0.6rem;
  font-weight: 700;
}
#ippan_subject .subjectBlock,
#common_subject .subjectBlock {
  position: relative;
  margin-bottom: 8rem;
}
#ippan_subject .subjectBlock .button,
#common_subject .subjectBlock .button {
  position: absolute;
  inset-inline: 0;
  bottom: 5rem;
  margin: auto;
  text-align: center;
  width: 54.8rem;
}
@media screen and (min-width: 768px) {
  #ippan_subject .subjectBlock .button,
  #common_subject .subjectBlock .button {
    margin-bottom: 4rem;
  }
}
#ippan_subject .subjectBlock .button img,
#common_subject .subjectBlock .button img {
  width: 54.8rem;
}
@media screen and (min-width: 768px) {
  #ippan_subject .subjectBlock .button img,
  #common_subject .subjectBlock .button img {
    width: 60rem;
  }
}

#common_subject .subjectBlock {
  padding-inline: 5rem;
}
#common_subject .button {
  margin-top: -4rem;
  margin-bottom: 5rem;
  text-align: center;
}
#common_subject .button img {
  width: 54.8rem;
}

#bannerArea {
  background: var(--main-color);
  padding: 5rem 7rem 10rem;
}
#bannerArea .type-banner ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 5rem;
  margin-bottom: 5rem;
}
#bannerArea .type-banner ul li ul {
  margin-bottom: 0;
}
#bannerArea .type-banner ul a[href=""] {
  display: block;
  position: relative;
}
#bannerArea .type-banner ul a[href=""]::after {
  content: "";
  display: block;
  width: 50%;
  aspect-ratio: 249/68;
  background: url("../img/banner_comingsoon.svg") no-repeat center/contain;
  position: absolute;
  inset: 0;
  margin: auto;
}
#bannerArea p {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  #bannerArea .container {
    width: min(100%, 1310px);
  }
  #bannerArea .type-banner ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  #bannerArea .type-banner ul li {
    width: 46.5648854962%;
  }
  #bannerArea .type-banner ul li ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 5rem;
  }
  #bannerArea .type-banner ul li ul li {
    width: 100%;
  }
  #bannerArea .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #bannerArea .row .col {
    width: 46.5648854962%;
  }
}/*# sourceMappingURL=style.css.map */