@charset "utf-8";
/* TOPページ */
.titleBg {
display: none;
}
.titleBg_inner {
display: none;
}
.wrapper {
max-width: 100%;
}
#cover {
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
height: 100vh;
position: relative;
overflow: hidden;
background-color: #fff;
}
.cover_slides {
position: relative;
height: 100%;
}
.slide figure {
background-repeat: no-repeat;
background-size: cover;
margin: 0;
width: 100%;
height: 100%;
position: relative;
background-position: center;
width: 102vw;
}
/*.cover_slides .slide {
	height: 670px;
}*/
.cover_slides:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000;
opacity: .25;
/*z-index: 20;*/
}
.cover_slides .slide {
position: absolute;
z-index: -1;
top: 0;
left: 0;
display: none;
visibility: hidden;
overflow: hidden;
width: 0;
height: 100%;
-webkit-transition: width 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
-o-transition: width 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
transition: width 0.6s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
opacity: 0
}
.cover_slides .slide {
display: block
}
.cover_slides .is-now {
z-index: 10;
visibility: visible;
width: 100%;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
opacity: 1
}
.cover_slides .is-now figure {
-webkit-transition: -webkit-transform 6s linear 0s;
transition: -webkit-transform 6s linear 0s;
-o-transition: transform 6s linear 0s;
transition: transform 6s linear 0s;
transition: transform 6s linear 0s, -webkit-transform 6s linear 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
.cover_slides .is-old {
z-index: 5;
visibility: visible;
width: 100%;
-webkit-transition-delay: 0s;
-o-transition-delay: 0s;
transition-delay: 0s;
opacity: 1;
height: 100%;
}
.cover_slides .is-old figure {
-webkit-transition: -webkit-transform 6s linear 0s;
transition: -webkit-transform 6s linear 0s;
-o-transition: transform 6s linear 0s;
transition: transform 6s linear 0s;
transition: transform 6s linear 0s, -webkit-transform 6s linear 0s;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0)
}
#cover .inner {
max-width: 1260px;
width: 100%;
position: absolute;
top: 30%;
left: 50%;
bottom: 0;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: 30;
}
#cover .inner h2 {
color: #fff;
display: block;
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-size: 6.0rem;
line-height: 110%;
text-align: center;
margin-bottom: 30px;
letter-spacing: 0.1em;
/*text-shadow: 2px 2px 1px rgba(0,0,0,0.4);*/
}
#cover .inner p {
color: #fff;
font-weight: 700;
font-size: 3.0rem;
line-height: 100%;
letter-spacing: 0.2em;
text-align: center;
}
#cover .scroll_btn {
position: absolute;
bottom: 100px;
left: 50%;
display: block;
z-index: 100;
}
#cover a{
text-decoration: none;
}
#cover .scroll_btn span {
width: 1px;
height: 100px;
display: block;
margin: 0 auto 7px;
background-color: #fff;
position: relative;
}
#cover .scroll_btn span:after {
content: '';
position: absolute;
top: 0;
width: 10px;
height: 10px;
border-radius: 100%;
background-color: #fff;
left: -4px;
right: 0;
margin: auto;
-webkit-animation: sdb 2s infinite;
animation: sdb 2s infinite;
}
@-webkit-keyframes sdb {
0% {
-webkit-transform: translate(0, 0);
opacity: 0;
}
40% {
opacity: 1;
}
80% {
-webkit-transform: translate(0, 100px);
opacity: 0;
}
100% {
opacity: 0;
}
}
@keyframes sdb {
0% {
transform: translate(0, 0);
opacity: 0;
}
40% {
opacity: 1;
}
80% {
transform: translate(0, 100px);
opacity: 0;
}
100% {
opacity: 0;
}
}
#cover .scroll_btn p {
font-family: 'Catamaran', sans-serif;
font-size: 1.2rem;
color: #fff;
margin-left: 11px;
letter-spacing: 1px;
}
#cover .underBox {
background-color: rgba(0,0,0,0.8);
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 75px;
z-index: 22;
}
.newsBox {
max-width: 1260px;
margin: 0 auto;
width: 100%;
height: 75px;
padding: 0 10px 0 30px;
display: flex;
justify-content: flex-start;
align-items: center;
flex-wrap: wrap;
z-index: 30;
position: absolute;
bottom: 0;
left: 50%;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
}
.newstitle {
font-family: brandon-grotesque, sans-serif;
font-weight: 400;
font-style: normal;
font-size: 1.3rem;
line-height: 100%;
color: #fff;
}
.ticker {
background-color: transparent;
padding-bottom: 30px;
border: none;
max-width: 900px;
width: 100%;
padding-left: 40px;
background-image: url("../img/line.gif");
background-repeat: no-repeat;
background-position: left center;
margin-left: 40px;
}
.newsSet {
z-index: 200;
}
.newsSet .date {
font-family: brandon-grotesque, sans-serif;
font-weight: 300;
font-style: normal;
font-size: 1.3rem;
line-height: 100%;
margin-right: 40px;
color: #fff;
letter-spacing: 0.2em;
}
.newsSet li {
text-decoration: none;
color: #fff;
letter-spacing: 0.2em;
font-size: 1.3rem;
}
.newsSet li a {
text-decoration: none;
color: #fff;
letter-spacing: 0.2em;
font-size: 1.3rem;
}
.newsSet li a:hover {
text-decoration: underline;
}

