@charset "utf-8";
/*共通設定*/
.main {
    padding-top: 100px;
}

.page-title {
    background-image: url(/img/in-company.jpg);
}

.company {
    margin-bottom: 120px;
}
/*終わり*/


/*<section class="about">*/
.about {
    margin-bottom: 120px;
    text-align: center;
}

.about-text {
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 70px;
}

.strength {
    background-color: #f9f9f9;
    padding: 25px 3vw;
}

.strength-text {
    max-width: 1200px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-between;
}

.strength-123 {
    width: 30%;
}

.strength-123 h3 {
    font-size: 20px;
    margin-bottom: 20px;
}

.strength-123 img {
    width: 55%;
}

.strength-123 p {
    text-align: left;
}

.strength-text .scroll:nth-child(2) {
    transition-delay: 0.2s;
}

.strength-text .scroll:nth-child(3) {
    transition-delay: 0.4s;
}

/*終わり*/


/*<section class="company-con">*/
.company-con1 {
    max-width: 1200px;
    width: 100%;
    padding: 0 3vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
    display: flex;
    position: relative;
}

.company-con1 img {
    width: 55%;
}

.company-text1 {
    position: absolute;
    top: 35%;
    left: 50%;
    width: 45%;
    background-color: #fff;
    padding: 25px;
}

.company-con2 {
    max-width: 1200px;
    width: 100%;
    padding: 0 3vw;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 120px;
    display: flex;
    position: relative;
}

.company-con2 img {
    width: 55%;
    margin-left: auto;
    margin-right: 0;
}

.company-text2 {
    position: absolute;
    top: 35%;
    left: 5%;
    width: 45%;
    background-color: #fff;
    padding: 25px;
}

.company h2 {
    margin-bottom: 10px;
    font-size: 25px;
}
/*終わり*/


/*<section class="overview">*/
.overview {
    background-color: #f1f1f1;
    padding: 30px 5vw;
}

.overview dl {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.overview dl dt {
    width: 40%;
    padding: 20px 0;
    border-bottom: solid 1px #f9f9f9;
    font-weight: bold;
    font-size: 17px;
}

.overview dl dd {
    width: 55%;
    padding: 20px 0;
    border-bottom: solid 1px #f9f9f9;
}

.overview .last-dt,
.overview .last-dd {
    border-bottom: none;
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
.main {
    padding-top: 80px;
}
/*終わり*/


/*<section class="company">*/
.company-con1,
.company-con2 {
    display: flex;
}

.company-con2 {
    flex-direction: row-reverse;
}

.company-text1 {
    position: static;
    padding-right: 0;
    padding-left: 5vw;
}

.company-text2 {
    position: static;
    padding-left: 0;
    padding-right: 5vw;

}
/*終わり*/ 


/*<section class="overview">*/
.overview dl {
    width: 100%;
}
/*終わり*/
}


/*スマホ*/
@media (max-width: 599px) {
/*<section class="about">*/
.about {
    padding-left: 5vw;
    padding-right: 5vw;
}

.about-text {
    text-align: left;
}

.about-text .lead-txt {
    text-align: center;
}

.strength-text {
    display: block;
}

.strength-123 {
    width: 100%;
    padding-bottom: 50px;
    border-bottom: solid 2px #f1f1f1;
}

.strength-123:last-child {
    border-bottom: none;
}
/*終わり*/


/*<section class="company">*/
.company {
    padding-left: 5vw;
    padding-right: 5vw;
}

.company-con1,
.company-con2 {
    display: block;
    margin-bottom: 70px;
    padding-top: 25px;
    padding-bottom: 25px;
}

.company-con1 img,
.company-con2 img {
    width: 100%;
}

.company-text1,
.company-text2 {
    width: 100%;
    text-align: left;
    padding: 25px 0 0 0;
}
/*終わり*/


/*<section class="overview">*/
.overview dl {
    display: block;
}

.overview dl dt {
    border-bottom: none;
    padding: 20px 0 0 0;
    width: 100%;
}

.overview dl dd {
    width: 100%;
}
/*終わり*/
}
