@charset "UTF-8";
/* alphainfo template stylesheet */
.tpl__alphainfo__header {
    background: #1a1a1a;
}

.tpl__alphainfo__header--inner {
    width: 93.75%;
    max-width: 1200px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    box-sizing: border-box;
    padding: 11px 0;
    margin: 0 auto;
}

.tpl__alphainfo__header--logo {
    display: block;
    padding: 15px 0;
    width: 100px;
}

.tpl__alphainfo__header--txt {
    margin-left: auto;
    padding: 14px 0 18px;
    width: 351px;
    line-height: 0;
}

@media (max-width: 959px) {
    .tpl__alphainfo__header--txt {
        width: 300px;
    }
}



@media (max-width: 639px) {
    .tpl__alphainfo__header--logo {
        width: 80px;
    }
    .tpl__alphainfo__header--txt {
        width: 52%;
    }
}

.tpl__alphainfo__academy {
    max-width: 1200px;
    margin: 0 auto ;
    background: #efefef;
    color: #000;
}

.tpl__alphainfo__academy--inner {
    padding: 50px 60px 80px 50px;
}

.tpl__alphainfo__academy--txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.67;
}

.tpl__alphainfo__academy--heading {
    background: #ccc;
    padding: 50px 20px 35px;
    text-align: center;
    color: #333;
    font-size: 28px;
    font-size: 1.75rem;
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
    line-height: 1;
}

.tpl__alphainfo__academy--heading--logo {
    display: block;
    margin-top: 16px;
}

.tpl__alphainfo__academy--heading--logo img {
    display: block;
    margin: 0 auto;
}

.tpl__alphainfo__academy--intro--imgbox {
    margin-left: 46px;
    width: 46.1155%;
    max-width: 463px;
    float: right;
}

.tpl__alphainfo__academy--intro--spimgbox {
    display: none;
}

.tpl__alphainfo__academy--intro--heading {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
    letter-spacing: .05em;
    margin-bottom: 30px;
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
}

.tpl__alphainfo__academy--intro::after {
    content: '';
    display: block;
    clear: both;
}

