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

.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;
}

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

.caption-pad_02 {
	padding: 10px 0 0 63px;
}

.caption-pad_03 {
	text-align: right;
	padding: 0 0 10px 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%;
    }
	.caption-pad_02 {
		padding: 10px 0 0 20px;
	}
}

.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;
	text-align: left;
}

.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.top-padding {
    margin-top: 40px;
}

.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;
}

@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: 20px;
    }
    .tpl__alphainfo__academy--course--imgbox {
        display: none;
    }
    .tpl__alphainfo__academy--course--spimgbox {
        display: block;
        margin-bottom: 10px;
    }
    .tpl__alphainfo__academy--course--spimgbox img {
        width: 80%;
    }
    .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;
    }
	.tpl__alphainfo__academy--course .s5-button {
		margin-top: 10px;
	}
}

@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: 0.8125rem;
    }
    .tpl__alphainfo__academy--banner--heading {
        font-size: 24px;
        font-size: 1.5rem;
    }
	.tpl__alphainfo__academy--banner.top-padding {
    	margin-top: 10px;
	}
}

.tpl__alphainfo-asidebox {
    background: #eaeaea;
    color: #333333;
    padding: 70px 0 150px;
}

@media screen and (max-width: 639px) {
    .tpl__alphainfo-asidebox {
        padding: 50px 0 80px;
    }
}

.tpl__alphainfo-store + .tpl__alphainfo-store,
.tpl__alphainfo-store + .tpl__alphainfo-program, .tpl__alphainfo-program + .tpl__alphainfo-store,
.tpl__alphainfo-program + .tpl__alphainfo-program {
    margin-top: 60px;
}

.tpl__alphainfo-store--inner, .tpl__alphainfo-program--inner {
    width: 93.75%;
    max-width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
}

.tpl__alphainfo-store--heading, .tpl__alphainfo-program--heading {
    text-align: center;
    font-family: "Yu Mincho", YuMincho, "游明朝", "HGS明朝", "HGP明朝", "HG明朝", serif;
    font-size: 38px;
    font-size: 2.375rem;
    line-height: 1.34;
    font-weight: normal;
}

.tpl__alphainfo-store--txt, .tpl__alphainfo-program--txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.67;
}

@media screen and (max-width: 959px) {
    .tpl__alphainfo-store--heading, .tpl__alphainfo-program--heading {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 479px) {
    .tpl__alphainfo-store--heading, .tpl__alphainfo-program--heading {
        font-size: 24px;
        font-size: 1.5rem;
    }
}

.tpl__alphainfo-store--imgbox {
    margin: 30px 0 50px;
    display: flex;
}

.tpl__alphainfo-store--imgitem {
    flex: 0 0 50%;
}

.tpl__alphainfo-store--list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 50px;
}

.tpl__alphainfo-store--item {
    flex: 0 0 19.167%;
    transition: opacity .25s !important;
}

.tpl__alphainfo-store--item:hover {
    opacity: .8;
}

.tpl__alphainfo-store--name {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    background: #5787e4;
    height: 64px;
}

.tpl__alphainfo-store--name::before {
    content: '';
    display: inline-block;
    position: relative;
    top: -0.1em;
    margin-right: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #fff;
}

.tpl__alphainfo-store--store-sp {
    display: none;
}

.tpl__alphainfo-store--img {
    display: block;
}

@media screen and (max-width: 1259px) {
    .tpl__alphainfo-store--name {
        font-size: 1.2vw;
        height: 4.8vw;
    }
}

@media screen and (max-width: 639px) {
    .tpl__alphainfo-store--store-sp {
        display: block;
        margin-top: 30px;
    }
    .tpl__alphainfo-store--list {
        display: none;
    }
    .tpl__alphainfo-store--name {
        font-size: 16px;
        font-size: 1rem;
        height: 48px;
    }
    .tpl__alphainfo-store--imgbox {
        margin: 30px 0;
    }
    .tpl__alphainfo-store--item {
        display: block;
    }
}

@media screen and (max-width: 479px) {
    .tpl__alphainfo-store--name {
        font-size: 14px;
        font-size: 0.875rem;
        height: 40px;
    }
    .tpl__alphainfo-store--imgbox {
        margin: 20px 0;
    }
    .tpl__alphainfo-store--store-sp {
        display: block;
        margin-top: 20px;
    }
}

