@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

html,
body {
	height: 100%;
}

body {
	font-family: 'Noto Sans JP', "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	font-size: 18px;
	line-height: 1.8;
	letter-spacing: 0.05em;
	background-color: #fff;
	color: #212121;
}

img {
	width: auto;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

a:link,
a:hover,
a:visited {
	color: #212121;
	text-decoration: none;
}

sup {
	font-size: 10px;
}


/*--------------------
common
---------------------*/
.inner {
	padding: 0 15px;
	width: 100%;
}

a {
	transition: .3s all;
}

a.btn {
	color: #231815;
	background: #ffff00;
	display: inline-block;
	font-weight: bold;
	letter-spacing: normal;
	text-align: center;
	text-decoration: none;
	box-shadow: 0px 5px 0px 0px #7c7c00;
	position: relative;
	border-radius: 10px;
	margin: 0 auto;
}

a.btn::after {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/cv_arrow.png") right center no-repeat;
	background-size: 100%;
	width: 8px;
	height: 7px;
	right: 5%;
	top: 50%;
	transform: translate(0, -50%);
}

a img {
	transition: .3s all;
}

a:hover img {
	opacity: .9;
}

.pc {
	display: none;
}

.sp {
	display: block;
}

.flex {
	display: flex;
	flex-wrap: wrap;
}

.fade_off {
	opacity: 0;
	-webkit-transition: all 1s;
	-moz-transition: all 1s;
	-o-transition: all 1s;
	-ms-transition: all 1s;
	transition: all 1s;
}

.fade_on {
	opacity: 1;
}

.fc_yel {
	color: #ffff00;
}

/*--- cv ---*/
/*--------------------
.action
---------------------*/
.action {
	background: #10bbc2;
	color: #fff;
	padding: 10vw 0 8vw;
}
.action dt {
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.05em;
}


.action .cv02 {
	margin: 0 0 30px;
}

.action .cv02 dt {
	padding: 0 0 20px;
}

.action .cv02 dt {
	font-size: 16px;
}

.action .cv02 dd {
	text-align: center;
}
.action .cv02 dd a {
	display: block;
	margin: 0 auto;
	line-height: 1.4;
	position: relative;
	letter-spacing: .04em;
	box-shadow: 0px 7px 0px 0px #7c7c00;
	padding: 20px 0;
	font-size: 20px;
}

.action .cv02 dd a::after {
	position: absolute;
	content: "";
	display: block;
	width: 14px;
	height: 24px;
	right: 40px;
	background: url("../img/cv_arrow.png") right center no-repeat;
	background-size: 100%;
	top: 50%;
	transform: translate(0, -50%);
}

.action .cv02 dd a small {
	display: block;
}
.action dt .main {
	font-size: 5vw;
	margin: 0 0 10vw;
}
.action dt .main .fc_yel {
	border-bottom: 2px solid #ffff00;
	padding: 0 0 0.05em;
}
.action dt .atten {
	font-size: 3.5vw;
	margin-inline: auto;
	margin: 0 0 5vw;
}

.action dt .atten span {
	background-color: #018994;
}
.action dt .atten small {
	font-weight: 300;
    display: block;
    font-size: 0.7em;
    margin: 1em 0 0;
}
.action .atten02 {
	border: 1px solid #fff;
	padding: 1em 2em;
	margin: 4em 0 0;
	font-size: 3vw;
}
.action .atten02 span {
	display: block;
	margin: 0 0 0.5em;
	font-weight: 600;
}
.action .atten02 small {
	font-size: 0.8em;
	line-height: 1.6;
	display: block;
}

/*--------------------
header
---------------------*/


/*** PAGETOP ***/

.g-go-to-top {
	display: grid;
	place-content: center;
	position: fixed !important;
	color: #3c66b0;
	z-index: 10;
	bottom: 20px;
	right: 20px;
	width: 42px;
	height: 42px;
	border-radius: 100%;
	box-shadow: 0px 5px 8px 0 rgb(0 0 0 / 20%);
	background: #f2f5f8;
	transition: .3s all;
	transition-property: transform;
	transform: translateY(calc(100% + 20px));
}

.arrow {
	position: relative;
	display: inline-block;
	padding: 10px;
}

.arrow::before {
	content: '';
	width: 11px;
	height: 11px;
	border-top: solid 2px #4a75ae;
	border-right: solid 2px #4a75ae;
	position: absolute;
	left: 4px;
	top: 7px;
	transform: rotate(-45deg);
}

.g-go-to-top:hover {
	opacity: .8;
}


/*--------------------
mv
---------------------*/
.main_visual .inner-wide,
.main_visual .inner1200 {
	padding: 0;
}
#tieup-main-visual-bg {
    background-color: #012f56;
	text-align: center;
	
}
#tieup-main-visual-bg h1 {
    margin: 0 auto;
}


