/*
Theme Name: a	
Theme URI: https://dessin.work/
Description: dessin Inc. Client theme.
Author: dessin Inc. development team [Yuki Fujii]
Version: 2023-08-03
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #242424;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Zen Old Mincho", serif;
}
input {
   font-family: "Zen Old Mincho", serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
  opacity: 0;
  transition: 2s;
}
body.on {
  opacity: 1;
}
main.topContent{
    opacity: 0;
    transition: 2s;
}
main.topContent.on{
    opacity: 1;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.siteSelect{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: url('/wp-content/themes/a/img/greenVisualBack.jpg') no-repeat center;
    background-size: cover;
    z-index: 1000;
    opacity: 1;
    display: block;
}
.siteSelect.off{
    opacity: 0;
    display: none;

    @starting-style{
        opacity: 1;
    }
}
/* 初期状態 */
.siteSelect .logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.8s ease; /* ★ アニメーション時間 */
}

/* 5秒後にこのクラスをJSで付与 */
.siteSelect.logo-move .logo {
    left: 10%;
    transform: translate(0, -50%);
}

@media (width < 1280px){
     .siteSelect.logo-move .logo {
        top: 5%;
        left: 50%;
        transform: translate(-50%, 0);
    }   
}

/* selecter は最初は非表示 */
.siteSelect .selecter {
    opacity: 0;
    visibility: hidden;
    transition: all 0.6s ease;
    width: 90%;
    max-width: 669px;
    height: fit-content;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%);
}

@media (width < 1280px){
     .siteSelect .selecter {
        right: auto;
        left: 50%;
        transform: translate(-50%, -50%);
    }   
}

/* ロゴ移動が終わったら表示 */
.siteSelect.selecter-show .selecter {
    opacity: 1;
    visibility: visible;
}

.siteSelect .selecter .box:nth-child(1){
    padding-bottom: 79px;
    margin-bottom: 79px;
    border-bottom: 1px solid #fff;
}
.siteSelect .selecter .box .titTxt{
    font-size: 35px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 13px;
}
.siteSelect .selecter .box .sub{
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 51px;
}
.siteSelect .selecter .box .selectBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #fff;
    font-weight: 600;
    color: #384536;
    width: 174px;
    height: 48px;
    cursor: pointer;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}

.fade-in-up {
  transform: translate(0, 50px);
}

.fade-in-down {
  transform: translate(0, -50px);
}

.fade-in-left {
  transform: translate(-50px, 0);
}

.fade-in-right {
  transform: translate(50px, 0);
}