#slide_num {
text-align: right;
padding: 30px;
}
#slide_num span {
color: #fff;
font-size: 1.4rem;
position: relative;
}

#slide_num span.now {
margin-right: 6rem;
}
#slide_num span.now:after {
content: '';
width: 5rem;
height: 1px;
background-color: #fff;
opacity: .7;
position: absolute;
top: 10px;
right: -57px;
}
#slide_num span.all {
opacity: .7
}
main {
max-width: 100%;
margin-top: 70px;
}
.sec01 {
max-width: 1260px;
width: 100%;
margin: 0 auto;
}
.sec01_wrap {
background-image: url("../img/sec01_bg01.jpg");
background-repeat: no-repeat;
background-position: center top;
margin-bottom: 120px;
}
.sec01_boby {
max-width: 1260px;
width: 100%;
background-image: url("../img/whoweare.png");
background-repeat: no-repeat;
background-position: 24px 74px;
}
.sec01Title h3 {
font-family: 'Roboto', sans-serif;
font-weight: 700;
font-style: normal;
line-height: 100%;
letter-spacing: 0.05em;
font-size: 6.0rem;
margin-bottom: 20px;
color: #fff;
}
.sec01Title p {
font-size: 1.4rem;
line-height: 100%;
letter-spacing: 0.3em;
font-weight: 700;
color: #fff;
margin-left: 5px;
}
.sec01Title {
margin-left:  40px;
padding-top: 152px;
margin-bottom: 66px;
}
.sec01_inner {
background-color: rgba(255,255,255,0.95);
max-width: 700px;
width: 100%;
padding: 40px 40px 0px 40px;
}
.sec01_inner h4 {
font-family: "Hannari","source-han-serif-japanese";
font-weight: 400;
font-size: 3.0rem;
line-height: 145%;
margin-bottom: 30px;
letter-spacing: 0.15em;
}
.sec01_inner p {
font-size: 1.5rem;
line-height: 220%;
margin-bottom: 30px;
font-weight: 500;
}
.Btn{
position: relative;
max-width: 260px;
width: 100%;
height: 50px;
line-height: 100%;
display: flex;
background: #287B44;
padding-top: 10px;
}
.txtBox a {
text-decoration: none;
}
.bTxt {
font-size: 1.3rem;
}
.Btn-Text{
width: 100%;
color: #fff;
z-index: 10;
text-align: center;
font-family: 'Fjalla One', sans-serif;
}
.Btn-Text:before{
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 0;
display: block;
background: #000;
z-index: -1;
transition: .2s;
}
.Btn-Text::after{
content: "";
display: block;
position: absolute;
top: calc(50% - 5px);
right: 20px;
width: 8px;
height: 8px;
border: 2px solid;
border-color: transparent transparent #FFF #fff;
transform: rotate(-135deg);
transition: .3s;
}
.Btn-Text:hover{
color: #fff;
}
.Btn-Text:hover:before{
width: 100%;
}
.Btn-Text:hover::after{
right: 10px;
}
.block-revealer__element { /*Block Reveal Effects 発動トリガー*/
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: #000;
pointer-events: none;
opacity: 0;
}
.sec02 {
position: relative;
padding: 130px 0 100px;
margin-bottom: 115px;
}
.sec02:before {
position: absolute;
display: block;
content: '';
top: 0;
width: 0; 
height: 100%;
background: #F6F6F6;
z-index: -1;
}
.sec02.background:before {
width: 51%;
opacity: 1;
}

