@charset "utf-8";

/*/////////common/////////*/

body {
    font-family: 'Roboto', "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

img {
    vertical-align: bottom;
}

a {
    background: transparent;
}

a img {
    display: block;
}

a:hover,
a:hover img {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

button:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.clearfix::after {
    content: "";
    clear: both;
    display: block;
}

.comment-vertical.delighter {
    transition: all 1.1s ease-out;
    opacity: 0;
}
.comment-vertical.delighter.ended {
    opacity: 1;
}
@media screen and (min-width: 769px) {
    #body_wrap #efforts .box_comment-white_wrapper:nth-child(2n+1) .box_comment-white.delighter {
        transition: all .5s ease-out;
        transform: translate(-49%, 100%);
        opacity: 0;
    }
    #body_wrap #efforts .box_comment-white_wrapper:nth-child(2n+1) .box_comment-white.delighter.started {
        transform: translate(-49%, 0);
        opacity: 1;
    }

    #body_wrap #efforts .box_comment-white_wrapper:nth-child(2n+2) .box_comment-white.delighter {
        transition: all .5s ease-out;
        transform: translate(49%, 100%);
        opacity: 0;
    }
    #body_wrap #efforts .box_comment-white_wrapper:nth-child(2n+2) .box_comment-white.delighter.started {
        transform: translate(49%, 0);
        opacity: 1;
    }
}
@media screen and (max-width: 768px) {
    #body_wrap #efforts .box_comment-white.delighter {
        transition: all .5s ease-out;
        transform: translateY(100%);
        opacity: 0;
    }
    #body_wrap #efforts .box_comment-white.delighter.started {
        transform: none;
        opacity: 1;
    }
}

.delighter {
    transition: all .5s ease-out;
    transform: translateY(100%);
    opacity: 0;
}
.delighter.started {
    transform: none;
    opacity: 1;
}

@media screen and (min-width: 769px) {

}
@media screen and (max-width: 768px) {

}

/*/////////body/////////*/

body {
    width: 100%;
    min-width: 1366px;
    font-size: 16px;
    color: #444444;
    letter-spacing: 0.1em;
    -webkit-text-size-adjust: 100%;
}
body * {
    box-sizing: border-box;
}
body img {
    width: 100%;
}
section {
    width: 100%;
    position: relative;
}
#body_wrap {
    width: 100%;
    position: relative;
}
.comment-head {
    display: flex;
    position: relative;
    z-index: 8;
    font-weight: bold;
}
.comment-head .box-left p {
    font-size: 130px;
    letter-spacing: 6px;
    color: #00a17e;
}
.comment-head .box-right {
    padding-top: 28px;
    padding-left: 16px;
}
.comment-head .box-right h2 {
    font-size: 32px;
    letter-spacing: 5px;
    margin-bottom: 8px;
    font-weight: bold;
}
.comment-head .box-right p {
    font-size: 15px;
    padding-left: 4px;
}
.section_inner {
    width: 1080px;
    margin: 0 auto;
}
.font-green {
    color: #00a17e;
}
.font-red {
    color: #ff1d25;
}
.text-centering {
    text-align: center;
}
.bg-green,
#sidebar #dummyList li.bg-green {
    background-color: #00a17e;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder  {
    color: #cccccc;
}
input::-ms-input-placeholder,
textarea::-ms-input-placeholder  {
    color: #cccccc;
}
input::placeholder,
textarea::placeholder {
  color: #cccccc;
}
.sp_br {
    display: none;
}
.pc_br {
    display: block;
}

.form-error {
    display: block;
    color: #ff1d25;
    font-size: 14px;
    font-weight: bold;
    margin: 16px 0;
}
#dummyback {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    -webkit-transform: translate3d(0, 0, -1px);
    transform: translate3d(0, 0, -1px);
    width: 100%;
    height: 100vh;
    background-image: url(../img/company_main_01@pc.png);
    background-size: 100% auto;
    background-position: center;
    background-repeat: no-repeat;
 }

@media screen and (max-width: 768px) {

    body {
        width: 100%;
        min-width: 320px;
        overflow-x: hidden;
    }
    .comment-head {
        display: flex;
        margin-left: 4vw;
    }
    .comment-head .box-left p {
        font-size: 90px;
        letter-spacing: 2px;
        color: #00a17e;
    }
    .comment-head .box-right {
        padding-top: 28px;
        padding-left: 10px;
    }
    .comment-head .box-right h2 {
        font-size: 25px;
        letter-spacing: 3px;
    }
    .comment-head .box-right p {
        font-size: 13px;
        padding-left: 0;
    }
    .section_inner {
        width: auto;
    }
    .sp_br {
        display: block;
    }
    .pc_br {
        display: none;
    }
}

/*/////////header/////////*/

header .wrapper {
    width: 1080px;
    padding: 30px 0 28px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    font-weight: bold;
}
header .box-left h1 {
    font-size: 15px;
    padding: 8px 0 0;
}
header .box-left h1 a {
    display: block;
    width: 207px;
    height: 53px;
}
header .box-center {
    margin-left: 54px;
}
header .box-center .element-left {
    font-size: 14px;
    color: #999999;
    margin-left: 8px;
    padding-bottom: 6px
}
header .box-center .element-right {
    font-size: 20px;
    margin-left: 8px;
    padding-bottom: 6px;
    font-weight: normal;
}
header .box-center .nav_header ul {
    font-size: 15px;
    display: flex;
    justify-content: center;
    padding-top: 8px;
}
header .box-center .nav_header li {
    margin-left: 12px;
    display: flex;
    justify-content: center;
}
header .box-center .nav_header li::before {
    content: "/";
    display: block;
    margin-right: 11px;
    color: #00a17e;
    font-weight: normal;
}
header .box-center .nav_header li:first-child::before {
    display: none;
}
header .box-center p,
header .box-center .nav_header ul {
    display: flex;
    justify-content: flex-end;
}
header .box-center p span {
    align-self: baseline;
}
header .box-right {
    margin-left: 36px;
}
header .box-right a {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #ffffff;
    width: 214px;
    padding: 25px 20px 25px 50px;
    text-align: center;
    background: #00a17e;
    background-image: url(../img/icon_mail_small@2x.png);
    background-size: 27px 20px;
    background-repeat: no-repeat;
    background-position: 40px 24px;
    border-radius: 34px 34px;
    box-shadow:0px 0px 20px 1px #cccccc;
}

@media screen and (max-width: 768px) {
    header .wrapper {
        width: 90%;
        padding: 16px 0 14px;
        justify-content: space-between;
        align-items: center;
        letter-spacing: 1px;
    }
    header .box-left h1 {
        padding: 0;
        width: 37.4vw;
        height: 10vw;
    }
    header .box-left h1 a {
        width: 100%;
        height: auto;
    }
    header .box-center {
        margin-left: 0;
    }
    header .box-center p {
        display: block;
    }
    header .box-center .element-left {
        display: block;
        font-size: 10px;
        margin-left: -4px;
        padding-bottom: 0px
    }
    header .box-center .element-right {
        display: block;
        font-size: 14px;
        margin-left: 0;
        padding-bottom: 0;
    }
    header .box-center p span {
        align-self: baseline;
        white-space: nowrap;
    }
    header .nav_header,
    header .box-right {
        display: none;
    }
}

/*/////////slider/////////*/

#main_slider {
    position: relative;
    width: 92vw;
    height: 47.9vw;
    margin: 0 auto;
    min-width: 1206px;
    min-height: 628px;
}
#main_slider .slider_comment {
    display: none;

    position: absolute;
    left: 54px;
    bottom: 77px;
    z-index: 9999;
    font-weight: bold;
}
#main_slider .slider_comment p {
    display: block;
    font-size: 40px;
    margin: 34px;
}

#main_slider .slider_comment span {
    letter-spacing: 6px;
    background: #ffffff;
    padding: 10px;
}
#main_slider .slider_scroll {
    position: relative;
    bottom: 48px;
    font-size: 12px;
    color: #00a17e;
    text-align: center;
    z-index: 9999;
}
#main_slider .slider_scroll::before,
#main_slider .slider_scroll::after {
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    border-top: 2px solid #00a17e;
    border-right: 2px solid #00a17e;
    transform: rotate(135deg);
    position: absolute;
    z-index: 9999;
    left: calc(50% - 3px);
}
#main_slider .slider_scroll::before {
    top: 17px;
}
#main_slider .slider_scroll::after {
    top: 21px;
}
#main_slider .swiper-container::before{
    left: 0;
}
#main_slider .swiper-container::after {
    right: 0;
}

