@charset "utf-8";

/** |READ ME| **********************************************************************************************************

"aboutus"

Cascading Style Sheet Setting File

Ver.20221021

********************************************************************************************************** |READ ME| **/

.aboutus-link-box {
    margin:0 0 120px;
}
.aboutus-link-wrap {
    display: flex;
    justify-content: flex-start;
    max-width: 1100px;
    margin: auto;
}
.aboutus-link-list {
    margin-right: 12px;
    display: table;
}
.aboutus-link {
    display: block;
    width: 100%;
    line-height: 38px;
    padding: 0 20px 0 50px;
    border: 1px solid #DDDDDD;
    border-radius: 20px;
    color: #000;
    background: #fff;
    box-sizing: border-box;
    font-size: 14px;
    position: relative;
}
.aboutus-link::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    width: 5px;
    height: 5px;
    border-bottom: 1px solid #333;
    border-right: 1px solid #333;
    transform: translateY(-50%) rotate(45deg);
}

.aboutus-ttl {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-align: left;
    padding-left: 40px;
}
.aboutus-ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 2px;
    background: #FF0033;
}

.aboutus-top-inner {
    max-width: 1100px;
    margin: auto;
}
.aboutus-top-content {
    display: flex;
    justify-content: space-between;
    padding: 70px 0 180px;
}
.aboutus-top-content-imgarea {
   width: 450px;
}
.aboutus-top-content-imgarea img {
    display: block;
    width: 100%;
}
.aboutus-top-content-txtarea {
   width: calc(100% - 520px);
   text-align: left;
}
.aboutus-top-content-txt {
    font-size: 14px;
    line-height: 2.7;
}
.aboutus-top-content-name {
    margin-top:10px;
    font-size: 16px;
    text-align: right;
}

.aboutus-philosophy-inner {
    max-width: 1100px;
    margin: auto;
}
.aboutus-philosophy-content {
    display: flex;
    justify-content: space-between;
    padding:70px 0 180px;
}
.aboutus-philosophy-content-txtarea {
    width: calc(100% - 400px);
    text-align: left;
}
.aboutus-philosophy-content-subttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.aboutus-philosophy-content-txt {
    font-size: 14px;
    line-height: 1.5;
}
.aboutus-philosophy-content-txt + .aboutus-philosophy-content-subttl {
    margin-top: 40px;
}
.aboutus-philosophy-content-tbl dl {
    display: flex;
}
.aboutus-philosophy-content-tbl dl dt {
    width: 80px;
}
.aboutus-philosophy-content-tbl.aboutus-philosophy-content-tbl-en dl dt {
    width: 200px;
}
.aboutus-philosophy-content-tbl dl dd {
    width: calc(100% - 80px);
}
.aboutus-philosophy-content-tbl.aboutus-philosophy-content-tbl-en dl dd {
    width: calc(100% - 200px);
}
.aboutus-philosophy-content-imgarea {
    width: 344px;
}
.aboutus-philosophy-content-imgarea img {
    display: block;
    width: 100%;
}

.aboutus-history{
    background: #393939;
    color: #fff;
    text-align: left;
    padding:180px 0;
}
.aboutus-history-inner {
    max-width: 1100px;
    margin: auto;
}
.aboutus-history .aboutus-ttl {
    color: #fff;
}
.aboutus-history-content {
    padding: 70px 0 0;
    display: flex;
    justify-content: space-between;
}
.aboutus-history-content-txtarea {
    width: calc(100% - 326px);
    box-sizing: border-box;
    position: relative;
}
.aboutus-history-content-tbl dl {
    display: flex;
    position: relative;
    padding-left: 40px;
    line-height: 1.8;
    padding-bottom: 20px;
}
.aboutus-history-content-tbl dl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #fff;
}
.aboutus-history-content-tbl dl::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    display: block;
    width: 3px;
    height: 100%;
    background: #fff;
}
.aboutus-history-content-tbl dl:last-child::after {
    display: none;
}
.aboutus-history-content-tbl dl dt{
    width: 180px;
}
.aboutus-history-content-tbl dl dd{
    width: calc(100% - 180px);
}