/* アニメーション前 */
/*.sec02.background:before {
width: 0%;
opacity: 0;
}*/

/* トリガー発火でis-activeを付与 */
/*.sec02.background.is-active:before {
width: 51%;
transition: width .3s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
opacity: 1;
}*/
.sec02:nth-child(odd):before {
left: 0;
}
/*.sec02:nth-child(even):before {
right: 0;
}*/
.sec02_body {
max-width: 1260px;
width: 100%;
margin: 0 auto;
}
.sec02_inner {
float: right;
}
h5 {
font-family: 'Roboto', sans-serif;
font-size: 4.0rem;
color: #3FAC48;
font-weight: 900;
line-height: 100%;
margin-bottom: 10px;
letter-spacing: 0.1em;
display: inline-block;
}
.jpSub {
font-size: 1.4rem;
letter-spacing: 0.3em;
line-height: 100%;
margin-bottom: 20px;
display: table;
}
h6 {
font-family: "Hannari","source-han-serif-japanese";
font-weight: 400;
line-height: 145%;
font-size: 3.0rem;
margin-bottom: 90px;
display: table;
}
.businessBox {
display: flex;
margin: 0 auto 50px;
position: relative;
}
.businessBox .photo {
max-width: 845px;
width: 100%;
margin-top: 0px;
margin-left: -160px;
z-index: 1;
}
.businessBox .txt {
max-width: 450px;
width: 100%;
z-index: 2;
margin-top: 45px;
}
.businessBox .txt .business-inner {
padding: 30px 50px 25px 30px;
background-color: #fff;
border: 1px solid #eee;
background-color: rgba(255,255,255,0.95);
}
.businessBox dl {
display: -webkit-box; 
display: -ms-flexbox;
display: flex;
-webkit-box-align: stretch; 
-ms-flex-align: stretch;
align-items: stretch;
margin-bottom: 30px;
}
.businessBox dt {
width: 38px;
height: 38px;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: start;
-ms-flex-align: start;
align-items: flex-start;
}
.businessBox dt, 
.businessBox dd {
position: relative;
}
.businessBox dt::before {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
border-top: 38px solid #ccc;
border-right: 38px solid transparent;
}
.businessBox dt span {
position: relative;
font-family: "Times New Roman", Times, "serif";
font-size: 2rem;
line-height: 1;
z-index: 2;
}
.businessBox dt::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 0;
height: 0;
border-top: 37px solid #fff;
border-right: 37px solid transparent;
}
.businessBox dd {
flex: 1;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
-webkit-box-align: end;
-ms-flex-align: end;
align-items: flex-end;
line-height: 30%;
font-size: 2.0rem;
font-weight: bold;
font-style: normal;
letter-spacing: 0.1em;
margin-left: -5px;
}
.detailTxt {
font-size: 1.4rem;
line-height: 200%;
margin-left: 30px;
margin-bottom: 25px;
}

/*view more ボタン小*/
.moreBtnBox {
margin-left: 30px;
}
.moreBtnBox a {
text-decoration: none;
}
.moreBtn{
position: relative;
max-width: 180px;
width: 100%;
line-height: 100%;
display: flex;
background: #fff;
}
.moreText{
width: 100%;
color: #111;
z-index: 10;
text-align: center;
font-family: 'Fjalla One', sans-serif;
font-size: 1.1rem;
padding: 10px 0;
border: solid 1px #ddd;
}
.moreText:before{
content: "";
position: absolute;
top: 0;
bottom: 0;
width: 0;
display: block;
background: #000;
z-index: -1;
transition: .2s;
border: none;
}
.moreText::after{
content: "";
display: block;
position: absolute;
top: calc(50% - 4px);
right: 10px;
width: 6px;
height: 6px;
border: 2px solid;
border-color: transparent transparent #FFF #fff;
transform: rotate(-135deg);
transition: .3s;
}
.moreText:hover{
color: #fff;
}
.moreText:hover:before{
width: 100%;
}
.moreText:hover::after{
right: 10px;
}
.bg-attachment {
background: transparent url(../img/bg.jpg) no-repeat center center / cover;
background-attachment: fixed;
height: 466px;
margin-bottom: 100px;
} 
.sec03 {
max-width: 1220px;
width: 100%;
margin: 0 auto;
position: relative;
}
.imgWrap {
overflow: hidden;	/*拡大時にはみ出た部分を隠す*/
background: #000;
}
.imgWrap img {
width: 100%;
display: block;
transition-duration: 0.3s;	/*変化に掛かる時間*/
}
.imgWrap img:hover {
transform: scale(1.1);	/*画像の拡大率*/
transition-duration: 0.3s;	/*変化に掛かる時間*/
opacity: 0.6;	/* 小さくするほど暗くなります */
}
.ttl_box {
max-width: 520px;
width: 100%;
padding: 35px 30px 20px 30px;
background-color: rgba(255,255,255,0.95); 
display: flex;
justify-content: center;
align-items: center;
position: absolute;
right: 0;
bottom: 0;
}
.rTitle {
font-size: 1.5rem;
font-weight: bold;
margin-bottom: 10px;
line-height: 100%
}
.rTxt {
font-size: 1.4rem;
line-height: 180%;
}
.readBox {
margin-left: 20px;
}
.ie_alert{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgb(40, 123, 68); /* rgba未対応の古いIE用 */
background: rgba(40, 123, 68, 0.90);
text-align: center;
padding: 10% 0;
z-index: 1000;
}