.tpl__alphainfo-program--box {
    clear: both;
    display: block;
    content: '';
    margin-top: 30px;
}

.tpl__alphainfo-program--img {
    float: right;
    margin: 0 0 0 40px;
    width: 38.584%;
    transition: opacity .2s !important;
}

.tpl__alphainfo-program--img:hover {
    opacity: .8;
}

.tpl__alphainfo-program--btn {
    display: inline-block;
    position: relative;
    box-sizing: border-box;
    margin-top: 20px;
    padding: 13px 30px 12px 30px;
    font-size: 13px;
    font-size: 0.8125rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #5687f5;
    transition: opacity .2s !important;
}

.tpl__alphainfo-program--btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 15px;
    margin-top: -3.5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 3.5px 0 3.5px 4px;
    border-color: transparent transparent transparent #fff;
}

.tpl__alphainfo-program--btn:hover {
    color: #fff;
    opacity: .8;
}

@media screen and (max-width: 639px) {
    .tpl__alphainfo-program--img {
        display: block;
        float: none;
        margin: 0 0 30px;
        width: 100%;
    }
    .tpl__alphainfo-program--btn {
        font-size: 16px;
        font-size: 1rem;
    }
}

@media screen and (max-width: 479px) {
    .tpl__alphainfo-program--img {
        margin: 0 0 20px;
    }
    .tpl__alphainfo-program--box {
        margin-top: 20px;
    }
    .tpl__alphainfo-program--btn {
        font-size: 14px;
        font-size: 0.875rem;
    }
}

/* 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 screen and (max-width: 959px) {
    .tpl__survey--heading {
        font-size: 30px;
        font-size: 1.875rem;
    }
}

@media screen and (max-width: 639px) {
    .tpl__survey--inner {
        width: 90.625%;
    }
    .tpl__survey--txt {
        text-align: left;
    }
    .tpl__survey--linkbtn {
        font-size: 20px;
        font-size: 1.25rem;
    }
}

@media screen and (max-width: 479px) {
    .tpl__survey--inner {
        padding: 34px 0;
    }
    .tpl__survey--heading {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .tpl__survey--txt {
        margin-top: 20px;
    }
    .tpl__survey--linkbtn {
        margin-top: 26px;
        font-size: 18px;
        font-size: 1.125rem;
    }
}

/* 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__03--heading, .content__header__nav, .others__heading, .modbox__06--heading, .modbox__06--box-heading, .modbox__07--heading, .modbox__07--sub-heading, .modbox__08--heading, .modbox__08--box-heading {
    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__06--inner, .modbox__08--inner {
    max-width: 780px;
}

.inner__l, .inner__m, .block, .inner__s, .block__txt, .modbox__06--inner, .modbox__08--inner {
    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__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__s .inner__l, .block__txt .inner__l, .inner__s .inner__m, .block__txt .inner__m, .inner__s .block, .block__txt .block, .inner__s .inner__s, .block__txt .inner__s, .inner__s .block__txt, .block__txt .block__txt, .inner__l .modbox__06--inner, .inner__m .modbox__06--inner, .inner__s .modbox__06--inner, .block .modbox__06--inner {
    width: 100%;
}

@media screen and (max-width: 639px) {
    .inner__l, .inner__m, .block, .inner__s, .block__txt, .modbox__06--inner, .modbox__08--inner {
        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);
}

.outro {
    text-align: center;
    background-color:#333333;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 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 (max-width: 1259px) {
    .outro {
        background-position: left -170px center;
    }
}

@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;
    }
    .outro__heading {
        font-size: 32.4px;
        font-size: 2.025rem;
    }
}

@media screen and (max-width: 479px) {
    .outro {
        padding: 30px;
        background-position: left -200px 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;
}

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

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

.block__heading-sub {
    font-size: 18px;
    font-size: 1.125rem;
    text-align: left;
    line-height: 1.67;
}
.block__heading-sub a {
	color:#fff;
}

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

.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;
}

@media screen and (max-width: 639px) {
    .block {
        margin-top: 40px;
    }
    .block__heading {
        font-size: 19.2px;
        font-size: 1.2rem;
    }
    .block__heading + .block__txt {
        margin-top: 30px;
    }
    /* .block__txt {
        font-size: 14px;
        font-size: 0.875rem;
    } */
    .block + .block {
        margin-top: 60px;
    }
}

