/*style.css */

/*----------------
common
------------------*/

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
    font-size: 62.5%;
	scroll-behavior: smooth;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color: #f8f8f8;
	margin: 0;
	padding: 0;
	border-top: 1px solid #f8f8f8;
}

h1, h2, h3, h4, h5, h6 {
    color: #212121;
    text-transform:none;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
    line-height: normal;
}

div, p, a, ul, li, dt, dd, span {
    font-size: 1.6rem;
    font-weight: 400;
    color: #212121;
    text-transform:none;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Hiragino Sans", "Hiragino Kaku Gothic ProN", Arial, "游ゴシック Medium", "Yu Gothic Medium", "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-style: normal;
    line-height: 1.8;
}

strong {
  font-weight: 700;
}

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
	transition: transform 0.3s ease;
}

a:link, a:visited {
    text-decoration: none;
}

@media screen and (min-width:768px) {
    a:hover {
        cursor: pointer;
        opacity: 0.6;
        filter: alpha(opacity=60);
        -ms-filter: "alpha(opacity=60)";
        -moz-opacity:0.6;
        -khtml-opacity: 0.6;
    }
}

main.top_page {
	background-image: url(/cp/motorsports/img/top/toppage_bk.webp);
    background-size: cover;
    background-repeat: repeat;
    background-position: left top;
}

.inner {
    width: 1240px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

.bold {
    font-weight: bold;
    font-weight: 600;
}

.inner_nar {
    width: 1000px;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
}

img {
    display: block;
    max-width: 100%;
}

@media screen and (min-width:768px) {
    #sp_fixed_menu {
        display: none
    }
}

.mt0 {
    margin-top: 0!important;
}

.mt5 {
    margin-top: 5px!important;
}

.mt10 {
    margin-top: 10px!important;
}

.mt15 {
    margin-top: 15px!important;
}

.mt20 {
    margin-top: 20px!important;
}

.mt25 {
    margin-top: 25px!important;
}

.mt30 {
    margin-top: 30px!important;
}

.mt35 {
    margin-top: 35px!important;
}

.mt40 {
    margin-top: 40px!important;
}

.mt45 {
    margin-top: 45px!important;
}

.mt50 {
    margin-top: 50px!important;
}

.mt55 {
    margin-top: 55px!important;
}

.mt60 {
    margin-top: 60px!important;
}

.mt65 {
    margin-top: 65px!important;
}

.mt70 {
    margin-top: 70px!important;
}

.mt75 {
    margin-top: 75px!important;
}

.mt80 {
    margin-top: 80px!important;
}
.mt85 {
    margin-top: 85px!important;
}
.mt90 {
    margin-top: 90px!important;
}
.mt95 {
    margin-top: 95px!important;
}
.mt100 {
    margin-top: 100px!important;
}
.mt105 {
    margin-top: 105px!important;
}
.mt110 {
    margin-top: 110px!important;
}
.mt115 {
    margin-top: 115px!important;
}

.mb0 {
    margin-bottom: 0!important;
}

.mb5 {
    margin-bottom: 5px!important;
}

.mb10 {
    margin-bottom: 10px!important;
}

.mb15 {
    margin-bottom: 15px!important;
}

.mb20 {
    margin-bottom: 20px!important;
}

.mb25 {
    margin-bottom: 25px!important;
}

.mb30 {
    margin-bottom: 30px!important;
}

.mb35 {
    margin-bottom: 35px!important;
}

.mb40 {
    margin-bottom: 40px!important;
}

.mb45 {
    margin-bottom: 46px:!important;
}

.mb50 {
    margin-bottom: 50px!important;
}

.mb55 {
    margin-bottom: 55px!important;
}

.mb60 {
    margin-bottom: 60px!important;
}

.mb65 {
    margin-bottom: 65px!important;
}

.mb70 {
    margin-bottom: 70px!important;
}

.mb75 {
    margin-bottom: 75px!important;
}

.mb80 {
    margin-bottom: 80px!important;
}

.mb90 {
    margin-bottom: 90px!important;
}

.mb100 {
    margin-bottom: 100px!important;
}

.mb110 {
    margin-bottom: 110px!important;
}

.cover {
    display: none;
}

* {
    box-sizing: border-box;
}

/*----------------------------------
Page_head
------------------------------------*/

header {
    position: sticky;
	top: 0;
    width: 100%;
	height: 108px;
    transition: 0.5s;
    z-index: 10;
	background-color: #f8f8f8;
}