#main_slider .swiper-container .swiper-button-prev,
#main_slider .swiper-container .swiper-button-next {
    display: none;

    position: absolute;
    top: 50%;
    width: 37px;
    height: 70px;
    margin-top: -40px;
    background-size: 37px 70px;
}
#main_slider .swiper-container .swiper-button-prev {
    left: 3px;
}
#main_slider .swiper-container .swiper-button-next {
    right: 3px;
}
#main_slider .swiper-container .swiper-pagination {
    padding: 0 77px 28px 0;
}
#main_slider .swiper-container .swiper-pagination .swiper-pagination-bullet {
    margin: 0 14px;
}
@media screen and (max-width: 768px) {
    #main_slider {
        position: relative;
        width: 95%;
        height: auto;
        margin-bottom: calc(10vw - 24px);
        min-width: 320px;
        min-height: auto;
    }
    #main_slider .slider_comment {
        position: absolute;
        left: 4.8vw;
        bottom: -104px;
        z-index: 9999;
    }
    #main_slider .slider_comment p {
        font-size: 24px;
        margin: 19px 0 0;
    }
    #main_slider .slider_comment span {
        letter-spacing: 3px;
        padding: 2px;
    }
    #main_slider .slider_scroll {
        display: none;
    }
    #main_slider .slider_scroll::before,
    #main_slider .slider_scroll::after {
        display: none;
    }
    #main_slider .swiper-container {
        padding: 0 3%;
    }
    #main_slider .swiper-container::before,
    #main_slider .swiper-container::after {
        content: "";
        display: block;
        width: 3%;
        height: 100%;
        background: #ffffff;
        position: absolute;
        z-index: 9001;
        top: 0;
    }
    #main_slider .swiper-container .swiper-pagination {
        display: none;
    }
    #main_slider .swiper-container .swiper-button-prev,
    #main_slider .swiper-container .swiper-button-next {
        display: block;
        width: 6vw;
        height: 12vw;
        margin-top: -2.6vw;
        background-size: 4.5vw 9vw;
    }
    #main_slider .swiper-container .swiper-button-prev {
        background-image: url(../img/swiper-prev@sp.png);
        left: -0.6vw;
    }
    #main_slider .swiper-container .swiper-button-next {
        background-image: url(../img/swiper-next@sp.png);
        right: -0.6vw;
    }
    #main_slider .swiper-container .swiper-wrapper {
        transform: scale(0.97,0.97);
    }
    #main_slider br.sp_br {
        margin-top: 16px;
    }
}

/*/////////sidebar/////////*/

#sidebar #dummyList {
    height: 417px;
    width: 6px;
    position: absolute;
    right: 15px;
    top: 55px;
    z-index: 10004;
}
#sidebar #dummyList li {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #e6e6e6;
    margin-top: 98px;
}
#sidebar #dummyList li:first-child {
    margin-top: 0;
}
#sidebar #dummyBar {
    position: absolute;
    right: 18px;
    top: 58px;
    background: #e6e6e6;
    width: 1px;
    height: 416px;
    z-index: 10003;
}
#sidebar #dummyProgress {
    background: #00a17e;
    width: 1px;
    height: 0;
}
#sidebar {
    width: 111px;
    height: 634px;
    font-size: 14px;
    position: fixed;
    top: 10px;
    right: 0;
    z-index: 10002;
    transition: all 0.382s;
    transform: translateX(132px);
    font-weight: bold;
}
#sidebar.show {
    transform: translate(0);
}
#sidebar .sidebar-upper {
    height: 548px;
    padding: 10px 7px 2px 0;
    box-shadow: 0px 0px 10px 0px #cccccc;
    border-radius: 16px 0 0 0 / 16px 0 0 0;
    background: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
#sidebar .sidebar-upper li:first-child {
    padding-left: 1em;
}
#sidebar .sidebar-upper li a {
    text-align: right;
}
#sidebar .sidebar-upper li a span {
    display: block;
    margin-top: 2px;
}
#sidebar .sidebar-upper li a span:first-child {
    font-size: 20px;
}
#sidebar .sidebar-lower a {
    display: block;
    color: #ffffff;
    padding: 50px 0 12px;
    width: 111px;
    height: 86px;
    text-align: center;
    background-color: #00a17e;
    background-image: url(../img/icon_mail_small@2x.png);
    background-position: center 24px;
    background-repeat: no-repeat;
    background-size: 27px 20px;
    border-radius: 0 0 0 16px / 0 0 0 16px;
    box-shadow: 0px 0px 10px 1px #cccccc;
}
@media screen and (max-width: 768px) {
    #sidebar #dummyList,
    #sidebar #dummyBar,
    #sidebar #dummyProgress {
        display: none;
    }
    #sidebar {
        width: 100%;
        height: auto;
        font-size: 14px;
        position: fixed;
        top: auto;
        bottom: 0;
        right: 0;
        transform: translateX(0);
        display: flex;
        justify-content: space-between;
    }
    #sidebar a:hover {
        opacity: 1;
    }
    #sidebar .sidebar-upper {
        width: 84.6%;
        height: 16vw;
        padding: 0;
        box-shadow: 0px 0px 8px 1px #cccccc;
        border-radius: 0;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    #sidebar .sidebar-upper li {
        width: 20%;
        height: 16vw;
        border-right: 1px solid #cccccc;
        padding-left: 1px;
        padding-top: 1.4vw;
        letter-spacing: 0.05em;
    }
    #sidebar .sidebar-upper li:first-child {
        padding-left: 0;
    }
    #sidebar .sidebar-upper li a {
        text-align: center;
    }
    #sidebar .sidebar-upper li a span {
        display: block;
        margin-top: 1vw;
        font-size: 3.2vw;
    }
    #sidebar .sidebar-upper li a span:first-child {
        font-size: 4.8vw;
    }
    #sidebar .sidebar-lower {
        width: 16.4%;
        height: 16vw;
    }
    #sidebar .sidebar-lower a {
        display: block;
        color: #ffffff;
        padding: 0;
        width: 100%;
        height: 16vw;
        background-image: url(../img/icon_mail_small@2x.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 7.0vw 5.3vw;
        border-radius: 0;
        box-shadow: 0px 0px 8px 1px #cccccc;
        text-indent: 100%;
        white-space: nowrap;
        overflow: hidden;
    }
}

/*/////////greeting/////////*/

