@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
::-webkit-scrollbar {
  width: 10px;
  height: 10px; }

::-webkit-scrollbar-track {
  border-radius: 4px;
  background: #9FA0A0; }

::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #717071; }

::-webkit-scrollbar-thumb:hover {
  background: rgba(0, 0, 0, 0.3); }

::-webkit-scrollbar-thumb:window-inactive {
  background: rgba(0, 0, 0, 0.3); }

@media screen and (max-width: 640px) {
  .wrap, main section #sec1 .sec1_wrap {
    width: 94%;
    margin: 0 auto; } }
@media screen and (min-width: 641px) {
  .wrap, main section #sec1 .sec1_wrap {
    width: 1280px;
    max-width: 90%;
    margin: 0 auto; } }

@keyframes scroll_animation {
  0% {
    top: 0;
    bottom: inherit;
    height: 0%;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  45%, 55% {
    top: 0;
    bottom: inherit;
    height: 100%;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  55.1% {
    top: inherit;
    bottom: 0;
    height: 100%;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  100% {
    top: inherit;
    bottom: 0;
    height: 0%;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); } }
@keyframes scroll_animation_img {
  0% {
    top: 0;
    bottom: inherit;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  45%, 55% {
    top: 0;
    bottom: inherit;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  55.1% {
    top: inherit;
    bottom: 0;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); }
  100% {
    top: inherit;
    bottom: 0;
    -webkit-animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
    animation-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1); } }
@keyframes link_down {
  0%, 100% {
    bottom: 0; }
  50% {
    bottom: -5px; } }
@keyframes link_left {
  0%, 100% {
    left: 0; }
  50% {
    left: -5px; } }
@keyframes link_right {
  0%, 100% {
    right: 0; }
  50% {
    right: -5px; } }
@keyframes listAnime {
  0% {
    opacity: 0;
    max-height: 9999; }
  100% {
    opacity: 1;
    max-height: 9999; } }
@keyframes listAnime_none {
  0% {
    opacity: 1; }
  99% {
    opacity: 0; }
  100% {
    opacity: 0;
    display: none;
    max-height: 0; } }
@keyframes right_menu_right {
  0%, 100% {
    transform: translateX(0); }
  50% {
    transform: translateX(5px); } }
*,
*::before,
*::after {
  box-sizing: border-box; }

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%; }

a, a:focus {
  outline: none; }

button, input, input:focus {
  outline: none; }

input::-moz-focus-inner, button::-moz-focus-inner {
  border: none; }

.flex_empty, .empty {
  height: 0;
  overflow: hidden;
  padding: 0 !important;
  margin-top: 0;
  margin-bottom: 0;
  border: 0 none; }
  .flex_empty:after, .empty:after {
    content: "";
    display: none;
    height: 0;
    padding: 0; }

.p_pagetop {
  font-size: 16px;
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
  margin: 0;
  padding: 0;
  line-height: 1; }
  .p_pagetop a {
    cursor: pointer;
    border-radius: 8px;
    display: inline-block;
    background-color: rgba(125, 166, 238, 0.8);
    padding: 10px 20px 5px; }
    .p_pagetop a span {
      display: block;
      width: 1em;
      height: 1em;
      border-right: 2px solid #000;
      border-bottom: 2px solid #000;
      transform: rotate(-135deg) translateX(-2px); }
    .p_pagetop a:hover {
      opacity: 0.8; }

img {
  max-width: 100%;
  vertical-align: middle; }

figure {
  margin: 0;
  padding: 0;
  text-align: center; }

p.attention {
  margin-left: 1em;
  text-indent: -1em; }

@media screen and (max-width: 640px) {
  .pc {
    display: none; } }

@media screen and (min-width: 641px) {
  .sp {
    display: none; } }

@media screen and (max-width: 480px) {
  .xs_over {
    display: none; } }

@media screen and (min-width: 481px) {
  .xs {
    display: none; } }

.mt30 {
  margin-top: 30px; }

.mt60 {
  margin-top: 60px; }

.text_left, .text-left {
  text-align: left; }

.text_right, .text-right {
  text-align: right; }

.text-cetner, .text_center {
  text-align: center; }

html {
  font-size: 62.5%;
  width: 100%;
  min-height: 100%;
  margin: 0;
  padding: 0;
  color: #505050;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent; }

@media \0 screen\,screen\9  {
  html {
    font-size: calc(1rem * .625); } }
@media screen and (min-width: 0\0 ) {
  html {
    font-size: calc(1rem * .625); } }
body {
  font-size: 1.6em;
  line-height: 1.8;
  color: #505050;
  font-family: 'Outfit', 'Noto Sans JP', "游ゴシック", YuGothic, "HG丸ゴシックM-PRO", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; }
  @media screen and (max-width: 640px) {
    body {
      font-size: 1.4em; } }

header a {
  text-decoration: none; }

header .wrap, header main section #sec1 .sec1_wrap, main section #sec1 header .sec1_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between; }
  header .wrap h1, header main section #sec1 .sec1_wrap h1, main section #sec1 header .sec1_wrap h1 {
    margin: 0;
    padding: 0;
    vertical-align: middle;
    line-height: 1; }

header {
  background-color: #fff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2); }

.sp_menu .icon {
  color: #2269E3;
  position: relative;
  width: 32px;
  height: 24px;
  margin-left: 9px;
  display: flex !important;
  align-content: space-between;
  flex-wrap: wrap; }
  .sp_menu .icon, .sp_menu .icon span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box; }
  .sp_menu .icon span {
    position: relative;
    display: block;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #2269E3; }

.sp_menu.active .icon span:nth-of-type(1) {
  transform: translateY(10.5px) rotate(-45deg); }
.sp_menu.active .icon span:nth-of-type(2) {
  opacity: 0; }
.sp_menu.active .icon span:nth-of-type(3) {
  transform: translateY(-10.5px) rotate(45deg); }

.sp_menu {
  cursor: pointer;
  display: flex;
  align-items: center;
  color: #2269E3;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: nomal; }

@media screen and (max-width: 640px) {
  header .wrap, header main section #sec1 .sec1_wrap, main section #sec1 header .sec1_wrap {
    height: 46px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: nomal; }

  header nav {
    width: 100%;
    max-height: 100vh;
    background-color: #d7e4fa; }
    header nav ul {
      margin: 0;
      padding: 0; }
    header nav ul > li {
      list-style: none;
      margin: 0; }
      header nav ul > li a {
        background-color: rgba(34, 105, 227, 0.8);
        padding: 5px 20px;
        display: block;
        color: #fff;
        width: 100%;
        border-bottom: 1px solid rgba(255, 255, 255, 0.5); }
        header nav ul > li a:hover, header nav ul > li a:focus {
          background-color: #aac5f4; }

  header nav {
    position: absolute;
    right: -100vw;
    bottom: 46px;
    width: 100%;
    transition: 0.5s;
    opacity: 0; }
    header nav ul {
      margin-right: 0; }
    header nav.active {
      right: 0;
      opacity: 1; }

  header img {
    width: auto;
    height: auto;
    max-height: 36px;
    max-width: 200px;
    height: auto; }

  header .header_h1 {
    padding: 5px 0; } }
@media screen and (min-width: 481px) {
  header .wrap nav, header main section #sec1 .sec1_wrap nav, main section #sec1 header .sec1_wrap nav {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: nomal; } }
@media screen and (min-width: 641px) {
  header .wrap nav, header main section #sec1 .sec1_wrap nav, main section #sec1 header .sec1_wrap nav {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: nomal; } }

@media screen and (min-width: 641px) {
  .sp_menu {
    display: none; }

  header img {
    width: auto;
    height: auto;
    max-height: 36px;
    max-width: 200px;
    height: auto;
    margin-right: 10px; }

  header .wrap, header main section #sec1 .sec1_wrap, main section #sec1 header .sec1_wrap {
    height: 69px;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: nomal; }
    header .wrap nav, header main section #sec1 .sec1_wrap nav, main section #sec1 header .sec1_wrap nav {
      margin: 0;
      padding: 0;
      display: flex; }
      header .wrap nav ul, header main section #sec1 .sec1_wrap nav ul, main section #sec1 header .sec1_wrap nav ul {
        margin: 0;
        padding: 0;
        display: flex; }
        header .wrap nav ul li, header main section #sec1 .sec1_wrap nav ul li, main section #sec1 header .sec1_wrap nav ul li {
          line-height: 1;
          list-style: none;
          margin: 0;
          padding: 0;
          display: flex;
          justify-content: center;
          align-items: center;
          position: relative; }
          header .wrap nav ul li a, header main section #sec1 .sec1_wrap nav ul li a, main section #sec1 header .sec1_wrap nav ul li a {
            display: block;
            padding: 5px 10px;
            margin: 0;
            transition: 0.5s;
            text-align: center; }
          header .wrap nav ul li a, header main section #sec1 .sec1_wrap nav ul li a, main section #sec1 header .sec1_wrap nav ul li a {
            line-height: 1; }
            header .wrap nav ul li a, header main section #sec1 .sec1_wrap nav ul li a, main section #sec1 header .sec1_wrap nav ul li a, header .wrap nav ul li a:visited, header main section #sec1 .sec1_wrap nav ul li a:visited, main section #sec1 header .sec1_wrap nav ul li a:visited {
              color: #505050; }
            header .wrap nav ul li a:after, header main section #sec1 .sec1_wrap nav ul li a:after, main section #sec1 header .sec1_wrap nav ul li a:after {
              content: "";
              display: block;
              position: absolute;
              width: 100%;
              height: 1px;
              transition: transform .3s;
              background-color: #505050;
              left: 0;
              bottom: 0;
              transform: scale(0, 1);
              transform-origin: right top; }
            header .wrap nav ul li a:hover:after, header main section #sec1 .sec1_wrap nav ul li a:hover:after, main section #sec1 header .sec1_wrap nav ul li a:hover:after, header .wrap nav ul li a.active:after, header main section #sec1 .sec1_wrap nav ul li a.active:after, main section #sec1 header .sec1_wrap nav ul li a.active:after {
              width: 100%;
              transform-origin: left top;
              transform: scale(1, 1); } }
