body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { margin: 0; padding: 0; }
* { -webkit-box-sizing: border-box; box-sizing: border-box; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
address, caption, cite, code, dfn, em, strong, th, var { font-style: normal; font-weight: normal; }
ol, ul { list-style: none; }
caption, th { text-align: left; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
q:before, q:after { content: ""; }
abbr, acronym { border: 0; }
ul { list-style: none; }
a {  text-decoration: none; }
a:focus {  outline: none; }
a:link {  color: #0066aa; text-decoration: none;}
a:visited { color: #0066aa;  text-decoration: none; }
a:hover { color: #0066aa; text-decoration:underline;}
a:active { color: #0066aa; text-decoration: none; }
input,button,textarea,select { font-size: 100%; margin: 0; padding: 0; background: none; border: none; border-radius: 0; outline: none; -webkit-appearance: none; appearance: none; }
hr { display: block; border: none; padding: 0; margin: 0; }
svg { width: 100%; }
img {vertical-align: middle;}
.slick-slide {outline: none!important;}

@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 400;
  src: local('Noto Sans CJK JP'),
       local('NotoSansCJKjp-Regular'),
       local('NotoSansJP-Regular'),
       url('https://www.au.com/content/dam/au-com/brand/tsunagu/css/NotoSansCJKjp-Regular.woff2') format('woff2'),
	     url('https://www.au.com/content/dam/au-com/brand/tsunagu/css/NotoSansCJKjp-Regular.woff') format('woff'),
	     url('https://www.au.com/content/dam/au-com/brand/tsunagu/css/NotoSansCJKjp-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 500;
  src: local('Noto Sans CJK JP'),
       local('NotoSansCJKjp-Medium'),
       local('NotoSansJP-Medium'),
       url('https://www.au.com/content/dam/au-com/brand/tsunagu/css/NotoSansCJKjp-Medium.woff2') format('woff2'),
	     url('https://www.au.com/content/dam/au-com/brand/tsunagu/css/NotoSansCJKjp-Medium.woff') format('woff'),
	     url('https://www.au.com/content/dam/au-com/brand/tsunagu/css/NotoSansCJKjp-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Noto Sans CJK JP Subset';
  font-style: normal;
  font-weight: 700;
  src: local('Noto Sans CJK JP'),
       local('NotoSansCJKjp-Bold'),
       local('NotoSansJP-Bold'),
       url('https://www.au.com/content/dam/au-com/brand/tsunagu/css/NotoSansCJKjp-Bold.woff2') format('woff2'),
	     url('https://www.au.com/content/dam/au-com/brand/tsunagu/css/NotoSansCJKjp-Bold.woff') format('woff'),
	     url('https://www.au.com/content/dam/au-com/brand/tsunagu/css/NotoSansCJKjp-Bold.ttf') format('truetype');
}

#bgCanvas { position: fixed; z-index: -1; top: 0; left: 0; width: 100%; height: 100%; }
#bgCanvasInner { position: relative; width: 100%; height: 100%; }
.breadcrumb { background: #fff!important;}
.barWrap {  position: absolute; display: inline; }
.bar {background: #eb5505; height: 100px; width: 3px; animation-name: sizeScale; animation-duration: 9s; opacity: 0; /*animation-fill-mode:forwards*/ animation-iteration-count:infinite; }
.barWrap.c2 .bar { background: #ffcc66; }

.circleWrap { position: absolute; border: 8px solid #eb5505; border-radius: 50%; animation-name: circleScale; animation-duration: 5s; /*animation-fill-mode:forwards*/ animation-iteration-count:infinite}
.circleWrap.c2 { border-color: #ffcc66;} 

.fadeIn { transform: translate(0, 100px); opacity: 0; transition: 1.2s; transition-delay: .2s; }
.fadeIn.on { transform: translate(0, 0); opacity:1; }

@keyframes circleScale {
  0% {
    opacity:0;
    transform: scale(1)
  }
  5% {
    opacity:.6;
  }
  80% {
    opacity:.6;
  }
  100% {
    opacity:0;
    transform: scale(3)
  }
}

@keyframes sizeScale {
  0% {
    transform: translate(150px, -150px) skewX(-45deg);
    opacity:0;
  }
  15% {
    transform: translate(50px, -50px) skewX(-45deg);
    opacity:.8;
  }
  85% {
    transform: translate(50px, -50px) skewX(-45deg);
    opacity:.8;
  }
  100% {
    transform: translate(-50px, 50px) skewX(-45deg);
    opacity:0;
  }
}
.contentBox { font-family:'Noto Sans','Noto Sans JP','Noto Sans CJK JP','Noto Sans CJK JP Subset',sans-serif; font-weight: 400;}
#contentsWrapper .contArea { padding-top: 0!important; }

.brModal { visibility: hidden; overflow-y: auto; opacity: 0; position: fixed; z-index: 100; top: /*74px*/0; /*left: 180px;*/ padding: 0 8vw; width: calc(100% ); height: 100%; transition: opacity 0.5s, visibility 0s 0.5s; background: rgba(51, 51, 51, 0.9); }
.brModal-container { display: flex; align-items: center; justify-content: center; min-height: 100%; }
.brModal.-active { visibility: visible; opacity: 1; transition: opacity 0.4s, visibility 0s 0s; }
.brModal-inner { margin: 5.33333vw auto; width: 100%; max-width: 1000px; }
.brModal-content { display: none; position: relative; margin: auto; padding: 0; }
.-active .brModal-content { display: block; }
.brModal-close { display: flex; align-items: center; justify-content: center; position: fixed; top: 20px; right: 0; width: 16vw; height: 16vw; }
.brModal-close img { width: 31px; height: 31px; }
.brModal iframe { width: 100%; }

@media screen and (min-width: 768px) {
body {/*background: linear-gradient(180deg, rgba(255,255,255,1) 64px, rgba(192,224,254,1) 65px, rgba(255,255,255,0) 100%) no-repeat;*/}
.pale { background: url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/bg-yel.png);  }
.gray { background: #f6f6f6 url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/bg-gray.png); }
.contentBox { margin: 0 auto; max-width: 980px; padding: 150px 0; text-align: center; position: relative; }
/*.wht::after { content:''; display: block; height: 100%; position: absolute; top: 0; left: calc( 50% - 490px) ; width: 100%; max-width: 980px;  background: rgba(255,255,255,.6); box-shadow: 0 0 20px 20px rgb(255 255 255 / 60%);}*/


.wht .lead { background: rgba(255,255,255,1) ; box-shadow: 0 0 10px 10px rgba(255,255,255,1); display: inline-block; margin: 0 auto;}
.tit > div{ position: relative; /*max-width: 980px;*/ margin: 0 auto; z-index: 0; }
.tit > div::before { content:''; display: block; width: 1px; height: calc( 100% - 120px ); background: #eb5505; position: absolute; left: 50%; bottom: 0; margin-left: -458px; }
.tit > div > p { color:#eb5505; font-style: italic; transform: rotate(-90deg); transform-origin: right top; display: inline-block; position: absolute; left: 50%; top: 30px; margin-left: -546px; line-height: 1; /*background: #fff;*/ width: 80px; text-align: right; }

#pickUp.tit > div::before{ background:#ebb381; height: calc( 100% - 100px ); }
.pale.tit > div::before{ background:#ebb381; height: calc( 100% - 80px ); }
.orange.tit > div > p { color:#fff; }

h1 { max-width: 980px; margin: 0 auto; }
h1 img { width: 100%; }

#main.contentBox { padding: 100px 0; max-width: 920px; margin: 0 auto; }
#main.contentBox p { color: #eb5505; line-height: 2.4; margin-bottom: 20px; font-size: 20px; font-weight: 500; font-style: italic; }
#main.contentBox h2 { color: #eb5505; line-height: 1.6; font-size: 32px; font-weight: bold; }

#mainBox { background-image: url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/bg-mv202405.jpg); background-repeat: no-repeat; background-position: center top; padding-bottom: 0; position: relative; background-size:auto 100%;}


#main { background: linear-gradient(180deg, rgba(255,255,255,.8) 10%, rgba(255,255,255,1) 25%) no-repeat; box-shadow: 0 10px 16px 16px rgba(186,216,243,.2); }
#main h2 { background: url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/bg-h2-main.png) no-repeat center top; }
#main h2 img { opacity: 0; transition: 1.2s; transition-delay: .8s; }
#main h2 img.on { opacity: 1; }
#main.contentBox #stateWrap { position: relative; }
#main.contentBox #stateWrap span.line { position: relative; display:inline-block; }
#main.contentBox #stateWrap span.line span.grayTx { color: #ccc; }
#main.contentBox #stateWrap span.line span.orangeTx { position: absolute; left: 0; top: 0; color: #eb5505; overflow: hidden; width: 0%; transition: 1.6s; transition-delay: .3s ; white-space: nowrap; }
#main.contentBox #stateWrap span.line span.orangeTx.on { width: 100%;}
p.lead { margin-bottom: 70px; }

/*202405*/
#baseStationBox{  background: #fff;  padding: 20px 0 30px;  text-align: left;}
#baseStationBox img{ max-width: 100%;}
#baseStationBox > .inner{max-width: 980px; margin: 0 auto;}
#baseStationBox > .inner h2{margin: 0 auto 25px;}
#baseStationBox > .inner .note{font-size: 14px; color: #666; text-indent: -1em; padding-left: 1em;}
#areaBox{  background: #eee;  padding: 100px 0;  text-align: center;}
#areaBox img{ max-width: 100%;}
#areaBox > .inner{max-width: 980px; background: #fff; margin: 0 auto; border-radius: 10px; padding: 75px 30px 100px;}
#areaBox > .inner h2{margin: 0 auto;}
#areaBox > .inner .note{font-size: 14px; color: #666;margin: 0 auto; line-height: 1.6;}
#areaBox > .inner > .wrapH2{margin: 0 auto 60px;}
#areaBox > .inner > .wrapH2 .img{margin: 0 auto 15px;}
#areaBox > .inner > .wrapH2 .ulNote{margin: 0 auto 5px;}
#areaBox > .inner > .wrapH2 .ulNote > li{  font-size: 14px;  color: #666;  margin: 0 auto;  line-height: 1.6;}

#areaBox > .inner > .img-area-02{margin: 0 auto 60px;}
#areaBox > .inner > .img-area-02 .tit{font-size: 18px; font-weight: bold; color: #333; margin: 0 auto 0; text-align: center;}
#areaBox > .inner > .img-area-02 .note{margin: 0 auto 0;}
#areaBox > .inner > .img-area-02 .ulDist .note{margin: 0 auto 15px;}
#areaBox > .inner > .btnBox{  text-align: center; margin: 0 auto 75px;}
#areaBox > .inner > .btnBox ul > li:not(:last-child){margin: 0 auto 20px;}
#areaBox > .inner > .btnBox .txt{ font-size: 14px; color: #ea5404; margin: 10px auto 0;}
#areaBox > .inner > .bnrBox2{ text-align: center; margin: 0 auto 30px;}
#areaBox > .inner > .bnrBox2 .tit{margin: 0 auto 10px;}
#areaBox > .inner > .bnrBox2 ul{
  display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 780px;
        margin: 0 auto;
}
#areaBox > .inner > .bnrBox2 ul > li{  width: 49%;}
#areaBox > .inner > .bnrBox2 ul > li a{display: block;}
#areaBox > .inner > .bnrBox2 ul > li img{width: 100%;}

#areaBox > .inner #noteAreaBox{max-width: 780px; margin:0 auto 0; background: #fff; border: solid 5px #000; border-top: none;}
#areaBox > .inner #noteAreaBox .tit{background: #000; padding:10px 0 ;}
#areaBox > .inner #noteAreaBox .img{margin: 24px 4.4% 10px;}
#areaBox > .inner #noteAreaBox .note{margin: 0 auto 20px;}
/*/202405*/

div.orange { background-image: url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/bg-pickup.png), linear-gradient(180deg, rgba(244,89,0,1) 0, rgba(255,142,0,1) 100%) ; }
#pickUp h2 { color:#fff; font-size: 27px; font-weight: 700; font-style: italic; margin-bottom: 70px; line-height: 1.8; }
#pickUp h2 span { font-size: 38px; }
#pickUp p.lead { color: #fff; font-size: 20px; font-style: italic; margin-bottom: 100px;}
.pickUpBox { max-width: 920px; margin: 0 auto; }
.pickUpBoxU { max-width: 920px; margin: 0 auto 50px;}
.pickUpBoxInner { /*display: flex; justify-content: center;*/ margin-left: 60px; padding: 0 0 20px 0; background: linear-gradient(180deg,transparent 50px, rgba(255,255,255,1) 51px) ; position: relative; }
.pickUpBoxInner.drc-rowrev { /*flex-direction: row-reverse;*/ margin-bottom: 0; }
.pickUpBoxInner::before { content: ''; display: block; height: 100%; position: absolute; top: 0; left: 50%; width: 200%; background: linear-gradient(180deg,transparent 50px, rgba(255,255,255,1) 51px) ; }
.pickUpBoxU .pickUpBoxInner { /*display: flex; justify-content: center;*/ margin-left: 60px; padding: 30px 0 60px; background: #e6eaee; position: relative; }
.pickUpBoxU .pickUpBoxInner::before { content: ''; display: block; height: 100%; position: absolute; top: 0; left: 50%; width: 200%; background: #e6eaee; }

.pickUpBoxInner > div { position: relative; }
.pickUpBoxInner > div:first-child { width: 586px; margin: 0 auto 40px; width: 84%; box-shadow: 3px 3px 10px 10px rgb(0 0 0 / 5%);}
.pickUpBoxInner > div:last-child { /*width: 43%;*/ }
.pickUpBoxInner > div img { width: 100%; /*margin-left: -30%; box-shadow: 0 0 16px 16px rgba(0,0,0,.04);*/ }
.pickUpBoxInner.drc-rowrev > div img { margin-top: 0; margin-right: -113%; }

.pickUpBoxInner > div p { text-align: left; padding: 0 10%; line-height: 1.9; }
.pickUpBoxInner.drc-rowrev > div p { padding-top: 56px; }

.slider4 .slick-list { overflow-y: visible;}

#ConnectIsFun h2 span,
#forConnect h2 span,
#ConnectIsTrue h2 span { color: #111; font-size: 26px; }
#ConnectIsFun h2,
#forConnect h2,
#ConnectIsTrue h2  { color: #eb5505; font-size: 38px; font-weight: bold; line-height: 1.6; margin-bottom: 30px; font-style: italic; }
.wht h2 { background: rgba(255,255,255,1) ; box-shadow: 0 0 10px 10px rgba(255,255,255,1); display: inline-block; max-width: 0 auto 30px; }
#Connect3Points h2 { margin-bottom: 30px; }

.slider1 a { transition: .6s; }
.slider1 a:hover { opacity: .7; }

#spreadConnect .contentBox { padding-top: 90px; padding-bottom: 90px;}
#spreadConnect h2 { margin-bottom: 25px; }
#spreadConnect h2 img { width: 290px; background: #fff; box-shadow: 0 0 10px 10px rgba(255,255,255,1); }
#spreadConnect p { margin: 0 auto 60px; background: #fff; box-shadow: 0 0 10px 10px rgba(255,255,255,1); display: inline-block; }
ul#logoList { display: flex; flex-wrap: wrap; justify-content: space-between; max-width: 770px; margin: 0 auto 60px;}
ul#logoList li { width: 49%; background: #fff url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-link-outer.png) no-repeat right 10px bottom 10px; box-shadow: 0 0 10px 10px rgba(0,0,0,0.04); border-radius: 10px; }
ul#logoList li a { padding: 30px 0; display: block; transition: .6s; }
ul#logoList li a:hover { opacity: .7; }

#spreadConnect p#pemployees_infor { margin: 0 auto 15px; background: #fff; box-shadow: 0 0 10px 10px rgba(255,255,255,1); display: inline-block; }
#spreadConnect a.detailBtn_o { display: block; width: 430px; margin: 0 auto;}

ul.flxList { display: flex; flex-wrap: wrap; justify-content: left; margin-bottom: 30px; margin-top: 30px; }
ul.flxList li { width: 31.6%; display:block; margin-bottom: 3%; margin-right: 2.5%;}
ul.flxList li:nth-child(3n) { margin-right: 0;}
ul.flxList li a{ display:block; text-decoration: none!important; transition: .6s; }
ul.flxList li a:hover{ opacity: .8; }
ul.flxList li p { width: 91%; margin-left: 9.1%; background: #fff; padding: 20px 20px 40px; text-align: left; font-size: 14px; margin-top: -14px; color: #111; position: relative; line-height: 1.8; min-height: 135px; }
ul.flxList li p.outer { background: #fff url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-link-outer.png) no-repeat right 10px bottom 10px; /*box-shadow: 0 0 10px 10px rgba(0,0,0,0.04);*/}
.imgBox { overflow: hidden; border-radius: 4px; }
.imgBox img { width: 100%; }

ul.flxList li:nth-child(n + 4),.pale ul.flxList li:nth-child(n + 4) { display: none; }
ul.flxList.open li:nth-child(n + 4),.pale ul.flxList.open li:nth-child(n + 4) { display: block; }

.slider1 { /*padding-bottom: 80px; */}
.slider1 img { width: 100%; vertical-align: bottom;  }
.slider1 a { display: block; padding: 0 15px;}
.slider2 { max-width: 800px; margin: 0 auto; }
.slider2 .slick-slide .slick-slideInner { max-width: 736px; background: #fff; border-radius: 10px; padding-top: 10px; position: relative; margin-top: 40px; margin-left: 32px; margin-bottom: 21px; padding-bottom: 20px; box-shadow: 0 5px 8px 16px rgba(0,0,0,0.02);}
.slider2 .slick-slide img { margin: 0 auto; }
.slider2 .slick-slide img.pnt { margin: 0 auto; position: absolute; width: 115px; left: -30px; top: -40px; }
.slider2 .slick-slide h3 { max-width: 600px; margin: 50px auto 0; font-size: 18px; font-weight: bold; line-height: 2; }
.slider2 .slick-slide h3 span { color: #eb5505; font-size: 24px; position: relative; z-index: 1; }
.slider2 .slick-slide h3 span::after { content: ''; display: block; position: absolute; bottom: 5px; width: 100%; height: 6px; background: #fff000; z-index: -1; left: 0; }
.slider2 .slick-slide p { max-width: 600px; margin: 30px auto 50px; text-align: center;line-height: 1.8; }
.slider3 img { width: 100%; vertical-align: bottom; }
.slider3 a { display: block; padding: 0 3%; }



.slick-dots { position: relative; display: block; width: 100%; padding: 0; margin: 0 auto 50px; list-style: none; text-align: center; }
.slick-dots li button { font-size: 0; line-height: 0; display: block; width: 10px; height: 10px; /*padding: 5px;*/ cursor: pointer; border: 0; outline: none; background: #a6abb0; border-radius: 10px; }
.slick-dots li.slick-active button { background: #ea5404; }
#bnrBox .slick-dots li.slick-active button { background: #000; }
.slick-dots li button:before { content:'';}
.slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: calc( 50% - 26px ); display: block; width: 56px; height: 56px; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; background: #fff!important; padding-top: 16px; }

.slick-prev:hover { opacity: .5; background: #fff!important; }
.slick-next:hover {  opacity: .5; background: #fff!important; }
.slick-prev { left: -100px; }
.slick-next { right: -100px; }
.slick-prev:before { content: '\FF1C'; padding-top: 5%; display: block; transform: scale(0.7, 1); font-weight: bold; }
.slick-next:before { content: '\FF1E'; padding-top: 5%; display: block; transform: scale(0.7, 1); font-weight: bold; }

.slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 20px; line-height: 1; opacity: .75; color: #000; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

.slider4 .slick-prev { top: calc( 50% - 60px); left: -60px;}
.slider4 .slick-next { top: calc(50% - 60px); right: -60px;}

ul.connect3PointsNote {  max-width: 736px; margin: 0 auto 50px;  }
ul.connect3PointsNote li { text-align: left; font-size: 12px; text-indent: -1em; line-height: 1.8; }

#bnrBox {  padding: 0 0 70px 0; position: relative; overflow: hidden;}
/*#bnrBox::before { position: absolute; left: calc( 50% + 162px ); content: ''; display: block; height: 100%; width: 100%; top: 0; background: #fff6ce; }*/

.bnr3 { display: flex; justify-content: center; margin: 0 auto; background-image: url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/bg-pickup.png), linear-gradient(180deg, rgba(244,89,0,1) 0, rgba(255,142,0,1) 100%) ; text-align: center; padding: 40px 0 40px 0; }
.bnr3 > div { width: 50%; max-width: 350px; }
.bnr3 > div:first-child { margin-right: 3%; }
.bnr3 > div:last-child { margin-right: 0; }
.bnr3 > div a { transition: .6s; width: 350px; }
.bnr3 > div a:hover { opacity: .7;}
.bnr3 > div a img { width: 100%; }

#brandbnr {background: #fff6ce; /*width: 50%;*/ padding: 40px 0 40px 0; text-align: center;}
#brandbnr div { text-align: center; } 
#brandbnr div.brandbnrInner div {   } 
#brandbnr div a { width: 350px; } 
#brandbnr div a:hover { opacity: .7;}
#brandbnr div img { width: 100%; } 
#brandbnr p.employees_infor { font-size: 18px; font-weight: bold; margin-bottom: 10px; }

#brandbnr a { /*display: block;*/ transition: .6s; }
#brandbnr a:hover { opacity: .7;}

a.btn { width: 430px; display: block; margin: 0 auto; height: 50px; line-height: 48px; color:#eb5505!important; border: 1px solid #eb5505; border-radius: 30px; background: #fff url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-btn-arrow.png) no-repeat right 20px center; font-style: italic; text-decoration: none!important; transition: .6s; }
a.btn:hover { opacity: .7;}
a.btn.l2 {
  min-height: 70px;
  line-height: 1.4;
  border-radius: 35px;
  padding: 14px 0 14px;
}
a.btn.l2 span{display: block; line-height: 1.2; font-size: 14px; font-weight: normal; font-style: normal;}

a.more { background: #fff url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-btn-plus.png) no-repeat right 20px center; }
a.more.on { background: #fff url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-btn-min.png) no-repeat right 20px center; }
a.more::before { content:'\3082\3063\3068\898B\308B'; }
a.more.on::before { content:'\9589\3058\308B'; }

a.btn.outer { background: #fff url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-link-outer-o.png) no-repeat right 20px center; }

a.detailBtn { width: 430px; height: 50px; line-height: 48px; border-radius: 25px; background: #eb5505 /*url(/content/dam/au-com/brand/tsunagu/img/icon-link-outer-w.png) no-repeat right 20px center*/ url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-btn-arrow-w.png) no-repeat right 20px center; color:#fff!important; text-decoration: none!important; margin-top: 34px; transition: .6s; margin-bottom: 16px; }
a.detailBtn:hover { opacity: .7;}

a.detailBtn_o { width: 430px; height: 50px; line-height: 48px; border-radius: 25px; background: #eb5505 url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-link-outer-w.png) no-repeat right 20px center; color:#fff!important; text-decoration: none!important; margin: 0 auto; transition: .6s; margin-bottom: 16px; }
a.detailBtn_o:hover { opacity: .7;}

.brModal { padding: 0 50px; }
.brModal-inner { margin: 50px auto; }
.brModal-content { padding: 0; }
.brModal-close { top: 20px; right: 20px; width: 60px; height: 60px; transition: opacity 0.23s ease;}  
}

@media screen and (max-width: 1199px) and (min-width: 768px) { }
@media screen and (min-width: 1620px) { }
@media screen and (max-width: 920px) and (min-width: 768px) { 
  #mainBox {
    /*background-size: 270%;*/
  }
  #bnrBox::before { left: calc( 50% + 17% ); }
}
@media screen and (max-width: 767.98px) and (min-width: 0px) { 
  .pale { background: url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/bg-yel.png);  }
  .gray { background: #f6f6f6 url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/bg-gray.png); }

  .wht .lead { background: rgba(255,255,255,1) ; box-shadow: 0 0 10px 10px rgba(255,255,255,1);display: inline-block;}
  .contentBox { margin: 0 auto; max-width: 980px; padding: 10% 0 15%; text-align: center;}
  #spreadConnect .contentBox { padding-top: 20%; }
  .tit > div > p { color: #eb5505; position: relative; line-height: 1; text-align: left; font-size: 3.4vw; padding: 5% 0 0 3%; font-style: italic;}
  .tit > div > p::before { content:''; display: block; position: absolute; width: 76%; top: 6.6vw; right: 0; border-bottom: 1px solid #eb5505; }
  .pale.tit > div > p::before { width: 86%;}
  .orange.tit > div > p::before { width: 82%; border-bottom: 1px solid #fff; }
  .orange.tit > div > p { color:#fff; }

  #main.contentBox { padding: 10% 0; }
  #main.contentBox p { color: #eb5505; line-height: 2.2; margin-bottom: 5%; font-size: 3.3vw; font-weight: 400;}
  
  #mainBox { background-image: url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/bg-mv202405-sp.jpg); background-repeat: no-repeat; background-position: center top; padding-bottom: 0; position: relative; background-size: 100%; }
  #mv h1 img { width: 100%; }
  #main { background:  linear-gradient(180deg, rgba(255,255,255,.8) 10%, rgba(255,255,255,1) 25%) no-repeat; box-shadow: 0 10px 16px 16px rgba(192,224,254,.2) ; margin: 0 5% 5%; }

  #main.contentBox #stateWrap { position: relative; }
  #main.contentBox #stateWrap span.line { position: relative; display:inline-block; }
  #main.contentBox #stateWrap span.line span.grayTx { color: #ccc; }
  #main.contentBox #stateWrap span.line span.orangeTx { position: absolute; left: 0; top: 0; color: #eb5505; overflow: hidden; width: 0%; transition: 1.6s; transition-delay: .3s ; white-space: nowrap; }
  #main.contentBox #stateWrap span.line span.orangeTx.on { width: 100%;}
  #main h2 { background: url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/bg-h2-main.png) no-repeat center top; background-size: 34%; }
  #main h2 img { width: 34%; opacity: 0; transition: 1.2s; transition-delay: .8s; }
  #main h2 img.on { opacity: 1; }


  p.lead { font-size: 3.4vw; width: 80%; margin: 0 auto 10%; text-align: left; line-height: 1.8; }

/*202405*/

#baseStationBox{  background: #fff;  padding: 3% 0;  text-align: left;}
#baseStationBox img{ width: 100%;}
#baseStationBox > .inner{width: 94%; margin: 0 auto;}
#baseStationBox > .inner h2{margin: 0 auto 5%;}
#baseStationBox > .inner .note{font-size:2.8vw; color: #666; text-indent: -1em; padding-left: 1em;}
#areaBox{  background: #eee;  padding: 10% 3%;  text-align: center;}
#areaBox img{ max-width: 100%;}
#areaBox > .inner{background: #fff; margin: 0 auto; border-radius: 2vw; padding:10% 3%;}
#areaBox > .inner h2{margin: 0 2% 0;}
#areaBox > .inner .note{font-size: 2.8vw; color: #666; line-height: 1.6;margin: 0 auto 5%; line-height: 1.6; text-align: left;}


#areaBox > .inner > .wrapH2{margin: 0 auto 10%;}
#areaBox > .inner > .wrapH2 .img{margin: 0 auto 0;}
#areaBox > .inner > .wrapH2 img{width: 100%;}

#areaBox > .inner > .wrapH2 .img{margin: 0 auto 5%;}
#areaBox > .inner > .wrapH2 .ulNote{margin: 0 auto 0;}
#areaBox > .inner > .wrapH2 .ulNote > li.indent{position: relative; display: block;font-size: 2.8vw;  color: #666; line-height: 1.6; text-align: left;}
#areaBox > .inner > .wrapH2 .ulNote > li.indent.ind7{padding-left:7em;}
#areaBox > .inner > .wrapH2 .ulNote > li.indent.ind10{padding-left:10em;}
#areaBox > .inner > .wrapH2 .ulNote > li.indent .ind{position: absolute; top: 0; left: 0;}


#areaBox > .inner > .img{margin: 0 10% 10%;}
#areaBox > .inner > .img-area-02{margin: 0 auto 10%;}
#areaBox > .inner > .img-area-02 .tit{font-size: 4.2vw; font-weight: bold; color: #333; margin: 0 auto 0; text-align: center;}
#areaBox > .inner > .img-area-02 .note{margin: 0 auto 0; text-align: center;}
#areaBox > .inner > .img-area-02 .ulDist .note{margin: 0 auto 3%;}
#areaBox > .inner > .btnBox{  text-align: center; margin: 0 auto 10%;}
#areaBox > .inner > .btnBox ul > li:not(:last-child){margin: 0 auto 5%;}
#areaBox > .inner > .btnBox .txt{ font-size: 3.2vw; color: #ea5404; margin: 3% auto 0;}
#areaBox > .inner > .bnrBox2{ text-align: center; margin: 0 auto 5%;}
#areaBox > .inner > .bnrBox2 .tit{margin: 0 auto 3%;}
#areaBox > .inner > .bnrBox2 ul{
  display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin: 0 auto;
}
#areaBox > .inner > .bnrBox2 ul > li{  width: 49%;}
#areaBox > .inner > .bnrBox2 ul > li a{display: block;}
#areaBox > .inner > .bnrBox2 ul > li img{width: 100%;}

#areaBox > .inner #noteAreaBox{width: 100%; margin:0 auto 0; background: #fff; border: solid .3vw #000; border-top: none;}
#areaBox > .inner #noteAreaBox .tit{background: #000; padding:3vw 8vw ;}
#areaBox > .inner #noteAreaBox .img{margin: 5vw 5vw 3vw;}
#areaBox > .inner #noteAreaBox .note{margin: 0 5vw 5vw;}
/*/202405*/

  div.orange { background-image: url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/bg-pickup.png), linear-gradient(180deg, rgba(244,89,0,1) 0, rgba(255,142,0,1) 100%) ; }
  #pickUp h2 { color:#fff; font-size: 4vw; font-weight: 700; font-style: italic; margin-bottom: 10%; line-height: 1.6; }
  #pickUp h2 span { font-size: 5vw; }
  #pickUp p.lead { margin-bottom: 10%; color:#fff; text-align: center; }
  .pickUpBox { margin: 0 5%; /*padding: 90px 0;*/ position: relative; background: linear-gradient(180deg,transparent 8vw, rgba(255,255,255,1) 8.001vw) ; }
  /*.pickUpBox a.mov { display: block; border-radius: 3px; overflow: hidden;}*/
  .pickUpBoxU { margin: 0 5% 10%; /*padding: 90px 0;*/ position: relative; background: #e6eaee; }
  .pickUpBoxInner { /*margin-bottom: 100px;*/ position: relative; padding-bottom: 2%;}
  .pickUpBoxInner::before { content: ''; display: block; height: 100%; position: absolute; top: 0; left: 50%; width: 200%; background: linear-gradient(180deg,transparent 8vw, rgba(255,255,255,1) 8.001vw) ; }
  .pickUpBoxU .pickUpBoxInner { position: relative; padding: 5%; padding-bottom: 12%;}
  .pickUpBoxU .pickUpBoxInner::before { content: ''; display: block; height: 100%; position: absolute; top: 0; left: 50%; width: 200%; background: #e6eaee; }
  .pickUpBoxInner.drc-rowrev { margin-bottom: 0; }
  .pickUpBoxInner > div {  }
  .pickUpBoxInner .txBtn { font-size: 3.4vw;}
  .pickUpBoxInner.drc-rowrev { flex-direction: row-reverse; }
  .pickUpBoxInner > div { position: relative; }
  .pickUpBoxInner > div:first-child { width: 84%; margin: 0 auto 5%; box-shadow: 3px 3px 10px 10px rgb(0 0 0 / 5%); }
  .pickUpBoxInner > div img { width: 100%; margin-top: 0; margin-left: 0; /*box-shadow: 0 0 16px 16px rgba(0,0,0,.04);*/ }
  .pickUpBoxInner.drc-rowrev > div img { margin-top: 0; margin-left: 0; margin-right: -27%; margin-bottom: 0; }

  .pickUpBoxInner > div p { text-align: left; padding: 0 10% 10%; line-height: 1.9; margin-top: 4%; font-size: 3.4vw; }
  .pickUpBoxInner.drc-rowrev > div p { padding-top: 56px; }
  

  #ConnectIsFun h2 span,#forConnect h2 span,#ConnectIsTrue h2 span { color: #111; font-size: 3.4vw; }
  #ConnectIsFun h2,#forConnect h2,#ConnectIsTrue h2  { color: #eb5505; font-size: 5vw; font-weight: bold; line-height: 1.6; margin-bottom: 4%; font-style: italic; }
  
.wht h2 { background: rgba(255,255,255,1) ; box-shadow: 0 0 10px 10px rgba(255,255,255,1); display: inline-block; margin: 0 auto 4%; }

  #Connect3Points h2 { margin-bottom: 5%;} 
  #Connect3Points h2 img { width: 84%;}  
  #spreadConnect h2 { margin-bottom: 5%; }
  #spreadConnect h2 img { width: 60%; background: #fff; box-shadow: 0 0 10px 10px rgba(255,255,255,1);}
  #spreadConnect p { margin-bottom: 10%; font-size: 3.4vw; background: #fff; box-shadow: 0 0 10px 10px rgba(255,255,255,1);display: inline-block; }
  ul#logoList { max-width: 770px; margin: 0 auto 10%; }
  ul#logoList li { width: 70%; background: #fff url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-link-outer.png) no-repeat right 10px bottom 10px; box-shadow: 0 0 10px 10px rgba(0,0,0,0.04); border-radius: 10px; margin: 0 auto 5%;}
  ul#logoList li a { padding: 8% 0; display: block;}
  ul#logoList li img { width: 40%;}
  
  #spreadConnect p.employees_infor { margin-bottom: 5%; background: #fff; box-shadow: 0 0 10px 10px rgba(255,255,255,1); display: inline-block; }

  #bnrBox { background-image: url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/bg-pickup.png), linear-gradient(180deg, rgba(244,89,0,1) 0, rgba(255,142,0,1) 100%) ; padding: 5% 0 0; }

  .bnr3 { width: 100%; margin: 0 auto; padding-bottom: 5%; }
  .bnr3 > div { margin-bottom: 5%; }
  .bnr3 > div:last-child { margin-bottom: 0; }
  .bnr3 > div a { display: block; width: 80%; margin: 0 auto; }
  /*.bnr3 > div:last-child { margin-top: 5%; padding-top: 5%; padding-bottom: 8%; background: #fff6ce; }*/
  .bnr3 > div a img { width: 100%; }
  
#brandbnr {background: #fff6ce; padding: 5% 0; text-align: center;}
#brandbnr > div { width: 80%; margin: 0 auto; } 
#brandbnr > div img { width: 100%; }   
#brandbnr div.brandbnrInner { margin: 0 auto; } 
#brandbnr p.employees_infor { font-size: 3.4vw; font-weight: bold; margin-bottom: 3%; }

  ul.flxList { margin: 5% 15% 0; }
  ul.flxList li { display:block; margin-bottom: 10%;}
  ul.flxList li a{ display:block; text-decoration: none; }
  ul.flxList li p { width: 92%; margin-left: 8%; background: #fff; line-height: 1.8; /*border-radius: 6px 0 6px 6px;*/ padding: 6% 6% 9%; text-align: left; font-size: 3.4vw; margin-top: -7%; color: #111; position: relative; }
  ul.flxList li p.outer { background: #fff url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-link-outer.png) no-repeat right 10px bottom 10px; /*box-shadow: 0 0 10px 10px rgba(0,0,0,0.04);*/}
  
  .imgBox { overflow: hidden; background: #f3f3f3; border-radius: 1vw; min-height: 150px; }
  .imgBox img { width: 100%; }
  

  ul.flxList li:nth-child(n + 4),.pale ul.flxList li:nth-child(n + 4) { display: none; }
  ul.flxList.open li:nth-child(n + 4),.pale ul.flxList.open li:nth-child(n + 4) { display: block; }
  
  .slider1 { /*padding-bottom: 80px; */}
  .slider1 img { width: 100%; vertical-align: bottom;  }
  .slider1 a { display: block; padding: 0 2vw;}
  .slider2 {  margin: 0 auto; width: 90%; }
  .slider2 .slick-slide { border-radius: 10px; }
  .slider2 .slick-slide .slick-slideInner {  background: #fff; border-radius: 10px; padding-top: 10px; position: relative; margin: 5%; padding-bottom: 5%; padding: 1%; box-shadow: 0 2px 8px 0px rgb(0 0 0 / 3%); }
  .slider2 .slick-slide img { margin: 0 auto; width: 100%; }
  .slider2 .slick-slide img.pnt { margin: 0 auto; position: absolute; width: 24%; left: -5%; top: -4vw; }
  .slider2 .slick-slide h3 { margin: 5% auto; font-size: 3.6vw; font-weight: bold; line-height: 1.8; }
  .slider2 .slick-slide h3 span { color: #eb5505; font-size: 4.2vw; position: relative; z-index: 1; }
  .slider2 .slick-slide h3 span::after { content: ''; display: block; position: absolute; bottom: 5px; width: 100%; height: 6px; background: #fff000; z-index: -1; left: 0; }
  .slider2 .slick-slide p { max-width: 600px; margin: 0 8% 5%; line-height: 1.8; text-align: left; font-size: 3.4vw; }
    
  .slider3 img { width: 100%; vertical-align: bottom; }
  .slider3 a { display: block; padding: 0 3%; }


  
  .slick-dots { position: relative; display: block; width: 100%; padding: 0; margin: 0 auto 5%; list-style: none; text-align: center; }
  .slick-dots li button { font-size: 0; line-height: 0; display: block; width: 10px; height: 10px; /*padding: 5px;*/ cursor: pointer; border: 0; outline: none; background: #a6abb0; border-radius: 10px; }
  .slick-dots li.slick-active button { background: #ea5404; }
  #bnrBox .slick-dots li.slick-active button { background: #000; }
  .slick-dots li button:before { content:''; }
  .slick-prev, .slick-next { font-size: 0; line-height: 0; position: absolute; top: 50%; display: block; width: 6vw; height: 6vw; padding: 0; cursor: pointer; color: transparent; border: none; outline: none; background: #fff!important; padding-top: 1vw; }
  
  .slick-prev:hover { opacity: .5; background: #fff!important; }
  .slick-next:hover { opacity: .5; background: #fff!important; }
  .slick-prev { left: -4vw; }
  .slick-next { right: -4vw; }
  .slick-prev:before { content: '\FF1C'; padding-top: 5%; display: block; transform: scale(0.7, 1); font-weight: bold; }
  .slick-next:before { content: '\FF1E'; padding-top: 5%; display: block; transform: scale(0.7, 1); font-weight: bold; }
  
  .slick-prev:before, .slick-next:before { font-family: 'slick'; font-size: 4vw; line-height: 1; opacity: .75; color: #000;
    -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; }

  .slider4 .slick-prev { top: 40%; left: -6.1vw;}
  .slider4 .slick-next { top: 40%; right: -6.1vw;}

  ul.connect3PointsNote {  max-width: 736px; width: 80%; margin: 0 auto 50px;  }
  ul.connect3PointsNote li { text-align: left; font-size: 2.8vw; }
    
  a.btn { max-width: 84%; display: block; margin: 0 auto; height: 12vw; line-height: 11.4vw; color:#eb5505!important; border: 1px solid #eb5505; border-radius: 6vw; font-weight: bold; background: #fff url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-btn-arrow.png) no-repeat right 3% center; background-size: 5%; font-size: 3.4vw; font-style: italic; }

  a.btn.ln2 { max-width: 84%; display: block; margin: 0 auto; height: 14vw; line-height: 1.4; color:#eb5505!important; border: 1px solid #eb5505; border-radius: 7vw; font-weight: bold; background: #fff url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-btn-arrow.png) no-repeat right 3% center; background-size: 5%; font-size: 3.4vw; font-style: italic; padding-top: 2.6%; }
  
  a.btn.outer { background: #fff url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-link-outer-o.png) no-repeat right 6% center;background-size: 2vw; }

  a.btn.l2 {
    height: 14vw;
    line-height: 1.4;
    border-radius: 7vw;
    padding: 2.5vw 0;
  }
  a.btn.l2 span{display: block; line-height: 1.2; font-size: 2.8vw; font-weight: normal; font-style: normal;}

  a.more { background: #fff url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-btn-plus.png) no-repeat right 20px center; }
  a.more.on { background: #fff url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-btn-min.png) no-repeat right 20px center; }
  a.more::before { content:'\3082\3063\3068\898B\308B'; }
  a.more.on::before { content:'\9589\3058\308B'; }

  a.detailBtn { width: 74%; height: 12vw; line-height: 12vw; font-size: 3.4vw; border-radius: 6vw; background: #eb5505 /*url(/content/dam/au-com/brand/tsunagu/img/icon-link-outer-w.png) no-repeat right 6% center*/url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-btn-arrow-w.png) no-repeat right 6% center; background-size: 4vw; color:#fff!important; text-decoration: none!important; margin-bottom: 5%; }
  
  a.detailBtn_o { width: 74%; height: 12vw; line-height: 12vw; font-size: 3.4vw; border-radius: 6vw; background: #eb5505 url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-link-outer-w.png) no-repeat right 6% center; background-size: 2vw; color:#fff!important; text-decoration: none!important; margin-bottom: 5%; }
}
    
.view-sp { display: none!important; }
.view-pc { display: block!important; }

@media screen and (min-width: 0px) and (max-width: 767px) {
	.view-sp { display: block!important; }
	.view-pc { display: none!important; }
}





@media screen and (min-width: 768px) {
  #g5 h2 { color:#eb5505; font-size: 27px; font-weight: 700; font-style: italic; margin-bottom: 70px; line-height: 1.8; }
  #g5 h2 span { font-size: 38px; }
  #g5 p.lead { color: #fff; font-size: 20px; font-style: italic; margin-bottom: 100px;}
  .g5Box { max-width: 920px; margin: 0 auto; }
  .g5BoxInner { margin-left: 60px; margin-bottom: 40px; padding: 0 0 20px 0; background: linear-gradient(180deg,transparent 50px, rgba(255,255,255,1) 51px) ; position: relative; }
  .g5BoxInner::before { content: ''; display: block; height: 100%; position: absolute; top: 0; left: 50%; width: 200%; background: linear-gradient(180deg,transparent 50px, rgba(255,255,255,1) 51px);}
  .g5BoxInner > div { position: relative; }
  .g5BoxInner > div:first-child { margin: 0 auto; border-radius: 6px; overflow: hidden; }
  .g5BoxInner > div:last-child a.station5g { /*display: block; background: #fff url(../img/icon-outer.png) no-repeat right 10px bottom 10px; border-radius: 0 10px 10px 10px; width: 96%; margin-right: 4%; text-decoration: none!important;*/  }
  .g5BoxInner > div:last-child a.station5g:hover p { opacity: .6 }
  
  .g5BoxInner > div img { width: 586px; margin-bottom: 50px; border-radius: 8px; overflow: hidden; /*margin-left: -30%; box-shadow: 0 0 16px 16px rgba(0,0,0,.04);*/ }
  
  .g5BoxInner > div img.outer { width: 16px; margin-bottom: 0; border-radius: 0;}
  
  .g5Boxtxt { display: flex; justify-content: space-between; background: #fdf2ed; align-items: center; max-width: 720px; margin: 0 auto 20px; }
  .g5Boxtxt p:first-child { width: 17%; background: #fdf2ed; text-align: center; color: #eb5505; font-weight: bold; font-size: 18px;  }
  .g5Boxtxt p:last-child { width: 82%; text-align: left; font-size: 16px; line-height: 2; background: #fff; padding: 10px 0 10px 5%; }


  #Topics h2 span { color: #111; font-size: 26px; }
  #Topics h2 { color: #eb5505; font-size: 38px; font-weight: bold; line-height: 1.6; margin-bottom: 30px; font-style: italic; }
  #Topics .contentBox { margin: 0 auto; max-width:none; padding: 150px 0; text-align: center; position: relative; overflow: hidden; }
  .topicList { display: flex; flex-wrap: wrap; max-width: 980px; margin: 0 auto;}
  .topicList li { width: 25%; }
  .topicList li a { padding: 0 2% 30px; height: 300px; background: #fff; position: relative; text-decoration: none!important; }
  .topicList li a img { transition: .6s;}
  .topicList li a:hover img { opacity: .6 }
  .topicList li a.on::after { content: ''; position: absolute; bottom: 0; left: calc(50% - 50px); display: block; width: 0; height: 0; border-style: solid; border-width: 0 50px 50px 50px; border-color: transparent transparent #f3f3f3 transparent; }
  .topicList li a p { color: #111; padding: 15px; text-align: left; }
  .topicList li a p.tag { color: #fff; position: absolute; top: 0; right: 12px; padding: 0; text-align: center; z-index: 1; width: 90px; height: 24px; font-size: 12px; line-height: 24px; border-radius: 0 0 4px 4px; }
  .topicList li a p.tag.tagArea { background: #16a490;}
  .topicList li a p.tag.tagExperience { background: #e8541f;}
  .topicList li a p.tag.tagExpert { background:#009cd6;}
  .topicList li:nth-child(9n + 1) a .imgBox { position: absolute; top:0;left:1%; width: 98%; background: #000; border-radius: 4px; }
  .topicList li:nth-child(9n + 1) a .imgBox img { opacity: .6; }
  .topicList li:nth-child(9n + 1) a p.outer { position: relative; display:flex; align-items: center; justify-content: center; width: 100%; height: 100%; color:#fff; text-align: center; font-size: 24px; height: 294px; }
  .topicList li:nth-child(9n + 1) { width: 50%; }
  .topicList li:nth-child(9n + 1) a { padding: 0 1%; display: block}
  .topicList li:nth-child(9n + 1) a:hover .imgBox img { opacity: .3; }
	.detailArticle { padding: 80px 20px; background: #f3f3f3; width: 400%; display: none; position:relative; margin-bottom: 20px; z-index: 2;    position: relative;}
  /*.detailArticle::before { content:''; position: absolute; height: 100%; width: 200%; top: 0; left: -50%; background: #f3f3f3;  display: block; z-index: 0;}*/
  .topicList li:nth-child(9n + 1) .detailArticle { width: 200%; }
  .detailtit { color: #eb5505; font-size: 24px; margin-bottom: 40px; line-height: 1.7;  position:relative; z-index: 1; }
  .detailBoxFlx { display: flex; max-width: 980px; margin: 0 auto 20px; position:relative; z-index: 1; }
  .detailPhoto { width: 40%; }
  .detailPhoto img { width: 100%; }
  .detailTxt { width: 60%; padding-left: 5%; }
  .detailTxt p { text-align: left; line-height: 1.8; }
  .detailArticle .detailLnk { max-width: 980px; margin: 0 auto; padding: 0; min-height: auto; text-align: right;  position:relative; z-index: 1;}
  .detailArticle .detailLnk a { height: auto; margin: 0; padding: 0; background: transparent; }
  .detailArticle .detailLnk a img { width: 14px }
  
  .detailBoxFlx.notx { display: block; max-width: 980px; margin: 0 auto 20px; position:relative; z-index: 1; }
  .detailBoxFlx.notx .detailPhoto { margin: 0 auto; }
  .detailBoxFlx.notx .detailTxt { display: none; }
  .detailBoxFlx.notx + .detailLnk { text-align: center; }


	.topicList li:nth-child(9n + 10) .detailArticle { margin-left: -100%; }
	.topicList li:nth-child(9n + 11) .detailArticle { margin-left: 0%; }
	.topicList li:nth-child(9n + 12) .detailArticle { margin-left: -100%; }
	.topicList li:nth-child(9n + 13) .detailArticle { margin-left: -200%; }
	.topicList li:nth-child(9n + 14) .detailArticle { margin-left: -300%; }
	.topicList li:nth-child(9n + 15) .detailArticle { margin-left: 0%; }
	.topicList li:nth-child(9n + 16) .detailArticle { margin-left: -100%; }
	.topicList li:nth-child(9n + 17) .detailArticle { margin-left: -200%; }
	.topicList li:nth-child(9n + 18) .detailArticle { margin-left: -300%; }
	/*.topicList li:nth-child(9n + 19) .detailArticle { margin-left: 0%; }*/
	.topicList li:nth-child(18n + 1) .detailArticle { margin-left: 0; }
	.topicList li:nth-child(18n + 2) .detailArticle { margin-left: -200%; }
	.topicList li:nth-child(18n + 3) .detailArticle { margin-left: -300%; }
	.topicList li:nth-child(18n + 4) .detailArticle { margin-left: 0; }
	.topicList li:nth-child(18n + 5) .detailArticle { margin-left: -100%; }
	.topicList li:nth-child(18n + 6) .detailArticle { margin-left: -200%; }
	.topicList li:nth-child(18n + 7) .detailArticle { margin-left: -300%; }
	.topicList li:nth-child(18n + 8) .detailArticle { margin-left: 0; }
	.topicList li:nth-child(18n + 9) .detailArticle { margin-left: -100%; }

  /*20240801*/
.slider1 .slick-dots {margin: 20px auto 0;}

  #wrapEffort{}
  #lnavEffort{    background: linear-gradient(to bottom right, #FF9000, #EB5505 85%);  padding: 90px 0 ;}
  #lnavEffort .inner{max-width: 980px; margin: 0 auto;}
  #lnavEffort .inner h2{margin: 0 auto 50px;}
  #lnavEffort .inner h2 img{margin: 0 auto;}
  #lnavEffort .inner .ulLnavEffort{max-width: 900px; display: flex; justify-content: space-between; margin: 0 auto ;}
  #lnavEffort .inner .ulLnavEffort > li{width: 32.2222222% ; position: relative;}
  #lnavEffort .inner .ulLnavEffort > li a{display: block;transition: .6s;}
  #lnavEffort .inner .ulLnavEffort > li a:hover{opacity: .6;}
  #lnavEffort .inner .ulLnavEffort > li img{width: 100%;}
  #lnavEffort .inner .ulLnavEffort > li .catch{display: block; width: 76px; position: absolute; top: -40px; left: -40px;}
  #lnavEffort .inner .ulLnavEffort > li .catch img{width: 100%; display: block;}
  .wrapBoxEffort{padding: 120px 0 0;}
  .boxEffort{}
  .boxEffort h3{
    background: url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/bg-h3-effort_a41cc91864eb79d2.png);
    background-repeat: no-repeat;
    background-size: 100% 39px;
    background-position:center bottom;
    text-align: center;
  }
  .boxEffort h3 img{margin: 0 auto;}
  .boxEffort .lead{width: 100%; font-size: 24px; margin: 50px auto 80px; text-align: center; }

  .boxEffort .slider5 a.tglabout { display: block; position: relative; text-decoration: none!important; transition: .6s;}
  .boxEffort .slider5 a.tglabout img { display: block; width: 100%; }
  .boxEffort .slider5 a.tglabout:hover{opacity: .6;}
  
  .boxEffort .slider5 a.tglabout p.outer { color: #111; padding: 10px 0 0; text-align: left; font-size: 14px; line-height: 1.6; }
  .boxEffort .slider5 a.tglabout p.tag { color: #fff; position: absolute; top: 0; right: 20px; padding: 0; text-align: center; z-index: 1; width: 90px; height: 24px; font-size: 12px; line-height: 24px; border-radius: 0 0 4px 4px; }
  .boxEffort .slider5 a.tglabout p.tag.tagArea { background: #16a490;}
  .boxEffort .slider5 a.tglabout p.tag.tagExperience { background: #e8541f;}
  .boxEffort .slider5 a.tglabout p.tag.tagExpert { background:#009cd6;}

.slider5 { }
.innerSlide{ padding: 0 0 40px 0;}
.slider5 img { width: 100%; vertical-align: bottom;  }
.slider5 a { display: block; padding: 0 10px;}
.slider1 .slick-prev,.slider1 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: calc(120px - 22px);
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: none !important;
  padding-top: 0;
  opacity: 1;
  z-index: 2;
}
.slider5 .slick-prev,.slider5 .slick-next,
.slider6 .slick-prev,.slider6 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 17%;
  display: block;
  width: 21px;
  height: 30px;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: none !important;
  padding-top: 0;
  opacity: 1;
  z-index: 2;
}
.slider1 .slick-prev {
  left: 5px;
  opacity: 1;
}
.slider5 .slick-prev,
.slider6 .slick-prev {
  left: 15px;
  opacity: 1;
}
.slider1 .slick-next {
  right: 5px;
  opacity: 1;
}
.slider5 .slick-next,
.slider6 .slick-next {
  right: 15px;
  opacity: 1;
}
.slider1 .slick-prev:before, .slider1 .slick-next:before,
.slider5 .slick-prev:before, .slider5 .slick-next:before,
.slider6 .slick-prev:before, .slider6 .slick-next:before {
  font-family: 'slick';
  font-size: 30px;
  line-height: 1;
  opacity: 1;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slider1 .slick-prev:before{
  content: '\FF1C';
  padding: 10px 0;
  display: block;
  transform: scale(0.7, 1);
  font-weight: bold;
  opacity: 1;
  text-align: center;
}
.slider1 .slick-next:before{
  content: '\FF1E';
  padding: 10px 0;
  display: block;
  transform: scale(0.7, 1);
  font-weight: bold;
  opacity: 1;
  text-align: center;
}
.slider5 .slick-prev:before,
.slider6 .slick-prev:before {
  content: '\FF1C';
  padding-top: 0;
  display: block;
  transform: scale(0.7, 1);
  font-weight: bold;
  opacity: 1;
}
.slider5 .slick-next:before,
.slider6 .slick-next:before {
  content: '\FF1E';
  padding-top: 0;
  display: block;
  transform: scale(0.7, 1);
  font-weight: bold;
  opacity: 1;
}
#wrapMov{background: #FFF4EF;padding: 100px 0; }

/*モーダルPsim*/

#modalContentPsim{ width: 740px; position: absolute;    left: calc(50% - 370px); top: 5vw; z-index: -1; opacity: 0; text-align: center; }
#modalBg { background: rgba(0,0,0,.7); height: 100vh; width: 100%; position: fixed; z-index: -1; top: 0; left: 0; opacity: 0; }

.modalContentInner {
  width: 100%;
  margin: 0 auto;
  max-width: 840px;
  position: relative;
  /* border-radius: 10px; */
  background: #FFF4D6;
  padding: 50px 50px;
  text-align: left;
  font-size: 16px;
}
.btnCloseR {
  position: absolute;
  top: -20px;
  right: -20px;
  width: 6%;
  max-width: 40px;
}

.boxModal{ position: relative; font-size: 14px;}
.boxModal > h2{margin: 0 auto 50px; text-align: center;padding-right: 15px;}
.boxModal > h2 img{margin: 0 auto;}
.boxModal .ulTorikumi{}
.boxModal .ulTorikumi > li:not(:last-child){margin: 0 auto 10px;}
.boxModal .ulTorikumi > li .boxTorikumi{background: #fff; position: relative; padding:30px 20px 40px; text-align: left;}
.boxModal .ulTorikumi > li .boxTorikumi .linkDetail{
  position: absolute;
  bottom: 15px;
  right: 15px;
}
.linkDetail:link,.linkDetail:hover,.linkDetail:active,.linkDetail:visited{color:#EB5505 ;}
#mdl_psim1 .boxModal .ulTorikumi > li:nth-child(1) .boxTorikumi .wrapH3{
  padding-left:180px ;
  background: url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/img-mdl01-01_5e1f141e3401feea.png);
  background-size: 119px auto;
  background-position:left 30px  top ;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
#mdl_psim1 .boxModal .ulTorikumi > li:nth-child(1) .boxTorikumi .wrapH3 h3{margin: 0 auto 20px;}
#mdl_psim1 .boxModal .ulTorikumi > li:nth-child(1) .boxTorikumi .img{padding-bottom: 10px;}
#mdl_psim1 .boxModal .ulTorikumi > li:nth-child(2) .boxTorikumi{ padding: 20px 20px 20px 70px ;}

#mdl_psim2 .boxModal .ulTorikumi .boxTorikumi{padding: 20px;}
#mdl_psim2 .boxModal .ulTorikumi .boxTorikumi .wrapFlex{display: flex; justify-content: space-between;}
#mdl_psim2 .boxModal .ulTorikumi .boxTorikumi .wrapFlex .img{width: 46%;}
#mdl_psim2 .boxModal .ulTorikumi .boxTorikumi .wrapFlex .img img{width: 100%;}
#mdl_psim2 .boxModal .ulTorikumi .boxTorikumi .wrapFlex .txt{width: 46%; font-size: 18px; line-height: 1.6;}
/*20240801*/

/*20240830*/
#mdl_psim3 .boxModal .ulTorikumi .boxTorikumi .img{width: 58%; margin: 0 auto 20px;}
#mdl_psim3 .boxModal .ulTorikumi .boxTorikumi .img img{width: 100%;}
/*20240829*/
#wrapVoice{background:#EBEBEB; padding: 100px 0;}
#kvVoice h2{ 
  margin: 0 auto 50px;
  text-align: center;
  font-size: 42px;
  font-weight: 600;
  color: #000;
}
#kvVoice h2 img{width: 100%;}
#wrapVoice .slick-track{display: flex;}
#wrapVoice .slick-slide{height: auto !important;background: #fff;  border-radius: 4px;margin: 0 10px; display: flex;}

#wrapVoice .slider6 .innerSlide{padding: 0; height: 100%;}
#wrapVoice .slider6 .innerSlide > a{
  display: block;
  background: #fff;
  border-radius: 4px;
  padding: 0;
  margin: 0 0;
  position: relative;
  text-decoration: none !important;
  transition: .6s;
  height: 100%;
}
#wrapVoice .slider6 .innerSlide > a:hover{opacity: .6;}
#wrapVoice .slider6 .innerSlide > a .imgBox{
  padding: 0; 
  font-size: 0;
  overflow: hidden;
  border-radius: 4px 4px 0 0;
}
#wrapVoice .slider6 .innerSlide > a .txtBox{
  padding: 20px 15px 70px;
  color: #000;
  text-align: center;
}
#wrapVoice .slider6 .innerSlide > a .txtBox h3{font-size: 17px; font-weight: bold; margin: 0 auto 10px;}
#wrapVoice .slider6 .innerSlide > a .txtBox p.txt{font-size: 14px;}
#wrapVoice .slider6 .innerSlide > a  p.dummyLinkTxt{
  font-size: 14px;
  color: #EB5505;
  position: absolute;
  bottom: 40px;
  left: calc(50% - 3.4em);
  background: #fff url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-btn-arrow.png) no-repeat right 0 center;
  background-size: 16px auto;
  padding-right: 1.6em;
}
.slider6 .slick-prev,.slider6 .slick-next {        top: calc(50% - 16%);}
.slider6 .slick-dots{margin: 30px auto 0;}

#wrapNewSP{background: #fff; padding: 0 0 50px;}
#wrapNewSP .inner{max-width: 980px ; margin: 0 auto; padding: 100px 0 0; text-align: center;}
#wrapNewSP .inner h3{margin: 0 auto 50px;}
#wrapNewSP .inner .ulNewSP{
  display: flex;
  justify-content: space-between;
}
#wrapNewSP .inner .ulNewSP > li{
  width: 49%;
  background: #fff;
  border: solid 1px #E1E1E1;
  border-radius: 4px;
  padding: 40px 0;
}
#wrapNewSP .inner .ulNewSP > li img{
  display: block;
  width: 36%;
  margin: 0 auto;
}
#wrapNewSP .inner .ulNewSP > li img + p{font-weight: bold; margin: 20px auto 30px;}
#wrapNewSP .inner .ulNewSP > li .btn{width:65% ;}

/*20240829*/

}


@media screen and (min-width: 768px) and (max-width: 1200px) {
  .slider1 .slick-prev, .slider1 .slick-next {    top: 37%;  }
  .slider5 .slick-prev,.slider5 .slick-next {    top: 24%;  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  #modalContentPsim{width:90%; left:5%; top: 90px;}
  .slider5 .slick-prev,.slider5 .slick-next {    top: 20%;  }
}
@media screen and (min-width: 768px) and (max-width: 960px) {
  .slider1 .slick-prev, .slider1 .slick-next {    top: 34%;  }
  .slider5 .slick-prev,.slider5 .slick-next {    top: 17%;  }
}


@media (min-width: 1200px) {
  #modalContentPsim {        left: calc(50% - 375px - 90px);        top: 90px;    }
  #floatSim {        padding-left: 180px;    }
  .slider1 .slick-prev, .slider1 .slick-next {    top: 37%;  }
  .slider5 .slick-prev,.slider5 .slick-next {    top: 22%;  }
}
@media (min-width: 1400px) {
  .slider1 .slick-prev, .slider1 .slick-next {    top: 37%;  }
  .slider5 .slick-prev,.slider5 .slick-next {    top: 24%;  }
}
@media (min-width: 1600px) {
  .slider1 .slick-prev, .slider1 .slick-next {    top: 42%;  }
  .slider5 .slick-prev,.slider5 .slick-next {    top: 27%;  }
}
@media (min-width: 2000px) {
  .slider1 .slick-prev, .slider1 .slick-next {    top: 42%;  }
  .slider5 .slick-prev,.slider5 .slick-next {    top: 34%;  }
}
@media screen and (min-width: 0px) and (max-width: 767.98px) {
 .modalOn #contentsWrapper.homeTemplate {
    padding-top: 0 !important;
}
#floatSim .innerFSim {        background: #DDD9BB;        padding: 2vw;    }
#modalContentPsim { width: 94%; position: absolute; left: 3%;     top: 3vw; z-index: -1;  opacity: 0; }
#modalBg { background: rgba(0,0,0,.7); height: 100vh; width: 100%; position: fixed; z-index: -1; top: 0; left: 0; opacity: 0; }
.modalContentInner {
  width: 100%;
  position: relative;
  background: #FFF4D6;
  padding: 8% 3%;
  text-align: left;
  font-size: 3.8vw;
}
.btnCloseR {
  position: absolute;
        top: -2vw;
        right: -2vw;
        width: 8vw;
        height: 8vw;
}
.boxModal img{max-width: 100%;}
.boxModal{ position: relative; }
.boxModal > h2{margin: 0 auto 10%; text-align: center;padding-right: 3vw;}
.boxModal > h2 img{margin: 0 auto;}
.boxModal .ulTorikumi{}
.boxModal .ulTorikumi > li:not(:last-child){margin: 0 auto 5%;}
.boxModal .ulTorikumi > li .boxTorikumi{background: #fff; position: relative; padding:5% 5% 5%; text-align: left;}
.boxModal .ulTorikumi > li .boxTorikumi .linkDetail{
  margin: 0 auto;
        text-align: center;
        display: block;
}
.linkDetail:link,.linkDetail:hover,.linkDetail:active,.linkDetail:visited{color:#EB5505 ;}
#mdl_psim1 .boxModal .ulTorikumi > li:nth-child(1) .boxTorikumi .wrapH3{
margin: 0 auto 5%;
}
#mdl_psim1 .boxModal .ulTorikumi > li:nth-child(1) .boxTorikumi .wrapH3 h3{margin: 0 auto 5%;}
#mdl_psim1 .boxModal .ulTorikumi > li:nth-child(1) .boxTorikumi .img{padding-bottom: 5%;}
/*#mdl_psim1 .boxModal .ulTorikumi > li:nth-child(2) .boxTorikumi{  padding:5% 3% 10%;}*/
#mdl_psim1 .boxModal .ulTorikumi > li:nth-child(2) .boxTorikumi h3{ margin: 0 auto 5%;}

#mdl_psim2 .boxModal .ulTorikumi .boxTorikumi{padding: 5%;}
#mdl_psim2 .boxModal .ulTorikumi .boxTorikumi .wrapFlex{}
#mdl_psim2 .boxModal .ulTorikumi .boxTorikumi .wrapFlex .img{}
#mdl_psim2 .boxModal .ulTorikumi .boxTorikumi .wrapFlex .img img{margin: 0 auto 5%;}
#mdl_psim2 .boxModal .ulTorikumi .boxTorikumi .wrapFlex .txt{margin: 0 auto 5%; }

}
@media screen and (min-width: 0px) and (max-width: 767.98px) {

  #g5 h2 { color:#eb5505; font-size: 4vw; font-weight: 700; font-style: italic; margin-bottom: 10%; line-height: 1.6; }
  #g5 h2 span { font-size: 5vw; }
  #g5 p.lead { margin-bottom: 10%; color:#fff; text-align: center; }
  .g5Box { margin: 0 5%; /* padding: 90px 0; */ position: relative; }
  .g5BoxInner { /*display: flex; justify-content: center;*/ position: relative;
    padding-bottom: 2%; background: linear-gradient( 180deg,transparent 8vw, rgba(255,255,255,1) 8.001vw); margin-bottom: 10%;}
  .g5BoxInner::before { content: ''; display: block; height: 100%; position: absolute; top: 0; left: 50%; width: 200%; background: linear-gradient(180deg,transparent 8vw, rgba(255,255,255,1) 8.001vw); }
  .g5BoxInner.drc-rowrev { /*flex-direction: row-reverse;*/ margin-bottom: 0; }
  .g5BoxInner > div { position: relative; }
  .g5BoxInner > div:first-child { margin: 0 auto; border-radius: 1vw; overflow: hidden;  }
  .g5BoxInner > div:last-child a.station5g { /*display: block; background: #fff url(../img/icon-outer.png) no-repeat right 3vw bottom 3vw; background-size: 4vw; width: 108%; margin-left: -13% ; border-radius: 0 1vw 1vw 0; */ }
  .g5BoxInner > div:last-child p { /*font-size: 3.4vw; text-align: center; padding: 8% 5%; margin-top: -2vw; margin-bottom: 5%; color: #111!important; text-decoration: none!important;*/ }
  
  .g5BoxInner > div img { width: 84%; margin-bottom: 5%; border-radius: 1vw; /*margin-left: -30%; box-shadow: 0 0 16px 16px rgba(0,0,0,.04);*/ }
  .g5BoxInner > div img.outer { border-radius: 0; margin-bottom: 0; width: 3vw;}
  .g5BoxInner > div p { /*text-align: left; padding: 0 10%; line-height: 1.9;*/ }
  .g5Boxtxt { margin: 0 10% 5%; }
  .g5Boxtxt p:first-child { background: #fdf2ed; text-align: center; color: #eb5505; font-weight: bold; font-size: 4vw; padding: 3% 0; border-radius: 1vw;  }
  .g5Boxtxt p:last-child {  text-align: left; font-size: 3.4vw; line-height: 2; padding: 5% 0 0 0; }

  
  #Topics h2 span  { color: #111; font-size: 3.4vw; }
  #Topics h2 { color: #eb5505; font-size: 5vw; font-weight: bold; line-height: 1.6; margin-bottom: 4%; font-style: italic; }
  #Topics .contentBox { margin: 0 auto; max-width:none; padding: 10% 0; text-align: center; position: relative; }
  .topicList { display: flex; flex-wrap: wrap; }
  .topicList li { width: 50%; }
  .topicList li a { padding: 0 2% 5%; min-height: 40vw; position: relative; background: #fff; text-decoration: none!important; }
  .topicList li a.on::after { content: ''; position: absolute; bottom: 0; left: calc(50% - 5vw); display: block; width: 0; height: 0; border-style: solid; border-width: 0 5vw 5vw 5vw; border-color: transparent transparent #f3f3f3 transparent; }
  .topicList li a p { color: #111; padding: 5%; line-height: 1.8; font-size: 3vw; text-align: left; }
  .topicList li a p.outer { min-height: 22vw;}
  .topicList li a p.tag { color: #fff; position: absolute; top: 0; right: 3vw; padding: 0; text-align: center; z-index: 1; width: 20vw; height: 5vw; font-size: 3vw; line-height: 5vw; border-radius: 0 0 1vw 1vw; }
  .topicList li a p.tag.tagArea { background: #16a490;}
  .topicList li a p.tag.tagExperience { background: #e8541f;}
  .topicList li a p.tag.tagExpert { background:#009cd6;}
  .topicList li a .imgBox {  min-height: auto;}
  .topicList li:nth-child(9n + 1) a .imgBox { position: absolute; top: 0; left: 1%; width: 98%;background: #000; border-radius: 4px; min-height: auto; }
  .topicList li:nth-child(9n + 1) a .imgBox img { opacity: .6; }
  .topicList li:nth-child(9n + 1) a p.outer { position: relative; display: flex; justify-content: center; align-items: center; width: 100%; height: 60vw; color:#fff; text-align: center; font-size: 5vw; }
  .topicList li:nth-child(9n + 1) { width: 100%; }
  .topicList li:nth-child(9n + 1) a { padding: 0 1%; display: block; margin-bottom: 0; }
	.detailArticle { padding: 10% 5%; background: #f3f3f3; width: 200%; margin-bottom: 3%; display: none; z-index: 2;    position: relative;}
  .topicList li:nth-child(9n + 1) .detailArticle { width: 100%; }
  .detailtit { color: #eb5505; font-size: 3.8vw; text-align: left; margin-bottom: 5%; line-height: 1.7; padding: 0 4%; }
  .detailBoxFlx { margin: 0 auto; }
  .detailPhoto { margin-bottom: 5%; }
  .detailPhoto img { width: 100%; }
  .detailTxt { margin-bottom: 5%; }
  .detailTxt p { text-align: left; padding: 0 4%; line-height: 1.8; font-size: 3vw; }
  .detailArticle .detailLnk { max-width: 980px; margin: 0 auto; padding: 0; min-height: auto; text-align: center; }
  .detailArticle .detailLnk a { height: auto; background: transparent; margin-bottom: 0; font-size: 3.4vw; min-height: auto; }
  .detailArticle .detailLnk a img { width: 3vw; }
  
	.topicList li:nth-child(9n + 1) .detailArticle { margin-left: 0%; }
	.topicList li:nth-child(9n + 2) .detailArticle { margin-left: 0%; }
	.topicList li:nth-child(9n + 3) .detailArticle { margin-left: -100%; }
	.topicList li:nth-child(9n + 4) .detailArticle { margin-left: 0%; }
	.topicList li:nth-child(9n + 5) .detailArticle { margin-left: -100%; }
	.topicList li:nth-child(9n + 6) .detailArticle { margin-left: 0%; }
	.topicList li:nth-child(9n + 7) .detailArticle { margin-left: -100%; }
	.topicList li:nth-child(9n + 8) .detailArticle { margin-left: 0%; }
	.topicList li:nth-child(9n + 9) .detailArticle { margin-left: -100%; }

  /*20240801*/
.slider1 .slick-dots {margin: 5% auto 0;}

#wrapEffort{}
#lnavEffort{padding: 15% 5%;   background: linear-gradient(to bottom right, #FF9000, #EB5505 85%); }
#lnavEffort .inner{ margin: 0 auto;}
#lnavEffort .inner h2{margin: 0 3% 12%;}
#lnavEffort .inner h2 img{margin: 0 auto; width: 100%;}
#lnavEffort .inner .ulLnavEffort{ margin: 0 auto ;}
#lnavEffort .inner .ulLnavEffort > li{ position: relative; margin: 0 auto 8%;}
#lnavEffort .inner .ulLnavEffort > li:last-child{margin: 0 auto;}
#lnavEffort .inner .ulLnavEffort > li a{display: block;transition: .6s;}
#lnavEffort .inner .ulLnavEffort > li a:hover{opacity: .6;}
#lnavEffort .inner .ulLnavEffort > li img{width: 100%;}
#lnavEffort .inner .ulLnavEffort > li .catch{
  display: block;
        width: 16vw;
        position: absolute;
        top: -6vw;
        right: -4vw;
}
#lnavEffort .inner .ulLnavEffort > li .catch img{width: 100%; display: block;}
.wrapBoxEffort{        padding: 15% 0 5%;}
.boxEffort{padding-bottom: 12%;}
.boxEffort h3{}
.boxEffort h3 img{margin: 0 auto; width: 100%;}
.boxEffort .lead{width: 100%; font-size: 5vw; margin: 8% auto 10%; text-align: center; }

.boxEffort .slider5 a.tglabout { display: block; position: relative; text-decoration: none!important; transition: .6s;}
.boxEffort .slider5 a.tglabout img { display: block; width: 100%; }
.boxEffort .slider5 a.tglabout:hover{opacity: .6;}

.boxEffort .slider5 a.tglabout p.outer { color: #111; padding: 5%; line-height: 1.8; font-size: 3vw; text-align: left; }
.boxEffort .slider5 a.tglabout p.tag { color: #fff; position: absolute; top: 0; right: 5vw; padding: 0; text-align: center; z-index: 1; width: 20vw; height: 5vw; font-size: 3vw; line-height: 5vw; border-radius: 0 0 1vw 1vw; }
.boxEffort .slider5 a.tglabout p.tag.tagArea { background: #16a490;}
.boxEffort .slider5 a.tglabout p.tag.tagExperience { background: #e8541f;}
.boxEffort .slider5 a.tglabout p.tag.tagExpert { background:#009cd6;}

/*20240830*/
#mdl_psim3 .boxModal .ulTorikumi .boxTorikumi .img{width:100%; margin: 0 auto 5%;}
#mdl_psim3 .boxModal .ulTorikumi .boxTorikumi .img img{width: 100%;}
#mdl_psim3 .boxModal .ulTorikumi .boxTorikumi .txt{width:100%; margin: 0 auto 5%;}




.slider5 {}
.slider5 img { width: 100%; vertical-align: bottom;  }
.slider5 a { display: block; padding: 0 2vw;}
.slider1 .slick-prev,.slider1 .slick-next,
.slider5 .slick-prev,.slider5 .slick-next,
.slider6 .slick-prev,.slider6 .slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 18.6vw;
  display: block;
  width: 6vw;
  height: 6vw;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: none !important;
  opacity: 1;
  z-index: 2;
}
.slider1 .slick-prev,.slider5 .slick-prev,.slider6 .slick-prev {
  left: .5vw;
}
.slider1 .slick-next,.slider5 .slick-next,.slider6 .slick-next {
  right: .5vw;
}
.slider1 .slick-prev:before,.slider5 .slick-prev:before,.slider6 .slick-prev:before {
  content: '\FF1C';
  padding-top:0;
  display: block;
  transform: scale(0.7, 1);
  color: #fff;
  font-size: 6vw;
  font-weight: bold;
  opacity: 1;
}
.slider1 .slick-next:before,.slider5 .slick-next:before,.slider6 .slick-next:before {
  content: '\FF1E';
  padding-top: 0;
  display: block;
  transform: scale(0.7, 1);
  color: #fff;
  font-size: 6vw;
  font-weight: bold;
  opacity: 1;
}

#wrapMov{background: #FFF4EF;padding: 10% 0; }

/*20240829*/
#wrapVoice{background:#EBEBEB; padding: 15% 0 10%;}
#kvVoice h2{ 
  margin: 0 auto 10%;
  text-align: center;
  font-size: 7.6vw;
  font-weight: 600;
  color: #000;
}
#kvVoice h2 img{width: 100%;}

#wrapVoice .slider6 .innerSlide > a{
  display: block;
  background: #fff;
  border-radius: 1vw;
  padding: 0;
  margin: 0 2vw;
  position: relative;
  text-decoration: none !important;
  transition: .6s;
}
#wrapVoice .slider6 .innerSlide > a:hover{opacity: .6;}
#wrapVoice .slider6 .innerSlide > a .imgBox{
  padding: 0; 
  font-size: 0;
  overflow: hidden;
  border-radius: 1vw 1vw 0 0;
}
#wrapVoice .slider6 .innerSlide > a .txtBox{
  padding: 5vw 3vw 14vw;
  color: #000;
  text-align: center;
}
#wrapVoice .slider6 .innerSlide > a .txtBox h3{font-size: 3.8vw; font-weight: bold; margin: 0 auto 5%;}
#wrapVoice .slider6 .innerSlide > a .txtBox p.txt{font-size: 3vw;}
#wrapVoice .slider6 .innerSlide > a  p.dummyLinkTxt{
  font-size:3vw;
  color: #EB5505;
  position: absolute;
  bottom: 40px;
  left: calc(50% - 3.4em);
  background: #fff url(https://www.au.com/content/dam/au-com/brand/tsunagu/img/icon-btn-arrow.png) no-repeat right 3% center;
  background-size: 3.4vw;
  padding-right: 1.6em;
}
.slider6 .slick-prev,.slider6 .slick-next {        top: calc(50% - 16%);}
.slider6 .slick-dots{        margin: 5vw auto 0;}

#wrapNewSP{background: #fff; padding: 15% 5% 10%;}
#wrapNewSP .inner{ margin: 0 auto; padding:0; text-align: center;}
#wrapNewSP .inner h3{margin: 0 auto 5%; width: 90%;}
#wrapNewSP .inner h3 img{width: 100%;}
#wrapNewSP .inner .ulNewSP{
  display: flex;
  justify-content: space-between;
}
#wrapNewSP .inner .ulNewSP > li{
  width: 49%;
  background: #fff;
  border: solid .2vw #E1E1E1;
  border-radius: 1vw;
  padding: 5% 0;
}
#wrapNewSP .inner .ulNewSP > li img{
  display: block;
  width: 100%;
  margin: 0 auto;
}
#wrapNewSP .inner .ulNewSP > li img + p{font-weight: bold; margin: 5% auto 10%;}
#wrapNewSP .inner .ulNewSP > li .btn{width:94% ;        max-width: none; font-size: 3vw;}
#wrapNewSP .inner .ulNewSP > li .btn.l2SP{line-height: 1.2;  padding: 2.2vw 0 2.2vw 0; height: 12vw;background-size: 3.4vw;}

/*20240829*/

}

/*20240626 パラメータ出し分け*/
#areaBox > .inner > .wrapH2 .ulDist > li,
#areaBox .img-area-02,
#areaBox .img-area-02 .ulDist > li,
#areaBox .btnBox > ul > li.liDist{display: none;}

#areaBox > .inner > .wrapH2 .ulDist > li.on,
#areaBox .img-area-02.on,
#areaBox .img-area-02 .ulDist > li.on,
#areaBox .btnBox > ul > li.liDist.on{display: block;}

/*modal*/
#modalContentPsim{ z-index: 101; opacity: 1; }
.modalOn #modalBg { z-index: 100; opacity: 1; }
.modalOn #modalContentPsim{ z-index: 101; opacity: 1; }
.modalContentInner {  display: none;}

body #contentsWrapper .contArea { max-width: 100%!important; padding-left: 0!important; padding-right: 0!important; position: relative!important; }

.fwb { font-weight: bold!important; }
.fcred { color: #FF0004!important; }
.fcorange { color:#eb5505!important; }
.fcgray { color:#666!important; }
.palt{font-feature-settings: "palt";}

.fsp80 { font-size: 80%; }
.fsp120 { font-size: 120%; }
.fsp140 { font-size: 140%; }
.measureTag {
  height: 60px;
  margin: 0 auto -60px;
}