section#greeting {
    margin: 90px auto 65px;
}
section#greeting .section_inner {
    position: relative;
    width: 100%;
}
section#greeting .comment-head .box-left {
    margin-top: -12px;
}
section#greeting .comment-head .box-left p {
    letter-spacing: 4px;
}
section#greeting .comment-head {
    width: auto;
}
section#greeting .wrapper {
    margin: 0 0 0 calc(50% - 540px);
}
section#greeting .comment-head .box-right {
    padding-left: 20px;
}
section#greeting .main_img {
    position: absolute;
    right: 0;
    top: 28px;
    z-index: 1;
    width: 61.6vw;
    height: 32vw;
    min-width: 842px;
    min-height: 438px;
}
section#greeting .comment-vertical {
    position: relative;
    z-index: 4;
    width: 284px;
    height: 558px;
    font-size: 28px;
    line-height: 2;
    letter-spacing: 4px;
    text-align: left;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    padding: 42px 82px 0px 82px;
    margin-top: 36px;
    background-image: url(../img/quote_green_top@2x.png), url(../img/quote_green_bottom@2x.png);
    background-size: 32px 28px, 32px 28px;
    background-position: right top, left bottom;
    background-repeat: no-repeat, no-repeat;
    font-weight: bold;
}
section#greeting .comment-horizontal {
    position: absolute;
    z-index: 6;
    top: 502px;
    left: calc(50% - 188px);
    width: 734px;
    line-height: 1.5;
    background: #ffffff;
    padding: 20px 24px;
}
section#greeting .comment-horizontal p {
    color: #444444;
}
section#greeting .comment-horizontal dl {
    margin-top: 22px;
    font-size: 18px;
    display: flex;
    align-items: center;
    font-weight: bold;
}
section#greeting .comment-horizontal dl dt {
    margin-right: 50px;
}
@media screen and (max-width: 768px) {

    section#greeting {
        margin: 14.6vw auto 48px;
    }
    section#greeting .section_inner {
        position: relative;
    }
    section#greeting .box-left p {
        letter-spacing: 2px;
    }
    section#greeting .wrapper {
        margin-left: 0;
    }
    section#greeting .comment-head .box-right {
        padding-left: 14px;
        padding-top: 12px;
    }
    section#greeting .comment-head .box-right h2 {
        margin-bottom: 5px;
    }
    section#greeting .main_img {
        position: absolute;
        right: 0;
        top: 78px;
        z-index: 1;
        width: 97.5%;
        height: auto;
        min-width: auto;
        min-height: auto;
    }
    section#greeting .comment-vertical {
        position: relative;
        z-index: 6;
        width: 95%;
        height: 110px;
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 2px;
        text-align: left;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        -webkit-text-orientation: mixed;
        text-orientation: mixed;
        padding: 24px 20px;
        margin: 172px 0 0 5vw;
        background-image: url(../img/quote_green_top@2x.png), url(../img/quote_green_bottom@2x.png);
        background-size: 16px 14px, 16px 14px;
        background-position: 362px bottom, left top;
        background-repeat: no-repeat, no-repeat;
    }
    section#greeting .comment-horizontal {
        position: relative;
        z-index: 4;
        bottom: auto;
        top: 0;
        left: 0;
        width: 100%;
        line-height: 1.5;
        background: #ffffff;
        padding: 24px 22px 24px;
    }
    section#greeting .comment-horizontal dl {
        margin-top: 14px;
        font-size: 18px;
        display: flex;
        align-items: center;
    }
    section#greeting .comment-horizontal dl dt {
        margin-right: 2em;
    }
}
@media screen and (max-width: 422px) {
    section#greeting .comment-vertical {
        letter-spacing: 0;
        background-position: 96% bottom, left top;
    }

}

/*/////////effort/////////*/

section#efforts {
    background: #f2f2f2;
    position: relative;
    margin: 128px 0 0;
    padding-bottom: 100px;
}
section#efforts .section_inner {
    width: 100%;
}
section#efforts .comment-head {
    position: absolute;
    left: calc(50% - 540px);
    top: -46px;
    z-index: 8;
}
section#efforts .comment-head .box-left {
    margin-top: -10px;
}
section#efforts .box_comment-white_wrapper {
    position: relative;
    margin: 0 0 140px;
}
section#efforts .box_comment-white_wrapper:nth-child(2) {
    margin-bottom: 296px;
}
section#efforts .box_comment-white_wrapper:nth-child(2) .box_comment-white::before {
    background-image: url(../img/icon_efforts_01@2x.png);
    background-position: 25px center;
    background-repeat: no-repeat;
    background-size: 41px 44px;
}
section#efforts .box_comment-white_wrapper:nth-child(3) .box_comment-white::before {
    background-image: url(../img/icon_efforts_02@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 52px;
}
section#efforts .box_comment-white_wrapper:nth-child(4) .box_comment-white::before {
    background-image: url(../img/icon_efforts_04@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 42px 39px;
}
section#efforts .box_comment-white_wrapper:nth-child(5) .box_comment-white::before {
    background-image: url(../img/icon_efforts_05@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 38px 38px;
}
section#efforts .box_comment-white_wrapper:nth-child(6) .box_comment-white::before {
    background-image: url(../img/icon_efforts_06@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 40px 40px;
}

section#efforts .box_comment-white_wrapper:nth-child(7) .box_comment-white::before {
    background-image: url(../img/icon_efforts_03@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 38px 37px;
}

section#efforts .box_comment-white_wrapper:nth-child(8) .box_comment-white::before {
    background-image: url(../img/icon_efforts_07@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 54px 40px;
}

section#efforts .box_comment-white {
    position: absolute;
    top: 50%;
    z-index: 6;
    width: 372px;
    background: #ffffff;
    line-height: 1.6;
    text-align: center;
    padding-bottom: 25px;
    margin: 0;
    box-shadow: 0px 0px 20px 0px #e2e2e2;
}
section#efforts .box_comment-white_wrapper:nth-child(2n+1) .box_comment-white {
    transform: translateX(-49%);
    left: 0;
}
section#efforts .box_comment-white_wrapper:nth-child(2n+2) .box_comment-white {

    transform: translateX(49%);
    right: 0;
}
section#efforts .box_comment-white .upper {
    margin: -6px auto 20px;
    font-size: 20px;
    color: #00a17e;
    font-weight: bold;
}
section#efforts .box_comment-white .lower {
    width: 276px;
    text-align: left;
    margin: 20px auto;
    font-size: 16px;
}
section#efforts .box_comment-white::before {
    content: "";
    display: block;
    position: relative;
    top: -25px;
    left: calc(50% - 41px);
    width: 82px;
    height: 82px;
    background-color: #00a17e;
    border-radius: 50%;
}
section#efforts .main_img {
    position: relative;
    top: 0;
}

section#efforts .main_img {
    display: block;
    width: 76.7vw;
    height: 30.4vw;
    min-width: 1049px;
    min-height: 415px;
}
section#efforts .box_comment-white_wrapper:nth-child(2n+1) .main_img {
    margin: 0 0 0 auto;
}
section#efforts .box_comment-white_wrapper:nth-child(2n+2) .main_img {
    margin: 0 auto 0 0;
}
section#efforts .box_comment-white_wrapper:nth-child(2) .main_img {
    top: 156px;
}
section#efforts .tree {
    position: absolute;
    z-index: 2;
}
section#efforts .box_comment-white_wrapper:nth-child(2) .tree {
    width: 10.5vw;
    height: 15.6vw;
    min-width: 146px;
    min-height: 213px;
    top: -4.8vw;
    left: calc(51% + 372px);
}
section#efforts .box_comment-white_wrapper:nth-child(6) .tree {
    width: 10.5vw;
    height: 15.6vw;
    min-width: 146px;
    min-height: 213px;
    top: -6.8vw;
    left: calc(50% + 404px);
}
section#efforts .box_comment-white_wrapper:nth-child(3) .tree {
    width: 17.8vw;
    height: 32.9vw;
    min-width: 243px;
    min-height: 450px;
    top: -1.4vw;
    left: 0;
}
section#efforts .box_comment-white_wrapper:nth-child(7) .tree {
    width: 15.2vw;
    height: 28.1vw;
    min-width: 208px;
    min-height: 384px;
    top: -0.8vw;
    left: 0;
}
section#efforts .about_dx {
    margin: 300px auto 0;
    max-width: 750px;
}
section#efforts .about_dx button {
    position: relative;
    display: flex;
    justify-content: center ;
    align-items: center;
    width: 750px;
    height: 100px;
    background: #00a17e;
    color: #ffffff;
    border-radius: 80px;
    font-size: 16px;
    font-family: 'Roboto', "游ゴシック体", YuGothic, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-weight: bold;
    cursor: pointer;
    border: none;
    letter-spacing: 0.1em;
    z-index: 10;
}
section#efforts .about_dx button::before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    width: 20px;
    height: 2px;
    background-color: #ffffff;
    transform: translate(50%, -50%);
    transform-origin: right;
    transition: all 0.3s ease-in-out;
}
section#efforts .about_dx button::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 40px;
    width: 2px;
    height: 20px;
    background-color: #ffffff;
    transform: translate(50%, -50%);
    transform-origin: top;
    transition: all 0.3s ease-in-out;
}
section#efforts .about_dx.is-open button::before {
    rotate: 90deg;
    opacity: 0;
}
section#efforts .about_dx.is-open button::after {
    rotate: 90deg;
}
section#efforts .about_dx-inner {
    padding: 0 60px;
    height: 0;
    background: #ffffff;
    transform: translateY(-80px);
    opacity: 0;
    transition: all 0.3s ease-in-out;
}
section#efforts .about_dx.is-open .about_dx-inner {
    padding: 110px 60px 60px;
    height: max-content;
    transform: translateY(-50px);
    opacity: 1;
}

section#efforts .about_dx-inner h3 {
    font-size: 18px;
    color: #00a17e;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
