@charset 'UTF-8'; /* PC */
/**
 * ViewportScale v0.2.1
 * Copyright (c) 2018 Kite
 * MIT License
 */
/*==========================================================================
# reset - ブラウザの差異や不要なスタイルを無くすためのスタイル
========================================================================== */
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html, body, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td, small, button, time, figure {
    border: 0;
    /* font: inherit; */
    margin: 0;
    padding: 0;
    vertical-align: baseline;
}

html {
    line-height: 1;
}

ol, ul {
    list-style: none;
}

li, dd {
    list-style-type: none;
}

header, footer, nav, section, article, aside, figure, figcaption {
    display: block;
}

img {
    border: none;
    vertical-align: bottom;
}

a {
    /* cursor: pointer; */
    text-decoration: none;
}

html {
    font-size: 62.5%;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    position: relative;
    color: #000;
    font-family: 'source-han-sans-japanese','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
    background: #FFF;
}

p {
    word-wrap: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
    margin: 0 0 20px;
}

a, a:hover {
    text-decoration: none;
    color: #000000;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

a:hover {
    opacity: 0.6;
}

[id] {
    scroll-margin-top: 100px;
}

.left, .fl {
    float: left;
}

.right, .fr {
    float: right;
}

.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1; }

.hv:hover {
    opacity: 0.6;
}

/*
.font-min {
    font-family: ten-mincho, serif;
    font-weight: 400;
    font-style: normal;
}
*/
.sp {
    display: none;
}

.pc {
    display: block;
}

.flex {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}

.align-center {
    align-items: center;
}