.lets-try {
    position: absolute;
    left: -40px;
    top: -30px;
}

.tryblock .block__heading {
    font-size: 26px;
    font-size: 1.625rem;
    letter-spacing: .025em;
    text-align: center;
}
.tryblock .block__heading {
    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;
    }
    .tryblock .block__heading,
    .tryblock .block__heading-sub,
    .tryblock .block__heading-note {
        text-align: left;
    }
}

.lets-try.sp {
	display: none;
}

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

@media screen and (max-width: 639px) {
    .lets-try {
		display: none;
    }
    .tryblock .block__heading-outer {
        margin-left: 0;
    }
    .tryblock {
        display: block;
    }
    .tryblock .lets-try {
        margin: 0 auto;
    }
    .tryblock .block__heading {
        font-size: 24px;
        font-size: 1.5rem;
        margin-left: 0;
		margin-top: 20px;
		display: flex;
		align-items: center;
    }
	.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__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-top: 72px;
    margin-bottom: 38px;
}

.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;
}

.modbox__03--orangebox {
	margin-top: 28px;
	border: 3px solid #ff8200;
	padding: 28px 38px 32px 28px;
	font-size: 18px;
	font-size: 1.125rem;
	line-height: 1.67;
	letter-spacing: -.025em;
}

.modbox__03--orangebox-link {
	display: inline-block;
	margin-top: 36px;
	color: #333;
	transition: .2s !important;
}

.modbox__03--orangebox-link:hover,
.modbox__03--orangebox-link:focus {
	color: #333;
	opacity: .8;
}

@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;
    }
	.modbox__03--orangebox {
		padding: 20px;
	}
	.modbox__03--orangebox-link {
		margin-top: 16px;
	}
}

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

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

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

.others__list {
    margin-top: 36px;
    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: 30px;
    }
    .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;
    background: #222222;
}

.content__header {
    background-color: #000;
}

.content__header__mv {
    background: url(../img/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/mv_sp.png);
        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--no {
    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: 160px;
}

@media (max-width: 639px) {
    .section__03 {
        padding-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);
    }
}

/* 2020.01.30追記 */
.modbox__06 {
    margin-top: 80px;
}

.modbox__06 + .modbox__06 {
    margin-top: 100px;
}

.modbox__06--heading {
    font-size: 42px;
    font-size: 2.625rem;
    position: relative;
    text-align: center;
    line-height: 1.2;
}

.modbox__06--heading .sub {
    font-size: 28px;
    font-size: 1.75rem;
}

.modbox__06--heading-txt {
    display: inline-block;
    padding: 0 70px;
    background: #222222;
    position: relative;
}

.modbox__06--heading::before {
    content: '';
    display: block;
    position: absolute;
    height: 1px;
    width: 100%;
    top: 50%;
    background: #fff;
}

.modbox__06--heading + .modbox__06--txt {
    margin-top: 50px;
}

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

.modbox__06--box {
    margin-top: 60px;
    background: #efefef;
    color: #000;
}

.modbox__06--box.first {
    padding: 1.974% 2.692% 2.154% 3.59%;
	text-align: right;
}

.modbox__06--box.second {
    padding: 3.859% 5.385% 3.77% 8.438%;
}

.modbox__06--box.third {
    padding: 2.872% 9.156% 2.692% 6.463%;
}

.modbox__06--box.fourth {
    padding: 1.795% 9.156% 2.692% 5.655%;
}

.modbox__06--box.fifth {
    padding: 5.385% 5.026% 4.488% 0;
}

.modbox__06--type-2col {
    display: flex;
    justify-content: space-between;
}

.modbox__06--type-2col .item {
    flex: 0 1 auto;
	width: 100%;
}

.modbox__06--type-2col .item:last-of-type {
    margin-left: 7.662%;
}

.modbox__06--box-caption {
    margin-top: 24px;
    list-style: none;
    padding: 0;
    text-align: center;
    letter-spacing: .025em;
}

.modbox__06--box-caption li {
    display: inline-block;
    margin-right: 14px;
}

