@charset "UTF-8";

@keyframes horizontal {
    0% {
        transform: translateX(-3px);
    }

    100% {
        transform: translateX(0px);
    }
}

@keyframes vertical {
    0% {
        transform: translateY(-16px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* 基本設定
----------------------------------------------------------*/
.pc {
    display: block;
}

.sp {
    display: none;
}

/* contents_block
----------------------------------------------------------*/
.contents:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 122px;
    background: url("wave.png") no-repeat center 0;
    background-size: 100% 122px;
    position: absolute;
    top: -122px;
    left: 0;
    right: 0;
}

.contents {
    position: relative;
    margin-top: 122px;
}

.contents-inner {
    max-width: 1080px;
    margin: 0 auto;
    padding: 140px 0 140px;
}

.contents-inner::after {
    content: "";
    display: block;
    clear: both;
}

/* page title
----------------------------------------------------------*/
.main-inner .pagetitle {
    margin: 0 auto;
    padding: 90px 0 90px;
    text-align: center;
}

.main-inner .pagetitle h1 {
    width: 444px;
    height: 38px;
    background: url(voice_tit.png) no-repeat 0 0;
    background-size: 444px 38px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0 auto;
}

.main-inner .pagetitle .subtit {
    margin-top: 40px;
    font-weight: bold;
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: .05em;
}

.main-inner .pagetitle .subtit span {
    font-size: 24px;
    font-size: 2.4rem;
    color: #60a183;
    display: inline-block;
    margin-right: 10px;
    background-color: #eff5e3;
    padding: 10px 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
}

/* voice-block
----------------------------------------------------------*/
.voice-block {
    background-color: #eff5e3;
    position: relative;
    padding: 50px 0 100px;
}

.voice-block section {
    width: 1080px;
    margin: 0 auto;
    margin-bottom: 150px;
    font-size: 16px;
    font-size: 1.6rem;
}

.voice-block section:last-child {
    margin-bottom: 0;
}

/*inputを非表示*/
input[type="checkbox"].on-off {
    opacity: 0;
}

/*ラベル（「開く」ボタン）*/
.open-label {
    margin: 0 1.5em;
    padding: 0.8em;
    display: block;
    color: #eff5e3;
    font-weight: bold;
    text-align: center;
    box-shadow: 0 2px 0 2px #aaa;
    background: #60a183;
    border-radius: 10px;
}

/*エフェクト*/
.open-label:active {
    box-shadow: 0 0 0 0;
}

.open-label:hover {
    background: -webkit-linear-gradient(bottom, #eff5e3 1%, #60a183 80%);
    background: #60a183;
}

/*ラベルに表示するテキスト*/
.open-label::after {
    content: 'Read in English Text';
}

.on-off:checked~.open-label::after {
    content: 'Close Text';
}

/*開閉エリア*/
.open {
    padding: 0 1em;
    height: 0;
    opacity: 0;
    transition: .5s;
}

/*「開く」をタップで表示*/
.on-off:checked~.open {
    padding: 1.5em 1em;
    height: auto;
    opacity: 1;
}

.search-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 960px;
    margin: 0 auto 80px;
}

.search-list li {
    width: calc(calc(100% - 40px) / 3);
}


.search-list li .keyword-box {
    width: 100%;
}

.search-list li .keyword-box select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: medium none;
    letter-spacing: 0.1em;
    font-size: 15px;
    font-size: 1.5rem;
    width: 100%;
    padding-left: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 50px;
    outline: none;
    background: url("select_bg.png") no-repeat right center;
    background-size: 50px auto;
    background-color: #fff;
}

.serchBox {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 80px;
}

.serchBox select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: medium none;
    letter-spacing: 0.1em;
    font-size: 15px;
    font-size: 1.5rem;
    width: calc(calc(100% - 160px) / 3);
    padding-left: 20px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    height: 50px;
    outline: none;
    background: url("select_bg.png") no-repeat right center;
    background-size: 50px auto;
    background-color: #fff;
}

.serchBox button {
    width: 100px;
    height: 50px;
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0.06em;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    cursor: pointer;
    background: none;
    border: none;
    color: #fff;
    background-color: #60a183;
}

.list .list-item {
    background-color: #fff;
    padding: 80px 140px;
    border-radius: 6px;
}

.list .list-item:nth-of-type(n+2) {
    margin-top: 60px;
}

.list .list-item .prof {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 50px;
}

.list .list-item .prof .icon {
    width: 160px;
}

.list .list-item .prof .icon img {
    width: 100%;
    height: auto;
    -moz-border-radius: 80px;
    -webkit-border-radius: 80px;
    border-radius: 80px;
}

.list .list-item .prof .info {
    width: 600px;
}

.list .list-item .prof .info .title {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 30px;
}

.list .list-item .prof .info .info-inner {
    display: -webkit-flex;
    display: flex;
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #60a183;
    margin-bottom: 10px;
}

.list .list-item .prof .info .info-inner .name {
    margin-right: 10px;
}

.list .list-item .prof .info .tag-list li {
    margin-right: 30px;
    margin-top: 6px;
    display: inline-block;
}

.list .list-item .prof .info .tag-list li:last-of-type {
    margin-right: 0;
}

