@charset "utf-8";
/*---------------------------------
| news
---------------------------------*/
.news {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: #dddddd 1px solid;
    border-bottom: #dddddd 1px solid;
}
.news h2 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 400px;
    font-size: 2.0rem;
    font-weight: 700;
    color: #fe263c;
}
.news h2::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    display: block;
    width: 1px;
    height: 90%;
    transform: translateY(-50%);
    background-color: #dddddd;
}
.news p {
    display: block;
    width: 100%;
    text-align: left;
}
.news p span {
    margin: 0 30px;
    font-weight: 700;
    color: #b5b5b5;
}
.news .btn {
    width: 400px;
    height: 50px;
    font-size: 1.4rem;
    font-weight: 700;
}
@media screen and (max-width:1024px) {
    .news {
        flex-direction: column;
        padding: 20px;
    }
    .news p {
        margin: 15px auto;
    }
    .news p span {
        display: block;
        margin: 0;
    }
    .news .btn {
        width: 100%;
        height: 60px;
    }
}
/*---------------------------------
| message
---------------------------------*/
#intro {
    overflow: hidden;
    padding: 0;
}
.message {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 770px;
    background-image: url(../img/top/message_bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.message_after {
    content: '';
    position: absolute;
    top: 15%;
    left: 0;
    width: 0;
    height: 100%;
    background-color: #ff001a;
    transform: translate(-50%, -50%) rotateZ(15deg);
    z-index: 0;
}
.message .title h2,
.message .title h2 > span {
    color: #fff;
}
.message .content {
    padding-bottom: 120px;
}
.message .title,
.message .content {
    position: relative;
    text-align: center;
    z-index: 1;
    color: #fff;
    opacity: 0;
    width: auto;
}
.message .content .sub {
    display: block;
    margin: 40px auto;
    font-size: 4.0rem;
    font-weight: 700;
}
.message .content .text {
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    line-height: 2;
    text-align: center;
    margin: 0;
}
@media screen and (max-width:1024px) {
    .message_after {
        transform: translate(-50%, -30%) rotateZ(20deg);
    }
    .message .content .text{
        font-size:1.6rem;
    }
}
@media screen and (max-width:600px) {
    .message {
        height: auto;
        padding: 100px 0 0;
    }
    .message_after {
        top: -38%;
        left: -50%;
        height: 90%;
        transform: translate(-60%, 25%) rotateZ(15deg);
    }
    .message .content {
        width: 90%;
        margin: 0 auto;

    }
}
/*---------------------------------
| what
---------------------------------*/
.what {
    padding: 100px 0 170px;
    background-image: url(../img/top/what_bg_01.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.what .title{
    position: relative;
}
.what .title::after{
    content: "";
    display:block;
    width:184px;
    height:149px;
    position:absolute;
    top:-30px;
    right: 0;
    background:url(../img/top/what_icon.png) no-repeat;
    background-size:100%;
}
.what_img {
    position: relative;
    top: 120px;
}
@media screen and (max-width:600px) {
    .what {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .what .title::after{
        width: 105px;
        height: 86px;
        position: absolute;
        top: -80px;
        right: 0;
    }
    .what .text {
        font-size: 1.6rem;
    }
    .what_img {
        position: static;
        margin-top: 20px;
    }
}
/*---------------------------------
| data
---------------------------------*/
.data {
    padding-top: 50px;
}
.data_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.data_item {
    position: relative;
    padding: 20px 15px;
    margin: 20px;
    box-sizing: border-box;
    width: calc((1200px / 2) - 40px);
    height: 470px;
    background-color: #c7000a;
    box-shadow: 0px 8px 16px -2px rgba(10,10,10,0.1), 0px 0px 0px 1px rgba(10,10,10,0.05);
    color: #fff;
}
.data_item > p {
    position: absolute;
    bottom: 42px;
    right: 30px;
    display: block;
    text-align: right;
}
.data_title {
    margin: 30px auto 45px;
    text-align: center;
    /* font */
    font-size: 3.0rem;
    font-weight: 700;
    line-height: 1;
}
.data_item .data_text {
    margin-bottom: 15px;
    font-size: 3.0rem;
    font-weight: 700;
}
.data_item small {
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
}
.data_item strong {
    font-size: 8.0rem;
    font-weight: 700;
    line-height: 1;
}
@media screen and (max-width:1024px) {
    .data {
        padding-top: 20px;
    }
    .data_list {
        justify-content: center;
    }
    .data_item {
        width: 100%;
        height: 270px;
        padding: 0;
        margin: 20px auto 0;
    }
    #data .menu_list {
        justify-content: center;
    }
    #data .menu_item {
        width: calc((100% / 2) - 6px);
        margin: 3px;
    }
    #data .menu_item .btn {
        width: auto;
        font-size: 1.6rem;
    }
    #data .data_item {
        display: none;
    }
    #data .data_item.active {
        display: block;
    }
    .data_title {
        margin: 20px auto;
        font-size: 2.0rem;
    }
    .data_item strong {
        font-size: 4.2rem;
    }
    .data_item .data_text {
        font-size: 1.6rem;
    }
    .data_item small {
        font-size: 1.0rem;
    }
    .data_item > p {
        bottom: 20px;
        right: 15px;
        font-size: 1.0rem;
        transform: scale(0.7);
    }
}
/*---------------------------------
| data_sex
---------------------------------*/
#data_sex ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
#data_sex ul li {
    width: 50%;
}
#data_sex ul li > img {
    display: block;
    margin: 30px auto 0;
}
#data_sex ul p {
    text-align: center;
}
@media screen and (max-width:1024px) {
    #data_sex ul li > img {
        width: 70px;
    }
}
/*---------------------------------
| data_age
---------------------------------*/
#data_age .content {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}
#data_age .content > p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
}
#data_age small {
    display: block;
    text-align: left;
}
@media screen and (max-width:1024px) {
    #data_age .content > img {
        width: 260px;
    }
}
/*---------------------------------
| data_job
---------------------------------*/
#data_job ul {
    display: flex;
    justify-content: center;
    align-items: center;
}
#data_job ul li {
    width: calc(100% / 3);
    text-align: center;
}
#data_job ul li > img {
    display: block;
    margin: 30px auto 0;
}
#data_job ul p {
    display: inline-block;
    text-align: left;
}
#data_job small {
    display: block;
    text-align: left;
}
@media screen and (max-width:1024px) {
    #data_job ul li > img {
        margin-top: 10px;
        width: 70px;
    }
}
/*---------------------------------
| data_area
---------------------------------*/
#data_area {
    background-image: url(../img/top/data_4.png);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: center;
}
#data_area ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}
#data_area ul li {
    width: 50%;
}
#data_area ul p {
    text-align: center;
}
#data_area small {
    display: inline-block;
    text-align: left;
    width: 70px;
}
/*---------------------------------
| career
---------------------------------*/
#career {
    overflow: hidden;
}
#career .title {
    position: relative;
    z-index: 1;
}
#career::before {
    content: '';
    position: absolute;
    top: 20%;
    left: 50%;
    width: 300vw;
    height: 870px;
    background-color: #fff0f1;
    transform: translate(-50%, -50%) rotateZ(-20deg);
    z-index: 0;
}
#career::after {
    content: '';
    position: absolute;
    top: 90%;
    left: 0;
    width: 300vw;
    height: 870px;
    background-color: #fff0f1;
    transform: translate(-50%, -50%) rotateZ(20deg);
    z-index: 0;
}
#career .career_list {
    margin-top: 50px;
}
.career_item {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.career_item > .content {
    margin-right: 0;
}
.career_item:nth-child(odd) {
    flex-direction: row-reverse;
}
.career_item:nth-child(odd) > .content {
    margin-right: 0;
    margin-left: 40px;
}
.career_item .content .sub > img {
    display: block;
    margin-bottom: 10px;
}
@media screen and (max-width:1024px) {
    #career .career_list {
        margin-top: 20px;
    }
    .career_item > .content {
        margin-bottom: 20px;
    }
    .career_item:nth-child(odd) > .content {
        margin-left: 0;
    }
    .career_item .content .sub > img {
        width: 240px;
    }
    #career::before {
        height: 500px;
    }
    #career::after {
        top: 50%;
        height: 500px;
    }
    .career_item:last-of-type {
        margin-bottom: 0;
    }
}
/*---------------------------------
| greeting
---------------------------------*/
#greeting {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: solid 10px #ff001a;
    border-top: solid 10px #ff001a;
}
#greeting .content, #greeting .content > .sub {
    color: #333;
}
#greeting .inner {
    padding: 80px 0;
    background:url(../img/top/greeting_01.png) no-repeat;
    background-size: 50% auto;
    background-position: right bottom -5px;
}
#greeting .flex{
    justify-content:start;
}
#greeting .name {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 20px;
    font-size: 1.8rem;
    font-weight: 500;
    color: #333;
}
#greeting .name > img {
    display: block;
    margin-left: 20px;
}
@media screen and (max-width:1024px) {
    #greeting .content > .text {
        font-size: 1.6rem;
    }
    #greeting .inner {
    padding: 60px 0 100vw;
    background-size: 100% auto;
    background-position: center bottom -5px;
    }
}
/*---------------------------------
| work
---------------------------------*/
#work {
    background-image: url(../img/top/work_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#work .title .heading,
#work .title .heading span {
    color: #000;
}
.work_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.work_item {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    max-width: 1200px;
    width: 100%;
    padding: 20px 15px;
    margin: 0 auto 50px;
    box-sizing: border-box;
}
.work_item:nth-child(even) {
    justify-content: flex-start;
}
.work_item:nth-child(even) .work_img {
    left: unset;
    right: 0;
}
.work_content {
    position: relative;
    top: 50px;
    width: 630px;
    height: 470px;
    padding: 40px;
    background-color: rgba(0,0,0,.8);
    z-index: 2;
}
.work_icon {
    position: absolute;
    top: -45px;
    left: 20px;
}
.work_num {
    display: block;
    margin: 0 auto;
}
.work_title {
    margin-top: 10px;
    text-align: center;
    /* font */
    font-size: 4.0rem;
    font-weight: 700;
    color: #fff;
    line-height: 1;
}
.work_img {
    position: absolute;
    left: 0;
    margin: 20px auto 0;
    display: block;
}
.work_text {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    /* font */
    font-size: 1.8rem;
    font-weight: 500;
    color: #fff;
    line-height: 2;
}
@media screen and (max-width:1024px) {
    #work::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 300vw;
        height: 500px;
        background-color: #ff001a;
        transform: translate(-50%, -50%) rotateZ(-20deg);
        z-index: 0;
    }
    .work_list {
        justify-content: center;
    }
    .work_item {
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin: 0 auto;
    }
    .work_img {
        position: static;
    }
    .work_content {
        top: -30px;
        width: 100%;
        height: auto;
        padding: 20px;
    }
    .work_title {
        font-size: 3.0rem;
    }
    .work_text {
        font-size: 1.4rem;
        line-height: 1.7;
    }
    .work_icon {
        position: absolute;
        top: -30px;
        left: 20px;
        width: 70px;
        height: 70px;
    }
}
/*---------------------------------
| business
---------------------------------*/
#business {
    background-image: url(../img/top/business_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#business .title{
    margin-bottom:20px;
}
#bussiness .swiper-container {
  max-width: 1200px;
  margin: 30px 0;
}
#business_swiper .swiper-wrapper {
    height: auto;
}
#business .swiper-button-next,
#business .swiper-button-prev {
    width: 55px;
    height: 55px;
    color: #fff;
    background-color: #000;
}
#business .swiper-button-next:after,
#business .swiper-button-prev:after {
    font-size: 2.8rem;
    font-weight: 700;
}
#business .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 10px;
    background: #fff;
    opacity: .3;
}
#business .swiper-pagination-bullet-active {
    opacity: 1;
}
.business_content {
    position: relative;
    padding: 50px 100px 150px;
}
.business_info {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 820px;
    height: auto;
    padding: 50px 0;
    color: #fff;
    transform: translateX(-50%);
    z-index: 2;
    text-align: center;
}
.business_info img,
.business_info h3,
.business_info p {
    position: relative;
    z-index: 1;
}
.business_info_bg {
    position: absolute;
    top: 0;
    left: 50%;
    width: 900px;
    height: 100%;
    transform: translateX(-50%) skewX(-15deg);
    background-color: #000;
    z-index: 0;
}
.business_info img {
    display: block;
    margin: 0 auto;
}
.business_info h3 {
    display: inline-block;
    margin: 20px auto;
    font-size: 3.0rem;
    font-weight: 700;
    border-bottom: solid 2px #ff001a;
}
.business_info p {
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 2;
    text-align: left;
}
@media screen and (max-width:1024px) {
    .business_content {
        padding: 0;
        width: 100%;
        height: auto;
    }
    .business_info {
        position: relative;
        top: -50px;
        left: unset;
        width: 100%;
        height: auto;
        padding: 20px;
        transform: none;
    }
    .business_info h3 {
        margin: 10px auto;
        font-size: 1.9rem;
    }
    .business_info p {
        padding: 0 20px;
        font-size: 1.2rem;
    }
    .business_info_bg {
        bottom: 0;
        left: 50%;
        width: 90%;
        height: 100%;
        transform: translateX(-50%) skewX(-4deg);
        z-index: 0;
    }
    #business .swiper-slide {
        height: auto;
    }
}
/*---------------------------------
| paisens
---------------------------------*/
#paisens {
    border-top: solid 10px #ff001a;
}
.paisens_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.paisens_item {
    padding: 20px 0;
    margin: 10px;
    box-sizing: border-box;
    width: calc((1200px / 3) - 20px);
}
.paisens_title {
    text-align: left;
    /* font */
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
}
.paisens_title > span {
    display: inline-block;
    text-align: center;
    padding: 4px 10px;
    margin-top: 20px;
    margin-right: 10px;
    /* font */
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #000;
}
.paisens_img {
    margin: 20px auto 0;
    display: block;
}
.paisens_text {
    display: flex;
    justify-content: flex-start;
    margin-top: 20px;
    text-align: left;
    /* font */
    font-size: 1.4rem;
    font-weight: 700;
}
@media screen and (max-width:1024px) {
    .paisens_list {
        justify-content: center;
        align-items: flex-start;
    }
    .paisens_item {
        width: calc(50% - 20px);
        padding: 0;
        margin: 0 10px;
        align-self: baseline;
    }
    .paisens_title > span {
        display: block;
        width: fit-content;
        margin-bottom: 10px;
    }
}
/*---------------------------------
| paisens modal
---------------------------------*/
.modal {
    display: none;
}