section#efforts .about_dx-inner p {
    font-size: 16px;
    font-weight: medium;
    color: #444444;
    line-height: 25px;
    letter-spacing: 0.15em;
}
section#efforts .about_dx-inner ul {
    margin-top: 30px;
    font-weight: bold;
}
section#efforts .about_dx-inner ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}
section#efforts .about_dx-inner ul li::before {
    content: "";
    display: inline-block;
    flex: 0 0 5px;
    height: 5px;
    background-color: #00a17e;
    border-radius: 50%;
    vertical-align: middle;
}
section#efforts .about_dx-inner ul li:not(:last-child) {
    margin-bottom: 15px;
}
section#efforts .about_dx-inner .separator {
    margin-block: 40px;
    width: 100%;
    height: 1px;
    background-color: #E6E6E6;
}
@media screen and (max-width: 768px) {

    section#efforts {
        position: relative;
        margin: 0;
        padding-bottom: 60px;
    }
    section#efforts .section_inner {
        width: 100%;
    }
    section#efforts .comment-head {
        position: relative;
        left: 0;
        top: -42px;
        z-index: 8;
    }
    section#efforts .comment-head .box-left {
        letter-spacing: 3px;
    }
    section#efforts .comment-head .box-right {
        padding-top: 16px;
        padding-left: 12px;
    }
    section#efforts .comment-head .box-right h2 {
        margin-left: -4px;
        letter-spacing: 2px;
    }
    section#efforts .box_comment-white_wrapper {
        position: relative;
        margin: 0;
    }
    section#efforts .box_comment-white_wrapper:nth-child(2) {
        margin-bottom: 0;
    }
    section#efforts .box_comment-white {
        position: relative;
        top: -29px;
        z-index: 6;
        width: 90vw;
        background: #ffffff;
        line-height: 1.5;
        text-align: center;
        padding-bottom: 0;
        margin: 0;
        box-shadow: 0px 0px 20px 0px #e2e2e2;
    }
    section#efforts .box_comment-white_wrapper:nth-child(2n+1) .box_comment-white {
        transform: none;
        left: 5vw;
    }
    section#efforts .box_comment-white_wrapper:nth-child(2n+2) .box_comment-white {
        transform: none;
        right: 0;
        left: 5vw;
    }
    section#efforts .box_comment-white .upper {
        margin: -8px auto 14px;
        font-size: 20px;
        color: #00a17e;
    }
    section#efforts .box_comment-white .lower {
        width: 74.6vw;
        margin: 16px auto 25px;
    }
    section#efforts .main_img {
        position: relative;
        top: 0;
        display: flex;
        flex-direction: column-reverse;
        width: auto;
        height: auto;
        min-width: auto;
        min-height: auto;
        margin-bottom: 16px;
    }
    section#efforts .box_comment-white_wrapper:nth-child(2n+1) .main_img {
        margin: 0;
    }
    section#efforts .box_comment-white_wrapper:nth-child(2n+2) .main_img {
        margin: 0;
    }
    section#efforts .box_comment-white_wrapper:nth-child(2) .main_img {
        top: -12px;
    }
    section#efforts .main_img img {
        display: block;
        width: 98vw;
        height: 71.6vw;
    }
    section#efforts .tree {
        position: absolute;
        z-index: 2;
    }
    section#efforts .box_comment-white_wrapper:nth-child(2) .tree {
        width: 21vw;
        height: 31.5vw;
        min-width: auto;
        min-height: auto;
        top: -82px;
        left: 75%;
    }
    section#efforts .box_comment-white_wrapper:nth-child(6) .tree {
        display: none;
    }
    section#efforts .box_comment-white_wrapper:nth-child(3) .tree {
        display: none;
    }
    section#efforts .box_comment-white_wrapper:nth-child(7) .tree {
        display: none;
    }
    section#efforts .about_dx {
        margin: 40px 20px 0;
        max-width: 100%;
    }
    section#efforts .about_dx button {
        width: 100%;
    }
    section#efforts .about_dx-inner {
        padding: 0 20px;
    }
    section#efforts .about_dx.is-open .about_dx-inner {
        padding: 90px 20px 40px;
    }
    section#efforts .about_dx .separator {
        margin-block: 30px;
    }
    
}
@media screen and (min-width: 480px) {
    section#efforts .sp_br {
        display: none;
    }

}

/*/////////facility/////////*/

section#facility {
    background-image: url(../img/tree_03.png);
    background-position: calc(50% - 380px) bottom;
    background-size: 425px 385px;
    background-repeat: no-repeat;
}
section#facility .comment-head {
    margin-top: 76px;
    float: left;
}
section#facility .comment-head .box-left {
    margin-top: -10px;
}
section#facility .box_comment-white_wrapper {
    position: relative;
}
section#facility .box_comment-white_wrapper:nth-child(2) {
    margin-top: 90px;
}
section#facility .box_comment-white_wrapper:nth-child(3) {
    margin-top: 56px;
}
section#facility .box_comment-white_wrapper:nth-child(2n+2) {
    float: right;
    margin-bottom: 280px;
}
section#facility .box_comment-white_wrapper:nth-child(2n+1) {
    float: left;
    margin-bottom: 280px;
}
section#facility .box_comment-white {
    position: absolute;
    width: 410px;
    padding: 46px 30px;
    background: #ffffff;
    top: 314px;
    left: 50px;
    box-shadow: 0px 0px 20px 0px #e2e2e2;
    line-height: 1.6;
}
section#facility .box_comment-white_wrapper:nth-child(2) .box_comment-white::before {
    content: "FACILITY 01";
}
section#facility .box_comment-white_wrapper:nth-child(3) .box_comment-white::before {
    content: "FACILITY 02";
}
section#facility .box_comment-white_wrapper:nth-child(4) .box_comment-white::before {
    content: "FACILITY 03";
}
section#facility .box_comment-white_wrapper:nth-child(5) .box_comment-white::before {
    content: "FACILITY 04";
}
section#facility .box_comment-white_wrapper:nth-child(6) .box_comment-white::before {
    content: "FACILITY 05";
}
section#facility .box_comment-white_wrapper:nth-child(7) .box_comment-white::before {
    content: "FACILITY 06";
}
section#facility .box_comment-white_wrapper:nth-child(8) .box_comment-white::before {
    content: "FACILITY 07";
}
section#facility .box_comment-white::before {
    display: block;
    position: absolute;
    z-index: 8;
    width: 184px;
    padding: 7px 0 9px;
    text-align: center;
    color: #ffffff;
    font-size: 14px;
    background: #00a17e;
    line-height: 1;
    border-radius: 15px;
    left: calc(50% - 92px);
    top: -15px;
}
section#facility .box_comment-white .upper {
    font-size: 20px;
    color: #00a17e;
    text-align: center;
    margin-bottom: 18px;
    padding: 2px 0;
    font-weight: bold;
}
section#facility .box_comment-white .lower {
    width: 336px;
    margin: 18px auto 0;
    font-size: 16px;
}
section#facility .box_comment-white_wrapper .main_img {
    width: 501px;
    height: 375px;
}

@media screen and (max-width: 768px) {

    section#facility {
        background-image: url(../img/tree_03.png);
        background-position: 9% bottom;
        background-size: 56.6vw 51.4vw;
        background-repeat: no-repeat;
        padding-bottom: 110px;
    }
    section#facility .comment-head {
        margin-top: 0;
        margin-bottom: 22px;
        padding-top: 30px;
        float: none;
    }
    section#facility .comment-head .box-right {
        padding-top: 16px;
        padding-left: 10px;
    }
    section#facility .box_comment-white_wrapper {
        position: relative;
        display: flex;
        flex-direction: column-reverse;
    }
    section#facility .box_comment-white_wrapper:nth-child(2) {
        margin-top: 0;
    }
    section#facility .box_comment-white_wrapper:nth-child(3) {
        margin-top: 0;
    }
    section#facility .box_comment-white_wrapper:nth-child(2n+2) {
        float: none;
        margin-bottom: 0;
    }
    section#facility .box_comment-white_wrapper:nth-child(2n+1) {
        float: none;
        margin-bottom: 0;
    }
    section#facility .box_comment-white {
        position: relative;
        width: 90%;
        padding: 28px 24px;
        top: -26px;
        left: 5vw;
        box-shadow: 0px 0px 12px 0px #e2e2e2;
        margin-bottom: 20px;
    }
    section#facility .box_comment-white .upper {
        font-size: 20px;
        color: #00a17e;
        text-align: center;
        margin-bottom: 18px;
        padding: 0;
    }
    section#facility .box_comment-white .lower {
        width: 100%;
        margin: 18px auto 0;
        line-height: 1.5;
    }
    section#facility .box_comment-white_wrapper .main_img {
        width: 95vw;
        height: 51.9vw;
        margin-left: 2.5vw;
    }

}

