/*========================================

　●　ビジネス活用

========================================*/


/*========================================
　●　各項目
========================================*/
/*------------------------------ firstViewとリスト */
h3{ text-align: center;}
h3 img{ width: 100%; max-width: 1280px;}

ul.bizmenuList{
 display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
 width: 100%;
 max-width: 960px;
 margin-top: -111px;
 margin-bottom: 80px;
}

ul.bizmenuList li{
 width: 17.7%;
 max-width: 170px;
 list-style: none;
}
ul.bizmenuList li img{ width: 100%; max-width: 170px;}

/*------------------------------ たとえばこんなお悩み */
.sec-onayami{ margin-bottom: 64px;}

.sec-onayami h4{
 position: relative;
 min-height: 99px;
 margin-bottom: 24px;
 padding-top: 26px;
 font-size: 42px;
 line-height: 1.5;
 text-align: center;
 background: url("../images/bgdeco/deco_denkyu02.png") no-repeat calc(50% + 312px) bottom / auto;
}

.onayami--deco01{
 position: absolute; top: -8px; left: calc(50% - 376px);
 width: 160px;
}

/*-----*/
.onayamilistArea{
 margin-bottom: 32px;
 padding-top: 40px;
 padding-bottom: 48px;
 padding-left: 8px;
 padding-right: 8px;
 background: url("../images/bgdeco/bg_grid01.png") repeat center top;
}

.onayami{
 display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
 width: 100%;
 max-width: 960px;
 margin-bottom: 32px;
 margin-left: auto;
 margin-right: auto;
 padding-top: 32px;
 padding-bottom: 32px;
 padding-left: 4%;
 padding-right: 4%;
 background: #fff;
 border: 4px solid #d1d1d1;
 border-radius: 8px;
}

.onayami:last-of-type{ margin-bottom: 48px;}

.onayami:before{
 width: 5.8%;
 max-width: 56px;
 aspect-ratio: 1/1;
 content: "";
 background: url("../images/parts/mark_check01.png") no-repeat center top / cover;
}

.onayami > div{ width: 91%;}

.onayami > div p{
 margin-top: -1px;
 font-size: 24px;
 font-weight: bold;
 line-height: 1.5;
}

a.onayamiLink{
 display: flex;
  align-items: center;
  justify-content: center;
 width: 100%;
 max-width: 300px;
 height: 64px;
 margin-top: auto;
 margin-left: auto;
 margin-right: auto;
 text-decoration: none;
 background: var(--main-green);
 border-radius: 32px;
}

