@charset "utf-8";

#company .sec_inner {
    font-family: heisei-kaku-gothic-std;
}
#company .sec1 {
    background-repeat: repeat-x;
    background-position: center bottom;
    background-size: auto;
}
#company .sec1 .sec_inner{
    margin-top: 0;
}
#company .sec1 .company_content {
    display: flex;
    justify-content:center;
    align-items: baseline;
}
#company .sec1 .company_info {
    text-align: center;
}
#company .sec1 .company_info_msg {
    display: block;
    margin: auto;
}
#company .sec1 .company_info_box {
    padding: 16px 16px 16px 100px;
    /* width: 600px; */
    width:720px;
    display: inline-block;
}
#company .sec1 .company_info_text {
    text-align: left;
    font-size: 1.4rem;
    line-height: 1.7;
}
#company .sec1 .company_info_btn {
    margin-top: 30px;
    margin-left: auto;
}
#company .company_photo {
    margin-left: 40px;
}
#company .sec1 h3{
    font-family: heisei-mincho-std, serif;
    font-size: 3.6rem;
    font-weight: bold;
    color: #ad0000;
    text-align: center;
    width: 1050px;
    margin: 0 auto;
}
#company .sec1 h3 span{
    display: block;
    text-align: right;
    font-size: 1.6rem;
    color: #000;
    font-family: heisei-kaku-gothic-std, sans-serif;
    margin: 20px 30px 0 0;
}
@media screen and (max-width: 1024px) {
    #company .sec1 h3{
        font-size:2.4rem;
        width: auto;
        margin: 0;
    }
    #company .sec1 h3 span{
        margin: 3% 2% 0 0;
    }
}

#company .sec2 table,
#company .sec2 table th,
#company .sec2 table td{
    border-collapse: collapse;
}
#company .sec2 table{
    border-collapse: collapse;
    width: 1000px;
    margin:50px auto 0;
}
#company .sec2 table th{
    border-top: 1px solid #ccc;
    text-align: left;
    font-weight: bold;
    width: 15%;
    padding-left: 10px;
}
#company .sec2 table td{
    border-top: 1px solid #ccc;
    padding: 20px 10px 20px 0;
}
#company .sec2 table th:last-of-type,
#company .sec2 table td:last-of-type{
    border-bottom: 1px solid #ccc;
}
#company .sec2 table td span{
    color: #fff;
    font-size: 1.2rem;
    background: #ea2a28;
    margin-left: 20px;
    padding: 5px 10px;
    line-height: 1;
    border-radius: 5px;
    position: relative;
}
#company .sec2 table td span:before{
    content: "";
    position: absolute;
    bottom: 20px;
    right: 100%;
    border: 6px solid transparent;
    border-right: 6px solid #ea2a28;
    width: 0;
    height: 0;
    top: 50%;
    transform: translateY(-50%);
}
#company .sec2 table td ul li{
    padding-left: 1em;
}
#company .sec2 table td ul li:before{
    content: "・";
    margin-left: -1em;
}
@media screen and (max-width:1024px) {
    #company .sec2 table th,
    #company .sec2 table td{
        display: block;
        width: 100%;
        border: 0;
    }
    #company .sec2 table {
        display: table;
        width: 100%;
    }
    #company .sec2 table th{
        background: #f3f3f3;
        text-align: center;
        padding:3% 0;
    }
    #company .sec2 table th:last-of-type,
    #company .sec2 table td:last-of-type{
        border-bottom:0;
    }
    #company .sec2 table td{
        padding:5% 2%;
    }
    #company .sec2 table td span{
        margin-left:5px;
        display: block;
    }
}

#company .sec3 .box {
    margin-top:50px;
}
#company .sec3 .box h5{
    font-size: 2rem;
    font-weight: bold;
}
#company .sec3 .box h5 span{
    font-weight: bold;
    color: #4694d1;
    margin-right: 10px;
}
#company .sec3 .box ul{
    display: flex;
    margin: 15px 0 15px 15px;
}
#company .sec3 .box ul li{
    background: url(../img/company/icon_train.png) no-repeat;
    background-size: contain;
    padding-left: 20px;
    margin-right: 20px;
}
#company .sec3 .gmap iframe{
    height:350px;
    border: 0;
}
@media screen and (max-width: 1024px) {
    #company .sec3 .box {
        margin-top:8%;
    }
    #company .sec3 .box ul{
        display: block;
        width: auto;
        margin: 3% 0 3% 2%;
    }
    #company .sec3 .box ul li{
        background-size:4%;
        margin: 0 0 3% 0;
    }
    #company .sec3 .box ul li:last-of-type{
        margin: 0;
    }
    #company .sec3 .gmap iframe{
        height:350px;
        border: 0;
    }
    #company .sec3 .gmap {
        height: 0;
        overflow: hidden;
        padding-bottom: 56.25%;
        position: relative;
        margin-top:8%;
    }
    #company .sec3 .gmap iframe {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
    }
}
#company .accordion-container {
  position: relative;
  width: 1000px;
  margin: 0 auto 140px;
  border-top: none;
  outline: 0;
  cursor: pointer
}

#company .accordion-container .accordion-title {
  display: block;
  position: relative;
  margin-bottom: 3px;
  padding: 20px;
  font-size: 2.0rem;
  font-weight: normal;
  color: #fff;
  background: #1872a8;
  cursor: pointer;
}

#company .accordion-container .accordion-title:hover,
#company .accordion-container .accordion-title:active,
#company .accordion-container .content-entry.open .accordion-title {
    opacity: 0.8;
}

#company .accordion-container .accordion-title:hover i:before,
#company .accordion-container .accordion-title:hover i:active,
#company .accordion-container .content-entry.open i {
  color: white;
}

#company .accordion-title{
  position: relative;
}

#company .accordion-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 15px;
  height: 15px;
  border-top: solid 4px #fff;
  border-right: solid 4px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

#company .accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

#company .accordion-content {
  display: none;
}
#company .performance_table {
    border-collapse: collapse;
    border-collapse: collapse;
    width: 960px;
    margin: 0 auto 3px;
    text-align: center;
    font-size: 1.4rem;
}
#company .performance_table td {
    border: solid 1px black;
}

#company .performance_table_season {
    width: 20%;
    padding: 16px 0;
}
#company .performance_table_title {
    width: 25%;
    padding: 16px 0;
}
#company .performance_table_info {
    text-align: left;
    padding: 16px 0 16px 20px;
}

@media screen and (max-width:1024px) {
    #company .accordion-container .accordion-title {
        padding: 10px;
    }
    #company .accordion-title:after {
        top: 30%;
    }
    #company .sec1 .company_content {
        display: block;
    }
    #company .company_photo {
        margin: auto;
    }
    #company .sec1 .company_info_box {
        width: auto;
        padding: 16px 0 32px;
    }
    #company .accordion-container {
        width: auto;
        margin: 50px auto;
    }
    #company .performance_table {
        width: 100%;
    }
    #company .performance_table td {
        padding: 4px;
    }
    #company .performance_table_season {
        width: auto;
    }
    #company .performance_table_title {
        width: auto;
        padding: 0;
    }
    #company .performance_table_season {
        width: auto;
    }
    #company .performance_table tr {
        text-align: left;
    }
}