/*/////////recruit/////////*/

section#recruit {
    background: #00a17e;
    margin-top: -10px ;
    margin-bottom: 418px;
    height: 1156px;
    position: relative;
}
section#recruit .section_inner {
    width: 100%;
}
section#recruit .section_inner .wrapper {
    position: absolute;
    z-index: 3;
    margin-left: calc(50% - 540px);
}
section#recruit .comment-head {
    padding-top: 70px;
}
section#recruit .comment-head .box-left {
    margin-top: -10px;
}
section#recruit .comment-head .box-left p {
    color: #ffffff;
}
section#recruit .comment-head .box-right {
    color: #ffffff;
}
section#recruit .comment-head .box-right p {
    margin-top: 4px;
}
section#recruit .main_img {
    position: relative;
    z-index: 2;
    margin-top: 142px;
    float: right;
}
section#recruit .main_img .recruit_message {
    display: block;
    width: 395px;
    height: 90px;
    position: absolute;
    right: 0;
    top: -50px;
    transform: translateX(-50%);
}
section#recruit .main_img p {
    position: absolute;
    right: 0;
    top: 40px;
    transform: translateX(-56%);
    color: #ffffff;
    font-size: 20px;
    padding: 4px 25px;
    border-left: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    font-weight: bold;
}
section#recruit .main_img .main_img_01 {
    display: block;
    width: 62.7vw;
    height: 39.2vw;
    min-width: 856px;
    min-height: 535px;
    margin: 0 0 0 auto;
    float: right;
}
section#recruit .comment-vertical {
    position: relative;
    z-index: 4;
    width: 326px;
    height: 548px;
    font-size: 28px;
    color: #ffffff;
    line-height: 2;
    letter-spacing: 4px;
    text-align: left;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    text-orientation: upright;
    padding: 64px 52px 0px 52px;
    background-image: url(../img/quote_white_top@2x.png), url(../img/quote_white_bottom@2x.png);
    background-size: 32px 28px, 32px 28px;
    background-position: right top, left bottom;
    background-repeat: no-repeat, no-repeat;
    float: left;
    margin: 26px 0 0 -16px;
    font-weight: bold;
}
section#recruit .comment-horizontal {
    width: 620px;
    background: #ffffff;
    padding: 44px 50px 40px;
    line-height: 1.6;
    box-shadow:0px 0px 10px 1px #cfcfcf;
    position: absolute;
    top:  544px;
    left: calc(50% - 94px);
    z-index: 6;
}
section#recruit .comment-horizontal dl {
    display: flex;
}
section#recruit .comment-horizontal dl dt {
    width: 104px;
}
section#recruit .comment-horizontal dl dd {

}
section#recruit .comment-horizontal .staff_profile {
    margin-top: 30px;
    display: flex;
}
section#recruit .comment-horizontal .profile-left {
    font-size: 18px;
    margin-right: 54px;
    font-weight: bold;
}
section#recruit .comment-horizontal .profile-left .font-green {
    font-size: 15px;
}
section#recruit .comment-horizontal .profile-right {
    font-size: 15px;
    margin: 0 auto;
    width: 286px;
    text-align: left;
}
section#recruit .staff_list {
    position: absolute;
    z-index: 3;
    left: calc(50% - 528px);
    top: 924px;
    display: flex;
    justify-content: space-between;
    width: 1056px;
    margin: 0 auto;
}
section#recruit .box_staff_list {
    font-size: 15px;
    text-align: center;
    line-height: 1.6;
    display: flex;
    flex-direction: column;
}
section#recruit .box_staff_list .staff_profile {
    margin: 38px auto 0;
}
section#recruit .box_staff_list .staff_img {
    width: 321px;
    height: 321px;
}
section#recruit .box_staff_list .staff_comment {
    font-size: 20px;
    width: 244px;
    color: #00a17e;
    margin: 40px auto 20px;
    font-weight: bold;
}
section#recruit .box_staff_list .staff_name {
    font-size: 18px;
    margin: 4px 0 14px;
}
section#recruit .box_staff_list .profile-left {
    font-weight: bold;
}
section#recruit .box_staff_list .profile-right {
    text-align: left;
}
section#recruit .box_staff_list .profile-right dl {
    display: flex;
}
section#recruit .box_staff_list .profile-right dl dt {
    width: 104px;
}
section#recruit .box_staff_list .profile-right dl dd {
}

@media screen and (max-width: 768px) {

    section#recruit {
        background: #00a17e;
        margin-top: -5px;
        margin-bottom: auto;
        height: auto;
        position: relative;
        padding-bottom: 0;
    }
    section#recruit .section_inner {
        width: 100%;
    }
    section#recruit .section_inner .wrapper {
        position: relative;
        z-index: 3;
        margin-left: 0;
    }
    section#recruit .comment-head {
        padding-top: 30px;
    }
    section#recruit .comment-head .box-right {
        padding-top: 16px;
        padding-left: 16px;
    }
    section#recruit .main_img {
        position: relative;
        z-index: 2;
        margin-top: 28px;
        float: none;
    }
    section#recruit .main_img .recruit_message {
        display: block;
        width: 198px;
        height: 46px;
        position: relative;
        right: 0;
        top: 0;
        transform: translateX(0);
        margin: 0 auto;
    }
    section#recruit .main_img p {
        position: relative;
        right: 0;
        top: 16px;
        font-size: 18px;
        transform: translateX(0);
        color: #ffffff;
        width: 300px;
        padding: 4px 0;
        margin: 0 auto;
        text-align: center;
    }
    section#recruit .main_img .main_img_01 {
        display: block;
        width: 97.5vw;
        height: 66.8vw;
        min-width: auto;
        min-height: auto;
        margin: 254px 0 0 auto;
        float: none;
    }
    section#recruit .comment-vertical {
        position: absolute;;
        z-index: 6;
        left: 5vw;
        width: 95%;
        height: 176px;
        font-size: 20px;
        line-height: 1.6;
        letter-spacing: 2px;
        text-align: left;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        -webkit-text-orientation: mixed;
        text-orientation: mixed;
        padding: 24px 20px;
        margin: 158px auto 0;
        background-image: url(../img/quote_white_top@2x.png), url(../img/quote_white_bottom@2x.png);
        background-size: 16px 14px, 16px 14px;
        background-position: 316px bottom, left top;
        background-repeat: no-repeat, no-repeat;
    }
    section#recruit .comment-horizontal {
        width: 90%;
        background: #ffffff;
        padding: 26px 24px 30px;
        line-height: 1.5;
        box-shadow: 0px 0px 8px 0px #cccccc;
        position: relative;
        top: -30px;
        left: 5vw;
        z-index: 6;
        margin-bottom: 182px;
    }
    section#recruit .comment-horizontal dl {
        font-size: 15px;
        display: flex;
    }
    section#recruit .comment-horizontal .staff_profile {
        margin-top: 22px;
        display: block;
        text-align: center;
    }
    section#recruit .comment-horizontal .profile-left {
        font-size: 18px;
        margin: 0 auto;
    }
    section#recruit .comment-horizontal .profile-right {
        width: 286px;
        padding-left: 8px;
    }
    section#recruit .comment-horizontal .profile-left .profile-name {
        margin: 8px auto 12px;
    }
    section#recruit .staff_list {
        position: relative;
        z-index: 3;
        left: 0;
        top: 0;
        display: block;
        background: #ffffff;
        width: 100%;
        margin: 0 auto;
    }
    section#recruit .box_staff_list {
        position: relative;
        top: -158px;
        margin-bottom: 38px;
        line-height: 1.5;
    }
    section#recruit .box_staff_list .staff_img {
        width: 321px;
        height: 321px;
        margin: 0 auto;
    }
    section#recruit .box_staff_list .staff_comment {
        font-size: 20px;
        color: #00a17e;
        margin: 24px auto;
        width: 66%;
    }
    section#recruit .box_staff_list .staff_name {
        font-size: 18px;
        margin: 4px 0 18px;
    }
    section#recruit .box_staff_list .profile-right {
        line-height: 1.5;
    }

}
@media screen and (max-width: 348px) {
    section#recruit .comment-vertical {
        background-position: 94% bottom, left top;
        letter-spacing: 0px
    }
    section#recruit .comment-horizontal .profile-right {
        letter-spacing: 0px;
    }
}

