@charset "UTF-8";

/* CSS Document */

* {
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

form {
    margin: 0;
}

ul {
    margin: 0;
    padding: 0;
}

.wrap {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}


/*---------------- Bodyと背景wrapのCSS -------------*/

html {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    height: 100%;
    /* background:linear-gradient(135deg, rgba(0,140,255,0) 0%,rgba(6,0,66,1) 100%),
         linear-gradient(45deg, rgba(0,23,119,0.8) 0%,rgba(0,0,255,0) 100%);
      background-blend-mode: hard-light !important;  */
}

input.box_input:-webkit-autofill {
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: 0 0 0 1000px rgb(214, 247, 255) inset;
}

@media (min-width:1024px) {
    .wrap {
        width: 100%;
        height: 100vh;
         /* background: linear-gradient(135deg, rgba(0, 0, 102, 0.4) 40%, rgba(0, 0, 102, 0.4) 40%),
          url("../images/images2020/post_bg.jpg") no-repeat; */
          /* background-blend-mode: hard-light; */
          background: url("../images/images2020/post_bg2.jpg") no-repeat;
        background-size: cover;
    }
}

@media (max-width:1024px) {
    .wrap {
        /* background:  linear-gradient(135deg, rgba(0, 0, 102, 0.4) 40%, rgba(0, 0, 102, 0.4) 40%), url("../images/images2020/post_bg.jpg") no-repeat; */
        /* background: linear-gradient(135deg, rgba(0, 140, 255, 0) 0%, rgba(6, 0, 66, 1) 100%), linear-gradient(45deg, rgba(0, 23, 119, 0.8) 0%, rgba(0, 0, 255, 0) 100%), url("../images/images2020/bg_pad2.jpg") no-repeat; */
        /* background-blend-mode: hard-light; */
        background: url("../images/images2020/post_bg2.jpg") no-repeat;
        height: 100vh;
        background-size: cover;
    }
}

@media(max-width:580px) {
    .wrap {
        /* background:  linear-gradient(135deg, rgba(0, 0, 102, 0.4) 40%, rgba(0, 0, 102, 0.4) 40%), url("../images/images2020/post_bg.jpg") no-repeat; */
        /* background: linear-gradient(135deg, rgba(0, 140, 255, 0) 0%, rgba(6, 0, 66, 1) 100%), linear-gradient(45deg, rgba(0, 23, 119, 0.8) 0%, rgba(0, 0, 255, 0) 100%), url("../images/images2020/bg_iphone.jpg") no-repeat; */
        /* background-blend-mode: hard-light; */
        background: url("../images/images2020/post_bg2.jpg") no-repeat;
        background-size: cover;
        transition: 0.5s;
    }
}

.wrap2 {
    width: 100%;
    height: 100vh;
    margin: 0;
    position: absolute;
    padding: 0;
    /* background: linear-gradient(180deg, rgba(0, 111, 119, 0) 20%, rgba(0, 255, 234, 0.6) 100%), url("../images/images2020/bg3.jpg") no-repeat; */
    background: linear-gradient(rgba(208, 208, 208, 0.2) 20%, rgba(203, 203, 203, 0.3)), url("../images/images2020/post_bg.jpg") no-repeat;
    background-size: cover;
    z-index: 0;
    overflow: hidden !important;
    /* ↑ここでぼかした端っこを隠す */
}

.wrap2::before {
    content: '';
    position: absolute;
    filter: blur(42px);
    /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
    top: -42px;
    bottom: -42px;
    left: -42px;
    right: -42px;
    background: inherit;
    background-blend-mode: multiply;
    z-index: -1;   
}

.wrap3 {
    width: 100%;
    min-height: 100vh;
    /* height: 100%; */
    margin: 0;
    position: absolute;
    padding: 0;
    /* background: linear-gradient(0deg, rgba(0, 255, 242, 0.4) 0%, rgba(0, 112, 112, 0.8) 100%), linear-gradient(180deg, rgba(0, 111, 119, 0) 20%, rgba(0, 255, 234, 0.6) 100%), url("../images/images2020/post_bg.jpg") no-repeat; */
    /* background: linear-gradient(rgba(208, 208, 208, 0.2) 20%, rgba(203, 203, 203, 0.3)), url("../images/images2020/post_bg.jpg") no-repeat; */
    background: linear-gradient(rgba(0, 0, 0, 0.2) 20%, rgba(133, 133, 133, 0.3)), url("../images/images2020/post_bg_blur.jpg") no-repeat;
    background-size: cover;
    z-index: 0;
}


.wrap3::before {
    content: '';
    position: absolute;
    
    background: inherit;
    background-blend-mode: multiply;

    z-index: -1;

}

.wrap3_scroll {
    overflow-y: scroll;
    overflow-x: hidden;
}




/* 　　----------------------ヘッダー-------------------	 */

.tcc_header {
    list-style: none;
    width: 100%;
    margin: 10px auto;
    padding: 10px 0px 15px;
    text-align: center;
}

.tcc_header li {
    display: inline-block;
    color: #fff;
    vertical-align: middle;
}


/*.tcc_header li:not(:nth-child(2)) img:hover{opacity: 0.5;}*/

.tcc_header2 {
    margin: 0 auto;
    width: 93%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.tcc_header2 div a img {
    vertical-align: middle;
}

.staff_count {
    position: absolute;
    top: 21px;
    right: -14px;
    font-size: 0.85em;
    color: rgb(5, 112, 98);
    background: rgb(118, 255, 248);
    padding: 0px 2px 0px 0px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    letter-spacing: -0.1em;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.trouble_count {
    position: absolute;
    top: 16px;
    right: -13px;
    font-size: 0.85em;
    color: rgb(5, 112, 98);
    background: rgb(118, 255, 248);
    padding: 0px 2px 0px 0px;
    width: 18px;
    height: 18px;
    border-radius: 18px;
    letter-spacing: -0.1em;
    box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.3);
    text-align: center;
}


/*----------------------ドロップダウンリスト-------------------*/

.drop_list01 {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    text-transform: none;
    margin: 0;
    padding: 0;
    outline: none;
    appearance: none;
    border-radius: 0;
    background-color: white;
    border: thin solid rgba(206, 235, 232, 1.00);
    background-image: url("../images/svg/top_arrow_g.svg");
    background-repeat: no-repeat;
    background-size: 12px 10px;
    background-position: right 10px center;
    background-color: rgba(255, 255, 255, 1.00);
    color: rgba(100, 100, 100, 1.00);
    display: inline-block;
    padding: 5px 30px 5px 10px;
    box-sizing: border-box;
}


/*----------------------inputフォームcss--------------------*/


/*----------------------inputリセットcss--------------------*/

input {
    outline: none;
    list-style: none;
    border: none;
}


/*----------------------input iPad用リセットcss--------------------*/

input.icon_search[type="submit"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

input.icon_search[type="submit"]::-webkit-search-decoration {
    display: none;
}

input.icon_search[type="submit"]::focus {
    outline-offset: -2px;
}


/*----------------------input 入力フォームCSS--------------------*/

.form01 {
    background: rgb(240, 240, 240);
    padding: 0.5em 1em;
    font-size: 1rem;
    color: rgba(100, 100, 100, 1.0) !important;
}

input.form01::placeholder {
    color: rgba(200, 200, 200, 1.00) !important;
}

.form02 {
    background: rgba(255, 255, 255, 1.0);
    border: thin solid rgba(206, 235, 232, 1.00);
    padding: 0.5em 1em;
    font-size: 1rem;
    color: rgba(100, 100, 100, 1.0) !important;
}


/*----------------------ボタン類--------------------*/

a img:hover {
    opacity: 0.5;
}

.back_bt {
    outline: none;
    background: url("../images/svg/back_w.svg") no-repeat;
    width: 25px;
    height: 25px;
    vertical-align: middle;
}

.back_bt:hover {
    opacity: 0.5;
}

.search_box2 {
    position: absolute;
    margin-right: 0;
    margin-left: auto;
    top: -20px;
    width: 200px;
    right: -10px;
}


/* gridbox仕様のcss */

.search_box {
    position: relative;
    margin-right: 0;
    margin-left: auto;
    top: -35px;
    width: 200px;
    right: -10px;
}

.search_form {
    background: rgba(255, 255, 255, 1.0);
    padding: 0.5rem 1rem;
    position: absolute;
    right: 0.7rem;
    border-radius: 2rem;
}


/* projects専用css */

.search_form2 {
    background: rgba(255, 255, 255, 0.72);
    padding: 0.5rem 1rem;
    position: absolute;
    right: 0.7rem;
    border-radius: 2rem;
    color: rgb(101, 101, 101);
}

.icon_search {
    background: url("../images/svg/Search.svg");
    width: 15px;
    height: 15px;
    position: absolute;
    right: 2rem;
    top: 0.8rem;
    font-size: 0;
}

.icon_search:hover {
    opacity: 0.5;
}

.plus_bt {
    background: url("../images/svg/plus.svg") no-repeat;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    padding-right: 30px;
}

.plus_w_bt {
    background: url("../images/svg/plus_w.svg") no-repeat;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    padding-right: 30px;
}

.plus_bt:hover,
.plus_w_bt:hover {
    opacity: 0.5;
}

.up_bt {
    background: url("../images/svg/up_b.svg") no-repeat;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    padding-right: 30px;
    font-size: 0;
}

.up_bt:hover {
    opacity: 0.5;
}

.up_w_bt {
    background: url("../images/svg/up_w.svg") no-repeat;
    width: 28px;
    height: 28px;
    vertical-align: middle;
    font-size: 0;
}

.up_w_bt:hover {
    opacity: 0.5;
}

.pen_bt {
    background: url("../images/svg/pen2.svg") no-repeat;
    width: 24px;
    height: 24px;
    vertical-align: middle;
    font-size: 0;
}

.pen_bt:hover {
    opacity: 0.5;
}

input.mail_bt[type="submit"] {
    border-radius: 0;
    /* -webkit-box-sizing: content-box;
          -webkit-appearance: button;
          appearance: button;
          border: none;
          box-sizing: border-box;
          cursor: pointer; */
}

.mail_bt {
    background: url("../images/svg/mail_b.svg") no-repeat;
    width: 26px;
    height: 26px;
    vertical-align: middle;
    font-size: 0;
}

.mail_bt:hover {
    opacity: 0.5;
}

.trash_bt {
    background: url("../images/svg/trash_b.svg") no-repeat;
    width: 24px;
    height: 24px;
    vertical-align: middle;
}

.trash_bt:hover {
    opacity: 0.5;
}

#logout img:hover,
#staff img:hover,
#troubles img:hover,
#pass_change img:hover {
    opacity: 0.5;
}


/*----------------------ログインボタンと新規プロジェクト作成ボタン--------------------*/

.login_button,
#project_button {
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 20px !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: none;
    outline: none;
    background: transparent;
    width: 60%;
    height: 40px;
    border: none;
    outline: none;
    font-size: 13px;
    line-height: 40px;
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
    /*letter-spacing: 0.3em;*/
    transition: 0.5s;
    background: rgba(0, 104, 182, 1.00);
}

@media(max-width:900px) {
    .ogin_button,
    #project_button {
        width: 60%;
    }
    .login_button,
    #project_button {
        font-size: 1.3em;
        background: rgba(37, 128, 255, 1.00);
    }
}

