body{
    font-family: "M PLUS 1p", serif;
    background-image: url(../img/bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    height: 100vh;
    color: #333333;
}

ul{
    padding-left: 0;
    list-style-type: none;
}

img{
    width: 100%;
}

a{
    text-decoration: none;
}

.wrapper{
    display: flex;
    flex-wrap: wrap;
}

.content-l,.content-r{
    width: 25%;
    position: fixed;
    top: 50%;
}

.content-l{
    left: 0;
}

.content-r{
    right: 0;
}

.content-c{
    width: 45%;
    margin: 0 auto;
    background-color: white;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.45);
}

.side{
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 70%;
}

.pc-sitemap{
    background-color: white;
    padding: 20px;
    box-shadow: 0px 10px 10px -6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
}

.side-sitemap li{
    margin: 10px 0;
    text-align: center;
}

.side-sitemap a{
    color: black;
    transition: .3s;
}

.side-sitemap a:hover{
    color: #f15a24;
}

.side-sns{
    display: flex;
    justify-content: center;
}

.side-sns a{
    display: block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    color: black;
    border: 1px solid black;
    border-radius: 30px;
    margin: 0 10px;
    text-align: center;
    font-size: 20px;
    transition: .3s;
}

.side-sns a:hover{
    background-color: #f15a24;
    color: white;
}

.content-r-link{
    position: absolute;
    right: 15%
}

.content-r-link a {
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    color: white;
    font-size: 32px;
    border-radius: 50%;
    width: 280px;
    height: 280px;
    font-weight: 900;
    transition: all 0.3s ease;
    box-shadow: 0 8px 20px rgba(255, 111, 0, 0.6);
    background-image: linear-gradient(145deg, #ff6f00, #f3b353);
    position: relative;
    overflow: hidden;
}

.content-r-link a::after {
    content: "";
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.3) 0%, transparent 70%);
    transform: rotate(45deg);
    transition: all 0.5s ease;
    opacity: 0;
}

.content-r-link a:hover {
    transform: scale(1.05) translateY(-4px);
    box-shadow: 0 12px 25px rgba(255, 111, 0, 0.8);
}

.content-r-link a:hover::after {
    opacity: 1;
    transform: rotate(45deg) scale(1.2);
}

.mainv{
    position: relative;
}

.mainv h1{
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    font-size: 14px;
}

.mainv .maintitle{
    position: relative;
    top: -100px;
    text-align: center;
}

.maintitle img{
    width: 90%;
}

.tp-tume{
    margin-top: -70px!important;
}

.about,.seek,.we-content,.iv,.rg{
    padding: 0 20px;
}

.center-title{
    text-align: center;
}

.center-title h2{
    color: #ed1c24;
    font-weight: bold;
}

.center-title p,.we-title p{
    font-size: 12px;
    letter-spacing: 2px;
}

.about-text p,.seek-text p{
    line-height: 2em;
    letter-spacing: 1px;
}

.recruit-img{
    margin: 100px auto;
}

.seek-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.seek-list li{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 130px;
    border: 100px;
    margin: 20px;
    padding: 10px;
    border-radius: 100px;
    text-align: center;
    color: white;
    font-size: 14px;
}

.bg1{
    background-color: #f15a24;
}

.bg2{
    background-color: #e5a323;
}

.bg3{
    background-color: #00885a;
}

.bg4{
    background-color: #202f55;
}

.bg5{
    background-color: #4496d3;
}

.seek-text{
    text-align: center;
    padding: 10px;
}

.we-head figure{
    margin-bottom: 0;
}

.we{
    background-color: #f15a24;
    padding: 30px 0;
}

.we-title h2,.we-title p{
    color: white;
    text-align: center;
}

