/* ------------------------------
	追加
------------------------------ */
.box-join div p{
	margin: 30px 0 0 0;
    min-height: 67px;
    font-size: 23px;
    line-height: 33px;
}
.box-join div{
	text-align: left;
}
.second-box{
	display: flex;
	max-width: 100%;
} 
.person-box{
	max-width: 220px;
	flex-grow: 1;
	width: 30%;
	    position: absolute !important;
    
    left: 620px !important;
}
.profile-box{
	flex-grow: 1;
	width: 70%;
	position: absolute !important;
    bottom: 90px !important;
}
.txt-profile2{
	padding: 7px 0 0;
    max-width: 525px;
    font-size: 15px;
    line-height: 25px;
}
.special-cont-height{
	height: 900px;
}
.ttl-name2{
	padding: 30px 0 0;
	text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.ttl-name2 span{
	font-size: 30px;
}
.ttl-job2{
	display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 20px 0 0;
    max-width: 245px;
    font-size: 15px;
    line-height: 19.2px;
}
#sec-requirements .box-ttl-red .txt{
	line-height: 1.4 !important;
}
.attention_note{
	position:absolute;
	bottom: 30px;
    left: 15%;
	font-size: 20px;
}
#sec-requirements .box-table{
	position:  relative;
}
.box-schedule p img {
    width: 100%;
    max-width: 640px;
}
/* smartPhone */
@media screen and (max-width: 896px) {
	.special-cont-height{
		height: 1500px;
	}
	.second-box .person-box .box-img {
    margin: 0 auto;
    max-width: 220px;
    text-align: center;
	}
	
	.person-box{
	    position: static !important;
		width: 100%;
		order: -1;
		margin: auto;
	}
	.second-box{
		/*display: initial;*/
		display:flex;
  		flex-flow: column;
	} 
	.profile-box{
		position: static !important;
		order: 1;
		width: 100%;
	}
	.txt-profile2{
		max-width: 100%;
		padding: 25px 0;
		font-size: 14px;
	}
	.box-join div p {
		font-size: 14px;
	}
	.attention_note{
		bottom: 15px;
		left: 10%;
		font-size: 15px;
	}
}
@media screen and (min-width: 1050px) {
	.attention_note{
		left: 12%;
	}
}
@media screen and (min-width: 1120px) {
	.attention_note{
		left: 18.5%;
		
	}
}
@media screen and (min-width: 1280px) {
	.attention_note{
		left: 22%;
	}
}
@media screen and (max-width: 420px) {
	.attention_note{
		left: 9%;
		font-size:10px;
	}
}
/* ------------------------------
	MV
------------------------------ */
.sec-mv .box-img {
    position: relative;
    z-index: 2;
}
.sec-mv .box-img img {
    width: 100%;
}
/* ------------------------------
	OVERVIEW
------------------------------ */
#sec-overview {
    padding: 130px 0 0 0;
    background: url("../img/top/fv-2-sp.webp") no-repeat 50% 0 / 100% auto;
}
/* HEAD */
#sec-overview .box-head {
    position: relative;
    z-index: 1;
}
#sec-overview .box-head .ttl {
    padding: 20px;
}
#sec-overview .box-head .box-txt .txt {
    position: relative;
    display: flex;
    align-items: center;
    padding: 18px 30px 0 30px;
    line-height: 22px;
}
/* JOIN */
#sec-overview .box-join {
    margin: 63px auto 0;
    padding: 0 30px;
}
#sec-overview .box-join .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    background: #000;
    color: #fff;
    text-align: center;
    font-size: 18px;
}
#sec-overview .box-join .list {
    padding: 0 0 0 40px;
    counter-reset: num;
}
#sec-overview .box-join .list li {
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px 0 0 0;
    min-height: 40px;
    line-height: 18px;
}
#sec-overview .box-join .list li::before {
    position: absolute;
    top: 0;
    left: -40px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    content: counter(num);
    counter-increment: num;
    text-align: center;
    font-size: 40px;
    line-height: 22px;
}
/* SCHOOL */
#sec-overview .box-school {
    margin: 5px auto 0;
    padding: 0 0 21vw;
    background: url("../img/top/bg-overview-02.svg") no-repeat 0 50% / cover;
}
#sec-overview .box-school .box {
    padding: 0 30px;
}
#sec-overview .box-school .box .ttl {
    padding: 20px 0 0 0;
}
#sec-overview .box-school .box:nth-child(1) .ttl {
    text-align: right;
}
#sec-overview .box-school .box .txt {
    position: relative;
    z-index: 2;
    padding: 20px 0 40px 0;
    line-height: 25px;
}
/* ------------------------------
	PROGRAM
------------------------------ */
#sec-program {
    position: relative;
    z-index: 1;
    margin: -42vw auto 0;
    padding: 39vw 0 0 0;
    background-image: url("../img/top/bg-program-top.svg"), url("../img/top/bg-program-bottom.svg");
    background-position: 50% 0, 50% 100%;
    background-size: contain, contain;
    background-repeat: no-repeat, no-repeat;
}
#sec-program::after {
    position: absolute;
    top: 42vw;
    left: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: calc(100% - 190vw);
    background: #d5d5d5;
    content: "";
}
#sec-program .box-ttl-red .ttl {
    display: flex;
    justify-content: flex-end;
    margin: 0 0 23px 0;
    text-align: right;
}
/* toggle */
#sec-program .box-toggle {
    position: relative;
    margin: 0 16px;
    background: #fff;
}
#sec-program .box-toggle::after {
    position: absolute;
    right: -16px;
    bottom: 0;
    display: block;
    width: 93vw;
    border-bottom: 2px solid #dc000c;
    content: "";
}
.box-toggle .btn-toggle {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    display: flex;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 34px;
    background: #000;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
}
.box-toggle .btn-toggle::after {
    content: "＋";
}
.box-toggle .btn-toggle.open::after {
    content: "－";
}
/* head */
#sec-program .box-toggle .box-head .box-date {
    display: flex;
    padding: 15px 15px 0;
    font-family: Arial, Helvetica, sans-serif;
}
#sec-program .box-toggle .box-head .box-date .txt-day {
    margin: 0 30px 0 0;
    padding: 0 0 0 8px;
    border-left: 7px solid #dc000c;
    font-size: 18px;
}
#sec-program .box-toggle .box-head .box-date .txt-day .number {
    display: block;
    color: #dc000c;
    font-weight: bold;
    font-size: 34px;
    line-height: 30px;
}
#sec-program .box-toggle .box-head .box-date .txt-time .date {
    padding: 0 5px;
    font-weight: bold;
    font-size: 24px;
}
#sec-program .box-toggle .box-head .box-date .txt-time .time {
    display: block;
    padding: 5px 0 0 0;
    font-size: 20px;
}
#sec-program .box-toggle .box-head .ttl-cont {
    padding: 30px 0 15px;
    text-align: center;
    font-weight: bold;
    font-size: 28px;
}
/* cont */
#sec-program .box-toggle .box-cont {
    display: none;
    margin: 0 20px;
}
#sec-program .box-toggle .box-cont .txt-cont {
    position: relative;
    padding: 0 0 20px 0;
    line-height: 22px;
}
#sec-program #box-toggle-01 .box-cont .box-instructor {
    position: relative;
    padding: 25px 0 0 0;
}
#sec-program #box-toggle-01 .box-cont .box-instructor::before {
    position: absolute;
    top: -5px;
    left: -40px;
    display: block;
    margin-bottom: 20px;
    width: 93vw;
    border-bottom: 2px solid #dc000c;
    content: "";
}
#sec-program .box-toggle .box-cont .box-instructor .box-img {
    margin: 0 auto;
    max-width: 220px;
    text-align: center;
}
#sec-program .box-toggle .box-cont .box-instructor .ttl-name {
    padding: 30px 0 0;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
