﻿@charset "UTF-8";
@font-face {
  font-family: "Kozuka Gothic Pr6N R";
  font-style: normal;
  font-weight: normal;
  src: url(../fonts/KozGoPr6NRegular.woff) format("woff");
}
:root {
  --text: #231815;
  --primary: #171c61;
  --sub: #c1007b;
  --white: #fff;
  --gray: #898989;
  --gray-02: #989898;
  --blue: #0066b5;
  --blue-02: #0066b3;
  --blue-03: #009fe8;
  --red: #e50012;
  --yellow: #dadf00;
  --yellow-02: #fff000;
  --pink: #e3007f;
}

/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

* {
  margin: 0;
  padding: 0;
}

a {
  color: inherit;
  transition: 0.3s all ease-in-out;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

ul {
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Component .c-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*------------------------------------------------------------
other
------------------------------------------------------------*/
.com-btn-01 {
  --bg: var(--sub);
  display: block;
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  box-sizing: border-box;
  text-align: center;
  align-content: center;
  background-color: var(--bg);
  color: var(--white);
  position: relative;
  z-index: 2;
  padding: 0 0;
  font-size: 1.8rem;
  font-weight: 700;
  padding: 0.5em 1em;
  border-radius: 8px;
  text-shadow: var(--bg) 1px 0px 0px, var(--bg) 0.540302px 0.841471px 0px, var(--bg) -0.416147px 0.909297px 0px, var(--bg) -0.989992px 0.14112px 0px, var(--bg) -0.653644px -0.756802px 0px, var(--bg) 0.283662px -0.958924px 0px, var(--bg) 0.96017px -0.279415px 0px;
}
@media (min-width: 960px) {
  .com-btn-01 {
    padding-inline: 1.5em;
  }
}
.com-btn-01::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
  background-image: linear-gradient(to bottom, var(--white) 0, var(--white) 5%, transparent 70%);
  border-radius: 3px;
  opacity: 0.5;
  pointer-events: none;
}
@media (min-width: 960px) {
  .com-btn-01.large {
    font-size: 3.4rem;
  }
}
.com-btn-01:hover {
  --bg: var(--primary);
  color: var(--white);
}

.com-link-01 {
  transition: 0.3s all ease-in-out;
}
.com-link-01:hover {
  transform: scale(1.1);
}

.com-bg-01 {
  background: url(../img/bg_01.jpg) no-repeat center/cover;
}

.com-bg-02 {
  background-color: rgba(255, 255, 255, 0.8);
}

.com-bg-03 {
  background-color: var(--primary);
  color: var(--white);
}

.com-dl-01 {
  margin-top: 0;
}
.com-dl-01 .row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  gap: 30px;
  border-bottom: 1px solid var(--blue-02);
  padding-block: 5px;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 700;
}
.com-dl-01 .row dt {
  width: 100px;
}
.com-dl-01 .row dd {
  width: 100%;
}
@media (min-width: 960px) {
  .com-dl-01 .row dd {
    flex: 1;
    align-self: center;
  }
}
.com-dl-01 .row dd:nth-child(3) {
  flex: unset;
}
.com-dl-01 .member {
  font-size: 1.4rem;
  line-height: 1.1;
}
.com-dl-01 .member .name {
  font-size: 1.6rem;
}
.com-dl-01 .member .name small {
  font-size: 80%;
}
.com-dl-01.no-border .row {
  border-bottom: none;
}
.com-dl-01.no-border .row + .row {
  margin-top: 30px;
}
@media (min-width: 960px) {
  .com-dl-01.no-border .row + .row {
    margin-top: 10px;
  }
}

.com-list-01 li::before {
  content: "※";
}

.com-text-01 {
  font-size: 1.7rem;
  font-weight: 700;
  color: var(--pink);
}

.com-text-02 {
  font-weight: 400;
  font-size: 2.5rem;
  line-height: 1.8;
  letter-spacing: 0.025em;
}

.com-text-03 {
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}

.com-text-04 {
  font-size: 1.4rem;
  line-height: 1.4;
}
.com-text-04 .sub {
  display: block;
  font-size: 67%;
}

.com-text-05 {
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 960px) {
  .com-text-05 {
    font-size: 3rem;
  }
}

.com-img-01 {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: contain;
}

.com-txt-color-yellow-02 {
  color: var(--yellow-02);
}

.com-tag-01 {
  display: block;
  text-align: center;
  color: var(--white);
  background-color: var(--blue-02);
  font-size: 1.6rem;
  font-weight: 700;
  padding: 0.2em 0.5em;
}
.com-tag-01.blue-03 {
  background-color: var(--blue-03);
}

