@charset "UTF-8";

/* ここに追記してください */


/*文字サイズ調整*/
body {
    font-size: 1.6rem;
}
main {
    padding: 0 30px;
}
.txt_lead {
    font-size: 1.6rem;
}
.tit_pagetitle {
        font-size: 3.2rem;
}
.front_business .businessList .businessList_item .business_content p,
.sec_business .business_item .business_content p {
    line-height: 32px;
}
.front_business .businessList .businessList_item .business_content h3{
    font-size: 2.1rem;
}
.tit_type02, .tit_type03 {
    font-size: 2.6rem;
}
.block_cta .inner h2 {
    font-size: 3.2rem;
}
.tit_news {
    font-size: 3.2rem;
}
/*事業内容幅調整*/
[aria-labelledby=business_title] figure:not(.mainImage) {
        max-width: 800px;
}
.sec_business .business_item {
    max-width: 1080px;
}
.sec_business .business_item figure {
    width: 520px;
}
.sec_business .business_item .business_content {
    width: calc(100% - 520px - 42px)
}


select {
    appearance: none;
    min-width: 230px;
    height: 2.6em;
    padding: .3em calc(.8em + 30px) .3em .8em;
    border: 1px solid #d0d0d0;
    background-color: #fff;
    cursor: pointer;
}
select:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 9px;
    background: url(../images/common/icon_arrow_01.svg) no-repeat center center;
    background-size: contain;
    margin-right: 12px;
    transform: rotate(90deg);
}
@media screen and (max-width: 820px) {
/*SP用フォーム調整*/
.sec_inquiry .form_row label,
.sec_inquiry .form_row.flex {
    display: block;
}
.sec_inquiry .form_row .wpcf7-form-control-wrap {
    width: 100%;
}
.sec_inquiry {
    padding: 0;
}
/*SP用事業内容調整*/
    .sec_business .business_item figure,
    .sec_business .business_item .business_content {
        width: 100%;
       max-width: 100%;
    }
    .fvBlock h2 {
        font-size: 2.4rem;
    }
    .fvBlock h3 {
        opacity: 0;
    }
}

/*ニュース内スタイル*/
.tit_news {
    font-size: 2.8rem;
}
.news_content h2 {
    font-size: 2.6rem;
    margin-bottom: 20px;
    font-weight: 600;
}
.news_content h3 {
    font-size: 1.8rem;
    margin-bottom: 15px;
    font-weight: 600;
}
.news_content h4 {
    font-size: 1.7rem;
    margin-bottom: 10px;
    font-weight: 600;
}
.news_content ul{
    padding-left: 3rem;
    list-style-type: disc;
    margin-bottom: 20px;
}

.type_bottomArrow {
    width: fit-content;
    min-width: 222px;
    background: #EEEEEE;
    color: #151E2C;
    font-weight: 500;
    box-shadow: none;
    padding: 12px 18px;
    margin: auto;
}
.type_bottomArrow:after {
    content: "";
    display: inline-block;
    width: 16px;
    height: 9px;
    background: url(../images/common/icon_arrow_01.svg) no-repeat center center;
    background-size: contain;
    margin-right: 12px;
    transform: rotate(90deg);
}
/*汎用*/
.w1000 {
    max-width: 1000px;
    margin: auto;
}
.w900 {
    max-width: 900px;
    margin: auto;
}
.w800 {
    max-width: 800px;
    margin: auto;
}

.remarks textarea{
    height: 150px;
}
.alCenter {
    text-align: center;
}

.columns {
  display: flex;
  gap: 16px;
margin: auto;
}
.columns img {
    margin-bottom: 15px;;
}
.columns-3 > div {
  flex: 1 1 0;
}

.columns-2 > div {
  flex: 1 1 0;
}

@media (max-width: 768px) {
  .columns {
    flex-direction: column;
    gap: 8px;
    align-items: center;
  }
}
