@charset "utf-8";

#ct_bg {
    overflow-x: hidden;
}

#ct_bg .mainArea01 {
    position: relative;
    background: url("../img/bg_index01.png") no-repeat 50% 0 /cover;
}

#ct_bg .mainArea01 > .image01 {
    width: 1200px;
    min-width: 1200px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

#ct_bg .cvArea01 {
    background-color: #f9ceb7;
    padding-top: 33px;
    padding-bottom: 40px;
    color: #010101;
}

#ct_bg .cvArea01 .headTitle01 {
    padding: 0;
    margin-bottom: 23px;
}

#ct_bg .cvArea01 .headTitle01 > .text02 {
    margin-bottom: 13px;
}

#ct_bg .cvArea01 > .title01 {
    margin-bottom: 17px;
    color: #fff;
    font-size: 2.4rem;
    text-align: center;
    line-height: 1.5;
}

#ct_bg .cvArea01 > .title01 > .text01 {
    display: block;
    margin-top: 5px;
    font-size: 1.6rem;
    color: #ffef00;
    font-weight: bold;
    text-align: center;
}

#ct_bg .cvArea01 > .title01 > .text02 {
    display: block;
    margin-bottom: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
}

#ct_bg .cvArea01 > .button01 {
    width: 300px;
    margin: 30px auto 0;
}

#ct_bg .cvArea01 > .inner01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#ct_bg .cvArea01 > .inner01 > .image01 {
    width: 207px;
    margin-left: 230px;
}

#ct_bg .cvArea01 > .inner01 > .column01 {
    width: 473px;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .text01 {
    margin-top: -8px;
    margin-left: 5px;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .text01 > .font01 {
    font-size: 2.4rem;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .text02 {
    font-size: 1.4rem;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 1px;
}

#ct_bg .cvArea01 > .inner01 > .column01 > .text02 > a {
    color: #fff;
}

#ct_bg .subSection01 {
    margin-top: 76px;
}

#ct_bg .subSection01 > .inner01 {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#ct_bg .subSection02 {
    padding-top: 40px;
    padding-bottom: 65px;
}

#ct_bg .subSection02 > .inner01 {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
}

#ct_bg .subSection02 > .inner01 > .box01 {
    border-radius: 20px;
    position: relative;
}

#ct_bg .subSection02 > .inner01 > .box01 + .box01 {
    margin-top: 78px;
}

#ct_bg .subSection02 > .inner01 > .box01.type01 {
    background-image: url("../img/bg_index04.jpg");
    border: 6px solid #009fe8;
    padding-top: 38px;
    padding-bottom: 23px;
	text-align: center;
}


#ct_bg .subSection02 > .inner01 > .box01.type02 {
	position: relative;
    background: #fee5c1 url("../img/bg_index02_pc.png") no-repeat 0 -130px;
    border: 6px solid #e85405;
    padding-top: 73px;
    padding-bottom: 23px;
}

#ct_bg .subSection02 > .inner01 > .box01.type02::before {
	content: "";
	position: absolute;
	bottom: 0;
	right: 26px;
	display: block;
	width: 590px;
	height: 306px;
    background: url("../img/bg_index02_pc.png") no-repeat -200px -130px;
}
#ct_bg .subSection02 > .inner01 > .box01.type02::after {
	content: "";
	position: absolute;
	bottom: 23px;
	right: 40px;
	display: block;
	width: 564px;
	height: 274px;
    background: url("../img/pic_index14_pc.png") no-repeat;
}

#ct_bg .subSection02 > .inner01 > .box01.type02 > .inner01 {
    width: 820px;
    margin: 0 auto 28px;
    align-items: flex-start;
}

#ct_bg .subSection02 > .inner01 > .box01.type02 > .text01 {
    width: 480px;
    margin: 0 auto 15px;
}

#ct_bg .subSection02 > .inner01 > .box01.type02 > .inner02 {
    width: 912px;
    margin: 0 0 0 24px;
}

