@charset "UTF-8";
/* CSS Document */
/* fade
-----------------------------------------------*/
#main, #lead .col01, #lead .col02, #news h2, #news h3, #news ul, #news .more, #news .col, #bnr li {
  transform: translateY(40px);
  opacity: 0;
  transition: transform 1.0s cubic-bezier(.210, .60, .350, 1), opacity 1.0s cubic-bezier(.210, .60, .350, 1);
}
#lead .col03, #lead .col04 {
  transform: translate(-50%, 40px);
  opacity: 0;
  transition: transform 1.0s cubic-bezier(.210, .60, .350, 1), opacity 1.0s cubic-bezier(.210, .60, .350, 1);
}
#lead .col05 {
  transform: translate(0%, 40px);
  opacity: 0;
  transition: transform 1.0s cubic-bezier(.210, .60, .350, 1), opacity 1.0s cubic-bezier(.210, .60, .350, 1);
}
#main.fade, #lead.fade .col01, #lead.fade .col02, #news.fade h2, #news.fade h3, #news.fade ul, #news.fade .more, #news.fade .col, #bnr li.fade {
  transform: translateY(0);
  opacity: 1;
}
#lead.fade .col03, #lead.fade .col04 {
  transform: translate(-50%, 0);
  opacity: 1;
}
#lead.fade .col05 {
    transform: translate(0%, 0);
  opacity: 1;
}
#lead.fade .col01, #news.fade ul {
  transition-delay: .3s;
}
#lead.fade .col02, #news.fade .more {
  transition-delay: .6s;
}
#lead.fade .col03 {
  transition-delay: .9s;
}
#lead.fade .col04 {
  transition-delay: 1.2s;
}
#lead.fade .col05 {
  transition-delay: 1.5s;
}


/* contents
-----------------------------------------------*/
#contents {
  background-image: url(/img/general/common/bgi-01.png);
  background-position: top center;
  background-repeat: repeat-y;
  background-size: contain;
}
@media only screen and (max-width:767px) {}
/* section
-----------------------------------------------*/
section .inner {
  max-width: 1280px;
  padding: 0 40px;
  margin: 0 auto;
  position: relative;
}
section .inner font + font{
/*	float: left;*/
}
section .col {
  width: 400px;
  height: 400px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
}
section .col a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  padding-top: 20px;
  overflow: hidden;
}
section .col a .inner {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0 !important;
}
section .col a h2 {
  font-size: 60px;
  text-align: center;
  display: block;
  line-height: 1.2;
  letter-spacing: -0.03em;
}
section .col a h2 font {
  font-size: 38px;
  line-height: 1.2;
}
section .col a h2:has(font) {
  max-width: 360px;
  margin: 20px auto 0;
  line-height: 1.2;
}
section .col a h2:has(font) br {
  display: none;
}
section .col a p:has(font) {
  max-width: 220px;
		    line-height: 1.3;
}
section .col a p {
  text-align: center;
  line-height: 20px;
  color: #fff;
  min-height: 20px;
  position: relative;
  display: inline-block;
  left: 50%;
  transform: translateX(-50%);
  font-weight: bold;
  margin-top: 20px;
}
section .col .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 70px;
  margin: 30px auto 0;
}
@media only screen and (max-width:1240px) {
  section .col {
    width: 330px;
    height: 330px;
  }
  section .col a h2 {
    font-size: 40px;
  }
  section .col a h2 font {
    font-size: 30px;
    line-height: 1.2;
  }
  section .col a h2:has(font) {
    max-width: 270px;
    margin: 0 auto 0;
  }
  section .col a p:has(font) {
    margin-top: 20px;
  }
  section .col a p {
    font-size: 16px;
    text-align: center;
    line-height: 20px;
    color: #fff;
    min-height: 20px;
    position: relative;
    display: inline-block;
    left: 50%;
    transform: translateX(-50%);
    font-weight: bold;
    margin-top: 30px;
  }
  section .col .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 70px;
    margin: 30px auto 0;
  }
  section .col a p:has(font) + .img img {
    margin: 20px auto 0;
  }
}
@media only screen and (max-width:800px) {
  section .col {
    width: 200px;
    height: 200px;
  }
  section .col a h2 {
    font-size: 30px;
  }
  section .col a h2 font {
    font-size: 24px;
  }
  section .col a h2:has(font) {
    max-width: 110px;
    line-height: 0;
  }
  section .col a p:has(font) {
    max-width: 130px;
    margin-top: 0;
    line-height: 1.2;
  }
  section .col a p {
    font-size: 14px;
  }
  section .col .img img {
    max-width: 45px;
  }
  section .col a p:has(font) + .img img {
    margin: 10px auto 0;
  }
  section .col a p {
    font-size: 11px;
    margin-top: 10px;
  }
}
@media only screen and (max-width:500px) {
  section .col {
    width: 155px;
    height: 155px;
  }
  section .col a h2 {
    font-size: 20px;
    letter-spacing: 0;
  }
   section .col a h2 font {
    font-size: 18px;
  }
 section .col a h2, section .col a p, section .col .img {
    width: 100%;
  }
  section .col .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 24px;
    margin: 10px auto 0;
  }
  section .col a p::before {
    width: 47px;
    height: 2px;
    bottom: -5px;
    left: 50%;
    transform: translateX(-50%);
  }
  section .col a {
    margin-top: 5px;
  }
}