/*/////////requirements/////////*/

section#requirements {
    background: #e5f6f2;
    padding-bottom: 100px;
}
section#requirements .requirements_title {
    width: 897px;
    height: 73px;
    position: relative;
    top: -33px;
    margin: 0 auto;
}
section#requirements h2 {
    font-size: 20px;
    color: #00a17e;
    text-align: center;
    margin: -12px auto 60px;
    width: 180px;
    border-right: 1px solid #00a17e;
    border-left: 1px solid #00a17e;
    font-weight: bold;
}
section#requirements .switch-tab {
    font-size: 18px
}
section#requirements .switch-tab ul {
    display: flex;
    justify-content: center;
    font-weight: bold;
}
section#requirements .switch-tab ul li {
    width: 228px;
    padding: 20px 0;
    display: block;
    text-align: center;
    background: #00a17e;
    color: #ffffff;
    cursor: pointer;
}
section#requirements .switch-tab ul li:first-child {
    margin-right: 18px;
}
section#requirements .switch-tab ul li.active {
    background: #ffffff;
    color: #00a17e;
}
section#requirements .box-tab {
    position: relative;
}
section#requirements .box-tab dl {
    display: flex;
    width: 1000px;
    margin: 0 auto;
    padding: 30px 40px 28px;
    border-bottom: 1px solid #f2f2f2;
}
section#requirements .box-tab dl dt {
    width: 162px;
    font-weight: bold;
}
section#requirements .box-tab dl dd {
    width: 838px;
}
section#requirements .box-tab dl a {
    color: #00a17e;
    text-decoration: underline;
}
section#requirements .job-medley {
    text-align: center;
    margin: 0 auto;
}
section#requirements .job-medley p {
    font-weight: bold;
    margin: 30px 0;
}
section#requirements .box-tab .job-medley a {
    display: block;
    width: 728px;
    height: 90px;
    margin: 30px auto;
    background-image: url(https://static.job-medley.com/banner/bn_728_90.png);
    background-size: 728px 90px;
    background-repeat: no-repeat;
    background-position: center;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
section#requirements .box-tab #new-grad,
section#requirements .box-tab #mid-career {
    background: #ffffff;
    padding: 54px 0 48px;
}
section#requirements .box-tab #new-grad .button-entry a,
section#requirements .box-tab #mid-career .button-entry a {
    background: #00a17e;
    color: #ffffff;
    box-shadow:0px 0px 12px 1px #cccccc;
    font-weight: bold;
}

@media screen and (max-width: 768px) {

    section#requirements {
        position: relative;
        z-index: 4;
        top: -70px;
        padding-bottom: 66px;
    }
    section#requirements .requirements_title {
        width: 63.5vw;
        height: 20.4vw;
        position: relative;
        top: -5.2vw;
        margin: 0 auto;
    }
    section#requirements h2 {
        width: 116px;
        margin: 0 auto 50px;
        font-size: 18px;
    }
    section#requirements .colorbox {
        line-height: 1.5;
    }
    section#requirements .switch-tab {
        font-size: 16px
    }
    section#requirements .switch-tab ul li {
        width: calc(15vw + 57px);
        padding: 9px 0;
    }
    section#requirements .box-panel {
        display: block;
        width: 97.4%;
        margin: 0 auto;
    }
    section#requirements .box-tab dl {
        display: block;
        width: 80vw;
        margin: 0 auto;
        padding: 20px 0;
    }
    section#requirements .box-tab dl dt {
        width: 100%;
        font-weight: bold;
        margin-bottom: 10px;
    }
    section#requirements .box-tab dl dd {
        width: 100%;
    }
    section#requirements .box-tab .job-medley a {
        margin: 30px auto;
        width: 300px;
        height: 250px;
        background-image: url(https://static.job-medley.com/banner/bn_300_250.png);
        background-size: 300px 250px;
    }
    section#requirements .job-medley p {
        margin: 30px 0;
    }
    section#requirements .box-tab #new-grad,
    section#requirements .box-tab #mid-career {
        padding: 14px 0 2px;
    }

}

/*/////////company/////////*/

section#company {
    position: relative;
    padding: 428px 0 0;
    background-image: url(../img/company_main_01@pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
section#company .section_inner {
    background: #ffffff;
    padding-bottom: 132px;
    position: relative;
    z-index: 2;
}
section#company::after {
    content: "";
    display: block;
    position: absolute;
    height: calc(100% - 572px);
    width: 100%;
    background: #ffffff;
    top: 572px;
    z-index: 1;
}
section#company .comment-head {
    display: block;
    text-align: center;
    top: -86px;
}
section#company .comment-head .box-top p {
    font-size: 130px;
    color: #00a17e;
    letter-spacing: 6px;
    font-weight: bold;
}
section#company .comment-head .box-bottom h2 {
    font-size: 32px;
    margin: 8px 0 12px;
    font-weight: bold;
}
section#company .comment-head .box-botttom p {
    font-size: 15px;
    padding-left: 4px;
}
section#company .profile-list {
    margin: -36px 0 0 26px;
    line-height: 1.6;
}
section#company .profile-list dl {
    display: flex;
    padding: 28px 40px;
    border-bottom: 1px solid #f2f2f2;
}
section#company .profile-list dl:first-child {
    padding-top: 0;
}
section#company .profile-list dl dt {
    width: 162px;
    font-weight: bold;
}
section#company .profile-list dl dd {
    width: 838px;
}
section#company .profile-list dl a {
    color: #00a17e;
    text-decoration: underline;
}
section#company .profile-list dl.location dd {
    display: flex;
}
section#company .profile-list dl.location .location-right a {
    display: block;
    font-size: 15px;
    line-height: 15px;
    width: 170px;
    padding: 15px 0;
    border: 1px solid #00a17e;
    border-radius: 25px;
    text-align: center;
    text-decoration: none;
    margin-left: 36px;
}
section#company .profile-list dl .icon-window::after {
    content: "";
    display: inline-block;
    vertical-align: baseline;
    width: 19px;
    height: 14px;
    margin-left: 0.618em;
    background: url(../img/icon_window@2x.png) left top no-repeat;
    background-size: 19px 14px;
}

@media screen and (max-width: 768px) {

    section#company {
        position: relative;
        top: -70px;
        padding: 230px 0 0;
        background-image: url(../img/company_main_01@sp.png);
        background-size: 100vw 75.6vw;
    }
    section#company::after {
        height: calc(100% - 332px);
        top: 332px;
        display: non
    }
    section#company .section_inner {
        padding-bottom: 40px;
        width: 94.6%;
        margin: 0 auto;
    }
    section#company .comment-head {
        display: block;
        text-align: center;
        position: relative;
        top: -64px;
        margin-left: auto;
    }
    section#company .comment-head .box-top p {
        font-size: 90px;
        color: #00a17e;
        letter-spacing: 4px;
    }
    section#company .comment-head .box-bottom h2 {
        margin: -4px 0 8px;
    }
    section#company .comment-head .box-botttom p {
        padding-left: 0;
    }
    section#company .profile-list {
        margin: -60px 0 20px;
        line-height: 1.5;
    }
    section#company .profile-list dl {
        display: block;
        padding: 26px 0px 24px;
        border-bottom: 1px solid #f2f2f2;
        width: 84.5%;
        margin: 0 auto;
    }
    section#company .profile-list dl dt {
        width: 100%;
        font-weight: bold;
        margin-bottom: 10px;
    }
    section#company .profile-list dl dd {
        width: 100%;
    }
    section#company .profile-list dl.location dd {
        display: block;
    }
    section#company .profile-list dl.location .location-right a {
        margin-left: 0;
        margin-top: 18px
    }
    section#company .profile-list dl .icon-window::after {
        content: "";
        display: inline-block;
        vertical-align: baseline;
        width: 19px;
        height: 14px;
        margin-left: 0.618em;
        background: url(../img/icon_window@2x.png) left top no-repeat;
        background-size: 19px 14px;
    }
    section#company .profile-list span.open-time {
        width: 138px;
        display: inline-block;
    }
}

