@charset "utf-8";
/* CSS Document */
.mainImage {
  background-image: url(../images/mainImage01_sp.jpg);
  height: 450px;
  background-position: center center;
  background-size: auto 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (max-width: 599px) {
  .mainImage img {
    width: 80%;
    margin: auto;
  }
}
@media (min-width: 600px) {
  .mainImage {
    background-image: url(../images/mainImage01_pc.jpg);
    height: 685px;
  }
}

.topNews {
  background-color: #EBF0F3;
  color: #294256;
}
.topNews > div {
  padding: 50px 15px 15px;
}
.topNews .newsWrap {
  margin-bottom: 30px;
}
.topNews .newsWrap .secArticle {
  text-align: left;
}
.topNews .newsWrap .secArticle ul li {
  margin-bottom: 0.5em;
}
.topNews .newsWrap .secArticle ul li a {
  display: block;
  padding: 1em;
  background-color: #FFF;
  color: #000;
  border-radius: 4px;
  font-weight: bold;
  text-decoration: none;
}
.topNews .newsWrap .secArticle ul li a:hover {
  color: #FD8E00;
}
.topNews .newsWrap .secArticle ul li a span {
  font-style: oblique;
  margin-right: 1em;
}
.topNews .newsWrap .secTtl {
  font-weight: 900;
  font-size: 30px;
  letter-spacing: -1px;
  line-height: 1;
}
.topNews .catch {
  position: relative;
  width: 100%;
  padding: 15px 30px;
  box-sizing: border-box;
}
.topNews .catch h2 {
  font-weight: bold;
  font-size: 18px;
}
.topNews .catch p {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.4;
}
.topNews .catch h2.heading {
  align-items: center;
  display: flex;
  justify-content: center;
}
.topNews .catch h2.heading::before, .topNews .catch h2.heading::after {
  background-color: #294256;
  border-radius: 5px;
  content: "";
  height: 2px;
  width: 20px;
}
.topNews .catch h2.heading::before {
  margin-right: 10px;
  transform: rotate(60deg);
}
.topNews .catch h2.heading::after {
  margin-left: 10px;
  transform: rotate(-60deg);
}
.topNews .catch ul.img li {
  position: absolute;
}
@media (max-width: 599px) {
  .topNews .newsWrap .secArticle ul li a span::after {
    content: "\a";
    white-space: pre;
  }
  .topNews .catch {}
  .topNews .catch ul.img li:first-child {
    width: 80px;
    bottom: -80px;
    left: 10px;
  }
  .topNews .catch ul.img li:last-child {
    width: 120px;
    top: -15px;
    right: -20px;
  }
  .topNews .newsWrap .secTtl {
    margin-bottom: 1em;
  }
  .topNews .newsWrap .secArticle {
    margin-bottom: 30px;
  }
}
@media (min-width: 600px) {
  .topNews > div {
    padding: 120px 0px 30px;
  }
  .topNews .newsWrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: 50px;
  }
  .topNews .newsWrap .secTtl {
    grid-area: 1 / 1 / 2 / 2;
  }
  .topNews .newsWrap .secArticle {
    grid-area: 1 / 2 / 4 /4;
  }
  .topNews .newsWrap .secBtn {
    grid-area: 2 / 1 / 4/ 2;
  }
  .topNews .newsWrap .secArticle ul li a {
    font-size: 20px;
  }
  .topNews .newsWrap .secTtl {
    font-size: 70px;
  }
  .topNews .catch {
    width: 1280px;
    margin: 0 auto;
  }
  .topNews .catch h2 {
    font-size: 36px;
  }
  .topNews .catch p {
    font-size: 22px;
  }
  .topNews .catch ul.img li:first-child {
    bottom: -80px;
    left: 0px;
  }
  .topNews .catch ul.img li:last-child {
    bottom: 10px;
    right: -30px;
  }
  .topNews .catch h2.heading::before, .topNews .catch h2.heading::after {
    height: 4px;
    width: 40px;
  }
}
.topSec01 {
  background-image: url(../images/topSec01_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  background-color: #EBF0F3;
}
.topSec01 .text {
  background-image: url(../images/topSec01_text_bg.png);
  background-repeat: no-repeat;
  background-position: right top;
  text-align: left;
}
.topSec01 .text .circle {
  text-align: right;
}
.topSec01 .text .innr {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: #FFF;
}
.topSec01 .text .ttlBox {
  font-weight: bold;
  color: #294256;
  margin-bottom: 15px;
}
.topSec01 .text .ttlBox h2 {
  font-size: 70px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 15px;
}
.topSec01 .text .ttlBox p {
  font-weight: bold;
  font-size: 26px;
}
.topSec01 .text h3 {
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 1em;
}
.topSec01 .text .more {
  align-self: center;
}
.topSec01 .text .button {
  background-color: #FE8D00;
}
.topSec01 .text .button a {
  font-weight: bold;
}
@media (max-width: 599px) {
  .topSec01 {
    background-size: 200% auto;
  }
  .topSec01 > div {
    padding: 300px 0 0;
  }
  .topSec01 .text {
    margin-right: 15px;
  }
  .topSec01 .text .circle {
    width: 120px;
    margin-left: auto;
  }
  .topSec01 .text .innr {
    padding: 0 30px 15px;
  }
  .topSec01 .text .button {
    width: 100%;
  }
}
@media (min-width: 600px) {
  .topSec01 {
    background-position: center top;
  }
  .topSec01 > div {
    padding: 40px 0 120px;
  }
  .topSec01 .text {
    width: 50%;
  }
  .topSec01 .text .circle {
    margin-right: -20px;
  }
  .topSec01 .text .ttlBox {
    margin-bottom: 50px;
  }
  .topSec01 .text .ttlBox h2 {
    font-size: 120px;
  }
  .topSec01 .text .ttlBox p {
    font-size: 36px;
  }
  .topSec01 .text h3 {
    font-size: 27px;
  }
  .topSec01 .text .innr {
    padding: 0px 100px 30px 30px;
  }
  .topSec01 .button a {
    font-size: 20px;
  }
}
.topSec02 .kurayami {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 30px;
  text-align: left;
}
.topSec02 .kurayami > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
	align-items: center;
}
.topSec02 .kurayami .img {
	margin-bottom: 8px;
}
.topSec02 .support {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  text-align: left;
  padding: 30px;
}
.topSec02 .support > div {
  width: 350px;
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.topSec02 .button {
  background-color: #FE8D00;
}
.topSec02 .button a {
  font-weight: bold;
}
@media (max-width: 599px) {
  .topSec02 .kurayami {
    background-image: url(../images/kurayami_bg.jpg);
    background-position: right -50px center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .topSec02 .kurayami .img img {
    width: 70%;
  }
.topSec02 .kurayami > div {
	align-items: flex-start;
}
  .topSec02 .support {
    background-image: url(../images/support_bg_n.jpg);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 100%;
  }
  .topSec02 .support > div {
    width: 70%;
    gap: 15px;
  }
  .topSec02 .support .text {
    font-size: 12px;
  }
}
@media (min-width: 600px) {
  .topSec02 {
    background-image: url(../images/topSec02_bg_n.jpg);
    background-position: center top;
    background-repeat: no-repeat;
  }
  .topSec02 .flex {
    height: 480px;
  }
  .topSec02 .support {
    align-items: flex-start;
    padding: 50px;
  }
  .topSec02 .support .text {
    font-size: 16px;
  }
  .topSec02 .button a {
    font-size: 20px;
  }
}
.topSec03 > div {
  padding: 30px 15px;
}
.topSec03 .secTtl {
  color: #294256;
  margin-bottom: 30px;
}
.topSec03 .secTtl h2 {
  font-weight: bold;
  font-size: 30px;
}
.topSec03 .secTtl p {
  font-weight: bold;
}
.topSec03 .flex .item {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 8px;
}
.topSec03 .flex .item h3 {
  color: #294256;
  font-weight: bold;
}
.topSec03 .flex .item p {
  margin-top: auto;
  font-size: 12px;
}
@media (max-width: 599px) {
  .topSec03 .flex .item {
    margin-bottom: 30px;
  }
}
@media (min-width: 600px) {
  .topSec03 > div {
    padding: 80px 0px;
  }
  .topSec03 .secTtl h2 {
    font-size: 56px;
  }
  .topSec03 .secTtl p {
    font-size: 36px;
  }
  .topSec03 .flex {
    justify-content: space-between;
  }
  .topSec03 .flex .item {
    flex-basis: 370px;
  }
  .topSec03 .flex .item p {
    font-size: 16px;
  }
}
.topSec04 {
  background-image: url(../images/topSec04_bg.jpg);
  background-repeat: no-repeat;
}
.topSec04 .menuBox {
  padding: 50px 15px;
}
.topSec04 .menuBox ul li {
  padding: 4px;
}
.topSec04 .menuBox ul li a {
  text-decoration: none;
  color: #000;
}
.topSec04 .menuBox ul li a p {
  font-weight: bold;
}
.topSec04 .topContact {
	padding-bottom: 30px;
}
.topSec04 .topContact h3.borderTtl {
  display: flex;
  align-items: center;
  color: #294256;
  font-weight: bold;
  font-size: 26px;
  margin-bottom: 1em;
}
.topSec04 .topContact h3.borderTtl:before, .topSec04 .topContact h3.borderTtl:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
.topSec04 .topContact h3.borderTtl:before {
  margin-right: 1rem;
}
.topSec04 .topContact h3.borderTtl:after {
  margin-left: 1rem;
}
.topSec04 .topContact .flexBox a {
  text-decoration: none;
	font-weight: bold;
}
.topSec04 .topContact .flexBox {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}
.topSec04 .topContact .phone a {
  color: #294256;
  font-size: 36px;
  font-weight: bold;
}
.topSec04 .topContact .mail a {
	background-color: #FF8D00;
	color: #294256;
	padding: 1em 2em;
	display: block;
	border-radius: 50px;
}
.topSec04 .topPro {
  color: #FFF;
  text-align: left;
}
.topSec04 .topPro .text .ttlBox {
  margin-bottom: 30px;
}
.topSec04 .topPro .text .ttlBox h2 {
  font-weight: bold;
  font-size: 70px;
  line-height: 1;
  margin-bottom: 15px;
}
.topSec04 .topPro .text .ttlBox p {
  font-weight: bold;
  font-size: 26px;
}
.topSec04 .topPro .text ul li {
  margin-bottom: 15px;
}
.topSec04 .topPro .text ul li {
  display: block;
}
.topSec04 .topPro .text .pageLink .button {
  width: 100%;
  background-color: #d60000;
  margin-bottom: 15px;
}
.topSec04 .topPro .text .pageLink .button a {
  padding: 1em 0;
  font-weight: bold;
}
.topSec04 .fujioka {
  background-image: url(../images/fujioka_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
}
.topSec04 .fujioka .innr {
  background-image: url(../images/fujioka.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: auto 80%;
}
.topSec04 .fujioka .secBtn .name {
  margin: 15px;
}
.topSec04 .fujioka .secBtn .button {
  width: 100%;
}
.topSec04 .fujioka .secBtn .button a {
  padding: 1em 0;
}
@media (max-width: 599px) {
  .topSec04 {
    background-size: auto 50%;
    background-color: #000;
    background-position: center top;
  }
  .topSec04 .topPro {
    background-image: url(../images/topPro_img_bg.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 100% auto;
    padding: 250px 0 0 0;
  }
  .topSec04 .topPro .text {
    margin-right: 15px;
  }
  .topSec04 .topPro .text .circle {
    margin-left: auto;
    width: 120px;
  }
  .topSec04 .topPro .text {
    background-image: url(../images/topPro_bg.png);
    background-position: right top;
    padding: 0 15px 15px;
  }
  .topSec04 .fujioka {
    background-image: url(../images/fujioka_bg_sp.png);
    background-position: right top;
  }
  .topSec04 .fujioka .innr {
    background-size: 50% auto;
    background-position: right -10px bottom;
    padding: 0 15px 30px
  }
  .topSec04 .fujioka .innr .champion {
    width: 120px;
  }
  .topSec04 .fujioka .secBtn {
    width: 60%;
  }
}
@media (min-width: 600px) {
  .topSec04 .menuBox {
    padding: 80px 0;
  }
  .topSec04 .topContact h3.borderTtl {
    font-size: 50px;
  }
  .topSec04 .topContact .flexBox {
    flex-direction: row;
  }
  .topSec04 .topContact .phone a {
    font-size: 70px;
  }
  .topSec04 .topPro {
    background-image: url(../images/topPro_bg.png);
    background-position: center top;
    background-repeat: no-repeat;
  }
  .topSec04 .topPro > .container {
    padding: 150px 0 0;
  }
  .topSec04 .topPro .text {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
  }
  .topSec04 .topPro .text .innr {
    width: 550px;
    padding-top: 50px;
  }
  .topSec04 .topPro .text .ttlBox {
    margin-bottom: 50px;
  }
  .topSec04 .topPro .text .ttlBox h2 {
    font-size: 120px;
  }
  .topSec04 .topPro .text .pageLink {
    width: 450px;
  }
  .topSec04 .topPro .text .pageLink .button {
    width: 100%;
  }
  .topSec04 .fujioka {
    background-image: url(../images/fujioka_bg.png);
    background-position: center top;
  }
  .topSec04 .fujioka .innr {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 80px 0 50px;
    gap: 15px;
  }
  .topSec04 .fujioka .innr .secBtn {
    margin-bottom: 30px;
  }
}
.topSec05 > div {
  padding: 50px 15px;
}
.topSec05 .topSNS h3 {
  margin-bottom: 15px;
}
.topSec05 .topSNS .channel {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
}
.topSec05 .topSNS .channel .bnnr {
  flex-grow: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}
.topSec05 .topSNS .twitter h3 img{
  width: 50px;
}
.topSec05 .bnrLink {
  padding: 30px 0;
}
@media (max-width: 599px) {
  .topSec05 .topSNS > div {
    margin-bottom: 30px;
  }
  .topSec05 .topSNS .channel .bnnr > div, .topSec05 .bnrLink .item {
    margin-bottom: 4px;
  }
}
@media (min-width: 600px) {
  .topSNS > div {
    padding: 80px 0;
  }
}