@charset "UTF-8";
:root {
  /* Font size */
  --fontsize-10: 0.625rem;
  --fontsize-11: 0.6875rem;
  --fontsize-12: 0.75rem;
  --fontsize-13: 0.8125rem;
  --fontsize-14: 0.875rem;
  --fontsize-15: 0.9375rem;
  --fontsize-16: 1rem;
  --fontsize-17: 1.0625rem;
  --fontsize-18: 1.125rem;
  --fontsize-19: 1.1875rem;
  --fontsize-20: 1.25rem;
  --fontsize-21: 1.3125rem;
  --fontsize-22: 1.375rem;
  /* Colors */
  --color-ff6f33: #FF6F33;
  --color-a4bfe8: #A4BFE8;
  --color-ffcd85: #FFCD85;
  --color-808080: #808080;
  --color-cad4e3: #CAD4E3;
  --color-9de1e6: #9DE1E6;
  --color-0a3981: #0A3981;
  --color-ffac33: #FFAC33;
  --color-282828: #282828;
  --color-ffffff: #FFFFFF;
}

html {
  block-size: 100%;
  -webkit-text-size-adjust: none;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: var(--fontsize-15);
  color: #202020;
  font-weight: 400;
}

@media (min-width: 576px) {
  body {
    font-size: var(--fontsize-16);
  }
}
h6, h5, h4, h3, h2, h1 {
  font-weight: 500;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(ul, ol)[class*=list] {
  list-style: none;
  padding: 0;
  margin: 0;
}

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

a, path {
  -webkit-transition: all 0.4s linear;
  transition: all 0.4s linear;
}

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

svg {
  width: 100%;
  height: auto;
}

/* body -------------------------- */
#body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}

/* main -------------------------- */
#main {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

/* header -------------------------- */
.site-header {
  width: 100%;
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: absolute;
}
.site-header .site-title {
  font-weight: 800;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 3px;
}
.site-header .site-title .title-01 {
  color: var(--color-ffffff);
  font-size: var(--fontsize-10);
  background-color: var(--color-ffac33);
  background-image: url(../images/header/site-title_bg.png);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0px 5px 5px 0px;
  padding: 0.15em 0.4em 0.15em 2.25em;
  margin-left: -16px;
}
.site-header .site-title .title-02 {
  color: var(--color-0a3981);
  font-size: var(--fontsize-19);
  text-shadow: 2px 2px 0px var(--color-cad4e3);
}
.site-header .site-info {
  font-size: var(--fontsize-10);
  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-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
}
.site-header .site-info .site-organizer,
.site-header .site-info .site-supporter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.site-header .site-info .site-organizer .title,
.site-header .site-info .site-supporter .title {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 16px;
  color: var(--color-0a3981);
  padding: 1px;
  border: 1px solid var(--color-0a3981);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.site-header .site-info .site-organizer .list-logo,
.site-header .site-info .site-supporter .list-logo {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.site-header .site-info .site-organizer .list-logo .list-logo-01,
.site-header .site-info .site-supporter .list-logo .list-logo-01 {
  width: 52px;
  height: auto;
}
.site-header .site-info .site-organizer .list-logo .list-logo-02,
.site-header .site-info .site-supporter .list-logo .list-logo-02 {
  width: 52px;
  height: auto;
}
.site-header .site-info .site-organizer .list-logo .list-logo-03,
.site-header .site-info .site-supporter .list-logo .list-logo-03 {
  width: 45px;
  height: auto;
}

@media (min-width: 576px) {
  .site-header .site-title {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    gap: 8px;
  }
  .site-header .site-title .title-01 {
    font-size: var(--fontsize-20);
  }
  .site-header .site-title .title-02 {
    font-size: 1.875rem;
  }
  .site-header .site-info {
    font-size: var(--fontsize-14);
    gap: 10px;
  }
  .site-header .site-info .site-organizer,
  .site-header .site-info .site-supporter {
    gap: 10px;
  }
  .site-header .site-info .site-organizer .title,
  .site-header .site-info .site-supporter .title {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 62px;
            flex: 0 0 62px;
    width: 62px;
    height: 32px;
  }
  .site-header .site-info .site-organizer .list-logo .list-logo-01,
  .site-header .site-info .site-supporter .list-logo .list-logo-01 {
    width: 98px;
  }
  .site-header .site-info .site-organizer .list-logo .list-logo-02,
  .site-header .site-info .site-supporter .list-logo .list-logo-02 {
    width: 98px;
  }
  .site-header .site-info .site-organizer .list-logo .list-logo-03,
  .site-header .site-info .site-supporter .list-logo .list-logo-03 {
    width: 86px;
  }
}
@media (min-width: 992px) {
  .site-header {
    height: 58px;
    padding: 16px 16px;
  }
  .site-header .site-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
  .site-header .site-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 10px;
  }
  .site-header .site-info .site-organizer,
  .site-header .site-info .site-supporter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 8px;
  }
}
/* hero -------------------------- */
.sec-hero {
  --header-height: 71px;
  background-image: url(../images/hero/hero-bg-img_sp.png);
  background-position: 50% -60px;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: var(--header-height);
  overflow: hidden;
}
.sec-hero .l-hero {
  height: 100%;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: 1fr 1fr;
  padding-right: 0;
  position: relative;
}
.sec-hero .l-hero .l-hero-box01 {
  grid-column: 1/6;
  grid-row: 1/2;
}
.sec-hero .l-hero .l-hero-box01 .img {
  width: 100%;
  height: 321px;
  aspect-ratio: 16/15;
  -o-object-fit: cover;
     object-fit: cover;
  padding-right: 40px;
}
.sec-hero .l-hero .l-hero-box02 {
  grid-column: 5/6;
  grid-row: 1/2;
  position: absolute;
  right: -15px;
  bottom: -51px;
}
.sec-hero .l-hero .l-hero-box02 .company-num-box {
  width: 192px;
  height: 192px;
  border-radius: 50%;
  margin-top: 0;
  margin-left: 0;
}
.sec-hero .l-hero .l-hero-box02 .company-num-box .company-num-box-inner {
  width: 100%;
  height: 100%;
  color: var(--color-ffffff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 20px;
}
.sec-hero .l-hero .l-hero-box02 .company-num-box .company-num-box-inner .title {
  font-size: var(--fontsize-18);
  font-weight: bold;
  margin: 0;
}
.sec-hero .l-hero .l-hero-box02 .company-num-box .company-num-box-inner .num {
  line-height: 0.9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 8px;
}
.sec-hero .l-hero .l-hero-box02 .company-num-box .company-num-box-inner .num div:first-child {
  font-size: 5.8125rem;
  font-weight: bold;
  text-shadow: 8px 8px #FFCD85;
}
.sec-hero .l-hero .l-hero-box02 .company-num-box .company-num-box-inner .num div:nth-child(2) {
  font-size: var(--fontsize-21);
}
.sec-hero .l-hero .l-hero-box02 .company-num-box .company-num-box-inner .text {
  font-size: var(--fontsize-11);
}
.sec-hero .l-hero .l-hero-box03 {
  grid-column: 1/6;
  grid-row: 2/3;
  position: absolute;
  top: -34px;
  left: -30px;
  bottom: auto;
}
.sec-hero .l-hero .l-hero-box03 .img {
  max-width: 381px;
  width: 100%;
  max-height: 356px;
  height: auto;
}
.sec-hero .l-hero .hero-nav-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: auto;
  left: 0;
  right: auto;
  bottom: 0;
  z-index: 2;
}
.sec-hero .l-hero .hero-nav-list .hero-nav-list-item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  padding: 0;
  border-right: 2px solid var(--color-ffffff);
}
.sec-hero .l-hero .hero-nav-list .hero-nav-list-item:last-child {
  border-right: none;
}
.sec-hero .l-hero .hero-nav-list .hero-nav-list-item .hero-nav-list-link {
  height: 100%;
  font-size: var(--fontsize-10);
  line-height: 1.3;
  color: var(--color-ffffff);
  background-color: var(--color-0a3981);
  border: 5px solid var(--color-0a3981);
  border-radius: 10px 10px 0px 0px;
  padding: 4px 4px 4px 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.sec-hero .l-hero .hero-nav-list .hero-nav-list-item .hero-nav-list-link:hover {
  text-decoration: none;
  color: var(--color-0a3981);
  background-color: var(--color-ffffff);
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-01 {
  text-align: center;
  padding: 4px 14px 4px 14px;
}
.sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-01::before {
  content: "";
  width: 14px;
  height: 13px;
  background: url(../images/hero/hero-nav-icon-01_sp01.svg) 0 0 no-repeat;
  display: inline-block;
  position: absolute;
  top: 10px;
  left: 0px;
}
.sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-01::after {
  content: "";
  width: 5px;
  height: 5px;
  background: url(../images/hero/hero-nav-icon-01_sp02.svg) 0 0 no-repeat;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 5px;
}
.sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-01:hover::before {
  background: url(../images/hero/hero-nav-icon-01_sp01_hover.svg) 0 0 no-repeat;
}
.sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-01:hover::after {
  background: url(../images/hero/hero-nav-icon-01_sp02_hover.svg) 0 0 no-repeat;
}
.sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-02 {
  text-align: center;
}
.sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-02::before {
  content: "";
  width: 22px;
  height: 22px;
  background: url(../images/hero/hero-nav-icon-02.svg) 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 5px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-02:hover::before {
  background: url(../images/hero/hero-nav-icon-02_hover.svg) 0 0 no-repeat;
  background-size: cover;
}
.sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-03::before {
  content: "";
  width: 20px;
  height: 15px;
  background: url(../images/hero/hero-nav-icon-03.svg) 0 0 no-repeat;
  background-size: cover;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 7px;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
}
.sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-03:hover::before {
  background: url(../images/hero/hero-nav-icon-03_hover.svg) 0 0 no-repeat;
  background-size: cover;
}

@media (min-width: 576px) {
  .sec-hero {
    --header-height: 105px;
    height: 800px;
    background-image: url(../images/hero/hero-bg-img_pc.png);
    background-position: 50% 50%;
  }
  .sec-hero .l-hero {
    grid-template-rows: 1fr;
    padding-right: 70px;
  }
  .sec-hero .l-hero .l-hero-box01 {
    grid-column: 1/5;
    grid-row: auto;
  }
  .sec-hero .l-hero .l-hero-box01 .img {
    height: 614px;
    aspect-ratio: 5/3;
    padding-right: 0;
  }
  .sec-hero .l-hero .l-hero-box02 {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .sec-hero .l-hero .l-hero-box02 .company-num-box {
    width: 286px;
    height: 286px;
    margin-top: 20px;
    margin-left: -110px;
  }
  .sec-hero .l-hero .l-hero-box02 .company-num-box .company-num-box-inner {
    padding: 40px;
  }
  .sec-hero .l-hero .l-hero-box02 .company-num-box .company-num-box-inner .title {
    font-size: 1.5625rem;
  }
  .sec-hero .l-hero .l-hero-box02 .company-num-box .company-num-box-inner .num div:first-child {
    font-size: 8.5625rem;
  }
  .sec-hero .l-hero .l-hero-box02 .company-num-box .company-num-box-inner .num div:nth-child(2) {
    font-size: 2.0625rem;
  }
  .sec-hero .l-hero .l-hero-box02 .company-num-box .company-num-box-inner .text {
    font-size: var(--fontsize-14);
  }
  .sec-hero .l-hero .l-hero-box03 {
    grid-row: auto;
    position: absolute;
    top: auto;
    left: -30px;
    bottom: 0;
  }
  .sec-hero .l-hero .l-hero-box03 .img {
    max-width: 100%;
    width: 100%;
    padding-right: 20px;
  }
}
@media (min-width: 768px) {
  .sec-hero .l-hero .hero-nav-list {
    width: 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    top: var(--header-height);
    left: auto;
    right: 0;
  }
  .sec-hero .l-hero .hero-nav-list .hero-nav-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    padding: 4px 0;
  }
  .sec-hero .l-hero .hero-nav-list .hero-nav-list-item:first-child {
    padding: 0 0 4px;
  }
  .sec-hero .l-hero .hero-nav-list .hero-nav-list-item .hero-nav-list-link {
    width: 70px;
    height: 215px;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    font-size: var(--fontsize-16);
    border: 5px solid var(--color-0a3981);
    border-right: 0;
    border-radius: 10px 0px 0px 10px;
    padding: 50px 10px 10px 10px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-01 {
    text-align: left;
  }
  .sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-01::before {
    width: 35px;
    height: 30px;
    background: url(../images/hero/hero-nav-icon-01_pc.svg) 0 0 no-repeat;
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 12px;
  }
  .sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-01::after {
    content: none;
  }
  .sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-01:hover::before {
    background: url(../images/hero/hero-nav-icon-01_pc_hover.svg) 0 0 no-repeat;
  }
  .sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-02 {
    text-align: left;
  }
  .sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-02::before {
    width: 27px;
    height: 27px;
    position: absolute;
    top: 10px;
    left: 16px;
    bottom: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
  .sec-hero .l-hero .hero-nav-list .hero-nav-list-item .icon-03::before {
    width: 22px;
    height: 17px;
    position: absolute;
    top: 19px;
    left: 21px;
    bottom: auto;
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .sec-hero {
    --header-height: 58px;
  }
}
/* container -------------------------- */
.container {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1136px;
  }
}
.container-y {
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 576px) {
  .container-y {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/* background color -------------------------- */
.bg-ffac33 {
  background-color: var(--color-ffac33);
}

.bg-9de1e6 {
  background-color: var(--color-9de1e6);
}

.bg-ffffff {
  background-color: var(--color-ffffff);
}

/* color -------------------------- */
.color-ff6f33 {
  color: var(--color-ff6f33);
}

.color-0a3981 {
  color: var(--color-0a3981);
}

/* font -------------------------- */
.fonto-Hiragino {
  font-family: Hiragino Sans, ヒラギノ角ゴシック;
}

.font-size-20 {
  font-size: var(--fontsize-20);
}

.font-size-pc20-sp18 {
  font-size: var(--fontsize-18);
}
@media (min-width: 576px) {
  .font-size-pc20-sp18 {
    font-size: var(--fontsize-20);
  }
}

.font-size-pc22-sp15 {
  font-size: var(--fontsize-15);
}
@media (min-width: 576px) {
  .font-size-pc22-sp15 {
    font-size: var(--fontsize-22);
  }
}

.font-size-pc22-sp20 {
  font-size: var(--fontsize-20);
}
@media (min-width: 576px) {
  .font-size-pc22-sp20 {
    font-size: var(--fontsize-22);
  }
}

.font-size-pc24-sp20 {
  font-size: var(--fontsize-22);
}
@media (min-width: 576px) {
  .font-size-pc24-sp20 {
    font-size: 1.5rem;
  }
}

.font-weight-bold {
  font-weight: bold;
}

/* text align -------------------------- */
.text-align-right {
  text-align: right;
}

/* display -------------------------- */
.sp-display-block {
  display: block;
}
@media (min-width: 576px) {
  .sp-display-block {
    display: none;
  }
}

.sp-display-none {
  display: none;
}
@media (min-width: 576px) {
  .sp-display-none {
    display: block;
  }
}

.md-display-none {
  display: none;
}
@media (min-width: 768px) {
  .md-display-none {
    display: block;
  }
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 0.8em;
}

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

/* space -------------------------- */
.padding-top-0 {
  padding-top: 0 !important;
}

.padding-bottom-0 {
  padding-bottom: 0 !important;
}

.margin-bottom-0 {
  margin-bottom: 0 !important;
}

.margin-bottom-10 {
  margin-bottom: 10px !important;
}

.margin-bottom-20 {
  margin-bottom: 20px !important;
}

/* title -------------------------- */
.sec-title-01-outer {
  text-align: center;
  margin-bottom: 1.625em;
}
@media (min-width: 576px) {
  .sec-title-01-outer {
    margin-bottom: 2.1875em;
  }
}
.sec-title-01-outer .sec-title-01 {
  font-size: clamp(1.875rem, 0.952rem + 2.56vw, 2.875rem);
  font-weight: 800;
  text-align: center;
  color: var(--color-0a3981);
  padding-bottom: 0.435em;
  border-bottom: 5px solid var(--color-ffac33);
  display: inline-block;
}
@media (min-width: 1200px) {
  .sec-title-01-outer .sec-title-01 {
    font-size: 2.875rem;
  }
}

.sec-title-02 {
  font-size: 1.625rem;
  color: var(--color-0a3981);
  padding-bottom: 3px;
  border-bottom: 2px solid var(--color-0a3981);
  margin-bottom: 1.1538em;
}

/* btn -------------------------- */
.btn-navy {
  max-width: 240px;
  width: 100%;
  height: 60px;
  color: var(--color-ffffff);
  text-decoration: none;
  background-color: var(--color-0a3981);
  border-radius: 10px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.btn-navy:hover {
  color: var(--color-ffffff);
  text-decoration: none;
  background-color: var(--color-ffac33);
}

/* sec01 -------------------------- */
#sec01 {
  margin-top: -20px;
}
#sec01 .sec01-btn-list {
  max-width: 220px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-left: auto;
  margin-right: 0;
  position: relative;
  z-index: 1;
}
#sec01 .sec01-btn-list .sec01-btn-list-item .sec01-btn-list-item-btn {
  width: 110px;
  height: 80px;
  font-size: var(--fontsize-15);
  color: var(--color-ffffff);
  text-decoration: none;
  text-align: center;
  border: 3px solid var(--color-ffffff);
  border-radius: 10px;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
}
#sec01 .sec01-btn-list .sec01-btn-list-item .btn-01 {
  background-color: #FDA31F;
}
#sec01 .sec01-btn-list .sec01-btn-list-item .btn-01::before {
  content: "";
  width: 35px;
  height: 36px;
  background: url(../images/sec01/sec01-btn-list-icon-01.svg) 50% 0 no-repeat;
  background-size: contain;
}
#sec01 .sec01-btn-list .sec01-btn-list-item .btn-01:hover {
  background-color: var(--color-0a3981);
}
#sec01 .sec01-btn-list .sec01-btn-list-item .btn-02 {
  background-color: var(--color-0a3981);
}
#sec01 .sec01-btn-list .sec01-btn-list-item .btn-02::before {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/sec01/sec01-btn-list-icon-02.svg) 50% 0 no-repeat;
  background-size: contain;
}
#sec01 .sec01-btn-list .sec01-btn-list-item .btn-02:hover {
  background-color: #FDA31F;
}
#sec01 .sec01-btn-list .sec01-btn-list-item .sp-text-hide {
  display: none;
}
@media (min-width: 576px) {
  #sec01 .sec01-btn-list {
    max-width: 600px;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-right: auto;
  }
  #sec01 .sec01-btn-list .sec01-btn-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 48%;
            flex: 0 0 48%;
  }
  #sec01 .sec01-btn-list .sec01-btn-list-item .sec01-btn-list-item-btn {
    width: 100%;
    height: 60px;
    font-size: var(--fontsize-16);
    text-align: left;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 12px 10px;
  }
  #sec01 .sec01-btn-list .sec01-btn-list-item .btn-01::before {
    width: 35px;
    height: 36px;
  }
  #sec01 .sec01-btn-list .sec01-btn-list-item .btn-02::before {
    width: 27px;
    height: 27px;
  }
  #sec01 .sec01-btn-list .sec01-btn-list-item .sp-text-hide {
    display: contents;
  }
}
@media (min-width: 768px) {
  #sec01 .sec01-btn-list .sec01-btn-list-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 275px;
            flex: 0 0 275px;
  }
}
#sec01 .sec01-content-box {
  padding: 30px 18px;
  border-radius: 10px;
  position: relative;
}
#sec01 .sec01-content-box::before {
  content: "";
  width: 101px;
  height: 83px;
  background: url(../images/sec01/sec01-img-01.png) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  top: -60px;
  left: 0;
}
#sec01 .sec01-content-box::after {
  content: "";
  width: 70px;
  height: 81px;
  background: url(../images/sec01/sec01-img-02.png) 0 0 no-repeat;
  background-size: contain;
  display: inline-block;
  position: absolute;
  right: 0;
  bottom: -30px;
}
#sec01 .sec01-content-box .sec-title-01-outer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#sec01 .sec01-content-box .sec-title-01-outer::before {
  content: none;
}
#sec01 .sec01-content-box .sec-title-01-outer::after {
  content: none;
}
#sec01 .sec01-content-box .inner-box {
  width: min(100%, 428px);
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
#sec01 .sec01-content-box .underline-dot-list {
  color: var(--color-0a3981);
  position: relative;
}
#sec01 .sec01-content-box .underline-dot-list .underline-dot-list-item {
  border-bottom: 4px dotted var(--color-ffac33);
  padding: 20px 0;
}
#sec01 .sec01-content-box .underline-dot-list .underline-dot-list-item:last-child {
  border-bottom: none;
}
#sec01 .sec01-content-box .underline-dot-list .underline-dot-list-item .underline-dot-list-item-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1em;
  margin-bottom: 0;
}
#sec01 .sec01-content-box .underline-dot-list .underline-dot-list-item .underline-dot-list-item-inner .title .bor-box {
  width: 140px;
  font-size: var(--fontsize-17);
  line-height: 1.3;
  text-align: center;
  border: 3px solid var(--color-0a3981);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 3px;
}
#sec01 .sec01-content-box .underline-dot-list .underline-dot-list-item .underline-dot-list-item-inner .text {
  width: 100%;
  font-size: var(--fontsize-16);
  margin-bottom: 0;
}
#sec01 .sec01-content-box .underline-dot-list .underline-dot-list-item .underline-dot-list-item-inner .text .disc-list {
  list-style-type: disc;
  padding-left: 1em;
}
#sec01 .sec01-content-box .text-box {
  font-size: var(--fontsize-17);
  color: var(--color-0a3981);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1.125em;
  margin-top: 1em;
}
#sec01 .sec01-content-box .text-box > div:nth-child(1) {
  font-size: var(--fontsize-22);
  font-weight: bold;
}
#sec01 .sec01-content-box .text-box > div:nth-child(1) .underline {
  position: relative;
  z-index: 1;
  display: inline-block;
}
#sec01 .sec01-content-box .text-box > div:nth-child(1) .underline::before {
  content: "";
  width: 100%;
  height: 24px;
  background-color: var(--color-9de1e6);
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: -10px;
  z-index: -1;
}
@media (min-width: 576px) {
  #sec01 .sec01-content-box {
    padding: 40px 40px;
  }
  #sec01 .sec01-content-box::before {
    content: none;
  }
  #sec01 .sec01-content-box::after {
    content: none;
  }
  #sec01 .sec01-content-box .sec-title-01-outer {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  #sec01 .sec01-content-box .sec-title-01-outer::before {
    content: "";
    width: 101px;
    height: 83px;
    background: url(../images/sec01/sec01-img-01.png) 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
  }
  #sec01 .sec01-content-box .sec-title-01-outer::after {
    content: "";
    width: 88px;
    height: 102px;
    background: url(../images/sec01/sec01-img-02.png) 0 0 no-repeat;
    background-size: contain;
    display: inline-block;
  }
  #sec01 .sec01-content-box .underline-dot-list .underline-dot-list-item .underline-dot-list-item-inner .title .bor-box {
    font-size: var(--fontsize-20);
  }
  #sec01 .sec01-content-box .underline-dot-list .underline-dot-list-item .underline-dot-list-item-inner .text {
    font-size: var(--fontsize-20);
  }
  #sec01 .sec01-content-box .text-box {
    font-size: var(--fontsize-20);
    margin-top: 2em;
  }
  #sec01 .sec01-content-box .text-box > div:nth-child(1) {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  #sec01 .sec01-content-box .underline-dot-list .underline-dot-list-item .underline-dot-list-item-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  #sec01 .sec01-content-box .underline-dot-list .underline-dot-list-item .underline-dot-list-item-inner .title .bor-box {
    width: 120px;
  }
}
@media (min-width: 992px) {
  #sec01 .sec01-content-box {
    padding: 40px 80px;
  }
  #sec01 .sec01-content-box .sec-title-01-outer {
    margin-bottom: 0;
  }
  #sec01 .sec01-content-box .sec-title-01-outer::before {
    width: 203px;
    height: 166px;
  }
  #sec01 .sec01-content-box .sec-title-01-outer::after {
    width: 176px;
    height: 205px;
  }
  #sec01 .sec01-content-box .text-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