@media(max-width:480px) {
    .login_button,
    #project_button {
        width: 80%;
    }
}

.login_button:hover,
#project_button:hover {
    background: rgba(158,216,245, 1.00);
    color: rgba(0,104,182, 1.00);
}

.icon-plus1:after {
    font-weight: bold;
    position: absolute;
    right: 10px;
}


/* --------------------メールアドレス登録ボタン---Staff_detailの部分------------------ */

#confirm_registration {
    display: inline;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    border-radius: 0!important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: none;
    outline: none;
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    font-weight: bold;
    padding: 0.8em 1em 0.8em;
    line-height: ;
    text-align: center;
    color: rgba(255, 255, 255, 1.00);
    transition: all 0.2s;
    background: rgb(57, 205, 188);
}

#confirm_registration:hover {
    background: rgb(31, 231, 217);
    /* color:rgba(1,56,142,1.00); */
    transition: all 0.2s;
}

.icon-import1:before {
    font-size: 1.5em;
    vertical-align: text-bottom;
    line-height: 15px;
    padding-right: 0.3em;
}


/*----------------------下からフェードイン--------------------*/

.fadein_bottom {
    animation: fadein 1s ease 0s 1;
}

@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadein_bottom2 {
    animation: fadein 2s ease 0s 1;
}