#footerWrap {
	width: 100%;
	background: #f1f9fd;
	line-height: 1.8;
	letter-spacing: .05rem;
}

#footerWrap #attention h3 {
	margin: 0 0 30px;
}

#footerWrap #attention h3 span {
	font-size: 20px;
	font-weight: bold;
	position: relative;
	padding: 47px;
}

#footerWrap #attention h3 span::before {
	position: absolute;
	content: "";
	display: block;
	background: url("https://www.gaitame.com/g/general2/img/atten_ico.png") left center no-repeat;
	background-size: 100%;
	width: 94px;
	height: 85px;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

#footerWrap #attention {
	margin: 0 auto 10px;
	background: url("https://www.gaitame.com/g/img/beginner/attention.gif") no-repeat 10px 20px;
	background-size: 100px auto;
	padding: 55px 10px 10px 10px;
	width: 100%;
	max-width: 980px;
	font-size: 12px !important;
	box-sizing: border-box;
}

#footerWrap #attention dt {
	font-weight: bold !important;
	margin-bottom: 5px;
	font-size: 12px;
}

#footerWrap #attention dd {
	margin-bottom: 10px;
	margin-left: 0;
	font-size: 12px;
}

#footerWrap #attention a.textlink1 {
	font-size: 10px;
}

#footerWrap #attention2 {
	width: 100%;
	max-width: 980px;
	margin: 10px auto;
	padding-top: 0;
	box-sizing: border-box;
	padding-bottom: 10px;
}

#footerWrap #attention2 a {
	font-size: 16px;
	border-bottom: 1px solid #116FBB;
	transition: .3s all;
	font-weight: bold;
	color: #116FBB;
	margin: 0 0 5px;
}

#footerWrap #attention2 a:hover {
	border-bottom: none;
}

#footerWrap #footer {
	width: 100%;
	min-width: inherit;
	background: none;
	padding: 10px 0;
	text-align: center;
	background-color: #ffffff;
}

#footerWrap #attention {
	background: url(https://www.gaitame.com/g/general2/img/atten_icon2.png) no-repeat left 15px;
	padding: 100px 10px 10px 10px;
}


/*--------------------
main contents
---------------------*/