.tpl__alphainfo__academy--course {
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.tpl__alphainfo__academy--course .s5-button {
   text-decoration: none;
   margin-top:20px;
   font-weight:bold;
}
.tpl__alphainfo__academy--course .s5-button:before {
	content: none;
	margin:0;
}

.tpl__alphainfo__academy--course--imgbox {
    flex: 0 0 39.8406%;
    max-width: 400px;
}

.tpl__alphainfo__academy--course--txtbox {
    flex: 0 1 auto;
    margin-left: 60px;
}

.tpl__alphainfo__academy--course--boxttl {
    background: #ea5504;
    display: inline-block;
    padding: 6px 20px 5px;
    color: #fff;
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .025em;
    line-height: 1;
}

.tpl__alphainfo__academy--course--tags {
    padding: 0;
    display: flex;
    margin-top: 0px;
    list-style: none;
}

.tpl__alphainfo__academy--course--tags li {
    border: 1px solid;
    padding: 2px 5px 1px;
    line-height: 1.2;
    box-sizing: border-box;
    font-size: 14px;
    font-size: .875rem;
}

.tpl__alphainfo__academy--course--tags li:nth-of-type(n+2) {
    margin-left: 5px;
}

.tpl__alphainfo__academy--course--tags .free {
    border-color: #5887ab;
    color: #5887ab;
}

.tpl__alphainfo__academy--course--tags .beginner {
    border-color: #f9e575;
    background: #f9e575;
    color: #3a3519;
}

.tpl__alphainfo__academy--course--tags .use {
    border-color: #a2bbea;
    color: #000;
}

.tpl__alphainfo__academy--course--tags .teacher {
    border-color: #ec9717;
    color: #6B460E;
}

.tpl__alphainfo__academy--course--heading {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: .075em;
    margin-bottom: 16px;
    margin-top: 26px;
}

.tpl__alphainfo__academy--course--spimgbox {
    display: none;
}

.tpl__alphainfo__academy--banner {
    margin-top: 80px;
    text-align: center;
}

.tpl__alphainfo__academy--banner--heading {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: .05em;
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
}

.tpl__alphainfo__academy--banner--link {
    display: block;
    margin-top: 30px;
    transition: 0.2s;
}

.tpl__alphainfo__academy--banner--link:hover, .tpl__alphainfo__academy--banner--link:focus {
    opacity: .6;
}

.tpl__alphainfo__academy--banner--caution {
    margin-top: 16px;
}

.caption-pad_01 {
	text-align: right;
	padding: 0 0 10px 0;
}


@media (max-width: 959px) {
    .tpl__alphainfo__academy--inner {
        padding: 30px 20px 40px;
    }
    .tpl__alphainfo__academy--heading {
        padding: 40px 20px 25px;
    }
    .tpl__alphainfo__academy--heading--logo {
        margin-top: 10px;
        transform: scale(0.8);
    }
    .tpl__alphainfo__academy--intro--heading {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 20px;
    }
    .tpl__alphainfo__academy--intro--heading br {
        display: none;
    }
    .tpl__alphainfo__academy--intro--imgbox {
        margin-left: 20px;
    }
}

@media (max-width: 639px) {
    .tpl__alphainfo__academy--heading {
        padding: 30px 20px 20px;
    }
    .tpl__alphainfo__academy--heading--logo {
        transform: scale(0.6);
    }
    .tpl__alphainfo__academy--intro--heading {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .tpl__alphainfo__academy--course {
        margin-top: 40px;
    }
    .tpl__alphainfo__academy--course--imgbox {
        display: none;
    }
    .tpl__alphainfo__academy--course--spimgbox {
        display: block;
        margin-top: 20px;
    }
    .tpl__alphainfo__academy--course--spimgbox img {
        width: 100%;
    }
    .tpl__alphainfo__academy--course--txtbox {
        margin-left: 0;
    }
    .tpl__alphainfo__academy--course--tags {
        margin-top: 20px;
    }
    .tpl__alphainfo__academy--course--heading {
        margin-top: 20px;
    }
    .tpl__alphainfo__academy--banner {
        margin-top: 60px;
    }
    .tpl__alphainfo__academy--banner--link {
        margin-top: 20px;
    }
    .tpl__alphainfo__academy--banner--caution {
        text-align: left;
    }
}

@media (max-width: 479px) {
    .tpl__alphainfo__academy--heading {
        font-size: 22.4px;
        font-size: 1.4rem;
    }
    .tpl__alphainfo__academy--intro--heading {
        font-size: 24px;
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .tpl__alphainfo__academy--intro--imgbox {
        display: none;
    }
    .tpl__alphainfo__academy--intro--spimgbox {
        display: block;
        margin-bottom: 20px;
    }
    .tpl__alphainfo__academy--course--tags li {
        font-size: 13px;
        font-size: .8125rem;
    }
    .tpl__alphainfo__academy--banner--heading {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

/* End alphainfo template stylesheet */
/* survey template stylesheet */
.tpl__survey {
    background: #fff;
    color: #444;
}

.tpl__survey--inner {
    max-width: 950px;
    width: 93.75%;
    margin: 0 auto;
    padding: 50px 0;
    text-align: center;
}

.tpl__survey--heading {
    font-size: 38px;
    font-size: 2.375rem;
    letter-spacing: .06em;
    line-height: 1.33;
}

.tpl__survey--txt {
    font-size: 18px;
    font-size: 1.125rem;
    letter-spacing: .06em;
    font-weight: 500;
    margin-top: 30px;
    line-height: 1.77;
}

.tpl__survey--linkbtn {
    font-size: 28px;
    font-size: 1.75rem;
    font-weight: bold;
    margin-top: 40px;
    display: block;
    color: #fff;
    background: #5787e4;
    padding: 16px;
    text-decoration: none;
    transition: 0.2s !important;
    line-height: 1.25;
}

.tpl__survey--linkbtn:hover, .tpl__survey--linkbtn:focus {
    color: #fff;
    background: #8aacf6;
}

@media (max-width: 639px) {
    .tpl__survey--inner {
        width: 90.625%;
    }
    .tpl__survey--heading {
        font-size: 5.2vw;
    }
    .tpl__survey--txt {
        text-align: left;
    }
    .tpl__survey--linkbtn {
        font-size: 3.2vw;
    }
}

@media (max-width: 479px) {
    .tpl__survey--inner {
        padding: 34px 0;
    }
    .tpl__survey--heading {
        font-size: 6.5vw;
    }
    .tpl__survey--txt {
        margin-top: 20px;
    }
    .tpl__survey--linkbtn {
        margin-top: 26px;
        font-size: 4vw;
    }
}

/* End survey template stylesheet */
/* content stylesheet */
body {
    font-family: YuGothic, '游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
}

.black {
	font-family: YuGothic, '游ゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,sans-serif;
	font-weight: 700;
}

.serif, .alpha, .section__ttl--heading, .outro__heading,.block__heading, .modbox__02--ttl, .modbox__02--txt, .modbox__03--heading, .modbox__04--heading, .modbox__04--heading--sub, .modbox__04--smallcaption, .content__header__nav,.modbox__05--heading,.modbox__05--sub-heading, .others__heading, .modbox__04--three-col-heading, .modbox__04--sub-dl, .modbox__08, dt {
    font-family: 'Noto Serif JP', serif;
}

strong {
    text-decoration: underline;
    font-weight: bold;
}

br.b120, br.b96 {
    display: none;
}

.no-js .lazy {
	display: none;
}

@media screen and (max-width: 1259px) {
    br.b120 {
        display: inline-block;
    }
    br.nb120 {
        display: none;
    }
}

@media screen and (max-width: 959px) {
    br.b96 {
        display: inline-block;
    }
    br.nb96 {
        display: none;
    }
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}

.floatbox::after {
    content: '';
    display: block;
    clear: both;
}

.inner__l {
    max-width: 1200px;
}

.inner__m, .block {
    max-width: 1114px;
}

.inner__s, .block__txt, .modbox__04--txt {
    max-width: 780px;
}

.inner__l, .inner__m, .block, .inner__s, .block__txt, .modbox__04--txt {
    width: 93.75%;
    margin: 0 auto;
}

.inner__l .inner__l, .inner__l .inner__m, .inner__l .block, .inner__l .inner__s, .inner__l .block__txt, .inner__l .modbox__04--txt, .inner__m .inner__l, .block .inner__l, .inner__m .inner__m, .block .inner__m, .inner__m .block, .block .block, .inner__m .inner__s, .block .inner__s, .inner__m .block__txt, .block .block__txt, .inner__m .modbox__04--txt, .block .modbox__04--txt, .inner__s .inner__l, .block__txt .inner__l, .modbox__04--txt .inner__l, .inner__s .inner__m, .block__txt .inner__m, .modbox__04--txt .inner__m, .inner__s .block, .block__txt .block, .modbox__04--txt .block, .inner__s .inner__s, .block__txt .inner__s, .modbox__04--txt .inner__s, .inner__s .block__txt, .block__txt .block__txt, .modbox__04--txt .block__txt, .inner__s .modbox__04--txt, .block__txt .modbox__04--txt, .modbox__04--txt .modbox__04--txt {
    width: 100%;
}

@media screen and (max-width: 639px) {
    .inner__l, .inner__m, .block, .inner__s, .block__txt, .modbox__04--txt {
        width: 90.625%;
    }
}

.section__ttl {
    background-size: cover;
    background-position: center center;
    height: 200px;
    display: flex;
    align-items: center;
    color: #333;
}

.section__ttl--heading--txt {
    line-height: 1.2;
    display: block;
    font-size: 28px;
    font-size: 1.75rem;
}

.section__ttl--heading--txt:last-of-type {
    color: #333333;
    font-size: 54px;
    font-size: 3.375rem;
    margin-top: 10px;
}

.section__ttl .alpha {
    font-style: italic;
    display: inline-block;
    margin-right: .2em;
}

.section__01, .section__02 {
    padding-bottom: 160px;
}

.section__02--ttl + p {
    margin-top: 50px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
}

.section__02 .lets-try {
    max-width: 202px;
    left: -26px;
    top: -44px;
}

.section__02 .modbox__03 {
    padding: 85px 50px 35px;
}

@media screen and (max-width: 1259px) {
    .section__01--ttl {
        background-position: right -270px center;
    }
	.section__02--ttl {
	    background-position: right -50px center;
	}
	.section__03--ttl {
	    background-position: right -220px center;
	}
    .section__ttl--heading--txt {
        font-size: 22.4px;
        font-size: 1.4rem;
        text-shadow: 1px 1px 0 #fff, -1px 1px 0 #fff, 1px -1px 0 #fff, -1px -1px 0 #fff;
    }
    .section__ttl--heading--txt:last-of-type {
        font-size: 43.2px;
        font-size: 2.7rem;
    }
    .section__02 .lets-try {
        left: -20px;
        top: -30px;
    }
}

@media screen and (max-width: 959px) {
    .section__02 .lets-try {
        width: 25.2976vw;
    }
    .section__02 .modbox__03 {
        padding: 30px 30px 20px;
    }
}

@media screen and (max-width: 639px) {
    .section__01, .section__02 {
        padding-bottom: 80px;
    }
    .section__ttl {
        height: 140px;
        background-position: right -280px center;
    }
    .section__ttl--heading--txt {
        font-size: 16.8px;
        font-size: 1.05rem;
		text-shadow: none;
    }
    .section__ttl--heading--txt:last-of-type {
        font-size: 32.4px;
        font-size: 2.025rem;
    }
    .section__02--ttl + p {
        margin-top: 25px;
    }
    .section__02 .modbox__03 {
        padding: 30px 20px 20px;
    }
}

.section__01--ttl {
    background-image: url(../img/01-heading__bg.jpg);
}

.section__02--ttl {
    background-image: url(../img/02-heading__bg.jpg);
}

.section__03--ttl {
    background-image: url(../img/03-heading__bg.jpg);
}

.outro {
    text-align: center;
    background-color:#333333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right center;
    padding: 60px 0;
}

.outro__heading {
    color: #ffffff;
    font-size: 54px;
    font-size: 3.375rem;
    letter-spacing: .05em;
}

.outro__heading .alpha {
    font-style: italic;
    display: inline-block;
    margin-right: .2em;
}

.outro__txt {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 2;
    letter-spacing: .05em;
    margin-top: 24px;
}

.outro__img {
    margin-top: 16px;
}

@media screen and (max-width: 959px) {
    .outro__heading {
        font-size: 43.2px;
        font-size: 2.7rem;
    }
    .outro__txt {
        font-size: 18px;
        font-size: 1.125rem;
        margin-top: 20px;
    }
}

@media screen and (max-width: 639px) {
    .outro {
        padding: 40px 0;
        background-position: left -1240px center;
    }
    .outro__heading {
        font-size: 32.4px;
        font-size: 2.025rem;
    }
}

@media screen and (max-width: 479px) {
    .outro {
        padding: 30px;
        background-position: left -1140px center;
    }
    .outro__heading {
        font-size: 27px;
        font-size: 1.6875rem;
    }
    .outro__txt {
        font-size: 17px;
        font-size: 1.0625rem;
    }
    .outro__img {
        width: 60%;
        margin-left: auto;
        margin-right: auto;
    }
}

.block {
    margin-top: 60px;
    position: relative;
}

.block__heading {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.75;
    text-align: center;
    letter-spacing: .15em;
}

.block__heading + .block__txt {
    margin-top: 40px;
}

.block__heading + .block__heading-sub {
	margin-top: 16px;
}

.block__heading-sub {
	font-size: 18px;
	font-size: 1.125rem;
	text-align: left;
}

.block__heading-note {
	text-align: left;
}

.block__txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
}

.block__txt + .block__txt {
	margin-top: 1.5em;
}

.block + .block {
    margin-top: 80px;
}

.block + .modbox__04 {
    margin-top: 100px;
}

@media screen and (max-width: 639px) {
    .block {
        margin-top: 40px;
    }
    .block__heading {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .block__heading + .block__txt {
        margin-top: 30px;
    }
    .block__txt {
        font-size: 18px;
        font-size: 1.125rem;
    }
    .block + .block {
        margin-top: 60px;
    }
    .block + .modbox__04 {
        margin-top: 75px;
    }
}

.lets-try {
    position: absolute;
    left: -40px;
    top: -30px;
}
.tryblock .block__heading {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: .025em;
    text-align: left;
}
.lets-try + .block__heading {
    font-size: 30px;
    font-size: 1.875rem;
    letter-spacing: .025em;
    text-align: left;
}
.block__heading-outer {
	width: 80%;
    margin: 0 0 0 auto;
}

@media screen and (max-width: 1259px) {
    .lets-try {
        left: -20px !important;
        top: 5px !important;
        width: 20.238vw !important;
    }
	.tryblock .block__heading-outer {
        margin-left: 25vw;
		width: auto;
    }
	.lets-try + .block__heading-outer .block__heading,
	.lets-try + .block__heading-outer .block__heading-sub,
	.lets-try + .block__heading-outer .block__heading-note {
		text-align: left;
    }
}

@media screen and (max-width: 959px) {
    .lets-try {
        width: 25.2976vw !important;
    }
    .lets-try + .block__heading {
        font-size: 2.3809vw;
        font-size: 2.9761vw;
    }
}

@media screen and (max-width: 639px) {
	.lets-try {
        /* position: static; */
        display: none;
    }
	.tryblock .block__heading-outer {
        margin-left: 0;
    }
    .tryblock {
        display: flex;
        align-items: center;
    }
    .tryblock .lets-try {
        margin-right: 10px;
    }
    .tryblock .block__heading {
        font-size: 24px;
        font-size: 1.5rem;
        margin-left: 0;
	    margin-top: 20px;
	    display: flex;
	    align-items: center;
    }
    .tryblock .block__heading br {
        display: none;
    }	
	.lets-try.sp {
		position: static;
		display: block;
		flex: 0 0 25%;
		margin: 0 20px 0 0;
	}
}

.mod__link {
	/*display: block;*/
	transition: .2s !important;
}

.mod__link:hover,
.mod__link:focus {
	opacity: .6;
}

.modbox__01 {
    margin-top: 40px;
}

.modbox__01 + .block__txt {
	margin-top: 80px;
}

.modbox__01--ttl {
    font-size: 24px;
    font-size: 1.5rem;
    letter-spacing: .025em;
    text-align: center;
}

.modbox__01--inner {
    margin-top: 20px;
    display: flex;
}

.modbox__01--item {
    flex: 0 1 50%;
}

.modbox__01--caption {
    text-align: center;
	margin-top: 1em;
}

@media screen and (max-width: 639px) {
    .modbox__01--ttl {
        font-size: 19.2px;
        font-size: 1.2rem;
    }

	.modbox__01 + .block__txt {
		margin-top: 40px;
	}
}

@media screen and (max-width: 479px) {
    .modbox__01--inner {
        display: block;
    }
	.modbox__01--item:nth-of-type(n+2) {
		margin-top: 30px;
	}
}

.modbox__02 {
    margin-top: 40px;
    display: flex;
}

.modbox__02--block {
    flex: 0 1 538px;
    background: #ccc;
    color: #000;
}

.modbox__02--block:last-of-type {
    margin-left: 40px;
}

.modbox__02--content {
    list-style: none;
    padding: 32px 36px 52px 34px;
}

.modbox__02--content.first .first--img,
.modbox__02--content.first .second--img,
.modbox__02--content.first .third--img {
    width: 98.929%;
    margin-left: auto;
}

.modbox__02--content.first .fourth--img {
    width: 82.226%;
    margin: 0 auto;
}

.modbox__02--content.last .first--img,
.modbox__02--content.last .second--img {
    width: 97.43%;
}

.modbox__02--content.last .third--img {
    width: 97.644%;
}

.modbox__02--content.last .first--img,
.modbox__02--content.last .second--img,
.modbox__02--content.last .third--img {
    margin-left: auto;
}

.modbox__02--content.last .fourth--img {
    width: 100%;
}

.modbox__02--item {
    margin: 0;
    text-align: center;
}

.modbox__02--item:nth-of-type(n+2) {
    margin-top: 20px;
}

.modbox__02--item:nth-of-type(4) {
    min-height: 350px;
}

.modbox__02--item:last-of-type {
    min-height: 0;
}

.modbox__02--ttl {
    margin-bottom: 30px;
    font-size: 32px;
    font-size: 2rem;
}

.modbox__02--ttl span {
    margin-left: 30px;
    display: inline-block;
}

.modbox__02--ttl span .ml1em {
    margin-left: 1em !important;
}

.modbox__02--images {
    min-height: 280px;
}

.modbox__02--images.first--images {
    min-height: 290px;
}

.modbox__02--img {
    text-align: right;
}

.modbox__02--img.center {
    text-align: center;
}

.modbox__02--caption {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 500;
    margin-top: 10px;
}

.modbox__02--txt {
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: bold;
}

@media screen and (max-width: 1259px) {
    .modbox__02--content {
        padding: 20px 14px;
    }
    .modbox__02--ttl {
        font-size: 2.5396vw;
        margin-bottom: 2.3806vw;
    }
    .modbox__02--ttl span {
        margin-left: 2.3809vw;
    }
    .modbox__02--images {
        min-height: 25.1vw;
    }
    .modbox__02--images.first--images {
        min-height: 26.8vw;
    }
    .modbox__02--item:first-of-type .modbox__02--ttl img, .modbox__02--item:nth-of-type(2) .modbox__02--ttl img {
        height: 3.9682vw;
        width: auto;
    }
    .modbox__02--item:nth-of-type(3) .modbox__02--ttl img {
        height: 4.5238vw;
        width: auto;
    }
    .modbox__02--item:nth-of-type(4) {
        min-height: 31.8vw;
    }
    .modbox__02--item:nth-of-type(4) .modbox__02--ttl img {
        height: 4.4444vw;
        width: auto;
    }
    .modbox__02--caption {
        font-size: 1.4285vw;
    }
    .modbox__02--txt {
        font-size: 1.9047vw;
    }
    .modbox__02--arrow img {
        display: block;
        margin: 0 auto;
        width: 5.5555vw;
    }
}

@media screen and (max-width: 959px) {
    .modbox__02--block:last-of-type {
        margin-left: 20px;
    }
    .modbox__02--ttl {
        font-size: 2.9761vw;
    }
    .modbox__02--caption {
        font-size: 1.7857vw;
    }
    .modbox__02--txt {
        font-size: 2.3809vw;
    }
    .modbox__02--item:first-of-type .modbox__02--ttl img, .modbox__02--item:nth-of-type(2) .modbox__02--ttl img {
        height: 4.9603vw;
    }
    .modbox__02--item:nth-of-type(3) .modbox__02--ttl img {
        height: 5.6547vw;
    }
    .modbox__02--item:nth-of-type(4) .modbox__02--ttl img {
        height: 5.5555vw;
    }
}

@media screen and (max-width: 479px) {
    .modbox__02 {
        display: block;
    }
    .modbox__02--block:last-of-type {
        margin-left: 0;
        margin-top: 30px;
    }
    .modbox__02--ttl {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .modbox__02--caption {
        font-size: 16px;
        font-size: 1rem;
    }
    .modbox__02--txt {
        font-size: 22px;
        font-size: 1.375rem;
    }
    .modbox__02--item:first-of-type .modbox__02--ttl img, .modbox__02--item:nth-of-type(2) .modbox__02--ttl img {
        height: 40px;
    }
    .modbox__02--item:nth-of-type(3) .modbox__02--ttl img {
        height: 45.6px;
    }
    .modbox__02--item:nth-of-type(4) .modbox__02--ttl img {
        height: 44.8px;
    }
    .modbox__02--arrow img {
        width: 12vw;
    }
}

.modbox__03 {
    background: #efefef;
    color: #000;
    padding: 60px 60px 45px;
    margin-top: 48px;
}

.modbox__03--inner {
	max-width: 640px;
	margin: 0 auto;
}

.modbox__03--heading {
    text-align: center;
    font-size: 24px;
    font-size: 1.5rem;
    margin-bottom: 48px;
}

.modbox__03--heading:nth-of-type(n+2) {
    margin-top: 60px;
}

.modbox__03--caution {
    margin-top: 30px;
}

.modbox__03--caption, .modbox__03--caution {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
}

.modbox__03--capimg {
    float: right;
    width: 93px;
    margin-left: 5px;
}

.modbox__03--two--col {
    letter-spacing: -.25em;
    max-width: 640px;
    margin: 0 auto;
}

.modbox__03--two--col .modbox__03--item {
    flex: 0 1 auto;
}

.modbox__03--imgbox {
	text-align: center;
}

@media all and (-ms-high-contrast: none) {
    .modbox__03--two--col .modbox__03--item {
        flex: 1 1 40%;
    }
}

.modbox__03--two--col .modbox__03--item:nth-of-type(n+2) {
    margin-left: 40px;
}

.modbox__03--two--col + .modbox__03--caption {
    max-width: 640px;
    margin: 16px auto 0;
}

.modbox__03--three--col .modbox__03--item {
    flex: 0 1 299px;
}

.modbox__03--three--col .modbox__03--caption {
    margin-top: 28px;
}

.modbox__03--two--col, .modbox__03--three--col {
    display: flex;
    justify-content: center;
}

.modbox__03--arrowright {
    flex: 0 0 28px;
    height: 225px;
    display: flex;
    align-items: center;
    margin: 0 10px;
}

.modbox__03--arrow {
    text-align: center;
    margin-top: 8px;
}

.modbox__03--arrow + .modbox__03--imgblock {
    margin-top: 16px;
}

.modbox__03--imgblock + .modbox__03--imgblock {
	margin-top: 52px;
}

@media screen and (max-width: 1259px) {
    .modbox__03 {
        padding: 30px 30px 20px;
    }
    .modbox__03--txt.flex .modbox__03--txt--item:last-of-type {
        flex: 0 0 31.1036%;
    }
    .modbox__03--capimg {
        width: 31.1036%;
    }
    .modbox__03--arrowright {
        flex: 0 0 2.8169%;
        height: 17.8571vw;
    }
    .modbox__03--arrowright .pc {
        display: inline-block;
    }
    .modbox__03--arrowright .sp {
        display: none;
    }
    .modbox__03--arrow img {
        display: block;
        margin: 0 auto;
        width: 5.5555vw;
    }
}

@media screen and (max-width: 959px) {
    .modbox__03--heading {
        margin-bottom: 36px;
    }
    .modbox__03--heading:nth-of-type(n+2) {
        margin-top: 45px;
    }
    .modbox__03--two--col .modbox__03--item:nth-of-type(n+2) {
        margin-left: 30px;
    }
    .modbox__03--arrowright {
        margin: 0 5px;
    }
}

@media screen and (max-width: 639px) {
    .modbox__03 {
        padding: 30px 20px 20px;
    }
    .modbox__03--heading {
        font-size: 19.2px;
        font-size: 1.2rem;
        margin-bottom: 24px;
    }
    .modbox__03--heading:nth-of-type(n+2) {
        margin-top: 30px;
    }
    .modbox__03--two--col .modbox__03--item:nth-of-type(n+2) {
        margin-left: 20px;
    }
    .modbox__03--two--col + .modbox__03--caption {
        margin-top: 10px;
    }
    .modbox__03--caution {
        margin-top: 20px;
    }
    .modbox__03--three--col {
        display: block;
    }
    .modbox__03--three--col .modbox__03--item img {
        width: 100%;
    }
    .modbox__03--three--col .modbox__03--caption br {
        display: inline-block;
    }
    .modbox__03--arrowright {
        margin: 10px 0;
        text-align: center;
        height: auto;
        display: block;
    }
    .modbox__03--arrowright .pc {
        display: none;
    }
    .modbox__03--arrowright .sp {
        display: inline-block;
        width: 12vw;
    }
    .modbox__03--arrow img {
        width: 12vw;
    }
}

@media screen and (max-width: 479px) {
    .modbox__03 {
        padding: 30px 16px 20px;
    }
    .modbox__03--heading {
        margin-bottom: 20px;
    }
    .modbox__03--two--col .modbox__03--item:nth-of-type(n+2) {
        margin-left: 10px;
    }
}

.modbox__04--heading {
    text-align: center;
    font-size: 32px;
    font-size: 2rem;
}

.modbox__04--heading.flex {
	display: flex;
	align-items: center;
	justify-content: center;
}

.modbox__04--heading .icon {
	flex: 0 1 auto;
	margin-right: 20px;
}

.modbox__04--heading .icon-large {
	flex: 0 1 auto;
	margin-right: 16px;
}

.modbox__04--heading--sub, .modbox__04--heading--txt {
    display: block;
}

.modbox__04--heading--sub {
    max-width: 756px;
    margin: 0 auto;
    position: relative;
	text-align: center;
	font-size: 42px;
	font-size: 2.625rem;
	letter-spacing: .05em;
}

.modbox__04--heading--sub::before, .modbox__04--heading--sub::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 180px;
    height: 1px;
    background: #ffffff;
}

.modbox__04--heading--sub::before {
    left: 0;
}

.modbox__04--heading--sub::after {
    right: 0;
}

.modbox__04--heading--img, .modbox__04--heading--txt {
    display: block;
}

.modbox__04--heading--img {
    max-width: 468px;
    margin: 0 auto;
    position: relative;
}

.modbox__04--heading--img::before, .modbox__04--heading--img::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    width: 120px;
    height: 1px;
    background: #ffffff;
}

.modbox__04--heading--img::before {
    left: 0;
}

.modbox__04--heading--img::after {
    right: 0;
}

.modbox__04--heading--txt {
    margin-top: 30px;
}

.modbox__04--imgbox {
    text-align: center;
    margin-top: 50px;
	max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.modbox__04--caption {
    margin-top: 16px;
    font-size: 16px;
    font-size: 1rem;
}

.modbox__04--caption.right {
	text-align: right;
	margin-top: 4px;
}

.modbox__04--caption.small {
	margin-top: 10px;
	font-size: 14px;
	font-size: .875rem;
}

.modbox__04--txt {
    margin-top: 50px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
}

.modbox__04--txt.note {
	margin-top: 0;
	line-height: 1.3;
}

.modbox__04--largecaption {
    max-width: 100%;
    margin: 14px auto 0;
    text-align: left;
	font-size: 1.25rem;
}

.modbox__04--largecaption img {
    max-width: 30px;
}

.modbox__04--smallimg {
    position: absolute;
    top: 312px;
    right: -40px;
    max-width: 246px;
    margin-left: auto;
}

.modbox__04--smallcaption {
    margin-top: 5px;
    font-size: 20px;
    font-size: 1.25rem;
}

.modbox__04 {
    margin-top: 80px;
}

.modbox__04 + .modbox__04 {
    margin-top: 120px;
}

.modbox__04--focusbox {
	margin-top: 50px;
	padding: 20px 40px;
	background: #efefef;
	color: #000;
	display: flex;
	min-height: 166px;
	box-sizing: border-box;
}

.modbox__04--focusbox-item {
	flex: 1 1 48%;
	box-sizing: border-box;
}

.modbox__04--focusbox-item:nth-of-type(odd) {
	padding-right: 30px;
}

.modbox__04--focusbox-item:nth-of-type(n+2) {
	padding-left: 30px;
	border-left: 1px solid #000;
}

.modbox__04--focusbox-heading {
	font-size: 18px;
	font-size: 1.125rem;
	font-weight: bold;
}

.modbox__04--focusbox-txt {
	font-size: 14px;
	font-size: .875rem;
	line-height: 1.5;
	font-weight: 500;
	margin-top: 16px;
}

.modbox__04--focusbox-txt .row {
	display: flex;
	align-items: center;
}

.modbox__04--focusbox-txt .row:nth-of-type(n+2) {
	margin-top: 10px;
}

.modbox__04--focusbox-txt .icon {
	flex: 0 1 auto;
	margin-right: 20px;
}

.modbox__04--focusbox-item:nth-of-type(n+2) .modbox__04--focusbox-txt .icon {
	flex: 0 0 60px;
	margin-right: 0;
}

.modbox__04--focusbox-item:nth-of-type(n+2) .modbox__04--focusbox-txt .txt {
	flex: 0 1 auto;
}

.modbox__04--note {
	max-width: 640px;
	margin: 16px auto 0;
	padding: 19px 38px 16px;
	border: 1px solid #999;
	box-sizing: border-box;
}

.modbox__04--note.flex {
	display: flex;
	align-items: center;
}

.modbox__04--note.flex .modbox__04--note-img {
	flex: 0 0 28.647%;
}

.modbox__04--note.flex .modbox__04--note-txt {
	flex: 0 1 auto;
	margin-left: 30px;
}

.modbox__04--note-heading {
	font-size: 16px;
	font-size: 1rem;
	text-align: center;
	font-weight: normal
}

.modbox__04--note-flexinner {
	display: flex;
	margin-top: 24px;
}

.modbox__04--note-item {
	flex: 1 1 auto;
	text-align: center;
}

.modbox__04--note-item:nth-of-type(n+2) {
	margin-left: 1.78%;
}

.modbox__04--note-icon {
	min-height: 36px;
	margin-bottom: 5px;
}

.modbox__04--three-col {
	display: flex;
	justify-content: space-between;
	list-style: none;
	padding: 0;
	margin-top: 50px;
}

.modbox__04--three-col-item {
	flex: 0 0 31.149%;
}

.modbox__04--three-col-heading {
	font-size: 24px;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
	margin-bottom: 24px;
}

.modbox__04--three-col-heading .img {
	flex: 0 0 14.985%;
}

.modbox__04--three-col-heading .txt {
	flex: 0 1 auto;
	margin-left: 16px;
}

.modbox__04--three-col-txt {
	margin-top: 16px;
	font-size: 18px;
	font-size: 1.125rem;
}

.modbox__04--sub-dl {
	max-width: 780px;
	margin: 64px auto 0;
}

.modbox__04--sub-dl dt {
	font-size: 24px;
	font-size: 1.5rem;
	display: flex;
	align-items: center;
}

.modbox__04--sub-dl dt img {
	margin-right: 26px;
}

.modbox__04--sub-dl dd {
	margin-top: 28px;
	font-size: 18px;
	font-size: 1.125rem;
}

@media screen and (max-width: 959px) {
    .modbox__04 + .modbox__04 {
        margin-top: 90px;
    }
	.modbox__04--heading .icon,
	.modbox__04--heading .icon-large {
		transform: scale(.8);
	}
	.modbox__04--heading--sub::before, .modbox__04--heading--sub::after {
	    width: 23.809%;
	}
	.modbox__04--heading--img img {
        transform: scale(0.8);
    }
}

@media screen and (max-width: 767px) {
    .modbox__04--smallimg {
        position: absolute;
        top: 40.677vw;
        right: -2%;
        width: 32.073vw;
    }
    .modbox__04--smallcaption {
        font-size: 16px;
        font-size: 1rem;
    }
    .modbox__04--imgbox.relative + .modbox__04--txt {
        margin-top: 40px;
    }
	.modbox__04--heading--sub::before, .modbox__04--heading--sub::after {
	    width: 18vw;
	}
}

@media screen and (max-width: 639px) {
	.modbox__04 {
		margin-top: 40px;
	}
    .modbox__04 + .modbox__04 {
        margin-top: 60px;
    }
    .modbox__04--heading {
        font-size: 24px;
        font-size: 1.5rem;
    }
	.modbox__04--heading--img img {
        transform: scale(0.6);
    }
    .modbox__04--heading--img::before, .modbox__04--heading--img::after {
        width: 18vw;
    }
	.modbox__04--heading .icon,
	.modbox__04--heading .icon-large {
		transform: scale(.7);
	}
	.modbox__04--heading--sub {
		font-size: 30px;
		font-size: 1.875rem;
	}
    .modbox__04--heading--sub::before, .modbox__04--heading--sub::after {
        width: 14vw;
    }
    .modbox__04--heading--txt {
        margin-top: 15px;
    }
    .modbox__04--imgbox {
        margin-top: 25px;
    }
    .modbox__04--txt {
        margin-top: 25px;
    }
	.modbox__04--sub-dl {
		margin-top: 40px;
	}
	.modbox__04--sub-dl img {
		transform: scale(.7);
	}
	.modbox__04--sub-dl dd {
		margin-top: 20px;
	}
	.modbox__04--note.flex {
		flex-wrap: wrap;
	}
	.modbox__04--note.flex .modbox__04--note-img,
	.modbox__04--note.flex .modbox__04--note-txt {
		flex: 0 1 100%;
		text-align: center;
	}
	.modbox__04--note.flex .modbox__04--note-txt {
		margin-left: 0;
		margin-top: 30px;
	}
	.modbox__04--note-flexinner {
		flex-wrap: wrap;
	}
	.modbox__04--note-item {
		flex: 1 1 30%;
	}
	.modbox__04--note-item:nth-of-type(n+4) {
		margin-top: 30px;
	}
	.modbox__04--focusbox {
		margin-top: 30px;
		padding: 20px;
	}
	.modbox__04--three-col-heading .img {
		transform: scale(.7);
	}
}

@media screen and (max-width: 479px) {
    .modbox__04 + .modbox__04 {
        margin-top: 40px;
    }
	.modbox__04--heading--sub {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.modbox__04--heading {
		text-align: left;
	}
	.modbox__04--heading--img {
		text-align: center;
	}
	.modbox__04--heading--img + .modbox__04--heading--txt {
		text-align: center;
	}
	.modbox__04--three-col {
		display: block;
	}
	.modbox__04--three-col-item:nth-of-type(n+2) {
		margin-top: 40px;
	}
	.modbox__04--three-col .img {
		width: 100%;
	}
	.modbox__04--note {
		padding: 20px 20px 16px;
	}
	.modbox__04--note-item {
		flex: 1 1 40%;
	}
	.modbox__04--note-item:nth-of-type(odd) {
		margin-left: 0;
	}
	.modbox__04--note-item:nth-of-type(n+3) {
		margin-top: 30px;
	}
	.modbox__04--focusbox {
		display: block;
	}
	.modbox__04--focusbox-item:nth-of-type(odd) {
		padding: 0 0 20px;
	}
	.modbox__04--focusbox-item:nth-of-type(n+2) {
		padding: 20px 0 0;
		border-left: 0;
		border-top: 1px solid #000;
	}
}

/* オレンジのラベル付き画像とテキストの2カラムボックス */
.modbox__05 {
	margin-top: 50px;
	padding: 32px 58px;
	background: #efefef;
	color: #333333;
}

.modbox__05 + .modbox__05 {
	margin-top: 38px;
}

.modbox__05--flexcontainer {
	display: flex;
}

.modbox__05--imgbox {
	flex: 0 0 38.9%;
	max-width: 389px;
}

.modbox__05--spimgbox {
	display: none;
}

.modbox__05--txtbox {
	flex: 1 1 auto;
	margin-left: 36px;
}

.modbox__05--ttl {
	display: flex;
	justify-content: space-between;
}

.modbox__05--heading {
	font-size: 32px;
	font-size: 2rem;
}

.modbox__05--label {

}

.modbox__05--txt {
	font-size: 18px;
	font-size: 1.125rem;
	margin-top: 32px;
}

.modbox__05--sub-content {
	margin-top: 32px;
	padding: 38px 30px 34px 40px;
	background: #fff;
}

.modbox__05--sub-heading {
	font-size: 24px;
	font-size: 1.5rem;
	letter-spacing: .025em;
}

.modbox__05--sub-flexcontainer::after {
	clear:both;
	content: '';
	display: block;
}

.modbox__05--sub-txtbox {
	margin-top: 32px;
}

.modbox__05--sub-txtbox p {
	line-height: 2.25;
}

.modbox__05--sub-imgbox {
	width: 41.43%;
	max-width: 382px;
	margin-left: 42px;
	float: right;
}

@media (max-width: 1259px) {
	.modbox__05--heading {
		font-size: 26px;
		font-size: 1.625rem;
	}
	.modbox__05--ttl {
		align-items: center;
	}
	.modbox__05:nth-of-type(1) .modbox__05--label {
		flex: 0 0 35.427%;
	}
	.modbox__05:nth-of-type(2) .modbox__05--label {
		flex: 0 0 58.464%;
	}
}

@media (max-width: 959px) {
	.modbox__05--ttl {
		display: block;
	}
	.modbox__05--label {
		margin-top: 10px;
	}
	.modbox__05:nth-of-type(1) .modbox__05--label {
		width: 35.427%;
	}
	.modbox__05:nth-of-type(2) .modbox__05--label {
		width: 58.464%;
	}
	.modbox__05 {
		padding: 32px 30px;
	}
}

@media (max-width: 767px) {
	.modbox__05:nth-of-type(1) .modbox__05--label {
		width: calc(35.427% * 1.25);
	}
	.modbox__05:nth-of-type(2) .modbox__05--label {
		width: calc(58.464% * 1.25);
	}
}

@media (max-width: 639px) {
	.modbox__05 {
		padding: 32px 20px;
	}
	.modbox__05--ttl {
		display: flex;
		align-items: center;
	}
	.modbox__05--imgbox {
		display: none;
	}
	.modbox__05--label {
		margin-top: 0;
	}
	.modbox__05--spimgbox {
		display: block;
		margin-top: 20px;
	}
	.modbox__05--spimgbox img {
		width: 100%;
	}
	.modbox__05--txtbox {
		margin-left: 0;
	}
	.modbox__05--sub-content {
		padding: 30px 20px;
	}
	.modbox__05--sub-imgbox {
		width: 50%;
		margin-left: 20px;
	}
	.modbox__05--sub-heading {
		font-size: 20px;
		font-size: 1.25rem;
	}
}

@media (max-width: 479px) {
	.modbox__05:nth-of-type(1) .modbox__05--label {
		width: calc(35.427% * 1.5);
	}
	.modbox__05:nth-of-type(2) .modbox__05--label {
		width: calc(58.464% * 1.5);
	}
	.modbox__05--heading {
		font-size: 20px;
		font-size: 1.25rem;
	}
	.modbox__05--sub-imgbox {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		float: none;
		margin-top: 20px;
	}
}

/* その他のシーン別フォーカス設定のブロック */
.others {
	margin-top: 90px;
	padding-bottom: 100px;
}

.others__heading {
	font-size: 28px;
	font-size: 1.75rem;
	text-align: center;
	letter-spacing: -.02em;
	padding-bottom: 20px;
}

.others__list {
	margin-top: 30px;
	list-style: none;
	padding: 0;
	display: flex;
}

.others__item {
	flex: 1 1 48%;
}

.others__item:nth-of-type(n+2) {
	margin-left: 30px;
}

@media (max-width: 639px) {
	.others {
		margin-top: 40px;
		padding-bottom: 50px;
	}
	.others__heading {
		font-size: 22px;
		font-size: 1.375rem;
	}
	.others__list {
		margin-top: 15px;
	}
	.others__item:nth-of-type(n+2) {
		margin-left: 16px;
	}
}

@media (max-width: 479px) {
	.others__heading {
		font-size: 18px;
		font-size: 1.125rem;
	}
	.others__list {
		display: block;
	}
	.others__item:nth-of-type(n+2) {
		margin-left: 0;
		margin-top: 16px;
	}
}





.content {
    color: #fff;
}

.content__header {
    background-color: #000;
}

.content__header__mv {
    background: url(../img/autofocus_mv.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 837px;
    max-width: 1920px;
    margin: 0 auto;
}

.content__header__mv--inner {
    position: relative;
    padding-top: 422px;
}

.content__header__heading {
    position: absolute;
    top: 72px;
	top: 95px;
    left: 0;
    width: 415px;
    max-width: 415px;
	border: 1px solid #ffffff;
    padding: 2.5%;
}

.content__header__heading--logo {
    width: 107px;
    max-width: 107px;
    display: block;
    margin: 0 auto 36px;
}

.content__header__heading--txt {
    width: 388px;
    max-width: 388px;
    display: block;
    margin: 0 auto;
}
.content__header__heading--cap {
    text-align: center;
    display: inline-block;
    width: 100%;
}

.content__header__heading--txt:last-of-type {
    width: 100%;
    margin-top: 5px;
}

.content__header__heading span {
    line-height: 1;
}

.content__header__heading img[src$='.svg'] {
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.content__header--txt {
    padding-top: 32px;
    font-size: 20px;
    font-size: 1.25rem;
    letter-spacing: .05em;
    line-height: 2;
    text-align: center;
}

.content__header__nav {
    margin-top: 24px;
}

.content__header__nav.sp__nav {
    display: none;
}

.content__header__nav--list {
    list-style: none;
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
}

.content__header__nav--item {
    max-width: 540px;
    width: 540px;
}

.content__header__nav--item:nth-of-type(n+2) {
    margin-left: 40px;
}

.content__header__nav--link {
    max-height: 186px;
    height: 186px;
    background: #000;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    transition: background 0.2s !important;
}

.content__header__nav--link:hover, .content__header__nav--link:focus {
    color: #fff;
    background: rgba(0, 0, 0, 0.6);
}

.content__header__nav--txt {
    font-size: 33.6px;
    font-size: 2.1rem;
    line-height: 1.33;
}

.content__header__nav--txt:nth-of-type(2) {
    color: #ffffff;
    font-size: 42px;
    font-size: 2.625rem;
}

.content__header__nav--arrow {
    margin-top: 10px;
    width: 56px;
    max-width: 56px;
}

.content__header__nav--arrow img {
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 1259px) {
    .content__header__mv {
        position: relative;
        height: 66.4285vw;
        max-height: 837px;
    }
    .content__header__mv--inner {
        position: static;
        padding-top: 33.492vw;
    }
    .content__header__heading {
        top: 5.7142vw;
        width: 32.9365vw;
        left: 6.25vw;
    }
    .content__header__heading--logo {
        width: 25.7831%;
        margin-bottom: 2.5396vw;
    }
    .content__header__heading--txt {
        width: 93.4939%;
    }
    .content__header--txt {
        padding-top: 2.5396vw;
        font-size: 1.5873vw;
    }
    .content__header__nav {
        margin-top: 1.9047vw;
    }
    .content__header__nav--item {
        width: 42.8571vw;
    }
    .content__header__nav--item:nth-of-type(n+2) {
        margin-left: 3.1746vw;
    }
    .content__header__nav--link {
        height: 14.7619vw;
    }
    .content__header__nav--txt {
        font-size: 2.6666vw;
    }
    .content__header__nav--txt:nth-of-type(2) {
        font-size: 3.3333vw;
    }
    .content__header__nav--arrow {
        margin-top: .7936vw;
        width: 4.4444vw;
    }
}

@media screen and (max-width: 639px) {
    .content__header__mv {
        padding-top: 30px;
        padding-bottom: 30px;
        height: auto;
        background-image: url(../img/autofocus_mv_sp.jpg);
        background-position: center top;
        background-size: contain;
        background-color: #4c4c4c;
        max-height: none;
    }
    .content__header__mv--inner {
        padding-top: 68vw;
    }
    .content__header__heading {
        position: static;
        margin: 0 auto;
        top: 5.72vw;
        width: 57vw;
    }
    .content__header__heading--logo {
        margin-bottom: 4.6875vw;
    }
    .content__header__nav {
        display: none;
    }
    .content__header__nav.sp__nav {
        background: #4c4c4c;
        display: block;
        margin-top: 30px;
    }
    .content__header--txt {
        font-size: 16px;
        font-size: 1rem;
        text-align: left;
        margin-top: 20px;
        padding-top: 0;
    }
    .content__header--txt br {
        display: none;
    }
}

.imgBox__zoom {
    display: block;
    position: relative;
    margin: 0 auto;
    line-height: 0;
}

.imgBox__zoom:hover:before {
    background-color: rgba(255, 255, 255, 0.3);
}

.imgBox__zoom:after {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 18px;
    height: 18px;
    background-image: url(../img/svg/zoom.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    content: '';
}

.section__03 {
	padding-bottom: 2px;
}

@media (max-width: 639px) {
	.section__03 {
		padding-bottom: 2px;
	}
}

.section__04 {
	max-width: 1114px;
	margin: 0 auto;
	padding-bottom: 80px;
}

@media (max-width: 639px) {
.section__04 {
	width: 90%;
	margin: 10px auto;
	padding-bottom: 0px;
	}
}

.section__05 {
	margin-bottom: 160px;
}

@media (max-width: 639px) {
	.section__05 {
		margin-bottom: 80px;
	}
}

/*========================================

  .anybox__outer

========================================*/
.anybox__outer {
  overflow: hidden;
  position: fixed;
  text-align: center;
  z-index: 2010;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition-property: opacity;
  transition-timing-function: ease;
}
.anybox__outer:before {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: '';
}


/*========================================

  .anybox__wrap

========================================*/
.anybox__wrap {
  position: relative;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  z-index: 2020;
  margin: 0px auto;
  max-width: 100%;
}


/*========================================

  .anybox__content

========================================*/
.anybox__content {
  position: relative;
}


/*========================================

  .anybox__loading

========================================*/
.anybox__loading {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 24px;
  height: 24px;
  background-image: url(../img/anybox/loading@2x.gif);
  background-repeat: no-repeat;
  background-size: 100% auto;
}


/*========================================

  .anybox-backdrop

========================================*/
.anybox__backdrop {
  overflow: hidden;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: inherit;
  transition-property: opacity;
  transition-timing-function: ease;
}


/*========================================

  .anybox-image

========================================*/
.anybox__imageWrap {
  position: relative;
  -webkit-animation: anybox--direction_enter 0.4s;
  animation: anybox--direction_enter 0.4s;
}
.anybox--direction_next .anybox__imageWrap {
  -webkit-animation: anybox--direction_next 0.4s;
  animation: anybox--direction_next 0.4s;
}
.anybox--direction_prev .anybox__imageWrap {
  -webkit-animation: anybox--direction_prev 0.4s;
  animation: anybox--direction_prev 0.4s;
}
.anybox__imageInner {
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 100%;
  line-height: 0;
}
.anybox__imageInner:after {
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  top: 20px;
  bottom: 0;
  box-shadow: 0 0.2em 1em rgba(0,0,0,0.6);
  content: '';
}
.anybox__imageItem {
  display: block;
  box-sizing: border-box;
  margin: 0 auto;
  padding: 20px 0 0;
  max-width: 100%;
  width: auto;
  height: auto;
}
.anybox__imageCaption {
  display: block;
  overflow: hidden;
  text-align: right;
  margin-top: 10px;
  max-width: 100%;
  font-size: 13px;
  line-height: 1.2;
  color: #fff;
}
.anybox__imageBlank {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*========================================

  .anybox-close

========================================*/
.anybox__close {
  position: absolute;
  cursor: pointer;
  z-index: 2030;
  top: -20px;
  right: -10px;
  width: 40px;
  height: 40px;
  background-image: url(../img/anybox/icn_close.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.anybox--state_loading .anybox__close {
  display: none;
}
.anybox__close::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.anybox__close:hover {
  opacity: 0.5;
}
.anybox__close:active {
  opacity: 0.8;
}


/*========================================

  .anybox-arrows

========================================*/
.anybox__arrows {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
}
.anybox--state_loading .anybox__arrows {
  display: none;
}
.anybox__arrow {
  position: absolute;
  overflow: hidden;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
  max-width: 50px;
  max-height: 50px;
  width: 5.2vw;
  height: 5.2vw;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% auto;;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.anybox__arrow::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.anybox__arrow:hover {
  opacity: 0.5;
}
.anybox__arrow:active {
  opacity: 0.8;
}
.anybox__arrowPrev {
  left: 0;
  background-image: url(../img/anybox/icn_prev.svg);
}
.anybox__arrowNext {
  right: 0;
  background-image: url(../img/anybox/icn_next.svg);
}


/*========================================

  animation

========================================*/
/*----------------------------------------
  anybox--direction_enter
----------------------------------------*/
@-webkit-keyframes anybox--direction_enter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
  }
}
@keyframes anybox--direction_enter {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -2em, 0);
    transform: translate3d(0, -2em, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

/*----------------------------------------
  anybox--direction_next
----------------------------------------*/
@-webkit-keyframes anybox--direction_next {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3em,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes anybox--direction_next {
  from {
    opacity: 0;
    -webkit-transform: translate3d(3em,0,0);
    transform: translate3d(3em,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

/*----------------------------------------
  anybox--direction_prev
----------------------------------------*/
@-webkit-keyframes anybox--direction_prev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3em,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
  }
}
@keyframes anybox--direction_prev {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-3em,0,0);
    transform: translate3d(-3em,0,0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
}

.tpl__alphainfo__academy--inner a.bnr {
	text-decoration:none; color:#000; transition: 0.2s; display:inline-block;
}
.tpl__alphainfo__academy--inner a.bnr:hover {
	opacity: .6;
}

/* バナーボックス */
.modbox__08 {
	text-align: center;
}

.modbox__08--heading {
	font-size: 30px;
	font-size: 1.875rem;
}

.modbox__08--txt {
	margin-top: 30px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 2;
}

.modbox__08--box {
	padding: 50px 0 88px;
	background: #efefef;
	color: #000;
}

.modbox__08--box-heading {
	font-size: 24px;
	font-size: 1.5rem;
	line-height: 1.5;
	margin-bottom: 36px;
	margin-top: 10px;
}

.modbox__08--box-heading.first {
	margin-top: 0;
}

@media (max-width: 639px) {
	.modbox__08--box {
		padding: 30px 0 45px;
		margin-top: 30px;
	}
	.modbox__08--box-heading {
		font-size: 20px;
		font-size: 1.25rem;
		margin-bottom: 20px;
	}
}

.modbox__08--inner {
    width: 93.75%;
    margin: 0 auto;
}
@media screen and (max-width: 639px) {
    .modbox__08--inner {
        width: 90.625%;
    }
}

.modbox__08--banner {
	
	text-align: center;
	margin: auto;
	max-width: 360px;
	display: block;
	transition: .2s !important;
}

.modbox__08--banner:hover,
.modbox__08--banner:focus {
	opacity: .8;
}

.modbox__08--banners {
	display: flex;
    justify-content: center;
	padding-top: 20px;
}

.modbox__08--banners .modbox__08--banner {
	flex: 0 0 48.076%;
	max-width: 375px;
}

.modbox__08--banner .sp {
	display: none;
}

@media (max-width: 639px) {
	.modbox__08 {
		margin-top: 45px;
	}
	.modbox__08--heading {
		font-size: 22px;
		font-size: 1.375rem;
	}
	.modbox__08--txt {
		margin-top: 20px;
	}
}

@media (max-width: 479px) {
	.modbox__08--banners {
		display: block;
		padding-top: 10px;
	}
	.modbox__08--banners a {
		padding-top: 3px;
	}
	.modbox__08--banners .modbox__08--banner:nth-of-type(n+2) {
		margin: 10px 0 0;
	}
}

.tpl__alphainfo__academy--inner a.bnr {
	text-decoration:none;
	color:#000;
	transition: 0.2s;
	display:inline-block;
	margin: 10px 0 40;
}
.tpl__alphainfo__academy--inner a.bnr:hover {
	opacity: .6;
}