.container {
    max-width: 1000px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.youtube {
    position: relative;
    width: 100%;
    padding-top: 26.25%;
}

.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

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

.scroll::-webkit-scrollbar {
    width: 8px;
}

.scroll::-webkit-scrollbar-thumb {
    background: #f8c384;
    border-radius: 10px;
}

.scroll::-webkit-scrollbar-track-piece:start {
    background: #ffead2;
}

.scroll::-webkit-scrollbar-track-piece:end {
    background: #fff;
}

/*============================
COMMON
============================*/
img {
    max-width: 100%;
    height: auto;
}

.hide {
    display: none;
}

/*============================
site
============================*/
.header {
    width: 96%;
    position: fixed;
    top: 50px;
    left: 2%;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #777777;
    z-index: 99;
}

.header .container {
    width: 100%;
    max-width: 100%;
    align-items: center;
    justify-content: space-between;
}

.header__logo__wrap {
    width: 30%;
    padding: 0 0 0 3%;
    max-width: 300px;
}

.header__logo {
}

.header__logo a {
    display: block;
}

.header__logo a img {
    display: block;
    width: 100%;
}

.header__navi__wrap {
    width: 70%;
    justify-content: flex-end;
}

.header__navi__list {
    padding: 0 3% 0 0;
    width: calc(100% - 200px);
    justify-content: flex-end;
    align-items: center;
}

.header__navi__item {
    margin: 0 3%;
}

.header__navi__link {
    padding: 50px 0 15px;
    display: block;
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: auto 30px;
}

.header__navi__link.news {
    background-image: url(../img/common/icon_bell_green.svg);
}

.header__navi__link.about {
    background-image: url(../img/common/icon_building_green.svg);
}

.header__navi__link.business {
    background-image: url(../img/common/icon_met_green.svg);
    background-size: 80% auto;
    background-position: center top 18px;
}

.header__navi__link.recruit {
    background-image: url(../img/common/icon_person_green.svg);
}

.header__navi__link.contribution {
    background-image: url(../img/common/icon_heart_green.svg);
}

.header__navi__wrap .header__contact {
    display: block;
}

.header__spwrap {
    display: none;
}

.header__spmenu {
    display: none;
    background: #FFF;
    position: relative;
}

.header__spmenu span {
    position: absolute;
    width: 38px;
    height: 1px;
    background: #000;
    left: 11px;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.header__spmenu span:nth-child(1) {
    top: 20px;
}

.header__spmenu span:nth-child(2) {
    top: 32px;
}

.header__spmenu span:nth-child(3) {
    bottom: 20px;
}

.header__spmenu.active span:nth-child(1) {
    top: 33px;
    transform: rotate(45deg);
}

.header__spmenu.active span:nth-child(2) {
    display: none;
}

.header__spmenu.active span:nth-child(3) {
    bottom: 32px;
    transform: rotate(-45deg);
}

.header__contact {
    display: none;
    background-color: #00b0ae;
    color: #FFF;
    padding: 50px 3% 15px;
    background-image: url(../img/common/icon_mail_white.svg);
    background-position: center top 15px;
    background-repeat: no-repeat;
    background-size: auto 30px;
    width: 200px;
    text-align: center;
}

.header__contact span {
}

.header__contact:hover {
    color: #FFF;
}

.gotop {
    width: 50px;
    position: fixed;
    right: 3%;
    bottom: 3%;
    z-index: 2;
}

.gotop a {
}

.gotop a img {
}

.footer {
    background: #f2f2f2;
    padding: 80px 3%;
}

.footer .container {
}

.footer__address {
    width: 400px;
}

.footer__logo {
    margin: 0 0 40px;
    max-width: 300px;
}

.footer__logo a {
}

.footer__logo a img {
}

.footer__address__table {
    text-align: left;
    width: 100%;
}

.footer__address__table tbody {
}

.footer__address__table tr {
}

.footer__address__table th {
}

.footer__address__table td {
    padding: 0 3% 30px;
}

.footer__nav__wrap {
    width: calc(100% - 560px);
}

.footer__nav {
}

.footer__nav li {
    width: 48%;
    margin: 0 0 20px;
}

.footer__nav a {
    font-size: 16px;
}

.copyright {
    width: 100%;
    margin: 50px 0 0;
}

.aside {
}

.common_contact {
    background: #00b0ae;
}

.common_contact .container {
}

.common_contact__leftitem {
}

.common_contact__leftitem .top_section__ttl.white {
}

.common_contact__leftitem .top_section__ttl.white .ja {
}

.common_contact__leftitem p {
    color: #FFF;
}

.common_contact__rightitem {
    max-width: 400px;
    width: 50%;
}

.common_contact__tel__wrap {
    margin: 0 0 60px;
    padding: 0 0 0 70px;
    text-align: center;
    position: relative;
}

.common_contact__tel__wrap::before {
    content: '';
    width: 60px;
    height: 60px;
    background-image: url(../img/common/icon_tel_white.svg);
    position: absolute;
    background-position: center center;
    background-size: cover;
    left: 0;
    top: 0;
}

.common_contact__tel {
    font-size: 40px;
    line-height: 1.4;
    font-family: "fot-udkakugo-large-pr6n", sans-serif;
    font-weight: 700;
    font-style: normal;
    color: #FFF;
}

.common_contact__tel:hover {
    color: #FFF;
}

.common_contact__tel__wrap span {
    display: block;
    font-size: 18px;
    color: #FFF;
    margin: 4px 0 0;
}

.common_contact__formbtn {
    text-align: center;
    display: block;
    color: #00b0ae;
    background: #FFF;
    font-size: 18px;
    border-radius: 40px;
    padding: 20px 3%;
    position: relative;
}

.common_contact__formbtn::before {
    content: '';
    position: absolute;
    width: 25px;
    height: 30px;
    background-image: url(../img/common/icon_mail_green.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 40px;
}

.common_contact__formbtn::after {
    content: '';
    position: absolute;
    width: 15px;
    height: 14px;
    background-image: url(../img/common/v_02_green.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 30px;
}

.common_contact__formbtn:hover {
    color: #00b0ae;
}

.section {
    padding: 80px 3%;
}

.top_section__ttl {
    font-size: 32px;
    margin: 0 0 40px;
    font-weight: bold;
}

.top_section__ttl .en {
    font-size: 22px;
    color: #00b0ae;
    line-height: 1.2;
    font-family: "fot-udkakugo-large-pr6n", sans-serif;
    font-weight: 700;
    font-style: normal;
    display: block;
}

.top_section__ttl.white {
    color: #FFF;
}

.top_section__ttl.white .en {
    color: #FFF;
}

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

.linktext01 {
    font-size: 16px;
    width: 140px;
    display: block;
    position: relative;
}

.linktext01::before {
    content: '';
    position: absolute;
    width: 14px;
    height: 13px;
    background-image: url(../img/common/v_02_black.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    top: 1px;
    bottom: 0;
    right: 0;
}

.linktext01.long {
    width: 240px;
}

.mv {
}

.mv__image {
    height: 100vh;
}

.mv__image img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.mv__image video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.mv__text__wrap {
    position: absolute;
    left: 3%;
    margin: auto;
    bottom: 35%;
}

.mv__text {
    font-size: 60px;
    color: #FFF;
    font-weight: bold;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.mv__text br {
    display: none;
}

.top_news {
    background: #f2f2f2;
}

.top_news .container {
}

.top_news__news__wrap {
    width: 48%;
}

.top_news__news__wrap .top_section__ttl {
}

.top_news__news__wrap .top_section__ttl span.en {
}

.top_news__news {
    border-top: 1px solid;
    margin: 0 0 40px;
}

.top_news__news li {
    padding: 20px 0;
    border-bottom: 1px solid;
}

.top_news__news a {
}

.top_news__news__date {
    display: inline-block;
    padding: 0 3% 0 0;
}

.top_news__news__wrap .linktext01 {
}

.top_news__movie__wrap {
    width: 48%;
    background: #FFF;
    padding: 30px 3% 30px;
}

.top_news__movie__wrap .youtube {
    padding-top: 60%;
}

.top_news__movie__wrap .youtube iframe {
}

.top_news__movie__text {
    font-weight: bold;
    font-size: 16px;
    margin: 20px 0 0;
}

.top_about {
    margin: 80px 0;
    padding: 120px 3%;
    position: relative;
}

.top_about::before {
    content: '';
    width: 60%;
    height: 100%;
    background-image: url(../img/top/img_09.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
}

.top_about .container {
}

.sectionitem01 {
    width: 50%;
    padding: 50px 5%;
    box-shadow: 0px 0px 10px 1px #777777;
    background: #FFF;
    margin: 0 0 0 auto;
}

.sectionitem01 .top_section__ttl {
}

.sectionitem01 .top_section__ttl span.en {
}

.sectionitem01__read {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 20px;
}

.sectionitem01 p {
    margin: 0 0 20px;
}

.sectionitem01 .linktext01 {
    margin: 10px 0 0;
}

.top_service {
    padding: 80px 0;
}

.top_service .container {
    max-width: 100%;
}

.top_service .top_section__ttl {
}

.top_service .top_section__ttl span.en {
}

.top_service__list {
}

.top_service__item {
    width: calc( 100% / 3 );
    padding: 18% 0 0;
    position: relative;
}

.top_service__item:nth-child(n+8) {
    width: calc( 100% / 4 );
}

.top_service__link {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    margin: auto;
    overflow: hidden;
    z-index: 0;
}

.top_service__link::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.4s ease-in-out;
    z-index: -1;
}

.top_service__link:hover::before {
    transform: scale(1.2);
}

.top_service__ttl {
    padding: 20px 40px;
    font-size: 18px;
    font-weight: bold;
    color: #FFF;
    background: #00b0ae;
}

/*.top_service__item.road-marking-work .top_service__link {
    background-image: url(../img/top/img_01.jpg);
}

.top_service__item.road-signage-work .top_service__link {
    background-image: url(../img/top/img_08.jpg);
}

.top_service__item.road-sign-installation .top_service__link {
    background-image: url(../img/top/img_09.jpg);
}

.top_service__item.tactile-paving .top_service__link {
    background-image: url(../img/top/img_07.jpg);
}

.top_service__item.bridge-painting .top_service__link {
    background-image: url(../img/top/img_03.jpg);
}

.top_service__item.general-civil-engineering .top_service__link {
    background-image: url(../img/top/img_04.jpg);
}

.top_service__item.anti-slip-color-pavement .top_service__link {
    background-image: url(../img/top/img_06.jpg);
}

.top_service__item.security-services .top_service__link {
    background-image: url(../img/top/img_02.jpg);
}*/
.top_contribution {
    margin: 80px 0;
    padding: 120px 3%;
    position: relative;
}

.top_contribution::before {
    content: '';
    width: 60%;
    height: 100%;
    background-image: url(../img/top/img_11.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
}

.top_contribution .container {
}

.top_contribution .sectionitem01 {
    margin: 0 auto 0 0;
}

.top_contribution .top_section__ttl {
}

.top_contribution .top_section__ttl span.en {
}

.top_contribution .sectionitem01__read {
}

.top_contribution .sectionitem01 p {
}

.top_contribution .linktext01 {
}

.top_recruit {
    margin: 80px 0 0;
    position: relative;
}

.top_recruit::before {
    content: '';
    width: 100%;
    height: 80%;
    background-image: url(../img/top/bg_recruit.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    top: 0;
}

.top_recruit .container {
}

.top_recruit .sectionitem01 {
    margin: 0 0 160px auto;
}

.top_recruit .top_section__ttl {
}

.top_recruit .top_section__ttl span.en {
}

.top_recruit .sectionitem01__read {
}

.top_recruit .sectionitem01 p {
}

.top_recruit .linktext01 {
}

.sectionitem02 {
}

.sectionitem02__childitem {
    width: 48%;
    border-radius: 20px;
    box-shadow: 0px 0px 10px 1px #777777;
    padding: 30px;
    background-color: #FFF;
    position: relative;
    z-index: 0;
}

.sectionitem02__childitem::before {
    content: '';
    height: 100%;
    width: 60%;
    background-image: url(../img/common/bg_interview.jpg);
    background-size: cover;
    background-position: center;
    clip-path: polygon(160px 0, 100% 0, 100% 100%, 0 100%);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    border-radius: 0 20px 20px 0;
}

.sectionitem02__childitem:nth-child(2)::before {
    background-image: url(../img/common/bg_event.jpg);
}

.sectionitem02__childitem .top_section__ttl {
    margin: 0 0 15px;
}

.sectionitem02__childitem .top_section__ttl span.en {
}

.sectionitem02__childitem .linktext01 {
}

/* lower_common */
.lower_mv {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    height: 500px;
    padding: 270px 3% 40px;
}

.lower_mv .container {
}

.lower_mv__ttl {
    text-align: center;
    color: #FFF;
    font-size: 40px;
    font-weight: bold;
    line-height: 1.4;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 1);
}

.lower_mv__ttl span.en {
    display: block;
    text-transform: uppercase;
}

.breadcrumb__wrap {
    padding: 20px 3%;
}

.breadcrumb__wrap .container {
}

.breadcrumb__wrap span {
}

.breadcrumb__wrap .home {
}

.breadcrumb__wrap .home span {
}

.breadcrumb__wrap .current-item {
}

/* lower-section */
.section.gray {
    background: #f2f2f2;
}

.section img {
    width: 100%;
}

.section p {
}

.has_text_align__center {
    text-align: center;
}

.lower_h2 {
    font-size: 28px;
    font-weight: bold;
    padding: 0 0 10px;
    margin: 0 0 40px;
    border-bottom: 2px solid #00b0ae;
}

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

.lower_h2.noline {
    border-bottom: none;
    padding: 0;
}

.lower_flexbox {
}

.justify-content-center {
    justify-content: center;
}

.sp_reverse {
}

.sp_reverse .lower_flexbox__48:nth-child(1) {
}

.sp_reverse .lower_flexbox__48:nth-child(2) {
}

.lower_flexbox__48 {
    width: 48%;
}

.lower_flexbox__48.centerbox {
    margin: 0 auto;
}

.lower_flexbox__48.use_margin {
    margin: 0 0 40px;
}

.name {
    font-weight: bold;
    font-size: 20px;
    margin: 40px 0 0;
    text-align: right;
}

.name span {
    display: block;
    font-size: 14px;
}

.lower_h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 30px;
    color: #00b0ae;
}

.lower_h3.black {
    color: #000;
}

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

.lower_h4 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.lower_table {
    width: 100%;
}

.lower_table tbody {
}

.lower_table tr {
}

.lower_table th {
    text-align: left;
    padding: 20px 10px;
    border-bottom: 1px solid #00b0ae;
}

.lower_table td {
    padding: 20px 10px;
    border-bottom: 1px solid;
}

.lower_map {
}

.lower_map iframe {
    width: 100%;
    height: 400px;
}

.lower_tablelist {
    width: 100%;
}

.lower_tablelist tbody {
}

.lower_tablelist tr {
}

.lower_tablelist th {
    text-align: left;
    padding: 15px 20px 15px 0px;
    border-right: 1px solid;
    position: relative;
    width: 130px;
}

.lower_tablelist th::after {
    content: '';
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #00b0ae;
    position: absolute;
    margin: auto;
    top: 19px;
    /*bottom: 0;*/
    right: -9px;
}

.lower_tablelist td {
    width: calc(100% - 130px);
    padding: 15px 0px 15px 50px;
}

.about_presidentimage {
}

.white_box_text {
    padding: 20px;
    background: #FFF;
    margin: 0;
}

.white_box_text h3 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.white_box_text p {
    margin: 0;
}

.lower_list_3 {
}

.lower_list_3::before {
    content: '';
    display: block;
    width: 32%;
    order: 1;
}

.lower_list_3::after {
    content: '';
    display: block;
    width: 32%;
}

.lower_list_3 li {
    width: 32%;
    margin: 0 0 30px;
}

.common_business_link {
}

.common_business_link .container {
}

.common_business_link__left {
    width: 50%;
    padding: 30px 3%;
    border-right: 1px solid;
}

.common_business_link__left .top_section__ttl {
    display: block;
    margin: 0;
}

.common_business_link__right {
    width: 50%;
    padding: 30px 3%;
    border-left: 1px solid;
}

.common_business_link__right .top_section__ttl {
    display: block;
    margin: 0;
}

.lower_linebox {
    border-left: 4px solid #00b0ae;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #777777;
    padding: 30px 30px 10px;
    height: 100%;
}

.lower_linebox.mb {
    margin-bottom: 50px;
}

.lower_linebox.lower_sideimageflex {
    padding: 0 0 0 30px;
    height: 100%;
}

.lower_sideimageflex {
}

.lower_sideimageflex__textbox {
    padding: 30px 0;
    width: 50%;
}

.lower_sideimageflex__textbox .lower_h3 {
}

.lower_sideimageflex__textbox .lower_h4 {
}

.lower_sideimageflex__textbox p {
}

.lower_sideimageflex__imagebox {
    width: 45%;
}

.lower_sideimageflex__imagebox img {
    height: 100%;
    object-fit: cover;
}

.infographitem {
    background: #f2f2f2;
    padding: 15px;
}

.infographitem_ttl {
    font-size: 16px;
    font-weight: bold;
    padding: 5px 20px;
    color: #FFF;
    background: #000;
    display: inline-block;
    border-radius: 50px;
}

.infographitem_content {
    margin: 0;
    font-size: 70px;
    font-weight: bold;
    color: #00b0ae;
    text-align: right;
    line-height: 1;
}

.infographitem_content ruby {
    position: relative;
    top: -14px;
}

.infographitem_content ruby rt {
    font-size: 14px;
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center;
}

.infographitem_content .lead {
    color: #000;
    font-size: 14px;
    display: inline-block;
    padding-right: 10px;
}

.infographitem_content .unit {
    font-size: 25px;
    display: inline-block;
    padding: 0 10px;
}

.infographitem_content .unit.vertical {
    writing-mode: vertical-rl;
}

.lower_btn001 {
    display: block;
    padding: 40px;
    background: #FFF;
    box-shadow: 0px 0px 10px 1px #777777;
    position: relative;
}

.lower_btn001::after {
    content: '';
    position: absolute;
    width: 18px;
    height: 17px;
    background-image: url(../img/common/v_02_black.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: auto;
    top: 1px;
    bottom: 0;
    right: 40px;
}

.lower_btn001 span {
    font-size: 24px;
    font-weight: bold;
    padding: 0 0 0 40px;
    position: relative;
}

.lower_btn001 span::before {
    content: '';
    width: 24px;
    height: 24px;
    background: #00b0ae;
    border-radius: 30px;
    position: absolute;
    margin: auto;
    top: 3px;
    bottom: 0;
    left: 0;
}

.interview_slider {
    padding: 0 0 60px;
}

.interview_slider li {
    margin: 0 15px;
}

.interview_slider__item {
}

.interview_slider__image {
}

.interview_slider__image img {
    border-radius: 500px;
}

.interview_slider__num {
    margin: 0 20px 0px;
    font-size: 24px;
    font-weight: bold;
}

.interview_slider__name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 20px;
}

.event_slider {
    padding: 0 0 60px;
}

.event_slider li {
    margin: 0 15px;
}

.event_slider__item {
}

.event_slider__image {
}

.event_slider__image img {
}

.event_slider__title {
    margin: 10px 0 0;
    font-weight: bold;
    font-size: 18px;
}

.news_item {
    display: block;
    height: 100%;
    width: 100%;
    box-shadow: 0px 0px 10px 1px #777777;
    padding: 30px;
}

.news_tag {
    background: #00b0ae;
    color: #FFF;
    padding: 4px 20px 6px;
    margin: 0 0 10px;
    display: inline-block;
    border-radius: 20px;
}

.news_date {
    display: block;
    margin: 0 0 6px;
}

.news_title {
    font-size: 14px;
}

.wp-pagenavi {
    margin: 40px 0 0;
    align-items: center;
    justify-content: center;
}

.wp-pagenavi .previouspostslink {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
}

.wp-pagenavi .current {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
    color: #00b0ae;
}

.wp-pagenavi .page.smaller {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
}

.wp-pagenavi .page.larger {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
}

.wp-pagenavi .nextpostslink {
    padding: 10px;
    font-size: 18px;
    margin: 0 10px;
}

/* interview */
.interview_header {
    padding: 80px 0;
}

.interview_header .inner.inner_full {
    justify-content: flex-start;
}

.interview_header__information {
    width: 50%;
}

.interview_header__ttlwrap {
    position: relative;
    padding: 20px 0 0;
}

.interview_header__ttl {
    max-width: 500px;
    width: 100%;
    margin: 0 0 0 auto;
    font-size: 80px;
    line-height: 1;
}

.interview_header__ttl span {
    color: #00b0ae;
}

.interview_header__textwrap {
    max-width: 500px;
    width: 100%;
    margin: 0 0 0 auto;
}

.interview_header__num {
    font-size: 126px;
    line-height: 1;
    color: #00afad;
}

.interview_header__affiliation {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 5px;
}

.interview_header__name {
    margin: 0 0 10px;
    text-align: left;
    font-size: 40px;
    padding: 0;
}

.interview_header__name::after {
    content: none;
}

.interview_header__name_en {
    font-size: 33px;
}

.interview_header__name_en span {
    color: #61538d;
}

.interview_header__image {
    width: 40%;
    padding-top: 26%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.interview_body {
}

.interview_body .inner {
}

.interview_body__ttl {
    margin: 0 0 80px;
    padding: 0;
    text-align: left;
    font-weight: normal;
}

.interview_body__ttl::after {
    content: none;
}

.interview_body__item {
    padding: 0 0 80px;
}

.interview_body__subttl {
    font-size: 30px;
    position: relative;
    padding: 0 0 14px;
    margin: 0 0 40px;
}

.interview_body__item p {
    margin: 0 0 40px;
}

.interview_body__item img {
}

.interview_body__schedulewrap {
    max-width: 350px;
}

.interview_body__schedulettl {
    font-size: 20px;
    font-weight: bold;
    margin: 0 0 15px;
}

.interview_body__schedule {
    border-top: 1px solid;
}

.interview_body__schedule tbody {
}

.interview_body__schedule tr {
    border-bottom: 1px solid;
}

.interview_body__schedule th {
    padding: 10px 10px;
}

.interview_body__schedule td {
    padding: 10px 10px 10px 20px;
}

.interview_body__datawrap {
    width: 100%;
    max-width: 700px;
    border: 1px solid #000;
    margin: 80px 0 0;
    padding: 30px 3%;
}

.interview_body__dataimage {
    width: 150px;
    height: 150px;
    background-size: contain;
}

.interview_body__datatext {
    width: calc(100% - 200px);
}

.interview_body__datatext_name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 4px;
}

.interview_body__datatext_affiliation {
    display: inline-block;
    padding: 0 24px 0 0;
    font-size: 16px;
    position: relative;
    top: 1px;
}

.interview_body__datatext_date {
    margin: 0 0 18px;
    line-height: 1.4;
    font-weight: bold;
}

.interview_body__datatext_freetext {
    margin: 0;
    line-height: 1.8;
}

.mt_40 {
    margin-top: 40px;
}

@media screen and (max-width: 1280px) {
    .top_service__ttl {
        padding: 15px 30px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1024px) {
    .header__contact {
        width: 160px;
    }

    .header__navi__list {
        width: calc(100% - 160px);
    }

    .top_service__ttl {
        padding: 10px 20px;
        font-size: 14px;
    }
}