/* lead
-----------------------------------------------*/
#lead .inner {
  padding-top: 550px;
}
#lead .col01 {
  background: var(--keycolor01);
  top: -110px;
  right: 60px;
}
#lead .col02 {
  background: #ffffff;
  border: 20px solid var(--keycolor01);
  top: -50px;
  left: 0;
  box-sizing: unset;
}
#lead .col03 {
  width: 290px;
  height: 290px;
  background: #f6fce3;
  bottom: 10px;
  left: 50%;
}
#lead .col04 {
  width: 290px;
  height: 290px;
  background: var(--keycolor01);
  bottom: -230px;
  z-index: 1;
  left: calc(216px + 8%);
}
#lead .col05 {
  width: 400px;
  height: 400px;
  bottom: -270px;
  right: 0;
  background: #ffffff;
  border: 20px solid var(--keycolor01);
  box-sizing: unset;
  z-index: 1;
}
#lead .col01 h2 {
  color: #fff;
}
#lead .col03 h2, #lead .col04 h2 {
  font-size: 40px;
}
#lead .col03 h2, #lead .col03 a p {
  color: var(--keycolor01);
}
#lead .col02 h2, #lead .col02 a p {
  color: var(--keycolor01);
}
#lead .col04 h2 {
  color: #fff;
}
#lead .col .img img {
  width: 20px;
  height: auto;
}
#lead .col05 p, #lead .col05 h2 {
  color: var(--keycolor01);
}
@media only screen and (max-width:1240px) {
  #lead .col05 {
    width: 330px;
    height: 330px;
  }
  #lead .col04 {
    left: calc(120px + 8%);
  }
}
@media only screen and (max-width:940px) {
  #lead .col .img img {
    width: 13px;
    height: auto;
    margin: 10px auto 0;
  }
}
@media only screen and (max-width:800px) {
  #lead .inner {
    padding-top: 380px;
  }
  #lead .col03, #lead .col04 {
    width: 200px;
    height: 200px;
  }
  #lead .col05 {
    width: 250px;
    height: 250px;
  }
  #lead .col03 h2, #lead .col04 h2 {
    font-size: 20px;
  }
}
@media only screen and (max-width:767px) {
  #lead .inner {
    padding-top: 468px;
  }
  #lead .col01 {
    top: -70px;
    right: 10px;
  }
  #lead .col02 {
    top: -20px;
    left: 10px;
    border: 8px solid var(--keycolor01);
  }
  #lead .col03, #lead .col04 {
    width: 150px;
    height: 150px;
  }
  #lead .col03 {
    bottom: 230px;
    left: 56%;
  }
  #lead .col04 {
    left: 120px;
    bottom: 100px;
  }
  #lead .col05 {
    border: 8px solid var(--keycolor01);
    bottom: 0;
    right: 10px;
    width: 200px;
    height: 200px;
  }
}
@media only screen and (max-width:700px) {
  #lead .col04 {}
}
@media only screen and (max-width:500px) {
  #lead .col05 {
    width: 155px;
    height: 155px;
  }
}
@media only screen and (max-width:400px) {
  #lead .col03 {
    left: 66%;
  }
}