/*　for iPad 横　*/
@media screen and (min-width:980px) and ( max-width:1024px) {
.bg-attachment {
display: none;
} 
}
/*　for iPad 縦　*/
@media screen and (min-width:768px) and ( max-width:979px) {
.bg-attachment {
display: none;
} 
}

/* IE11にのみ適用したいスタイルシート */
@media screen and (-ms-high-contrast: none) {
.sec01 {
margin-top: 80px;
}    
.sec03 {
margin-bottom: 100px;
}
.ie_alert{
position: fixed;
top: 0;
left: 0;
width: 30%;
height: 15%;
background: rgb(40, 123, 68); /* rgba未対応の古いIE用 */
background: rgba(40, 123, 68, 0.90);
text-align: left;
padding: 10% 0;
z-index: 1000;
}
/*.ie_alert span,p,a {
color: #fff;
}
.ie_alert span {
display: block;
font-size: 1.4rem;
margin-bottom: 20px;
}
.ie_alert p {
font-size: 1.2rem;
line-height: 200%;
}
.ie_alert a {
color: #fff;
}				
*/

}



/*　スマートフォン 横　*/
@media (orientation: landscape) and (max-width: 767px){
#cover .inner h2 {
font-size: 2.6rem;
margin-bottom: 15px;
}
#cover .inner p {
font-size: 1.2rem;
}
#cover .scroll_btn {
position: absolute;
bottom: 100px;
left: 45%;
display: block;
z-index: 23;
}
#cover .scroll_btn span {
width: 1px;
height: 50px;
display: block;
margin: 0 auto 7px;
background-color: #fff;
position: relative;
}
#cover .underBox {
height: 85px;
}
.newsBox {
height: 85px;
padding: 10px 10px 0px 10px;
display: block;
}
.newstitle {
font-size: 1.2rem;
}
.ticker {
padding-bottom: 40px;
border: none;
padding-left: 0px;
background-image: none;
margin-left: 0px;
}
.newsSet .date {
font-size: 1.2rem;
margin-right: 10px;
letter-spacing: 0.1em;
}
.newsSet li a {
letter-spacing: 0.1em;
font-size: 1.2rem;
}
.newsSet li {
letter-spacing: 0.1em;
font-size: 1.2rem;
}
#slide_num {
text-align: right;
padding: 10px;
}
#slide_num span {
color: #fff;
font-size: 1.1rem;
position: relative;
}
#slide_num span.now {
margin-right: 5rem;
}
#slide_num span.now:after {
content: '';
width: 2rem;
height: 1px;
background-color: #fff;
opacity: .7;
position: absolute;
top: 8px;
right: -37px;
}
#slide_num span.all {
opacity: .7
}
.sec01 {
width: 90%;
margin: 0 auto;
}
.sec01_wrap {
background-image: url("../img/sec01_bg01_sp.jpg");
background-repeat: no-repeat;
background-position: center top;
margin-bottom: 40px;
}
.sec01_boby {
max-width: 1260px;
width: 100%;
background-image: url("../img/whoweare_sp.png");
background-repeat: no-repeat;
background-position: 24px 40px;
}
.sec01Title h3 {
line-height: 100%;
letter-spacing: 0.05em;
font-size: 3.0rem;
margin-bottom: 5px;
color: #fff;
}
.sec01Title p {
font-size: 1.1rem;
margin-left: 5px;
}
.sec01Title {
margin-left:  40px;
padding-top: 80px;
margin-bottom: 66px;
}
.sec01_inner {
background-color: rgba(255,255,255,0.95);
max-width: 700px;
width: 90%;
padding: 20px 20px 10px 30px;
margin: 0 auto;
}
.sec01_inner h4 {
font-family: "Hannari","source-han-serif-japanese";
font-weight: 400;
font-size: 1.8rem;
line-height: 145%;
margin-bottom: 20px;
letter-spacing: 0.1em;
}
.sec01_inner p {
font-size: 1.2rem;
line-height: 200%;
margin-bottom: 30px;
font-weight: 400;
}
.Btn{
position: relative;
max-width: 260px;
height: 40px;
padding-top: 10px;
margin: 0 auto;
}
.bTxt {
font-size: 1.2rem;
}
.sec02 {
position: relative;
padding: 40px 0 40px;
margin-bottom: 40px;
}
.sec02.background:before {
width: 50%;
}
.sec02_body {
max-width: 1260px;
width: 90%;
margin: 0 auto;
}
.sec02_inner {
float: none;
}
h5 {
font-family: 'Roboto', sans-serif;
font-size: 2.2rem;
margin-bottom: 10px;
}
.jpSub {
font-size: 1.1rem;
letter-spacing: 0.1em;
margin-bottom: 20px;
display: table;
}
h6 {
font-family: "Hannari","source-han-serif-japanese";
font-weight: 400;
line-height: 145%;
font-size: 1.8rem;
margin-bottom: 40px;
display: table;
}
.businessBox {
display: flex;
flex-direction: column-reverse;
margin: 0 auto 30px;
position: relative;
}
.businessBox .photo {
max-width: 845px;
width: 100%;
margin-top: 0px;
margin-left: 0px;
z-index: 1;
}
.businessBox .txt {
max-width: 900px;
width: 100%;
z-index: 2;
margin-top: 0px;
}
.businessBox .txt .business-inner {
padding: 20px 20px 25px 20px;
background-color: rgba(255,255,255,0.95);
}
.businessBox dt span {
position: relative;
font-family: "Times New Roman", Times, "serif";
font-size: 1.8rem;
line-height: 1;
z-index: 2;
}
.businessBox dd {
font-size: 1.6rem;
}
.detailTxt {
font-size: 1.2rem;
line-height: 200%;
margin-left: 0px;
margin-bottom: 25px;
}

