/**************************************************
***** original ************************************
**************************************************/

/**************************************************
*** init
**************************************************/
h1, h2, h3, h4, h5, p {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    white-space: pre-line;
}
img {
    vertical-align: middle;
}
i {
    transition: all 0s;
}

/**************************************************
<<<<< Common ======================================
**************************************************/
body {
    font-family: "Sawarabi Mincho";
    color: #323232;
}
a:hover, a:focus, a:active {
    color: #323232;
    opacity: 0.5;
}
/**************************************************
===== Common =================================>>>>>
**************************************************/
._content {
    overflow: hidden;
}
/**************************************************
<<<<< Header ======================================
**************************************************/
._header {
    background: #222a35ee;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 9999;
}
._header .header {
    display: flex;
    margin: auto;
    max-width: 1200px;
    padding: 15px 20px;
}
._header ._what-site {
    width: 25%;
}
._header ._menu {
    width: 75%;
}
._header ._what-site ._logo {
    display: inline-block;
    vertical-align: middle;
    width: 24px;
}
._header ._what-site ._name {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
._header ._what-site .name {
    color: #ffffff;
    font-size: 24px;
}
._header ._what-site .name a {
    color: #ffffff;
}
._header ._what-site .name a:visited {
    color: #ffffff;
}
._header ._menu {
    position: relative;
}
._header .menu {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    position: absolute;
    bottom: 0;
}
._header .menu .item {
    margin: 0 20px;
}
._header .menu .item a {
    color: #ffffff;
}
._header .menu .item.apply {
    background: #222a3599;
    border: 1px solid #ffffff99;
    border-radius: 5px;
    padding: 7px;
}
._header .menu .item.apply {
}
._header .menu .item.apply:hover {
    background: #222a35ff;
}
._header .menu .item.apply:hover a {
    color: #ffffff99;
}
._header .menu .item.line img {
    width: 24px;
}
@media ( max-width: 1000px ) {
    ._header .header {
        display: block;
        position: relative;
    }
    ._header ._what-site {
        width: 100%;
        position: relative;
    }
    ._header ._menu_switch_button {
        cursor: pointer;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%);
    }
    ._header ._menu_switch_button span {
        display: block;
        background: #ffffff;
        transition: all .4s;
        margin: 8px;
        width: 30px;
        height: 2px;
        position: relative;
    }
    ._header ._menu_switch_button.active span:nth-of-type(1) {
        transform: translateY(5px) rotate(-45deg);
    }
    ._header ._menu_switch_button.active span:nth-of-type(2) {
        display: none
    }
    ._header ._menu_switch_button.active span:nth-of-type(3) {
        transform: translateY(-5px) rotate(45deg);
    }
    ._header ._menu {
        display: none;
        background: #222a35bb;
        padding: 20px 0;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
    }
    ._header .menu {
        display: block;
        position: static;
    }
    ._header .menu .item.apply{
        background: none;
        border: none;
    }
    ._header .menu .item {
        padding: 10px;
        border-bottom: 1px solid #d8d8d8;
    }
    ._header .menu .item.apply:hover {
        background: none;
        color: #ffffff;
    }
}
/**************************************************
===== Header =================================>>>>>
**************************************************/

/**************************************************
<<<<< Footer ======================================
**************************************************/
._footer ._copyright {
    background: #222a35ff;
    padding: 10px 0;
}
._footer .copyright {
    color: #ffffff;
    text-align: center;
}
/**************************************************
===== Footer =================================>>>>>
**************************************************/

/**************************************************
*** content
**************************************************/
.site-content, .wrap {
    margin: 0;
    padding: 0;
    max-width: none;
}
#primary {
    width: 100%;
}
#secondary {
    float: none;
    width: 100%;
    padding: 0;
}
.home .content_head {
    position: relative;
}
body:not(.home) .content_body {
    display: flex;
    margin: 0 auto;
}
body:not(.home) .content_body .main_content {
    width: 800px;
}
body:not(.home) .content_body .side_content {
    width: 300px;
}

/**************************************************
*** section
**************************************************/
._section {
    padding: 80px 0 120px 0;
}
._section .section_head {
    z-index: 10;
    position: relative;
}
._section .section_head .title {
    text-align: center;
}