@media screen and (min-width: 641px) and (max-width: 978px) {
  header .wrap nav, header main section #sec1 .sec1_wrap nav, main section #sec1 header .sec1_wrap nav {
    font-size: 14px;
    font-size: 1.4rem;
    font-weight: nomal; } }
header {
  z-index: 99999;
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0; }
  header .header_top {
    width: 100%; }

main {
  display: block;
  padding-bottom: 69px; }
  @media screen and (max-width: 640px) {
    main {
      padding-bottom: 46px; } }

.bread {
  display: none;
  position: absolute;
  top: 38px;
  left: 0;
  width: 100%; }
  .bread_nav {
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1.2; }
    @media screen and (max-width: 640px) {
      .bread_nav {
        font-size: 10px;
        font-size: 1rem; } }
    .bread_nav ol {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .bread_nav ol li {
        color: rgba(255, 255, 255, 0.6);
        margin: 0 .5em;
        padding: 0; }
        .bread_nav ol li a:hover {
          color: white; }
          .bread_nav ol li a:hover:after {
            color: rgba(255, 255, 255, 0.6); }
        .bread_nav ol li a {
          text-decoration: none;
          display: inline;
          position: relative; }
          .bread_nav ol li a:after {
            content: "\03e";
            display: inline-block;
            padding-left: .5em; }
          .bread_nav ol li a, .bread_nav ol li a:visited {
            color: rgba(255, 255, 255, 0.6); }

main {
  position: relative;
  z-index: 1;
  backgruond-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center top;
  background-image: url("https://al-share.co.jp/wp-content/uploads/2025/06/bg8.jpg");
  background-attachment: fixed; }
  main:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    backgruond-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center top;
    z-index: -1;
    background-color: #8fcfff;
    opacity: .65;
    mix-blend-mode: hard-light; }
  main:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://al-share.co.jp/wp-content/uploads/2025/06/audition202606_bg_border_white.png");
    backgruond-repeat: repeat-y;
    background-attachment: fixed;
    z-index: -1;
    opacity: .3;
    mix-blend-mode: color-dodge; }
  main a,
  main a:visited {
    color: #4661f0; }

main section h1 {
  color: #fff;
  background-repeat: repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0px;
  padding: 0px;
  text-align: center; }
  main section h1 img {
    padding-top: 1em;
    z-index: 2;
    position: relative;
    max-width: 100%;
    width: 78%;
    margin-left: 20%;
    margin-right: 8%; }
    @media screen and (max-width: 640px) {
      main section h1 img {
        width: calc(100% - 10px);
        margin-left: 10px;
        margin-right: 0px;
        max-width: none; } }
  main section h1 span.title {
    display: none; }
main section h1.contact {
  max-height: 50vh; }
  main section h1.contact img {
    max-height: 50vh;
    width: auto;
    height: auto; }
main section .big {
  font-size: 1.3em; }
main section #sec1 {
  isolation: isolate;
  position: relative;
  z-index: 1;
  padding-top: 1em; }
  main section #sec1:before {
    content: "";
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 80%;
    height: 100%;
    background-image: url("https://al-share.co.jp/wp-content/uploads/2025/06/audition202606_bg_img01.png");
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
    mix-blend-mode: hard-light;
    opacity: .95; }
  main section #sec1 .sec1_border {
    position: relative;
    z-index: 1; }
    main section #sec1 .sec1_border:after {
      width: 100%;
      height: 30%;
      content: "";
      background-color: #fff;
      border-top: 10px solid #8fcfff;
      border-bottom: 10px solid  #8fcfff;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      z-index: -1;
      position: absolute; }
  main section #sec1 .sec1_wrap {
    position: relative;
    overflow: hidden;
    border-image: initial;
    margin: 0.5em auto 2em; }
    @media screen and (max-width: 640px) {
      main section #sec1 .sec1_wrap {
        margin-bottom: 1em; } }
  main section #sec1 .catch_wrap {
    text-align: center;
    color: #fff;
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
    margin: 0 0 2em 0; }
    main section #sec1 .catch_wrap span {
      display: inline-block; }
    main section #sec1 .catch_wrap > p {
      font-size: 20px;
      font-size: 2rem;
      margin-top: 0;
      padding: 1em;
      background-color: rgba(34, 105, 227, 0.9);
      border-radius: 1em; }
      @media screen and (max-width: 640px) {
        main section #sec1 .catch_wrap > p {
          font-size: 16px;
          font-size: 1.6rem; } }
  main section #sec1 .text {
    text-align: center;
    background-image: url(https://al-share.co.jp/wp-content/uploads/2024/11/paper.jpg);
    background-repeat: repeat;
    line-height: 2;
    background-position: center center;
    margin: 1em auto 4em;
    padding: 0.5em;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(34, 105, 227, 0.5);
    border-image: initial;
    border-radius: 0.5em;
    color: #505050; }
    main section #sec1 .text p {
      margin: 1em 0;
      font-size: 17px;
      font-size: 1.7rem; }
      @media screen and (max-width: 640px) {
        main section #sec1 .text p {
          font-size: 14px;
          font-size: 1.4rem; } }
      main section #sec1 .text p > span {
        display: inline-block; }
      main section #sec1 .text p span.marker2 {
        font-size: 1.3em;
        padding: 0 5px;
        position: relative;
        font-weight: 700;
        color: #2269E3;
        z-index: 2; }
        main section #sec1 .text p span.marker2:before {
          width: 100%;
          height: .5em;
          content: "";
          position: absolute;
          left: 0;
          bottom: .3em;
          background-color: rgba(255, 251, 152, 0.5);
          z-index: -1; }
        main section #sec1 .text p span.marker2:after {
          width: 100%;
          height: 1px;
          position: absolute;
          content: "";
          bottom: .3em;
          left: 0;
          background-color: #FA94FA; }
  main section #sec1 .marker {
    color: #E44040;
    font-weight: bold;
    font-size: 1.1em;
    margin: 2px .3em;
    padding: 0 .3em;
    background-color: yellow;
    border-radius: .1em;
    text-shadow: 0 0 2px rgba(222, 63, 134, 0.5); }
    @media screen and (max-width: 480px) {
      main section #sec1 .marker {
        padding: 0 2px; } }