header.hide {
    transform: translateY(-65px);
}

.page_head_wrap {
    transition: 0.5s;
    height: 100%;
    z-index: 997;
}

.page_head_wrap {
    width: 100%;
    padding: 0;
    background: transparent;
    margin: 0 auto;
}

.h_cont {
	width: 1280px;
    max-width: 100%;
	height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 auto;
	padding-top: 10px;
/*	padding-bottom: 18px;*/
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 30px;
}

.h_logo {
    display: block;
    width: 282px;
	max-width: 24%;
	z-index: 9;
	margin-top: -12px;
}

.h_logo img {
    display: block;
    width: 100%;
    max-width: 100%;
}

.page_head {
	margin-left: auto;
	position: relative;
}

ul.page_navi {
	display: -webkit-flex;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	z-index: 99;
}

.menu > ul > li.h_menu_sp {
	display: none;
}

.menu > ul > li {
	margin: 0 8px;
	position: relative;
}

.menu > ul > li.h_search {
	margin-right: 0;
}

ul.page_navi > li > a {
	display: block;
	height: 100%;
	padding: 10px 5px 10px 5px;
	position: relative;
	text-align: center;
  	text-decoration: none!important;
  	color: #212121;
	transition: .3s;
}

ul.page_navi > li > a span {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 15px 0 0;
	display: block;
/*	font-size: 1.6rem;*/
	font-size: clamp(13px, 1.2vw, 16px);
	font-weight: 500;
	line-height: 1.3;
  	color: #212121;
	transition: .3s;
	position: relative;
}

ul.page_navi > li > a:hover {
	opacity: 1!important;
}

ul.page_navi > li > a:hover span {
	opacity: 1!important;
	color: #00A0E9;
}

ul.page_navi > li > a span:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	border: 0;
	border-bottom: solid 2px #00A0E9;
	border-right: solid 2px #00A0E9;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}

.menu > ul > li > ul {
	box-sizing: border-box;
	min-width: 240px;
	background: #fff;
	padding: 25px 20px 25px 20px;
	position: absolute;
	box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
	border-radius: 10px;
}

.menu > ul > li > ul li a {
	display: block;
	font-size: clamp(13px, 1.2vw, 14px);
	font-weight: 500;
	line-height: 1.4;
    color: #212121;
    text-decoration: none!important;
	transition: .3s;
	position: relative;
	padding-left: 17px;
}

.menu > ul > li > ul li a:before {
	content: '';
	display: block;
	width: 12px;
	height: 1px;
	background-color: #506170;
	position: absolute;
	top: 8px;
	left: 0;
}

.menu > ul > li > ul li a:hover {
	opacity: 1;
	color: #00A0E9;
}

.menu > ul > li > ul li a:hover::before {
	background-color: #00A0E9;
}

.menu > ul > li > ul li {
	margin-bottom: 12px;
}

.menu > ul > li > ul li:last-child {
	margin-bottom: 0;
}

.menu ul li a:hover {
	cursor: pointer;
	opacity: 0.6;
	filter: alpha(opacity=60);
	-ms-filter: "alpha(opacity=60)";
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
}

.h_top_btns {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	column-gap: 10px;
	margin-bottom: 10px;
}

a.h_menu_btn {
	background-color: #212121;
	padding: 6px 12px 5px;
	border-radius: 6px;
}

a.h_menu_btn span {
	font-size: 1.4rem;
	font-size: clamp(12px, 1.2vw, 14px);
	text-align: center;
	color: #fff;
}

a.h_menu_btn.ex_link span:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 14px;
	background-image: url(/assets/img/common/ex_ic.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-left: 5px;
	margin-top: -4px;
}

a.h_menu_btn.mail_mg span:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 16px;
	height: 16px;
	background-image: url(/assets/img/common/mail_mg.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
	margin-top: -4px;
}

/*-------------------
  検索
--------------------*/

input {
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
}

input[type="text"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
}

.h_search {
	width: 180px;
	position: relative;
}

input.f_text {
	background: #fff;
    border: 1px solid #d9d7d7;
    width: 100%;
	font-size: 1.4rem;
	min-height: 34px;
    padding: 5px 35px 5px 15px;
    color: #464646;
	border-radius: 20px;
}

input.f_bt {
    width: 26px;
	height: 26px;
	background-image: url(/assets/img/common/search_bt.webp);
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	right: 10px;
	border: none;
    background-color: transparent;
}