/**************************************************
*** top
**************************************************/
.home ._background {
    position: relative;
    overflow: hidden;
    height: 100vh;
}
.home ._background:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #ffffff33;
}
.home ._background .video {
    height: 150vh;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.home ._message {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
}
.home ._message .image {
    display: block;
    width: 85%;
    max-width: 600px;
    min-width: 350px;
    margin: auto;
    animation: fadeIn 2s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
@media ( max-width: 700px ) {
    .home ._message {
        width: 98%;
    }
    .home ._message .image {
        min-width: initial;
    }
}
.home ._section_anchor_link {
    background: #222a35;
    padding: 20px 0;
}
.home ._section_anchor_link ._catchphrase {
    padding: 20px 5px;
}
.home ._section_anchor_link .catchphrase {
    color: #ffffff;
    text-align: center;
}
.home ._section_anchor_link .catchphrase h1 {
    font-size: 32px;
}
.home ._section_anchor_link .anchor_link_list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.home ._section_anchor_link ._anchor_link {
    background: #fff353;
    transition: 0.3s;
    border-radius: 50%;
    width: 100px;
    height: 100px;
    margin: 0 20px;
    position: relative;
}
.home ._section_anchor_link .anchor_link {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.home ._section_anchor_link .anchor_link i {
    color: #222a35;
    font-size: 40px;
}
.home ._section_anchor_link .anchor_link p {
    color: #222a35;
    font-size: 16px;
}
.home ._section_anchor_link ._anchor_link a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.home ._section_anchor_link ._anchor_link:hover {
    transform: scale(1.2);
}
.home ._section_anchor_link ._section_anchor_link {
    background: #222a35;
}
@media ( max-width: 700px ) {
    .home ._message {
        top: 40%;
    }
    .home .main_content {
        position: relative;
    }
    .home .main_content ._section_anchor_link {
        width: 100%;
        position: absolute;
        top: 0;
        transform: translateY(-100%);
    }
    .home ._section_anchor_link .catchphrase h1 {
        font-size: 16px;
    }
    .home ._section_anchor_link ._anchor_link {
        margin: 0 3px;
        width: 77px;
        height: 77px;
    }
    .home ._section_anchor_link .anchor_link i {
        font-size: 20px;
    }
    .home ._section_anchor_link .anchor_link p {
        font-size: 12px;
    }
}
.home ._section_service {
    background: #222a35;
    padding-top: 40px;
    padding-bottom: 120px;
}
.home ._section_service .section_head .title * {
    color: #ffffff;
}
.home ._section_service .section:before {
    content: '';
    display: block;
    border-left: 50vw solid #222a3500;
    border-right: 50vw solid #222a3500;
    border-bottom: 60px solid #222a35;
    width: 100%;
    position: absolute;
    top: -60px;
}
.home ._section_concept {
    background: #d8d8d8;
    padding-bottom: 120px;
}
.home ._section_concept .section {
    position: relative;
}
.home ._section_concept ._dashline {
    overflow: hidden;
    padding-top: 30px;
}
.home ._section_concept .dashline {
    background-size: 40px 1px;
    background-image: linear-gradient(to right, #ffffff, #ffffff 30px, transparent 30px, transparent 40px);
    width: 200%;
    height: 3px;
    position: relative;
}
.home ._section_concept .dashline_before {
    animation: dashline_before 30s linear infinite;
}
.home ._section_concept .dashline_after {
    animation: dashline_after 30s linear infinite;
}
@keyframes dashline_before {
    0% { left: -100%; }
    100% { left: 0; }
}
@keyframes dashline_after {
    0% { left: 0; }
    100% { left: -100%; }
}
.home ._section_service {
    position: relative;
}
.home ._section_member {
    background: #d8d8d8;
}
.home .member_name {
    font-family: 'Cinzel', serif;
    text-align: center;
    font-size: 24px;
}
.home ._slide_card_freelance ._slide_card_head {
    position: relative;
}
.home ._slide_card_freelance ._slide_card_head::before {
    content: '';
    background: #222a35ff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.home ._slide_card_webdesigner ._slide_card_head::before {
    background: #c8d627;
}
.home ._slide_card_designer ._slide_card_head::before {
    background: #c2007b;
}
.home ._slide_card_video ._slide_card_head::before {
    background: #9193a0;
}
.home ._slide_card_webengineer ._slide_card_head::before {
    background: #44aeea;
}
.home ._slide_card_movie ._slide_card_head::before {
    background: #5e3032;
}
.home ._slide_card_systemengineer ._slide_card_head::before {
    background: #33476a;
}
.home ._slide_card_freelance ._member_type {
    font-family: 'Cinzel', serif;
    text-align: center;
    color: #ffffff;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 20px;
}
.home ._section_apply {
    background: #222a35;
}
.home ._section_apply .title {
    color: #ffffff;
}
.circle-gear {
    transform: translateX(-50%);
    z-index: 0;
    position: absolute;
    width: 100%;
    height: auto;
    top: 200px;
    left: 50%;
}
.circle {
    border: 2px dashed #777777;
    border-radius: 50%;
    transform-origin: top left;
    transform: translateX(-50%) translateY(-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.circle1 {
    width: 400px; 
    height: 400px;
    animation: circle-gear 10s linear infinite;
}
.circle2 {
    width: 300px; 
    height: 300px;
    animation: circle-gear-reversed 10s linear infinite;
}
.circle3 {
    width: 200px; 
    height: 200px;
    animation: circle-gear 10s linear infinite;
}
@keyframes circle-gear {
    0% { transform: rotate(0deg) translateX(-50%) translateY(-50%); }
    100% { transform: rotate(-360deg) translateX(-50%) translateY(-50%); }
}
@keyframes circle-gear-reversed {
    0% { transform: rotate(-360deg) translateX(-50%) translateY(-50%); }
    100% { transform: rotate(0deg) translateX(-50%) translateY(-50%); }
}
@media ( max-width: 700px ) {
    .circle1 {
        width: 350px;
        height: 350px;
    }
    .circle2 {
        width: 300px;
        height: 300px;
    }
    .circle3 {
        width: 250px;
        height: 250px;
    }
}
/**************************************************
<<<<< Switched card list ==========================
**************************************************/
._switched_card_list .switched_card_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
._switched_card_list ._switched_card {
    padding: 30px;
    width: 33%;
}
._switched_card_list .switched_card {
    border: 1px solid #ffffff;
    position: relative;
    z-index: 20;
}
._switched_card_list .switched_card_head {
    height: 200px;
    overflow: hidden;
}
._switched_card_list ._switched_card_body {
    background: #d8d8d8;
    padding: 15px;
}
._switched_card_list .switched_card_body ._title {
    position: relative;
}
._switched_card_list .switched_card_body .title {
    font-size: 20px;
}
._switched_card_list .switched_card_body .title i {
    display: inline-block;
}
._switched_card_list .switched_card_body .switch_marker {
    color: #222a35;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    font-size: 30px;
    display: none;
}
._switched_card_list .switched_card:not(.active) .switch_marker_close {
    display: block;
}
._switched_card_list .switched_card.active .switch_marker_open {
    display: block;
}
._switched_card_list .switched_card_body ._desc {
    display: none;
}
._switched_card_list .switched_card.active .title i {
    animation: switched_card_list-gear 3s linear infinite;
}
._switched_card_list .switched_card:hover .title i {
    animation: switched_card_list-gear 3s linear infinite;
}
._switched_card_list .switched_card:not(.active):hover ._switched_card_body {
    background: #222a35;
}
._switched_card_list .switched_card:not(.active):hover ._switched_card_body ._title {
    color: #ffffff;
}
._switched_card_list .switched_card:not(.active):hover .switch_marker {
    color: #ffffff;
}
._switched_card_list .switched_card:not(.active):hover ._switched_card_body ._desc {
    color: #ffffff;
}
@keyframes switched_card_list-gear {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(-360deg); }
}
@media ( max-width: 1000px ) {
    ._switched_card_list ._switched_card {
        width: 50%;
    }
}
@media ( max-width: 700px ) {
    ._switched_card_list ._switched_card {
        padding: 30px 5px;
        width: 100%;
    }
    ._switched_card_list .switched_card_head {
        height: auto;
        max-height: 300px;
    }
}
/**************************************************
===== Switched card list =====================>>>>>
**************************************************/

/**************************************************
<<<<< Diagonally list =============================
**************************************************/
._diagonally_list {
    padding: 20px 0;
}
._diagonally_list ._diagonally_content {
    padding: 40px 0;
}
._diagonally_list .diagonally_content {
    margin: 0 auto;
    height: 400px;
    max-width: 1000px;
    position: relative;
}
._diagonally_list ._diagonally_content_left_top {
    width: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
._diagonally_list ._diagonally_content_right_middle {
    background: linear-gradient(90deg, #ffffffcc 10%, #ffffff00 90%);
    padding: 40px;
    width: 70%;
    position: absolute;
    bottom: 0;
    right: 0;
}
._diagonally_list ._diagonally_content_right_top {
    width: 50%;
    position: absolute;
    top: 0;
    right: 0;
}
._diagonally_list ._diagonally_content_left_middle {
    background: linear-gradient(90deg, #ffffff00 10%, #ffffffcc 90%);
    padding: 40px;
    width: 70%;
    position: absolute;
    bottom: 0;
    left: 0;
}
@media ( max-width: 1000px ) {
    ._diagonally_list .diagonally_content {
        max-width: 98%;
    }
}
@media ( max-width: 700px ) {
    ._diagonally_list .diagonally_content {
        height: auto;
    }
    ._diagonally_list ._diagonally_content_left_top {
        width: 100%;
        position: static;
    }
    ._diagonally_list ._diagonally_content_right_top {
        width: 100%;
        position: static;
    }
    ._diagonally_list ._diagonally_content_left_middle {
        background: none;
        padding: 20px 5px;
        width: 100%;
        position: static;
    }
    ._diagonally_list ._diagonally_content_right_middle {
        background: none;
        padding: 20px 5px;
        width: 100%;
        position: static;
    }
}
/**************************************************
===== Diagonally list ========================>>>>>
**************************************************/

/**************************************************
<<<<< Slide card list =============================
**************************************************/
._slide_card_list {
    padding: 30px 0;
}
/**************************************************
===== Slide card list ========================>>>>>
**************************************************/

/**************************************************
<<<<< Tab list ====================================
**************************************************/
._tab_list {
    padding: 30px 0;
}
._tab_list .tab_list {
    margin: 0 auto;
    max-width: 1000px;
}
._tab_list .tab_item_list {
    display: flex;
}
._tab_list ._tab_item_label {
    width: 50%;
}
._tab_list .tab_item_label {
   color: #ffffff;
   background: #222a35;
   cursor: pointer;
   border-top-left-radius: 10px;
   border-top-right-radius: 10px;
   padding: 10px;
}
._tab_list .tab_item_label.active {
    color: #222a35;
    background: #ffffff;
    border-bottom: 1px solid #222a35;
    box-shadow: 0 0 5px #ffffff;
} 
._tab_list .tab_list_body {
    background: #ffffff;
    box-shadow: 0 0 5px #ffffff;
    padding: 10px;
}
._tab_list .tab_content {
    display: none;
}
._tab_list .tab_content.active {
    display: block;
}

/**************************************************
===== Tab list ===============================>>>>>
**************************************************/

/**************************************************
<<<<< Anchor ======================================
**************************************************/
span.anchor {
    display: block;
    padding-top: 80px;
    margin-top: -80px;
}
/**************************************************
===== Anchor =================================>>>>>
**************************************************/

/**************************************************
<<<<< Form ========================================
**************************************************/
._form_submit ._form_item {
    padding: 10px 0;
}
._form_submit input {
    width: 100%;
}
._form_submit ._form_submit_button input {
    color: #ffffff;
    background: #222a35;
}
._form_submit ._form_submit_button input:hover {
    opacity: 0.6;
    box-shadow: 0 0 5px #ffffff;
}
/**************************************************
===== Form ===================================>>>>>
**************************************************/