#ct_bg .subSection02 > .inner01 > .box01.type02 > .inner02 > .box02 {
    width: 290px;
    margin-top: 14px;
    margin-right: 14px;
    border-radius: 5px;
    background: #fff;
}

#ct_bg .subSection02 > .inner01 > .box01.type02 > .inner02 > .box02 > .inner01 {
    padding: 10px;
}

#ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .inner01 .logo {
    margin-bottom: 10px;
}

#ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .inner01 .logo a {
    display: block;
}

#ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .inner01 .logo a:hover {
    opacity: .6;
}

#ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .inner01 .logo a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
}

#ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .inner01 .logo a span {
    display: inline-block;
    vertical-align: middle;
    font-size: 2rem;
    line-height: 1.3;
    font-weight: bold;
}

#ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .inner01 .img {
}

#ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .inner01 .animeWrap {
    padding: 2px;
    background: linear-gradient(180deg, rgba(169,203,6,1) 0%, rgba(169,203,6,1) 50%, rgba(114,158,40,1) 50%, rgba(131,157,8,1) 100%);
}

#ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .inner01 .animeWrap a:hover {
    opacity: .6;
}

#ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .text01 {
    line-height: 0;
}

#ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .text01 img {
    border-radius: 0 0 5px 5px;
}

#ct_bg .subSection02 > .inner01 > .box01.type03 {
    background-image: url("../img/bg_index06.jpg");
    border: 6px solid #22ac38;
	margin-top: 30px;
    padding: 15px 30px 23px;
    text-align: center;
}
#ct_bg .subSection02.type01 > .inner01 > .box01.type03 {
    padding: 23px 30px 13px;
}

#ct_bg .subSection02 > .inner01 > .box01.type03 .text01 {
    margin: 0 auto;
}

#ct_bg .subSection02 > .inner01 > .box01.type03 .col01 {
    width: 435px;
    margin-top: 30px;
}

#ct_bg .subSection02 > .inner01 > .box01.type03 .wrap01 {
    align-items: center;
}

#ct_bg .subSection02 > .inner01 > .box01.type03 .col01 p + p {
    margin-top: 28px;
}

#ct_bg .subSection02 > .inner01 > .box01.type04 {
    background-image: url("../img/bg_index05.jpg");
    border: 6px solid #e40065;
	margin-top: 30px;
    padding-top: 38px;
	text-align: center;
}

#ct_bg .subSection02 > .inner01 > .box01.type04 .button01 {
    margin: 26px auto 0;
}

#ct_bg .subSection02 > .inner01 > .box01.type05 {
    background-color: #ffffd7;
    border: 6px solid #eb6da5;
	margin-top: 78px;
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

#ct_bg .subSection02 > .inner01 > .box01 .hdg {
    position: absolute;
    top: -2px;
    left: -2px;
    z-index: 2;
}
#ct_bg .subSection02 > .inner01 > .box01.type02 .hdg,
#ct_bg .subSection02 > .inner01 > .box01.type05 .hdg {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -59.5%);
    z-index: 2;
}

#ct_bg .subSection02 > .inner01 > .box01 .hdg img {
    max-width: inherit;
    width: auto;
    height: 120px;
}

#ct_bg .subSection02 > .inner01 > .box01 .imgWrap {
    position: relative;
}

#ct_bg .subSection02 > .inner01 > .box01 .imgWrap .anime {
    position: absolute;
    top: 614px;
    left: 136px;
}

#ct_bg .subSection02 > .inner01 > .box03 {
  margin-top: 30px;
  background: #fce3d5;
  border-radius: 20px;
}

#ct_bg .subSection02 > .inner01 > .box03 .inner01 {
  border-left: #e40011 solid 6px;
  border-right: #e40011 solid 6px;
  border-bottom: #e40011 solid 6px;
  border-radius: 0 0 20px 20px;
}