@media screen and (max-width:1000px) {
	.h_cont {
		column-gap: 15px;
	}
	.menu > ul > li {
		margin: 0 4px;
	}
	.h_search {
		width: 130px;
	}
}

/*-----------------------
PC
------------------------*/

@media screen and (min-width:768px) {
    .sp {
        display: none!important;
    }
	.menu > ul > li.h_sp_menu {
		display: none;
	}
}


/*-----------------------
PageTop
------------------------*/

footer {
	position: relative;
}

#pageTop {
	display: none;
	position: absolute;
	z-index: 99;
}

#pageTop.is-show {
  display: block;
}

#pageTop.is-fixed {
  position: fixed;
  bottom: 28px;
  right: 28px;
}

#pageTop.is-absolute {
	position: absolute;
	top: -28px;
	right: 28px;
}

#pageTop a {
    display: block;
	background-color: #212121;
	padding: 6px 12px 7px 12px;
    position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	border-radius: 3px;
	gap: 5px;
}

#pageTop a img {
	display: block;
	width: 18px;
}

#pageTop a span {
	color: #fff;
	font-size: 12px;
	font-family: "Anta", sans-serif;
    font-weight: 400;
    font-style: normal;
}

/* --------------------
link_bans
----------------------*/

ul.link_bans {
	display: flex;
	gap: 20px;
	list-style: none;
	padding: 0;
	margin-top: 80px;
}

.link_bans li {
	flex: 1;
}

.link_bans li a {
	display: block;
	
}

.link_bans li a > div {
	display: block;
	overflow: hidden;
	border-radius: 10px;
}

.link_bans li a p {
	margin-top: 6px;
	font-weight: 500;
}

.link_bans li a img {
	width: 100%;
	height: auto;
	display: block;
	transition: transform 0.3s ease;
}

.link_bans li a:hover {
	opacity: 1;
}

.link_bans li a:hover img {
  transform: scale(1.05);
}

/* --------------------
Top_Page
----------------------*/

/*
main {
	margin-top: 91px;
}
*/

.top_main_wrap {
	width: 100%;
/*	height: 100dvh;*/
	
	position: relative;
}

.top_main_img {
	width: 890px;
	max-width: 61.8%;
	position: absolute;
	top: 80px;
	right: 15px;
}

.top_main_img img {
	opacity: 0;
	transform: translateX(40px);
	animation: slideLeft 0.8s ease forwards;
}