/*view more ボタン小*/
.moreBtnBox {
margin-left: 0px;
}
.moreBtn{
position: relative;
max-width: 180px;
}
.bg-attachment {
display: none;
} 

}

/*スマートフォン 縦*/

@media (orientation: portrait) and (max-width: 767px){
#cover .inner {
max-width: 1260px;
width: 100%;
position: absolute;
top: 30%;
left: 50%;
bottom: 0;
transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-ms-transform: translateX(-50%);
z-index: 30;
}
#cover .inner h2 {
font-size: 3.0rem;
line-height: 125%;
margin-bottom: 15px;
}
#cover .inner p {
font-size: 1.4rem;
line-height: 145%;
letter-spacing: 0.2em;
}
#cover .scroll_btn {
position: absolute;
bottom: 100px;
left: 42%;
display: block;
z-index: 23;
}
#cover .scroll_btn span {
width: 1px;
height: 100px;
display: block;
margin: 0 auto 7px;
background-color: #fff;
position: relative;
}
#cover .scroll_btn span:after {
content: '';
position: absolute;
top: 0;
width: 10px;
height: 10px;
border-radius: 100%;
background-color: #fff;
left: -4px;
right: 0;
}
#cover .scroll_btn p {
font-size: 1.1rem;
letter-spacing: 1px;
}
#cover .underBox {
height: 85px;
}
.newsBox {
height: 85px;
padding: 10px 10px 0px 10px;
display: block;
}
.newstitle {
font-size: 1.2rem;
}
.ticker {
padding-bottom: 40px;
border: none;
padding-left: 0px;
background-image: none;
margin-left: 0px;
}
.newsSet .date {
font-size: 1.2rem;
margin-right: 10px;
letter-spacing: 0.1em;
}
.newsSet li a {
letter-spacing: 0.1em;
font-size: 1.2rem;
}
.newsSet li {
letter-spacing: 0.1em;
font-size: 1.2rem;
}
#slide_num {
text-align: right;
padding: 10px;
}
#slide_num span {
color: #fff;
font-size: 1.1rem;
position: relative;
}
#slide_num span.now {
margin-right: 5rem;
}
#slide_num span.now:after {
content: '';
width: 2rem;
height: 1px;
background-color: #fff;
opacity: .7;
position: absolute;
top: 8px;
right: -37px;
}
#slide_num span.all {
opacity: .7
}
main {
max-width: 100%;
margin-top: 1px;
margin-bottom: 10px;
}
.sec01 {
max-width: 1260px;
width: 100%;
margin: 0 auto;
}
.sec01_wrap {
background-image: url("../img/sec01_bg01_sp.jpg");
background-repeat: no-repeat;
background-position: center top;
margin-bottom: 40px;
}
.sec01_boby {
max-width: 1260px;
width: 100%;
background-image: url("../img/whoweare_sp.png");
background-repeat: no-repeat;
background-position: 24px 40px;
}
.sec01Title h3 {
line-height: 100%;
letter-spacing: 0.05em;
font-size: 3.0rem;
margin-bottom: 5px;
color: #fff;
}
.sec01Title p {
font-size: 1.1rem;
margin-left: 5px;
}
.sec01Title {
margin-left:  40px;
padding-top: 80px;
margin-bottom: 66px;
}
.sec01_inner {
background-color: rgba(255,255,255,0.95);
max-width: 700px;
width: 90%;
padding: 20px 20px 10px 30px;
margin: 0 auto;
}
.sec01_inner h4 {
font-family: "Hannari", "source-han-serif-japanese";
font-weight: 400;
font-size: 1.6rem;
line-height: 145%;
margin-bottom: 20px;
letter-spacing: 0.05em;
}
.sec01_inner p {
font-size: 1.2rem;
line-height: 200%;
margin-bottom: 30px;
font-weight: 400;
}
.Btn{
position: relative;
max-width: 260px;
height: 40px;
padding-top: 10px;
margin: 0 auto;
}
.bTxt {
font-size: 1.2rem;
}
.sec02 {
position: relative;
padding: 40px 0 40px;
margin-bottom: 40px;
}
.sec02.background:before {
width: 50%;
}
.sec02_body {
max-width: 1260px;
width: 90%;
margin: 0 auto;
}
.sec02_inner {
float: none;
}
h5 {
font-family: 'Roboto', sans-serif;
font-size: 2.0rem;
margin-bottom: 10px;
}
.jpSub {
font-size: 1.1rem;
letter-spacing: 0.1em;
margin-bottom: 20px;
display: table;
}
h6 {
font-family: "Hannari","source-han-serif-japanese";
font-weight: 400;
line-height: 145%;
font-size: 1.6rem;
margin-bottom: 40px;
display: table;
}
.businessBox {
display: flex;
flex-direction: column-reverse;
margin: 0 auto 30px;
position: relative;
}
.businessBox .photo {
max-width: 845px;
width: 100%;
margin-top: 0px;
margin-left: 0px;
z-index: 1;
}
.businessBox .txt {
max-width: 450px;
width: 100%;
z-index: 2;
margin-top: 0px;
}
.businessBox .txt .business-inner {
padding: 20px 20px 25px 20px;
background-color: rgba(255,255,255,0.95);
}
.businessBox dt span {
position: relative;
font-family: "Times New Roman", Times, "serif";
font-size: 1.8rem;
line-height: 1;
z-index: 2;
}
.businessBox dd {
font-size: 1.6rem;
}
.detailTxt {
font-size: 1.2rem;
line-height: 200%;
margin-left: 0px;
margin-bottom: 25px;
}

/*view more ボタン小*/
.moreBtnBox {
margin-left: 0px;
}
.moreBtn{
position: relative;
max-width: 180px;
margin: 0 auto;
}
.bg-attachment {
display: none;
} 
.sec03 {
width: 90%;
margin: 0 auto;
}
.sec03 a {
text-decoration: none;
}
.ttl_box {
max-width: 520px;
width: 100%;
padding: 20px 20px 20px 20px; 
display: flex;
justify-content: center;
align-items: flex-start;
position:relative;
flex-direction: column;
border-left: solid 1px #ddd;
border-right: solid 1px #ddd;
border-bottom: solid 1px #ddd;
}
.rTitle {
font-size: 1.4rem;
color: #111;
margin-bottom: 10px;
}
.rTxt {
font-size: 1.2rem;
color: #111;
}
.readBox {
margin-left: 0px;
}

}