@keyframes fadein {
    0% {
        opacity: 0;
        transform: translateY(80px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@media(max-width:480px) {
    .fadein_bottom_phone {
        animation: fadeinout 3s linear forwards;
        opacity: 0;
        transform: translateY(80px);
    }
    @keyframes fadeinout {
        20% {
            opacity: 1;
            transform: translateY(0px);
        }
        60% {
            opacity: 1;
            transform: translateY(0px);
        }
    }
    .fadein_bottom2_phone {
        opacity: 0;
        animation: fadein 1s ease forwards 2s 1;
    }
    @keyframes fadein {
        0% {
            opacity: 0;
            transform: translateY(80px);
        }
        100% {
            opacity: 1;
            transform: translateY(0);
        }
    }
}


/*----------------------[ スライドイン入力フォーム ]-------------------------*/

.wrap-input100 {
    margin-bottom: 10px;
    width: 60%;
    line-height: 26px;
    position: relative;
    border: rgba(0, 148, 255, 1.00) solid 1px;
    z-index: 300;
    background: rgba(255, 255, 255, 0.2);
}


/*@media(max-width:769px){
	.wrap-input100 {
	margin-bottom: 10px;
  width:100%;
	line-height: 26px;
  position: relative;
  border:rgba(0,148,255,1.00) solid 1px;
  z-index: 300;
	background: rgba(255,255,255,1.00);
}
}*/

input.box_input {
    -webkit-border-radius: 0 !important;
-moz-border-radius: 0 !important;
border-radius: 20px !important;
-webkit-appearance: none !important;
-moz-appearance: none !important;
appearance: none !important;
font-size: 0.9em;
color: rgb(53, 53, 53) !important;
width: 60%;
padding: 12px 20px;
transition: 0.5s;
background: rgb(224, 224, 224);
}

@media(max-width:480px) {
    .wrap-input100 {
        width: 80%;
    }
    input.box_input {
        width: 80%;
    }
}

input::placeholder {
    color: rgb(151, 151, 151);
}

input:disabled {
    background: rgba(168, 168, 168, 0.8) !important;
}


/*@media(max-width:769px){
	input.box_input{width:100%;font-size: 1.4em;color: rgba(0,0,0,1.00);}
	input.box_input:focus{color: rgba(60,60,60,1.00);}
}*/


input.box_input:focus {
    color: rgba(100, 100, 100, 1.00);
    background: rgba(255, 255, 255, 1.0);
    border: rgba(158,216,245, 1.00) solid 1px;
}




/*---------------------------------------プルダウンCSS---------------------------------------------------*/

ul {
    list-style: none;
}

.select {
    width: 230px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    /*box-shadow: 0 2px 0 white;*/
    z-index: 10;
}

@media(max-width:769px) {
    .select {
        width: 100%;
    }
}

.icon-bottom_arrow1 {
    width: 0;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
}


/*-------プルダウンボックスにtuiconfont使用-------*/

.icon-bottom_arrow1::after {
    content: '\e903';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-50%, -50%) rotate(0deg) scaleY(1);
    color: #3e3e3e;
    font-size: 14px;
    pointer-events: none;
    z-index: 2;
    transition: all 250ms cubic-bezier(.4, .25, .3, 1);
    opacity: .6;
}

.icon-bottom_arrow1:hover::after {
    opacity: 1;
}

.icon-bottom_arrow1:checked::after {
    transform: translate(-50%, -50%) rotate(180deg) scaleX(-1) scaleY(1);
}

.icon-bottom_arrow1:checked+.select_closeLabel {
    display: block;
}

.icon-bottom_arrow1:checked+.select_closeLabel+.select_options .select_label {
    height: 40px;
}

.icon-bottom_arrow1:checked+.select_closeLabel+.select_options .select_label:hover {
    background-color: rgba(255, 255, 255, 1.0);
}

.icon-bottom_arrow1:checked+.select_closeLabel+.select_options+.select_expandLabel {
    display: none;
}

.select_expandLabel {
    display: block;
    width: 100%;
    height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}

.select_close {
    display: none
}

.select_closeLabel {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
}

.select_items {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /*border: rgba(46,228,252,1.00) solid 1px;*/
    padding-top: 40px;
    text-align: left;
}

.select_input {
    display: none
}

.select_input:checked+.select_label {
    height: 40px;
    margin-top: -40px;
}

.select_label {
    transition: all 250ms cubic-bezier(.4, .25, .3, 1);
    display: block;
    height: 0;
    font-size: 0.9rem;
    line-height: 40px;
    overflow: hidden;
    background-color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    padding-left: 10px;
}

@media(max-width:769px) {
    .select_label {
        font-size: 1.2em;
    }
}

.select_label-placeholder {
    height: 40px;
    vertical-align: middle;
    line-height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    /*opacity: .6;*/
    background-color: transparent;
}


/* ---------------------------ページ送りCSS----------------------------- */
/* 
#pageNav1 {
    padding-top: 0.5em;
    width: 95%;
    margin: 0 auto;
}

#pageNav1 li {
    display: table-cell;
}

#pageNav1 li a {
    margin: 0px 0px 0px 0px;
    padding: 5px 15px;
    background: rgba(255, 255, 255, 0.566);
    text-decoration: none;
    vertical-align: middle;
    color: rgb(102, 102, 102);
}

#pageNav1 li span {
    color: rgb(60, 60, 60);
    margin: 0px 3px 5px 0px;
    padding: 5px 15px;
    background: #fff;
    text-decoration: none;
    vertical-align: middle;
}

#pageNav1 li a:hover {
    color: rgb(255, 255, 255);
    border-color: #00f;
    background-color: rgba(107, 255, 245, 0.709);
} */


/* -----------------------ログイン画面CSS------------------------- */

.login_box {
    position: absolute;
    z-index: 10;
    width: 40%;
    height: 100vh;
    /* background: rgba(0, 0, 102, 0.6); */
    background: rgba(255, 255, 255, 0.9);
}

.login_box ul {
    list-style: none;
}

@media (max-width:900px) {
    .login_box {
        width: 50%;
    }
}

@media (max-width:480px) {
    .login_box {
        width: 100%;
    }
}

.m2 {
    animation: anime1 1s;
    animation-fill-mode: forwards;
}

@keyframes anime1 {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(0%);
    }
}

/* .main_text_box {
    display: table;
    width: 100%;
    height: 100vh;
} */

.main_text {
    position: absolute;
    right:  6%;
    top: 15%;
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-right: ;
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
}

.main_text h1 {
    color: white;
    font-size: 3.8em;
    line-height: 0.6em;
}

.main_text p {
    color: white;
    font-size: 3em;
    line-height: 0.6em;
}

.main_text p:last-child {
    color: white;
    font-size: 2em;
}
@media (max-width:1200px) {
    .main_text {
        position: absolute;
        right: 4%;
        top: 15%;
    }
}
@media (max-width:900px) {
    .main_text {
        top: 60%;
        right: 4%;
    }
    .main_text h1 {
        font-size: 3em;
    }
    .main_text p {
        font-size: 2.5em;
    }
    .main_text p:last-child {
        font-size: 1.3em;
    }
}

@media (max-width:480px) {
    .main_text {
        top: 39%;
        right: 8%;
    }
    .main_text h1 {
        font-size: 2.6em;
    }
    .main_text p {
        font-size: 2.2em;
    }
    .main_text p:last-child {
        font-size: 1.2em;
    }




    
    @media(min-width:500px) {
        .m2 {
            animation: anime1 1s linear 2s;
            animation-fill-mode: forwards;
            transform: translateX(-100%);
        }
        @keyframes anime1 {
            0% {
                transform: translateX(-100%);
            }
            100% {
                transform: translateX(0%);
            }
        }
    }
}

@media(max-width:480px) {
    .m2 {
        animation: anime1 1s linear 1.5s;
        animation-fill-mode: forwards;
        transform: translateX(-100%);
    }
    @keyframes anime1 {
        0% {
            transform: translateX(-100%);
        }
        100% {
            transform: translateX(0%);
        }
    }
}


.tu_logo{
	width:27%;
	height:auto;
	/* position: absolute; */
	bottom:5%;
	/* left: calc(50% - 14%); */
}
@media (orientation: portrait){
	.tu_logo{bottom:8%;}
}
@media(orientation: landscape) and (max-width:1160px) {
	.tu_logo{bottom:11% !important; }
}



@media (orientation: portrait) {
  .form_contents {margin:35% auto 0px;}
}
.form_input {
    text-align: center;
    margin-top:23%;
}
@media (orientation: portrait) {
    .form_input {margin-top: 40%;}
}
.form_input li{margin-bottom:1em;}

.form_contents {
    text-align: center;
    margin: 20% auto 0px;
}

/* .form_contents {
    text-align: center;
    margin: 13% auto 0;
}
.form_input {
    text-align: center;
    margin-top: 3em;
}
.form_input li {
    margin-bottom: 1em;
} */




a img:hover {
    opacity: 0.5;
}
.select,
.select li {
    position: relative;
}
/* .tcc_logo {
    margin: 26% auto 0;
    width: 100%;
    text-align: center;
}
@media(max-width:900px) {
    .tcc_logo {
        margin: 60% auto 0;
    }
}
@media(max-width:480px) {
    .tcc_logo {
        margin: 20% auto 0;
    }
} */



.main_logo {
    width: 45%;
    height: auto;
    }
.tu_logo {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 2em;
}

/* -----------------メニュー画面CSS -----------------------------*/
.menu_box {
    width: 80%;
    height: 70%;
    margin: 2% auto 2%;
    padding: 40px 30px 30px;
    background: rgba(255, 255, 255, 0.3);
    border-bottom: solid 1px rgba(255, 255, 255, 0.144);
    text-align: center;
    border-radius: 28px;
}
@media(max-width:1150px) {
    .menu_box {
        margin: 4% auto 2%;
    }
}
@media(max-width:900px) {
    .menu_box {
        width: 75%;
        height: 70vh;
    }
}
@media(max-width:480px) {
    .menu_box {
        width: 90%;
        height: 90vh;
    }
}
.menu_box ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.menu_box ul li {}
.menu_box ul li p {
    color: rgb(57, 57, 57);
    font-size: 1.5em;
    margin: 0;
}
.menu_bt {
    background: rgb(0, 225, 255);
    /*	background: none;
                    outline: none;*/
    
    width: 160px;
    /*  border: none;
                      outline: none;*/
    
    font-size: 1em;
    /* letter-spacing: 0.1em; */
    /* padding: 2em; */
    margin: 10px;
    text-align: center;
    color: rgba(255, 255, 255, 1.00) !important;
    /*transition: 0.3s ;*/
}
@media(max-width:480px) {
    .menu_bt {
        width: 90%;
        padding: 1em;
    }
}
/* .menu_bt:hover {
    background: rgba(0, 255, 255, 1.00) !important;
    color: rgba(1, 56, 142, 1.00);
    box-shadow: 0px 7px 0px 0px rgba(0, 64, 72, 0.2);
    border-bottom: 1px solid rgb(0, 64, 72);
    transition: 0.3s !important;
    transform: translateY(6px) !important;
}
.menu_bt_list li {
    display: inline-block;
} */

/*------------------------ project　案件一覧CSS -----------------------------*/
.project_list_box {
    width: 93%;
    margin: 0 auto 2%;
    padding: 1em;
    color: rgba(100, 100, 100, 1.0);
    /* background: rgba(0, 63, 88, 0.6); */
    background:rgba(200, 200, 200, 0.4);
    box-shadow: 0px 7px 5px 0px rgba(67, 67, 67, 0.2);
}

.project_list_box::before {
    content: '';
    position: absolute;
    /* 輪郭がぼやけてしまうのでブラー範囲を広げる */
    /* top: -5px;
                          bottom: -5px;
                          left: -5px;
                          right: -5px; */
    
    background: inherit;
    background-blend-mode: multiply;
    /* filter: blur(8px);
                          z-index: -1; */
}
.project_list_box table {
    margin: 0 auto;
    width: 95%;
    /* color: rgba(100,100,100,1.0); */
    
    font-weight: normal;
    border-collapse: collapse;
}
.project_list_box th {
    color: #fff;
}
.project_list_box table td img:hover {
    opacity: 0.5;
}
#projects_list_title {
    color: #fff;
    font-size: 2em;
}


