html{
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  -webkit-text-size-adjust:100%;
  -moz-tab-size:4;
  -o-tab-size:4;
     tab-size:4;
  word-break:normal;
}

*,:after,:before{
  background-repeat:no-repeat;
  -webkit-box-sizing:inherit;
          box-sizing:inherit;
}

:after,:before{
  text-decoration:inherit;
  vertical-align:inherit;
}

*{
  margin:0;
  padding:0;
}
hr{
  color:inherit;
  height:0;
  overflow:visible;
}

details,main{
  display:block;
}

summary{
  display:list-item;
}

small{
  font-size:80%;
}

[hidden]{
  display:none;
}

abbr[title]{
  border-bottom:none;
  text-decoration:underline;
  -webkit-text-decoration:underline dotted;
          text-decoration:underline dotted;
}

a{
  background-color:transparent;
}

a:active,a:hover{
  outline-width:0;
}

code,kbd,pre,samp{
  font-family:monospace,monospace;
}

pre{
  font-size:1em;
}

b,strong{
  font-weight:bolder;
}
sub,sup{
  font-size:75%;
  line-height:0;
  position:relative;
  vertical-align:baseline;
}

sub{
  bottom:-.25em;
}

sup{
  top:-.5em;
}

table{
  border-color:inherit;
  text-indent:0;
}

iframe{
  border-style:none;
}
input{
  border-radius:0;
}