.aboutus-history-content-imgarea {
    width: 276px;
}
.aboutus-history-content-imgarea .aboutus-history-content-img {
    margin-bottom: 60px;
}
.aboutus-history-content-img img {
    display: block;
    width: 100%;
}
.aboutus-history-content-img-txt {
    font-size: 10px;
    text-align: center;
    display: block;
    line-height: 2;
    color: #fff;
    margin-top: 5px;
}
.aboutus-history-content-img-sp {
    display: none;
    margin-top: 10px;
}
.aboutus-business-office-inner {
    max-width: 1100px;
    margin: auto;
    padding-top:180px;
}
.aboutus-business-office-content {
    padding: 70px 0 0;
    display: flex;
    justify-content: space-between;
    text-align: left;
}
.aboutus-business-office-content-txtarea {
    width: calc(100% - 563px);
}
.aboutus-business-office-subttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 40px;
}
.aboutus-business-office-content-txt {
    line-height: 2.1;
    font-size: 14px;
}
.aboutus-business-office-content-imgarea {
    width: 522px;
}
.aboutus-map-icon {
    display: inline-block;
    width: 14px;
    margin-left: 10px;
    transform: translateY(30%);
}
.aboutus-map-icon a,
.aboutus-map-icon img{
    display: block;
    width: 100%;

}

.aboutus-group-inner {
    max-width: 1100px;
    margin: auto;
    padding:180px 0;
}
.aboutus-group-content-wrap {
    padding: 70px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.aboutus-group-content {
    width:calc(33.33% - 20px);
    display: flex;
    justify-content: space-between;
    text-align: left;
    margin-bottom: 40px;
}
.aboutus-group-content-subttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
}
.aboutus-group-content-txt {
    line-height: 1.8;
    font-size: 14px;
}
@media (max-width:640px) {
.aboutus-main {
    padding: 60px 0;
}
.aboutus-link-box {
    margin:0 0 60px;
}
.aboutus-link-wrap {
justify-content: flex-start;
flex-wrap: wrap;
}
.aboutus-link-list {
box-sizing: border-box;
padding: 5px 0;
margin-right: 10px;
}
.aboutus-link {
    line-height: 38px;
    padding:0 16px 0 36px;
    font-size: 14px;
}
.aboutus-link::before {
    left: 15px;
}
.aboutus-ttl {
    font-size: 20px;
    font-weight: bold;
    position: relative;
    text-align: left;
    padding-left: 40px;
}
.aboutus-ttl::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 20px;
    height: 2px;
    background: #FF0033;
}

.aboutus-top-inner {
    max-width: 1100px;
    margin: auto;
}
.aboutus-top-content {
    display: flex;
    justify-content: space-between;
    padding:30px 0 60px;
    flex-wrap: wrap;
}
.aboutus-top-content-imgarea {
   width: 100%;
   margin-bottom: 30px;
}
.aboutus-top-content-imgarea img {
    display: block;
    width: 100%;
}
.aboutus-top-content-txtarea {
   width: 100%;
   text-align: left;
}
.aboutus-top-content-txt {
    font-size: 14px;
    line-height: 2.7;
}
.aboutus-top-content-name {
    font-size: 16px;
}

.aboutus-philosophy-inner {
    max-width: 1100px;
    margin: auto;
}
.aboutus-philosophy-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:30px 0 60px;
}
.aboutus-philosophy-content-txtarea {
    width: 100%;
    text-align: left;
}
.aboutus-philosophy-content-subttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.aboutus-philosophy-content-txt {
    font-size: 14px;
    line-height: 1.5;
}
.aboutus-philosophy-content-txt + .aboutus-philosophy-content-subttl {
    margin-top: 40px;
}
.aboutus-philosophy-content-tbl dl {
    display: flex;
}
.aboutus-philosophy-content-tbl dl dt {
    width: 80px;
}
.aboutus-philosophy-content-tbl.aboutus-philosophy-content-tbl-en dl dt {
    width: 180px;
}
.aboutus-philosophy-content-tbl dl dd {
    width: calc(100% - 80px);
}
.aboutus-philosophy-content-tbl.aboutus-philosophy-content-tbl-en dl dd {
    width: calc(100% - 180px);
}
.aboutus-philosophy-content-imgarea {
    width: 60%;
    margin: auto;
    margin-top: 30px;
}
.aboutus-philosophy-content-imgarea img {
    display: block;
    width: 100%;
}