#ct_bg .subSection02 > .inner01 > .box03 .text01 {
  text-align: center;
  padding: 32px;
  font-size: 2.4rem;
  font-weight: bold;
}

#ct_bg .subSection02 > .inner01 > .box03 .text01 span.text02 {
  color: #e40011;
}

#ct_bg .subSection02 > .inner01 .col02 {
  padding: 0 24px 20px;
}

#ct_bg .subSection02 > .inner01 .col02 > .col03 {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
}

#ct_bg .subSection02 > .inner01 .col02 > .col03 a {
  color: #00a0e9;
}

#ct_bg .subSection02 > .inner01 .col02 > .col03 li {
  margin-top: 10px;
  padding-left: 1.3em;
  text-indent: -1.3em;
}

#ct_bg .subSection02 > .inner01 .col02 > .col03 li::before {
  content: "※";
  margin-right: .3em;
}
#ct_bg .subSection02 > .inner01 .col02 .col04 {
  width: 435px;
}
#ct_bg .subSection02 > .inner01 .col02 .col05 {
  width: 360px;
}
.col06 {
	width: 519px;
	margin-top: 25px;
}
#ct_bg .col07 {
	margin-right: 10px;
}

#ct_bg .subSection03 {
    padding-top: 76px;
    padding-bottom: 80px;
    background: #2dccff;
}

#ct_bg .subSection03 > .inner01 {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

#ct_bg .subSection03 > .inner01 > .text01 {
    font-size: 2.4rem;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 17px;
}

#ct_bg .subSection03 > .inner01 .list01 {
    margin-right: -4px;
}

#ct_bg .subSection03 > .inner01 .list01 + .list01 {
    margin-top: 30px;
}

#ct_bg .subSection03 > .inner01 .list01 li {
    width: 237px;
    margin-top: 2px;
    margin-right: 4px;
    background: #fff;
    border-radius: 10px;
}

#ct_bg .subSection03 > .inner01 .list01 li a {
    font-size: 1.6rem;
    font-weight: bold;
    display: block;
    background: #fffab9;
    border: 2px solid #ffec00;
    padding: 9px 0 9px 18px;
    border-radius: 10px;
    text-align: left;
    text-decoration: none;
    position: relative;
}

#ct_bg .subSection03 > .inner01 .list01 li a:hover {
    background: #fff;
}

#ct_bg .subSection03 > .inner01 .list01.type02 li a {
    background: #fff;
    border: 2px solid #fff;
}

#ct_bg .subSection03 > .inner01 .list01.type02 li a:hover {
    background: #ceffe4;
    border: 2px solid #ceffe4;
}

#ct_bg .subSection03 > .inner01 .list01 li a::before {
    content: '';
    position: absolute;
    top: 50%;
    right: 10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8.5px 0 8.5px 9px;
    border-color: transparent transparent transparent #009945;
    transform: translate(0, -50%);
}

#ct_bg .subSection04 {
    padding-top: 30px;
    padding-bottom: 30px;
}

#ct_bg .subSection04 > .inner01 {
    max-width: 1200px;
    padding-left: 120px;
    margin-right: auto;
    margin-left: auto;
}

#ct_bg .subSection04 p {
    color: #666666;
    font-size: 1.2rem;
}

#ct_bg .heading01 {
    display: inline-block;
    color: #e40065;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.3;
    border-bottom: 4px solid #ffe400;
    margin-bottom: 32px;
}

#ct_bg .lead01 {
    color: #082c50;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.75;
    margin-bottom: 31px;
}

#ct_bg .lead01 a {
    color: #082c50;
}

#ct_bg .btnlist01 {
	display: none;
}

#ct_bg .btn01 {
    width: 300px;
}

#ct_bg .btn01.typePDF {
    width: 280px;
}

