@charset "utf-8";
/* CSS Document */
/*-----------------------------------------*/
/* index  -----------------------------*/
/* メイン  -----------------------------*/
.bg {
	background: url("../img/main_bg_img.jpg") no-repeat center / 100% 100%;
	box-shadow: 0px 11px 20px 0px rgba(0,0,0,0.2)
}
.main_wrap {
    overflow: hidden;
}
.pattern2 img{
    opacity: 0;
    transform: translateX(40px);
    transition: 1.0s;
}
.pattern2.show img{
    opacity: 1;
    transform: translateX(0);
}
.main_wrap_tx {
	position: relative;
	max-width: 1050px;
	margin: auto;
}
@media (max-width: 1600px) {
.bg {
	background: url("../img/main_bg_img.jpg") no-repeat center / auto 100%;
}
}
@media (max-width: 600px) {
.bg {
	display: none;
}
.bg_2 {
    content: url('../img/main_bg_img-sm.jpg');
	display: block;
	max-width: 100%;
    height: auto;
    vertical-align: bottom;
}
}

/* index 動画 */
.c-movie {
	width: 90%;
	margin: 20px auto 0;
    padding: 80px 20px;   
}
.c-movie video {
	box-shadow: 0 0 4px gray;
}
@media screen and (max-width:767px) {
.c-movie {
	width: 100%;
}
}
/* index　p  -----------------------------*/
.tx_center {
    text-align: center;
}
.tx_left {
	text-align: left;
}
.tx_md {
	margin: 30px auto 40px;
	text-align: center;
}
.tx_md p, .tx_md .list_tx, .tx_md ul {
	display: inline-block;
	text-align: left;
}
.tx_md2 {
	text-align: center;
}
.tx_md2 p {
	display: inline-block;
	text-align: left;
}
.c-note--mark--bk {
	padding-left:2.5em;
	text-indent: -2.5em;
}
.c-table--center td, .c-table--center th {
	vertical-align: middle;
}
/* index　  -----------------------------*/
.heading-16 {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #dc6f06;
	font-size: 30px;
	font-weight: bold;
	margin: 30px auto 20px;
}
.heading-16::before,
.heading-16::after {
    width: 3px;
    height: 40px;
    background-color: #dc6f06;
    content: '';
}
.heading-16::before {
    transform: rotate(-35deg);
    margin-right: 30px;
}
.heading-16::after {
    transform: rotate(35deg);
    margin-left: 30px;
}
.heading-16 span {
	font-size: 30px;
	padding: 0 5px 10px;
}
.tx_ad {
    line-height: 1.8;
    font-size: 19px;
    font-weight: 500;
}
.tx_b1 {
    font-size: 1.5em;
    color: #004878;
    font-weight: bold;
}
.balloon-1 {
    margin-top: 30px;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    background: #004878;
    padding: 15px 25px;
    position: relative;
    border-radius: 10px;
}
.balloon-1::before{
    content: "";
    position: absolute;
    width: 30%;
    height: 50%;
    background: #114878;
    top: 0;
    bottom: -120%;
    left: 0;
    right: 30%;
    clip-path: polygon(0 30%, 30% 0, 40% 100%);
    margin: auto;
}
.cstm-box-corner-accent {
    line-height: 1.7;
    text-align: center;
    color: #004878;
    font-size: 26px;
}
@media screen and (max-width:767px) {
.cstm-box-corner-accent {
    font-size: 22px;
}
}
.tx_maru span {
    background-color: #dc6f06;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 7px 30px;
    border-radius: 30px;
}
.image-change_1 {
    content: url('../img/mtc_feature_06.png');
}
@media (max-width: 600px) {
.image-change_1 {
    content: url('../img/mtc_feature_06-sm.png');
}
}



