@charset "utf-8";
/*共通設定*/
.title {
    background-image: url(/img/first-view.png);
}

.strong h2,
.overview h2 {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    line-height: 1.3;
}

.strong h2 span,
.overview h2 span {
    font-size: 20px;
}
/*終わり*/


/*<div class="company">*/
.company {
    margin-top: 120px;
    padding-left: 5vw;
    padding-right: 5vw;
    position: relative;
}

.company-in {
    position: relative;
}

.company-lead {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto 150px auto;
    text-align: center;
}

.company-con {
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-bottom: 60px;
}

.company-con2 {
    padding-top: 60px;
}

.company-con img,
.company-con2 img {
    width: 50%;
    border-radius: 10px;
}

.company-con2 {
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 150px;
}

.company-text {
    width: 45%;
    margin-top: 50px;
}

.company-text h2 {
    margin-bottom: 30px;
}

.company-mask {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 40%;
    height: 40%;
    background-color: #EDE9E0;
    border-radius: 50px;
}
/*終わり*/


/*<section class="strong">*/
.strong {
    padding-left: 5vw;
    padding-right: 5vw;
    margin-bottom: 150px;
}

.strong-in {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
}

.strong-con {
    width: 30%;
    background-color: #fff;
    border-radius: 10px;
}

.strong-con:nth-child(2) {
    margin-top: 50px;
}

.strong-con:nth-child(3) {
    margin-top: 100px;
}

.strong-con img {
    border-radius: 10px 10px 0 0;
}

.strong-text {
    padding: 20px 2vw;
}

.strong-text .lead-text {
    text-align: center;
    font-size: 22px;
}

.strong .scroll:nth-child(2) {
    transition-delay: 0.2s;
}

.strong .scroll:nth-child(3) {
    transition-delay: 0.4s;
}
/*終わり*/


/*<section class="overview">*/
.overview {
    padding: 0 5vw 150px 5vw;
    display: flex;
    justify-content: space-between;
}

.overview-in {
    width: 70%;
    background-color: #EDE9E0;
    border-radius: 10px;  
}

.overview dl {
  display: flex;
  flex-wrap: wrap;
}

.overview dt {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  width: 25%;
  padding: 30px 2vw;
  box-sizing: border-box;
  border-bottom: solid 1px #fff;
}

.overview dd {
  width: 75%;
  padding: 30px 2vw;
  box-sizing: border-box;
  border-bottom: solid 1px #fff;
}
/*終わり*/


/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/ 


/*<div class="company">*/
.company-con,
.company-con2 {
    padding-left: 0;
    padding-right: 0;
}
/*終わり*/


/*<section class="overview">*/
.overview {
    display: block;
}

.overview-in {
    width: 100%;
    background-color: inherit;
}
/*終わり*/
}
/*終わり*/


/*スマホ*/
@media (max-width: 599px) {
/*<div class="company">*/
.company-con {
    border-bottom: solid 1px #AD8B73;
}

.company-con,
.company-con2 {
    display: block;
}

.company-con img,
.company-con2 img {
    width: 100%;
}

.company-text {
    width: 100%;
}

.company-mask {
    top: 15%;
    left: 0;
    width: 150%;
    height: 80%;
}
/*終わり*/


/*<section class="strong">*/
.strong-in {
    display: block;
}

.strong-con {
    width: 100%;
}

.strong-con:nth-child(3) {
    margin-top: 50px;
}
/*終わり*/


/*<section class="overview">*/
.overview-in dl dt {
    border-bottom: none;
    padding: 20px 0 0 0;
    width: 100%;
}

.overview-in dl dd {
    width: 100%;
    padding-left: 0;
}
/*終わり*/
}    
    