#ct_bg .btn01 > a {
    color: #fff;
    position: relative;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
    padding: 13px 10px 13px 15px;
    border: solid 1px #fff;
    border-radius: 9px;
    background: linear-gradient(180deg, rgba(23,74,113,1) 0%, rgba(23,74,113,1) 50%, rgba(8,44,80,1) 50%, rgba(8,44,80,1) 100%);
    font-size: 1.8rem;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
    text-align: center;
    box-shadow: 0 4px 0 0 rgba(0, 0, 0, 0.2);
}

#ct_bg .btn01 > a::before {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s, visibility 0.3s;
    background: linear-gradient(0deg, rgba(23,74,113,1) 0%, rgba(23,74,113,1) 50%, rgba(8,44,80,1) 50%, rgba(8,44,80,1) 100%);
    content: "";
}

#ct_bg .btn01 > a:hover::before {
    opacity: 1.0;
    visibility: visible;
}

#ct_bg .btn01 > a > .inner01 {
    display: inline-block;
    position: relative;
    padding-left: 50px;
}

#ct_bg .btn01.typePDF > a > .inner01 {
    padding-left: 0;
}

#ct_bg .btn01 > a > .inner01::before {
    position: absolute;
    top: -5px;
    left: 0;
    width: 40px;
    height: 40px;
    background: url("../img/icon_index02.png") no-repeat 0 0/100%;
    content: "";
}

#ct_bg .btn01.typePDF > a > .inner01::before {
    position: absolute;
    top: calc(50% - 8px);
    left: 180px;
    width: 12px;
    height: 15px;
    background: url("../img/icon_index01.png") no-repeat 0 0/100%;
    content: "";
}

#ct_bg .date01 {
    display: inline-block;
    margin-left: 5px;
    margin-bottom: 18px;
    border: solid 1px #010101;
    padding: 2px 8px 0;
    color: #010101;
    font-size: 1.2rem;
}

#ct_bg .frameArea02 {
	background-color: #fff;
	border-radius: 10px;
	text-align: center;
}

#ct_bg .frameArea02.type01 {
	margin-top: 30px;
}

#ct_bg .frameArea02.type02 {
	margin: 40px 24px 0;
}

#ct_bg .frameArea02 > .title01 {
	background: #e40011 url("../img/bg_index03.png") 0 0 / 50px 50px repeat;
	border-radius: 10px 10px 0 0;
}