.modal.is_open {
    position: relative;
    display: block;
    z-index: 9999;
}
.modal_overlay {
    align-items: center;
    background: rgba(0, 0, 0, .75);
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    padding: 70px 0;
}
.modal_container {
    max-height: 100%;
    max-width: 1200px;
}
.modal_content {
    display: flex;
    justify-content: center;
    flex-direction: row-reverse;
    height: calc(88vh - 80px);
    background: #fff;
    overflow: scroll;
}
.modal_img {
    display: block;
    width: 40%;
}
.modal_img img {
    position: relative;
    top: 0;
    right: 0;
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
}
.modal_qa {
    width: 60%;
    padding: 30px;
    background-image: url(../img/top/paisens_modal_bg.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: 15px 15px;
}
.modal_title {
    position: relative;
    padding-bottom: 30px;
}
.modal_subtitle {
    display: block;
    margin-bottom: 20px;
    font-size: 1.2rem;
    font-weight: 700;
}
.modal_subtitle .modal_num {
    display: inline-block;
    text-align: center;
    padding: 4px 10px;
    margin-top: 20px;
    margin-right: 10px;
    /* font */
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    background-color: #000;
}
.modal_title strong {
    font-size: 4.0rem;
    font-weight: 700;
}
.modal_title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 80px;
    height: 3px;
    background-color: #ff001a;
}
.modal_qa dt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 30px;
    font-size: 1.6rem;
    color: #ff001a;
}
.modal_qa dt::before {
    content: 'Q';
    display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    margin-right: 20px;
    font-family: 'Roboto Condensed';
    font-size: 2.5rem;
    color: #fff;
    background-color: #ff001a;
    border-radius: 50%;
}
.modal_qa dd {
    margin-top: 20px;
    padding-bottom: 30px;
    font-size: 1.6rem;
    line-height: 1.75;
    border-bottom: dotted #dbdbdb 1px;
}
.modal-close {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 80px;
    font-size: 1.6rem;
    color: #fff;
    background-color: #ff001a;
}
@media screen and (max-width:1024px) {
    .modal_container {
        width: 90%;
    }
    .modal_content {
        flex-direction: column;
        justify-content: flex-start;
        height: 80%;
    }
    .modal_img {
        width: 100%;
    }
    .modal_qa {
        width: auto;
        padding: 30px 15px;
        background-image: none;
    }
    .modal_title strong {
        font-size: 1.8rem;
    }
    .modal_qa dt {
        font-weight: 700;
    }
    .modal_qa dt::before {
        width: 30px;
        height: 30px;
        padding: 10px;
        margin-right: 10px;
        font-size: 1.6rem;
    }
}
.menu_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.menu_item {
    margin: 30px 5px 10px;
    box-sizing: border-box;
    width: calc((1200px / 3) - 10px);
}
.menu_item .btn {
    padding: 20px 0;
    margin: 0 auto;
    background: none;
    font-size: 2.0rem;
    font-weight: 700;
    color: #333333;
    border: none;
    background-color: #cecece;
}
.menu_item .btn.active {
    font-weight: 700;
    color: #fff;
    background-color: #ff001a;
}
.menu_item .btn::after {
    content: none;
}
.qa_ct {
    display: none;
}
.qa_ct.active {
    display: block;
}
@media screen and (max-width:1024px) {
    .menu_list {
        justify-content: center;
    }
    .menu_item {
        width: calc((100% / 3) - 6px);
        margin: 3px;
    }
    .menu_item .btn {
        width: auto;
        font-size: 2.0rem;
    }
    .menu_select {
        padding: 30px;
        margin: 20px 0;
        background-color: #ffd7db;
    }
    label {
        position: relative;
        display: block;
        width: 100%;
        border-radius: 5px;
        background: #fff;
    }
    label:before {
        content: "";
        position: absolute;
        top: 50%;
        right: 10px;
        display: block;
        width: 0;
        height: 0;
        margin: -2px 0 0 0;
        border: 5px solid transparent;
        border-top: 7px solid #000;
    }
    select {
        cursor: pointer;
        position: relative;
        -webkit-appearance: none;
        appearance: none;
        display: block;
        width: 100%;
        height: 40px;
        padding-left: 10px;
        border: none;
        border-radius: 5px;
        background: transparent;
        box-shadow: 5px 5px 3px -3px rgba(10,10,10,0.15) inset;
    }
    ::-ms-expand {
        display: none;
    }
}