.com-tit-01 {
  text-align: center;
  margin: 0;
  background: url(../img/bg_02.jpg) no-repeat center/cover;
  color: var(--white);
  font-size: 2.5rem;
  font-weight: 700;
  text-shadow: rgb(23, 28, 97) 3px 0px 0px, rgb(23, 28, 97) 2.83487px 0.981584px 0px, rgb(23, 28, 97) 2.35766px 1.85511px 0px, rgb(23, 28, 97) 1.62091px 2.52441px 0px, rgb(23, 28, 97) 0.705713px 2.91581px 0px, rgb(23, 28, 97) -0.287171px 2.98622px 0px, rgb(23, 28, 97) -1.24844px 2.72789px 0px, rgb(23, 28, 97) -2.07227px 2.16926px 0px, rgb(23, 28, 97) -2.66798px 1.37182px 0px, rgb(23, 28, 97) -2.96998px 0.42336px 0px, rgb(23, 28, 97) -2.94502px -0.571704px 0px, rgb(23, 28, 97) -2.59586px -1.50383px 0px, rgb(23, 28, 97) -1.96093px -2.27041px 0px, rgb(23, 28, 97) -1.11013px -2.78704px 0px, rgb(23, 28, 97) -0.137119px -2.99686px 0px, rgb(23, 28, 97) 0.850987px -2.87677px 0px, rgb(23, 28, 97) 1.74541px -2.43999px 0px, rgb(23, 28, 97) 2.44769px -1.73459px 0px, rgb(23, 28, 97) 2.88051px -0.838247px 0px;
  padding: 0.2em 0.5em;
}
@media (min-width: 960px) {
  .com-tit-01 {
    text-shadow: rgb(23, 28, 97) 6px 0px 0px, rgb(23, 28, 97) 5.91686px 0.995377px 0px, rgb(23, 28, 97) 5.66974px 1.96317px 0px, rgb(23, 28, 97) 5.2655px 2.87655px 0px, rgb(23, 28, 97) 4.71532px 3.71022px 0px, rgb(23, 28, 97) 4.03447px 4.44106px 0px, rgb(23, 28, 97) 3.24181px 5.04883px 0px, rgb(23, 28, 97) 2.35931px 5.51667px 0px, rgb(23, 28, 97) 1.41143px 5.83163px 0px, rgb(23, 28, 97) 0.424423px 5.98497px 0px, rgb(23, 28, 97) -0.574341px 5.97245px 0px, rgb(23, 28, 97) -1.55719px 5.79441px 0px, rgb(23, 28, 97) -2.49688px 5.45578px 0px, rgb(23, 28, 97) -3.36738px 4.96596px 0px, rgb(23, 28, 97) -4.14455px 4.33852px 0px, rgb(23, 28, 97) -4.80686px 3.59083px 0px, rgb(23, 28, 97) -5.33596px 2.74364px 0px, rgb(23, 28, 97) -5.71718px 1.8204px 0px, rgb(23, 28, 97) -5.93995px 0.84672px 0px, rgb(23, 28, 97) -5.99811px -0.150428px 0px, rgb(23, 28, 97) -5.89004px -1.14341px 0px, rgb(23, 28, 97) -5.61874px -2.1047px 0px, rgb(23, 28, 97) -5.19172px -3.00766px 0px, rgb(23, 28, 97) -4.62082px -3.82727px 0px, rgb(23, 28, 97) -3.92186px -4.54081px 0px, rgb(23, 28, 97) -3.11421px -5.12852px 0px, rgb(23, 28, 97) -2.22026px -5.57409px 0px, rgb(23, 28, 97) -1.26477px -5.86518px 0px, rgb(23, 28, 97) -0.274238px -5.99373px 0px, rgb(23, 28, 97) 0.723898px -5.95617px 0px, rgb(23, 28, 97) 1.70197px -5.75355px 0px, rgb(23, 28, 97) 2.63288px -5.39147px 0px, rgb(23, 28, 97) 3.49082px -4.87998px 0px, rgb(23, 28, 97) 4.25202px -4.23324px 0px, rgb(23, 28, 97) 4.89538px -3.46919px 0px, rgb(23, 28, 97) 5.40307px -2.60899px 0px, rgb(23, 28, 97) 5.76102px -1.67649px 0px, rgb(23, 28, 97) 5.95932px -0.697531px 0px;
    font-size: 4rem;
  }
}

.com-tit-02 {
  font-size: 2.6rem;
  font-weight: 500;
  color: var(--blue-02);
  margin-bottom: 10px;
}
.com-tit-02 .head {
  font-weight: 700;
}
.com-tit-02 .time {
  font-size: 96%;
}
.com-tit-02 .location {
  font-size: 85%;
}

.com-tit-03 {
  font-size: 2.3rem;
  color: var(--yellow-02);
  font-weight: 700;
}
.com-tit-03 .icon {
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}