/*/////////contact/////////*/

section#contact {
    position: relative;
    background-color: #f2f2f2;
    background-image: url(../img/contact_main_01_3@pc.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
    padding: 458px 0 80px;
}
section#contact.page-confirm {
    padding: 278px 0 80px;
}
section#contact .section_inner {
    background: #ffffff;
    padding-bottom: 42px;
    position: relative;
    z-index: 2;
}
section#contact h2 {
    font-size: 32px;
    text-align: center;
    margin: 0 0 10px;
    font-weight: bold;
}
section#contact h2 + p {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
section#contact.submitted h2 + p {
    margin-top: 10px;
}
section#contact .section_inner > p {
    margin-bottom: 48px;
}
section#contact .section_inner.submitted > p {
    margin-top: 36px;
    line-height: 1.6;
}
section#contact .attention {
    font-size: 14px;
    text-align: center;
}
section#contact .section_inner::before {
    content: "";
    display: block;
    position: relative;
    top: -40px;
    left: calc(50% - 60px);
    width: 120px;
    height: 120px;
    background-color: #00a17e;
    border-radius: 50%;
    background-image: url(../img/icon_mail_small@2x.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 53px 39px;
}
section#contact #form-contact,
section#contact #form-contact-p {
    margin: 54px auto 32px;
    width: 920px;
}
section#contact #form-contact dl,
section#contact #form-contact-p dl {
    display: flex;
    margin-bottom: 42px;
}
section#contact #form-contact dl dt,
section#contact #form-contact-p dl dt {
    width: 228px;
    padding: 19px 0;
    font-weight: bold;
}
section#contact #form-contact-p dl dd {
    padding: 19px 0;
    width: 477px;
}
section#contact #form-contact dl dd input,
section#contact #form-contact dl dd select,
section#contact #form-contact dl dd textarea,
section#contact #form-contact-p dl dd input,
section#contact #form-contact-p dl dd select,
section#contact #form-contact-p dl dd textarea {
    font-size: 16px;
    padding: 19px 1.4em;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    color: #666666;
}
section#contact #form-contact dl dd input,
section#contact #form-contact-p dl dd input  {
    width: 477px;
}
section#contact #form-contact dl dd textarea,
section#contact #form-contact-p dl dd textarea  {
    width: 695px;
    height: 244px;
    resize: none;
}
section#contact.page-confirm #form-contact dd p,
section#contact.page-confirm #form-contact-p dd p {
    padding: 19px;
}
section#contact.page-confirm #form-contact .comment-contact dd p,
section#contact.page-confirm #form-contact-p .comment-contact dd p {
    line-height: 1.4;
}

section#contact #form-contact .category-contact .selectbox,
section#contact #form-contact-p .category-contact .selectbox {
    position: relative;
    width: 277px;
    height: 60px;
}
section#contact #form-contact .category-contact .selectbox a,
section#contact #form-contact-p .category-contact .selectbox a {
    display: block;
    width: 277px;
    height: 60px;
    padding: 19px 1.4em;
    border-radius: 9px 11px;
    border: 1px solid #e6e6e6;
    background-color: #ffffff;
}
section#contact #form-contact .category-contact .selectbox a:hover,
section#contact #form-contact-p .category-contact .selectbox a:hover  {
    opacity: 1;
}
section#contact #form-contact .category-contact .selectbox .pulldown,
section#contact #form-contact-p .category-contact .selectbox .pulldown {
    position: absolute;
    display: none;
}
section#contact #form-contact .category-contact .selectbox::after,
section#contact #form-contact-p .category-contact .selectbox::after {
    display: block;
    content: "";
    position: absolute;
    z-index: 6;
    top: 23px;
    right: 21px;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-top: 2px solid #666666;
    border-right: 2px solid #666666;
    transform: rotate(135deg);
}

section#contact #form-contact .privacy-policy,
section#contact #form-contact-p .privacy-policy {
    font-size: 15px;
    line-height: 1.7;
    width: 920px;
    height: 164px;
    border: 1px solid #e6e6e6;
    padding: 22px 28px;
    margin: 74px 0 32px;
    overflow-y: scroll;
}
section#contact #form-contact .privacy-policy p:first-child,
section#contact #form-contact-p .privacy-policy p:first-child {
    font-weight: bold;
}
section#contact #form-contact .privacy-policy p.privacy-policy-bold,
section#contact #form-contact-p .privacy-policy p.privacy-policy-bold {
    margin-top: 28px;
    font-weight: bold;
}
section#contact #form-contact .privacy-policy-agree,
section#contact #form-contact-p .privacy-policy-agree  {
    text-align: center;
    font-size: 14px;
}
section#contact #form-contact .privacy-policy-agree label,
section#contact #form-contact-p .privacy-policy-agree label {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
section#contact #form-contact .privacy-policy-agree input,
section#contact #form-contact-p .privacy-policy-agree input {
    width: 24px;
    height: 24px;
    border: 1px solid #e6e6e6;
    margin-right: 8px;
}
section#contact #form-contact .button_submit,
section#contact #form-contact-p .button_submit {
    display: block;
    font-size: 16px;
    line-height: 1;
    width: 450px;
    padding: 42px 0;
    margin: 72px auto;
    text-align: center;
    border-radius: 50px;
    background: #00a17e;
    color: #ffffff;
    box-shadow: 0px 0px 20px 0px #cccccc;
    font-weight: bold;
    cursor: pointer;
}
section#contact #form-contact .button_submit:hover,
section#contact #form-contact-p .button_submit:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
section#contact .button-to-back a {
    display: block;
    font-size: 16px;
    line-height: 1;
    width: 320px;
    padding: 30px 0;
    margin: 72px auto 20px;
    text-align: center;
    border-radius: 38px;
    border: 2px solid #00a17e;
    box-shadow: 0px 0px 20px 0px #cccccc;
    font-weight: bold;
}
section#contact br.sp_br_768 {
    display: none;
}
@media screen and (min-width: 1366px) {
    section#contact {
        background-image: url(../img/contact_main_01_3@pc.png);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 100vw 41.4vw;
    }
}
@media screen and (max-width: 768px) {

    section#contact {
        background-image: url(../img/contact_main_01_3@sp.png);
        background-size: 100vw 74.5vw;
        padding: 240px 0 60px;
        margin-top: -70px;
    }
    section#contact .section_inner {
        padding-bottom: 136px;
        width: 94.6%;
        margin: 0 auto;
        position: relative;
    }
    section#contact.page-confirm {
        margin-top: 0;
        padding: 240px 0 60px;
    }
    section#contact.page-confirm .section_inner {
        padding-bottom: 174px;
    }
    section#contact h2 {
        font-size: 25px;
        text-align: center;
        margin: -20px 0 8px;
    }
    section#contact .section_inner > p {
        margin-bottom: 30px;
    }
    section#contact .section_inner.submitted > p {
        margin-top: 24px;
    }
    section#contact .attention {
        font-size: 14px;
        text-align: center;
    }
    section#contact .section_inner::before {
        content: "";
        display: block;
        position: relative;
        top: -52px;
        left: calc(50% - 60px);
        width: 120px;
        height: 120px;
        background-color: #00a17e;
        border-radius: 50%;
        background-image: url(../img/icon_mail@2x.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: 53px 39px;
    }
    section#contact #form-contact,
    section#contact #form-contact-p {
        margin: 30px auto;
        width: 80%;
    }
    section#contact .section_inner.submitted #form-contact {
        margin: 30px auto 36px;
    }
    section#contact #form-contact dl,
    section#contact #form-contact-p dl {
        display: block;
        width: 100%;
        margin-bottom: 24px;
    }
    section#contact #form-contact dl dt,
    section#contact #form-contact-p dl dt {
        width: 100%;
        padding: 8px 0 2px;
    }
    section#contact #form-contact dl dd input,
    section#contact #form-contact dl dd select,
    section#contact #form-contact dl dd textarea,
    section#contact #form-contact-p dl dd input,
    section#contact #form-contact-p dl dd select,
    section#contact #form-contact-p dl dd textarea  {
        font-size: 16px;
        padding: 16px 1.2em;
        border: 1px solid #e6e6e6;
        border-radius: 10px;
        color: #666666;
    }
    section#contact #form-contact dl dd input,
    section#contact #form-contact-p dl dd input {
        width: 100%;
    }
    section#contact #form-contact dl dd textarea,
    section#contact #form-contact-p dl dd textarea {
        width: 100%;
        height: 150px;
        resize: none;
    }
    section#contact #form-contact .category-contact .selectbox,
    section#contact #form-contact-p .category-contact .selectbox {
        position: relative;
        width: 100%;
        height: 54px;
    }
    section#contact #form-contact .category-contact .selectbox a,
    section#contact #form-contact-p .category-contact .selectbox a {
        display: block;
        width: 75.6vw;
        height: 54px;
        padding: 16px 1.2em;
        border-radius: 9px 11px;
        border: 1px solid #e6e6e6;
        background-color: #ffffff;
    }
    section#contact #form-contact .privacy-policy,
    section#contact #form-contact-p .privacy-policy {
        font-size: 15px;
        line-height: 1.6;
        width: 100%;
        height: 212px;
        border: 1px solid #e6e6e6;
        padding: 14px 10px;
        margin: 42px 0 20px;
        overflow-y: scroll;
    }
    section#contact #form-contact .privacy-policy p:first-child,
    section#contact #form-contact-p .privacy-policy p:first-child {
        font-weight: bold;
    }
    section#contact #form-contact .privacy-policy p.privacy-policy-bold,
    section#contact #form-contact-p .privacy-policy p.privacy-policy-bold {
        margin-top: 24px;
        margin-bottom: 6px;
    }
    section#contact #form-contact .privacy-policy-agree,
    section#contact #form-contact-p .privacy-policy-agree {
        text-align: center;
        font-size: 13px;
        width: 100%;
    }
    section#contact #form-contact .privacy-policy-agree label,
    section#contact #form-contact-p .privacy-policy-agree label {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    section#contact #form-contact .privacy-policy-agree input,
    section#contact #form-contact-p .privacy-policy-agree input {
        margin-right: 4px;
    }
    section#contact #form-contact .button_submit,
    section#contact #form-contact-p .button_submit {
        display: block;
        position: absolute;
        left: calc(50% - 139px);
        font-size: 16px;
        line-height: 1;
        width: 280px;
        padding: 32px 0;
        margin: 30px auto;
        border-radius: 40px;
        box-shadow: 0px 0px 10px 1px #cccccc;
    }
    section#contact .button-to-back {
        padding-top: 108px;
    }
    section#contact .button-to-back a {
        display: block;
        position: absolute;
        left: calc(50% - 116px);
        font-size: 16px;
        line-height: 1;
        width: 232px;
        padding: 22px 0;
        margin: 44px auto 20px;
        text-align: center;
        border-radius: 30px;
        border: 2px solid #00a17e;
        box-shadow: 0px 0px 20px 0px #cccccc;
    }
    section#contact.submitted .button-to-back {
        padding-top: 0;
    }
    section#contact.submitted .button-to-back a {
        margin: 20px 0 12px;
    }
    section#contact .form-error {
        margin: 10px 0;
    }
    section#contact br.sp_br_768 {
        display: block;
    }
}
@media screen and (max-width: 348px) {
    section#contact .attention {
        letter-spacing: 1px;
    }
}
@media screen and (min-width: 384px) {
    section#contact br.sp_br {
        display: none;
    }
}