#qa {
    background-color: #fff0f1;
    padding-bottom: 0;
}
#qa .inner {
    padding-bottom: 0;
}
#qa .qa_img {
    display: block;
    margin: 30px auto 0;
}
#qa .qa_ct {
    width: 100%;
    margin: auto;
    position: relative;
    margin-top: 20px;
    z-index: 9;
}

@media (max-width: 810px) {
    #qa .qa_ct {
        width: 94%;
    }
}

@media (max-width: 767px) {
    #qa .qa_ct {
        width: 100%;
        margin-top: 25px;
    }
}

#qa .qa_ct .first {
    background: #fff;
    padding: 30px;
    position: relative;
    border-bottom: 1px solid #c3c3c3;
    cursor: pointer;
}

@media (max-width: 767px) {
    #qa .qa_ct .first {
        padding: 20px;
    }
}

#qa .qa_ct .first .q_icon {
    width: 50px;
    height: 50px;
    background: #ff001a;
    color: #fff;
    border-radius: 50%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    padding: 10px 0;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    #qa .qa_ct .first .q_icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 20px;
        left: 20px;
    }
}

#qa .qa_ct .first .q_ttl {
    float: left;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-top: 13px;
    padding-left: 80px;
}

@media (max-width: 767px) {
    #qa .qa_ct .first .q_ttl {
        width: 90%;
        margin-top: 0;
        padding-left: 50px;
        font-size: 13px;
        line-height: 20px;
    }
}