#sec-program .box-toggle .box-cont .box-instructor .ttl-name span {
    font-size: 30px;
}
#sec-program .box-toggle .box-cont .box-instructor .ttl-job {
    display: flex;
    align-items: center;
    margin: 0 auto;
    padding: 20px 0 0;
    max-width: 245px;
    font-size: 15px;
    line-height: 19.2px;
}
#sec-program .box-toggle .box-cont .txt-profile {
    padding: 25px 0 40px;
    line-height: 22px;
}
#sec-program #box-toggle-07 .box-schedule {
    padding-bottom: 25px;
}
#sec-program #box-toggle-07 .box-schedule .txt {
    padding: 20px 20px 0 20px;
    line-height: 20px;
}
/* facilitator */
#sec-program #box-toggle-11 {
    margin-bottom: 40px;
}
#sec-program #box-toggle-11::after {
    bottom: 20px;
    left: -20px;
}
#sec-program .box-toggle .box-facilitator {
    padding: 15px 15px 50px;
}
#sec-program .box-toggle .box-facilitator .box-ttl {
    padding: 0 0 0 10px;
    border-left: 7px solid #dc000c;
}
#sec-program .box-toggle .box-facilitator .box-ttl .ttl {
    padding: 5px 0 0 0;
    font-weight: bold;
    font-size: 25px;
}
#sec-program .box-toggle .box-facilitator .box-ttl .txt {
    padding: 10px 0 10px 0;
    line-height: 21px;
}
#sec-program .box-toggle .box-facilitator .list {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}
#sec-program .box-toggle .box-facilitator .list li {
    margin: 0 20px;
    max-width: 110px;
    text-align: center;
    font-size: 25px;
}
#sec-program .box-toggle .box-facilitator .list li img {
    margin: 0 0 20px 0;
    max-width: 103px;
}
/* entry */
.box-entry {
    text-align: center;
}
.box-entry a {
    display: block;
    margin: 0 auto;
    padding: 10px 10px 30px;
    width: 182px;
    border: 3px solid #000;
    background: #fff url("../img/top/icon-arrow-entry.svg") no-repeat 50% calc(100% - 10px);
    font-weight: bold;
    font-size: 28px;
    line-height: 39px;
}
.box-entry .txt {
    margin: 20px 0 0 0;
    font-weight: bold;
    font-size: 21px;
}
/* ------------------------------
	IMAGE
------------------------------ */
#sec-image {
    position: relative;
    margin: 35px auto 0;
}
#sec-image .box-ttl-red .txt {
    padding: 15px 0 30px 30px;
    font-weight: bold;
    font-size: 16px;
}
#sec-image .box-img {
    display: none;
}
#sec-image .box-img img {
    width: 100%;
}
/* ------------------------------
	REQUIREMENTS
------------------------------ */
#sec-requirements {
    position: relative;
    margin: 45px auto 0;
}
#sec-requirements .box-ttl-red .txt {
    padding: 10px 0 10px 30px;
    font-weight: bold;
    font-size: 22px;
}
#sec-requirements .box-ttl-red .txt {
    display: flex;
    margin: 0 auto;
    padding: 10px;
    font-weight: normal;
    font-size: 18px;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 22px;
}
#sec-requirements .box-ttl-red .txt span {
    position: relative;
    margin-right: 10px;
    padding: 2px 6px;
    height: 22px;
    background: #000;
    color: #fff;
    white-space: nowrap;
    font-size: 14px;
    line-height: 18px;
}
#sec-requirements .box-ttl-red .txt span::after {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -11px;
    border: 11px solid transparent;
    border-left: 5px solid #000;
    content: "";
}
#sec-requirements .box-table {
    display: none;
    background: #e0e0e0;
}
#sec-requirements .box-table .box {
    padding: 0 28px;
}
#sec-requirements .box-table .box:nth-child(1) {
    padding-top: 36px;
}
#sec-requirements .box-table .box:nth-child(2) {
    padding-top: 46px;
    padding-bottom: 48px;
}
#sec-requirements .box-table .box .ttl {
    text-align: center;
}
#sec-requirements .box-table .box .table {
    margin: 21px 0 0 0;
    width: 100%;
    border-collapse: collapse;
}
#sec-requirements .box-table .box .table th,
#sec-requirements .box-table .box .table td {
    padding: 7px;
    font-size: 12px;
    line-height: 18px;
}
#sec-requirements .box-table .box .table th {
    background: #1a1311;
    color: #fff;
    text-align: center;
}
#sec-requirements .box-table .box .table tr th:nth-child(1) {
    border-right: 2px solid #fff;
}
#sec-requirements .box-table .box .table td {
    background: #fff;
}
#sec-requirements .box-table .box .table tr td:nth-child(1) {
    border-right: 2px solid #1a1311;
    text-align: center;
}
#sec-requirements .box-table .box:nth-child(1) .table tr:nth-child(odd) td {
    background: #ffe980;
}
#sec-requirements .box-table .box:nth-child(2) .table tr:nth-child(odd) td {
    background: #8dd2f6;
}
/* ------------------------------
	COMMON
------------------------------ */
#sec-common {
    margin: 40px 24px 10px;
}
#sec-common .box-ttl {
    margin: 0 auto;
    padding: 5px 0;
    width: 210px;
    border: 2px solid #000;
    text-align: center;
    font-weight: bold;
    font-size: 14px;
}
#sec-common .table {
    margin: 20px auto 0;
    border-collapse: collapse;
}
#sec-common .table tr {
    display: block;
    padding: 10px 0;
    width: auto;
    border-top: 1px solid #000;
}
#sec-common .table tr:nth-child(1) {
    display: none;
    padding-bottom: 5px;
    border-top: none;
}
#sec-common .table tr:nth-child(2) {
    padding-top: 5px;
    border-top: none;
}
#sec-common .table tr:nth-child(6) {
    position: relative;
    margin-top: -45px;
    padding: 30px 0;
}
#sec-common .table th span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 20px;
    background: #000;
    color: #fff;
    text-align: center;
}
#sec-common .table th span:after {
    position: absolute;
    top: 50%;
    left: 100%;
    margin-top: -10px;
    border: 10px solid transparent;
    border-left: 5px solid #000;
    content: "";
}
#sec-common .table td {
    padding: 0 0 0 8px;
}
#sec-common .table tr:nth-child(3) td span {
    display: block;
    padding: 10px 0 0 0;
    font-size: 11px;
}
#sec-common .table tr:nth-child(1) td,
#sec-common .table tr:nth-child(2) td {
    font-size: 16px;
}
#sec-common .table tr:nth-child(5) td {
    padding-top: 10px;
}
#sec-common .table tr:nth-child(6) td {
    font-size: 17px;
    line-height: 25px;
}
#sec-common .table tr:nth-child(6) td .tel {
    font-size: 12px;
}
#sec-common .table tr:nth-child(6) td .tel-number {
    font-size: 23px;
}
#sec-common .table .box-entry {
    transform: scale(0.75);
    transform-origin: 0 0;
}
@media (min-width: 897px) {
    html {
        overflow-x: hidden;
    }
    /* ------------------------------
        MV
    ------------------------------ */
    .sec-mv .box-img {
        display: flex;
        justify-content: center;
    }
    .sec-mv .box-img img {
        max-width: 1280px;
    }
    /* ------------------------------
        OVERVIEW
    ------------------------------ */
    #sec-overview {
        background: none;
    }
    /* HEAD */
    #sec-overview .box-head {
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
    }
    #sec-overview .box-head::before {
      position: absolute;
      top: -130px;
      width: 1280px;
      height: 1567px;
      background: url("../img/top/fv-2-pc.webp") no-repeat 50% 0;
      content: "";
  }
    #sec-overview .box-head::after {
        display: block;
        position: absolute;
        top: 120px;
        z-index: -1;
        margin-left: 560px;
        width: 1720px;
        height: 1060px;
        background: #FEE9AE;
        transform: rotate(17deg);
        content: "";
    }
    #sec-overview .box-head .ttl {
        display: flex;
        justify-content: center;
    }
    #sec-overview .box-head .box-txt {
        position: relative;
        margin: 0 auto;
        max-width: 1280px;
    }
    #sec-overview .box-head .box-txt .txt {
        padding: 22px 240px 0 240px !important;
        font-size: 22px;
        line-height: 34px;
    }
    /* JOIN */
    #sec-overview .box-join {
        position: relative;
        z-index: 1;
        margin: 76px auto 0;
        padding: 0;
        max-width: 618px;
    }
    #sec-overview .box-join .ttl {
        height: 60px;
        font-size: 25px;
    }
    #sec-overview .box-join .list {
        padding: 0 0 0 67px;
    }
    #sec-overview .box-join .list li {
        margin: 30px 0 0 0;
        min-height: 67px;
        font-size: 23px;
        line-height: 33px;
    }
    #sec-overview .box-join .list li::before {
        left: -82px;
        width: 67px;
        height: 67px;
        font-size: 67px;
    }
    /* SCHOOL */
    #sec-overview .box-school {
        display: flex;
        margin: 110px auto 0;
        padding: 0 0 500px;
        max-width: 844px;
        background: none;
    }
    #sec-overview .box-school .box {
        padding: 0 55px;
        width: 50%;
    }
    #sec-overview .box-school .box:nth-child(1) {
        background: rgba(255,185,0,0.5);
    }
    #sec-overview .box-school .box:nth-child(2) {
        background: rgba(113,184,207,0.5);
    }
    #sec-overview .box-school .box .ttl {
        padding: 40px 0 0 0;
        text-align: center !important;
    }
    #sec-overview .box-school .box .txt {
        padding: 22px 0 35px 0;
        font-size: 15px;
    }
    /* ------------------------------
        PROGRAM
    ------------------------------ */
    #sec-program {
        margin: -530px auto 0;
        padding: 324px 0 137px 0;
        background-image: url("../img/top/bg-program-top-pc.png"), url("../img/top/bg-program-bottom-pc.png");
        background-position: 0 0, 0 100%;
        background-size: max(1280px,100vw) 1773.05px, max(1280px,100vw) 1142.21px;
        background-repeat: no-repeat, no-repeat;
    }
    #sec-program::after {
        top: 1770px;
        height: calc(100% - 2912px);
    }
    #sec-program .box-ttl-red .ttl {
        position: relative;
        justify-content: flex-start;
        margin: 0 auto 47px;
        max-width: 1280px;
        text-align: left;
    }
    #sec-program .box-ttl-red .ttl::before {
        position: absolute;
        top: 0;
        left: calc((100vw - 1290px) / -2);
        z-index: 1;
        width: calc((100vw - 1280px) / 2);
        height: 100%;
        background: #dc000c;
        content: "";
    }
    /* toggle */
    #sec-program .box-toggle {
        margin: 0 auto;
        max-width: 1057px;
    }
    #sec-program .box-toggle::after {
        top: 34px !important;
        right: auto;
        bottom: auto;
        left: 15px !important;
    }
    #sec-program .box-toggle .btn-toggle {
        top: 36px;
        right: 22px;
    }
    /* head */
    #sec-program .box-toggle .box-head .box-date {
        padding: 58px 19px 0 !important;
    }
    #sec-program .box-toggle .box-head .box-date .txt-day {
        margin: 0 38px 0 0;
        padding: 0 0 0 12px;
        border-left: 9px solid #dc000c;
        font-size: 22px;
        line-height: 24px;
    }
    #sec-program .box-toggle .box-head .box-date .txt-day .number {
        font-size: 41px;
        line-height: 38px;
    }
    #sec-program .box-toggle .box-head .box-date .txt-time {
        display: flex;
        font-size: 16px;
        line-height: 24px;
    }
    #sec-program .box-toggle .box-head .box-date .txt-time .date {
        margin-top: -2px;
        padding: 0 10px;
        font-weight: bold;
        font-size: 24px;
    }
    #sec-program .box-toggle .box-head .box-date .txt-time .time {
        display: block;
        margin-top: -2px;
        padding: 0 0 0 20px;
        font-size: 20px;
    }
    #sec-program .box-toggle .box-head .ttl-cont {
        margin-top: -22px;
        padding: 0 0 10px 122px;
        text-align: left;
        font-weight: bold;
        font-size: 28px;
    }
    /* cont */
    #sec-program .box-toggle .box-cont {
        display: none;
        margin: 0 20px;
    }
    #sec-program .box-toggle .box-cont .txt-cont {
        position: relative;
        padding: 28px 0 20px 0;
        max-width: 525px;
        font-size: 15px;
        line-height: 25px;
    }
    #sec-program .box-toggle .box-cont .box-instructor {
        position: absolute !important;
        top: 44px !important;
        left: 620px !important;
        padding: 25px 0 0 0;
    }
    #sec-program #box-toggle-01 .box-cont .box-instructor::before {
        display: none;
    }
    #sec-program .box-toggle .box-cont .box-instructor .box-img {
        margin: 0 auto;
        max-width: 220px;
        text-align: center;
    }
    #sec-program .box-toggle .box-cont .box-instructor .ttl-name {
        padding: 30px 0 0;
        text-align: center;
        font-weight: bold;
        font-size: 20px;
    }
    #sec-program .box-toggle .box-cont .box-instructor .ttl-name span {
        font-size: 30px;
    }
    #sec-program .box-toggle .box-cont .box-instructor .ttl-job {
        display: flex;
        align-items: center;
        margin: 0 auto;
        padding: 20px 0 0;
        max-width: 245px;
        font-size: 15px;
        line-height: 19.2px;
    }
    #sec-program .box-toggle .box-cont .ttl-profile {
        font-weight: bold;
        font-size: 18px;
    }
    #sec-program .box-toggle .box-cont .txt-profile {
        padding: 7px 0 80px;
        max-width: 525px;
        font-size: 15px;
        line-height: 25px;
    }
    #sec-program #box-toggle-07 .box-schedule {
        display: flex;
        justify-content: center;
        padding: 65px 0 50px;
        border-top: 10px solid #d5d5d5;
    }
    /* facilitator */
    #sec-program #box-toggle-11 {
        margin-bottom: 116px;
    }
    #sec-program #box-toggle-11::after {
        top: 20px !important;
        bottom: auto;
        left: auto;
    }
    #sec-program #box-toggle-11::before {
        position: absolute;
        right: 144px;
        bottom: 38px;
        display: block;
        width: 100vw;
        border-bottom: 2px solid #dc000c;
        content: "";
    }
    #sec-program .box-toggle .box-facilitator {
        display: flex;
        padding: 58px 15px 55px 19px;
    }
    #sec-program .box-toggle .box-facilitator .box-ttl {
        padding: 0 0 0 15px;
        max-height: 120px;
        border-left: 9px solid #dc000c;
    }
    #sec-program .box-toggle .box-facilitator .box-ttl .ttl {
        padding: 10px 0 0 0;
        font-weight: bold;
        font-size: 25px;
    }
    #sec-program .box-toggle .box-facilitator .box-ttl .txt {
        padding: 15px 0 10px 0;
        line-height: 21px;
    }
    #sec-program .box-toggle .box-facilitator .list {
        display: flex;
        justify-content: center;
        margin: 15px 0 0 56px;
    }
    #sec-program .box-toggle .box-facilitator .list li {
        margin: 0 12px;
        max-width: 125px;
        text-align: center;
        font-size: 25px;
    }
    #sec-program .box-toggle .box-facilitator .list li img {
        margin: 0 0 20px 0;
        max-width: 125px;
    }
    /* entry */
    .box-entry a {
        display: block;
        margin: 0 auto;
        padding: 17px 10px 40px;
        width: 271px;
        border: 3px solid #000;
        background: #fff url("../img/top/icon-arrow-entry.svg") no-repeat 50% calc(100% - 18px);
        font-weight: bold;
        font-size: 28px;
        line-height: 39px;
    }
    .box-entry .txt {
        margin: 14px 0 0 0;
        font-weight: bold;
        font-size: 21px;
    }
    /* ------------------------------
        IMAGE
    ------------------------------ */
    #sec-image {
        position: relative;
        margin: 0 auto 0;
    }
    #sec-image .box-ttl-red .ttl {
        position: relative;
        margin: 0 auto;
        max-width: 1280px;
        text-align: left;
    }
    #sec-image .box-ttl-red .ttl::before {
        position: absolute;
        top: 0;
        left: calc((100vw - 1290px) / -2);
        z-index: 1;
        width: calc((100vw - 1280px) / 2);
        height: 100%;
        background: #dc000c;
        content: "";
    }
    #sec-image .box-toggle {
        position: relative;
        margin: 0 auto;
        max-width: 1057px;
    }
    #sec-image .box-toggle .btn-toggle {
        top: -109px;
        right: 22px;
    }
    #sec-image .box-ttl-red .txt {
        margin: 0 auto;
        padding: 10px 0 0 0;
        max-width: 1057px;
        font-size: 22px;
    }
    #sec-image .box-img {
        display: none;
        padding: 30px 0 76px;
    }
    #sec-image .box-img img {
        width: 100%;
    }
    /* ------------------------------
        REQUIREMENTS
    ------------------------------ */
    #sec-requirements {
        position: relative;
        margin: 41px auto 0;
    }
    #sec-requirements .box-ttl-red {
        margin-bottom: 20px;
    }
    #sec-requirements .box-ttl-red .ttl {
        position: relative;
        margin: 0 auto ;
        max-width: 1280px;
        text-align: left;
    }
    #sec-requirements .box-ttl-red .ttl::before {
        position: absolute;
        top: 0;
        left: calc((100vw - 1290px) / -2);
        z-index: 1;
        width: calc((100vw - 1280px) / 2);
        height: 100%;
        background: #dc000c;
        content: "";
    }
    #sec-requirements .box-toggle {
        position: relative;
        margin: 0 auto;
        max-width: 1057px;
    }
    #sec-requirements .box-toggle .btn-toggle {
        top: -167px;
        right: 22px;
    }
    #sec-requirements .box-ttl-red .txt {
        margin: 0 auto;
        padding: 33px 0 15px 7px;
        max-width: 1057px;
        font-weight: normal;
        font-size: 22px;
        font-family: Arial, Helvetica, sans-serif;
    }
    #sec-requirements .box-ttl-red .txt span {
        position: relative;
        margin-right: 20px;
        padding: 4px 6px;
        height: 28px;
        background: #000;
        color: #fff;
        font-size: 19px;
    }
    #sec-requirements .box-ttl-red .txt span::after {
        position: absolute;
        top: 50%;
        left: 100%;
        margin-top: -14px;
        border: 14px solid transparent;
        border-left: 10px solid #000;
        content: "";
    }
    #sec-requirements .box-table {
        display: none;
        margin: 0 calc(50% - 50vw) 0;
        width: 100vw;
        background: #e0e0e0;
    }
    #sec-requirements .box-table .box {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 auto;
        padding: 0 ;
        max-width: 787px;
    }
    #sec-requirements .box-table .box:nth-child(1) {
        padding-top: 68px;
    }
    #sec-requirements .box-table .box:nth-child(2) {
        margin-bottom: 54px;
        padding-top: 71px;
        padding-bottom: 77px;
    }
    #sec-requirements .box-table .box .ttl {
        width: 160px;
        text-align: center;
    }
    #sec-requirements .box-table .box .ttl img {
        width: 100%;
    }
    #sec-requirements .box-table .box .table {
        margin: 0 0 0 0;
        width: 595px;
        border-collapse: collapse;
    }
    #sec-requirements .box-table .box .table th,
    #sec-requirements .box-table .box .table td {
        padding: 7px;
        font-size: 12px;
        line-height: 18px;
    }
    #sec-requirements .box-table .box .table th {
        padding: 10px 7px;
        background: #1a1311;
        color: #fff;
        text-align: center;
    }
    #sec-requirements .box-table .box .table tr th:nth-child(1) {
        border-right: 2px solid #fff;
    }
    #sec-requirements .box-table .box .table td {
        padding: 5px 7px;
        background: #fff;
    }
    #sec-requirements .box-table .box .table tr td:nth-child(1) {
        border-right: 2px solid #1a1311;
        text-align: center;
    }
    #sec-requirements .box-table .box:nth-child(1) .table tr:nth-child(odd) td {
        background: #ffe980;
    }
    #sec-requirements .box-table .box:nth-child(2) .table tr:nth-child(odd) td {
        background: #8dd2f6;
    }
    /* ------------------------------
        COMMON
    ------------------------------ */
    #sec-common {
        position: relative;
        left: -25px;
        margin: 39px auto 52px;
        width: 828px;
        background: #fff;
    }
    #sec-common .box-ttl {
        position: absolute;
        top: -12px;
        left: 25px;
        padding: 9px 0;
        width: 238px;
        border: 2px solid #000;
        background: #fff;
        text-align: center;
        font-weight: bold;
        font-size: 15px;
    }
    #sec-common .table {
        margin: 20px auto 0;
        width: 828px;
        height: 323px;
        border: 2px solid #000;
        border-collapse: collapse;
    }
    #sec-common .table tr {
        display: block;
        padding: 10px 0;
        width: auto;
        border-top: 1px solid #000;
    }
    #sec-common .table tr:nth-child(1) {
        display: none;
    }
    #sec-common .table tr:nth-child(2) {
        position: absolute;
        top: 54px;
        left: 24px;
        width: 388px;
        line-height: 22px;
    }
    #sec-common .table tr:nth-child(3) {
        position: absolute;
        top: 103px;
        left: 24px;
        padding-top: 15px;
        line-height: 22px;
    }
    #sec-common .table tr:nth-child(4) {
        position: absolute;
        top: 182px;
        left: 24px;
        padding-top: 15px;
        width: 388px;
    }
    #sec-common .table tr:nth-child(5) {
        position: absolute;
        top: 139px;
        left: 484px;
        margin-top: 0;
        padding: 28px 0;
        width: 314px;
    }
    #sec-common .table tr:nth-child(6) {
        position: absolute;
        top: 30px;
        left: 484px;
        margin-top: 0;
        padding: 30px 0;
        width: 320px;
        border-top: none;
    }
    #sec-common .table th span {
        width: 70px;
        height: 22px;
    }
    #sec-common .table td {
        padding: 0 0 0 10px;
    }
    #sec-common .table tr:nth-child(3) td span {
        display: block;
        padding: 3px 0 0 0;
        font-size: 14px;
    }
    #sec-common .table tr:nth-child(1) td,
    #sec-common .table tr:nth-child(2) td,
    #sec-common .table tr:nth-child(3) td {
        font-size: 16px;
    }
    #sec-common .table tr:nth-child(4) td {
        font-size: 15px;
        line-height: 22px;
    }
    #sec-common .table tr:nth-child(5) td {
        padding: 0 0 0 20px;
    }
    #sec-common .table tr:nth-child(6) td {
        font-size: 15px;
        line-height: 32px;
    }
    #sec-common .table tr:nth-child(6) td .tel {
        font-size: 12px;;
    }
    #sec-common .table tr:nth-child(6) td .tel-number {
        font-size: 23px;
    }
    #sec-common .table .box-entry {
        white-space: nowrap;
        transform: scale(0.75);
        transform-origin: 0 0;
    }
}
@media (min-width: 1280px) {
    .sec-mv .box-img {
        background: none;
    }
    .sec-mv .box-img img {
        z-index: 2;
        background: none;
    }
}