.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
.smt{
    scroll-margin-top: 120px;
}
br.sp{
    display: none;
}
header{
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 42px 3% 0;
    box-sizing: border-box;
    transition: .3s;
}
header.down{
    padding: 20px 3%;
    background-color: rgba(56, 69, 54, 0.7);
    backdrop-filter: blur(10px);
}
header.sp{
    display: none;
}
header.pc{
    z-index: 999;
}
header.pc nav li{
    margin-right: 47px;
}
header.pc nav li:last-child{
    margin-right: 0;
}
header.pc nav li a{
    font-weight: 600;
    color: #FFFFFF;
    transition: .3s;
}
header.pc nav li a:hover{
    color: #384536;
}
article{
    background-color: #EBE9E2;
}
.mainVisual{
    width: 100%;
    height: 100vh;
    position: relative;
    margin-bottom: 172px;
}
.mainVisual img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.mainVisual .txtBox{
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
}
.mainVisual .txtBox .titTxt{
    font-size: 52px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 54px;
}
.mainVisual .txtBox .text{
    font-size: 22px;
    font-weight: 400;
    color: #fff;
    font-family: "PT Serif", serif;
}
.topBlock1{
    margin-bottom: 129px;
}
.topBlock1Inner{
    width: 90%;
    max-width: 1521px;
    margin: 0 auto;
    position: relative;
    padding-top: 97px;
}
.topBlock1Inner .subTit{
    writing-mode: vertical-rl;
    font-size: 33px;
    font-weight: 400;
    position: absolute;
    top: 0;
    left: 0;
    height: fit-content;
}
.topBlock1Inner .content{
    align-items: center;
}
.topBlock1Inner .content .left{
    width: 45%;
    padding: 0 5%;
}
.topBlock1Inner .content .left h2{
    font-size: 52px;
    font-weight: 600;
    margin-bottom: 80px;
}
.topBlock1Inner .content .left p{
    font-size: 18px;
    font-weight: 600;
    line-height: 36px;
}
.topBlock1Inner .content .right{
    width: 55%;
}
.topBlock2{
    margin-bottom: 264px;
}
.topBlock2Inner{
    width: 90%;
    max-width: 1477px;
    margin: 0 auto;
}
.tit1{
    font-size: 68px;
    font-weight: 400;
    font-family: "PT Serif", serif;
}
.tit1 span{
    display: block;
    margin-top: 14px;
    font-size: 16px;
    font-weight: 600;
}
.topBlock2Inner .tit1{
    margin-bottom: 102px;
}
.topBlock2Inner .businessList{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 109px 113px;
}
.topBlock2Inner .businessList li .left{
    width: 30%;
}
.topBlock2Inner .businessList li .right{
    width: 70%;
    padding-left: 3%;
    box-sizing: border-box;
}
.topBlock2Inner .businessList li .right .detail{
    font-size: 18px;
    font-weight: 500;
}
.topBlock2Inner .businessList li .right h3{
    font-size: 35px;
    font-weight: 600;
    margin-bottom: 25px;
}
.topBlock2Inner .businessList li .right .text{
    font-size: 15px;
    font-weight: 600;
}
.linkBtn1{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 192px;
    height: 61px;
    border-radius: 37px;
    background-color: #384536;
    font-weight: 600;
    color: #fff;
}
.topBlock2Inner .businessList li .right .linkBtn1{
    margin-top: 17px;
}
.topPage .postBlock{
    background-color: #4F453E;
    padding: 188px 0 271px;
    margin-bottom: 193px;
}
.topPage .postBlockInner{
    width: 90%;
    max-width: 1521px;
    margin: 0 auto;
    align-items: center;
}
.postBlockInner .left{
    width: 40%;
}
.topPage .postBlockInner .left .tit1{
    color: #fff;
    margin-bottom: 78px;
}
.topPage .postBlockInner .left .tit1 span{
    color: #fff;
}
.postBlockInner .left .categoryList{
    margin-bottom: 75px;
}
.postBlockInner .left .categoryList li{
    margin-bottom: 17px;
    width: fit-content;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding: 0 8px;
    cursor: pointer;
}
.postBlockInner .left .categoryList li.active{
    background-color: #A7884C;
    border-radius: 4px;
    overflow: hidden;
}
.postBlockInner .left .tagList li{
    width: fit-content;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-bottom: 8px;
}
.postBlockInner .left .tagList li:last-child{
    margin-bottom: 0;
}
.postBlockInner .left .tagList li a{
    display: block;
    padding: 1px 6px;
    font-size: 13px;
    font-weight: 600;
    box-sizing: border-box;
}
.postBlockInner .right{
    width: 60%;
}
.topPage .postBlockInner .right{
    display: none;
    opacity: 0;
    transition: 1s;
}
.topPage .postBlockInner .right.active{
    display: block;
    opacity: 1;

    @starting-style{
      opacity: 0;
    }
}
.topPage .postBlockInner .right .no-posts{
    color: #fff;
    margin-bottom: 20px;
}
.postBlockInner .postList{
    margin-bottom: 37px;
}
.postList li{
    background-color: #EBE9E2;
    border: 1px solid #EBE9E2;
    border-radius: 10px;
    margin-bottom: 16px;
    overflow: hidden;
    transition: .3s;
}
.postList li:hover{
    background-color: #4F453E;
}
.postList li a{
    display: block;
    width: 100%;
    height: 100%;
    padding: 41px 5%;
    box-sizing: border-box;
}
.postList li a .postDate{
    margin-bottom: 25px;
}
.postList li a .postDate .date{
    font-weight: 500;
    margin-right: 19px;
}
.postList li:hover a .postDate .date{
    color: #EBE9E2;
}
.postList li a .postDate .catName{
    font-weight: 500;
    background-color: #A7884C;
    width: fit-content;
    border-radius: 4px;
    color: #fff;
    padding: 0 11px;
    box-sizing: border-box;
}
.postList li a .postTit{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 9px;
}
.postList li:hover a .postTit{
    color: #EBE9E2;
}
.postList li a .tag{
    font-size: 12px;
    font-weight: 500;
}
.postList li:hover a .tag{
    color: #EBE9E2;
}
.linkBtn{
    width: 224px;
    height: 61px;
    background-color: #A7884C;
    border: 1px solid #A7884C;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    color: #fff;
    transition: .3s;
}
.linkBtn:hover{
    background-color: #fff;
    color: #A7884C;
}
.topBlock3Inner .right .linkBtn{
    margin: 0 0 0 auto;
}
.topBlock4{
    padding-bottom: 211px;
}
.topBlock4Inner{
    width: 90%;
    max-width: 1521px;
    margin: 0 auto;
}
.topBlock4Inner .tit1{
    margin-bottom: 81px;
}
.topBlock4Inner .topBlock4Content{
    align-items: center;
}
.topBlock4Inner .topBlock4Content .left{
    width: 60%;
    padding-right: 5%;
    box-sizing: border-box;
}
.topBlock4Inner .topBlock4Content .left li{
    padding: 54px 0;
    border-bottom: 1px solid #B4B4B4;
}
.topBlock4Inner .topBlock4Content .left li:first-child{
    border-top: 1px solid #B4B4B4;
}
.topBlock4Inner .topBlock4Content .left li .title{
    font-weight: 500;
    width: 25%;
}
.topBlock4Inner .topBlock4Content .left li .text{
    width: 75%;
    font-weight: 500;
}
.topBlock4Inner .topBlock4Content .right{
    width: 40%;
}
footer{
    background-color: #384536;
    padding: 63px 3% 43px ;
}
.footerInner{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 171px;
}
.footerInner .footerNav{
    align-items: center;
    margin-bottom: 55px;
}
.footerInner .footerNav li{
    margin-right: 48px;
    position: relative;
}
.footerInner .footerNav li::after{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0,1);
    transform-origin: right top;
    transition: transform .3s;
}
.footerInner .footerNav li:hover:after{
    transform: scale(1,1);
    transform-origin: left top;
}
.footerInner .footerNav li:last-child{
    margin-right: 0;
}
.footerInner .footerNav li:last-child::after{
    display: none;
}
.footerInner .footerNav li a{
    font-weight: 600;
    color: #fff;
    font-family: "IBM Plex Sans JP", sans-serif;
}
.footerInner .footerNav li.white{
    background-color: #fff;
    border: 1px solid #fff;
    width: 171px;
    height: 39px;
    border-radius: 21px;
    transition: .3s;
}
.footerInner .footerNav li.white:hover{
    background-color: #384536;
}
.footerInner .footerNav li.white a{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #384536;
}
.footerInner .footerNav li.white:hover a{
    color: #fff;
}
.footerInner .footerNav li.white a span{
    width: 13px;
    height: 13px;
    background: url('/wp-content/themes/a/img/icon_link.svg') no-repeat center;
    background-size: 100%;
    display: block;
    margin-left: 7px;
}
.footerInner .linkPrivacy{
    display: block;
    width: fit-content;
    margin: 0 0 0 auto;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    font-family: "IBM Plex Sans JP", sans-serif;
}
footer .copy{
    text-align: right;
    font-weight: 600;
    font-family: "IBM Plex Sans JP", sans-serif;
    color: #fff;
}
.subPage .subVisual{
    margin-bottom: 158px;
}
.subPage .postBlock{
    margin-bottom: 113px;
}
.subPage .postBlockInner{
    width: 90%;
    max-width: 1521px;
    margin: 0 auto;
}
.subPage .postBlockInner .tit1{
    margin-bottom: 107px;
}
.subPage .postBlockInner .left .categoryList li a{
    color: #242424;
}
.subPage .postBlockInner .left .categoryList li:hover a{
    color: #A7884C;
}
.subPage .postBlockInner .left .categoryList li.active a{
    color: #fff;
}
.subPage .postList li{
    background-color: #fff;
    border: 1pX solid #fff;
}
.subPage .postList li:hover{
    background-color: #4F453E;
}
.subPage .backToTopWrap{
    width: 90%;
    max-width: 1521px;
    margin: 0 auto;
}
.backToTop{
    font-weight: 700;
    display: flex;
    align-items: center;
    width: fit-content;
    padding-bottom: 9px;
    position: relative;
}
.backToTop::after{
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #000000;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: scale(0,1);
    transform-origin: right top;
    transition: transform .3s;
}
.backToTop:hover:after{
    transform: scale(1,1);
    transform-origin: left top;
}
.backToTop span{
    width: 21px;
    height: 15px;
    display: block;
    margin-right: 10px;
    background: url('/wp-content/themes/a/img/linkArrow.svg') no-repeat center;
    background-size: 100%;
}
.categoryPage{
    padding-bottom: 127px;
}
.categoryPage .page-numbers{
    display: flex;
}
.categoryPage .page-numbers li{
    width: 36px;
    height: 41px;
    border: 1px solid #000;
    margin-right: 11px;
}
.categoryPage .page-numbers li:last-child{
    margin-right: 0;
}
.categoryPage .page-numbers li .page-numbers{
    width: 100%;
    height: 100%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}