#qa .qa_ct .first .q_bar .bar1 {
    width: 30px;
    height: 2px;
    background: #ff001a;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

@media (max-width: 767px) {
    #qa .qa_ct .first .q_bar .bar1 {
        width: 20px;
        right: 20px;
    }
}

#qa .qa_ct .first .q_bar .bar2 {
    width: 30px;
    height: 2px;
    background: #ff001a;
    position: absolute;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 767px) {
    #qa .qa_ct .first .q_bar .bar2 {
        width: 20px;
        right: 20px;
    }
}

#qa .qa_ct .first.active .q_bar .bar2 {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
}

#qa .qa_ct .first-p {
    background: #ebebeb;
    padding: 30px;
    position: relative;
    border-top: 1px solid #c3c3c3;
}

@media (max-width: 767px) {
    #qa .qa_ct .first-p {
        padding: 20px;
    }
}

#qa .qa_ct .first-p .a_icon {
    width: 50px;
    height: 50px;
    background: transparent;
    color: #E14344;
    border-radius: 50%;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    line-height: 30px;
    padding: 10px 0;
    position: absolute;
    left: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

@media (max-width: 767px) {
    #qa .qa_ct .first-p .a_icon {
        width: 40px;
        height: 40px;
        font-size: 20px;
        line-height: 20px;
        left: 20px;
    }
}