/* sec02 -------------------------- */
#sec02 {
  background-image: radial-gradient(circle, #ffffff 1px, transparent 1px), radial-gradient(circle, #ffffff 1px, transparent 1px);
  background-position: 4px 4px, 6px 8px;
  background-size: 4px 8px;
}
#sec02 .bg-cloud {
  padding-top: 80px;
  position: relative;
}
#sec02 .bg-cloud::before {
  content: "";
  width: 100%;
  height: 80px;
  background: url(../images/sec02/sec02-bg-cloud.svg) 50% 0 no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
}
#sec02 .bg-illust {
  background-image: url(../images/sec02/sec02-bg-bg-illust-01_sp.png), url(../images/sec02/sec02-bg-bg-illust-02_sp.png);
  background-position: 5% 20%, 95% 90%;
  background-repeat: no-repeat, no-repeat;
  background-size: contain, contain;
  margin-bottom: 20px;
}
#sec02 .sec02-company-list {
  max-width: 720px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
  margin: 0 auto;
}
#sec02 .sec02-company-list .sec02-company-list-item .sec02-company-list-item-btn {
  color: var(--color-0a3981);
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  border: 3px solid var(--color-0a3981);
  border-radius: 10px;
  background-color: var(--color-ffffff);
  display: block;
  padding: 10px 12px;
}
#sec02 .sec02-company-list .sec02-company-list-item .sec02-company-list-item-btn:hover {
  color: var(--color-ffffff);
  background-color: var(--color-0a3981);
}
@media (min-width: 768px) {
  #sec02 .bg-cloud {
    padding-top: 200px;
  }
  #sec02 .bg-cloud::before {
    height: 200px;
  }
  #sec02 .bg-illust {
    background-image: url(../images/sec02/sec02-bg-bg-illust-01_pc.png), url(../images/sec02/sec02-bg-bg-illust-02_pc.png);
    background-position: 5% 0, 95% 90%;
  }
}