.categoryPage .page-numbers li .page-numbers.current{
    background-color: #000;
    color: #fff;    
}
.singlePage{
    padding-bottom: 127px;
}
.singlePage .subVisual{
    margin-bottom: 131px;
}
.singlePage .contentWrap{
    width: 90%;
    max-width: 912px;
    margin: 0 auto 205px;
}
.singlePage .contentWrap .postData{
    margin-bottom: 18px;
}
.singlePage .contentWrap .postData .date{
    font-weight: 500;
    margin-right: 19px;
}
.singlePage .contentWrap .postData .catName{
    padding: 0 11px;
    width: fit-content;
    background-color: #A7884C;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
}
.singlePage .contentWrap h1{
    font-size: 37px;
    font-weight: 600;
    margin-bottom: 18px;
}
.singlePage .contentWrap .tagList{
    flex-wrap: wrap;
    margin-bottom: 36px;
}
.singlePage .contentWrap .tagList li{
    margin-right: 5px;
}
.singlePage .contentWrap .tagList li a{
    font-size: 12px;
    font-weight: 500;
}
.singlePage .contentWrap .thmb{
    display: block;
    margin-bottom: 69px;
    aspect-ratio: 912 / 575;
    object-fit: cover;
}
.contentContainer h2{
    font-size: 24px;
    font-weight: 600;
}
.contentContainer p{
    font-size: 15px;
    font-weight: 400;
}
.privacyPage{
    padding-bottom: 106px;
}
.privacyPage .subVisual{
    margin-bottom: 158px;
}
.privacyPage .privacyWrap{
    width: 90%;
    max-width: 1568px;
    margin: 0 auto 145px;
}
.privacyPage .privacyWrap h2{
    font-size: 68px;
    font-weight: 400;
    margin-bottom: 91px;
    font-family: "PT Serif", serif;
}
.privacyPage .privacyWrap .note{
    font-weight: 400;
    margin-bottom: 129px;
}
.privacyPage .privacyWrap .privacyBox{
    margin-bottom: 91px;
}
.privacyPage .privacyWrap .privacyBox:last-child{
    margin-bottom: 0;
}
.privacyPage .privacyWrap .privacyBox h3{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 19px;
}
.privacyPage .privacyWrap .privacyBox p{
    font-weight: 400;
    line-height: 32px;
}
.privacyPage .backToTopWrap{
    max-width: 1568px;
}
header.jointHead{
    z-index: 997;
}
header.jointHead.down{
    background-color: rgba(255,255,255,0.5);
    backdrop-filter: blur(10px);
}
header.jointHead h1{
    transition: .3s;
}
header.jointHead.down h1{
    width: 50px;
}
.jointHead .hbMenuWrap{
    width: 58px;
    height: 58px;   
}
.jointHead .hbMenuWrap .hbMenuBtn{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 999;
}
.jointHead .hbMenuWrap .hbMenuBtn span{
    display: block;
    width: 100%;
    height: 2px;
    background-color: #4D5D4A;
    margin-bottom: 6px;
    transition: .3s;
}
.jointHead .hbMenuWrap .hbMenuBtn span:last-child{
    margin-bottom: 0;
}
.jointHead .hbMenuWrap.on .hbMenuBtn span:nth-child(1){
    transform: rotate(30deg);
    margin-bottom: -1px;
}
.jointHead .hbMenuWrap.on .hbMenuBtn span:nth-child(2){
    transform: rotate(-30deg);
}
.jointHead .hbMenuWrap .hbMenu{
    width: 40%;
    height: 100vh;
    background-color: #E2E4DF;
    position: fixed;
    top: 0;
    right: -100%;
    z-index: 998;
    transition: .3s;
    padding: 10% 5% 100px;
    box-sizing: border-box;
    overflow-y: scroll;
}
.jointHead .hbMenuWrap .hbMenu .logo{
    margin: 0 auto 60px;
    width: fit-content;
}
.jointHead .hbMenuWrap .hbMenu nav li{
    border-bottom: 1px solid #4D5D4A;
    margin-right: 0;
}
.jointHead .hbMenuWrap .hbMenu nav li a{
    font-size: 42px;
    padding: 20px 0;
    color: #4D5D4A;
    display: block;
}
.jointHead .hbMenuWrap .hbMenu nav li a span{
    font-size: 16px;
    color: #4D5D4A;
}
.jointHead .hbMenuWrap .hbMenu nav li:first-child a{
    padding-top: 0;
}
.jointHead .hbMenuWrap.on .hbMenu{
    right: 0;
}
.page-JointStock{
    background-color: #EAEAEA;
}
.msgModalWrap{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}
.msgModalWrap.on{
    opacity: 1;
    visibility: visible;
}
.msgModal{
    width: 90%;
    max-width: 352px;
    background-color: rgba(255,255,255,0.9);
    padding: 42px 1% 55px;
    box-sizing: border-box;
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translateX(-50%);
}
.msgModal .box:nth-child(1){
    margin-bottom: 67px;
    padding-bottom: 67px;
    border-bottom: 1pX solid #4D5D4A;
}
.msgModal .box:nth-child(2){
    margin-bottom: 70px;
}
.msgModal .box img{
    display: block;
    margin-bottom: 40px;
}
.msgModal .box .subTit{
    margin-bottom: 9px;
     font-family: "Italiana", sans-serif;
}
.msgModal .box .title{
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 34px;
}
.msgModal .box .text{
    font-size: 14px;
    font-weight: 600;
}
.msgModal .closeBtn{
    display: block;
    width: fit-content;
    margin: 0 auto;
    cursor: pointer;
}
.msgModal .closeBtn img{
    display: block;
    margin: 0 auto 9px;
}
.msgModal .closeBtn p{
    font-family: "Italiana", sans-serif;
    font-size: 12px;
    font-weight: 400;
}
.page-JointStock .mainVisual{
    margin-bottom: 0;
}
.page-JointStock .mainVisual .txtBox{
    top: auto;
    bottom: -50px;
    left: 0;
    width: 100%;
    padding: 0 2%;
    box-sizing: border-box;
    transform: translateY(0);
}
.page-JointStock .mainVisual .txtBox .subTit{
    font-size: 34px;
    font-weight: 600;
    color: #4D5D4A;
    margin-bottom: -50px;
}
.page-JointStock .mainVisual .txtBox .titTxt{
    margin-bottom: 0;
    font-size: 9.7vw;
    color: #4D5D4A;
    font-family: "Italiana", sans-serif;
    font-weight: 400;
}
.page-JointStock  .msgBtn{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 146px;
    height: 45px;
    background-color: #4D5D4A;
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    position: absolute;
    top: 100%;
    left: 3%;
    transition: .3s;
    cursor: pointer;
}
.page-JointStock  .msgBtn:hover{
    background-color: #fff;
    color: #4D5D4A;
}
.page-JointStock  .msgBtn .icon{
    display: block;
    width: 25px;
    height: 6px;
    background: url('/wp-content/themes/a/img/msgArrow.svg') no-repeat center;
    background-size: contain;
    margin-left: 13px;
}
.page-JointStock  .msgBtn:hover .icon{
    background: url('/wp-content/themes/a/img/msgArrow_g.svg') no-repeat center;
    background-size: contain;
}
.page-JointStock .jointBlock1{
    background-color: #939999;
    padding: 193px 0 235px;
    margin-top: -1px;
    align-items: center;
}
.page-JointStock .jointBlock1 .left{
    width: 50%;
    padding-left: 5%;
    box-sizing: border-box;
}
.page-JointStock .tit2{
    font-size: 37px;
    font-family: "Italiana", sans-serif;
    font-weight: 400;
}
.page-JointStock .jointBlock1 .left .tit2{
    margin-bottom: 35px;
    color: #fff;
}
.page-JointStock .jointBlock1 .left h3{
    font-size: 54px;
    font-weight: 600;
    color: #fff;
}
.page-JointStock .jointBlock1 .right{
    width: 50%;
    padding: 0 3%;
    box-sizing: border-box;
    font-size: 19px;
    font-weight: 400;
    color: #fff;
    line-height: 44px;
}
.page-JointStock .jointBlock2{
    position: relative;
    z-index: 1;
    padding: 210px 0 241px;
    background-color: #EAEAEA;
    align-items: center;
}
.page-JointStock .jointBlock2 .left{
    width: 50%;
    padding: 0 5%;
    box-sizing: border-box;
}
.page-JointStock .jointBlock2 .left .tit2{
    margin-bottom: 95px;
    color: #4D5D4A;
}
.page-JointStock .jointBlock2 .right{
    width: 50%;
    padding: 0 8% 0 5%;
    box-sizing: border-box;
}
.page-JointStock .jointBlock2 .right *{
    color: #4D5D4A;
}
.page-JointStock .jointBlock2 .right .subTit{
    font-size: 34px;
    font-weight: 600;
    margin-bottom: 19px;
}
.page-JointStock .jointBlock2 .right h3{
    font-size: 62px;
    font-weight: 400;
    font-family: "Italiana", sans-serif;
    line-height: 80px;
}
.page-JointStock .jointBlock2 .right .shortLIne{
    display: block;
    width: 11px;
    height: 1px;
    background-color: #707070;
    margin: 73px 0 60px;
}
.page-JointStock .jointBlock2 .right li{
    margin-bottom: 50px;
}
.page-JointStock .jointBlock2 .right li:last-child{
    margin-bottom: 0;
}
.page-JointStock .jointBlock2 .right li h4{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 11px;
}
.page-JointStock .jointBlock3{
    background: url('/wp-content/themes/a/img/investBg.jpg') no-repeat center;
    background-size: cover;
    padding: 165px 5% 207px;
    position: relative;
    z-index: 1;
}
.page-JointStock .jointBlock3 .tit2{
    color: #95BC8F;
    margin-bottom: 49px;
}
.page-JointStock .jointBlock3 ul li{
    padding: 88px 0;
    border-bottom: 1px solid #DEDEDE;
    align-items: center;
}
.page-JointStock .jointBlock3 ul li:first-child{
    border-top: 1px solid #DEDEDE;
}
.page-JointStock .jointBlock3 ul li *{
    color: #EAEAEA;
}
.page-JointStock .jointBlock3 ul li .num{
    font-size: 22px;
    font-weight: 600;
    width: 10%;
}
.page-JointStock .jointBlock3 ul li h3{
    font-size: 22px;
    font-weight: 600;
    width: 35%;
}
.page-JointStock .jointBlock3 ul li p{
    font-weight: 400;
    line-height: 32px;
    width: 55%;
}
.page-JointStock .jointBlock4{
    padding: 148px 5% 158px;
    background-color: #EAEAEA;
    position: relative;
    z-index: 1;
}
.page-JointStock .jointBlock4 .tit2{
    margin-bottom: 58px;
    color: #4D5D4A;
}
.page-JointStock .jointBlock4 .postList2{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 37px;
    margin-bottom: 109px;
}
.page-JointStock .jointBlock4 .postList2 li img{
    display: block;
    margin-bottom: 32px;
    aspect-ratio: 390 / 272;
    object-fit: cover;
}
.page-JointStock .jointBlock4 .postList2 li .postData{
    margin-bottom: 12px;
}
.page-JointStock .jointBlock4 .postList2 li .date{
    font-size: 12px;
    font-weight: 500;
    margin-right: 13px;
}
.page-JointStock .jointBlock4 .postList2 li .catName{
    font-size: 12px;
    font-weight: 500;
    background-color: #4D5D4A;
    color: #fff;
    width: fit-content;
    border-radius: 4px;
    padding: 2px 10px;
}
.page-JointStock .jointBlock4 .postList2 li h3{
    font-weight: 600;
    color: #4D5D4A;
}
.page-JointStock .jointBlock4 .jointLink{
    width: 304px;
    height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #4D5D4A;
    border: 1px solid #4D5D4A;
    font-weight: 700;
    color: #fff;
    transition: .3s;
    margin: 0 auto;
}
.page-JointStock .jointBlock4 .jointLink:hover{
    background-color: #fff;
    color: #4D5D4A;
}
.page-JointStock .jointBlock5{
    padding: 134px 5% 179px;
    background-color: #535353;
    position: relative;
    z-index: 1;
}
.page-JointStock .jointBlock5 .tit2{
    color: #fff;
    margin-bottom: 94px;
}
.page-JointStock .jointBlock5 .companyInner{
    align-items: center;
}
.page-JointStock .jointBlock5 .left{
    width: 40%;
        box-sizing: border-box;
    aspect-ratio: 581 / 645;
    height: 100%;
}
.page-JointStock .jointBlock5 .right{
    width: 60%;
    padding-left: 8%;
    box-sizing: border-box;
}
.page-JointStock .jointBlock5 .right li{
    padding: 44px 0;
    border-bottom: 1px solid #B4B4B4;
}
.page-JointStock .jointBlock5 .right li:first-child{
    border-top: 1px solid #B4B4B4;
}
.page-JointStock .jointBlock5 .right li *{
    color: #fff;
    font-weight: 500;
}
.page-JointStock .jointBlock5 .right li .title{
    width: 30%;
}
.page-JointStock .jointBlock5 .right li .text{
    width: 70%;
}
.jointFooter{
    padding: 109px 2% 53px;
    background-color: #E2E4DF;
}
.jointFooter *{
    color: #4D5D4A;
}
.jointFooter .footerInner{
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 151px;
}
.jointFooter .box1 .logo{
    width: 150px;
    margin-bottom: 112px;
}
.jointFooter .box1 .logo a{
    display: block;
    width: 100%;
    height: 100%;
}
.jointFooter .box1 .logo a img{
    width: 100%;
}
.jointFooter .box1 address{
    font-size: 16px;
    font-weight: 500;
}
.jointFooter .box2{
    margin: 0 0 0 auto;
}
.jointFooter .box2 li{
    margin-bottom: 49px;
    transition: .3s;
}
.jointFooter .box2 li:last-child{
    margin-bottom: 0;
}
.jointFooter .box2 li:hover{
    opacity: 0.7;
}
.jointFooter .box2 li a{
    font-size: 42px;
    font-family: "Italiana", sans-serif;
    font-weight: 400;
}
.jointFooter .box2 li a span{
    font-size: 18px;
}
.jointFooter .box3{
    margin: 0 0 0 221px;
}
.jointFooter .box3 a{
    width: 322px;
    height: 99px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 500;
    transition: .3s;
    color: #fff;
    position: relative;
}
.jointFooter .box3 a span{
    width: 10px;
    height: 10px;
    display: block;
    margin-left: 10px;
    background: url('/wp-content/themes/a/img/linkArrow_w.svg') no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 5%;
    transform: translateY(-50%) rotate(-180deg);
}
.jointFooter .box3 a:hover span{
    background: url('/wp-content/themes/a/img/linkArrow.svg') no-repeat center;
    background-size: contain;
}
.jointFooter .box3 a.content{
    background-color: #4D5D4A;
    border: 1px solid #4D5D4A;
    margin-bottom: 21px;
}
.jointFooter .box3 a.content:hover{
    color: #4D5D4A;
    background-color: #fff;
}
.jointFooter .box3 a.hdLink{
    background-color: #5A5A5A;
    border: 1px solid #5A5A5A;
}
.jointFooter .box3 a.hdLink:hover{
    color: #5A5A5A;
    background-color: #fff;
}
.jointFooter .footerInner2{
    justify-content: space-between;
}
.jointFooter .footerInner2 .copy{
    color: #4D5D4A;
    font-family: "Italiana", sans-serif;
}
@media (width < 1480px) {
    .page-JointStock .jointBlock2 .right h3{
        font-size: 42px;
    }
}
@media (width < 1440px) {
    .topBlock1Inner .subTit{
        position: static;
        writing-mode: horizontal-tb;
        margin-bottom: 60px;
    }
    .topBlock1Inner .content .left{
        padding: 0 3% 0 0;
    }
    .topBlock2Inner .businessList{
        gap: 40px 10px;
    }
    .topBlock2Inner .businessList li{
        align-items: center;
    }
    .topBlock2Inner .businessList li .left{
        aspect-ratio: 1 / 1;
        object-fit: cover;
        width: 40%;
    }
    .topBlock2Inner .businessList li .right h3{
        font-size: 24px;
    }
    .topBlock2Inner .businessList li .right{
        width: 60%;
    }
    .page-JointStock .mainVisual .txtBox{
        bottom: 0;
    }
    .page-JointStock .mainVisual .txtBox .subTit{
        font-size: 30px;
        margin-bottom: -20px;
    }
    .jointFooter .box3{
        margin-left: 100px;
    }
}
@media (width < 1280px){
    .jointHead .hbMenuWrap .hbMenu{
        width: 100%;
    }
}
@media (width < 1100px){
    header.pc{
        display: none;
    }
    header.pc.jointHead{
        display: flex;
    }
    header.sp{
        display: flex;
        padding: 20px 2%;
        justify-content: space-between;
        align-items: center;
        position: fixed;
        width: 100%;
        box-sizing: border-box;
        top: 0;
        left: 0;
        z-index: 997;
    }
    header.sp .hbMenuWrap{
        width: 32px;
        height: 32px;
    }
    header.sp .hbMenuWrap .menu-btn{
        display: flex;
        flex-direction: column;
        width: 100%;
        height: 100%;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 999;
    }
    header.sp .hbMenuWrap .menu-btn span{
        display: block;
        width: 100%;
        height: 1px;
        background-color: #fff;
        margin-bottom: 6px;
    }
    header.sp .hbMenuWrap .menu-btn span:last-child{
        margin-bottom: 0;
    }
    header.sp .hbMenuWrap .hbMenu{
        width: 100%;
        height: 100vh;
        background-color: #384536;
        position: fixed;
        top: 0;
        left: 100%;
        padding: 40px 5% 100px;
        overflow-y: scroll;
        transition: .3s;
    }
    header.sp .hbMenuWrap .hbMenu .logo{
        margin-bottom: 60px;
    }
    header.sp .hbMenuWrap .hbMenu nav li{
        border-bottom: 1px solid #fff;
    }
    header.sp .hbMenuWrap .hbMenu nav li a{
        padding: 20px 0;
        display: block;
        color: #fff;
        font-weight: 700;
        font-size: 20px;
    }
    header.sp .hbMenuWrap .hbMenu nav li:first-child a{
        padding-top: 0;
    }
    header.sp .hbMenuWrap.on .hbMenu{
        left: 0;
    }
    .topBlock1Inner{
        padding-top: 0;
    }
    .topBlock1Inner .content{
        position: relative;
    }
    .topBlock1Inner .content .left{
        width: 100%;
        padding: 0;
        margin-bottom: 40px;
    }
    .topBlock1Inner .content .right{
        position: absolute;
        top: 0;
        right: 0;
        z-index: -1;
        width: 75%;
        opacity: 0.4;
    }
    .topBlock2Inner .tit1{
        margin-bottom: 40px;
    }
    .topBlock2Inner .businessList{
        grid-template-columns: 1fr;
        gap: 40px 0;
    }
    .postBlockInner{
        flex-direction: column;
    }
    .postBlockInner .left{
        width: 100%;
        margin-bottom: 60px;
    }
    .postBlockInner .left .categoryList{
        display: flex;
        justify-content: space-between;
    }
    .postBlockInner .left .tagList{
        display: flex;
        flex-wrap: wrap;
    }
    .postBlockInner .left .tagList li{
        margin-right: 10px;
    }
    .postBlockInner .left .tagList li:last-child{
        margin-bottom: 10px;
    }
    .postBlockInner .right{
        width: 100%;
    }
    .topBlock4Inner .topBlock4Content{
        flex-direction: column;
    }
    .topBlock4Inner .topBlock4Content .left{
        order: 2;
        width: 100%;
    }
    .topBlock4Inner .topBlock4Content .right{
        order: 1;
        margin-bottom: 40px;
        width: 100%;
    }
    .footerInner{
        flex-direction: column;
        margin-bottom: 80px;
    }
    .footerInner .logo{
        margin-bottom: 40px;
    }
    .footerInner .linkPrivacy{
        margin: 0 auto;
    }
    footer .copy{
        text-align: center;
    }
    .footerInner .footerNav{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .footerInner .footerNav li{
        margin-right: 0;
        margin-bottom: 20px;
    }
    .page-JointStock .jointBlock1{
        flex-flow: column;
    }
    .page-JointStock .jointBlock1 .left{
        width: 90%;
        margin: 0 auto 60px;
        padding: 0;
    }
    .page-JointStock .jointBlock1 .right{
        width: 90%;
        padding: 0;
        margin: 0 auto;
        font-size: 18px;
    }
    .page-JointStock .jointBlock2{
        flex-direction: column;
    }
    .page-JointStock .jointBlock2 .left{
        width: 90%;
        margin: 0 auto 60px;
        padding: 0;
    }
    .page-JointStock .jointBlock2 .right{
        width: 90%;
        margin-bottom: 0 auto 60px;
        padding: 0;
    }
    .page-JointStock .jointBlock2 .right h3{
        font-size: 9vw;
        margin-bottom: 40px;
    }
    .page-JointStock .jointBlock3 ul li{
        flex-direction: column;
    }
    .page-JointStock .jointBlock3 ul li .num{
        width: 100%;
        margin-bottom: 20px;
    }
    .page-JointStock .jointBlock3 ul li h3{
        width: 100%;
        margin-bottom: 20px;
    }
    .page-JointStock .jointBlock3 ul li p{
        width: 100%;   
    }
    .page-JointStock .jointBlock4 .postList2{
        grid-template-columns: 1fr 1fr;
        gap: 40px 20px;
    }
    .page-JointStock .jointBlock5 .companyInner{
        flex-direction: column;
    }
    .page-JointStock .jointBlock5 .companyInner .left{
        width: 100%;
        height: 70vw;
        aspect-ratio: 1/1;
        display: block;
        margin-bottom: 40px;    
    }
    .page-JointStock .jointBlock5 .companyInner .right{
        width: 100%;
        padding: 0;
    }
    .jointFooter .footerInner{
        flex-direction: column;
        align-items: center;
        margin-bottom: 60px;
    }
    .jointFooter .footerInner .box1{
        margin-bottom: 102px;
    }
    .jointFooter .box1 .logo{
        margin: 0 auto 43px;
    }
    .jointFooter .box2{
        margin: 0 auto 108px;
    }
    .jointFooter .box2 li a{
        text-align: center;
        display: block;
        width: 100%;
        text-align: center;
    }
    .jointFooter .box2 li a span{
        display: none;
    }
    .jointFooter .box3{
        margin-left: 0;
    }
    .page-JointStock .jointBlock3{
        background: url('/wp-content/themes/a/img/investBg_sp.jpg') no-repeat center;
        background-size: cover;
    }
}
@media (width < 820px){
    header.sp h1{
        width: 120px;
    }
    .tit1{
        font-size: 48px;
    }
    .tit1 span{
        margin-top: 0;
    }
    .mainVisual{
        margin-bottom: 80px;
    }
    .mainVisual .txtBox{
        top: 60%;
        left: 3%;
    }
    .mainVisual .txtBox .titTxt{
        font-size: 26px;
    }
    .mainVisual .txtBox .text{
        font-size: 12px;
    }
    .topBlock1{
        margin-bottom: 80px;
    }
    .topBlock1Inner .subTit{
        font-size: 28px;
        margin-bottom: 40px;
    }
    .topBlock1Inner .content .left h2{
        font-size: 32px;
        margin-bottom: 40px;
    }
    .topBlock1Inner .content .left p{
        font-size: 14px;
        line-height: 1.6;
    }
    .topBlock2{
        margin-bottom: 80px;
    }
    .topBlock2Inner .businessList li{
        flex-direction: column;
    }
    .topBlock2Inner .businessList li .left{
        width: 100%;
        margin-bottom: 20px;
    }
    .topBlock2Inner .businessList li .right{
        width: 100%;
        padding-left: 0;
    }
    .topPage .postBlock{
        padding: 80px 0;
        margin-bottom: 80px;
    }
    .topPage .postBlockInner .left .tit1{
        margin-bottom: 40px;
    }
    .postBlockInner .left .categoryList{
        flex-wrap: wrap;
        margin-bottom: 20px;
    }
    .postList li a{
        padding: 20px 3%;
    }
    .postList li a .postDate{
        margin-bottom: 10px;
    }
    .postList li a .postTit{
        font-size: 18px;
    }
    .topBlock4{
        padding-bottom: 80px;
    }
    .topBlock4Inner .tit1{
        margin-bottom: 40px;
    }
    .topBlock4Inner .topBlock4Content .left li{
        padding: 20px 0;
        flex-flow: column;
    }
    .topBlock4Inner .topBlock4Content .left li .title{
        margin-bottom: 20px;
    }
    .topBlock4Inner .topBlock4Content .left li .text{
        width: 100%;
    }
    .subPage .subVisual{
        margin-bottom: 80px;
    }
    .subPage .postBlockInner .tit1{
        margin-bottom: 60px;
    }
    .subPage .postBlock{
        margin-bottom: 80px;
    }
    .categoryPage{
        padding-bottom: 80px;
    }
    .singlePage .contentWrap h1{
        font-size: 22px;
    }
    .contentContainer h2{
        font-size: 18px;
    }
    .singlePage .contentWrap{
        margin-bottom: 80px;
    }
    .singlePage{
        padding-bottom: 80px;
    }
    .privacyPage{
        padding-bottom: 80px;
    }
    .privacyPage .privacyWrap{
        margin-bottom: 80px;
    }
    .privacyPage .privacyWrap h2{
        font-size: 40px;
        margin-bottom: 60px;
    }
    .privacyPage .privacyWrap .note{
        margin-bottom: 80px;
    }
    .privacyPage .privacyWrap .privacyBox h3{
        font-size: 20px;
    }
    .privacyPage .privacyWrap .privacyBox{
        margin-bottom: 60px;
    }
    .page-JointStock .tit2{
        font-size: 25px;
    }
    header.pc.jointHead{
        padding-top: 10px;
    }
    .jointHead .hbMenuWrap .hbMenu nav li a{
        font-size: 32px;
    }
    .page-JointStock .mainVisual .txtBox .subTit{
        font-size: 16px;
        margin-bottom: -10px;
    }
    .page-JointStock .jointBlock1{
        padding: 133px 0 80px;
    }
    .page-JointStock .jointBlock1 .left{
        margin-bottom: 44px;
    }
    .page-JointStock .jointBlock1 .left .tit2{
        margin-bottom: 22px;
    }
    .page-JointStock .jointBlock1 .left h3{
        font-size: 37px;
    }
    .page-JointStock .jointBlock1 .right{
        font-size: 14px;
        line-height: 28px;
    }
    br.sp{
        display: inline;
    }
    .page-JointStock .obi{
        height: 100vw;
    }
    .page-JointStock .jointBlock2{
        padding: 96px 0 107px;
    }
    .page-JointStock .jointBlock2 .left .tit2{
        margin-bottom: 35px;
    }
    .page-JointStock .jointBlock2 .right .subTit{
        font-size: 15px;
        margin-bottom: 15px;
    }
    .page-JointStock .jointBlock2 .right h3{
        line-height: 52px;
    }
    .page-JointStock .jointBlock2 .right .shortLIne{
        margin-bottom: 62px 0 49px;
    }
    .page-JointStock .jointBlock2 .right li h4{
        font-size: 26px;
    }
    .page-JointStock .jointBlock2 .right li p{
        font-size: 14px;
    }
    .page-JointStock .jointBlock3{
        padding: 117px 5% 122px;
    }
    .page-JointStock .jointBlock3 ul li{
        padding: 11px 0 74px;
    }
    .page-JointStock .jointBlock3 .tit2{
        margin-bottom: 74px;
    }
    .page-JointStock .jointBlock3 ul li .num{
        margin-bottom: 48px;
    }
    .page-JointStock .jointBlock3 ul li h3{
        margin-bottom: 26px;
    }
    .page-JointStock .jointBlock4{
        padding: 96px 5% 76px;
    }
    .page-JointStock .jointBlock4 .postList2{
        grid-template-columns: 1fr;
        gap: 44px 0;
        margin-bottom: 51px;
    }
    .page-JointStock .jointBlock4 .jointLink{
        width: 100%;
    }
    .page-JointStock .jointBlock5{
        padding: 69px 5% 98px;
    }
    .page-JointStock .jointBlock5 .tit2{
        margin-bottom: 51px;
    }
    .page-JointStock .jointBlock5 .right li *{
        font-size: 12px;
    }
    .jointFooter{
        padding: 96px 5% 44px;
    }
    .jointFooter .box2 li{
        margin-bottom: 33px;
    }
    .jointFooter .box2 li a{
        font-size: 34px;
    }
    .jointFooter .footerInner2{
        flex-direction: column;
        align-items: center;
    }
    .jointFooter a{
        margin-bottom: 40px;
        font-size: 12px;
    }
    .jointFooter .footerInner2 .copy{
        font-size: 12px;
    }
    .page-JointStock .mainVisual .txtBox{
        bottom: 62px;
    }
    .msgModal{
        padding: 42px 3% 55px;
    }
    .siteSelect .selecter .box:nth-child(1){
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .siteSelect .selecter .box .titTxt{
        font-size: 24px;
    }
    .siteSelect .selecter .box .sub{
        font-size: 14px;
        margin-bottom: 30px;
    }
}