.we-text{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.we-list{
    width: 45%;
    text-align: center;
    margin: 20px auto;
    background-color: white;
    padding: 20px;
    box-shadow: 6px 6px 10px 0px rgba(94, 43, 0, 0.45);
}

.we-list i{
    font-size: 30px;
    border-radius: 50px;
    font-size: 30px;
    color: #f15a24;
}

.we-list h4{
    font-size: 18px;
    margin-top: 10px;
}

.we-list h4 span{
    display: block;
    font-size: 14px;
}

.we-cation p{
    text-align: center;
    color: white;
}

.entry-bnr{
    margin: 50px auto;
    padding: 0 20px;
}

.entry-bnr a{
    transition: .3s;
}

.entry-bnr a:hover img{
    -webkit-animation: blink-1 0.6s both;
    animation: blink-1 0.6s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-2-26 16:19:31
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

/**
 * ----------------------------------------
 * animation blink-1
 * ----------------------------------------
 */
@-webkit-keyframes blink-1 {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}
@keyframes blink-1 {
    0%,
    50%,
    100% {
        opacity: 1;
    }
    25%,
    75% {
        opacity: 0;
    }
}

.iv,.rg{
    margin: 100px auto;
}

.nav-tabs{
    border-bottom: none;
    justify-content: center;
}

.nav-tabs .nav-link{
    border: none;
    width: 30%;
}

.nav-link p{
    text-align: center;
    margin-top: 10px;
    color: #aaa;
}

.nav-tabs .nav-link.active p{
    border-bottom: 1px solid black;
    padding-bottom: 5px;
    color: #333;
}

.nav-tabs .nav-link p span{
    font-size: 12px;
    padding-left: 5px;
}

.iv-wrap{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.iv-profile{
    width: 40%;
}

.iv-profile figure{
    width: 70%;
    margin: 0 auto;
}

.iv-name{
    margin-top: 10px;
}

.iv-name p{
    margin-bottom: 0;
}

.iv-name h3 span{
    font-size: 14px;
    padding-left: 10px;
}

.iv-content{
    width: 55%;
}

.iv-job{
    border: 1px solid black;
    border-radius: 10px;
    padding: 10px;
}

.iv-job p{
    font-size: 12px;
    margin-bottom: 0;
}

.iv-title{
    color: #4496d3;
}

.iv-title h3{
    font-size: 18px;
}

.iv-title i,.iv-text i{
    padding-right: 10px;
}

.iv-text p{
    font-size: 14px;
}

.rg-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.rg-list .btn{
    width: 47%;
    margin: 30px 0;
    background-color: #f15a24;
    color: white;
    transition: .3s;
}

.rg-list .btn:hover{
    background-color: white;
    border: 1px solid #f15a24;
    color: #f15a24;
}

.rg-list .btn span{
    display: block;
    font-size: 12px;
}

.modal-body table{
    width: 100%;
}

.modal-body th,.modal-body td{
    display: flex;
    width: 100%;
    padding: 5px;
}

.modal-body th{
    border-bottom: 1px solid black;
}

.flow-hf figure{
    margin-bottom: 0;
}

.flow-content{
    background-color: #4496d3;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
}

.flow-img,.flow-text{
    width: 45%;
}

.flow-title{
    color: white;
}

.flow-list th,.flow-list td{
    padding: 10px 0;
}

.flow-list th{
    width: 20%;
}

.flow-list td{
    width: 75%;
    color: white;
    padding-left: 10px;
}

.faq{
    margin: 100px auto;
}

.accordion-002 {
    width: 80%;
    margin: 0 auto 7px auto;
    margin-bottom: 7px;
    border: 2px solid #333333;
    border-radius: 5px;
}

.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%20%20%3Ccircle%20cx%3D%2214%22%20cy%3D%2214%22%20r%3D%2214%22%20style%3D%22fill%3A%23333333%3B%22%2F%3E%0A%3C%2Fsvg%3E');
    background-position: right calc(2em - 8px) center;
    background-size: 22px;
    background-repeat: no-repeat;
    font-weight: 600;
    cursor: pointer;
}

.accordion-002 summary::-webkit-details-marker {
    display: none;
}

.accordion-002 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 5px;
    height: 5px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
    content: '';
    transition: transform .3s;
}

.accordion-002[open] summary::after {
    transform: rotate(225deg);
}

.accordion-002 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: 0 2em 1.5em;
    transition: transform .5s, opacity .5s;
}

.accordion-002[open] p {
    transform: none;
    opacity: 1;
}

.entry-form{
    width: 90%;
    margin: 0 auto;
}

.input,.textarea{
    width: 100%;
    height: 35px;
    border-radius: 20px;
    padding-left: 10px;
    border: 1px solid #333333;
}

.textarea{
    height: 100px;
}

.label{
    margin: 20px 0 5px 0;
}

.label span{
    color: #ed1c24;
    padding-left: 20px;
    font-size: 14px;
}

.pripoli p{
    text-align: center;
    margin: 20px 0;
}

.pripoli a{
    color: #333;
    border-bottom: 1px solid #333;
    transition: .3s;
}

.pripoli a:hover{
    color: #f15a24;
    border-bottom: 1px solid #f15a24;
}

.sousin{
    display: block;
    width: 200px;
    height: 50px;
    line-height: 45px;
    background-color: white;
    border: 3px solid #333;
    text-align: center;
    margin: 0 auto;
    font-weight: bold;
    transition: .3s;
}

.sousin:hover{
    background-color: #333;
    color: white;
}

.foot-t{
    margin-top: 100px;
}

.foot-t figure{
    margin-bottom: 0;
}

.footer{
    background-color: #f15a24;
    padding: 20px 0 50px;
}

.foot-logo{
    width: 30%;
    margin: 0 auto;
}

.foot-sitemap{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 75%;
    margin: 0 auto;
}

.foot-sitemap li a{
    color: white;
    margin: 5px;
}

.foot-link{
    width: 75%;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    padding: 5px 0;
    margin: 10px auto;
    text-align: center;
}

.foot-link a{
    color: white;
}

.foot-sns{
    display: flex;
    justify-content: center;
}

.foot-sns li{
    margin: 0 10px;
}

.foot-sns li a{
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: white;
    color: #333;
    font-size: 20px;
    border-radius: 30px;
}

.copy p{
    margin-bottom: 0;
    text-align: center;
    font-size: 14px;
    color: white;
}

.pagetop-btn{
    position: fixed;
    z-index: 10;
    bottom: 50px;
    right: 50px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    border-radius: 40px;
    text-align: center;
    background-color: #ed1c24;
    color: white;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    transition: .3s;
}

.pagetop-btn:hover{
    background-color: white;
    color: #ed1c24;
}

.bottom-bnr,.sp-side-sns{
    display: none;
}