.aboutus-history{
    background: #393939;
    color: #fff;
    text-align: left;
    padding:60px 0;
}
.aboutus-history-inner {
    max-width: 1100px;
    margin: auto;
    box-sizing: border-box;
    padding: 0 20px;
}
.aboutus-history .aboutus-ttl {
    color: #fff;
}
.aboutus-history-content {
    padding:30px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.aboutus-history-content-txtarea {
    width: 100%;
    box-sizing: border-box;
    position: relative;
}
.aboutus-history-content-tbl dl {
    display: flex;
    position: relative;
    padding-left: 40px;
    line-height: 1.8;
    padding-bottom: 20px;
    flex-wrap: wrap;
}
.aboutus-history-content-tbl dl::before {
    content: "";
    position: absolute;
    left: 0;
    top: 4px;
    display: block;
    width: 14px;
    height: 14px;
    border-radius: 7px;
    background: #fff;
}
.aboutus-history-content-tbl dl::after {
    content: "";
    position: absolute;
    left: 5px;
    top: 6px;
    display: block;
    width: 3px;
    height:100%;
    background: #fff;
}
.aboutus-history-content-tbl dl:last-child::after {
    display: none;
}
.aboutus-history-content-tbl dl dt{
    width: 100%;
}
.aboutus-history-content-tbl dl dd{
    width: 100%;
}

.aboutus-history-content-imgarea {
    width: 100%;
}
.aboutus-history-content-imgarea .aboutus-history-content-img {
    margin-bottom: 0px;
    width: 50%;
}
.aboutus-history-content-imgarea .aboutus-history-content-img + .aboutus-history-content-img{
    margin-top: 0px
}
.aboutus-history-content-imgarea {
    display: flex;
    flex-wrap: wrap;
}
.aboutus-history-content-img-sp {
    display: block;
}
.aboutus-business-office-inner {
    max-width: 1100px;
    margin: auto;
    padding-top: 60px;
}
.aboutus-business-office-content {
    padding: 60px 0 0;
    display: flex;
    justify-content: space-between;
    text-align: left;
    flex-wrap: wrap;
}
.aboutus-business-office-content-txtarea {
    width: 100%;
}
.aboutus-business-office-subttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 10px;
}
.aboutus-business-office-content-txt {
    line-height: 2.1;
    font-size: 14px;
}
.aboutus-business-office-content-imgarea {
    width: 100%;
    margin-bottom: 20px;
}
.aboutus-business-office-content-imgarea img {
    display: block;
    width: 100%;
}
.aboutus-map-icon {
    display: inline-block;
    width: 14px;
    margin-left: 10px;
    transform: translateY(30%);
}
.aboutus-map-icon a,
.aboutus-map-icon img{
    display: block;
    width: 100%;

}

.aboutus-group-inner {
    max-width: 1100px;
    margin: auto;
    padding: 60px 0 0;
}
.aboutus-group-content-wrap {
    padding:30px 0 0;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.aboutus-group-content {
    width:100%;
    display: block;
    justify-content: space-between;
    text-align: left;
    margin-bottom:30px;
    flex-wrap: wrap;
}

.aboutus-group-content:last-child{
    margin-bottom:0;
}

.aboutus-group-content-txtarea {
    width: 100%;
}
.aboutus-group-content-subttl {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5px;
}
.aboutus-group-content-txt {
    line-height: 1.8;
    font-size: 14px;
}
}