main section #sec5 .sec5_inner dl {
  margin: 0 auto 2em;
  width: 90%;
  padding: 0; }
  @media screen and (max-width: 480px) {
    main section #sec5 .sec5_inner dl {
      width: 96%; } }
  main section #sec5 .sec5_inner dl dt,
  main section #sec5 .sec5_inner dl dd {
    margin: 1em 0;
    padding: 0;
    display: flex;
    align-items: flex-start; }
    main section #sec5 .sec5_inner dl dt p:first-child,
    main section #sec5 .sec5_inner dl dd p:first-child {
      display: flex;
      justify-content: center;
      align-items: center;
      line-height: 1;
      width: 3em;
      height: 3em;
      border-radius: 100%;
      margin: 0 1em 0 0; }
      main section #sec5 .sec5_inner dl dt p:first-child span,
      main section #sec5 .sec5_inner dl dd p:first-child span {
        display: block;
        font-size: 2em;
        font-weight: bold;
        line-height: 1;
        position: relative; }
    main section #sec5 .sec5_inner dl dt p + p,
    main section #sec5 .sec5_inner dl dd p + p {
      flex: 1;
      margin: 0; }
  main section #sec5 .sec5_inner dl dt {
    font-weight: 700;
    margin-top: 3em;
    align-items: center; }
    main section #sec5 .sec5_inner dl dt p:first-child {
      background-color: #2269E3;
      color: #fff; }
    main section #sec5 .sec5_inner dl dt p + p {
      flex: 1;
      font-size: 1.1em; }
      main section #sec5 .sec5_inner dl dt p + p .big {
        font-size: 1.4em; }
  main section #sec5 .sec5_inner dl dd {
    align-items: flex-start; }
    main section #sec5 .sec5_inner dl dd p:first-child {
      background-color: #fff;
      color: #2269E3;
      border: 2px solid #2269E3; }
    main section #sec5 .sec5_inner dl dd .big {
      font-size: 1.25em; }
