@charset "UTF-8";
/* コンテンツ */

.model_bg {
    position: relative;
    background-color: #fff338;
    padding-bottom: 3em;
}
.model_bg span {
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("../img/bg_model.jpg");
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 880px;
}
.model_bg h2 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 2em;
}
.model_bg h3 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.model05_box {
    box-sizing: border-box;
    max-width: 1200px;
	padding:3em 30px;
	margin:0 auto;
	text-align:left;
}
.model05_box ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.model05_box ul li {
    width: 45%;
    margin-bottom: 3em;
}
.model05_box ul li img {
    width: 100%;
}

.osusume {
    font-size: 2em;
    line-height: 1.4;
    color: #cd2a1c;
}
@media screen and (max-width: 1200px) {
.model_bg span {
    width: 100%;
    height: auto;
    aspect-ratio:1.35 / 1;
}
}

@media screen and (max-width: 960px) {
.osusume {
    font-size: 1.6em;
}
}
@media screen and (max-width: 520px) {

.model_bg {
    padding-bottom: 2em;
}
.model_bg h2 {
    margin: 0 auto 1em;
}

.model05_box {
	padding:2em 5%;
	margin:0 auto;
	text-align:left;
}
.model05_box ul {
    margin-bottom: -2em;
}
.model05_box ul li {
    width: 100%;
    margin-bottom: 2em;
}

.osusume {
    font-size: 1.24em;
}
}

.event1,.event2,.event1 option,.event2 option {
    display: none;
}
.day_hide {
    display: none;
}
.hd_box {
    padding-top: 30px;
    border-bottom: 1px solid #0c6054;
}
.hd_box ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: 0;
    margin-bottom: 0.5em;
}
.hd_box ul li img {
    height: 20px;
}
.sld_box {
    display: flex;
    justify-content: space-between;
    border-left: 1px solid #0c6054;
}
.sld_tx {
    width: 10%;
    padding-top: 50px;
}
.sld_tx h2 {
    position: sticky;
    top: 50px;
}
.sld_tx h2 img {
    width: 100%;
    margin-left: -6.5%;
}
.sld_doc {
    box-sizing: border-box;
    width: calc(100% - 10%);
    padding: 5em 5%;
}

.title_box {
    width: 80%;
    margin: 0 auto 5em;
}
.title_box h3 {
    margin: 4em auto 2em;
}
.title_box p {
    font-size: 1.16em;
    line-height: 1.7;
    font-weight: bold;
    text-align: center;
}

.about_box {
    position: relative;
    width: 70%;
    margin: 0 auto 5em;
}
.about_box h4 {
    line-height: 0;
}
.about_box h4 img {
    width: 50%;
}
.about_box h3 {
    line-height: 0;
    margin: 2em auto 1em;
}
.about_box h3 img {
    width: 40%;
}
.about_box p {
    font-size: 1em;
    line-height: 1.7;
}
.about_box h5 {
    line-height: 0;
    text-align: center;
    margin-top: 2em;
}
.about_box h5 img {
    width: 40%;
}
.about_box h6 {
    position: absolute;
    right: -2em;
    top: -2em;
    width: 38%;
}
.about_box h6 img {
    width: 100%;
    border: 5px solid #fff;
    transform: rotate(-10deg);
}

.mtx1 {
    text-align: center;
    line-height: 1.5;
    font-weight: bold;
    font-size: 1.6em;
}

.md_box {
    width: 80%;
    margin: 0 auto 5em;
}
.md_box ul {
    display: flex;
    justify-content: space-around;
    align-items: flex-start;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.md_box ul img {
    width: 100%;
}
.md_box ul li {
    width: calc(100% / 2 - 2.5em);
    margin-bottom: 3em;
}
.md_box ul li:nth-child(even) {
    margin-left: 3em;
}
.md_box ul li h4 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5em;
}
.md_box ul li h4 span {
    width: 25%;
}
.md_box ul li h4 strong {
    width: 45%;
}
.md_box ul li h3 {
    overflow: hidden;
}
.md_box ul li h3 a img {
    transition: all 0.3s;
}
.md_box ul li h3 a:hover img {
    transform: scale(1.2);
}
.md_box ul li h5 {
    position: relative;
    width: 25%;
    margin: -2em auto 0;
}
.md_box ul li:nth-child(1) a,.md_box ul li:nth-child(3) a,.md_box ul li:nth-child(6) a {
    pointer-events: none;
}
.md_box ul li:nth-child(1) h5,.md_box ul li:nth-child(3) h5,.md_box ul li:nth-child(6) h5 {
    display: none;
}

.maker {

}
.maker h3 {
    text-align: center;
    border-top: 1px solid #999;
    border-bottom: 1px solid #999;
    margin-bottom: 3em;
}
.maker h3 span {
    font-size: 1.4em;
    line-height: 2.5em;
}
.maker ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -3em;
}
.maker ul img {
    width: 100%;
}
.maker ul li {
    box-sizing: border-box;
    padding: 0 1em;
    width: 21%;
    margin-bottom: 3em;
}

@media screen and (max-width: 960px) {
.hd_box {
    padding-top: 20px;
}
.hd_box ul li img {
    height: 16px;
}

.sld_doc {
    padding: 4em 5%;
}

.title_box {
    width: 90%;
    margin: 0 auto 4em;
}
.title_box h3 {
    margin: 3em auto 1.5em;
}
.title_box p {
    font-size: 1em;
    text-align: left;
}

.about_box {
    width: 80%;
    margin: 0 auto 4em;
}
.about_box h4 img {
    width: 50%;
}
.about_box h3 {
    margin: 2em auto 1em;
}
.about_box h3 img {
    width: 40%;
}
.about_box h5 {
    margin-top: 2em;
}
.about_box h5 img {
    width: 45%;
}
.about_box h6 {
    position: absolute;
    right: 0;
    top: -1em;
    width: 38%;
}
.about_box h6 img {
    border: 3px solid #fff;
}

.mtx1 {
    line-height: 1.7;
    font-size: 1.24em;
}

.md_box {
    width: 90%;
    margin: 0 auto 4em;
}

.maker ul li {
    padding: 0 1em;
    width: 34%;
}

}

@media screen and (max-width: 520px) {
.hd_box {
    padding-top: 10px;
}
.hd_box ul li img {
    height: 12px;
}

.sld_doc {
    padding: 3em 5%;
}

.title_box {
    width: 95%;
    margin: 0 auto 3em;
}
.title_box h3 {
    margin: 2em auto 1em;
}

.about_box {
    width: 95%;
    margin: 0 auto 3em;
}
.about_box h4 img {
    width: 50%;
}
.about_box h3 {
    margin: 2em auto 1em;
}
.about_box h3 img {
    width: 50%;
}
.about_box h5 {
    margin-top: 2em;
}
.about_box h5 img {
    width: 55%;
}
.about_box h6 {
    position: absolute;
    right: 0;
    top: -1em;
    width: 38%;
}
.about_box h6 img {
    border: 2px solid #fff;
}

.mtx1 {
    font-size: 1em;
}

.md_box {
    width: 95%;
    margin: 0 auto 3em;
}
.md_box ul li {
    width: 100%;
}
.md_box ul li:nth-child(even) {
    margin-left: 0;
}

.maker h3 {
    margin-bottom: 3em;
}
.maker h3 span {
    font-size: 1.16em;
    line-height: 2.5em;
}
.maker ul {
    margin-bottom: -3em;
}
.maker ul li {
    padding: 0;
    width: 40%;
}

}