/* lead
-----------------------------------------------*/
#leadbnr {
  margin-top: 120px;
}
#leadbnr .inner {
  padding: 0;
}
#leadbnr .bnrcol h2 {
  font-size: 40px;
  line-height: 1.25;
}
#leadbnr .bnrcol h2 font {
  font-size: 26px;
}
#leadbnr .bnrcol h2:has(font) {
  max-width: 240px;
  text-align: center;
  margin: 0 auto;
}
#leadbnr .bnrcol h2:has(font) br {
  display: none;
}
#leadbnr .bnrcol {
  text-align: center;
  width: 25%;
  aspect-ratio: 1;
  margin: 0 10px;
  border-radius: 50%;
}
#leadbnr .bnrcol a .txt {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
#leadbnr .bnrcol p {
  font-size: 22px;
  line-height: 1.25;
  margin-top: 10px;
}
#leadbnr .col01 {
  position: relative;
  background: #ffffff;
}
#leadbnr .col01::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border: 20px solid var(--keycolor01);
  border-radius: 50%;
}
#leadbnr .col02,
#leadbnr .col04 {
  background: #f6fce3;
}
#leadbnr .col03 {
  background: var(--keycolor01);
}
#leadbnr .bnrcol a {
  color: var(--keycolor01);
}
#leadbnr .col03 a {
  color: #fff;
}
#leadbnr .bnrcol a img {
  margin: 20px auto 0;
  width: 20px;
  height: auto;
}
@media only screen and (max-width:1240px) {
  #leadbnr .bnrcol h2 {
    font-size: 30px;
  }
  #leadbnr .bnrcol h2 font {
    font-size: 20px;
  }
  #leadbnr .bnrcol p {
    font-size: 18px;
  }
}
@media only screen and (max-width:767px) {
  #leadbnr {
    margin-top: 100px;
  }
  #leadbnr .bnrcol {
    margin: 0 5px;
  }
  #leadbnr .col01::before {
    border: 8px solid var(--keycolor01);
  }
  #leadbnr .bnrcol h2 {
    font-size: 18px;
  }
  #leadbnr .bnrcol h2 font {
    font-size: 14px;
  }
  #leadbnr .bnrcol p {
    font-size: 14px;
    margin-top: 5px;
  }
  #leadbnr .bnrcol a img {
    margin: 10px auto 0;
  }
}