.modbox__06--box-caption li:nth-of-type(6),
.modbox__06--box-caption li:last-of-type {
    margin-right: 0;
}

.modbox__06--box.second .modbox__06--type-2col {
    align-items: center;
}

.modbox__06--box.second .imgbox {
    flex: 0 0 33.958%;
	text-align:center;
}
.modbox__06--box.second .imgbox img {
	margin-bottom: 10px;
}

.modbox__06--box.second .imgboxSp {
	display: none;
}

.modbox__06--box.second .txtbox {
    flex: 0 1 auto;
    margin-left: 6.666%;
    margin-top: -3%;
}

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

.modbox__06--box.first .modbox__06--box-heading {
	text-align:center;
	margin-bottom:10px;
}

.modbox__06--box-txt {
    font-size: 18px;
    font-size: 1.125rem;
    margin-top: 24px;
    line-height: 2;
}

.modbox__06--box.fifth .imgbox {
    flex: 0 0 41.02%;
}

.modbox__06--box.fifth .txtbox {
    flex: 0 1 auto;
    margin-left: 4.914%;
}

@media (max-width: 639px) {
	.modbox__06 {
		margin-top: 40px;
	}
	.modbox__06 + .modbox__06 {
		margin-top: 50px;
	}
	.modbox__06--heading {
		font-size: 36px;
		font-size: 2rem;
	}
	.modbox__06--heading-txt {
		padding: 0 40px;
	}
	.modbox__06--heading .sub,
	.modbox__06--box-heading {
		font-size: 24px;
		font-size: 1.5rem;
	}
	.modbox__06--heading + .modbox__06--txt,
	.modbox__06--box {
		margin-top: 30px;
	}
	.modbox__06--box {
		padding: 20px !important;
	}
	.modbox__06--box.fifth {
		padding-left: 0 !important;
	}
	.modbox__06--box.fifth .txtbox {
		margin-left: 20px;
		margin-top: 20px;
	}
	.modbox__06--box-caption {
	    text-align: left;
	}

	.modbox__06--box-caption li {
		margin: 0 2px !important;
	}
	.modbox__06--box.first {
		
	}
}

@media (max-width: 479px) {
	.modbox__06--heading {
		font-size: 26px;
		font-size: 1.625rem;
	}
	.modbox__06--heading-txt {
		padding: 0 30px;
	}
	.modbox__06--heading .sub {
		font-size: 18px;
		font-size: 1.125rem;
	}
	.modbox__06--heading + .modbox__06--txt,
	.modbox__06--box {
		margin-top: 20px;
	}
	.modbox__06--box-heading {
		text-align: center;
	}
	.modbox__06--type-2col {
		display: block;
	}
	.modbox__06--type-2col .item:last-of-type {
		margin: 20px 0 0;
	}
	.modbox__06--box.second .imgbox {
		display: none;
	}
	.modbox__06--box.second .imgboxSp {
		display: block;
		width: 80%;
		margin: 20px auto 0;
		text-align:center;
	}
	.modbox__06--box.second .imgboxSp img {
		margin-bottom:10px;
	}
	.modbox__06--box.second .txtbox {
		margin-left: 0;
	}
	.modbox__06--box-txt {
		margin-top: 14px;
	}
}

/* customize_lpの2つ目のセクション用テンプレート */
.modbox__07 {
    margin-top: 96px;
}

.modbox__07 + .modbox__07,
.modbox__07--sub + .modbox__07 {
    margin-top: 120px;
}

.modbox__07--heading,
.modbox__07--txt {
    max-width: 780px;
    margin-left: auto;
    margin-right: auto;
}

.modbox__07--heading {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.75;
    text-align: center;
    position: relative;
    letter-spacing: 0.05em;
}

.modbox__07--heading.line {
    padding: 60px 0 0;
    border-top: 1px solid #fff;
}

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

.modbox__07--caption {
    text-align: right;
    font-size: 14px;
    font-size: .875rem;
    margin-top: 6px;
}

.modbox__07--imgbox-large {
    max-width: 638px;
    margin: 56px auto 0;
}

.modbox__07--imgbox-small {
    display: flex;
    justify-content: space-between;
    margin-top: 56px;
}