section {
	padding: 3em 0;
}
section .tit01 {
	text-align: center;
	font-size: 9vw;
	color: #012f56;
	margin: 0 0 20vw;
	font-weight: 700;
}
section .tit01 span {
	border-bottom: 2px solid #012f56;
}
section .tit02 {
	margin: 0 0 7vw;
}
.sec01 {
	padding: 3em 0 0;
}
.sec01 .inner {
	position: relative;
}
.sec01 .inner::after {
	position: absolute;
	display: block;
	content:""; 
	background-color: rgba(207,241,243,0.3);
	width: 100vw;
	height: 100vw;
	border-radius: 50%;
	top: 70%;
	left: 50%;
	transform: translate(-50%,0);
	z-index: -1;
}
.sec01 ul {
	margin: 0 0 8vw;
}
.sec01 ul li dl {
	border: 12px solid #10bbc2;
	background-color: #fff;
	position: relative;
	padding: 12vw 0 5vw;
}
.sec01 ul li dl dt {
    position: absolute;
    text-align: center;
    width: 25vw;
    height: 25vw;
    top: -12vw;
    left: 50%;
    transform: translate(-50%, 0);
}
.sec01 ul li dl dd {
	color: #012f56;
	font-weight: 700;
	font-size: 36vw;
	line-height: 1.4;
	text-align: center;
	
}
.sec01 ul li dl dd span {
	font-size: 1.2em;
	background: -moz-linear-gradient(top, transparent 60%, #ddf5f7 40%);
    background: -webkit-linear-gradient(top, transparent 60%, #ddf5f7 40%);
    background: linear-gradient(to bottom, transparent 60%, #ddf5f7 40%);
}

.sec01 .txt_wrap {
	position: relative;
	text-align: center;
	color: #012f56;
	font-weight: 700;
	z-index: 10;
}
.sec01 .txt_wrap::before,
.sec01 .txt_wrap::after {
	position: absolute;
	content: "";
	display: block;
	bottom: 0;
	z-index: 3;
}
.sec01 .txt_wrap::before {
	background: url("../img/sec01_img01.png") center bottom no-repeat;
	background-size: 100%;
	width: 28vw;
	height: 30vw;
	left: -15px;
}
.sec01 .txt_wrap::after {
	background: url("../img/sec01_img02.png") center bottom no-repeat;
	background-size: 100%;
	width: 28vw;
	height: 30vw;
	right: -15px;
}
.sec01 .txt_wrap .txt01 {
	font-size: 6vw;
}
.sec01 .txt_wrap .txt01 span {
	color: #10bbc2;
	border-bottom: 2px solid #10bbc2;
}
.sec01 .txt_wrap .txt01 strong {
	font-size: 1.3em;
}
.sec01 .txt_wrap .txt02 {
	font-size: 8vw;
}
.sec01 .txt_wrap .txt02 strong {
	font-size: 1.2em;
}
.sec01 .txt_wrap .txt03 {
	font-size: 12vw;
	line-height: 1;
	padding: 0 0 70px;
}
.sec01 .txt_wrap .txt03 span {
	background: -moz-linear-gradient(top, transparent 60%, #ffff5f 40%);
    background: -webkit-linear-gradient(top, transparent 60%, #ffff5f 40%);
    background: linear-gradient(to bottom, transparent 60%, #ffff5f 40%);
}
.sec02,
.sec04 {
	background-color: #cff1f3;
}
.sec02 ul li {
	margin: 0 0 6vw;
}
.sec02 ul li:last-of-type {
	margin: 0 0 0;
}
.sec02 ul li span {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 5px 6px 0 0 #09696d;
	font-size: 3.5vw;
	font-weight: 700;
	padding: 1vw 2vw 1vw 10vw;
	position: relative;
	display: inline-block;
}
.sec02 ul li span::before {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/sec02_icon.png") center center no-repeat;
	background-size: 100%;
	width: 5vw;
    height: 5vw;
    left: 3vw;
	top: 50%;
	transform: translate(0,-50%);
}
.sec02 ul li span em {
	color: #10bbc2;
	font-weight: 700;
	background: -moz-linear-gradient(top, transparent 60%, #ddf5f7 40%);
    background: -webkit-linear-gradient(top, transparent 60%, #ddf5f7 40%);
    background: linear-gradient(to bottom, transparent 60%, #ddf5f7 40%);
}
.sec03 {
	background-color: #012f56;
	padding: 50px 0;
}

.sec03 .inner .icon {
	text-align: center;
	margin: 0 0 30px;
}
.sec03 .inner .icon img {
	width: 15vw;
	height: 15vw;
}
.sec03 .inner .lead {
	font-size: 4.5vw;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	margin: 0 0 40px;
}
.sec03 .inner .lead strong {
	font-size: 1.2em;
	line-height: 1.2;
}
.sec03 .inner .lead span {
	color: #ffff00;
}
.sec03 .inner .lead em {
	font-weight: 700;
	border-bottom: 2px solid #ffff00;
}
.sec03 .inner .atten {
	color: #fff;
	font-size: 3vw;
	text-align: right;
}
.sec04 {
	position: relative;
}
.sec04::before {
	position: absolute;
	content: "";
	display: block;
	background: url("../img/sec04_bg.png") top center no-repeat;
	background-size: 140%;
	top: 0;
	left: 0;
	width: 100%;
	height: 50vw;
	z-index: 0;
}
.sec04 h2 {
	position: relative;
	z-index: 5;
}
.sec04 .present {
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 7px 8px 16px -7px rgba(9,105,109,0.5);
	position: relative;
	padding: 20vw 0 6vw;
    margin: 0 0 14vw;
}
.sec04 .present .pre_wrap {
	padding: 0 6vw;
}
.sec04 .present .icon {
	position: absolute;
	width: 45vw;
    height: 20vw;
    left: 50%;
    top: -2.2vw;
	transform: translate(-50%,0);
}
.sec04 .present h3 {
	text-align: center;
	color: #012f56;
	font-size: 7.5vw;
	line-height: 2.2;
	margin: 0 0 30px;
}
.sec04 .present h3 span {
	font-weight: 700;
}
.sec04 .present h3 .sub_tit {
	font-size: 4vw;
	border: 2px solid #012f56;
	position: relative;
	padding: 1vw 3vw;
	display: inline-block;
}
.sec04 .present h3 .sub_tit::before,
.sec04 .present h3 .sub_tit::after {
	position: absolute;
	content: "";
	display: block;
}
.sec04 .present h3 .sub_tit::before {
	background-color: #fff;
	width: 28px;
	height: 10px;
	left: 50%;
	bottom: -5px;
	transform: translate(-50%,0);
}
.sec04 .present h3 .sub_tit::after {
	background-color: #012f56;
	height: 30px;
	width: 2px;
	left: 50%;
	bottom: -26px;
	transform:skew(-40deg)translate(-50%, 0px);
}
.sec04 .present h3 .main_tit {
	display: block;
	line-height: 1.4;
	margin: 30px 0 0;
}
.sec04 .present .lead {
	color: #012f56;
	font-size: 3.5vw;
	margin: 0 0 8vw;
}
.sec04 .pre01 .pre01_box {
	position: relative;
	margin: 0 0 80px;
}
.sec04 .pre01 .pre01_box:last-of-type {
	margin: 0 0;
}
.sec04 .pre01 .pre01_box .pre_wrap {
	position: relative;
	z-index: 5;
}
.sec04 .pre01 .pre01_box::after {
	position: absolute;
	content: "";
	display: block;
	background-color: #e8edf1;
	width: 100%;
	height: 60vw;
	left: 0;
	bottom: -5vw;
	z-index: 0;
}
.sec04 .pre01 .pre01_box dl {
	color: #012f56;
	padding: 4vw 0 0;
}
.sec04 .pre01 .pre01_box dl dt .book_tit {
	font-size: 4vw;
	font-weight: 700;
}
.sec04 .pre01 .pre01_box dl dt .author {
	font-size: 3vw;
	margin: 0 0 5vw;
}
.sec04 .pre01 .pre01_box dl dd {
	font-size: 3vw;
}
.sec04 .pre02 .boxes .box {
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
	margin: 0 0 10vw;
}

.sec04 .pre02 .boxes .box .img {
	background-color: #e9f4f9;
	padding: 37px 50px 32px;
	border-radius: 10px 10px 0 0;
	min-height: 204px;
	position: relative;
}
.sec04 .pre02 .boxes .box .img .img_wrap {
	text-align: center;
}
.sec04 .pre02 .boxes .box .img .img_wrap img {
	display: block;
	margin-inline: auto;
}
.sec04 .pre02 .boxes .box .img.movie::after {
	position: absolute;
	content: "動画";
	display: block;
	color: #fff;
	background-color: #6475dd;
	border-radius: 0 10px 0 10px;
	width: 63px;
	height: 27px;
	text-align: center;
	top: 0;
	right: 0;
	padding: 1px 0;
	letter-spacing: 2px;
	line-height: 1.6;
    font-size: 16px;
}
.sec04 .pre02 .boxes .box .img.pdf::after {
	position: absolute;
	content: "PDF";
	display: block;
	color: #fff;
	background-color: #5ac48c;
	border-radius: 0 10px 0 10px;
	width: 63px;
	height: 27px;
	text-align: center;
	top: 0;
	right: 0;
	padding: 1px 0;
	line-height: 1.6;
    font-size: 16px;
}
.sec04 .pre02 .boxes .box .txt_wrap {
	padding: 24px 30px 30px;
	position: relative;
}
.sec04 .pre02 .boxes .box .txt_wrap .title {
	color: #093e65;
	margin: 0 0 20px;
	font-weight: 700;
	font-size: 3.6vw;
}
.sec04 .pre02 .boxes .box .txt_wrap .text {
	font-size: 3vw;
	letter-spacing: 0.05em;
	margin-bottom: 20px;
}
.sec04 .pre02 .atten_wrap {
	background-color: #f3f6f8;
	padding: 30px 0;
	color: #012f56;
}
.sec04 .pre02 .atten_wrap dt {
	font-size: 4vw;
	font-weight: 700;
	margin: 0 0 10px;
}
.sec04 .pre02 .atten_wrap dd {
	font-size: 2.4vw;
}
.sec04 .present.pre03 {
	margin: 0;
} 
.sec04 .pre03 .pre03_bnr {
	margin: 0 0 6vw;
}
.sec04 .pre03 .pre03_link {
	text-align: center;
}
.sec04 .pre03 .pre03_link a {
	background-color: #012f56;
	color: #fff;
	display: inline-block;
	font-size: 4vw;
	font-weight: 600;
	padding: 10px 0;
	border-radius: 10px;
	width: 100%;
	text-align: center;
	margin: 0 0 20px;
	position: relative;
}
.sec04 .pre03 .pre03_link a::after {
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 24px;
    right: 40px;
    background: url(../img/cv_arrow_wh.png) right center no-repeat;
    background-size: 100%;
    top: 50%;
    transform: translate(0, -50%);
}
.sec04 .pre03 .atten {
	font-size: 2.4vw;
	text-align: center;
}
.sec05 {
	border-top: 10px solid #012f56;
	border-bottom: 10px solid #012f56;
} 

.sec05 ul li {
	margin: 0 0 50px;
}
.sec05 ul li dl {
	position: relative;
}
.sec05 ul li dt {
	width: 280px;
	height: 312px;
	position: relative;
	z-index: 10;
}
.sec05 ul li dt .name {
	position: absolute;
	bottom: 15px;
	right: -10px;
	background-color: #fff;
	padding: 0 0 0 10px;
	width: 90%;
	color: #012f56;
	box-shadow: 3px 4px 0 0 #879daf;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0;
}
.sec05 ul li dt .name small {
	font-size: 0.6em;
	font-weight: inherit;
}
.sec05 ul li dd {
}
.sec05 ul li dd .main_txt {
	font-size: 3.6vw;
	font-weight: 700;
	margin: 0 0 3vw;
}
.sec05 ul li dd .desc {
	font-size: 2.8vw;
}


/****************************

PC

****************************/

@media screen and (min-width:751px) {


	.inner {
		max-width: 1200px;
		margin: 0 auto;
	}

	.inner-wide {
		max-width: 1366px;
		margin: 0 auto;
	}

	.inner1200 {
		max-width: 1200px;
		margin: 0 auto;
	}

	.pc {
		display: block;
	}

	.sp {
		display: none;
	}

	.flex_pc {
		display: flex;
		flex-wrap: wrap;
	}

	/*--- cv ---*/
	/*--------------------
	.action
	---------------------*/
	.action {
		padding: 50px 0;
	}
	.action .cv02 dd a {
		font-size: 40px;
		padding: 20px 0;
		width: 677px;
		text-align: center;
	}
	.action .cv02 dd a small {
		font-size: 28px;
	}

	.action .cv02 dd a:hover {
		box-shadow: none;
		margin: 7px auto -7px;
	}

	.action dt .main {
		font-size: 3.2vw;
		margin: 0 0 45px;
	}
	.action dt .atten {
		font-size: 2vw;
		margin: 0 0 45px;
	}
	.action .atten02 {
		font-size: 18px;
	}

	/*--------------------
	mv
	---------------------*/

	.main_visual {
		background: #d7eaee;
	}

	#footerWrap #attention2,
	#footerWrap #attention dt,
	#footerWrap #attention dd {
		font-size: 14px;
	}

	
	/*--------------------
	main contents
	---------------------*/
	section {
		padding: 100px 0;
	}
	section .tit01 {
		font-size: 72px;
		margin: 0 0 80px;
	}
	
	section .tit01 {
		font-size: 72px;
		margin: 0 0 80px;
	}
	section .tit01 span {
		border-bottom: 3px solid #012f56;
	}
	section .tit02 {
		margin: 0 0 70px;
	}
	.sec01 {
		padding: 100px 0 0;
	}
	.sec01 .inner::after {
		width: 100vw;
		height: 100vw;
		top: 40%;
	}
	
	.sec01 ul {
		justify-content: space-between;
		margin: 0 0 80px;
	}
	.sec01 ul li {
		width: 32%;
	}

	.sec01 ul li dl dt {
		width: 144px;
		height: 132px;
		top: -70px;
	}
	.sec01 ul li dl dd {
		font-size: 3vw;
	}
	
	.sec01 ul li dl {
		padding: 80px 0 40px;
	}
	
	.sec01 .txt_wrap .txt01 {
		font-size: 4vw;
	}
	.sec01 .txt_wrap .txt03 {
		font-size: 14vw;
		line-height: 1;
		padding: 0 0 70px;
	}

	.sec01 .txt_wrap::before {
		width: 20%;
		height: 323px;
		left: 0;
	}
	.sec01 .txt_wrap::after {
		width: 20%;
		height: 323px;
		right: 0;
	}
	
	.sec02 ul li {
		margin: 0 0 60px;
	}
	.sec02 ul li span {
		font-size: 27px;
		padding: 10px 20px 10px 80px;
	}
	
	.sec02 ul li span::before {
		width: 43px;
		height: 43px;
		left: 20px;
	}
	.sec03 .inner .icon img {
		width: 105px;
		height: 100px;
	}
	.sec03 .inner .atten {
		font-size: 18px;
	}
	.sec04 .present {
		padding: 200px 0 60px;
		margin: 0 0 140px;
	}
	.sec04 .present .icon {
        width: 36vw;
    	height: 16vw;
        top: -2vw;
    }
	.sec04 .present h3 {
		font-size: 60px;
	}
	.sec04 .present h3 .sub_tit {
		font-size: 40px;
		padding: 10px 60px;
	}
	
	.sec04 .present .lead {
		font-size: 24px;
		margin: 0 0 80px;
	}
	.sec04 .present .pre_wrap {
		padding: 0 60px;
	}
	.sec04 .pre01 .pre01_box .pre_wrap {
		justify-content: space-between;
		align-items: center;
	}
	.sec04 .pre01 .pre01_box .pre_wrap .img {
		width: 40%;
	} 
	.sec04 .pre01 .pre01_box .pre_wrap dl {
		width: calc(100% - 40% - 30px);
	} 
	
	.sec04 .pre01 .pre01_box dl {
		padding: 40px 0 0;
	}
	.sec04 .pre01 .pre01_box dl dt .book_tit {
		font-size: 3vw;
	}
	.sec04 .pre01 .pre01_box dl dt .author {
		font-size: 2vw;
		margin: 0 0 4vw;
	}
	
	.sec04 .pre01 .pre01_box dl dd {
		font-size: 2.4vw;
	}
	
	.sec04 .pre01 .pre01_box::after {
		height: 230px;
		bottom: 0;
	}
	
	.sec04 .pre02 .boxes .box .txt_wrap .title {
		font-size: 20px;
	}
	.sec04 .pre02 .boxes .box .txt_wrap .text {
		font-size: 16px;
	}
	.sec04 .pre02 .atten_wrap dt {
		font-size: 24px;
	}
	.sec04 .pre02 .atten_wrap dd {
		font-size: 16px;
	}
	.sec04 .pre03 .pre03_link a {
		font-size: 30px;
		width: 580px;
	}
	.sec04 .pre03 .pre03_bnr {
		margin: 0 0 60px;
	}
	.sec04 .pre03 .atten {
		font-size: 14px;
	}
	.sec05 ul li {
		margin: 0 0 110px
	}
	.sec05 ul li:last-of-type {
		margin: 0 0 0;
	}
	.sec05 ul li dt {
		width: 280px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.sec05 ul li dd {
		margin: 0 0 0 60px;
		padding: 50px 0;
		position: relative;
		background-color: #f3f6f8;
		top: 15px;
        z-index: 0;
	}
	.sec05 ul li dd .txt_wrap {
		padding: 0 20px 0 260px;
	}
	.sec05 ul li dd .main_txt {
		font-size: 20px;
		font-weight: 700;
		margin: 0 0 30px;
	}
	.sec05 ul li dd .desc {
		font-size: 18px;
	}
}

@media screen and (min-width:1001px) {
	.sec01 .inner::after {
        width: 1000px;
        height: 1000px;
    }
	.sec01 .txt_wrap .txt01 {
        font-size: 3.6vw;
    }
	.sec01 .txt_wrap .txt02 {
        font-size: 6vw;
    }
	.sec01 .txt_wrap .txt03 {
        font-size: 14vw;
	}
	.sec03 .inner .lead {
        font-size: 3.6vw;
    }
	.sec04 .pre01 .pre01_box .pre_wrap {
		align-items: flex-start;
	}
	.sec04 .pre01 .pre01_box .pre_wrap .img {
        width: 294px;
    }
	.sec04 .pre01 .pre01_box .pre_wrap dl {
        width: calc(100% - 294px - 30px);
    }
	.sec04 .pre01 .pre01_box dl dd {
        font-size: 20px;
    }
}

@media screen and (min-width:1025px) {
	.action dt .main {
        font-size: 36px;
	}
	.action dt .atten {
		font-size: 24px;
	}
	.sec01 ul li dl dd {
        font-size: 36px;
    }
	.sec01 .txt_wrap::before {
        width: 305px;
        height: 323px;
        left: -1.5em;
    }
	.sec01 .txt_wrap::after {
        width: 305px;
        height: 323px;
        right: 0;
    }
	.sec01 .txt_wrap .txt01 {
        font-size: 40px;
    }
	.sec01 .txt_wrap .txt02 {
        font-size: 64px;
    }
	.sec01 .txt_wrap .txt03 {
        font-size: 150px;
	}
	
	.sec03 .inner .lead {
        font-size: 42px;
    }
	
	.sec04::before {
		background: url("../img/sec04_bg.png") top center no-repeat;
		background-size: 100%;
		height: 30vw;
	}
	.sec04 .present .icon {
		width: 423px;
		height: 183px;
		top: -20px;
	}
	.sec04 .pre02 .boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 40px;
        margin: 0 0 60px;
    }
	.sec04 .pre02 .boxes .box {
        width: 320px;
        display: block;
        padding: 0;
		margin: 0;
    }
}
@media screen and (min-width:1201px) {
	.action .inner {
        padding: 0;
    }
	.sec02 ul li:nth-of-type(even) {
        text-align: right;
    }
	
	.sec04 .pre01 .pre01_box dl dt .book_tit {
        font-size: 36px;
    }
	.sec04 .pre01 .pre01_box dl dt .author {
        font-size: 24px;
		margin: 0 0 80px;
	}
	
	.sec05 ul li dd .txt_wrap {
		padding: 0 40px 0 280px;
	}
}
@media screen and (max-width:1024px) {
	
	.sec02 ul li:nth-of-type(2) {
		width: 80%;
    	margin: 0 0 60px auto;
	}
	.sec02 ul li:nth-of-type(4) {
		width: 80%;
    	margin: 0 0 0 auto;
	}
}
@media screen and (max-width:880px) {
	
	#tieup-main-visual-bg h1 img {
		width: 100%;
	}
}
@media screen and (max-width:750px) {
	
	.sec01 ul li {
		margin: 0 0 14vw;
	}
	.sec01 ul li:last-of-type {
		margin: 0 0 0;
	}
	.sec01 ul li dl dd {
		font-size: 6vw;
	}
	.sec04 .pre01 .pre01_box .pre_wrap .img {
		width: 70%;
		margin: 0 auto;
	}
	.sec04 .present.pre01 {
		padding: 20vw 0 10vw;
	}
	
	.sec05 .tit01 {
    	margin: 0 0 10vw;
	}
	.sec05 ul li dt {
		margin: 0 auto 5vw;
	}
	.sec05 ul li dd {
		margin: 0 auto 10vw;
		position: relative;
		z-index: 5;
	}
	.sec05 ul li dl::after {
		position: absolute;
		content: "";
		display: block;
		background-color: #f3f6f8;
		width: 100vw;
        height: 80vw;
        bottom: -5vw;
        z-index: 0;
        left: -15px;
	}
	.sec05 ul li:nth-of-type(3) dl::after {
        height: 100vw;
	}
}

@media screen and (max-width:480px) {
	

	.action {
		padding: 10vw 0 8vw;
	}
	.action .cv02 dt {
		font-size: 12px;
	}
	.action .cv02 dt {
		padding: 0 0 10px;
	}
	.action .cv02 dd a {
		padding: 15px 0;
		font-size: 14px;
	}

}