@media(max-width:480px) {
    .project_list_box {
        width: 100%;
        padding: 1em 0;
    }
    
    .project_list_box table {
        width: 100%;
    }
}
.project_list_box table tr {
    border-bottom: 1px #bababa3a solid;
}
.project_list_box table tr:first-child {
    border-bottom: 1px rgba(255, 255, 255, 0.15) solid;
}
.project_list_box table td {
    padding: 1.35em 1em;
    font-weight: normal;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
}
.project_list_box table tr:hover td {
    /*background-color: rgba(255,255,255,0.4) !important;*/
}
.project_list_box table tr:hover:nth-child(n+3) {
    border: solid 2px rgba(116, 233, 255, 1.00);
}
.project_list_box table th {
    padding: 1em 0em;
    font-weight: normal;
    text-align: left;
}
.project_list_box table tr:first-child th {
    padding: 0.5em 0em 0.5em !important;
}
@media(max-width:480px) {
    .project_list_box table th {
        padding: 0rem 1.3rem 1rem;
    }
    
    .project_list_box table tr:nth-child(2) th {
        padding: 1rem 1.3rem;
    }
    
    .project_list_box table tr:nth-child(2) th:nth-child(2) {
        padding-left: 0 !important;
    }
    
    .project_list_box table td:nth-child(2) {
        padding-left: 0 !important;
    }
}
.contact_list_box {
    width: 93%;
    margin: 1% auto 2%;
    padding: 1em;
    background: rgba(232, 255, 254, 0.85);
    box-shadow: 0px 7px 5px 0px rgba(0, 72, 66, 0.2);
}
.contact_list_box table {
    margin: 0 auto;
    width: 95%;
    color: rgba(100, 100, 100, 1.0);
    font-weight: normal;
    border-collapse: collapse;
}
.contact_list_box table th a img {
    width: 13px;
    height: 13px;
}
.contact_list_box table tr {
    border-bottom: 1px #ceebe8 solid;
}
.contact_list_box table tr:first-child {
    border-bottom: 1px rgba(99, 158, 153, 0.15) solid;
}