a.onayamiLink:link{ color: #fff;}
a.onayamiLink:visited{ color: #fff;}
a.onayamiLink:hover{}

/*----------*/
.taiouArea{
 display: flex;
  align-items: center;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  justify-content: space-around;
 width: 100%;
 max-width: 860px;
 margin-left: auto;
 margin-right: auto;
 padding-left: 8px;
 padding-right: 8px;
}

.taiouArea > img{ width: 25.7%; max-width: 221px;}

.taiouTextarea{ width: 74%;}

.taiouTextarea p:not(.c-indent){
 padding-bottom: 18px;
 color: #232f31;
 font-size: 42px;
 line-height: 1.5;
}

.taiouTextarea p:not(.c-indent) .c-f36{}

.taiouTextarea p.c-indent{
 color: #664e1a;
 font-size: 24px;
 line-height: 1.5;
}

/*------------------------------ 担当した業務 */
.sec-jisseki{ margin-bottom: 36px;}

.sec-jisseki h4{
 margin-bottom: 24px;
 font-size: 42px;
 line-height: 1.5;
 text-align: center;
}

.jissekiWrap{
 display: flex;
  flex-wrap: wrap;
  justify-content: center;
 width: 100%;
 max-width: 1180px;
 margin-left: auto;
 margin-right: auto;
}

.jisseki{
 margin-bottom: 20px;
 margin-left: 10px;
 margin-right: 10px;
 padding-top: 16px;
 padding-bottom: 16px;
 padding-left: 16px;
 padding-right: 16px;
 border-style: solid;
 border-width: 3px;
 border-radius: 8px;
}

.jisseki figcaption{
 margin-bottom: 20px;
 padding-top: 8px;
 padding-bottom: 16px;
 font-size: 42px;
 text-align: center;
}

.jisseki ul{
 width: fit-content;
 margin-left: auto;
 margin-right: auto;
}

.jisseki li{
 width: 100%;
 max-width: 456px;
 margin-left: 1em;
 padding-bottom: 4px;
 padding-right: 1em;
 line-height: 1.5;
}

/*-----*/
.jisseki_tsuuyaku{
 width: 60%;
 max-width: 600px;
 border-color: var(--main-skyblue);
}

.jisseki_tsuuyaku figcaption{
 color: #fff;
 background: var(--main-skyblue);
 border-radius: 8px;
}

/*-----*/
.jisseki_honyaku{
 width: 35%;
 max-width: 480px;
 border-color: var(--main-green);
}

.jisseki_honyaku figcaption{
 color: #fff;
 background: var(--main-green);
 border-radius: 8px;
}

/*------------------------------ ビジネス系サービス */
.bizservice{}
.bizservice h4{
 margin-bottom: 24px;
 font-size: 42px;
 line-height: 1.5;
 text-align: center;
}

.bizservice--text01{
 margin-bottom: 56px;
 line-height: 1.8;
 text-align: center;
}

.bizservice dl{
 width: 100%;
 max-width: 840px;
 margin-bottom: 56px;
 margin-left: auto;
 margin-right: auto;
}
.bizservice dt{
 margin-bottom: 16px;
 padding-bottom: 16px;
 font-size: 22px;
 font-weight: bold;
 line-height: 1.2;
 text-align: center;
 border-bottom: 1px solid #e0ded7;
}

.bizservice dd{}
.bizservice dd p{
 padding-bottom: 8px;
 color: #595853;
 line-height: 1.8;
}

.bizservice dl.u-ancfix01{ margin-bottom: 0;}
.bizservice dl.u-ancfix01 + span.u-ancfix01point{ display: block; height: 56px;}

.bizservice .u-to_qcc{
 margin-top: 24px;
 margin-bottom: 8px;
 text-align: center;
}

.bizservice .u-to_qcc br{}

/*============================== ■ max-width 1087 */
@media screen and (max-width: 1087px){
/*------------------------------ firstViewとリスト */
ul.bizmenuList{
 width: 100%;
 max-width: 750px;
 margin-top: -72px;
}

ul.bizmenuList li{
 width: 17.7%;
 max-width: 170px;
}

}/*----- media -----*/

/*============================== □ max-width xxx */
@media screen and (max-width: 960px){
/*------------------------------ 担当した業務 */
.jissekiWrap{
 display: flex;
  flex-direction: column;
 width: 100%;
}

.jisseki{
 margin-left: auto;
 margin-right: auto;
}
/*-----*/
.jisseki_tsuuyaku{
 width: 100%;
 max-width: 520px;
}

/*-----*/
.jisseki_honyaku{
 width: 100%;
 max-width: 520px;
}

}/*----- media -----*/

/*============================== ■ max-width 767 */
@media screen and (max-width: 767px){
/*------------------------------ firstViewとリスト */
ul.bizmenuList{
  justify-content: space-around;
 width: 100%;
 max-width: 540px;
 margin-top: -48px;
 margin-bottom: 36px;
 margin-left: auto;
 margin-right: auto;
}

/*------------------------------ たとえばこんなお悩み */
.sec-onayami h4{
 margin-bottom: 24px;
 padding-top: 48px;
 font-size: 32px;
 background: url("../images/bgdeco/deco_denkyu02.png") no-repeat 64% top / calc(57px * 0.5);
}

.onayami--deco01{
 position: absolute; top: 12px; left: calc(50% - 64px);
 width: calc(160px * 0.6);
}

/*-----*/
.onayamilistArea{
 padding-top: 24px;
 padding-bottom: 32px;
}

.onayami{
 margin-bottom: 32px;
 padding-top: 16px;
 padding-bottom: 16px;
}

.onayami:last-of-type{ margin-bottom: 32px;}

.onayami > div p{
 font-size: 20px;
 font-weight: normal;
}

/*----------*/
.taiouArea{
 display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-around;
 width: 100%;
 max-width: 860px;
}

.taiouArea > img{ width: 50%; max-width: 221px;}
.taiouTextarea{ width: 100%; margin-bottom: 24px;}

.taiouTextarea p:not(.c-indent){
 padding-bottom: 8px;
 font-size: 32px;
 text-align: center;
}

.taiouTextarea p:not(.c-indent) .c-f36{ font-size: 26px;}
.taiouTextarea p.c-indent{ font-size: 20px; text-align: center;}

/*------------------------------ 担当した業務 */
.sec-jisseki h4{ font-size: 32px;}

/*------------------------------ ビジネス系サービス */
.bizservice h4{ font-size: 32px;}

}/*----- media -----*/

/*============================== ■ max-width 520 */
@media screen and (max-width: 520px){
/*------------------------------ firstViewとリスト */
ul.bizmenuList{
 margin-top: 6px;
 margin-bottom: 12px;
 margin-left: auto;
 margin-right: auto;
}

ul.bizmenuList li{
 width: 80px;
 max-width: auto;
 margin-bottom: 12px;
 margin-left: 4px;
 margin-right: 4px;
}

/*------------------------------ たとえばこんなお悩み */
.sec-onayami h4{
 margin-bottom: 24px;
 padding-top: 48px;
 padding-bottom: 48px;
 font-size: 28px;
 background: url("../images/bgdeco/deco_denkyu02.png") no-repeat 50% bottom / calc(57px * 0.5);
}

.onayami--deco01{
 position: absolute; top: 12px; left: calc(50% - 64px);
 width: calc(160px * 0.6);
}

/*-----*/
.onayami{
 margin-bottom: 32px;
 padding-top: 16px;
 padding-bottom: 16px;
 padding-left: 2%;
 padding-right: 2%;
}

.onayami:before{ width: 7%;}
.onayami > div{ width: 90%;}

.onayami > div p{ font-size: 18px;}

/*----------*/
.taiouTextarea p:not(.c-indent){ font-size: 28px; text-align: left;}
.taiouTextarea p:not(.c-indent) .c-f36{ font-size: 22px;}
.taiouTextarea p:not(.c-indent) br.u-br01{ display: none;}

.taiouTextarea p.c-indent{ font-size: 16px; text-align: left;}

/*------------------------------ 担当した業務 */
.sec-jisseki h4{ font-size: 28px;}

/*------------------------------ ビジネス系サービス */
.bizservice h4{ font-size: 28px;}

.bizservice--text01{ text-align: left;}

.bizservice .u-to_qcc{ text-align: left;}
.bizservice .u-to_qcc br{ display: none;}

}/*----- media -----*/