@media screen and (max-width: 639px) {

    #ct_bg .mainArea01 > .image01 {
        width: 100%;
        min-width: inherit;
        position: static;
        transform: translateX(0);
    }

    #ct_bg .heading01 {
        display: inline;
        font-size: 2.4rem;
        line-height: 1.7;
        border-bottom: none;
        padding-bottom: 8px;
        margin-bottom: 32px;
        background: linear-gradient(180deg, transparent 0%, transparent 90%, rgba(255,228,0,1) 90%, rgba(255,228,0,1) 100%);
    }

    #ct_bg .lead01 {
        font-size: 1.4rem;
        line-height: 1.75;
        margin-top: 31px;
        margin-bottom: 31px;
        text-align: left;
    }

    #ct_bg .cvArea01 {
        padding-left: 4%;
        padding-right: 4%;
    }

    #ct_bg .cvArea01 .headTitle01 {
        padding: 0;
        font-size: 1.8rem;
        line-height: 1.2;
        margin-top: -3vw;
        margin-bottom: 10vw;
    }

    #ct_bg .cvArea01 > .title01 {
        margin-bottom: 20px;
        font-size: 1.8rem;
        line-height: 1.5;
    }

    #ct_bg .cvArea01 > .title01 > .text01 {
        margin-top: 10px;
        font-size: 1.4rem;
    }

    #ct_bg .cvArea01 > .title01 > .text02 {
        margin-bottom: 2px;
        font-size: 1.4rem;
    }

    #ct_bg .cvArea01 > .button01 {
        width: 70%;
        margin: 30px auto 0;
    }

    #ct_bg .cvArea01 > .inner01 {
        display: block;
        width: 100%;
    }

    #ct_bg .cvArea01 > .inner01 > .image01 {
        width: 47.8%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 3vw;
    }

    #ct_bg .cvArea01 > .inner01 > .column01 {
        width: 100%;
    }

    #ct_bg .cvArea01 > .inner01 > .column01 > .text01 {
        margin-top: 10px;
        margin-left: 0;
    }

    #ct_bg .cvArea01 > .inner01 > .column01 > .text01 > .font01 {
        font-size: 1.8rem;
    }

    #ct_bg .cvArea01 > .inner01 > .column01 > .text02 {
        font-size: 1.2rem;
        margin-top: 8px;
        margin-left: 0;
    }

    #ct_bg .subSection01 {
        margin-top: 19.2vw;
    }

    #ct_bg .subSection01 > .inner01,
    #ct_bg .subSection02 > .inner01,
    #ct_bg .subSection03 > .inner01 {
        width: 100%;
        padding-left: 4vw;
        padding-right: 4vw;
    }

    #ct_bg .subSection02 {
        padding-top: 3.6vw;
        padding-bottom: 17.33vw;
    }
	#ct_bg .subSection02.type01 {
        padding-top: 9.6vw;
    }

    #ct_bg .subSection02 > .inner01 > .box01 + .box01 {
        margin-top: 11.86vw;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type01 {
        padding-top: 7.33vw;
        padding-bottom: 5.86vw;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type02 {
        background: #fee5c1 url("../img/bg_index02_sp.png") no-repeat 0 -66vw / 100% auto;
        padding-top: 11.733vw;
        padding-bottom: 88.4vw;
    }
	
	#ct_bg .subSection02 > .inner01 > .box01.type02::before {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 88vw;
		background: url("../img/bg_index02_sp.png") no-repeat center -77vw;
		background-size: 150%;
		border-radius: 20px;
	}
	#ct_bg .subSection02 > .inner01 > .box01.type02::after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		display: block;
		width: 100%;
		height: 88vw;
		background: url("../img/pic_index14_sp.png") no-repeat center;
		background-size: 75%;
		 
		}

    #ct_bg .subSection02 > .inner01 > .box01.type02 > .inner01 {
        width: 100%;
        margin: 0 auto 8vw;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type02 > .inner01 > .text01 {
        width: 63.33vw;
        margin: 0 auto 4.2vw;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type02 > .text01 {
        width: 73.6vw;
        margin: 0 auto 5vw;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type02 > .inner02 {
        width: 80vw;
        margin: 0 auto;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type02 > .inner02 > .box02 {
        width: 38.66vw;
        margin-top: 2.66vw;
        margin-right: 0;
        border-radius: 5px;
        background: #fff;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type02 > .inner02 > .box02:nth-child(2n + 1) {
        margin-right: 2.66vw;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type02 > .inner02 > .box02 > .inner01 {
        padding: 1.33vw;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .inner01 .logo {
        margin-bottom: 1.33vw;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .inner01 .logo a:hover {
        opacity: 1;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .inner01 .logo a img {
        margin-right: 2.53vw;
        width: 10.66vw;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .inner01 .logo a span {
        display: inline-block;
        vertical-align: middle;
        font-size: 1.2rem;
        font-weight: bold;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .inner01 .img {
    }

    #ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .inner01 .animeWrap {
        width: 24vw;
        padding: 2px;
        background: linear-gradient(180deg, rgba(169,203,6,1) 0%, rgba(169,203,6,1) 50%, rgba(114,158,40,1) 50%, rgba(131,157,8,1) 100%);
    }

    #ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .inner01 .animeWrap a:hover {
        opacity: .6;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .text01 {
        line-height: 0;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type02 .inner02 > .box02 > .text01 img {
        border-radius: 0 0 5px 5px;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type03 {
		margin-top: 7.86vw;
        padding: 6.26vw 4.4vw 6.4vw;
    }
	#ct_bg .subSection02.type01 > .inner01 > .box01.type03 {
		margin-top: 2.86vw;
        padding: 4.26vw 4.4vw 6.4vw;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type03 .text01 {
        width: 60vw;
        margin: 0 auto;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type03 .col01 {
        width: 100%;
        margin-top: 4vw;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type03 .col01 p + p {
        margin-top: 5.2vw;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type04 {
        background-color: #fce3d5;
        border: 6px solid #e3007f;
		margin-top: 7.86vw;
        padding-top: 7.06vw;
        padding-bottom: 6.06vw;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type04 .button01 {
        margin: 8vw auto 0;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type05 {
        padding: 10.266vw 1.466vw 6.4vw 1.733vw;
        text-align: center;
    }

    #ct_bg .subSection02 > .inner01 > .box01 .hdg {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
	#ct_bg .subSection02 > .inner01 > .box01.type02 .hdg,
	#ct_bg .subSection02 > .inner01 > .box01.type05 .hdg {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -59.5%);
        z-index: 2;
    }

    #ct_bg .subSection02 > .inner01 > .box01.type04 .hdg {
    }

    #ct_bg .subSection02 > .inner01 > .box01 .hdg img {
        max-width: inherit;
        width: auto;
        height: 15.86vw;
    }

    #ct_bg .subSection02 > .inner01 > .box01 .imgWrap {
        position: relative;
    }

    #ct_bg .subSection02 > .inner01 > .box01 .imgWrap .anime {
        position: absolute;
        top: 81.73vw;
        left: 29.33vw;
        width: 45.33vw;
    }

    #ct_bg .subSection02 > .inner01 > .box03 .text01 {
      text-align: center;
      padding: 20px 2.703%;
      font-size: 1.5rem;
    }

    #ct_bg .subSection02 > .inner01 .col02 .col04 {
      margin-bottom: 30px;
    }
	
	#ct_bg .subSection02 > .inner01 .col02 {
  	padding: 0 3vw 20px;
	}
	
	#ct_bg .subSection02 > .inner01 .col02 > .col03 {
  	padding: 2vw 4vw 4vw;
	}

    #ct_bg .subSection03 {
        padding-top: 20.533vw;
        padding-bottom: 21.33vw;
    }

    #ct_bg .subSection03 > .inner01 > .text01 {
        font-size: 1.5rem;
        margin-top: 5.8vw;
        margin-bottom: 4.3vw;
    }

    #ct_bg .subSection03 > .inner01 .list01 {
        margin-right: 0;
    }

    #ct_bg .subSection03 > .inner01 .list01 + .list01 {
        margin-top: 8vw;
    }

    #ct_bg .subSection03 > .inner01 .list01 li {
        width: 44.66vw;
        margin-top: 2.66vw;
        margin-right: 0;
    }

    #ct_bg .subSection03 > .inner01 .list01 li:nth-child(2n + 1) {
        margin-right: 2.66vw;
    }

    #ct_bg .subSection03 > .inner01 .list01 li a {
        font-size: 1.4rem;
        font-weight: bold;
        display: block;
        background: #fffab9;
        border: 2px solid #ffec00;
        padding: 3vw 0 3vw 3.4vw;
        border-radius: 10px;
        text-align: left;
        text-decoration: none;
        position: relative;
    }

    #ct_bg .subSection03 > .inner01 .list01 li a:hover {
        opacity: .6;
    }

    #ct_bg .subSection03 > .inner01 .list01.type02 li a {
        background: #fff;
        border: 2px solid #fff;
    }

    #ct_bg .subSection03 > .inner01 .list01 li a::before {
        content: '';
        position: absolute;
        top: 50%;
        right: 8px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5.75px 0 5.75px 6.5px;
        border-color: transparent transparent transparent #009945;
        transform: translate(0, -50%);
    }

    #ct_bg .subSection04 {
        padding-top: 7vw;
        padding-bottom: 9.7vw;
    }

    #ct_bg .subSection04 > .inner01 {
        max-width: 100%;
        padding-left: 4.53vw;
        padding-right: 4.53vw;
        margin-right: auto;
        margin-left: auto;
    }

    #ct_bg .subSection04 p {
        font-size: 1.2rem;
    }

	#ct_bg .btnlist01 {
		display: flex;
		flex-wrap: wrap;
		margin-top: 10px;
	}

    #ct_bg .btn01,
    #ct_bg .btn01.typePDF {
        width: 64.2vw;
        margin-left: auto;
        margin-right: auto;
    }

    #ct_bg .btn01 > a {
        padding: 2.6vw 0;
        font-size: 1.6rem;
        border-radius: 5px;
        box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.2);
    }

    #ct_bg .btn01 > a::before {
        position: absolute;
        opacity: 0;
        visibility: hidden;
        z-index: -1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        transition: opacity 0.3s, visibility 0.3s;
        background: linear-gradient(0deg, rgba(23,74,113,1) 0%, rgba(23,74,113,1) 50%, rgba(8,44,80,1) 50%, rgba(8,44,80,1) 100%);
        content: "";
    }

    #ct_bg .btn01 > a:hover::before {
        opacity: 1.0;
        visibility: visible;
    }

    #ct_bg .btn01 > a > .inner01 {
        display: inline-block;
        position: relative;
        padding-left: 40px;
    }

    #ct_bg .btn01.typePDF > a > .inner01 {
        padding-left: 0;
    }

    #ct_bg .btn01 > a > .inner01::before {
        position: absolute;
        top: -1px;
        left: 0;
        width: 30px;
        height: 30px;
        background: url("../img/icon_index02.png") no-repeat 0 0/100%;
        content: "";
    }

    #ct_bg .btn01.typePDF > a > .inner01::before {
		left: 40vw;
        background: url("../img/icon_index01.png") no-repeat 0 0/100%;
        content: "";
    }

	#ct_bg .btn02 {
		margin: 25px auto 0;
		width: 90.909%;
	}

	#ct_bg .btnlist01 > .btn02 {
		margin-top: 10px;
		width: 48.5%;
	}
	#ct_bg .btnlist01 > .btn02:nth-child(odd) {
		margin-right: 1.5%;
	}
	#ct_bg .btnlist01 > .btn02:nth-child(even) {
		margin-left: 1.5%;
	}

	#ct_bg .btn02 a {
		display: flex;
		align-items: center;
		padding: 11px 25px 11px 5%;
		height: 100%;
		background: #fffab9 url("../img/icon_index04.png") right 5px center / 20px no-repeat;
		border: 2px solid #e60014;
		border-radius: 10px;
		font-weight: bold;
		text-decoration: none;
		letter-spacing: -0.07em;
		font-size: 1.3rem;
	}

    #ct_bg .date01 {
        margin-top: 20px;
        margin-left: 0;
        margin-bottom: 0;
        font-size: 1.1rem;
    }

	#ct_bg .frameArea02 {
		text-align: left;
	}

	#ct_bg .frameArea02.type01 {
		margin-left: -2.5%;
		margin-right: -2.5%;
	}

	#ct_bg .frameArea02.type02 {
		margin-left: 2.703%;
		margin-right: 2.703%;
	}

	#ct_bg .col06 {
		margin-top: 4vw;
	}
	#ct_bg .col07 {
		margin: 4vw auto 0;
	}
	#ct_bg .col07 .text02 {
		width: 70vw;
	}
}

@media screen and (max-width: 320px) {
    #ct_bg .btn01,
    #ct_bg .btn01.typePDF {
        width: 70vw;
    }
}

/* Clearfix */
#ct_bg .cf:after {
    content: " ";
    display: block;
    clear: both;
}