main section #sec2,
main section #sec3,
main section #sec4,
main section #sec6 {
  margin-bottom: 4em; }
  @media screen and (max-width: 640px) {
    main section #sec2,
    main section #sec3,
    main section #sec4,
    main section #sec6 {
      margin-bottom: 2em; } }
main section h2 {
  margin-top: 90px;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  color: #2269E3;
  background-color: rgba(255, 255, 255, 0.5); }
  @media screen and (max-width: 640px) {
    main section h2 {
      margin-top: 60px;
      margin-bottom: 20px; } }
  @media screen and (max-width: 640px) {
    main section h2 {
      font-size: 16px;
      font-size: 1.6rem; } }
  @media screen and (min-width: 641px) {
    main section h2 {
      position: relative;
      border-bottom: 2px solid #707070;
      border-left: 10px solid #2269E3;
      padding: 0 .5em; }
      main section h2:before {
        content: "";
        width: 5px;
        height: 100%;
        display: block;
        position: absolute;
        left: 0px;
        background-color: rgba(34, 105, 227, 0.5);
        top: 0px; } }
  @media screen and (max-width: 640px) {
    main section h2 {
      padding: 10px 0 0 10px;
      border: 1px solid #2269E3;
      position: relative;
      text-shadow: 0 0 2px white, -1px -1px 2px white, 1px 1px 2px white; }
      main section h2 span {
        position: relative;
        z-index: 2; }
      main section h2:before {
        content: "";
        width: 100%;
        height: 100%;
        display: block;
        position: absolute;
        left: 5px;
        top: 5px;
        background-color: rgba(34, 105, 227, 0.3);
        z-index: 1; } }
  main section h2 span {
    display: inline-block; }