.contact_list_box table td {
    padding: 1.5em 0.3em;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.9);
}
.contact_list_box table td:first-child {
    padding-left: 1.5em;
}
.contact_list_box table tr:hover td {
    /*background-color: rgba(255,255,255,0.4) !important;*/
}
.contact_list_box table tr:hover:nth-child(n+3) {
    border: solid 2px rgba(116, 233, 255, 1.00);
}
.contact_list_box table th {
    padding: 0.6em 0em;
    font-weight: normal;
}
.contact_list_box table tr:first-child th {
    padding: 0.3em 0em 0.1em;
}
#contact_list_title {
    color: rgba(99, 106, 158, 1.00);
    font-size: 2em;
}
.new_text {
    color: #f17826;
    font-size: 0.9em;
    position: absolute;
    top: 5px;
    left: -5px;
    transform: rotate( -15deg);
}

.list_gridbox {
    display: grid;
    grid-template-columns: auto 20% 20%;
    grid-template-rows: 1fr;
    align-items: center;
    gap: 0px 0px;
    padding: 0.5em 0 0.3em;
    grid-template-areas: "list_title check_box search_box_space";
}
.list_title {
    grid-area: list_title;
}
.check_box {
    grid-area: check_box;
}
.search_box_space {
    grid-area: search_box_space;
    position: relative;
}
.contact_detail_box {
    width: 93%;
    margin: 2% auto;
    padding: 0em 1em;
    background: rgba(232, 255, 254, 0.85);
    box-shadow: 0px 7px 5px 0px rgba(0, 72, 66, 0.2);
}