.com-mt-s {
  margin-top: 20px;
}
@media (min-width: 960px) {
  .com-mt-s {
    margin-top: 40px;
  }
}

.com-mt-m {
  margin-top: 40px;
}
@media (min-width: 960px) {
  .com-mt-m {
    margin-top: 60px;
  }
}

.com-fz-12 {
  font-size: 1.2rem;
}

.com-fz-16 {
  font-size: 1.6rem;
}

.com-mv-01 {
  position: relative;
  padding-block: 50px;
  max-width: 815px;
}
.com-mv-01 .mv-text-01 {
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.3;
}
.com-mv-01 .mv-catch {
  margin-top: 0;
}
.com-mv-01 .mv-btn {
  margin-top: 2.5em;
  margin-inline: auto;
}
@media (min-width: 640px) {
  .com-mv-01 .mv-btn {
    font-size: 3.4rem;
  }
}
@media (min-width: 960px) {
  .com-mv-01 .mv-btn {
    margin-left: 0;
  }
}
.com-mv-01 .mv-list {
  margin-top: 60px;
}
@media (min-width: 960px) {
  .com-mv-01 .mv-list {
    margin-top: 10px;
  }
}
.com-mv-01 .mv-obj {
  display: block;
  max-width: 60%;
  width: -moz-max-content;
  width: max-content;
  margin: 30px auto;
}
@media (min-width: 960px) {
  .com-mv-01 .mv-obj {
    position: absolute;
    margin: 0;
    right: 0;
    bottom: 50px;
    width: 33%;
    transform: translateX(5%);
  }
}

.com-sec-01 {
  padding-block: 50px;
}

.com-panel-01 {
  background-color: rgba(255, 255, 255, 0.5);
  border: 1px solid var(--blue);
  padding: 50px 20px;
  display: flex;
  flex-direction: column;
}
@media (min-width: 960px) {
  .com-panel-01 {
    flex-direction: row;
    align-items: flex-start;
  }
}
.com-panel-01 .tit {
  position: relative;
  overflow: hidden;
  z-index: 2;
  text-align: center;
  font-size: 2rem;
  color: var(--white);
  padding-bottom: 3px;
}
@media (min-width: 960px) {
  .com-panel-01 .tit {
    width: calc(19% + 20px);
    margin-left: -20px;
    box-sizing: border-box;
    flex-shrink: 0;
  }
}
.com-panel-01 .tit::before, .com-panel-01 .tit::after {
  content: "";
  display: block;
  position: absolute;
  width: 140%;
  left: 0;
  z-index: -1;
}
.com-panel-01 .tit::before {
  bottom: 3px;
  height: calc(100% - 3px);
  background-image: linear-gradient(to right, var(--text), transparent);
}
.com-panel-01 .tit::after {
  height: 3px;
  bottom: 0;
  background-image: linear-gradient(to right, var(--red), transparent);
}
.com-panel-01 .tit.light::before {
  background-image: linear-gradient(to right, var(--gray-02), transparent);
}
.com-panel-01 .tit.light::after {
  background-image: linear-gradient(to right, var(--yellow), transparent);
}
.com-panel-01 .head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 30px 15px;
}
@media (min-width: 640px) {
  .com-panel-01 .head {
    flex-direction: row;
    align-items: flex-start;
  }
}
.com-panel-01 .body {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 15px 10px;
  margin-top: 20px;
}
@media (min-width: 960px) {
  .com-panel-01 .body {
    margin-top: 0;
  }
}
.com-panel-01 .body > :last-child {
  margin-bottom: 0;
}
.com-panel-01 .article {
  flex: 1;
}
.com-panel-01 .avatar {
  width: 160px;
  aspect-ratio: 1/1.1;
  -o-object-fit: cover;
  object-fit: cover;
  flex-shrink: 0;
}
@media (min-width: 960px) {
  .com-panel-01 .avatar {
    width: 100px;
  }
}
.com-panel-01 .detail {
  text-align: center;
  flex: 1;
  width: 100%;
  text-shadow: rgb(255, 255, 255) 3px 0px 0px, rgb(255, 255, 255) 2.83487px 0.981584px 0px, rgb(255, 255, 255) 2.35766px 1.85511px 0px, rgb(255, 255, 255) 1.62091px 2.52441px 0px, rgb(255, 255, 255) 0.705713px 2.91581px 0px, rgb(255, 255, 255) -0.287171px 2.98622px 0px, rgb(255, 255, 255) -1.24844px 2.72789px 0px, rgb(255, 255, 255) -2.07227px 2.16926px 0px, rgb(255, 255, 255) -2.66798px 1.37182px 0px, rgb(255, 255, 255) -2.96998px 0.42336px 0px, rgb(255, 255, 255) -2.94502px -0.571704px 0px, rgb(255, 255, 255) -2.59586px -1.50383px 0px, rgb(255, 255, 255) -1.96093px -2.27041px 0px, rgb(255, 255, 255) -1.11013px -2.78704px 0px, rgb(255, 255, 255) -0.137119px -2.99686px 0px, rgb(255, 255, 255) 0.850987px -2.87677px 0px, rgb(255, 255, 255) 1.74541px -2.43999px 0px, rgb(255, 255, 255) 2.44769px -1.73459px 0px, rgb(255, 255, 255) 2.88051px -0.838247px 0px;
}
@media (min-width: 640px) {
  .com-panel-01 .detail {
    align-self: center;
    text-align: left;
  }
}
.com-panel-01 .member {
  font-size: 2.7rem;
  font-weight: 700;
  margin-bottom: 10px;
}
.com-panel-01 .member .sub {
  display: block;
  font-size: 54%;
}
.com-panel-01 .member small {
  display: inline-block;
  margin-left: 5px;
  font-size: 81%;
}
.com-panel-01 .slogan {
  font-size: 1.8rem;
  font-weight: 900;
  line-height: 1.04;
  margin: 0;
}
.com-panel-01 .list .row {
  display: grid;
  grid-template-columns: 20% 1fr;
  gap: 15px;
}
.com-panel-01 .list .row + .row {
  margin-top: 15px;
}
.com-panel-01 + .com-panel-01 {
  margin-top: 25px;
}