[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{
  height:auto;
}

[type=search]{
  -webkit-appearance:textfield;
  outline-offset:-2px;
}

[type=search]::-webkit-search-decoration{
  -webkit-appearance:none;
}

textarea{
  overflow:auto;
  resize:vertical;
}

button,input,optgroup,select,textarea{
  font:inherit;
}

optgroup{
  font-weight:700;
}

button{
  overflow:visible;
}

button,select{
  text-transform:none;
}
[role=button],[type=button],[type=reset],[type=submit],button{
  cursor:pointer;
}
[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-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{
  outline:1px dotted ButtonText;
}

[type=reset],[type=submit],button,html [type=button]{
  -webkit-appearance:button;
}
button,input,select,textarea{
  background-color:transparent;
  border-style:none;
}

a:focus,button:focus,input:focus,select:focus,textarea:focus{
  outline-width:0;
}
select{
  -moz-appearance:none;
  -webkit-appearance:none;
}

select::-ms-expand{
  display:none;
}

select::-ms-value{
  color:currentColor;
}

legend{
  border:0;
  color:inherit;
  display:table;
  max-width:100%;
  white-space:normal;
}

::-webkit-file-upload-button{
  -webkit-appearance:button;
  color:inherit;
  font:inherit;
}
[disabled]{
  cursor:default;
}
img{
  border-style:none;
}
progress{
  vertical-align:baseline;
}
[aria-busy=true]{
  cursor:progress;
}
[aria-controls]{
  cursor:pointer;
}
[aria-disabled=true]{
  cursor:default;
}

@-webkit-keyframes splide-loading{
  0%{
    -webkit-transform:rotate(0);
            transform:rotate(0);
  }
  to{
    -webkit-transform:rotate(1turn);
            transform:rotate(1turn);
  }
}

@keyframes splide-loading{
  0%{
    -webkit-transform:rotate(0);
            transform:rotate(0);
  }
  to{
    -webkit-transform:rotate(1turn);
            transform:rotate(1turn);
  }
}
.splide__track--draggable{
  -webkit-touch-callout:none;
  -webkit-user-select:none;
     -moz-user-select:none;
      -ms-user-select:none;
          user-select:none;
}

.splide__track--fade>.splide__list>.splide__slide{
  margin:0 !important;
  opacity:0;
  z-index:0;
}

.splide__track--fade>.splide__list>.splide__slide.is-active{
  opacity:1;
  z-index:1;
}

.splide--rtl{
  direction:rtl;
}

.splide__track--ttb>.splide__list{
  display:block;
}

.splide__container{
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  position:relative;
}

.splide__list{
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  display:flexbox;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height:100%;
  margin:0 !important;
  padding:0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list{
  display:block;
}

.splide__pagination{
  -ms-flex-align:center;
  -webkit-box-align:center;
          align-items:center;
  display:flexbox;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-wrap:wrap;
      flex-wrap:wrap;
  -ms-flex-pack:center;
  -webkit-box-pack:center;
          justify-content:center;
  margin:0;
  pointer-events:none;
}

.splide__pagination li{
  display:inline-block;
  line-height:1;
  list-style-type:none;
  margin:0;
  pointer-events:auto;
}

.splide:not(.is-overflow) .splide__pagination{
  display:none;
}

.splide__progress__bar{
  width:0;
}

.splide{
  position:relative;
  visibility:hidden;
}

.splide.is-initialized,.splide.is-rendered{
  visibility:visible;
}

.splide__slide{
  -webkit-backface-visibility:hidden;
          backface-visibility:hidden;
  -webkit-box-sizing:border-box;
          box-sizing:border-box;
  -ms-flex-negative:0;
  flex-shrink:0;
  list-style-type:none !important;
  margin:0;
  position:relative;
}

.splide__slide img{
  vertical-align:bottom;
}

.splide__spinner{
  -webkit-animation:splide-loading 1s linear infinite;
          animation:splide-loading 1s linear infinite;
  border:2px solid #999;
  border-left-color:transparent;
  border-radius:50%;
  contain:strict;
  display:inline-block;
  height:20px;
  inset:0;
  margin:auto;
  position:absolute;
  width:20px;
}

.splide__sr{
  clip:rect(0 0 0 0);
  border:0;
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{
  display:none;
}

.splide__toggle.is-active .splide__toggle__pause{
  display:inline;
}

.splide__track{
  overflow:hidden;
  position:relative;
  z-index:0;
}

:root{
  font-size:62.5%;
  scroll-behavior:smooth;
  width:100%;
}
@media not all and (max-width:767px){
  :root{
    font-size:min(10px, .6944444444vw);
  }
}
@media screen and (max-width:767px){
  :root{
    font-size:max(5px, 2.6666666667vw);
  }
}

::-moz-selection{
  background-color:#005ab9;
  color:#fff;
}

::selection{
  background-color:#005ab9;
  color:#fff;
}

::-ms-reveal{
  display:none;
}

body{
  background:#f0faff;
  color:#252525;
  font-family:Noto Sans JP,sans-serif;
  -webkit-font-feature-settings:"palt";
          font-feature-settings:"palt";
  font-weight:500;
  letter-spacing:0;
  line-height:1;
  min-height:100vh;
  position:relative;
}
@media screen and (max-width:767px){
  body.is-open{
    overflow:hidden;
  }
}

img{
  height:auto;
  max-width:100%;
}

svg{
  display:block;
  height:100%;
  width:100%;
}

a{
  color:#252525;
  text-decoration:none;
}

li{
  list-style-type:none;
}

i{
  font-style:normal;
}

.p-index__inner{
  margin-left:auto;
  margin-right:auto;
  max-width:132rem;
  padding:0 2rem;
  width:100%;
}

.c-formCheckbox input,.c-formRadio input{
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
  clip:rect(0 0 0 0);
  border:0;
  clip-path:inset(50%);
  white-space:nowrap;
}

@-webkit-keyframes BUTTON_SLIDE_INOUT{
  0%{
    translate:0 0;
  }
  20%{
    translate:120% 0;
  }
  21%{
    translate:-120% 0;
  }
  60%{
    translate:0 0;
  }
  to{
    translate:0 0;
  }
}

@keyframes BUTTON_SLIDE_INOUT{
  0%{
    translate:0 0;
  }
  20%{
    translate:120% 0;
  }
  21%{
    translate:-120% 0;
  }
  60%{
    translate:0 0;
  }
  to{
    translate:0 0;
  }
}
@-webkit-keyframes LOOP_VERTICAL_TO_TOP{
  0%{
    -webkit-transform:translateY(0);
            transform:translateY(0);
  }
  to{
    -webkit-transform:translateY(-100%);
            transform:translateY(-100%);
  }
}
@keyframes LOOP_VERTICAL_TO_TOP{
  0%{
    -webkit-transform:translateY(0);
            transform:translateY(0);
  }
  to{
    -webkit-transform:translateY(-100%);
            transform:translateY(-100%);
  }
}
@-webkit-keyframes LOOP_VERTICAL_TO_BOTTOM{
  0%{
    -webkit-transform:translateY(-100%);
            transform:translateY(-100%);
  }
  to{
    -webkit-transform:translateY(0);
            transform:translateY(0);
  }
}
@keyframes LOOP_VERTICAL_TO_BOTTOM{
  0%{
    -webkit-transform:translateY(-100%);
            transform:translateY(-100%);
  }
  to{
    -webkit-transform:translateY(0);
            transform:translateY(0);
  }
}
@-webkit-keyframes LOOP_HORIZONTAL_TO_LEFT{
  0%{
    -webkit-transform:translateX(0);
            transform:translateX(0);
  }
  to{
    -webkit-transform:translateX(-100%);
            transform:translateX(-100%);
  }
}
@keyframes LOOP_HORIZONTAL_TO_LEFT{
  0%{
    -webkit-transform:translateX(0);
            transform:translateX(0);
  }
  to{
    -webkit-transform:translateX(-100%);
            transform:translateX(-100%);
  }
}
@-webkit-keyframes LOOP_HORIZONTAL_TO_RIGHT{
  0%{
    -webkit-transform:translateX(0);
            transform:translateX(0);
  }
  to{
    -webkit-transform:translateX(100%);
            transform:translateX(100%);
  }
}
@keyframes LOOP_HORIZONTAL_TO_RIGHT{
  0%{
    -webkit-transform:translateX(0);
            transform:translateX(0);
  }
  to{
    -webkit-transform:translateX(100%);
            transform:translateX(100%);
  }
}
.c-announceBox{
  background-color:#fff;
  border:1px solid #dce6f5;
  border-radius:1.6rem;
  font-size:1.4rem;
  line-height:1.85;
}
@media not all and (max-width:767px){
  .c-announceBox{
    padding:2.4rem 3.2rem;
  }
}
@media screen and (max-width:767px){
  .c-announceBox{
    padding:2.3rem 2.3rem 2.4rem;
  }
}

.c-announceBox__title{
  font-weight:700;
  line-height:1.6;
  margin-bottom:.8rem;
}
@media not all and (max-width:767px){
  .c-announceBox__title{
    font-size:2rem;
  }
}
@media screen and (max-width:767px){
  .c-announceBox__title{
    font-size:1.8rem;
  }
}

.c-breadcrumbs{
  padding-inline:3.2rem;
}
@media not all and (max-width:767px){
  .c-breadcrumbs{
    margin-inline:3.2rem;
  }
}
@media screen and (max-width:767px){
  .c-breadcrumbs{
    padding-inline:1.6rem;
  }
}

.c-breadcrumbs__list{
  -webkit-column-gap:2.4rem;
     -moz-column-gap:2.4rem;
          column-gap:2.4rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  overflow:auto hidden;
  padding-bottom:.6rem;
  white-space:nowrap;
  word-break:keep-all;
}

@media not (forced-colors:active){
  @supports not selector(::-webkit-scrollbar){
    .c-breadcrumbs__list{
      scrollbar-color:#005ab9 #dce6f5;
      scrollbar-width:thin;
    }
  }
  @supports selector(::-webkit-scrollbar-thumb){
    .c-breadcrumbs__list::-webkit-scrollbar{
      -webkit-appearance:none;
      height:.1rem;
    }
    .c-breadcrumbs__list::-webkit-scrollbar-thumb{
      background-color:#005ab9;
    }
    .c-breadcrumbs__list::-webkit-scrollbar-track{
      background-color:#dce6f5;
    }
  }
}
.c-breadcrumbs__item{
  color:#ccc;
  font-size:1.2rem;
}
.c-breadcrumbs__item:first-child{
  color:#005ab9;
}
.c-breadcrumbs__item+.c-breadcrumbs__item{
  position:relative;
}
.c-breadcrumbs__item+.c-breadcrumbs__item:before{
  background-color:#ccc;
  content:"";
  height:.1rem;
  left:0;
  position:absolute;
  top:50%;
  translate:calc(-100% - .8rem) 0;
  width:.8rem;
}

.c-breadcrumbs__link{
  color:currentColor;
}

.c-button{
  --keyColor:#ffa600;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position:relative;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
  background:var(--keyColor);
  border:.1rem solid var(--keyColor);
  border-radius:calc(infinity * 1px);
  color:#fff;
  font-size:1.4rem;
          justify-content:center;
  line-height:1.6;
  overflow:hidden;
  padding:1.6rem;
  -webkit-transition:color .4s cubic-bezier(.16, 1, .3, 1);
  transition:color .4s cubic-bezier(.16, 1, .3, 1);
  width:100%;
  will-change:transform;
}
@media screen and (max-width:767px){
  .c-button{
    font-size:1.4rem;
  }
}
@media (hover:hover) and (pointer:fine){
  .c-button:hover{
    color:var(--keyColor);
  }
  .c-button:hover .c-button__circle{
    -webkit-transform:translate(-50%, -50%) scale(1);
            transform:translate(-50%, -50%) scale(1);
  }
}

.c-button__circle{
  aspect-ratio:1/1;
  background-color:#fff;
  border-radius:50%;
  display:block;
  left:50%;
  position:absolute;
  top:50%;
  -webkit-transform:translate(-50%, -50%) scale(0);
          transform:translate(-50%, -50%) scale(0);
  -webkit-transform-origin:center;
          transform-origin:center;
  -webkit-transition:background-color .5s cubic-bezier(.16, 1, .3, 1),-webkit-transform .5s cubic-bezier(.16, 1, .3, 1);
  transition:background-color .5s cubic-bezier(.16, 1, .3, 1),-webkit-transform .5s cubic-bezier(.16, 1, .3, 1);
  transition:transform .5s cubic-bezier(.16, 1, .3, 1),background-color .5s cubic-bezier(.16, 1, .3, 1);
  transition:transform .5s cubic-bezier(.16, 1, .3, 1),background-color .5s cubic-bezier(.16, 1, .3, 1),-webkit-transform .5s cubic-bezier(.16, 1, .3, 1);
  width:200%;
  z-index:0;
}

.c-button__text{
  margin-block:calc(.5em - 1lh/2);
  position:relative;
  z-index:2;
}

@media not all and (max-width:767px){
  .c-button--header{
    font-size:1.4rem;
    height:4rem;
  }
}

.c-button--secondary{
  --keyColor:#00bcca;
}

.c-button--whiteBlue{
  --keyColor:#fff;
  border-color:#005ab9;
  color:#005ab9;
}
.c-button--whiteBlue .c-button__circle{
  background-color:#005ab9;
}

@media not all and (max-width:767px){
  .c-button--large{
    font-size:1.8rem;
    height:5rem;
  }
}

.c-button--boxEntry{
  background-color:#ffa600;
  border:0;
  border-radius:0;
  height:100%;
  letter-spacing:.05em;
  width:100%;
}
@media (hover:hover) and (pointer:fine){
  .c-button--boxEntry:hover{
    color:#ffa600;
  }
}
.c-button--boxEntry .c-button__text{
  font-size:1.8rem;
  font-weight:700;
}

.c-buttonCircle{
  --keyColor:#005ab9;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position:relative;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
  background:var(--keyColor);
  border:.1rem solid var(--keyColor);
  border-radius:5rem;
  color:#fff;
          justify-content:center;
  line-height:1.6;
  min-height:4.8rem;
  min-width:19.2rem;
  overflow:hidden;
  padding:1.5rem 2.4rem 1.5rem 4.4rem;
  -webkit-transition:color .4s cubic-bezier(.87, 0, .13, 1),background .2s cubic-bezier(.87, 0, .13, 1),border .2s cubic-bezier(.87, 0, .13, 1);
  transition:color .4s cubic-bezier(.87, 0, .13, 1),background .2s cubic-bezier(.87, 0, .13, 1),border .2s cubic-bezier(.87, 0, .13, 1);
  width:-webkit-max-content;
  width:-moz-max-content;
  width:max-content;
}
@media not all and (max-width:767px){
  .c-buttonCircle{
    font-size:1.6rem;
    will-change:transform;
  }
}
@media screen and (max-width:767px){
  .c-buttonCircle{
    font-size:1.4rem;
    height:4.4rem;
  }
}
@media (hover:hover) and (pointer:fine){
  .c-buttonCircle:hover{
    color:var(--keyColor);
  }
  .c-buttonCircle:hover .c-buttonCircle__text:before{
    -webkit-transform:translateY(-50%) scale(250);
            transform:translateY(-50%) scale(250);
  }
}
.c-buttonCircle.is-disabled{
  background:hsla(236,8%,61%,.3);
  border-color:transparent;
  pointer-events:none;
}

.c-buttonCircle__text{
  display:inline-block;
  margin-block:calc(.5em - 1lh/2);
  position:relative;
  z-index:2;
}
.c-buttonCircle__text:before{
  aspect-ratio:1/1;
  background-color:#fff;
  border-radius:50%;
  content:"";
  display:block;
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%) scale(1);
          transform:translateY(-50%) scale(1);
  -webkit-transform-origin:center;
          transform-origin:center;
  width:.4rem;
  z-index:-1;
}
@media not all and (max-width:767px){
  .c-buttonCircle__text:before{
    left:-2rem;
    -webkit-transition:-webkit-transform .4s cubic-bezier(.87, 0, .13, 1);
    transition:-webkit-transform .4s cubic-bezier(.87, 0, .13, 1);
    transition:transform .4s cubic-bezier(.87, 0, .13, 1);
    transition:transform .4s cubic-bezier(.87, 0, .13, 1),-webkit-transform .4s cubic-bezier(.87, 0, .13, 1);
  }
}
@media screen and (max-width:767px){
  .c-buttonCircle__text:before{
    left:-1.8rem;
  }
}

.c-buttonCircle--full{
  width:100%;
}

@media not all and (max-width:767px){
  .c-buttonCircle--footer{
    font-size:1.4rem;
  }
}
@media screen and (max-width:767px){
  .c-buttonCircle--footer{
    font-size:1.4rem;
    width:100%;
  }
}

.c-buttonCircle--entry{
  --keyColor:#ffa600;
}

.c-buttonCircle--boxLINE{
  background-color:#06c755;
  border:0;
  border-radius:0;
  height:100%;
  width:100%;
}
@media (hover:hover) and (pointer:fine){
  .c-buttonCircle--boxLINE:hover{
    color:#06c755;
  }
}
.c-buttonCircle--boxLINE .c-buttonCircle__text{
  font-size:1.8rem;
  font-weight:700;
}

.c-buttonMenu{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  position:relative;
  -webkit-box-orient:vertical;
  -webkit-box-direction:reverse;
      -ms-flex-direction:column-reverse;
          flex-direction:column-reverse;
  gap:.7rem;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
  background:#005ab9;
  border-radius:.8rem;
  color:#fff;
  font-family:Jost,sans-serif;
  font-size:1rem;
  font-weight:500;
  height:4.8rem;
          justify-content:center;
  letter-spacing:.05em;
  overflow:hidden;
  padding-top:.4rem;
  -webkit-transition:color .4s cubic-bezier(.16, 1, .3, 1),opacity .1s linear;
  transition:color .4s cubic-bezier(.16, 1, .3, 1),opacity .1s linear;
  width:5.2rem;
}
.is-load-end .c-buttonMenu{
  opacity:1;
}
.c-buttonMenu.is-open .c-buttonMenu__bars span{
  width:calc(100% + .4rem);
}
.c-buttonMenu.is-open .c-buttonMenu__bars span:first-child{
  -webkit-animation:ACTIVE_MENU_BAR_1 .4s cubic-bezier(.87, 0, .13, 1) forwards;
          animation:ACTIVE_MENU_BAR_1 .4s cubic-bezier(.87, 0, .13, 1) forwards;
}
.c-buttonMenu.is-open .c-buttonMenu__bars span:nth-child(2){
  opacity:0;
  rotate:0deg;
}
.c-buttonMenu.is-open .c-buttonMenu__bars span:nth-child(3){
  -webkit-animation:ACTIVE_MENU_BAR_3 .4s cubic-bezier(.87, 0, .13, 1) forwards;
          animation:ACTIVE_MENU_BAR_3 .4s cubic-bezier(.87, 0, .13, 1) forwards;
}

.c-buttonMenu__text{
  display:inline-block;
}

.c-buttonMenu__bars{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
  height:1.4rem;
          justify-content:space-between;
  width:2rem;
}
.c-buttonMenu__bars span{
  background:#fff;
  display:block;
  height:.2rem;
  -webkit-transform-origin:center;
          transform-origin:center;
  -webkit-transition:background .4s cubic-bezier(.16, 1, .3, 1),width .4s cubic-bezier(.16, 1, .3, 1);
  transition:background .4s cubic-bezier(.16, 1, .3, 1),width .4s cubic-bezier(.16, 1, .3, 1);
  width:100%;
}
.c-buttonMenu__bars span:first-child{
  -webkit-animation:MENU_BAR_1 .4s cubic-bezier(.87, 0, .13, 1) forwards;
          animation:MENU_BAR_1 .4s cubic-bezier(.87, 0, .13, 1) forwards;
}
.c-buttonMenu__bars span:nth-child(2){
  opacity:1;
  -webkit-transition:opacity .1s linear;
  transition:opacity .1s linear;
}
.c-buttonMenu__bars span:nth-child(3){
  -webkit-animation:MENU_BAR_3 .4s cubic-bezier(.87, 0, .13, 1) forwards;
          animation:MENU_BAR_3 .4s cubic-bezier(.87, 0, .13, 1) forwards;
}

@-webkit-keyframes MENU_BAR_1{
  0%{
    -webkit-transform:translate(-.2rem, .7rem) rotate(42deg);
            transform:translate(-.2rem, .7rem) rotate(42deg);
  }
  50%{
    -webkit-transform:translateY(.6rem) rotate(0deg);
            transform:translateY(.6rem) rotate(0deg);
  }
  to{
    -webkit-transform:translate(0) rotate(0deg);
            transform:translate(0) rotate(0deg);
  }
}

@keyframes MENU_BAR_1{
  0%{
    -webkit-transform:translate(-.2rem, .7rem) rotate(42deg);
            transform:translate(-.2rem, .7rem) rotate(42deg);
  }
  50%{
    -webkit-transform:translateY(.6rem) rotate(0deg);
            transform:translateY(.6rem) rotate(0deg);
  }
  to{
    -webkit-transform:translate(0) rotate(0deg);
            transform:translate(0) rotate(0deg);
  }
}
@-webkit-keyframes MENU_BAR_3{
  0%{
    -webkit-transform:translate(-.2rem, -.7rem) rotate(42deg);
            transform:translate(-.2rem, -.7rem) rotate(42deg);
  }
  50%{
    -webkit-transform:translateY(-.6rem) rotate(0deg);
            transform:translateY(-.6rem) rotate(0deg);
  }
  to{
    -webkit-transform:translate(0) rotate(0deg);
            transform:translate(0) rotate(0deg);
  }
}
@keyframes MENU_BAR_3{
  0%{
    -webkit-transform:translate(-.2rem, -.7rem) rotate(42deg);
            transform:translate(-.2rem, -.7rem) rotate(42deg);
  }
  50%{
    -webkit-transform:translateY(-.6rem) rotate(0deg);
            transform:translateY(-.6rem) rotate(0deg);
  }
  to{
    -webkit-transform:translate(0) rotate(0deg);
            transform:translate(0) rotate(0deg);
  }
}
@-webkit-keyframes ACTIVE_MENU_BAR_1{
  0%{
    -webkit-transform:translate(-.2rem, .7rem) rotate(42deg);
            transform:translate(-.2rem, .7rem) rotate(42deg);
  }
  50%{
    -webkit-transform:translate(-.2rem, .7rem) rotate(0deg);
            transform:translate(-.2rem, .7rem) rotate(0deg);
  }
  70%{
    -webkit-transform:translate(-.2rem, .7rem) rotate(0deg);
            transform:translate(-.2rem, .7rem) rotate(0deg);
  }
  to{
    -webkit-transform:translate(-.2rem, .7rem) rotate(42deg);
            transform:translate(-.2rem, .7rem) rotate(42deg);
  }
}
@keyframes ACTIVE_MENU_BAR_1{
  0%{
    -webkit-transform:translate(-.2rem, .7rem) rotate(42deg);
            transform:translate(-.2rem, .7rem) rotate(42deg);
  }
  50%{
    -webkit-transform:translate(-.2rem, .7rem) rotate(0deg);
            transform:translate(-.2rem, .7rem) rotate(0deg);
  }
  70%{
    -webkit-transform:translate(-.2rem, .7rem) rotate(0deg);
            transform:translate(-.2rem, .7rem) rotate(0deg);
  }
  to{
    -webkit-transform:translate(-.2rem, .7rem) rotate(42deg);
            transform:translate(-.2rem, .7rem) rotate(42deg);
  }
}
@-webkit-keyframes ACTIVE_MENU_BAR_3{
  0%{
    -webkit-transform:translate(-.2rem, -.5rem) rotate(-42deg);
            transform:translate(-.2rem, -.5rem) rotate(-42deg);
  }
  50%{
    -webkit-transform:translate(-.2rem, -.5rem) rotate(0deg);
            transform:translate(-.2rem, -.5rem) rotate(0deg);
  }
  70%{
    -webkit-transform:translate(-.2rem, -.5rem) rotate(0deg);
            transform:translate(-.2rem, -.5rem) rotate(0deg);
  }
  to{
    -webkit-transform:translate(-.2rem, -.5rem) rotate(-42deg);
            transform:translate(-.2rem, -.5rem) rotate(-42deg);
  }
}
@keyframes ACTIVE_MENU_BAR_3{
  0%{
    -webkit-transform:translate(-.2rem, -.5rem) rotate(-42deg);
            transform:translate(-.2rem, -.5rem) rotate(-42deg);
  }
  50%{
    -webkit-transform:translate(-.2rem, -.5rem) rotate(0deg);
            transform:translate(-.2rem, -.5rem) rotate(0deg);
  }
  70%{
    -webkit-transform:translate(-.2rem, -.5rem) rotate(0deg);
            transform:translate(-.2rem, -.5rem) rotate(0deg);
  }
  to{
    -webkit-transform:translate(-.2rem, -.5rem) rotate(-42deg);
            transform:translate(-.2rem, -.5rem) rotate(-42deg);
  }
}
.c-formCheckbox{
  font-size:1.4rem;
  font-weight:400;
  line-height:1.4;
}
.c-formCheckbox input:checked+.c-formCheckbox__label:before{
  background-color:#005ab9;
  border-color:#005ab9;
}
.c-formCheckbox input:checked+.c-formCheckbox__label .c-formCheckbox__icon{
  opacity:1;
}
.c-formCheckbox a{
  color:#005ab9;
  display:inline-block;
  position:relative;
  -webkit-transition:color .2s cubic-bezier(.16, 1, .3, 1);
  transition:color .2s cubic-bezier(.16, 1, .3, 1);
}
.c-formCheckbox a:before{
  background-color:#005ab9;
  bottom:0;
  content:"";
  display:block;
  height:.1rem;
  left:0;
  position:absolute;
  width:100%;
}
@media (hover:hover) and (pointer:fine){
  .c-formCheckbox a:hover{
    color:#005ab9;
  }
}
.c-formCheckbox sup{
  color:red;
  font-size:inherit;
  font-weight:inherit;
  right:-.2rem;
  top:-.05em;
}

.c-formCheckbox__label{
  cursor:pointer;
  display:inline-block;
  padding:.4rem .8rem .4rem 2.8rem;
  position:relative;
}
.c-formCheckbox__label:before{
  background:#fff;
  border:.1rem solid #a5a5a5;
  border-radius:.2rem;
  content:"";
  display:block;
  height:1.9rem;
  top:50%;
  -webkit-transition:background .1s cubic-bezier(.16, 1, .3, 1),border .1s cubic-bezier(.16, 1, .3, 1);
  transition:background .1s cubic-bezier(.16, 1, .3, 1),border .1s cubic-bezier(.16, 1, .3, 1);
  width:1.9rem;
}

.c-formCheckbox__icon,.c-formCheckbox__label:before{
  left:0;
  position:absolute;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}

.c-formCheckbox__icon{
  height:1.4rem;
  left:.2rem;
  opacity:0;
  top:0;
  top:50%;
  width:1.4rem;
}

.c-formError{
  color:red;
  font-size:1.2rem;
  font-weight:500;
  line-height:1.75;
}
*+.c-formError{
  margin-top:.8rem;
}
.c-formError+.c-formError{
  margin-top:.4rem;
}
@media screen and (max-width:767px){
  .c-formError.is-show{
    padding-bottom:.8rem;
  }
}

.c-formInput,.c-formPassword>input[type=password],.c-formPassword>input[type=text]{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background:#fff;
  border:.1rem solid #a5a5a5;
  border-radius:.6rem;
  display:block;
  font-size:1.6rem;
  letter-spacing:.05em;
  line-height:1.4;
  width:100%;
}
@media not all and (max-width:767px){
  .c-formInput,.c-formPassword>input[type=password],.c-formPassword>input[type=text]{
    height:6.4rem;
    padding:2.3rem 1.6rem;
  }
}
@media screen and (max-width:767px){
  .c-formInput,.c-formPassword>input[type=password],.c-formPassword>input[type=text]{
    height:4.8rem;
    padding:1.5rem 1.6rem;
  }
}
.c-formInput::-webkit-input-placeholder,.c-formPassword>input[type=password]::-webkit-input-placeholder,.c-formPassword>input[type=text]::-webkit-input-placeholder{
  color:#a5a5a5;
}
.c-formInput::-moz-placeholder,.c-formPassword>input[type=password]::-moz-placeholder,.c-formPassword>input[type=text]::-moz-placeholder{
  color:#a5a5a5;
}
.c-formInput:-ms-input-placeholder,.c-formPassword>input[type=password]:-ms-input-placeholder,.c-formPassword>input[type=text]:-ms-input-placeholder{
  color:#a5a5a5;
}
.c-formInput::-ms-input-placeholder,.c-formPassword>input[type=password]::-ms-input-placeholder,.c-formPassword>input[type=text]::-ms-input-placeholder{
  color:#a5a5a5;
}
.c-formInput::placeholder,.c-formPassword>input[type=password]::placeholder,.c-formPassword>input[type=text]::placeholder{
  color:#a5a5a5;
}
.c-formInput:focus,.c-formPassword>input[type=password]:focus,.c-formPassword>input[type=text]:focus{
  border-color:#005ab9;
  outline-style:solid;
}
.c-formInput.is-error,.c-formPassword>input.is-error[type=password],.c-formPassword>input.is-error[type=text]{
  border-color:red;
}
.c-formInput:-webkit-autofill,.c-formPassword>input[type=password]:-webkit-autofill,.c-formPassword>input[type=text]:-webkit-autofill{
  -webkit-box-shadow:inset 0 0 0 1000px #fff;
          box-shadow:inset 0 0 0 1000px #fff;
}
@media not all and (max-width:767px){
  .c-formInput--sizeTell{
    width:16.8rem;
  }
}
@media screen and (max-width:767px){
  .c-formInput--sizeTell{
    width:50%;
  }
}

.c-formPassword{
  position:relative;
}
@media not all and (max-width:767px){
  .c-formPassword>input[type=password],.c-formPassword>input[type=text]{
    padding-right:4rem;
  }
}
@media screen and (max-width:767px){
  .c-formPassword>input[type=password],.c-formPassword>input[type=text]{
    padding-right:3.6rem;
  }
}

.c-formPassword__switch{
  aspect-ratio:1;
  position:absolute;
  -ms-touch-action:manipulation;
      touch-action:manipulation;
  width:2.4rem;
}
@media not all and (max-width:767px){
  .c-formPassword__switch{
    right:1.6rem;
    top:2rem;
  }
}
@media screen and (max-width:767px){
  .c-formPassword__switch{
    right:1.2rem;
    top:1.2rem;
  }
}
.c-formPassword__switch:focus-visible{
  outline:1px solid #72a6dd;
}
.c-formPassword__switch.is-active .c-formPassword__icon{
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2024%2016%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M20.2625%203.24583C21.9767%204.55148%2023.2425%206.12623%2023.9203%207.81062L24%207.99998L23.9203%208.18935C23.2525%209.87374%2021.9767%2011.4485%2020.2625%2012.7541C17.8405%2014.588%2015.1395%2015.4751%2012%2015.4751C8.86047%2015.4751%206.15947%2014.588%203.73754%2012.7541C2.02326%2011.4485%200.757475%209.87374%200.0797342%208.18935L0%207.99998L0.0797342%207.81062C0.747508%206.12623%202.01329%204.55148%203.73754%203.24583C6.15947%201.41195%208.86047%200.524902%2012%200.524902C15.1395%200.524902%2017.8405%201.41195%2020.2625%203.24583ZM7.25003%207.99008C7.25003%205.37008%209.38003%203.24008%2012%203.24008C14.62%203.24008%2016.75%205.37008%2016.75%207.99008C16.75%2010.6101%2014.62%2012.7401%2012%2012.7401C9.38003%2012.7401%207.25003%2010.6101%207.25003%207.99008ZM8.25003%207.99008C8.25003%2010.0601%209.93003%2011.7401%2012%2011.7401C14.07%2011.7401%2015.75%2010.0601%2015.75%207.99008C15.75%205.92008%2014.07%204.24008%2012%204.24008C9.93003%204.24008%208.25003%205.92008%208.25003%207.99008Z%22%20fill%3D%22%23005AB9%22%2F%3E%3C%2Fsvg%3E");
}

.c-formPassword__icon{
  background-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20d%3D%22M23.0888%200.199194L23.0938%200.194214H23.0838L23.0888%200.199194ZM23.0888%200.199194L17.5867%205.70126C15.8739%204.93446%2014.0316%204.52616%2011.9901%204.52616C8.85314%204.52616%206.15438%205.41247%203.73447%207.24483C2.01165%208.5494%200.74692%2010.1228%200.0797004%2011.8058L3.05176e-05%2011.995L0.0797004%2012.1842C0.756878%2013.8672%202.02161%2015.4407%203.73447%2016.7452C4.29214%2017.1635%204.85978%2017.512%205.44733%2017.8307L0.179284%2023.0988L0.886337%2023.8058L23.7909%200.901267L23.0888%200.199194ZM11.9901%208.2606C12.8365%208.2606%2013.6133%208.55935%2014.2407%209.03736L14.9477%208.33031C14.1311%207.67305%2013.1154%207.26475%2011.9901%207.26475C9.38094%207.26475%207.25978%209.38591%207.25978%2011.995C7.25978%2013.1203%207.66808%2014.1361%208.32534%2014.9527L9.03239%2014.2457C8.55438%2013.6183%208.25563%2012.8415%208.25563%2011.995C8.25563%209.93363%209.92866%208.2606%2011.9901%208.2606ZM20.2457%207.25478C21.9586%208.55935%2023.2233%2010.1328%2023.9005%2011.8158L23.9204%2011.8058L24%2011.995L23.9204%2012.1842C23.2532%2013.8672%2021.9785%2015.4407%2020.2656%2016.7452C17.8457%2018.5776%2015.1469%2019.4639%2012.01%2019.4639C10.3469%2019.4639%208.80338%2019.205%207.3594%2018.6971L9.86894%2016.1876C9.91376%2016.2075%209.95608%2016.2324%209.9984%2016.2573C10.0407%2016.2822%2010.083%2016.3071%2010.1279%2016.327C10.132%2016.327%2010.1361%2016.3304%2010.1409%2016.3344C10.1478%2016.3401%2010.156%2016.3469%2010.1677%2016.3469C10.4067%2016.4465%2010.6557%2016.5162%2010.9046%2016.5759C10.9544%2016.5959%2011.0042%2016.6158%2011.054%2016.6257C11.3627%2016.6954%2011.6814%2016.7253%2012.0001%2016.7253C14.6092%2016.7253%2016.7303%2014.6042%2016.7303%2011.995C16.7303%2011.6764%2016.6905%2011.3577%2016.6308%2011.049C16.6258%2011.0241%2016.6158%2010.9992%2016.6059%2010.9743C16.5959%2010.9494%2016.5859%2010.9245%2016.581%2010.8996C16.5212%2010.6506%2016.4515%2010.4017%2016.3519%2010.1627C16.342%2010.1527%2016.322%2010.1328%2016.322%2010.1129C16.3021%2010.0681%2016.2772%2010.0282%2016.2523%209.98839C16.2274%209.94856%2016.2025%209.90872%2016.1826%209.86391L19.3893%206.65727C19.6781%206.84649%2019.9669%207.04566%2020.2457%207.25478Z%22%20fill%3D%22%23A5A5A5%22%2F%3E%3C%2Fsvg%3E");
  background-position:50%;
  background-size:100% auto;
  height:100%;
  width:100%;
}

.c-formRadio{
  line-height:1.4;
}
@media not all and (max-width:767px){
  .c-formRadio{
    font-size:1.6rem;
  }
}
@media screen and (max-width:767px){
  .c-formRadio{
    font-size:1.5rem;
  }
}
.c-formRadio input:checked+.c-formRadio__label:before{
  border-color:#005ab9;
}
.c-formRadio input:checked+.c-formRadio__label:after{
  background-color:#005ab9;
}

.c-formRadio__label{
  cursor:pointer;
  display:inline-block;
  font-weight:400;
  position:relative;
}
@media not all and (max-width:767px){
  .c-formRadio__label{
    padding:.4rem .8rem .4rem 3rem;
  }
}
@media screen and (max-width:767px){
  .c-formRadio__label{
    padding:.4rem .4rem .4rem 2.8rem;
  }
}
.c-formRadio__label:after,.c-formRadio__label:before{
  border-radius:50%;
  content:"";
  display:block;
  position:absolute;
  top:50%;
  -webkit-transform:translateY(-50%);
          transform:translateY(-50%);
}
.c-formRadio__label:before{
  background-color:#fff;
  border:.1rem solid #a5a5a5;
  left:0;
  -webkit-transition:border .1s cubic-bezier(.16, 1, .3, 1);
  transition:border .1s cubic-bezier(.16, 1, .3, 1);
}
@media not all and (max-width:767px){
  .c-formRadio__label:before{
    height:2rem;
    width:2rem;
  }
}
@media screen and (max-width:767px){
  .c-formRadio__label:before{
    height:1.8rem;
    width:1.8rem;
  }
}
.c-formRadio__label:after{
  background-color:transparent;
  height:1.2rem;
  -webkit-transition:background .1s cubic-bezier(.16, 1, .3, 1);
  transition:background .1s cubic-bezier(.16, 1, .3, 1);
  width:1.2rem;
}
@media not all and (max-width:767px){
  .c-formRadio__label:after{
    left:.4rem;
  }
}
@media screen and (max-width:767px){
  .c-formRadio__label:after{
    left:.3rem;
  }
}

.c-formSelect{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-column-gap:.8rem;
     -moz-column-gap:.8rem;
          column-gap:.8rem;
}

.c-formSelect__pulldown{
  position:relative;
}
.c-formSelect__pulldown:after{
  aspect-ratio:1;
  background-color:#a5a5a5;
  content:"";
  -webkit-mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.7%209.1%22%3E%3Cpath%20d%3D%22M8.4%209.1%200%20.7.7%200l7.7%207.6L16%200l.7.7-8.3%208.4z%22%20%2F%3E%3C%2Fsvg%3E");
          mask-image:url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2016.7%209.1%22%3E%3Cpath%20d%3D%22M8.4%209.1%200%20.7.7%200l7.7%207.6L16%200l.7.7-8.3%208.4z%22%20%2F%3E%3C%2Fsvg%3E");
  -webkit-mask-position:center;
          mask-position:center;
  -webkit-mask-repeat:no-repeat;
          mask-repeat:no-repeat;
  -webkit-mask-size:66% auto;
          mask-size:66% auto;
  pointer-events:none;
  position:absolute;
  right:1.6rem;
  top:50%;
  translate:0 -50%;
  width:2.4rem;
}
@media not all and (max-width:767px){
  .c-formSelect__pulldown:after{
    right:1.6rem;
    width:2.4rem;
  }
}
@media screen and (max-width:767px){
  .c-formSelect__pulldown:after{
    right:1.6rem;
    width:1.6rem;
  }
}
.c-formSelect__pulldown:has(select.is-error):after{
  background-color:red;
}
.c-formSelect__pulldown:has(select:focus):after{
  background-color:#005ab9;
}
.c-formSelect__pulldown>select{
  background-color:#fff;
  border:.1rem solid #a5a5a5;
  color:#252525;
  display:block;
  font-size:1.6rem;
  letter-spacing:.05em;
  padding-left:1.6rem;
}
@media not all and (max-width:767px){
  .c-formSelect__pulldown>select{
    border-radius:.6rem;
    height:6.4rem;
    padding-right:5.4rem;
  }
}
@media screen and (max-width:767px){
  .c-formSelect__pulldown>select{
    border-radius:.4rem;
    height:4.8rem;
    padding-right:3.7rem;
  }
}
.c-formSelect__pulldown>select:focus{
  border-color:#005ab9;
}
.c-formSelect__pulldown>select.is-error{
  border-color:red;
}

@-moz-document url-prefix(){
  .c-formSelect__pulldown>select{
    letter-spacing:0;
  }
}
.c-formSelect__unit{
  font-size:1.4rem;
}

.c-formTextarea{
  -webkit-appearance:none;
     -moz-appearance:none;
          appearance:none;
  background:#fff;
  border:.1rem solid #a5a5a5;
  border-radius:.6rem;
  display:block;
  font-size:1.6rem;
  letter-spacing:.05em;
  line-height:1.4;
  width:100%;
}
@media not all and (max-width:767px){
  .c-formTextarea{
    padding:2.3rem 1.6rem;
  }
}
@media screen and (max-width:767px){
  .c-formTextarea{
    padding:1.5rem 1.6rem;
  }
}
.c-formTextarea::-webkit-input-placeholder{
  color:#a5a5a5;
}
.c-formTextarea::-moz-placeholder{
  color:#a5a5a5;
}
.c-formTextarea:-ms-input-placeholder{
  color:#a5a5a5;
}
.c-formTextarea::-ms-input-placeholder{
  color:#a5a5a5;
}
.c-formTextarea::placeholder{
  color:#a5a5a5;
}
.c-formTextarea:focus{
  border-color:#005ab9;
  outline-style:solid;
}
.c-formTextarea.is-error{
  border-color:red;
}
.c-formTextarea:-webkit-autofill{
  -webkit-box-shadow:inset 0 0 0 1000px #fff;
          box-shadow:inset 0 0 0 1000px #fff;
}

@media not all and (max-width:767px){
  .c-formUploader{
    font-size:1.6rem;
  }
}
@media screen and (max-width:767px){
  .c-formUploader{
    font-size:1.6rem;
  }
}

.c-formUploader__hidden{
  display:none;
}

.c-formUploader__button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
@media not all and (max-width:767px){
  .c-formUploader__button{
    gap:1.6rem;
  }
}
@media screen and (max-width:767px){
  .c-formUploader__button{
    gap:1.6rem;
  }
}

.c-formUploader__upload{
  background-color:#fff;
  border:1px solid #005ab9;
  color:#005ab9;
  -webkit-transition:.2s;
  transition:.2s;
}
@media not all and (max-width:767px){
  .c-formUploader__upload{
    border-radius:.6rem;
    padding:1.6rem 2.4rem;
  }
}
@media screen and (max-width:767px){
  .c-formUploader__upload{
    border-radius:.6rem;
    padding:1.6rem 2.4rem;
  }
}
@media (hover:hover) and (pointer:fine){
  .c-formUploader__upload:hover{
    background-color:#005ab9;
    color:#fff;
  }
}

.c-formUploader__reset{
  background-color:#fff;
  border:1px solid red;
  color:red;
  -webkit-transition:.2s;
  transition:.2s;
}
@media not all and (max-width:767px){
  .c-formUploader__reset{
    border-radius:.6rem;
    padding:1.6rem 2.4rem;
  }
}
@media screen and (max-width:767px){
  .c-formUploader__reset{
    border-radius:.6rem;
    padding:1.6rem 2.4rem;
  }
}
@media (hover:hover) and (pointer:fine){
  .c-formUploader__reset:hover{
    background-color:red;
    color:#fff;
  }
}

.c-formUploader__text{
  line-height:1.75;
}
@media not all and (max-width:767px){
  .c-formUploader__text{
    font-size:1.2rem;
    margin-top:.8rem;
  }
}
@media screen and (max-width:767px){
  .c-formUploader__text{
    font-size:1.2rem;
    margin-top:.8rem;
  }
}

.c-formUploader__textFilename{
  display:inline-block;
  margin-left:1em;
}

.c-headingLv3{
  color:#005ab9;
  font-family:Zen Kaku Gothic New,sans-serif;
  font-weight:700;
  line-height:1.6;
}
@media not all and (max-width:767px){
  .c-headingLv3{
    font-size:2.4rem;
  }
}
@media screen and (max-width:767px){
  .c-headingLv3{
    font-size:2.2rem;
  }
}

.c-headingLv3--center{
  text-align:center;
}

.c-headingLv4{
  font-family:Zen Kaku Gothic New,sans-serif;
  font-weight:700;
  line-height:1.6;
}
@media not all and (max-width:767px){
  .c-headingLv4{
    font-size:2rem;
  }
}
@media screen and (max-width:767px){
  .c-headingLv4{
    font-size:1.8rem;
  }
}

.c-headingLv4--center{
  text-align:center;
}

.c-headingLv5{
  font-family:Zen Kaku Gothic New,sans-serif;
  font-size:1.6rem;
  font-weight:700;
  line-height:1.6;
}
.c-headingLv5--blue{
  color:#005ab9;
}
.c-headingLv5--underline{
  border-bottom:1px solid #005ab9;
  padding-bottom:.8rem;
}

.c-headingPage{
  color:#005ab9;
}

.c-headingPage__en{
  font-family:Jost,sans-serif;
  font-weight:600;
  line-height:1;
}
@media not all and (max-width:767px){
  .c-headingPage__en{
    font-size:1.4rem;
    margin-bottom:.2rem;
  }
}
@media screen and (max-width:767px){
  .c-headingPage__en{
    font-size:1.2rem;
    margin-bottom:1.6rem;
  }
}

.c-headingPage__text{
  font-family:Zen Kaku Gothic New,sans-serif;
  font-weight:700;
  line-height:1.6;
}
@media not all and (max-width:767px){
  .c-headingPage__text{
    font-size:3.4rem;
  }
}
@media screen and (max-width:767px){
  .c-headingPage__text{
    font-size:2.8rem;
  }
}

.c-headingPage--center{
  text-align:center;
}

@media not all and (max-width:767px){
  .c-headingPage--pcCenter{
    text-align:center;
  }
}

.c-label{
  background-color:transparent;
  border:1px solid #005ab9;
  border-radius:.2rem;
  color:#005ab9;
  display:inline-block;
  font-weight:700;
  line-height:1;
  text-align:center;
}
@media not all and (max-width:767px){
  .c-label{
    font-size:1rem;
    min-width:6.4rem;
    padding:.4rem .8rem .5rem;
  }
}
@media screen and (max-width:767px){
  .c-label{
    font-size:1rem;
    margin-top:.4rem;
    min-width:5.8rem;
    padding:.4rem .8rem .5rem;
  }
}
.c-label--red{
  background-color:red;
  border:1px solid red;
  color:#fff;
}
.c-label--redWhite{
  background-color:#fff;
  border:1px solid red;
  color:red;
}
.c-label--gray{
  background-color:#fff;
  border:1px solid #a5a5a5;
  color:#a5a5a5;
}
.c-label--green{
  background-color:#03ba62;
  border:1px solid #03ba62;
  color:#fff;
}
.c-label--aqaua{
  background-color:#00a1eb;
  border:1px solid #00a1eb;
  color:#fff;
}

@media not all and (max-width:767px){
  .c-linkTel{
    pointer-events:none;
  }
}

.c-linkText{
  color:#005ab9;
  font-size:inherit;
  font-weight:inherit;
  position:relative;
}
.c-linkText:before{
  background-color:#005ab9;
  bottom:0;
  content:"";
  display:block;
  height:.1rem;
  left:0;
  position:absolute;
  -webkit-transition:opacity .05s linear;
  transition:opacity .05s linear;
  width:100%;
}
@media (hover:hover) and (pointer:fine){
  .c-linkText:hover:before{
    opacity:0;
  }
}

.c-listOutside{
  margin-left:1em;
  position:relative;
}

.c-listOutside__item:first-letter{
  margin-left:-1em;
}

.c-table{
  border:1px solid #dce6f5;
  border-collapse:separate;
  border-spacing:0;
  overflow:hidden;
  text-align:left;
  width:100%;
}
@media not all and (max-width:767px){
  .c-table{
    border-radius:1.6rem;
    font-size:1.4rem;
  }
}
@media screen and (max-width:767px){
  .c-table{
    border-radius:.8rem;
    font-size:1.4rem;
  }
}

.c-table__row:last-child td,.c-table__row:last-child th{
  border-bottom:none;
}
.c-table__row th{
  background-color:#fff;
  border-bottom:1px solid #dce6f5;
  border-right:1px solid #dce6f5;
  font-weight:700;
  line-height:1.85;
  vertical-align:top;
  word-break:break-all;
}
@media not all and (max-width:767px){
  .c-table__row th{
    padding:1.8rem 1.6rem;
    width:30%;
  }
}
@media screen and (max-width:767px){
  .c-table__row th{
    padding:1.2rem 1.4rem;
    width:40%;
  }
}
.c-table__row td{
  background-color:#fff;
  border-bottom:1px solid #dce6f5;
  letter-spacing:.05%;
  line-height:1.85;
  word-break:break-all;
}
.c-table__row td a{
  color:inherit;
  text-decoration:underline;
}
@media not all and (max-width:767px){
  .c-table__row td{
    padding:1.2rem 2.4rem;
  }
}
@media screen and (max-width:767px){
  .c-table__row td{
    padding:1.2rem 1.6rem;
  }
}

.c-table--thBlue th{
  background-color:#dce6f5;
  border-bottom:1px solid #fff;
  border-right:none;
  color:#005ab9;
}

.c-table__row--overdue{
  color:#a5a5a5;
}

.c-text{
  font-weight:400;
  letter-spacing:.05em;
  line-height:1.9;
}
@media not all and (max-width:767px){
  .c-text{
    font-size:1.6rem;
  }
}
@media screen and (max-width:767px){
  .c-text{
    font-size:1.4rem;
  }
}

.p-article>:where(:not(:last-child)){
  margin-bottom:4rem;
}
.p-article>h2{
  border-bottom:.2rem solid #005ab9;
  color:#005ab9;
  font-family:Zen Kaku Gothic New,sans-serif;
  font-weight:700;
  letter-spacing:0;
  line-height:1.6;
  margin-bottom:4rem;
  padding-bottom:1.6rem;
}
@media not all and (max-width:767px){
  .p-article>h2{
    font-size:2.8rem;
  }
}
@media screen and (max-width:767px){
  .p-article>h2{
    font-size:2.6rem;
  }
}
.p-article>:is(h3,h4,h5,h6){
  color:#005ab9;
  font-family:Zen Kaku Gothic New,sans-serif;
  font-weight:700;
  letter-spacing:0;
  line-height:1.6;
  margin-bottom:1.6rem;
  padding-bottom:1.6rem;
  position:relative;
}
@media not all and (max-width:767px){
  .p-article>:is(h3,h4,h5,h6){
    font-size:2.4rem;
  }
}
@media screen and (max-width:767px){
  .p-article>:is(h3,h4,h5,h6){
    font-size:2.2rem;
  }
}
.p-article>:is(h3,h4,h5,h6):after{
  background-color:#005ab9;
  bottom:0;
  content:"";
  height:.1rem;
  left:0;
  position:absolute;
  width:3.2rem;
}
.p-article>:is(h3,h4,h5,h6):is(h4,h5,h6){
  font-size:2rem;
  line-height:1.6;
}
@media not all and (max-width:767px){
  .p-article>:is(h3,h4,h5,h6):is(h4,h5,h6){
    font-size:2rem;
  }
}
@media screen and (max-width:767px){
  .p-article>:is(h3,h4,h5,h6):is(h4,h5,h6){
    font-size:1.8rem;
  }
}
.p-article figure>img{
  display:block;
  margin-inline:auto;
  width:-webkit-fit-content;
  width:-moz-fit-content;
  width:fit-content;
}
.p-article figure>figcaption{
  font-size:1.2rem;
  line-height:1.75;
  margin-top:.8rem;
}
.p-article :is(ul,ol){
  font-weight:400;
  margin-bottom:3.2rem;
}
.p-article :is(ul,ol)>li{
  font-size:1.4rem;
  line-height:1.82;
  padding-left:2.4rem;
  position:relative;
}
.p-article :is(ul,ol)>li+li{
  margin-top:.8rem;
}
.p-article :is(ul,ol)>li:before{
  height:1.82em;
  left:0;
  position:absolute;
  top:0;
  width:2rem;
}
.p-article :is(ul,ol):is(ul)>li:before{
  background-color:#005ab9;
  clip-path:circle(10% at 50% 50%);
  content:"";
}
.p-article :is(ul,ol):is(ol){
  counter-reset:ol;
}
.p-article :is(ul,ol):is(ol)>li{
  counter-increment:ol;
}
.p-article :is(ul,ol):is(ol)>li:before{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:center;
      -ms-flex-pack:center;
  color:#005ab9;
  content:counter(ol);
  font-weight:600;
          justify-content:center;
}
.p-article :is(ul,ol):is(ol.has-dot)>li:before{
  content:counter(ol) ".";
}
.p-article p{
  font-weight:400;
  line-height:1.85;
}
@media not all and (max-width:767px){
  .p-article p{
    font-size:1.6rem;
  }
}
@media screen and (max-width:767px){
  .p-article p{
    font-size:1.4rem;
  }
}
.p-article p a{
  color:#005ab9;
  text-decoration:underline;
  text-decoration-thickness:.1rem;
  text-underline-offset:.4rem;
}
@media (hover:hover) and (pointer:fine){
  .p-article p a:hover{
    text-decoration:none;
  }
}

.p-boxAddLINE{
  background:#fff;
  border:.1rem solid #dce6f5;
  border-radius:1.6rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  overflow:hidden;
}
@media screen and (max-width:767px){
  .p-boxAddLINE{
    -webkit-box-orient:vertical;
    -webkit-box-direction:reverse;
        -ms-flex-direction:column-reverse;
            flex-direction:column-reverse;
  }
}

.p-boxAddLINE__link{
  background:#06c755;
  border:.1rem solid #06c755;
  overflow:hidden;
  will-change:transform;
}
@media not all and (max-width:767px){
  .p-boxAddLINE__link{
    -webkit-box-flex:0;
    border-radius:1.5rem 0 0 1.5rem;
        -ms-flex:0 0 25.6rem;
            flex:0 0 25.6rem;
  }
}
@media screen and (max-width:767px){
  .p-boxAddLINE__link{
    -webkit-box-flex:0;
        -ms-flex:0 0 8.6rem;
            flex:0 0 8.6rem;
  }
}

.p-boxAddLINE__detail{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
@media not all and (max-width:767px){
  .p-boxAddLINE__detail{
    gap:0 2.4rem;
    padding:2.4rem 3.2rem;
  }
}
@media screen and (max-width:767px){
  .p-boxAddLINE__detail{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:1.6rem 0;
    padding:2.4rem;
  }
}

@media not all and (max-width:767px){
  .p-boxAddLINE__icon{
    -webkit-box-flex:0;
        -ms-flex:0 0 5.6rem;
            flex:0 0 5.6rem;
  }
}
@media screen and (max-width:767px){
  .p-boxAddLINE__icon{
    -webkit-box-flex:0;
        -ms-flex:0 0 6.4rem;
            flex:0 0 6.4rem;
    margin-inline:auto;
  }
}

.p-boxAddLINE__text{
  font-size:1.4rem;
  font-weight:400;
  letter-spacing:.05em;
  line-height:1.85;
  margin-top:.8rem;
}

.p-boxMerit{
  background:#fff;
  border:.1rem solid #dce6f5;
  border-radius:1.6rem;
  overflow:hidden;
}
@media not all and (max-width:767px){
  .p-boxMerit__detail{
    padding:2.4rem 3.2rem;
  }
}
@media screen and (max-width:767px){
  .p-boxMerit__detail{
    padding:2.4rem;
  }
}

.p-boxMerit__list{
  margin-top:1.2rem;
}

.p-boxMerit__item{
  color:#4c4c4c;
  font-size:1.4rem;
  font-weight:400;
  letter-spacing:.05em;
  padding-left:1.2rem;
  position:relative;
}
@media not all and (max-width:767px){
  .p-boxMerit__item{
    line-height:1.5;
  }
}
@media screen and (max-width:767px){
  .p-boxMerit__item{
    line-height:1.85;
  }
}
.p-boxMerit__item:before{
  background:#ffa600;
  border-radius:50%;
  content:"";
  height:.4rem;
  left:0;
  position:absolute;
  top:1rem;
  width:.4rem;
}
.p-boxMerit__item:nth-child(n+2){
  margin-top:.8rem;
}

.p-boxMerit__link{
  background-color:#ffa600;
  border:.1rem solid #ffa600;
  border-radius:0 0 1.6rem 1.6rem;
  overflow:hidden;
  will-change:transform;
}
@media not all and (max-width:767px){
  .p-boxMerit__link{
    height:8.2rem;
  }
}
@media screen and (max-width:767px){
  .p-boxMerit__link{
    height:8.6rem;
  }
}

.p-changeInfo{
  position:relative;
}

@media not all and (max-width:767px){
  .p-changeInfo__heading{
    margin-bottom:3.2rem;
  }
}
@media screen and (max-width:767px){
  .p-changeInfo__heading{
    margin-bottom:2.4rem;
  }
}

@media not all and (max-width:767px){
  .p-changeInfo__announce{
    margin-bottom:10rem;
  }
}
@media screen and (max-width:767px){
  .p-changeInfo__announce{
    margin-bottom:6.4rem;
  }
}

.p-changeInfo__heading--thanks{
  margin-bottom:1.6rem;
}

@media not all and (max-width:767px){
  .p-changeInfo__button{
    margin-top:4.8rem;
  }
}
@media screen and (max-width:767px){
  .p-changeInfo__button{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    margin-top:4rem;
  }
}

.p-form{
  position:relative;
}

.p-form__caption{
  position:absolute;
  top:0;
}
@media not all and (max-width:767px){
  .p-form__caption{
    right:0;
  }
}
@media screen and (max-width:767px){
  .p-form__caption{
    right:-.5rem;
  }
}

.p-form__item{
  overflow:hidden;
  -webkit-transition:margin .2s;
  transition:margin .2s;
}
.p-form__item+.p-form__item{
  margin-top:4rem;
}
.p-form__item.is-hide{
  height:0;
  margin-top:0;
}
.p-form__label{
  display:block;
  font-weight:500;
  letter-spacing:.05em;
  line-height:1.4;
}
@media not all and (max-width:767px){
  .p-form__label{
    font-size:1.6rem;
    margin-bottom:1.2rem;
  }
}
@media screen and (max-width:767px){
  .p-form__label{
    font-size:1.4rem;
    margin-bottom:1.3rem;
  }
}
.p-form__label sup{
  color:red;
  font-size:inherit;
  font-size:1.2rem;
  font-weight:inherit;
  right:-.8rem;
  top:-.1em;
}

.p-form__text{
  font-weight:400;
  letter-spacing:.05em;
  line-height:1.4;
}
@media not all and (max-width:767px){
  .p-form__text{
    font-size:1.6rem;
  }
}
@media screen and (max-width:767px){
  .p-form__text{
    font-size:1.4rem;
  }
}

.p-form__input{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
@media not all and (max-width:767px){
  .p-form__input{
    gap:1.8rem;
  }
}
@media screen and (max-width:767px){
  .p-form__input{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:1rem;
  }
}

@media not all and (max-width:767px){
  .p-form__inputItem{
    -webkit-box-flex:1;
        -ms-flex:1 1 50%;
            flex:1 1 50%;
  }
}

.p-form__radio{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-orient:vertical;
  -webkit-box-direction:normal;
      -ms-flex-direction:column;
          flex-direction:column;
}
@media not all and (max-width:767px){
  .p-form__radio{
    gap:.8rem 0;
  }
}
@media screen and (max-width:767px){
  .p-form__radio{
    gap:.8rem 0;
  }
}

.p-form__radio--horizon{
  -webkit-box-orient:horizontal;
  -webkit-box-direction:normal;
      -ms-flex-direction:row;
          flex-direction:row;
}
@media not all and (max-width:767px){
  .p-form__radio--horizon{
    gap:0 2.4rem;
  }
}
@media screen and (max-width:767px){
  .p-form__radio--horizon{
    -ms-flex-wrap:wrap;
        flex-wrap:wrap;
    gap:1.2rem 2.4rem;
  }
  .p-form__radio--graduationYear{
    max-width:30rem;
  }
}

@media not all and (max-width:767px){
  .p-form__agree{
    margin-top:5.6rem;
  }
}
@media screen and (max-width:767px){
  .p-form__agree{
    margin-right:-.8rem;
    margin-top:4.8rem;
  }
}

.p-form__button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin:0 auto;
}
@media not all and (max-width:767px){
  .p-form__button{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
    gap:0 2.4rem;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    margin-top:4.8rem;
  }
}
@media screen and (max-width:767px){
  .p-form__button{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:1.6rem;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    margin-top:4rem;
  }
}

@media not all and (max-width:767px){
  .p-form__button--pcLeft{
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
  }
  .p-form__buttonItem{
    width:19.2rem;
  }
}
@media screen and (max-width:767px){
  .p-form__buttonItem{
    width:19.2rem;
  }
}

.p-form__select{
  -webkit-column-gap:1rem;
     -moz-column-gap:1rem;
          column-gap:1rem;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}

.p-form__note{
  font-size:1.2rem;
  line-height:1.75;
  margin-top:.8rem;
}

@media not all and (max-width:767px){
  .p-form__aside{
    font-size:1.4rem;
    margin-top:2.4rem;
  }
}
@media screen and (max-width:767px){
  .p-form__aside{
    font-size:1.2rem;
    margin-inline:auto;
    margin-top:3.2rem;
    width:-webkit-fit-content;
    width:-moz-fit-content;
    width:fit-content;
  }
}
.p-form__aside p{
  font-weight:400;
}
@media not all and (max-width:767px){
  .p-form__aside p{
    line-height:1.85;
  }
}
@media screen and (max-width:767px){
  .p-form__aside p{
    line-height:1.75;
  }
}
@media not all and (max-width:767px){
  .p-form__aside p+p{
    margin-top:1.6rem;
  }
}
@media screen and (max-width:767px){
  .p-form__aside p+p{
    margin-top:.8rem;
  }
}

@media not all and (max-width:767px){
  .p-form__autoLogin{
    margin-top:2.4rem;
  }
}
@media screen and (max-width:767px){
  .p-form__autoLogin{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    margin-top:3.2rem;
  }
}

.p-form--confirm .p-form__inner{
  background-color:#fff;
  border:.1rem solid #dce6f5;
}
@media not all and (max-width:767px){
  .p-form--confirm .p-form__inner{
    border-radius:1.6rem;
    padding:3.2rem 5.6rem;
  }
}
@media screen and (max-width:767px){
  .p-form--confirm .p-form__inner{
    border-radius:.4rem;
    padding:.8rem 2.4rem;
  }
}
.p-form--confirm .p-form__item{
  font-weight:400;
  line-height:1.85;
  margin-top:0;
}
@media not all and (max-width:767px){
  .p-form--confirm .p-form__item{
    font-size:1.6rem;
    padding-bottom:2.4rem;
    padding-top:2.4rem;
  }
}
@media screen and (max-width:767px){
  .p-form--confirm .p-form__item{
    font-size:1.4rem;
    padding-bottom:1.6rem;
    padding-top:1.6rem;
  }
}
.p-form--confirm .p-form__item:not(:first-child){
  border-top:.1rem solid #ccc;
}
.p-form--confirm .p-form__label{
  color:#005ab9;
  font-weight:700;
}
@media not all and (max-width:767px){
  .p-form--confirm .p-form__label{
    font-size:1.4rem;
    margin-bottom:.8rem;
  }
}
@media screen and (max-width:767px){
  .p-form--confirm .p-form__label{
    font-size:1.2rem;
    margin-bottom:.4rem;
  }
}
.p-form--confirm .p-form__agree{
  margin:0;
}

.p-freePage{
  position:relative;
}

.p-freePage__lead{
  font-weight:500;
  letter-spacing:.05em;
  line-height:1.9;
}
@media not all and (max-width:767px){
  .p-freePage__lead{
    font-size:1.6rem;
  }
}
@media screen and (max-width:767px){
  .p-freePage__lead{
    font-size:1.4rem;
  }
}

@media not all and (max-width:767px){
  .p-freePage__contents{
    margin-top:1.6rem;
  }
}
@media screen and (max-width:767px){
  .p-freePage__contents{
    margin-top:2.4rem;
  }
}

@media not all and (max-width:767px){
  .p-freePage__article{
    margin-top:6.4rem;
  }
}
@media screen and (max-width:767px){
  .p-freePage__article{
    margin-top:4.8rem;
  }
}

.p-freePage__text{
  font-weight:400;
  letter-spacing:.05em;
  line-height:1.9;
}
@media not all and (max-width:767px){
  .p-freePage__text{
    font-size:1.4rem;
  }
}
@media screen and (max-width:767px){
  .p-freePage__text{
    font-size:1.2rem;
  }
}
@media not all and (max-width:767px){
  *+.p-freePage__text{
    margin-top:3.2rem;
  }
}
@media screen and (max-width:767px){
  *+.p-freePage__text{
    margin-top:3.2rem;
  }
}
@media not all and (max-width:767px){
  .p-freePage__text p+p{
    margin-top:.8rem;
  }
}
@media screen and (max-width:767px){
  .p-freePage__text p+p{
    margin-top:.8rem;
  }
}

.p-index{
  position:relative;
  z-index:1;
}
@media not all and (max-width:767px){
  .p-index{
    max-height:140rem;
    min-height:80rem;
  }
}

.p-index__inner{
  position:relative;
}
@media not all and (max-width:767px){
  .p-index__inner{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    height:100%;
    padding-bottom:16rem;
    padding-top:8rem;
  }
}
@media screen and (max-width:767px){
  .p-index__inner{
    padding-top:8.5rem;
  }
}

.p-index__item{
  font-size:2rem;
}
.p-index__item:nth-child(n+2){
  margin-top:2.4rem;
}

.p-login{
  position:relative;
}
@media not all and (max-width:767px){
  .p-login{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    gap:0 14.4rem;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
  }
}
.p-login__inner{
  position:relative;
}
@media not all and (max-width:767px){
  .p-login__inner{
    -webkit-box-flex:0;
        -ms-flex:0 0 calc(50% - 7.2rem);
            flex:0 0 calc(50% - 7.2rem);
  }
  .p-login__inner+.p-login__inner:before{
    background:#dce6f5;
    content:"";
    height:100%;
    left:-7.2rem;
    position:absolute;
    top:0;
    width:.1rem;
  }
}
@media screen and (max-width:767px){
  .p-login__inner+.p-login__inner{
    margin-top:5.6rem;
  }
}

@media not all and (max-width:767px){
  .p-login__heading{
    margin-bottom:3.2rem;
  }
}
@media screen and (max-width:767px){
  .p-login__heading{
    margin-bottom:2.4rem;
  }
}

@media not all and (max-width:767px){
  .p-login__button{
    margin-top:4.8rem;
  }
}
@media screen and (max-width:767px){
  .p-login__button{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    margin-top:4rem;
  }
}

.p-mypage{
  position:relative;
}

@media not all and (max-width:767px){
  .c-headingPage+.p-mypage__tasks,.p-mypage__announce{
    margin-top:5.6rem;
  }
}
@media screen and (max-width:767px){
  .c-headingPage+.p-mypage__tasks,.p-mypage__announce{
    margin-top:4.8rem;
  }
}

@media not all and (max-width:767px){
  .p-mypage__schedules,.p-mypage__tasks{
    margin-top:4.8rem;
  }
}
@media screen and (max-width:767px){
  .p-mypage__schedules,.p-mypage__tasks{
    margin-top:4rem;
  }
}

@media not all and (max-width:767px){
  .p-mypage__data{
    margin-top:1.6rem;
  }
}
@media screen and (max-width:767px){
  .p-mypage__data{
    margin-top:1.6rem;
  }
}

@media not all and (max-width:767px){
  .p-mypage__noData{
    margin-top:1.6rem;
  }
}
@media screen and (max-width:767px){
  .p-mypage__noData{
    margin-top:1.6rem;
  }
}

.p-mypage__dataTable th{
  vertical-align:middle;
}
@media not all and (max-width:767px){
  .p-mypage__dataTable th{
    width:30%;
  }
}
@media screen and (max-width:767px){
  .p-mypage__dataTable th{
    line-height:1.5;
    width:11.2rem;
  }
}

@media not all and (max-width:767px){
  .p-mypage__interviewTitle{
    font-size:1.4rem;
  }
}
@media screen and (max-width:767px){
  .p-mypage__interviewTitle{
    font-size:1.4rem;
  }
}

@media not all and (max-width:767px){
  .p-mypage__interviewJob{
    font-size:1.2rem;
  }
}
@media screen and (max-width:767px){
  .p-mypage__interviewJob{
    font-size:1.2rem;
  }
}

@media not all and (max-width:767px){
  .p-mypage__interviewInformation{
    font-size:1.2rem;
    margin-top:.6rem;
  }
}
@media screen and (max-width:767px){
  .p-mypage__interviewInformation{
    font-size:1.2rem;
    margin-top:.8rem;
  }
}
.p-mypage__interviewInformation a{
  color:#005ab9;
  text-decoration:underline;
  -webkit-transition:.2s;
  transition:.2s;
}
.p-mypage__interviewInformation a:hover{
  opacity:.6;
}

.p-mypage__interviewLink{
  color:#005ab9;
  text-decoration:underline;
  -webkit-transition:.2s;
  transition:.2s;
}
.p-mypage__interviewLink:hover{
  opacity:.6;
}

@media not all and (max-width:767px){
  .p-mypage__message{
    font-size:1.2rem;
    line-height:1.75;
    margin-top:4.8rem;
  }
}
@media screen and (max-width:767px){
  .p-mypage__message{
    font-size:1.2rem;
    line-height:1.75;
    margin-top:4rem;
  }
}

.p-mypageProfile{
  position:relative;
}

@media not all and (max-width:767px){
  .c-headingPage+.p-mypageProfile__user,.p-mypageProfile__announce{
    margin-top:5.6rem;
  }
}
@media screen and (max-width:767px){
  .c-headingPage+.p-mypageProfile__user,.p-mypageProfile__announce{
    margin-top:4.8rem;
  }
}

@media not all and (max-width:767px){
  .p-mypageProfile__resume,.p-mypageProfile__user{
    margin-top:4.8rem;
  }
}
@media screen and (max-width:767px){
  .p-mypageProfile__resume,.p-mypageProfile__user{
    margin-top:4rem;
  }
}

@media not all and (max-width:767px){
  .p-mypageProfile__data{
    margin-top:1.6rem;
  }
}
@media screen and (max-width:767px){
  .p-mypageProfile__data{
    margin-top:1.6rem;
  }
}

.p-mypageProfileEdit{
  position:relative;
}

@media not all and (max-width:767px){
  .p-mypageProfileEdit__user{
    margin-top:5.6rem;
  }
}
@media screen and (max-width:767px){
  .p-mypageProfileEdit__user{
    margin-top:2.4rem;
  }
}

@media not all and (max-width:767px){
  .p-mypageProfileEdit__resume{
    margin-top:5.6rem;
  }
}
@media screen and (max-width:767px){
  .p-mypageProfileEdit__resume{
    margin-top:5.6rem;
  }
}

@media not all and (max-width:767px){
  .p-mypageProfileEdit__data{
    margin-top:3.2rem;
  }
}
@media screen and (max-width:767px){
  .p-mypageProfileEdit__data{
    margin-top:3.2rem;
  }
}

.p-mypageProfile__button{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  margin:0 auto;
}
@media not all and (max-width:767px){
  .p-mypageProfile__button{
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
    gap:0 2.4rem;
    margin-top:4.8rem;
  }
}
@media screen and (max-width:767px){
  .p-mypageProfile__button{
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:1.6rem;
    margin-top:4rem;
  }
}

@media not all and (max-width:767px){
  .p-mypageProfile__buttonItem{
    width:19.2rem;
  }
}
@media screen and (max-width:767px){
  .p-mypageProfile__buttonItem{
    width:19.2rem;
  }
}

.p-register{
  position:relative;
}

@media not all and (max-width:767px){
  .p-register__heading{
    margin-bottom:5.6rem;
  }
}
@media screen and (max-width:767px){
  .p-register__heading{
    margin-bottom:2.4rem;
  }
}

@media not all and (max-width:767px){
  .p-register__heading--confirm{
    margin-bottom:3.2rem;
  }
}

.p-register__heading--thanks{
  margin-bottom:1.6rem;
}

@media not all and (max-width:767px){
  .p-register__button{
    margin-top:4.8rem;
  }
}
@media screen and (max-width:767px){
  .p-register__button{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
            justify-content:center;
    margin-top:4rem;
  }
}

@media not all and (max-width:767px){
  .p-register__line{
    margin-top:10rem;
  }
}
@media screen and (max-width:767px){
  .p-register__line{
    margin-top:6.4rem;
  }
}

.l-content{
  margin-inline:auto;
  width:min(100%, 64rem);
}
@media not all and (max-width:767px){
  .l-content{
    padding-top:6.4rem;
  }
}
@media screen and (max-width:767px){
  .l-content{
    padding-inline:1.6rem;
    padding-top:5.6rem;
  }
}

.l-content--md{
  margin-inline:auto;
  width:min(100%, 86.2rem);
}
@media not all and (max-width:767px){
  .l-content--md{
    padding-top:6.4rem;
  }
}
@media screen and (max-width:767px){
  .l-content--md{
    padding-inline:1.6rem;
    padding-top:5.6rem;
  }
}

.l-content--lg{
  margin-inline:auto;
  width:min(100%, 131.2rem);
}
@media not all and (max-width:767px){
  .l-content--lg{
    padding-top:6.4rem;
  }
}
@media screen and (max-width:767px){
  .l-content--lg{
    padding-inline:1.6rem;
    padding-top:5.6rem;
  }
  .l-footer{
    padding-right:2rem;
  }
}

.l-footer__wrap{
  position:relative;
}
@media not all and (max-width:767px){
  .l-footer__wrap{
    margin-left:auto;
    margin-right:auto;
    padding:6.4rem;
    width:106rem;
  }
}
@media screen and (max-width:767px){
  .l-footer__wrap{
    padding:3.2rem;
  }
}

@media not all and (max-width:767px){
  .l-footer__inner{
    margin-left:-19rem;
  }
  .l-footer__main{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    gap:0 16.5rem;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
  }
}

.l-footer__logo{
  width:27.5rem;
}
.l-footer__logo a{
  display:block;
}

.l-footer__buttons{
  margin-top:3.2rem;
  width:100%;
}
@media not all and (max-width:767px){
  .l-footer__buttons{
    max-width:19.2rem;
  }
}

.l-footer__button:nth-child(n+2){
  margin-top:1.6rem;
}

@media not all and (max-width:767px){
  .l-footer__nav{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    -webkit-box-pack:justify;
        -ms-flex-pack:justify;
            justify-content:space-between;
  }
}
@media screen and (max-width:767px){
  .l-footer__nav{
    margin-top:4rem;
  }
}

.l-footer__navList{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
@media not all and (max-width:767px){
  .l-footer__navList{
    gap:3.2rem;
    margin-bottom:3.2rem;
  }
}
@media screen and (max-width:767px){
  .l-footer__navList{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:2.4rem;
    margin-bottom:4rem;
  }
}

.l-footer__navItem{
  letter-spacing:.05em;
  padding-left:1.2rem;
  position:relative;
}
@media not all and (max-width:767px){
  .l-footer__navItem{
    font-size:1.6rem;
  }
}
@media screen and (max-width:767px){
  .l-footer__navItem{
    font-size:1.4rem;
  }
}

@media not all and (max-width:767px){
  .l-footer__navLink{
    -webkit-transition:color .2s cubic-bezier(.87, 0, .13, 1);
    transition:color .2s cubic-bezier(.87, 0, .13, 1);
  }
}
.l-footer__navLink:before{
  background-color:#005ab9;
  border-radius:50%;
  content:"";
  display:block;
  height:.4rem;
  left:0;
  position:absolute;
  top:.7rem;
  -webkit-transform-origin:center;
          transform-origin:center;
  -webkit-transition:-webkit-transform .2s cubic-bezier(.87, 0, .13, 1);
  transition:-webkit-transform .2s cubic-bezier(.87, 0, .13, 1);
  transition:transform .2s cubic-bezier(.87, 0, .13, 1);
  transition:transform .2s cubic-bezier(.87, 0, .13, 1),-webkit-transform .2s cubic-bezier(.87, 0, .13, 1);
  width:.4rem;
}
@media (hover:hover) and (pointer:fine){
  .l-footer__navLink:hover{
    color:#005ab9;
  }
  .l-footer__navLink:hover:before{
    -webkit-transform:scale(1.8);
            transform:scale(1.8);
  }
}

.l-footer__foot{
  margin-left:auto;
  margin-right:0;
}

.l-footer__sns{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
@media not all and (max-width:767px){
  .l-footer__sns{
    gap:0 2.4rem;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
            justify-content:flex-end;
  }
}
@media screen and (max-width:767px){
  .l-footer__sns{
    gap:0 3.2rem;
  }
}

.l-footer__subNav{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  font-weight:400;
}
@media not all and (max-width:767px){
  .l-footer__subNav{
    gap:2.4rem;
    -webkit-box-pack:end;
        -ms-flex-pack:end;
    font-size:1.2rem;
            justify-content:flex-end;
    margin-top:3.2rem;
  }
}
@media screen and (max-width:767px){
  .l-footer__subNav{
    font-size:1rem;
    gap:1.8rem;
    margin-top:3.2rem;
  }
}

.l-footer__subNavLink{
  display:-webkit-inline-box;
  display:-ms-inline-flexbox;
  display:inline-flex;
  gap:0 .6rem;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  font-size:1.2rem;
}
@media not all and (max-width:767px){
  .l-footer__subNavLink{
    -webkit-transition:color .1s cubic-bezier(.16, 1, .3, 1);
    transition:color .1s cubic-bezier(.16, 1, .3, 1);
  }
}
@media (hover:hover) and (pointer:fine){
  .l-footer__subNavLink:hover{
    color:#005ab9;
  }
}
@media not all and (max-width:767px){
  .l-footer__subNavLink svg{
    height:1.3rem;
    width:1.3rem;
  }
}
@media screen and (max-width:767px){
  .l-footer__subNavLink svg{
    height:1.2rem;
    width:1.2rem;
  }
}

.l-footer__copyright{
  font-size:1rem;
  line-height:1.5;
  margin-top:1.6rem;
}
@media not all and (max-width:767px){
  .l-footer__copyright{
    text-align:right;
  }
}
.l-footer__copyright small{
  font-size:100%;
}

@media not all and (max-width:767px){
  .l-footer__pageTop{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    gap:.4rem;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    color:#9596a4;
    font-family:Jost,sans-serif;
    font-size:1.1rem;
    font-weight:400;
    line-height:1.5;
    margin-right:-1rem;
    padding:.8rem 1rem;
    -webkit-transition:color .2s cubic-bezier(.16, 1, .3, 1);
    transition:color .2s cubic-bezier(.16, 1, .3, 1);
  }
}
@media screen and (max-width:767px){
  .l-footer__pageTop{
    bottom:-4rem;
    position:absolute;
    right:-3rem;
  }
}
@media (hover:hover) and (pointer:fine){
  .l-footer__pageTop:hover{
    color:#005ab9;
  }
  .l-footer__pageTop:hover .l-footer__pageTopIcon{
    -webkit-transform:translateY(-.2rem);
            transform:translateY(-.2rem);
  }
}

@media screen and (max-width:767px){
  .l-footer__pageTopText{
    display:none;
  }
}

@media not all and (max-width:767px){
  .l-footer__pageTopIcon{
    -webkit-transition:-webkit-transform .2s cubic-bezier(.16, 1, .3, 1);
    transition:-webkit-transform .2s cubic-bezier(.16, 1, .3, 1);
    transition:transform .2s cubic-bezier(.16, 1, .3, 1);
    transition:transform .2s cubic-bezier(.16, 1, .3, 1),-webkit-transform .2s cubic-bezier(.16, 1, .3, 1);
  }
}
@media screen and (max-width:767px){
  .l-footer__pageTopIcon{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:center;
        -ms-flex-pack:center;
    -webkit-backdrop-filter:blur(20px);
            backdrop-filter:blur(20px);
    background:rgba(0,90,185,.5);
    border-radius:50%;
    height:4rem;
            justify-content:center;
    width:4rem;
  }
}
.l-footer__pageTopIcon svg{
  -webkit-transform:rotate(-90deg);
          transform:rotate(-90deg);
}
@media not all and (max-width:767px){
  .l-footer__pageTopIcon svg{
    color:#005ab9;
    height:.9rem;
    width:.9rem;
  }
}
@media screen and (max-width:767px){
  .l-footer__pageTopIcon svg{
    color:#fff;
    height:1.5rem;
    width:1.6rem;
  }
}

.l-footer__bg{
  border-radius:0 3rem 0 0;
  height:100%;
  overflow:hidden;
  position:absolute;
  right:0;
  top:0;
  z-index:-1;
}
@media not all and (max-width:767px){
  .l-footer__bg{
    width:calc(100vw - 18rem);
  }
}
@media screen and (max-width:767px){
  .l-footer__bg{
    width:100%;
  }
}
.l-footer__bg img{
  height:100%;
  width:100%;
}

.l-header{
  left:0;
  pointer-events:none;
  position:fixed;
  top:0;
  width:100%;
  z-index:100;
}
@media not all and (max-width:767px){
  .l-header{
    padding:0 3.2rem;
  }
}

.l-header__inner{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-align:center;
      -ms-flex-align:center;
          align-items:center;
  -webkit-box-pack:justify;
      -ms-flex-pack:justify;
  background-color:#fff;
  border-bottom:.1rem solid #dce6f5;
          justify-content:space-between;
  pointer-events:all;
}
@media not all and (max-width:767px){
  .l-header__inner{
    border-left:.1rem solid #dce6f5;
    border-radius:0 0 2.4rem 2.4rem;
    border-right:.1rem solid #dce6f5;
    padding:2rem 3.2rem;
  }
}
@media screen and (max-width:767px){
  .l-header__inner{
    height:6.4rem;
    padding:.8rem .8rem .8rem 1.6rem;
    position:relative;
    z-index:101;
  }
}

@media not all and (max-width:767px){
  .l-header__logo{
    position:relative;
    width:22.6rem;
    z-index:0;
  }
}
@media screen and (max-width:767px){
  .l-header__logo{
    width:12.2rem;
  }
}

.l-header__logoInner{
  display:block;
}

.l-header__nav{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
@media not all and (max-width:767px){
  .l-header__nav{
    gap:1.2rem;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
  }
}
@media screen and (max-width:767px){
  .l-header__nav{
    gap:.8rem;
  }
}

@media not all and (max-width:767px){
  .l-header__navWrap{
    display:contents;
  }
}
@media screen and (max-width:767px){
  .l-header__navWrap{
    background:#fff;
    height:calc(100lvh - 6.4rem);
    overflow-y:auto;
    position:fixed;
    right:0;
    top:6.4rem;
    -webkit-transform:translate(101%);
            transform:translate(101%);
    -webkit-transition:-webkit-transform .4s cubic-bezier(.16, 1, .3, 1);
    transition:-webkit-transform .4s cubic-bezier(.16, 1, .3, 1);
    transition:transform .4s cubic-bezier(.16, 1, .3, 1);
    transition:transform .4s cubic-bezier(.16, 1, .3, 1),-webkit-transform .4s cubic-bezier(.16, 1, .3, 1);
    width:calc(100vw - 3.2rem);
    z-index:100;
  }
  .l-header__navWrap.is-open{
    -webkit-transform:translate(0);
            transform:translate(0);
  }
}

.l-header__navInner{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
}
@media not all and (max-width:767px){
  .l-header__navInner{
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
        -ms-flex-direction:row-reverse;
            flex-direction:row-reverse;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
  }
}
@media screen and (max-width:767px){
  .l-header__navInner{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    min-height:100%;
    padding:3.2rem 3.2rem 8rem;
  }
}

@media not all and (max-width:767px){
  .l-header__user{
    padding:0 .8rem;
  }
}
@media screen and (max-width:767px){
  .l-header__user{
    background:#f0faff;
    border:.1rem solid #dce6f5;
    border-radius:1.6rem;
    padding:1.6rem 2.4rem;
  }
}

.l-header__userName{
  color:#005ab9;
  font-weight:700;
  letter-spacing:.05em;
}
@media not all and (max-width:767px){
  .l-header__userName{
    font-size:1.6rem;
  }
}
@media screen and (max-width:767px){
  .l-header__userName{
    font-size:1.2rem;
  }
}
.l-header__userName span{
  display:inline-block;
}

.l-header__userEmail{
  font-weight:400;
  letter-spacing:.05em;
}
@media not all and (max-width:767px){
  .l-header__userEmail{
    font-size:1.2rem;
    margin-top:.8rem;
  }
}
@media screen and (max-width:767px){
  .l-header__userEmail{
    font-size:1rem;
    margin-top:.4rem;
  }
}

.l-header__navList{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  gap:.4rem;
}
@media not all and (max-width:767px){
  .l-header__navList{
    -webkit-box-align:end;
        -ms-flex-align:end;
            align-items:flex-end;
  }
}
@media screen and (max-width:767px){
  .l-header__navList--menuNav{
    -webkit-box-orient:vertical;
    -webkit-box-direction:normal;
        -ms-flex-direction:column;
            flex-direction:column;
    gap:1.4rem;
    margin-bottom:3.2rem;
    margin-top:1.6rem;
  }
  .l-header__navList--menuNav .l-header__navLink{
    border-bottom:.1rem solid #005ab9;
    font-size:1.4rem;
    font-weight:700;
    padding:1.6rem 0 1.6rem 1.2rem;
    width:100%;
  }
  .l-header__navList--menuNav .l-header__navIcon{
    display:none;
  }
  .l-header__navList--menuNav .l-header__navText{
    position:static;
    text-align:left;
  }
  .l-header__navList--menuNav .l-header__navText:before{
    background:#005ab9;
    border-radius:50%;
    content:"";
    height:.4rem;
    left:0;
    position:absolute;
    top:50%;
    -webkit-transform:translateY(-50%);
            transform:translateY(-50%);
    width:.4rem;
  }
  .l-header__navList--menuNav .l-header__navItem--menuIcon .l-header__navLink{
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    gap:.6rem;
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
    -webkit-box-pack:start;
        -ms-flex-pack:start;
    border:none;
    font-weight:400;
            justify-content:flex-start;
    padding-left:0;
  }
  .l-header__navList--menuNav .l-header__navItem--menuIcon .l-header__navLink:before{
    display:none;
  }
  .l-header__navList--menuNav .l-header__navItem--menuIcon .l-header__navIcon{
    display:block;
    margin:0;
    margin-inline:0;
  }
  .l-header__navList--menuNav .l-header__navItem--menuIcon .l-header__navText:before{
    display:none;
  }
}

.l-header__navItem,.l-header__navLink{
  position:relative;
}

.l-header__navLink{
  display:block;
  font-weight:400;
  letter-spacing:.05em;
}
@media not all and (max-width:767px){
  .l-header__navLink{
    border-radius:1.2rem;
    font-size:1rem;
    min-width:7.2rem;
    padding:.8rem;
    -webkit-transition:background .1s cubic-bezier(.16, 1, .3, 1);
    transition:background .1s cubic-bezier(.16, 1, .3, 1);
  }
}
@media screen and (max-width:767px){
  .l-header__navLink{
    font-size:.8rem;
    min-width:5.6rem;
    padding:.6rem;
  }
}
@media (hover:hover) and (pointer:fine){
  .l-header__navLink:hover{
    background:#f0faff;
  }
}

.l-header__navLink--button{
  color:#252525;
}
@media not all and (max-width:767px){
  .l-header__navLink--button .l-header__navText{
    padding-right:1rem;
    position:relative;
  }
  .l-header__navLink--button .l-header__navText:after{
    border-bottom:.1rem solid #a5a5a5;
    border-right:.1rem solid #a5a5a5;
    content:"";
    height:.5rem;
    position:absolute;
    right:.2rem;
    top:.2rem;
    -webkit-transform:rotate(45deg);
            transform:rotate(45deg);
    width:.5rem;
  }
}
@media screen and (max-width:767px){
  .l-header__navLink--button:after,.l-header__navLink--button:before{
    background:#005ab9;
    content:"";
    display:block;
    height:.1rem;
    position:absolute;
    right:0;
    top:50%;
    -webkit-transition:-webkit-transform .2s cubic-bezier(.16, 1, .3, 1);
    transition:-webkit-transform .2s cubic-bezier(.16, 1, .3, 1);
    transition:transform .2s cubic-bezier(.16, 1, .3, 1);
    transition:transform .2s cubic-bezier(.16, 1, .3, 1),-webkit-transform .2s cubic-bezier(.16, 1, .3, 1);
    width:1.5rem;
  }
  .l-header__navLink--button:after{
    -webkit-transform:rotate(-90deg);
            transform:rotate(-90deg);
  }
  .l-header__navLink--button.is-open:after{
    -webkit-transform:rotate(0deg);
            transform:rotate(0deg);
  }
}

.l-header__navIcon{
  margin-inline:auto;
  margin-bottom:.4rem;
}
@media not all and (max-width:767px){
  .l-header__navIcon{
    width:2.8rem;
  }
}
@media screen and (max-width:767px){
  .l-header__navIcon{
    width:2.4rem;
  }
}

.l-header__navText{
  position:relative;
  text-align:center;
}

@media not all and (max-width:767px){
  .l-header__subNav{
    background:#fff;
    border:.1rem solid #dce6f5;
    border-radius:1.6rem;
    bottom:0;
    -webkit-box-shadow:.2rem .2rem .4rem 0 rgba(0,0,0,.08);
            box-shadow:.2rem .2rem .4rem 0 rgba(0,0,0,.08);
    height:auto !important;
    left:0;
    opacity:0;
    padding:1rem 0;
    pointer-events:none;
    position:absolute;
    -webkit-transform:translateY(100%);
            transform:translateY(100%);
    -webkit-transition:opacity .2s cubic-bezier(.16, 1, .3, 1);
    transition:opacity .2s cubic-bezier(.16, 1, .3, 1);
    width:-webkit-max-content;
    width:-moz-max-content;
    width:max-content;
  }
}
@media screen and (max-width:767px){
  .l-header__subNav{
    height:0;
    overflow:hidden;
  }
}
@media not all and (max-width:767px){
  .l-header__subNav.is-open{
    opacity:1;
    pointer-events:all;
  }
}

@media screen and (max-width:767px){
  .l-header__subNavInner{
    border-bottom:.1rem solid #dce6f5;
    padding-bottom:1.6rem;
    padding-top:.8rem;
  }
}

.l-header__subNavLink{
  display:block;
  font-weight:400;
  letter-spacing:.05em;
  position:relative;
}
@media not all and (max-width:767px){
  .l-header__subNavLink{
    font-size:1.2rem;
    padding:.8rem 1.6rem .8rem 2.5rem;
    -webkit-transition:background .1s cubic-bezier(.16, 1, .3, 1);
    transition:background .1s cubic-bezier(.16, 1, .3, 1);
  }
  .l-header__subNavLink:before{
    background:#005ab9;
    border-radius:50%;
    content:"";
    height:.3rem;
    left:1.8rem;
    position:absolute;
    top:1.3rem;
    width:.3rem;
  }
}
@media screen and (max-width:767px){
  .l-header__subNavLink{
    font-size:1.4rem;
    padding:1.6rem 1.2rem;
  }
}
@media (hover:hover) and (pointer:fine){
  .l-header__subNavLink:hover{
    background:#f0faff;
  }
}

.l-header__navButtons{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  gap:0 .6rem;
}

.l-header__navButton{
  min-width:13.2rem;
}

@media not all and (max-width:767px){
  .l-header__layer{
    display:none;
  }
}
@media screen and (max-width:767px){
  .l-header__layer{
    -webkit-backdrop-filter:blur(8px);
            backdrop-filter:blur(8px);
    background:rgba(0,90,185,.4);
    height:100lvh;
    left:0;
    opacity:0;
    pointer-events:none;
    position:fixed;
    top:0;
    -webkit-transition:opacity .2s linear;
    transition:opacity .2s linear;
    width:100vw;
    z-index:99;
  }
  .l-header__layer.is-open{
    opacity:1;
    pointer-events:all;
  }
}

@media not all and (max-width:767px){
  .l-header__copyright{
    display:none;
  }
}
@media screen and (max-width:767px){
  .l-header__copyright{
    font-size:1rem;
    font-weight:400;
    letter-spacing:.05em;
    margin-top:auto;
  }
}
.l-header__copyright small{
  font-size:100%;
}

.l-main{
  overflow:hidden;
}
@media not all and (max-width:767px){
  .l-main{
    min-height:calc(100vh - 33.6rem);
    padding-bottom:10rem;
    padding-top:14.4rem;
  }
}
@media screen and (max-width:767px){
  .l-main{
    padding-bottom:8rem;
    padding-top:8rem;
  }
}
@media not all and (max-width:767px){
  .is-loggingIn .l-main{
    min-height:calc(100vh - 24.5rem);
  }
}

@media screen and (max-width:767px){
  .u-onlyShow--pc{
    display:none;
  }
}

@media not all and (max-width:767px){
  .u-onlyShow--sp{
    display:none;
  }
}

.u-visuallyHidden{
  height:1px;
  margin:-1px;
  overflow:hidden;
  padding:0;
  position:absolute;
  width:1px;
  clip:rect(0 0 0 0);
  border:0;
  clip-path:inset(50%);
  white-space:nowrap;
}