.contact_detail_box table {
    margin: 0 auto;
    width: 95%;
    color: rgba(100, 100, 100, 1.0);
    font-weight: normal;
    border-collapse: collapse;
}
.contact_detail_box table tr {
    border-bottom: 1px #ceebe8 solid;
}
.contact_detail_box table td {
    padding: 1.5em 0.3em;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.9);
}
.contact_detail_box table td:first-child {
    padding-left: 1.5em;
}
.contact_detail_box table td:nth-child(odd) {
    color: rgba(99, 106, 158, 1.00);
    font-weight: 600;
    letter-spacing: 0.05em;
}
.contact_detail_box table td:last-child {
    padding-right: 1em;
}
.contact_detail_box table th {
    padding: 0.6em 0.3em 0.5em;
    font-weight: normal;
}
.contact_detail_box table th:first-child {
    color: rgba(99, 106, 158, 1.00);
    font-size: 2em;
    padding-left: 0;
}
.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    width: 95%;
    margin: 1.5em auto 0em;
}
.tab-label {
    color: rgba(99, 106, 158, 1.00);
    background: rgba(149, 243, 255, 0.6);
    font-weight: 600;
    letter-spacing: 0.2em;
    order: -1;
    padding: 0.6em 2em;
    width: 49%;
}
.tab-content {
    width: 100%;
    display: none;
    background: white;
    padding: 25px 20px 20px;
    margin-bottom: 30px;
    text-align: center;
}
.tab-switch:checked+.tab-label {
    background: white;
}
.tab-switch:checked+.tab-label+.tab-content {
    display: block;
}
.tab-switch {
    display: none;
}
.tab_content_list {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 100%;
}

/* .tab_content_list li:not(:first-child){margin-top: 0.5em;}         */
.tab_content_list li {
    color: rgba(100, 100, 100, 1.0);
    margin: 0 auto;
    padding: 0 3px;
    display: inline-block;
    width: 33%;
    vertical-align: top;
    text-align: left;
}
.tab_content_list li ul li {
    list-style: none;
    width: 100%;
    text-align: left !important;
    /* margin-left:1.5em; */
    
    padding: 0;
    /* margin-bottom: 20px;*/
}
.tab_content_list li:last-child ul {
    margin-bottom: 0;
}
.tab_content_attachment {
    list-style: none;
    padding: 0;
    margin: 0 auto;
}

