.main_wrap {
    position: relative;
}
.top_image {
    position: relative;
    width: 100%;
    height: 100vh;
}
.top_image .sp {
    display: none;
}
.top_image .swiper {
    width: 100%;
    height: 100vh;
}
.top_image .swiper-slide {
    width: 100%;
    height: 100vh;
}
.top_image .swiper-slide img {
    width: 100%;
    height: 100vh;
    object-fit: cover;
}
.top_image_text {
    position: absolute;
    z-index: 3;
    top: 30%;
    left: 15%;
    color: #fff;
    font-weight: bold;
}
.top_image_text p {
    font-size: 30px;
}
.top_image_text h2 {
    font-size: 55px;
    line-height: 80px;
}
.recruit_button {
    z-index: 3;
    position: absolute;
    right: 0;
    bottom: 5%;
    background-color: #27336E;
    color: #fff;
    font-weight: bold;
    padding: 30px 10px;
    border-radius: 5px 0 0 5px;
}
.recruit_button a {
    color: #fff;
}
.recruit_button p {
    writing-mode: vertical-rl;
    letter-spacing: 6px;
    line-height: 32px;
}
.recruit_lineArrow {
    width: 35px;
    height: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: skew(45deg);
    margin: 5px 0 0 -5px;
}
@keyframes fuwafuwa {
    0%, 100% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(-20px);
    }
}
.scroll_button {
    z-index: 3;
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 11%;
    color: #fff;
    transform:rotate(90deg);   
    font-size: 24px;
}
.scroll_button p {
    padding: 0 10px 0 0;
    letter-spacing: 3px;
}
.radius {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
}
.border {
    height: 1px;
    width: 100px;
    background-color: #fff;
}
.top_company {
    margin-bottom: 80px;
}
.menu_title {
    text-align: center;
    color: #27336E;
}
.menu_title h3 {
    display: flex;
    align-items: center;
    font-size: 40px;
}
.menu_title h3:before, .menu_title h3:after {
    content: "";
    height: 1px;
    flex-grow: 1;
    background-color: #666;
}
.menu_title h3:before {
    margin-right: 1em; /* 文字の右隣 */
}
.menu_title h3:after {
    margin-left: 1em; /* 文字の左隣 */
}
.company_article {
    width: 80%;
    margin: 20px auto;
    display: flex;
    align-items: center;
}
.company_article article {
    width: 60%;
}
.company_image {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}
.company_article article h3 {
    font-size: 35px;
    line-height: 60px;
}
.company_article article p {
    line-height: 32px;
}
.company_article img {
    flex-shrink: 0;
}
.moreLink {
    margin-top: 40px;
}
.lineArrow {
    width: 100px;
    height: 15px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    margin: -13px 0 0 -5px;
}
.top_topic_wrap {
    background-color: #E5E3E2;
}
.top_topic {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.topic_title {
    color: #27336E;
}
.topic_title h3 {
    font-size: 35px;
}
.topic_title p {
    text-align: center;
    font-weight: bold;
}
.topic_title a {
    color: #27336E;
    font-weight: bold;
}
.topic_title a span {
    text-decoration: underline;
}
.more_news {
    display: none;
}
.topic_list {
    width: 60%;
}
.topic_list_item {
    border-bottom: 1px solid #333;
}
.topic_category {
    width: fit-content;
    background-color: #000;
    border-radius: 30px;
    padding: 3px 15px;
    text-align: center;
    pointer-events: none;
}
.topic_category a {
    color: #fff;
}
.post_time {
    margin-top: 3px;
    font-weight: 700;
}
.topic_content {
    margin-top: 3px;
    font-weight: 700;
    font-size: 18px;
}
.top_service_wrap {
    background-color: #E5E3E2;
}
.top_service {
    position: relative;
    width: 80%;
    margin: 0 auto;
    aspect-ratio: 995 / 428;
    border-radius: 50px;
    background-image: url("../img/IMG_9600-1.jpg");
    background-repeat: no-repeat;
    background-size: contain;
}
.top_service::after{
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height:100%;
    border-radius: 50px;
    top: 0;
    left: 0;
    background-color: #333;
    opacity: 0.4;
}
.top_service_title {
    position: relative;
    z-index: 3;
    color: #fff;
    width: fit-content;
    font-weight: bold;
    padding-left: 60px;
    padding-top: 20px;
}
.top_service_title h3 {
    font-size: 35px;
}
.top_service_title p {
    text-align: center;
}
.top_service_content {
    position: relative;
    z-index: 3;
    color: #fff;
    font-weight: bold;
    padding-left: 60px;
    margin-top: 50px;
}
.to_service {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.to_service button {
    position: relative;
    z-index: 3;
    border: none;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    background-color: #fff;
    font-size: 60px;
    line-height: 60px;
    font-weight: 300;
    color: #707070;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.to_service button:hover {
    background-color: #27336E;
    color: #fff;
}
.inteview_title {
    text-align: center;
    color: #27336E;
    margin-bottom: 80px;
}
.inteview_title h3 {
    font-size: 40px;
}
.inteview_title p {
    font-weight: bold;
}

.employee_wrap {
    display: flex;
    justify-content: center;
}
.employee_item {
    margin-right: 30px;
    margin-left: 30px;
    width: 200px;
}
.employee_item:nth-child(even) {
    margin-top: 40px;
}
.employee_img {
    object-fit: cover;
}
.employee_img img {
    box-shadow: 0px 3px 6px #00000029;
}
.employee_flex {
    display: flex;
    justify-content: space-between;
}
.employee_flex a {
    font-size: 12px;
}
.emp_moreLinkText {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
.emp_moreLinkText:hover .lineArrow  {
    border-bottom: 1px solid rgb(27, 27, 120);
    border-right: 1px solid rgb(27, 27, 120);
}
.emp_moreLinkText:hover {
    color: rgb(27, 27, 120);
}
.emp_lineArrow {
    width: 120%;
    height: 10px;
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    transform: skew(45deg);
    margin: -13px 0 0 -5px;
}
.inteview_button {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}
.inteview_button button {
    border: none;
    background: #27336E;
    width: 250px;
    height: 30px;
    padding: 3px;
    border-radius: 20px;
}
.inteview_button button a {
    color: #fff;
}
.position {
    position: relative;
}
.next {
    position: absolute;
    background-color: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    right: 3px;
    bottom: 2px;
}
.next p {
    text-align: center;
    color: linear-gradient(90deg, rgba(115, 248, 224, 1), rgba(150, 167, 241, 1));
}

.top_access_wrap {
    background-color: #E5E3E2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 120px 140px 20px 0;
}
.top_access {
    width: 60%;
    background: linear-gradient(180deg,#E5E3E2 0%,#E5E3E2 50px,#445571 50px,#445571 100%);
}
.access_slider {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 -160px 0 auto;
}
.access_slider .swiper {
    width: 80%;
}
.access_slider .swiper .swiper-slide {
    background-position: center;
    background-size: cover;
}
.access_slider .swiper-slide img {
    display: block;
    width: 100%;
}
.explanation1 {
    display: none;
}
.explanation2 {
    display: none;
}
.explanation3 {
    display: none;
}
.access_explanation.is_show{
    display: block;
    background-color: #fff;
    padding: 30px;
}
.top_access_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.access_explanation h3 {
    text-align: left;
}
.access_explanation p {
    line-height: 30px;
}
.to_service_button {
    display: flex;
    justify-content: center;
}
.access_map {
    margin-left: 50px;
}
.to_service_button button {
    background-color: #2B3366;
    width: 150px;
    height: 40px;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    border: none;
    text-align: center;
}
.access_title {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -100px;
    margin-right: 50px;
}
.access_title p {
    text-align: center;
    line-height: 30px;
}
.access_title a{
    color: #fff;
    text-align: center;
    background-color: #27336E;
    box-shadow: 0px 3px 6px #00000029;
    border: none;
    border-radius: 20px;
    width: 200px;
    padding: 10px 0;
    font-weight: bold;
    margin-top: 40px;
}
.swiper-button-prev,
.swiper-button-next {
  height: 30px;
  width: 30px;
}
.mySwiper [class^="swiper-button-"]::after{
    content: "";
    width: 30px;
    height: 30px;
}
.mySwiper [class^="swiper-button-"]{
    width: 55px;
    height: 55px;
}
.mySwiper .swiper-button-next{
    background-color: #fff;
    border-radius: 50%;
    right: 11%;
}
.mySwiper .swiper-button-next span{
    font-size: 40px;
    color: #707070;
    font-weight: 100;
    padding-left: 15px;
    padding-bottom: 5px;
}
.mySwiper .swiper-button-prev{
    background-color: #fff;
    border-radius: 50%;
    left: 11%;
}
.mySwiper .swiper-button-prev span{
    font-size: 40px;
    color: #707070;
    font-weight: 100;
    padding-left: 15px;
    padding-bottom: 5px;
}
.top_recruit_wrapper {
    background-color: #fff;
}
.top_recruit_title h3{
    position: relative;
    z-index: 5;
    padding-left: 60px;
    padding-top: 20px;
    font-size: 35px;
    color: #27336E;
}
.top_recruit_title p{
    position: relative;
    z-index: 5;
    padding-left: 60px;
    color: #27336E;
    font-weight: bold;
    font-size: 16px;
}
.recruit_column p {
    position: relative;
    z-index: 5;
    font-weight: bold;
    font-size: 30px;
    padding-top: 20px;
}
.recruit_images {
    position: relative;
    width: 80%;
    margin: 0 auto;
    aspect-ratio: 995 / 428;
    border-radius: 50px;
    background-image: url("../img/recruit_back.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
.recruit_images::after{
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height:100%;
    top: 0;
    left: 0;
    border-radius: 50px;
    background-color: #fff;
    opacity: 0.6;
}
.recruit_column {
    margin: 50px;
}
.new_recruit_text {
    position: relative;
    z-index: 5;
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.new_recruit_text button {
    width: 200px;
    height: 50px;
    margin: 0 50px;
    color: #fff;
    background-color: #27336E;
    border-radius: 29px;
    border: none;
    font-weight: bold;
}
.new_recruit_text a {
    color: #fff;
}
.to_recruit_button {
    display: flex;
    justify-content: center;
}
.to_recruit_button button {
    width: 200px;
    height: 60px;
    background-color: #29336A;
    font-weight: 700;
    color: #fff;
    border: none;
}

.recruit_border {
    width: 20px;
    height: 1px;
    background-color: #fff;
}

.top_contact_wrapper {
    background-color: #E6E3E2;
    margin: 0 auto;
}
.top_contact_form {
    margin: 40px auto;
    width: 30%;
}
.top_contact_form p {
    font-size: 12px;
    color: #2B3366;
    font-weight: bold;
}
.top_contact_form select {
    width: 100%;
    border: 2px solid #29336A;
    padding: 5px;
}

@media screen and (max-width: 1180px) {
    .top_access {
        width: 70%;
    }
    .access_slider {
        margin: 0 -140px 0 auto;
    }
    .top_access_wrap {
        padding: 120px 10px 20px 0;
    }
    .top_contact_form {
        width: 50%;
    }
}
@media screen and (max-width: 1024px) {
    .top_image_text h2{
        font-size: 45px;
    }
    .company_article {
        width: 90%;
    }
    .company_article article h3 {
        font-size: 30px;
        line-height: 55px;
    }
    .to_service {
        margin-top: 20px;
    }
    .access_slider {
        margin: 0 -100px 0 auto;
    }
}
@media screen and (max-width: 960px) {
    .top_image_text h2{
        font-size: 35px;
    }
    .company_article {
        width: 90%;
    }
    .company_article article h3 {
        font-size: 30px;
        line-height: 55px;
    }
    .top_service_content {
        margin-top: 20px;
    }
    .access_title {
        margin-right: 20px;
    }
    .access_slider {
        margin: 0 -100px 0 auto;
    }
    .scroll_button p {
        font-size: 18px;
    }
    .scroll_button {
        left: -5%;
    }
    .top_access_wrap {
        padding: 120px 0px 20px 0;
    }
    .company_article article h3 {
        font-size: 24px;
        line-height: 48px;
    }
    .access_explanation p {
        font-size: 14px;
    }
    .recruit_images {
        width: 90%;
    }
    .top_recruit_title {
        margin: 0;
        padding: 0;
    }
    .top_recruit_title h3 {
        margin: 0;
        padding: 30px 0 0 20px;
    }
    .top_recruit_wrapper p {
        margin: 0;
        padding: 0px 20px;
    }
    .recruit_column {
        margin: 5px;
        margin-top: -10px;
    }
    .recruit_column p {
        font-size: 24px;
    }
    .new_recruit_text {
        margin-top: 40px;
    }
    .new_recruit_text button {
        width: 120px;
        height: 40px;
        margin: 0 20px;
        font-size: 14px;
    }
    .employee_flex {
        display: block;
    }
    .emp_lineArrow {
        width: 80px;
        height: 10px;
        margin: -13px -10px 0 auto;
    }
    .emp_moreLink {
        text-align: right;
    }
}
@media screen and (max-width: 770px) {
    .menu_title h3 {
        font-size: 24px;
    }
    .menu_title p {
        font-size: 14px;
    }
    .topic_title h3 {
        font-size: 24px;
    }
    .topic_title p {
        font-size: 14px;
    }
    .to_service {
        margin: -10px;
        padding-bottom: 20px;
    }
    .to_service button {
        width: 60px;
        height: 60px;
        font-size: 50px;
        line-height: 50px;
    }
    .inteview_title h3 {
        font-size: 24px;
    }
    .access_explanation{
        padding: 10px;
    }
    .access_map {
        width: 50%;
        margin-left: 20px;
    }
    .top_access_content {
        justify-content: center;
    }
    .access_title {
        margin-right: 20px;
    }
    .access_title p {
        font-size: 14px;
    }
    .access_title button{ 
        width: 140px;
        height: 30px;
        font-size: 14px;
    }
}

/* スマホ */
@media screen and (max-width: 540px) {
    body p {
        font-size: 14px;
    }
    .top_image .pc {
        display: none;
    }
    .top_image .sp {
        display: block;
    }
    .top_image_text {
        left: 10%;
    }
    .top_image_text h2 {
        font-size: 20px;
        line-height: 40px;
    }
    .scroll_button {
        left: -10%;
    }
    .top_company {
        margin-bottom: 0;
    }
    .menu_title h3 {
        font-size: 24px;
    }
    .company_article {
        width: 100%;
    }
    .company_article article {
        width: 100%;
    }
    .company_image {
        display: none;
    }
    .company_article article h3 {
        margin-top: 20px;
        text-align: center;
        font-size: 20px;
        line-height: 48px;
        /* background-image: url('../img/company_logo.png'); */
        background-size: 70%;
        background-repeat: no-repeat;
        background-position: center;
        background-color:rgba(255,255,255,0.8);
        background-blend-mode:lighten;
    }
    .company_article article p {
        padding: 10px;
        text-align: left;
        font-size: 14px;
        line-height: 28px;
    }
    .lineArrow {
        width: 100px;
        height: 15px;
        margin: -13px -10px 0 auto;
    }
    .moreLink {
        margin-top: 0;
        text-align: right;
        font-size: 14px;
        padding-right: 40px;
    }
    .top_topic {
        width: 100%;
        display: block;
    }
    .topic_title {
        text-align: center;
    }
    .topic_title a {
        display: none;
    }
    .topic_list {
        margin: 0 auto;
        width: 80%;
    }
    .topic_category {
        font-size: 14px;
    }
    .post_time {
        font-size: 12px;
    }
    .topic_content {
        font-size: 14px;
    }
    .topic_title h3 {
        font-size: 24px;
    }
    .topic_title p {
        font-size: 14px;
    }
    .more_news {
        display: block;
        text-align: right;
    }
    .more_news a {
        color: #27336E;
        font-weight: bold;
    }
    .more_news a span {
        text-decoration: underline;
    }
    .top_service {
        width: 95%;
        background-image: url("../img/IMG_9600-2.jpg");
        background-size: cover;
        padding: 20px;
    }
    .top_service_title {
        padding-top: 0;
        padding-left: 0;
    }
    .top_service_title h3 {
        font-size: 24px;
    }
    .top_service_content {
        padding-left: 0;
        margin-top: 10px;
        font-size: 10px;
    }
    .to_service {
        position: absolute;
        color: #fff;
        top: 30px;
        right: 40px;
    }
    .to_service button {
        width: 50px;
        height: 50px;
        font-size: 40px;
    }
    .inteview_title {
        margin-bottom: 40px;
    }
    .inteview_title h3{
        font-size: 24px;
    }
    .inteview_title p {
        font-size: 14px;
    }
    .employee_wrap {
        display: block;
    }
    .employee_item {
        margin: 20px auto;
        height: auto;
    }
    .employee_item:nth-child(even) {
        margin-top: 0;
    }
    .employee_flex {
        display: block;
    }
    .emp_moreLink {
        text-align: right;
    }
    .emp_lineArrow {
        width: 80px;
        height: 10px;
        margin: -13px -10px 0 auto;
    }
    .inteview_button {
        margin-top: 0;
    }
    .top_access_wrap {
        display: flex;
        flex-flow: column;
        flex-direction: column-reverse;
        justify-content: space-between;
        align-items: center;
        padding: 0;
    }
    .access_title {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 40px;
        margin-right: 0;
    }
    .access_title button {
        margin-top: 20px;
    } 
    .top_access {
        width: 100%;
        background: #445571;
        margin-top: 40px;
    }
    .access_slider {
        margin: 40px auto;
    }
    .swiper {
        width: 90%;
    }
    .access_explanation article {
        width: 80%;
        margin: 0 auto;
    }
    .access_map {
        width: 100%;
        margin-left: 10px;
    }
    .access_explanation p {
        font-size: 12px;
        line-height: 28px;
    }
    .to_service_button button {
        width: 120px;
        height: 30px;
        font-size: 14px;
    }
    .recruit_images {
        width: 95%;
    }
    .top_recruit_title {
        margin: 0;
        padding: 0;
    }
    .top_recruit_title h3 {
        margin: 0;
        padding: 10px 0 0 20px;
        font-size: 24px;
    }
    .top_recruit_wrapper p {
        margin: 0;
        padding: 0px 20px;
        font-size: 14px;
    }
    .recruit_column {
        margin: 5px;
        margin-top: -10px;
    }
    .new_recruit_text {
        margin-top: 20px;
        padding-bottom: 20px;
    }
    .new_recruit_text button {
        width: 120px;
        height: 40px;
        margin: 0 20px;
        font-size: 14px;
    }
    .top_contact_form {
        margin: 0 auto;
        width: 85%;
        padding: 20px;
    }
}