#qa .qa_ct .first-p .a_txt {
    float: left;
    font-family: 'Noto Sans JP', sans-serif;
    color: #333;
    font-size: 16px;
    font-weight: 400;
    padding-left: 80px;
    padding-right: 50px;
}

@media (max-width: 767px) {
    #qa .qa_ct .first-p .a_txt {
        width: 100%;
        margin-top: 0;
        padding-left: 50px;
        padding-right: 0;
        line-height: 20px;
        font-size: 13px;
    }
}
/*---------------------------------
| gallery
---------------------------------*/
#gallery .swiper-container {
  max-width: 1200px;
  margin: 30px 0;
}
#gallery .swiper-wrapper {
    height: auto;
}
#gallery .slide_content {
    margin: 0 10px;
    text-align: center;
}
#gallery .swiper-button-next,
#gallery .swiper-button-prev {
    width: 55px;
    height: 55px;
    color: #fff;
    background-color: #000;
}
#gallery .swiper-button-next:after,
#gallery .swiper-button-prev:after {
    font-size: 2.8rem;
    font-weight: 700;
}
#gallery .swiper-button-prev {
    left: -60px;
}
#gallery .swiper-button-next {
    right: -60px;
}
#gallery .swiper-pagination {
    left: 50%;
    width: 100%;
    transform: translate3d(-50%,0,0);
}
#gallery .swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    margin: 0 10px;
    background: #e2e2e2;
    opacity: .5;
}
#gallery .swiper-pagination-bullet-active {
    opacity: 1;
}
@media screen and (max-width:1024px) {
    #gallery .swiper-container{
        margin:20px 0 30px;
    }
    #gallery .slide_content img {
        width: 100%;
    }
    #gallery .swiper-slide {
        height: auto;
    }
}
/*---------------------------------
| instagram
---------------------------------*/
#insta {
    background-color: #fff0f1;
}
#insta .inner {
    margin: 20px auto;
}
#insta .title {
    display: flex;
    justify-content: center;
    align-items: center;
}
#insta .title .heading {
    color: #333;
    line-height: 1;
}
#insta .title img {
    display: block;
    width: 37px;
    height: 37px;
    margin-top: 10px;
    margin-right: 10px;
}
#instagram-feed {
    height: 210px;
    text-align: center;
}
#insta .btn {
        margin: 0 auto;
    }
@media screen and (max-width:1024px) {
    #instagram-feed {
        height: fit-content;
    }
    #insta .btn {
        width: 90%;
    }
}
/*---------------------------------
| entry
---------------------------------*/
#entry {
    background-image: url(../img/top/entry_bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-bottom: solid 10px #ff001a;
    border-top: solid 10px #ff001a;
}
.entry_list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    align-items: center;
}
.entry_item {
    margin: 10px;
    box-sizing: border-box;
    width: calc((1200px / 3) - 20px);
}
.entry_img {
    margin: 20px auto 0;
    display: block;
}
@media screen and (max-width:1024px) {
    .entry_list {
        justify-content: center;
    }
    .entry_item {
        width: 100%;
        padding: 0;
        margin: 5px auto;
        text-align: center;
    }
    .entry_img {
        margin: 0;
    }
}