/* .tab_content_attachment li:not(:first-child){margin-top: 0.5em;} */
.tab_content_attachment li {
    color: rgba(100, 100, 100, 1.0);
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: top;
}
.tab_content_attachment li:not(:first-child) {
    margin-left: 10px;
}
.tab_content_attachment {
    text-align: center;
}
.textarea {
    width: 100%;
    resize: none;
    overflow-y: scroll;
    border: none;
    background: rgba(245, 245, 245, 1.0);
    height: 17em;
    font-size: 0.85em;
    padding: 1.2em;
    color: rgba(100, 100, 100, 1.0);
}
.textarea2 {
    width: 100%;
    resize: none;
    overflow-y: scroll;
    font-size: 0.85em;
    padding: 1.2em;
}
.scroll_box {
    height: 250px;
    max-height: 25vh;
    overflow-y: scroll;
    -webkit-overflow-scrolling: auto;
    overflow-scrolling: auto;
    border-bottom: #80d5d9 thin solid;
}
.test {
    background-color: #fff;
    background-image: linear-gradient(to right, rgba(255, 246, 230, 0), rgba(255, 246, 230, 0) 50%, #fff, #fff), linear-gradient(rgba(191, 191, 191, 0), rgba(178, 188, 188, 0) 95%, #adadad);
    background-size: 8px 95%, 100% 24px;
    width: 100%;
    /* border-bottom: #80d5d9 thin solid; */
    
    margin-top: 18px;
    /* height: 25%;
                    max-height: 25vh;
                    overflow-y: scroll;
                    -webkit-overflow-scrolling: auto;
                    overflow-scrolling: auto; */
}
.text_pre {
    font-size: 0.9em;
    padding: 0em 1em;
    margin: 0;
    min-height: 23vh;
    width: 100%;
    line-height: 24px;
    word-break: break-all;
    white-space: break-spaces;
}
.file_img {
    display: block;
    position: relative;
    color: rgba(122, 122, 122, 1.0);
    width: 160px;
    text-align: center;
    height: 160px;
    /* line-height: 160px; */
    
    background: url("../images/svg/file_illust2.svg") no-repeat, rgb(237, 237, 237);
    background-blend-mode: darken;
    background-size: 60%;
    background-position: right 48% top 38%;
    margin: 0 0 8px 0;
}
.file_img2 {
    display: block;
    position: relative;
    color: rgba(100, 100, 100, 1.0);
    width: 160px;
    text-align: center;
    height: 160px;
    /* line-height: 280px; */
    
    background: url(../images/svg/file_illust.svg) no-repeat, rgb(228, 247, 255);
    background-size: 60%;
    background-position: right 45% top 38%;
    margin: 0 0 8px 0;
}
.file_img span,
.file_img2 span {
    line-height: 1.4;
    position: absolute;
    width: 146px;
    left: 7px;
    bottom: 3px;
    font-size: 0.9em;
    height: 32px;
    overflow: hidden;
    word-break: break-all;
}
.grid-container,
.grid-container2 {
    width: 100%;
    margin-bottom: 0.4em;
    display: grid;
    grid-template-columns: 120px 80px auto;
    grid-template-rows: auto;
    gap: 0px 0px;
    grid-template-areas: "title count_text data_bt";
    position: relative;
}
.title {
    grid-area: title;
    text-align: left;
    letter-spacing: 0.2em;
    color: rgb(0, 143, 172);
}
.title2 {
    padding: 0.3em 1.5em;
    width: 100%;
    background: rgba(217, 243, 242, 1.0);
    position: absolute;
    top: -6px;
    letter-spacing: 0.2em;
    color: rgb(0, 143, 172);
    border-bottom: thin solid rgb(24, 215, 224);
}
.count_text {
    grid-area: count_text;
    text-align: left;
}
.data_bt {
    grid-area: data_bt;
    text-align: right;
}
.grid-container2 {
    padding-bottom: 0.5em;
    border-bottom: 1px dotted rgb(111, 223, 238)
}
.troubles_list_box {
    width: 93%;
    margin: 1% auto 2%;
    padding: 1em;
    background: rgba(232, 255, 254, 0.85);
    box-shadow: 0px 7px 5px 0px rgba(0, 72, 66, 0.2);
}
.troubles_list_box table {
    margin: 0 auto;
    width: 95%;
    color: rgba(100, 100, 100, 1.0);
    font-weight: normal;
    border-collapse: collapse;
}
.troubles_list_box table tr {
    border-bottom: 1px #ceebe8 solid;
}




.troubles_list_box table tr:first-child {
    border-bottom: 1px rgba(99, 158, 153, 0.15) solid;
}
.troubles_list_box table td {
    padding: 1.5em 0.3em;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.9);
}
.troubles_list_box table td:first-child {
    padding-left: 1.5em;
}
.troubles_list_box table tr:hover td {
    /*background-color: rgba(255,255,255,0.4) !important;*/
}
.troubles_list_box table tr:hover:nth-child(n+3) {
    border: solid 2px rgba(116, 233, 255, 1.00);
}
.troubles_list_box table th {
    padding: 0.6em 0em;
    font-weight: normal;
}
.troubles_list_box table th:first-child {
    color: rgba(99, 106, 158, 1.00);
    font-size: 2em;
}
.trouble_detail_box {
    width: 93%;
    margin: 2% auto;
    padding: 0em 1em;
    background: rgba(232, 255, 254, 0.85);
    box-shadow: 0px 7px 5px 0px rgba(0, 72, 66, 0.2);
    min-height: 500px;
}
.trouble_detail_box table {
    margin: 0 auto;
    width: 95%;
    color: rgba(100, 100, 100, 1.0);
    font-weight: normal;
    border-collapse: collapse;
}
.trouble_detail_box table tr {
    border-bottom: 1px #ceebe8 solid;
}

/*.contact_detail_box table tr:first-child{border-bottom: 1px #c8e2f4 solid;}*/
.trouble_detail_box table td {
    padding: 1.5em;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.9);
}
.trouble_detail_box table td:first-child {
    padding-left: 1.5em;
}
.trouble_detail_box table td:nth-child(odd) {
    color: rgba(99, 106, 158, 1.00);
}
.trouble_detail_box table th {
    padding: 0.6em 0.3em 0.5em;
    font-weight: normal;
}
.trouble_detail_box table th:first-child {
    color: rgba(99, 106, 158, 1.00);
    font-size: 2em;
    padding-left: 0;
}
.staff_list_box {
    width: 93%;
    margin: 1% auto 2%;
    padding: 1em;
    background: rgba(232, 255, 254, 0.85);
    box-shadow: 0px 7px 5px 0px rgba(0, 72, 66, 0.2);
}
.staff_list_box table {
    margin: 0 auto;
    width: 95%;
    color: rgba(100, 100, 100, 1.0);
    font-weight: normal;
    border-collapse: collapse;
}
.staff_list_box table tr {
    border-bottom: 1px #ceebe8 solid;
}
.staff_list_box table tr:first-child {
    border-bottom: 1px rgba(99, 158, 153, 0.15) solid;
}
.staff_list_box table td {
    padding: 1.5em 0.3em;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.9);
}
.staff_list_box table td:first-child {
    padding-left: 1.5em;
}
.staff_list_box table tr:hover td {
    /*background-color: rgba(255,255,255,0.4) !important;*/
}
.staff_list_box table tr:hover:nth-child(n+3) {
    border: solid 2px rgb(74, 233, 212);
}
.staff_list_box table th {
    padding: 0.6em 0.3em 0.5em;
    font-weight: normal;
}
.staff_list_box table th:first-child {
    color: rgba(99, 106, 158, 1.00);
    font-size: 2em;
}
.staff_detail_box {
    width: 93%;
    margin: 2% auto;
    padding: 1em;
    padding-bottom: 2em;
    background: rgba(232, 255, 254, 0.85);
    box-shadow: 0px 7px 5px 0px rgba(0, 72, 66, 0.2);
    min-height: 500px;
}
.staff_detail_box table {
    margin: 0 auto;
    width: 95%;
    color: rgba(100, 100, 100, 1.0);
    font-weight: normal;
    border-collapse: collapse;
}
.staff_detail_box table tr {
    border-bottom: 1px #ceebe8 solid;
}
.staff_detail_box table td {
    padding: 1.5em 0.3em;
    font-weight: normal;
    background: rgba(255, 255, 255, 0.9);
}
.staff_detail_box table td:first-child {
    padding-left: 1.5em;
}
.staff_detail_box table td:nth-child(odd) {
    color: rgba(99, 106, 158, 1.00);
}
.staff_detail_box table th {
    padding: 0.6em 0.3em 0.5em;
    font-weight: normal;
}
.staff_detail_box table th:first-child {
    color: rgba(99, 106, 158, 1.00);
    font-size: 2em;
    padding-left: 0;
}