main section h3 {
  margin-left: 1em;
  margin-bottom: 0;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700; }
  @media screen and (max-width: 640px) {
    main section h3 {
      font-size: 16px;
      font-size: 1.6rem; } }
  main section h3:before {
    content: "■";
    color: #2269E3; }
main section h4 {
  margin-left: 2em;
  margin-bottom: .5em;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0 0.5em;
  border-bottom: 1px solid #2269E3; }
  @media screen and (max-width: 640px) {
    main section h4 {
      font-size: 14px;
      font-size: 1.4rem; } }
main section .h4_wrap {
  margin: .5em 0 .5em 4em; }
  main section .h4_wrap p {
    margin-top: 0;
    margin-bottom: 0; }
main section span.bold {
  font-weight: 700; }
main section .red {
  color: #de3f86; }
main section a span.red {
  text-decoration: underline; }
main section .end {
  text-decoration: line-through; }
main section span.line {
  position: relative;
  padding-left: 3px;
  padding-right: 3px;
  font-weight: 700;
  background-image: linear-gradient(0deg, rgba(255, 212, 143, 0.4) 25%, rgba(255, 255, 255, 0) 26%); }
main section a.link {
  font-size: 1.125em;
  background-color: white;
  margin-top: 0.5em;
  margin-left: 0.3em;
  margin-right: 0.3em;
  display: inline-block;
  position: relative;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(222, 63, 134, 0.5);
  border-image: initial;
  border-radius: 5px;
  padding: 0px 1em 0px 2em;
  text-decoration: none;
  position: relative; }
  main section a.link span {
    display: inline-block; }
  main section a.link span:first-child {
    padding-right: .5em; }
  main section a.link, main section a.link:visited {
    color: #de3f86; }
  main section a.link:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f138";
    position: absolute;
    left: 0.8em;
    top: 0; }
  main section a.link:hover {
    opacity: .8; }
main section .nomal_link {
  margin-top: .3em;
  padding-bottom: .3em;
  text-decoration: none;
  display: inline-block;
  position: relative;
  margin-left: 1.3em; }
  main section .nomal_link, main section .nomal_link:visited {
    color: #188aba; }
  main section .nomal_link:before {
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f138";
    display: inline-block;
    position: absolute;
    top: 0;
    left: -1.3em;
    margin-right: 5px; }
  main section .nomal_link:hover {
    opacity: .8; }
  main section .nomal_link span {
    display: inline-block; }
main section span.check {
  font-weight: bold;
  background-image: linear-gradient(0deg, rgba(247, 166, 12, 0.4) 25%, rgba(255, 255, 255, 0) 26%); }
main section span.check2 {
  font-weight: bold;
  background-image: linear-gradient(0deg, rgba(247, 24, 12, 0.4) 25%, rgba(255, 255, 255, 0) 26%); }
main section span.check,
main section span.check2 {
  font-size: 1.1em; }
main section #sec2 .inner {
  padding: 0 0 0 2em;
  margin: 0 auto 2em; }
  @media screen and (min-width: 641px) {
    main section #sec2 .inner {
      padding: 0 0 0 4em; } }
  main section #sec2 .inner p {
    margin-top: 0;
    margin-bottom: 0; }
@media screen and (min-width: 641px) {
  main section #sec2 .sec2_wrap {
    margin-left: 20%; } }
@media screen and (min-width: 641px) {
  main section #sec2 .wrap + .wrap, main section #sec2 #sec1 .sec1_wrap + .wrap, main section #sec1 #sec2 .sec1_wrap + .wrap, main section #sec2 #sec1 .wrap + .sec1_wrap, main section #sec1 #sec2 .wrap + .sec1_wrap, main section #sec2 #sec1 .sec1_wrap + .sec1_wrap, main section #sec1 #sec2 .sec1_wrap + .sec1_wrap {
    position: relative; }
    main section #sec2 .wrap + .wrap:before, main section #sec2 #sec1 .sec1_wrap + .wrap:before, main section #sec1 #sec2 .sec1_wrap + .wrap:before, main section #sec2 #sec1 .wrap + .sec1_wrap:before, main section #sec1 #sec2 .wrap + .sec1_wrap:before, main section #sec2 #sec1 .sec1_wrap + .sec1_wrap:before, main section #sec1 #sec2 .sec1_wrap + .sec1_wrap:before {
      content: "";
      width: 240px;
      height: 240px;
      position: absolute;
      top: -170px;
      right: 0;
      background-image: url(https://al-share.co.jp/wp-content/uploads/2023/11/bg3.png);
      background-repeat: no-repeat;
      background-size: contain; } }