/* notice
-----------------------------------------------*/
#notice {
  margin-top: 200px;
  padding: 0 40px 80px;
}
#notice .inner {
  max-width: 1210px;
  background: rgba(255, 255, 255, 0.5);
  padding: 50px 60px 60px;
  border-radius: 30px;
  overflow: hidden;
  border: #008540 solid 8px;
}
#notice h2 {
  text-align: center;
  color: #008540;
  font-size: 20px;
}
#notice h2 span {
  font-family: 'Oswald', sans-serif;
  font-size: 64px;
  position: relative;
  text-align: center;
  margin: 0 auto;
  line-height: 1;
}
#notice .txt {
  margin-top: 50px;
}
@media only screen and (max-width:767px) {
  #notice {
    margin-top: 0px;
    margin-bottom: 180px;
  }
  #notice {
    padding: 10px 20px;
  }
  #notice .inner {
    padding: 30px 20px;
    border-radius: 5px;
  }
  #notice h2 {
    margin: 0 auto;
    font-size: 20px;
  }
  #notice h2 span {
    font-size: 35px;
    margin: 0 auto;
  }
  #notice .txt {
    margin-top: 20px;
  }
  #notice .txt p {
    font-size: 16px;
  }
}
/* news
-----------------------------------------------*/
#news {
  margin-top: 180px;
}
#news > .inner > h2 {
  font-family: 'Oswald', sans-serif;
  font-size: 100px;
  color: var(--keycolor01);
  line-height: 1;
  position: relative;
  z-index: 2;
  font-weight: normal;
}
#news h3 {
  font-size: 40px;
  color: var(--keycolor01);
  position: relative;
  z-index: 2;
}
#news .inner {
  padding: 140px 40px;
}
#news > .inner::before {
  position: absolute;
  display: block;
  content: "";
  width: 100vw;
  max-width: 1730px;
  height: 100%;
  top: 0;
  left: -240px;
  border-radius: 100px;
  margin: 0 calc(50% - 50vw);
  background: rgba(255, 255, 255, 1)
}
#news ul {
  margin-top: 40px;
  position: relative;
  z-index: 2;
  max-width: 700px;
}
#news li {
  padding-bottom: 15px;
}
#news li a {
  font-size: 18px;
}
#news li time {
  padding-right: 10px;
  position: relative;
  font-weight: bold;
}
#news li time::before {
  position: absolute;
  display: block;
  content: "";
  width: 1px;
  height: 18px;
  background: #333;
  top: 5px;
  right: 0;
}
#news li p {
  padding-left: 10px;
  font-weight: bold;
}
#news .col {
  top: -80px;
  right: 0;
  background: #ffffff;
  border: 20px solid var(--keycolor01);
  box-sizing: unset;
}
#news .col p, #news .col h2 {
  color: var(--keycolor01);
}
#news .more {
  width: 134px;
  height: 134px;
  position: absolute;
  z-index: 2;
  bottom: -60px;
  right: 240px;
}
#news .more a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--keycolor01);
  border-radius: 50%;
}
#news .more a span {
  position: relative;
  font-weight: bold;
  padding-bottom: 20px;
  color: #fff;
}
#news .more a span::before, #news .more a span::after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 2px;
  bottom: 0;
}
#news .more a span::before {
  right: 50%;
  width: 20px;
  transform: translateX(50%);
}
#news .more a span::after {
  right: 40px;
  transform-origin: right bottom;
  width: 10px;
  transform: rotate(45deg);
}
@media only screen and (max-width:767px) {
  #news {
    margin-top: -30px;
  }
  #news > .inner::before {
    left: -30px;
    border-radius: 0 60px 60px 0;
  }
  #news .col {
    top: -100px;
    border: 8px solid var(--keycolor01);
  }
  #news .inner {
    padding: 30px 20px;
  }
  #news > .inner > h2 {
    font-size: 35px;
  }
  #news h3 {
    font-size: 20px;
    margin-top: 10px;
  }
  #news ul {
    margin-top: 20px;
    padding-right: 40px;
  }
  #news li {
    line-height: 1.5;
  }
  #news li a {
    padding-bottom: 10px;
    width: 100%;
    line-height: 1.5;
  }
  #news li p {
    padding-left: 0;
    width: 100%;
    line-height: 1.5;
  }
  #news li time {
    font-size: 16px;
    display: block;
  }
  #news li time::before {
    display: none;
  }
  #news .more {
    width: 100px;
    height: 100px;
    bottom: -40px;
    right: 30px;
  }
  #news .more a span {
    font-size: 12px;
    padding-bottom: 15px;
  }
  #news .more a span::after {
    right: 20px;
  }
}
/* bnr
-----------------------------------------------*/
#bnr .inner {
  padding: 40px 40px 320px;
}
#bnr ul {
  max-width: 980px;
  margin: 0 auto;
  display: grid;
  gap: 10px;
  grid-template-columns: 1fr 1fr 1fr;
}
#bnr .illust {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  right: 0;
  width: 613px;
  height: 315px;
}
@media only screen and (max-width:767px) {
  #bnr .inner {
    padding: 20px 20px 0;
  }
  #bnr ul {
    position: relative;
    z-index: 2;
    grid-template-columns: 1fr 1fr;
  }
  #bnr .illust {
    position: sticky;
    width: 100%;
    height: auto;
    margin-top: 40px;
  }
}

/* slider
-----------------------------------------------*/
.slick-slider {
  overflow: hidden;
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  height: 100%;
  overflow: hidden;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, 
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
}
.slick-slide:focus {
  outline: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-next, 
.slick-prev {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #f2f2f2;
  opacity: .8;
  cursor: pointer;
  font-size: 0;
}
.slick-next {
  left: 100%;
}
.slick-prev {
  right: 100%;
}
.slick-dots {
  position: absolute;
  left: 0;
  bottom: 0%;
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-top: 10px;
}
.slick-dots li {
  display: inline-block;
  margin: 0 8px;
}
.slick-dots li button {
  width: 12px;
  height: 12px;
  font-size: 0;
  background-color: #fff;
  border: #fff solid 2px;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  transition: background .4s;
  box-sizing: unset;
}
.slick-dots li button + button {
  display: none;
}
.slick-dots li.slick-active button,
.slick-dots li button:hover {
  background-color: #002e70;
}
@media only screen and (max-width:767px) {
  .slick-dots {
    margin-top: 5px;
  }
  .slick-dots li {
    margin: 0 5px;
  }
  .slick-dots li button {
    width: 10px;
    height: 10px;
  }
}