@charset "UTF-8";

.tcom_wrap{}
.tcom_con{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5rem;
}
.tcom_img{
    width: 40%;
    position: relative;
}
.tcom_txt{
    width: 58%;
}
.tcom_image{
    width: 90%;
}
.tcom_number{
    font-size: 20rem;
    font-weight: bold;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
}
.tcom_name{
    padding-left: 2rem;
    font-size: 3.5rem;
}
.name_s{
    display: block;
    font-size: 1.5rem;
}
.name_h{
    font-weight: bold;
}
.tcom_name::after{
    content: '';
    display: block;
    margin: 12px 0 24px -2rem;
    width: 43px;
    height: 3px;
    background-color: #00008b;
}
.tcom_link a{
    margin: 0 0.5rem;
}
.tcomTI .tcom_con{
    flex-direction: row-reverse;
}
.tcomTI .tcom_number{
    left: 0;
}
.sp{
display:none;
}
@media screen and (max-width: 768px) {
.pc{
display:none;
}
.sp{
display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
}
.tcom_con .left {
    position: relative;
    width: 20%;
}
.tcom_name {
    -ms-writing-mode: tb-rl;           
      -webkit-writing-mode: vertical-rl; 
      -o-writing-mode: vertical-rl;       
      writing-mode: vertical-rl;
    position: relative;
    top: 100px;
    left: 0;
    padding: 0;
    width: 40px;
}
.tcom_number {
    font-size: 8rem;
    left: 0;
    top: 0;
}
.tcom_name::after {
    content: none;
}
.tcom_con .right {
    overflow: hidden;
    width: 80%;
}
.tcom_number:after {
    content: "";
    position: absolute;
    display: block;
    width: 3px;
    height: 25px;
    background-color: #00008b;
}
.tcom_image {
    width: 100%;
}
.tcomTI .tcom_con {
    flex-direction: row;
}
.tcomTI .tcom_image,
#pattern0 + section .tcom_image,#pattern2 + section .tcom_image,#pattern4 + section .tcom_image {
    margin: 0 0 0 auto;
}
.tcomIT .tcom_con {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
.tcomIT .tcom_con .tcom_number {
    left: unset;
}
.tcomIT .tcom_con .tcom_number:after {
    right: 0;
}
.tcomIT .tcom_con .tcom_name {
    left: unset;
    margin-left: 66%;
}

}
.tcom_number, .tcom_name,.tcom_company, .tcom_link {
    opacity: 0;
    transition: 0.8s ease-in-out;
    transform: translate(0,60px);
    -webkit-transform: translate(0,60px);
}
.delay1Active .tcom_number, .delay1Active .tcom_name, .delay1Active .tcom_company, .delay1Active .tcom_link {
    opacity: 1.0;
    transform: translate(0,0);
    -webkit-transform: translate(0,0);
    transition: 0.8s ease-in-out;
    z-index: 20;
}
.delay1Active .tcom_number {
    transition-delay: 1.8s;
}
.delay1Active .tcom_name {
    transition-delay: 2.0s;
}
.delay1Active .tcom_company {
    transition-delay: 2.2s;
}
.delay1Active .tcom_link {
    transition-delay: 2.4s;
}
.tcom_img {
    overflow: hidden;
}
.tcom_image {
    transition: all 0.4s;
    transform: translateX(-100%);
    transition-delay: 1.0s;
}
.delay1Active .tcom_image {
    transform: translateY(0);
}
.tcom_image {
    position: relative;
    overflow: hidden;
}
.tcom_image:after {
    content: "";
    position: absolute;
    z-index: 20;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f0f0f0;
    transition: all 0.4s;
    transition-delay: 1.6s;
}
.delay1Active .tcom_image:after {
    transform: translateX(100%);
}
#pattern0 + section > *,
#pattern1 + section > *,
#pattern2 + section > *,
#pattern3 + section > *,
#pattern4 + section > * {
    opacity: 1;
    transition: none;
    transform: none;
}