main section #sec3 .sec3_wrap {
  margin-top: 1em;
  margin-bottom: 2em; }
  main section #sec3 .sec3_wrap ul {
    margin-top: 0;
    margin-left: 3em;
    margin-bottom: 1em; }
    @media screen and (min-width: 641px) {
      main section #sec3 .sec3_wrap ul {
        margin-right: 2em; } }
main section #sec4 h3 {
  line-height: 1;
  padding: .5em;
  font-size: 22px;
  font-size: 2.2rem;
  background-color: #2269E3;
  color: #fff;
  padding-left: .5em; }
  @media screen and (max-width: 640px) {
    main section #sec4 h3 {
      font-size: 16px;
      font-size: 1.6rem; } }
  main section #sec4 h3:before {
    color: #fff;
    padding-right: 5px; }
main section #sec4 .sec4_wrap > ul {
  margin: 0 0 2em 2em;
  list-style: none;
  padding: 0; }
  @media screen and (max-width: 480px) {
    main section #sec4 .sec4_wrap > ul {
      margin-left: 1em;
      margin-right: 0; } }
  main section #sec4 .sec4_wrap > ul > li {
    position: relative;
    margin: 2em auto;
    padding-bottom: .5em;
    display: block;
    position: relative;
    font-size: 20px;
    font-size: 2rem; }
    @media screen and (max-width: 640px) {
      main section #sec4 .sec4_wrap > ul > li {
        font-size: 16px;
        font-size: 1.6rem; } }
    main section #sec4 .sec4_wrap > ul > li:after {
      content: "";
      width: calc(100% - 1em);
      height: calc(100% - 1em);
      position: absolute;
      top: 1em;
      left: 1em;
      border: 2px solid #2269E3; }
    main section #sec4 .sec4_wrap > ul > li > dl {
      position: relative;
      z-index: 2; }
    main section #sec4 .sec4_wrap > ul > li > dl {
      margin: 0;
      padding: 0; }
      main section #sec4 .sec4_wrap > ul > li > dl > dt,
      main section #sec4 .sec4_wrap > ul > li > dl > dd {
        margin: 0;
        padding: 0; }
      main section #sec4 .sec4_wrap > ul > li > dl > dt {
        display: flex;
        align-items: center;
        line-height: 1; }
        main section #sec4 .sec4_wrap > ul > li > dl > dt .num {
          border: 1px solid #2269E3;
          display: flex;
          width: 2em;
          height: 2em;
          justify-content: center;
          align-items: center;
          line-height: 1;
          background-color: #2269E3;
          color: #fff;
          font-weight: 700; }
        main section #sec4 .sec4_wrap > ul > li > dl > dt .title {
          border: 1px solid #2269E3;
          border-left: 0 none;
          font-weight: 700;
          padding: .45em .5em .45em .5em;
          background-color: white;
          display: inline-block; }
          main section #sec4 .sec4_wrap > ul > li > dl > dt .title span {
            display: inline-block; }
      main section #sec4 .sec4_wrap > ul > li > dl dd {
        line-height: 1.3;
        font-size: 16px;
        font-size: 1.6rem;
        margin-left: 3em;
        padding-right: 1em; }
        main section #sec4 .sec4_wrap > ul > li > dl dd p:not(.attention) {
          margin-left: 0;
          margin-top: 0;
          margin-bottom: 0; }
          @media screen and (max-width: 480px) {
            main section #sec4 .sec4_wrap > ul > li > dl dd p:not(.attention) {
              margin: 2em 1em 2em 0; } }
          main section #sec4 .sec4_wrap > ul > li > dl dd p:not(.attention):first-child {
            margin-top: 2em; }
        main section #sec4 .sec4_wrap > ul > li > dl dd p + p {
          margin-top: .5em; }
        main section #sec4 .sec4_wrap > ul > li > dl dd p:last-child {
          margin-top: .5em;
          margin-bottom: 1em; }
        @media screen and (max-width: 640px) {
          main section #sec4 .sec4_wrap > ul > li > dl dd {
            font-size: 14px;
            font-size: 1.4rem; } }
        @media screen and (max-width: 480px) {
          main section #sec4 .sec4_wrap > ul > li > dl dd {
            margin-left: 2.5em; } }
        main section #sec4 .sec4_wrap > ul > li > dl dd > dl {
          display: flex;
          flex-wrap: wrap;
          align-items: baseline;
          padding: 0;
          margin: 2em 0; }
          @media screen and (max-width: 480px) {
            main section #sec4 .sec4_wrap > ul > li > dl dd > dl {
              margin-left: 0;
              margin-right: 0;
              margin-bottom: .5em; } }
          main section #sec4 .sec4_wrap > ul > li > dl dd > dl > dt,
          main section #sec4 .sec4_wrap > ul > li > dl dd > dl > dd {
            margin: 0;
            padding: 0;
            font-size: 20px;
            font-size: 2rem; }
            @media screen and (max-width: 640px) {
              main section #sec4 .sec4_wrap > ul > li > dl dd > dl > dt,
              main section #sec4 .sec4_wrap > ul > li > dl dd > dl > dd {
                font-size: 16px;
                font-size: 1.6rem; } }
          main section #sec4 .sec4_wrap > ul > li > dl dd > dl > dt {
            font-weight: 700;
            min-width: 5em; }
          main section #sec4 .sec4_wrap > ul > li > dl dd > dl > dd {
            margin-left: 1em;
            font-weight: 700; }
            @media screen and (max-width: 480px) {
              main section #sec4 .sec4_wrap > ul > li > dl dd > dl > dd {
                width: 100%; } }
            main section #sec4 .sec4_wrap > ul > li > dl dd > dl > dd.red {
              color: #de3f86; }
            main section #sec4 .sec4_wrap > ul > li > dl dd > dl > dd span {
              display: inline-block; }
        main section #sec4 .sec4_wrap > ul > li > dl dd ul + dl,
        main section #sec4 .sec4_wrap > ul > li > dl dd > dl:first-child {
          margin-top: 2em; }
        main section #sec4 .sec4_wrap > ul > li > dl dd > dl + dl + dl {
          margin-bottom: 2em; }
    main section #sec4 .sec4_wrap > ul > li p.attention span {
      color: #de3f86;
      display: inline;
      text-indent: 0; }
    main section #sec4 .sec4_wrap > ul > li p.attention a span {
      text-decoration: underline; }
  main section #sec4 .sec4_wrap > ul > li + li:before {
    content: "";
    position: absolute;
    top: -1.5em;
    left: 50%;
    transform: translateX(-50%);
    width: 3em;
    height: 2em;
    border-left: 1.5em solid transparent;
    border-right: 1.5em solid transparent;
    border-top: 1em solid rgba(34, 105, 227, 0.5); }
  main section #sec4 .sec4_wrap > ul dd ul {
    margin-top: 1em;
    list-style: disc; }