.com-panel-02 {
  border: 1px solid var(--yellow-02);
  font-size: 1rem;
  line-height: 1.5;
  padding: 10px;
}
.com-panel-02 .tit {
  color: var(--yellow-02);
  font-weight: 500;
  font-size: 1.5rem;
  margin-bottom: 5px;
}
.com-panel-02 p {
  margin: 0;
}
.com-panel-02 > :last-child {
  margin-bottom: 0;
}

.uk-flex-baseline {
  align-items: baseline;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

/*
------------------------------------------------------------*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Layout .l-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
#header {
  background-color: var(--white);
}

.header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 25px;
}

.header-nav {
  display: flex;
  align-items: baseline;
  justify-content: flex-end;
  gap: 45px;
  font-size: 1.8rem;
  font-weight: 700;
}

.footer-logo {
  max-width: 35%;
  margin-inline: auto;
}
@media (min-width: 960px) {
  .footer-logo {
    max-width: 60%;
    margin-left: 0;
  }
}

.footer-body {
  padding-block: 30px;
}
@media (min-width: 960px) {
  .footer-body {
    padding-block: 50px;
  }
}

.footer-foot {
  font-size: 1.8rem;
  color: var(--gray);
  padding-block: 30px;
}
@media (min-width: 960px) {
  .footer-foot {
    padding-block: 50px;
  }
}

.footer-list-01 {
  color: var(--gray);
  display: flex;
  flex-direction: column;
  gap: 15px 30px;
}
@media (min-width: 960px) {
  .footer-list-01 {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
.footer-list-01 dt {
  font-size: 1.8rem;
  font-weight: 500;
}
@media (min-width: 960px) {
  .footer-list-01 dt {
    order: 999;
  }
}
.footer-list-01 .list a:hover {
  opacity: 0.6;
}
.footer-list-01 .list .fb {
  width: 48px;
}
@media (min-width: 960px) {
  .footer-list-01 .list .fb {
    width: auto;
  }
}
.footer-list-01 .list .x {
  width: 31.6px;
}
@media (min-width: 960px) {
  .footer-list-01 .list .x {
    width: auto;
  }
}

@media (min-width: 1200px) {
  .footer-panel-01 {
    padding-top: min(4%, 62px);
  }
}

.footer-link-01:hover {
  color: var(--primary);
}

.uk-offcanvas-bar {
  background-color: var(--white);
  color: var(--text);
}
.uk-offcanvas-bar .uk-close {
  color: inherit;
}

.offcanvas-menu-01 {
  font-size: 1.4rem;
}
.offcanvas-menu-01 a {
  color: inherit;
  display: block;
  padding: 1em 0.5em;
}
.offcanvas-menu-01 li:not(:first-child) {
  border-top: 1px solid var(--text);
}

.offcanvas-btn-01 {
  font-size: 1.6rem;
  padding-inline: 2em;
  margin-inline: auto;
}

/* layout
------------------------------------------------------------*/
body {
  font-family: "小塚ゴシック Pr6N", "Kozuka Gothic Pr6N R", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-size: 1rem;
  min-width: 320px;
  line-height: 1.14;
  color: var(--text);
}

.uk-container {
  max-width: 950px;
}

/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Project .p-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡
// Utility .u-
≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡≡*/
/*# sourceMappingURL=style.css.map */