@charset "UTF-8";
.under_mv{
    background: url("../img/mv.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}


.main_content{
}
.intro {
    margin: auto;
    padding: 90px 0 120px;
    background: url("../img/bg_01.png") top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.intro_copy{
    max-width: 1024px;
    width: 90%;
    text-align: center;
    margin: auto;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 1.6;
}
.intro_box {
    max-width: 850px;
    width: 90%;
    margin: 30px auto 0;
    box-sizing: border-box;
    background: #fff;
    padding: 60px 35px;
    box-shadow: 0px 3px 6px #00000029;
}
.intro_name {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 60px;
}
.name_img {
    margin-left: 20px;
}
.company {
    background: transparent linear-gradient(89deg, #F0F1F2 0%, #FDFEFF 100%) 0% 0% no-repeat padding-box;
    padding: 90px 0 120px;
}
.com_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
}
.com_btnbox {
    display: flex;
    width: 100%;
    justify-content: flex-end;
    margin-top: 10px;
}
.com_btn{
    max-width: 184px;
}
.table_box {
    margin-top: 25px;
}
table {
    width: 100%;
    border-top: 1px solid #2f328d;
}
th {
    background: #9193c1;
    color: #fff;
    text-align: center;
    padding: 20px 0;
    width: 152px;
    border-bottom: 1px solid #2f328d;
}
td {
    background: #fff;
    border-bottom: 1px solid #2f328d;
    padding: 10px 40px;
}
.add_inner {
    max-width: 1024px;
    width: 90%;
    margin: auto;
    padding: 90px 0 70px;
}
.map_box {
    margin-top: 30px;
}
.map_box.first {
    margin-top: 60px;
}
.map_name {
    font-size: 2rem;
    font-weight: bold;
}
.map {
    margin-top: 20px;
}
iframe{
    max-width: 100%;
    margin-bottom: 20px;
}
.add_bot {
    display: flex;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 30px;
    border-bottom: 1px solid #555;
}
.com_nav {
    max-width: 1024px;
    margin: auto;
    width: 90%;
    padding-bottom: 120px;
}
.pdf_midashi {
    font-size: 2rem;
    font-weight: bold;
}
.pdf_btn {
    width: 228px;
    margin-top: 20px;
}
.pdf_btn a {
    padding: 5px 0;
}
.catalog_flex {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.catalog_bnr {
    max-width: 495px;
    width: 100%;
    height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0 50px;
    box-sizing: border-box;
    margin-top: 30px;
    box-shadow: 0 0 3px #00000029;
}
.catalog_bnr:nth-child(1){
    background: url("../img/bg_03.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}
.catalog_bnr:nth-child(2){
    background: url("../img/bg_04.png") center;
    -webkit-background-size: cover;
    background-size: cover;
}


@media screen and (max-width: 767px) {
.intro_copy {
    font-size: 5.5vw;
}
.intro_box {
    padding: 30px 5%;
}
table,tbody,tr,th,td{
    display: block;
    width: 100%;
    box-sizing: border-box;
}
th,td{
    padding: 10px 5%;
}
.btn--b a {
    padding: 5px 0;
}
.add_bot {
    flex-direction: column;
}
.add_btn {
    margin-top: 30px;
}
.add_icon {
    margin-right: 10px;
}
.catalog_flex {
    flex-direction: column;
    align-items: center;
}
}