main section #sec4 .sec4_wrap > ul > li dl {
  width: 100%; }
  @media screen and (min-width: 641px) {
    main section #sec4 .sec4_wrap > ul > li dl dd {
      flex: 1; } }
main section #sec4 .sec4_wrap > ul > li ul {
  width: 100%;
  margin: 0 1em 0 0;
  padding: 0; }
  main section #sec4 .sec4_wrap > ul > li ul li {
    margin: 0;
    padding: 0;
    line-height: 1.4;
    list-style: none; }
    main section #sec4 .sec4_wrap > ul > li ul li span {
      display: block;
      width: 100%; }
    main section #sec4 .sec4_wrap > ul > li ul li > span:first-child {
      background-color: rgba(34, 202, 227, 0.25);
      color: #18a5ba;
      padding: .25em .5em;
      line-height: 1;
      margin-top: .25em;
      font-size: 18px;
      font-size: 1.8rem; }
      @media screen and (max-width: 640px) {
        main section #sec4 .sec4_wrap > ul > li ul li > span:first-child {
          font-size: 16px;
          font-size: 1.6rem; } }
    main section #sec4 .sec4_wrap > ul > li ul li span + span {
      font-weight: 400;
      font-size: 16px;
      font-size: 1.6rem;
      padding-left: 1em;
      padding-right: 1em; }
      @media screen and (max-width: 640px) {
        main section #sec4 .sec4_wrap > ul > li ul li span + span {
          font-size: 14px;
          font-size: 1.4rem; } }
@media screen and (max-width: 640px) {
  main section #sec4 .sec4_wrap > ul > li > dl > dd > dl + dl dd {
    margin-left: 1em; } }
main section #sec4 .sec4_wrap_final {
  background-color: rgba(34, 105, 227, 0.15);
  position: relative;
  margin: 2em auto;
  padding: .5em;
  position: relative;
  z-index: 2;
  padding-top: 1em; }
  @media screen and (min-width: 641px) {
    main section #sec4 .sec4_wrap_final {
      width: 80%; } }
  main section #sec4 .sec4_wrap_final:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid rgba(34, 105, 227, 0.5);
    z-index: -1; }
  main section #sec4 .sec4_wrap_final h3 {
    margin: 0;
    font-size: 20px;
    font-size: 2rem;
    padding: 0 .5em; }
    @media screen and (max-width: 640px) {
      main section #sec4 .sec4_wrap_final h3 {
        font-size: 16px;
        font-size: 1.6rem; } }
  main section #sec4 .sec4_wrap_final .inner {
    margin-left: 2em; }
  main section #sec4 .sec4_wrap_final p {
    margin-top: 0;
    margin-bottom: 0; }
  main section #sec4 .sec4_wrap_final p:last-child {
    margin-bottom: 0; }