/* ----------------添付ファイルボタンCSS----------------- */
.attachment_delete_box {
    background: rgb(219, 246, 244);
    margin-top: 8px;
    /* border: solid 1px rgb(117, 208, 219); */
    
    padding: 0.4em 0.3em;
}
.attachment_delete_box li {
    color: #7b7b7b;
}
.attachment_box label {
    /* ボタン部分の見た目（任意） */
    
    display: inline-block;
    position: relative;
    background: rgb(57, 205, 188);
    color: rgb(255, 255, 255);
    padding: 0.38em 0.5em;
    transition: all 0.3s;
    width: 100%;
}
.attachment_box label:hover {
    background: rgb(31, 231, 217);
    transition: all 0.4s;
}
.attachment_box label input {
    /* 今回のポイント */
    
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
}
.attachment_box .filename {}
.filename {
    margin: 5px 0 0;
    color: #666666;
}

/*----------------------添付　削除用チェックボックスCSS--------------------*/
.checkbox-input {
    display: none;
}
.checkbox-parts {
    position: relative;
    left: 14px;
}
.checkbox-parts::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.05em;
    left: -18px;
    width: 12px;
    height: 12px;
    border: 1px solid rgb(76, 195, 195);
    background: #fff;
    /* border-radius: 4px; */
}
.checkbox-input:checked+.checkbox-parts {
    color: #ff4d4d;
}
.checkbox-input:checked+.checkbox-parts::after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: -15px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #ff4d4d;
    border-right: 3px solid #ff4d4d;
}
.checkbox-parts2 {
    position: relative;
    left: 14px;
}
.checkbox-parts2::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.05em;
    left: -35px;
    width: 12px;
    height: 12px;
    border: 1px solid rgb(76, 195, 195);
    background: #fff;
    /* border-radius: 4px; */
}
.checkbox-input:checked+.checkbox-parts2 {
    color: #1297b2;
}
.checkbox-input:checked+.checkbox-parts2::after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: -32px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #1297b2;
    border-right: 3px solid #1297b2;
}
.checkbox-parts3 {
    position: relative;
    left: 14px;
}
.checkbox-parts3::before {
    content: "";
    display: block;
    position: absolute;
    top: -0.05em;
    left: -22px;
    width: 12px;
    height: 12px;
    border: 1px solid rgb(76, 195, 195);
    background: #fff;
    /* border-radius: 4px; */
}
.checkbox-input:checked+.checkbox-parts3 {
    color: #666666;
}
.checkbox-input:checked+.checkbox-parts3::after {
    content: "";
    display: block;
    position: absolute;
    top: -8px;
    left: -20px;
    width: 7px;
    height: 14px;
    transform: rotate(40deg);
    border-bottom: 3px solid #1297b2;
    border-right: 3px solid #1297b2;
}



/* -----------------------------------------------------------
	ラジオボタン CSS
----------------------------------------------------------- */

.control {
    display: inline-block;
    /*block縦並びinline-block横並び*/
    position: relative;
    padding-left: 21px;
    /*円と文字の隙間*/
    padding-right:7px;
    padding-top:1px;
    /* margin-bottom: 10px; */
    /*行間*/
    color:rgb(50,50,50);
    font-size:13px;
}


/*inputデフォルトラジオボタンを非表示*/

.control input {
    position: absolute;
    z-index: -10;
    opacity: 0;
}


/* ↓ 外円の表示スタイル*/

.control_indicator {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background: #fff;
}


/* ↓ 外円を丸く*/

.control-radio .control_indicator {
    border-radius: 50%;
}


/* ↓ 選択時の外円背景色*/

.control input:checked~.control_indicator {
    background: rgb(70, 172, 255);
}

.control:hover input:not([disabled]):checked~.control_indicator,
.control input:checked:focus~.control_indicator {
    background: rgb(70, 172, 255);
}

.control input:disabled~.control_indicator {
    background: #ffffff;
    opacity: 0.6;
    pointer-events: none;
}


/* ↓ 円の中のまるを表示*/

.control_indicator:after {
    content: '';
    position: absolute;
    display: none;
}

.control input:checked~.control_indicator:after {
    display: block;
}


/* ↓ 円の中のまる*/

.control-radio .control_indicator:after {
    left: 5px;
    top: 5px;
    height: 6px;
    width: 6px;
    border-radius: 50%;
    background: #fff;
}


/* ↓ 円の中のまる*/

.control-radio input:disabled~.control_indicator:after {
    background: rgb(0, 132, 219)
}