.modbox__07--imgbox-small .imgBox__zoom--no {
    flex: 0 0 49.46%;
    max-width: 551px;
}

.modbox__07--two-col {
    display: flex;
    align-items: center;
    margin-top: 96px;
}

.modbox__07--two-col .modbox__07--txtbox {
    flex: 0 1 auto;
}

.modbox__07--two-col .modbox__07--imgbox {
    flex: 0 0 49.461%;
    max-width: 551px;
    margin-left: 3.231%;
}

.modbox__07--two-col .modbox__07--imgboxSp {
    display: none;
}

.modbox__07--two-col .modbox__07--heading {
    text-align: left;
}

.modbox__07--two-col .modbox__07--txt {
    margin-top: 32px;
}

.modbox__07--sub {
    background: #efefef;
    color: #333;
    margin-top: 50px;
}

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

.modbox__07--sub.first {
    padding: 2.513% 3.949% 2.154% 4.488%;
}

.modbox__07--sub.second {
    padding: 4.129% 4.488% 4.488%;
}

.modbox__07--sub-imgbox {
    float: right;
}

.modbox__07--sub-imgboxSp {
    display: none;
}

.modbox__07--sub.first .modbox__07--sub-imgbox {
    margin-left: 2.941%;
    width: 51.764%;
    max-width: 528px;
}

.modbox__07--sub.second .modbox__07--sub-imgbox {
    margin-left: 4.733%;
    width: 38.264%;
    max-width: 388px;
}

.modbox__07--sub-heading {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1.375;
    letter-spacing: -.05em;
}

.modbox__07--sub-txt {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 2;
    margin-top: 20px;
}

@media (max-width: 1259px) {
    .modbox__07--sub-heading br {
        display: none;
    }
}

@media (max-width: 639px) {
    .modbox__07 {
        margin-top: 48px;
    }
    .modbox__07 + .modbox__07,
    .modbox__07--sub + .modbox__07 {
        margin-top: 60px;
    }
    .modbox__07--heading,
    .modbox__07--sub-heading {
        font-size: 24px;
        font-size: 1.5rem;
    }
    .modbox__07--heading.line {
        padding-top: 30px;
    }
    .modbox__07--imgbox-large,
    .modbox__07--imgbox-small,
    .modbox__07--txt {
        margin-top: 28px;
    }
    .modbox__07--two-col {
        display: block;
        margin-top: 48px;
    }
    .modbox__07--imgbox {
        display: none;
    }
    .modbox__07--two-col .modbox__07--imgboxSp {
        display: block;
        margin-top: 20px;
    }
    .modbox__07--two-col .modbox__07--imgboxSp img {
        width: 100%;
    }
    .modbox__07--two-col .modbox__07--txt {
        margin-top: 16px;
    }
    .modbox__07--two-col .modbox__07--heading {
        text-align: center;
    }
    /* sub */
    .modbox__07--sub {
        padding: 30px 20px 20px !important;
    }
    .modbox__07--sub-imgbox {
        display: none;
    }
    .modbox__07--sub-imgboxSp {
        display: block;
        margin-top: 20px;
    }
    .modbox__07--sub-imgboxSp img {
        width: 100%;
    }
    .modbox__07--sub-heading {
        text-align: center;
    }
    .modbox__07--sub-heading br {
        display: inline-block;
    }
}

@media (max-width: 479px) {
    .modbox__07--imgbox-small {
        display: block;
    }
    .modbox__07--imgbox-small .imgBox__zoom--no:nth-of-type(n+2) {
        margin-top: 10px;
    }
}

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

.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 {
	background-color:#efefef;
	padding: 50px 0 88px;
	margin-top: 50px;
}

.modbox__08--box-heading {
	color: #000000;
	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;
}

.modbox__08--banner {
	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;
	}

	.modbox__08--box {
		padding: 30px 0 45px;
		margin-top: 30px;
	}

	.modbox__08--box-heading {
		font-size: 20px;
		font-size: 1.25rem;
		margin-bottom: 20px;
		/*margin-top: 40px;*/
	}
}

@media (max-width: 479px) {
	.modbox__08--banners {
		display: block;
		padding-top: 10px;
	}

	.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;
}
.tpl__alphainfo__academy--inner a.bnr:hover {
	opacity: .6;
}