main section p.goto {
  text-align: center;
  margin: 1em;
  margin-bottom: 4em; }
  main section p.goto span {
    display: inline-block; }
  main section p.goto a {
    font-size: 20px;
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    min-width: 80%;
    display: inline-block;
    padding: .5em;
    border-radius: 5px;
    text-decoration: none;
    background-color: #de3f86;
    transition: .3s;
    position: relative; }
    @media screen and (max-width: 640px) {
      main section p.goto a {
        font-size: 18px;
        font-size: 1.8rem; } }
    main section p.goto a, main section p.goto a:visited {
      color: #fff; }
    main section p.goto a:hover {
      background-color: #ef2e84; }
    main section p.goto a:before {
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900;
      content: "\f138";
      display: inline-block;
      margin-right: 5px; }
  main section p.goto span.small {
    display: inline-block;
    font-size: 0.875em;
    font-weight: 400; }
main section #sec6 .inner {
  margin-left: 2em; }
  @media screen and (max-width: 640px) {
    main section #sec6 .inner {
      margin: 0; } }
main section #sec7 ul {
  padding: 0;
  margin: 0 1em 0 2em; }
  main section #sec7 ul li {
    line-height: 1.8; }
    main section #sec7 ul li p {
      margin-top: 0;
      margin-bottom: 0; }
main section #sec7 ul > li {
  margin-bottom: 1em; }
main section #sec7 ul.list-none {
  margin-top: 0;
  margin-bottom: 0; }
  main section #sec7 ul.list-none li {
    list-style: none;
    margin-bottom: .3em;
    display: flex; }
    main section #sec7 ul.list-none li span {
      display: inline-block; }
main section #sec7 .inner {
  margin-top: 1em;
  margin-left: 2em;
  margin-bottom: 5em; }
  @media screen and (max-width: 640px) {
    main section #sec7 .inner {
      margin-bottom: 3em; } }
main section #sec7 li.morecheck {
  position: relative;
  margin-top: 1em;
  margin-bottom: 1em;
  padding-top: 10px;
  padding-bottom: 10px; }
main section #sec7 li.morecheck:before {
  position: absolute;
  width: calc(100% + 1.5em);
  left: -1.5em;
  top: 0;
  height: 100%;
  display: block;
  content: "";
  background-color: rgba(161, 227, 247, 0.5);
  z-index: -1; }
main section #sec2 .wrap, main section #sec2 #sec1 .sec1_wrap, main section #sec1 #sec2 .sec1_wrap, main section #sec3 .wrap, main section #sec3 #sec1 .sec1_wrap, main section #sec1 #sec3 .sec1_wrap, main section #sec4 .wrap, main section #sec4 #sec1 .sec1_wrap, main section #sec1 #sec4 .sec1_wrap, main section #sec5 .wrap, main section #sec5 #sec1 .sec1_wrap, main section #sec1 #sec5 .sec1_wrap, main section #sec6 .wrap, main section #sec6 #sec1 .sec1_wrap, main section #sec1 #sec6 .sec1_wrap {
  margin: 1em auto;
  background-color: rgba(255, 255, 255, 0.8);
  padding: 1em;
  border-radius: 1em; }
  main section #sec2 .wrap > h2, main section #sec2 #sec1 .sec1_wrap > h2, main section #sec1 #sec2 .sec1_wrap > h2, main section #sec2 .wrap > h3, main section #sec2 #sec1 .sec1_wrap > h3, main section #sec1 #sec2 .sec1_wrap > h3, main section #sec3 .wrap > h2, main section #sec3 #sec1 .sec1_wrap > h2, main section #sec1 #sec3 .sec1_wrap > h2, main section #sec3 .wrap > h3, main section #sec3 #sec1 .sec1_wrap > h3, main section #sec1 #sec3 .sec1_wrap > h3, main section #sec4 .wrap > h2, main section #sec4 #sec1 .sec1_wrap > h2, main section #sec1 #sec4 .sec1_wrap > h2, main section #sec4 .wrap > h3, main section #sec4 #sec1 .sec1_wrap > h3, main section #sec1 #sec4 .sec1_wrap > h3, main section #sec5 .wrap > h2, main section #sec5 #sec1 .sec1_wrap > h2, main section #sec1 #sec5 .sec1_wrap > h2, main section #sec5 .wrap > h3, main section #sec5 #sec1 .sec1_wrap > h3, main section #sec1 #sec5 .sec1_wrap > h3, main section #sec6 .wrap > h2, main section #sec6 #sec1 .sec1_wrap > h2, main section #sec1 #sec6 .sec1_wrap > h2, main section #sec6 .wrap > h3, main section #sec6 #sec1 .sec1_wrap > h3, main section #sec1 #sec6 .sec1_wrap > h3 {
    margin-top: 0; }
