@charset "UTF-8";
/*--------------------------
 変数
----------------------------*/
/*--------------------------
    中央配置
----------------------------*/
/* 上下左右中央配置 */
/* 上下のみ中央配置 */
/* 左右のみ中央配置 */
/* 中央配置解除 */
/*--------------------------
 ページスタイル
----------------------------*/
/*PC用*/
@media screen and (min-width:641px) {

  #company_gallary #under_main_img {
    background: url(../images/company_gallery/pagetitle.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 430px;
    padding: 0px !important;
    margin-bottom: 135px;
    position: relative;
  }
  
  #company_gallary #under_main_img .main_txt {
    display: inline-block;
    color: #fff;
    font-size: 4.5rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  #company_gallary #under_main_img .main_en_txt {
    display: block;
    font-size: 2rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 57%;
  }
  
  #company_gallary #under_main_img::after {
    content: '';
    display: block;
    background: url(../images/common/pagettl_deco.svg) no-repeat center center;
    background-size: contain;
    width: 250px;
    height: 77px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -35px;
  }
  
  #company_gallary .leadTxt {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 135px;
  }
  
  #company_gallary .contactBlock {
    width: 100%;
    text-align: center;
    color: #fff;
  }
  
  #company_gallary .contactBlock__link {
    background: #A00000;
  }
  
  #company_gallary .contactBlock__link a {
    display: inline-block;
    padding: 20px 0px;
    color: #fff;
    font-size: 22px;
    position: relative;
  }
  
  #company_gallary .contactBlock__link a span {
    display: block;
    font-size: 14px;
  }
  
  #company_gallary .contactBlock__link a::after {
    content: '';
    display: block;
    background: url(../images/common/icon_link_arrow.svg) no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -26px;
  }
  
  #company_gallary .contactBlock__TelFax {
    background: #460000;
    padding: 35px 0px;
    display: flex;
    justify-content: center;
  }
  
  #company_gallary .contactBlock__TelFax__inner {
    padding: 0px 0px;
  }
  
  #company_gallary .contactBlock__TelFax__inner h5 {
    font-size: 16px;
    font-weight: bold;
  }
  
  #company_gallary .contactBlock__TelFax__inner h5::after {
    content: '';
    display: block;
    background: #B59F74;
    width: 90px;
    height: 2px;
    margin: 10px auto;
  }
  
  #company_gallary .contactBlock__TelFax__inner p.telNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #company_gallary .contactBlock__TelFax__inner p.telNo::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/common/icon_tel.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0px;
  }
  
  #company_gallary .contactBlock__TelFax__inner p.faxNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #company_gallary .contactBlock__TelFax__inner p.faxNo::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/common/icon_fax.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 0px;
  }
  
  #company_gallary .contactBlock__TelFax__inner p.time {
    font-size: 16px;
  }
  
  #company_gallary .contactBlock__TelFax__inner.line {
    border-right: 1px solid rgba(255, 255, 255, 0.15);
    padding-right: 30px;
    margin-right: 30px;
  }
  
  #company_gallary .cntsBlock {
    padding: 75px 0px;
  }
  
  #company_gallary .cntsBlock.slideBlockWrap {
    padding: 75px 0px 0px 0px;
  }
  
  #company_gallary .cntsBlock__ttl {
    text-align: center;
    font-size: 32px;
    margin-bottom: 50px;
  }
  
  #company_gallary .cntsBlock__ttl span {
    display: block;
    font-size: 16px;
    color: #B59F74;
  }
  
  #company_gallary .cntsBlock__ttl::before {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #B59F74;
    margin: 0px auto;
  }
  
  #company_gallary .cntsBlock__ttlMid {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
  }
  
  #company_gallary .cntsBlock__ttlMid::after {
    content: '';
    display: block;
    width: 135px;
    height: 5px;
    background: #B59F74;
    margin: 10px auto 0px auto;
  }
  
  #company_gallary .cntsBlock p.txt_catch {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
  }
  
  #company_gallary .cntsBlock .slideBlock {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
  }
  
  #company_gallary .cntsBlock .slideBlock__inner {
    display: inline-block;
    padding: 75px 50px;
    text-align: center;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  #company_gallary .cntsBlock .slideBlock .bx-wrapper,
  #company_gallary .cntsBlock .slideBlock .bx-viewport {
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    border: none;
  }
  
  #company_gallary .cntsBlock.phtBlock {
    width: 1120px;
    margin: 0 auto 150px auto;
    padding: 0px;
    text-align: center;
    position: relative;
  }
  
  #company_gallary .cntsBlock.phtBlock img {
    width: 100%;
    height: auto;
  }
  
  #company_gallary .cntsBlock.phtBlock .infoBlock {
    background: #fff;
    width: 80%;
    padding: 50px 10px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -50px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  }
  
  #company_gallary .cntsBlock.phtBlock .infoBlock h2 {
    font-size: 2.8rem;
    margin-bottom: 0px;
    list-style: 1;
    font-weight: bold;
  }
  
  #company_gallary .cntsBlock.phtBlock .infoBlock h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #B59F74;
    margin: 15px auto;
  }
  
  #company_gallary .cntsBlock.phtBlock .infoBlock p.time {
    font-size: 2.4rem;
  }
  
  #company_gallary .cntsBlock.phtBlock .infoBlock p.close {
    font-size: 2rem;
  }
  
  #company_gallary .cntsBlock.phtBlock .infoBlock ul {
    margin-top: 25px;
  }
  
  #company_gallary .cntsBlock.phtBlock .infoBlock ul.chui li {
    color: #ff0000;
    font-size: 1.4rem;
    list-style: none;
  }
  
  #company_gallary .cntsBlock.phtBlock .infoBlock ul.chui li::before {
    content: '※';
  }
  
  #company_gallary .cntsBlock.schedule {
    background: url(../images/company_gallery/schedule_bg.jpg) center center #f2f2f2;
    padding-bottom: 150px;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner {
    width: 1120px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__month {
    width: 15%;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__month p {
    writing-mode: vertical-rl;
    font-size: 10rem;
    color: rgba(0, 0, 0, 0.3);
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__list {
    width: 80%;
    padding-top: 50px;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__list .eventBox {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__list .eventBox:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__list .eventBox__note {
    width: 60%;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__list .eventBox__note p.date {
    font-size: 2rem;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__list .eventBox__note p.title {
    font-size: 3rem;
    font-weight: bold;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__list .eventBox__pht {
    width: 35%;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__list .eventBox__pht img {
    width: 100%;
    height: auto;
  }
  
  #company_gallary .cntsBlock .location {
    width: 1120px;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  #company_gallary .cntsBlock .location iframe {
    width: 100%;
    height: 500px;
    margin-bottom: 30px;
  }
  
  #company_gallary .cntsBlock .location__inner {
    width: 45%;
  }
  
  #company_gallary .cntsBlock .location__inner dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  #company_gallary .cntsBlock .location__inner dl dd {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  
  #company_gallary .cntsBlock .pd_s {
    padding: 0px 0px !important;
  }
  

}

/*SP用*/
@media screen and (max-width: 640px) {

  #company_gallary #under_main_img {
    background: url(../images/company_gallery/pagetitle.jpg) no-repeat center center;
    background-size: cover;
    width: 100%;
    height: 285px;
    padding: 0px !important;
    margin-bottom: 89px;
    position: relative;
  }
  
  #company_gallary #under_main_img .main_txt {
    display: inline-block;
    color: #fff;
    font-size: 3rem;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
    width: 75vw;
  }
  
  #company_gallary #under_main_img .main_en_txt {
    display: block;
    font-size: 1.8rem;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 57%;
  }
  
  #company_gallary #under_main_img::after {
    content: '';
    display: block;
    background: url(../images/common/pagettl_deco.svg) no-repeat center center;
    background-size: contain;
    width: 167px;
    height: 77px;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -35px;
  }
  
  #company_gallary .leadTxt {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 75px;
    padding: 0 3vw;
  }
  
  #company_gallary .contactBlock {
    width: 100%;
    text-align: center;
    color: #fff;
  }
  
  #company_gallary .contactBlock__link {
    background: #A00000;
  }
  
  #company_gallary .contactBlock__link a {
    display: inline-block;
    padding: 20px 0px;
    color: #fff;
    font-size: 22px;
    position: relative;
  }
  
  #company_gallary .contactBlock__link a span {
    display: block;
    font-size: 14px;
  }
  
  #company_gallary .contactBlock__link a::after {
    content: '';
    display: block;
    background: url(../images/common/icon_link_arrow.svg) no-repeat center center;
    background-size: contain;
    width: 13px;
    height: 26px;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    right: -26px;
  }
  
  #company_gallary .contactBlock__TelFax {
    background: #460000;
    padding: 35px 0px;
    display: block;
    justify-content: center;
  }
  
  #company_gallary .contactBlock__TelFax__inner {
    padding: 0px 0px;
  }
  
  #company_gallary .contactBlock__TelFax__inner h5 {
    font-size: 16px;
    font-weight: bold;
  }
  
  #company_gallary .contactBlock__TelFax__inner h5::after {
    content: '';
    display: block;
    background: #B59F74;
    width: 90px;
    height: 2px;
    margin: 10px auto;
  }
  
  #company_gallary .contactBlock__TelFax__inner p.telNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #company_gallary .contactBlock__TelFax__inner p.telNo::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/common/icon_tel.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 27px;
  }
  
  #company_gallary .contactBlock__TelFax__inner p.faxNo {
    font-size: 38px;
    font-weight: bold;
    padding-left: 43px;
    position: relative;
  }
  
  #company_gallary .contactBlock__TelFax__inner p.faxNo::before {
    content: '';
    display: inline-block;
    width: 38px;
    height: 38px;
    background: url(../images/common/icon_fax.svg) no-repeat center center;
    background-size: contain;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    left: 27px;
  }
  
  #company_gallary .contactBlock__TelFax__inner p.time {
    font-size: 16px;
  }
  
  #company_gallary .contactBlock__TelFax__inner.line {
    /* border-right: 1px solid rgba(255, 255, 255, 0.15); */
    /* padding-right: 30px; */
    /* margin-right: 30px; */
    margin: 0 0 21px;
  }
  
  #company_gallary .cntsBlock {
    padding: 75px 0px 36px;
  }
  
  #company_gallary .cntsBlock.slideBlockWrap {
    padding: 75px 0px 0px 0px;
  }
  
  #company_gallary .cntsBlock__ttl {
    text-align: center;
    font-size: 32px;
    margin-bottom: 20px;
  }
  
  #company_gallary .cntsBlock__ttl span {
    display: block;
    font-size: 16px;
    color: #B59F74;
  }
  
  #company_gallary .cntsBlock__ttl::before {
    content: '';
    display: block;
    width: 1px;
    height: 100px;
    background: #B59F74;
    margin: 0px auto;
  }
  
  #company_gallary .cntsBlock__ttlMid {
    text-align: center;
    font-size: 26px;
    margin-bottom: 50px;
  }
  
  #company_gallary .cntsBlock__ttlMid::after {
    content: '';
    display: block;
    width: 135px;
    height: 5px;
    background: #B59F74;
    margin: 10px auto 0px auto;
  }
  
  #company_gallary .cntsBlock p.txt_catch {
    text-align: center;
    font-size: 22px;
    margin-bottom: 50px;
  }
  
  #company_gallary .cntsBlock .slideBlock {
    width: 100%;
    margin: 0px;
    padding: 0px;
    position: relative;
  }
  
  #company_gallary .cntsBlock .slideBlock__inner {
    display: inline-block;
    padding: 75px 50px;
    text-align: center;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.75);
    backdrop-filter: blur(12px);
    white-space: nowrap;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
  }
  
  #company_gallary .cntsBlock .slideBlock .bx-wrapper,
  #company_gallary .cntsBlock .slideBlock .bx-viewport {
    margin: 0px;
    padding: 0px;
    box-shadow: none;
    -moz-box-shadow: none;
    border: none;
  }
  
  #company_gallary .cntsBlock.phtBlock {
    width: 100%;
    margin: 0 auto 171px auto;
    padding: 0px;
    text-align: center;
    position: relative;
  }
  
  #company_gallary .cntsBlock.phtBlock img {
    width: 100%;
    height: auto;
  }
  
  #company_gallary .cntsBlock.phtBlock .infoBlock {
    background: #fff;
    width: 80%;
    padding: 35px 10px;
    box-sizing: border-box;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: -128px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  }
  
  #company_gallary .cntsBlock.phtBlock .infoBlock h2 {
    font-size: 2.8rem;
    margin-bottom: 0px;
    list-style: 1;
    font-weight: bold;
  }
  
  #company_gallary .cntsBlock.phtBlock .infoBlock h2::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #B59F74;
    margin: 15px auto;
  }
  
  #company_gallary .cntsBlock.phtBlock .infoBlock p.time {
    font-size: 2.4rem;
  }
  
  #company_gallary .cntsBlock.phtBlock .infoBlock p.close {
    font-size: 2rem;
  }
  
  #company_gallary .cntsBlock.phtBlock .infoBlock ul {
    margin-top: 25px;
  }
  
  #company_gallary .cntsBlock.phtBlock .infoBlock ul.chui li {
    color: #ff0000;
    font-size: 1.4rem;
    list-style: none;
  }
  
  #company_gallary .cntsBlock.phtBlock .infoBlock ul.chui li::before {
    content: '※';
  }
  
  #company_gallary .cntsBlock.schedule {
    background: url(../images/company_gallery/schedule_bg.jpg) center center #f2f2f2;
    padding-bottom: 20px;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner {
    width: 100%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__month {
    width: 15%;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__month p {
    writing-mode: vertical-rl;
    font-size: 6rem;
    color: rgba(0, 0, 0, 0.3);
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__list {
    width: 77%;
    padding-top: 50px;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__list .eventBox {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__list .eventBox:last-child {
    border-bottom: none;
    padding-bottom: 0px;
    margin-bottom: 0px;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__list .eventBox__note {
    width: 60%;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__list .eventBox__note p.date {
    font-size: 1.8rem;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__list .eventBox__note p.title {
    font-size: 2.5rem;
    font-weight: bold;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__list .eventBox__pht {
    width: 35%;
    padding: 0 2vw 0 0;
  }
  
  #company_gallary .cntsBlock.schedule .schedule__inner__list .eventBox__pht img {
    width: 100%;
    height: auto;
  }
  
  #company_gallary .cntsBlock .location {
    width: 94%;
    margin: 0px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  
  #company_gallary .cntsBlock .location iframe {
    width: 100%;
    height: 325px;
    margin-bottom: 30px;
  }
  
  #company_gallary .cntsBlock .location__inner {
    width: 47%;
  }
  
  #company_gallary .cntsBlock .location__inner dl dt {
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
  }
  
  #company_gallary .cntsBlock .location__inner dl dd {
    font-size: 1.6rem;
    margin-bottom: 20px;
    padding-left: 20px;
  }
  
  #company_gallary .cntsBlock .pd_s {
    padding: 0px 0px !important;
  }
  

}