/* recruit card -------------------------- */
.recruit-card-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.8em;
  -webkit-column-gap: 0.2em;
     -moz-column-gap: 0.2em;
          column-gap: 0.2em;
}
.recruit-card-list .recruit-card-list-item {
  background-color: var(--color-ffffff);
  border: solid 2px var(--color-0a3981);
  border-radius: 10px;
  display: grid;
  gap: 1rem;
  grid-row: span 4;
  grid-template-rows: subgrid;
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
}
.recruit-card-list .recruit-card-list-item .company-name {
  font-size: var(--fontsize-18);
  padding-left: 1rem;
  padding-right: 1rem;
  margin-bottom: 0;
}
.recruit-card-list .recruit-card-list-item > div {
  padding-left: 1rem;
  padding-right: 1rem;
}
.recruit-card-list .recruit-card-list-item .company-place > h3 {
  font-size: inherit;
  margin-bottom: 0;
}
.recruit-card-list .recruit-card-list-item .company-info-btn {
  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;
  gap: 1em;
}
.recruit-card-list .recruit-card-list-item .company-info-btn > a {
  width: max(100%, 105px);
  height: 60px;
  color: var(--color-0a3981);
  font-weight: bold;
  text-decoration: none;
  background-color: var(--color-ffffff);
  border: 3px solid var(--color-0a3981);
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.recruit-card-list .recruit-card-list-item .company-info-btn > a:hover {
  color: var(--color-ffffff);
  background-color: var(--color-ffac33);
  border: 3px solid var(--color-ffac33);
}
.recruit-card-list .recruit-card-list-item .job-info-btn > h3 {
  color: var(--color-0a3981);
  text-align: center;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 8px;
  position: relative;
}
.recruit-card-list .recruit-card-list-item .job-info-btn > h3::before, .recruit-card-list .recruit-card-list-item .job-info-btn > h3::after {
  height: 2px;
  content: "";
  border-bottom: 2px dotted var(--color-0a3981);
  margin-top: auto;
  margin-bottom: auto;
}
.recruit-card-list .recruit-card-list-item .job-info-btn .job-info-btn-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 9px;
}
.recruit-card-list .recruit-card-list-item .job-info-btn .job-info-btn-inner > a {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  height: 45px;
  color: var(--color-ffffff);
  text-decoration: none;
  font-weight: bold;
  background-color: var(--color-0a3981);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
.recruit-card-list .recruit-card-list-item .job-info-btn .job-info-btn-inner > a::before {
  content: "";
  width: 6px;
  aspect-ratio: 1;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background: var(--color-ffffff);
  position: absolute;
  bottom: 1px;
  right: 1px;
}
.recruit-card-list .recruit-card-list-item .job-info-btn .job-info-btn-inner > a:hover {
  background-color: var(--color-ffac33);
}
.recruit-card-list .recruit-card-list-item .job-info-btn .job-info-btn-inner .kosotsu {
  position: relative;
}
.recruit-card-list .recruit-card-list-item .job-info-btn .job-info-btn-inner .kosotsu .fukidashi {
  width: 100px;
  font-size: var(--fontsize-11);
  color: #fff;
  text-align: center;
  background: #35D39E;
  border-radius: 5px;
  position: absolute;
  top: -80px;
  left: 0;
  padding: 8px;
  display: none;
}
.recruit-card-list .recruit-card-list-item .job-info-btn .job-info-btn-inner .kosotsu .fukidashi:after {
  content: " ";
  width: 0;
  height: 0;
  border: solid transparent;
  border-color: rgba(51, 204, 153, 0);
  border-top-color: #35D39E;
  border-width: 10px;
  pointer-events: none;
  margin-left: 10px;
  position: absolute;
  left: 0;
  bottom: -19px;
}
.recruit-card-list .recruit-card-list-item .job-info-btn .job-info-btn-inner .kosotsu:hover .fukidashi {
  display: block;
}
@media (min-width: 576px) {
  .recruit-card-list {
    row-gap: 1.375em;
    -webkit-column-gap: 1.375em;
       -moz-column-gap: 1.375em;
            column-gap: 1.375em;
  }
  .recruit-card-list .recruit-card-list-item .company-name {
    font-size: var(--fontsize-22);
  }
  .recruit-card-list .recruit-card-list-item .company-info-btn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .recruit-card-list .recruit-card-list-item .job-info-btn .job-info-btn-inner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
  .recruit-card-list .recruit-card-list-item .job-info-btn .job-info-btn-inner > a {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30.63%;
            flex: 0 0 30.63%;
  }
}
@media (min-width: 768px) {
  .recruit-card-list {
    grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
  }
}
@media (min-width: 1200px) {
  .recruit-card-list {
    grid-template-columns: repeat(4, 1fr);
  }
}

/* footer -------------------------- */
#footer {
  color: var(--color-ffffff);
  background-color: var(--color-0a3981);
  padding-top: 30px;
  padding-left: 18px;
  padding-bottom: 30px;
  padding-right: 18px;
  margin-top: 50px;
  position: relative;
}
#footer .inner-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1em;
}
#footer .inner-box .site-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
}
#footer .inner-box .site-title > div:nth-child(1) {
  font-size: var(--fontsize-17);
}
#footer .inner-box .site-title > div:nth-child(2) {
  font-size: var(--fontsize-21);
}
#footer .inner-box .tel {
  color: var(--color-ffffff);
}
#footer .copyright {
  text-align: center;
  display: block;
  margin-top: 30px;
}
@media (min-width: 576px) {
  #footer .inner-box .tel {
    pointer-events: none;
  }
  #footer .copyright {
    margin-top: 55px;
  }
}
@media (min-width: 768px) {
  #footer .inner-box .site-title > div:nth-child(1) {
    font-size: 2rem;
  }
  #footer .inner-box .site-title > div:nth-child(2) {
    font-size: 2.5rem;
  }
}
@media (min-width: 992px) {
  #footer .inner-box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

/* back top -------------------------- */
#back-top {
  width: 74px;
  height: 74px;
  color: var(--color-0a3981);
  font-size: var(--fontsize-19);
  font-weight: bold;
  border: 1px solid var(--color-0a3981);
  border-radius: 50%;
  background-color: var(--color-ffffff);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: absolute;
  top: -100px;
  right: 18px;
}
#back-top::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 9px solid var(--color-0a3981);
  border-top: 0;
  display: inline-block;
  position: absolute;
  top: 3px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 576px) {
  #back-top {
    right: 80px;
  }
}/*# sourceMappingURL=style.css.map */