/*/////////footer/////////*/

footer .wrapper {
    width: 1080px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
}
footer h2 {
    width: 170px;
    height: 42px;
}
footer .box-left_inner {
    display: flex;
    align-items: center;
    margin: 32px 0 28px;
}
footer .nav_footer ul {
    display: flex;
}
footer .nav_footer ul li {
    font-size: 14px;
    margin-left: 28px;
    font-weight: bold;
}
footer .copyrights {
    color: #999999;
    font-size: 13px;
    padding-bottom: 16px;
}

@media screen and (max-width: 768px) {

    footer .wrapper {
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: block;
        padding-bottom: calc(14.4vw + 58px);
    }
    footer h2 {
        width: 45.3vw;
        height: 11.6vw;
        margin: 0 auto 20px;
    }
    footer h2 a {
        width: 45.3vw;
        height: 11.6vw;
    }
    footer .box-left_inner {
        display: block;
        margin: 36px 0 24px;
    }
    footer .nav_footer ul {
        display: block;
        font-size: 0;
        width: 280px;
        margin: 0 auto;
        padding-left: 12px;
    }
    footer .nav_footer ul li {
        font-size: 14px;
        line-height: 1;
        margin: 8px 10px;
        display: inline-block;
        height: 14px;
    }
    footer .nav_footer ul li a {
        width: 65px;
    }
    footer .nav_footer ul li:nth-child(2) a {
        width: 172px;
    }
    footer .copyrights {
        margin: 36px 0 0 6vw;
        color: #999999;
        font-size: 13px;
        padding-bottom: 16px;
    }
    footer .page-confirm.wrapper {
        padding-bottom: calc(14.4vw + 84px);
    }

}

/*/////////modal/////////*/

#modal {
    display: none;
    position: fixed;
    z-index: 10010;
    top: 0;
    left: 0;
    width: 100%;
    height: 120%;
    background-color:rgba(64,64,64,0.5);
}
section#submit-confirm {
    display: none;
    position: absolute;
    z-index: 10011;
    top: 0;
    left: 0;
}
section#submit-confirm .section_inner {
    background: #ffffff;
    padding: 42px;
    width: 920px;
}
section#submit-confirm h2 {
    font-size: 32px;
    text-align: center;
    margin: 0 0 10px;
    font-weight: bold;
}
section#submit-confirm h2 + p {
    font-size: 15px;
    text-align: center;
    font-weight: bold;
}
section#submit-confirm .section_inner > p {
    margin-bottom: 48px;
}
section#submit-confirm .attention {
    font-size: 14px;
    text-align: center;
}
section#submit-confirm #form-contact,
section#submit-confirm #form-contact-p {
    margin: 54px auto 32px;
    width: 800px;
}
section#submit-confirm #form-contact dl,
section#submit-confirm #form-contact-p dl {
    display: flex;
    margin-bottom: 42px;
}
section#submit-confirm #form-contact dl dt,
section#submit-confirm #form-contact-p dl dt {
    width: 228px;
    padding: 19px 0;
    font-weight: bold;
}
section#submit-confirm #form-contact dl dd,
section#submit-confirm #form-contact-p dl dd {
    width: 572px;
    font-size: 16px;
    padding: 19px 1.4em;
    color: #666666;
}
section#submit-confirm.page-confirm #form-contact .comment-contact dd p,
section#submit-confirm.page-confirm #form-contact-p .comment-contact dd p {
    line-height: 1.4;
}
section#submit-confirm #form-contact .button_submit,
section#submit-confirm #form-contact-p .button_submit {
    display: block;
    font-size: 16px;
    line-height: 1;
    width: 320px;
    padding: 30px 0;
    margin: 54px auto;
    text-align: center;
    border-radius: 38px;
    background: #00a17e;
    color: #ffffff;
    box-shadow: 0px 0px 20px 0px #cccccc;
    font-weight: bold;
    cursor: pointer;
}
section#submit-confirm #form-contact .button_submit:hover,
section#submit-confirm #form-contact-p .button_submit:hover,
section#submit-confirm .button-to-back:hover {
    opacity: 0.6;
    filter: alpha(opacity=60);
}
section#submit-confirm .button-to-back {
    display: block;
    font-size: 16px;
    line-height: 1;
    width: 320px;
    padding: 30px 0;
    margin: 54px auto 20px;
    text-align: center;
    border-radius: 38px;
    border: 2px solid #00a17e;
    box-shadow: 0px 0px 20px 0px #cccccc;
    font-weight: bold;
    cursor: pointer;
}
#requirements .box-tab .mail_text {
    width: 226px;
    height: 17px;
}

.grecaptcha-badge {
  z-index: 10002;
}
@media screen and (max-width: 768px) {
  .grecaptcha-badge {
    bottom: 76px !important;
  }
}