.list .list-item .prof .info .tag-list a {
    display: block;
    position: relative;
    font-size: 14px;
    font-size: 1.4rem;
    color: #fff;
    font-weight: bold;
    height: 26px;
    line-height: 26px;
    padding: 0 3px 0 10px;
    background-color: #60a183;
}

.list .list-item .prof .info .tag-list a::after {
    content: "";
    width: 14px;
    height: 26px;
    background: url(ribbon.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    right: -14px;
}

.list .list-item .text-image {
    width: 740px;
    height: auto;
    margin: 0 auto 60px;
}

.list .list-item .text-image img {
    width: 100%;
    height: auto;
}

.list .list-item .btn-wrap {
    margin: 0 auto;
    text-align: center;
}

.pager-list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    margin-top: 30px;
}

.pager-list li {
    margin: 0 10px;
}

.pager-list li a {
    box-sizing: border-box;
    display: block;
    width: 50px;
    height: 50px;
    line-height: 46px;
    border-radius: 6px;
    border: 2px solid #60a183;
    text-align: center;
    background-color: #60a183;
    color: #fff;
    transition: all 0.3s;
}

.pager-list li a.current {
    background-color: #fff;
    color: #60a183;
    border: 2px solid #fff;
}

.pager-list li a:hover {
    border: 2px solid #60a183;
    background-color: #fff;
    color: #60a183;
    line-height: 46px;
}

/* mediaquery
----------------------------------------------------------*/
@media only screen and (max-width: 750px) {

    /* contents_block
  ----------------------------------------------------------*/
    .contents {
        margin-top: 0;
    }

    .contents:before {
        width: 100%;
        height: 40px;
        background: url("wave_sp.png") no-repeat center 0;
        background-size: 100% 40px;
        top: -40px;
    }

    .contents-inner {
        max-width: 100%;
        width: 100%;
        padding: 60px 20px 60px;
        box-sizing: border-box;
    }

    .content-wrapper {
        overflow: hidden;
    }

    /* page title
  ----------------------------------------------------------*/
    .main-inner .pagetitle {
        margin: 0 auto 70px;
        padding: 110px 0 0;
        text-align: center;
    }

    .main-inner .pagetitle h1 {
        width: 235px;
        height: 20px;
        background: url(voice_tit_sp.png) no-repeat 50% 50%;
        background-size: 235px 20px;
    }

    .main-inner .pagetitle .subtit {
        margin-top: 20px;
        font-weight: bold;
        font-size: 13px;
        font-size: 1.3rem;
        letter-spacing: .05em;
    }

    .main-inner .pagetitle .subtit span {
        font-size: 13px;
        font-size: 1.3rem;
        color: #60a183;
        display: inline-block;
        margin-right: 10px;
        background-color: #eff5e3;
        padding: 4px 10px;
        -moz-border-radius: 6px;
        -webkit-border-radius: 6px;
        border-radius: 6px;
    }

    /* voice-block
  ----------------------------------------------------------*/
    .voice-block {
        padding: 30px 0 60px;
    }

    .voice-block section {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: 100%;
        padding: 0 20px;
        margin-bottom: 80px;
    }

    .search-list {
        display: block;
        margin-bottom: 30px;
        width: 100%;
    }

    .search-list li {
        width: 100%;
    }

    .search-list li .keyword-box select {
        margin-bottom: 15px;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .serchBox {
        display: block;
        margin-bottom: 30px;
    }

    .serchBox select {
        width: 100%;
        margin-bottom: 15px;
        font-size: 18px;
        font-size: 1.8rem;
    }

    .serchBox button {
        width: 100%;
    }

    .list .list-item {
        padding: 30px 20px;
    }

    .list .list-item:nth-of-type(n+2) {
        margin-top: 20px;
    }

    .list .list-item .prof {
        margin-bottom: 15px;
    }

    .list .list-item .prof .icon {
        width: 70px;
        height: 70px;
    }

    .list .list-item .prof .icon img {
        -moz-border-radius: 35px;
        -webkit-border-radius: 35px;
        border-radius: 35px;
    }

    .list .list-item .prof .info {
        width: calc(100% - 90px);
    }

    .list .list-item .prof .info .title {
        font-size: 17px;
        font-size: 1.7rem;
        margin-bottom: 15px;
    }

    .list .list-item .prof .info .info-inner {
        display: block;
        font-size: 14px;
        font-size: 1.4rem;
        margin-bottom: 6px;
    }

    .list .list-item .prof .info .info-inner .name {
        margin-right: 0;
    }

    .list .list-item .prof .info .tag-list li {
        margin-top: 4px;
        margin-right: 16px;
    }

    .list .list-item .prof .info .tag-list a {
        font-size: 12px;
        font-size: 1.2rem;
        background-color: #60a183;
        height: 20px;
        line-height: 20px;
    }

    .list .list-item .prof .info .tag-list a::after {
        content: "";
        height: 20px;
        right: -10px;
    }

    .list .list-item .text-image {
        width: 100%;
        margin: 0 auto 30px;
    }

    .list .list-item .btn-wrap .gr-btn a {
        height: 50px;
        font-size: 15px;
        font-size: 1.5rem;
    }

    .pager-list li {
        margin: 0 6px;
    }

    .pager-list li a {
        font-size: 15px;
        font-size: 1.5rem;
    }
}