@keyframes slideLeft {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.top_main_cont {
	width: 1280px;
	max-width: 100%;
	margin: 0 auto;
	padding: 0 20px 0;
	padding-bottom: clamp(60px, 10.8vw, 164px);
}

.top_main_text {
	width: fit-content;
	width: 710px;
	max-width: 58%;
	position: relative;
	z-index: 1;
	padding-top: 50px;
}

.top_main_text h1 {
	font-size: 100px;
	font-size: clamp(40px, 7.8vw, 100px);
	font-family: "Vidaloka", serif;
	font-weight: 400;
	font-style: normal;
	white-space: nowrap;
	line-height: 1.1;
}

.top_main_text h1 span.lar {
	font-size: 100px;
	font-size: clamp(40px, 7.8vw, 100px);
	font-family: "Vidaloka", serif;
	font-weight: 400;
	font-style: normal;
	white-space: nowrap;
	line-height: 1.1;
}

.top_main_text h1 span.sml {
	font-size: 70px;
	font-size: clamp(28px, 5.46vw, 70px);
	font-family: "Vidaloka", serif;
	font-weight: 400;
	font-style: normal;
	white-space: nowrap;
}

.top_main_text h1 .word {
  opacity: 0;
	display: inline-block;
}

.top_main_text h1 .word-1 { 
  animation: wordFadeIn1 0.6s ease 0.15s forwards; 
}
.top_main_text h1 .word-3 { 
  animation: wordFadeIn2 0.6s ease 0.3s forwards; 
}
.top_main_text h1 .word-5 { 
  animation: wordFadeIn3 0.6s ease 0.45s forwards; 
}
.top_main_text h1 .word-2 { 
  animation: wordFadeIn4 0.6s ease 0.6s forwards; 
}
.top_main_text h1 .word-4 { 
  animation: wordFadeIn5 0.6s ease 0.615s forwards; 
}

@keyframes wordFadeIn1 {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes wordFadeIn2 {
  from { opacity: 0; transform: translateX(-20px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes wordFadeIn3 {
  from { opacity: 0; transform: translateY(-20px); }
  to   { opacity: 1; transform: translateY(0); }
}
@keyframes wordFadeIn4 {
  from { opacity: 0; transform: translateX(20px); }
  to   { opacity: 1; transform: translateX(0); }
}
@keyframes wordFadeIn5 {
  from { opacity: 0; transform: translate(-20px, 20px); }
  to   { opacity: 1; transform: translate(0, 0); }
}

/*回転を加える場合*/
/*
@keyframes wordFadeIn1 {
  from { opacity: 0; transform: translateY(20px) rotate(-5deg); }
  to   { opacity: 1; transform: translateY(0) rotate(0deg); }
}
@keyframes wordFadeIn2 {
  from { opacity: 0; transform: translateX(-20px) rotate(5deg); }
  to   { opacity: 1; transform: translateX(0) rotate(0deg); }
}
@keyframes wordFadeIn3 {
  from { opacity: 0; transform: translateY(-20px) rotate(-3deg); }
  to   { opacity: 1; transform: translateY(0) rotate(0deg); }
}
@keyframes wordFadeIn4 {
  from { opacity: 0; transform: translateX(20px) rotate(5deg); }
  to   { opacity: 1; transform: translateX(0) rotate(0deg); }
}
@keyframes wordFadeIn5 {
  from { opacity: 0; transform: translate(-20px, 20px) rotate(-5deg); }
  to   { opacity: 1; transform: translate(0, 0) rotate(0deg); }
}
*/

.top_main_text .top_main_text01 {
	font-size: 18px;
	font-size: clamp(14px, 1.4vw, 18px);
	font-weight: 500;
	text-align: center;
	padding: 8px 8px 8px;
	background-color: rgba(255,255,255,.5);
	border-top: 1px solid #32322d;
	border-bottom: 1px solid #32322d;
	margin: 15px auto 0;
}

.top_main_text .top_main_text02 {
	font-size: 18px;
	font-size: clamp(14px, 1.4vw, 18px);
	font-weight: 700;
	margin-top: 30px;
}

.top_main_text .top_main_links {
	margin: 35px auto 0;
	display: flex;
	column-gap: 15px;
}

.top_main_text .top_main_links li {
  flex: 1;
}

.top_main_text .top_main_links li a {
	display: block;
	width: 100%;
	background-color: #0477E9;
	border-radius: 100px;
	padding: 5px 30px 5px 20px;
	position: relative;
	height: 60px;
	display: flex;
	align-items: center;
}

.top_main_text .top_main_links li a span {
	font-size: 1.8rem;
	font-size: clamp(14px, 1.4vw, 18px);
	font-weight: 500;
	color: #fff;
}

.top_main_text .top_main_links li a:after {
	content: '';
	display: block;
	width: 12px;
	height: 6px;
	background-image: url(/assets/img/common/link_ar01.webp);
	background-repeat: no-repeat;
	background-size: contain;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 15px;
	margin: auto 0;
	transition: right 0.3s ease;
}

.top_main_text .top_main_links li a:hover {
	cursor: pointer;
	opacity: 1;
}

.top_main_text .top_main_links li a:hover::after {
	right: 10px
}

.top_main_text .top_main_links li a.ex_link span:after {
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-image: url(/assets/img/common/ex_ic.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    margin-top: -4px;
}

.top_main_text h1 span {
  opacity: 0;
  animation: wordFadeIn 0.6s ease forwards;
}

.top_main_text h1 span:nth-child(1) { animation-delay: 0.2s; }
.top_main_text h1 span:nth-child(2) { animation-delay: 0.6s; }

@keyframes wordFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* --------------------
Top_News
----------------------*/

dl.top_news_list > div {
	display: flex;
	column-gap: 15px;
	padding-top: 18px;
	padding-bottom: 18px;
	border-bottom: 1px solid #ececec;
	
}

dl.top_news_list > div > dt {
	width: 122px;
	font-size: 1.4rem;/*260517*/
	color: #6b6b6b;
	font-weight: 500;
}

dl.top_news_list > div > dd {
	font-weight: 500;
}

dl.top_news_list > div:first-child {
	padding-top: 0;
}

dl.top_news_list > div > dd:first-of-type {
	width: 115px;
	text-align: right;
}

dl.top_news_list > div > dd:last-of-type {
	flex: 1;
}

.top_news {
	padding: 40px 40px 40px;
	background: #fff;
	width: 1175px; 
	max-width: 86%;
	margin: 20px 0 0 auto;
	border-radius: 20px 0 0 20px;
	position: relative;
	z-index: 1;
}

.top_news_cont {
	display: flex;
	column-gap: 30px;
}

.top_news .tit {
	min-width: 78px;
	font-size: 1.8rem;
	font-weight: 700;
}

.tag {
	display: block;
	width: fit-content;
	padding: 3px 20px;
	background: #E5E7E8;
	text-align: center;
	font-size: 1.2rem;
	color: #707070;
	font-weight: 500;
	border-radius: 20px;
}

dl.top_news_list > div > dd .tag {
	width: 100%;
}

dl.top_news_list > div > dd:last-of-type > a {
	font-weight: 500;
}

dl.top_news_list > div > dd:last-of-type > a:hover {
	color: #00A0E9;
	opacity: 1;
	text-decoration: underline;
}

.tonews_list {
	color: #0477E9;
	font-size: 1.6rem;
	font-weight: 500;
	font-weight: 500;
	display: block;
	width: fit-content;
	margin: 20px 0 auto auto;
}

.ga4_wrap {
	background-color: #2B4F6F;
	padding-top: 280px;
	padding-bottom: 100px;
	border-radius: 180px 0 0 0;
	margin-top: -168px;
	position: relative;
}

h2 {
	font-size: 4.8rem;
	font-weight: 700;
	position: relative;
	padding-top: 24px;
	margin-bottom: 20px;
	position: relative;
}

h2:before {
	content: '';
	display: block;
	width: 29px;
	height: 12px;
	background-image: url(/assets/img/common/h2_ic.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	position: absolute;
	top: 0;
	left: 0;
}


/* --------------------
Top_ga4
----------------------*/

.ga4_wrap h2 {
	color: #fff;
}

.outline_text {
	font-size: 2.4rem;
	font-weight: 500;
	color: #60696E;
}

.ga4_wrap .outline_text {
	color: #fff;
}

.ga4_cont {
	display: flex;
	display: flex;
	gap: clamp(20px, 3.1vw, 40px);
	margin-top: 40px;
}

.ga4_cont .ga4_item {
	flex: 0 1 580px;
	min-width: 0;
	background-color: #fff;
	border-radius: 20px;
	padding: clamp(20px, 3.9vw, 50px);
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 25px;
}

.ga4_item .ga4_icon {
	width: 60px;
}

.ga4_item .ga4_text01 {
	font-size: 1.8rem;
	text-align: center;
}

.ga4_item h3 {
	font-size: 3.2rem;
	text-align: center;
	font-weight: 700;
}

.ga4_item .ga4_text02 {
	text-align: left;
}

.link_btn {
    display: block;
    width: 100%;
	max-width: 362px;
    background-color: #0477E9;
    border-radius: 100px;
    padding: 5px 30px 5px 20px;
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
	position: relative;
}

.link_btn span {
	color: #fff;
	font-size: clamp(14px, 1.4vw, 18px);
    font-weight: 500;
}

.link_btn:after {
    content: '';
    display: block;
    width: 12px;
    height: 6px;
    background-image: url(/assets/img/common/link_ar01.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    transition: right 0.3s ease;
}

.link_btn:hover {
	cursor: pointer;
	opacity: 1;
}

.link_btn:hover::after {
	right: 10px
}

.link_btn.ex_link span {
	position: relative;
}

.link_btn.ex_link span:after {
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-image: url(/assets/img/common/ex_ic.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    margin-top: -4px;
}

/* --------------------
Top_Academy Online
----------------------*/

.aca_wrap {
	padding-top: 100px;
	background: #fff;
}

.aca_list {
	display: flex;
}

.aca_list .aca_items {
	width: 33.333333%;
	padding: 0 clamp(20px, 3.1vw, 30px) 0;
	border-left: 1px solid #ececec;
	margin-top: 55px;
	padding-bottom: 70px;
	position: relative;
}

.aca_list .aca_items:first-child {
	border-left: none;
}

.fukidashi {
	padding: 30px 30px 30px;
	background-color: #D6EDFF;
	border-radius: 20px;
	position: relative;
}

.fukidashi p {
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
}

.fukidashi:after {
    content: '';
    display: block;
    width: 30px;
    height: 20px;
    background-image: url(/assets/img/common/fuki.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -20px;
	right: 40px;
}

.aca_list .aca_items h3 {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin-top: 30px;
	padding-bottom: 20px;
	position: relative;
	display: flex;
    flex-direction: column;
    justify-content: center;
}

.aca_list .aca_items h3:before {
	content: '';
    display: block;
    width: 80px;
    height: 2px;
    background-image: url(/assets/img/common/tit_border.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
	right: 0;
    bottom: 0;
	margin: auto;
}

.aca_list .aca_items .aca_text {
	margin-top: 20px;
}

.more_btn {
	width: 115px;
	height: 40px;
	background-color: #212121;
	border: 1px solid #212121;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	border-radius: 2px;
}

.more_btn:hover {
	opacity: 1;
	background-color: #899AA4;
	border: 1px solid #899AA4;
}

/* --------------------
Top_Mail_Magazin
----------------------*/

.mail_form_wrap {
	padding-top: 100px;
	padding-bottom: 300px;
	background: #fff;
	position: relative;
	
}

.mail_form_box {
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 20px 60px;
	background-color: #fff;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	align-items: center;
	position: relative;
	z-index: 2;
	position: absolute;
	top: 100px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.mail_form_box:before {
	content: '';
	display: block;
	width: 50%;
	height: 10px;
	background-color: #00A0E9;
	position: absolute;
	top: 0;
	left: 0;
}

.mail_form_box:after{
	content: '';
	display: block;
	width: 50%;
	height: 10px;
	background-color: #FF8C00;
	position: absolute;
	top: 0;
	left: 50%;
}

.mail_form_box .sub_tit {
	font-size: 2.4rem;
	text-align: center;
	font-weight: 500;
}

.mail_form_box h3 {
	font-size: 4.0rem;
	text-align: center;
	font-weight: 700;
}

.mail_form_box .mail_form_text {
	text-align: center;
}

.mail_form_inner {
	display: flex;
	max-width: 650px;
	margin: 0 auto;
}

.mail_form_inner input[type="email"] {
	flex: 1;
	padding: 14px 16px;
	border: 1px solid #506170;
	border-radius: 4px 0 0 4px;
	font-size: 16px;
}

.mail_form_inner button {
	padding: 12px 24px;
	background: #506170;
	color: #fff;
	border: none;
	border: 1px solid #506170;
	border-radius: 0 4px 4px 0;
	cursor: pointer;
	white-space: nowrap;
	font-size: 1.6rem;
	font-weight: 700;
}

.mail_form_box .mail_form_link {
	color: #0477E9;
	font-weight: 500;
}

.mail_form_inner button:hover {
	opacity: 0.7;
}


/* --------------------
Top_Notice
----------------------*/

.notice_wrap {
	padding-top: 270px;
	padding-bottom: 100px;
	position: relative;
	z-index: 1;
}

.notice_wrap:before {
	content: '';
    display: block;
    max-width: 80%;
	width: 705px;
	aspect-ratio: 705 / 528;
    background-image: url(/assets/img/top/notice_bk.webp);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
	top: 196px;
	right: 0;
	z-index: -1
}

/*タブ切り替え*/
.tab-conts .tab-item {
  display: none;
  padding: 20px 0;
  animation: fadeIn 0.3s ease-in-out;
}

.tab-conts .tab-item.active {
  display: block;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.notice_info_btns {
	display: flex;
	gap: 10px 10px;
}

.notice_info_btns button {
	padding: 5px 20px 5px;
	border: 1px solid #506170;
	background-color: #fff;
	color: #506170;
	text-align: center;
	border-radius: 40px;
	transition: transform 0.3s ease;
}

.notice_info_btns button:hover {
	color: #fff;
	background-color: rgba(80,97,112,.8);
}

.notice_info_btns button.active {
	color: #fff;
	background-color: #506170;
}

.notice_info_conts {
	margin-top: 50px;
}

.notice_info_list {
	display: flex;
	flex-wrap: wrap;
	gap: 40px clamp(16px, 2.5vw, 32px);
}

.notice_info_list > li {
	flex: 0 1 calc((100% - clamp(16px, 2.5vw, 32px) * 3) / 4);
  	min-width: 0;
}

.notice_info_list > li > a {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.notice_info_list > li > a:hover {
	opacity: 1;
}

.notice_info_list > li > a .n_img {
	aspect-ratio: 16 / 10;
	overflow: hidden;
}

.notice_info_list > li > a .n_img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}

.notice_info_list > li > a:hover .n_img img {
	transform: scale(1.06);
}

.notice_info_list > li > a .n_cont {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.notice_info_list > li > a .n_date {
	font-size: 1.4rem;
	color: #7F7F7F;
}

.notice_info_list > li > a .n_text {
	font-weight: 500;
}

.notice_info_list > li > a:hover .n_text {
	text-decoration: underline;
}

/* --------------------
Top_about
----------------------*/

.top_about_wrap {
	padding-top: 100px;
	padding-bottom: 100px;
	background: #2A5677;
	border-radius: 0 180px 0 0;
}

.top_about_wrap h2 {
	color: #fff;
}

.top_about_wrap .outline_text {
	color: #fff;
}

.top_about_heading {
	display: flex;
	gap: clamp(24px, 3.9vw, 50px);
	margin-top: 60px;
}

.top_about_heading .catch {
	width: 58.75%; /* 705 ÷ 1200 × 100 */
	flex-shrink: 0;
	min-width: 0;
}

.top_about_heading .catch p {
	font-size: 100px;
	font-size: clamp(40px, 7.8vw, 100px);
	font-family: "Vidaloka", serif;
	font-weight: 400;
	font-style: normal;
	white-space: nowrap;
	line-height: 1.1;
	color: #B0F8FF;
}

.top_about_heading .catch p span {
	color: #B0F8FF;
}

.top_about_heading .catch p span.lar {
	font-size: 100px;
	font-size: clamp(40px, 7.8vw, 100px);
	font-family: "Vidaloka", serif;
	font-weight: 400;
	font-style: normal;
	white-space: nowrap;
	line-height: 1.1;
}

.top_about_heading .catch p span.sml {
	font-size: 70px;
	font-size: clamp(28px, 5.46vw, 70px);
	font-family: "Vidaloka", serif;
	font-weight: 400;
	font-style: normal;
	white-space: nowrap;
}

.top_about_heading .text {
	width: 37.08%; /* 445 ÷ 1200 × 100 */
	flex-shrink: 0;
	min-width: 0;
	padding-top: 40px;
}

.top_about_heading .text p {
	color: #fff;
}

.to_about_link {
	margin: 70px auto 0;
	width: 200px;
}

.top_profile_wrap {
	padding: 80px 6.67% 80px 6.67%;
	background-color: #fff;
	border-radius: 20px;
	margin-top: 100px;
}

.top_profile {
	display: flex;
	gap: clamp(24px, 4.6vw, 60px);
}

.top_profile .profile_img {
	width: 28.75%; /* 299 ÷ 1040 × 100 */
	flex-shrink: 0;
	min-width: 0;
}

.top_profile .profile_cont {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 30px;
}

.top_profile .profile_cont .profile_name {
	font-size: 2.4rem;
	font-weight: 700;
}

.top_profile .profile_cont .profile_name span {
	font-size: 1.8rem;
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}

.top_profile .profile_cont .profile_text01,
.top_profile .profile_cont .profile_text02 {
	line-height: 1.7;
}

.top_profile .profile_cont .link_btn {
	width: 254px;
}

.top_profile_wrap .books_heading {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin-top: 100px;
}

.top_profile_wrap ul.books_list {
	margin-top: 30px;
	display: flex;
	justify-content: space-between;
}

.top_profile_wrap ul.books_list > li {
	width: 236px;
	max-width: 24%;
}

.top_profile_wrap ul.books_list > li .books_list_text {
	margin-top: 15px;
}

.link_btn.to_books {
	width: 200px;
	margin: 55px auto 0;
}

/* --------------------
Follow us
----------------------*/

.follow_wrap {
	background-color: #E2EAF2;
	padding-top: 100px;
	padding-bottom: 100px;
}

h2.follow_tit {
	font-size: 4.8rem;
	text-align: center;
	padding: 0;
}

h2.follow_tit:before {
	content: none;
}

ul.follow_items {
	display: flex;
	gap: clamp(12px, 1.875vw, 24px);
	margin-top: 60px;
}

ul.follow_items > li {
	flex: 1;
	min-width: 0;
}

ul.follow_items > li > a {
	display: flex;
	align-items: center;
	column-gap: 15px;
	background-color: #fff;
	padding: clamp(10px, 2vw, 30px);
}

ul.follow_items > li > a .img {
	width: 60px;
	max-width: 18%;
}

ul.follow_items > li > a .text {
	flex: 1;
	font-weight: 500;
}

/*----------------------------------
Footer
------------------------------------*/

footer {
	background-color: #212121;
}

.ft_cont_wrap {
	padding-top: 60px;
	padding-bottom: 20px;
}

.ft_logo {
	width: 422px;
}

.ft_cont {
	display: flex;
	justify-content: space-between;
	column-gap: 5%;
}

.ft_cont .ft_left {
	width: 70%;
}

.ft_cont .ft_right {
	width: 25%;
}

ul.ft_menu {
	display: flex;
	justify-content: space-between;
	column-gap: 2.5%;
	margin-top: 60px;
}

ul.ft_menu > li:first-child {
	width: 28%;
}

ul.ft_menu > li:nth-child(2) {
	width: 28%;
}

ul.ft_menu > li:nth-child(3) {
	width: 17%;
}

ul.ft_menu > li:nth-child(4) {
	width: 17%;
}


ul.ft_menu > li > a {
	display: block;
	font-size: 1.6rem;
	font-size: clamp(14px, 1.4vw, 16px);
	font-weight: 700;
	text-decoration: none!important;
}

ul.ft_menu > li > ul {
	margin-top: 10px;
}

ul.ft_menu > li > ul > li > a {
	display: block;
	font-size: 1.4rem;
	font-size: clamp(12px, 1.2vw, 14px);
	font-weight: 400;
	padding: 5px 0 5px 15px;
	text-decoration: none!important;
	position: relative;
}

ul.ft_menu > li > ul > li > a:before {
	content: '';
	display: block;
	width: 10px;
	height: 1px;
	background-color: #fff;
	position: absolute;
	top: 14px;
	left: 0;
}

footer .copy_right {
	background: #212121;
	padding-top: 18px;
	padding-bottom: 18px;
	border-top: 1px solid #677683;
	
}

footer .copy_right P {
	color: #fff;
	font-size: 1.2rem;
	font-weight: 400;
	font-family: "Anta", sans-serif;
    font-weight: 400;
    font-style: normal;
}

ul.ft_menu li a {
	color: #fff;
}

ul.ft_sns {
	display: flex;
	column-gap: 20px;
	justify-content: flex-end;
	align-items: center;
}

ul.ft_sns > li:first-child {
	width: 40px;
}

ul.ft_sns > li:nth-child(2){
	width: 29px;
}

ul.ft_sns > li:nth-child(3){
	width: 40px;
}

ul.ft_sns > li > a {
	display: block;
}

.ft_linkbtn {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: 60px;
}

.ft_linkbtn > li {
	width: 100%;
	max-width: 294px;
	aspect-ratio: 294 / 86;
}

.ft_linkbtn > li > a {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #7c7c7c;
	border-radius: 6px;
	background-color: #373737;
	text-decoration: none!important;
}

.ft_linkbtn > li > a span {
	color: #fff;
	font-size: clamp(13px, 1.3vw, 16px);
}

.ft_linkbtn > li > a.ex_link span:after {
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-image: url(/assets/img/common/ex_ic.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-left: 5px;
    margin-top: -4px;
}

.ft_linkbtn > li > a.ft_mailmg span:before {
	content: '';
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    background-image: url(/assets/img/common/mail_mg.webp);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    margin-right: 5px;
    margin-top: -4px;
}

ul.ft_textlinks {
	display: flex;
	column-gap: 30px;
	margin-top: 70px;
}

ul.ft_textlinks > li a {
	display: block;
	font-size: 1.4rem;
	font-weight: 500;
	color: #fff;
	white-space: nowrap;
  	text-decoration: none!important;
}

/*-- add --*/
.n_cont .cat_tags {
  display: flex;
}

.notice_info_list .tag {
  margin-right: 5px;
}

ul.ft_menu > li > span {
  display: block;
  font-size: 1.6rem;
  font-size: clamp(14px, 1.4vw, 16px);
  font-weight: 700;
  color: #fff;
}

.top_news_list .tag {
  margin-bottom: 5px;
}

ul.page_navi > li > div {
  display: block;
  height: 100%;
  padding: 10px 5px 10px 5px;
  position: relative;
  text-align: center;
  transition: .3s;
}

ul.page_navi > li > div span {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 15px 0 0;
  display: block;
  font-size: 1.6rem;
  font-size: clamp(13px, 1.2vw, 16px);
  font-weight: 500;
  line-height: 1.3;
  transition: .3s;
  position: relative;
}

ul.page_navi > li > div:hover {
	opacity: 1!important;
}

ul.page_navi > li > div:hover span {
	opacity: 1!important;
	color: #00A0E9;
}

ul.page_navi > li > div span::after {
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  border: 0;
    border-right-width: 0px;
    border-right-style: none;
    border-right-color: currentcolor;
    border-bottom-width: 0px;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
  border-bottom: solid 2px #00A0E9;
  border-right: solid 2px #00A0E9;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
